]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2
3 * octave-mod.el (octave-font-lock-keywords): To font-lock the
4 builtin operators, use `font-lock-builtin-face' for Emacs and
5 `font-lock-preprocessor-face' otherwise.
6
7 * font-lock.el (lisp-font-lock-keywords-1): Highlight
8 `(defun (setf foo)' differently.
9
10 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11
12 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13 (regexp-opt): Update comment and adapt the code the new meaning of
14 the `paren' argument of regex-opt-group for shy-groups.
15 (regexp-opt-depth): Handle shy groups as well as backslashed
16 backslashes.
17 (regexp-opt-group): Turn the leading comment into a docstring.
18 Allow `paren' to be a string (the string to use to open a group).
19 Remove open-presuf and close-presuf. Instead of checking for `all
20 one-char' and then later on check for `several one-char', handle
21 both cases close together. Also apply a more generic algorithm
22 for suffixes (the mirror image of the algorithm used for
23 prefixes). Use shy-groups. Use nreverse rather than reverse.
24 (regexp-opt-try-suffix): Removed.
25
26 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
27 from comint-mode-map, so we can just inherit from it. Also, move
28 the initialization into the `defvar' since there's no docstring
29 anyway and it's fairly short.
30 (inferior-scheme-mode): Define it as derived-mode: the code is
31 shorter and this way we inherit from comint-mode-map rather than
32 copying it.
33
34 * subr.el (replace-regexps-in-string): Properly handle the case
35 where we match an empty string.
36
37 * comint.el (comint-exec-1): Add the current-dir to the exec-path
38 when the command has a directory component (such as "./testml").
39 Also fix a typo in the comment.
40
41 2000-03-08 Gerd Moellmann <gerd@gnu.org>
42
43 * Makefile (compile-files): Compile files one by one because
44 that's the only way to ensure a clean compilation environment for
45 each individual file.
46
47 * frame.el (other-frame): Call x-focus-frame.
48
49 2000-03-07 Dave Love <fx@gnu.org>
50
51 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
52 :require to defcustom.
53
54 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
55 lists.
56
57 * files.el (auto-mode-alist): Add configure.in.
58
59 * progmodes/autoconf.el: New file.
60
61 2000-03-07 Gerd Moellmann <gerd@gnu.org>
62
63 * mail/mh-e.el: Change maintainer to `none'.
64
65 * recentf.el (recentf-keep-non-readable-files-p): Quote args
66 to remove-hook and add-hook.
67
68 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
69
70 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
71 it as the default.
72 (mail-send): Test mail-send-nonascii also for the new `mime' value.
73 (sendmail-send-it): Conditionally add MIME headers specifying the
74 used character set.
75
76 2000-03-07 Dave Love <fx@gnu.org>
77
78 * winner.el: Fix keywords, autoload cookies. Split
79 eval-when-compile form to avoid compilation failure.
80
81 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
82
83 * international/mule.el: Modify comment about coding system
84 property `coding-category'.
85 (make-coding-system): New argument EOL-TYPE. Pay attention to
86 coding-category property of PROPERTIES.
87
88 * international/mule-conf.el (coding-category-utf-8,
89 coding-category-utf-16-be, coding-category-utf-16-le): New coding
90 categories. Include them in the argument for set-coding-priority.
91
92 * international/mule-cmds.el (reset-language-environment): Include
93 coding-category-utf-8, coding-category-utf-16-be, and
94 coding-category-utf-16-le in the argument for set-coding-priority.
95 (reset-language-environment): Initialize coding-category-utf-8,
96 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
97
98 2000-03-06 Karl Fogel <kfogel@red-bean.com>
99
100 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
101 code abstracted out of `bookmark-jump-noselect'. Now tries info
102 extensions as well as compression extensions.
103 (bookmark-jump-noselect): Use above new func.
104
105 2000-03-03 Gerd Moellmann <gerd@gnu.org>
106
107 * strokes.el: Change maintainer's mail address.
108
109 2000-03-03 Kenichi Handa <handa@etl.go.jp>
110
111 * international/mule-diag.el (list-character-sets): Make help-echo
112 string by substitute-command-keys.
113 (list-character-sets): Likewise.
114 (sort-listed-character-sets): Call help-setup-xref.
115
116 2000-03-02 Gerd Moellmann <gerd@gnu.org>
117
118 * time.el (display-time-mail-file): Add `none' to the list of
119 choices.
120
121 2000-03-01 Dave Love <fx@gnu.org>
122
123 * help.el (help-xref-go-back): Don't try to set position.
124
125 * international/mule-diag.el (list-character-sets): Call
126 help-setup-xref. Add help-echo to xrefs.
127 (list-character-sets-1): Add help-echo to xrefs.
128
129 2000-03-02 Gerd Moellmann <gerd@gnu.org>
130
131 * frame.el (blink-cursor-mode): Switch cursor on when turning
132 the mode off.
133
134 * add-log.el (add-log-current-defun): Add support for
135 Autoconf mode.
136
137 * mail/rmail.el (rmail-quit-hook): New variable.
138
139 2000-03-01 Dave Love <fx@gnu.org>
140
141 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
142
143 * help.el (help-xref-button): Add help-echo arg.
144 (describe-function-1, describe-variable, help-make-xrefs): Use it.
145
146 * faces.el (list-faces-display): Supply help-echo with
147 help-make-xrefs.
148
149 * facemenu.el (list-text-properties-at): Set help-xref-stack to
150 nil.
151
152 2000-03-01 Gerd Moellmann <gerd@gnu.org>
153
154 * image.el (defimage): Look for image files in load-path.
155
156 * frame.el (busy-cursor-delay-seconds): Change type to
157 `number'.
158
159 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
160
161 * recentf.el (recentf): Added version tag to the defgroup of
162 recentf.
163
164 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
165
166 * recentf.el (recentf-cleanup): Changed to remove excluded file
167 too.
168 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
169 action to select/unselect a file.
170 (recentf-edit-list): Code cleanup and improvement.
171 (recentf-open-more-files-action): `recentf-open-more-files' button
172 widget action to open a file.
173 (recentf-open-more-files): No more use standard completion but
174 widgets.
175 (recentf-more-collection): Deleted.
176 (recentf-more-history): Deleted.
177 (recentf-setup-more-completion): Deleted.
178
179 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
180
181 * recentf.el (recentf-mode): No more needs that Emacs is running
182 under a window-system.
183
184 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
185
186 * recentf.el (recentf-edit-list): New command to edit the recent
187 list which allow the user to remove files.
188 (recentf-edit-selected-items): New global variable, used by
189 `recentf-edit-list' to hold the list of files to be removed from
190 the recent list.
191 (recentf-make-menu-items): Updated to display a "Edit list..."
192 menu item. Minor code cleanup.
193
194 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
195
196 * recentf.el (recentf-open-more-files): New command to open files
197 that are not displayed in the menu.
198 (recentf-more-collection): New global variable holding the set of
199 permissible completions used by `recentf-open-more-files'.
200 (recentf-more-history): New global variable holding the history list
201 used by `recentf-open-more-files' completion.
202 (recentf-setup-more-completion): New function to setup completion for
203 `recentf-open-more-files'.
204 (recentf-make-menu-items): Updated to display a "More..." menu item.
205
206 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
207
208 * recentf.el (recentf-menu-action): Doc fixed.
209
210 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
211
212 * recentf.el (recentf-menu-filter): Doc updated.
213 (recentf-update-menu-hook): Allow menu filters to force menu update.
214 (recentf-make-menu-items): New menu filter handling.
215 (recentf-make-menu-item): New helper function.
216 (recentf-menu-elements): New menu handling function.
217 (recentf-sort-ascending): Updated to new menu filter handling.
218 (recentf-sort-descending): Updated to new menu filter handling.
219 (recentf-sort-basenames-ascending): New menu filter function.
220 (recentf-sort-basenames-descending): New menu filter function.
221 (recentf-show-basenames): New menu filter function.
222 (recentf-show-basenames-ascending): New menu filter function.
223 (recentf-show-basenames-descending): New menu filter function.
224
225 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
226
227 * diary-lib.el (list-diary-entries): Don't try to go forward at
228 the end of the buffer.
229
230 2000-02-29 Kenichi Handa <handa@etl.go.jp>
231
232 * international/mule-diag.el (list-character-sets): Completely
233 rewritten.
234 (sort-listed-character-sets): New function.
235 (list-character-sets-1): Completely rewritten.
236 (list-character-sets-2): New function.
237 (non-iso-charset-alist): New variable.
238 (decode-codepage-char): New function.
239 (charset-history): New variable.
240 (read-charset) (list-block-of-chars)
241 (list-iso-charset-chars)
242 (list-non-iso-charset-chars)
243 (list-charset-chars): New functions.
244 (mule-diag): Call list-character-sets-2, not
245 list-character-sets-2.
246 (dump-charsets): Likewise.
247
248 2000-02-29 Gerd Moellmann <gerd@gnu.org>
249
250 * dired-x.el (dired-filename-at-point): Add `@' to valid
251 file name characters.
252 (dired-filename-at-point): Handle ange-ftp file names.
253
254 * frame.el (frame-notice-user-settings): Use assq-delete-all
255 instead of assoc-delete-all.
256 (frame-notice-user-settings): Ditto.
257
258 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
259 Don't copy alist.
260
261 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
262
263 * calculator.el (calculator-use-menu): New option.
264 (calculator-initial-bindings): Changed some bindings to work as
265 macros.
266 (calculator-forced-input): Removed.
267 (calculator-restart-other-mode): New variable.
268 (calculator-mode-map): Set up menu.
269
270 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
271
272 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
273 tags.
274
275 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
276
277 * viper-cmd.el (viper-envelop-ESC-key): added the option to
278 translate all ESC key sequences.
279 (viper-goto-mark-subr): restore markers for files for which
280 they were saved.
281 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
282 * viper-util.el (viper-set-replace-overlay-glyphs,
283 viper-set-replace-overlay): always check if the replacement
284 overlay is live.
285 * viper.el (viper-vi-state-mode-list): added major modes.
286 * ediff-wind.el: minor comment changes.
287 * ediff.el: copyright notice date fix.
288
289 2000-02-27 Jason Rumney <jasonr@gnu.org>
290
291 * faces.el (face-font-family-alternatives): Add arial to helv.
292 (mode-line, header-line, tool-bar): Same default as x for w32.
293 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
294 face-font-family-alternatives from working.
295 * term/w32-win.el (mouse-set-font): Do not build fontset from
296 chosen font.
297
298 2000-02-25 Sam Steingold <sds@goems.com>
299
300 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
301 properly.
302
303 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
304
305 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
306
307 2000-02-25 Gerd Moellmann <gerd@gnu.org>
308
309 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
310 writable.
311
312 * frame.el (busy-cursor-delay-seconds): New option.
313
314 2000-02-24 Gerd Moellmann <gerd@gnu.org>
315
316 * frame.el (show-cursor-in-non-selected-windows): New option.
317
318 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
319
320 * diary-lib.el (include-other-diary-files): Undo the selective
321 display in any included file and don't kill it.
322
323 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
324
325 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
326 bar. Menu items converted to (menu-item format, help strings
327 added.
328 [downcase, upcase]: Don't enable on MS-DOS.
329 [symlink, symlinks]: Don't show if make-symbolic-link is not
330 bound.
331 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
332
333 2000-02-23 Dave Love <fx@gnu.org>
334
335 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
336 (backward-kill-word): Revert addition of * to interactive spec --
337 it's a feature.
338
339 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
340 (backward-kill-sentence, kill-sentence): Likewise.
341
342 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
343 scratch buffer name.
344 (gud-format-command): Use int-to-string in ?l case. Simplify
345 slightly.
346
347 * term/w32-win.el (internal-face-interactive): Update prompt for
348 new read-face-name.
349
350 * mail/footnote.el (footnote): Add :version to defgroup.
351 (footnote-section-tag-regexp): Customize.
352 (footnote-start-tag, footnote-end-tag): New option.
353 (footnote-latin-regexp): New variable.
354 (Footnote-latin): New function.
355 (footnote-style-alist): Add element for latin style.
356 (footnote-style): Moved.
357 (Footnote-goto-footnote): Use eq to test arg.
358
359 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
360
361 * emacs-lisp/byte-opt.el: Change old backquote syntax.
362 (byte-compile-trueconstp): Include keywords.
363 (byte-optimize-quote, byte-optimize-lapcode): Use
364 byte-compile-const-symbol-p.
365 (byte-optimize-char-before): New optimization.
366
367 * emacs-lisp/bytecomp.el: Change old backquote syntax.
368 (byte-compile-const-symbol-p): New function.
369 (byte-compile-constp, byte-compile-out-toplevel)
370 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
371 Use it.
372
373 * subr.el (define-key-after): Default AFTER to t. Doc fix.
374
375 2000-02-23 Kenichi Handa <handa@etl.go.jp>
376
377 * international/encoded-kb.el: Be sure to update minor-mode-alist
378 and minor-mode-map-alist.
379 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
380 codes SS2 and SS3 correctly.
381 (encoded-kbd-self-insert-ccl): New function.
382 (encoded-kbd-setup-keymap): New function.
383 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
384 by calling encoded-kbd-setup-keymap.
385
386 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
387 characters.
388 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
389 locally.
390
391 2000-02-22 Dave Love <fx@gnu.org>
392
393 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
394 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
395 defvar.
396 (lisp-mode-syntax-table): Set up for #|...|# comments.
397 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
398 classes. Match `defface'.
399 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
400 (eval-defun-1): Fix for defcustom.
401 (lisp-indent-region): Doc fix.
402
403 * subr.el (when, unless, split-string): Doc fix.
404 (read-passwd): Move call of clear-this-command-keys to the right
405 place.
406 (replace-regexps-in-string): New function.
407
408 2000-02-22 Gerd Moellmann <gerd@gnu.org>
409
410 * help.el (describe-variable): Set syntax table to
411 emacs-lisp-mode-syntax-table when moving forward over the
412 symbol's name.
413
414 2000-02-22 Dave Love <fx@gnu.org>
415
416 * xt-mouse.el: Doc fixes.
417 (xterm-mouse-position-function): New function, replacing advice of
418 mouse-position.
419 (xterm-mouse-mode): Use it. Don't turn on under a window system.
420
421 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
422
423 2000-02-21 Gerd Moellmann <gerd@gnu.org>
424
425 * format.el (format-annotate-single-property-change): Handle
426 properties.with dotted-list values.
427 (format-proper-list-p): New function.
428
429 * enriched.el (enriched-face-ans): Handle '(foreground-color
430 . COLOR) and (background-color . COLOR).
431
432 2000-02-20 Dave Love <fx@gnu.org>
433
434 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
435 and assignments to it.
436 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
437 current local map.
438 (make-flyspell-overlay): Use it.
439 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
440
441 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
442 (lm-get-header-re): Defun, not defsubst.
443 (lm-get-package-name): Defun, not defsubst. Simplify.
444 (lm-version): Doc fix. Simplify.
445 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
446 (lm-crack-address, lm-last-modified-date, lm-commentary)
447 (lm-verify, lm-synopsis): Simplify.
448 (lm-report-bug): Require emacsbug. Use compose-mail.
449
450 2000-02-20 Gerd Moellmann <gerd@gnu.org>
451
452 * dired.el (dired-mode): Call propertized-buffer-identification
453 to set mode-line-buffer-identification to something having
454 the right text properties.
455
456 * bindings.el (propertized-buffer-identification): New function.
457
458 2000-02-20 Dave Love <fx@gnu.org>
459
460 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
461 check for t-mouse too.
462
463 * cus-start.el: Make echo-keystrokes `number'.
464
465 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
466
467 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
468 Don't call ring-empty-p unless tags-location-ring is bound.
469 From Noah Friedman <friedman@splode.com>.
470
471 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
472
473 * progmodes/hideshow.el (hs-flag-region): No longer use
474 `intangible' overlay property.
475
476 (hs-toggle-hiding): New command.
477 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
478
479 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
480 Fix omission bug: Run `hs-minor-mode-hook' for both activation
481 and deactivation.
482
483 2000-02-18 Gerd Moellmann <gerd@gnu.org>
484
485 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
486
487 2000-02-17 Gerd Moellmann <gerd@gnu.org>
488
489 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
490
491 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
492 of `*' to handle `(* ... *)' comments.
493
494 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
495
496 * faces.el (list-faces-display): Use display-mouse-p instead of
497 window-system.
498
499 * menu-bar.el (global-map): Menu-bar items converted to the new
500 format (menu-item..., rearranged for better CUA compliance, and
501 their names changed for better clarity. Help strings added.
502
503 * international/mule-cmds.el (mule-menu-keymap)
504 (describe-language-environment-map, set-coding-system-map)
505 (setup-language-environment-map): Convert to new (menu-item...
506 form, add help strings. Change names of menu items for better
507 clarity. "Mule" menu-bar item removed (it's now in the "Options"
508 submenu).
509
510 2000-02-17 Gerd Moellmann <gerd@gnu.org>
511
512 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
513 within the code.
514
515 2000-02-16 Dave Love <fx@gnu.org>
516
517 * faces.el: Don't require custom. Add more specific :groups to
518 various deffaces.
519 (set-face-attribute): Purecopy args.
520 (read-face-name): Default to name at point and use it in prompt.
521 Remove colon from arg in all callers.
522 (list-faces-display): Hyperlink to face descriptions and customize
523 buffers.
524
525 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
526
527 * wid-edit.el (widget-match-inline): An atom never matches a
528 list.
529
530 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
531
532 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
533 at ':' characters by call to split-string.
534
535 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
536
537 * textmodes/bibtex.el: Added RCS version identification.
538
539 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
540
541 * textmodes/bibtex.el: Some temporary comments removed.
542 (bibtex-field-name, bibtex-entry-type): Made the relationship
543 explicit.
544 (bibtex-field-const): Allow capital letters.
545 (bibtex-start-of-string): Deleted because unused.
546
547 * textmodes/bibtex.el: Unified some nomenclature. We no longer
548 use the term 'reference' to describe a bibtex entry as a whole.
549 Further, reference keys are no longer called 'labels'.
550 (bibtex-keys): Renamed to bibtex-reference-keys.
551 (bibtex-reformat-previous-labels): Renamed to
552 bibtex-reformat-previous-reference-keys.
553 (bibtex-reference-type): Renamed to bibtex-entry-type.
554 (bibtex-reference-head): Renamed to bibtex-entry-head.
555 (bibtex-reference-maybe-empty-head): Renamed to
556 bibtex-entry-maybe-empty-head.
557 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
558 (bibtex-search-reference): Renamed to bibtex-search-entry.
559 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
560 bibtex-enclosing-entry-maybe-empty-head.
561 (bibtex-entry-field-alist, bibtex-entry-head,
562 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
563 bibtex-map-entries, bibtex-search-entry,
564 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
565 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
566 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
567 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
568 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
569 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
570 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
571
572 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
573
574 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
575 comment.
576 (bibtex-format-field-delimiters): New function, functionality
577 extracted from bibtex-format-entry.
578 (bibtex-autokey-get-yearfield-digits): New function, functionality
579 extracted from bibtex-autokey-get-yearfield.
580
581 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
582 entries in order to avoid stack overflow in the regexp matcher if
583 field contents become large.
584 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
585 bibtex-field-string-part-not-braced,
586 bibtex-field-string-part-no-inner-braces,
587 bibtex-field-string-part-1-inner-brace,
588 bibtex-field-string-part-2-inner-braces,
589 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
590 bibtex-field-string-quoted, bibtex-field-string,
591 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
592 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
593 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
594 as parsing is now performed by the following functions.
595 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
596 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
597 bibtex-parse-field-string, bibtex-search-forward-field-string,
598 bibtex-parse-association, bibtex-field-name-for-parsing,
599 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
600 bibtex-search-forward-field, bibtex-search-backward-field,
601 bibtex-start-of-field, bibtex-end-of-field,
602 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
603 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
604 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
605 bibtex-parse-string, bibtex-search-forward-string,
606 bibtex-search-backward-string, bibtex-start-of-string,
607 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
608 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
609 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
610 entries. Instead of reporting the results of the parsing by
611 match-beginning or match-end, these functions return data structures
612 that hold the corresponding positions.
613 (bibtex-enclosing-field): Changed to also report field boundaries by
614 return values rather than by match-beginning or match-end. The
615 following functions have been adapted to use the new parsing
616 functions.
617 (bibtex-skip-to-valid-entry, bibtex-search-reference,
618 bibtex-enclosing-field, bibtex-format-entry,
619 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
620 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
621 bibtex-print-help-message, bibtex-end-of-entry,
622 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
623 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
624 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
625 method for parsing.
626 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
627 bibtex-map-entries, bibtex-flash-head,
628 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
629 bibtex-autokey-change, bibtex-autokey-get-namefield,
630 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
631 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
632 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
633 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
634 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
635 order to make the new binding of case-fold-search immediately
636 visible.
637
638 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
639
640 * textmodes/bibtex.el: Copyright notice is up to date.
641 Added constant 'bibtex-maintainer-salutation.
642
643 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
644 than make-temp-name, use match-string-no-properties and eliminate
645 a quadratic behavior when building bibtex-strings.
646
647 * bibtex.el (bibtex-reference-key): Accept string entries whose
648 reference key contains upper case letters.
649
650 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
651
652 * bibtex.el (bibtex-reference-head): Allow entries to start with
653 a new line.
654
655 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
656
657 * bibtex.el: Hiding of entry bodies is not longer provided by
658 bibtex.el directly. Instead the hideshow package can be used.
659 Added a special bibtex entry to hs-special-modes-alist.
660 (bibtex-hs-forward-sexp): Added for hideshow.el.
661
662 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
663
664 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
665 at ':' characters by call to split-string.
666
667 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
668
669 * textmodes/bibtex.el: Added RCS version identification.
670
671 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
672
673 * textmodes/bibtex.el: Some temporary comments removed.
674 (bibtex-field-name, bibtex-entry-type): Made the relationship
675 explicit.
676 (bibtex-field-const): Allow capital letters.
677 (bibtex-start-of-string): Deleted because unused.
678
679 * textmodes/bibtex.el: Unified some nomenclature. We no longer
680 use the term 'reference' to describe a bibtex entry as a whole.
681 Further, reference keys are no longer called 'labels'.
682 (bibtex-keys): Renamed to bibtex-reference-keys.
683 (bibtex-reformat-previous-labels): Renamed to
684 bibtex-reformat-previous-reference-keys.
685 (bibtex-reference-type): Renamed to bibtex-entry-type.
686 (bibtex-reference-head): Renamed to bibtex-entry-head.
687 (bibtex-reference-maybe-empty-head): Renamed to
688 bibtex-entry-maybe-empty-head.
689 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
690 (bibtex-search-reference): Renamed to bibtex-search-entry.
691 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
692 bibtex-enclosing-entry-maybe-empty-head.
693 (bibtex-entry-field-alist, bibtex-entry-head,
694 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
695 bibtex-map-entries, bibtex-search-entry,
696 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
697 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
698 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
699 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
700 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
701 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
702 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
703
704 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
705
706 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
707 comment.
708 (bibtex-format-field-delimiters): New function, functionality
709 extracted from bibtex-format-entry.
710 (bibtex-autokey-get-yearfield-digits): New function, functionality
711 extracted from bibtex-autokey-get-yearfield.
712
713 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
714 entries in order to avoid stack overflow in the regexp matcher if
715 field contents become large.
716 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
717 bibtex-field-string-part-not-braced,
718 bibtex-field-string-part-no-inner-braces,
719 bibtex-field-string-part-1-inner-brace,
720 bibtex-field-string-part-2-inner-braces,
721 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
722 bibtex-field-string-quoted, bibtex-field-string,
723 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
724 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
725 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
726 as parsing is now performed by the following functions.
727 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
728 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
729 bibtex-parse-field-string, bibtex-search-forward-field-string,
730 bibtex-parse-association, bibtex-field-name-for-parsing,
731 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
732 bibtex-search-forward-field, bibtex-search-backward-field,
733 bibtex-start-of-field, bibtex-end-of-field,
734 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
735 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
736 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
737 bibtex-parse-string, bibtex-search-forward-string,
738 bibtex-search-backward-string, bibtex-start-of-string,
739 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
740 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
741 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
742 entries. Instead of reporting the results of the parsing by
743 match-beginning or match-end, these functions return data structures
744 that hold the corresponding positions.
745 (bibtex-enclosing-field): Changed to also report field boundaries by
746 return values rather than by match-beginning or match-end. The
747 following functions have been adapted to use the new parsing
748 functions.
749 (bibtex-skip-to-valid-entry, bibtex-search-reference,
750 bibtex-enclosing-field, bibtex-format-entry,
751 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
752 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
753 bibtex-print-help-message, bibtex-end-of-entry,
754 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
755 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
756 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
757 method for parsing.
758 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
759 bibtex-map-entries, bibtex-flash-head,
760 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
761 bibtex-autokey-change, bibtex-autokey-get-namefield,
762 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
763 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
764 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
765 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
766 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
767 order to make the new binding of case-fold-search immediately
768 visible.
769
770 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
771
772 * textmodes/bibtex.el: Copyright notice is up to date.
773 Added constant 'bibtex-maintainer-salutation.
774
775 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
776 than make-temp-name, use match-string-no-properties and eliminate
777 a quadratic behavior when building bibtex-strings.
778
779 * bibtex.el (bibtex-reference-key): Accept string entries whose
780 reference key contains upper case letters.
781
782 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
783
784 * bibtex.el (bibtex-reference-head): Allow entries to start with
785 a new line.
786
787 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
788
789 * bibtex.el: Hiding of entry bodies is not longer provided by
790 bibtex.el directly. Instead the hideshow package can be used.
791 Added a special bibtex entry to hs-special-modes-alist.
792 (bibtex-hs-forward-sexp): Added for hideshow.el.
793
794 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
795
796 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
797 proceedings entry type (for cross referencing). Thanks to Wagner
798 Toledo Correa for the suggestion.
799
800 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
801
802 2000-02-14 Kenichi Handa <handa@etl.go.jp>
803
804 * international/characters.el: Setup case table for Vietnamese.
805
806 2000-02-12 Gerd Moellmann <gerd@gnu.org>
807
808 * uniquify.el (toplevel): Require CL at compile time.
809 (uniquify-push): Removed.
810
811 * shadowfile.el (shadow-when): Removed.
812
813 * tempo.el (tempo-dolist, tempo-mapc): Removed.
814 (tempo-process-and-insert-string): Use dolist instead of
815 tempo-dolist.
816
817 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
818 regexp for paragraph-start.
819
820 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
821 commas as well.
822
823 2000-02-10 Dave Love <fx@gnu.org>
824
825 * wid-edit.el: (widgets) [defgroup]: Remove url link.
826 (widget-color-choice-list, widget-color-history, widget-mouse-help):
827 Deleted.
828 (widget-specify-field, widget-specify-button): Don't use
829 widget-mouse-help as help-echo property.
830 (default): Use #'ignore for :validate and :mouse-down-action.
831 (checkbox): Add help-echo.
832 (widget-sexp-validate): Rewritten to clarify error messages.
833 (character): Use char-valid-p in :match function.
834 (widget-color-complete): Use facemenu-color-alist.
835 (widget-color-action): Use facemenu-read-color.
836
837 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
838 set up `caar' &c that we now have.
839
840 2000-02-09 Ray Blaak <blaak@gnu.org>
841
842 * delphi.el: Make resourcestring a declaration region, like const
843 and var.
844
845 2000-02-09 Dave Love <fx@gnu.org>
846
847 * bindings.el (mode-line-input-method-map): New variable.
848 (mode-line-mule-info): Use it; fix last change.
849 (mode-line-mode-menu): Move definition.
850 (mode-line-mouse-sensitive-p): Deleted.
851 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
852 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
853 level.
854
855 * startup.el (command-line-1): Don't call
856 make-mode-line-mouse-sensitive.
857
858 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
859
860 * mail/rmail.el (rmail-retry-failure): Use
861 rmail-beginning-of-message before rmail-toggle-header, because the
862 former toggles headers.
863
864 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
865
866 * diff-mode.el (diff-kill-junk): New interactive function.
867 (diff-reverse-direction): Use delete-and-extract-region.
868 (diff-post-command-hook): Restrict the area so that the hook also works
869 outside of any diff hunk. This is necessary for the minor-mode.
870 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
871 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
872
873 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
874 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
875 so that it can be used more easily in <foo>-mode-hook. Also make sure
876 to avoid duplicate entries.
877 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
878 (font-lock-remove-keywords): Just as was done for `add', allow it to
879 work even if font-lock-mode is nil. Also make sure we don't modify
880 any pre-existing list by forcing a copy-sequence. Finally rename
881 `major-mode' to `mode'.
882 (font-lock-fontify-syntactic-anchored-keywords)
883 (font-lock-fontify-anchored-keywords)
884 (font-lock-fontify-keywords-region): Use line-end-position.
885 Don't make `font-lock-multiline' local (it's now done in
886 font-lock-set-defaults).
887 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
888 move the `font-lock-fontified' creation to inside the `unless'.
889
890 2000-02-06 Andrew Innes <andrewi@gnu.org>
891
892 * term/w32-win.el (x-handle-args): Comment out call to message,
893 which occurs before window system is initialized.
894
895 * makefile.nt: Add support for recompiling lisp code.
896
897 2000-02-04 Dave Love <fx@gnu.org>
898
899 * bindings.el (mode-line-mule-info): Fix/extend last change.
900
901 * completion.el: Replace completion-dolist with dolist.
902
903 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
904 dotimes.
905
906 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
907
908 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
909 environment names before they go into the section regexp.
910
911 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
912 char class in regexp.
913
914 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
915 `case-fold-search' to nil.
916
917 * progmodes/idlwave.el (idlwave-template): Respect
918 `idlwave-abbrev-change-case'.
919 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
920 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
921 idlwave-while): respect `idlwave-reserved-word-upcase'.
922 (idlwave-rw-case): New function.
923 (idlwave-statement-match): Fixed problem with assignment regexp.
924 (idlwave-font-lock-keywords): Improved regexp for keyword
925 parameters.
926 (idlwave-surround): New argument LENGTH to support padding of
927 operators longer than 1 char.
928
929 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
930 idlwave-shell-expression-overlay. Implemented printing of
931 expressions on higher levels of the calling stack.
932 (idlwave-shell-display-level-in-calling-stack): Restore stack
933 level.
934 (idlwave-retrieve-expression-from-level): New function.
935 (idlwave-shell-last-calling-stack): Variable removed.
936 (idlwave-shell-reset): Argument action reversed (`visible' to
937 `hidden'). Also remove stop-line overlay.
938 (idlwave-shell-calling-stack-routine): New variable.
939 (idlwave-shell-parse-stack-and-display): Messages now display
940 negative level numbers.
941 (idlwave-shell-mode): Set `modeline-format'.
942 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
943 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
944 21.
945 (idlwave-shell-print-expression-function): New option.
946
947 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
948 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
949 `tool-bar' instead of `toolbar'.
950
951 2000-02-02 Dave Love <fx@gnu.org>
952
953 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
954 emacs-lisp-mode-hook. Don't check for defalias being defined.
955
956 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
957 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
958 the new builtins directly.
959
960 * whitespace.el (whitespace): Add :version to defgroup.
961
962 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
963 Doc fix.
964
965 * thingatpt.el (sexp-at-point, symbol-at-point)
966 (number-at-point, list-at-point): Add autoload cookie.
967
968 * recentf.el (recentf): Add :version to defgroup.
969
970 * quickurl.el (quickurl): Add :version to defgroup.
971
972 * elide-head.el (elide-head): Use point-marker more.
973
974 * bs.el (bs): Add :version to defgroup.
975
976 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
977
978 * progmodes/delphi.el (delphi): Add :version to defgroup.
979
980 2000-02-02 Gerd Moellmann <gerd@gnu.org>
981
982 * ange-ftp.el (ange-ftp-write-region): Handle case that
983 succeeding process operation sets a different coding system.
984
985 * calculator.el: New file.
986
987 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
988
989 * frame.el (frames-on-display-list, framep-on-display): New
990 functions.
991 (display-mouse-p, display-popup-menus-p, display-graphic-p)
992 (display-selections-p, display-screens, display-pixel-width)
993 (display-pixel-height, display-mm-width, display-mm-height)
994 (display-backing-store, display-save-under, display-planes)
995 (display-color-cells, display-visual-class): New functions.
996
997 * term/tty-colors.el (tty-color-gray-shades): New function.
998
999 * faces.el (display-color-p): Use framep-on-display.
1000 (display-grayscale-p): New function.
1001
1002 2000-01-31 Dave Love <fx@gnu.org>
1003
1004 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1005 (create-fontset-from-x-resource): Don't concat integers.
1006
1007 2000-01-31 Inge Frick <inge@nada.kth.se>
1008
1009 * view.el: Some changes in documentation. Removed some trailing
1010 whitespace. Changed some parameter names to agree with
1011 documentation.
1012 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1013 window is not deleted. Modifies change 1998-04-26.
1014
1015 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1016
1017 * windmove.el: New file.
1018
1019 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1020 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1021 progmodes/ebnf-yac.el: Update copyright and license info.
1022
1023 * jit-lock.el (jit-lock-function): Widen before calculating end
1024 position.
1025 (jit-lock-stealth-chunk-start): Rewritten.
1026
1027 * info.el (Info-title-face-alist): Removed.
1028 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1029 faces.
1030 (Info-fontify-node): Use these faces.
1031
1032 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1033
1034 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1035 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1036 `&allow-other-keywords'.
1037
1038 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1039 the list of directories scanned heuristically.
1040
1041 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1042 exist.
1043
1044 2000-01-30 Jason Rumney <jasonr@gnu.org>
1045
1046 * w32-fns.el: Define w32-tty-standard-colors.
1047
1048 * startup.el (command-line): Use w32-tty-standard-colors when in
1049 w32 console mode.
1050
1051 2000-01-30 Dave Love <fx@gnu.org>
1052
1053 * jka-compr.el (jka-compr-load): Fix up load-history.
1054
1055 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1056
1057 * emacs-lisp/cl-macs.el: Revert previous change.
1058
1059 2000-01-29 Dave Love <fx@gnu.org>
1060
1061 * facemenu.el: Purecopy various strings.
1062
1063 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1064 years. Deal with three-digit years.
1065
1066 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1067 defconst, purecopy.
1068 (help-back-label): Purecopy it.
1069
1070 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1071
1072 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1073 variable. If non-nil, order the buffer list according to the
1074 currently selected frame.
1075 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1076 non-nil, pass the selected frame to function buffer-list.
1077
1078 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1079
1080 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1081
1082 2000-01-28 Dave Love <fx@gnu.org>
1083
1084 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1085
1086 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1087 Don't use lisp-indent-hook property.
1088 (cl-abs): Remove.
1089
1090 * subr.el: Move out indent and edebug specs for when and unless.
1091
1092 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1093 when, unless.
1094
1095 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1096 unless, when.
1097
1098 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1099
1100 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1101 `collecting' as synonym for `collect'.
1102
1103 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1104 for the case it contains spaces.
1105
1106 * simple.el (what-cursor-position): Change formatting of
1107 messages.
1108
1109 * frame.el (delete-other-frames): New function.
1110 (toplevel): Bind it to C-x 5 1.
1111
1112 * sort.el (sort-numeric-base): New option.
1113 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1114 interpret it as octal or hexadecimal. Use sort-numeric-base
1115 as default base.
1116
1117 * progmodes/glasses.el: New file.
1118
1119 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1120
1121 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1122 userids differently.
1123
1124 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1125 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1126 progmodes/ebnf-yac.el: New files.
1127
1128 2000-01-26 Dave Love <fx@gnu.org>
1129
1130 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1131 on a function with an empty body. [From Eric Ludlam.]
1132
1133 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1134
1135 * vc.el (vc-version-diff): Make sure file name is expanded.
1136
1137 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1138
1139 * scroll-bar.el (scroll-bar-timer): Variable removed.
1140 (scroll-bar-toolkit-scroll): Don't use a timer.
1141
1142 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1143
1144 * language/thai-util.el (thai-composition-function): Delete
1145 superfluous `a'.
1146
1147 2000-01-24 Dave Love <fx@gnu.org>
1148
1149 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1150 end-of-defun-function.
1151
1152 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1153 &c.
1154
1155 2000-01-22 Jason Rumney <jasonr@gnu.org>
1156
1157 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1158 conflicts with new face support.
1159
1160 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1161
1162 * replace.el (query-replace): Rename last arg to DELIMITED.
1163 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1164 (query-replace-regexp): Likewise.
1165
1166 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1167
1168 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1169
1170 * emacs-lisp/lisp.el (beginning-of-defun-function):
1171 Variable renamed from beginning-of-defun.
1172 Do not call make-variable-buffer-local.
1173 (beginning-of-defun-raw): Use new variable name; doc fix.
1174 (beginning-of-defun): Doc fix.
1175 (end-of-defun-function): Variable renamed from end-of-defun.
1176 Do not call make-variable-buffer-local.
1177 (end-of-defun): Use new variable name; doc fix.
1178
1179 * subr.el (dolist, dotimes): Copied from cl-macs.el
1180 and made to work.
1181
1182 * mail/undigest.el (rmail-digest-end-regexps):
1183 Variable replaces rmail-digest-end-regexp.
1184 Allows multiple regexps for detecting the end line.
1185 (undigestify-rmail-message): Corresponding changes.
1186
1187 2000-01-19 Dave Love <fx@gnu.org>
1188
1189 * files.el (user-init-file): Don't declare here -- is primitive.
1190
1191 * startup.el (command-line): Check for compiled user-init-file and
1192 set to uncompiled version if necessary.
1193
1194 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1195
1196 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1197 (undigestify-rmail-message): Use it.
1198
1199 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1200
1201 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1202
1203 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1204 of mini-buffer.
1205
1206 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1207
1208 * emacs-lisp/copyright.el (copyright-update): Removed the
1209 requirement for a trailing space from `copyright-regexp', to
1210 support copyrights with owner specified on a separate line..
1211
1212 * align.el: New file.
1213
1214 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1215
1216 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1217
1218 2000-01-13 Dave Love <fx@gnu.org>
1219
1220 * ph.el: Removed. (Obsoleted by EUDC.)
1221
1222 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1223
1224 * net/eudc.el (toplevel): Remove autoloaded code installing
1225 menu with easymenu, because that causes build problems.
1226
1227 * frame.el (frame-notice-user-settings): New variable.
1228 (frame-notice-user-settings): Don't modify frame parameters
1229 if called a second time.
1230
1231 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1232
1233 * frame.el (frame-notice-user-settings):
1234 Notice default-frame-parameters even for non-window frames.
1235
1236 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1237
1238 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1239 for Emacs.
1240 (eudc-bob-can-display-inline-images): Extend for Emacs.
1241 (eudc-bob-toggle-inline-display): Ditto.
1242 (eudc-bob-display-jpeg): Ditto.
1243
1244 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1245
1246 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1247 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1248 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1249
1250 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1251 nil)'.
1252
1253 * subdirs.el: Add `net' directory.
1254
1255 * net: New directory.
1256
1257 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1258 eval-last-sexp. Don't bind debug-on-error here.
1259 (eval-last-sexp): New function. Bind debug-on-error if
1260 eval-expression-debug-on-error is non-nil.
1261 (eval-defun-2, eval-defun): Likewise.
1262
1263 * simple.el (eval-expression): Don't bind debug-on-error if
1264 eval-expression-debug-on-error is nil. Detect changed
1265 debug-on-error, and propagate new value to global binding, if
1266 eval-expression-debug-on-error is non-nil,
1267 (eval-expression-debug-on-error): Change doc string.
1268
1269 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1270
1271 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1272
1273 * emacs-lisp/lisp-mode.el (with-syntax-table):
1274 Set up lisp-indent-function property.
1275
1276 * subr.el (with-syntax-table): Moved from simple.el.
1277
1278 * simple.el (with-syntax-table): Moved to subr.el.
1279
1280 2000-01-11 Gerd Moellmann <gerd@gnu.org>
1281
1282 * tmm.el (tmm-shortcut): Delete region after prompt instead
1283 of erasing buffer.
1284
1285 * textmodes/fill.el (fill-common-string-prefix): New function.
1286 (fill-context-prefix): Use the longest common prefix of first
1287 and second line fill prefix, if there is one.
1288
1289 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1290
1291 * array.el (array-mode): Don't use make-variable-buffer-local.
1292 Use make-local-variable for `truncate-lines'.
1293
1294 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
1295
1296 * add-log.el (add-log-current-defun): Handle user-defined
1297 add-log-current-function returning nil,
1298
1299 * add-log.el (add-change-log-entry): Insert version number
1300 if having found a current function
1301
1302 * add-log.el (add-log-current-defun): Call
1303 `add-log-current-defun-function'. Try matches at level 0 and
1304 level 1. Strip whitespace from defun found.
1305
1306 2000-01-10 John Wiegley <johnw@gnu.org>
1307
1308 * allout.el (isearch-done/outline-provisions): Added `edit'
1309 argument to correspond with the current definition of
1310 `isearch-done'.
1311
1312 2000-01-10 Dave Love <fx@gnu.org>
1313
1314 * elide-head.el (elide-head): Use point-marker, not point.
1315
1316 2000-01-10 Gerd Moellmann <gerd@gnu.org>
1317
1318 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1319 before and after the year 2000.
1320
1321 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1322 Add ispell- prefix.
1323
1324 2000-01-10 Ken Stevens <k.stevens@ieee.org>
1325
1326 * ispell.el: Only define dictionaries in menus when they exist.
1327 (version18p): New variable.
1328 (version20p): New variable.
1329 (xemacsp): New variable.
1330 (ispell-choices-win-default-height): Fix for XEmacs visibility.
1331 (ispell-dictionary-alist1): Added Brasileiro dictionary.
1332 (ispell-dictionary-alist6): Russian command lines no longer accept
1333 run-together words.
1334 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1335 (ispell-dictionary-alist): Add koi8-r to customize definition.
1336 (check-ispell-version): Added documentation string. Returns
1337 library path when called non-interactively.
1338 (ispell-menu-map-needed): Uses new variables.
1339 (ispell-library-path): New variable.
1340 (ispell-decode-string): XEmacs fix for bogus variable bindings.
1341 (ispell-word): Improved documentation string. Test for valid
1342 character mappings. Correctly check typed in word changes that can
1343 result in single words split into multiple words. Returns
1344 replacement word.
1345 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
1346 replace in recursive query replace mode. Help message for
1347 recursive edit mode.
1348 (ispell-show-choices): Protect against bad framepop bindings.
1349 (ispell-help): Fix to work with XEmacs.
1350 (ispell-highlight-spelling-error): Use new variables.
1351 (ispell-overlay-window): Fix to work with XEmacs.
1352 (ispell-parse-output): Passed and returns location information
1353 tracking spelling corrections. Doesn't recheck same word on
1354 current line.
1355 (ispell-init-process): Protect against bogus XEmacs variable binding.
1356 Fix call to single argument in sleep-for. Use new variables.
1357 (ispell-region): Passed and returns location information tracking
1358 spelling corrections. Doesn't check same word on current line.
1359 Improved documentation string. Doesn't resend a line already
1360 checked to the ispell process - fixes bug in LaTeX parsing.
1361 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1362 (ispell-skip-region): No longer skips <TT> in SGML.
1363 (ispell-process-line): Tracks location information with spelling
1364 corrections. Added documentation string. Accounts for words
1365 already accepted on this line. Don't allow query-replace on line
1366 starting with math characters. Doesn't resend a line already sent
1367 to ispell process. Fixes alignment error bug.
1368
1369 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1370
1371 * dired-x.el (dired-guess-shell-alist-default):
1372 Suggest xloadimage, which is free, not xv, which isn't.
1373
1374 * ange-ftp.el (ange-ftp-file-name-nondirectory):
1375 Don't ever include the host name or user name in the value.
1376
1377 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1378
1379 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1380 of a real newline.
1381
1382 2000-01-09 Stephen Eglen <stephen@gnu.org>
1383
1384 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1385 for .png files.
1386
1387 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
1388
1389 * cus-edit.el (custom-hook-convert-widget): Fix comment.
1390
1391 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1392
1393 * progmodes/cperl-mode.el: Replace ^F with ^L.
1394
1395 * sendmail.el (toplevel): Provide `sendmail' when compiling
1396 before `require'ing rmail and mailalias to prevent infinite
1397 recursion.
1398
1399 2000-01-08 Dave Love <fx@gnu.org>
1400
1401 * emacs-lisp/backquote.el: Remove inappropriate customization
1402 (allowing custom.el to use backquote).
1403
1404 2000-01-07 Dave Love <fx@gnu.org>
1405
1406 * add-log.el (add-log-debugging): Deleted.
1407 (add-change-log-entry): Treat a backup FILE-NAME as its parent
1408 file. Remove debugging code.
1409 (change-log-get-method-definition, change-log-name): Add doc.
1410 (change-log-sortable-date-at): New function.
1411 (change-log-merge): New command.
1412
1413 * time.el (display-time-string-forms): Make the Mail string active.
1414 (display-time-update): Provide help-echo for load average.
1415
1416 * bindings.el (make-mode-line-mouse2-map): New function.
1417 (mode-line-modified): Use it and simplify.
1418 (mode-line-mule-info): Provide help-echo info.
1419 (minor-mode-alist): Activate the strings.
1420 (make-mode-line-mouse-sensitive): Simplify for
1421 mode-line-buffer-identification.
1422
1423 2000-01-07 Gerd Moellmann <gerd@gnu.org>
1424
1425 * play/pong.el: New file.
1426
1427 2000-01-06 Dave Love <fx@gnu.org>
1428
1429 * array.el: Assorted cleanups for compiler warnings, doc strings,
1430 `array-' prefix for symbols.
1431
1432 2000-01-05 Dave Love <fx@gnu.org>
1433
1434 * textmodes/outline.el (outline-mode-menu-bar-map): Add
1435 outline-headers-as-kill.
1436 (outline-mode): Define imenu-generic-expression.
1437 (outline-headers-as-kill): New command.
1438
1439 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1440 from paragraph-start.
1441 (paragraph-indent-minor-mode): New command.
1442
1443 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1444 M-C-e, M-C-h, C-j, C-xnd, TAB.
1445 (fortran-mode): Set beginning-of-defun, end-of-defun.
1446 (fortran-column-ruler): Simplify.
1447 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1448 (fortran-with-subprogram-narrowing): Likewise.
1449 (fortran-indent-subprogram): Call mark-defun.
1450 (fortran-check-for-matching-do): Change narrowing.
1451
1452 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1453 (cl-lucid-hash-tag): Delete.
1454 (cl-hash-table-p): Correct test for native table.
1455 (cl-hash-table-count): Use hash-table-count.
1456
1457 * browse-url.el (browse-url): Fix case of
1458 browse-url-browser-function being an alist.
1459
1460 2000-01-05 Carsten Dominik <cd@gnu.org>
1461
1462 * textmodes/reftex-vars.el (reftex-parse-file-extension)
1463 (reftex-index-phrase-file-extension): New options.
1464
1465 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1466 Use new option `reftex-index-phrase-file-extension'.
1467
1468 * textmodes/reftex.el (reftex-access-parse-file): Use new option
1469 `reftex-parse-file-extension'.
1470
1471 2000-01-05 Dave Love <fx@gnu.org>
1472
1473 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1474 (beginning-of-defun-raw): Use it.
1475 (end-of-defun): New variable.
1476 (end-of-defun): Use it.
1477 (check-parens): New command.
1478
1479 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1480
1481 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1482 (hs-show-block): Don't use `mapcar' when not accumulating.
1483
1484 Fix buglet in local variables initialization.
1485
1486 2000-01-05 Andreas Schwab <schwab@suse.de>
1487
1488 * hscroll.el (hscroll): Doc fix.
1489
1490 2000-01-05 Carsten Dominik <cd@gnu.org>
1491
1492 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1493 idlw-toolbar.
1494
1495 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1496 file idlw-rinfo.el.
1497 (idlwave-customize): load must read file idlw-shell.el.
1498 (idlwave-create-customize-menu): load must read file idlw-shell.el.
1499
1500 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
1501
1502 * progmodes/idlw-shell.el: Also provide idlwave-shell
1503 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1504 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1505
1506 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1507 both reftex-dcr and reftex-vcr.
1508
1509 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1510
1511 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1512
1513 * ps-print.el: PostScript code now is in separate files, doc fix.
1514 (ps-print-version): New version number (5.0.3).
1515 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1516 local.
1517 (ps-spool-config): Initialization fix.
1518 (ps-print-prologue-1, ps-print-prologue-2)
1519 (ps-print-duplex-feature): PostScript code moved to separated file.
1520 (ps-background-image): Little code reformating.
1521 (ps-begin-file, ps-begin-job): Fix code.
1522 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1523 (ps-prologue-file): New fun.
1524
1525 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1526
1527 * ps-vars.el: Eliminated.
1528
1529 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1530 `;;;###autoload'.
1531
1532 * ps-print.el: ps-vars eliminated, doc fix.
1533 (ps-print-version): New version number (5.0.2).
1534 (ps-spool-config): Initialization fix.
1535 (ps-print-customize): New fun.
1536
1537 2000-01-04 Gerd Moellmann <gerd@gnu.org>
1538
1539 * autorevert.el (auto-revert-mode): Return value of
1540 auto-revert-mode.
1541
1542 2000-01-04 Dave Love <fx@gnu.org>
1543
1544 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1545 menu items.
1546
1547 2000-01-03 Dave Love <fx@gnu.org>
1548
1549 * elide-head.el (elide-head) [defgroup]: Add :version.
1550
1551 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1552 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1553 `cl-hash-table-p', not `hash-table-p'.
1554 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1555
1556 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1557
1558 * faces.el (face-read-integer, read-face-attribute)
1559 (color-defined-p, color-values): unspecified-{f,b}g are now
1560 strings.
1561
1562 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1563
1564 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1565 at comment end, and re-insert them after filling.
1566
1567 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1568
1569 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1570 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1571 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1572
1573 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * term/x-win.el (xw-defined-colors): Call color-supported-p,
1576 the new name of face-color-supported-p.
1577
1578 * term/w32-win.el (xw-defined-colors): Likewise.
1579
1580 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1581
1582 * simple.el (completion-setup-function): Count completion-size
1583 from minibuffer-prompt-end, not from point-min.
1584
1585 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1586
1587 * faces.el (read-face-attribute, defined-colors, color-defined-p):
1588 Pass the frame to tty-color-* functions.
1589 (display-color-p, frame-set-background-mode): Pass the frame to
1590 tty-display-color-p.
1591
1592 * term/tty-colors.el (tty-defined-color-alist): Renamed from
1593 tty-color-alist.
1594 (tty-color-alist, tty-modify-color-alist): New functions.
1595 (tty-color-define, tty-color-clear, tty-color-approximate)
1596 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1597 an optional parameter FRAME.
1598
1599 2000-01-01 Gerd Moellmann <gerd@gnu.org>
1600
1601 * image.el (create-image, defimage): Don't assume image data is a
1602 string.
1603
1604 * image.el (defimage): Handle specifications containing :data
1605 instead of :file.
1606 (image-type-from-data): New function.
1607 (image-type-from-file-header): Use it.
1608 (create-image): Add parameter DATA-P.
1609
1610 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1611
1612 * echistory.el (electric-command-history): Call Command-history-setup
1613 and command-history-mode using their new conventions.
1614
1615 * chistory.el (Command-history-setup): Don't switch buffers. Take
1616 no args, and do not set major-mode, mode-name or the local map.
1617 (command-history-mode): New function, does some of those things
1618 Command-history-setup used to do.
1619 (list-command-history): Call command-history-mode, not
1620 Command-history-setup.
1621 (command-history): Renamed from command-history-mode.
1622
1623 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1624
1625 * arc-mode.el (archive-mode-map): Bind q to quit-window.
1626
1627 1999-12-31 William M. Perry <wmperry@aventail.com>
1628
1629 * image.el (defimage): Images with the `:data' keyword should be
1630 considered valid as well.
1631
1632 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1633
1634 * dired.el (dired-get-filename): Don't call file-name-absolute-p
1635 with FILE if FILE is nil.
1636
1637 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1638
1639 * simple.el (choose-completion-string): In minibuffer,
1640 do not delete the prompt string.
1641
1642 1999-12-30 Gerd Moellmann <gerd@gnu.org>
1643
1644 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1645 assigned to mode-line-mode-menu because bindings.el is dumped with
1646 Emacs, and thus the lists used for menu-item definition will be
1647 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
1648 like pure menu item definitions.
1649
1650 * expand.el (expand-abbrev-hook): Return t if expansion was
1651 done, nil otherwise.
1652
1653 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1654
1655 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1656 (tar-quit): Function deleted.
1657
1658 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1659
1660 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1661 was used but not declared.
1662
1663 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1664 hs-find-block-beginning): Add or modify docstrings.
1665
1666 (hs-isearch-show): Rewrite.
1667
1668 1999-12-28 Gerd Moellmann <gerd@gnu.org>
1669
1670 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1671
1672 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1673 space in front of a C-style comment end.
1674
1675 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
1676
1677 * startup.el (command-line-1): Make mode line mouse-sensitive for
1678 the MS-DOS version as well.
1679
1680 1999-12-28 Gerd Moellmann <gerd@gnu.org>
1681
1682 * bs.el: New file.
1683
1684 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1685
1686 * textmodes/ispell.el (ispell-process-line):
1687 Add local var line-offset to adjust for the change
1688 in positions within the line, due to previous replacements.
1689
1690 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1691
1692 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1693 Doc fixes.
1694
1695 1999-12-27 Gerd Moellmann <gerd@gnu.org>
1696
1697 * add-log.el (change-log-version-number-regexp-list)
1698 (change-log-version-info-enabled): Change :version to 21.1.
1699 (toplevel): Require CL when compiling.
1700
1701 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
1702
1703 * add-log.el (change-log-version-number-regexp-list): Added tag
1704 :version 20.6
1705 (change-log-version-info-enabled): Added tag :version 20.6
1706
1707 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
1708
1709 * add-log.el: More general version number search with
1710 user-configurable regexp list.
1711 (change-log-version-number-regexp-list): New user variable.
1712 (change-log-find-version): Rewritten. Use user-configurable
1713 version numbering regexp list
1714 change-log-version-number-regexp-list.
1715 (change-log-find-version): Renamed to
1716 change-log-version-number-search
1717 (add-log-file-name-function): New.
1718 (change-log-search-vc-number): Added END paramaeter. Added doc
1719 string to function.
1720 (change-log-version-rcs): Renamed. Was
1721 change-log-search-vc-number.
1722
1723 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1724
1725 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1726 overlays if they interfere.
1727 (compilation-find-file): Make intangible overlays tangible.
1728
1729 * progmodes/hideshow.el: Generally, synch w/ maintainer
1730 version 5.9.
1731
1732 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
1733
1734 (hs-minor-mode-hook): Don't initialize.
1735
1736 (hs-special-modes-alist): Rewrite value and docstring.
1737
1738 (hs-minor-mode-prefix): Delete unused var.
1739
1740 (hs-block-start-mdata-select): New var, buffer local.
1741
1742 (hs-headline): New var.
1743
1744 (hs-match-data, hs-forward-sexp): New funcs.
1745
1746 (hs-hide-comment-region): New func.
1747
1748 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1749 hs-safety-is-job-n, hs-hide-initial-comment-block,
1750 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1751 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1752 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1753 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1754 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
1755
1756 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1757 (hs-isearch-show-temporary): New funcs.
1758
1759 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
1760
1761 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
1762
1763 When constructing menu, use `[(shift button2)]' notation.
1764
1765 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1766
1767 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1768 (jka-compr-compression-info-list): Add new elt to each vector.
1769 (jka-compr-write-region): Don't compress the data if it is
1770 already compressed.
1771
1772 * jka-compr.el (jka-compr-really-do-compress): New variable.
1773 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1774 if visiting.
1775 (jka-compr-write-region): Set jka-compr-really-do-compress
1776 if visiting. Test it when deciding to compress.
1777
1778 1999-12-22 Gerd Moellmann <gerd@gnu.org>
1779
1780 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1781 with third argument t.
1782
1783 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1784
1785 * antlr-mode.el: Version 1.2 is released.
1786 (antlr): This package has a web page.
1787
1788 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1789
1790 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1791 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
1792 (antlr-mode-map): New binding [C-c C-c].
1793 (antlr-mode-menu): New entries.
1794
1795 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1796
1797 * antlr-mode.el: Respect Emacs conventions.
1798 ((require 'cl)): Only use during compilation.
1799 (antlr-language-for-option): New function to avoid using `find'.
1800 (antlr-mode): Use it.
1801 (antlr-with-syntax-table): Define new instead using XEmacs' one.
1802 (antlr-imenu-create-index-function): Change accordingly.
1803 (antlr-inside-rule-p): Ditto.
1804 (antlr-end-of-rule): Ditto.
1805 (antlr-end-of-body): Ditto.
1806 (antlr-beginning-of-rule): Ditto.
1807 (antlr-indent-line): Ditto.
1808
1809 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
1810
1811 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1812 (antlr-set-tabs): Don't use hard-coded values.
1813
1814 * antlr-mode.el: Minor navigation changes. Not perfect, but this
1815 won't be possible without a huge time penalty.
1816 (antlr-skip-exception-part): Be more specific.
1817 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1818 Renamed from `antlr-skip-grammar-header'.
1819 (antlr-next-rule): Change accordingly.
1820 (antlr-end-of-body): Ditto. Better error message.
1821 (antlr-beginning-of-body): Better error message.
1822 (antlr-imenu-create-index-function): Skip rule action prelude.
1823
1824 * antlr-mode.el: Minor syntax highlighting changes.
1825 (antlr-font-lock-default-face): Deletia.
1826 (antlr-font-lock-tokendef-face): Changed color.
1827 (antlr-font-lock-tokenref-face): Changed color.
1828 (antlr-font-lock-literal-face): Changed color.
1829 (antlr-font-lock-additional-keywords): Minor changes.
1830
1831 1999-12-20 Carsten Dominik <cd@gnu.org>
1832
1833 * progmodes/idlwave.el: New file.
1834
1835 * progmodes/idlwave-rinfo.el: New file.
1836
1837 * progmodes/idlwave-shell.el: New file.
1838
1839 * progmodes/idlwave-toolbar.el: New file.
1840
1841 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
1842
1843 1999-12-21 Gerd Moellmann <gerd@gnu.org>
1844
1845 * progmodes/cwarn.el: New file.
1846
1847 1999-12-19 Gerd Moellmann <gerd@gnu.org>
1848
1849 * bindings.el (completion-ignored-extensions): Add .pdf.
1850
1851 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
1852
1853 * version.el: Put the version info into binary on MS-DOS as well.
1854
1855 1999-12-19 Gerd Moellmann <gerd@gnu.org>
1856
1857 * emacs-lisp/debug.el (debugger-continue): Don't continue if
1858 debugger-may-continue is nil.
1859
1860 1999-12-18 Dave Love <fx@gnu.org>
1861
1862 * emacs-lisp/cl-macs.el: Remove conditional definition of
1863 eval-when-compile. Don't specify abs, expt, gethash,
1864 hash-table-count, hash-table-p as side-effect-free here.
1865 (cl-emacs-type): Don't declare.
1866 (cl-compile-time-init): Remove Emacs 18 compiler patch.
1867 (cl-parse-loop-clause): Remove compatibility code.
1868
1869 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
1870 (side-effect-free-fns): Add gethash, hash-table-count.
1871 (side-effect-and-error-free-fns): Add hash-table-p.
1872
1873 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
1874 `cl-' to autoload names for some hash functions. Don't autoload
1875 eval-when-compile. Don't provide mini-cl.
1876 (cl-emacs-type): Remove.
1877 (cl-map-extents): Remove compatibility code.
1878
1879 * emacs-lisp/float.el: Bind free variables.
1880
1881 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
1882
1883 1999-12-16 Gerd Moellmann <gerd@gnu.org>
1884
1885 * bindings.el (completion-ignored-extensions): Add .tfm.
1886
1887 1999-12-16 Dave Love <fx@gnu.org>
1888
1889 * faces.el (set-face-attribute): Purecopy the attributes set.
1890
1891 * custom.el (custom-declare-variable): Purecopy value.
1892
1893 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
1894 (byte-extrude-byte-code-vectors): Use remprop.
1895 (byte-compile-lambda): Check that arg is a lambda.
1896
1897 1999-11-16 Anders Lindgren <AndersL@andersl.com>
1898
1899 * font-lock.el: System for adding and removing keywords.
1900 Both local (previously added keyword) and global keywords
1901 can be removed.
1902 (font-lock-remove-keywords): New user-level function.
1903 (font-lock-update-removed-keyword-alist): New internal function.
1904 (font-lock-removed-keywords-alist): New variable.
1905 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
1906 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
1907 growing datastructures.
1908 (font-lock-set-defaults): Removes keywords stored in
1909 `font-lock-removed-keywords-alist' after local keywords added.
1910
1911 1999-12-16 Anders Lindgren <andersl@andersl.com>
1912
1913 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
1914 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
1915
1916 * font-lock.el (c-keywords): Only highlight preprocessor
1917 directives when spelled correctly.
1918
1919 * font-lock.el (font-lock-match-c++-structor-declaration,
1920 c++-keywords): Fontify constructors and destructors with function
1921 face inside C++ class declarations.
1922
1923 1999-12-16 Gerd Moellmann <gerd@gnu.org>
1924
1925 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
1926 the shell from sh-shell-file.
1927
1928 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1929
1930 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1931
1932 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
1933 if one of the files specified cannot be accessed by
1934 file-attributes. Do not strip any leading directories from the
1935 file names, to behave more like `ls' does.
1936
1937 * dired.el (dired-get-filename): Handle absolute file names.
1938 (dired-readin-insert): If argument is a cons, don't print
1939 "wildcard" on the ``total'' line.
1940
1941 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1942
1943 * faces.el (face-read-integer, read-face-attribute)
1944 (color-defined-p, color-values): Allow color values unspecified-fg
1945 and unspecified-bg, handle them as unspecified.
1946
1947 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
1948
1949 * textmodes/reftex.el: (reftex-compile-variables): respect new
1950 structure of `reftex-index-macro'
1951 (reftex-compile-variables): Use the changed structure of
1952 `reftex-label-alist'.
1953
1954 * textmodes/reftex-vars.el (reftex-index-math-format,
1955 (reftex-toc-max-level): New option.
1956 reftex-index-phrases-search-whole-words,
1957 reftex-index-phrases-case-fold-search,
1958 reftex-index-phrases-skip-indexed-matches,
1959 reftex-index-phrases-wrap-long-lines,
1960 reftex-index-phrases-sort-prefers-entry,
1961 reftex-index-phrases-sort-in-blocks): New options.
1962 (reftex-index-macros): Option structure changed.
1963 (reftex-index-macros-builtin): Added `repeat' item to each entry.
1964 (reftex-label-alist): Additional item in each entry to specify if
1965 the environment should be listed in the TOC.
1966 (eval-when-compile (require 'cl)) added.
1967
1968 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
1969 longer deals with "repeat".
1970 (reftex-index): "repeat property in `reftex-index-macro-alist' is
1971 now used.
1972 (reftex-index-phrases-comment-regexp,
1973 reftex-index-phrases-macrodef-regexp,
1974 reftex-index-phrases-phrase-regexp1,
1975 reftex-index-phrases-phrase-regexp2,
1976 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
1977 New constants.
1978 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
1979 reftex-index-phrases-font-lock-keywords,
1980 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
1981 reftex-index-phrases-restrict-file): New variables.
1982 (reftex-index-phrase-selection-or-word,
1983 reftex-index-visit-phrases-buffer,
1984 reftex-index-initialize-phrases-buffer,
1985 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
1986 reftex-index-next-phrase, reftex-index-this-phrase,
1987 reftex-index-all-phrases, reftex-index-region-phrases,
1988 reftex-index-phrases-parse-header,
1989 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
1990 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
1991 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
1992 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
1993 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
1994 reftex-index-make-replace-string,
1995 reftex-query-index-phrase-globally, reftex-query-index-phrase,
1996 reftex-index-phrase-match-is-indexed,
1997 reftex-index-phrases-fixup-line,
1998 reftex-index-phrases-replace-space,
1999 reftex-index-select-phrases-macro): New functions.
2000 (reftex-index-globalize, reftex-index-globally): functions removed
2001 (eval-when-compile (require 'cl)) added.
2002
2003 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2004 for max level.
2005 (reftex-toc-max-level-indicator): New variable.
2006 (reftex-toc-max-level): New command.
2007 (reftex-toc-map): New keybinding `t'.
2008 (reftex-toc-help): Constant updated.
2009 (eval-when-compile (require 'cl)) added.
2010
2011 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2012 `t' command key can change `reftex-toc-max-level'
2013 (eval-when-compile (require 'cl)) added.
2014
2015 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2016 `reftex-toc-max-level'
2017 (eval-when-compile (require 'cl)) added.
2018
2019 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2020 added.
2021
2022 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2023 added.
2024
2025 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2026 commands.
2027 (reftex-citation, reftex-do-citation,
2028 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2029 preselect a citation format.
2030 (eval-when-compile (require 'cl)) added.
2031
2032 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2033 parameter to-end
2034 (reftex-section-info): Deal with environment matches.
2035 (eval-when-compile (require 'cl)) added.
2036
2037 * reftex-global.el (eval-when-compile (require 'cl)) added.
2038
2039 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2040
2041 The following changes are for the new composition mechanism. We
2042 have deleted `composition' charset and composite characters,
2043 instead introduced a special text property `composition'.
2044
2045 * composite.el: New file.
2046
2047 * ps-mule.el: Define encode-composition-rule and find-composition
2048 for Emacs 20.4 and the earlier versions.
2049 (ps-mule-init-external-library): Just require a feature for
2050 external libraries.
2051 (ps-mule-prologue): Postscript code modified for new composition.
2052 (ps-mule-find-wrappoint): New arg COMPOSITION.
2053 (ps-mule-plot-string): Delete code for composite characaters.
2054 (ps-mule-plot-composition): New funcion.
2055 (ps-mule-prepare-font-for-components): New function.
2056 (ps-mule-plot-components): New function.
2057 (ps-mule-composition-prologue-generated): Renamed from
2058 ps-mule-cmpchar-prologue-generated.
2059 (ps-mule-composition-prologue): New named from
2060 ps-mule-cmpchar-prologue. Modified for new composition.
2061 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2062 ps-mule-prepare-cmpchar-font): Deleted.
2063 (ps-mule-string-encoding): New arg NO-SETFONT.
2064 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2065 check Composing, not Cmpchar
2066 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2067 to nil.
2068 (ps-mule-begin-job): Check existence of new composition.
2069
2070 * ps-print.el (ps-plot-region): Handle new composition.
2071
2072 * simple.el (what-cursor-position): Show "(composed)" if the
2073 character is composed.
2074
2075 * international/characters.el: Fix cateogries of Lao symbols.
2076
2077 * international/fontset.el (vertical-centering-font-regexp): New
2078 variable.
2079
2080 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2081 (mule-version-date): Updated to 1999.12.7.
2082 (with-category-table): New macro.
2083
2084 * international/mule-cmds.el (encode-coding-char): Don't check
2085 composite character.
2086
2087 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2088 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2089 x-ctext): Give `composition' property t.
2090
2091 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2092 non-nil) at the tail of ALIST.
2093 (compose-region, decompose-region, decompse-string,
2094 reference-point-alist, compose-chars): Moved to composite.el.
2095 (compose-chars-component, compose-chars-rule,
2096 decompose-composite-char): Deleted.
2097
2098 * international/quail.el (quail-install-map): New optional arg
2099 NAME.
2100 (quail-get-translation): If DEF is a symbol but not a function,
2101 ignore it.
2102 (quail-start-translation): Put a key sequence undefined in the
2103 translation keymap in unread-command-events, not generated-events.
2104 Return parameterized event (compose-last-chars N) if the input
2105 characters should be composed.
2106 (quail-map-definition): If DEF is t, treat it as nil.
2107 (quail-delete-last-char): Delete the quail region.
2108 (quail-show-translations): Don't show list of translations if the
2109 quail package is deterministic.
2110 (quail-completion-max-depth): New variable.
2111 (quail-completion-1): Pay attention to the above variable. Fix
2112 for the case that a translation is a function.
2113 (quail-map-from-table, quail-map-from-table-1,
2114 quail-map-from-table-2): New functions.
2115 (quail-lookup-map-and-concat): New function
2116
2117 * language/devan-util.el: Mostly rewritten.
2118
2119 * language/lao.el: Register lao-composition-function in
2120 composition-function-table.
2121
2122 * language/lao-util.el: Mostly rewritten.
2123
2124 * language/thai.el: Register thai-composition-function in
2125 composition-function-table.
2126 (thai-tis620): Delete `pre-write-conversion' property.
2127
2128 * language/thai-util.el: (thai-category-table): Make it by
2129 make-category-table.
2130 (thai-composition-pattern): New variable.
2131 (thai-compose-region, thai-compose-string): Use
2132 with-category-table.
2133 (thai-post-read-conversion): Just call thai-compose-region.
2134 (thai-pre-write-conversion): Deleted.
2135 (thai-composition-function): New funciton.
2136
2137 * language/tibet-util.el: Most functions rewritten.
2138 (tibetan-char-p): Renamed from tibetan-char-examin.
2139 (tibetan-composable-examin) (tibetan-complete-char-examin)
2140 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2141 (tibetan-add-components): New function.
2142 (tibetan-composition-function): New function.
2143
2144 * language/tibetan.el: Register tibetan-composition-function in
2145 composition-function-table.
2146 (tibetan-composable-pattern): New variable.
2147 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2148 (tibetan-precomposition-rule-alist): Move punctuations to
2149 tibetan-punctuation-transcription-alist and
2150 tibetan-obsolete-glyphs.
2151 (tibetan-punctuation-transcription-alist): New variable.
2152 (tibetan-obsolete-glyphs): New variable.
2153 (tibetan-regexp): Improve the initialization code.
2154
2155 * textmodes/fill.el (fill-find-break-point): Delete codes for
2156 composite characters.
2157 (fill-region-as-paragraph): Likewise.
2158
2159 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2160
2161 * international/mule-cmds.el (default-input-method): Specify
2162 that it should be set after current-language-environment.
2163
2164 * custom.el (custom-handle-keyword): Add :set-after.
2165 (custom-add-dependencies): New function.
2166 (custom-set-variables): Take dependencies between args into
2167 account.
2168
2169 * battery.el (battery): Doc fix.
2170
2171 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2172
2173 * progmodes/cc-make.el: Removed.
2174
2175 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2176
2177 * Release of cc-mode 5.26
2178
2179 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2180
2181 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2182 target depth. Optionally count #else lines as clause limits,
2183 as suggested by don provan <provan@lucent.com>. #elif
2184 handling fixed.
2185
2186 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2187 (c-down-conditional-with-else): New commands that uses the
2188 added functionality in `c-forward-conditional'.
2189
2190 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2191
2192 * cc-align.el (c-lineup-comment): Preserve the alignment with
2193 a comment on the previous line instead of preserving the
2194 comment-column.
2195
2196 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2197
2198 * Fixes to IDL mode after input from Eric Eide
2199 <eeide@cs.utah.edu>:
2200 * cc-engine.el (c-beginning-of-statement-1): Allow
2201 `c-conditional-key' to be nil, for the benefit of IDL mode.
2202 * cc-engine.el (c-guess-basic-syntax): Ditto.
2203 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2204 but do match CORBA 2.3 `valuetype'.
2205 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2206 for IDL.
2207 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2208 be nil for IDL.
2209 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2210 Like C++.
2211 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2212 set `c-method-key' and `c-baseclass-key' to nil.
2213
2214 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2215
2216 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2217 with nonhanging open braces.
2218
2219 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2220
2221 * cc-align.el: Added docstrings to all lineup functions.
2222
2223 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2224 keyword.
2225
2226 * cc-align.el (c-lineup-C-comments): Handle free form text
2227 comments. Use c-comment-prefix-regexp and comment-start-skip
2228 instead of hardcoded regexps.
2229
2230 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2231
2232 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2233 behavior and return value as documented.
2234
2235 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2236
2237 * Changes for new style variable init system:
2238 * cc-langs.el (c-common-init): Dito.
2239 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2240 now customizable.
2241 * cc-vars.el: Style variables may now take a value
2242 'set-from-style to make them take their value from the style
2243 system. This value is now the default on all these variables.
2244 * cc-vars.el (c-valid-offset): New function to verify a
2245 syntactic symbol offset setting.
2246 * cc-vars.el (c-offsets-alist): Variable moved from
2247 cc-styles.el since it's now customizable in a similar way to
2248 the other style variables.
2249 * cc-vars.el (c-old-style-variable-behavior): New variable to
2250 revert to the old style init behavior.
2251
2252 * cc-vars.el (c-file-style, c-file-offsets): Made always
2253 buffer local.
2254
2255 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2256 the throws clause that might follow the function prototype in
2257 C++.
2258
2259 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2260
2261 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2262 could move forward for macros that doesn't start in column 0.
2263
2264 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2265
2266 * cc-align.el (c-indent-multi-line-block,
2267 c-lineup-whitesmith-in-block): Two new lineup functions for
2268 use in whitesmith style.
2269
2270 * cc-styles.el (c-style-alist): More fixes to whitesmith
2271 style. It should now handle all different braces uniformly in
2272 both hanging and non-hanging cases.
2273
2274 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2275
2276 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2277 make it stay in the same position relative to the surrounding
2278 text.
2279
2280 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2281 when adaptive-fill-mode doesn't manage to get it correct.
2282
2283 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2284 with dotted notation, e.g. foo.bar.Gnu.
2285
2286 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2287 within unwind-protect (previously only some were wrapped so it
2288 would be possible to register mode initialization when full
2289 initialization did not finish).
2290
2291 * cc-styles.el (c-style-alist): Corrected the brace placement
2292 in the whitesmith style. Thanks to Sean Luke
2293 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2294 styles with consistent brace placement for all constructs.
2295
2296 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2297
2298 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2299 when point is in the middle of them.
2300
2301 * cc-cmds.el: Line breaking and paragraph filling code
2302 rewritten:
2303 (c-guess-fill-prefix): New function that uses various
2304 heuristics to guess the comment prefix.
2305 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2306 It now assumes adaptive filling is active to preserve the line
2307 prefix inside comments.
2308 (c-indent-new-comment-line): Replacement for the now
2309 obsolete `c-comment-line-break-function' that uses
2310 `c-guess-fill-prefix' when appropriate. It now observes the
2311 setting of `comment-multi-line', which has effect in C-style
2312 block comments.
2313
2314 * cc-cmds.el (c-context-line-break): New function intended to
2315 be put on RET. It's essentially `newline-and-indent', but
2316 continues C block comments with the appropriate line prefix.
2317
2318 * cc-cmds.el (c-do-auto-fill): New function put on
2319 `normal-auto-fill-function' to implement the
2320 `c-ignore-auto-fill' variable.
2321
2322 * cc-cmds.el (c-beginning-of-statement): Use
2323 `c-comment-prefix-regexp' to avoid ending up inside the
2324 comment prefix. Better handling of comment starters and
2325 enders. Catch comments better when traversing code. Stop at
2326 preprocessor directives.
2327
2328 * cc-defs.el (c-forward-comment): New subst to hide platform
2329 dependent quirks in `forward-comment'.
2330
2331 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2332 argument.
2333 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2334 arguments. Activate this function by default when
2335 `parse-partial-sexp' supports it (currently Emacs 20.x).
2336
2337 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2338 on the comment opener to make constants usable as lineup
2339 arguments.
2340
2341 * cc-align.el (c-lineup-C-comments): Fixes to handle the
2342 changed anchor position in the `c' syntactic symbol. Handle
2343 more than stars in the comment prefix; use the new variable
2344 `c-comment-prefix-regexp'. Don't indent text not preceded by
2345 a comment prefix to the right of the comment opener if it's
2346 long.
2347
2348 * cc-langs.el: Fixes to mode initialization for new line
2349 breaking and paragraph filling method. Adaptive fill mode is
2350 now activated at startup instead of deactivated. The
2351 variables used for adaptive filling and paragraph movement are
2352 also changed to incorporate the value of
2353 `c-comment-prefix-regexp'. `substitute-key-definition' is
2354 used to override some functions in the global map instead of
2355 overriding their default bindings.
2356
2357 * cc-mode.el (java-mode): Modify `paragraph-start' for the
2358 javadoc markup at mode init.
2359
2360 * cc-mode.el (c-setup-filladapt): A new convenience function
2361 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
2362 function is intended to be used explicitly by the end user
2363 only.
2364
2365 * cc-vars.el (c-comment-prefix-regexp): New variable used to
2366 recognize the comment fill prefix inside comments.
2367 (c-block-comment-prefix): New name for
2368 `c-comment-contiuation-stars', which is now obsolete. It's
2369 generalized to handle any character sequence.
2370 (c-ignore-auto-fill): New variable used to selectively disable
2371 Auto Fill mode in specific contexts.
2372
2373 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2374
2375 * cc-cmds.el (c-comment-indent): Leave at least one space
2376 between the comment and the last nonblank character in the
2377 case where we look at the indentation of the comment on the
2378 previous line (case 4).
2379
2380 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2381 list of characters that may start a statement (it's a sort of
2382 prefix operator in Pike, and isn't used at all in any of the
2383 other languages).
2384
2385 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2386
2387 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2388 inside continued statements as statement-cont instead of
2389 brace-list-open. The reason is that one normally adjusts
2390 brace-list-open for brace lists as top-level constructs, and
2391 brace lists inside statements is a completely different
2392 context. Case 10B.2 changed. Also changed (the somewhat
2393 esoteric) case 9A to cope with this.
2394
2395 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2396
2397 * cc-cmds.el (c-electric-brace): Added electric handling of
2398 the open brace for brace-elseif-brace.
2399
2400 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2401
2402 * cc-defs.el (c-with-syntax-table): New macro to easily switch
2403 syntax tables temporarily.
2404
2405 * cc-engine.el (c-guess-basic-syntax): Handle template and
2406 member init argument lists split over several lines. Case 5D
2407 changed.
2408
2409 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2410 @throws introduced in Javadoc 1.2.
2411
2412 * cc-menus.el (cc-imenu-java-generic-expression): Applied
2413 patch from RMS to avoid infinite backtracking.
2414
2415 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2416
2417 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2418 by [ ].
2419
2420 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2421
2422 * cc-align.el (c-lineup-dont-change): Compensate properly for
2423 the column in langelem.
2424
2425 * cc-engine.el (c-syntactic-information-on-region): New
2426 function to help debugging the syntactic analysis.
2427
2428 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2429
2430 * cc-align.el (c-lineup-template-args): Handle nested template
2431 arglists.
2432
2433 * cc-langs.el (c++-template-syntax-table): New syntax table
2434 that makes `<' and `>' parenthesis characters, which is useful
2435 to switch to temporarily when analyzing template arglists.
2436
2437 * cc-styles.el: Changed default alignment of labels in the
2438 java style to conform to the examples in the Java Language
2439 Specification.
2440
2441 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2442 by default.
2443
2444 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2445
2446 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2447 immediately before the closing paren in an arglist, so don't
2448 check that in Pike mode. Case 7A changed.
2449
2450 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2451
2452 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2453 lines were ignored under certain conditions.
2454
2455 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2456
2457 * cc-align.el (c-lineup-template-args): New function for
2458 aligning continued template argument lists.
2459
2460 * cc-engine.el (c-guess-basic-syntax): Fix for member init
2461 lists containing function arglists split over several lines.
2462 Case 5D.1 changed.
2463
2464 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2465 template-args-cont didn't get recognized when the first
2466 arglist opener line doesn't contain a template argument. New
2467 case 5K.
2468
2469 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2470
2471 * cc-defs.el (c-point): Changed from subst to macro for
2472 efficiency.
2473 (c-beginning-of-defun-1, c-end-of-defun-1): New
2474 beginning-of-defun/end-of-defun wrappers separated from
2475 c-point.
2476
2477 * cc-menus.el (imenu-generic-expression,
2478 imenu-case-fold-search, imenu-progress-message): Dummy
2479 definitions to avoid compiler warnings if imenu can't be
2480 loaded.
2481 * cc-menus.el (cc-imenu-init): New function called at mode
2482 init.
2483 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2484 imenu initializations to cc-imenu-init.
2485
2486 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2487
2488 * cc-engine.el (c-guess-basic-syntax): Slightly better check
2489 for lambda-intro-cont in Pike mode. Case 6 changed.
2490
2491 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2492 anything following "new Foo()" was considered an anonymous
2493 class body in Java mode.
2494
2495 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2496
2497 * cc-cmds.el (c-comment-line-break-function): When breaking in
2498 a string, don't insert a new line.
2499
2500 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2501
2502 * cc-engine.el (c-at-toplevel-p): New interface function which
2503 returns information useful to add-on authors. It tells you
2504 whether you're at a toplevel statement or not.
2505
2506 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2507
2508 * cc-cmds.el (c-comment-line-break-function): It is possible
2509 that forward-line does not land us at the bol, say if we're on
2510 the last line in a file. In that case, do a
2511 back-to-indentation instead of a forward-comment -1.
2512
2513 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2514
2515 * cc-engine.el (c-beginning-of-statement-1): Don't catch
2516 "default:" as normal label in case 4.
2517
2518 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2519
2520 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2521 recognize continued bitfield declarations. Case 5D.1 changed.
2522 * cc-langs.el: New variable c-bitfield-key.
2523 * cc-mode.el: New variable c-bitfield-key.
2524
2525 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2526
2527 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2528 anonymous array expressions (i.e. "new Foo[] {.. bracelist
2529 ..}").
2530
2531 1999-12-12 Dave Love <fx@gnu.org>
2532
2533 * mail/footnote.el: Require cl when compiling. Don't autoload
2534 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
2535 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2536 Avoid `acons'.
2537 (footnote-mode-line-string, Footnote-add-footnote): Remove
2538 autoload cookie.
2539
2540 1999-12-12 Richard Sharman <rsharman@pobox.com>
2541
2542 * sh-script.el: Fix for when font-lock mode is active.
2543 (sh-font-lock-unfontify-region-function): New function.
2544
2545 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
2546
2547 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2548 if start-process is not bound, since Ispell now supports such
2549 platforms as well.
2550
2551 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2552
2553 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2554 rmail-summary-goto-msg.
2555
2556 * files.el (after-find-file): Fix previous change.
2557
2558 1999-12-11 Dave Love <fx@gnu.org>
2559
2560 * help.el (where-is): Use `commandp' as predicate for
2561 `completing-read'
2562
2563 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2564
2565 * cus-edit.el (custom-save-delete): Delete all occurrences,
2566 leave point where the first occurrence was.
2567 (custom-save-faces): Insert a newline at the end of the comment.
2568 Avoid a double newline there.
2569 If final closeparen is at bol, put a space before it.
2570 (custom-save-variables): Likewise.
2571 (custom-file): Doc fix.
2572
2573 1999-12-10 Gerd Moellmann <gerd@gnu.org>
2574
2575 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2576 regexp matching image and audio files.
2577
2578 1999-12-09 Dave Love <fx@gnu.org>
2579
2580 * mail/footnote.el: New file.
2581
2582 1999-12-09 Gerd Moellmann <gerd@gnu.org>
2583
2584 * files.el (after-find-file): Use auto-save-visited-file-name if
2585 set.
2586
2587 * mail/feedmail.el (feedmail-find-eoh): Take
2588 feedmail-queue-alternative-mail-header-separator into account.
2589
2590 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
2591
2592 * smerge-mode.el: New file.
2593
2594 * font-lock.el (font-lock-multiline): New variable.
2595 (font-lock-add-keywords): Rename `major-mode' into `mode'.
2596 (font-lock-remove-keywords): Added a dummy `mode' argument for
2597 potential future support.
2598 (font-lock-fontify-anchored-keywords,
2599 (font-lock-fontify-keywords-region): Only handle multiline strings
2600 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2601
2602 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2603
2604 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2605
2606 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2607
2608 1999-12-07 Dave Love <fx@gnu.org>
2609
2610 * help.el (view-emacs-problems): New command, bound to C-h P.
2611
2612 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2613
2614 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
2615
2616 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2617 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2618 New code to support the minor mode version.
2619 (diff-recenter): New function.
2620 (diff-next-hunk, diff-next-file): Use it.
2621 (diff-remembered-files-alist): New var.
2622 (diff-merge-strings): New function.
2623 (diff-find-file-name): Make it smarter and use the user's input more.
2624 (diff-mode): Cosmetic changes.
2625
2626 * files.el (save-some-buffers): Turn EXITING into the more general
2627 PRED argument to allow specifying a subset of buffers.
2628
2629 * simple.el (kill-region): Use the new `delete-and-extract-region'
2630 rather than the undo log (which is incorrect with *-change-functions).
2631
2632 * font-lock.el (font-lock-default-fontify-region): Fix subtle
2633 off-by-one problem that could force re-fontifying the whole buffer.
2634 (font-lock-remove-keywords): New function.
2635 (font-lock-add-keywords): Use the new function to ensure idempotence.
2636
2637 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
2638
2639 * viper-cmd.el (viper-minibuffer-standard-hook,
2640 viper-minibuffer-real-start): Mew functions.
2641 (viper-read-string-with-history,viper-file-add-suffix,
2642 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2643 change in the status of the minibuffer prompt.
2644
2645 1999-12-06 Gerd Moellmann <gerd@gnu.org>
2646
2647 * comint.el (comint-redirect-results-list)
2648 (comint-redirect-results-list-from-process): Remove interactive
2649 spec.
2650
2651 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2652
2653 * info.el (info-node, info-menu-5, info-xref): Define colors for
2654 Info faces if the display supports them.
2655
2656 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2657
2658 Changes for automatic remapping of X colors on terminal frames:
2659
2660 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2661 term-setup-hook. Call msdos-remember-default-colors and
2662 msdos-handle-reverse-video.
2663 (msdos-face-setup): Parts of code moved to
2664 msdos-setup-initial-frame.
2665 (msdos-handle-reverse-video): New function, modeled after
2666 x-handle-reverse-video.
2667 (make-msdos-frame): Don't use initial-frame-alist and
2668 default-frame-alist. Call msdos-handle-reverse-video.
2669 (msdos-color-aliases): Remove.
2670 (msdos-color-translate, msdos-approximate-color): Remove.
2671 (msdos-color-values): Use 16-bit RGB values. RGB values updated
2672 for better approximation of X colors.
2673 (msdos-face-setup): Call tty-color-clear. Remove code that sets
2674 up tty-color-alist (it is now on startup.el).
2675 (x-display-color-p, x-color-defined-p, x-color-values,
2676 x-defined-colors, face-color-supported-p, face-color-gray-p):
2677 Remove.
2678
2679 * facemenu.el (facemenu-read-color, list-colors-display): Use
2680 defined-colors for all frame types.
2681 (facemenu-color-equal): Use color-values for all frame types.
2682
2683 * faces.el (read-face-attribute): For :foreground and :background
2684 attributes and frames on character terminals, translate the color
2685 to the closest supported one before looking it up in the list of
2686 valid values.
2687 (face-valid-attribute-values): Call defined-colors for all types
2688 of frames.
2689 (defined-colors, color-defined-p, color-values, display-color-p):
2690 New finctions.
2691 (x-defined-colors, x-color-defined-p, x-color-values,
2692 x-display-color-p): Aliases for the above.
2693
2694 * startup.el (command-line): Register terminal colors for frame
2695 types other than x and w32, but only if the terminal supports
2696 colors. Call tty-color-define instead of face-register-tty-color.
2697
2698 * term/x-win.el (xw-defined-colors): Renamed from
2699 x-defined-colors.
2700 * term/w32-win.el (xw-defined-colors): Likewise.
2701
2702 * term/tty-colors.el: New file.
2703 * loadup.el: Load term/tty-colors.
2704
2705 1999-12-06 Dave Love <fx@gnu.org>
2706
2707 * ffap.el: Autoload the ffap alias directly.
2708
2709 1999-12-06 Inge Frick <inge@nada.kth.se>
2710
2711 * dired-aux.el (dired-do-shell-command): Changed documentation.
2712 (dired-shell-stuff-it): A `?' in COMMAND has now the same
2713 meaning as `*'.
2714
2715 1999-12-06 Gerd Moellmann <gerd@gnu.org>
2716
2717 * simple.el (insert-buffer): Doc fix.
2718
2719 * apropos.el (apropos-mode): Add autoload cookie.
2720
2721 1999-12-06 Sam Steingold <sds@goems.com>
2722
2723 * progmodes/etags.el (etags-tags-completion-table): Modified the
2724 regexp to allow for the CL symbols starting with `+*'.
2725 (tags-completion-table): Doc fix (it's an obarray, not an alist).
2726 (tags-completion-table, tags-recognize-empty-tags-table): Remove
2727 `function' quoting lambda.
2728 (tags-with-face): New macro.
2729 (list-tags, tags-apropos): Use it.
2730 (tags-apropos-additional-actions): New user option.
2731 (etags-tags-apropos-additional): Use it.
2732 (tags-apropos): Call etags-tags-apropos-additional.
2733 (tags-apropos-verbose): New user option.
2734 (etags-tags-apropos): Use it.
2735 (visit-tags-table-buffer, next-file): Use `unless'.
2736 (recognize-empty-tags-table): Renamed to
2737 tags-recognize-empty-tags-table.
2738 (complete-tag): Call tags-complete-tag bypassing try-completion.
2739
2740 1999-12-06 Kenichi Handa <handa@etl.go.jp>
2741
2742 * international/mule.el (set-buffer-file-coding-system): Docstring
2743 modified.
2744
2745 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
2746
2747 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2748 using the hideshow package.
2749 (hs-special-modes-alist): Added entry for bibtex to allow the use
2750 of the hideshow package.
2751 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2752 not longer provided by bibtex.el directly. Instead the hideshow
2753 package should be used.
2754 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2755 references to bibtex-hide-entry-bodies.
2756
2757 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
2758
2759 * textmodes/bibtex.el: Copyright notice is up to date. Moved
2760 maintainer information closer to the beginning of the bibtex.el
2761 file.
2762 (bibtex-maintainer-salutation): New constant.
2763 (bibtex-version): New constant.
2764 (bibtex-submit-bug-report): Use bibtex-version and
2765 bibtex-maintainer-salutation.
2766 (bibtex-entry-field-alist): Made booktitle field optional for
2767 @inproceedings entries when crossreferenced.
2768 (bibtex-entry-field-alist): Added booktitle field to proceedings
2769 entry type (for cross referencing). Thanks to Wagner Toledo Correa
2770 for the suggestion.
2771 (bibtex-string-file-path): Fixed typo.
2772
2773 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
2774
2775 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2776 for reftex.el.
2777 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2778 to menu.
2779
2780 1999-12-04 Dave Love <fx@gnu.org>
2781
2782 * delsel.el: Revert previous change -- region is significant to
2783 skeleton.
2784
2785 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
2786
2787 * viper-cmd.el (viper-change-state): Use
2788 viper-ESC-moves-cursor-back to decide whether to move the cursor
2789 back.
2790
2791 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
2792
2793 * international/mule-util.el (truncate-string-to-width): Docsting
2794 fixed.
2795
2796 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
2797
2798 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
2799 use of `cond'.
2800 (lm-with-file): Move all the find-file...kill-buffer stuff into
2801 this macro. Make it use `find-file-noselect' and make it kill
2802 the buffer only if it wasn't already displayed somewhere.
2803 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2804 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
2805 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
2806 (lm-commentary): Fix to handle the case when the change log is
2807 at the end of the file.
2808
2809 1999-12-02 Kenichi Handa <handa@etl.go.jp>
2810
2811 * international/mule.el (charsetp): Fix typo in docstring.
2812
2813 * international/mule-diag.el (list-coding-categories): Fix typo;
2814 automatic -> autoload.
2815
2816 1999-12-02 Gerd Moellmann <gerd@gnu.org>
2817
2818 * vc.el (vc-update-change-log): Look for rcs2log under
2819 exec-directory.
2820
2821 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2822 outline-regexp, add outline-level.
2823 (lisp-outline-level): New.
2824
2825 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
2826 remove extraneous string-match.
2827
2828 * finder.el (finder-commentary): Activate Finder mode.
2829
2830 1999-12-01 Anders Lindgren <andersl@andersl.com>
2831
2832 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2833 off when reverting buffers that contained mode specifiers.
2834 `revert-buffer' is now called with non-nil PRESERVE-MODES
2835 argument.
2836
2837 1999-12-01 Dave Love <fx@gnu.org>
2838
2839 * delsel.el: Grok skeleton-pair-insert-maybe.
2840
2841 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2842
2843 * progmodes/cperl-mode.el (cperl-under-as-char):
2844 Use nil as default.
2845
2846 1999-11-30 Gerd Moellmann <gerd@gnu.org>
2847
2848 * speedbar.el (toplevel): Remove compatibility code for Emacs
2849 versions without custom.el.
2850
2851 1999-11-30 Dave Love <fx@gnu.org>
2852
2853 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
2854
2855 * autoinsert.el: Minor doc fixes.
2856 (auto-insert): Return nil.
2857
2858 * faces.el (set-face-documentation): Purecopy STRING.
2859
2860 1999-11-29 Dave Love <fx@gnu.org>
2861
2862 * derived.el: Doc fixes, remove old backquote syntax.
2863
2864 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
2865 comment warning about editing.
2866
2867 * help.el (help-mode-hook): Define.
2868
2869 1999-11-29 Gerd Moellmann <gerd@gnu.org>
2870
2871 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
2872 invalid translation of old-style backquote syntax to new syntax.
2873
2874 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * Makefile (DONTCOMPILE): Add term/internal.el.
2877
2878 1999-11-26 Dave Love <fx@gnu.org>
2879
2880 * comint.el: Fix last change.
2881
2882 * emacs-lisp/advice.el: Fix last change.
2883
2884 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2885
2886 * cus-edit.el (Custom-reset-standard): Doc fix.
2887 (custom-variable-reset-standard): Doc fix.
2888 (custom-face-reset-standard): Doc fix.
2889 (custom-face-menu): "Reset to Standard" => "Erase Customization".
2890 (custom-variable-menu): Likewise.
2891 (custom-reset-menu): Likewise.
2892 (custom-buffer-create-internal): Likewise.
2893
2894 1999-11-26 Dave Love <fx@gnu.org>
2895
2896 * progmodes/make-mode.el (makefile-mode-hook): Customize.
2897
2898 * font-lock.el: Doc fixes.
2899
2900 * menu-bar.el (menu-bar-mode): Customize.
2901
2902 * cus-start.el: Add use-dialog-box.
2903
2904 * add-log.el (change-log-mode-hook): Customize.
2905 (add-log-current-defun): Use
2906 fortran-{beginning,end}-of-subprogram.
2907
2908 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2909
2910 * emacs-lisp/advice.el: Many doc fixes.
2911
2912 * comint.el (comint-preoutput-filter-functions): Doc fix.
2913
2914 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2915
2916 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2917 Improve messages for capitalization of arg names,
2918 for flag variables, for t and nil, for imperatives.
2919 Call them imperatives rather than infinitives sans "to".
2920 (checkdoc-common-verbs-wrong-voice): Add "moves".
2921 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
2922
2923 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2924 Don't convert comments from 3-semicolon to 2-semicolon.
2925 That is a matter of style.
2926 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
2927 (checkdoc-comments): Don't bind that variable.
2928
2929 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2930
2931 * files.el (write-file-hooks): Doc fix.
2932
2933 1999-11-26 Gerd Moellmann <gerd@gnu.org>
2934
2935 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
2936
2937 1999-11-25 Dave Love <fx@gnu.org>
2938
2939 * hippie-exp.el: Require comint when compiling.
2940 (hippie-expand): Add :links.
2941 (hippie-expand-try-functions-list): Customize.
2942
2943 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2944
2945 * viper*el: Replaced old-style backquotes.
2946
2947 * ediff*el: Replaced old-style backquotes.
2948
2949 * ediff-merge
2950 (ediff-looks-like-combined-merge,ediff-get-combined-region):
2951 Changed to support the new format for ediff-combination-pattern.
2952
2953 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
2954 Changed to support the new format for ediff-combination-pattern.
2955
2956 1999-11-24 Dave Love <fx@gnu.org>
2957
2958 * custom.el (custom-declare-group): Purecopy DOC.
2959 (custom-handle-keyword): Purecopy VALUE.
2960 (custom-add-link): Purecopy WIDGET.
2961 (custom-add-version): Purecopy VERSION.
2962 (custom-add-load): Purecopy LOAD.
2963
2964 * cus-face.el (custom-declare-face): Purecopy DOC.
2965
2966 * info.el:
2967 (Info-build-node-completions, Info-search, Info-follow-reference)
2968 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
2969 (Info-find-emacs-command-nodes): Avoid properties on matched text
2970 which may appear in minibuffer.
2971
2972 1999-11-24 Gerd Moellmann <gerd@gnu.org>
2973
2974 * locate.el (locate-with-filter): Doc fix.
2975
2976 1999-11-24 Alex Schroeder <alex@gnu.org>
2977
2978 * sql.el (sql-find-sqli-buffer): New function.
2979 (sql-set-sqli-buffer-generally): New function.
2980 (sql-set-sqli-buffer): Better checking of new-buffer.
2981 (sql-copy-column): Add comma after INTO clause, too.
2982
2983 1999-11-24 Alex Schroeder <alex@gnu.org>
2984
2985 * sql.el (sql-imenu-generic-expression): New, used to set
2986 imenu-generic-expression.
2987
2988 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
2989 setting font-lock-defaults' SYNTAX-ALIST. Set
2990 imenu-generic-expression, imenu-case-fold-search, and
2991 imenu-syntax-alist.
2992
2993 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
2994 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
2995
2996 1999-11-23 Andrew Innes <andrewi@gnu.org>
2997
2998 * w32-win.el (w32-drag-n-drop): Load files in current window, if
2999 drop coords aren't over a specific window.
3000
3001 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3002
3003 * ps-print.el: Define mule funs without checking if mule package is
3004 loaded.
3005 (ps-print-version): New version number (5.0.1).
3006 (ps-header-dirpart): Now uses abbreviate-file-name.
3007
3008 1999-11-23 Dave Love <fx@gnu.org>
3009
3010 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3011 comment-line-start.
3012 (fortran-comment-line-start-skip): Renamed from
3013 comment-line-start-skip.
3014 (fortran-mode-map): Use renamed functions. Add manual and custom
3015 entries to menu.
3016 (fortran-mode-hook): Customize.
3017 (fortran-comment-indent-function): Renamed from
3018 fortran-comment-hook.
3019 (delete-horizontal-regexp): Function deleted.
3020 (fortran-electric-line-number): Simplified.
3021 (fortran-beginning-of-subprogram): Renamed from
3022 beginning-of-fortran-subprogram.
3023 (fortran-end-of-subprogram): Renamed from
3024 end-of-fortran-subprogram.
3025 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3026 (fortran-previous-statement, fortran-next-statement): Simplified.
3027 (fortran-blink-match): New function.
3028 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3029 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3030 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3031 line-end-position.
3032 (fortran-fill): No longer interactive. Simplified.
3033 (fortran-break-line): Simplified.
3034 (fortran-analyze-file-format): Use char-after, not looking-at.
3035
3036 * emacs-lisp/find-func.el (find-function-regexp): Use
3037 `define-minor-mode' after easy-menu change.
3038
3039 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3040
3041 * comint.el: Add redirection.from active comint buffers into
3042 another buffer. Written by Peter Breton.
3043
3044 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3045
3046 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3047 `define-minor-mode'.
3048 (define-minor-mode): Specify `doc-string-elt'.
3049
3050 * emacs-lisp/easy-mmode.el: Changed maintainer.
3051 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3052 Use defcustom for the hooks; Improve the auto-generated docstrings.
3053 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3054 (define-minor-mode): Add BODY arg; Only declare the keymap if
3055 provided; Improve the auto-generated docstrings.
3056
3057 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3058
3059 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3060 that the leading `^' is at the start. This is necessary because
3061 paragraphs.el tries to remove anchors, but can find them only if
3062 they are the first character.
3063
3064 * progmodes/antlr-mode.el: New file.
3065
3066 * calendar/calendar.el: Fix autoload for
3067 calendar-absolute-from-astro. Add autoload for
3068 calendar-print-astro-day-number.
3069
3070 1999-11-21 Anders Lindgren <andersl@andersl.com>
3071
3072 * follow.el: Use modern backquote syntax. Minor comment update.
3073
3074 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3075
3076 * simple.el (with-syntax-table): Don't switch buffers.
3077
3078 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3079 progmodes/hideif.el: Use new backquote syntax.
3080
3081 1999-11-21 Ken Manheimer <klm@python.org>
3082
3083 * icomplete.el (icomplete-completions): Use an explicit variable
3084 `icomplete-prospects-length', obviating the need to use an
3085 apparently faulty throw/catch arrangement.
3086
3087 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3088
3089 * term/internal.el (IT-display-table-setup): Don't overstep
3090 character code 255.
3091
3092 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3093
3094 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3095 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3096
3097 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3098
3099 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3100 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3101
3102 * files.el (auto-mode-alist): Add patterns for diff-mode.
3103
3104 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3105 to detect an empty prompt.
3106
3107 1999-11-18 Dave Love <fx@gnu.org>
3108
3109 * simple.el (input-mode-8-bit): Fix the customization.
3110
3111 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3112
3113 * international/iso-acc.el (iso-languages): Add more
3114 characters for Portuguese.
3115
3116 * speedbar.el: Clean up comment at the start of the file.
3117 Remove RCS id.
3118
3119 * progmodes/compile.el (compilation-parse-errors): Use
3120 compilation-buffer-p instead of testing major-mode.
3121
3122 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3123
3124 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3125 (quickurl-ask): completion-ignore-case is set to the value of
3126 quickurl-completion-ignore-case for the duration of the call to
3127 completing-read.
3128
3129 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3130
3131 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3132
3133 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3134
3135 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3136 instead of ps-print-def.
3137
3138 * ps-print.el: Require ps-vars instead of ps-print-def.
3139
3140 * ps-mule.el: Require ps-vars instead of ps-print-def.
3141
3142 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3143
3144 * simple.el (with-syntax-table): Save buffer explicitly instead of
3145 using save-excursion.
3146
3147 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3148
3149 * mail/supercite.el: New maintainer.
3150
3151 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3152
3153 * progmodes/vhdl-mode.el: Use new backquote syntax.
3154
3155 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3156
3157 * simple.el (with-syntax-table): New.
3158
3159 1999-11-15 Sam Steingold <sds@ksp.com>
3160
3161 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3162
3163 1999-02-22 Sam Steingold <sds@goems.com>
3164
3165 * goto-addr.el (goto-address-at-mouse,
3166 goto-address-find-address-at-point): Use compose-mail.
3167 (goto-address-mail-method): Removed variable.
3168 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3169 goto-address-send-using-mail): Removed functions.
3170
3171 1998-11-03 Sam Steingold <sds@goems.com>
3172
3173 * simple.el (backward-delete-char-untabify):
3174 backward-delete-char-untabify-method can be `all' now - to delete
3175 hungrily including newlines.
3176
3177 1999-11-15 Sam Steingold <sds@ksp.com>
3178
3179 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3180
3181 1999-11-15 Dave Love <fx@gnu.org>
3182
3183 * cus-edit.el (customize-face, customize-face-other-window):
3184 Require match from completing-read.
3185 (custom-buffer-done-function): Default to custom-bury-buffer, not
3186 bury-buffer.
3187
3188 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3189
3190 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3191 progmodes/cperl-mode.el: Use new backquote syntax.
3192
3193 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3194
3195 * uniquify.el: Use new backquote syntax.
3196
3197 1999-11-14 Markus Rost <rost@ias.edu>
3198
3199 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3200 as in ispell-local-dictionary-alist.
3201
3202 1999-11-14 Alex Schroeder <alex@gnu.org>
3203
3204 * ansi-color.el (ansi-color-apply): Updated regexps to include
3205 highlighted face.
3206
3207 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3208
3209 * forms.el (forms--make-format-elt-using-text-properties):
3210 Treat `intangible' differently.
3211
3212 * forms.el: Use new backquote syntax.
3213
3214 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3215
3216 * textmodes/scribe.el (scribe-mode): Doc-fix.
3217
3218 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3219
3220 * net-utils.el (run-network-program, net-utils-run-program): Use
3221 the new backquote syntax.
3222 (smbclient-program, smbclient-program-options)
3223 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3224 variables
3225 (smbclient, smbclient-list-shares): New functions
3226
3227 1999-11-12 Sam Steingold <sds@ksp.com>
3228
3229 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3230 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3231 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3232 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3233 (viper-kbd-global-pair, viper-kbd-global-definition):
3234 Use the new backquote syntax.
3235
3236 * emulation/viper-cmd.el (viper-test-com-defun)
3237 (viper-prefix-arg-value, viper-prefix-arg-com):
3238 Use the new backquote syntax.
3239
3240 * emacs-lisp/debug.el (debugger-env-macro):
3241 Use the new backquote syntax.
3242
3243 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3244 Use the new backquote syntax.
3245
3246 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3247 New user variable.
3248 (calendar-hide-window): Use it.
3249 (increment-calendar-month, calendar-for-loop, calendar-sum):
3250 Use the new backquote syntax.
3251
3252 1999-11-12 Andrew Innes <andrewi@gnu.org>
3253
3254 * select.el (x-set-selection): Call buffer-substring, not
3255 substring. Also fix docstring
3256
3257 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3258
3259 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3260 of customizable variables to bug report message. Added
3261 system-type to package name in bug report.
3262
3263 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3264
3265 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3266 to display file names.
3267
3268 1999-11-11 Gerd Moellmann <gerd@gnu.org>
3269
3270 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3271
3272 * isearch.el: Add lazy-highlighting feature.
3273
3274 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3275
3276 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3277 constant.
3278 (ps-mode-submit-bug-report): New function. Entry added to menu.
3279
3280 1999-11-10 William M. Perry <wmperry@aventail.com>
3281
3282 * mwheel.el: New file to support the new style wheeled mice.
3283
3284 1999-11-10 Gerd Moellmann <gerd@gnu.org>
3285
3286 * startup.el (initial-scratch-message): Add ";;" to the front of
3287 lines in the message.
3288
3289 * files.el (file-local-copy): Remove optional BUFFER argument
3290 because that's not used by anything.
3291
3292 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3293 to-address.
3294
3295 1999-11-08 Markus Rost <rost@ias.edu>
3296
3297 * wid-edit.el (widget-button-click): Wrap with save-excursion
3298 to restore track-mouse in the correct buffer.
3299
3300 1999-11-08 Gerd Moellmann <gerd@gnu.org>
3301
3302 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3303
3304 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3305
3306 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3307 lpr-command to "lp" for some system-types. (copied from lpr.el
3308 Emacs version 20.2.1).
3309
3310 1999-11-04 Markus Rost <rost@ias.edu>
3311
3312 * simple.el (comment-region): Strip off white space at end of
3313 comment-start.
3314
3315 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3316
3317 * faces.el (secondary-selection): Fix wrong color name.
3318
3319 1999-11-04 John Tobey <jtobey@epsilondev.com>
3320
3321 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3322 the default when invoking perldb in a non-Perl buffer, and other
3323 cases involving -e or --.
3324
3325 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3326
3327 * simple.el (previous-matching-history-element)
3328 (next-history-element): Use delete-field instead of erase-field.
3329
3330 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3331 Use delete-field instead of erase-field.
3332
3333 * faces.el (secondary-selection): Change background to yellow.
3334
3335 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3336 find the start of the text. Use field-string to read the user
3337 input.
3338
3339 1999-11-03 Gerd Moellmann <gerd@gnu.org>
3340
3341 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3342 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3343 for compatibility with old face implementation.
3344
3345 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3346 Use erase-field instead of erase-buffer.
3347
3348 * frame.el (blink-cursor-mode, blink-cursor-end): Use
3349 internal-show-cursor with new interface.
3350 (blink-cursor-timer-function): New.
3351 (blink-cursor-start): Use blink-cursor-timer-function.
3352
3353 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3354
3355 * calendar.el (redraw-calendar): Move to nearest date before
3356 redrawing.
3357
3358 * diary-lib.el (simple-diary-display): Reset modeline even if
3359 there are no diary entries since the diary buffer may be displayed.
3360
3361 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3362
3363 * emacs-lisp/debug.el (debug): If noninteractive, display the
3364 backtrace using `message', then exit Emacs.
3365 (debugger-batch-max-lines): New variable.
3366 (debugger-setup-buffer): New subroutine, broken out of `debug'.
3367 Change the messages put at the start, to say that the debugger
3368 was entered.
3369
3370 1999-11-02 Sam Steingold <sds@ksp.com>
3371
3372 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3373
3374 1999-11-01 John Tobey <jtobey@epsilondev.com>
3375
3376 * gud.el: (gud-perldb-massage-args): Massage correctly in the
3377 presence of perl switches other than "-e".
3378
3379 1999-11-01 Markus Rost <rost@ias.edu>
3380
3381 * dired-x.el (dired-smart-shell-command): Use
3382 shell-command-history as in shell-command.
3383
3384 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3385
3386 * userlock.el (ask-user-about-lock): Doc fix.
3387
3388 * frame.el: Doc fixes.
3389
3390 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3391
3392 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3393 of show-cursor.
3394 (blink-cursor-start, blink-cursor-end): Ditto.
3395
3396 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3397
3398 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3399
3400 * window.el (walk-windows): If ALL-FRAMES is a frame,
3401 start on that frame. Use save-selected-window.
3402
3403 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3404
3405 * simple.el (end-of-buffer): Use window-end to find the window end
3406 instead of vertical-motion because this handles variable-height
3407 lines correctly.
3408
3409 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
3410
3411 * ediff.el: Version change.
3412
3413 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3414 make sure you are in a good frame before deleting other
3415 windows.
3416 (ediff-file-checked-in-p): Don't consider CVS
3417 files checked in.
3418 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
3419 are writing to a newly created empty file.
3420
3421 * ediff-mult.el (ediff-show-session-group-hook): New default.
3422
3423 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3424 First cd to the file directory. reportedly works
3425 better with remote files.
3426
3427 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3428 Use file-name-nondirectory when passing files to CVS.
3429
3430 * ediff-diff.el (ediff-cmp-options): New variable.
3431 (ediff-same-file-contents): Use ediff-cmp-options.
3432
3433 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3434 ediff-get-patch-buffer): Use current buffer if it appears to be a
3435 patch.
3436
3437 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3438 C-g
3439
3440 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3441 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3442 (viper-save-cursor-color,viper-restore-cursor-color):
3443 Improved cursor color handling.
3444 (viper-get-saved-cursor-color-in-replace-mode,
3445 viper-get-saved-cursor-color-in-insert-mode): New functions for
3446 better cursor color handling.
3447
3448 * viper-ex.el (ex-read,ex-edit):
3449 Fixes for correct interpretation of #,%.
3450 (viper-ex): Now works correctly when called from other functions.
3451 (viper-glob-function): New variable.
3452 (viper-ex): Save excursion before doing :global.
3453
3454 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3455
3456 * viper-cmd.el (viper-post-command-sentinel,
3457 viper-insert-state-post-command-sentinel,
3458 viper-insert-state-pre-command-sentinel): Takes better care of
3459 cursor colors.
3460
3461 * viper.el: Version change.
3462
3463 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
3464
3465 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3466 that the modeline display was updated *only* when
3467 `whitespace-display-in-modeline' was set, not otherwise.
3468
3469 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3470
3471 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3472 "frac12".
3473
3474 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3475 ad-activate.
3476
3477 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
3478
3479 * whitespace.el: Test for existence of `defcustom' and `defgroup'
3480 using fboundp instead of assuming that these are not present in
3481 particular flavors of emacs.
3482 (whitespace-version): Update to 2.8
3483 (whitespace-display-in-modeline): Add custom variable to control
3484 displaying the whitespace errors on the modeline based on
3485 suggestion from <klaus.berndl@sdm.de>
3486 (whitespace-buffer): Now returns `t' if unclean and `nil' if
3487 clean, to enable using as a hook function, as suggested by Puneet
3488 Goel <puneet@computer.org>
3489 (whitespace-buffer): Fix a subtle bug that cleaned up only if
3490 quiet was not set, even with whitespace-auto-cleanup set.
3491 (whitespace-mode-line): Now uses less modeline real estate and
3492 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3493 which is present in the file, and <y> is any type of whitespace
3494 whose check has been suppressed by setting
3495 `whitespace-check-<whitespace-type>' to nil.
3496 (whitespace-unchecked-whitespaces): New function to return the
3497 list of whitespaces for whom checks have been suppressed.
3498 (whitespace-display-unchecked-whitespaces): Renamed to
3499 `whitespace-update-modeline' to reflect its functionality.
3500
3501 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3502
3503 * progmodes/compile.el (compilation-error-regexp-alist):
3504 Undo previous change.
3505
3506 1999-10-28 Dave Love <fx@gnu.org>
3507
3508 * help.el (help-follow): Make arg optional again and really
3509 default to point.
3510
3511 1999-10-28 Gerd Moellmann <gerd@gnu.org>
3512
3513 * paths.el (rmail-file-name): Make it an option.
3514
3515 * progmodes/ada-mode.el, progmodes/ada-prj.el,
3516 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3517 comment fixes.
3518
3519 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3520 MIPS Pro 7.3 compiler error message syntax.
3521
3522 1999-10-27 Dave Love <fx@gnu.org>
3523
3524 * progmodes/compile.el: Checkdoc-inspired fixes.
3525
3526 1999-10-27 Gerd Moellmann <gerd@gnu.org>
3527
3528 * lpr.el (print-buffer): Doc-string fix.
3529
3530 1999-10-27 Dave Love <fx@gnu.org>
3531
3532 * emacs-lisp/advice.el: Doc fixes.
3533 (ad-lemacs-p): Removed.
3534 (advice): Add :link to defgroup.
3535
3536 1999-10-27 Kenichi Handa <handa@etl.go.jp>
3537
3538 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3539 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3540
3541 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3542
3543 * window.el (walk-windows): If ALL-FRAMES is a frame,
3544 start on that frame. Use save-selected-window.
3545
3546 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3547
3548 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3549 ad-activate. All callers changed, including those in data.c.
3550 (ad-activate-internal-off): Renamed from ad-activate-off.
3551 All uses changed.
3552 (ad-activate): Renamed from ad-activate-on. All uses changed.
3553 (ad-start-advice, ad-stop-advice, ad-recover-normality):
3554 Alter the definition of ad-activate-internal, not ad-activate.
3555
3556 1999-10-26 Gerd Moellmann <gerd@gnu.org>
3557
3558 * startup.el (command-line-1): Add support for command line
3559 arguments `file' and `execute'. Fix handling of `visit'.
3560
3561 1999-10-26 Kenichi Handa <handa@etl.go.jp>
3562
3563 * international/mule-cmds.el (read-input-method-name): Handle the
3564 case that the arg DEFAULT is symbol.
3565
3566 * international/mule-diag.el (mule-diag): Handle the case that
3567 default-input-method is symbol.
3568
3569 1999-10-26 Gerd Moellmann <gerd@gnu.org>
3570
3571 * textmodes/tildify.el: New file.
3572
3573 1999-10-25 Sam Steingold <sds@ksp.com>
3574
3575 * Makefile (compile-files): Fixed the "tr" strings.
3576 (EMACS): Set to ../src/emacs.
3577
3578 1999-10-25 Gerd Moellmann <gerd@gnu.org>
3579
3580 * info.el (Info-build-node-completions): Add '("*") to the
3581 completion list.
3582
3583 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3584
3585 * frame.el (auto-raise-mode): When enabling the mode,
3586 immediately raise the selected frame.
3587
3588 * indent.el (indent-region): Doc fix.
3589
3590 * comint.el (comint-output-filter): Make the Comint buffer current
3591 for the comint-preoutput-filter-functions.
3592
3593 * mail/reporter.el: Doc fix.
3594
3595 1999-10-24 Stephen Eglen <stephen@gnu.org>
3596
3597 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3598 that Octave lisp files can also run under XEmacs 20.
3599 (require 'custom) added so that files can run under Emacs 19.34.
3600
3601 * iswitchb.el (iswitchb-default-keybindings): No need to use
3602 read-kbd-macro in keybindings.
3603
3604 1999-10-23 Dave Love <fx@gnu.org>
3605
3606 * elide-head.el: New file.
3607
3608 1999-10-23 Gerd Moellmann <gerd@gnu.org>
3609
3610 * Makefile (compile-files, backup-compiled-files): New targets.
3611 (bootstrap, bootstrap-clean): Ditto.
3612
3613 1999-10-22 Paul Eggert <eggert@twinsun.com>
3614
3615 * international/mule-cmds.c (locale-language-names):
3616 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3617 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3618 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3619 Use Latin-8 for Welsh.
3620 Use Latin-1 for English if "en" is explicitly specified.
3621 Use Latin-1 for Scots Gaelic, Tagalog.
3622 Use Latin-1 (not Latin-4) for Greenlandic.
3623 Use Latin-1 (not Latin-2) for Albanian.
3624 (locale-preferred-coding-systems, locale-language-names):
3625 Remove generic ISO 8859 locales; locale-charset-language-names now
3626 does this.
3627 (locale-charset-language-names): New variable.
3628 (set-locale-environment): Use language name specified by
3629 locale-charset-language-names if its charsets disagree with the
3630 language name specified by locale-language-names.
3631
3632 1999-10-22 Dave Love <fx@gnu.org>
3633
3634 * make-mode.el: Minor doc fixes.
3635
3636 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3637
3638 1999-10-21 Dave Love <fx@gnu.org>
3639
3640 * loadup.el: Add latin-8, latin-9.
3641
3642 1999-10-20 Paul Eggert <eggert@twinsun.com>
3643
3644 * disp-table.el (standard-display-european): Remove undocumented
3645 arg AUTO; no longer used by startup.el. Do not attempt to treat
3646 all non-English language environments as coding system names.
3647 Instead, use the downcased language environment name as a coding
3648 system name if it is one; otherwise, use latin-1.
3649
3650 1999-10-20 Gerd Moellmann <gerd@gnu.org>
3651
3652 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3653 that were split so that part of the comment appeared as Lisp code.
3654
3655 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3656
3657 * ps-bdf.el: Doc fix.
3658
3659 * ps-print-def.el: New file: common definitions for all parts of
3660 ps-print.
3661 (ps-multibyte-buffer): Moved from ps-mule.
3662
3663 * ps-mule.el: File dependence fix.
3664 (ps-multibyte-buffer): Moved to ps-print-def.
3665
3666 * ps-print.el: Doc fix, better customization.
3667 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3668 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3669 (ps-end-file): Doc fix.
3670 (ps-setup, ps-begin-file): Fun fix.
3671 (postscript): New group.
3672 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3673 (ps-print-prologue-1): Adjust PostScript programming.
3674 (ps-print): Adjust group hierarchy.
3675 (ps-print-n-up, ps-print-zebra, ps-print-background,
3676 ps-print-printer)
3677 (ps-print-page): New subgroups.
3678 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3679 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3680 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3681 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3682 (ps-zebra-stripe-height, ps-print-background-image)
3683 (ps-print-background-text, ps-spool-config): Adjust customization.
3684 (dos-ps-printer): Definition eliminated.
3685
3686 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3687
3688 * ps-mule.el: Doc fix, define functions properly if mule package is
3689 loaded or not.
3690 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3691 mule package is loaded or not.
3692
3693 * ps-print.el: Doc fix, n-up printing.
3694 (ps-print-version): New version number (5.0).
3695 (ps-page-dimensions-database): Added document media.
3696 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3697 (ps-page-order, ps-printing-region-p): New vars.
3698 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3699 funs.
3700 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3701 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3702 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3703 (ps-n-up-xstart, ps-n-up-ystart): New macros.
3704 (ps-print-begin-sheet-hook): New hook.
3705 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3706 const.
3707 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3708 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3709 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3710 (ps-count-lines): Changed to defun.
3711 (ps-header-page): Changed to defsubst, fix fun.
3712 (ps-printing-region): Doc fix, adjust programming code.
3713 (ps-output-boolean, ps-background-pages, ps-background-text)
3714 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3715 programming code.
3716
3717 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3718
3719 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3720 (ps-print-version): New version number (4.2).
3721 (ps-spool-config, ps-spool-tumble): New vars.
3722 (ps-print-prologue-1): Changed to defconst, adjust PostScript
3723 programming, new PostScript procedure to handle errors.
3724 (ps-print-prologue-2): Changed to defconst.
3725 (ps-print-duplex-feature): New const: duplex and tumble setting.
3726 (ps-setup, ps-begin-file): Fix funs.
3727 (ps-boolean-capitalized): New fun.
3728
3729 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
3730
3731 * Makefile (dontcompilefiles): Obsoleted.
3732 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3733 (EL): Unused.
3734 (temacs): Removed (unused).
3735 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
3736 version of the file (necessary for the update to work properly).
3737 (autoloads): Force the use of `pwd`/loaddefs.el.
3738 (updates); Redefined in terms of other targets to reduce redundancy.
3739 (.el.elc): New default rule, just in case you want it.
3740 (compile): Use a single invocation of Emacs.
3741 (bootstrap-compile); Unneeded.
3742 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3743
3744 1999-10-19 Dave Love <fx@gnu.org>
3745
3746 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3747
3748 1999-10-19 Sam Steingold <sds@ksp.com>
3749
3750 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3751 comply with the comment.
3752
3753 1999-10-19 Gerd Moellmann <gerd@gnu.org>
3754
3755 * autorevert.el (auto-revert-mode): Make auto-revert-mode
3756 permanent-local.
3757
3758 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
3759
3760 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3761 value: \"lpr\" changed to "lpr"
3762 (ps-mode-version): New constant
3763 (ps-mode-show-version): New function, added key in ps-mode-map
3764 (ps-run-messages): Removed
3765 (ps-run-font-lock-keywords-2): New defcustom variable replacing
3766 ps-run-messages. These keywords now include the value of
3767 ps-run-prompt, making its fontification customizable.
3768 (ps-run-init): Removed \\n from docstring, it is now added when
3769 the value is used
3770 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3771 ps-run-prompt
3772 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
3773 customizable variables in doc-string (its equivalent
3774 ps-run-messages was missing in previous version of the doc-string)
3775 (ps-run-mode): Simplified assignment to font-lock-defaults, using
3776 symbols only
3777
3778 1999-10-19 Alex Schroeder <alex@gnu.org>
3779
3780 * ansi-color.el: Complete rewrite.
3781
3782 1999-10-19 Paul Eggert <eggert@twinsun.com>
3783
3784 Fix bootstrapping problems.
3785 Use the system locale to specify Emacs locale defaults.
3786
3787 * international/mule-cmds.el (global-map):
3788 Do not use backquote, because that makes a bootstrapping
3789 problem if you need to recompile all Lisp files using interpreted code.
3790 * international/mule.el (charset-id, charset-bytes,
3791 charset-dimension, charset-chars, charset-width,
3792 charset-direction, charset-iso-final-char,
3793 charset-iso-graphic-plane, charset-reverse-charset,
3794 charset-short-name, charset-long-name, charset-description,
3795 charset-plist): Likewise.
3796 * subr.el (save-match-data): Likewise.
3797
3798 * international/mule-cmds.el
3799 (set-display-table-and-terminal-coding-system): New function,
3800 containing code migrated out of set-language-environment.
3801 (set-language-environment, set-locale-environment): Use it.
3802 (locale-translation-file-name): Moved here from startup.el.
3803 (locale-language-names, locale-preferred-coding-systems):
3804 New vars.
3805 (locale-name-match, set-locale-environment): New functions.
3806
3807 * language/japan-util.el (setup-japanese-environment-internal):
3808 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3809
3810 * startup.el (iso-8859-n-locale-regexp): Remove.
3811 (locale-translation-file-name): Move to mule-cmds.el.
3812 (command-line): Move locale-stuff into set-locale-environment.
3813
3814 1999-10-18 Dave Love <fx@gnu.org>
3815
3816 * abbrev.el (add-abbrev, inverse-add-abbrev)
3817 (expand-region-abbrevs): Remove properties from buffer text.
3818
3819 1999-10-17 Gerd Moellmann <gerd@gnu.org>
3820
3821 * iswitchb.el (iswitchb-exhibit): Extract user-input only
3822 from the mini-buffer, without the prompt.
3823
3824 * simple.el (minibuffer-prompt-end): Return the position
3825 after the prompt, not the position of that last character
3826 of the prompt.
3827
3828 1999-10-17 Miles Bader <miles@gnu.org>
3829
3830 * simple.el: Doc fixes.
3831
3832 1999-10-17 Miles Bader <miles@gnu.org>
3833
3834 * simple.el (previous-matching-history-element, next-history-element):
3835 Change to work correctly even if the point is in the prompt.
3836 (choose-completion-string): Likewise.
3837 (minibuffer-prompt-width): New function (compatibility with old subr).
3838
3839 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
3840 When constraining the final position to the current field,
3841 don't use the ONLY-IN-LINE mode of constrain-to-field.
3842
3843 1999-10-17 Miles Bader <miles@gnu.org>
3844
3845 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
3846 constrain-to-field.
3847 * textmodes/paragraphs.el (forward-sentence): Likewise.
3848
3849 1999-10-17 Miles Bader <miles@gnu.org>
3850
3851 * simple.el (line-move): Use constrain-to-field to avoid
3852 moving into a prompt.
3853 (previous-complete-history-element): Clarify doc string.
3854 (next-complete-history-element): Likewise.
3855 Use field-beginning instead of point-min.
3856 (next-matching-history-element): Use field-beginning and
3857 erase-field instead of point-min and erase-buffer.
3858 * textmodes/paragraphs.el
3859 (forward-paragraph, forward-sentence): Likewise.
3860 (backward-kill-paragraph, backward-kill-sentence): Remove code to
3861 constrain the kill to an field, as the movement commands now
3862 do this.
3863
3864 1999-10-17 Miles Bader <miles@gnu.org>
3865
3866 * simple.el (previous-matching-history-element): Get the
3867 minibuffer input with field-string instead of buffer-string.
3868 (choose-completion-string): Likewise.
3869 (next-history-element): Likewise.
3870 Erase the minibuffer input with erase-field, not erase-buffer.
3871 Use field-beginning to find the beginning of the input.
3872 * textmodes/paragraphs.el (backward-kill-sentence):
3873 Remove minibuffer-prompt hack.
3874 Constrain to any input field.
3875
3876 1999-10-17 Sam Steingold <sds@ksp.com>
3877
3878 * bindings.el (completion-ignored-extensions): Added ".sparcf"
3879 for CMUCL on sparc and ".ufsl" for LispWorks.
3880 (bound-and-true-p): Bugfix: free variable `v'.
3881
3882 1999-10-16 Dave Love <d.love@dl.ac.uk>
3883
3884 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
3885 (edebug-uninstall-read-eval-functions): Use load-read-function,
3886 avoiding elisp-eval.
3887
3888 1999-10-16 Sam Steingold <sds@ksp.com>
3889
3890 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
3891 instead of `eql'.
3892
3893 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
3894
3895 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
3896 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
3897 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
3898 * ediff-util.el (ediff-make-temp-file):
3899 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3900 * emerge.el (emerge-make-temp-file):
3901 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
3902 * vc.el (vc-update-change-log):
3903 * mail/mailpost.el (post-mail-send-it):
3904 * mail/metamail.el (metamail-region):
3905 * progmodes/cmacexp.el (c-macro-expansion):
3906 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
3907
3908 1999-10-15 Gerd Moellmann <gerd@gnu.org>
3909
3910 * smtpmail.el (smtpmail-via-smtp): Add support for
3911 automatically appending a domain to RCPT TO: addresses.
3912
3913 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3914
3915 * dired.el (dired-insert-directory): Insert the amount of
3916 free space after the total size.
3917 (dired-free-space-program, dired-free-space-args): New variables.
3918
3919 1999-10-14 Karl Heuer <kwzh@gnu.org>
3920
3921 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
3922
3923 1999-10-14 Dave Love <fx@gnu.org>
3924
3925 * international/characters.el:
3926 * international/fontset.el:
3927 * international/mule-conf.el: Add latin-iso8859-1[45].
3928
3929 * language/european.el: Add Latin-8, Latin-9. Modify some doc
3930 strings.
3931
3932 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
3933 (command-line): Detect Latin-[89] locales.
3934
3935 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
3936
3937 * international/mule-cmds.el (select-safe-coding-system)
3938 (leim-list-header): Avoid the use of strings that start with backslash
3939 newline since lread.c:read1 has a hack to turn those strings into
3940 integer 0 during the loadup.el process.
3941
3942 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
3943
3944 1999-10-13 Dave Love <fx@gnu.org>
3945
3946 * image.el (insert-image): Copy the image spec and add an
3947 intangible property.
3948
3949 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
3950
3951 * help.el (help-xref-interned): Make it also work on variable-only
3952 and function-only symbols.
3953 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
3954 (help-follow): If the point under mouse is not highlighted, try
3955 `help-xref-interned' on the pointed-to symbol anyway.
3956
3957 * info.el (Info-on-current-buffer): New entry point.
3958 (Info-find-node): Split into two for Info-on-current-buffer to
3959 hook into it.
3960 (Info-current-file, Info-set-mode-line, Info-up):
3961 Info-current-file can now be t.
3962 (Info-clone-buffer-hook): Function for `clone-buffer'.
3963 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
3964 Make `clone-buffer' available in various ways to the user.
3965
3966 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
3967
3968 * simple.el (shell-command, shell-command-on-region): Use
3969 make-temp-file.
3970 (clone-buffer, clone-process, clone-buffer-hook): New functions.
3971
3972 * subr.el (with-current-buffer): Don't use backquotes to avoid
3973 bootstrapping problems.
3974
3975 * loadup.el (load-path): Add subdirs for bootstrapping.
3976 (docstrings): Ignore errors during bootstrapping.
3977 (args): New `bootstrap' argument (for use in place of `dump').
3978
3979 1999-10-12 Emmanuel Briot <briot@gnat.com>
3980
3981 * ada-stmt.el: Doc-string fixes.
3982
3983 1999-10-12 Gerd Moellmann <gerd@gnu.org>
3984
3985 * recentf.el: New file.
3986
3987 * ps-mode.el: New file.
3988
3989 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
3990 case insensitive.
3991
3992 1999-10-12 Richard Sharman <rsharman@pobox.com>
3993
3994 * sh-script.el: Added support for indenting existing scripts.
3995 (sh-mode-map): Added new bindings.
3996 (sh-mode): Updated mode doc-string for new commands, added
3997 make-local-variable calls, initialize mode-specific variables.
3998 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
3999 is now a different function.
4000 (sh-header-marker): Changed docstring.
4001 (sh-set-shell): Initialize mode-specific variables.
4002 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4003 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4004 Changed these define-skeleton calls to work with user-specified
4005 indentation settings.
4006 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4007 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4008 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4009 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4010 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4011 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4012 (sh-guess-basic-offset, sh-handle-after-case-label)
4013 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4014 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4015 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4016 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4017 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4018 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4019 (sh-handle-this-then, sh-help-string-for-variable)
4020 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4021 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4022 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4023 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4024 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4025 (sh-remove-our-text-properties, sh-rescan-buffer)
4026 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4027 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4028 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4029 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4030 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4031 functions.
4032 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4033 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4034 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4035 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4036 (sh-var-list): New variables.
4037
4038 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4039
4040 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4041 a value one line to high if the cursor wasn't at the start of a
4042 line. A `beginning-of-line' is now performed before making the
4043 call to `count-lines'.
4044
4045 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4046
4047 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4048
4049 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4050
4051 * Makefile (setwins): Abstract out the command to find subdirectories
4052 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4053 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4054 (autoloads-with-other-emacs): Use it.
4055
4056 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4057
4058 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4059
4060 * Makefile (bootstrap-compile): New target. Compile Lisp
4061 files with ../src/temacs.
4062
4063 1999-10-08 Dave Love <fx@gnu.org>
4064
4065 * ange-ftp.el: Require dired when compiling.
4066 (ange-ftp-normal-login): Allow EFS-style port specification.
4067
4068 1999-10-08 Simon Marshall <simon@gnu.org>
4069
4070 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4071 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4072 If STRINGS is nil, return "" rather than nil.
4073
4074 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4075
4076 * Makefile (compile): Compile files one by one. Set load-path to
4077 current directory and subdirectories when compiling.
4078
4079 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4080
4081 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4082 (emacs): Use it everywhere instead of EMACS.
4083 (compile): New target. Compile all Lisp files from scratch.
4084 (recompile): New target. Recompile lisp directory.
4085 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4086 an Emacs executable not built in the current directory tree.
4087
4088 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4089
4090 * filecache.el (file-cache-completion-ignore-case): New variable,
4091 defaulting to the value of completion-ignore-case.
4092 (file-cache-minibuffer-complete): Use it.
4093 (file-cache-files-matching, file-cache-files-matching-internal):
4094 New functions.
4095
4096 1999-10-07 Emmanuel Briot <briot@gnat.com>
4097
4098 * ada-xref.el: New file
4099
4100 * ada-prj.el: New file
4101
4102 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4103
4104 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4105 subprogram being created.
4106
4107 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4108 ada-indent-newline-indent): Rewritten to support the new indentation
4109 scheme
4110
4111 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4112 New functions
4113
4114 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4115 justification parameter
4116
4117 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4118 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4119 external program
4120
4121 1999-10-07 Dave Love <fx@gnu.org>
4122
4123 * bindings.el (bound-and-true-p): New macro.
4124 (make-mode-line-mouse-sensitive): Don't require easymenu.
4125
4126 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4127
4128 * custom.el (defface): Extend documentation for new values of
4129 `type'.
4130
4131 * faces.el (face-spec-set-match-display): Recognize `type' of
4132 `motif', `lucid', `x-toolkit'.
4133 (menu): New face.
4134
4135 1999-10-05 Dave Love <fx@gnu.org>
4136
4137 * files.el: Recognize temporary crontab files.
4138
4139 * info.el: Require jka-compr when compiling.
4140 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4141
4142 1999-10-04 Dave Love <fx@gnu.org>
4143
4144 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4145 scroll-up-aggressively, scroll-down-aggressively.
4146
4147 * time.el (display-time-mode): Add autoload cookie.
4148
4149 * rect.el (delete-extract-rectangle): Doc fix from verna.
4150
4151 * help-macro.el (three-step-help): Customize.
4152
4153 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4154
4155 * hexl.el (hexlify-buffer): Move point in proper range
4156 if it is too large.
4157 (hexl-after-revert-hook): Update hexl-max-address.
4158 (hexl-address-to-marker): Doc fix.
4159
4160 1999-10-03 Dave Love <fx@gnu.org>
4161
4162 * image.el (defimage): Remove redundant code. Substitute file in
4163 image plist.
4164
4165 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4166
4167 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4168 when doing with-temp-file.
4169
4170 1999-10-01 Dave Love <fx@gnu.org>
4171
4172 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4173
4174 * help.el: Require view when compiling.
4175 (view-emacs-FAQ): Use Info version.
4176
4177 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4178
4179 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4180 (normat->normal). Use correct font names for Korean
4181 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4182
4183 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4184
4185 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4186 code not used by KOI8 to the same 8-bit code instead of mapping to
4187 SPC.
4188 (cyrillic-alternativnyj-decode-table): Likewise.
4189
4190 1999-09-29 Alex Schroeder <alex@gnu.org>
4191
4192 * sql.el (sql-imenu-generic-expression): Aew, used to set
4193 imenu-generic-expression.
4194 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4195 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4196 imenu-case-fold-search, and imenu-syntax-alist.
4197 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4198 setting font-lock-defaults' SYNTAX-ALIST.
4199
4200 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4201
4202 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4203 macro, try again.
4204
4205 1999-09-28 Dave Love <fx@gnu.org>
4206
4207 * cus-edit.el (custom-comment): Change widget definition.
4208 (custom-comment-create, custom-comment-show)
4209 (custom-comment-invisible-p): Don't use :comment-overlay.
4210 (custom-comment-hide): New function.
4211 (custom-variable-set, custom-variable-save)
4212 (custom-variable-reset-standard, custom-face-set)
4213 (custom-face-save): Use it.
4214
4215 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4216
4217 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4218
4219 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4220
4221 * faces.el (region): Doc fix.
4222
4223 1999-09-27 Dave Love <fx@gnu.org>
4224
4225 * isearch.el (isearch): Add :links in defgroup.
4226 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4227 (isearch-switch-frame-handler): Comment out (unused).
4228 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4229 (isearch-ring-retreat-edit): Doc fix.
4230 (isearch-mouse-yank): New command.
4231 (isearch-last-command-char): Removed. Callers changed to use
4232 last-command-char.
4233 (isearch-char-to-string): Removed. Callers changed to use
4234 char-to-string.
4235
4236 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4237
4238 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4239 option for Russian.
4240
4241 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4242
4243 * faces.el (face-differs-from-default-p): Compare face
4244 attributes individually.
4245
4246 * image.el (put-image, insert-image): Add string argument.
4247
4248 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4249
4250 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4251 LANG=de_DE.iso88591 on HPUX 11.0.
4252
4253 * dired.el (dired-move-to-filename-regexp): Make it work
4254 for LANG=de_DE.iso88591 on HPUX 11.0.
4255
4256 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4257
4258 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4259 if we know for some other reason it should not be used.
4260
4261 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4262 New variable.
4263 (edebug-recursive-edit): Save current-prefix-arg there,
4264 bind it, and set it back at the end.
4265 (edebug-outside-excursion): Restore and update the outside
4266 value of current-prefix-arg.
4267 (edebug-emacs-version-specific): Delete support for Epoch.
4268
4269 1999-09-24 Howard Melman <howard@silverstream.com>
4270
4271 * imenu.el (imenu-after-jump-hook): New variable.
4272 (imenu): Run menu-after-jump-hook.
4273 (imenu-name-lookup-function): New variable.
4274 * imenu.el (imenu--in-alist): Use those variables.
4275
4276 1999-09-24 Carsten Dominik <cd@gnu.org>
4277
4278 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4279 multiple thebibliography environments.
4280
4281 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4282 with recentering window.
4283 (reftex-extract-bib-entries-from-thebibliography,
4284 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4285 with multiple thebibliography environments.
4286
4287 * textmodes/reftex-vars.el
4288 (reftex-section-levels): Function allowed as cdr.
4289 (reftex-max-section-depth) New option.
4290
4291 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4292 with multiple thebibliography environments.
4293
4294 1999-09-23 Gerd Moellmann <gerd@gnu.org>
4295
4296 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4297 instead of point-min in call to delete-region.
4298
4299 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4300
4301 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4302 out into arbitrary file names.
4303
4304 1999-09-19 Ken'ichi Handa <handa@gnu.org>
4305
4306 * language/european.el ("Turkish"): New language environment.
4307
4308 1999-09-19 Dave Love <fx@gnu.org>
4309
4310 * delim-col.el: New file.
4311
4312 1999-09-17 Richard Stallman <rms@gnu.org>
4313
4314 * files.el (after-find-file): When visiting a backup file,
4315 make it read-only.
4316
4317 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4318 (apropos-keybinding-face, apropos-label-face): Likewise.
4319 (apropos-property-face, apropos-match-face): Likewise.
4320 (apropos-label-properties): New variable.
4321 (apropos-print-doc): Use apropos-label-properties.
4322 (apropos-print): Set apropos-label-properties.
4323
4324 1999-09-15 Richard Stallman <rms@gnu.org>
4325
4326 * winner.el: Use aref instead of sref.
4327
4328 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4329
4330 1999-09-14 Gerd Moellmann <gerd@gnu.org>
4331
4332 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4333
4334 1999-09-14 Richard Stallman <rms@gnu.org>
4335
4336 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4337 cookie, even if followed by a letter.
4338
4339 1999-09-14 Stephen Eglen <stephen@gnu.org>
4340
4341 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4342 --no-line-editing are passed to Octave by including them here
4343 rather than storing them in inferior-octave-startup-args.
4344
4345 1999-09-14 Eli Zaretskii <eliz@gnu.org>
4346
4347 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4348 command, option, env and sc.
4349
4350 * subr.el (shell-quote-argument): Quote argument with double
4351 quotes for ms-dos.
4352
4353 1999-09-14 Richard Stallman <rms@gnu.org>
4354
4355 * simple.el (eval-expression-print-level): New variable.
4356 (eval-expression-print-length): New variable.
4357 (eval-expression-debug-on-error): New variable.
4358 (eval-expression): Bind print-level, print-length and
4359 debug-on-error from those vars.
4360
4361 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4362 Bind print-level, print-length and debug-on-error.
4363
4364 1999-09-14 Inge Frick <inge@nada.kth.se>
4365
4366 * dired.el (dired-recursive-deletes): New custom variable.
4367 (dired-re-no-dot): New variable.
4368 (dired-delete-file): New function deletes files and directories
4369 recursively.
4370 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4371
4372 * dired-aux.el (dired-recursive-copies): New custom variable.
4373 (dired-handle-overwrite): Broke a long line.
4374 (dired-copy-file): Call `dired-copy-file-recursive' instead of
4375 `copy-file'.
4376 (dired-copy-file-recursive): New function. Copy directories
4377 recursively.
4378 (dired-do-create-files): Added support for generalized directory
4379 target. How-to function may now return a function. New fluid
4380 variable `dired-one-file'.
4381 (dired-copy-how-to-fn): New variable.
4382 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4383 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4384 (dired-do-copy-regexp): No recursive copies.
4385
4386 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
4387
4388 * whitespace.el (whitespace-version): Update version to 2.4
4389
4390 * whitespace.el: Add customization variables to conditionally test
4391 any of the five whitespaces, per request from Rune Kleveland
4392 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4393
4394 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4395
4396 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4397 list of modes to be checked for bogus whitespaces.
4398
4399 * whitespace.el (whitespace-rescan-timer-time): Update
4400 documentation.
4401
4402 * whitespace.el (whitespace-display-unchecked-whitespaces):
4403 New function to update modeline with untested whitespaces.
4404
4405 * whitespace.el (whitespace-buffer): Test only whitespaces whose
4406 checking is turned on, and update modeline using the newly created
4407 `whitespace-display-unchecked-whitespaces'.
4408
4409 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4410 whose checking is turned on, and update modeline using the newly
4411 created `whitespace-display-unchecked-whitespaces'.
4412
4413 * whitespace.el (whitespace-describe): Update documentation.
4414
4415 * whitespace.el (whitespace-tickle-timer): Test if
4416 `whitespace-rescan-timer-time' is non-zero before tickling timer.
4417
4418 1999-09-13 Dave Love <fx@gnu.org>
4419
4420 * hideif.el (hide-ifdef-mode): Add autoload cookie.
4421
4422 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4423 for temp buffer.
4424 (checkdoc-this-string-valid): Don't assume default comment-start.
4425
4426 1999-09-13 Gerd Moellmann <gerd@gnu.org>
4427
4428 * rsz-mini.el: Remove code, keep the interface.
4429
4430 1999-09-13 Dave Love <fx@gnu.org>
4431
4432 * help.el (help-highlight-p): Doc fix.
4433
4434 * faces.el (mode-line, header-line, tool-bar): Add :version.
4435 (highlight, secondary-selection): Add :group.
4436 (trailing-whitespace): Add :group, :version.
4437
4438 * wid-edit.el: Remove some compatibility code and checks.
4439 (widget-specify-field, widget-specify-button): Don't use XEmacs
4440 properties.
4441 (widget-overlay-inactive): Change error message.
4442 (widget-button-pressed-face): New variable.
4443 (widget-button-click): Use it.
4444 (widget-documentation-link-add): Specify mouse and button faces.
4445 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4446 removed now the functionality is built in.
4447
4448 * cus-edit.el: Don't define-widget-keywords.
4449 (multimedia): New group.
4450 (custom-last): Function removed.
4451 (custom-quote): Add vectorp case, comment out characterp case.
4452 (custom-buffer-done-function, custom-raised-buttons): New option.
4453 (Custom-buffer-done): New function.
4454 (custom-buffer-create-internal): Obey custom-raised-buttons,
4455 Custom-buffer-done.
4456 (custom-button-face): Make it `released-button'.
4457 (custom-button-pressed-face): Make it `pressed-button'
4458 (custom-mode-map): Bind "q" to Custom-buffer-done.
4459 (custom-mode): Deal with raised/pressed buttons.
4460
4461 Changes from Didier Verna:
4462 (custom-prompt-variable): Optional third arg makes prompt for a
4463 comment string.
4464 (customize-set-value, customize-set-variable,
4465 customize-save-variable): Optional prefix makes function handle
4466 variable comments.
4467 (customize-customized, customize-saved, custom-variable-state-set)
4468 (custom-variable-set, custom-variable-save, custom-face-state-set)
4469 (custom-variable-reset-saved, custom-variable-reset-standard)
4470 (custom-face-set, custom-face-save, custom-face-reset-saved)
4471 (custom-face-reset-standard, customize-save-customized): Handle
4472 custom comments.
4473 (custom-comment-face, custom-comment-tag-face): New face.
4474 (custom-comment): New widget.
4475 (custom-comment-create, custom-comment-delete)
4476 (custom-comment-value-set, custom-comment-show)
4477 ()custom-comment-invisible-p): New functions.
4478 (custom-variable-value-create, custom-face-value-create): Create a
4479 comment field widget.
4480 (custom-variable-menu, custom-face-menu): New entry for custom
4481 comment.
4482 (custom-face-value-create): Remove compatibility code.
4483 (custom-save-variables, custom-save-faces): Possibly save custom
4484 comments.
4485
4486 * cus-face.el (custom-face-attributes): Simplify :underline,
4487 :overline, :inverse-video cases. Fix up :box case (probably needs
4488 more work).
4489
4490 Change from Didier Verna:
4491 (custom-set-faces): The arguments can now have a custom comment as
4492 fourth argument.
4493
4494 * custom.el: Don't define-widget-keywords.
4495 Change from Didier Verna:
4496 (custom-set-variables): The arguments can now have a
4497 custom comment as fifth element.
4498
4499 1999-09-13 Richard Stallman <rms@gnu.org>
4500
4501 * info.el (Info-find-node): Cope better if guesspos is too large.
4502
4503 1999-09-12 Gerd Moellmann <gerd@gnu.org>
4504
4505 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4506 of buffer-substring because buffer-string doesn't copy the
4507 prompt.
4508
4509 * faces.el (mode-line): Replaces `modeline'.
4510 (toplevel): Make `modeline' an alias for `mode-line'.
4511
4512 1999-09-12 Gerd Moellmann <gerd@gnu.org>
4513
4514 * gs.el: Change `ghostscript' to `postscript' in comment.
4515
4516 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
4517
4518 * emulation/tpu-edt.el (tpu-version): New version.
4519 (tpu-search-overlay, tpu-replace-overlay): New variables.
4520 (tpu-search-highlight, tpu-toggle-direction): New functions.
4521 (tpu-lm-replace): Set tpu-replace-overlay.
4522 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4523 command hook.
4524
4525 1999-09-11 Richard Stallman <rms@gnu.org>
4526
4527 * isearch.el (isearch-mode-map): Undo previous change.
4528
4529 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4530 use all of that as the sexp.
4531
4532 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4533 and use the initial argument as file name directly.
4534 Likewise if nothing matches.
4535
4536 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
4537
4538 * winner.el: Major changes. Avoid changing point and mark.
4539 Save configurations after they change, not before.
4540
4541 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
4542
4543 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4544 Bind print-continuous-numbering and print-number-table.
4545
4546 1999-09-10 Dave Love <fx@gnu.org>
4547
4548 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4549
4550 1999-09-09 Richard Stallman <rms@gnu.org>
4551
4552 * whitespace.el: Finish making it fit Emacs conventions.
4553 Add autoloads.
4554
4555 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
4556
4557 * generic-x.el (bat-generic-mode): "::"-style comments don't
4558 need to begin with "-". Fix the font-lock definitions of ON/OFF
4559 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
4560 from the list of keywords. Add DO to the list of keywords.
4561
4562 1999-09-09 Dave Love <fx@gnu.org>
4563
4564 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4565 (byte-optimize-backward-word): New optimizations.
4566 (side-effect-free-fns, side-effect-and-error-free-fns): Add
4567 entries.
4568
4569 1999-09-09 Gerd Moellmann <gerd@gnu.org>
4570
4571 * image.el (put-image): Remove optional buffer parameter.
4572
4573 * faces.el (face-italic-p): Return t only for values `italic'
4574 and `oblique'.
4575
4576 * mouse.el (mouse-drag-mode-line-1): Extension of former
4577 mouse-drag-mode-line that also drags the header line.
4578 (mouse-drag-mode-line): Call it.
4579 (mouse-drag-header-line): New.
4580 (toplevel): Bind down-mouse-1 on header lines to
4581 mouse-drage-header-line.
4582
4583 1999-09-08 Gerd Moellmann <gerd@gnu.org>
4584
4585 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4586 (make-mode-line-mouse-sensitive): Replace `top-line' by
4587 `header-line'.
4588
4589 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
4590
4591 * help.el (describe-function-1): Don't return empty string for keymaps.
4592
4593 * fill.el (fill-region-as-paragraph, canonically-space-region):
4594 Respect colon-double-space at end of line.
4595
4596 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
4597
4598 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4599 (backup-buffer): Use it.
4600
4601 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
4602
4603 * generic-x.el (generic-define-unix-modes): Added new modes:
4604 inetd-conf-generic-mode, etc-services-generic-mode,
4605 etc-passwd-generic-mode. These are all defined for Unix by default.
4606 (apache-generic-mode): Use an imenu-generic-expression to list
4607 Configuration keywords.
4608 (samba-generic-mode): Use both ; and # as comment characters.
4609 (samba-generic-mode): Font-lock expressions now highlight name
4610 value pairs.
4611 (bat-generic-mode): Keywords are now case-insensitive through
4612 font-lock-defaults setting.
4613 (java-properties-generic-mode): Supports both ! and # as comment
4614 characters.
4615 (java-properties-generic-mode): Added an imenu-generic-expression
4616 (java-properties-generic-mode): Reworked to support the various
4617 different ways to separate name and value (viz, '=', ':' and
4618 whitespace).
4619 (show-tabs-generic-mode): Added this new generic-mode.
4620
4621 1999-09-08 Richard Stallman <rms@gnu.org>
4622
4623 * progmodes/inf-lisp.el: Moved from top directory.
4624
4625 * tar-mode.el (tar-header-block-tokenize):
4626 Use `when' instead of `and'. Fix some clobbered text.
4627
4628 * gud.el (gud-make-debug-menu): Make a child for the
4629 local menu, for its menu bar, and the debug menu.
4630 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4631 Use the history in the simple way.
4632
4633 1999-09-07 Kenichi Handa <handa@etl.go.jp>
4634
4635 * language/korea-util.el (default-korean-keyboard): Initialize it
4636 according to the environment variable HANGUL_KEYBOARD_TYPE.
4637
4638 1999-09-07 Richard Stallman <rms@gnu.org>
4639
4640 * subr.el (make-temp-file): New function.
4641
4642 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
4643
4644 * font-lock.el (font-lock-multiline): New text property contains
4645 a boolean to indicate if the char is part of a multiline match.
4646 (font-lock-default-fontify-region): Extend the region appropriately
4647 for multiline keywords.
4648 (font-lock-default-unfontify-region): Also remove the new
4649 font-lock-multiline text property.
4650 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4651 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4652
4653 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4654
4655 * diary-lib.el (list-diary-entries): Make sure two-digit years
4656 have leading zeros.
4657
4658 1999-09-07 Gerd Moellmann <gerd@gnu.org>
4659
4660 * faces.el (face-set-after-frame-default): Initialize some
4661 attributes of some faces from frame parameters.
4662
4663 * faces.el (scroll-bar, border, cursor, mouse): New faces.
4664
4665 1999-09-07 Gerd Moellmann <gerd@gnu.org>
4666
4667 * faces.el (fringe): Replaces face `margin'.
4668
4669 1999-09-07 Dave Love <fx@gnu.org>
4670
4671 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4672
4673 1999-09-07 Richard Stallman <rms@gnu.org>
4674
4675 * subr.el (push): Doc fix.
4676
4677 1999-09-06 Richard Stallman <rms@gnu.org>
4678
4679 * vc.el (vc-annotate-display): Use < 69 not < 70
4680 to distinguish 20YY from 19YY.
4681
4682 * timezone.el (timezone-parse-date): Use < 69 not < 70
4683 to distinguish 20YY from 19YY.
4684
4685 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4686
4687 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
4688
4689 * quickurl.el: (quickurl-list-focused-line): Removed.
4690 (quickurl-list-insert): Now works out the focused line using
4691 `count-lines' instead of using `quickurl-list-focused-line'.
4692
4693 1999-09-06 Richard Stallman <rms@gnu.org>
4694
4695 * mail/rmail.el (rmail-retry-failure): Unconditionally move
4696 to beginning of message.
4697
4698 1999-09-06 Dave Love <fx@gnu.org>
4699
4700 * isearch.el (isearch-mode-map): Add mouse-2.
4701
4702 * mail/rmail.el (rmail-read-password): Deleted.
4703 (rmail-get-pop-password): Use read-password.
4704
4705 * quickurl.el: Don't conditionally define caddr.
4706 (quickurl-url-comment): Use nth, not caddr in function and
4707 defsetf.
4708
4709 1999-09-06 Richard Stallman <rms@gnu.org>
4710
4711 * auto-show.el: Doc fixes.
4712
4713 1999-09-06 Stephen Eglen <stephen@gnu.org>
4714
4715 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4716 --no-line-editing so that TABs in source files are not interpreted
4717 as completion requests.
4718
4719 1999-09-06 Gerd Moellmann <gerd@gnu.org>
4720
4721 * hscroll.el, auto-show.el: Remove all code, keep the public
4722 interface as no-ops.
4723
4724 * faces.el (face-bold-p): Don't return t if face has lighter
4725 weight than normal.
4726
4727 1999-09-06 Eli Zaretskii <eliz@gnu.org>
4728
4729 * startup.el (command-line): Make small-temporary-file-directory
4730 be nil except on ms-dos.
4731
4732 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
4733
4734 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4735 is defined.
4736
4737 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4738 letters with a colon after d or l.
4739
4740 1999-09-06 Dave Love <fx@gnu.org>
4741
4742 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
4743 primitive.)
4744
4745 1999-09-05 Richard Stallman <rms@gnu.org>
4746
4747 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4748
4749 * textmodes/paragraphs.el (backward-kill-sentence):
4750 Don't test minibuffer-prompt-end here.
4751 (forward-sentence): Do handle it here.
4752 (backward-kill-paragraph): Don't test it here.
4753 (forward-paragraph): Handle it here.
4754
4755 * mouse.el (font-menu-add-default): Simplify code.
4756
4757 1999-09-05 Gerd Moellmann <gerd@gnu.org>
4758
4759 * faces.el (header-line): Renamed from `top-line'.
4760
4761 1999-09-05 Gerd Moellmann <gerd@gnu.org>
4762
4763 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4764
4765 1999-09-04 Richard Stallman <rms@gnu.org>
4766
4767 * whitespace.el: New file.
4768
4769 1999-09-04 Dave Love <fx@gnu.org>
4770
4771 * paths.el: Make some doc strings obey the make-docfile convention.
4772
4773 * bindings.el: Likewise.
4774 (debug-ignored-errors): Remove BBDB ones.
4775
4776 1999-09-03 Richard Stallman <rms@gnu.org>
4777
4778 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4779 not from the draft to forward.
4780
4781 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4782
4783 1999-09-03 Dave Love <fx@gnu.org>
4784
4785 * double.el (double-mode): Customize the variable.
4786
4787 1999-09-03 Kenichi Handa <handa@etl.go.jp>
4788
4789 * international/characters.el: Delete duplicated code.
4790
4791 1999-09-02 Richard Stallman <rms@gnu.org>
4792
4793 * indent.el (indent-relative): Doc fix.
4794
4795 * quickurl.el (quickurl): Doc fix.
4796
4797 1999-09-02 Gerd Moellmann <gerd@gnu.org>
4798
4799 * faces.el (margin): Change background to "gray" for mono (this is
4800 drawn with a stipple pattern).
4801
4802 1999-09-02 Gerd Moellmann <gerd@gnu.org>
4803
4804 * simple.el (next-history-element): Use minibuffer-prompt-end once
4805 again. Remove test for minibuffer-prompt-in-buffer.
4806
4807 1999-09-02 Eli Zaretskii <eliz@gnu.org>
4808
4809 * files.el (small-temporary-file-directory): New variable.
4810
4811 * startup.el (command-line): Compute the value of
4812 small-temporary-file-directory.
4813
4814 * ediff-init.el (ediff-temp-file-prefix): Use
4815 small-temporary-file-directory if non-nil.
4816
4817 * vc.el (vc-update-change-log): Likewise.
4818
4819 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4820
4821 * simple.el (shell-command, shell-command-on-region): Use
4822 make-temp-name properly. Use small-temporary-file-directory if
4823 non-nil, otherwise temporary-file-directory, to generate temporary
4824 files.
4825
4826 * dos-w32.el (direct-print-region-helper): Use
4827 temporary-file-directory. (From Stefan Monnier.)
4828
4829 1999-09-02 Richard Stallman <rms@gnu.org>
4830
4831 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4832 from asm-comment-char.
4833 (asm-font-lock-keywords): Recognize instruction width suffixes.
4834
4835 1999-09-01 Richard Stallman <rms@gnu.org>
4836
4837 * play/fortune.el: New file.
4838
4839 1999-08-31 Dave Love <fx@gnu.org>
4840
4841 * help.el (help-make-xrefs): Don't lose on non-empty blank line
4842 after key table.
4843
4844 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
4845 redisplay variables.
4846
4847 * subr.el (push): Fix typo.
4848
4849 1999-08-30 Kevin Blake <kblake@ticnet.com>
4850
4851 * emacs-lisp/ring.el: Many doc fixes.
4852 (ring-size, ring-copy): New functions.
4853
4854 1999-08-29 Richard Stallman <rms@gnu.org>
4855
4856 * progmodes/etags.el (tags-loop-continue):
4857 After tags-loop-operate returns, force skip to next file.
4858
4859 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
4860 (mail-extr-first-letters, mail-extr-last-letters):
4861 Use character classes [:alpha:] and [:alnum:].
4862
4863 * subr.el (push, pop): New macros.
4864
4865 * progmodes/compile.el (compilation-error-regexp-alist):
4866 New item for SGI IRIX MipsPro compilers.
4867
4868 * speedbar.el (speedbar-directory-buttons): Recognize
4869 device names when checking for file names.
4870
4871 * array.el (array-reconfigure-rows): Use generate-new-buffer.
4872
4873 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
4874 and specially handle defvar inside their expansions.
4875 (eval-defun-1): New subroutine.
4876
4877 * progmodes/compile.el (compilation-error-regexp-alist):
4878 Fix the Perl -w entry to allow period after line number.
4879 Don't allow newlines in file name, but allow them after line number
4880 for Perl debugging traces.
4881
4882 * which-func.el (which-func-cleanup-function): New variable.
4883 (which-function): Call that function.
4884
4885 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
4886 to end a function name.
4887
4888 * informat.el (Info-tagify): Don't insert more than one newline
4889 before the tag table.
4890
4891 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
4892
4893 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
4894 than make-temp-name, use match-string-no-properties, and eliminate
4895 a quadratic behavior when building bibtex-strings.
4896
4897 1999-08-29 Alex Schroeder <alex@gnu.org>
4898
4899 * comint.el (comint-input-ring-separator): New variable.
4900 (comint-read-input-ring): Doc change; use
4901 comint-input-ring-separator when reading file.
4902 (comint-write-input-ring): Use
4903 comint-input-ring-separator when writing file.
4904
4905 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
4906
4907 * informat.el (Info-tagify): Start by widening.
4908 Match node headers that don't list the file name,
4909 and more kinds of page separations.
4910 Strip properties during tagification.
4911 Use start of node header line as tag's position.
4912 Fix the "done" message.
4913
4914 (Info-validate): Save and restore match data around narrowing down.
4915
4916 1999-08-28 Richard M. Stallman <rms@gnu.org>
4917
4918 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
4919 On repeated call, override previous values put into
4920 minor-mode-map-alist and minor-mode-alist.
4921
4922 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
4923
4924 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
4925
4926 1999-08-27 Andreas Schwab <schwab@gnu.org>
4927
4928 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
4929 from cvs update.
4930
4931 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4932
4933 * calendar/calendar.el (calendar-move-hook): New hook.
4934
4935 * calendar/cal-move.el: Call the new hook in every movement function.
4936
4937 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
4938 the right function name.
4939
4940 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
4941
4942 * time-stamp.el: Put quote-backquote around all symbol names
4943 in doc strings, for mousing.
4944 (time-stamp): Support multi-line patterns.
4945 (time-stamp-inserts-lines): New variable.
4946 (time-stamp-count): New variable.
4947 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
4948 "Thu" instead of "%a".
4949
4950 1999-08-25 Gerd Moellmann <gerd@gnu.org>
4951
4952 * simple.el (kill-word): Undo previous change.
4953
4954 1999-08-25 Gerd Moellmann <gerd@gnu.org>
4955
4956 * jit-lock.el (jit-lock-function): Extend the fontified range
4957 to the beginning of the line containing the range start and
4958 the beginning of the line following the range end.
4959
4960 1999-08-24 Dave Love <fx@gnu.org>
4961
4962 * timezone.el: Move provide to end.
4963 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
4964 <70 are 2000+.
4965 (timezone-parse-time): Simplify somewhat.
4966
4967 1999-08-24 Gerd Moellmann <gerd@gnu.org>
4968
4969 * faces.el (margin): Renamed from bitmap-area.
4970
4971 1999-08-24 Alex Schroeder <alex@gnu.org>
4972
4973 * sql.el: Doc changes.
4974 (sql-sybase): Use sql-server instead of sql-database.
4975
4976 1999-08-23 Dave Love <fx@gnu.org>
4977
4978 * rect.el: Add/fix various doc strings. Add `*' to all the
4979 interactive specs.
4980
4981 1999-08-21 Gerd Moellmann <gerd@gnu.org>
4982
4983 * jit-lock.el (jit-lock-function): Use line-beginning-position.
4984 Don't unwind-protect font-lock-fontify-region.
4985
4986 * paragraphs.el (backward-kill-paragraph): Don't move
4987 point into mini-buffer prompt.
4988 (backward-kill-sentence): Ditto.
4989
4990 * simple.el (next-history-element): Use minibuffer-prompt-end.
4991 Remove test for minibuffer-prompt-in-buffer.
4992 (kill-word): Don't move point into mini-buffer prompt.
4993
4994 1999-08-21 Dave Love <fx@gnu.org>
4995
4996 * Makefile: Exclude CVS dirs like RCS.
4997
4998 1999-08-19 Dave Love <fx@gnu.org>
4999
5000 * tooltip.el (tooltip-mode): Customize this, per convention.
5001 (tooltip-active): Option deleted.
5002
5003 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5004
5005 * hanoi.el, page-ext.el: Declare dynamic vars.
5006
5007 * term.el: Avoid ange-ftp related compilation warnings.
5008
5009 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5010
5011 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5012 the default so that beginners can benefit from it without
5013 searching in manuals.
5014
5015 1999-08-18 Ray Blaak <blaak@gnu.org>
5016
5017 * progmodes/delphi.el: Consider assembly sections as blocks, to
5018 indent them better. Make auto-indent on newline optional.
5019
5020 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5021
5022 * bindings.el (mode-line-modified): Look up key binding for C-x
5023 C-q. If it's bound call that binding, otherwise call
5024 toggle-read-only.
5025
5026 1999-08-17 Dave Love <fx@gnu.org>
5027
5028 * info.el (info): Doc fix.
5029
5030 * finder.el (finder-known-keywords): Add `multimedia'.
5031
5032 * apropos.el: Don't capitalize custom group name.
5033
5034 * info-look.el: Remove compatibility code.
5035 (info-lookup-guess-default*): DTRT for point at start of symbol.
5036 (info-complete): Don't lose with point not at end of symbol.
5037
5038 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5039
5040 * term.el (toplevel): Make face `term-default' an empty face.
5041 The code relied on the fact that Emacs ignored invalid faces in
5042 face text properties in 20.4.
5043
5044 1999-08-16 Richard M. Stallman <rms@gnu.org>
5045
5046 * subr.el (point-at-eol, point-at-bol): New aliases.
5047
5048 * simple.el: Functions reordered.
5049
5050 * rect.el (delete-rectangle-line): Use line-end-position.
5051
5052 1999-08-16 Karl Heuer <kwzh@gnu.org>
5053
5054 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5055 here from simple.el.
5056
5057 1999-08-16 Dave Love <fx@gnu.org>
5058
5059 * mouse.el: Provide `mldrag' for compatibility.
5060 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5061 marked obsolete.
5062
5063 * mldrag.el: Removed since the features are in mouse.el.
5064
5065 * jka-compr.el (auto-compression-mode): New variable for
5066 customization.
5067
5068 * bindings.el (mode-line-mule-info): Doc fix.
5069
5070 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5071 name comparisons.
5072
5073 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5074 (find-file): Doc fix.
5075
5076 1999-08-16 Carsten Dominik <cd@gnu.org>
5077
5078 * textmodes/reftex.el: Most of the code moved to other files.
5079 * textmodes/reftex-auc.el: New file, split out from reftex.el
5080 * textmodes/reftex-cite.el: New file, split out from reftex.el
5081 * textmodes/reftex-global.el: New file, split out from reftex.el
5082 * textmodes/reftex-index.el: New file, split out from reftex.el
5083 * textmodes/reftex-parse.el: New file, split out from reftex.el
5084 * textmodes/reftex-ref.el: New file, split out from reftex.el
5085 * textmodes/reftex-sel.el: New file, split out from reftex.el
5086 * textmodes/reftex-toc.el: New file, split out from reftex.el
5087 * textmodes/reftex-vars.el: New file, split out from reftex.el
5088 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5089
5090 1999-08-16 Carsten Dominik <cd@gnu.org>
5091
5092 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5093 conflict with pop-up-frames.
5094 (reftex-special-environment-parsers): New constant.
5095 (reftex-label-alist): car of an entry can also be a function.
5096 (reftex-what-special-env): Cew function.
5097 (reftex-label-location): Call `reftex-what-special-env'.
5098 (reftex-compile-variables): Check for symbol in
5099 `reftex-label-alist'.
5100 (reftex-what-environment): Fixed bug with stacked environments of
5101 same kind (e.g. enumerate).
5102 (reftex-process-string): Preserve default directory.
5103 (reftex-label-alist-builtin): Changed prefixes of endnote and
5104 footnote. Also the magic words.
5105 (reftex-reference): Interprete new option
5106 `reftex-fref-is-default'.
5107 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5108 (reftex-toc-mouse-view-line): Command removed (had no binding).
5109 (reftex-everything-regexp): New function.
5110 (reftex-nearest-match): Made better.
5111 (reftex-toc-find-section): Use new version of
5112 `reftex-nearest-match'.
5113 (reftex-insert-docstruct): Adapted to work with the index stuff.
5114 (reftex-parse-from-file): Find index entries as well.
5115 (reftex-toc-toggle-index): New function
5116 (reftex-toc-map): `i' is now used to togle the index, File
5117 boundaries has been moved to `F'.
5118 (reftex-select-label-map): Toggling display of file boundaries is
5119 now on the `F' key, for consistency with `reftex-toc-map'.
5120 (reftex-erase-all-selection-and-index-buffers): Renamed from
5121 `reftex-erase-all-selection-buffer'. Now also kills the index
5122 buffers.
5123 (reftex-viewing-cross-references): Customization group renamed
5124 from reftex-viewing-cross-references-and-citations.
5125 (reftex-index-macro-regexp,
5126 reftex-find-index-entry-regexp-format): New variables
5127 (reftex-macros-with-index): New variable
5128 (reftex-add-index-macros): New function
5129 (reftex-renumber-simple-labels, reftex-translate): Allow for
5130 multiple labels in a single ref command.
5131 (reftex-index-support): New customization group
5132 (reftex-support-index, reftex-index-special-chars,
5133 reftex-index-macros, reftex-index-default-macro,
5134 reftex-index-default-tag, reftex-index-math-format,
5135 reftex-index-section-letters, reftex-index-include-context,
5136 reftex-index-follow-mode, reftex-index-header-face,
5137 reftex-index-section-face, reftex-index-tag-face,
5138 reftex-index-face): New options
5139 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5140 reftex-index-tag, reftex-index-return-marker,
5141 reftex-index-restriction-indicator, reftex-index-restriction-data,
5142 reftex-index-macro-regexp, reftex-index-level-re,
5143 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5144 reftex-everything-regexp-no-index, reftex-index-re,
5145 reftex-macros-with-index, reftex-index-macro-alist): New variables
5146 (reftex-index-help, reftex-index-macros-builtin,
5147 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5148 reftex-query-index-macro-help): New constants
5149 (reftex-index-selection-or-word, reftex-index,
5150 reftex-default-index, reftex-update-default-index,
5151 reftex-index-complete-tag, reftex-index-select-tag,
5152 reftex-index-complete-key, reftex-index-update-taglist,
5153 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5154 reftex-display-index, reftex-insert-index,
5155 reftex-index-insert-new-letter, reftex-get-restriction,
5156 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5157 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5158 reftex-index-toggle-follow, reftex-index-toggle-context,
5159 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5160 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5161 reftex-index-quit, reftex-index-quit-and-kill,
5162 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5163 reftex-index-revert, reftex-index-switch-index-tag,
5164 reftex-index-restrict-to-section, reftex-index-widen,
5165 reftex-index-restriction-forward,
5166 reftex-index-restriction-backward, reftex-index-visit-location,
5167 reftex-index-analyze-entry, reftex-index-globalize,
5168 reftex-index-edit, reftex-index-toggle-range-beginning,
5169 reftex-index-toggle-range-end, reftex-index-edit-key,
5170 reftex-index-edit-attribute, reftex-index-edit-visual,
5171 reftex-index-edit-part, reftex-index-level-down,
5172 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5173 reftex-index-change-entry, reftex-index-goto-letter,
5174 reftex-add-index-macros, reftex-ensure-index-support,
5175 reftex-index-info-safe, reftex-index-info): New functions.
5176
5177
5178 1999-08-15 Richard M. Stallman <rms@gnu.org>
5179
5180 * paren.el (show-paren-mode): Support making show-paren-mode
5181 a buffer-local variable. Don't check for a window system.
5182 (show-paren-function): Check whether show-paren-function is
5183 enabled in current buffer; do the right thing if not.
5184 Don't check for a window system.
5185 (show-paren-mode): Make it a user variable.
5186
5187 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5188 Handle `enum' like `struct'.
5189
5190 * server.el (server-process-filter): If a client visits no buffers,
5191 close it immediately before recording it.
5192
5193 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5194 Optimize by calling concat just once. Handle =\n sequence.
5195 (mail-unquote-printable-region): New command.
5196 (mail-quote-printable): Make it autoload.
5197
5198 1999-08-15 Karl Heuer <kwzh@gnu.org>
5199
5200 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5201
5202 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5203
5204 * lisp/texinfmt.el: Handle @ifnottex.
5205
5206 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5207
5208 * frame.el (blink-cursor): Don't turn on cursor blinking for
5209 ms-dos.
5210
5211 * faces.el (face-valid-attribute-values): Look in
5212 x-bitmap-file-path only for x and w32 window systems.
5213
5214 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5215 Do that if width is nil as well.
5216 (x-display-mm-height, x-display-mm-width): Update values.
5217 (x-colors): Compute the list from msdos-color-values.
5218 (x-select-enable-clipboard): Doc fix.
5219 (x-frob-font-weight, x-font-family-list): New functions.
5220
5221 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5222
5223 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5224 back up from beginning of buffer.
5225
5226 1999-08-13 Karl Heuer <kwzh@gnu.org>
5227
5228 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5229
5230 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5231
5232 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5233 doomsday clock, speed control is added and changes are made to
5234 allow large numbers of rings: rings now show the whole ring
5235 number, not just the last digit; consecutive rings are allowed to
5236 be the same size when necessary to fit all the rings in the
5237 window; and poles can be oriented horizontally. Face support is
5238 thrown in gratuitously.
5239 (hanoi): Changed default number of rings back to 3.
5240 (hanoi-unix, hanoi-unix-64): New commands
5241 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5242 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5243 hanoi-odd-ring-face): New variables.
5244 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5245 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5246 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5247 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5248 (hanoi-topos, hanoi-draw-ring): Removed.
5249
5250 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5251
5252 * faces.el (face-valid-attribute-values): Return an alist for
5253 families on ttys.
5254 (face-read-integer): Handle unspecified face attributes. Add
5255 completion for `unspecified'.
5256 (read-face-attribute): Handle unspecified font attributes.
5257 (face-valid-attribute-values): Add `unspecified' to lists so that
5258 it can be chosen via completion.
5259 (face-read-string): Don't recognize "none" as input.
5260
5261 1999-08-10 Dave Love <fx@gnu.org>
5262
5263 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5264 string.
5265
5266 * sun-curs.el: Require sun-fns.
5267
5268 1999-08-10 Dave Love <fx@gnu.org>
5269
5270 * autorevert.el (auto-revert-mode): Add autoload cookie.
5271
5272 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5273 hscroll.
5274
5275 * simple.el (hscroll-step, hscroll-point-visible)
5276 (hscroll-window-column): Remove now we have the mentioned real
5277 horizontal autoscrolling.
5278
5279 1999-08-10 Richard M. Stallman <rms@gnu.org>
5280
5281 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5282 control use of -f option.
5283 (mail-specify-envelope-from): New variable.
5284 (mail-from-style): Doc fix.
5285
5286 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5287 (easy-menu-get-map): New arg TO-MODIFY helps choose
5288 between local and global maps.
5289 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5290 (easy-menu-change): Doc fix.
5291
5292 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5293 (info-lookup-guess-default): Simplified and cleaned up.
5294 (info-lookup-guess-default*): Preserve point.
5295
5296 * view.el (view-mode-disable): If buffer-read-only is nil,
5297 don't change it.
5298
5299 * files.el (after-find-file): Disable View mode if buffer is no
5300 longer read-only.
5301
5302 * view.el (view-mode-enable, view-mode-disable):
5303 Call force-mode-line-update.
5304
5305 1999-08-10 Karl Heuer <kwzh@gnu.org>
5306
5307 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5308 * array.el, play/landmark.el, international/latin-3.el: Likewise.
5309 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5310
5311 1999-08-10 Alex Schroeder <asc@bsiag.com>
5312
5313 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5314 to prevent m-eating-bug.
5315
5316 1999-08-10 Eli Zaretskii <eliz@gnu.org>
5317
5318 * term/pc-win.el (msdos-bg-mode): Remove. Call
5319 frame-set-background-mode instead. All callers changed.
5320 (msdos-face-setup): Don't force color display parameter, it is set
5321 by frame-set-background-mode.
5322 (make-msdos-frame): Call x-handle-reverse-video and
5323 face-set-after-frame-default. Delete frame if creation failed.
5324
5325 * faces.el (face-set-after-frame-default): Don't call
5326 make-face-x-resource-internal for the pc window-system.
5327
5328 1999-08-10 Dave Love <fx@melange.gnu.org>
5329
5330 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5331 case with no docstring specially.
5332
5333 1999-08-09 Eli Zaretskii <eliz@gnu.org>
5334
5335 * complete.el (PC-do-completion): If completing on file name,
5336 reproduce str by concatenating its directory and basename parts.
5337
5338 1999-08-07 Dave Love <fx@gnu.org>
5339
5340 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
5341 unibyte to multibyte conversion of search-forward (from Handa),
5342 but avoid the replacement if the language is Latin-N.
5343
5344 1999-08-06 Richard Stallman <rms@gnu.org>
5345
5346 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5347 of eval-buffer.
5348
5349 * international/mule.el (load-with-code-conversion):
5350 Pass t to eval-buffer for DO-ALLOW-PRINT.
5351
5352 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
5353
5354 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5355 of filenames and attributes.
5356 (ls-lisp-insert-directory): Use directory-files-and-attributes
5357 for speed.
5358
5359 1999-08-05 Dave Love <fx@gnu.org>
5360
5361 * auto-show.el (auto-show-mode): Fix :set.
5362
5363 * widget.el (define-widget-keywords): Make dummy definition and
5364 comment-out its use.
5365
5366 1999-08-04 Richard Stallman <rms@gnu.org>
5367
5368 * progmodes/tcl.el: Customized.
5369
5370 * sql.el (sql-accumulate-and-indent): Instead of testing
5371 whether this is Emacs 20 before calling comint-accumulate,
5372 test whether comint-accumulate is defined.
5373
5374 1999-08-04 Dave Love <fx@gnu.org>
5375
5376 * sgml-mode.el: Require outline when compiling.
5377 (sgml-mode-hook, html-mode-hook): Customize.
5378 (sgml-validate-command): Fix :version.
5379 (html-autoview-mode): Doc fix.
5380
5381 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5382 nothing in Latin-N environment.
5383
5384 * info.el (Info-find-node): Call info-initialize here.
5385 (info): Not here.
5386 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5387
5388 1999-08-04 Richard Stallman <rms@gnu.org>
5389
5390 * ansi-color.el: New file.
5391
5392 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
5393
5394 * dired.el (dired-string-replace-match): Return `nil' when no match
5395 found with global search.
5396
5397 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5398 * terminal.el (te-terminfo-directory):
5399 * mail/mailpost.el (post-mail-send-it):
5400 * mail/metamail.el (metamail-region):
5401 * progmodes/ada-mode.el (ada-tmp-directory):
5402 Use temporary-file-directory.
5403
5404 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5405 (compilation-filter, compilation-forget-errors)
5406 (compilation-parse-errors): Use a marker instead of an integer for
5407 `compilation-parsing-end'.
5408
5409 * progmodes/diff.el (diff-parse-differences):
5410 Use a marker instead of an integer for `compilation-parsing-end'.
5411 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5412 Use a marker instead of an integer for `compilation-parsing-end'.
5413
5414 1999-08-03 Richard Stallman <rms@gnu.org>
5415
5416 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5417 (Buffer-menu-mode): Doc fix.
5418 (Buffer-menu-view): New command.
5419 (Buffer-menu-view-other-window): New command.
5420
5421 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
5422
5423 * replace.el (query-replace-regexp-eval)
5424 (replace-eval-replacement, replace-loop-through-replacements)
5425 (replace-match-string-symbols): New functions.
5426 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5427 Use replace-loop-through-replacements.
5428
5429 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
5430
5431 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5432 (5x5): Doc fix.
5433
5434 1999-08-03 Dave Love <fx@gnu.org>
5435
5436 * fortran.el (fortran-indent-new-line): Make it an alias
5437 for reindent-then-newline-and-indent.
5438
5439 1999-08-03 Didier Verna <verna@inf.enst.fr>
5440
5441 * rect.el: All functions rewritten, except when noted above
5442 their declaration. Below is a list of interface changes.
5443 (apply-on-rectangle): New function, mostly replaces
5444 `operate-on-rectangle'. All callers changed.
5445 (move-to-column-force): Pass new second argument to `move-to-column'.
5446 (kill-rectangle): Added optional prefix arg to fill lines.
5447 (delete-rectangle): Ditto.
5448 (delete-whitespace-rectangle): Ditto.
5449 (delete-extract-rectangle): Ditto.
5450 (open-rectangle): Ditto.
5451 (clear-rectangle): Ditto.
5452 (delete-whitespace-rectangle-line): New function.
5453 (delete-rectangle-line): Added third arg FILL.
5454 (delete-extract-rectangle-line): Ditto.
5455 (open-rectangle-line): Ditto.
5456 (clear-rectangle-line): Ditto.
5457
5458 1999-08-03 Ray Blaak <blaak@gnu.org>
5459
5460 * progmodes/delphi.el: New file.
5461
5462 1999-08-02 Richard Stallman <rms@gnu.org>
5463
5464 * textmodes/outline.el (outline-previous-heading): New function.
5465 (outline-up-heading-all): Use outline-previous-heading.
5466 (outline-next-heading): Delete definition inserted yesterday.
5467
5468 1999-08-01 Richard Stallman <rms@gnu.org>
5469
5470 * textmodes/outline.el (outline-next-heading): New function.
5471 (outline-up-heading-all): New function.
5472 (outline-font-lock-level): Using outline-up-heading-all.
5473 Tell outline-back-to-heading to accept invisible headings.
5474
5475 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5476
5477 * mail/mh-utils.el (mh-find-path-run): New variable.
5478 (mh-find-path): Test and set that.
5479 Set mail-user-agent only the first time this function is run.
5480 (mail-user-agent): Defvar deleted.
5481
5482 * info.el (info-initialize): New function.
5483 (info): Call info-initialize.
5484 (Info-directory-list): Initialize to nil,
5485 so info-initialize will set it up for real.
5486
5487 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5488
5489 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5490 does not interpret a time as the year in a day-month entry.
5491
5492 * calendar/diary-lib.el: Change syntax table entry for colon in
5493 the diary as part of the european-date-diary-pattern fix.
5494
5495 1999-08-01 Eli Zaretskii <eliz@gnu.org>
5496
5497 * international/mule.el (set-auto-coding): Allow whitespace before
5498 and after the "variable: value" pair.
5499
5500 1999-07-30 Ken'ichi Handa <handa@gnu.org>
5501
5502 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5503 (default-sendmail-coding-system): Doc-string fixed.
5504
5505 1999-07-30 Dave Love <fx@gnu.org>
5506
5507 * subr.el (assoc-delete-all): New function, renamed from
5508 frame-delete-all.
5509
5510 * frame.el: Change comments to doc strings and other doc fixes.
5511 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5512 Callers changed.
5513 (set-background-color, set-foreground-color, set-cursor-color)
5514 (set-mouse-color, set-border-color): Offer completion of colours.
5515 (cursor): Add :version to defgroup.
5516
5517 * facemenu.el (list-colors-display): Make it work on ttys.
5518 (facemenu-read-color): Likewise.
5519
5520 1999-07-30 Richard M. Stallman <rms@gnu.org>
5521
5522 * frame.el (frame-notice-user-settings): If background
5523 color has been changed, update background-mode from it,
5524 then update faces.
5525
5526 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5527
5528 * net-utils.el (finger): Don't do indirect fingering.
5529
5530 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5531
5532 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5533 rules. Add separator at end of holidays.
5534 (cal-tex-rules): New customizable variable.
5535 (cal-tex-latexify-list): Add optional parameter to put separator
5536 at end.
5537
5538 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
5539
5540 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5541 fill prefix on each line while looping to the end of paragraph.
5542 End paragraph if it's longer than the existing fill prefix.
5543
5544 * textmodes/fill.el (fill-context-prefix): Doc fix.
5545
5546 1999-07-30 Dave Love <fx@gnu.org>
5547
5548 * font-lock.el (jit-lock): Fix :load, add :version.
5549
5550 1999-07-30 Eli Zaretskii <eliz@gnu.org>
5551
5552 * term/pc-win.el (msdos-face-setup): Register standard colors in
5553 Vface_tty_color_alist.
5554 (face-color-supported-p, face_color_gray_p): New functions.
5555
5556 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5557 is bound.
5558
5559 * startup.el (command-line): Don't register default colors for
5560 MSDOS window-system.
5561
5562 1999-07-29 Dave Love <fx@gnu.org>
5563
5564 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5565 charquote.
5566
5567 * lisp-mode.el (eval-defun): Re-written to avoid
5568 capturing variables.
5569
5570 * picture.el (picture-beginning-of-line): Don't call
5571 hscroll-point-visible now we have real autoscrolling.
5572 (picture-end-of-line, picture-newline, picture-open-line):
5573 Likewise.
5574
5575 * international/latin-8.el: New file.
5576 * international/latin-9.el: New file.
5577
5578 1999-07-28 Dave Love <fx@gnu.org>
5579
5580 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5581
5582 * msb.el: Require cl only when compiling.
5583 (msb--home-dir): Deleted.
5584 (msb--format-title): Use abbreviate-file-name.
5585 (msb--choose-file-menu): Simplify string comparison.
5586
5587 1999-07-28 Gerd Moellmann <gerd@gnu.org>
5588
5589 * faces.el (toolbar): Add face definition for mono displays.
5590
5591 1999-07-27 Richard M. Stallman <rms@gnu.org>
5592
5593 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5594
5595 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5596 force copying of default-frame-alist.
5597
5598 1999-07-26 Ken'ichi Handa <handa@gnu.org>
5599
5600 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5601
5602 1999-07-26 Richard M. Stallman <rms@gnu.org>
5603
5604 * frame.el (set-mouse-color): If new color is nil,
5605 really respecify the current color.
5606
5607 1999-07-26 Gerd Moellmann <gerd@gnu.org>
5608
5609 * faces.el (bitmap-area): Change background of face `bitmap-area'
5610 to white for mono displays.
5611
5612 1999-07-26 Kenichi Handa <handa@etl.go.jp>
5613
5614 * international/ccl.el (ccl-embed-symbol): New function.
5615 (ccl-program-p): Deleted. Now it's implemented in C code.
5616 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5617 (ccl-compile-translate-character): Likewise.
5618 (ccl-compile-map-single): Likewise.
5619 (ccl-compile-multiple-map-function): Likewise.
5620 (declare-ccl-program): Doc-string modified.
5621 (check-ccl-program): Check compiled CCL code by ccl-program-p.
5622
5623 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
5624
5625 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5626
5627 1999-07-25 Markus Rost <rost@gnu.org>
5628
5629 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
5630 the entries to make custom-file more readable.
5631
5632 1999-07-25 Richard M. Stallman <rms@gnu.org>
5633
5634 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5635
5636 * emacs-lisp/edebug.el: Delete compatibility code.
5637 (edebug-next-token-class): If . is followed by a digit,
5638 return `symbol' for the token class.
5639
5640 * startup.el (command-line): If we don't find the user's init file,
5641 set user-init-file to nil.
5642
5643 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5644
5645 * info-look.el (info-lookup-interactive-arguments): Add optional
5646 argument query for new choice of help mode.
5647 (info-lookup-symbol): Use it.
5648 (info-lookup-file): Ditto.
5649 (info-lookup): Don't switch to other window, if already in Info
5650 buffer.
5651
5652 1999-07-23 Dave Love <fx@gnu.org>
5653
5654 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5655 syntax.
5656 (fortran-fontify-string, fortran-match-!-comment): Deleted.
5657 (fortran-font-lock-syntactic-keywords): New variable.
5658 (fortran-mode): Use it.
5659 (fortran-font-lock-keywords-1): Don't do comments.
5660 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5661 match data.
5662
5663 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5664
5665 * msb.el (msb-menu-bar-update-buffers): Renamed from
5666 menu-bar-update-buffers.
5667 (msb-custom-set, msb--toggle-menu-type): Call
5668 msb-menu-bar-update-buffers.
5669 (msb-mode): Revise the hook setting.
5670
5671 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5672
5673 1999-07-23 Gerd Moellmann <gerd@gnu.org>
5674
5675 * font-lock.el, help.el, simple.el: Re-integrate previously
5676 described changes that were lost due to errors while checking them
5677 in.
5678
5679 1999-07-23 Kevin Blake <kblake@ticnet.com>
5680
5681 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5682
5683 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
5684
5685 * international/encoded-kb.el
5686 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5687 but push it to unread-command-events.
5688 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5689 (encoded-kbd-self-insert-sjis): Likewise.
5690 (encoded-kbd-self-insert-big5): Likewise.
5691
5692 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5693 before left margin and fill-prefix by fill-find-break-point.
5694
5695 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5696
5697 * info-look.el (info-lookup-setup-mode): Don't give up, if
5698 info-lookup-make-completions returns an error.
5699 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5700 name latex, not latex2e.
5701
5702 1999-07-21 Richard M. Stallman <rms@gnu.org>
5703
5704 * replace.el (perform-replace): Turn off case-fold-search
5705 if FROM-STRING argument has uppercase in it.
5706
5707 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5708
5709 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5710 mode is on. Don't use end of changed text.
5711
5712 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5713
5714 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5715 (cl-hash-table-p): Renamed from hash-table-p.
5716 (cl-hash-table-count): Renamed from hash-table-count.
5717 (maphash): Alias to cl-maphash removed.
5718 (gethash): Likewise.
5719 (puthash): Likewise.
5720 (remhash): Likewise.
5721 (clrhash): Likewise.
5722
5723 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5724
5725 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5726 third arg non-nil. See comment there why this isn't a good idea.
5727
5728 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5729
5730 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5731
5732 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5733 sit-for with 3rd arg non-nil to prevent redisplay.
5734
5735 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5736
5737 * image.el (image-type-from-file-header): If file doesn't
5738 have a directory part, add data-directory.
5739
5740 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5741
5742 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5743 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5744 motion handling when tooltip-gud-tips-p is nil.
5745
5746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5747
5748 * tooltip.el (tooltip-mode): Don't use `plusp'.
5749 (tooltip-active): Use initial value of nil.
5750
5751 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5752
5753 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5754
5755 * bindings.el (make-mode-line-mouse-sensitive): Add key
5756 definitions for `top-line'.
5757
5758 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5759
5760 * faces.el (top-line): New face.
5761
5762 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5763
5764 * image.el (image-type-regexps): Add regexp for PS files.
5765
5766 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5767
5768 * faces.el (set-face-attribute): Fix wrong handling of frame
5769 begin equal to t.
5770
5771 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5772
5773 * image.el (image-type-regexps): Add PNG format.
5774
5775 1999-07-21 Dave Love <fx@gnu.org>
5776
5777 * bindings.el (mode-line-modified): New variable.
5778 (mode-line-mode-menu-1): Switch to appropriate window before
5779 showing menu.
5780
5781 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5782
5783 * faces.el (face-underline): Removed.
5784 (face-underline-color): Ditto.
5785
5786 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5787
5788 * faces.el (face-x-resources): Fix typo.
5789
5790 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5791
5792 * faces.el: Remove handling of `:relief', extend handling of
5793 `:box'.
5794 (frame-set-background-mode): Choose new defface specs after
5795 frame parameters have changed.
5796
5797 * cus-face.el: Ditto.
5798
5799 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5800
5801 * custom.el (defface): Extend documentation to include new
5802 face attributes.
5803
5804 * cus-face.el (custom-face-attributes): Add overline,
5805 strike-through, box.
5806
5807 * faces.el (face-valid-attribute-values): Handle overline,
5808 strike-through, box.
5809 (face-attribute-name-alist): Add pairs for new face attributes.
5810 (describe-face): Handle new face attributes.
5811
5812 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5813
5814 * faces.el (face-x-resources): Add overline, strike-through, box.
5815
5816 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5817
5818 * enriched.el (enriched-translations): Add `display' and
5819 "x-display".
5820 (enriched-handle-display-prop): New.
5821 (enriched-decode-display-prop): New.
5822
5823 * format.el (top-level): Give `display' property
5824 `format-list-atomic-p.
5825 (format-annotate-single-property-change): Test that property.
5826 If present, treat list property values like atoms.
5827
5828 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5829
5830 * cus-face.el (custom-face-attributes): Use `choice' everywhere
5831 so that "*" can be entered.
5832
5833 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5834
5835 * cus-face.el (custom-face-attributes): Don't use `#''.
5836
5837 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5838
5839 * cus-face.el (custom-face-attributes): Return underline
5840 face attribute directly from the second lambda of underline.
5841
5842 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5843
5844 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
5845
5846 * frame.el (after-setting-font-hooks): New variable.
5847 (set-frame-font): Run those hooks.
5848
5849 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
5850
5851 * faces.el (set-face-attribute): Fix doc string.
5852
5853 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5854
5855 * cus-face.el (custom-face-attributes): Accept color name.
5856
5857 * faces.el (face-underline-p): Accept unspecified underlining.
5858 (face-underline): Ditto. Fix doc string.
5859
5860 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5861
5862 * faces.el (face-underline-color): New function.
5863
5864 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5865
5866 * cus-face.el (custom-face-attributes): Support underline coloring.
5867 Added slot to choose a color.
5868
5869 * faces.el (face-underline): New function.
5870 (face-underline-p): Support underline coloring.
5871 Return nil only if the underline attribute is 'normal.
5872 (set-face-underline): New function.
5873 (face-valid-attribute-values): Support underline coloring.
5874
5875 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5876
5877 * image.el (insert-image): Use `display' instead of `glyph'
5878 as text property name.
5879 (put-image): Ditto.
5880 (image-type-from-file-header): Use insert-file-contents-literally.
5881
5882 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5883
5884 * easymenu.el (easy-menu-do-add-item): Don't use the empty
5885 string to indicate separators.
5886
5887 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5888
5889 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
5890 instead of message-log.
5891
5892 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5893
5894 * faces.el (bitmap-area): New face.
5895
5896 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5897
5898 * image.el (insert-image): New.
5899
5900 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5901
5902 * frame.el (blink-cursor): Set the symbol's value.
5903 (show-trailing-whitespace): Change group to font-lock.
5904
5905 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5906
5907 * jit-lock.el: New.
5908 * font-lock.el: Add jit-mode as new support mode.
5909
5910 * font-lock.el (font-lock-fontify-keywords-region): Stop when
5911 reaching end instead of letting re-search-forward signal an error.
5912 (demand-lock-mode): New.
5913 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
5914 (font-lock-turn-off-thing-lock): Ditto.
5915 (font-lock-after-fontify-buffer): Ditto.
5916 (font-lock-after-unfontify-buffer): Ditto.
5917
5918 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5919
5920 * gs.el: New file.
5921
5922 * startup.el (command-line-1): Activate tooltip mode if
5923 interactive.
5924
5925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5926
5927 * faces.el (toolbar): Grey default background.
5928 (modeline): Ditto.
5929
5930 * image.el (image-type-regexps): New.
5931 (image-type-from-file-header): New.
5932 (create-image): Call it.
5933
5934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5935
5936 * image.el: New file.
5937
5938 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5939
5940 * bindings.el (mode-line-format): Replace `mode-name' with
5941 `(:eval mode-line-mode-name)'.
5942 (mode-line-mode-name): New.
5943 (make-mode-line-mouse-sensitive): Don't change default value
5944 of `mode-name'.
5945
5946 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5947
5948 * tooltip.el: New file.
5949
5950 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5951
5952 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
5953 instead of mouse-3 to pop up menus.
5954 (mode-line-kill-buffer): Removed.
5955 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
5956 buffer name.
5957 (mode-line-buffer-menu-1): Removed.
5958
5959 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
5960
5961 * bindings.el (mode-line-buffer-identification-keymap): New.
5962 (mode-line-buffer-menu-keymap): New.
5963 (mode-line-mode-menu-keymap): New.
5964 (mode-line-unbury-buffer): New.
5965 (mode-line-other-buffer): New.
5966 (mode-line-kill-buffer): New.
5967 (mode-line-buffer-menu-1): New.
5968 (mode-line-mode-menu-1): New.
5969 (make-mode-line-mouse-sensitive): New.
5970
5971 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5972
5973 * help.el (describe-key-briefly): Handle mode line strings
5974 with local-map properties.
5975 (describe-key): Ditto.
5976 (mode-line-key-binding): New.
5977
5978 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5979
5980 * scroll-bar.el (scroll-bar-timer): New.
5981 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
5982
5983 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5984
5985 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
5986 and `bottom'.
5987
5988 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5989
5990 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
5991 (global): Use different key bindings if using tookit scroll bars.
5992
5993 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5994
5995 * faces.el (modeline): Define mode line face with relief for
5996 class color, only.
5997 (toolbar): New face.
5998
5999 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6000
6001 * frame.el (frame-initialize): Set frame-creation-function to
6002 tty-create-frame-with-faces.
6003
6004 * faces.el (frame-set-background-mode): Make it work for
6005 window-system nil.
6006
6007 * faces.el (tty-create-frame-with-faces): New.
6008 (face-set-after-frame-default): Make it work for TTY frames.
6009
6010 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6011
6012 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6013 Return a list of one font family for TTYs. Don't return bitmap
6014 file paths for TTY frames.
6015
6016 * faces.el: Add face specs for tty displays to basic faces.
6017
6018 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6019 (font-lock-string-face): Ditto.
6020 (font-lock-keyword-face): Ditto.
6021 (font-lock-builtin-face): Ditto.
6022 (font-lock-function-name-face): Ditto.
6023 (font-lock-variable-name-face): Ditto.
6024 (font-lock-type-face): Ditto.
6025 (font-lock-constant-face): Ditto.
6026 (font-lock-warning-face): Ditto.
6027
6028 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6029
6030 * startup.el (command-line): Register default tty colors.
6031
6032 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6033
6034 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6035
6036 * faces.el (modeline): For X frames, use a modeline with relief.
6037
6038 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6039
6040 * faces.el (frame-update-faces): Copied from 20.2.
6041 (frame-update-face-colors): Ditto. Code removed that isn't
6042 applicable in the new face implementation.
6043
6044 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6045
6046 * frame.el (show-trailing-whitespace): New.
6047
6048 * faces.el (trailing-whitespace): New basic face.
6049
6050 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6051
6052 * cus-face.el (custom-facep): Always define as alias for facep.
6053
6054 * cus-face.el (custom-face-attributes): Use choice widgets.
6055 Remove :bold and :italic.
6056
6057 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6058
6059 * faces.el (face-charset-registries): Removed since fontset.el
6060 is no always loaded.
6061
6062 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6063
6064 * faces.el (internal-get-face): Added as obsolete function for
6065 compatibility.
6066
6067 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6068
6069 * frame.el (blink-cursor-end): Call show-cursor.
6070 (blink-cursor-mode): Ditto.
6071
6072 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6073
6074 * faces.el (face-spec-reset-face): Reset all attributes to
6075 `unspecified'.
6076 (face-spec-set): Use it.
6077
6078 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6079
6080 * faces.el (read-all-face-attributes): Bug fix.
6081 (face-read-integer): Allow nil default value.
6082 (face-valid-attribute-values): Use symbol names of attribute
6083 values for completion list.
6084
6085 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6086
6087 * faces.el (internal-find-face): Define for compatibility with
6088 20.2.
6089 (face-id): Likewise.
6090
6091 * faces.el (face-id): Return the ID of a realized face for ASCII.
6092
6093 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6094 (x-complement-fontset-spec): Use face-charset-registries.
6095
6096 * faces.el (face-font-selection-order): Set font selection order
6097 from Lisp.
6098 (face-alternative-font-family-alist): Set alternative font
6099 families from Lisp.
6100
6101 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6102
6103 * faces.el (set-face-charset-registries): Set symbol value.
6104
6105 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6106
6107 * faces.el (face-set-after-frame-default): Call function
6108 internal-merge-in-global-face.
6109
6110 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6111
6112 * faces.el (face-list): Return symbols from face-global-alist.
6113
6114 * faces.el (face-list): Return a copy of the face name list so
6115 that it cannot be modified from outside (facemenu.el uses
6116 nreverse, for example).
6117
6118 * cus-face.el (custom-face-attributes): Add :bold and :italic
6119 for compatibility with old code.
6120
6121 * faces.el (set-face-attributes-from-resources): Additional
6122 frame parameter.
6123 (make-face-x-resource-internal): Set attributes from resources
6124 for a given frame or all frames.
6125
6126 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6127
6128 * faces.el (all-faces): Removed.
6129
6130 * custom.el (defface): Add new face attributes to function
6131 comment.
6132
6133 * font-lock.el (font-lock-comment-face): Use new face attribute
6134 names.
6135 (font-lock-string-face): Ditto.
6136 (font-lock-keyword-face): Ditto.
6137 (font-lock-builtin-face): Ditto.
6138 (font-lock-function-name-face): Ditto.
6139 (font-lock-variable-name-face): Ditto.
6140 (font-lock-type-face): Ditto.
6141 (font-lock-reference-face): Ditto.
6142 (font-lock-warning-face): Ditto.
6143 ((boundp 'font-lock-face-attributes)): Ditto.
6144
6145 * cus-face.el (custom-face-attributes): Use new face attributes.
6146
6147 * faces.el (set-face-attribute-from-resource): Initialize
6148 from resources only for X and W32.
6149
6150 * cus-face.el (custom-declare-face): Don't make frame-local
6151 faces.
6152
6153 * faces.el (describe-face): Use princ instead of insert.
6154
6155 * faces.el: Add XLFD manipulation functions from 20.2 again
6156 because fontset.el uses them.
6157 (face-set-after-frame-default): Add empty definition.
6158
6159 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6160
6161 * faces.el (make-face): Correct typo.
6162 (set-face-attribute-from-resource): Use let*.
6163 (face-underline-p): Correct typo.
6164 (face-inverse-video-p): Ditto.
6165 (set-face-stipple): Ditto.
6166 (face-read-string): Make completion-list optional parameter.
6167
6168 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6169
6170 * faces.el (face-charset-registries): Alist mapping charset
6171 symbols to registries and encoding.
6172
6173 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6174
6175 * frame.el (blink-cursor-mode): Use interactive spec "P".
6176
6177 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6178
6179 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6180 mode. The cursor of selected_window blinks if the mode is enabled.
6181
6182 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6183
6184 * simple.el (next-history-element): Set point to the end of the
6185 prompt if minibuffer-prompt-in-buffer.
6186
6187 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6188
6189 * faces.el (x-font-regexp): Add sub-expression parentheses for
6190 several font name components.
6191
6192 1999-07-21 Gerd Moellmann <gerd@acm.org>
6193
6194 * faces.el (set-face-relief): Use index 12 for relief.
6195 (face-fill-in): Set relief from data.
6196 (internal-make-face): Init relief to zero.
6197
6198 * faces.el (face-spec-set): Call modify-face with additional
6199 parameters for relief and fixed-p.
6200
6201 1999-07-21 Gerd Moellmann <gerd@acm.org>
6202
6203 * cus-face.el: ':fixed and ':relief added.
6204
6205 * faces.el (describe-face): Add fixed font attribute and relief.
6206 (face-attr-match-p): Ditto.
6207 (face-attr-construct): Ditto.
6208 (face-spec-set): Ditto.
6209
6210 1999-07-21 Gerd Moellmann <gerd@acm.org>
6211
6212 * faces.el (internal-make-face): Function to create a Lisp vector
6213 suitable for representing a face.
6214 (make-face): Use it instead of make-vector.
6215 (x-create-frame-with-faces): Use it instead of vector.
6216 (internal-facep): Increase vector size to 14.
6217 (internal-make-face): Ditto.
6218 (face-relief): Access relief thickness.
6219 (face-fixed-p): Access fixed font attribute.
6220 (set-face-fixed-p): Set fixed font attribute.
6221 (set-face-relief): Set relief attribute.
6222 (internal-face-interactive-int): Read int attribute of face.
6223 (modify-face): Add fixed-p and relief parameters.
6224 (copy-face): Handle fixed-p and relief.
6225 (face-equal): Compare fixed-p and relief.
6226 (face-differs-from-default-p): Ditto.
6227 (face-nontrivial-p): Add fixed-p and relief.
6228
6229 1999-07-21 Gerd Moellmann <gerd@acm.org>
6230
6231 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6232 (internal-facep): Increase vector size.
6233 (make-face): Ditto.
6234 (face-shadow-thickness): Added.
6235 (set-face-shadow-thickness): Added.
6236 (modify-face): Add optional shadow-thickness parameter.
6237 (make-face-x-resource-internal): Add shadows.
6238 (copy-face): Ditto.
6239 (face-equal): Ditto.
6240 (face-differs-from-default-p): Ditto.
6241 (face-nontrivial-p): Ditto.
6242 (face-attr-match-p): Ditto.
6243 (face-attr-construct): Ditto.
6244 (face-spec-set): Ditto.
6245 (face-fill-in): Ditto.
6246
6247 1999-07-21 Gerd Moellmann <gerd@acm.org>
6248
6249 * bench.el (bench-mark-split-window): New bench mark.
6250
6251 1999-07-21 Gerd Moellmann <gerd@acm.org>
6252
6253 * faces.el (set-face-font): Don't pass default font to
6254 x-resolve-font so that font will not have to be of the same
6255 size.
6256
6257 1999-07-20 Dave Love <fx@gnu.org>
6258
6259 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6260 unconditionally t.
6261
6262 1999-07-20 Karl Heuer <kwzh@gnu.org>
6263
6264 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6265
6266 1999-07-20 Dave Love <fx@gnu.org>
6267
6268 * help.el (describe-variable): Fix test for customizability.
6269
6270 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6271 Check for readonly buffer in interactive spec.
6272 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6273 (backward-kill-word): Add * to interactive spec.
6274
6275 * underline.el (underline-region, ununderline-region): Add * to
6276 interactive spec.
6277
6278 * fill.el (canonically-space-region, justify-current-line): Add *
6279 to interactive spec.
6280 (fill-region-as-paragraph, fill-paragraph, fill-region)
6281 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6282 readonly buffer in interactive spec.
6283
6284 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6285 (backward-kill-sentence, kill-sentence): Add * to interactive
6286 spec.
6287
6288 1999-07-19 Richard M. Stallman <rms@gnu.org>
6289
6290 * dired-aux.el (dired-do-shell-command): Doc fix.
6291
6292 * shell.el (shell-unquote-argument): New function.
6293 (shell-directory-tracker): Use shell-unquote-argument.
6294 * comint.el (comint-arguments): Handle \ followed by space or tab.
6295
6296 1999-07-19 John Wiegley <jwiegley@borland.com>
6297
6298 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6299 color codes 39 and 49, which by the way lynx uses them seem to
6300 mean "foreground reset" and "background reset".
6301
6302 1999-07-19 Karl Heuer <kwzh@gnu.org>
6303
6304 * font-lock.el (c++-keywords): Add "typeid".
6305
6306 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6307 selects no font, treat that as zero selections, not one.
6308
6309 1999-07-19 Dave Love <fx@gnu.org>
6310
6311 * info.el (Info-search): Don't lose with empty regexp.
6312
6313 * version.el: Cater for (free) `ident' program, not `which'.
6314
6315 * hl-line.el: New file.
6316
6317 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6318 for modes which don't define menus.
6319
6320 1999-07-16 Richard M. Stallman <rms@gnu.org>
6321
6322 * webjump.el (webjump-sample-sites): Update some URLs.
6323
6324 1999-07-14 Richard Stallman <rms@gnu.org>
6325
6326 * Version 20.4 released.
6327
6328 1999-07-14 Andreas Schwab <schwab@gnu.org>
6329
6330 * compare-w.el (compare-windows): Try to find the next window in
6331 the current frame before looking at the other frames.
6332
6333 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
6334
6335 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6336 Use cyrillic-jcuken as default input method.
6337
6338 1999-07-12 Richard Stallman <rms@gnu.org>
6339
6340 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6341 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6342
6343 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6344 (ispell-local-dictionary-alist): Add koi8-r for character set.
6345
6346 * textmodes/flyspell.el (flyspell-get-word):
6347 Add special handling for when ispell-otherchars is empty.
6348
6349 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
6350
6351 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6352 when having nested functons.
6353 (pascal-indent-nested-functions) (pascal-indent-line)
6354 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6355 indenting nested functions.
6356
6357 1999-07-09 Richard Stallman <rms@gnu.org>
6358
6359 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6360
6361 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
6362
6363 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6364 the `end' keyword was in the very beginning of the buffer.
6365
6366 1999-07-08 Richard Stallman <rms@gnu.org>
6367
6368 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6369
6370 * term.el (term-emulate-terminal): Avoid infinite loop
6371 in strange case where minibuffer window is selected but not active.
6372
6373 1999-07-07 Stephen Eglen <stephen@gnu.org>
6374
6375 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6376 Change regexp so that it doesn't match commands beginning with `cd'.
6377
6378 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6379
6380 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6381
6382 1999-07-06 Richard Stallman <rms@gnu.org>
6383
6384 * hscroll.el (hscroll-minibuffer-hook): New function.
6385 (hscroll-global-mode): Add and remove that hook.
6386 Set hscroll-old-truncate-was-global's default value.
6387
6388 1999-07-05 Richard Stallman <rms@gnu.org>
6389
6390 * files.el (revert-buffer): Don't preserve point here.
6391 (revert-buffer-insert-file-contents-function): Doc fix.
6392
6393 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6394
6395 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6396 doing a `stat' when it isn't necessary because that can cause
6397 trouble when an NFS server is down.
6398
6399 1999-07-04 Richard Stallman <rms@gnu.org>
6400
6401 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6402
6403 1999-07-03 Richard Stallman <rms@gnu.org>
6404
6405 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6406 for \200...\240 also.
6407 (isearch-printing-char): Use unibyte-char-to-multibyte.
6408
6409 1999-07-02 Richard Stallman <rms@gnu.org>
6410
6411 * frame.el (minibuffer-frame-alist): Use defcustom.
6412 (pop-up-frame-alist): Likewise.
6413 (initial-frame-alist): Specify * in the doc string.
6414
6415 * hscroll.el (hscroll-mode): Make it a permanent local.
6416 (hscroll-mode): Don't cancel the timer
6417 if HScroll mode is enabled in some other buffer.
6418
6419 * isearch.el (isearch-done): If search ends in middle of intangible
6420 text (due to text property), move on to the limit of that text.
6421
6422 1999-07-01 Andrew Innes <andrewi@gnu.org>
6423
6424 * man.el (Man-build-man-command): Use value of null-device,
6425 instead of hard-coding "/dev/null".
6426
6427 * dos-w32.el (untranslated-canonical-name): Avoid expanding
6428 ange-ftp file names, which might force ange-ftp to prompt for a
6429 password.
6430
6431 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6432 to prevent references to temp files.
6433
6434 1999-06-30 Richard Stallman <rms@gnu.org>
6435
6436 * progmodes/sh-script.el (sh-feature): If nothing is known
6437 about the given shell, use the values for `sh'.
6438
6439 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
6440
6441 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6442 to make it non-recursive.
6443
6444 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6445
6446 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6447
6448 * auto-show.el (auto-show-mode): Fix Typo in :set.
6449
6450 1999-06-29 Richard M. Stallman <rms@gnu.org>
6451
6452 * progmodes/sh-script.el (sh-mode): When setting syntax
6453 table, default to the standard one.
6454
6455 1999-06-27 Richard M. Stallman <rms@gnu.org>
6456
6457 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6458
6459 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
6460
6461 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6462 a frame when `return' is requested (even if pop-up-frames = t)
6463 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6464 should only be set for the bibtex buffer.
6465
6466 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6467
6468 * progmodes/compile.el: Deal with compilation-error-screen-columns
6469 being buffer-local.
6470
6471 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6472
6473 * comint.el (comint-password-prompt-regexp): Allow "(again)".
6474
6475 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6476
6477 * cal-x.el (calendar-only-one-frame-setup): New function.
6478 * calendar.el (calendar): Call it if requested.
6479
6480 1999-06-24 Karl Heuer <kwzh@gnu.org>
6481
6482 * startup.el (iso-8859-n-locale-regexp): Doc fix.
6483
6484 1999-06-22 Richard M. Stallman <rms@gnu.org>
6485
6486 * mail/supercite.el (sc-emacs-features): Doc fix.
6487
6488 1999-06-22 Karl Heuer <kwzh@gnu.org>
6489
6490 * files.el (auto-mode-alist): Add pike-mode.
6491
6492 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
6493
6494 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6495 last byte of a numeric field is a space or a NUL. Parse it as
6496 potentially part of the number. This is used by GNU tar
6497 1.12.64012 to handle larger values.
6498
6499 1999-06-20 Karl Heuer <kwzh@gnu.org>
6500
6501 * custom.el (custom-handle-keyword): Fix error message.
6502
6503 1999-06-18 Andrew Innes <andrewi@gnu.org>
6504
6505 * mail/smtpmail.el (smtpmail-send-it): Use
6506 convert-standard-filename to make file names for queued mail safe
6507 on Windows (`:' is invalid in file names on Windows).
6508
6509 1999-06-17 Kenichi Handa <handa@etl.go.jp>
6510
6511 * international/mule-cmds.el (describe-current-input-method):
6512 Current-input-method is string.
6513 (toggle-input-method): Docstring fixed.
6514
6515 * international/mule-diag.el
6516 (describe-current-coding-system-briefly): Fix format string.
6517
6518 * international/mule-util.el (coding-system-eol-type-mnemonic):
6519 Docstring modified. Return a string.
6520
6521 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
6522
6523 * sql.el (sql-input-ring-file-name): Doc fix.
6524
6525 1999-06-17 Richard M. Stallman <rms@gnu.org>
6526
6527 * calendar/cal-x.el (special-display-buffer-names):
6528 Don't put (get-file-buffer diary-file) on this list.
6529
6530 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
6531
6532 * play/mpuz.el (mpuz-try-proposal): Fix message call.
6533 Don't penalize player for certain impossible guesses.
6534
6535 1999-06-16 Andrew Innes <andrewi@gnu.org>
6536
6537 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6538 return the string "Unk 0 0000" so at least it appears to be a
6539 valid timestamp to `dired-move-to-filename-regexp'.
6540
6541 1999-06-15 Ken'ichi Handa <handa@gnu.org>
6542
6543 * ps-print.el (ps-control-character): Fix previous change.
6544
6545 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6546
6547 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6548 multiple output of the last message.
6549
6550 1999-06-14 Eli Zaretskii <eliz@gnu.org>
6551
6552 * term/internal.el (IT-display-table-setup): Do not remap \222 to
6553 the ASCII apostrophe, as most DOS codepages have some other glyph
6554 there.
6555
6556 1999-06-14 Ken'ichi Handa <handa@gnu.org>
6557
6558 * language/ethio-util.el (setup-ethiopic-environment-internal):
6559 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6560 (exit-ethiopic-environment): Likewize.
6561
6562 1999-06-12 Richard M. Stallman <rms@gnu.org>
6563
6564 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6565
6566 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6567
6568 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6569 custom-initialize-default to avoid infinite loop.
6570 (crisp-mode): (defun) Call transient-mark-mode here, not when
6571 loading the file. Run crisp-mode-hook here, and run
6572 crisp-load-hook when loading the file.
6573
6574 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6575 rmail-summary buffer, search for pattern in rmail-file.
6576
6577 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6578
6579 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6580
6581 * ps-print.el (ps-printer-name): Fix custom type.
6582
6583 1999-06-12 Reto Zimmermann <reto@synopsys.com>
6584
6585 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6586 (vhdl-port-paste-generic-map): Fix indentation bug.
6587 (vhdl-port-paste-port-map): Fix indentation bug.
6588 (vhdl-scan-file-contents): Make scanning case insensitive.
6589
6590 1999-06-11 Richard M. Stallman <rms@gnu.org>
6591
6592 * files.el (write-file): When buffer is not already visiting a file,
6593 don't put buffer name in the minibuffer, just make it the default.
6594 Also handle just directory as arg usefully in that case.
6595
6596 * simple.el (sendmail-user-agent-compose):
6597 Ignore case when inserting the rest of the "other" headers.
6598
6599 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
6600
6601 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6602 (info-lookup-interactive-arguments): Never insert the default
6603 into the minibuffer automatically.
6604
6605 * emacs-lisp/cl-extra.el (getf): Don't call get*.
6606
6607 1999-06-09 Richard M. Stallman <rms@gnu.org>
6608
6609 * simple.el (shell-command): Avoid printing "mark set" message.
6610
6611 1999-06-09 Dave Love <fx@gnu.org>
6612
6613 * progmodes/compile.el (compilation-error-regexp-alist): Allow
6614 digits in program name in first pattern.
6615
6616 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
6617
6618 * vc.el (vc-dired-mode): Don't match anything before the date in
6619 dired-move-to-filename-regexp.
6620
6621 1999-06-07 Ken'ichi Handa <handa@gnu.org>
6622
6623 * international/quail.el (quail-define-rules): Fix typo in
6624 docstring.
6625
6626 1999-06-05 Stephen Eglen <stephen@gnu.org>
6627
6628 * iswitchb.el (iswitchb-default-keybindings): Add
6629 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6630 than when package is loaded.
6631
6632 1999-06-04 Richard M. Stallman <rms@gnu.org>
6633
6634 * startup.el (command-line): Don't set user-init-file directly;
6635 tell `load' to set it.
6636
6637 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6638
6639 * simple.el (next-history-element):
6640 Handle minibuffer-text-before-history properly when reading sexps.
6641
6642 * disp-table.el (standard-display-european):
6643 For an interactive call by the user,
6644 don't set enable-multibyte-characters,
6645 and don't set the terminal coding system.
6646
6647 * textmodes/refbib.el: Don't print any messages or display
6648 a buffer when loading the library.
6649 (r2b-help): Doc fix.
6650 (r2b-help-message): Update the documentation.
6651 (r2b-load-quietly): Variable deleted.
6652 (r2b-convert-buffer): Doc fix.
6653
6654 1999-06-04 Dave Love <fx@gnu.org>
6655
6656 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6657
6658 * auto-show.el: Don't change hooks on loading.
6659 (auto-show-mode): Autoload. Default to nil. Add :set &c.
6660 (auto-show-mode): Add to hooks here.
6661
6662 1999-06-04 Richard Sharman <rsharman@pobox.com>
6663
6664 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6665 recursion on bogus input.
6666
6667 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
6668
6669 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6670 does not select a buffer from the buffers menu, then the attached
6671 frame is not switched to anything.
6672
6673 1999-06-03 Ken'ichi Handa <handa@gnu.org>
6674
6675 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6676 (viet-viscii-...->viet-vscii...).
6677
6678 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6679
6680 1999-06-01 Dave Love <fx@gnu.org>
6681
6682 * progmodes/fortran.el: Add :link to defgroup.
6683 (fortran-blink-matching-if): Match ELSE statements too.
6684 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6685 that filling is always done.
6686
6687 1999-05-31 Richard M. Stallman <rms@gnu.org>
6688
6689 * simple.el (append-next-kill): Use an arg to distinguish
6690 interactive calls from Lisp calls, rather than (interactive-p).
6691
6692 * international/iso-transl.el (iso-transl-language-alist):
6693 Interchange n and N.
6694
6695 1999-05-31 Dave Love <fx@gnu.org>
6696
6697 * msb.el Add to minor-mode-map-alist. Remove hook installation
6698 and keymap munging on load.
6699 (msb-mode): New option.
6700 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6701 Doc fix.
6702 (msb-mode-map): New variable.
6703 (msb-mode): New command.
6704
6705 1999-05-31 Dave Love <fx@gnu.org>
6706
6707 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6708 (ispell-complete-word-dict): Likewise.
6709
6710 1999-05-31 Eli Zaretskii <eliz@gnu.org>
6711
6712 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6713 force the data buffer to be saved, even if the data didn't
6714 change, in case the write filter was modified. Restore the
6715 current record after read-file-filter finishes.
6716
6717 1999-05-29 Karl Heuer <kwzh@gnu.org>
6718
6719 * ispell4.el: Obsolete; file deleted.
6720
6721 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6722
6723 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6724 VALUE is a syntax table.
6725
6726 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6727
6728 * simple.el (zap-to-char): Doc fix.
6729
6730 1999-05-27 Ken'ichi Handa <handa@gnu.org>
6731
6732 * isearch.el (isearch-quote-char): Don't assume character codes
6733 0200 - 0237 stand for characters in some single-byte character
6734 charset.
6735
6736 1999-05-27 Dave Love <fx@gnu.org>
6737
6738 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6739
6740 1999-05-27 Andreas Schwab <schwab@gnu.org>
6741
6742 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6743 headerline does not exist already.
6744
6745 1999-05-26 Richard Stallman <rms@gnu.org>
6746
6747 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6748 Avoid nested null-loops.
6749
6750 1999-05-26 Ken'ichi Handa <handa@gnu.org>
6751
6752 * international/characters.el: Typo fixed; prefered->preferred.
6753
6754 * international/mule-cmds.el (find-coding-systems-for-charsets):
6755 Typo fixed; prefered->preferred.
6756
6757 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6758 method in read-event.
6759
6760 * international/mule.el (charset-info): Doc-string fixed.
6761
6762 1999-05-25 Ken'ichi Handa <handa@gnu.org>
6763
6764 * mail/smtpmail.el (smtpmail-send-it): Bind
6765 smtpmail-code-conv-from properly.
6766 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6767 by smtpmail-code-conv-from.
6768
6769 1999-05-24 Richard Stallman <rms@gnu.org>
6770
6771 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6772 Binding deleted also.
6773
6774 1999-05-24 Karl Heuer <kwzh@gnu.org>
6775
6776 * comint.el (comint-bol-or-process-mark): Doc fix.
6777
6778 1999-05-23 Dave Love <fx@gnu.org>
6779
6780 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6781 Enter it on minor-mode-map-alist.
6782 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
6783 Autoload. Add custom setter.
6784 (crisp-mark-line): Doc fix.
6785 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
6786 (crisp-mode-hook): Define.
6787
6788 1999-05-23 Ken'ichi Handa <handa@gnu.org>
6789
6790 * files.el (recover-file): Recover buffer-file-coding-system.
6791
6792 1999-05-22 Richard Stallman <rms@gnu.org>
6793
6794 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6795 regexp match the date, to avoid treating date as file size.
6796 Add YYYY S option to WESTERN/
6797
6798 * bookmark.el: Delete some XEmacs compatibility code.
6799 (bookmark-jump-noselect): Check vc-backend.
6800
6801 * subr.el (add-to-list): Doc fix.
6802
6803 1999-05-21 Stephen Eglen <stephen@gnu.org>
6804
6805 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6806
6807 1999-05-18 Richard Stallman <rms@gnu.org>
6808
6809 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6810 non-space after the @anchor command.
6811 (texinfo-format-var): Handle other nested constructs, using
6812 texinfo-parse-expanded-arg and texinfo-discard-command, not
6813 texinfo-parse-arg-discard.
6814
6815 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6816 (debug): Bind and use debugger-outer-inhibit-redisplay.
6817 Bind inhibit-redisplay to nil.
6818 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6819
6820 1999-05-17 Dave Love <fx@gnu.org>
6821
6822 * help.el (describe-function-1): Extra arg, interactive-p.
6823 (describe-key, describe-function): Use it.
6824
6825 1999-05-17 Karl Heuer <kwzh@gnu.org>
6826
6827 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6828
6829 1999-05-16 Dave Love <fx@gnu.org>
6830
6831 * cus-start.el (all): Delete selective-display. Add scroll-margin,
6832 scroll-preserve-screen-position, scroll-conservatively.
6833
6834 1999-05-16 Dave Love <fx@gnu.org>
6835
6836 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6837
6838 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
6839
6840 * progmodes/vhdl-mode.el: Completely revised and massively extended.
6841
6842 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6843
6844 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
6845 magic number and is not associated with a file.
6846
6847 1999-05-14 Richard M. Stallman <rms@gnu.org>
6848
6849 * files.el (find-file-noselect-1): Fix previous change.
6850
6851 1999-05-14 Simon Marshall <simon@gnu.org>
6852
6853 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
6854
6855 1999-05-13 Ken'ichi Handa <handa@gnu.org>
6856
6857 * international/mule-diag.el (mule-diag): Change MULE to Mule in
6858 docstring.
6859
6860 * international/mule-cmds.el: Change MULE to Mule in docstrings
6861 and menus.
6862
6863 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
6864
6865 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
6866 to correctly reflect the value of BaseLineOffset in
6867 RelativeCompose. Now the value of RelativeCompose is an array of
6868 low and high positions.
6869 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
6870 RLC for the above change.
6871
6872 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
6873
6874 * comint.el (comint-password-prompt-regexp): Modified to match the
6875 output of ksu and ssh-add.
6876
6877 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
6878
6879 * language/korea-util.el (isearch-toggle-korean-input-method):
6880 Adjusted for the change of input method handling in isearch.el.
6881 (isearch-hangul-switch-symbol-ksc): Likewise.
6882 (isearch-hangul-switch-hanja): Likewise.
6883
6884 1999-05-10 Dave Love <fx@gnu.org>
6885
6886 * help.el (help-make-xrefs): Fix typo.
6887
6888 1999-05-10 Andreas Schwab <schwab@gnu.org>
6889
6890 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
6891 unibyte-display-via-language-environment.
6892
6893 * help.el (help-make-xrefs): Handle more cases when looking for
6894 commands in a keymap description.
6895
6896 1999-05-10 Eli Zaretskii <eliz@gnu.org>
6897
6898 * loadup.el: For ms-dos systems, load ccl and codepage.
6899
6900 1999-05-09 Ken'ichi Handa <handa@gnu.org>
6901
6902 * ps-print.el (ps-control-character): Call
6903 ps-mule-prepare-ascii-font to setup ASCII fonts.
6904
6905 * ps-mule.el (ps-mule-begin-job): Redo this change "if
6906 ps-multibyte-buffer is nil, use
6907 ps-mule-font-info-database-default."
6908
6909 1999-05-08 Ken Stevens <k.stevens@ieee.org>
6910
6911 * ispell.el (ispell-local-dictionary-alist): New variable for
6912 customizing local dictionaries not accessable by everyone.
6913 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
6914 (ispell-required-version): Changed format `(major minor
6915 revision)' to support general pattern matching.
6916 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
6917 skip region commented out due to incorrect skip potential in std latex.
6918 (ispell-word): Removed `when' macro. Fixed bug of not restoring
6919 cursor point on small words for calls from `ispell-minor-mode'.
6920 (check-ispell-version): Tests and accepts versions major.minor
6921 and above, with adjustments for interactions in 3.1.0-3.1.11.
6922 (ispell-get-line): No longer skips ispell process special characters.
6923 (ispell-comments-and-strings): Removed `when' macro call.
6924 (ispell-minor-check): Requires ispell-word to restore cursor point.
6925 (ispell-buffer-local-parsing): Supports checking comments only.
6926
6927 1999-05-08 Karl Heuer <kwzh@gnu.org>
6928
6929 * comint.el (comint-password-prompt-regexp): Fix last change to be
6930 more specific.
6931
6932 1999-05-07 Richard M. Stallman <rms@gnu.org>
6933
6934 * subr.el (with-temp-message): Fix the other call to message
6935 to use %s.
6936
6937 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
6938
6939 * gud.el (gud-format-command): "%F" means file sans extension.
6940 (jdb): Use %F, not %f, for gud-break.
6941
6942 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
6943
6944 * comint.el (comint-password-prompt-regexp): Modified so that it
6945 matches the output of kinit.
6946
6947 1999-05-06 Greg Stark <gsstark@mit.edu>
6948
6949 * timezone.el (timezone-parse-date): Recognize new format used in
6950 internet cookies.
6951
6952 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
6953
6954 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
6955
6956 1999-05-04 Andrew Innes <andrewi@gnu.org>
6957
6958 * time.el (display-time-update): Allow for wrap-around when
6959 checking against display-time-server-down-time.
6960
6961 1999-05-04 Ken'ichi Handa <handa@gnu.org>
6962
6963 * international/mule-diag.el (describe-coding-system): Fix English
6964 message.
6965
6966 1999-05-03 Jason Rumney <jasonr@altavista.net>
6967
6968 * term/w32-win.el: Change the x-charset-registry property for the
6969 Japanese charsets that are supported by Japanese Windows fonts.
6970
6971 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6972
6973 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
6974 diary-block diary entries for which the reminders and the diary
6975 entries can overlap.
6976
6977 1999-05-02 Jason Rumney <jasonr@altavista.net>
6978
6979 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
6980 matches the font selected in the dialog.
6981
6982 1999-05-02 Dave Love <fx@gnu.org>
6983
6984 * browse-url.el (browse-url-browser-function): Add :version.
6985
6986 * international/mule.el (auto-coding-alist): Add .tgz.
6987
6988 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
6989
6990 * international/codepage.el (cp-coding-system-for-codepage-1):
6991 Make the magnification parameter for the -dos encoder be 2.
6992
6993 1999-05-2 Andrew Innes <andrewi@gnu.org>
6994
6995 * term/w32-win.el (w32-drag-n-drop): Select file in window where
6996 it is dropped, rather than current window.
6997
6998 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
6999 after switching buffer, as case-fold-search is a buffer local
7000 variable.
7001
7002 * w32-fns.el (convert-standard-filename): Only convert directory
7003 separators to backslash if the interactive shell is one of the
7004 standard Windows shells that has DOS semantics.
7005
7006 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7007 format-time-string, and return a suitable string to indicate the
7008 timestamp was invalid.
7009
7010 * hexl.el (hexlify-command): Apply shell-quote-argument after
7011 expanding hexl-program in case exec-directory contains a space.
7012 (dehexlify-command): Ditto.
7013
7014 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7015 file extension regexps which aren't necessarily binary files.
7016 (direct-print-region-helper): Use subst-char-in-string instead of
7017 binding directory-sep-char to convert filenames to DOS syntax.
7018 (direct-print-region-use-command-dot-com): New variable.
7019 (direct-print-region-helper): Use it to control whether to invoked
7020 command.com to print on Windows 9x.
7021
7022 * browse-url.el (browse-url-browser-function): Default to
7023 browse-url-default-windows-browser on windows-nt.
7024 (browse-url-default-windows-browser): New function.
7025
7026 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7027
7028 * forms.el (forms-mode): Don't call forms-first-record or
7029 forms-last-record if the data file has zero records.
7030
7031 1999-04-29 Richard M. Stallman <rms@gnu.org>
7032
7033 * files.el (find-file-noselect-1): If buffer-file-name has changed
7034 after find-file-not-found-hooks runs, recompute the truename.
7035 And don't use FILENAME after that point.
7036
7037 1999-04-27 Dave Love <fx@gnu.org>
7038
7039 * paren.el (show-paren-mode)
7040 * which-func.el (which-func-mode-global)
7041 * type-break.el (type-break-mode)
7042 * time.el (display-time-mode)
7043 * rsz-mini.el (resize-minibuffer-mode)
7044 * mouse-sel.el (mouse-sel-mode)
7045 * icomplete.el (icomplete-mode)
7046 * hscroll.el (hscroll-global-mode)
7047 * help.el (temp-buffer-resize-mode)
7048 * font-lock.el (global-font-lock-mode)
7049 * delsel.el (delete-selection-mode)
7050 * avoid.el (mouse-avoidance-mode)
7051 * autoinsert.el (auto-insert-mode)
7052 * winner.el (winner-mode): Doc fix.
7053
7054 1999-04-26 Karl Heuer <kwzh@gnu.org>
7055
7056 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7057 the same whitespace that was ignored in choosing the subject string.
7058
7059 1999-04-26 Richard M. Stallman <rms@gnu.org>
7060
7061 * info.el (Info-find-node): Position properly after finding anchor.
7062
7063 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7064
7065 * simple.el (indent-new-comment-line): Fix previous change.
7066
7067 * complete.el: Delete the wildcard expansion feature
7068 since that is now standard in find-file.
7069 (PC-try-load-many-files): Function deleted.
7070 (PC-after-load-many-files): Function deleted.
7071 (PC-many-files-list): Variable deleted.
7072 (PC-disable-wildcards): Variable deleted.
7073 (partial-completion-mode): Don't enable the wildcard feature.
7074
7075 * complete.el (PC-look-for-include-file): Don't set global variables
7076 `error', `buf' and `filename' here.
7077
7078 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7079
7080 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7081
7082 * textmodes/outline.el (outline-regexp): Doc fix.
7083
7084 1999-04-26 John Wiegley <johnw@borland.com>
7085
7086 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7087 C++Builder 4.0 error message syntax.
7088
7089 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7090
7091 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7092 supported, use find -exec.
7093
7094 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7095
7096 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7097 coding-system-for-write, to avoid hanging when non-interactive.
7098
7099 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7100
7101 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7102 start with a newline.
7103
7104 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7105
7106 * international/mule-conf.el (x-ctext): New coding system.
7107
7108 1999-04-12 Richard M. Stallman <rms@gnu.org>
7109
7110 * international/mule-cmds.el (input-method-function):
7111 Add permanent-local property.
7112
7113 1999-04-12 Dave Love <fx@gnu.org>
7114
7115 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7116 change to use jka-compr-byte-compiler-base-file-name.
7117
7118 * supercite.el (sc-scan-info-alist): Revert last change.
7119 (sc-attrib-selection-list): Fix :type here instead.
7120
7121 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7122
7123 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7124 in the list of case-insensitive filesystems.
7125
7126 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7127
7128 * international/fontset.el (create-fontset-from-fontset-spec):
7129 Don't register duplicated alias fontset names.
7130
7131 1999-04-08 Richard Stallman <rms@gnu.org>
7132
7133 * international/mule.el (auto-coding-alist-lookup): New function.
7134 (set-auto-coding): Use auto-coding-alist-lookup.
7135
7136 * jka-compr.el (jka-compr-insert-file-contents):
7137 Use auto-coding-alist-lookup to check for files that
7138 should not have eol conversion, in the unibyte case.
7139
7140 1999-04-07 Dave Love <fx@gnu.org>
7141
7142 * help.el (describe-variable): Check custom-loads property as well
7143 as custom-type.
7144
7145 * abbrev.el (abbrev-mode): Customizing sets the default value.
7146
7147 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7148
7149 * vc.el (vc-backend-revert): For CVS files that were made
7150 writeable with "cvs edit", call "cvs unedit" to undo that.
7151
7152 1999-04-08 Dave Love <fx@gnu.org>
7153
7154 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7155 more.
7156 (sc-emacs-features): Recognize Emacs 20.
7157 (sc-read-string): Use history arg.
7158 (sc-scan-info-alist): Check for rtnvalue a cons.
7159
7160 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7161
7162 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7163 coding system to encode the message by
7164 select-message-coding-system.
7165
7166 1999-04-07 Richard Stallman <rms@gnu.org>
7167
7168 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7169
7170 * winner.el: Reorder definitions.
7171
7172 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7173
7174 * mail/rmail.el (rmail-decode-babyl-format):
7175 Undo previous change.
7176
7177 1999-04-06 Richard Stallman <rms@gnu.org>
7178
7179 * info.el (Info-find-node): Check for an anchor at the
7180 proper place, before reading an indirect file.
7181
7182 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7183
7184 * jka-compr.el (jka-compr-insert-file-contents):
7185 Use raw-text-unix when we want no conversion.
7186
7187 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7188
7189 * timezone.el (timezone-parse-date): Corrected regexp for
7190 style (5) date format so that tenths of seconds are optional.
7191
7192 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7193
7194 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7195 of dos-codepage-setup.
7196 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7197 codepages for which there's no need to set up cpNNN coding
7198 systems.
7199 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7200
7201 1999-04-05 Richard Stallman <rms@gnu.org>
7202
7203 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7204
7205 1999-04-02 Richard Stallman <rms@gnu.org>
7206
7207 * progmodes/compile.el (compilation-handle-exit): Do right thing
7208 if (car status) doesn't end in a newline.
7209
7210 1999-04-01 Dave Love <fx@gnu.org>
7211
7212 * progmodes/sql.el (SQL): Add defgroup :version.
7213
7214 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7215
7216 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7217 buffer-file-coding-system. If the coding system used is raw-text,
7218 etc., make the *Compiler Input* buffer unibyte.
7219
7220 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7221
7222 * loadup.el: Don't write the fns-...el file if not dumping.
7223
7224 1999-03-31 Dave Love <fx@gnu.org>
7225
7226 * snmp-mode.el (snmp): Fix defgroup :version.
7227
7228 * hilit-chg.el (highlight-changes): Add defgroup :version.
7229
7230 1999-03-31 Andreas Schwab <schwab@gnu.org>
7231
7232 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7233 the gnus-save-hidden-threads macro.
7234
7235 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7236
7237 * faces.el (face-set-after-frame-default): Obey the
7238 `customized-face' for new faces.
7239
7240 1999-03-30 Dave Love <fx@gnu.org>
7241
7242 * international/mule-cmds.el (current-language-environment): Doc fix.
7243 * abbrev.el (abbrev-mode): Doc fix.
7244 * autoinsert.el (auto-insert-mode): Doc fix.
7245 * complete.el (partial-completion-mode): Doc fix.
7246 * avoid.el (mouse-avoidance-mode): Doc fix.
7247 * delsel.el (delete-selection-mode): Doc fix.
7248 * font-lock.el (global-font-lock-mode): Doc fix.
7249 * help.el (temp-buffer-resize-mode): Doc fix.
7250 * hscroll.el (hscroll-global-mode): Doc fix.
7251 * icomplete.el (icomplete-mode): Doc fix.
7252 * mouse-sel.el (mouse-sel-mode): Doc fix.
7253 * paren.el (show-paren-mode): Doc fix.
7254 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7255 * time.el (display-time-mode): Doc fix.
7256 * type-break.el (type-break-mode): Doc fix.
7257 * which-func.el (which-func-mode-global): Doc fix.
7258 * winner.el (winner-mode): Doc fix.
7259
7260 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7261
7262 * wid-edit.el (widget-before-change): Signal text-read-only rather
7263 than an ordinary error.
7264
7265 1999-03-30 Richard M. Stallman <rms@gnu.org>
7266
7267 * repeat.el: Don't require advice.
7268 (repeat): Do function-indirection in check for kbd macro.
7269 In self-insert case, use the *last* char in INSERTION.
7270
7271 1999-03-30 Karl Heuer <kwzh@gnu.org>
7272
7273 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7274
7275 1999-03-29 Andreas Schwab <schwab@gnu.org>
7276
7277 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7278 comint-input-filter-functions. Make variables related to shell
7279 directory tracking local.
7280
7281 1999-03-26 Andreas Schwab <schwab@gnu.org>
7282
7283 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7284
7285 * simple.el (shell-command-on-region): Cope with exit-status being
7286 nil, which happens if call-process-region was interrupted.
7287
7288 1999-03-26 Richard M. Stallman <rms@gnu.org>
7289
7290 * simple.el (indent-new-comment-line): Handle use at a point
7291 after a comment-end. Handle multiple comments.
7292
7293 * mail/rmail.el (rmail-decode-babyl-format):
7294 To prevent locking, bind buffer-file-name to nil.
7295
7296 1999-03-26 Karl Fogel <kfogel@red-bean.com>
7297
7298 * mail-hist.el (mail-hist-current-header-name): Don't make
7299 off-by-one-error when determining if in message body.
7300
7301 1999-03-25 Andrew Innes <andrewi@gnu.org>
7302
7303 * w32-fns.el (set-default-process-coding-system): Copied from
7304 dos-w32.el, but modified to use Unix line endings for process
7305 input, and to add a suitable entry to process-coding-system-alist
7306 for DOS shells.
7307
7308 * dos-fns.el (set-default-process-coding-system): Copied from
7309 dos-w32.el.
7310
7311 * dos-w32.el (set-default-process-coding-system): Move function to
7312 dos-fns.el; a different version is used in w32-fns.el.
7313
7314 1999-03-24 Dave Love <fx@gnu.org>
7315
7316 * info.el (Info-directory-list): Revert change to re-writing
7317 Info-default-directory-list, but put `alternative' first.
7318 (Info-insert-dir): Modify selecting the top dir file as a consequence.
7319
7320 1999-03-23 Simon Marshall <simon@gnu.org>
7321
7322 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7323 on the line by itself.
7324 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
7325 it is not in a declarative context.
7326
7327 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
7328
7329 * cus-edit.el (custom-variable-prompt): Allow customization of
7330 autoloaded symbols.
7331
7332 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
7333
7334 * simple.el (what-cursor-position): Don't cause error when point
7335 is at invalid multibyte sequence.
7336
7337 1999-03-21 Karl Heuer <kwzh@gnu.org>
7338
7339 * complete.el (partial-completion-mode): Doc fix.
7340
7341 1999-03-19 Richard M. Stallman <rms@gnu.org>
7342
7343 * progmodes/cplus-md.el (old-c++): Remove :group.
7344
7345 * progmodes/c-mode.el (old-c): Remove :group.
7346
7347 1999-03-18 Simon Marshall <simon@gnu.org>
7348
7349 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7350 (java-font-lock-keywords-2): Added "strictfp" keyword.
7351
7352 1999-03-17 Jason Rumney <jasonr@altavista.net>
7353
7354 * w32-fns.el (set-w32-system-coding-system) New function.
7355 (w32-system-coding-system) Initialize to 'iso-latin-1.
7356
7357 1999-03-17 Eli Zaretskii <eliz@gnu.org>
7358
7359 * international/mule-cmds.el (set-language-environment): Fix
7360 previous change: don't use dos-codepage when unbound.
7361
7362 1999-03-17 Karl Heuer <kwzh@gnu.org>
7363
7364 * calendar/appt.el (appt-make-list): Fix previous change.
7365
7366 1999-03-16 Richard M. Stallman <rms@gnu.org>
7367
7368 * window.el (shrink-window-if-larger-than-buffer):
7369 Don't try to redisplay with the cursor at the end
7370 on its own line--that would force a scroll and spoil things.
7371
7372 1999-03-16 Eli Zaretskii <eliz@gnu.org>
7373
7374 * international/mule-cmds.el (set-language-environment): Don't use
7375 cpNNN-nonascii-translation-table if it is unbound.
7376
7377 * term/internal.el (dos-codepage-setup): Compute the unibyte
7378 syntax table and bind unibyte-display-via-language-environment
7379 here, rather than at top level, so that resetting to unibyte in
7380 .emacs works as expected.
7381
7382 1999-03-15 Simon Marshall <simon@gnu.org>
7383
7384 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7385
7386 1999-03-14 Milan Zamazal <pdm@pvt.net>
7387
7388 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7389
7390 1999-03-14 Kenichi Handa <handa@etl.go.jp>
7391
7392 * international/mule-util.el (detect-coding-with-priority):
7393 Restore the internal database.
7394
7395 1999-03-14 Stephen Eglen <stephen@gnu.org>
7396
7397 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7398 if mail-from-style has invalid value.
7399
7400 1999-03-12 Karl Heuer <kwzh@gnu.org>
7401
7402 * vc.el (vc-delete-logbuf-window): New var.
7403 (vc-finish-logentry): Use it.
7404
7405 1999-03-12 Richard M. Stallman <rms@gnu.org>
7406
7407 * startup.el (command-line-1): Improve startup msg.
7408
7409 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
7410
7411 * speedbar.el: Added commentary about stealthy functions.
7412 (speedbar-message) new function.
7413 (speedbar-y-or-n-p): New function
7414 (speedbar-with-attached-buffer) Moved macro before reference.
7415 Now uses `save-selected-window'.
7416 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7417 speedbar-generic-item-info, speedbar-item-info-file-helper,
7418 speedbar-item-delete, speedbar-insert-generic-list,
7419 speedbar-timer-fn, speedbar-check-vc-this-line,
7420 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7421 speedbar-buffers-item-info) Use speedbar-message.
7422 (speedbar-item-info) Limit `message-log-max'.
7423 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7424 speedbar-item-delete, speedbar-item-object-delete,
7425 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7426
7427 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
7428
7429 * server.el (server-start): Set coding system for the server
7430 process to raw-text.
7431 (server-process-filter): Decode file names if necessary.
7432
7433 1999-03-12 Dave Love <fx@gnu.org>
7434
7435 * textmodes/fill.el (sentence-end-double-space): Doc fix.
7436
7437 * textmodes/paragraphs.el (sentence-end): Doc fix.
7438
7439 1999-03-11 Karl Heuer <kwzh@gnu.org>
7440
7441 * comint.el (comint-password-prompt-regexp): Accept "login password:"
7442
7443 1999-03-09 Karl Heuer <kwzh@gnu.org>
7444
7445 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7446 (ispell-dictionary-alist-2): Likewise.
7447 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7448 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7449 (ispell-dictionary-alist): Build from six pieces, not just two.
7450
7451 * ps-bdf.el (bdf-directory-list): Doc fix.
7452
7453 * enriched.el (enriched-mode): Make var permanent-local.
7454
7455 1999-03-09 Dave Love <fx@gnu.org>
7456
7457 * textmodes/sgml-mode.el (html-mode): Use
7458 sentence-end-double-space when setting sentence-end.
7459
7460 1999-03-09 Ken'ichi Handa <handa@gnu.org>
7461
7462 * language/thai.el (tis-620): New alias coding system for thai-tis620.
7463
7464 1999-03-08 Felix Lee <flee@cygnus.com>
7465
7466 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7467
7468 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7469
7470 1999-03-08 Karl Heuer <kwzh@gnu.org>
7471
7472 * dired-aux.el (dired-do-copy-regexp): Doc fix.
7473 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7474
7475 * dired.el (dired-do-copy-regexp): Doc fix.
7476 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7477
7478 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
7479
7480 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7481
7482 1999-03-08 Jason Rumney <jasonr@altavista.net>
7483
7484 * international/codepage.el (cp1250-decode-table)
7485 (cp1251-decode-table, cp1253-decode-table)
7486 (cp1257-decode-table): New translation tables for MS Windows codepages.
7487 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7488
7489 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7490
7491 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7492
7493 1999-03-07 Eli Zaretskii <eliz@gnu.org>
7494
7495 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7496
7497 * term/internal.el (top level): Display character 255 as 8bit as well.
7498
7499 1999-03-06 Dave Love <fx@gnu.org>
7500
7501 * progmodes/cc-cmds.el (c-outline-level): Bind
7502 buffer-invisibility-spec.
7503
7504 * progmodes/c-mode.el (c-outline-level): Likewise.
7505
7506 * progmodes/ada-mode.el (ada-outline-level): Likewise.
7507
7508 1999-03-05 Felix Lee <flee@cygnus.com>
7509
7510 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7511
7512 1999-03-05 Richard M. Stallman <rms@gnu.org>
7513
7514 * bindings.el (complete-symbol): Invert meaning of prefix arg.
7515
7516 1999-03-05 Andrew Innes <andrewi@gnu.org>
7517
7518 * w32-fns.el (convert-standard-filename): Convert directory
7519 separators to Windows format.
7520
7521 1999-03-05 Andreas Schwab <schwab@gnu.org>
7522
7523 * international/skkdic-cnv.el: Provide skkdic-cnv.
7524 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7525 (batch-skkdic-convert): Doc fix.
7526
7527 1999-03-04 Dave Love <fx@gnu.org>
7528
7529 * custom.el (custom-set-variables): Protect against setter errors.
7530
7531 1999-03-04 Eli Zaretskii <eliz@gnu.org>
7532
7533 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7534 the file sizes from overflowing.
7535 (ls-lisp-format): If file size is a float, use %8.0f to print it.
7536 Under -s, print the size in blocks with %4.0f, in case they have
7537 a *really* huge file.
7538
7539 1999-03-03 Dave Love <fx@gnu.org>
7540
7541 * options.el (edit-options): Doc fix.
7542 (list-options): Don't lose with unbound symbols. Maintain
7543 Edit-options-mode.
7544
7545 1999-03-01 Dave Love <fx@gnu.org>
7546
7547 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7548
7549 1999-02-28 Richard M. Stallman <rms@gnu.org>
7550
7551 * ispell.el (ispell-dictionary-alist-override): New variable.
7552 (ispell-dictionary-alist): Don't setq it,
7553 if ispell-dictionary-alist-override is set.
7554
7555 * simple.el (shell-command-default-error-buffer): Renamed from
7556 shell-command-on-region-default-error-buffer.
7557 (shell-command-on-region): Mention in echo area when there
7558 is some error output. Mention success or failure, too.
7559 Accumulate multiple error outputs
7560 going forward, with formfeed in between. Display the error buffer
7561 when we have put something in it.
7562 (shell-command): Add the ERROR-BUFFER argument feature.
7563
7564 1999-02-28 Karl Heuer <kwzh@gnu.org>
7565
7566 * mail/mh-utils.el (mh-lib): Doc fix.
7567 (mh-lib-progs, mh-nmh-p): New vars.
7568 (mh-find-progs): Set mh-lib-progs along with other vars.
7569 (mh-path-search): New arg FUNC-P; if specified, use that instead
7570 of mh-file-command-p.
7571 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7572
7573 * mail/mh-comp.el (mh-repl-formfile): New var.
7574 (mh-smail-batch): Don't ignore all arguments.
7575 (mh-reply): Do the right thing when using nmh.
7576
7577 1999-02-27 Kenichi Handa <handa@etl.go.jp>
7578
7579 * international/mule-cmds.el (select-safe-coding-system): Be sure
7580 to show a buffer being decoded.
7581
7582 1999-02-26 Ken'ichi Handa <handa@gnu.org>
7583
7584 * ps-bdf.el (bdf-directory-list): Initialize it to
7585 '("/usr/local/share/emacs/fonts/bdf").
7586
7587 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7588
7589 * ps-print.el: PostScript programming fix.
7590 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7591 setpagedevice operator).
7592
7593 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7594
7595 * ps-print.el: Doc fix, font size specifies landscape and portrait
7596 sizes.
7597 (ps-print-version): New version number (4.1.4).
7598 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7599 Specifies landscape and portrait sizes.
7600 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7601 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7602 fix.
7603 (ps-get-font-size): New fun.
7604 (ps-font-size-internal, ps-header-font-size-internal)
7605 (ps-header-title-font-size-internal): New vars.
7606
7607 * ps-mule.el: Change of ps-print font size variable name.
7608 (ps-mule-generate-font): Fun fix.
7609 (ps-mule-begin-job): Programming uniformization.
7610
7611 1999-02-25 Dave Love <fx@gnu.org>
7612
7613 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7614 (help-make-xrefs): Do Info case first.
7615
7616 * repeat.el: Don't require advice.
7617 (repeat-last-kill-command): Variable deleted.
7618
7619 1999-02-25 Richard Stallman <rms@gnu.org>
7620
7621 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7622 case just because the current buffer is the output buffer.
7623
7624 1999-02-25 Kenichi Handa <handa@etl.go.jp>
7625
7626 * simple.el (what-cursor-position): To show the character's
7627 encoding, use encoded-string-description instead of information
7628 of chaset-origin-alist.
7629
7630 * international/mule-cmds.el (iso-2022-control-alist): New variable.
7631 (encoded-code-description): New function.
7632 (encoded-string-description): New function.
7633 (encode-coding-char): New function.
7634
7635 1999-02-25 Andrew Innes <andrewi@gnu.org>
7636
7637 * startup.el (command-line) [windows-nt]: Fix typo in regexp
7638 checking for .emacs[.el[c]].
7639
7640 1999-02-24 Richard Stallman <rms@gnu.org>
7641
7642 * help.el (describe-function-1): Don't print a whole lambda-function.
7643
7644 1999-02-23 Ken'ichi Handa <handa@gnu.org>
7645
7646 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7647 inputting ?\240.
7648
7649 1999-02-23 Karl Heuer <kwzh@gnu.org>
7650
7651 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7652
7653 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7654 (clean-buffer-list-kill-buffer-names): Doc fix.
7655
7656 * gud.el (gud-jdb-massage-args): Spelling fix.
7657
7658 1999-02-23 Richard M. Stallman <rms@gnu.org>
7659
7660 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7661
7662 1999-02-22 Eli Zaretskii <eliz@gnu.org>
7663
7664 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7665 excursion while calling set-auto-coding-function.
7666
7667 * play/handwrite.el (handwrite): Require ps-print, and use
7668 ps-printer-name and ps-lpr-command. Call ps-print-region-function
7669 if it's defined, instead of forking ps-lpr-command unconditionally.
7670
7671 1999-02-22 Kenichi Handa <handa@etl.go.jp>
7672
7673 * international/codepage.el (cp-coding-system-for-codepage-1): Put
7674 charset-origin-alist property to a coding system for the codepage.
7675
7676 * international/mule.el: Modify comment for charset-origin-alist
7677 property of a coding system.
7678
7679 * simple.el (what-cursor-position): charset-origin-alist property
7680 of a coding system may be a translation table or a symbol of which
7681 `translation-table' property is a translation table.
7682
7683 1999-02-21 Richard Stallman <rms@gnu.org>
7684
7685 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7686 to the "html" template.
7687
7688 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
7689
7690 * dirtrack.el (dirtrack): Added docstring. Now returns input.
7691
7692 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
7693
7694 * dirtrack.el (dirtrack): Check for the prompt in the input string
7695 instead of the buffer.
7696
7697 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
7698
7699 * sql.el: Set version to 1.4.1. Changed mail address to
7700 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
7701 (sql-input-ring-separator): Doc fix.
7702 (sql-mode-syntax-table): double-dash starts comments is defined as
7703 ". 56" instead of ". 12b" for XEmacs.
7704 (sql-stop, sql-interactive-mode): Doc fixes.
7705 (sql-postgres): Queries for database and server, not just one.
7706 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7707
7708 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7709 changed. This is needed for master.el to work.
7710 (sql-set-sqli-buffer): Use the new hook.
7711
7712 * sql.el (sql-make-alternate-buffer-name): Function that sets
7713 sql-alternate-buffer-name.
7714 (sql-alternate-buffer-name): Possible name of SQLi buffers.
7715 (sql-interactive-mode): Set sql-alternate-buffer-name.
7716 (sql-rename-buffer): New command.
7717 (sql-interactive-mode-menu): Menu for SQLi buffers.
7718
7719 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
7720 and sql-input-ring-file-name are used to temporarily set
7721 comint-input-ring-file-name and comint-input-ring-separator when
7722 reading and writing input history files.
7723
7724 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7725 (sql-input-ring-file-name): New variable with customization.
7726 (sql-input-ring-separator): New variable with customization.
7727 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7728 Callers changed.
7729 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7730 now includes the name of the current buffer.
7731
7732 (sql-mode): Set paragraph-separate and paragraph-start so that
7733 sql-send-paragraph sends the entire SQL statements, even if it
7734 contains indented lines.
7735
7736 1999-02-18 Dave Love <fx@gnu.org>
7737
7738 * format.el (format-encode-run-method, format-decode-run-method):
7739 Fix previous change.
7740
7741 1999-02-18 Ken'ichi Handa <handa@gnu.org>
7742
7743 * international/mule.el (coding-system-list): Moved here from
7744 mule-util.el to avoid autoloading mule-util by the call of
7745 select-safe-coding-system.
7746
7747 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
7748
7749 * simple.el (turn-on-auto-fill): Mark it as an option for
7750 `text-mode-hook'.
7751
7752 1999-02-17 Richard Stallman <rms@gnu.org>
7753
7754 * emacs-lisp/easymenu.el (easy-menu-get-map):
7755 Don't crash if (current-local-map) is nil.
7756
7757 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
7758
7759 * filecache.el (file-cache-filter-regexps): Added .class.
7760
7761 1999-02-17 Ken'ichi Handa <handa@gnu.org>
7762
7763 * international/mule-util.el (decompose-region): Use
7764 insert-buffer-substring instead of insert-buffer to avoid putting
7765 mark.
7766
7767 1999-02-17 Andreas Schwab <schwab@gnu.org>
7768
7769 * calendar/cal-move.el (scroll-calendar-left): Don't set
7770 displayed-month and displayed-year here, let generate-calendar do
7771 it, after range checking.
7772
7773 1999-02-17 Simon Marshall <simon@gnu.org>
7774
7775 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7776
7777 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7778 correctly between an object declared via a constructor and a method.
7779 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7780 (java-font-lock-keywords-1): Fontify package names individually.
7781 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7782 (java-font-lock-keywords-2): Simplify type fontification.
7783 (java-font-lock-keywords-3): Likewise.
7784
7785 1999-02-17 Kenichi Handa <handa@etl.go.jp>
7786
7787 * language/japanese.el (iso-2022-jp-2): New coding system.
7788 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7789
7790 1999-02-16 Dave Love <fx@gnu.org>
7791
7792 * help.el (describe-function-1): Accept non-symbols.
7793
7794 1999-02-16 Paul Eggert <eggert@twinsun.com>
7795
7796 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7797 find the last match if there are multiple matches.
7798
7799 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7800
7801 * tex-mode.el (tex-run-command, latex-run-command)
7802 (slitex-run-command, tex-command): Doc changes.
7803 (tex-start-options-string): Autoload it. Doc change. Provide
7804 a menu for customization. Allow nil. Quote backslashes only once.
7805 (tex-start-tex): Handle nil value of tex-start-options-string
7806 and apply shell-quote-argument to it.
7807
7808 1999-02-16 Eli Zaretskii <eliz@gnu.org>
7809
7810 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7811 the size in blocks, since it can be a float.
7812 (ls-lisp-format): Likewise
7813
7814 1999-02-16 Ken'ichi Handa <handa@gnu.org>
7815
7816 * language/japanese.el (japanese-shift-jis): Add
7817 charset-origin-alist property.
7818
7819 1999-02-15 Richard Stallman <rms@gnu.org>
7820
7821 * progmodes/compile.el (compile-internal): Use save-selected-window.
7822
7823 * subr.el (momentary-string-display): Bind inhibit-read-only.
7824
7825 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7826
7827 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
7828
7829 * mail/rmail.el (rmail-show-message): If an unseen message has a
7830 Summary-line in its header, get past one more line before looking
7831 for the X-Coding-System header.
7832
7833 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
7834
7835 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7836 explicitly to accomodate Windows 9X lack of a useful copy program.
7837
7838 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
7839
7840 * wid-edit.el (widget-choice-value-create): Use `equal'
7841 instead of `eq'.
7842
7843 1999-02-14 Richard Stallman <rms@gnu.org>
7844
7845 * international/iso-transl.el:
7846 (iso-transl-ae): Renamed from iso-transl-e-slash.
7847 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
7848 (iso-transl-AE): Renamed from iso-transl-E-slash.
7849 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
7850 (iso-transl-char-map): Related changes.
7851
7852 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
7853
7854 1999-02-13 Richard Stallman <rms@gnu.org>
7855
7856 * textmodes/texinfmt.el (texinfo-alias): New function.
7857 (texinfo-fold-nodename-case): Add defvar.
7858 (texinfo-format-node): Do case folding if specified.
7859
7860 * ffap.el (ffap-file-at-point): Test local file names
7861 immediately. Strip off line numbers.
7862
7863 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
7864
7865 * sql.el: Set version to 1.3.2
7866 (sql-solid-program): Added support for solid.
7867 (sql-help): Doc mentions sql-solid.
7868 (sql-solid): Entry function for Solid.
7869 (sql-buffer): Doc explains the use of the variable and how to
7870 change it.
7871 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
7872 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
7873 disabled if sql-buffer doesn't have a process; sql-send-paragraph
7874 is new.
7875 (sql-show-sqli-buffer): New function to display the value of
7876 sql-buffer.
7877 (sql-change-sqli-buffer): New function to change sql-buffer.
7878 (sql-mode): Doc explains how to change sql-buffer.
7879 (sql-send-paragraph): New function to send a paragraph.
7880 (sql-mode-map): Added keybinding for sql-send-paragraph.
7881 (sql-mysql): Doc corrected.
7882 (sql-ms): Doc corrected.
7883
7884 * sql.el (sql-server): Doc fix.
7885 (sql-mysql): Added the use of sql-server to specify the host,
7886 sql-database now specifies database instead of host.
7887 (sql-mode-menu): Send... menu items are only active if sql-buffer
7888 is non-nil.
7889 (sql-help): Changed tag of entry functions a bit.
7890
7891 * sql.el: Added keywords from `finder-by-keyword'.
7892 (sql-mode): Made sql-buffer a local variable, changed the
7893 documentation: removed instructions to add *.sql files to
7894 auto-mode-alist, added documentation for having mutliple SQL
7895 buffers sending their stuff to different SQLi buffers, each
7896 running a different process.
7897 (sql-postgres): Quoted *SQL* in doc string.
7898 (sql-ms): Likewise.
7899 (sql-ingres): Likewise.
7900 (sql-ingres): Quoted *SQL* in doc string, added references to
7901 sql-user and sql-password used during login.
7902 (sql-sybase): Quoted *SQL* in doc string, added comma.
7903 (sql-oracle): Likewise.
7904 (sql-interactive-mode): Added extensive documentation for having
7905 mutliple SQL buffers sending their stuff to different SQLi
7906 buffers, each running a different process.
7907 (sql-buffer): Changed doc from *SQL* to SQLi.
7908 (sql-get-login): Doc fix.
7909
7910 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7911
7912 * international/mule-conf.el (undecided): Set ascii in
7913 safe-charsets property.
7914
7915 1999-02-12 Richard Stallman <rms@gnu.org>
7916
7917 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
7918
7919 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7920
7921 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
7922 value to ps-mule-font-info-database-latin.
7923
7924 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
7925
7926 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
7927 (ps-mule-font-info-database-default): New variable.
7928 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
7929 ps-mule-font-info-database-default.
7930
7931 1999-02-12 Dave Love <fx@gnu.org>
7932
7933 * timezone.el (timezone-make-date-sortable)
7934 (timezone-make-date-arpa-standard): Doc fix.
7935
7936 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7937
7938 * international/quail.el (quail-show-kbd-layout): Bind
7939 blink-matching-paren to nil.
7940
7941 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
7942 for ASCII and Latin-1.
7943
7944 1999-02-12 Andreas Schwab <schwab@gnu.org>
7945
7946 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
7947
7948 1999-02-12 Kenichi Handa <handa@etl.go.jp>
7949
7950 * international/mule-cmds.el (language-info-alist): Remove
7951 description about charset-origin-alist.
7952
7953 * international/mule.el: Comment added for a new coding system
7954 property `charset-origin-alit'.
7955 (make-translation-table): This variable deleted.
7956
7957 * language/chinese.el (chinese-big5): Add charset-origin-alist
7958 property.
7959 ("Chinese-CNS"): Remove charset-origin-alist property.
7960
7961 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
7962 property.
7963 (cyrillic-alternativnyj): Likewise.
7964 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
7965 ("Cyrillic-ALT"): Likewise.
7966
7967 * language/vietnamese.el (vietnamese-viqr): Add
7968 charset-origin-alist property.
7969 ("Vietnamese"): Remove charset-origin-alist property.
7970
7971 * simple.el (what-cursor-position): Don't use the varialbe
7972 charset-origin-alist, but use charset-origin-alist property of
7973 buffer-file-coding-system to decide external character set code.
7974
7975 1999-02-10 Richard Stallman <rms@gnu.org>
7976
7977 * shadowfile.el: Don't turn on the mode when the file is loaded.
7978
7979 1999-02-09 Richard Stallman <rms@gnu.org>
7980
7981 * progmodes/compile.el (compile-auto-highlight): Customize.
7982
7983 * add-log.el (add-log-file-name-function): New variable.
7984 (add-change-log-entry): Call that function, if non-nil.
7985
7986 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
7987
7988 * rmail.el (rmail-search): Track match with a marker, not an integer.
7989
7990 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7991
7992 * progmodes/compile.el (compilation-setup): Set value of
7993 compilation-directory-stack as in compilation-forget-errors.
7994 (compile-reinitialize-errors): Bind buffer-undo-list and
7995 deactivate-mark.
7996 (compilation-forget-errors): Likewise.
7997
7998 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
7999
8000 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8001 def... constructs.
8002
8003 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8004 Remove calls to sleep-for.
8005
8006 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8007
8008 * international/codepage.el (cp-coding-system-for-codepage-1): On
8009 MS-DOS, use dos-unsupported-char-glyph for characters not
8010 supported by the codepage.
8011 (cp-make-coding-systems-for-codepage): Likewise.
8012
8013 1999-02-08 Andreas Schwab <schwab@gnu.org>
8014
8015 * international/mule-util.el (coding-system-list): Don't sort
8016 coding-system-list here.
8017
8018 * international/mule.el (coding-system-lessp): Moved here from
8019 mule-util.el
8020 (add-to-coding-system-list): New function.
8021 (make-subsidiary-coding-system, make-coding-system,
8022 define-coding-system-alias): Use it instead of setting
8023 coding-system-list directly.
8024
8025 1999-02-07 Dave Love <fx@gnu.org>
8026
8027 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8028 onto message.
8029
8030 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8031
8032 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8033 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8034
8035 1999-02-06 Richard Stallman <rms@gnu.org>
8036
8037 * language/european.el (setup-slovenian-environment): New function.
8038 ("Slovenian"): New language environment.
8039
8040 * progmodes/sql.el (sql-help): Doc fix.
8041 (sql-mysql): Doc fix.
8042
8043 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8044
8045 * tex-mode.el: When compiling, require compare-w and skeleton
8046 to pacify the byte-compiler. Move the def's of the tex-commands
8047 together. Add a comment on kill-process vs. quit-process.
8048
8049 1999-02-05 Dave Love <fx@gnu.org>
8050
8051 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8052 null markers.
8053 (compile-goto-error): Likewise.
8054
8055 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8056
8057 * time-stamp.el (time-stamp-format): Format doc tighter.
8058 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8059 (time-stamp): Don't re-write the time stamp if it didn't change.
8060
8061 1999-02-05 Alex Schroeder <asc@bsiag.com>
8062
8063 * progmodes/sql.el: Changed version to 1.2.1.
8064 (sql-pop-to-buffer-after-send-region): Improved documentation.
8065 (sql-mysql-program): Added MySQL support.
8066 (sql-prompt-length): Made prompt-length configurable.
8067 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8068 (sql-help): Added MySQL support, changed documentation.
8069 (sql-send-region): A message is displayed if something is sent.
8070 (sql-mode): Added buffer-local comment-start.
8071 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8072 (sql-interactive-mode): Added buffer-local comment-start.
8073 (sql-oracle): Set sql-prompt-length.
8074 (sql-sybase): Set sql-prompt-length.
8075 (sql-mysql): Added MySQL support.
8076 (sql-ingres): Set sql-prompt-length.
8077 (sql-ms): Set sql-prompt-length.
8078 (sql-postgres): Set sql-prompt-length.
8079
8080 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8081
8082 * term/internal.el (dos-codepage-setup): Set selection coding
8083 system to cpNNN-dos.
8084
8085 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8086
8087 * international/characters.el: Let ethiopic use iso-2022-7bit.
8088
8089 1999-02-02 Dave Love <fx@gnu.org>
8090
8091 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8092 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8093
8094 1999-02-02 Karl Heuer <kwzh@gnu.org>
8095
8096 * terminal.el (terminal-emulator): Doc fix.
8097
8098 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8099
8100 * international/mule-util.el (compose-chars): Doc-string
8101 modified. Correctly handle a composition character in ARGS.
8102
8103 1999-02-01 Richard Stallman <rms@gnu.org>
8104
8105 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8106 (makefile-menu-index-function): Function deleted.
8107 (makefile-mode): Use makefile-imenu-generic-expression.
8108
8109 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8110
8111 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8112 change, invoke from before-init-hook.
8113
8114 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8115
8116 * subr.el (remove-from-invisibility-spec): Cope with the case when
8117 buffer-invisibility-spec is t.
8118
8119 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8120
8121 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8122 appt-add and appt-delete.
8123
8124 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8125
8126 * term/pc-win.el (msdos-approximate-color): New function.
8127 (msdos-color-translate): Call it to find a DOS color that best
8128 approximates an X-style "#NNNNNN" color specification.
8129
8130 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8131
8132 * international/mule-util.el (compose-chars-component): Add
8133 autoload cookie.
8134
8135 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8136
8137 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8138 function, replace cdr of MAP by the return value of the function
8139 unconditionally.
8140
8141 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8142
8143 * progmodes/compile.el (compilation-next-error-locus): Don't
8144 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8145
8146 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8147
8148 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8149 and NLs before "charset", and allow the charset name be in double
8150 quotes.
8151
8152 1999-01-31 Richard Stallman <rms@gnu.org>
8153
8154 * imenu.el (imenu-sort-function): Fix custom type.
8155
8156 1999-01-30 Richard Stallman <rms@gnu.org>
8157
8158 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8159 (speedbar-line-token): Likewise.
8160
8161 * play/gametree.el (gametree-default-score): Use defcustom.
8162 (gametree-score-regexp, gametree-score-closer): Likewise.
8163 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8164
8165 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8166
8167 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8168 decoding.
8169
8170 1999-01-29 Markus Rost <rost@gnu.org>
8171
8172 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8173 tex-validate-buffer.
8174 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8175 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8176 now with recent occur-mode.
8177 (tex-validate-region): Really walk through all Sexps.
8178 (tex-region): Bind shell-dirtrack-verbose.
8179 (tex-file, tex-bibtex-file): Likewise.
8180
8181 1999-01-29 Dave Love <fx@gnu.org>
8182
8183 * finder.el: (finder-commentary): Fix interactive spec. Try
8184 appending .el to file name.
8185 (finder-find-library, finder-commentary): Doc fixes.
8186
8187 1999-01-29 Andrew Innes <andrewi@gnu.org>
8188
8189 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8190 where the userid contains directory separators.
8191
8192 1999-01-29 Dave Love <fx@gnu.org>
8193
8194 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8195 (lm-commentary): Doc fix.
8196
8197 1999-01-29 Andreas Schwab <schwab@gnu.org>
8198
8199 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8200 wildcard match. Fix regexp that tests if dirpart contains
8201 wildcard characters.
8202
8203 1999-01-28 Richard Stallman <rms@gnu.org>
8204
8205 * font-lock.el (font-lock-default-unfontify-region):
8206 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8207
8208 1999-01-27 Jason Rumney <jasonr@altavista.net>
8209
8210 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8211 from FAMILY field.
8212 (w32-create-initial-fontsets): Do not use before-init-hook.
8213 (mouse-set-font): Document. Automatically create and use fontsets.
8214
8215 * dos-w32.el (direct-print-region-helper): Check for printer
8216 being t as well as a string.
8217
8218 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8219
8220 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8221 (rmail-mime-charset-pattern): New variable.
8222 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8223 rmail-decode-mime-charset is non-nil.
8224
8225 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8226
8227 * international/characters.el: Set category `q' for all characters
8228 in tibetan and tibetan-1-column.
8229
8230 1999-01-27 Andrew Innes <andrewi@gnu.org>
8231
8232 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8233 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8234
8235 1999-01-27 Dave Love <fx@gnu.org>
8236
8237 * international/mule-cmds.el (current-language-environment):
8238 Provide :link, :type (choices) and appropriate :get.
8239
8240 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8241
8242 * startup.el (command-line): Set default eol-mnemonic-* strings to
8243 display end-of-line format in mode line.
8244
8245 * cus-start.el (all): Add eol-mnemonic-* variables.
8246
8247 1999-01-26 Dave Love <fx@gnu.org>
8248
8249 * startup.el (command-line-1): Up-date copyright.
8250
8251 * paths.el (Info-default-directory-list): Use configdir twice.
8252
8253 * info.el (Info-directory-list): Don't set path-separator now
8254 we're not shipped with Texinfo. Simplify path definition.
8255 Substitute all occurrences of instdir in Info-default-directory-list.
8256
8257 1999-01-25 Richard Stallman <rms@gnu.org>
8258
8259 * startup.el (normal-top-level-add-subdirs-to-load-path):
8260 Record the inode numbers of the dirs processed, to avoid loop.
8261
8262 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8263
8264 1999-01-25 Dave Love <fx@gnu.org>
8265
8266 * browse-url.el (browse-url-netscape-program): Doc addition.
8267
8268 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8269 prefix.
8270
8271 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8272 auto-mode-alist.
8273
8274 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8275
8276 * calendar/diary-lib.el (mark-diary-entries): Use
8277 assoc-ignore-case and do not capitalize when matching month and
8278 day names.
8279
8280 * calendar/calendar.el (calendar-read-date): Ditto.
8281
8282 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8283 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8284
8285 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8286
8287 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8288
8289 * calendar/cal-islam.el (calendar-goto-islamic-date)
8290 (mark-islamic-diary-entries): Ditto.
8291
8292 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8293
8294 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8295 (calendar-read-mayan-tzolkin-date): Ditto.
8296
8297 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8298
8299 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
8300
8301 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8302
8303 1999-01-25 Karl Heuer <kwzh@gnu.org>
8304
8305 * faces.el (list-faces-display): Multiline case of previous fix.
8306
8307 1999-01-25 Andreas Schwab <schwab@gnu.org>
8308
8309 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8310
8311 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
8312
8313 * files.el (find-file): If find-file-noselect returns a list,
8314 do switch-to-buffer on each element.
8315 (find-file-other-window): Likewise for all but the first element.
8316 (find-file-other-frame): Same.
8317 (find-file-noselect): When we expand a wildcard, return a list
8318 of buffers.
8319
8320 1999-01-24 Eli Zaretskii <eliz@gnu.org>
8321
8322 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8323 to set the appropriate cpNNN-dos coding system as the
8324 highest-priority coding system.
8325
8326 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8327
8328 * international/fontset.el (generate-fontset-menu): Return a
8329 sorted list by plain names of fontsets.
8330
8331 * international/mule-diag.el (list-fontsets): Sort fontsets by
8332 plain names.
8333
8334 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8335 FIRST is a composite character, decompose it at first.
8336
8337 1999-01-23 Dave Love <fx@gnu.org>
8338
8339 * format.el: Doc fixes.
8340 (format-encode-run-method): Have things happen in the right buffer.
8341 Deal with errors from method. Set coding-system-for-write.
8342 (format-decode-run-method): Have things happen in the right buffer.
8343 Deal with errors from method. Set coding-system-for-read.
8344 (format-alist): Use nil instead of unmatchable regexps.
8345
8346 * simple.el (shell-command-on-region): Return command's exit status.
8347
8348 1999-01-23 Eric Ludlam <zappo@gnu.org>
8349
8350 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8351 of the file whose info we want to display.
8352 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8353 (speedbar-add-mode-functions-list) Improve doc.
8354 (speedbar-line-token) New function.
8355 (speedbar-dired) Fix order of directories in -shown-directories.
8356 (speedbar-line-path): Default return is default-directory
8357 (speedbar-buffers-line-path): Return is dir name only.
8358 (speedbar-mode-functions-list): New variable.
8359 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8360 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8361 speedbar-files-item-info speedbar-buffers-item-info): New functions.
8362 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8363 New functions.
8364 (speedbar-line-file): Broke out part that fetches file from a line.
8365 (speedbar-line-text): New function extracted from speedbar-line-file.
8366 (speedbar-line-path): Converted into a replaceable function.
8367 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8368
8369 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8370
8371 * international/fontset.el (create-fontset-from-x-resource): Make
8372 style variants.
8373
8374 1999-01-22 Dave Love <fx@gnu.org>
8375
8376 * paths.el (Info-default-directory-list): Put sysdir after start.
8377
8378 1999-01-22 Sam Steingold <sds@goems.com>
8379
8380 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8381 a process associated with it.
8382
8383 1999-01-22 Jason Rumney <jasonr@altavista.net>
8384
8385 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8386
8387 1999-01-22 Felix Lee <flee@cygnus.com>
8388
8389 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
8390 major-mode.
8391 (vc-annotate-mode): Delete variable.
8392
8393 1999-01-22 Andrew Innes <andrewi@gnu.org>
8394
8395 * startup.el (command-line): [windows-nt]: Check for existence of
8396 .emacs file so as to notice .emacs.el or .emacs.elc and use them
8397 in preference to _emacs.
8398
8399 1999-01-22 Dave Love <fx@gnu.org>
8400
8401 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8402
8403 1999-01-20 Richard Stallman <rms@gnu.org>
8404
8405 * files.el (find-file-noselect): Do wildcard processing only
8406 if new arg WILDCARDS is non-nil.
8407 (find-file, find-file-other-window): New arg WILDCARDS.
8408 Default it to non-nil if interactive.
8409 (find-file-other-frame): Likewise.
8410 (find-file-read-only): Likewise.
8411 (find-file-read-only-other-window): Likewise.
8412 (find-file-read-only-other-frame): Likewise.
8413
8414 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8415 (widget-plist-convert-option): Delete spurious comma.
8416
8417 1999-01-19 Jason Rumney <jasonr@altavista.net>
8418
8419 * term/w32-win.el (w32-standard-fontspec-spec): Change
8420 iso8859-5 to koi8-r. Add iso8859-9.
8421
8422 1999-01-19 Dave Love <fx@gnu.org>
8423
8424 * browse-url.el (browse-url-maybe-new-window): Delete macro and
8425 its uses.
8426
8427 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8428 is active.
8429 (fortran-indent-subprogram): Likewise.
8430
8431 1999-01-19 Dave Love <d.love@dl.ac.uk>
8432
8433 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8434
8435 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8436
8437 * wid-edit.el (alist): Use sexp as default key-type.
8438
8439 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8440
8441 * textmodes/tex-mode.el (tex-define-common-keys):
8442 Remove key binding of tex-feed-input.
8443 (tex-mode-map): Bind tex-feed-input here.
8444 (tex-start-shell): Use compilation-shell-minor-mode. Set
8445 comint-input-filter-functions before running tex-shell-hook.
8446 (tex-start-tex): Forget compilation errors.
8447 (tex-compilation-parse-errors): Rewritten to work also with
8448 compile-mouse-goto-error and compile-goto-error. Adjusted to
8449 change in tex-region.
8450 (tex-region): For the temp file use file-name without directory.
8451 (tex-file): Expand file name of tex-print-file.
8452
8453 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8454
8455 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
8456
8457 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
8458
8459 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8460 beginning could cause Emacs to hang. Fixed.
8461
8462 1999-01-18 Ken'ichi Handa <handa@gnu.org>
8463
8464 * international/ccl.el (ccl-compile-translate-character): Handle
8465 the case that a tranlation table is CCL register correctly.
8466
8467 * international/mule-cmds.el (select-safe-coding-system):
8468 Hightlight at most 256 characters.
8469
8470 1999-01-18 Dave Love <fx@gnu.org>
8471
8472 * startup.el (command-line): If the init file changes operation to
8473 unibyte, make all buffers unibyte and re-set language environment.
8474
8475 * disp-table.el (standard-display-european): Make all existing
8476 buffers unibyte. Fix doc.
8477
8478 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8479
8480 * wid-edit.el (coding-system): Define this unconditionally.
8481
8482 * simple.el (shell-command-on-region-default-error-buffer): New var.
8483 (shell-command-on-region): Use that variable as interactive
8484 value of ERROR-BUFFER argument.
8485
8486 1999-01-17 Sam Steingold <sds@goems.com>
8487
8488 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8489
8490 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8491
8492 * progmodes/compile.el (compilation-goto-locus): If already in the
8493 compilation buffer's window, keep it in that window.
8494 (compile-mouse-goto-error): Add Doc. Don't play with windows.
8495 (compile-goto-error): Don't play with windows.
8496
8497 * textmodes/tex-mode.el (latex-run-command): Doc fix.
8498 (tex-command): Doc fix.
8499 (tex-compilation-parse-errors): Doc fix.
8500 (tex-generate-zap-file-name): Don't start the name with -.
8501 (tex-expand-files): Works now also with strings ending with ":".
8502
8503 1999-01-17 Ian T Zimmerman <itz@transbay.net>
8504
8505 Patch failed to install:
8506 * gametree.el: Document scoring functionality.
8507 (gametree-score-regexp): Add optional plus sign.
8508 (gametree-score-opener): Replace `:' with `=' as the former
8509 conflicts with gametree-half-ply-regexp.
8510 (gametree-transpose-following-leaves): Add.
8511 (gametree-insert-new-leaf): Make modifying commands barf in read
8512 only buffers.
8513 (gametree-break-line-here): Add a call to
8514 `gametree-transpose-following-leaves'. This maintains the
8515 necessary invariant that on each level all leaf children precede
8516 all nonleaf children. This has always been implied, but left to
8517 the user, and, unfortunately, undocumented.
8518
8519 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
8520
8521 * wid-edit.el (plist, alist): New widget types.
8522
8523 1999-01-17 Dave Love <fx@gnu.org>
8524
8525 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8526 fix scope of condition-case therein.
8527
8528 1999-01-17 Andrew Innes <andrewi@gnu.org>
8529
8530 * dos-w32.el: (find-buffer-file-type-coding-system): Use
8531 default-buffer-file-coding-system when file doesn't exist (and
8532 isn't covered by a special case) instead of forcing undecided-dos
8533 against the user's wishes.
8534
8535 * dos-w32.el (direct-print-region-helper): New function based on
8536 direct-print-region-function; sends data to specified printer port
8537 without further translation. Recognize and handle specially the
8538 standard `print' and `nprint' programs, as well as `lpr' and
8539 similar programs. Only write directly to the printer port if no
8540 print program is specified. Work around a bug in Windows 9x
8541 affecting Win32 version of Emacs by invoking command.com to write
8542 to the printer port instead of writing directly.
8543 (direct-print-region-function): Use direct-print-region-helper to
8544 do most of the work.
8545 (direct-ps-print-region-function): New function; analogue of
8546 direct-print-region-function for ps-print.
8547 (ps-lpr-command): Comment out setq; leave as example usage.
8548 (ps-lpr-switches): Ditto.
8549
8550 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8551 and MS-Windows.
8552 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8553 DOS and Windows platforms, to indicate direct printing. Update
8554 the docstring accordingly.
8555
8556 * ps-print.el: (ps-printer-name): Update docstring about usage on
8557 MS-DOS and MS-Windows.
8558 (ps-lpr-command): Update docstring as for lpr-command.
8559 (ps-print-region-function): New variable.
8560 (ps-do-despool): Use it.
8561 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8562 DOS/Windows.
8563
8564 * subr.el (subst-char-in-string): New function.
8565
8566 1999-01-17 Eli Zaretskii <eliz@gnu.org>
8567
8568 * international/codepage.el (cp852-decode-table): Fill a nil entry.
8569
8570 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8571 (bdf-find-font-info): New function, looks for the first readable
8572 file from a list of alternatives.
8573 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8574 instead of bdf-get-font-info.
8575 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8576 to ps-mule-generate-bitmap-glyph.
8577
8578 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8579 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
8580 now be a list of alternative names.
8581 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8582 (ps-mule-prepare-font): Likewise.
8583
8584 * international/codepage.el (cp855-decode-table,
8585 cp850-decode-table): Fill some nil entries.
8586
8587 1999-01-16 Dave Love <fx@gnu.org>
8588
8589 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8590 last change.
8591
8592 1999-01-15 Dave Love <fx@gnu.org>
8593
8594 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8595 and change regexp for command names.
8596 (help-xref-go-back, function-called-at-point, symbol-file)
8597 (where-is): Doc fixes.
8598 (help-xref-go-back): Remove interactive spec.
8599 (describe-function-1): Fix message for alias. Buttomize alias
8600 name.
8601
8602 * simple.el (join-line): New alias.
8603
8604 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
8605
8606 * forms.el: (forms--show-record): Convert integers to string
8607 expicitly since concat will no longer accept integers.
8608 (forms-print): Use local `total-nb-records' since
8609 `forms--total-records' will be inaccessible after buffer switching.
8610
8611 1998-01-14 Felix Lee <flee@cygnus.com>
8612
8613 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8614
8615 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8616
8617 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8618
8619 1999-01-14 Eli Zaretskii <eliz@gnu.org>
8620
8621 * international/codepage.el (cp850-decode-table): Fix previous change.
8622
8623 1999-01-14 Simon Marshall <simon@gnu.org>
8624
8625 * shell.el (shell-dirtrack-verbose): New custom variable.
8626 (shell-dirstack-message): Use it.
8627
8628 1999-01-14 Kenichi Handa <handa@etl.go.jp>
8629
8630 * international/mule-conf.el: Coding system alias `dos' for
8631 `undecided-dos', `mac' for `undecided-mac'.
8632
8633 * international/mule-cmds.el (describe-language-environment):
8634 Don't alter input-method-alist.
8635
8636 1999-01-13 Eli Zaretskii <eliz@gnu.org>
8637
8638 * international/codepage.el (cp850-decode-table): Replace nil
8639 entries with codes of similary looking glyphs. (Suggested by
8640 Jason Rumney <jasonr@altavista.net>.)
8641
8642 1999-01-13 Dave Love <fx@gnu.org>
8643
8644 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8645
8646 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8647
8648 1999-01-12 Karl Heuer <kwzh@gnu.org>
8649
8650 * files.el (auto-save-hook): Defvar this.
8651
8652 1999-01-12 Alex Schroeder <asc@bsiag.com>
8653
8654 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8655 faces, eliminating the need to load font-lock before loading sql.
8656 (sql-mode-oracle-font-lock-keywords): Likewise.
8657 (sql-mode-postgres-font-lock-keywords): Likewise.
8658
8659 1999-01-11 Dave Love <fx@gnu.org>
8660
8661 * cus-start.el: Add inhibit-eol-conversion.
8662
8663 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8664 the values round.
8665
8666 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
8667
8668 * help.el (help-mode-finish): Renamed from help-mode-maybe.
8669 Don't switch to Help mode here.
8670 (temp-buffer-setup-hook): Use help-mode-finish.
8671 (help-mode-setup): New function.
8672 (temp-buffer-setup-hook): Use help-mode-setup.
8673
8674 * progmodes/sql.el: New file.
8675
8676 * files.el (auto-mode-alist): Add sql-mode.
8677
8678 * faces.el (list-faces-display): Improve the formatting
8679 by computing the maximum length required for any face-name.
8680
8681 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8682
8683 * progmodes/compile.el (compilation-shell-minor-mode): New function.
8684
8685 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
8686
8687 * term.el (term_send_home): Change the string to
8688 be the same as the one emitted by xterm and consistent with the
8689 ones emitted by prior and next.
8690 (term_send_end): Likewise.
8691
8692 1999-01-10 Dave Love <fx@gnu.org>
8693
8694 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8695 bindings.
8696
8697 1999-01-10 Eli Zaretskii <eliz@gnu.org>
8698
8699 * international/codepage.el (codepage-setup): Doc fix.
8700 (cp-decoding-vector-for-codepage): Likewise.
8701
8702 1999-01-10 Markus Rost <rost@gnu.org>
8703
8704 * cus-edit.el (custom-save-delete): First scan the custom-file.
8705
8706 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
8707
8708 * international/iso-transl.el: Define a "function name" for
8709 each translation that isn't ASCII. Use these function names
8710 in iso-transl-char-map.
8711
8712 1999-01-08 Kenichi Handa <handa@etl.go.jp>
8713
8714 * international/mule-util.el (decompose-region): Do decomposition
8715 on temporary unibyte buffer.
8716
8717 * international/mule.el (make-char): Doc-string modified.
8718
8719 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8720
8721 * simple.el (comment-region): Delete spaces only if we
8722 deleted a comment starter.
8723
8724 1999-01-07 Dave Love <fx@gnu.org>
8725
8726 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8727
8728 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8729 like eval-defun does.
8730
8731 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8732
8733 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8734 constructions. Doc fixes.
8735 (generic-create-generic-function): Use defalias, not fset.
8736
8737 * find-func.el: More doc fixes.
8738
8739 1999-01-06 Stephen Eglen <stephen@gnu.org>
8740
8741 * files.el (save-buffers-kill-emacs): Show the list of current
8742 processes before prompting to kill them and exit.
8743
8744 1999-01-06 Dave Love <fx@gnu.org>
8745
8746 * emacs-lisp/find-func.el: Doc fixes.
8747 (find-function-regexp): Extend for define-generic-mode,
8748 define-derived-mode, easy-mmode-define-minor-mode.
8749
8750 1999-01-06 Dave Love <fx@gnu.org>
8751
8752 * progmodes/fortran.el (fortran-window-create): Account for scroll
8753 bar width.
8754
8755 * browse-url.el: Require (noerror) w3-auto when compiling.
8756 (browse-url-maybe-new-window): Make it a macro and revert last
8757 change to callers.
8758 (browse-url-w3): Require w3 for w3-fetch-other-window.
8759
8760 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8761
8762 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8763 argument.
8764
8765 1999-01-06 Simon Marshall <simon@gnu.org>
8766
8767 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
8768
8769 * font-lock.el (font-lock-default-fontify-buffer): When using
8770 with-temp-message, use nil rather than current-message.
8771
8772 * lazy-lock.el (lazy-lock-unstall):
8773 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8774 rather than current-message.
8775
8776 * fast-lock.el (fast-lock-save-cache-1):
8777 (fast-lock-cache-data): When using with-temp-message, use nil rather
8778 than current-message.
8779
8780 1999-01-06 Eli Zaretskii <eliz@gnu.org>
8781
8782 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8783 the valid-codes property.
8784
8785 * international/mule-cmds.el (prefer-coding-system): Call
8786 set-coding-priority, so that the internal array of priorities is
8787 also updated.
8788
8789 * international/mule-util.el:
8790 (coding-system-change-eol-conversion,
8791 coding-system-change-text-conversion): Don't define here.
8792
8793 * international/mule-cmds.el: Define them here. Remove the
8794 autoload cookies.
8795
8796 1999-01-06 Andreas Schwab <schwab@gnu.org>
8797
8798 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8799 if it was enabled before.
8800
8801 * view.el (View-revert-buffer-scroll-page-forward): Bind
8802 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8803
8804 * files.el (recover-session): Preserve point when inserting
8805 explanation.
8806
8807 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
8808
8809 * cus-edit.el (custom-save-delete): Don't delete whitespace
8810 and comments before the sexp that is replaced.
8811
8812 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8813
8814 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8815
8816 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
8817
8818 * vc.el (vc-dired-hook): Use the original value of
8819 dired-move-to-filename-regexp on lines that have not been
8820 reformatted yet.
8821 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
8822 file lines have already been reformatted.
8823
8824 1999-01-05 Dave Love <fx@gnu.org>
8825
8826 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8827 buffer-local.
8828
8829 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
8830
8831 * progmodes/f90.el: Change of regular expressions for type to
8832 correct highlighting and identation. Some small fixes for
8833 compatibility with XEmacs.
8834
8835 1999-01-05 Stephen Eglen <stephen@gnu.org>
8836
8837 * mspools.el (mspools-vm-system-mail): Provide an alternative
8838 value based on rmail-spool-directory if $MAIL is not defined.
8839
8840 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
8841
8842 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
8843 (reftex-section-info): Handle negative section levels.
8844 (reftex-view-crossref-extra): New option.
8845 (reftex-view-crossref): Generalized to work in more places.
8846 (reftex-find-citation-regexp-format, reftex-find-reference-format,
8847 reftex-macros-with-labels, reftex-global-search-marker): New variables.
8848 (reftex-view-cite-locations-from-bibtex): New command.
8849 (reftex-view-regexp-match, reftex-global-search,
8850 reftex-global-search-continue): New functions.
8851 (reftex-extract-bib-entries): No error for non-existing BibTeX
8852 file, just a message.
8853 (reftex-extract-bib-entries): Better error handling.
8854 (reftex-select-with-char): Use `*RefTeX Select*' for selection
8855 help and force it on current frame.
8856 (reftex-default-bibliography): New function.
8857 (reftex-access-parse-file): Check consistency after loading a
8858 parse file. When inconsistent, enfore rescan.
8859 (reftex-check-parse-consistency): New function.
8860 (easy-menu-define): Options section drastically shortened.
8861
8862 1999-01-05 Kenichi Handa <handa@etl.go.jp>
8863
8864 * language/thai-util.el (thai-compose-string): New function.
8865
8866 1999-01-04 Inge Frick <inge@nada.kth.se>
8867
8868 * easymenu.el (easy-menu-define): Doc fix.
8869 (easy-menu-create-menu): New keyword :included.
8870 (easy-menu-do-add-item): New keyword :included. SUFFIX may
8871 be an expression, not only a string. Simulate style `button'.
8872 Use easy-menu-define-key-intern instead of easy-menu-define-key.
8873 (easy-menu-define-key-intern): New function.
8874 (easy-menu-add-item): Understand value returned from
8875 easy-menu-item-present-p and easy-menu-remove-item.
8876 (easy-menu-return-item): New function.
8877 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
8878
8879 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
8880
8881 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8882 Use rmail-output-read-rmail-file-name to read the file name.
8883 Always call rmail-output-to-rmail-file noninteractively.
8884 When count > 1, do the loop here.
8885 Handle rmail-delete-after-output here.
8886 (rmail-summary-output): Similar changes.
8887
8888 * mail/rmailout.el: Provide `rmailout'.
8889 (rmail-output-read-rmail-file-name): New function.
8890 (rmail-output-to-rmail-file): Use that.
8891 (rmail-output-read-file-name): New function.
8892 (rmail-output): Use that.
8893
8894 * files.el (find-file-noselect): Let /: suppress wildcard matching.
8895 Error if wildcard matches no files.
8896
8897 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8898
8899 * menu-bar.el (clipboard-yank): Doc fix.
8900
8901 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
8902
8903 1998-12-31 Markus Rost <rost@delysid.gnu.org>
8904
8905 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
8906
8907 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
8908
8909 * rmail.el (rmail-encode-string): Make sure mask value is
8910 positive; (emacs-pid) returns a negative number on Windows 9x
8911 which causes odd behaviour.
8912
8913 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
8914
8915 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
8916 and about w32-* variables unless on Windows/NT.
8917
8918 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
8919
8920 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
8921 if buffer is modified; ask about all modified buffers.
8922
8923 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8924
8925 * simple.el (what-cursor-position): Fix previous change.
8926
8927 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
8928
8929 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
8930 from paragraph-start.
8931
8932 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
8933
8934 * international/mule-cmds.el (prefer-coding-system): If the
8935 argument requires specific EOL conversion type, make the default
8936 coding systems use that.
8937
8938 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
8939
8940 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
8941 Use shell-command-on-region.
8942 (m4-start-m4, m4-end-m4): Functions deleted.
8943
8944 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
8945
8946 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
8947
8948 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8949
8950 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
8951 to compose-mail in the correct places and as a list.
8952
8953 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
8954
8955 * page-ext.el: Added mouse-selection feature for pages directory buffer.
8956 (pages-directory-map): Bind mouse-2
8957 (pages-copy-header-and-position): Put text property.
8958 (pages-directory-goto-with-mouse): New function.
8959
8960 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
8961
8962 * international/codepage.el (cp-make-coding-systems-for-codepage):
8963 Doc fix.
8964 (cp-coding-system-for-codepage-1): Likewise.
8965
8966 1998-12-29 Kenichi Handa <handa@etl.go.jp>
8967
8968 * language/thai-util.el (thai-post-read-conversion): Handle Thai
8969 composition sequence correctly here instead of calling
8970 thai-compose-region.
8971
8972 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
8973 newline in multibyte buffer, if previous or next character is a
8974 composite char, check the first component of the composite char.
8975
8976 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
8977
8978 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
8979 and track-mouse.
8980
8981 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8982
8983 * mail/sendmail.el (mail-yank-original): Remove text properties
8984 after insertion.
8985 (mail-yank-region): Barf if no mark is set in the message
8986 being replied to.
8987
8988 * help.el (function-called-at-point): First look for function at point.
8989
8990 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8991
8992 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
8993
8994 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8995
8996 * simple.el (what-cursor-position): Print character encoding also.
8997
8998 1998-12-26 Dave Love <fx@gnu.org>
8999
9000 * textmodes/flyspell.el: If local-maps work, don't put
9001 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9002 in flyspell-mouse-map (only).
9003 (flyspell-use-local-map): New variable.
9004 Use a different mouse-2 binding in that case,
9005 and don't add to minor-mode-map-alist.
9006 (make-flyspell-overlay, flyspell-correct-word):
9007 Test flyspell-use-local-map.
9008
9009 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9010
9011 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9012 Be careful about whether to return a relative file name,
9013 and if so, relative to what directory.
9014
9015 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9016
9017 * emacs-lisp/easymenu.el (easy-menu-get-map):
9018 Change global map only if this menu exists in the global map already,
9019 and not in the local map.
9020 (easy-menu-do-add-item): Fix error message.
9021
9022 * foldout.el (foldout-inhibit-key-bindings):
9023 Avoid concatenating onto outline-minor-mode-prefix.
9024 Make a new keymap for that prefix, if it does not already have one.
9025
9026 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9027
9028 * cperl-mode.el:
9029 Can use linear algorithm for indentation if Emacs supports it.
9030 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9031 (cperl-after-block-p): Likewise.
9032 (cperl-after-block-and-statement-beg): Likewise.
9033 (cperl-after-block-p): After END/BEGIN we are a block.
9034 (cperl-after-expr-p): Skip labels when checking
9035 (cperl-indent-region): Make a marker for END - text added/removed.
9036 Disable hooks during the call (how to call them later?).
9037 Now indents 820-line-long function in 6.5 sec (including
9038 syntaxification) the first time (when buffer has few
9039 properties), 7.1 sec the second time.
9040 (cperl-indent-region): Do not indent whitespace lines
9041 (cperl-style-alist)
9042 Include `cperl-merge-trailing-else' where the value is clear.
9043 (cperl-styles-entries): Likewise.
9044 (cperl-problems): Improvements to docs.
9045 (cperl-tips): Likewise.
9046 (cperl-non-problems): Likewise.
9047 (cperl-mode): Make lazy syntaxification possible.
9048 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9049 `font-lock-unfontify-region-function' was set to a wrong function.
9050
9051 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9052 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9053 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9054 but 1<<6 was considered as HERE-doc.
9055 <file/glob> made into a string.
9056 Postpone addition of faces after syntactic step.
9057 Recognition of <FH> was wrong.
9058 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9059 Knows that split// is null-RE.
9060 Highlights separators in 3-parts expressions as labels.
9061 <> was considered as a glob.
9062 Would err if the last line is `=head1'.
9063 $a-1 ? foo : bar; was a considered a regexp.
9064 `<< (' was considered a start of HERE-doc.
9065 mark qq[]-etc sections as syntax-type=string
9066 Was not processing sub protos after a comment ine.
9067 Was treating $a++ <= 5 as a glob.
9068 Tolerate unfinished REx at end-of-buffer.
9069 `unwind-protect' was left commented.
9070 / and ? after : start a REx.
9071
9072 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9073 Better default, customizes to `message' too, off in text-mode.
9074
9075 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9076 `defface'd.
9077 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9078 `defface'd.
9079 (cperl-emacs-can-parse): New state variable.
9080 (cperl-indent-line): Corrected to use global state.
9081 (cperl-calculate-indent): Likewise.
9082 (cperl-fix-line-spacing): Likewise (not used yet).
9083 (cperl-calculate-indent): Did not consider `,' as
9084 continuation mark for statements.
9085 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9086 Remove another parse-data optimization at toplevel: would
9087 indent correctly.
9088 Correct for labels when calculating indentation of continuations.
9089 Docstring updated.
9090 (cperl-choose-color): Converted to a function (to be
9091 compilable in text-mode).
9092 (cperl-dark-background): Disable without window-system.
9093 Do `defface' only if window-system.
9094 (cperl-fix-line-spacing): Sped up to bail out early.
9095 (x-color-defined-p): Was not compiling on XEmacs
9096 Was defmacro'ed with a tick. Remove another def.
9097 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9098 (cperl-unwind-to-safe): New function.
9099 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9100 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9101 long strings (not very successful).
9102 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9103 Highlight the starting // in s//foo/ as function-name.
9104 Emit a meaningful error instead of a cryptic one for an
9105 uncomplete REx near end-of-buffer.
9106
9107 (cperl-electric-keyword): `qr' recognized.
9108 (cperl-electric-else): Likewise
9109 (cperl-to-comment-or-eol): Likewise
9110 (cperl-make-regexp-x): Likewise
9111 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9112 Corrected to use new macros;
9113 `if' for copying `reference-face' to `constant-face' was backward.
9114 remove init `font-lock-other-emphasized-face',
9115 `font-lock-emphasized-face', `font-lock-keyword-face'.
9116 Interpolate `cperl-invalid-face'.
9117 (cperl-make-regexp-x): Misprint in a message.
9118 (cperl-syntaxify-unwind): New configuration variable
9119 (cperl-fontify-m-as-s): New configuration variable
9120 (cperl-electric-pod): Check for after-expr was performed
9121 inside of POD too.
9122 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9123 (cperl-clobber-mode-lists): New configuration variable.
9124 (cperl-not-bad-style-regexp): Updated.
9125 Init: `cperl-is-face' was busted.
9126 (cperl-make-face): New macros.
9127 (cperl-force-face): New macros.
9128 (font-lock-other-type-face): Done via `defface' too.
9129 (cperl-nonoverridable-face): New face. Renamed from
9130 `font-lock-other-type-face'.
9131 (cperl-init-faces-weak): Use `cperl-force-face'.
9132 (cperl-comment-indent): Commenting __END__ was not working.
9133 (cperl-indent-for-comment): Likewise.
9134 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9135 When removing old TAGS info was not relativizing filename.
9136 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9137 Another try to work around XEmacs problems. Better progress messages.
9138 (toplevel): Require custom unprotected => failure on 19.28.
9139 (cperl-xemacs-p): Defined when compile too
9140 (cperl-find-tags): Was writing line/pos in a wrong order,
9141 pos off by 1 and not at beg-of-line.
9142 (cperl-etags-snarf-tag): New macro
9143 (cperl-etags-goto-tag-location): New macro
9144 (cperl-version): New variable. New menu entry
9145 random docstrings: References to "future" 20.3 removed.
9146 Menu was described as `CPerl' instead of `Perl'
9147 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9148 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9149 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9150 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9151 `font-lock-reference-face', `font-lock-keyword-face'.
9152 Use `eval-after-load'.
9153 Remove not-CPerl-related faces.
9154 (cperl-tips-faces): New variable and an entry into Mini-docs.
9155 (cperl-indent-exp): Was not processing else-blocks.
9156 (cperl-get-state): NOP line removed.
9157 (cperl-ps-print): New function and menu entry.
9158 (cperl-ps-print-face-properties): New configuration variable.
9159 (cperl-invalid-face): New configuration variable.
9160 (perl-font-lock-keywords): Highlight trailing whitespace
9161 (cperl-contract-levels): Documentation corrected.
9162 (cperl-contract-level): Likewise.
9163 (cperl-ps-extend-face-list): New macro.
9164 (cperl-invalid-face): Change to ''underline.
9165
9166 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9167
9168 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9169 for read-file-name.
9170 (rmail-output-to-rmail-file): Likewise.
9171
9172 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9173
9174 * emacs-lisp/easymenu.el (easy-menu-get-map):
9175 If MENU is nil, use global menu-bar map.
9176 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9177 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9178
9179 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9180
9181 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9182
9183 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9184
9185 * ps-print.el (ps-print-version): New version number (4.1.3).
9186
9187 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9188
9189 * international/mule-cmds.el: Use make-sparse-keymap instead of
9190 define-prefix-key when defining MULE menu items.
9191
9192 * info.el (Info-node-at-bob-matching): New function.
9193 (Info-find-node, Info-build-node-completions): Call it.
9194
9195 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9196
9197 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9198 when this is an autoloaded keymap.
9199
9200 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9201
9202 * international/codepage.el (cp-coding-system-for-codepage-1):
9203 Create separate encoders and decoders, for DOS and Unix. Make the
9204 usual family of 3 coding systems, so that automatic detection of
9205 EOL type works.
9206 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9207 Unix-specific symbols here, and don't call
9208 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9209 Handa <handa@etl.go.jp>.)
9210
9211 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9212
9213 * term/internal.el (IT-character-translations): New variable, an
9214 alist used to display characters for which there's no glyphs in
9215 the current codepage.
9216 (IT-display-table-setup): New function, sets up the DOS terminal
9217 for a given codepage.
9218 (dos-codepage-setup): New function, sets up the MULE environment
9219 for the current value of dos-codepage.
9220 (top-level if): In the multibyte mode, turn on
9221 unibyte-display-via-language-environment. In the unibyte mode,
9222 set up the special syntax tables to map lower- to upper case and
9223 back.
9224
9225 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9226
9227 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9228 (speedbar-frame-plist) Remove useless comments.
9229 (speedbar-frame-mode) Do not specify height if it is in the param list.
9230 Use default y position w/out changing it.
9231 If default x position is a list, keep, calculate the non-list X
9232 value when devining an initial position.
9233 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9234 (speedbar-tag-group-name-minimum-length): New variable.
9235 (speedbar-frame-parameter): New compatibility function.
9236 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9237 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9238 groups to keep things in the right order, and to help with some
9239 naming conventions.
9240 (speedbar-create-tag-hierarchy): Enable buffer local version of
9241 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9242 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9243 the case, derive it from the cursor location in speedbar.
9244
9245 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9246
9247 * international/mule-cmds.el (set-language-environment): On MS-DOS
9248 terminals, install DOS-specific nonascii-translation-table if the
9249 language info doesn't specify one. Pass the default eol-type to
9250 set-language-environment-coding-systems.
9251 (set-default-coding-systems): Copy the eol-type property for the
9252 new default values of {buffer-file,process}-coding-system from the
9253 old defaults.
9254 (set-language-environment-coding-systems): Accept an optional
9255 argument EOL-TYPE, and set the eol-type property of the default
9256 coding systems accordingly.
9257 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9258 (set-keyboard-coding-system): Likewise.
9259 (set-default-coding-systems): Don't set
9260 default-terminal-coding-system on MS-DOS to anything but nil.
9261 (prefer-coding-system): Describe in the doc string that
9262 default-terminal-coding-system is not changed on MS-DOS.
9263 (set-language-environment): For MS-DOS, set standard syntax table
9264 and display table for all characters with code above 127.
9265 (standard-display-european-internal): For MS-DOS, pass all
9266 characters with code above 127 directly to the terminal, and don't
9267 remap characters 160 and 146 in the unibyte case.
9268
9269 * international/codepage.el: New file.
9270
9271 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9272
9273 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9274 comments.
9275
9276 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9277
9278 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9279
9280 * subr.el (read-passwd): Likewise.
9281
9282 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9283
9284 * info.el (Info-find-node): Add 1 to the position read from the
9285 tag table. Don't fail if the node delimiter ^_ is the first
9286 character in the file.
9287 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9288 first character in the file.
9289 (Info-read-subfile): Likewise.
9290 (Info-select-node): Likewise.
9291 (Info-build-node-completions): Likewise.
9292
9293 1998-12-16 Richard Stallman <rms@gnu.org>
9294
9295 * term/x-win.el (x-cut-buffer-or-selection-value):
9296 If clipboard is enabled, try it before PRIMARY selection.
9297
9298 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9299
9300 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9301 insert c-cedilla and C-cedilla respectively, like in latin-1.
9302
9303 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9304
9305 * language/hebrew.el: Don't use sublists in the flags argument
9306 passed to make-coding-system.
9307
9308 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9309
9310 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9311 list of character sets found by find-charset-region.
9312
9313 * ps-mule.el: Always require ps-print. Move some function
9314 definitions for Emacs 20.2 and the earlier to ps-print.el.
9315 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9316
9317 * ps-print.el: Define several functions for Emacs 20.2 and the
9318 earlier version.
9319 (ps-printer-name): Check if printer-name is bound.
9320
9321 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9322
9323 * ps-mule.el: Programming uniformization and little code improvement.
9324 (ps-mule-prepare-font): Programming uniformization.
9325 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9326 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9327
9328 * ps-bdf.el: Programming uniformization and little code improvement.
9329 (bdf-search-and-read): New fun.
9330 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9331 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9332 (bdf-info-relative-compose, bdf-info-baseline-offset)
9333 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9334 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9335 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9336 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9337 improvement.
9338
9339 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9340
9341 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9342 and mule related code extraction. Autoload ps-mule funs.
9343
9344 * ps-mule.el: Doc fix. Require ps-print only when compiled.
9345 (ps-mule-prologue-generated): New fun.
9346 (ps-mule-plot-string): Add autoload cookie.
9347 (ps-mule-begin-job): Call ps-mule-prologue-generated.
9348
9349 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9350
9351 * ps-bdf.el: Require ps-mule instead of ps-print.
9352 (bdf-directory-list): Add autoload cookie.
9353
9354 * ps-mule.el: New file. Mule related code extracted from
9355 ps-print.el. Require ps-print, provide ps-mule.
9356 (ps-multibyte-buffer): Add autoload cookie.
9357 (ps-mule-prepare-ascii-font): New fun.
9358 (ps-mule-set-ascii-font): New fun.
9359 (ps-mule-skip-same-charset): Fun deleted.
9360 (ps-mule-plot-string): Set ps-mule-current-charset.
9361 (ps-mule-initialize): Add autload cookie. Don't set
9362 ps-mule-font-info-database here.
9363 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
9364 ps-mule-font-info-database and ps-control-or-escape-regexp.
9365 (ps-mule-begin-page): New fun.
9366
9367 * ps-print.el: Mule related code moved to ps-mule.el.
9368 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9369 check ps-mule-charset-list.
9370 (ps-begin-page): Don't set ps-mule-current-charset, instead call
9371 ps-mule-begin-page.
9372 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9373 (ps-plot-region): Don't set ps-mule-current-charset, instead call
9374 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
9375 instead skip same charsets by itself.
9376 (ps-generate): Call ps-mule-initialize of needs-begin-file is
9377 non-nil. Call ps-mule-begin-job.
9378
9379 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9380
9381 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
9382 instead of bdf.
9383
9384 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9385 (ps-mule-external-libraries): New element FEATURE.
9386 (ps-mule-init-external-library): Ajusted for the above change.
9387 (ps-mule-generate-font): Likewise.
9388 (ps-mule-generate-glyphs): Likewise.
9389 (ps-mule-prepare-font): Likewise.
9390 (ps-mule-initialize): Likewise.
9391 (ps-begin-file): Superfluous tailing parenthesis deleted.
9392
9393 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9394
9395 * international/fontset.el (x-decompose-font-name): If PATTERN
9396 doesn't have any wild cards, return a vector made from a name that
9397 is found by x-resolve-font-name found. Comments added.
9398
9399 * international/mule-cmds.el (find-coding-systems-for-charsets):
9400 Handle the case of unknown charset.
9401 (find-multibyte-characters): If invalid multibyte characters are
9402 found, return the corresponding strings instead of character
9403 codes.
9404 (find-multibyte-characters): Adjusted for the above change.
9405 (select-safe-coding-system): For a unibyte buffer, always returns
9406 DEFAULT-CODING-SYSTEM.
9407 (get-charset-property): Fix previous change. Make it a function.
9408 (put-charset-property): Make it a function.
9409
9410 * international/mule.el (make-coding-system): Set mime-charset
9411 property of *-with-esc coding system to nil.
9412
9413 * international/quail.el (quail-point-in-conversion-region): New
9414 function.
9415 (quail-conversion-backward-delete-char): When a key sequence is
9416 being translated, call quail-delete-last-char.
9417
9418 * language/devan-util.el
9419 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9420 handle devanagari-decomposition-rules.
9421
9422 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
9423
9424 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9425 tex-start-options-string to empty string.
9426 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9427
9428 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
9429
9430 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9431 5xx responses are already handled properly).
9432
9433 1998-12-13 Richard Stallman <rms@gnu.org>
9434
9435 * progmodes/compile.el (compilation-error-regexp-alist): Insist
9436 on a non-digit in the file name.
9437
9438 * simple.el (comment-region): Handle comment-padding
9439 separately for insertion and for deletion, in the right way for each.
9440
9441 1998-12-13 Felix Lee <flee@cygnus.com>
9442
9443 * progmodes/compile.el (compilation-error-regexp-alist): Fix
9444 regexp to match "ChangeLog:1:1998-12-09 ..."
9445
9446 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
9447
9448 * cus-start.el (dos-unsupported-char-glyph): Add.
9449
9450 1998-12-11 Dave Love <fx@gnu.org>
9451
9452 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9453 forward-sexp in condition-case.
9454
9455 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9456 Remove unnecessary test on `library' for explicit file name.
9457 Widen scope of save-match-data.
9458
9459 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
9460
9461 * international/mule.el (load-with-code-conversion): If the loaded
9462 file was inserted with no-conversion or raw-text coding system,
9463 make the buffer unibyte.
9464
9465 1998-12-09 Richard Stallman <rms@gnu.org>
9466
9467 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9468 Get rid of nested loops.
9469
9470 * mouse.el (mouse-drag-vertical-line):
9471 If WHICH-SIDE is not `right', then scroll bars are on the left.
9472
9473 * loadhist.el (load-history-loaded): defvar moved to help.el.
9474
9475 * help.el (symbol-file-load-history-loaded): Variable renamed,
9476 and defvar moved from loadhist.el.
9477 (symbol-file): Renamed from describe-function-find-file.
9478 Load fns-VERSION.el here.
9479 (describe-variable, describe-function-1): Use symbol-file.
9480
9481 * textmodes/tex-mode.el (tex-generate-zap-file-name):
9482 Don't start the name with #.
9483
9484 * ispell.el: Take out the eval-when's.
9485
9486 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
9487
9488 * dirtrack.el (dirtrack-directory-change-hook): New hook.
9489 (dirtrack): Run it. Make debug message more verbose.
9490
9491 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9492
9493 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9494 name of the abbrev table, and provide support for XEmacs.
9495 (octave-xemacs-p): New variable.
9496
9497 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9498
9499 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9500 exit, when mail-interactive is nil.
9501
9502 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
9503
9504 * files.el (after-find-file): Message fix.
9505
9506 1998-12-09 Ken Stevens <stevens@kdstevens.com>
9507
9508 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9509
9510 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
9511
9512 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9513 filenames using backslashes.
9514
9515 1998-12-09 Dave Love <fx@gnu.org>
9516
9517 * browse-url.el (browse-url-mail): Call compose-mail-other-window
9518 with correct number of args.
9519 (browse-url-maybe-new-window): New arg. Callers changed.
9520
9521 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9522 comment.
9523
9524 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
9525
9526 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9527
9528 1998-12-08 Markus Rost <rost@delysid.gnu.org>
9529
9530 * vc.el (vc-rcs-release): Fix Type.
9531 (vc-sccs-release): Fix Type.
9532 (vc-cvs-release): Fix Type.
9533
9534 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9535 arg work right.
9536
9537 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9538 output of last undeleted message.
9539
9540 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
9541
9542 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9543 (buffer-undo-list) [windows-nt]: Use different relative path.
9544
9545 1998-12-07 Simon Marshall <simon@gnu.org>
9546
9547 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9548
9549 1998-12-05 Markus Rost <rost@delysid.gnu.org>
9550
9551 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9552
9553 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9554
9555 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9556
9557 * info.el (Info-menu): Don't return error if point is between menu
9558 header and first menu item.
9559
9560 1998-12-04 Dave Love <fx@gnu.org>
9561
9562 * help.el (describe-function-1): Fix description for alias.
9563
9564 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
9565
9566 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9567 specifications from summary line.
9568
9569 * rect.el (delete-whitespace-rectangle): Mark for autoload.
9570 (close-rectangle): Define alias only once in loaddefs.el.
9571
9572 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
9573
9574 * term/internal.el: Remove code which sets up a special syntax
9575 table for non-ASCII characters.
9576
9577 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
9578
9579 * dos-w32.el (direct-print-region-function): Try to ensure that
9580 printer-name is expanded to a file name on a local drive;
9581 sometimes printing a file loaded from a network volume fails.
9582 (direct-print-region-function): Add a function to
9583 write-region-annotate-functions to append a formfeed character to
9584 the region being printed, if the region doesn't end with a
9585 formfeed already. This avoids creating a second print job
9586 containing a blank page when print spooling is enabled on Windows.
9587
9588 1998-12-02 Dave Love <fx@gnu.org>
9589
9590 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9591 `Info-goto-node'.
9592
9593 1998-12-02 Richard Stallman <rms@gnu.org>
9594
9595 * help.el (temp-buffer-resize-mode): Doc fix.
9596
9597 * cus-edit.el (custom-save-delete): Save point before
9598 reading a sexp, rather than backing up.
9599
9600 * international/iso-transl.el: Fix previous change.
9601
9602 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
9603
9604 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9605 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9606 Added defvars to suppress compilation warnings.
9607
9608 1998-11-30 Ken Stevens <k.stevens@ieee.org>
9609
9610 * ispell.el: Improved and fixed customize for variables:
9611 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9612 ispell-dictionary-alist, ispell-skip-sgml.
9613 Improved and fixed comments in variables and messages for
9614 functions: ispell-help-in-bufferp, ispell-local-dictionary,
9615 ispell-menu-map, ispell-checking-message, ispell-parser,
9616 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9617 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9618 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9619 ispell-message-text-end, ispell-add-per-file-word-list.
9620 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9621 system is now required for all languages. Casechars improved for
9622 castellano, castellano8, and norsk dictionaries. Dictionary
9623 norsk7-tex added. Dictionary polish added.
9624 (ispell-dictionary-alist): Redefined at load-time to support
9625 dictionary changes.
9626 (ispell-menu-map): Redefined at load-time to support menu changes.
9627 (ispell-check-version): New alias for `check-ispell-version'.
9628 (ispell-parse-output): Fixed matching for ispell error messages.
9629 Correctly returns spelling suggestions in order generated by ispell
9630 process.
9631 (check-ispell-version): Ensure `case-fold-search' doesn't get
9632 redefined.
9633 (ispell-complete-word): Ensure `case-fold-search' doesn't get
9634 redefined. Fix bug that didn't respect case of word being completed.
9635 (ispell-init-process): Set process coding system to be compatible
9636 with emacs processes and the ispell process.
9637 (ispell-kill-ispell): Ensures ispell process has terminated before
9638 starting new process. This can otherwise confuse process filters
9639 and hang the ispell process.
9640 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9641 skipping support for sgml.
9642 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
9643 which could cause `ispell-complete-word' to hang.
9644 (ispell-message): Improved message reference matching. Ensure
9645 `case-fold-search' doesn't get redefined.
9646 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9647 get redefined. Fixed bug in returning to nroff mode from tex mode.
9648 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9649 get redefined.
9650
9651 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9652
9653 * textmodes/flyspell.el (flyspell-check-word-p):
9654 Don't delay inside a kbd macro.
9655
9656 * subr.el (make-local-hook): Return the hook variable.
9657
9658 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9659
9660 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9661 Use a timer instead of post-command-hook.
9662 (hscroll-timer): New variable.
9663
9664 1998-11-30 Dave Love <fx@gnu.org>
9665
9666 * help.el (help-xref-button): Do nothing if text already has the
9667 help-xref property.
9668 (describe-variable): Revert previous change to hyperlink to source.
9669
9670 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9671
9672 * bindings.el (features): Add `base64' to this list.
9673
9674 * loadhist.el (symbol-file): Doc fix.
9675
9676 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9677
9678 * files.el (hack-one-local-variable): Cope with non-file buffers.
9679
9680 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9681
9682 * help.el (describe-mode): Put major mode first.
9683
9684 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9685 to support special-display and same-window features.
9686
9687 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9688
9689 * simple.el (transpose-subr, transpose-subr-1): Rename variables
9690 bound in one function and used in the other.
9691 (transpose-subr-start1, transpose-subr-start2): Add defvars.
9692 (transpose-subr-end1, transpose-subr-end2): Add defvars.
9693
9694 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9695
9696 * autoinsert.el (auto-insert-alist): Use user-mail-address.
9697
9698 1998-11-26 Kenichi Handa <handa@etl.go.jp>
9699
9700 * international/ccl.el (ccl-dump-translate-character-const-tbl):
9701 Give format correct control string.
9702
9703 * international/mule.el (define-translation-table): Fix bug of
9704 setting incorrect translation-table-id. If the first element of
9705 ARGS is a translation table, just register it.
9706
9707 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9708 property.
9709
9710 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
9711
9712 * thingatpt.el (thing-at-point-url-at-point): Don't use current
9713 syntax table to determine what is whitespace.
9714
9715 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
9716
9717 * frame.el (frame-parameter): Doc fix.
9718
9719 * textmodes/tex-mode.el (tex-feed-input): New function.
9720 (tex-define-common-keys): Add binding for C-c C-m.
9721
9722 1998-11-23 Dave Love <fx@gnu.org>
9723
9724 * progmodes/fortran.el: Various minor doc fixes.
9725 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9726 (fortran-with-subprogram-narrowing): New macro.
9727 (fortran-check-for-matching-do): Use it.
9728 (fortran-end-do): Use fortran-check-end-prog-re.
9729 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9730 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9731
9732 1998-11-23 Simon Marshall <simon@gnu.org>
9733
9734 * font-lock.el (font-lock-defaults): Doc fix.
9735 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9736 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9737
9738 * lazy-lock.el (lazy-lock-unstall):
9739 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9740
9741 * fast-lock.el (fast-lock-save-cache-1):
9742 (fast-lock-cache-data): Rewritten to use with-temp-message.
9743
9744 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
9745
9746 * mail/rmail.el (rmail-set-message-counters-counter): Detect
9747 messages that have been added with DOS line endings and convert
9748 the line endings for such messages.
9749
9750 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9751
9752 * help.el: Add resizing of temporary buffers.
9753 (temp-buffer-resize-mode): New command and variable.
9754 (temp-buffer-max-height): New variable.
9755 (resize-temp-buffer-window): New function.
9756
9757 * window.el (window-buffer-height): New function, split from
9758 shrink-window-if-larger-than-buffer.
9759 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9760
9761 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
9762
9763 * frame.el (initial-frame-alist): Add defcustom.
9764
9765 * shell.el (shell-prompt-pattern): Add defcustom.
9766
9767 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9768
9769 * message.el (message-ignored-supersedes-headers): Remove
9770 NNTP-Posting-Date.
9771
9772 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
9773
9774 * help.el (describe-mode): Don't avoid loop indirecting thru
9775 value of INDICATOR.
9776
9777 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9778
9779 * help.el (describe-variable): Allow any variable with a defcustom,
9780 even if it is not a user variable.
9781
9782 * mail/rmail.el (mail-unsent-separator): Additional alternative.
9783
9784 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
9785
9786 * gnus/nntp.el (nntp-request-group): Allow for failures when
9787 requesting a new group.
9788
9789 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9790
9791 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9792
9793 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9794
9795 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9796
9797 1998-11-19 Simon Marshall <simon@gnu.org>
9798
9799 * subr.el (with-temp-message): New macro.
9800
9801 * emacs-lisp/lisp-mode.el (with-temp-message):
9802 Add lisp-indent-function property.
9803
9804 1998-11-18 Dave Love <fx@gnu.org>
9805
9806 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9807
9808 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
9809
9810 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9811 This is not obsolete.
9812
9813 1998-11-18 Kenichi Handa <handa@etl.go.jp>
9814
9815 * textmodes/picture.el: Make a new map by make-keymap.
9816 (picture-desired-column): New variable.
9817 (picture-update-desired-column): New function.
9818 (picture-beginning-of-line): Set picture-desired-column to 0.
9819 (picture-end-of-line): Set picture-desired-column to the current
9820 column.
9821 (picture-forward-column): Pay attention to multi-column character.
9822 (picture-backward-column): Likewise.
9823 (picture-move-down): Likewise.
9824 (picture-move-up): Likewise.
9825 (picture-movement-nw): With prefix arg, move twice columns.
9826 (picture-movement-ne): Likewise.
9827 (picture-movement-sw): Likewise.
9828 (picture-movement-se): Likewise.
9829 (picture-set-motion): Handle two-column movements.
9830 (picture-move): Call picture-move-down or picture-forward-column
9831 only when necessary.
9832 (picture-insert): Pay attention to picture-desired-column.
9833 (picture-self-insert): Likewise.
9834 (picture-clear-column): Pay attention to multi-column character.
9835 (picture-mode): Modify doc-string for two-column movement.
9836
9837 * rect.el (move-to-column-force): New function.
9838 (operate-on-rectangle): If coerce-tabs is non-nil, call
9839 move-to-column-force instead of move-to-column.
9840 (insert-rectangle): Call move-to-column-force instead of
9841 move-to-column.
9842 (open-rectangle-line): If begextra is not zero, call
9843 move-to-column-force.
9844
9845
9846 1998-11-16 Dave Love <fx@gnu.org>
9847
9848 * textmodes/sgml-mode.el Require skeleton when compiling.
9849 (sgml-font-lock-keywords-1): Accept single-letter tags.
9850 (v2): Defvar free variable.
9851
9852 1998-11-16 Sam Steingold <sds@goems.com>
9853
9854 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
9855 macro, not ELisp one.
9856
9857 1998-11-16 Kenichi Handa <handa@etl.go.jp>
9858
9859 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
9860 characters to symbol.
9861
9862 * language/japan-util.el (japanese-zenkaku-region): New optional
9863 arg KATAKANA-ONLY.
9864
9865 1998-11-16 Kenichi Handa <handa@etl.go.jp>
9866
9867 * international/mule.el
9868 (after-insert-file-set-buffer-file-coding-system): If the buffer
9869 is changed to unibyte, return inserted bytes.
9870
9871 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
9872 and link names if necessary.
9873 (tar-header-block-summarize): Handle the case that file or link
9874 names are multibyte.
9875 (tar-summarize-buffer): At first set the current buffer unibyte,
9876 then if there are multibyte file names, change it to multibyte.
9877 (tar-mode): Get char position from tar-header-offset.
9878 (tar-extract): Avoid multibyte<->unibyte conversion in
9879 insert-buffer-subsring by setting both buffers unibyte
9880 temporarily.
9881 (tar-copy): Set the buffer unibyte while doing a work. Write
9882 without code conversion.
9883 (tar-expunge): Set the buffer unibyte while doing a work.
9884 (tar-alter-one-field): Likewise.
9885 (tar-clear-modification-flags): Compare byte position with
9886 tar-header-offset.
9887 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
9888 insert-buffer-subsring by setting both buffers unibyte
9889 temporarily. Pay attention to multibyteness while updating the
9890 descriptor-line.
9891 (tar-mode-write-file): Write without code conversion.
9892
9893 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9894
9895 * nngateway.el: Require cl.
9896
9897 1998-11-15 Dave Love <fx@gnu.org>
9898
9899 * progmodes/fortran.el: Fix previous change:
9900 (fortran-end-prog-re1): Changed.
9901 (fortran-check-end-prog-re): New function.
9902 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
9903
9904 1998-11-13 Tom Breton <tob@world.std.com>
9905
9906 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
9907 GNU Emacs.
9908
9909 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
9910
9911 * textmodes/reftex.el: (reftex-finding-files): Group documentation
9912 fixed.
9913 (reftex-toc-toggle-file-boundary,
9914 reftex-toc-toggle-labels,
9915 reftex-toc-toggle-context,reftex-find-start-point): New functions.
9916 (reftex-toc-include-labels, reftex-toc-include-context,
9917 reftex-toc-include-file-boundaries,
9918 reftex-toc-keep-other-windows): New options.
9919 (reftex-use-text-after-label-as-context): Option removed.
9920 (reftex-extract-bib-entries): Protect use in non-latex
9921 buffers.
9922 (reftex-toc-visit-location): Renamed from
9923 `reftex-toc-visit-line'.
9924 (reftex-latin1-to-ascii): Works now with and without Mule.
9925 (reftex-truncate): Removed special stuff for Emacs 20.2.
9926 (reftex-get-offset): Made more general.
9927 (reftex-show-label-location): Renamed from
9928 `reftex-select-label-callback'.
9929 (reftex-pop-to-label): Function removed (using
9930 `reftex-show-label-location' instead.
9931 (reftex-insert-docstruct): Renamed from
9932 `reftex-make-and-insert-label-list'. Function args changed.
9933 (reftex-toc): Now uses `reftex-insert-docstruct' and
9934 `reftex-find-start-point'.
9935 (reftex-select-item): Use `reftex-find-start-point'.
9936 (reftex-toc-visit-line): Can display labels and file
9937 boundaries.
9938 (reftex-TeX-master-file): `(TeX-master-file)' protected.
9939
9940 1998-11-12 Sam Steingold <sds@goems.com>
9941
9942 * browse-url.el (browse-url): Handle the case when
9943 `browse-url-browser-function' is a lambda list.
9944
9945 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
9946
9947 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
9948 version string.
9949 * loadhist.el (symbol-file): Likewise
9950
9951 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
9952
9953 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
9954
9955 1998-11-11 Sam Steingold <sds@goems.com>
9956
9957 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
9958 `run-lisp' instead of signalling an error.
9959
9960 1998-11-11 Karl Heuer <kwzh@gnu.org>
9961
9962 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
9963
9964 1998-11-11 Richard Stallman <rms@gnu.org>
9965
9966 * vc-hooks.el (vc-toggle-read-only): Doc fix.
9967
9968 1998-11-11 Per Starback <starback@update.uu.se>
9969
9970 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
9971 renamed svenska8 to svenska, and fixed and extended CASECHARS
9972 for it.
9973
9974 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
9975
9976 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
9977 handling if setpagedevice is not available.
9978 (ps-begin-file): Fix typo.
9979
9980 1998-11-11 Kenichi Handa <handa@etl.go.jp>
9981
9982 * international/mule-util.el (compose-chars-component): Signal
9983 error if CH is a rule-based composition character.
9984 (compose-chars): Signal error if an already compsed character is
9985 going to be composed by rule-base.
9986
9987 * term/x-win.el: If a resolved ASCII font name doesn't conform to
9988 full XLFD, don't try to get information of WEIGHT and SLANT from
9989 that font name.
9990
9991 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
9992
9993 * dos-w32.el (set-default-process-coding-system): Use function on
9994 before-init-hook to set default-process-coding-system based on
9995 enable-multibyte-characters.
9996
9997 * term/w32-win.el ([language-change]): For now ignore
9998 keyboard language-change events.
9999
10000 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10001
10002 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10003 convert-standard-file-name, but leave the results of
10004 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10005 characters if the original name already exists, or has a special
10006 handler.
10007
10008 1998-11-10 Karl Heuer <kwzh@gnu.org>
10009
10010 * international/iso-insert.el: Delete autoload cookies.
10011
10012 * international/iso-transl.el: Add autoload cookies.
10013
10014 1998-11-10 Richard Stallman <rms@gnu.org>
10015
10016 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10017 (ispell-process-line): Don't treat multibyte
10018
10019 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10020
10021 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10022 setpagedevice to specify the page size if setpagedevice is
10023 available. This is necessary to select the correct paper tray on
10024 Level 2 printers with multiple paper sizes available.
10025
10026 (ps-begin-file): Cope with font names that contain spaces, and
10027 call BeginDoc in a BeginSetup/EndSetup block.
10028
10029 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10030
10031 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10032 convert-standard-filename.
10033
10034 * loadhist.el (symbol-file): Run fns-VERSION.el through
10035 convert-standard-filename.
10036
10037 1998-11-06 Richard Stallman <rms@gnu.org>
10038
10039 * textmodes/texinfmt.el (texinfo-format-scan):
10040 Detect the case of two @-commands in a row; process just the first.
10041 (texinfo-append-refill): If line has a @c, insert the @refill
10042 before it.
10043 (texinfo-format-refill): Return with point where the @refill was.
10044
10045 * files.el (hack-local-variables): Test local-enable-local-variables.
10046 (hack-local-variables-prop-line): Likewise.
10047 (set-auto-mode): Don't test local-enable-local-variables here.
10048 (enable-local-variables): Doc fix.
10049 (local-enable-local-variables): Doc fix.
10050 (normal-mode): Doc fix.
10051
10052 1998-11-06 Karl Heuer <kwzh@gnu.org>
10053
10054 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10055
10056 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10057
10058 * simple.el (line-number-mode): Doc fix.
10059
10060 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10061
10062 * international/fontset.el (create-fontset-from-fontset-spec):
10063 Give correct arg to `error'.
10064
10065 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10066
10067 * textmodes/sgml-mode.el (html-mode): Doc fix.
10068 (sgml-name-8bit-mode): Fix missing format character in message string.
10069
10070 1998-11-05 Karl Heuer <kwzh@gnu.org>
10071
10072 * mail/sendmail.el (sendmail-send-it): Check for failure.
10073
10074 1998-11-05 Richard Stallman <rms@gnu.org>
10075
10076 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10077
10078 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10079 (close-rectangle): Define as alias.
10080
10081 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10082
10083 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10084
10085 1998-11-05 Dave Love <fx@gnu.org>
10086
10087 * help.el (describe-variable): Don't quote link to source.
10088
10089 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10090
10091 * gud.el (gud-common-init): Use pop-to-buffer.
10092 (same-window-regexps): Add an element that matches all gud buffers.
10093
10094 1998-11-04 Jason Rumney <jasonr@altavista.net>
10095
10096 * term/w32-win.el (x-get-selection-value): Alias to
10097 x-cut-buffer-or-selection-value.
10098 (w32-standard-fontset-spec): New variable.
10099 (w32-create-initial-fontsets, mouse-set-font): Check whether
10100 new-fontset is available.
10101 (w32-use-w32-font-dialog): Enable use of set-variable.
10102
10103 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10104
10105 * vc.el (with-vc-file, edit-vc-file): New macros.
10106
10107 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10108
10109 * international/quail.el (quail-show-guidance-buf): Call
10110 set-minibuffer-window to set minibuffer window of the current
10111 frame correctly.
10112
10113 1998-11-03 Theodore Jump <tjump@tertius.com>
10114
10115 * term/w32-win.el: Require fontset.
10116
10117 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10118
10119 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10120 (set-face-font-auto): Ditto.
10121
10122 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10123
10124 * mouse.el (mouse-drag-region): Fix typo.
10125
10126 1998-11-02 Dave Love <fx@gnu.org>
10127
10128 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10129 (fortran-fontify-string): New function.
10130 (fortran-font-lock-keywords-1): Use it.
10131
10132 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10133
10134 * comint.el (comint-file-name-quote-list): Doc fix.
10135
10136 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10137
10138 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10139 build directory, not source directory.
10140
10141 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10142 if we did not get one for the final move.
10143
10144 1998-11-01 Dave Love <fx@gnu.org>
10145
10146 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10147 Don't funcall browse-url-browser-function.
10148
10149 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10150 Don't funcall browse-url-browser-function.
10151
10152 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10153
10154 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10155
10156 * files.el (revert-buffer): Doc fix.
10157
10158 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10159
10160 * textmodes/tex-mode.el (tex-start-options-string):
10161 Quote the backslashes with more backslashes.
10162
10163 1998-10-31 Dave Love <fx@gnu.org>
10164
10165 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10166 (webjump): Don't funcall browse-url-browser-function.
10167
10168 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10169
10170 * international/quail.el (quail-start-translation): Handle
10171 switching of the frame in read-key-sequence.
10172 (quail-start-conversion): Likewise.
10173 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10174 windows before setting an appropriate window for it.
10175 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10176 quail-guidance-win to nil.
10177 (quail-update-guidance): If quail-guidance-buf is not in the
10178 selected frame, call quail-show-guidance-buf again.
10179
10180 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10181
10182 * progmodes/pascal.el (pascal-mode):
10183 `blink-matching-paren-dont-ignore-comments' set to t.
10184
10185 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10186
10187 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10188
10189 1998-10-30 Dave Love <fx@gnu.org>
10190
10191 * vc.el (vc-backend-merge-news): Check for "P" output.
10192
10193 * help.el (describe-variable): Hyperlink the definition.
10194
10195 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10196
10197 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10198 (sh-set-shell): Likewise.
10199
10200 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10201
10202 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10203 (edebug-on-error): Fix customize type to match that of
10204 debug-on-error.
10205
10206 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10207
10208 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10209 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10210
10211 * international/mule-cmds.el (select-message-coding-system): Doc
10212 fix.
10213
10214 * international/mule-diag.el (describe-coding-system): Describe
10215 all flags.
10216
10217 * mail/sendmail.el (sendmail-coding-system,
10218 default-sendmail-coding-system): Doc fix.
10219
10220 * simple.el (shell-command-on-region): Doc fix.
10221
10222 * loadup.el: Write fns-*.el in current directory instead of
10223 data-directory since no installation directory exists yet. Mark
10224 buffer unmodified afterwards.
10225
10226 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10227 instead of data-directory since it is architecture dependent.
10228 (load-history-loaded): Update doc string.
10229
10230 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10231
10232 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10233 path as a default directory when canonicalizing names.
10234
10235 * w32-fns.el: Remove a dangling reference to a directory on the
10236 build machine.
10237
10238 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10239
10240 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10241 namespace related keywords such as `class', `body', `private',
10242 `variable', `namespace eval', etc.
10243 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10244 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10245 imenu and font-lock so that searches for \sw would find words
10246 containing colons.
10247
10248 * progmodes/etags.el (initialize-new-tags-table):
10249 Do not alter find-tag-marker-ring and tags-location-ring.
10250
10251 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10252
10253 * term/w32-win.el: Require fontset.
10254 (w32-init-fontsets): New function (code from x-win.el).
10255
10256 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10257
10258 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10259 calendar-and-diary-frame-parameters): Add title parameter.
10260
10261 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10262
10263 * completion.el (dynamic-completion-mode): New function to enable
10264 the mode. (Just loading the file now does not change anything.)
10265
10266 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10267
10268 * ps-print.el: User option for multibyte buffer handling and doc fix.
10269 (ps-multibyte-buffer): New user option.
10270 (ps-setup): Print new user option.
10271 (ps-print-quote): New fun.
10272 (ps-color-p, ps-mule-font-info-database-latin): New var.
10273 (ps-default-color, ps-mule-font-info-database)
10274 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10275 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10276 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10277 Little code improvement.
10278 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10279 (ps-print-prologue-header, ps-font-family, ps-font-size)
10280 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10281 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10282 (ps-mule-external-libraries, ps-mule-init-external-library)
10283 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10284 Doc fix.
10285 (ps-print-version): New version number (4.1.1) and doc fix.
10286 (ps-print-prologue-header): New user option.
10287 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10288 Conditional compilation for GNU Emacs and emacsens.
10289 (ps-generate-postscript-with-faces): Skip invisible text better.
10290 (ps-setup): Print new user option.
10291 (ps-print-preprint): Check if input file name exists and is unwritable.
10292 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10293 and insert user PostScript prologue header comments.
10294 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10295 New funs.
10296 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10297 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10298 PostScript programming normalization.
10299 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10300 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10301 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10302 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10303 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10304 Programming style normalization.
10305
10306 1998-10-26 Kenichi Handa <handa@etl.go.jp>
10307
10308 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10309 version, check the value of mule-version.
10310
10311 * international/mule-util.el (compose-region): Insert then delete
10312 to preserve markers.
10313 (decompose-region): Use search-forward for efficiency.
10314
10315 * language/chinese.el (pre-write-encode-hz): Cancel previous
10316 change, use generate-new-buffer instead of get-buffer-create.
10317 * language/devan-util.el
10318 (in-is13194-devanagari-pre-write-conversion): Likewise.
10319 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10320 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10321 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10322
10323 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10324
10325 * mail/rmailsum.el (rmail-message-subject-p):
10326 Handle message whose header has not been reformatted.
10327
10328 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10329
10330 1998-10-25 Jason Rumney <jasonr@altavista.net>
10331
10332 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10333 New variables.
10334 (mouse-set-font): Use font menus instead of dialog according to
10335 w32-use-w32-font-dialog.
10336
10337 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10338
10339 * calendar/calendar.el (calendar-day-name-array): Add doc string
10340 correctly!
10341 (calendar-month-name-array): Add doc string correctly!
10342
10343 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10344
10345 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10346
10347 1998-10-21 Markus Rost <rost@delysid.gnu.org>
10348
10349 * lisp/info.el (Info-next-menu-item): Stay on top of node.
10350
10351 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10352
10353 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10354
10355 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10356
10357 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
10358
10359 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10360
10361 1998-10-21 Karl Heuer <kwzh@gnu.org>
10362
10363 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10364 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10365 (profile-filter, profile-reset-timer): Functions deleted.
10366 (profile-check-zero-init-times, profile-get-time): Likewise.
10367 (profile-find-function, profile-quit): Likewise.
10368 (profile-distinct, profile-call-stack, profile-last-time): New vars.
10369 (profile-time-list, profile-init-list): Doc fix.
10370 (profile-functions): Simplify.
10371 (profile-print): Use float. Make output include space separators.
10372 (profile-add-time): New helper function.
10373 (profile-function-prolog): Renamed from profile-start-function.
10374 Handle profile-distinct.
10375 (profile-function-epilog): Renamed from profile-update-function.
10376 Handle profile-distinct.
10377 (profile-a-function): If the function to be profiled is an
10378 autoload form, load it. If it's lazy-loaded, fetch it.
10379 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10380 (profile-restore-fun): Arg FUN is now a function symbol, as was
10381 documented, rather than a one-element list.
10382 (profile-finish): Call profile-restore-fun properly.
10383
10384 1998-10-21 Kenichi Handa <handa@etl.go.jp>
10385
10386 * international/characters.el: Setup charset property
10387 nospace-between-words.
10388
10389 * international/mule-cmds.el (get-charset-property): If CHARSET is
10390 composition, return nil.
10391 (put-charset-property): If CHARSET is composition, do nothing.
10392
10393 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10394 * language/devan-util.el
10395 (in-is13194-devanagari-pre-write-conversion): Likewise.
10396 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10397 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10398 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10399
10400 * textmodes/fill.el (sentence-end-without-period): New variable.
10401 (canonically-space-region): Pay attention to
10402 sentence-end-without-period.
10403 (fill-find-break-point): The first argument CHARSET deleted.
10404 Caller changed.
10405 (fill-region-as-paragraph): Pay attention to charset property
10406 nospace-between-words and text property nospace-between-words.
10407
10408 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10409
10410 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10411 an unrecognized shell.
10412
10413 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10414
10415 * desktop.el (desktop-save): Include minor modes symbolically.
10416 (desktop-create-buffer): Turn on all minor modes in `mim'.
10417
10418 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10419
10420 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10421 (sh-font-lock-keywords): Handle rpm and rpm2.
10422 (sh-ancestor-alist): Handle rpm.
10423
10424 * files.el (auto-mode-alist): Recognize .rpm files.
10425 Also .spec and .mspec files.
10426
10427 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10428
10429 * faces.el (frame-set-background-mode): Enable the function for
10430 MSDOS frames.
10431
10432 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10433
10434 * calendar/calendar.el (calendar-day-name-array): Add doc string.
10435 (calendar-month-name-array): Add doc string.
10436
10437 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10438
10439 * simple.el (kill-ring-max): Increased to 60.
10440
10441 1998-10-17 Kenichi Handa <handa@etl.go.jp>
10442
10443 * international/characters.el: Setup auto-fill-chars.
10444
10445 * international/kinsoku.el (kinsoku): Check the variable
10446 enable-kinsoku.
10447
10448 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10449 Don't call kinsoku directly, intead call fill-find-break-point.
10450
10451 * textmodes/fill.el: Setup `fill-find-break-point-function'
10452 property to character sets which require `kinsoku' processing for
10453 filling.
10454 (fill-find-break-point): New function.
10455 (fill-region-as-paragraph): Don't check kinsoku-enable here.
10456 Don't call kinsoku directly, intead call fill-find-break-point.
10457
10458 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10459
10460 * faces.el (modify-face-read-string): Return (nil) for "none".
10461 (modify-face): Don't get error if (nil) is the argument.
10462 (face-try-color-list): Don't check whether nil is a valid color.
10463
10464 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10465
10466 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10467 Print message about each directory, even in batch mode.
10468
10469 * gnus/nntp.el: Require `cl' before using nnoo-declare.
10470
10471 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10472 (ps-mule-string-char): No need to use sref.
10473 (ps-mule-next-index): No need to use sref.
10474
10475 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10476
10477 * files.el (revert-buffer-internal-hook): Add defvar.
10478
10479 * arc-mode.el (archive-mode): Locally set file-precious-flag.
10480
10481 * tar-mode.el (tar-mode): Locally set file-precious-flag.
10482
10483 1998-10-16 Markus Rost <rost@delysid.gnu.org>
10484
10485 * international/mule-cmds.el (default-input-method): Fix custom type.
10486
10487 * net-utils.el (whois-server-list): Fix customization type.
10488
10489 * shell.el (shell-input-autoexpand): Fix customization group.
10490
10491 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
10492
10493 * repeat.el (repeat): Handle keyboard macros properly.
10494 Handle new prefix arg after self-insert command.
10495
10496 * repeat.el: Don't include cl even at compile time.
10497 (repeat): Avoid using `loop'.
10498
10499 * simple.el (shell-command-on-region): Doc fix.
10500 (next-history-element): Special error message if no default.
10501
10502 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
10503
10504 * ps-print.el (ps-print-buffer): Doc fix.
10505 (ps-despool): Likewise.
10506
10507 * arc-mode.el (arc-mode): Provide arc-mode.
10508
10509 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10510
10511 * ps-print.el (ps-print-buffer): Doc fix.
10512
10513 1998-10-14 Dave Love <fx@gnu.org>
10514
10515 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10516 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10517 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10518
10519 * progmodes/fortran.el (fortran-mode-map): Change "Join
10520 Continuation Line" to "Join Line".
10521 (fortran-font-lock-keywords-1): Add "cycle", "exit".
10522
10523 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10524
10525 * progmodes/fortran.el (fortran-join-line): Use
10526 `delete-indentation' instead of issuing an error message if not on
10527 a continuation line. Provide for joining several lines using
10528 prefix arg.
10529
10530 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
10531
10532 * term/pc-win.el (msdos-color-values): New variable.
10533 (x-color-values): New function, emulates its namesake from
10534 src/xfns.c.
10535 (msdos-bg-mode): Add all dark colors to those which return
10536 "dark".
10537
10538 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10539
10540 * replace.el (keep-lines, flush-lines, how-many):
10541 Don't ignore case if arg has upper case letters.
10542
10543 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
10544
10545 * progmodes/vhdl-mode.el
10546 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10547 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10548 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10549 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10550 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10551 (vhdl-when): Fix indentation problem.
10552 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10553 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10554 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10555
10556 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
10557
10558 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10559 (ls-lisp-insert-directory): Renamed from insert-directory.
10560 (insert-directory): New function.
10561
10562 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
10563
10564 * simple.el (completion-fixup-function): Variable deleted.
10565 (completion-setup-function): Delete code for completion-fixup-function.
10566 * emacs-lisp/lisp.el (lisp-complete-symbol):
10567 Don't bind completion-fixup-function.
10568
10569 * files.el (find-file-wildcards): New option.
10570 (find-file-noselect): Handle wild cards, if enabled.
10571 (file-expand-wildcards): New function.
10572
10573 * simple.el (set-fill-column): Doc fix.
10574
10575 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10576
10577 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10578
10579 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
10580
10581 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10582 Move declaration before first use.
10583 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10584 hif-math, hif-factor): Rename token to hif-token and token-list to
10585 hif-token-list.
10586 (hif-token, hif-token-list): Declare them.
10587 (hif-find-ifdef-block): Return cons of top and bottom point
10588 instead of setting dynamically bound variables.
10589 (hide-ifdef-block, show-ifdef-block): Use return value of
10590 hif-find-ifdef-block.
10591
10592 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10593
10594 * subr.el (read-passwd): Use clear-this-command-keys.
10595
10596 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10597
10598 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10599 and ...-for-write.
10600
10601 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
10602
10603 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10604 responses to GROUP command, since this may be called from a timer
10605 with quit inhibited.
10606
10607 1998-10-12 Kenichi Handa <handa@etl.go.jp>
10608
10609 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10610 set unconditional-jump to nil.
10611 (ccl-compile-read-multibyte-character): Return nil.
10612 (ccl-compile-write-multibyte-character): Likewise.
10613 (ccl-compile-translate-character): Likewise
10614 (ccl-compile-map-multiple): Likewise.
10615 (ccl-compile-map-single): Likewise.
10616
10617 * international/kinsoku.el: Add coding tag.
10618 (kinsoku-bol): Remove superfluous TAB in a string.
10619
10620 * international/mule-cmds.el (find-coding-systems-for-charsets):
10621 Delete `composition' (if any) from CHARSETS.
10622
10623 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10624
10625 * international/mule-cmds.el (setup-specified-language-environment):
10626 Add apropos-inhibit property.
10627 (describe-specified-language-support): Likewise.
10628
10629 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
10630
10631 * international/mule.el (make-coding-system): Create -with-esc
10632 variant coding system.
10633
10634 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
10635
10636 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10637 (next-file): Optionally offer to revert a file's buffer,
10638 if it has an existing buffer but the file has changed.
10639
10640 * info.el (Info-insert-dir): Detect and report problems
10641 in input files, such as "No Top node". Return with point
10642 at the beginning of the text.
10643 (Info-find-node): Reinsert the code to handle files
10644 with no tags table; it was deleted by mistake.
10645
10646 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
10647
10648 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10649 texinfo-find-higher-level-node repeatedly find the same node.
10650 (texinfo-find-higher-level-node): Doc fix.
10651
10652 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
10653
10654 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10655 (smtpmail-address-buffer): Add defvar.
10656 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10657
10658 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10659
10660 * ffap.el (ffap-machine-p-local): Fix editing error.
10661
10662 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10663
10664 * faces.el (frame-set-background-mode):
10665 Don't do anythung for text-only or MSDOS frame.
10666
10667 1998-10-08 Kenichi Handa <handa@etl.go.jp>
10668
10669 * international/quail.el (quail-defrule): New optional arg APPEND.
10670 (quail-defrule-internal): Fix bug of handling the argument APPEND.
10671
10672 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10673
10674 * gnus/pop3.el (pop3-open-server):
10675 Set process-coding-system-alist around open-network-stream.
10676
10677 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10678
10679 * files.el (save-buffer): Doc fix.
10680
10681 1998-10-07 Karl Heuer <kwzh@gnu.org>
10682
10683 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10684 return DEF unchanged, not nil. Simplify.
10685
10686 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
10687
10688 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10689
10690 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
10691
10692 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10693
10694 * net-utils.el (ftp, nslookup): Require comint.
10695 (network-service-connection): Likewise.
10696 (whois-server-name): Defaults to whois.arin.net
10697 (whois-server-list, whois-server-tld, whois-guess-server): New var.
10698 (whois): Tries to guess the appropriate top-level domain server.
10699 (whois-get-tld): New function.
10700
10701 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10702 (dirtrack-debug-toggle): Added this function.
10703
10704 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10705
10706 * files.el (find-file-noselect): Switch to the correct buffer
10707 before checking find-file-literally, and allow non-nil non-t
10708 rawfile params.
10709
10710 1998-10-06 Karl Heuer <kwzh@gnu.org>
10711
10712 * midnight.el (clean-buffer-list): Add autoload cookie.
10713
10714 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10715 no-autosave.
10716 * tar-mode.el (tar-mode-revert): Likewise.
10717 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10718 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
10719 * gnus/message.el (message-auto-save-directory): Renamed from
10720 message-autosave-directory. All references changed.
10721
10722 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10723
10724 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10725 string. Expose mime stuff while searching.
10726
10727 1998-10-06 Richard Stallman <rms@gnu.org>
10728
10729 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10730
10731 * replace.el (perform-replace): Position point properly
10732 before and after the recursive edit of C-r.
10733
10734 * progmodes/etags.el (tags-reset-tags-tables): Properly
10735 find the markers in the old rings that are being discarded.
10736
10737 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10738
10739 * apropos.el (apropos-print): Control invalid characters.
10740
10741 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10742 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10743 confusing customize.
10744
10745 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
10746
10747 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10748 built-in commands. Add more built-in commands and fix face names.
10749
10750 1998-10-05 Simon Marshall <simon@gnu.org>
10751
10752 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10753
10754 1998-10-04 Eric Ludlam <zappo@gnu.org>
10755
10756 * speedbar.el (speedbar-initial-expansion-list-name): Remove
10757 customization since it is not useful in this case.
10758 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10759 sure it gets evalled to a number. Also verify that set-frame-name
10760 fn exists before calling it.
10761
10762 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10763 Protect a `forward-sexp' call which could fail, and improved regex
10764 for ie, and eg abbreviations.
10765
10766 1998-10-02 Noah Friedman <friedman@splode.com>
10767
10768 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10769 send-string.
10770 (rlogin-send-Ctrl-D): Here also.
10771 (rlogin-send-Ctrl-Z): Here also.
10772 (rlogin-send-Ctrl-backslash): Here also.
10773
10774 1998-10-02 Dave Love <fx@gnu.org>
10775
10776 * outline.el (hide-region-body): Bind
10777 outline-view-change-hook to nil while making repeated calls to
10778 outline-flag-region. Run it once at the end.
10779 (hide-other, hide-sublevels, show-children): Likewise.
10780
10781 * info-look.el: Remove duplicate scheme-mode entry.
10782 (info-lookup-make-completions): When looking for entries, check
10783 that `item' isn't null or "Menu".
10784
10785 1998-10-01 Karl Heuer <kwzh@gnu.org>
10786
10787 * net-utils.el: Don't require ffap.
10788 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10789 (ping, nslookup-host, finger, network-connection-to-service): Use them.
10790
10791 1998-09-30 Richard Stallman <rms@gnu.org>
10792
10793 * ispell.el (check-ispell-version): No need to bind default-major-mode.
10794
10795 * imenu.el (imenu--generic-function): Sort each submenu by position.
10796 (imenu--sort-by-position): New function.
10797
10798 * cus-edit.el (Custom-mode-menu): Fix info node name.
10799 (customize group): Fix info node name.
10800
10801 * mail/mailalias.el (build-mail-aliases): Don't allow
10802 a newline in the alias name. Don't define an alias
10803 if the definition would be empty.
10804
10805 * which-func.el (which-func-mode-global): Make :set function
10806 more reliable.
10807
10808 * custom.el (custom-set-variables): Load the requests first,
10809 then check the symbol's `set' function.
10810
10811 * ffap.el: Doc fixes.
10812
10813 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10814
10815 * gnus.el: (gnus-valid-select-methods): Fix type.
10816 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10817 * gnus-score.el (gnus-orphan-score): Fix type.
10818 (gnus-score-default-header, gnus-score-default-type): Fix type.
10819 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10820 (gnus-saved-headers): Fix type.
10821
10822 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10823 Avoid nil value of `two-lines-citation-part'.
10824
10825 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
10826
10827 * which-func.el (which-function): Handle case when
10828 (car imenu--index-alist) is nil.
10829
10830 1998-09-29 Dave Love <fx@gnu.org>
10831
10832 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10833 bzip2 args.
10834
10835 1998-09-29 Simon Marshall <simon@gnu.org>
10836
10837 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10838 comint-exec-hook.
10839
10840 1998-09-29 Stephen Eglen <stephen@gnu.org>
10841
10842 * info-look.el: Add support for Octave.
10843
10844 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
10845
10846 * textmodes/reftex.el (reftex-finding-files): New customize group.
10847 (reftex-texpath-environment-variables,
10848 reftex-use-external-file-finders, reftex-external-file-finders,
10849 reftex-search-unrecursed-path-first): New options.
10850 (reftex-process-string, reftex-find-file-externally): New
10851 functions.
10852 (reftex-access-search-path): Execute shell commands to find the
10853 search path.
10854 (reftex-toggle-auto-view-crossref): When turning on, make sure
10855 `reftex-auto-view-crossref' becomes non-nil.
10856 (reftex-abbrev-regexp): Constant removed.
10857 (reftex-convert-string): Abbrev regexp calculated locally.
10858
10859 1998-09-28 Dave Love <fx@gnu.org>
10860
10861 * progmodes/fortran.el: Don't call regexp-opt when deriving
10862 font-lock patterns with keywords that aren't all literal.
10863
10864 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10865
10866 * octave-inf.el (inferior-octave-prompt): Also match prompts of
10867 the form `octave.bin:1>' which come from using precopiled binary
10868 versions.
10869
10870 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10871
10872 * help.el (help-for-help): Use %THIS-KEY%.
10873 (help-quit): Add doc.
10874
10875 * help-macro.el (make-help-screen): Keep HELP-TEXT
10876 in a separate function definition, not in the help command FNAME.
10877 Replace %THIS-KEY% with the key sequence that ran FNAME.
10878
10879 1998-09-25 Richard Stallman <rms@gnu.org>
10880
10881 * textmodes/texinfo.el (texinfo-show-structure):
10882 Bind inhibit-read-only.
10883
10884 * isearch.el (isearch-search-and-update): Properly
10885 handle upper case letters in the reverse-search special case.
10886
10887 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10888
10889 * gnus.el: Extend the list of autoloaded functions.
10890
10891 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10892 buffer before creating help group. (from Gnus v5.6.43, fix by
10893 1998-08-20 Per Starback <starback@update.uu.se>)
10894
10895 * gnus-util.el (gnus-output-to-rmail): Adjust to
10896 `rmail-output-to-rmail-file'.
10897
10898 1998-09-25 Karl Heuer <kwzh@gnu.org>
10899
10900 * hexl.el (hexl-mode-map): More of previous change.
10901
10902 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10903 (tex-start-tex): Don't use tex-start-options-string in star case.
10904 Quote file name in star case as well as in non-star.
10905 Add blank and quoting of option string here.
10906 (tex-start-options-string): Not here.
10907
10908 1998-09-23 Karl Heuer <kwzh@gnu.org>
10909
10910 * term.el (term-delimiter-argument-list): Doc fix.
10911 (term-emulate-terminal): Escape literal semicolon.
10912 * progmodes/asm-mode.el (asm-mode): Doc fix.
10913 (asm-comment-char): Escape literal semicolon.
10914 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
10915
10916 1998-09-23 Richard Stallman <rms@gnu.org>
10917
10918 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
10919 only those that normally modify the buffer.
10920
10921 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
10922 over again.
10923
10924 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
10925
10926 * ispell.el (check-ispell-version): Ensure same buffer is current
10927 when let-binding of case-fold-search ends.
10928
10929 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10930
10931 * ps-print.el: Skip invisible overlay.
10932 Test for set-buffer-multibyte rather than using mule-version.
10933 (ps-print-version): New version number (4.1) and doc fix.
10934 (ps-generate-postscript-with-faces): Skip invisible overlay.
10935
10936 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
10937
10938 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
10939
10940 1998-09-22 Kenichi Handa <handa@etl.go.jp>
10941
10942 * international/quail.el (quail-update-guidance): Check for the
10943 return value of (quail-guidance) fixed.
10944 (quail-update-translation): Bind quail-current-str locally when it
10945 calls quail-update-guidance.
10946 (quail-update-translation): If input-method-exit-on-first-char is
10947 non-nil, terminate translation only when the current input method
10948 is simple.
10949
10950 1998-09-22 Paul Eggert <eggert@twinsun.com>
10951
10952 * startup.el (locale-translation-file-name): Prefer X-related names
10953 to the name used by GNU/Linux sans X. Set to nil if no file found.
10954 (command-line): Use locale-translation-file-name if it is not nil,
10955 instead of testing for its existence again.
10956 regexp-quote the ctype before using it in a regexp.
10957 Allow a colon to appear after the ctype in the aliases file,
10958 as is done in X11R6.4.
10959
10960 1998-09-21 Richard Stallman <rms@gnu.org>
10961
10962 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
10963
10964 * calendar/appt.el (appt-interval): Variable deleted.
10965 (appt-check): For minutes in between appt-display-interval times,
10966 do check, but don't display anything except an updated mode line.
10967 Count against appt-display-interval based on minutes since
10968 first display of this appointment, not based on time of day.
10969 If appt-display-mode-line, force mode line redisplay
10970 whenever appt-mode-string has changed.
10971 (appt-add, appt-delete): Add autoload cookies.
10972 (appt-check): Catch errors from calling `diary'.
10973 (appt-max-time): Renamed from max-time.
10974 (appt-now-displayed, appt-display-count): New variables.
10975 (appt-timer): Don't create one if we already have one.
10976
10977 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10978 More general code to use the source buffer instead of the zap file.
10979
10980 * hilit-chg.el (highlight-compare-with-file): Renamed from
10981 compare-with-file.
10982
10983 * loadhist.el (load-history-loaded): New variable.
10984 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
10985
10986 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
10987
10988 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10989 Fix error messages.
10990
10991 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
10992
10993 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
10994 Emacs frame.
10995
10996 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10997
10998 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
10999 `undecided' and `undecided-unix'.
11000
11001 1998-09-21 Dave Love <fx@gnu.org>
11002
11003 * help.el (help-make-xrefs): Fix typo affecting Info references.
11004
11005 * subr.el (remove-hook): Check list values to avoid errors.
11006
11007 1998-09-18 Noah Friedman <friedman@splode.com>
11008
11009 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11010 store string in eldoc-last-message without consing a new string.
11011 Rearrange logic from nested if's into cond's.
11012 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11013 Do not print message; just return string.
11014 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11015 Do not print message; just return string.
11016 Cache that string in eldoc-last-data.
11017 (eldoc-last-data): Make into a vector.
11018 (eldoc-get-fnsym-args-string): Use new data form of structure.
11019 (eldoc-get-var-docstring): Here also.
11020 (eldoc-last-data-store): New function.
11021 (eldoc-get-fnsym-args-string): Use it.
11022 (eldoc-get-var-docstring): Here also.
11023 (eldoc-docstring-first-line): Minimize interim string consing.
11024 Call substitute-command-keys on the result.
11025 (eldoc-print-var-docstrings, eldoc-print-docstring,
11026 eldoc-docstring-message): Functions removed.
11027 (eldoc-docstring-format-sym-doc): New function, functionality
11028 ripped out of eldoc-docstring-message.
11029 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11030
11031 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11032
11033 * international/mule.el (make-coding-system): Doc-string modified.
11034
11035 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11036
11037 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11038
11039 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11040 customize type.
11041
11042 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11043 type.
11044
11045 * progmodes/compile.el (compilation-error-screen-columns): New
11046 variable.
11047 (compilation-next-error-locus): Use it to decide whether to use
11048 forward-char or move-to-column.
11049
11050 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11051
11052 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11053 feedmail-fiddle-plex-user-list,
11054 feedmail-spray-address-fiddle-plex-list,
11055 feedmail-prompt-before-queue-user-alist,
11056 feedmail-prompt-before-queue-help-supplement,
11057 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11058 feedmail-queue-alternative-mail-header-separator): Fix customize
11059 type.
11060
11061 * startup.el (site-run-file): Fix customize type.
11062
11063 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11064 customize type.
11065
11066 * shell.el (shell-input-autoexpand): Fix customize type.
11067
11068 * ps-print.el (ps-font-info-database): Add missing dots in value.
11069 Improve layout of customize type.
11070
11071 * net-utils.el (traceroute-program-options, ping-program-options,
11072 ipconfig-program-options, netstat-program-options,
11073 arp-program-options, route-program-options,
11074 nslookup-program-options, ftp-program-options): Fix customize
11075 type.
11076
11077 * midnight.el (clean-buffer-list-kill-regexps,
11078 clean-buffer-list-kill-buffer-names,
11079 clean-buffer-list-kill-never-buffer-names,
11080 clean-buffer-list-kill-never-regexps): Fix customize type.
11081
11082 * man.el (Man-init-defvars): Avoid trailing nil on
11083 Man-filter-list.
11084
11085 * lpr.el (printer-name): Fix customize type.
11086
11087 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11088
11089 * international/mule-cmds.el (reset-language-environment): Call
11090 update-coding-systems-internal.
11091
11092 * international/mule-conf.el: Call update-coding-systems-internal
11093 at the tail.
11094
11095 1998-09-14 Dave Love <fx@gnu.org>
11096
11097 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11098 use the menu-enable properties, pending doing it correctly and
11099 acceptably fast.
11100
11101 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11102
11103 1998-09-13 Dave Love <d.love@dl.ac.uk>
11104
11105 * progmodes/hideshow.el (hs-grok-mode-type): Check
11106 comment-{start,end} non-nil as well as bound. Report an error if
11107 we can't grok the mode.
11108
11109 1998-09-13 Richard Stallman <rms@gnu.org>
11110
11111 * simple.el (blink-matching-open): Don't log paren matching
11112 messages in *Messages*.
11113
11114 1998-09-12 Richard Stallman <rms@gnu.org>
11115
11116 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11117 Set point-before-scroll at end even if there was an error.
11118
11119 * ange-ftp.el (ange-ftp-insert-file-contents):
11120 Use binary mode for dumb-unix hosts as for unix hosts.
11121 (ange-ftp-copy-file-internal): Likewise.
11122
11123 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11124
11125 * emacs-lisp/pp.el: Doc fixes.
11126
11127 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11128 (widget-choose): Don't use single-char shortcuts if # items
11129 exceeds that many. Use minibuffer instead.
11130
11131 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11132
11133 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11134
11135 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11136
11137 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11138 in terminal mode.
11139
11140 1998-09-10 Noah Friedman <friedman@splode.com>
11141
11142 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11143 defcustom declaration. It's wreaking too much havoc with XEmacs
11144 and older versions of Emacs, which share this code.
11145
11146 * type-break.el (type-break-mode): Here also.
11147
11148 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11149 `t' to add-hook also to modify the new local value.
11150
11151 1998-09-10 Dave Love <fx@gnu.org>
11152
11153 * vc.el (vc-insert-headers): Doc fix.
11154
11155 1998-09-10 Richard Stallman <rms@gnu.org>
11156
11157 * textmodes/flyspell.el (flyspell-mode-on): Make the
11158 ispell-... variables permanent locals.
11159 (flyspell-mode-off): Add autoload cookie.
11160
11161 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11162 do use binary mode, just as for `unix'.
11163 (ange-ftp-host-type): If HOST is nil, return `unix'.
11164
11165 * dired.el (dired-mark-files-containing-regexp):
11166 Don't scan directories. Ignore non-readable files.
11167
11168 * progmodes/compile.el (compilation-error-regexp-alist):
11169 Fix previous change: allow . and _ in command name.
11170
11171 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11172
11173 * uncompress.el (uncompress-while-visiting):
11174 Use just the car of what find-operation-coding-system returns.
11175
11176 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11177
11178 * shell.el (shell-file-name-quote-list): Add # to the value.
11179
11180 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11181
11182 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11183 to make killing of ispell process work even if
11184 kill-all-local-variables has been run.
11185
11186 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11187
11188 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11189 loop when sexp entry ends at end of file with no newline.
11190
11191 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11192
11193 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11194 (Custom-reset-standard): Fix menu inconsistency.
11195
11196 * mail/feedmail.el (feedmail-from-line): Allow t.
11197 (feedmail-message-id-suffix): Allow nil.
11198
11199 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11200 Simplify. Make prefix arg work right.
11201
11202 1998-09-09 Dave Love <fx@gnu.org>
11203
11204 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11205
11206 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11207
11208 1998-09-08 Dave Love <fx@gnu.org>
11209
11210 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11211 stuff only after file names or at start of line. Allow parens
11212 around e-mail, as well as angles.
11213
11214 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11215 ignore-errors too, eval'd when compile. Require w3 stuff at load
11216 time for nicer failure if it's not available.
11217
11218 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11219
11220 * comint.el (comint-arguments): Ignore backslashes when using
11221 w32 shells that expect backslashes as the directory separator.
11222
11223 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11224
11225 * international/fontset.el (resolved-ascii-font): New variable.
11226 (x-complement-fontset-spec): By side effect, set
11227 `resolved-ascii-font' to the resolved name of ASCII font."
11228 (create-fontset-from-fontset-spec): Don't get a value for
11229 resolved-ascii-font from the list full-fontlist. It is set by
11230 x-complement-fontset-spec now.
11231
11232 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11233 version, check the value of mule-version.
11234
11235 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11236
11237 * textmodes/reftex.el (reftex-view-crossref): Split up into
11238 several functions. No longer moves to find a macro.
11239 (reftex-view-cr-cite, reftex-view-cr-ref,
11240 reftex-end-of-bib-entry): New functions.
11241 (reftex-auto-view-crossref): New value `window' allowed.
11242 (reftex-view-crossref-when-idle): Process new `window' option in
11243 (reftex-translate-to-ascii-function): New default.
11244 (reftex-label-illegal-re): Default changed, removed Latin1.
11245 (reftex-latin1-to-ascii): New function.
11246 (reftex-what-environment): Check for section regexp before use.
11247 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11248 absolute path names.
11249 (reftex-TeX-master-file): Changed sequence of file checks.
11250 (reftex-do-citation): bibview cache only with RefTeX mode on.
11251
11252 1998-09-06 Richard Stallman <rms@gnu.org>
11253
11254 * progmodes/compile.el (compilation-error-regexp-alist):
11255 In first pattern (GNU utilities and other things),
11256 allow a space after the optional program name at the beginning.
11257
11258 * mail/mail-hist.el (mail-hist-current-header-contents):
11259 Fix previous change: use mail-header-end.
11260
11261 1998-09-06 Bill Richter <richter@math.nwu.edu>
11262
11263 * international/ccl.el: Doc fixes.
11264 * international/encoded-kb.el: Doc fixes.
11265 * international/fontset.el: Doc fixes.
11266 * international/kinsoku.el: Doc fixes.
11267 * international/kkc.el: Doc fixes.
11268 * international/mule-cmds.el: Doc fixes.
11269 * international/mule-conf.el: Doc fixes.
11270 * international/mule-util.el: Doc fixes.
11271 * international/mule.el: Doc fixes.
11272
11273 1998-09-05 Eric Ludlam <zappo@gnu.org>
11274
11275 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11276 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11277 (checkdoc-this-string-valid-engine): Permit ? as terminating
11278 punctuation for first line sentence breaking.
11279 (checkdoc-this-string-valid): When converting a comment into a doc
11280 string, make sure " chars are \".
11281 (checkdoc-sentencespace-region-engine): Only do double space check
11282 if based on the variable `sentence-end-double-space'
11283 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11284 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11285
11286 1998-09-04 Richard Stallman <rms@gnu.org>
11287
11288 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11289 Recognize define-skeleton as a function definer.
11290
11291 * cus-edit.el (customize-option): Refuse to customize
11292 a variable that has no defcustom. But if variable is autoloaded,
11293 first try to load the library that defines it.
11294
11295 * international/iso-insert.el: Use `string' before calling `insert'
11296 so that in multibyte buffers we insert multibyte chars.
11297
11298 * dired.el (dired-mark-files-containing-regexp):
11299 Don't use find-file; instead, insert the file in a temp buffer.
11300
11301 * textmodes/tex-mode.el (tex-start-options-string): New option.
11302 (tex-start-tex): Use that variable.
11303
11304 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11305 value in the `repeat' alternative a list.
11306
11307 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11308 the inserted newline, verify that one was really inserted.
11309
11310 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11311 remains on or remains off.
11312 (flyspell-multi-language-p): Default changed to nil.
11313
11314 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11315 In "found in comment" case, don't beginning-of-line after forward-line.
11316
11317 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11318 If the function definition is not a lambda, return original FORM
11319 with no error.
11320
11321 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
11322
11323 * net-utils.el (netstat-program-options): Changed from nil to "-a"
11324 so that by default netstat shows all network connections.
11325
11326 1998-09-04 Bob Weiner <weiner@altrasoft.com>
11327
11328 * international/quail.el: Doc fixes.
11329
11330 * info.el (info): Don't add parens if FILE already has them.
11331
11332 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
11333
11334 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11335 on extension lines.
11336
11337 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
11338
11339 * w32-fns.el (w32-shell-dos-semantics): New function.
11340
11341 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
11342
11343 * international/quail.el (quail-choose-completion-string): Store
11344 completion `choice' in `quail-current-str'; don't insert it.
11345
11346 1998-09-02 Kenichi Handa <handa@etl.go.jp>
11347
11348 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
11349 argument to ps-mule-generate-bitmap-font.
11350
11351 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11352 entry and change Latin-1 entry in the default value.
11353 (ps-mule-font-info-database-ps-bdf): New variable.
11354 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11355 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11356 registerd in FONT-SPEC.
11357 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11358 charcter width of bitmap fonts.
11359 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11360 procedure NF.
11361 (ps-begin-file): Output PostScript code for setting
11362 SpaceWidthRatio.
11363 (ps-plot-region): Use line-beginning-position to get a position of
11364 the beginning of the current line.
11365
11366 * international/mule-cmds.el (register-input-method): Doc-string
11367 modified.
11368
11369 1998-09-01 Dave Love <fx@gnu.org>
11370
11371 * international/mule-cmds.el (current-language-environment): Fix
11372 setter function.
11373
11374 1998-09-01 Simon Marshall <simon@gnu.org>
11375
11376 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11377 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11378 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11379 names with font-lock-type-face. Fontify type specs, etc., with
11380 font-lock-keyword-face.
11381
11382 1998-08-31 Kenichi Handa <handa@etl.go.jp>
11383
11384 * international/fontset.el (x-complement-fontset-spec): If ASCII
11385 font is specified in FONTLIST, don't substitute it for the
11386 resolved name.
11387
11388 1998-08-31 Paul Eggert <eggert@twinsun.com>
11389
11390 * international/mule.el (charset-description): Doc fix.
11391
11392 * language/chinese.el, language/cyrillic.el, language/czech.el,
11393 language/devanagari.el, language/ethiopic.el,
11394 language/european.el, language/hebrew.el, language/indian.el,
11395 language/japanese.el, language/korean.el, language/lao.el,
11396 language/slovak.el, language/thai.el, language/tibetan.el,
11397 language/vietnamese.el:
11398 Add coding: local variable, to avoid bootstrapping problem
11399 if you need to recompile all the Lisp files using interpreted code.
11400
11401 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11402
11403 * cal-china.el (chinese-year-cache): Change range of years from
11404 1989-2000 to 1990-2010.
11405
11406 1998-08-29 Dave Love <d.love@dl.ac.uk>
11407
11408 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11409 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11410
11411 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11412
11413 * ps-print.el (ps-print-control-characters): Doc-string modified.
11414 (ps-output-string-prim): Comment format changed.
11415 (ps-do-despool): Indentation of source code changed.
11416
11417 1998-08-28 Kenichi Handa <handa@etl.go.jp>
11418
11419 * subr.el (sref): Make it an alias of aref. Make the
11420 byte-compiler warn that it is obsolete.
11421 (char-bytes): Make the byte-compiler warn that it is obsolete.
11422
11423 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11424 Calculate the total bytes using position-bytes instead of
11425 char-bytes.
11426
11427 1998-08-27 Karl Heuer <kwzh@gnu.org>
11428
11429 * snmp-mode.el: New file.
11430 * files.el (auto-mode-alist): Add snmp-mode patterns.
11431
11432 1998-08-27 Karl Eichwalder <ke@suse.de>
11433
11434 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11435
11436 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11437
11438 * calendar/diary-lib.el (diary-block): Doc fix..
11439 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11440
11441 1998-08-27 Richard Stallman <rms@gnu.org>
11442
11443 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11444 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11445 Clear appt-mode-string if we don't put something in it.
11446
11447 1998-08-27 Dave Love <fx@gnu.org>
11448
11449 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11450 dired-local-variables-file for dired-x.
11451
11452 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11453 for compressed library files too.
11454
11455 1998-08-26 Kenichi Handa <handa@etl.go.jp>
11456
11457 * language/european.el ("Latin-1"): Modify `documentation' key value.
11458 ("Latin-2"): Likewise.
11459
11460 1998-08-26 Karl Heuer <kwzh@gnu.org>
11461
11462 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11463
11464 1998-08-26 Albert L. Ting <alt@artisan.com>
11465
11466 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11467 (mail-hist-current-header-contents): Use mail-text-start.
11468
11469 1998-08-26 Richard Stallman <rms@gnu.org>
11470
11471 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11472 (customize-changed-options-previous-release): New variable.
11473 (customize-changed-options): Use that variable as default arg.
11474
11475 1998-08-26 Karl Eichwalder <ke@suse.de>
11476
11477 * midnight.el: Require `timer' not only when compiling.
11478
11479 1998-08-26 Per Starback <starback@update.uu.se>
11480
11481 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11482 buffer before creating help group.
11483
11484 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11485
11486 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11487 coding-system-for-write before saving.
11488
11489 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
11490
11491 * isearch.el (isearch-forward): Doc fix.
11492
11493 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
11494
11495 * emacs-lisp/find-func.el: Fix :version tags to have a string
11496 value, not a float.
11497
11498 * cus-dep.el: Fix typo in output.
11499
11500 1998-08-25 Dave Love <fx@gnu.org>
11501
11502 * repeat.el (repeat): Doc fix.
11503 [From rms:]
11504 (repeat-previous-repeated-command): New variable.
11505 (repeat): Check for real-last-command being null or repeat. Set
11506 repeat-previous-repeated-command.
11507
11508 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11509
11510 1998-08-25 Kenichi Handa <handa@etl.go.jp>
11511
11512 * gnus/message.el (message-send-mail-with-sendmail): Bind
11513 coding-system-for-write by the return value of
11514 select-message-coding-system.
11515 (message-send-mail-with-qmail): Likewise.
11516
11517 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
11518
11519 * emacs-lisp/autoload.el: Fix doc-string-elt property on
11520 define-derived-mode.
11521
11522 * files.el (file-name-invalid-regexp):
11523 Fix regex for ms-dos without long file names.
11524
11525 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11526
11527 * ps-print.el: Multi-byte buffer handling.
11528 (ps-print-version): New version number (4.0) and doc fix.
11529 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11530 compilation for GNU Emacs and emacsens.
11531 (ps-generate-postscript-with-faces): Force invisible text to be
11532 visible.
11533 (dos-ps-printer): New var to avoid compilation gripes.
11534
11535 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11536
11537 * ps-print.el (ps-mule-plot-string): Pay attention to the case
11538 that no more characters can't be printed in the current line.
11539
11540 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11541
11542 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11543 greater than TO.
11544
11545 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11546
11547 * ps-print.el: Add codes to make ps-print.el work also on Emacs
11548 20.2 and the earlier version.
11549 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11550 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11551 (ps-mule-find-wrappoint): Likewise.
11552 (ps-mule-generate-font): Change `X' to `x' in format
11553 control-string.
11554 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11555 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11556 `restore' form procedures `BC' and `EC'.
11557
11558 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11559
11560 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11561 is an executable procedure. Make LineThickness, Xshadow, and
11562 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
11563 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11564 ps-mule-font-info-database-bdf): New vars.
11565 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11566 (ccl-encode-ethio-unicode): New CCL program.
11567 (ps-mule-encode-ethiopic): New fun.
11568 (ps-mule-current-charset): New var.
11569 (ps-mule-get-font-spec, ps-mule-font-spec-src,
11570 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11571 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11572 (ps-mule-external-libraries): New var.
11573 (ps-mule-init-external-library): New fun.
11574 (ps-mule-font-cache): New var.
11575 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11576 (ps-last-font): New var.
11577 (ps-mule-prepare-font): New fun.
11578 (ps-mule-charset-list): New var.
11579 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11580 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11581 ps-mule-plot-string): New funs.
11582 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11583 New vars.
11584 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11585 ps-mule-prepare-cmpchar-font): New funs.
11586 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11587 vars.
11588 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11589 ps-mule-generate-bitmap-glyph): New funs.
11590 (ps-mule-initialize, ps-mule-begin): New funs.
11591 (ps-output-string-prim): Insert string as unibyte.
11592 (ps-output-prologue): New fun.
11593 (ps-flush-output): Handle the case of 'prologue.
11594 (ps-begin-file): Call ps-mule-initialize.
11595 (ps-begin-job): Set ps-control-or-escape-regexp differently if
11596 printing multibyte characters.
11597 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11598 (ps-basic-plot-string): Handle the case of printing ASCII
11599 characters by external libraries (e.g. BDF).
11600 (ps-set-font): Set ps-last-font.
11601 (ps-plot-region): Handle multibyte characters, use
11602 ps-mule-plot-string for them.
11603 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
11604
11605 * bdf.el: New file.
11606
11607 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
11608
11609 * international/mule-cmds.el (select-message-coding-system): New
11610 function.
11611 (set-language-environment-coding-systems): Set
11612 default-sendmail-coding-system.
11613
11614 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11615 (default-sendmail-coding-system): New variable.
11616 (sendmail-send-it): Encode the message by a coding system
11617 select-message-coding-system returns.
11618
11619 1998-08-23 Eric Ludlam <zappo@gnu.org>
11620
11621 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11622 (speedbar-mode): Set buffer to read only.
11623 (speedbar-temp-buffer-show-function): For emacs don't call hook
11624 with arguments.
11625 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11626
11627 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
11628
11629 * speedbar.el (speedbar-key-map): Fix typo.
11630
11631 See ChangeLog.7 for earlier changes.