(easy-mmode-define-keymap): Extend to allow more flexibility.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5a7a545c
SM
12000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to allow
4 more flexibility.
5 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New functions.
6 (easy-mmode-defmap, easy-mmode-defsyntax, easy-mmode-define-derived-mode):
7 New macros.
8
445b0666
DL
92000-09-01 Didier Verna <didier@xemacs.org>
10
11 * rect.el (replace-rectangle): New function.
12
132000-03-09 Dave Love <fx@gnu.org>
14
15 * progmodes/fortran.el (fortran-comment-line-start): Define as
16 "C".
17 (fortran-comment-line-start-skip): Don't match cpp stuff.
18 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20 (fortran-mode): Don't set fortran-comment-line-start-skip,
21 fortran-comment-line-start here. Set comment-start,
22 add-log-current-defun.
23 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24 (fortran-current-defun): New function.
25
80460654
GM
262000-03-09 Gerd Moellmann <gerd@gnu.org>
27
d1221ea9
GM
28 * emacs-lisp/re-builder.el: New file.
29
1853aa6b
GM
30 * mouse.el (mouse-drag-region): Don't run up-event handler
31 if hscroll has changed.
32
80460654
GM
33 * octave-mod.el (octave-font-lock-keywords): To font-lock the
34 builtin operators, use `font-lock-builtin-face' for Emacs and
35 `font-lock-preprocessor-face' otherwise.
36
37 * font-lock.el (lisp-font-lock-keywords-1): Highlight
38 `(defun (setf foo)' differently.
39
c0056275
SM
402000-03-08 Stefan Monnier <monnier@cs.yale.edu>
41
42 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
43 (regexp-opt): Update comment and adapt the code the new meaning of
44 the `paren' argument of regex-opt-group for shy-groups.
45 (regexp-opt-depth): Handle shy groups as well as backslashed
46 backslashes.
c0056275
SM
47 (regexp-opt-group): Turn the leading comment into a docstring.
48 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
49 Remove open-presuf and close-presuf. Instead of checking for `all
50 one-char' and then later on check for `several one-char', handle
51 both cases close together. Also apply a more generic algorithm
52 for suffixes (the mirror image of the algorithm used for
53 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
54 (regexp-opt-try-suffix): Removed.
55
56 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
57 from comint-mode-map, so we can just inherit from it. Also, move
58 the initialization into the `defvar' since there's no docstring
59 anyway and it's fairly short.
60 (inferior-scheme-mode): Define it as derived-mode: the code is
61 shorter and this way we inherit from comint-mode-map rather than
62 copying it.
c0056275 63
80460654
GM
64 * subr.el (replace-regexps-in-string): Properly handle the case
65 where we match an empty string.
c0056275 66
80460654
GM
67 * comint.el (comint-exec-1): Add the current-dir to the exec-path
68 when the command has a directory component (such as "./testml").
c0056275
SM
69 Also fix a typo in the comment.
70
5e91ff9e
GM
712000-03-08 Gerd Moellmann <gerd@gnu.org>
72
feab4fba
GM
73 * Makefile (compile-files): Compile files one by one because
74 that's the only way to ensure a clean compilation environment for
75 each individual file.
76
5e91ff9e
GM
77 * frame.el (other-frame): Call x-focus-frame.
78
76162e12
DL
792000-03-07 Dave Love <fx@gnu.org>
80
f64ce788
DL
81 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
82 :require to defcustom.
83
76162e12
DL
84 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
85 lists.
86
87 * files.el (auto-mode-alist): Add configure.in.
88
89 * progmodes/autoconf.el: New file.
90
f7daf1e1
GM
912000-03-07 Gerd Moellmann <gerd@gnu.org>
92
93 * mail/mh-e.el: Change maintainer to `none'.
94
95 * recentf.el (recentf-keep-non-readable-files-p): Quote args
96 to remove-hook and add-hook.
97
982000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
99
100 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
101 it as the default.
102 (mail-send): Test mail-send-nonascii also for the new `mime' value.
103 (sendmail-send-it): Conditionally add MIME headers specifying the
104 used character set.
105
63f6b2c4
DL
1062000-03-07 Dave Love <fx@gnu.org>
107
108 * winner.el: Fix keywords, autoload cookies. Split
109 eval-when-compile form to avoid compilation failure.
110
8330e2f9
KH
1112000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
112
113 * international/mule.el: Modify comment about coding system
114 property `coding-category'.
115 (make-coding-system): New argument EOL-TYPE. Pay attention to
116 coding-category property of PROPERTIES.
117
118 * international/mule-conf.el (coding-category-utf-8,
119 coding-category-utf-16-be, coding-category-utf-16-le): New coding
120 categories. Include them in the argument for set-coding-priority.
121
122 * international/mule-cmds.el (reset-language-environment): Include
123 coding-category-utf-8, coding-category-utf-16-be, and
124 coding-category-utf-16-le in the argument for set-coding-priority.
125 (reset-language-environment): Initialize coding-category-utf-8,
126 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
127
18bb0684
GM
1282000-03-06 Karl Fogel <kfogel@red-bean.com>
129
130 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
131 code abstracted out of `bookmark-jump-noselect'. Now tries info
132 extensions as well as compression extensions.
133 (bookmark-jump-noselect): Use above new func.
134
71a6ba55
GM
1352000-03-03 Gerd Moellmann <gerd@gnu.org>
136
137 * strokes.el: Change maintainer's mail address.
138
0d56cdff
KH
1392000-03-03 Kenichi Handa <handa@etl.go.jp>
140
141 * international/mule-diag.el (list-character-sets): Make help-echo
142 string by substitute-command-keys.
143 (list-character-sets): Likewise.
144 (sort-listed-character-sets): Call help-setup-xref.
145
900fa1f1
GM
1462000-03-02 Gerd Moellmann <gerd@gnu.org>
147
148 * time.el (display-time-mail-file): Add `none' to the list of
149 choices.
150
54d04320
DL
1512000-03-01 Dave Love <fx@gnu.org>
152
43f3fa09
DL
153 * help.el (help-xref-go-back): Don't try to set position.
154
54d04320
DL
155 * international/mule-diag.el (list-character-sets): Call
156 help-setup-xref. Add help-echo to xrefs.
157 (list-character-sets-1): Add help-echo to xrefs.
158
d054101f
GM
1592000-03-02 Gerd Moellmann <gerd@gnu.org>
160
161 * frame.el (blink-cursor-mode): Switch cursor on when turning
162 the mode off.
163
164 * add-log.el (add-log-current-defun): Add support for
165 Autoconf mode.
166
167 * mail/rmail.el (rmail-quit-hook): New variable.
168
d77dae5c
DL
1692000-03-01 Dave Love <fx@gnu.org>
170
e5f597f0
DL
171 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
172
d77dae5c
DL
173 * help.el (help-xref-button): Add help-echo arg.
174 (describe-function-1, describe-variable, help-make-xrefs): Use it.
175
176 * faces.el (list-faces-display): Supply help-echo with
177 help-make-xrefs.
178
179 * facemenu.el (list-text-properties-at): Set help-xref-stack to
180 nil.
181
72d19d75
GM
1822000-03-01 Gerd Moellmann <gerd@gnu.org>
183
2df636f4
GM
184 * image.el (defimage): Look for image files in load-path.
185
72d19d75
GM
186 * frame.el (busy-cursor-delay-seconds): Change type to
187 `number'.
188
2df636f4
GM
1892000-03-01 David Ponce <david.ponce@wanadoo.fr>
190
191 * recentf.el (recentf): Added version tag to the defgroup of
192 recentf.
193
1942000-03-01 David Ponce <david.ponce@wanadoo.fr>
195
196 * recentf.el (recentf-cleanup): Changed to remove excluded file
197 too.
198 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
199 action to select/unselect a file.
200 (recentf-edit-list): Code cleanup and improvement.
201 (recentf-open-more-files-action): `recentf-open-more-files' button
202 widget action to open a file.
203 (recentf-open-more-files): No more use standard completion but
204 widgets.
205 (recentf-more-collection): Deleted.
206 (recentf-more-history): Deleted.
207 (recentf-setup-more-completion): Deleted.
208
2092000-03-01 David Ponce <david.ponce@wanadoo.fr>
210
211 * recentf.el (recentf-mode): No more needs that Emacs is running
212 under a window-system.
213
2141999-03-01 David Ponce <david.ponce@wanadoo.fr>
215
216 * recentf.el (recentf-edit-list): New command to edit the recent
217 list which allow the user to remove files.
218 (recentf-edit-selected-items): New global variable, used by
219 `recentf-edit-list' to hold the list of files to be removed from
220 the recent list.
221 (recentf-make-menu-items): Updated to display a "Edit list..."
222 menu item. Minor code cleanup.
223
2241999-03-01 David Ponce <david.ponce@wanadoo.fr>
225
226 * recentf.el (recentf-open-more-files): New command to open files
227 that are not displayed in the menu.
228 (recentf-more-collection): New global variable holding the set of
229 permissible completions used by `recentf-open-more-files'.
230 (recentf-more-history): New global variable holding the history list
231 used by `recentf-open-more-files' completion.
232 (recentf-setup-more-completion): New function to setup completion for
233 `recentf-open-more-files'.
234 (recentf-make-menu-items): Updated to display a "More..." menu item.
235
2361999-03-01 David Ponce <david.ponce@wanadoo.fr>
237
238 * recentf.el (recentf-menu-action): Doc fixed.
239
2401999-03-01 David Ponce <david.ponce@wanadoo.fr>
241
242 * recentf.el (recentf-menu-filter): Doc updated.
243 (recentf-update-menu-hook): Allow menu filters to force menu update.
244 (recentf-make-menu-items): New menu filter handling.
245 (recentf-make-menu-item): New helper function.
246 (recentf-menu-elements): New menu handling function.
247 (recentf-sort-ascending): Updated to new menu filter handling.
248 (recentf-sort-descending): Updated to new menu filter handling.
249 (recentf-sort-basenames-ascending): New menu filter function.
250 (recentf-sort-basenames-descending): New menu filter function.
251 (recentf-show-basenames): New menu filter function.
252 (recentf-show-basenames-ascending): New menu filter function.
253 (recentf-show-basenames-descending): New menu filter function.
254
72d19d75
GM
2552000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
256
257 * diary-lib.el (list-diary-entries): Don't try to go forward at
258 the end of the buffer.
259
1ac1c836
KH
2602000-02-29 Kenichi Handa <handa@etl.go.jp>
261
262 * international/mule-diag.el (list-character-sets): Completely
263 rewritten.
264 (sort-listed-character-sets): New function.
265 (list-character-sets-1): Completely rewritten.
266 (list-character-sets-2): New function.
267 (non-iso-charset-alist): New variable.
268 (decode-codepage-char): New function.
269 (charset-history): New variable.
270 (read-charset) (list-block-of-chars)
271 (list-iso-charset-chars)
272 (list-non-iso-charset-chars)
273 (list-charset-chars): New functions.
274 (mule-diag): Call list-character-sets-2, not
275 list-character-sets-2.
276 (dump-charsets): Likewise.
277
ed4d0512
GM
2782000-02-29 Gerd Moellmann <gerd@gnu.org>
279
72d19d75
GM
280 * dired-x.el (dired-filename-at-point): Add `@' to valid
281 file name characters.
282 (dired-filename-at-point): Handle ange-ftp file names.
283
ed4d0512
GM
284 * frame.el (frame-notice-user-settings): Use assq-delete-all
285 instead of assoc-delete-all.
286 (frame-notice-user-settings): Ditto.
287
288 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
289 Don't copy alist.
290
32038c7a
GM
2912000-02-28 Eli Barzilay <eli@cs.cornell.edu>
292
293 * calculator.el (calculator-use-menu): New option.
294 (calculator-initial-bindings): Changed some bindings to work as
295 macros.
296 (calculator-forced-input): Removed.
297 (calculator-restart-other-mode): New variable.
298 (calculator-mode-map): Set up menu.
299
3002000-02-28 Jari Aalto <jari.aalto@poboxes.com>
301
302 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
303 tags.
304
55d7ff38 3052000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
635270b6 306
55d7ff38
MK
307 * viper-cmd.el (viper-envelop-ESC-key): added the option to
308 translate all ESC key sequences.
309 (viper-goto-mark-subr): restore markers for files for which
310 they were saved.
311 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
312 * viper-util.el (viper-set-replace-overlay-glyphs,
313 viper-set-replace-overlay): always check if the replacement
314 overlay is live.
315 * viper.el (viper-vi-state-mode-list): added major modes.
316 * ediff-wind.el: minor comment changes.
317 * ediff.el: copyright notice date fix.
318
387023ee
JR
3192000-02-27 Jason Rumney <jasonr@gnu.org>
320
321 * faces.el (face-font-family-alternatives): Add arial to helv.
322 (mode-line, header-line, tool-bar): Same default as x for w32.
323 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
324 face-font-family-alternatives from working.
325 * term/w32-win.el (mouse-set-font): Do not build fontset from
326 chosen font.
327
f43d79c1
GM
3282000-02-25 Sam Steingold <sds@goems.com>
329
330 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
331 properly.
332
3332000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
334
335 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
336
4eb8436f
GM
3372000-02-25 Gerd Moellmann <gerd@gnu.org>
338
339 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
340 writable.
341
449c3c52 342 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 343
42088c12
GM
3442000-02-24 Gerd Moellmann <gerd@gnu.org>
345
346 * frame.el (show-cursor-in-non-selected-windows): New option.
347
c60ea02e
GM
3482000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
349
350 * diary-lib.el (include-other-diary-files): Undo the selective
351 display in any included file and don't kill it.
352
d066de8e
EZ
3532000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
354
355 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
356 bar. Menu items converted to (menu-item format, help strings
357 added.
358 [downcase, upcase]: Don't enable on MS-DOS.
359 [symlink, symlinks]: Don't show if make-symbolic-link is not
360 bound.
361 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
362
b6906b38
DL
3632000-02-23 Dave Love <fx@gnu.org>
364
275cf1b2
DL
365 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
366 (backward-kill-word): Revert addition of * to interactive spec --
367 it's a feature.
368
369 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
370 (backward-kill-sentence, kill-sentence): Likewise.
371
99d48056
DL
372 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
373 scratch buffer name.
374 (gud-format-command): Use int-to-string in ?l case. Simplify
375 slightly.
376
377 * term/w32-win.el (internal-face-interactive): Update prompt for
378 new read-face-name.
379
380 * mail/footnote.el (footnote): Add :version to defgroup.
381 (footnote-section-tag-regexp): Customize.
382 (footnote-start-tag, footnote-end-tag): New option.
383 (footnote-latin-regexp): New variable.
384 (Footnote-latin): New function.
385 (footnote-style-alist): Add element for latin style.
386 (footnote-style): Moved.
387 (Footnote-goto-footnote): Use eq to test arg.
388
389 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
390
b6906b38
DL
391 * emacs-lisp/byte-opt.el: Change old backquote syntax.
392 (byte-compile-trueconstp): Include keywords.
393 (byte-optimize-quote, byte-optimize-lapcode): Use
394 byte-compile-const-symbol-p.
395 (byte-optimize-char-before): New optimization.
396
397 * emacs-lisp/bytecomp.el: Change old backquote syntax.
398 (byte-compile-const-symbol-p): New function.
399 (byte-compile-constp, byte-compile-out-toplevel)
400 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
401 Use it.
402
403 * subr.el (define-key-after): Default AFTER to t. Doc fix.
404
214f877f
KH
4052000-02-23 Kenichi Handa <handa@etl.go.jp>
406
c709bcf1
KH
407 * international/encoded-kb.el: Be sure to update minor-mode-alist
408 and minor-mode-map-alist.
409 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
410 codes SS2 and SS3 correctly.
411 (encoded-kbd-self-insert-ccl): New function.
412 (encoded-kbd-setup-keymap): New function.
413 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
414 by calling encoded-kbd-setup-keymap.
415
214f877f
KH
416 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
417 characters.
418 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
419 locally.
420
b021ef18
DL
4212000-02-22 Dave Love <fx@gnu.org>
422
423 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
424 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
425 defvar.
426 (lisp-mode-syntax-table): Set up for #|...|# comments.
427 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
428 classes. Match `defface'.
429 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
430 (eval-defun-1): Fix for defcustom.
431 (lisp-indent-region): Doc fix.
432
433 * subr.el (when, unless, split-string): Doc fix.
434 (read-passwd): Move call of clear-this-command-keys to the right
435 place.
436 (replace-regexps-in-string): New function.
437
14cc00ad
GM
4382000-02-22 Gerd Moellmann <gerd@gnu.org>
439
440 * help.el (describe-variable): Set syntax table to
441 emacs-lisp-mode-syntax-table when moving forward over the
442 symbol's name.
443
47da5efa
DL
4442000-02-22 Dave Love <fx@gnu.org>
445
446 * xt-mouse.el: Doc fixes.
447 (xterm-mouse-position-function): New function, replacing advice of
448 mouse-position.
449 (xterm-mouse-mode): Use it. Don't turn on under a window system.
450
451 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
452
f0a6c717
GM
4532000-02-21 Gerd Moellmann <gerd@gnu.org>
454
455 * format.el (format-annotate-single-property-change): Handle
456 properties.with dotted-list values.
457 (format-proper-list-p): New function.
458
459 * enriched.el (enriched-face-ans): Handle '(foreground-color
460 . COLOR) and (background-color . COLOR).
461
2be80b63
DL
4622000-02-20 Dave Love <fx@gnu.org>
463
464 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
465 and assignments to it.
466 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
467 current local map.
468 (make-flyspell-overlay): Use it.
469 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
470
471 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
472 (lm-get-header-re): Defun, not defsubst.
473 (lm-get-package-name): Defun, not defsubst. Simplify.
474 (lm-version): Doc fix. Simplify.
475 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
476 (lm-crack-address, lm-last-modified-date, lm-commentary)
477 (lm-verify, lm-synopsis): Simplify.
478 (lm-report-bug): Require emacsbug. Use compose-mail.
479
329eed9f
GM
4802000-02-20 Gerd Moellmann <gerd@gnu.org>
481
482 * dired.el (dired-mode): Call propertized-buffer-identification
483 to set mode-line-buffer-identification to something having
484 the right text properties.
485
486 * bindings.el (propertized-buffer-identification): New function.
487
be5bb146
DL
4882000-02-20 Dave Love <fx@gnu.org>
489
490 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
491 check for t-mouse too.
492
493 * cus-start.el: Make echo-keystrokes `number'.
494
1d4311c3
EZ
4952000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
496
497 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
498 Don't call ring-empty-p unless tags-location-ring is bound.
499 From Noah Friedman <friedman@splode.com>.
500
a23c5037
TTN
5012000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
502
503 * progmodes/hideshow.el (hs-flag-region): No longer use
504 `intangible' overlay property.
505
506 (hs-toggle-hiding): New command.
507 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
508
509 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
510 Fix omission bug: Run `hs-minor-mode-hook' for both activation
511 and deactivation.
512
b6a22bf8
GM
5132000-02-18 Gerd Moellmann <gerd@gnu.org>
514
515 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
516
d621caf7
GM
5172000-02-17 Gerd Moellmann <gerd@gnu.org>
518
3c0ed7ce
GM
519 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
520
d621caf7
GM
521 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
522 of `*' to handle `(* ... *)' comments.
523
538d88fb
EZ
5242000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
525
53c80cf6
EZ
526 * faces.el (list-faces-display): Use display-mouse-p instead of
527 window-system.
528
538d88fb
EZ
529 * menu-bar.el (global-map): Menu-bar items converted to the new
530 format (menu-item..., rearranged for better CUA compliance, and
531 their names changed for better clarity. Help strings added.
532
533 * international/mule-cmds.el (mule-menu-keymap)
534 (describe-language-environment-map, set-coding-system-map)
535 (setup-language-environment-map): Convert to new (menu-item...
536 form, add help strings. Change names of menu items for better
537 clarity. "Mule" menu-bar item removed (it's now in the "Options"
538 submenu).
539
8389e1e2 5402000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 541
a23c5037 542 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 543 within the code.
a23c5037 544
8389e1e2 5452000-02-16 Dave Love <fx@gnu.org>
a23c5037 546
84fe35f0
DL
547 * faces.el: Don't require custom. Add more specific :groups to
548 various deffaces.
549 (set-face-attribute): Purecopy args.
550 (read-face-name): Default to name at point and use it in prompt.
551 Remove colon from arg in all callers.
552 (list-faces-display): Hyperlink to face descriptions and customize
553 buffers.
554
b2aeee30
DL
5552000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
556
557 * wid-edit.el (widget-match-inline): An atom never matches a
558 list.
559
99e95407
GM
5602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
561
82d2c7c5
DL
562 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
563 at ':' characters by call to split-string.
99e95407
GM
564
5652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
566
82d2c7c5 567 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
568
5692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
570
82d2c7c5
DL
571 * textmodes/bibtex.el: Some temporary comments removed.
572 (bibtex-field-name, bibtex-entry-type): Made the relationship
573 explicit.
574 (bibtex-field-const): Allow capital letters.
575 (bibtex-start-of-string): Deleted because unused.
576
577 * textmodes/bibtex.el: Unified some nomenclature. We no longer
578 use the term 'reference' to describe a bibtex entry as a whole.
579 Further, reference keys are no longer called 'labels'.
580 (bibtex-keys): Renamed to bibtex-reference-keys.
581 (bibtex-reformat-previous-labels): Renamed to
582 bibtex-reformat-previous-reference-keys.
583 (bibtex-reference-type): Renamed to bibtex-entry-type.
584 (bibtex-reference-head): Renamed to bibtex-entry-head.
585 (bibtex-reference-maybe-empty-head): Renamed to
586 bibtex-entry-maybe-empty-head.
587 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
588 (bibtex-search-reference): Renamed to bibtex-search-entry.
589 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
590 bibtex-enclosing-entry-maybe-empty-head.
591 (bibtex-entry-field-alist, bibtex-entry-head,
592 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
593 bibtex-map-entries, bibtex-search-entry,
594 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
595 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
596 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
597 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
598 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
599 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
600 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
601
6022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
603
82d2c7c5
DL
604 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
605 comment.
606 (bibtex-format-field-delimiters): New function, functionality
607 extracted from bibtex-format-entry.
608 (bibtex-autokey-get-yearfield-digits): New function, functionality
609 extracted from bibtex-autokey-get-yearfield.
610
611 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
612 entries in order to avoid stack overflow in the regexp matcher if
613 field contents become large.
614 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
615 bibtex-field-string-part-not-braced,
616 bibtex-field-string-part-no-inner-braces,
617 bibtex-field-string-part-1-inner-brace,
618 bibtex-field-string-part-2-inner-braces,
619 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
620 bibtex-field-string-quoted, bibtex-field-string,
621 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
622 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
623 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
624 as parsing is now performed by the following functions.
625 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
626 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
627 bibtex-parse-field-string, bibtex-search-forward-field-string,
628 bibtex-parse-association, bibtex-field-name-for-parsing,
629 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
630 bibtex-search-forward-field, bibtex-search-backward-field,
631 bibtex-start-of-field, bibtex-end-of-field,
632 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
633 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
634 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
635 bibtex-parse-string, bibtex-search-forward-string,
636 bibtex-search-backward-string, bibtex-start-of-string,
637 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
638 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
639 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
640 entries. Instead of reporting the results of the parsing by
641 match-beginning or match-end, these functions return data structures
642 that hold the corresponding positions.
643 (bibtex-enclosing-field): Changed to also report field boundaries by
644 return values rather than by match-beginning or match-end. The
645 following functions have been adapted to use the new parsing
646 functions.
647 (bibtex-skip-to-valid-entry, bibtex-search-reference,
648 bibtex-enclosing-field, bibtex-format-entry,
649 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
650 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
651 bibtex-print-help-message, bibtex-end-of-entry,
652 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
653 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
654 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
655 method for parsing.
656 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
657 bibtex-map-entries, bibtex-flash-head,
658 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
659 bibtex-autokey-change, bibtex-autokey-get-namefield,
660 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
661 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
662 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
663 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
664 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
665 order to make the new binding of case-fold-search immediately
666 visible.
99e95407
GM
667
6682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
669
82d2c7c5
DL
670 * textmodes/bibtex.el: Copyright notice is up to date.
671 Added constant 'bibtex-maintainer-salutation.
99e95407 672
82d2c7c5
DL
673 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
674 than make-temp-name, use match-string-no-properties and eliminate
675 a quadratic behavior when building bibtex-strings.
99e95407 676
82d2c7c5
DL
677 * bibtex.el (bibtex-reference-key): Accept string entries whose
678 reference key contains upper case letters.
99e95407
GM
679
6802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
681
82d2c7c5
DL
682 * bibtex.el (bibtex-reference-head): Allow entries to start with
683 a new line.
99e95407
GM
684
6852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
686
82d2c7c5
DL
687 * bibtex.el: Hiding of entry bodies is not longer provided by
688 bibtex.el directly. Instead the hideshow package can be used.
689 Added a special bibtex entry to hs-special-modes-alist.
690 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
691
6922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
693
8389e1e2
GM
694 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
695 at ':' characters by call to split-string.
696
6972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
698
699 * textmodes/bibtex.el: Added RCS version identification.
700
7012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
702
703 * textmodes/bibtex.el: Some temporary comments removed.
704 (bibtex-field-name, bibtex-entry-type): Made the relationship
705 explicit.
706 (bibtex-field-const): Allow capital letters.
707 (bibtex-start-of-string): Deleted because unused.
708
709 * textmodes/bibtex.el: Unified some nomenclature. We no longer
710 use the term 'reference' to describe a bibtex entry as a whole.
711 Further, reference keys are no longer called 'labels'.
712 (bibtex-keys): Renamed to bibtex-reference-keys.
713 (bibtex-reformat-previous-labels): Renamed to
714 bibtex-reformat-previous-reference-keys.
715 (bibtex-reference-type): Renamed to bibtex-entry-type.
716 (bibtex-reference-head): Renamed to bibtex-entry-head.
717 (bibtex-reference-maybe-empty-head): Renamed to
718 bibtex-entry-maybe-empty-head.
719 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
720 (bibtex-search-reference): Renamed to bibtex-search-entry.
721 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
722 bibtex-enclosing-entry-maybe-empty-head.
723 (bibtex-entry-field-alist, bibtex-entry-head,
724 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
725 bibtex-map-entries, bibtex-search-entry,
726 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
727 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
728 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
729 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
730 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
731 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
732 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
733
7342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
735
736 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
737 comment.
738 (bibtex-format-field-delimiters): New function, functionality
739 extracted from bibtex-format-entry.
740 (bibtex-autokey-get-yearfield-digits): New function, functionality
741 extracted from bibtex-autokey-get-yearfield.
742
743 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
744 entries in order to avoid stack overflow in the regexp matcher if
745 field contents become large.
746 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
747 bibtex-field-string-part-not-braced,
748 bibtex-field-string-part-no-inner-braces,
749 bibtex-field-string-part-1-inner-brace,
750 bibtex-field-string-part-2-inner-braces,
751 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
752 bibtex-field-string-quoted, bibtex-field-string,
753 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
754 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
755 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
756 as parsing is now performed by the following functions.
757 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
758 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
759 bibtex-parse-field-string, bibtex-search-forward-field-string,
760 bibtex-parse-association, bibtex-field-name-for-parsing,
761 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
762 bibtex-search-forward-field, bibtex-search-backward-field,
763 bibtex-start-of-field, bibtex-end-of-field,
764 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
765 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
766 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
767 bibtex-parse-string, bibtex-search-forward-string,
768 bibtex-search-backward-string, bibtex-start-of-string,
769 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
770 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
771 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
772 entries. Instead of reporting the results of the parsing by
773 match-beginning or match-end, these functions return data structures
774 that hold the corresponding positions.
775 (bibtex-enclosing-field): Changed to also report field boundaries by
776 return values rather than by match-beginning or match-end. The
777 following functions have been adapted to use the new parsing
778 functions.
779 (bibtex-skip-to-valid-entry, bibtex-search-reference,
780 bibtex-enclosing-field, bibtex-format-entry,
781 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
782 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
783 bibtex-print-help-message, bibtex-end-of-entry,
784 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
785 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
786 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
787 method for parsing.
788 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
789 bibtex-map-entries, bibtex-flash-head,
790 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
791 bibtex-autokey-change, bibtex-autokey-get-namefield,
792 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
793 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
794 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
795 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
796 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
797 order to make the new binding of case-fold-search immediately
798 visible.
799
8002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
801
802 * textmodes/bibtex.el: Copyright notice is up to date.
803 Added constant 'bibtex-maintainer-salutation.
804
805 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
806 than make-temp-name, use match-string-no-properties and eliminate
807 a quadratic behavior when building bibtex-strings.
808
809 * bibtex.el (bibtex-reference-key): Accept string entries whose
810 reference key contains upper case letters.
811
8122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
813
814 * bibtex.el (bibtex-reference-head): Allow entries to start with
815 a new line.
816
8172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
818
819 * bibtex.el: Hiding of entry bodies is not longer provided by
820 bibtex.el directly. Instead the hideshow package can be used.
821 Added a special bibtex entry to hs-special-modes-alist.
822 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
823
8242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
825
82d2c7c5 826 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
827 proceedings entry type (for cross referencing). Thanks to Wagner
828 Toledo Correa for the suggestion.
829
82d2c7c5 830 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 831
eae61d8f
KH
8322000-02-14 Kenichi Handa <handa@etl.go.jp>
833
834 * international/characters.el: Setup case table for Vietnamese.
835
fb07a302
GM
8362000-02-12 Gerd Moellmann <gerd@gnu.org>
837
838 * uniquify.el (toplevel): Require CL at compile time.
839 (uniquify-push): Removed.
840
841 * shadowfile.el (shadow-when): Removed.
842
843 * tempo.el (tempo-dolist, tempo-mapc): Removed.
844 (tempo-process-and-insert-string): Use dolist instead of
845 tempo-dolist.
846
847 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
848 regexp for paragraph-start.
849
850 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
851 commas as well.
852
a0eddf92
DL
8532000-02-10 Dave Love <fx@gnu.org>
854
855 * wid-edit.el: (widgets) [defgroup]: Remove url link.
856 (widget-color-choice-list, widget-color-history, widget-mouse-help):
857 Deleted.
858 (widget-specify-field, widget-specify-button): Don't use
859 widget-mouse-help as help-echo property.
860 (default): Use #'ignore for :validate and :mouse-down-action.
861 (checkbox): Add help-echo.
862 (widget-sexp-validate): Rewritten to clarify error messages.
863 (character): Use char-valid-p in :match function.
864 (widget-color-complete): Use facemenu-color-alist.
865 (widget-color-action): Use facemenu-read-color.
866
867 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
868 set up `caar' &c that we now have.
869
82d2c7c5
DL
8702000-02-09 Ray Blaak <blaak@gnu.org>
871
872 * delphi.el: Make resourcestring a declaration region, like const
873 and var.
874
6cbc1482
DL
8752000-02-09 Dave Love <fx@gnu.org>
876
877 * bindings.el (mode-line-input-method-map): New variable.
878 (mode-line-mule-info): Use it; fix last change.
879 (mode-line-mode-menu): Move definition.
880 (mode-line-mouse-sensitive-p): Deleted.
881 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
882 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
883 level.
884
885 * startup.el (command-line-1): Don't call
886 make-mode-line-mouse-sensitive.
887
f7136ee8
GM
8882000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
889
890 * mail/rmail.el (rmail-retry-failure): Use
891 rmail-beginning-of-message before rmail-toggle-header, because the
892 former toggles headers.
893
6e1d0d15
SM
8942000-02-06 Stefan Monnier <monnier@cs.yale.edu>
895
fef8c55b
SM
896 * diff-mode.el (diff-kill-junk): New interactive function.
897 (diff-reverse-direction): Use delete-and-extract-region.
898 (diff-post-command-hook): Restrict the area so that the hook also works
899 outside of any diff hunk. This is necessary for the minor-mode.
900 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
901 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
902
6e1d0d15
SM
903 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
904 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
905 so that it can be used more easily in <foo>-mode-hook. Also make sure
906 to avoid duplicate entries.
907 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
908 (font-lock-remove-keywords): Just as was done for `add', allow it to
909 work even if font-lock-mode is nil. Also make sure we don't modify
910 any pre-existing list by forcing a copy-sequence. Finally rename
911 `major-mode' to `mode'.
912 (font-lock-fontify-syntactic-anchored-keywords)
913 (font-lock-fontify-anchored-keywords)
914 (font-lock-fontify-keywords-region): Use line-end-position.
915 Don't make `font-lock-multiline' local (it's now done in
916 font-lock-set-defaults).
917 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
918 move the `font-lock-fontified' creation to inside the `unless'.
919
a75dfea0
AI
9202000-02-06 Andrew Innes <andrewi@gnu.org>
921
922 * term/w32-win.el (x-handle-args): Comment out call to message,
923 which occurs before window system is initialized.
924
925 * makefile.nt: Add support for recompiling lisp code.
926
b85e9462
DL
9272000-02-04 Dave Love <fx@gnu.org>
928
9ff33afb
DL
929 * bindings.el (mode-line-mule-info): Fix/extend last change.
930
b85e9462
DL
931 * completion.el: Replace completion-dolist with dolist.
932
933 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
934 dotimes.
935
44dff075
CD
9362000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
937
938 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
939 environment names before they go into the section regexp.
940
941 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
942 char class in regexp.
943
944 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
945 `case-fold-search' to nil.
946
947 * progmodes/idlwave.el (idlwave-template): Respect
948 `idlwave-abbrev-change-case'.
949 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
950 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
951 idlwave-while): respect `idlwave-reserved-word-upcase'.
952 (idlwave-rw-case): New function.
953 (idlwave-statement-match): Fixed problem with assignment regexp.
954 (idlwave-font-lock-keywords): Improved regexp for keyword
955 parameters.
a23c5037 956 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
957 operators longer than 1 char.
958
959 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
960 idlwave-shell-expression-overlay. Implemented printing of
961 expressions on higher levels of the calling stack.
962 (idlwave-shell-display-level-in-calling-stack): Restore stack
963 level.
964 (idlwave-retrieve-expression-from-level): New function.
965 (idlwave-shell-last-calling-stack): Variable removed.
966 (idlwave-shell-reset): Argument action reversed (`visible' to
967 `hidden'). Also remove stop-line overlay.
968 (idlwave-shell-calling-stack-routine): New variable.
969 (idlwave-shell-parse-stack-and-display): Messages now display
970 negative level numbers.
971 (idlwave-shell-mode): Set `modeline-format'.
972 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
973 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
974 21.
975 (idlwave-shell-print-expression-function): New option.
a23c5037 976
44dff075
CD
977 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
978 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
979 `tool-bar' instead of `toolbar'.
980
f26c34fd
DL
9812000-02-02 Dave Love <fx@gnu.org>
982
983 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
984 emacs-lisp-mode-hook. Don't check for defalias being defined.
985
986 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
987 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
988 the new builtins directly.
989
990 * whitespace.el (whitespace): Add :version to defgroup.
991
992 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
993 Doc fix.
994
995 * thingatpt.el (sexp-at-point, symbol-at-point)
996 (number-at-point, list-at-point): Add autoload cookie.
997
998 * recentf.el (recentf): Add :version to defgroup.
999
1000 * quickurl.el (quickurl): Add :version to defgroup.
1001
1002 * elide-head.el (elide-head): Use point-marker more.
1003
1004 * bs.el (bs): Add :version to defgroup.
1005
1006 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1007
1008 * progmodes/delphi.el (delphi): Add :version to defgroup.
1009
d240a249
GM
10102000-02-02 Gerd Moellmann <gerd@gnu.org>
1011
1012 * ange-ftp.el (ange-ftp-write-region): Handle case that
1013 succeeding process operation sets a different coding system.
1014
1015 * calculator.el: New file.
1016
d5179a01
EZ
10172000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1018
1019 * frame.el (frames-on-display-list, framep-on-display): New
1020 functions.
1021 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1022 (display-selections-p, display-screens, display-pixel-width)
1023 (display-pixel-height, display-mm-width, display-mm-height)
1024 (display-backing-store, display-save-under, display-planes)
1025 (display-color-cells, display-visual-class): New functions.
1026
1027 * term/tty-colors.el (tty-color-gray-shades): New function.
1028
1029 * faces.el (display-color-p): Use framep-on-display.
1030 (display-grayscale-p): New function.
1031
968e00f0
DL
10322000-01-31 Dave Love <fx@gnu.org>
1033
1034 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1035 (create-fontset-from-x-resource): Don't concat integers.
1036
2cb750ba
GM
10372000-01-31 Inge Frick <inge@nada.kth.se>
1038
1039 * view.el: Some changes in documentation. Removed some trailing
1040 whitespace. Changed some parameter names to agree with
1041 documentation.
1042 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1043 window is not deleted. Modifies change 1998-04-26.
a23c5037 1044
74e9213b
GM
10452000-01-31 Gerd Moellmann <gerd@gnu.org>
1046
47569935
GM
1047 * windmove.el: New file.
1048
74e9213b
GM
1049 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1050 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 1051 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 1052
74e9213b
GM
1053 * jit-lock.el (jit-lock-function): Widen before calculating end
1054 position.
1055 (jit-lock-stealth-chunk-start): Rewritten.
1056
1057 * info.el (Info-title-face-alist): Removed.
1058 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1059 faces.
1060 (Info-fontify-node): Use these faces.
1061
994c5afe
GM
10622000-01-30 Gerd Moellmann <gerd@gnu.org>
1063
1064 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1065 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1066 `&allow-other-keywords'.
1067
1068 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1069 the list of directories scanned heuristically.
1070
1071 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1072 exist.
1073
f00276e3
JR
10742000-01-30 Jason Rumney <jasonr@gnu.org>
1075
1076 * w32-fns.el: Define w32-tty-standard-colors.
1077
1078 * startup.el (command-line): Use w32-tty-standard-colors when in
1079 w32 console mode.
1080
cc4dfff0
DL
10812000-01-30 Dave Love <fx@gnu.org>
1082
e645e77b
DL
1083 * jka-compr.el (jka-compr-load): Fix up load-history.
1084
cc4dfff0
DL
1085 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1086
1087 * emacs-lisp/cl-macs.el: Revert previous change.
1088
16215eb0
DL
10892000-01-29 Dave Love <fx@gnu.org>
1090
1091 * facemenu.el: Purecopy various strings.
1092
1093 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1094 years. Deal with three-digit years.
1095
1096 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1097 defconst, purecopy.
1098 (help-back-label): Purecopy it.
1099
bbd9b566
GM
11002000-01-18 Gerd Moellmann <gerd@gnu.org>
1101
1102 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1103 variable. If non-nil, order the buffer list according to the
1104 currently selected frame.
1105 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1106 non-nil, pass the selected frame to function buffer-list.
a23c5037 1107
887448e1
GM
11082000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1109
1110 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1111
7df85084
DL
11122000-01-28 Dave Love <fx@gnu.org>
1113
142e109c
DL
1114 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1115
7df85084
DL
1116 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1117 Don't use lisp-indent-hook property.
1118 (cl-abs): Remove.
1119
1120 * subr.el: Move out indent and edebug specs for when and unless.
1121
1122 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1123 when, unless.
1124
1125 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1126 unless, when.
1127
3b43c01c
GM
11282000-01-28 Gerd Moellmann <gerd@gnu.org>
1129
d060bc9f
GM
1130 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1131 `collecting' as synonym for `collect'.
1132
1133 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1134 for the case it contains spaces.
1135
1136 * simple.el (what-cursor-position): Change formatting of
1137 messages.
1138
b02786f9
GM
1139 * frame.el (delete-other-frames): New function.
1140 (toplevel): Bind it to C-x 5 1.
1141
efd68b8a
GM
1142 * sort.el (sort-numeric-base): New option.
1143 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1144 interpret it as octal or hexadecimal. Use sort-numeric-base
1145 as default base.
1146
3b43c01c
GM
1147 * progmodes/glasses.el: New file.
1148
984ae001
GM
11492000-01-27 Gerd Moellmann <gerd@gnu.org>
1150
a0b796e3
GM
1151 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1152 userids differently.
1153
984ae001
GM
1154 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1155 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1156 progmodes/ebnf-yac.el: New files.
1157
6c67ddee
DL
11582000-01-26 Dave Love <fx@gnu.org>
1159
1160 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1161 on a function with an empty body. [From Eric Ludlam.]
1162
4e6473c8
GM
11632000-01-25 Andre Spiegel <spiegel@gnu.org>
1164
1165 * vc.el (vc-version-diff): Make sure file name is expanded.
1166
e12489f9
GM
11672000-01-25 Gerd Moellmann <gerd@gnu.org>
1168
1169 * scroll-bar.el (scroll-bar-timer): Variable removed.
1170 (scroll-bar-toolkit-scroll): Don't use a timer.
1171
8dbe2b07
KH
11722000-01-25 Kenichi Handa <handa@etl.go.jp>
1173
1174 * language/thai-util.el (thai-composition-function): Delete
1175 superfluous `a'.
1176
26ef1c87
DL
11772000-01-24 Dave Love <fx@gnu.org>
1178
1179 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1180 end-of-defun-function.
1181
1182 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1183 &c.
1184
7ed4e9a7
JR
11852000-01-22 Jason Rumney <jasonr@gnu.org>
1186
1187 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1188 conflicts with new face support.
1189
d2ce3151
RS
11902000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1191
1192 * replace.el (query-replace): Rename last arg to DELIMITED.
1193 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1194 (query-replace-regexp): Likewise.
1195
2d5e9b54
RS
11962000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1197
02b14400
RS
1198 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1199
5bb6f079
RS
1200 * emacs-lisp/lisp.el (beginning-of-defun-function):
1201 Variable renamed from beginning-of-defun.
1202 Do not call make-variable-buffer-local.
1203 (beginning-of-defun-raw): Use new variable name; doc fix.
1204 (beginning-of-defun): Doc fix.
1205 (end-of-defun-function): Variable renamed from end-of-defun.
1206 Do not call make-variable-buffer-local.
1207 (end-of-defun): Use new variable name; doc fix.
1208
02b14400
RS
1209 * subr.el (dolist, dotimes): Copied from cl-macs.el
1210 and made to work.
2d5e9b54 1211
a23c5037 1212 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
1213 Variable replaces rmail-digest-end-regexp.
1214 Allows multiple regexps for detecting the end line.
1215 (undigestify-rmail-message): Corresponding changes.
1216
60af03f1
DL
12172000-01-19 Dave Love <fx@gnu.org>
1218
fe5d99e1
DL
1219 * files.el (user-init-file): Don't declare here -- is primitive.
1220
60af03f1
DL
1221 * startup.el (command-line): Check for compiled user-init-file and
1222 set to uncompiled version if necessary.
1223
72dbbc7d
GM
12242000-01-18 Gerd Moellmann <gerd@gnu.org>
1225
6a1950ec
GM
1226 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1227 (undigestify-rmail-message): Use it.
1228
72dbbc7d
GM
1229 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1230
fbe91bbd
GM
12312000-01-17 Gerd Moellmann <gerd@gnu.org>
1232
1233 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1234 of mini-buffer.
1235
33a6685b
GM
12362000-01-14 Gerd Moellmann <gerd@gnu.org>
1237
b3303df7
GM
1238 * emacs-lisp/copyright.el (copyright-update): Removed the
1239 requirement for a trailing space from `copyright-regexp', to
1240 support copyrights with owner specified on a separate line..
a23c5037 1241
3c4c8064
GM
1242 * align.el: New file.
1243
33a6685b
GM
1244 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1245
1246 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1247
044a4975
DL
12482000-01-13 Dave Love <fx@gnu.org>
1249
1250 * ph.el: Removed. (Obsoleted by EUDC.)
1251
0a352cd7
GM
12522000-01-13 Gerd Moellmann <gerd@gnu.org>
1253
1254 * net/eudc.el (toplevel): Remove autoloaded code installing
1255 menu with easymenu, because that causes build problems.
1256
1257 * frame.el (frame-notice-user-settings): New variable.
1258 (frame-notice-user-settings): Don't modify frame parameters
1259 if called a second time.
1260
12612000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1262
1263 * frame.el (frame-notice-user-settings):
1264 Notice default-frame-parameters even for non-window frames.
1265
feb450e0
GM
12662000-01-13 Gerd Moellmann <gerd@gnu.org>
1267
1268 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1269 for Emacs.
1270 (eudc-bob-can-display-inline-images): Extend for Emacs.
1271 (eudc-bob-toggle-inline-display): Ditto.
1272 (eudc-bob-display-jpeg): Ditto.
1273
99c6d63b
GM
12742000-01-12 Gerd Moellmann <gerd@gnu.org>
1275
7970b229
GM
1276 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1277 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1278 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 1279
e4936aa9
GM
1280 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1281 nil)'.
1282
1283 * subdirs.el: Add `net' directory.
1284
133c9e59
GM
1285 * net: New directory.
1286
99c6d63b
GM
1287 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1288 eval-last-sexp. Don't bind debug-on-error here.
1289 (eval-last-sexp): New function. Bind debug-on-error if
1290 eval-expression-debug-on-error is non-nil.
1291 (eval-defun-2, eval-defun): Likewise.
1292
1293 * simple.el (eval-expression): Don't bind debug-on-error if
1294 eval-expression-debug-on-error is nil. Detect changed
1295 debug-on-error, and propagate new value to global binding, if
1296 eval-expression-debug-on-error is non-nil,
1297 (eval-expression-debug-on-error): Change doc string.
a23c5037 1298
83c8f461
RS
12992000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1300
1301 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1302
1303 * emacs-lisp/lisp-mode.el (with-syntax-table):
1304 Set up lisp-indent-function property.
1305
1306 * subr.el (with-syntax-table): Moved from simple.el.
1307
1308 * simple.el (with-syntax-table): Moved to subr.el.
1309
7e3c74fa
GM
13102000-01-11 Gerd Moellmann <gerd@gnu.org>
1311
1fab1775
GM
1312 * tmm.el (tmm-shortcut): Delete region after prompt instead
1313 of erasing buffer.
1314
7e3c74fa 1315 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
1316 (fill-context-prefix): Use the longest common prefix of first
1317 and second line fill prefix, if there is one.
7e3c74fa 1318
782bd3ec
RS
13192000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1320
1321 * array.el (array-mode): Don't use make-variable-buffer-local.
1322 Use make-local-variable for `truncate-lines'.
1323
aa705642 13242000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 1325
aa705642
GM
1326 * add-log.el (add-log-current-defun): Handle user-defined
1327 add-log-current-function returning nil,
a23c5037 1328
57df2446 1329 * add-log.el (add-change-log-entry): Insert version number
aa705642 1330 if having found a current function
c1356086
GM
1331
1332 * add-log.el (add-log-current-defun): Call
1333 `add-log-current-defun-function'. Try matches at level 0 and
1334 level 1. Strip whitespace from defun found.
a23c5037 1335
1d8c59e9
RS
13362000-01-10 John Wiegley <johnw@gnu.org>
1337
1338 * allout.el (isearch-done/outline-provisions): Added `edit'
1339 argument to correspond with the current definition of
1340 `isearch-done'.
1341
8cf87e9b
DL
13422000-01-10 Dave Love <fx@gnu.org>
1343
1344 * elide-head.el (elide-head): Use point-marker, not point.
1345
9050446c
GM
13462000-01-10 Gerd Moellmann <gerd@gnu.org>
1347
8321b22a
GM
1348 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1349 before and after the year 2000.
a23c5037 1350
9050446c
GM
1351 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1352 Add ispell- prefix.
1353
13542000-01-10 Ken Stevens <k.stevens@ieee.org>
1355
1356 * ispell.el: Only define dictionaries in menus when they exist.
1357 (version18p): New variable.
1358 (version20p): New variable.
1359 (xemacsp): New variable.
1360 (ispell-choices-win-default-height): Fix for XEmacs visibility.
1361 (ispell-dictionary-alist1): Added Brasileiro dictionary.
1362 (ispell-dictionary-alist6): Russian command lines no longer accept
1363 run-together words.
1364 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1365 (ispell-dictionary-alist): Add koi8-r to customize definition.
1366 (check-ispell-version): Added documentation string. Returns
1367 library path when called non-interactively.
1368 (ispell-menu-map-needed): Uses new variables.
1369 (ispell-library-path): New variable.
1370 (ispell-decode-string): XEmacs fix for bogus variable bindings.
1371 (ispell-word): Improved documentation string. Test for valid
1372 character mappings. Correctly check typed in word changes that can
1373 result in single words split into multiple words. Returns
1374 replacement word.
1375 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
1376 replace in recursive query replace mode. Help message for
1377 recursive edit mode.
1378 (ispell-show-choices): Protect against bad framepop bindings.
1379 (ispell-help): Fix to work with XEmacs.
1380 (ispell-highlight-spelling-error): Use new variables.
1381 (ispell-overlay-window): Fix to work with XEmacs.
1382 (ispell-parse-output): Passed and returns location information
1383 tracking spelling corrections. Doesn't recheck same word on
1384 current line.
1385 (ispell-init-process): Protect against bogus XEmacs variable binding.
1386 Fix call to single argument in sleep-for. Use new variables.
1387 (ispell-region): Passed and returns location information tracking
1388 spelling corrections. Doesn't check same word on current line.
1389 Improved documentation string. Doesn't resend a line already
1390 checked to the ispell process - fixes bug in LaTeX parsing.
1391 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1392 (ispell-skip-region): No longer skips <TT> in SGML.
1393 (ispell-process-line): Tracks location information with spelling
1394 corrections. Added documentation string. Accounts for words
1395 already accepted on this line. Don't allow query-replace on line
1396 starting with math characters. Doesn't resend a line already sent
1397 to ispell process. Fixes alignment error bug.
a23c5037 1398
6d0c28f4
RS
13992000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1400
a23c5037 1401 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
1402 Suggest xloadimage, which is free, not xv, which isn't.
1403
a23c5037 1404 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
1405 Don't ever include the host name or user name in the value.
1406
9ed79f5d
GM
14072000-01-09 Gerd Moellmann <gerd@gnu.org>
1408
1409 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1410 of a real newline.
1411
b950abb1
GM
14122000-01-09 Stephen Eglen <stephen@gnu.org>
1413
a23c5037 1414 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
1415 for .png files.
1416
3c708e98
GM
14172000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
1418
1419 * cus-edit.el (custom-hook-convert-widget): Fix comment.
1420
bf61662d
GM
14212000-01-09 Gerd Moellmann <gerd@gnu.org>
1422
f1d851ae
GM
1423 * progmodes/cperl-mode.el: Replace ^F with ^L.
1424
bf61662d 1425 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 1426 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
1427 recursion.
1428
c65d14ee
DL
14292000-01-08 Dave Love <fx@gnu.org>
1430
8cf87e9b
DL
1431 * emacs-lisp/backquote.el: Remove inappropriate customization
1432 (allowing custom.el to use backquote).
c65d14ee 1433
83de2ebc
DL
14342000-01-07 Dave Love <fx@gnu.org>
1435
1436 * add-log.el (add-log-debugging): Deleted.
1437 (add-change-log-entry): Treat a backup FILE-NAME as its parent
1438 file. Remove debugging code.
1439 (change-log-get-method-definition, change-log-name): Add doc.
1440 (change-log-sortable-date-at): New function.
1441 (change-log-merge): New command.
1442
1443 * time.el (display-time-string-forms): Make the Mail string active.
1444 (display-time-update): Provide help-echo for load average.
1445
1446 * bindings.el (make-mode-line-mouse2-map): New function.
1447 (mode-line-modified): Use it and simplify.
1448 (mode-line-mule-info): Provide help-echo info.
1449 (minor-mode-alist): Activate the strings.
1450 (make-mode-line-mouse-sensitive): Simplify for
1451 mode-line-buffer-identification.
1452
c1475eae
GM
14532000-01-07 Gerd Moellmann <gerd@gnu.org>
1454
1455 * play/pong.el: New file.
1456
83de2ebc
DL
14572000-01-06 Dave Love <fx@gnu.org>
1458
1459 * array.el: Assorted cleanups for compiler warnings, doc strings,
1460 `array-' prefix for symbols.
1461
14622000-01-05 Dave Love <fx@gnu.org>
1463
1464 * textmodes/outline.el (outline-mode-menu-bar-map): Add
1465 outline-headers-as-kill.
1466 (outline-mode): Define imenu-generic-expression.
1467 (outline-headers-as-kill): New command.
1468
1469 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1470 from paragraph-start.
1471 (paragraph-indent-minor-mode): New command.
1472
1473 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1474 M-C-e, M-C-h, C-j, C-xnd, TAB.
1475 (fortran-mode): Set beginning-of-defun, end-of-defun.
1476 (fortran-column-ruler): Simplify.
1477 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1478 (fortran-with-subprogram-narrowing): Likewise.
1479 (fortran-indent-subprogram): Call mark-defun.
1480 (fortran-check-for-matching-do): Change narrowing.
1481
1482 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1483 (cl-lucid-hash-tag): Delete.
1484 (cl-hash-table-p): Correct test for native table.
1485 (cl-hash-table-count): Use hash-table-count.
1486
1487 * browse-url.el (browse-url): Fix case of
1488 browse-url-browser-function being an alist.
1489
676ac023
CD
14902000-01-05 Carsten Dominik <cd@gnu.org>
1491
c1475eae
GM
1492 * textmodes/reftex-vars.el (reftex-parse-file-extension)
1493 (reftex-index-phrase-file-extension): New options.
676ac023
CD
1494
1495 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 1496 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
1497
1498 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 1499 `reftex-parse-file-extension'.
eb483e17 1500
88807984
DL
15012000-01-05 Dave Love <fx@gnu.org>
1502
83de2ebc 1503 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
1504 (beginning-of-defun-raw): Use it.
1505 (end-of-defun): New variable.
1506 (end-of-defun): Use it.
1507 (check-parens): New command.
1508
1362aeb4
TTN
15092000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1510
c1475eae
GM
1511 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1512 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 1513
7ddafb95
TTN
1514 Fix buglet in local variables initialization.
1515
7334aa99
AS
15162000-01-05 Andreas Schwab <schwab@suse.de>
1517
1518 * hscroll.el (hscroll): Doc fix.
1519
b12e24cd
CD
15202000-01-05 Carsten Dominik <cd@gnu.org>
1521
1522 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1523 idlw-toolbar.
1524
1525 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1526 file idlw-rinfo.el.
1362aeb4
TTN
1527 (idlwave-customize): load must read file idlw-shell.el.
1528 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 1529
d6226972
CD
15302000-01-05 Carsten Dominik <dominik@astro.uva.nl>
1531
1532 * progmodes/idlw-shell.el: Also provide idlwave-shell
1533 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1534 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1535
1536 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1537 both reftex-dcr and reftex-vcr.
1362aeb4 1538
d6226972
CD
1539 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1540
6ddb893f 15412000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
1542
1543 * ps-print.el: PostScript code now is in separate files, doc fix.
1544 (ps-print-version): New version number (5.0.3).
1545 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1546 local.
1547 (ps-spool-config): Initialization fix.
c1475eae
GM
1548 (ps-print-prologue-1, ps-print-prologue-2)
1549 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
1550 (ps-background-image): Little code reformating.
1551 (ps-begin-file, ps-begin-job): Fix code.
88807984 1552 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
1553 (ps-prologue-file): New fun.
1554
ae833aae
KH
15552000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1556
c1475eae 1557 * ps-vars.el: Eliminated.
ae833aae
KH
1558
1559 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1560 `;;;###autoload'.
1561
1562 * ps-print.el: ps-vars eliminated, doc fix.
1563 (ps-print-version): New version number (5.0.2).
1564 (ps-spool-config): Initialization fix.
1565 (ps-print-customize): New fun.
1566
560a7bd2
GM
15672000-01-04 Gerd Moellmann <gerd@gnu.org>
1568
1569 * autorevert.el (auto-revert-mode): Return value of
1570 auto-revert-mode.
1571
f45dd0f4
DL
15722000-01-04 Dave Love <fx@gnu.org>
1573
fae2ac05
DL
1574 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1575 menu items.
f45dd0f4 1576
61255981
DL
15772000-01-03 Dave Love <fx@gnu.org>
1578
88807984 1579 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 1580
83de2ebc 1581 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
1582 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1583 `cl-hash-table-p', not `hash-table-p'.
1584 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1585
c182a70f
EZ
15862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1587
1588 * faces.el (face-read-integer, read-face-attribute)
1589 (color-defined-p, color-values): unspecified-{f,b}g are now
1590 strings.
1591
047f434a
GM
15922000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1593
1594 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1595 at comment end, and re-insert them after filling.
1596
bab531e2
EZ
15972000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1598
1599 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
1600 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1601 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 1602
d684c676
EZ
16032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1604
1605 * term/x-win.el (xw-defined-colors): Call color-supported-p,
1606 the new name of face-color-supported-p.
1607
1608 * term/w32-win.el (xw-defined-colors): Likewise.
1609
0aad4805
EZ
16102000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1611
1612 * simple.el (completion-setup-function): Count completion-size
1613 from minibuffer-prompt-end, not from point-min.
1614
5fe1d139
EZ
16152000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1616
1617 * faces.el (read-face-attribute, defined-colors, color-defined-p):
1618 Pass the frame to tty-color-* functions.
1619 (display-color-p, frame-set-background-mode): Pass the frame to
1620 tty-display-color-p.
1621
1622 * term/tty-colors.el (tty-defined-color-alist): Renamed from
1623 tty-color-alist.
1624 (tty-color-alist, tty-modify-color-alist): New functions.
1625 (tty-color-define, tty-color-clear, tty-color-approximate)
1626 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1627 an optional parameter FRAME.
1628
162dec01
GM
16292000-01-01 Gerd Moellmann <gerd@gnu.org>
1630
27189709
GM
1631 * image.el (create-image, defimage): Don't assume image data is a
1632 string.
1633
162dec01
GM
1634 * image.el (defimage): Handle specifications containing :data
1635 instead of :file.
1636 (image-type-from-data): New function.
1637 (image-type-from-file-header): Use it.
1638 (create-image): Add parameter DATA-P.
1362aeb4 1639
23e3e630
RS
16401999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1641
1642 * echistory.el (electric-command-history): Call Command-history-setup
1643 and command-history-mode using their new conventions.
1644
1645 * chistory.el (Command-history-setup): Don't switch buffers. Take
1646 no args, and do not set major-mode, mode-name or the local map.
1647 (command-history-mode): New function, does some of those things
1648 Command-history-setup used to do.
1649 (list-command-history): Call command-history-mode, not
1650 Command-history-setup.
1651 (command-history): Renamed from command-history-mode.
1652
16531999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1654
1655 * arc-mode.el (archive-mode-map): Bind q to quit-window.
1656
bc283707
WP
16571999-12-31 William M. Perry <wmperry@aventail.com>
1658
1659 * image.el (defimage): Images with the `:data' keyword should be
1660 considered valid as well.
1661
f6e2cbe3
RS
16621999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1663
1664 * dired.el (dired-get-filename): Don't call file-name-absolute-p
1665 with FILE if FILE is nil.
1666
16671999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1668
1669 * simple.el (choose-completion-string): In minibuffer,
1670 do not delete the prompt string.
1671
a915c648
GM
16721999-12-30 Gerd Moellmann <gerd@gnu.org>
1673
cc8fdbd3
GM
1674 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1675 assigned to mode-line-mode-menu because bindings.el is dumped with
1676 Emacs, and thus the lists used for menu-item definition will be
1677 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
1678 like pure menu item definitions.
1679
a915c648
GM
1680 * expand.el (expand-abbrev-hook): Return t if expansion was
1681 done, nil otherwise.
1682
d989116d
RS
16831999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1684
1685 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1686 (tar-quit): Function deleted.
1687
30f80d00
TTN
16881999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1689
1690 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1691 was used but not declared.
1692
1693 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1694 hs-find-block-beginning): Add or modify docstrings.
1695
1696 (hs-isearch-show): Rewrite.
1697
a3d4e587
GM
16981999-12-28 Gerd Moellmann <gerd@gnu.org>
1699
e8306224
GM
1700 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1701
a3d4e587
GM
1702 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1703 space in front of a C-style comment end.
1704
5731b491
EZ
17051999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
1706
1707 * startup.el (command-line-1): Make mode line mouse-sensitive for
1708 the MS-DOS version as well.
1709
6448a6b3
GM
17101999-12-28 Gerd Moellmann <gerd@gnu.org>
1711
1712 * bs.el: New file.
1713
27657687
RS
17141999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1715
1716 * textmodes/ispell.el (ispell-process-line):
1717 Add local var line-offset to adjust for the change
1718 in positions within the line, due to previous replacements.
1719
d7e110e4
RS
17201999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1721
1722 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1723 Doc fixes.
1724
776d8e16
GM
17251999-12-27 Gerd Moellmann <gerd@gnu.org>
1726
1727 * add-log.el (change-log-version-number-regexp-list)
1728 (change-log-version-info-enabled): Change :version to 21.1.
1729 (toplevel): Require CL when compiling.
1730
17311999-12-27 Jari Aalto <jari.aalto@poboxes.com>
1732
1733 * add-log.el (change-log-version-number-regexp-list): Added tag
1734 :version 20.6
1735 (change-log-version-info-enabled): Added tag :version 20.6
1736
17371999-12-27 Jari Aalto <jari.aalto@poboxes.com>
1738
1739 * add-log.el: More general version number search with
1740 user-configurable regexp list.
1741 (change-log-version-number-regexp-list): New user variable.
1742 (change-log-find-version): Rewritten. Use user-configurable
1743 version numbering regexp list
1744 change-log-version-number-regexp-list.
1745 (change-log-find-version): Renamed to
1746 change-log-version-number-search
1747 (add-log-file-name-function): New.
1748 (change-log-search-vc-number): Added END paramaeter. Added doc
1749 string to function.
1750 (change-log-version-rcs): Renamed. Was
1751 change-log-search-vc-number.
1752
4340f945 17531999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
30f80d00 1754
74576c2c
TTN
1755 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1756 overlays if they interfere.
1757 (compilation-find-file): Make intangible overlays tangible.
30f80d00 1758
4340f945
TTN
1759 * progmodes/hideshow.el: Generally, synch w/ maintainer
1760 version 5.9.
1761
1762 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
30f80d00 1763
4340f945 1764 (hs-minor-mode-hook): Don't initialize.
30f80d00 1765
4340f945 1766 (hs-special-modes-alist): Rewrite value and docstring.
30f80d00 1767
4340f945 1768 (hs-minor-mode-prefix): Delete unused var.
30f80d00 1769
4340f945 1770 (hs-block-start-mdata-select): New var, buffer local.
30f80d00 1771
4340f945 1772 (hs-headline): New var.
30f80d00 1773
4340f945 1774 (hs-match-data, hs-forward-sexp): New funcs.
30f80d00 1775
4340f945 1776 (hs-hide-comment-region): New func.
30f80d00 1777
4340f945
TTN
1778 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1779 hs-safety-is-job-n, hs-hide-initial-comment-block,
1780 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1781 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1782 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1783 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1784 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
30f80d00 1785
4340f945
TTN
1786 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1787 (hs-isearch-show-temporary): New funcs.
30f80d00 1788
4340f945 1789 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
30f80d00 1790
4340f945 1791 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
30f80d00 1792
4340f945
TTN
1793 When constructing menu, use `[(shift button2)]' notation.
1794
f7c9e039
RS
17951999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1796
1797 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1798 (jka-compr-compression-info-list): Add new elt to each vector.
1799 (jka-compr-write-region): Don't compress the data if it is
1800 already compressed.
1801
1802 * jka-compr.el (jka-compr-really-do-compress): New variable.
1803 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1804 if visiting.
1805 (jka-compr-write-region): Set jka-compr-really-do-compress
1806 if visiting. Test it when deciding to compress.
1807
deca1348
GM
18081999-12-22 Gerd Moellmann <gerd@gnu.org>
1809
1810 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1811 with third argument t.
1812
e33e080c
GM
18131999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1814
1815 * antlr-mode.el: Version 1.2 is released.
1816 (antlr): This package has a web page.
1817
18181999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1819
1820 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1821 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
1822 (antlr-mode-map): New binding [C-c C-c].
1823 (antlr-mode-menu): New entries.
1824
18251999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1826
1827 * antlr-mode.el: Respect Emacs conventions.
1828 ((require 'cl)): Only use during compilation.
1829 (antlr-language-for-option): New function to avoid using `find'.
1830 (antlr-mode): Use it.
1831 (antlr-with-syntax-table): Define new instead using XEmacs' one.
1832 (antlr-imenu-create-index-function): Change accordingly.
1833 (antlr-inside-rule-p): Ditto.
1834 (antlr-end-of-rule): Ditto.
1835 (antlr-end-of-body): Ditto.
1836 (antlr-beginning-of-rule): Ditto.
1837 (antlr-indent-line): Ditto.
1838
18391999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
1840
1841 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1842 (antlr-set-tabs): Don't use hard-coded values.
1843
1844 * antlr-mode.el: Minor navigation changes. Not perfect, but this
1845 won't be possible without a huge time penalty.
1846 (antlr-skip-exception-part): Be more specific.
1847 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1848 Renamed from `antlr-skip-grammar-header'.
1849 (antlr-next-rule): Change accordingly.
1850 (antlr-end-of-body): Ditto. Better error message.
1851 (antlr-beginning-of-body): Better error message.
1852 (antlr-imenu-create-index-function): Skip rule action prelude.
1853
1854 * antlr-mode.el: Minor syntax highlighting changes.
1855 (antlr-font-lock-default-face): Deletia.
1856 (antlr-font-lock-tokendef-face): Changed color.
1857 (antlr-font-lock-tokenref-face): Changed color.
1858 (antlr-font-lock-literal-face): Changed color.
1859 (antlr-font-lock-additional-keywords): Minor changes.
1860
ddc9a403
CD
18611999-12-20 Carsten Dominik <cd@gnu.org>
1862
1863 * progmodes/idlwave.el: New file.
1864
1865 * progmodes/idlwave-rinfo.el: New file.
1866
1867 * progmodes/idlwave-shell.el: New file.
1868
1869 * progmodes/idlwave-toolbar.el: New file.
1870
1362aeb4 1871 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
ddc9a403 1872
2936437d
GM
18731999-12-21 Gerd Moellmann <gerd@gnu.org>
1874
1875 * progmodes/cwarn.el: New file.
1876
71a92751
GM
18771999-12-19 Gerd Moellmann <gerd@gnu.org>
1878
1879 * bindings.el (completion-ignored-extensions): Add .pdf.
1880
bd6a2462
EZ
18811999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
1882
1883 * version.el: Put the version info into binary on MS-DOS as well.
1884
9e6985ed
GM
18851999-12-19 Gerd Moellmann <gerd@gnu.org>
1886
1887 * emacs-lisp/debug.el (debugger-continue): Don't continue if
1888 debugger-may-continue is nil.
1889
3998263f
DL
18901999-12-18 Dave Love <fx@gnu.org>
1891
b416e85a
DL
1892 * emacs-lisp/cl-macs.el: Remove conditional definition of
1893 eval-when-compile. Don't specify abs, expt, gethash,
1894 hash-table-count, hash-table-p as side-effect-free here.
3998263f
DL
1895 (cl-emacs-type): Don't declare.
1896 (cl-compile-time-init): Remove Emacs 18 compiler patch.
1897 (cl-parse-loop-clause): Remove compatibility code.
1898
b416e85a 1899 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3998263f
DL
1900 (side-effect-free-fns): Add gethash, hash-table-count.
1901 (side-effect-and-error-free-fns): Add hash-table-p.
1902
b416e85a
DL
1903 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
1904 `cl-' to autoload names for some hash functions. Don't autoload
3998263f
DL
1905 eval-when-compile. Don't provide mini-cl.
1906 (cl-emacs-type): Remove.
1907 (cl-map-extents): Remove compatibility code.
1908
83de2ebc 1909 * emacs-lisp/float.el: Bind free variables.
3998263f 1910
83de2ebc 1911 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3998263f 1912
b1aa0883
GM
19131999-12-16 Gerd Moellmann <gerd@gnu.org>
1914
1915 * bindings.el (completion-ignored-extensions): Add .tfm.
1916
5cf713b1
DL
19171999-12-16 Dave Love <fx@gnu.org>
1918
3920868a
DL
1919 * faces.el (set-face-attribute): Purecopy the attributes set.
1920
1921 * custom.el (custom-declare-variable): Purecopy value.
1922
b416e85a 1923 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
5cf713b1
DL
1924 (byte-extrude-byte-code-vectors): Use remprop.
1925 (byte-compile-lambda): Check that arg is a lambda.
1926
76f5e2af 19271999-11-16 Anders Lindgren <AndersL@andersl.com>
30f80d00 1928
76f5e2af
GM
1929 * font-lock.el: System for adding and removing keywords.
1930 Both local (previously added keyword) and global keywords
1931 can be removed.
1932 (font-lock-remove-keywords): New user-level function.
1933 (font-lock-update-removed-keyword-alist): New internal function.
1934 (font-lock-removed-keywords-alist): New variable.
1935 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
1936 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
1937 growing datastructures.
1938 (font-lock-set-defaults): Removes keywords stored in
1939 `font-lock-removed-keywords-alist' after local keywords added.
1940
19411999-12-16 Anders Lindgren <andersl@andersl.com>
1942
1943 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
1944 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
1945
1946 * font-lock.el (c-keywords): Only highlight preprocessor
1947 directives when spelled correctly.
1948
1949 * font-lock.el (font-lock-match-c++-structor-declaration,
1950 c++-keywords): Fontify constructors and destructors with function
1951 face inside C++ class declarations.
30f80d00 1952
340fe50f
GM
19531999-12-16 Gerd Moellmann <gerd@gnu.org>
1954
031999fb
GM
1955 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
1956 the shell from sh-shell-file.
1957
340fe50f
GM
1958 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1959
a5e0e1a8
EZ
19601999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1961
1962 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
1963 if one of the files specified cannot be accessed by
1964 file-attributes. Do not strip any leading directories from the
1965 file names, to behave more like `ls' does.
1966
1967 * dired.el (dired-get-filename): Handle absolute file names.
1968 (dired-readin-insert): If argument is a cons, don't print
1969 "wildcard" on the ``total'' line.
1970
f9d2fdc4
EZ
19711999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1972
1973 * faces.el (face-read-integer, read-face-attribute)
1974 (color-defined-p, color-values): Allow color values unspecified-fg
1975 and unspecified-bg, handle them as unspecified.
1976
ddc9a403
CD
19771999-12-15 Carsten Dominik <dominik@astro.uva.nl>
1978
1979 * textmodes/reftex.el: (reftex-compile-variables): respect new
1980 structure of `reftex-index-macro'
1981 (reftex-compile-variables): Use the changed structure of
1982 `reftex-label-alist'.
1983
1984 * textmodes/reftex-vars.el (reftex-index-math-format,
1985 (reftex-toc-max-level): New option.
1986 reftex-index-phrases-search-whole-words,
1987 reftex-index-phrases-case-fold-search,
1988 reftex-index-phrases-skip-indexed-matches,
1989 reftex-index-phrases-wrap-long-lines,
1990 reftex-index-phrases-sort-prefers-entry,
1991 reftex-index-phrases-sort-in-blocks): New options.
1992 (reftex-index-macros): Option structure changed.
1993 (reftex-index-macros-builtin): Added `repeat' item to each entry.
1994 (reftex-label-alist): Additional item in each entry to specify if
1995 the environment should be listed in the TOC.
1996 (eval-when-compile (require 'cl)) added.
1997
1998 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
1999 longer deals with "repeat".
2000 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2001 now used.
2002 (reftex-index-phrases-comment-regexp,
2003 reftex-index-phrases-macrodef-regexp,
2004 reftex-index-phrases-phrase-regexp1,
2005 reftex-index-phrases-phrase-regexp2,
2006 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2007 New constants.
2008 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2009 reftex-index-phrases-font-lock-keywords,
2010 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2011 reftex-index-phrases-restrict-file): New variables.
2012 (reftex-index-phrase-selection-or-word,
2013 reftex-index-visit-phrases-buffer,
2014 reftex-index-initialize-phrases-buffer,
2015 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2016 reftex-index-next-phrase, reftex-index-this-phrase,
2017 reftex-index-all-phrases, reftex-index-region-phrases,
2018 reftex-index-phrases-parse-header,
2019 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2020 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2021 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2022 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2023 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2024 reftex-index-make-replace-string,
2025 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2026 reftex-index-phrase-match-is-indexed,
2027 reftex-index-phrases-fixup-line,
2028 reftex-index-phrases-replace-space,
2029 reftex-index-select-phrases-macro): New functions.
2030 (reftex-index-globalize, reftex-index-globally): functions removed
2031 (eval-when-compile (require 'cl)) added.
1362aeb4 2032
ddc9a403
CD
2033 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2034 for max level.
2035 (reftex-toc-max-level-indicator): New variable.
2036 (reftex-toc-max-level): New command.
2037 (reftex-toc-map): New keybinding `t'.
2038 (reftex-toc-help): Constant updated.
2039 (eval-when-compile (require 'cl)) added.
2040
2041 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2042 `t' command key can change `reftex-toc-max-level'
2043 (eval-when-compile (require 'cl)) added.
2044
2045 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2046 `reftex-toc-max-level'
2047 (eval-when-compile (require 'cl)) added.
2048
2049 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2050 added.
2051
2052 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2053 added.
2054
2055 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2056 commands.
2057 (reftex-citation, reftex-do-citation,
2058 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2059 preselect a citation format.
2060 (eval-when-compile (require 'cl)) added.
2061
2062 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2063 parameter to-end
2064 (reftex-section-info): Deal with environment matches.
2065 (eval-when-compile (require 'cl)) added.
2066
2067 * reftex-global.el (eval-when-compile (require 'cl)) added.
2068
5ec14d3c
KH
20691999-12-15 Kenichi Handa <handa@etl.go.jp>
2070
2071 The following changes are for the new composition mechanism. We
2072 have deleted `composition' charset and composite characters,
2073 instead introduced a special text property `composition'.
2074
2075 * composite.el: New file.
2076
2077 * ps-mule.el: Define encode-composition-rule and find-composition
2078 for Emacs 20.4 and the earlier versions.
2079 (ps-mule-init-external-library): Just require a feature for
2080 external libraries.
2081 (ps-mule-prologue): Postscript code modified for new composition.
2082 (ps-mule-find-wrappoint): New arg COMPOSITION.
2083 (ps-mule-plot-string): Delete code for composite characaters.
2084 (ps-mule-plot-composition): New funcion.
2085 (ps-mule-prepare-font-for-components): New function.
2086 (ps-mule-plot-components): New function.
2087 (ps-mule-composition-prologue-generated): Renamed from
2088 ps-mule-cmpchar-prologue-generated.
2089 (ps-mule-composition-prologue): New named from
2090 ps-mule-cmpchar-prologue. Modified for new composition.
2091 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2092 ps-mule-prepare-cmpchar-font): Deleted.
2093 (ps-mule-string-encoding): New arg NO-SETFONT.
2094 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2095 check Composing, not Cmpchar
2096 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2097 to nil.
2098 (ps-mule-begin-job): Check existence of new composition.
2099
2100 * ps-print.el (ps-plot-region): Handle new composition.
2101
2102 * simple.el (what-cursor-position): Show "(composed)" if the
2103 character is composed.
2104
2105 * international/characters.el: Fix cateogries of Lao symbols.
2106
2107 * international/fontset.el (vertical-centering-font-regexp): New
2108 variable.
2109
2110 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2111 (mule-version-date): Updated to 1999.12.7.
2112 (with-category-table): New macro.
2113
2114 * international/mule-cmds.el (encode-coding-char): Don't check
2115 composite character.
2116
2117 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2118 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2119 x-ctext): Give `composition' property t.
2120
2121 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2122 non-nil) at the tail of ALIST.
2123 (compose-region, decompose-region, decompse-string,
2124 reference-point-alist, compose-chars): Moved to composite.el.
2125 (compose-chars-component, compose-chars-rule,
2126 decompose-composite-char): Deleted.
2127
2128 * international/quail.el (quail-install-map): New optional arg
2129 NAME.
2130 (quail-get-translation): If DEF is a symbol but not a function,
2131 ignore it.
2132 (quail-start-translation): Put a key sequence undefined in the
2133 translation keymap in unread-command-events, not generated-events.
2134 Return parameterized event (compose-last-chars N) if the input
2135 characters should be composed.
2136 (quail-map-definition): If DEF is t, treat it as nil.
2137 (quail-delete-last-char): Delete the quail region.
2138 (quail-show-translations): Don't show list of translations if the
2139 quail package is deterministic.
2140 (quail-completion-max-depth): New variable.
2141 (quail-completion-1): Pay attention to the above variable. Fix
2142 for the case that a translation is a function.
2143 (quail-map-from-table, quail-map-from-table-1,
2144 quail-map-from-table-2): New functions.
2145 (quail-lookup-map-and-concat): New function
2146
2147 * language/devan-util.el: Mostly rewritten.
2148
2149 * language/lao.el: Register lao-composition-function in
2150 composition-function-table.
2151
2152 * language/lao-util.el: Mostly rewritten.
2153
2154 * language/thai.el: Register thai-composition-function in
2155 composition-function-table.
2156 (thai-tis620): Delete `pre-write-conversion' property.
2157
2158 * language/thai-util.el: (thai-category-table): Make it by
2159 make-category-table.
2160 (thai-composition-pattern): New variable.
2161 (thai-compose-region, thai-compose-string): Use
2162 with-category-table.
2163 (thai-post-read-conversion): Just call thai-compose-region.
2164 (thai-pre-write-conversion): Deleted.
2165 (thai-composition-function): New funciton.
2166
2167 * language/tibet-util.el: Most functions rewritten.
2168 (tibetan-char-p): Renamed from tibetan-char-examin.
2169 (tibetan-composable-examin) (tibetan-complete-char-examin)
2170 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2171 (tibetan-add-components): New function.
2172 (tibetan-composition-function): New function.
2173
2174 * language/tibetan.el: Register tibetan-composition-function in
2175 composition-function-table.
2176 (tibetan-composable-pattern): New variable.
2177 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2178 (tibetan-precomposition-rule-alist): Move punctuations to
2179 tibetan-punctuation-transcription-alist and
2180 tibetan-obsolete-glyphs.
2181 (tibetan-punctuation-transcription-alist): New variable.
2182 (tibetan-obsolete-glyphs): New variable.
2183 (tibetan-regexp): Improve the initialization code.
2184
2185 * textmodes/fill.el (fill-find-break-point): Delete codes for
2186 composite characters.
2187 (fill-region-as-paragraph): Likewise.
2188
c3c60f13
GM
21891999-12-14 Gerd Moellmann <gerd@gnu.org>
2190
5806e8a6
GM
2191 * international/mule-cmds.el (default-input-method): Specify
2192 that it should be set after current-language-environment.
2193
2194 * custom.el (custom-handle-keyword): Add :set-after.
2195 (custom-add-dependencies): New function.
2196 (custom-set-variables): Take dependencies between args into
2197 account.
30f80d00 2198
c3c60f13
GM
2199 * battery.el (battery): Doc fix.
2200
295ccc64
GM
22011999-12-12 Gerd Moellmann <gerd@gnu.org>
2202
2203 * progmodes/cc-make.el: Removed.
2204
03d218b4
GM
22051999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2206
2207 * Release of cc-mode 5.26
2208
22091999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2210
2211 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2212 target depth. Optionally count #else lines as clause limits,
2213 as suggested by don provan <provan@lucent.com>. #elif
2214 handling fixed.
2215
2216 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2217 (c-down-conditional-with-else): New commands that uses the
2218 added functionality in `c-forward-conditional'.
2219
22201999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2221
2222 * cc-align.el (c-lineup-comment): Preserve the alignment with
2223 a comment on the previous line instead of preserving the
2224 comment-column.
2225
22261999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2227
2228 * Fixes to IDL mode after input from Eric Eide
2229 <eeide@cs.utah.edu>:
2230 * cc-engine.el (c-beginning-of-statement-1): Allow
2231 `c-conditional-key' to be nil, for the benefit of IDL mode.
2232 * cc-engine.el (c-guess-basic-syntax): Ditto.
2233 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2234 but do match CORBA 2.3 `valuetype'.
2235 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2236 for IDL.
2237 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2238 be nil for IDL.
2239 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2240 Like C++.
2241 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2242 set `c-method-key' and `c-baseclass-key' to nil.
2243
22441999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2245
2246 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2247 with nonhanging open braces.
2248
22491999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2250
2251 * cc-align.el: Added docstrings to all lineup functions.
2252
2253 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2254 keyword.
2255
2256 * cc-align.el (c-lineup-C-comments): Handle free form text
2257 comments. Use c-comment-prefix-regexp and comment-start-skip
2258 instead of hardcoded regexps.
2259
22601999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2261
2262 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2263 behavior and return value as documented.
2264
22651999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2266
2267 * Changes for new style variable init system:
2268 * cc-langs.el (c-common-init): Dito.
2269 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2270 now customizable.
2271 * cc-vars.el: Style variables may now take a value
2272 'set-from-style to make them take their value from the style
2273 system. This value is now the default on all these variables.
2274 * cc-vars.el (c-valid-offset): New function to verify a
2275 syntactic symbol offset setting.
2276 * cc-vars.el (c-offsets-alist): Variable moved from
2277 cc-styles.el since it's now customizable in a similar way to
2278 the other style variables.
2279 * cc-vars.el (c-old-style-variable-behavior): New variable to
2280 revert to the old style init behavior.
2281
2282 * cc-vars.el (c-file-style, c-file-offsets): Made always
2283 buffer local.
2284
2285 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2286 the throws clause that might follow the function prototype in
2287 C++.
2288
22891999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2290
2291 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2292 could move forward for macros that doesn't start in column 0.
2293
22941999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2295
2296 * cc-align.el (c-indent-multi-line-block,
2297 c-lineup-whitesmith-in-block): Two new lineup functions for
2298 use in whitesmith style.
2299
2300 * cc-styles.el (c-style-alist): More fixes to whitesmith
2301 style. It should now handle all different braces uniformly in
2302 both hanging and non-hanging cases.
2303
23041999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2305
2306 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2307 make it stay in the same position relative to the surrounding
2308 text.
2309
2310 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2311 when adaptive-fill-mode doesn't manage to get it correct.
2312
2313 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2314 with dotted notation, e.g. foo.bar.Gnu.
2315
2316 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2317 within unwind-protect (previously only some were wrapped so it
2318 would be possible to register mode initialization when full
2319 initialization did not finish).
2320
2321 * cc-styles.el (c-style-alist): Corrected the brace placement
2322 in the whitesmith style. Thanks to Sean Luke
2323 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2324 styles with consistent brace placement for all constructs.
2325
23261999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2327
2328 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2329 when point is in the middle of them.
2330
2331 * cc-cmds.el: Line breaking and paragraph filling code
2332 rewritten:
2333 (c-guess-fill-prefix): New function that uses various
2334 heuristics to guess the comment prefix.
2335 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2336 It now assumes adaptive filling is active to preserve the line
2337 prefix inside comments.
2338 (c-indent-new-comment-line): Replacement for the now
2339 obsolete `c-comment-line-break-function' that uses
2340 `c-guess-fill-prefix' when appropriate. It now observes the
2341 setting of `comment-multi-line', which has effect in C-style
2342 block comments.
2343
2344 * cc-cmds.el (c-context-line-break): New function intended to
2345 be put on RET. It's essentially `newline-and-indent', but
2346 continues C block comments with the appropriate line prefix.
2347
2348 * cc-cmds.el (c-do-auto-fill): New function put on
2349 `normal-auto-fill-function' to implement the
2350 `c-ignore-auto-fill' variable.
2351
2352 * cc-cmds.el (c-beginning-of-statement): Use
2353 `c-comment-prefix-regexp' to avoid ending up inside the
2354 comment prefix. Better handling of comment starters and
2355 enders. Catch comments better when traversing code. Stop at
2356 preprocessor directives.
2357
2358 * cc-defs.el (c-forward-comment): New subst to hide platform
2359 dependent quirks in `forward-comment'.
2360
2361 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2362 argument.
2363 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2364 arguments. Activate this function by default when
2365 `parse-partial-sexp' supports it (currently Emacs 20.x).
2366
2367 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2368 on the comment opener to make constants usable as lineup
2369 arguments.
2370
2371 * cc-align.el (c-lineup-C-comments): Fixes to handle the
2372 changed anchor position in the `c' syntactic symbol. Handle
2373 more than stars in the comment prefix; use the new variable
2374 `c-comment-prefix-regexp'. Don't indent text not preceded by
2375 a comment prefix to the right of the comment opener if it's
2376 long.
2377
2378 * cc-langs.el: Fixes to mode initialization for new line
2379 breaking and paragraph filling method. Adaptive fill mode is
2380 now activated at startup instead of deactivated. The
2381 variables used for adaptive filling and paragraph movement are
2382 also changed to incorporate the value of
2383 `c-comment-prefix-regexp'. `substitute-key-definition' is
2384 used to override some functions in the global map instead of
2385 overriding their default bindings.
2386
2387 * cc-mode.el (java-mode): Modify `paragraph-start' for the
2388 javadoc markup at mode init.
2389
2390 * cc-mode.el (c-setup-filladapt): A new convenience function
2391 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
2392 function is intended to be used explicitly by the end user
2393 only.
2394
2395 * cc-vars.el (c-comment-prefix-regexp): New variable used to
2396 recognize the comment fill prefix inside comments.
2397 (c-block-comment-prefix): New name for
2398 `c-comment-contiuation-stars', which is now obsolete. It's
2399 generalized to handle any character sequence.
2400 (c-ignore-auto-fill): New variable used to selectively disable
2401 Auto Fill mode in specific contexts.
2402
24031999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2404
2405 * cc-cmds.el (c-comment-indent): Leave at least one space
2406 between the comment and the last nonblank character in the
2407 case where we look at the indentation of the comment on the
2408 previous line (case 4).
2409
2410 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2411 list of characters that may start a statement (it's a sort of
2412 prefix operator in Pike, and isn't used at all in any of the
2413 other languages).
2414
24151999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2416
2417 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2418 inside continued statements as statement-cont instead of
2419 brace-list-open. The reason is that one normally adjusts
2420 brace-list-open for brace lists as top-level constructs, and
2421 brace lists inside statements is a completely different
2422 context. Case 10B.2 changed. Also changed (the somewhat
2423 esoteric) case 9A to cope with this.
2424
24251999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2426
2427 * cc-cmds.el (c-electric-brace): Added electric handling of
2428 the open brace for brace-elseif-brace.
2429
24301999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2431
2432 * cc-defs.el (c-with-syntax-table): New macro to easily switch
2433 syntax tables temporarily.
2434
2435 * cc-engine.el (c-guess-basic-syntax): Handle template and
2436 member init argument lists split over several lines. Case 5D
2437 changed.
2438
2439 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2440 @throws introduced in Javadoc 1.2.
2441
2442 * cc-menus.el (cc-imenu-java-generic-expression): Applied
2443 patch from RMS to avoid infinite backtracking.
2444
24451999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2446
2447 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2448 by [ ].
2449
24501999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2451
2452 * cc-align.el (c-lineup-dont-change): Compensate properly for
2453 the column in langelem.
2454
2455 * cc-engine.el (c-syntactic-information-on-region): New
2456 function to help debugging the syntactic analysis.
2457
24581999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2459
2460 * cc-align.el (c-lineup-template-args): Handle nested template
2461 arglists.
2462
2463 * cc-langs.el (c++-template-syntax-table): New syntax table
2464 that makes `<' and `>' parenthesis characters, which is useful
2465 to switch to temporarily when analyzing template arglists.
2466
2467 * cc-styles.el: Changed default alignment of labels in the
2468 java style to conform to the examples in the Java Language
2469 Specification.
2470
2471 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2472 by default.
2473
24741999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2475
2476 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2477 immediately before the closing paren in an arglist, so don't
2478 check that in Pike mode. Case 7A changed.
2479
24801999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2481
2482 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2483 lines were ignored under certain conditions.
2484
24851999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2486
2487 * cc-align.el (c-lineup-template-args): New function for
2488 aligning continued template argument lists.
2489
2490 * cc-engine.el (c-guess-basic-syntax): Fix for member init
2491 lists containing function arglists split over several lines.
2492 Case 5D.1 changed.
2493
2494 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2495 template-args-cont didn't get recognized when the first
2496 arglist opener line doesn't contain a template argument. New
2497 case 5K.
2498
24991999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2500
2501 * cc-defs.el (c-point): Changed from subst to macro for
2502 efficiency.
2503 (c-beginning-of-defun-1, c-end-of-defun-1): New
2504 beginning-of-defun/end-of-defun wrappers separated from
2505 c-point.
2506
2507 * cc-menus.el (imenu-generic-expression,
2508 imenu-case-fold-search, imenu-progress-message): Dummy
2509 definitions to avoid compiler warnings if imenu can't be
2510 loaded.
2511 * cc-menus.el (cc-imenu-init): New function called at mode
2512 init.
2513 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2514 imenu initializations to cc-imenu-init.
2515
25161999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2517
2518 * cc-engine.el (c-guess-basic-syntax): Slightly better check
2519 for lambda-intro-cont in Pike mode. Case 6 changed.
2520
2521 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2522 anything following "new Foo()" was considered an anonymous
2523 class body in Java mode.
2524
25251999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2526
2527 * cc-cmds.el (c-comment-line-break-function): When breaking in
2528 a string, don't insert a new line.
2529
25301999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2531
2532 * cc-engine.el (c-at-toplevel-p): New interface function which
2533 returns information useful to add-on authors. It tells you
2534 whether you're at a toplevel statement or not.
2535
25361999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2537
2538 * cc-cmds.el (c-comment-line-break-function): It is possible
2539 that forward-line does not land us at the bol, say if we're on
2540 the last line in a file. In that case, do a
2541 back-to-indentation instead of a forward-comment -1.
2542
25431999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2544
2545 * cc-engine.el (c-beginning-of-statement-1): Don't catch
2546 "default:" as normal label in case 4.
2547
25481999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2549
2550 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2551 recognize continued bitfield declarations. Case 5D.1 changed.
2552 * cc-langs.el: New variable c-bitfield-key.
2553 * cc-mode.el: New variable c-bitfield-key.
2554
25551999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2556
2557 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2558 anonymous array expressions (i.e. "new Foo[] {.. bracelist
2559 ..}").
2560
3fc55897
DL
25611999-12-12 Dave Love <fx@gnu.org>
2562
b416e85a
DL
2563 * mail/footnote.el: Require cl when compiling. Don't autoload
2564 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3fc55897
DL
2565 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2566 Avoid `acons'.
2567 (footnote-mode-line-string, Footnote-add-footnote): Remove
2568 autoload cookie.
2569
d8eccf12
GM
25701999-12-12 Richard Sharman <rsharman@pobox.com>
2571
2572 * sh-script.el: Fix for when font-lock mode is active.
2573 (sh-font-lock-unfontify-region-function): New function.
30f80d00 2574
01511f50
EZ
25751999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
2576
2577 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2578 if start-process is not bound, since Ispell now supports such
2579 platforms as well.
2580
23ee5556 25811999-12-12 Gerd Moellmann <gerd@gnu.org>
d5f65532 2582
23ee5556
GM
2583 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2584 rmail-summary-goto-msg.
2585
2586 * files.el (after-find-file): Fix previous change.
2587
25881999-12-11 Dave Love <fx@gnu.org>
2589
2590 * help.el (where-is): Use `commandp' as predicate for
d5f65532
DL
2591 `completing-read'
2592
910e5714
RS
25931999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2594
2595 * cus-edit.el (custom-save-delete): Delete all occurrences,
2596 leave point where the first occurrence was.
2597 (custom-save-faces): Insert a newline at the end of the comment.
2598 Avoid a double newline there.
2599 If final closeparen is at bol, put a space before it.
2600 (custom-save-variables): Likewise.
2601 (custom-file): Doc fix.
2602
a7261cf5
GM
26031999-12-10 Gerd Moellmann <gerd@gnu.org>
2604
2605 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2606 regexp matching image and audio files.
2607
489f9c77
DL
26081999-12-09 Dave Love <fx@gnu.org>
2609
2610 * mail/footnote.el: New file.
2611
365e9bce
GM
26121999-12-09 Gerd Moellmann <gerd@gnu.org>
2613
2614 * files.el (after-find-file): Use auto-save-visited-file-name if
2615 set.
2616
2617 * mail/feedmail.el (feedmail-find-eoh): Take
2618 feedmail-queue-alternative-mail-header-separator into account.
2619
3dac25a9
SM
26201999-12-09 Stefan Monnier <monnier@cs.yale.edu>
2621
2622 * smerge-mode.el: New file.
2623
2624 * font-lock.el (font-lock-multiline): New variable.
2625 (font-lock-add-keywords): Rename `major-mode' into `mode'.
2626 (font-lock-remove-keywords): Added a dummy `mode' argument for
2627 potential future support.
30f80d00 2628 (font-lock-fontify-anchored-keywords,
3dac25a9
SM
2629 (font-lock-fontify-keywords-region): Only handle multiline strings
2630 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2631
72af9867
RS
26321999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2633
74002bdf
RS
2634 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2635
72af9867
RS
2636 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2637
e77049d4
DL
26381999-12-07 Dave Love <fx@gnu.org>
2639
2640 * help.el (view-emacs-problems): New command, bound to C-h P.
2641
2642 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2643
a1eb02bd 26441999-12-07 Stefan Monnier <monnier@cs.yale.edu>
0b82e382 2645
f28eba7b 2646 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
0b82e382
SM
2647 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2648 New code to support the minor mode version.
2649 (diff-recenter): New function.
2650 (diff-next-hunk, diff-next-file): Use it.
2651 (diff-remembered-files-alist): New var.
2652 (diff-merge-strings): New function.
2653 (diff-find-file-name): Make it smarter and use the user's input more.
2654 (diff-mode): Cosmetic changes.
a1eb02bd
SM
2655
2656 * files.el (save-some-buffers): Turn EXITING into the more general
2657 PRED argument to allow specifying a subset of buffers.
2658
2659 * simple.el (kill-region): Use the new `delete-and-extract-region'
2660 rather than the undo log (which is incorrect with *-change-functions).
2661
2662 * font-lock.el (font-lock-default-fontify-region): Fix subtle
2663 off-by-one problem that could force re-fontifying the whole buffer.
01e924b8
SM
2664 (font-lock-remove-keywords): New function.
2665 (font-lock-add-keywords): Use the new function to ensure idempotence.
a1eb02bd 2666
1da04da1 26671999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
30f80d00 2668
1da04da1 2669 * viper-cmd.el (viper-minibuffer-standard-hook,
f28eba7b 2670 viper-minibuffer-real-start): Mew functions.
1da04da1 2671 (viper-read-string-with-history,viper-file-add-suffix,
f28eba7b 2672 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1da04da1 2673 change in the status of the minibuffer prompt.
30f80d00 2674
3d973f71
GM
26751999-12-06 Gerd Moellmann <gerd@gnu.org>
2676
2677 * comint.el (comint-redirect-results-list)
2678 (comint-redirect-results-list-from-process): Remove interactive
2679 spec.
2680
7a3abcd8
EZ
26811999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2682
2683 * info.el (info-node, info-menu-5, info-xref): Define colors for
2684 Info faces if the display supports them.
2685
f795f633
EZ
26861999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2687
2688 Changes for automatic remapping of X colors on terminal frames:
2689
2690 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2691 term-setup-hook. Call msdos-remember-default-colors and
2692 msdos-handle-reverse-video.
2693 (msdos-face-setup): Parts of code moved to
2694 msdos-setup-initial-frame.
2695 (msdos-handle-reverse-video): New function, modeled after
2696 x-handle-reverse-video.
2697 (make-msdos-frame): Don't use initial-frame-alist and
2698 default-frame-alist. Call msdos-handle-reverse-video.
2699 (msdos-color-aliases): Remove.
2700 (msdos-color-translate, msdos-approximate-color): Remove.
2701 (msdos-color-values): Use 16-bit RGB values. RGB values updated
2702 for better approximation of X colors.
2703 (msdos-face-setup): Call tty-color-clear. Remove code that sets
2704 up tty-color-alist (it is now on startup.el).
2705 (x-display-color-p, x-color-defined-p, x-color-values,
2706 x-defined-colors, face-color-supported-p, face-color-gray-p):
2707 Remove.
2708
2709 * facemenu.el (facemenu-read-color, list-colors-display): Use
2710 defined-colors for all frame types.
2711 (facemenu-color-equal): Use color-values for all frame types.
2712
2713 * faces.el (read-face-attribute): For :foreground and :background
2714 attributes and frames on character terminals, translate the color
2715 to the closest supported one before looking it up in the list of
2716 valid values.
2717 (face-valid-attribute-values): Call defined-colors for all types
2718 of frames.
2719 (defined-colors, color-defined-p, color-values, display-color-p):
2720 New finctions.
2721 (x-defined-colors, x-color-defined-p, x-color-values,
2722 x-display-color-p): Aliases for the above.
2723
2724 * startup.el (command-line): Register terminal colors for frame
2725 types other than x and w32, but only if the terminal supports
2726 colors. Call tty-color-define instead of face-register-tty-color.
2727
2728 * term/x-win.el (xw-defined-colors): Renamed from
2729 x-defined-colors.
2730 * term/w32-win.el (xw-defined-colors): Likewise.
2731
2732 * term/tty-colors.el: New file.
2733 * loadup.el: Load term/tty-colors.
2734
71059bd3
DL
27351999-12-06 Dave Love <fx@gnu.org>
2736
2737 * ffap.el: Autoload the ffap alias directly.
2738
d984dbc1
GM
27391999-12-06 Inge Frick <inge@nada.kth.se>
2740
2741 * dired-aux.el (dired-do-shell-command): Changed documentation.
2742 (dired-shell-stuff-it): A `?' in COMMAND has now the same
2743 meaning as `*'.
30f80d00 2744
0b7b02f9
GM
27451999-12-06 Gerd Moellmann <gerd@gnu.org>
2746
cded5ed3
GM
2747 * simple.el (insert-buffer): Doc fix.
2748
0b7b02f9
GM
2749 * apropos.el (apropos-mode): Add autoload cookie.
2750
27511999-12-06 Sam Steingold <sds@goems.com>
2752
2753 * progmodes/etags.el (etags-tags-completion-table): Modified the
2754 regexp to allow for the CL symbols starting with `+*'.
2755 (tags-completion-table): Doc fix (it's an obarray, not an alist).
2756 (tags-completion-table, tags-recognize-empty-tags-table): Remove
2757 `function' quoting lambda.
2758 (tags-with-face): New macro.
2759 (list-tags, tags-apropos): Use it.
2760 (tags-apropos-additional-actions): New user option.
2761 (etags-tags-apropos-additional): Use it.
2762 (tags-apropos): Call etags-tags-apropos-additional.
2763 (tags-apropos-verbose): New user option.
2764 (etags-tags-apropos): Use it.
2765 (visit-tags-table-buffer, next-file): Use `unless'.
2766 (recognize-empty-tags-table): Renamed to
2767 tags-recognize-empty-tags-table.
2768 (complete-tag): Call tags-complete-tag bypassing try-completion.
30f80d00 2769
b3e5232e
KH
27701999-12-06 Kenichi Handa <handa@etl.go.jp>
2771
2772 * international/mule.el (set-buffer-file-coding-system): Docstring
2773 modified.
2774
28f2ee66
GM
27751999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
2776
2777 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2778 using the hideshow package.
2779 (hs-special-modes-alist): Added entry for bibtex to allow the use
2780 of the hideshow package.
2781 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2782 not longer provided by bibtex.el directly. Instead the hideshow
2783 package should be used.
2784 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2785 references to bibtex-hide-entry-bodies.
2786
27871999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
2788
2789 * textmodes/bibtex.el: Copyright notice is up to date. Moved
2790 maintainer information closer to the beginning of the bibtex.el
2791 file.
2792 (bibtex-maintainer-salutation): New constant.
2793 (bibtex-version): New constant.
2794 (bibtex-submit-bug-report): Use bibtex-version and
2795 bibtex-maintainer-salutation.
2796 (bibtex-entry-field-alist): Made booktitle field optional for
2797 @inproceedings entries when crossreferenced.
2798 (bibtex-entry-field-alist): Added booktitle field to proceedings
2799 entry type (for cross referencing). Thanks to Wagner Toledo Correa
2800 for the suggestion.
2801 (bibtex-string-file-path): Fixed typo.
2802
28031999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
2804
2805 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2806 for reftex.el.
2807 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2808 to menu.
2809
22afa6e8
DL
28101999-12-04 Dave Love <fx@gnu.org>
2811
2812 * delsel.el: Revert previous change -- region is significant to
2813 skeleton.
2814
b380fdf4
MK
28151999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
2816
2817 * viper-cmd.el (viper-change-state): Use
2818 viper-ESC-moves-cursor-back to decide whether to move the cursor
2819 back.
30f80d00 2820
9ac06837
GM
28211999-12-03 Kenichi Handa <handa@mule.m17n.org>
2822
2823 * international/mule-util.el (truncate-string-to-width): Docsting
2824 fixed.
2825
be961cd5
SM
28261999-12-02 Stefan Monnier <monnier@cs.yale.edu>
2827
9ac06837 2828 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
be961cd5
SM
2829 use of `cond'.
2830 (lm-with-file): Move all the find-file...kill-buffer stuff into
2831 this macro. Make it use `find-file-noselect' and make it kill
2832 the buffer only if it wasn't already displayed somewhere.
2833 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2834 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
9ac06837 2835 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
a1eb02bd 2836 (lm-commentary): Fix to handle the case when the change log is
be961cd5
SM
2837 at the end of the file.
2838
867ef43a
GM
28391999-12-02 Kenichi Handa <handa@etl.go.jp>
2840
2841 * international/mule.el (charsetp): Fix typo in docstring.
2842
2843 * international/mule-diag.el (list-coding-categories): Fix typo;
2844 automatic -> autoload.
2845
8f713f53
GM
28461999-12-02 Gerd Moellmann <gerd@gnu.org>
2847
fb29efe9
GM
2848 * vc.el (vc-update-change-log): Look for rcs2log under
2849 exec-directory.
2850
a8050bff
GM
2851 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2852 outline-regexp, add outline-level.
2853 (lisp-outline-level): New.
2854
30f80d00 2855 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
ddf8eff5
GM
2856 remove extraneous string-match.
2857
8f713f53
GM
2858 * finder.el (finder-commentary): Activate Finder mode.
2859
a468671a
GM
28601999-12-01 Anders Lindgren <andersl@andersl.com>
2861
2862 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2863 off when reverting buffers that contained mode specifiers.
2864 `revert-buffer' is now called with non-nil PRESERVE-MODES
2865 argument.
2866
0fdcf38a
DL
28671999-12-01 Dave Love <fx@gnu.org>
2868
2869 * delsel.el: Grok skeleton-pair-insert-maybe.
2870
8f222248
RS
28711999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2872
2873 * progmodes/cperl-mode.el (cperl-under-as-char):
2874 Use nil as default.
2875
eb88a06d
GM
28761999-11-30 Gerd Moellmann <gerd@gnu.org>
2877
2878 * speedbar.el (toplevel): Remove compatibility code for Emacs
2879 versions without custom.el.
2880
cc0f405b
DL
28811999-11-30 Dave Love <fx@gnu.org>
2882
b416e85a 2883 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
6a30e275 2884
0f29c6a8
DL
2885 * autoinsert.el: Minor doc fixes.
2886 (auto-insert): Return nil.
2887
cc0f405b
DL
2888 * faces.el (set-face-documentation): Purecopy STRING.
2889
aec2bb63
DL
28901999-11-29 Dave Love <fx@gnu.org>
2891
04c817d4
DL
2892 * derived.el: Doc fixes, remove old backquote syntax.
2893
aec2bb63
DL
2894 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
2895 comment warning about editing.
2896
75ec883c
DL
2897 * help.el (help-mode-hook): Define.
2898
ebb4159c
GM
28991999-11-29 Gerd Moellmann <gerd@gnu.org>
2900
2901 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
2902 invalid translation of old-style backquote syntax to new syntax.
2903
4678c844
EZ
29041999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2905
2906 * Makefile (DONTCOMPILE): Add term/internal.el.
2907
07c8b450
DL
29081999-11-26 Dave Love <fx@gnu.org>
2909
2910 * comint.el: Fix last change.
2911
2912 * emacs-lisp/advice.el: Fix last change.
2913
19d63704
RS
29141999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2915
2916 * cus-edit.el (Custom-reset-standard): Doc fix.
2917 (custom-variable-reset-standard): Doc fix.
2918 (custom-face-reset-standard): Doc fix.
2919 (custom-face-menu): "Reset to Standard" => "Erase Customization".
2920 (custom-variable-menu): Likewise.
2921 (custom-reset-menu): Likewise.
2922 (custom-buffer-create-internal): Likewise.
2923
cc700606
DL
29241999-11-26 Dave Love <fx@gnu.org>
2925
2926 * progmodes/make-mode.el (makefile-mode-hook): Customize.
2927
2928 * font-lock.el: Doc fixes.
2929
2930 * menu-bar.el (menu-bar-mode): Customize.
2931
2932 * cus-start.el: Add use-dialog-box.
2933
2934 * add-log.el (change-log-mode-hook): Customize.
2935 (add-log-current-defun): Use
30f80d00 2936 fortran-{beginning,end}-of-subprogram.
cc700606 2937
916cd8a3
RS
29381999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2939
2940 * emacs-lisp/advice.el: Many doc fixes.
c095ddb9
RS
2941
2942 * comint.el (comint-preoutput-filter-functions): Doc fix.
2943
29441999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2945
30f80d00 2946 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
c095ddb9
RS
2947 Improve messages for capitalization of arg names,
2948 for flag variables, for t and nil, for imperatives.
2949 Call them imperatives rather than infinitives sans "to".
2950 (checkdoc-common-verbs-wrong-voice): Add "moves".
2951 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
2952
2953 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2954 Don't convert comments from 3-semicolon to 2-semicolon.
2955 That is a matter of style.
2956 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
2957 (checkdoc-comments): Don't bind that variable.
2958
29591999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2960
2961 * files.el (write-file-hooks): Doc fix.
2962
0cf5bb50
GM
29631999-11-26 Gerd Moellmann <gerd@gnu.org>
2964
2965 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
2966
ddb6e2e2
DL
29671999-11-25 Dave Love <fx@gnu.org>
2968
2969 * hippie-exp.el: Require comint when compiling.
2970 (hippie-expand): Add :links.
2971 (hippie-expand-try-functions-list): Customize.
2972
7d3f9fd8 29731999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
30f80d00 2974
0cf5bb50 2975 * viper*el: Replaced old-style backquotes.
30f80d00 2976
0cf5bb50 2977 * ediff*el: Replaced old-style backquotes.
30f80d00 2978
7d3f9fd8
MK
2979 * ediff-merge
2980 (ediff-looks-like-combined-merge,ediff-get-combined-region):
0cf5bb50 2981 Changed to support the new format for ediff-combination-pattern.
30f80d00 2982
7d3f9fd8 2983 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
0cf5bb50 2984 Changed to support the new format for ediff-combination-pattern.
30f80d00 2985
0ee0d2a4
DL
29861999-11-24 Dave Love <fx@gnu.org>
2987
ba7394fe
DL
2988 * custom.el (custom-declare-group): Purecopy DOC.
2989 (custom-handle-keyword): Purecopy VALUE.
2990 (custom-add-link): Purecopy WIDGET.
2991 (custom-add-version): Purecopy VERSION.
2992 (custom-add-load): Purecopy LOAD.
2993
2994 * cus-face.el (custom-declare-face): Purecopy DOC.
2995
0ee0d2a4
DL
2996 * info.el:
2997 (Info-build-node-completions, Info-search, Info-follow-reference)
2998 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
2999 (Info-find-emacs-command-nodes): Avoid properties on matched text
3000 which may appear in minibuffer.
3001
9be8f657
GM
30021999-11-24 Gerd Moellmann <gerd@gnu.org>
3003
3004 * locate.el (locate-with-filter): Doc fix.
3005
46d94d0d
GM
30061999-11-24 Alex Schroeder <alex@gnu.org>
3007
3008 * sql.el (sql-find-sqli-buffer): New function.
3009 (sql-set-sqli-buffer-generally): New function.
3010 (sql-set-sqli-buffer): Better checking of new-buffer.
3011 (sql-copy-column): Add comma after INTO clause, too.
3012
30131999-11-24 Alex Schroeder <alex@gnu.org>
3014
3015 * sql.el (sql-imenu-generic-expression): New, used to set
3016 imenu-generic-expression.
3017
3018 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3019 setting font-lock-defaults' SYNTAX-ALIST. Set
3020 imenu-generic-expression, imenu-case-fold-search, and
3021 imenu-syntax-alist.
3022
3023 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3024 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3025
fd626620
GM
30261999-11-23 Andrew Innes <andrewi@gnu.org>
3027
3028 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3029 drop coords aren't over a specific window.
3030
68e684a0
KH
30311999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3032
3033 * ps-print.el: Define mule funs without checking if mule package is
3034 loaded.
3035 (ps-print-version): New version number (5.0.1).
3036 (ps-header-dirpart): Now uses abbreviate-file-name.
3037
d8f479c6
DL
30381999-11-23 Dave Love <fx@gnu.org>
3039
b416e85a 3040 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5ebc0846
DL
3041 comment-line-start.
3042 (fortran-comment-line-start-skip): Renamed from
3043 comment-line-start-skip.
3044 (fortran-mode-map): Use renamed functions. Add manual and custom
3045 entries to menu.
3046 (fortran-mode-hook): Customize.
3047 (fortran-comment-indent-function): Renamed from
3048 fortran-comment-hook.
3049 (delete-horizontal-regexp): Function deleted.
3050 (fortran-electric-line-number): Simplified.
3051 (fortran-beginning-of-subprogram): Renamed from
3052 beginning-of-fortran-subprogram.
3053 (fortran-end-of-subprogram): Renamed from
3054 end-of-fortran-subprogram.
3055 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3056 (fortran-previous-statement, fortran-next-statement): Simplified.
3057 (fortran-blink-match): New function.
3058 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3059 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3060 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3061 line-end-position.
3062 (fortran-fill): No longer interactive. Simplified.
3063 (fortran-break-line): Simplified.
3064 (fortran-analyze-file-format): Use char-after, not looking-at.
3065
b416e85a
DL
3066 * emacs-lisp/find-func.el (find-function-regexp): Use
3067 `define-minor-mode' after easy-menu change.
d8f479c6 3068
3965beb0
GM
30691999-11-23 Gerd Moellmann <gerd@gnu.org>
3070
3071 * comint.el: Add redirection.from active comint buffers into
3072 another buffer. Written by Peter Breton.
3073
29cc3b84
SM
30741999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3075
bc165bce 3076 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3965beb0 3077 `define-minor-mode'.
bc165bce
SM
3078 (define-minor-mode): Specify `doc-string-elt'.
3079
29cc3b84
SM
3080 * emacs-lisp/easy-mmode.el: Changed maintainer.
3081 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3965beb0 3082 Use defcustom for the hooks; Improve the auto-generated docstrings.
29cc3b84
SM
3083 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3084 (define-minor-mode): Add BODY arg; Only declare the keymap if
3965beb0 3085 provided; Improve the auto-generated docstrings.
29cc3b84 3086
02fda8ff
GM
30871999-11-22 Gerd Moellmann <gerd@gnu.org>
3088
3965beb0 3089 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
855b9e33
GM
3090 that the leading `^' is at the start. This is necessary because
3091 paragraphs.el tries to remove anchors, but can find them only if
3092 they are the first character.
3093
98e85e34
GM
3094 * progmodes/antlr-mode.el: New file.
3095
02fda8ff
GM
3096 * calendar/calendar.el: Fix autoload for
3097 calendar-absolute-from-astro. Add autoload for
3098 calendar-print-astro-day-number.
3099
c86b6fd2
GM
31001999-11-21 Anders Lindgren <andersl@andersl.com>
3101
3102 * follow.el: Use modern backquote syntax. Minor comment update.
3103
d8f1319a
GM
31041999-11-21 Gerd Moellmann <gerd@gnu.org>
3105
c29cefdf
GM
3106 * simple.el (with-syntax-table): Don't switch buffers.
3107
d8f1319a
GM
3108 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3109 progmodes/hideif.el: Use new backquote syntax.
3110
1934dbf4
GM
31111999-11-21 Ken Manheimer <klm@python.org>
3112
3113 * icomplete.el (icomplete-completions): Use an explicit variable
3114 `icomplete-prospects-length', obviating the need to use an
3115 apparently faulty throw/catch arrangement.
30f80d00 3116
a88d2801
EZ
31171999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3118
3119 * term/internal.el (IT-display-table-setup): Don't overstep
3120 character code 255.
3121
88c6f314
KH
31221999-11-20 Kenichi Handa <handa@mule.m17n.org>
3123
3124 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3125 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3126
d7a0208b
SM
31271999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3128
30f80d00 3129 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
1934dbf4 3130 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
d294c01f 3131
1934dbf4 3132 * files.el (auto-mode-alist): Add patterns for diff-mode.
a9fb0b79 3133
1934dbf4
GM
3134 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3135 to detect an empty prompt.
d7a0208b 3136
618bd252
DL
31371999-11-18 Dave Love <fx@gnu.org>
3138
3139 * simple.el (input-mode-8-bit): Fix the customization.
3140
9dd1cf67
GM
31411999-11-18 Gerd Moellmann <gerd@gnu.org>
3142
9bd2bb5b
GM
3143 * international/iso-acc.el (iso-languages): Add more
3144 characters for Portuguese.
3145
3a1aa597
GM
3146 * speedbar.el: Clean up comment at the start of the file.
3147 Remove RCS id.
3148
9dd1cf67
GM
3149 * progmodes/compile.el (compilation-parse-errors): Use
3150 compilation-buffer-p instead of testing major-mode.
3151
5a7d4055
GM
31521999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3153
3154 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3155 (quickurl-ask): completion-ignore-case is set to the value of
3156 quickurl-completion-ignore-case for the duration of the call to
3157 completing-read.
30f80d00 3158
71447e8f
GM
31591999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3160
3161 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3162
a109786d
KH
31631999-11-18 Kenichi Handa <handa@etl.go.jp>
3164
3165 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3166 instead of ps-print-def.
3167
3168 * ps-print.el: Require ps-vars instead of ps-print-def.
3169
a109786d
KH
3170 * ps-mule.el: Require ps-vars instead of ps-print-def.
3171
a67fb175
GM
31721999-11-17 Gerd Moellmann <gerd@gnu.org>
3173
3174 * simple.el (with-syntax-table): Save buffer explicitly instead of
3175 using save-excursion.
3176
9e207b90
GM
31771999-11-16 Gerd Moellmann <gerd@gnu.org>
3178
3179 * mail/supercite.el: New maintainer.
3180
31811999-11-16 Reto Zimmermann <reto@synopsys.com>
3182
3183 * progmodes/vhdl-mode.el: Use new backquote syntax.
3184
31851999-11-16 Gerd Moellmann <gerd@gnu.org>
3186
3187 * simple.el (with-syntax-table): New.
3188
da49057c
SS
31891999-11-15 Sam Steingold <sds@ksp.com>
3190
3191 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3192
002c0506 31931999-02-22 Sam Steingold <sds@goems.com>
da49057c 3194
002c0506 3195 * goto-addr.el (goto-address-at-mouse,
f28eba7b
SM
3196 goto-address-find-address-at-point): Use compose-mail.
3197 (goto-address-mail-method): Removed variable.
002c0506 3198 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
f28eba7b 3199 goto-address-send-using-mail): Removed functions.
da49057c 3200
1e722f9f 32011998-11-03 Sam Steingold <sds@goems.com>
da49057c 3202
1e722f9f
SS
3203 * simple.el (backward-delete-char-untabify):
3204 backward-delete-char-untabify-method can be `all' now - to delete
3205 hungrily including newlines.
da49057c 3206
b787fc05
GM
32071999-11-15 Sam Steingold <sds@ksp.com>
3208
3209 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
da49057c 3210
8d8ca350
DL
32111999-11-15 Dave Love <fx@gnu.org>
3212
3213 * cus-edit.el (customize-face, customize-face-other-window):
3214 Require match from completing-read.
3215 (custom-buffer-done-function): Default to custom-bury-buffer, not
3216 bury-buffer.
3217
d7d20e6a
GM
32181999-11-15 Gerd Moellmann <gerd@gnu.org>
3219
b787fc05
GM
3220 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3221 progmodes/cperl-mode.el: Use new backquote syntax.
d7d20e6a 3222
b8517c22
GM
32231998-09-14 Michael Ernst <mernst@alum.mit.edu>
3224
3225 * uniquify.el: Use new backquote syntax.
3226
32271999-11-14 Markus Rost <rost@ias.edu>
b05d3bee
GM
3228
3229 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3230 as in ispell-local-dictionary-alist.
3231
b8517c22 32321999-11-14 Alex Schroeder <alex@gnu.org>
4fefa382
GM
3233
3234 * ansi-color.el (ansi-color-apply): Updated regexps to include
3235 highlighted face.
da49057c 3236
b8517c22 32371999-01-14 Johan Vromans <jvromans@squirrel.nl>
5658a814 3238
da49057c 3239 * forms.el (forms--make-format-elt-using-text-properties):
5658a814
GM
3240 Treat `intangible' differently.
3241
3242 * forms.el: Use new backquote syntax.
3243
a3f8903e
GM
32441999-11-13 Gerd Moellmann <gerd@gnu.org>
3245
3246 * textmodes/scribe.el (scribe-mode): Doc-fix.
3247
33cbd091
PB
32481999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3249
a3f8903e
GM
3250 * net-utils.el (run-network-program, net-utils-run-program): Use
3251 the new backquote syntax.
3252 (smbclient-program, smbclient-program-options)
3253 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3254 variables
33cbd091 3255 (smbclient, smbclient-list-shares): New functions
da49057c 3256
7e1e5cf1
SS
32571999-11-12 Sam Steingold <sds@ksp.com>
3258
a3f8903e
GM
3259 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3260 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3261 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3262 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3263 (viper-kbd-global-pair, viper-kbd-global-definition):
f1097063
SS
3264 Use the new backquote syntax.
3265
a3f8903e
GM
3266 * emulation/viper-cmd.el (viper-test-com-defun)
3267 (viper-prefix-arg-value, viper-prefix-arg-com):
f1097063
SS
3268 Use the new backquote syntax.
3269
6c2599ed
SS
3270 * emacs-lisp/debug.el (debugger-env-macro):
3271 Use the new backquote syntax.
3272
3273 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3274 Use the new backquote syntax.
3275
7e1e5cf1
SS
3276 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3277 New user variable.
3278 (calendar-hide-window): Use it.
3279 (increment-calendar-month, calendar-for-loop, calendar-sum):
3280 Use the new backquote syntax.
3281
9b2e6e4c
GM
32821999-11-12 Andrew Innes <andrewi@gnu.org>
3283
3284 * select.el (x-set-selection): Call buffer-substring, not
3285 substring. Also fix docstring
3286
8f011fdc
GM
32871999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3288
3289 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3290 of customizable variables to bug report message. Added
3291 system-type to package name in bug report.
7e1e5cf1 3292
1a4280fb
GM
32931999-11-12 Gerd Moellmann <gerd@gnu.org>
3294
3295 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3296 to display file names.
3297
44336afb
GM
32981999-11-11 Gerd Moellmann <gerd@gnu.org>
3299
4c56b88e
GM
3300 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3301
44336afb
GM
3302 * isearch.el: Add lazy-highlighting feature.
3303
3bc6df53
GM
33041999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3305
3306 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3307 constant.
3308 (ps-mode-submit-bug-report): New function. Entry added to menu.
3309
628cda31
WP
33101999-11-10 William M. Perry <wmperry@aventail.com>
3311
3312 * mwheel.el: New file to support the new style wheeled mice.
3313
765712a7
GM
33141999-11-10 Gerd Moellmann <gerd@gnu.org>
3315
3bc6df53
GM
3316 * startup.el (initial-scratch-message): Add ";;" to the front of
3317 lines in the message.
3318
e1789695
GM
3319 * files.el (file-local-copy): Remove optional BUFFER argument
3320 because that's not used by anything.
3321
765712a7
GM
3322 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3323 to-address.
3324
e006fe5a
GM
33251999-11-08 Markus Rost <rost@ias.edu>
3326
7e1e5cf1 3327 * wid-edit.el (widget-button-click): Wrap with save-excursion
e006fe5a
GM
3328 to restore track-mouse in the correct buffer.
3329
33301999-11-08 Gerd Moellmann <gerd@gnu.org>
3331
3332 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3333
33341999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3335
3336 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3337 lpr-command to "lp" for some system-types. (copied from lpr.el
3338 Emacs version 20.2.1).
7e1e5cf1 3339
4d59c34c
GM
33401999-11-04 Markus Rost <rost@ias.edu>
3341
3342 * simple.el (comment-region): Strip off white space at end of
3343 comment-start.
3344
60b64cd6
GM
33451999-11-04 Gerd Moellmann <gerd@gnu.org>
3346
3347 * faces.el (secondary-selection): Fix wrong color name.
3348
a09754e6
GM
33491999-11-04 John Tobey <jtobey@epsilondev.com>
3350
3351 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3352 the default when invoking perldb in a non-Perl buffer, and other
3353 cases involving -e or --.
3354
f08d8594
GM
33551999-11-04 Gerd Moellmann <gerd@gnu.org>
3356
a09754e6
GM
3357 * simple.el (previous-matching-history-element)
3358 (next-history-element): Use delete-field instead of erase-field.
3359
3360 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3361 Use delete-field instead of erase-field.
3362
b261ffa4
GM
3363 * faces.el (secondary-selection): Change background to yellow.
3364
f08d8594
GM
3365 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3366 find the start of the text. Use field-string to read the user
3367 input.
3368
0a5ebe4b
GM
33691999-11-03 Gerd Moellmann <gerd@gnu.org>
3370
39cac3e7
GM
3371 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3372 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3373 for compatibility with old face implementation.
3374
b51b619b
GM
3375 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3376 Use erase-field instead of erase-buffer.
3377
0a5ebe4b
GM
3378 * frame.el (blink-cursor-mode, blink-cursor-end): Use
3379 internal-show-cursor with new interface.
3380 (blink-cursor-timer-function): New.
3381 (blink-cursor-start): Use blink-cursor-timer-function.
3382
3179af52
GM
33831999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3384
3385 * calendar.el (redraw-calendar): Move to nearest date before
3386 redrawing.
3387
3388 * diary-lib.el (simple-diary-display): Reset modeline even if
3389 there are no diary entries since the diary buffer may be displayed.
3390
cb3a6c48
GM
33911999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3392
3393 * emacs-lisp/debug.el (debug): If noninteractive, display the
3394 backtrace using `message', then exit Emacs.
3395 (debugger-batch-max-lines): New variable.
3396 (debugger-setup-buffer): New subroutine, broken out of `debug'.
3397 Change the messages put at the start, to say that the debugger
3398 was entered.
3399
4ff3fcc7
SS
34001999-11-02 Sam Steingold <sds@ksp.com>
3401
3402 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3403
36fcd3d9
GM
34041999-11-01 John Tobey <jtobey@epsilondev.com>
3405
3406 * gud.el: (gud-perldb-massage-args): Massage correctly in the
3407 presence of perl switches other than "-e".
3408
111259b4
GM
34091999-11-01 Markus Rost <rost@ias.edu>
3410
3411 * dired-x.el (dired-smart-shell-command): Use
3412 shell-command-history as in shell-command.
3413
dd5c96e8
GM
34141999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3415
3416 * userlock.el (ask-user-about-lock): Doc fix.
3417
ca693be8
GM
3418 * frame.el: Doc fixes.
3419
400a1ed0
GM
34201999-11-01 Gerd Moellmann <gerd@gnu.org>
3421
db8878fb
GM
3422 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3423 of show-cursor.
3424 (blink-cursor-start, blink-cursor-end): Ditto.
3425
400a1ed0
GM
3426 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3427
aeb721fe
GM
34281999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3429
3430 * window.el (walk-windows): If ALL-FRAMES is a frame,
3431 start on that frame. Use save-selected-window.
3432
314808dc
GM
34331999-11-01 Gerd Moellmann <gerd@gnu.org>
3434
3435 * simple.el (end-of-buffer): Use window-end to find the window end
3436 instead of vertical-motion because this handles variable-height
3437 lines correctly.
3438
3af0304a
MK
34391999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
3440
314808dc 3441 * ediff.el: Version change.
4ff3fcc7 3442
314808dc 3443 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3af0304a
MK
3444 make sure you are in a good frame before deleting other
3445 windows.
314808dc 3446 (ediff-file-checked-in-p): Don't consider CVS
3af0304a
MK
3447 files checked in.
3448 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
3449 are writing to a newly created empty file.
3450
314808dc 3451 * ediff-mult.el (ediff-show-session-group-hook): New default.
3af0304a
MK
3452
3453 * ediff-vers.el (ediff-pcl-cvs-view-revision):
314808dc 3454 First cd to the file directory. reportedly works
3af0304a
MK
3455 better with remote files.
3456
3457 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
314808dc 3458 Use file-name-nondirectory when passing files to CVS.
4ff3fcc7 3459
400a1ed0 3460 * ediff-diff.el (ediff-cmp-options): New variable.
314808dc 3461 (ediff-same-file-contents): Use ediff-cmp-options.
4ff3fcc7 3462
3af0304a 3463 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
314808dc 3464 ediff-get-patch-buffer): Use current buffer if it appears to be a
3af0304a 3465 patch.
4ff3fcc7 3466
400a1ed0
GM
3467 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3468 C-g
3af0304a 3469
314808dc
GM
3470 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3471 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3af0304a 3472 (viper-save-cursor-color,viper-restore-cursor-color):
314808dc 3473 Improved cursor color handling.
3af0304a 3474 (viper-get-saved-cursor-color-in-replace-mode,
314808dc 3475 viper-get-saved-cursor-color-in-insert-mode): New functions for
3af0304a
MK
3476 better cursor color handling.
3477
3478 * viper-ex.el (ex-read,ex-edit):
314808dc
GM
3479 Fixes for correct interpretation of #,%.
3480 (viper-ex): Now works correctly when called from other functions.
3481 (viper-glob-function): New variable.
3482 (viper-ex): Save excursion before doing :global.
3af0304a 3483
314808dc 3484 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4ff3fcc7 3485
3af0304a
MK
3486 * viper-cmd.el (viper-post-command-sentinel,
3487 viper-insert-state-post-command-sentinel,
314808dc 3488 viper-insert-state-pre-command-sentinel): Takes better care of
3af0304a 3489 cursor colors.
314808dc
GM
3490
3491 * viper.el: Version change.
3af0304a 3492
575ed805
GM
34931999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
3494
3495 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3496 that the modeline display was updated *only* when
3497 `whitespace-display-in-modeline' was set, not otherwise.
3498
17d28a2a
GM
34991999-10-30 Gerd Moellmann <gerd@gnu.org>
3500
e79ad8a1
GM
3501 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3502 "frac12".
3503
17d28a2a
GM
3504 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3505 ad-activate.
3506
dd24f431
GM
35071999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
3508
2bdedac1
GM
3509 * whitespace.el: Test for existence of `defcustom' and `defgroup'
3510 using fboundp instead of assuming that these are not present in
3511 particular flavors of emacs.
3512 (whitespace-version): Update to 2.8
3513 (whitespace-display-in-modeline): Add custom variable to control
3514 displaying the whitespace errors on the modeline based on
3515 suggestion from <klaus.berndl@sdm.de>
3516 (whitespace-buffer): Now returns `t' if unclean and `nil' if
3517 clean, to enable using as a hook function, as suggested by Puneet
3518 Goel <puneet@computer.org>
3519 (whitespace-buffer): Fix a subtle bug that cleaned up only if
3520 quiet was not set, even with whitespace-auto-cleanup set.
3521 (whitespace-mode-line): Now uses less modeline real estate and
3522 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3523 which is present in the file, and <y> is any type of whitespace
3524 whose check has been suppressed by setting
dd24f431 3525 `whitespace-check-<whitespace-type>' to nil.
2bdedac1
GM
3526 (whitespace-unchecked-whitespaces): New function to return the
3527 list of whitespaces for whom checks have been suppressed.
3528 (whitespace-display-unchecked-whitespaces): Renamed to
3529 `whitespace-update-modeline' to reflect its functionality.
dd24f431 3530
e8d017d0
GM
35311999-10-30 Gerd Moellmann <gerd@gnu.org>
3532
4ff3fcc7 3533 * progmodes/compile.el (compilation-error-regexp-alist):
e8d017d0
GM
3534 Undo previous change.
3535
0000a0cc
DL
35361999-10-28 Dave Love <fx@gnu.org>
3537
3538 * help.el (help-follow): Make arg optional again and really
3539 default to point.
3540
eec3232e
GM
35411999-10-28 Gerd Moellmann <gerd@gnu.org>
3542
37ed1e56 3543 * paths.el (rmail-file-name): Make it an option.
4ff3fcc7 3544
eec3232e
GM
3545 * progmodes/ada-mode.el, progmodes/ada-prj.el,
3546 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3547 comment fixes.
3548
a2ad7096 3549 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4ff3fcc7
SS
3550 MIPS Pro 7.3 compiler error message syntax.
3551
42f6a24a
DL
35521999-10-27 Dave Love <fx@gnu.org>
3553
3554 * progmodes/compile.el: Checkdoc-inspired fixes.
3555
e20192f4
GM
35561999-10-27 Gerd Moellmann <gerd@gnu.org>
3557
3558 * lpr.el (print-buffer): Doc-string fix.
3559
fce44373
DL
35601999-10-27 Dave Love <fx@gnu.org>
3561
3562 * emacs-lisp/advice.el: Doc fixes.
3563 (ad-lemacs-p): Removed.
3564 (advice): Add :link to defgroup.
3565
a21da928
KH
35661999-10-27 Kenichi Handa <handa@etl.go.jp>
3567
3568 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3569 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3570
c095ddb9
RS
35711999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3572
3573 * window.el (walk-windows): If ALL-FRAMES is a frame,
3574 start on that frame. Use save-selected-window.
3575
17dbfaad
GM
35761999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3577
3578 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3579 ad-activate. All callers changed, including those in data.c.
3580 (ad-activate-internal-off): Renamed from ad-activate-off.
3581 All uses changed.
3582 (ad-activate): Renamed from ad-activate-on. All uses changed.
4ff3fcc7 3583 (ad-start-advice, ad-stop-advice, ad-recover-normality):
17dbfaad
GM
3584 Alter the definition of ad-activate-internal, not ad-activate.
3585
2bea706b
GM
35861999-10-26 Gerd Moellmann <gerd@gnu.org>
3587
3588 * startup.el (command-line-1): Add support for command line
3589 arguments `file' and `execute'. Fix handling of `visit'.
3590
bf294e6e
KH
35911999-10-26 Kenichi Handa <handa@etl.go.jp>
3592
3593 * international/mule-cmds.el (read-input-method-name): Handle the
3594 case that the arg DEFAULT is symbol.
3595
3596 * international/mule-diag.el (mule-diag): Handle the case that
3597 default-input-method is symbol.
3598
d5c3f902
GM
35991999-10-26 Gerd Moellmann <gerd@gnu.org>
3600
3601 * textmodes/tildify.el: New file.
3602
e3384ae7
GM
36031999-10-25 Sam Steingold <sds@ksp.com>
3604
3605 * Makefile (compile-files): Fixed the "tr" strings.
3606 (EMACS): Set to ../src/emacs.
3607
bd3c545d
GM
36081999-10-25 Gerd Moellmann <gerd@gnu.org>
3609
3610 * info.el (Info-build-node-completions): Add '("*") to the
3611 completion list.
3612
9626b928
GM
36131999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3614
3615 * frame.el (auto-raise-mode): When enabling the mode,
3616 immediately raise the selected frame.
4ff3fcc7 3617
6528f1ca
GM
3618 * indent.el (indent-region): Doc fix.
3619
2c8e6211
GM
3620 * comint.el (comint-output-filter): Make the Comint buffer current
3621 for the comint-preoutput-filter-functions.
3622
93baa0ea
GM
3623 * mail/reporter.el: Doc fix.
3624
322524b2
SE
36251999-10-24 Stephen Eglen <stephen@gnu.org>
3626
2454554e 3627 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4ff3fcc7 3628 that Octave lisp files can also run under XEmacs 20.
2454554e
SE
3629 (require 'custom) added so that files can run under Emacs 19.34.
3630
322524b2
SE
3631 * iswitchb.el (iswitchb-default-keybindings): No need to use
3632 read-kbd-macro in keybindings.
3633
af372af6
DL
36341999-10-23 Dave Love <fx@gnu.org>
3635
3636 * elide-head.el: New file.
3637
8ac52782
GM
36381999-10-23 Gerd Moellmann <gerd@gnu.org>
3639
3640 * Makefile (compile-files, backup-compiled-files): New targets.
3641 (bootstrap, bootstrap-clean): Ditto.
3642
0b61dad2
PE
36431999-10-22 Paul Eggert <eggert@twinsun.com>
3644
3645 * international/mule-cmds.c (locale-language-names):
3646 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3647 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3648 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3649 Use Latin-8 for Welsh.
3650 Use Latin-1 for English if "en" is explicitly specified.
3651 Use Latin-1 for Scots Gaelic, Tagalog.
3652 Use Latin-1 (not Latin-4) for Greenlandic.
3653 Use Latin-1 (not Latin-2) for Albanian.
3654 (locale-preferred-coding-systems, locale-language-names):
3655 Remove generic ISO 8859 locales; locale-charset-language-names now
3656 does this.
3657 (locale-charset-language-names): New variable.
3658 (set-locale-environment): Use language name specified by
3659 locale-charset-language-names if its charsets disagree with the
3660 language name specified by locale-language-names.
3661
05f0d15a
DL
36621999-10-22 Dave Love <fx@gnu.org>
3663
a564ebfc
DL
3664 * make-mode.el: Minor doc fixes.
3665
05f0d15a
DL
3666 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3667
902e7be8
DL
36681999-10-21 Dave Love <fx@gnu.org>
3669
3670 * loadup.el: Add latin-8, latin-9.
3671
951bc45f
PE
36721999-10-20 Paul Eggert <eggert@twinsun.com>
3673
3674 * disp-table.el (standard-display-european): Remove undocumented
3675 arg AUTO; no longer used by startup.el. Do not attempt to treat
3676 all non-English language environments as coding system names.
3677 Instead, use the downcased language environment name as a coding
3678 system name if it is one; otherwise, use latin-1.
3679
42afed7c
GM
36801999-10-20 Gerd Moellmann <gerd@gnu.org>
3681
3682 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3683 that were split so that part of the comment appeared as Lisp code.
3684
3ad114e5
KH
36851999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3686
3687 * ps-bdf.el: Doc fix.
3688
3689 * ps-print-def.el: New file: common definitions for all parts of
3690 ps-print.
3691 (ps-multibyte-buffer): Moved from ps-mule.
3692
3693 * ps-mule.el: File dependence fix.
3694 (ps-multibyte-buffer): Moved to ps-print-def.
3695
3696 * ps-print.el: Doc fix, better customization.
3697 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3698 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3699 (ps-end-file): Doc fix.
3700 (ps-setup, ps-begin-file): Fun fix.
3701 (postscript): New group.
3702 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3703 (ps-print-prologue-1): Adjust PostScript programming.
3704 (ps-print): Adjust group hierarchy.
3705 (ps-print-n-up, ps-print-zebra, ps-print-background,
3706 ps-print-printer)
3707 (ps-print-page): New subgroups.
3708 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3709 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3710 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3711 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3712 (ps-zebra-stripe-height, ps-print-background-image)
3713 (ps-print-background-text, ps-spool-config): Adjust customization.
3714 (dos-ps-printer): Definition eliminated.
3715
37161999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3717
3718 * ps-mule.el: Doc fix, define functions properly if mule package is
3719 loaded or not.
3720 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3721 mule package is loaded or not.
3722
3723 * ps-print.el: Doc fix, n-up printing.
3724 (ps-print-version): New version number (5.0).
3725 (ps-page-dimensions-database): Added document media.
3726 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3727 (ps-page-order, ps-printing-region-p): New vars.
3728 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3729 funs.
3730 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3731 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3732 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3733 (ps-n-up-xstart, ps-n-up-ystart): New macros.
3734 (ps-print-begin-sheet-hook): New hook.
3735 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3736 const.
3737 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3738 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3739 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3740 (ps-count-lines): Changed to defun.
3741 (ps-header-page): Changed to defsubst, fix fun.
3742 (ps-printing-region): Doc fix, adjust programming code.
3743 (ps-output-boolean, ps-background-pages, ps-background-text)
3744 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3745 programming code.
3746
37471999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3748
3749 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3750 (ps-print-version): New version number (4.2).
3751 (ps-spool-config, ps-spool-tumble): New vars.
3752 (ps-print-prologue-1): Changed to defconst, adjust PostScript
3753 programming, new PostScript procedure to handle errors.
3754 (ps-print-prologue-2): Changed to defconst.
3755 (ps-print-duplex-feature): New const: duplex and tumble setting.
3756 (ps-setup, ps-begin-file): Fix funs.
3757 (ps-boolean-capitalized): New fun.
3758
cc953d27
SM
37591999-10-19 Stefan Monnier <monnier@cs.yale.edu>
3760
3761 * Makefile (dontcompilefiles): Obsoleted.
3762 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3763 (EL): Unused.
3764 (temacs): Removed (unused).
3765 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
f28eba7b 3766 version of the file (necessary for the update to work properly).
cc953d27
SM
3767 (autoloads): Force the use of `pwd`/loaddefs.el.
3768 (updates); Redefined in terms of other targets to reduce redundancy.
3769 (.el.elc): New default rule, just in case you want it.
3770 (compile): Use a single invocation of Emacs.
3771 (bootstrap-compile); Unneeded.
3772 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3773
57bc81bf
DL
37741999-10-19 Dave Love <fx@gnu.org>
3775
3776 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3777
03d50ed6
GM
37781999-10-19 Sam Steingold <sds@ksp.com>
3779
3780 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3781 comply with the comment.
3782
afa95cac
GM
37831999-10-19 Gerd Moellmann <gerd@gnu.org>
3784
3785 * autorevert.el (auto-revert-mode): Make auto-revert-mode
3786 permanent-local.
3787
c22d928f 37881999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4ff3fcc7 3789
c22d928f
GM
3790 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3791 value: \"lpr\" changed to "lpr"
3792 (ps-mode-version): New constant
3793 (ps-mode-show-version): New function, added key in ps-mode-map
3794 (ps-run-messages): Removed
3795 (ps-run-font-lock-keywords-2): New defcustom variable replacing
3796 ps-run-messages. These keywords now include the value of
3797 ps-run-prompt, making its fontification customizable.
3798 (ps-run-init): Removed \\n from docstring, it is now added when
3799 the value is used
3800 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3801 ps-run-prompt
3802 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
447af88f 3803 customizable variables in doc-string (its equivalent
c22d928f
GM
3804 ps-run-messages was missing in previous version of the doc-string)
3805 (ps-run-mode): Simplified assignment to font-lock-defaults, using
3806 symbols only
4ff3fcc7 3807
f20386e5
GM
38081999-10-19 Alex Schroeder <alex@gnu.org>
3809
3810 * ansi-color.el: Complete rewrite.
3811
64ed733a
PE
38121999-10-19 Paul Eggert <eggert@twinsun.com>
3813
3814 Fix bootstrapping problems.
3815 Use the system locale to specify Emacs locale defaults.
4ff3fcc7 3816
64ed733a
PE
3817 * international/mule-cmds.el (global-map):
3818 Do not use backquote, because that makes a bootstrapping
3819 problem if you need to recompile all Lisp files using interpreted code.
3820 * international/mule.el (charset-id, charset-bytes,
3821 charset-dimension, charset-chars, charset-width,
3822 charset-direction, charset-iso-final-char,
3823 charset-iso-graphic-plane, charset-reverse-charset,
3824 charset-short-name, charset-long-name, charset-description,
3825 charset-plist): Likewise.
3826 * subr.el (save-match-data): Likewise.
3827
3828 * international/mule-cmds.el
3829 (set-display-table-and-terminal-coding-system): New function,
3830 containing code migrated out of set-language-environment.
3831 (set-language-environment, set-locale-environment): Use it.
3832 (locale-translation-file-name): Moved here from startup.el.
3833 (locale-language-names, locale-preferred-coding-systems):
3834 New vars.
3835 (locale-name-match, set-locale-environment): New functions.
3836
3837 * language/japan-util.el (setup-japanese-environment-internal):
3838 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3839
3840 * startup.el (iso-8859-n-locale-regexp): Remove.
3841 (locale-translation-file-name): Move to mule-cmds.el.
3842 (command-line): Move locale-stuff into set-locale-environment.
3843
c4d9fb07
DL
38441999-10-18 Dave Love <fx@gnu.org>
3845
3846 * abbrev.el (add-abbrev, inverse-add-abbrev)
3847 (expand-region-abbrevs): Remove properties from buffer text.
3848
0ffc420f
GM
38491999-10-17 Gerd Moellmann <gerd@gnu.org>
3850
600f9d03
GM
3851 * iswitchb.el (iswitchb-exhibit): Extract user-input only
3852 from the mini-buffer, without the prompt.
4ff3fcc7 3853
0ffc420f
GM
3854 * simple.el (minibuffer-prompt-end): Return the position
3855 after the prompt, not the position of that last character
3856 of the prompt.
3857
cd876a91
GM
38581999-10-17 Miles Bader <miles@gnu.org>
3859
3860 * simple.el: Doc fixes.
3861
38621999-10-17 Miles Bader <miles@gnu.org>
3863
4ff3fcc7 3864 * simple.el (previous-matching-history-element, next-history-element):
cd876a91
GM
3865 Change to work correctly even if the point is in the prompt.
3866 (choose-completion-string): Likewise.
3867 (minibuffer-prompt-width): New function (compatibility with old subr).
3868
4ff3fcc7 3869 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
cd876a91
GM
3870 When constraining the final position to the current field,
3871 don't use the ONLY-IN-LINE mode of constrain-to-field.
3872
38731999-10-17 Miles Bader <miles@gnu.org>
3874
3875 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
3876 constrain-to-field.
3877 * textmodes/paragraphs.el (forward-sentence): Likewise.
3878
38791999-10-17 Miles Bader <miles@gnu.org>
3880
3881 * simple.el (line-move): Use constrain-to-field to avoid
3882 moving into a prompt.
3883 (previous-complete-history-element): Clarify doc string.
3884 (next-complete-history-element): Likewise.
3885 Use field-beginning instead of point-min.
3886 (next-matching-history-element): Use field-beginning and
3887 erase-field instead of point-min and erase-buffer.
3888 * textmodes/paragraphs.el
3889 (forward-paragraph, forward-sentence): Likewise.
3890 (backward-kill-paragraph, backward-kill-sentence): Remove code to
3891 constrain the kill to an field, as the movement commands now
3892 do this.
3893
38941999-10-17 Miles Bader <miles@gnu.org>
3895
3896 * simple.el (previous-matching-history-element): Get the
3897 minibuffer input with field-string instead of buffer-string.
3898 (choose-completion-string): Likewise.
3899 (next-history-element): Likewise.
3900 Erase the minibuffer input with erase-field, not erase-buffer.
3901 Use field-beginning to find the beginning of the input.
4ff3fcc7 3902 * textmodes/paragraphs.el (backward-kill-sentence):
cd876a91
GM
3903 Remove minibuffer-prompt hack.
3904 Constrain to any input field.
3905
ff69e012
GM
39061999-10-17 Sam Steingold <sds@ksp.com>
3907
3908 * bindings.el (completion-ignored-extensions): Added ".sparcf"
3909 for CMUCL on sparc and ".ufsl" for LispWorks.
3910 (bound-and-true-p): Bugfix: free variable `v'.
3911
faa5fa58
DL
39121999-10-16 Dave Love <d.love@dl.ac.uk>
3913
3914 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
3915 (edebug-uninstall-read-eval-functions): Use load-read-function,
3916 avoiding elisp-eval.
3917
3f6f7508
GM
39181999-10-16 Sam Steingold <sds@ksp.com>
3919
3920 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
3921 instead of `eql'.
3922
767d12f2
SM
39231999-10-14 Stefan Monnier <monnier@cs.yale.edu>
3924
3925 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
3926 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
3927 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
3928 * ediff-util.el (ediff-make-temp-file):
3929 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3930 * emerge.el (emerge-make-temp-file):
3931 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
3932 * vc.el (vc-update-change-log):
3933 * mail/mailpost.el (post-mail-send-it):
3934 * mail/metamail.el (metamail-region):
3935 * progmodes/cmacexp.el (c-macro-expansion):
3936 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
3937
e889eabc
GM
39381999-10-15 Gerd Moellmann <gerd@gnu.org>
3939
3940 * smtpmail.el (smtpmail-via-smtp): Add support for
3941 automatically appending a domain to RCPT TO: addresses.
3942
85852dc7
GM
39431999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3944
3945 * dired.el (dired-insert-directory): Insert the amount of
3946 free space after the total size.
3947 (dired-free-space-program, dired-free-space-args): New variables.
3948
7845335b
GM
39491999-10-14 Karl Heuer <kwzh@gnu.org>
3950
3951 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
3952
01f0566b
DL
39531999-10-14 Dave Love <fx@gnu.org>
3954
4ff3fcc7 3955 * international/characters.el:
01f0566b
DL
3956 * international/fontset.el:
3957 * international/mule-conf.el: Add latin-iso8859-1[45].
3958
3959 * language/european.el: Add Latin-8, Latin-9. Modify some doc
3960 strings.
3961
3962 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
3963 (command-line): Detect Latin-[89] locales.
3964
b7c1e329
SM
39651999-10-13 Stefan Monnier <monnier@cs.yale.edu>
3966
3967 * international/mule-cmds.el (select-safe-coding-system)
f28eba7b
SM
3968 (leim-list-header): Avoid the use of strings that start with backslash
3969 newline since lread.c:read1 has a hack to turn those strings into
3970 integer 0 during the loadup.el process.
b7c1e329 3971
f28eba7b 3972 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
b7c1e329 3973
c765b723
DL
39741999-10-13 Dave Love <fx@gnu.org>
3975
3976 * image.el (insert-image): Copy the image spec and add an
3977 intangible property.
3978
4fceda3c
SM
39791999-10-13 Stefan Monnier <monnier@cs.yale.edu>
3980
c765b723
DL
3981 * help.el (help-xref-interned): Make it also work on variable-only
3982 and function-only symbols.
3983 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
3984 (help-follow): If the point under mouse is not highlighted, try
3985 `help-xref-interned' on the pointed-to symbol anyway.
accd1266 3986
c765b723
DL
3987 * info.el (Info-on-current-buffer): New entry point.
3988 (Info-find-node): Split into two for Info-on-current-buffer to
3989 hook into it.
4fceda3c 3990 (Info-current-file, Info-set-mode-line, Info-up):
c765b723 3991 Info-current-file can now be t.
f28eba7b 3992 (Info-clone-buffer-hook): Function for `clone-buffer'.
c765b723 3993 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
f28eba7b 3994 Make `clone-buffer' available in various ways to the user.
4fceda3c 3995
ce87039d
SM
39961999-10-12 Stefan Monnier <monnier@cs.yale.edu>
3997
c765b723
DL
3998 * simple.el (shell-command, shell-command-on-region): Use
3999 make-temp-file.
4000 (clone-buffer, clone-process, clone-buffer-hook): New functions.
b005abd5 4001
c765b723
DL
4002 * subr.el (with-current-buffer): Don't use backquotes to avoid
4003 bootstrapping problems.
4ff3fcc7 4004
c765b723
DL
4005 * loadup.el (load-path): Add subdirs for bootstrapping.
4006 (docstrings): Ignore errors during bootstrapping.
4007 (args): New `bootstrap' argument (for use in place of `dump').
ce87039d 4008
1a7244d9
GM
40091999-10-12 Emmanuel Briot <briot@gnat.com>
4010
4011 * ada-stmt.el: Doc-string fixes.
4012
99485bca
GM
40131999-10-12 Gerd Moellmann <gerd@gnu.org>
4014
7518ed7b
GM
4015 * recentf.el: New file.
4016
99485bca
GM
4017 * ps-mode.el: New file.
4018
4019 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4020 case insensitive.
4021
4b9347b3
GM
40221999-10-12 Richard Sharman <rsharman@pobox.com>
4023
4024 * sh-script.el: Added support for indenting existing scripts.
4025 (sh-mode-map): Added new bindings.
4026 (sh-mode): Updated mode doc-string for new commands, added
4027 make-local-variable calls, initialize mode-specific variables.
4028 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4029 is now a different function.
4030 (sh-header-marker): Changed docstring.
4031 (sh-set-shell): Initialize mode-specific variables.
4032 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4033 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4034 Changed these define-skeleton calls to work with user-specified
4035 indentation settings.
4036 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4037 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4038 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4039 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4040 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4041 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4042 (sh-guess-basic-offset, sh-handle-after-case-label)
4043 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4044 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4045 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4046 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4047 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4048 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4049 (sh-handle-this-then, sh-help-string-for-variable)
4050 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4051 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4052 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4053 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4054 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4055 (sh-remove-our-text-properties, sh-rescan-buffer)
4056 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4057 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4058 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4059 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4ff3fcc7 4060 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4b9347b3
GM
4061 functions.
4062 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4063 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4064 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4065 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4066 (sh-var-list): New variables.
4ff3fcc7 4067
b07ea410
GM
40681999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4069
7518ed7b
GM
4070 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4071 a value one line to high if the cursor wasn't at the start of a
4072 line. A `beginning-of-line' is now performed before making the
4073 call to `count-lines'.
b07ea410 4074
9c610b03
SM
40751999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4076
f28eba7b 4077 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
9c610b03 4078
c652cdb8
SM
40791999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4080
f28eba7b 4081 * Makefile (setwins): Abstract out the command to find subdirectories
f6ac5659 4082 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
e2fa1e81 4083 (custom-deps, finder-data, autoloads, update-subdirs, updates)
f28eba7b 4084 (autoloads-with-other-emacs): Use it.
f6ac5659 4085
f28eba7b 4086 * diff-mode.el: New file. A mode for viewing/editing context diffs.
c652cdb8 4087
96ff0f09
GM
40881999-10-09 Gerd Moellmann <gerd@gnu.org>
4089
4090 * Makefile (bootstrap-compile): New target. Compile Lisp
4091 files with ../src/temacs.
4092
a0eddf92
DL
40931999-10-08 Dave Love <fx@gnu.org>
4094
4095 * ange-ftp.el: Require dired when compiling.
4096 (ange-ftp-normal-login): Allow EFS-style port specification.
4097
b02b54a8
GM
40981999-10-08 Simon Marshall <simon@gnu.org>
4099
4100 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4101 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4102 If STRINGS is nil, return "" rather than nil.
4ff3fcc7 4103
57f707e7
GM
41041999-10-08 Gerd Moellmann <gerd@gnu.org>
4105
4106 * Makefile (compile): Compile files one by one. Set load-path to
4107 current directory and subdirectories when compiling.
4ff3fcc7 4108
7ec641b8
GM
41091999-10-08 Gerd Moellmann <gerd@gnu.org>
4110
4111 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4112 (emacs): Use it everywhere instead of EMACS.
4113 (compile): New target. Compile all Lisp files from scratch.
4114 (recompile): New target. Recompile lisp directory.
4115 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4116 an Emacs executable not built in the current directory tree.
4117
1ba9c017
GM
41181999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4119
4120 * filecache.el (file-cache-completion-ignore-case): New variable,
4121 defaulting to the value of completion-ignore-case.
4122 (file-cache-minibuffer-complete): Use it.
4123 (file-cache-files-matching, file-cache-files-matching-internal):
4124 New functions.
4125
92d91a2c
GM
41261999-10-07 Emmanuel Briot <briot@gnat.com>
4127
4128 * ada-xref.el: New file
4129
4130 * ada-prj.el: New file
4131
4132 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4133
4134 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4135 subprogram being created.
4136
4137 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4138 ada-indent-newline-indent): Rewritten to support the new indentation
4139 scheme
4140
4141 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4142 New functions
4143
4144 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4145 justification parameter
4146
4147 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4148 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4149 external program
4150
2acb0c8a
DL
41511999-10-07 Dave Love <fx@gnu.org>
4152
4153 * bindings.el (bound-and-true-p): New macro.
4154 (make-mode-line-mouse-sensitive): Don't require easymenu.
4155
f5737ad2
GM
41561999-10-07 Gerd Moellmann <gerd@gnu.org>
4157
4158 * custom.el (defface): Extend documentation for new values of
4159 `type'.
4160
4161 * faces.el (face-spec-set-match-display): Recognize `type' of
4162 `motif', `lucid', `x-toolkit'.
4163 (menu): New face.
4164
08aecf04
DL
41651999-10-05 Dave Love <fx@gnu.org>
4166
4167 * files.el: Recognize temporary crontab files.
4168
2980e106
DL
4169 * info.el: Require jka-compr when compiling.
4170 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4171
6edcb099
DL
41721999-10-04 Dave Love <fx@gnu.org>
4173
4174 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4175 scroll-up-aggressively, scroll-down-aggressively.
4176
6edcb099 4177 * time.el (display-time-mode): Add autoload cookie.
4ff3fcc7 4178
1270d7ca 4179 * rect.el (delete-extract-rectangle): Doc fix from verna.
6edcb099
DL
4180
4181 * help-macro.el (three-step-help): Customize.
4182
657f51c4
PR
41831999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4184
4185 * hexl.el (hexlify-buffer): Move point in proper range
4186 if it is too large.
4187 (hexl-after-revert-hook): Update hexl-max-address.
4188 (hexl-address-to-marker): Doc fix.
4189
d56a5054
DL
41901999-10-03 Dave Love <fx@gnu.org>
4191
4192 * image.el (defimage): Remove redundant code. Substitute file in
4193 image plist.
4194
41951999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4196
4197 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4198 when doing with-temp-file.
4199
42001999-10-01 Dave Love <fx@gnu.org>
4201
4202 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4203
4204 * help.el: Require view when compiling.
4205 (view-emacs-FAQ): Use Info version.
4206
0767b41e
DL
42071999-09-29 Ken'ichi Handa <handa@gnu.org>
4208
4209 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4210 (normat->normal). Use correct font names for Korean
4211 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4212
42131999-09-29 Kenichi Handa <handa@etl.go.jp>
4214
4215 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4216 code not used by KOI8 to the same 8-bit code instead of mapping to
4217 SPC.
4218 (cyrillic-alternativnyj-decode-table): Likewise.
4219
42201999-09-29 Alex Schroeder <alex@gnu.org>
4221
f28eba7b 4222 * sql.el (sql-imenu-generic-expression): Aew, used to set
0767b41e
DL
4223 imenu-generic-expression.
4224 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4225 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4226 imenu-case-fold-search, and imenu-syntax-alist.
4227 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4228 setting font-lock-defaults' SYNTAX-ALIST.
4229
e719a6e5
DL
42301999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4231
4232 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4233 macro, try again.
4234
0767b41e
DL
42351999-09-28 Dave Love <fx@gnu.org>
4236
4237 * cus-edit.el (custom-comment): Change widget definition.
4238 (custom-comment-create, custom-comment-show)
4239 (custom-comment-invisible-p): Don't use :comment-overlay.
4240 (custom-comment-hide): New function.
4241 (custom-variable-set, custom-variable-save)
4242 (custom-variable-reset-standard, custom-face-set)
4243 (custom-face-save): Use it.
4244
d177c583
PR
42451999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4246
4247 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4248
7fce61e9
PR
42491999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4250
4251 * faces.el (region): Doc fix.
4252
0767b41e
DL
42531999-09-27 Dave Love <fx@gnu.org>
4254
4255 * isearch.el (isearch): Add :links in defgroup.
4256 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4257 (isearch-switch-frame-handler): Comment out (unused).
4258 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4259 (isearch-ring-retreat-edit): Doc fix.
4260 (isearch-mouse-yank): New command.
4261 (isearch-last-command-char): Removed. Callers changed to use
4262 last-command-char.
4263 (isearch-char-to-string): Removed. Callers changed to use
4264 char-to-string.
4265
27271329
PR
42661999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4267
4268 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4269 option for Russian.
4270
0767b41e
DL
42711999-09-25 Gerd Moellmann <gerd@gnu.org>
4272
4ff3fcc7 4273 * faces.el (face-differs-from-default-p): Compare face
0767b41e
DL
4274 attributes individually.
4275
4276 * image.el (put-image, insert-image): Add string argument.
4277
42781999-09-24 Gerd Moellmann <gerd@gnu.org>
4279
4280 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4281 LANG=de_DE.iso88591 on HPUX 11.0.
4282
4283 * dired.el (dired-move-to-filename-regexp): Make it work
4284 for LANG=de_DE.iso88591 on HPUX 11.0.
4285
e3bcca75
GM
42861999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4287
4288 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4289 if we know for some other reason it should not be used.
4290
1bd55d5a
GM
4291 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4292 New variable.
4293 (edebug-recursive-edit): Save current-prefix-arg there,
4294 bind it, and set it back at the end.
4295 (edebug-outside-excursion): Restore and update the outside
4296 value of current-prefix-arg.
4297 (edebug-emacs-version-specific): Delete support for Epoch.
4298
c0ea222e
GM
42991999-09-24 Howard Melman <howard@silverstream.com>
4300
4301 * imenu.el (imenu-after-jump-hook): New variable.
4302 (imenu): Run menu-after-jump-hook.
4303 (imenu-name-lookup-function): New variable.
4304 * imenu.el (imenu--in-alist): Use those variables.
4ff3fcc7 4305
0767b41e
DL
43061999-09-24 Carsten Dominik <cd@gnu.org>
4307
4308 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4ff3fcc7 4309 multiple thebibliography environments.
0767b41e
DL
4310
4311 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4312 with recentering window.
4313 (reftex-extract-bib-entries-from-thebibliography,
4314 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4315 with multiple thebibliography environments.
4316
4317 * textmodes/reftex-vars.el
4318 (reftex-section-levels): Function allowed as cdr.
4319 (reftex-max-section-depth) New option.
4320
4321 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4322 with multiple thebibliography environments.
4323
43241999-09-23 Gerd Moellmann <gerd@gnu.org>
4325
4326 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4327 instead of point-min in call to delete-region.
4328
43291999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4330
4331 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4332 out into arbitrary file names.
4333
43341999-09-19 Ken'ichi Handa <handa@gnu.org>
4335
4336 * language/european.el ("Turkish"): New language environment.
4337
43381999-09-19 Dave Love <fx@gnu.org>
4339
4340 * delim-col.el: New file.
4341
43421999-09-17 Richard Stallman <rms@gnu.org>
4343
4344 * files.el (after-find-file): When visiting a backup file,
4345 make it read-only.
4346
4347 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4348 (apropos-keybinding-face, apropos-label-face): Likewise.
4349 (apropos-property-face, apropos-match-face): Likewise.
4350 (apropos-label-properties): New variable.
4351 (apropos-print-doc): Use apropos-label-properties.
4352 (apropos-print): Set apropos-label-properties.
4353
43541999-09-15 Richard Stallman <rms@gnu.org>
4355
4356 * winner.el: Use aref instead of sref.
4357
4358 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4359
43601999-09-14 Gerd Moellmann <gerd@gnu.org>
4361
4362 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4363
43641999-09-14 Richard Stallman <rms@gnu.org>
4365
4366 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4367 cookie, even if followed by a letter.
4368
43691999-09-14 Stephen Eglen <stephen@gnu.org>
4370
4371 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4372 --no-line-editing are passed to Octave by including them here
4373 rather than storing them in inferior-octave-startup-args.
4374
43751999-09-14 Eli Zaretskii <eliz@gnu.org>
4376
4377 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4378 command, option, env and sc.
4379
4380 * subr.el (shell-quote-argument): Quote argument with double
4381 quotes for ms-dos.
4382
43831999-09-14 Richard Stallman <rms@gnu.org>
4384
4385 * simple.el (eval-expression-print-level): New variable.
4386 (eval-expression-print-length): New variable.
4387 (eval-expression-debug-on-error): New variable.
4388 (eval-expression): Bind print-level, print-length and
4389 debug-on-error from those vars.
4390
4391 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4392 Bind print-level, print-length and debug-on-error.
4393
43941999-09-14 Inge Frick <inge@nada.kth.se>
4395
4396 * dired.el (dired-recursive-deletes): New custom variable.
4397 (dired-re-no-dot): New variable.
4398 (dired-delete-file): New function deletes files and directories
4399 recursively.
4400 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4401
4402 * dired-aux.el (dired-recursive-copies): New custom variable.
4403 (dired-handle-overwrite): Broke a long line.
4404 (dired-copy-file): Call `dired-copy-file-recursive' instead of
4405 `copy-file'.
4406 (dired-copy-file-recursive): New function. Copy directories
4407 recursively.
4408 (dired-do-create-files): Added support for generalized directory
4409 target. How-to function may now return a function. New fluid
4410 variable `dired-one-file'.
4411 (dired-copy-how-to-fn): New variable.
4412 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4413 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4414 (dired-do-copy-regexp): No recursive copies.
4415
44161999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
4417
4418 * whitespace.el (whitespace-version): Update version to 2.4
4419
4420 * whitespace.el: Add customization variables to conditionally test
4421 any of the five whitespaces, per request from Rune Kleveland
4422 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4423
4424 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4425
4426 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4427 list of modes to be checked for bogus whitespaces.
4428
4429 * whitespace.el (whitespace-rescan-timer-time): Update
4430 documentation.
4431
4432 * whitespace.el (whitespace-display-unchecked-whitespaces):
f28eba7b 4433 New function to update modeline with untested whitespaces.
0767b41e
DL
4434
4435 * whitespace.el (whitespace-buffer): Test only whitespaces whose
4436 checking is turned on, and update modeline using the newly created
4437 `whitespace-display-unchecked-whitespaces'.
4438
4439 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4440 whose checking is turned on, and update modeline using the newly
4441 created `whitespace-display-unchecked-whitespaces'.
4442
4443 * whitespace.el (whitespace-describe): Update documentation.
4444
4445 * whitespace.el (whitespace-tickle-timer): Test if
4446 `whitespace-rescan-timer-time' is non-zero before tickling timer.
4447
44481999-09-13 Dave Love <fx@gnu.org>
4449
4450 * hideif.el (hide-ifdef-mode): Add autoload cookie.
4451
4452 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4453 for temp buffer.
4454 (checkdoc-this-string-valid): Don't assume default comment-start.
4455
44561999-09-13 Gerd Moellmann <gerd@gnu.org>
4457
4458 * rsz-mini.el: Remove code, keep the interface.
4459
44601999-09-13 Dave Love <fx@gnu.org>
4461
4462 * help.el (help-highlight-p): Doc fix.
4463
4464 * faces.el (mode-line, header-line, tool-bar): Add :version.
4465 (highlight, secondary-selection): Add :group.
4466 (trailing-whitespace): Add :group, :version.
4467
4468 * wid-edit.el: Remove some compatibility code and checks.
4469 (widget-specify-field, widget-specify-button): Don't use XEmacs
4470 properties.
4471 (widget-overlay-inactive): Change error message.
4472 (widget-button-pressed-face): New variable.
4473 (widget-button-click): Use it.
4474 (widget-documentation-link-add): Specify mouse and button faces.
4475 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4476 removed now the functionality is built in.
4477
4478 * cus-edit.el: Don't define-widget-keywords.
4479 (multimedia): New group.
4480 (custom-last): Function removed.
4481 (custom-quote): Add vectorp case, comment out characterp case.
4482 (custom-buffer-done-function, custom-raised-buttons): New option.
4483 (Custom-buffer-done): New function.
4484 (custom-buffer-create-internal): Obey custom-raised-buttons,
4485 Custom-buffer-done.
4486 (custom-button-face): Make it `released-button'.
4487 (custom-button-pressed-face): Make it `pressed-button'
4488 (custom-mode-map): Bind "q" to Custom-buffer-done.
4489 (custom-mode): Deal with raised/pressed buttons.
4490
4491 Changes from Didier Verna:
4492 (custom-prompt-variable): Optional third arg makes prompt for a
4493 comment string.
4494 (customize-set-value, customize-set-variable,
4495 customize-save-variable): Optional prefix makes function handle
4496 variable comments.
4497 (customize-customized, customize-saved, custom-variable-state-set)
4498 (custom-variable-set, custom-variable-save, custom-face-state-set)
4499 (custom-variable-reset-saved, custom-variable-reset-standard)
4500 (custom-face-set, custom-face-save, custom-face-reset-saved)
4501 (custom-face-reset-standard, customize-save-customized): Handle
4502 custom comments.
4503 (custom-comment-face, custom-comment-tag-face): New face.
4504 (custom-comment): New widget.
4505 (custom-comment-create, custom-comment-delete)
4506 (custom-comment-value-set, custom-comment-show)
4507 ()custom-comment-invisible-p): New functions.
4508 (custom-variable-value-create, custom-face-value-create): Create a
4509 comment field widget.
4510 (custom-variable-menu, custom-face-menu): New entry for custom
4511 comment.
4512 (custom-face-value-create): Remove compatibility code.
4513 (custom-save-variables, custom-save-faces): Possibly save custom
4514 comments.
4515
4516 * cus-face.el (custom-face-attributes): Simplify :underline,
4517 :overline, :inverse-video cases. Fix up :box case (probably needs
4518 more work).
4ff3fcc7 4519
0767b41e
DL
4520 Change from Didier Verna:
4521 (custom-set-faces): The arguments can now have a custom comment as
4522 fourth argument.
4523
4524 * custom.el: Don't define-widget-keywords.
4525 Change from Didier Verna:
f28eba7b 4526 (custom-set-variables): The arguments can now have a
0767b41e
DL
4527 custom comment as fifth element.
4528
45291999-09-13 Richard Stallman <rms@gnu.org>
4530
4531 * info.el (Info-find-node): Cope better if guesspos is too large.
4532
45331999-09-12 Gerd Moellmann <gerd@gnu.org>
4534
4535 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4ff3fcc7 4536 of buffer-substring because buffer-string doesn't copy the
0767b41e
DL
4537 prompt.
4538
4539 * faces.el (mode-line): Replaces `modeline'.
4540 (toplevel): Make `modeline' an alias for `mode-line'.
4541
45421999-09-12 Gerd Moellmann <gerd@gnu.org>
4543
4544 * gs.el: Change `ghostscript' to `postscript' in comment.
4545
45461999-09-11 Rob Riepel <riepel@Stanford.EDU>
4547
4548 * emulation/tpu-edt.el (tpu-version): New version.
4549 (tpu-search-overlay, tpu-replace-overlay): New variables.
4550 (tpu-search-highlight, tpu-toggle-direction): New functions.
4551 (tpu-lm-replace): Set tpu-replace-overlay.
4552 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4553 command hook.
4ff3fcc7 4554
0767b41e
DL
45551999-09-11 Richard Stallman <rms@gnu.org>
4556
4557 * isearch.el (isearch-mode-map): Undo previous change.
4558
4559 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4560 use all of that as the sexp.
4561
4562 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4563 and use the initial argument as file name directly.
4564 Likewise if nothing matches.
4565
45661999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
4567
4568 * winner.el: Major changes. Avoid changing point and mark.
4569 Save configurations after they change, not before.
4ff3fcc7 4570
0767b41e
DL
45711999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
4572
4573 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4574 Bind print-continuous-numbering and print-number-table.
4575
45761999-09-10 Dave Love <fx@gnu.org>
4577
4578 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4579
45801999-09-09 Richard Stallman <rms@gnu.org>
4581
4582 * whitespace.el: Finish making it fit Emacs conventions.
4583 Add autoloads.
4584
45851999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
4586
4587 * generic-x.el (bat-generic-mode): "::"-style comments don't
4588 need to begin with "-". Fix the font-lock definitions of ON/OFF
4589 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
4590 from the list of keywords. Add DO to the list of keywords.
4591
45921999-09-09 Dave Love <fx@gnu.org>
4593
b416e85a 4594 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
0767b41e
DL
4595 (byte-optimize-backward-word): New optimizations.
4596 (side-effect-free-fns, side-effect-and-error-free-fns): Add
4597 entries.
4598
45991999-09-09 Gerd Moellmann <gerd@gnu.org>
4600
4601 * image.el (put-image): Remove optional buffer parameter.
4602
4603 * faces.el (face-italic-p): Return t only for values `italic'
4604 and `oblique'.
4605
4606 * mouse.el (mouse-drag-mode-line-1): Extension of former
4607 mouse-drag-mode-line that also drags the header line.
4608 (mouse-drag-mode-line): Call it.
4609 (mouse-drag-header-line): New.
4610 (toplevel): Bind down-mouse-1 on header lines to
4611 mouse-drage-header-line.
4612
46131999-09-08 Gerd Moellmann <gerd@gnu.org>
4614
4615 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4616 (make-mode-line-mouse-sensitive): Replace `top-line' by
4617 `header-line'.
4618
46191998-09-08 Michael Ernst <mernst@alum.mit.edu>
4620
4621 * help.el (describe-function-1): Don't return empty string for keymaps.
4622
4623 * fill.el (fill-region-as-paragraph, canonically-space-region):
4624 Respect colon-double-space at end of line.
4625
46261999-09-08 Stephen Gildea <gildea@alum.mit.edu>
4627
4628 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4629 (backup-buffer): Use it.
4630
46311999-09-08 Peter Breton <pbreton@ne.mediaone.net>
4632
4633 * generic-x.el (generic-define-unix-modes): Added new modes:
4ff3fcc7 4634 inetd-conf-generic-mode, etc-services-generic-mode,
0767b41e
DL
4635 etc-passwd-generic-mode. These are all defined for Unix by default.
4636 (apache-generic-mode): Use an imenu-generic-expression to list
4637 Configuration keywords.
4638 (samba-generic-mode): Use both ; and # as comment characters.
4639 (samba-generic-mode): Font-lock expressions now highlight name
4640 value pairs.
4641 (bat-generic-mode): Keywords are now case-insensitive through
4642 font-lock-defaults setting.
4643 (java-properties-generic-mode): Supports both ! and # as comment
4644 characters.
4645 (java-properties-generic-mode): Added an imenu-generic-expression
4646 (java-properties-generic-mode): Reworked to support the various
4ff3fcc7 4647 different ways to separate name and value (viz, '=', ':' and
0767b41e
DL
4648 whitespace).
4649 (show-tabs-generic-mode): Added this new generic-mode.
4650
46511999-09-08 Richard Stallman <rms@gnu.org>
4652
4653 * progmodes/inf-lisp.el: Moved from top directory.
4654
4655 * tar-mode.el (tar-header-block-tokenize):
4656 Use `when' instead of `and'. Fix some clobbered text.
4657
4658 * gud.el (gud-make-debug-menu): Make a child for the
4659 local menu, for its menu bar, and the debug menu.
4660 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4661 Use the history in the simple way.
4662
46631999-09-07 Kenichi Handa <handa@etl.go.jp>
4664
4665 * language/korea-util.el (default-korean-keyboard): Initialize it
4666 according to the environment variable HANGUL_KEYBOARD_TYPE.
4667
46681999-09-07 Richard Stallman <rms@gnu.org>
4669
4670 * subr.el (make-temp-file): New function.
4671
46721999-09-07 Stefan Monnier <monnier@cs.yale.edu>
4673
4674 * font-lock.el (font-lock-multiline): New text property contains
4675 a boolean to indicate if the char is part of a multiline match.
4676 (font-lock-default-fontify-region): Extend the region appropriately
4677 for multiline keywords.
4678 (font-lock-default-unfontify-region): Also remove the new
4679 font-lock-multiline text property.
4680 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4681 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4682
46831999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4684
4685 * diary-lib.el (list-diary-entries): Make sure two-digit years
4686 have leading zeros.
4687
46881999-09-07 Gerd Moellmann <gerd@gnu.org>
4689
4690 * faces.el (face-set-after-frame-default): Initialize some
4691 attributes of some faces from frame parameters.
4692
4693 * faces.el (scroll-bar, border, cursor, mouse): New faces.
4694
46951999-09-07 Gerd Moellmann <gerd@gnu.org>
4696
4697 * faces.el (fringe): Replaces face `margin'.
4698
46991999-09-07 Dave Love <fx@gnu.org>
4700
4701 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4702
47031999-09-07 Richard Stallman <rms@gnu.org>
4704
4705 * subr.el (push): Doc fix.
4706
47071999-09-06 Richard Stallman <rms@gnu.org>
4708
4709 * vc.el (vc-annotate-display): Use < 69 not < 70
4ff3fcc7 4710 to distinguish 20YY from 19YY.
0767b41e
DL
4711
4712 * timezone.el (timezone-parse-date): Use < 69 not < 70
4713 to distinguish 20YY from 19YY.
4714
4715 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4716
47171999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
4718
4719 * quickurl.el: (quickurl-list-focused-line): Removed.
4720 (quickurl-list-insert): Now works out the focused line using
4721 `count-lines' instead of using `quickurl-list-focused-line'.
4722
47231999-09-06 Richard Stallman <rms@gnu.org>
4724
4725 * mail/rmail.el (rmail-retry-failure): Unconditionally move
4726 to beginning of message.
4727
47281999-09-06 Dave Love <fx@gnu.org>
4729
4730 * isearch.el (isearch-mode-map): Add mouse-2.
4731
b416e85a 4732 * mail/rmail.el (rmail-read-password): Deleted.
0767b41e
DL
4733 (rmail-get-pop-password): Use read-password.
4734
4735 * quickurl.el: Don't conditionally define caddr.
4736 (quickurl-url-comment): Use nth, not caddr in function and
4737 defsetf.
4738
47391999-09-06 Richard Stallman <rms@gnu.org>
4740
4741 * auto-show.el: Doc fixes.
4742
47431999-09-06 Stephen Eglen <stephen@gnu.org>
4744
4745 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4746 --no-line-editing so that TABs in source files are not interpreted
4747 as completion requests.
4ff3fcc7 4748
0767b41e 47491999-09-06 Gerd Moellmann <gerd@gnu.org>
4ff3fcc7 4750
0767b41e
DL
4751 * hscroll.el, auto-show.el: Remove all code, keep the public
4752 interface as no-ops.
4753
4754 * faces.el (face-bold-p): Don't return t if face has lighter
4755 weight than normal.
4756
47571999-09-06 Eli Zaretskii <eliz@gnu.org>
4758
4759 * startup.el (command-line): Make small-temporary-file-directory
4760 be nil except on ms-dos.
4761
4762 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
4763
4764 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4765 is defined.
4766
4767 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4768 letters with a colon after d or l.
4769
47701999-09-06 Dave Love <fx@gnu.org>
4771
b416e85a
DL
4772 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
4773 primitive.)
0767b41e
DL
4774
47751999-09-05 Richard Stallman <rms@gnu.org>
4776
4777 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4778
4779 * textmodes/paragraphs.el (backward-kill-sentence):
4780 Don't test minibuffer-prompt-end here.
4781 (forward-sentence): Do handle it here.
4782 (backward-kill-paragraph): Don't test it here.
4783 (forward-paragraph): Handle it here.
4784
4785 * mouse.el (font-menu-add-default): Simplify code.
4786
47871999-09-05 Gerd Moellmann <gerd@gnu.org>
4788
4789 * faces.el (header-line): Renamed from `top-line'.
4790
47911999-09-05 Gerd Moellmann <gerd@gnu.org>
4792
4793 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4794
47951999-09-04 Richard Stallman <rms@gnu.org>
4796
4797 * whitespace.el: New file.
4798
47991999-09-04 Dave Love <fx@gnu.org>
4800
4801 * paths.el: Make some doc strings obey the make-docfile convention.
4802
4803 * bindings.el: Likewise.
4804 (debug-ignored-errors): Remove BBDB ones.
4805
48061999-09-03 Richard Stallman <rms@gnu.org>
4807
4808 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4809 not from the draft to forward.
4810
4811 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4812
48131999-09-03 Dave Love <fx@gnu.org>
4814
4815 * double.el (double-mode): Customize the variable.
4816
48171999-09-03 Kenichi Handa <handa@etl.go.jp>
4818
4819 * international/characters.el: Delete duplicated code.
4820
48211999-09-02 Richard Stallman <rms@gnu.org>
4822
4823 * indent.el (indent-relative): Doc fix.
4824
4825 * quickurl.el (quickurl): Doc fix.
4826
48271999-09-02 Gerd Moellmann <gerd@gnu.org>
4828
4829 * faces.el (margin): Change background to "gray" for mono (this is
4830 drawn with a stipple pattern).
4831
48321999-09-02 Gerd Moellmann <gerd@gnu.org>
4833
4834 * simple.el (next-history-element): Use minibuffer-prompt-end once
4835 again. Remove test for minibuffer-prompt-in-buffer.
4836
48371999-09-02 Eli Zaretskii <eliz@gnu.org>
4838
4839 * files.el (small-temporary-file-directory): New variable.
4840
4841 * startup.el (command-line): Compute the value of
4842 small-temporary-file-directory.
4843
4844 * ediff-init.el (ediff-temp-file-prefix): Use
4845 small-temporary-file-directory if non-nil.
4846
4847 * vc.el (vc-update-change-log): Likewise.
4848
4849 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4850
4851 * simple.el (shell-command, shell-command-on-region): Use
4852 make-temp-name properly. Use small-temporary-file-directory if
4853 non-nil, otherwise temporary-file-directory, to generate temporary
4854 files.
4855
4856 * dos-w32.el (direct-print-region-helper): Use
4857 temporary-file-directory. (From Stefan Monnier.)
4858
48591999-09-02 Richard Stallman <rms@gnu.org>
4860
4861 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4862 from asm-comment-char.
4863 (asm-font-lock-keywords): Recognize instruction width suffixes.
4864
48651999-09-01 Richard Stallman <rms@gnu.org>
4866
4867 * play/fortune.el: New file.
4868
48691999-08-31 Dave Love <fx@gnu.org>
4870
4871 * help.el (help-make-xrefs): Don't lose on non-empty blank line
4872 after key table.
4873
b416e85a
DL
4874 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
4875 redisplay variables.
0767b41e
DL
4876
4877 * subr.el (push): Fix typo.
4878
48791999-08-30 Kevin Blake <kblake@ticnet.com>
4880
4881 * emacs-lisp/ring.el: Many doc fixes.
4882 (ring-size, ring-copy): New functions.
4883
48841999-08-29 Richard Stallman <rms@gnu.org>
4885
4886 * progmodes/etags.el (tags-loop-continue):
4887 After tags-loop-operate returns, force skip to next file.
4888
4889 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
4890 (mail-extr-first-letters, mail-extr-last-letters):
4891 Use character classes [:alpha:] and [:alnum:].
4892
4893 * subr.el (push, pop): New macros.
4894
4895 * progmodes/compile.el (compilation-error-regexp-alist):
4896 New item for SGI IRIX MipsPro compilers.
4897
4898 * speedbar.el (speedbar-directory-buttons): Recognize
4899 device names when checking for file names.
4900
4901 * array.el (array-reconfigure-rows): Use generate-new-buffer.
4902
4903 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
4904 and specially handle defvar inside their expansions.
4905 (eval-defun-1): New subroutine.
4906
4907 * progmodes/compile.el (compilation-error-regexp-alist):
4908 Fix the Perl -w entry to allow period after line number.
4909 Don't allow newlines in file name, but allow them after line number
4910 for Perl debugging traces.
4911
4912 * which-func.el (which-func-cleanup-function): New variable.
4913 (which-function): Call that function.
4914
4915 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
4916 to end a function name.
4917
4918 * informat.el (Info-tagify): Don't insert more than one newline
4919 before the tag table.
4920
49211999-08-29 Stefan Monnier <monnier@cs.yale.edu>
4922
4923 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
4924 than make-temp-name, use match-string-no-properties, and eliminate
4925 a quadratic behavior when building bibtex-strings.
4926
49271999-08-29 Alex Schroeder <alex@gnu.org>
4928
4929 * comint.el (comint-input-ring-separator): New variable.
4930 (comint-read-input-ring): Doc change; use
4931 comint-input-ring-separator when reading file.
4932 (comint-write-input-ring): Use
4933 comint-input-ring-separator when writing file.
4934
49351999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
4936
4937 * informat.el (Info-tagify): Start by widening.
4938 Match node headers that don't list the file name,
4939 and more kinds of page separations.
4940 Strip properties during tagification.
4941 Use start of node header line as tag's position.
4942 Fix the "done" message.
4943
4944 (Info-validate): Save and restore match data around narrowing down.
4945
49461999-08-28 Richard M. Stallman <rms@gnu.org>
4947
4948 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
4949 On repeated call, override previous values put into
4950 minor-mode-map-alist and minor-mode-alist.
4951
49521999-08-28 Michael Ernst <mernst@alum.mit.edu>
4953
4954 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
4955
49561999-08-27 Andreas Schwab <schwab@gnu.org>
4957
4958 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
4959 from cvs update.
4960
49611999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4962
4963 * calendar/calendar.el (calendar-move-hook): New hook.
4964
4965 * calendar/cal-move.el: Call the new hook in every movement function.
4966
4967 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
4968 the right function name.
4969
49701999-08-26 Stephen Gildea <gildea@alum.mit.edu>
4971
4972 * time-stamp.el: Put quote-backquote around all symbol names
4973 in doc strings, for mousing.
f28eba7b
SM
4974 (time-stamp): Support multi-line patterns.
4975 (time-stamp-inserts-lines): New variable.
4976 (time-stamp-count): New variable.
4977 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
0767b41e
DL
4978 "Thu" instead of "%a".
4979
49801999-08-25 Gerd Moellmann <gerd@gnu.org>
4981
4982 * simple.el (kill-word): Undo previous change.
4983
49841999-08-25 Gerd Moellmann <gerd@gnu.org>
4985
4986 * jit-lock.el (jit-lock-function): Extend the fontified range
4ff3fcc7 4987 to the beginning of the line containing the range start and
0767b41e
DL
4988 the beginning of the line following the range end.
4989
49901999-08-24 Dave Love <fx@gnu.org>
4991
4992 * timezone.el: Move provide to end.
4993 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
4994 <70 are 2000+.
4995 (timezone-parse-time): Simplify somewhat.
4996
49971999-08-24 Gerd Moellmann <gerd@gnu.org>
4998
4999 * faces.el (margin): Renamed from bitmap-area.
5000
50011999-08-24 Alex Schroeder <alex@gnu.org>
5002
5003 * sql.el: Doc changes.
f28eba7b 5004 (sql-sybase): Use sql-server instead of sql-database.
0767b41e
DL
5005
50061999-08-23 Dave Love <fx@gnu.org>
5007
5008 * rect.el: Add/fix various doc strings. Add `*' to all the
5009 interactive specs.
5010
50111999-08-21 Gerd Moellmann <gerd@gnu.org>
5012
5013 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5014 Don't unwind-protect font-lock-fontify-region.
5015
5016 * paragraphs.el (backward-kill-paragraph): Don't move
5017 point into mini-buffer prompt.
5018 (backward-kill-sentence): Ditto.
5019
5020 * simple.el (next-history-element): Use minibuffer-prompt-end.
5021 Remove test for minibuffer-prompt-in-buffer.
5022 (kill-word): Don't move point into mini-buffer prompt.
5023
50241999-08-21 Dave Love <fx@gnu.org>
5025
5026 * Makefile: Exclude CVS dirs like RCS.
5027
50281999-08-19 Dave Love <fx@gnu.org>
5029
5030 * tooltip.el (tooltip-mode): Customize this, per convention.
5031 (tooltip-active): Option deleted.
5032
5033 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5034
5035 * hanoi.el, page-ext.el: Declare dynamic vars.
5036
5037 * term.el: Avoid ange-ftp related compilation warnings.
5038
50391999-08-18 Gerd Moellmann <gerd@gnu.org>
5040
5041 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5042 the default so that beginners can benefit from it without
5043 searching in manuals.
5044
50451999-08-18 Ray Blaak <blaak@gnu.org>
5046
5047 * progmodes/delphi.el: Consider assembly sections as blocks, to
5048 indent them better. Make auto-indent on newline optional.
5049
50501999-08-17 Gerd Moellmann <gerd@gnu.org>
5051
5052 * bindings.el (mode-line-modified): Look up key binding for C-x
5053 C-q. If it's bound call that binding, otherwise call
5054 toggle-read-only.
5055
50561999-08-17 Dave Love <fx@gnu.org>
5057
5058 * info.el (info): Doc fix.
5059
5060 * finder.el (finder-known-keywords): Add `multimedia'.
5061
5062 * apropos.el: Don't capitalize custom group name.
5063
5064 * info-look.el: Remove compatibility code.
5065 (info-lookup-guess-default*): DTRT for point at start of symbol.
5066 (info-complete): Don't lose with point not at end of symbol.
5067
50681999-08-16 Gerd Moellmann <gerd@gnu.org>
5069
5070 * term.el (toplevel): Make face `term-default' an empty face.
5071 The code relied on the fact that Emacs ignored invalid faces in
5072 face text properties in 20.4.
5073
50741999-08-16 Richard M. Stallman <rms@gnu.org>
5075
5076 * subr.el (point-at-eol, point-at-bol): New aliases.
5077
5078 * simple.el: Functions reordered.
5079
5080 * rect.el (delete-rectangle-line): Use line-end-position.
5081
50821999-08-16 Karl Heuer <kwzh@gnu.org>
5083
5084 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5085 here from simple.el.
4ff3fcc7 5086
0767b41e
DL
50871999-08-16 Dave Love <fx@gnu.org>
5088
5089 * mouse.el: Provide `mldrag' for compatibility.
5090 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5091 marked obsolete.
5092
5093 * mldrag.el: Removed since the features are in mouse.el.
5094
5095 * jka-compr.el (auto-compression-mode): New variable for
5096 customization.
5097
5098 * bindings.el (mode-line-mule-info): Doc fix.
5099
5100 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5101 name comparisons.
5102
5103 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5104 (find-file): Doc fix.
5105
51061999-08-16 Carsten Dominik <cd@gnu.org>
5107
5108 * textmodes/reftex.el: Most of the code moved to other files.
5109 * textmodes/reftex-auc.el: New file, split out from reftex.el
5110 * textmodes/reftex-cite.el: New file, split out from reftex.el
5111 * textmodes/reftex-global.el: New file, split out from reftex.el
5112 * textmodes/reftex-index.el: New file, split out from reftex.el
5113 * textmodes/reftex-parse.el: New file, split out from reftex.el
5114 * textmodes/reftex-ref.el: New file, split out from reftex.el
5115 * textmodes/reftex-sel.el: New file, split out from reftex.el
5116 * textmodes/reftex-toc.el: New file, split out from reftex.el
5117 * textmodes/reftex-vars.el: New file, split out from reftex.el
5118 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5119
51201999-08-16 Carsten Dominik <cd@gnu.org>
5121
5122 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5123 conflict with pop-up-frames.
5124 (reftex-special-environment-parsers): New constant.
5125 (reftex-label-alist): car of an entry can also be a function.
f28eba7b 5126 (reftex-what-special-env): Cew function.
0767b41e
DL
5127 (reftex-label-location): Call `reftex-what-special-env'.
5128 (reftex-compile-variables): Check for symbol in
5129 `reftex-label-alist'.
f28eba7b 5130 (reftex-what-environment): Fixed bug with stacked environments of
0767b41e
DL
5131 same kind (e.g. enumerate).
5132 (reftex-process-string): Preserve default directory.
f28eba7b 5133 (reftex-label-alist-builtin): Changed prefixes of endnote and
0767b41e
DL
5134 footnote. Also the magic words.
5135 (reftex-reference): Interprete new option
5136 `reftex-fref-is-default'.
5137 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5138 (reftex-toc-mouse-view-line): Command removed (had no binding).
5139 (reftex-everything-regexp): New function.
5140 (reftex-nearest-match): Made better.
5141 (reftex-toc-find-section): Use new version of
5142 `reftex-nearest-match'.
f28eba7b 5143 (reftex-insert-docstruct): Adapted to work with the index stuff.
0767b41e
DL
5144 (reftex-parse-from-file): Find index entries as well.
5145 (reftex-toc-toggle-index): New function
5146 (reftex-toc-map): `i' is now used to togle the index, File
5147 boundaries has been moved to `F'.
5148 (reftex-select-label-map): Toggling display of file boundaries is
5149 now on the `F' key, for consistency with `reftex-toc-map'.
5150 (reftex-erase-all-selection-and-index-buffers): Renamed from
5151 `reftex-erase-all-selection-buffer'. Now also kills the index
5152 buffers.
5153 (reftex-viewing-cross-references): Customization group renamed
5154 from reftex-viewing-cross-references-and-citations.
5155 (reftex-index-macro-regexp,
5156 reftex-find-index-entry-regexp-format): New variables
5157 (reftex-macros-with-index): New variable
5158 (reftex-add-index-macros): New function
5159 (reftex-renumber-simple-labels, reftex-translate): Allow for
5160 multiple labels in a single ref command.
5161 (reftex-index-support): New customization group
5162 (reftex-support-index, reftex-index-special-chars,
5163 reftex-index-macros, reftex-index-default-macro,
5164 reftex-index-default-tag, reftex-index-math-format,
5165 reftex-index-section-letters, reftex-index-include-context,
5166 reftex-index-follow-mode, reftex-index-header-face,
5167 reftex-index-section-face, reftex-index-tag-face,
5168 reftex-index-face): New options
5169 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5170 reftex-index-tag, reftex-index-return-marker,
5171 reftex-index-restriction-indicator, reftex-index-restriction-data,
5172 reftex-index-macro-regexp, reftex-index-level-re,
5173 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5174 reftex-everything-regexp-no-index, reftex-index-re,
5175 reftex-macros-with-index, reftex-index-macro-alist): New variables
5176 (reftex-index-help, reftex-index-macros-builtin,
5177 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5178 reftex-query-index-macro-help): New constants
5179 (reftex-index-selection-or-word, reftex-index,
5180 reftex-default-index, reftex-update-default-index,
5181 reftex-index-complete-tag, reftex-index-select-tag,
5182 reftex-index-complete-key, reftex-index-update-taglist,
5183 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5184 reftex-display-index, reftex-insert-index,
5185 reftex-index-insert-new-letter, reftex-get-restriction,
5186 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5187 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5188 reftex-index-toggle-follow, reftex-index-toggle-context,
5189 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5190 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5191 reftex-index-quit, reftex-index-quit-and-kill,
5192 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5193 reftex-index-revert, reftex-index-switch-index-tag,
5194 reftex-index-restrict-to-section, reftex-index-widen,
5195 reftex-index-restriction-forward,
5196 reftex-index-restriction-backward, reftex-index-visit-location,
5197 reftex-index-analyze-entry, reftex-index-globalize,
5198 reftex-index-edit, reftex-index-toggle-range-beginning,
5199 reftex-index-toggle-range-end, reftex-index-edit-key,
5200 reftex-index-edit-attribute, reftex-index-edit-visual,
5201 reftex-index-edit-part, reftex-index-level-down,
5202 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5203 reftex-index-change-entry, reftex-index-goto-letter,
5204 reftex-add-index-macros, reftex-ensure-index-support,
5205 reftex-index-info-safe, reftex-index-info): New functions.
4ff3fcc7 5206
0767b41e
DL
5207
52081999-08-15 Richard M. Stallman <rms@gnu.org>
5209
5210 * paren.el (show-paren-mode): Support making show-paren-mode
5211 a buffer-local variable. Don't check for a window system.
5212 (show-paren-function): Check whether show-paren-function is
5213 enabled in current buffer; do the right thing if not.
5214 Don't check for a window system.
5215 (show-paren-mode): Make it a user variable.
5216
5217 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5218 Handle `enum' like `struct'.
5219
5220 * server.el (server-process-filter): If a client visits no buffers,
5221 close it immediately before recording it.
5222
5223 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5224 Optimize by calling concat just once. Handle =\n sequence.
5225 (mail-unquote-printable-region): New command.
5226 (mail-quote-printable): Make it autoload.
5227
52281999-08-15 Karl Heuer <kwzh@gnu.org>
5229
5230 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5231
52321999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5233
5234 * lisp/texinfmt.el: Handle @ifnottex.
5235
52361999-08-15 Eli Zaretskii <eliz@gnu.org>
5237
5238 * frame.el (blink-cursor): Don't turn on cursor blinking for
5239 ms-dos.
5240
5241 * faces.el (face-valid-attribute-values): Look in
5242 x-bitmap-file-path only for x and w32 window systems.
5243
5244 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5245 Do that if width is nil as well.
5246 (x-display-mm-height, x-display-mm-width): Update values.
5247 (x-colors): Compute the list from msdos-color-values.
5248 (x-select-enable-clipboard): Doc fix.
5249 (x-frob-font-weight, x-font-family-list): New functions.
5250
52511999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5252
5253 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5254 back up from beginning of buffer.
5255
52561999-08-13 Karl Heuer <kwzh@gnu.org>
5257
5258 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5259
52601999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5261
5262 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5263 doomsday clock, speed control is added and changes are made to
5264 allow large numbers of rings: rings now show the whole ring
5265 number, not just the last digit; consecutive rings are allowed to
5266 be the same size when necessary to fit all the rings in the
5267 window; and poles can be oriented horizontally. Face support is
5268 thrown in gratuitously.
5269 (hanoi): Changed default number of rings back to 3.
5270 (hanoi-unix, hanoi-unix-64): New commands
5271 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5272 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5273 hanoi-odd-ring-face): New variables.
5274 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5275 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5276 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5277 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5278 (hanoi-topos, hanoi-draw-ring): Removed.
5279
52801999-08-12 Gerd Moellmann <gerd@gnu.org>
5281
5282 * faces.el (face-valid-attribute-values): Return an alist for
5283 families on ttys.
5284 (face-read-integer): Handle unspecified face attributes. Add
5285 completion for `unspecified'.
5286 (read-face-attribute): Handle unspecified font attributes.
5287 (face-valid-attribute-values): Add `unspecified' to lists so that
5288 it can be chosen via completion.
5289 (face-read-string): Don't recognize "none" as input.
5290
52911999-08-10 Dave Love <fx@gnu.org>
5292
5293 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5294 string.
5295
5296 * sun-curs.el: Require sun-fns.
5297
52981999-08-10 Dave Love <fx@gnu.org>
5299
5300 * autorevert.el (auto-revert-mode): Add autoload cookie.
5301
5302 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5303 hscroll.
5304
5305 * simple.el (hscroll-step, hscroll-point-visible)
5306 (hscroll-window-column): Remove now we have the mentioned real
5307 horizontal autoscrolling.
5308
53091999-08-10 Richard M. Stallman <rms@gnu.org>
5310
4ff3fcc7 5311 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
0767b41e
DL
5312 control use of -f option.
5313 (mail-specify-envelope-from): New variable.
5314 (mail-from-style): Doc fix.
5315
5316 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5317 (easy-menu-get-map): New arg TO-MODIFY helps choose
5318 between local and global maps.
5319 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5320 (easy-menu-change): Doc fix.
5321
5322 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5323 (info-lookup-guess-default): Simplified and cleaned up.
5324 (info-lookup-guess-default*): Preserve point.
5325
5326 * view.el (view-mode-disable): If buffer-read-only is nil,
5327 don't change it.
5328
5329 * files.el (after-find-file): Disable View mode if buffer is no
5330 longer read-only.
5331
4ff3fcc7 5332 * view.el (view-mode-enable, view-mode-disable):
0767b41e
DL
5333 Call force-mode-line-update.
5334
53351999-08-10 Karl Heuer <kwzh@gnu.org>
5336
5337 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5338 * array.el, play/landmark.el, international/latin-3.el: Likewise.
5339 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5340
53411999-08-10 Alex Schroeder <asc@bsiag.com>
5342
5343 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5344 to prevent m-eating-bug.
5345
53461999-08-10 Eli Zaretskii <eliz@gnu.org>
5347
5348 * term/pc-win.el (msdos-bg-mode): Remove. Call
5349 frame-set-background-mode instead. All callers changed.
5350 (msdos-face-setup): Don't force color display parameter, it is set
5351 by frame-set-background-mode.
5352 (make-msdos-frame): Call x-handle-reverse-video and
5353 face-set-after-frame-default. Delete frame if creation failed.
5354
5355 * faces.el (face-set-after-frame-default): Don't call
5356 make-face-x-resource-internal for the pc window-system.
5357
53581999-08-10 Dave Love <fx@melange.gnu.org>
5359
5360 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5361 case with no docstring specially.
5362
53631999-08-09 Eli Zaretskii <eliz@gnu.org>
5364
5365 * complete.el (PC-do-completion): If completing on file name,
5366 reproduce str by concatenating its directory and basename parts.
5367
53681999-08-07 Dave Love <fx@gnu.org>
5369
5370 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
5371 unibyte to multibyte conversion of search-forward (from Handa),
5372 but avoid the replacement if the language is Latin-N.
5373
53741999-08-06 Richard Stallman <rms@gnu.org>
5375
5376 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5377 of eval-buffer.
5378
5379 * international/mule.el (load-with-code-conversion):
5380 Pass t to eval-buffer for DO-ALLOW-PRINT.
5381
53821999-08-06 Geoff Voelker <voelker@cs.washington.edu>
5383
5384 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5385 of filenames and attributes.
5386 (ls-lisp-insert-directory): Use directory-files-and-attributes
5387 for speed.
5388
53891999-08-05 Dave Love <fx@gnu.org>
5390
5391 * auto-show.el (auto-show-mode): Fix :set.
5392
5393 * widget.el (define-widget-keywords): Make dummy definition and
5394 comment-out its use.
5395
53961999-08-04 Richard Stallman <rms@gnu.org>
5397
5398 * progmodes/tcl.el: Customized.
5399
5400 * sql.el (sql-accumulate-and-indent): Instead of testing
5401 whether this is Emacs 20 before calling comint-accumulate,
5402 test whether comint-accumulate is defined.
5403
54041999-08-04 Dave Love <fx@gnu.org>
5405
5406 * sgml-mode.el: Require outline when compiling.
5407 (sgml-mode-hook, html-mode-hook): Customize.
5408 (sgml-validate-command): Fix :version.
5409 (html-autoview-mode): Doc fix.
5410
5411 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5412 nothing in Latin-N environment.
5413
5414 * info.el (Info-find-node): Call info-initialize here.
5415 (info): Not here.
5416 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5417
54181999-08-04 Richard Stallman <rms@gnu.org>
5419
5420 * ansi-color.el: New file.
5421
54221999-08-04 Stefan Monnier <monnier@cs.yale.edu>
5423
5424 * dired.el (dired-string-replace-match): Return `nil' when no match
5425 found with global search.
5426
5427 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5428 * terminal.el (te-terminfo-directory):
5429 * mail/mailpost.el (post-mail-send-it):
5430 * mail/metamail.el (metamail-region):
5431 * progmodes/ada-mode.el (ada-tmp-directory):
5432 Use temporary-file-directory.
5433
5434 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5435 (compilation-filter, compilation-forget-errors)
5436 (compilation-parse-errors): Use a marker instead of an integer for
5437 `compilation-parsing-end'.
5438
5439 * progmodes/diff.el (diff-parse-differences):
5440 Use a marker instead of an integer for `compilation-parsing-end'.
5441 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5442 Use a marker instead of an integer for `compilation-parsing-end'.
5443
54441999-08-03 Richard Stallman <rms@gnu.org>
5445
5446 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5447 (Buffer-menu-mode): Doc fix.
5448 (Buffer-menu-view): New command.
5449 (Buffer-menu-view-other-window): New command.
5450
54511999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
5452
5453 * replace.el (query-replace-regexp-eval)
5454 (replace-eval-replacement, replace-loop-through-replacements)
5455 (replace-match-string-symbols): New functions.
5456 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5457 Use replace-loop-through-replacements.
4ff3fcc7 5458
0767b41e
DL
54591999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
5460
5461 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5462 (5x5): Doc fix.
5463
54641999-08-03 Dave Love <fx@gnu.org>
5465
5466 * fortran.el (fortran-indent-new-line): Make it an alias
5467 for reindent-then-newline-and-indent.
5468
54691999-08-03 Didier Verna <verna@inf.enst.fr>
5470
5471 * rect.el: All functions rewritten, except when noted above
5472 their declaration. Below is a list of interface changes.
5473 (apply-on-rectangle): New function, mostly replaces
5474 `operate-on-rectangle'. All callers changed.
5475 (move-to-column-force): Pass new second argument to `move-to-column'.
5476 (kill-rectangle): Added optional prefix arg to fill lines.
5477 (delete-rectangle): Ditto.
5478 (delete-whitespace-rectangle): Ditto.
5479 (delete-extract-rectangle): Ditto.
5480 (open-rectangle): Ditto.
5481 (clear-rectangle): Ditto.
5482 (delete-whitespace-rectangle-line): New function.
5483 (delete-rectangle-line): Added third arg FILL.
5484 (delete-extract-rectangle-line): Ditto.
5485 (open-rectangle-line): Ditto.
5486 (clear-rectangle-line): Ditto.
5487
54881999-08-03 Ray Blaak <blaak@gnu.org>
5489
5490 * progmodes/delphi.el: New file.
5491
54921999-08-02 Richard Stallman <rms@gnu.org>
5493
5494 * textmodes/outline.el (outline-previous-heading): New function.
5495 (outline-up-heading-all): Use outline-previous-heading.
5496 (outline-next-heading): Delete definition inserted yesterday.
5497
54981999-08-01 Richard Stallman <rms@gnu.org>
5499
5500 * textmodes/outline.el (outline-next-heading): New function.
5501 (outline-up-heading-all): New function.
5502 (outline-font-lock-level): Using outline-up-heading-all.
5503 Tell outline-back-to-heading to accept invisible headings.
5504
5505 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5506
5507 * mail/mh-utils.el (mh-find-path-run): New variable.
5508 (mh-find-path): Test and set that.
5509 Set mail-user-agent only the first time this function is run.
5510 (mail-user-agent): Defvar deleted.
5511
5512 * info.el (info-initialize): New function.
5513 (info): Call info-initialize.
5514 (Info-directory-list): Initialize to nil,
5515 so info-initialize will set it up for real.
5516
55171999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5518
5519 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5520 does not interpret a time as the year in a day-month entry.
5521
5522 * calendar/diary-lib.el: Change syntax table entry for colon in
5523 the diary as part of the european-date-diary-pattern fix.
5524
55251999-08-01 Eli Zaretskii <eliz@gnu.org>
5526
5527 * international/mule.el (set-auto-coding): Allow whitespace before
5528 and after the "variable: value" pair.
5529
55301999-07-30 Ken'ichi Handa <handa@gnu.org>
5531
5532 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5533 (default-sendmail-coding-system): Doc-string fixed.
5534
55351999-07-30 Dave Love <fx@gnu.org>
5536
5537 * subr.el (assoc-delete-all): New function, renamed from
5538 frame-delete-all.
5539
5540 * frame.el: Change comments to doc strings and other doc fixes.
5541 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5542 Callers changed.
5543 (set-background-color, set-foreground-color, set-cursor-color)
5544 (set-mouse-color, set-border-color): Offer completion of colours.
5545 (cursor): Add :version to defgroup.
5546
5547 * facemenu.el (list-colors-display): Make it work on ttys.
5548 (facemenu-read-color): Likewise.
5549
55501999-07-30 Richard M. Stallman <rms@gnu.org>
5551
5552 * frame.el (frame-notice-user-settings): If background
5553 color has been changed, update background-mode from it,
5554 then update faces.
5555
55561999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5557
5558 * net-utils.el (finger): Don't do indirect fingering.
5559
55601999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5561
5562 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5563 rules. Add separator at end of holidays.
5564 (cal-tex-rules): New customizable variable.
5565 (cal-tex-latexify-list): Add optional parameter to put separator
5566 at end.
5567
55681999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
5569
5570 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5571 fill prefix on each line while looping to the end of paragraph.
5572 End paragraph if it's longer than the existing fill prefix.
5573
5574 * textmodes/fill.el (fill-context-prefix): Doc fix.
5575
55761999-07-30 Dave Love <fx@gnu.org>
5577
5578 * font-lock.el (jit-lock): Fix :load, add :version.
5579
55801999-07-30 Eli Zaretskii <eliz@gnu.org>
5581
5582 * term/pc-win.el (msdos-face-setup): Register standard colors in
5583 Vface_tty_color_alist.
5584 (face-color-supported-p, face_color_gray_p): New functions.
5585
5586 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5587 is bound.
5588
5589 * startup.el (command-line): Don't register default colors for
5590 MSDOS window-system.
5591
55921999-07-29 Dave Love <fx@gnu.org>
5593
5594 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5595 charquote.
5596
5597 * lisp-mode.el (eval-defun): Re-written to avoid
5598 capturing variables.
5599
5600 * picture.el (picture-beginning-of-line): Don't call
5601 hscroll-point-visible now we have real autoscrolling.
5602 (picture-end-of-line, picture-newline, picture-open-line):
5603 Likewise.
5604
5605 * international/latin-8.el: New file.
5606 * international/latin-9.el: New file.
5607
56081999-07-28 Dave Love <fx@gnu.org>
5609
5610 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5611
5612 * msb.el: Require cl only when compiling.
5613 (msb--home-dir): Deleted.
5614 (msb--format-title): Use abbreviate-file-name.
5615 (msb--choose-file-menu): Simplify string comparison.
5616
56171999-07-28 Gerd Moellmann <gerd@gnu.org>
5618
5619 * faces.el (toolbar): Add face definition for mono displays.
5620
56211999-07-27 Richard M. Stallman <rms@gnu.org>
5622
5623 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5624
5625 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5626 force copying of default-frame-alist.
5627
56281999-07-26 Ken'ichi Handa <handa@gnu.org>
5629
5630 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5631
56321999-07-26 Richard M. Stallman <rms@gnu.org>
5633
5634 * frame.el (set-mouse-color): If new color is nil,
5635 really respecify the current color.
5636
56371999-07-26 Gerd Moellmann <gerd@gnu.org>
5638
5639 * faces.el (bitmap-area): Change background of face `bitmap-area'
5640 to white for mono displays.
5641
56421999-07-26 Kenichi Handa <handa@etl.go.jp>
5643
5644 * international/ccl.el (ccl-embed-symbol): New function.
5645 (ccl-program-p): Deleted. Now it's implemented in C code.
5646 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5647 (ccl-compile-translate-character): Likewise.
5648 (ccl-compile-map-single): Likewise.
5649 (ccl-compile-multiple-map-function): Likewise.
5650 (declare-ccl-program): Doc-string modified.
5651 (check-ccl-program): Check compiled CCL code by ccl-program-p.
5652
56531999-07-25 Ken'ichi Handa <handa@etl.go.jp>
5654
5655 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5656
56571999-07-25 Markus Rost <rost@gnu.org>
5658
5659 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
5660 the entries to make custom-file more readable.
5661
56621999-07-25 Richard M. Stallman <rms@gnu.org>
5663
5664 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5665
5666 * emacs-lisp/edebug.el: Delete compatibility code.
5667 (edebug-next-token-class): If . is followed by a digit,
5668 return `symbol' for the token class.
5669
5670 * startup.el (command-line): If we don't find the user's init file,
5671 set user-init-file to nil.
5672
56731999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5674
5675 * info-look.el (info-lookup-interactive-arguments): Add optional
5676 argument query for new choice of help mode.
5677 (info-lookup-symbol): Use it.
5678 (info-lookup-file): Ditto.
5679 (info-lookup): Don't switch to other window, if already in Info
5680 buffer.
5681
56821999-07-23 Dave Love <fx@gnu.org>
5683
5684 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5685 syntax.
cc700606 5686 (fortran-fontify-string, fortran-match-!-comment): Deleted.
0767b41e
DL
5687 (fortran-font-lock-syntactic-keywords): New variable.
5688 (fortran-mode): Use it.
5689 (fortran-font-lock-keywords-1): Don't do comments.
5690 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5691 match data.
5692
5693 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5694
5695 * msb.el (msb-menu-bar-update-buffers): Renamed from
5696 menu-bar-update-buffers.
5697 (msb-custom-set, msb--toggle-menu-type): Call
5698 msb-menu-bar-update-buffers.
5699 (msb-mode): Revise the hook setting.
5700
5701 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5702
57031999-07-23 Gerd Moellmann <gerd@gnu.org>
5704
85177c86
GM
5705 * font-lock.el, help.el, simple.el: Re-integrate previously
5706 described changes that were lost due to errors while checking them
5707 in.
0767b41e
DL
5708
57091999-07-23 Kevin Blake <kblake@ticnet.com>
5710
5711 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5712
57131999-07-23 Ken'ichi Handa <handa@etl.go.jp>
5714
5715 * international/encoded-kb.el
5716 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5717 but push it to unread-command-events.
5718 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5719 (encoded-kbd-self-insert-sjis): Likewise.
5720 (encoded-kbd-self-insert-big5): Likewise.
5721
5722 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5723 before left margin and fill-prefix by fill-find-break-point.
5724
57251999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5726
5727 * info-look.el (info-lookup-setup-mode): Don't give up, if
5728 info-lookup-make-completions returns an error.
5729 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5730 name latex, not latex2e.
5731
57321999-07-21 Richard M. Stallman <rms@gnu.org>
5733
5734 * replace.el (perform-replace): Turn off case-fold-search
5735 if FROM-STRING argument has uppercase in it.
5736
57371999-07-21 Gerd Moellmann <gerd@gnu.org>
5738
5739 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5740 mode is on. Don't use end of changed text.
5741
57421999-07-21 Gerd Moellmann <gerd@gnu.org>
5743
5744 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5745 (cl-hash-table-p): Renamed from hash-table-p.
5746 (cl-hash-table-count): Renamed from hash-table-count.
5747 (maphash): Alias to cl-maphash removed.
5748 (gethash): Likewise.
5749 (puthash): Likewise.
5750 (remhash): Likewise.
5751 (clrhash): Likewise.
5752
57531999-07-21 Gerd Moellmann <gerd@gnu.org>
5754
5755 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5756 third arg non-nil. See comment there why this isn't a good idea.
5757
57581999-07-21 Gerd Moellmann <gerd@gnu.org>
5759
5760 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5761
5762 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5763 sit-for with 3rd arg non-nil to prevent redisplay.
5764
57651999-07-21 Gerd Moellmann <gerd@gnu.org>
5766
5767 * image.el (image-type-from-file-header): If file doesn't
5768 have a directory part, add data-directory.
5769
57701999-07-21 Gerd Moellmann <gerd@gnu.org>
5771
5772 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5773 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5774 motion handling when tooltip-gud-tips-p is nil.
5775
57761999-07-21 Gerd Moellmann <gerd@gnu.org>
5777
5778 * tooltip.el (tooltip-mode): Don't use `plusp'.
5779 (tooltip-active): Use initial value of nil.
5780
5781 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5782
57831999-07-21 Gerd Moellmann <gerd@gnu.org>
5784
5785 * bindings.el (make-mode-line-mouse-sensitive): Add key
5786 definitions for `top-line'.
5787
57881999-07-21 Gerd Moellmann <gerd@gnu.org>
5789
5790 * faces.el (top-line): New face.
5791
57921999-07-21 Gerd Moellmann <gerd@gnu.org>
5793
5794 * image.el (image-type-regexps): Add regexp for PS files.
5795
57961999-07-21 Gerd Moellmann <gerd@gnu.org>
5797
5798 * faces.el (set-face-attribute): Fix wrong handling of frame
5799 begin equal to t.
5800
58011999-07-21 Gerd Moellmann <gerd@gnu.org>
5802
5803 * image.el (image-type-regexps): Add PNG format.
5804
58051999-07-21 Dave Love <fx@gnu.org>
5806
5807 * bindings.el (mode-line-modified): New variable.
5808 (mode-line-mode-menu-1): Switch to appropriate window before
5809 showing menu.
5810
58111999-07-21 Gerd Moellmann <gerd@gnu.org>
5812
5813 * faces.el (face-underline): Removed.
5814 (face-underline-color): Ditto.
5815
58161999-07-21 Gerd Moellmann <gerd@gnu.org>
5817
5818 * faces.el (face-x-resources): Fix typo.
5819
58201999-07-21 Gerd Moellmann <gerd@gnu.org>
5821
5822 * faces.el: Remove handling of `:relief', extend handling of
5823 `:box'.
5824 (frame-set-background-mode): Choose new defface specs after
5825 frame parameters have changed.
5826
5827 * cus-face.el: Ditto.
5828
58291999-07-21 Gerd Moellmann <gerd@gnu.org>
5830
5831 * custom.el (defface): Extend documentation to include new
5832 face attributes.
5833
5834 * cus-face.el (custom-face-attributes): Add overline,
5835 strike-through, box.
5836
5837 * faces.el (face-valid-attribute-values): Handle overline,
5838 strike-through, box.
5839 (face-attribute-name-alist): Add pairs for new face attributes.
5840 (describe-face): Handle new face attributes.
5841
58421999-07-21 Gerd Moellmann <gerd@gnu.org>
5843
5844 * faces.el (face-x-resources): Add overline, strike-through, box.
5845
58461999-07-21 Gerd Moellmann <gerd@gnu.org>
5847
5848 * enriched.el (enriched-translations): Add `display' and
5849 "x-display".
5850 (enriched-handle-display-prop): New.
5851 (enriched-decode-display-prop): New.
5852
5853 * format.el (top-level): Give `display' property
5854 `format-list-atomic-p.
5855 (format-annotate-single-property-change): Test that property.
5856 If present, treat list property values like atoms.
5857
58581999-07-21 Gerd Moellmann <gerd@gnu.org>
5859
5860 * cus-face.el (custom-face-attributes): Use `choice' everywhere
5861 so that "*" can be entered.
5862
58631999-07-21 Gerd Moellmann <gerd@gnu.org>
5864
5865 * cus-face.el (custom-face-attributes): Don't use `#''.
5866
58671999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5868
5869 * cus-face.el (custom-face-attributes): Return underline
5870 face attribute directly from the second lambda of underline.
5871
58721999-07-21 Gerd Moellmann <gerd@gnu.org>
5873
5874 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
5875
5876 * frame.el (after-setting-font-hooks): New variable.
5877 (set-frame-font): Run those hooks.
5878
5879 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
5880
5881 * faces.el (set-face-attribute): Fix doc string.
5882
58831999-07-21 Gerd Moellmann <gerd@gnu.org>
5884
5885 * cus-face.el (custom-face-attributes): Accept color name.
5886
5887 * faces.el (face-underline-p): Accept unspecified underlining.
5888 (face-underline): Ditto. Fix doc string.
5889
58901999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5891
5892 * faces.el (face-underline-color): New function.
5893
58941999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
5895
5896 * cus-face.el (custom-face-attributes): Support underline coloring.
5897 Added slot to choose a color.
5898
5899 * faces.el (face-underline): New function.
5900 (face-underline-p): Support underline coloring.
5901 Return nil only if the underline attribute is 'normal.
5902 (set-face-underline): New function.
5903 (face-valid-attribute-values): Support underline coloring.
5904
59051999-07-21 Gerd Moellmann <gerd@gnu.org>
5906
5907 * image.el (insert-image): Use `display' instead of `glyph'
5908 as text property name.
5909 (put-image): Ditto.
5910 (image-type-from-file-header): Use insert-file-contents-literally.
5911
59121999-07-21 Gerd Moellmann <gerd@gnu.org>
5913
5914 * easymenu.el (easy-menu-do-add-item): Don't use the empty
5915 string to indicate separators.
5916
59171999-07-21 Gerd Moellmann <gerd@gnu.org>
5918
5919 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
5920 instead of message-log.
5921
59221999-07-21 Gerd Moellmann <gerd@gnu.org>
5923
5924 * faces.el (bitmap-area): New face.
5925
59261999-07-21 Gerd Moellmann <gerd@gnu.org>
5927
5928 * image.el (insert-image): New.
5929
59301999-07-21 Gerd Moellmann <gerd@gnu.org>
5931
5932 * frame.el (blink-cursor): Set the symbol's value.
5933 (show-trailing-whitespace): Change group to font-lock.
5934
59351999-07-21 Gerd Moellmann <gerd@gnu.org>
5936
5937 * jit-lock.el: New.
5938 * font-lock.el: Add jit-mode as new support mode.
5939
5940 * font-lock.el (font-lock-fontify-keywords-region): Stop when
5941 reaching end instead of letting re-search-forward signal an error.
5942 (demand-lock-mode): New.
5943 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
5944 (font-lock-turn-off-thing-lock): Ditto.
5945 (font-lock-after-fontify-buffer): Ditto.
5946 (font-lock-after-unfontify-buffer): Ditto.
5947
59481999-07-21 Gerd Moellmann <gerd@gnu.org>
5949
5950 * gs.el: New file.
5951
5952 * startup.el (command-line-1): Activate tooltip mode if
5953 interactive.
5954
59551999-07-21 Gerd Moellmann <gerd@gnu.org>
5956
5957 * faces.el (toolbar): Grey default background.
5958 (modeline): Ditto.
5959
5960 * image.el (image-type-regexps): New.
5961 (image-type-from-file-header): New.
5962 (create-image): Call it.
5963
59641999-07-21 Gerd Moellmann <gerd@gnu.org>
5965
5966 * image.el: New file.
5967
59681999-07-21 Gerd Moellmann <gerd@gnu.org>
5969
5970 * bindings.el (mode-line-format): Replace `mode-name' with
5971 `(:eval mode-line-mode-name)'.
5972 (mode-line-mode-name): New.
5973 (make-mode-line-mouse-sensitive): Don't change default value
5974 of `mode-name'.
5975
59761999-07-21 Gerd Moellmann <gerd@gnu.org>
5977
5978 * tooltip.el: New file.
5979
59801999-07-21 Gerd Moellmann <gerd@gnu.org>
5981
5982 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
5983 instead of mouse-3 to pop up menus.
5984 (mode-line-kill-buffer): Removed.
5985 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
5986 buffer name.
5987 (mode-line-buffer-menu-1): Removed.
5988
5989 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
5990
5991 * bindings.el (mode-line-buffer-identification-keymap): New.
5992 (mode-line-buffer-menu-keymap): New.
5993 (mode-line-mode-menu-keymap): New.
5994 (mode-line-unbury-buffer): New.
5995 (mode-line-other-buffer): New.
5996 (mode-line-kill-buffer): New.
5997 (mode-line-buffer-menu-1): New.
5998 (mode-line-mode-menu-1): New.
5999 (make-mode-line-mouse-sensitive): New.
6000
60011999-07-21 Gerd Moellmann <gerd@gnu.org>
6002
6003 * help.el (describe-key-briefly): Handle mode line strings
6004 with local-map properties.
6005 (describe-key): Ditto.
6006 (mode-line-key-binding): New.
6007
60081999-07-21 Gerd Moellmann <gerd@gnu.org>
6009
6010 * scroll-bar.el (scroll-bar-timer): New.
6011 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6012
60131999-07-21 Gerd Moellmann <gerd@gnu.org>
6014
6015 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6016 and `bottom'.
6017
60181999-07-21 Gerd Moellmann <gerd@gnu.org>
6019
6020 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6021 (global): Use different key bindings if using tookit scroll bars.
6022
60231999-07-21 Gerd Moellmann <gerd@gnu.org>
6024
6025 * faces.el (modeline): Define mode line face with relief for
6026 class color, only.
6027 (toolbar): New face.
6028
60291999-07-21 Gerd Moellmann <gerd@gnu.org>
6030
6031 * frame.el (frame-initialize): Set frame-creation-function to
6032 tty-create-frame-with-faces.
6033
6034 * faces.el (frame-set-background-mode): Make it work for
6035 window-system nil.
6036
6037 * faces.el (tty-create-frame-with-faces): New.
6038 (face-set-after-frame-default): Make it work for TTY frames.
6039
60401999-07-21 Gerd Moellmann <gerd@gnu.org>
6041
6042 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6043 Return a list of one font family for TTYs. Don't return bitmap
6044 file paths for TTY frames.
6045
6046 * faces.el: Add face specs for tty displays to basic faces.
6047
6048 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6049 (font-lock-string-face): Ditto.
6050 (font-lock-keyword-face): Ditto.
6051 (font-lock-builtin-face): Ditto.
6052 (font-lock-function-name-face): Ditto.
6053 (font-lock-variable-name-face): Ditto.
6054 (font-lock-type-face): Ditto.
6055 (font-lock-constant-face): Ditto.
6056 (font-lock-warning-face): Ditto.
6057
60581999-07-21 Gerd Moellmann <gerd@gnu.org>
6059
6060 * startup.el (command-line): Register default tty colors.
6061
6062 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6063
60641999-07-21 Gerd Moellmann <gerd@gnu.org>
6065
6066 * faces.el (modeline): For X frames, use a modeline with relief.
6067
60681999-07-21 Gerd Moellmann <gerd@gnu.org>
6069
6070 * faces.el (frame-update-faces): Copied from 20.2.
6071 (frame-update-face-colors): Ditto. Code removed that isn't
6072 applicable in the new face implementation.
6073
60741999-07-21 Gerd Moellmann <gerd@gnu.org>
6075
6076 * frame.el (show-trailing-whitespace): New.
6077
6078 * faces.el (trailing-whitespace): New basic face.
6079
60801999-07-21 Gerd Moellmann <gerd@gnu.org>
6081
6082 * cus-face.el (custom-facep): Always define as alias for facep.
6083
6084 * cus-face.el (custom-face-attributes): Use choice widgets.
6085 Remove :bold and :italic.
6086
60871999-07-21 Gerd Moellmann <gerd@gnu.org>
6088
6089 * faces.el (face-charset-registries): Removed since fontset.el
6090 is no always loaded.
6091
60921999-07-21 Gerd Moellmann <gerd@gnu.org>
6093
6094 * faces.el (internal-get-face): Added as obsolete function for
6095 compatibility.
6096
60971999-07-21 Gerd Moellmann <gerd@gnu.org>
6098
6099 * frame.el (blink-cursor-end): Call show-cursor.
6100 (blink-cursor-mode): Ditto.
6101
61021999-07-21 Gerd Moellmann <gerd@gnu.org>
6103
6104 * faces.el (face-spec-reset-face): Reset all attributes to
6105 `unspecified'.
6106 (face-spec-set): Use it.
6107
61081999-07-21 Gerd Moellmann <gerd@gnu.org>
6109
6110 * faces.el (read-all-face-attributes): Bug fix.
6111 (face-read-integer): Allow nil default value.
6112 (face-valid-attribute-values): Use symbol names of attribute
6113 values for completion list.
6114
61151999-07-21 Gerd Moellmann <gerd@gnu.org>
6116
6117 * faces.el (internal-find-face): Define for compatibility with
6118 20.2.
6119 (face-id): Likewise.
6120
6121 * faces.el (face-id): Return the ID of a realized face for ASCII.
6122
6123 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6124 (x-complement-fontset-spec): Use face-charset-registries.
6125
6126 * faces.el (face-font-selection-order): Set font selection order
6127 from Lisp.
6128 (face-alternative-font-family-alist): Set alternative font
6129 families from Lisp.
6130
61311999-07-21 Gerd Moellmann <gerd@gnu.org>
6132
6133 * faces.el (set-face-charset-registries): Set symbol value.
6134
61351999-07-21 Gerd Moellmann <gerd@gnu.org>
6136
6137 * faces.el (face-set-after-frame-default): Call function
6138 internal-merge-in-global-face.
6139
61401999-07-21 Gerd Moellmann <gerd@gnu.org>
6141
6142 * faces.el (face-list): Return symbols from face-global-alist.
6143
6144 * faces.el (face-list): Return a copy of the face name list so
6145 that it cannot be modified from outside (facemenu.el uses
6146 nreverse, for example).
6147
6148 * cus-face.el (custom-face-attributes): Add :bold and :italic
6149 for compatibility with old code.
6150
6151 * faces.el (set-face-attributes-from-resources): Additional
6152 frame parameter.
6153 (make-face-x-resource-internal): Set attributes from resources
6154 for a given frame or all frames.
6155
61561999-07-21 Gerd Moellmann <gerd@gnu.org>
6157
6158 * faces.el (all-faces): Removed.
6159
6160 * custom.el (defface): Add new face attributes to function
6161 comment.
6162
6163 * font-lock.el (font-lock-comment-face): Use new face attribute
6164 names.
6165 (font-lock-string-face): Ditto.
6166 (font-lock-keyword-face): Ditto.
6167 (font-lock-builtin-face): Ditto.
6168 (font-lock-function-name-face): Ditto.
6169 (font-lock-variable-name-face): Ditto.
6170 (font-lock-type-face): Ditto.
6171 (font-lock-reference-face): Ditto.
6172 (font-lock-warning-face): Ditto.
6173 ((boundp 'font-lock-face-attributes)): Ditto.
6174
6175 * cus-face.el (custom-face-attributes): Use new face attributes.
6176
6177 * faces.el (set-face-attribute-from-resource): Initialize
6178 from resources only for X and W32.
6179
6180 * cus-face.el (custom-declare-face): Don't make frame-local
6181 faces.
6182
6183 * faces.el (describe-face): Use princ instead of insert.
6184
6185 * faces.el: Add XLFD manipulation functions from 20.2 again
6186 because fontset.el uses them.
6187 (face-set-after-frame-default): Add empty definition.
6188
61891999-07-21 Gerd Moellmann <gerd@gnu.org>
6190
6191 * faces.el (make-face): Correct typo.
6192 (set-face-attribute-from-resource): Use let*.
6193 (face-underline-p): Correct typo.
6194 (face-inverse-video-p): Ditto.
6195 (set-face-stipple): Ditto.
6196 (face-read-string): Make completion-list optional parameter.
6197
61981999-07-21 Gerd Moellmann <gerd@gnu.org>
6199
6200 * faces.el (face-charset-registries): Alist mapping charset
6201 symbols to registries and encoding.
6202
62031999-07-21 Gerd Moellmann <gerd@gnu.org>
6204
6205 * frame.el (blink-cursor-mode): Use interactive spec "P".
6206
62071999-07-21 Gerd Moellmann <gerd@gnu.org>
6208
6209 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6210 mode. The cursor of selected_window blinks if the mode is enabled.
6211
62121999-07-21 Gerd Moellmann <gerd@gnu.org>
6213
6214 * simple.el (next-history-element): Set point to the end of the
6215 prompt if minibuffer-prompt-in-buffer.
6216
62171999-07-21 Gerd Moellmann <gerd@gnu.org>
6218
6219 * faces.el (x-font-regexp): Add sub-expression parentheses for
6220 several font name components.
6221
62221999-07-21 Gerd Moellmann <gerd@acm.org>
6223
6224 * faces.el (set-face-relief): Use index 12 for relief.
6225 (face-fill-in): Set relief from data.
6226 (internal-make-face): Init relief to zero.
6227
f28eba7b 6228 * faces.el (face-spec-set): Call modify-face with additional
0767b41e
DL
6229 parameters for relief and fixed-p.
6230
62311999-07-21 Gerd Moellmann <gerd@acm.org>
6232
6233 * cus-face.el: ':fixed and ':relief added.
6234
6235 * faces.el (describe-face): Add fixed font attribute and relief.
6236 (face-attr-match-p): Ditto.
6237 (face-attr-construct): Ditto.
6238 (face-spec-set): Ditto.
6239
62401999-07-21 Gerd Moellmann <gerd@acm.org>
6241
6242 * faces.el (internal-make-face): Function to create a Lisp vector
6243 suitable for representing a face.
6244 (make-face): Use it instead of make-vector.
6245 (x-create-frame-with-faces): Use it instead of vector.
6246 (internal-facep): Increase vector size to 14.
6247 (internal-make-face): Ditto.
6248 (face-relief): Access relief thickness.
6249 (face-fixed-p): Access fixed font attribute.
6250 (set-face-fixed-p): Set fixed font attribute.
6251 (set-face-relief): Set relief attribute.
6252 (internal-face-interactive-int): Read int attribute of face.
6253 (modify-face): Add fixed-p and relief parameters.
6254 (copy-face): Handle fixed-p and relief.
6255 (face-equal): Compare fixed-p and relief.
6256 (face-differs-from-default-p): Ditto.
6257 (face-nontrivial-p): Add fixed-p and relief.
6258
62591999-07-21 Gerd Moellmann <gerd@acm.org>
6260
6261 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6262 (internal-facep): Increase vector size.
6263 (make-face): Ditto.
6264 (face-shadow-thickness): Added.
6265 (set-face-shadow-thickness): Added.
6266 (modify-face): Add optional shadow-thickness parameter.
6267 (make-face-x-resource-internal): Add shadows.
6268 (copy-face): Ditto.
6269 (face-equal): Ditto.
6270 (face-differs-from-default-p): Ditto.
6271 (face-nontrivial-p): Ditto.
6272 (face-attr-match-p): Ditto.
6273 (face-attr-construct): Ditto.
6274 (face-spec-set): Ditto.
6275 (face-fill-in): Ditto.
6276
62771999-07-21 Gerd Moellmann <gerd@acm.org>
6278
6279 * bench.el (bench-mark-split-window): New bench mark.
6280
62811999-07-21 Gerd Moellmann <gerd@acm.org>
6282
6283 * faces.el (set-face-font): Don't pass default font to
6284 x-resolve-font so that font will not have to be of the same
6285 size.
6286
62871999-07-20 Dave Love <fx@gnu.org>
6288
6289 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6290 unconditionally t.
6291
62921999-07-20 Karl Heuer <kwzh@gnu.org>
6293
6294 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6295
62961999-07-20 Dave Love <fx@gnu.org>
6297
6298 * help.el (describe-variable): Fix test for customizability.
6299
6300 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6301 Check for readonly buffer in interactive spec.
6302 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6303 (backward-kill-word): Add * to interactive spec.
6304
6305 * underline.el (underline-region, ununderline-region): Add * to
6306 interactive spec.
6307
6308 * fill.el (canonically-space-region, justify-current-line): Add *
6309 to interactive spec.
6310 (fill-region-as-paragraph, fill-paragraph, fill-region)
6311 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6312 readonly buffer in interactive spec.
6313
6314 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6315 (backward-kill-sentence, kill-sentence): Add * to interactive
6316 spec.
6317
63181999-07-19 Richard M. Stallman <rms@gnu.org>
6319
6320 * dired-aux.el (dired-do-shell-command): Doc fix.
6321
6322 * shell.el (shell-unquote-argument): New function.
6323 (shell-directory-tracker): Use shell-unquote-argument.
6324 * comint.el (comint-arguments): Handle \ followed by space or tab.
6325
63261999-07-19 John Wiegley <jwiegley@borland.com>
6327
6328 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6329 color codes 39 and 49, which by the way lynx uses them seem to
6330 mean "foreground reset" and "background reset".
6331
63321999-07-19 Karl Heuer <kwzh@gnu.org>
6333
6334 * font-lock.el (c++-keywords): Add "typeid".
6335
6336 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6337 selects no font, treat that as zero selections, not one.
6338
63391999-07-19 Dave Love <fx@gnu.org>
6340
6341 * info.el (Info-search): Don't lose with empty regexp.
6342
6343 * version.el: Cater for (free) `ident' program, not `which'.
6344
6345 * hl-line.el: New file.
6346
6347 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6348 for modes which don't define menus.
6349
63501999-07-16 Richard M. Stallman <rms@gnu.org>
6351
6352 * webjump.el (webjump-sample-sites): Update some URLs.
6353
63541999-07-14 Richard Stallman <rms@gnu.org>
6355
6356 * Version 20.4 released.
6357
63581999-07-14 Andreas Schwab <schwab@gnu.org>
6359
6360 * compare-w.el (compare-windows): Try to find the next window in
6361 the current frame before looking at the other frames.
6362
63631998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
6364
6365 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6366 Use cyrillic-jcuken as default input method.
4ff3fcc7 6367
0767b41e
DL
63681999-07-12 Richard Stallman <rms@gnu.org>
6369
6370 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6371 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6372
6373 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6374 (ispell-local-dictionary-alist): Add koi8-r for character set.
6375
6376 * textmodes/flyspell.el (flyspell-get-word):
6377 Add special handling for when ispell-otherchars is empty.
6378
63791999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
6380
6381 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6382 when having nested functons.
6383 (pascal-indent-nested-functions) (pascal-indent-line)
6384 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6385 indenting nested functions.
6386
63871999-07-09 Richard Stallman <rms@gnu.org>
6388
6389 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6390
63911999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
6392
6393 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6394 the `end' keyword was in the very beginning of the buffer.
6395
63961999-07-08 Richard Stallman <rms@gnu.org>
6397
6398 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6399
6400 * term.el (term-emulate-terminal): Avoid infinite loop
6401 in strange case where minibuffer window is selected but not active.
6402
64031999-07-07 Stephen Eglen <stephen@gnu.org>
6404
6405 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6406 Change regexp so that it doesn't match commands beginning with `cd'.
6407
64081999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6409
6410 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6411
64121999-07-06 Richard Stallman <rms@gnu.org>
6413
6414 * hscroll.el (hscroll-minibuffer-hook): New function.
6415 (hscroll-global-mode): Add and remove that hook.
6416 Set hscroll-old-truncate-was-global's default value.
6417
64181999-07-05 Richard Stallman <rms@gnu.org>
6419
6420 * files.el (revert-buffer): Don't preserve point here.
6421 (revert-buffer-insert-file-contents-function): Doc fix.
6422
6423 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6424
6425 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6426 doing a `stat' when it isn't necessary because that can cause
6427 trouble when an NFS server is down.
6428
64291999-07-04 Richard Stallman <rms@gnu.org>
6430
6431 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6432
64331999-07-03 Richard Stallman <rms@gnu.org>
6434
6435 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6436 for \200...\240 also.
6437 (isearch-printing-char): Use unibyte-char-to-multibyte.
6438
64391999-07-02 Richard Stallman <rms@gnu.org>
6440
6441 * frame.el (minibuffer-frame-alist): Use defcustom.
6442 (pop-up-frame-alist): Likewise.
6443 (initial-frame-alist): Specify * in the doc string.
6444
6445 * hscroll.el (hscroll-mode): Make it a permanent local.
6446 (hscroll-mode): Don't cancel the timer
6447 if HScroll mode is enabled in some other buffer.
6448
6449 * isearch.el (isearch-done): If search ends in middle of intangible
6450 text (due to text property), move on to the limit of that text.
6451
64521999-07-01 Andrew Innes <andrewi@gnu.org>
6453
6454 * man.el (Man-build-man-command): Use value of null-device,
6455 instead of hard-coding "/dev/null".
6456
6457 * dos-w32.el (untranslated-canonical-name): Avoid expanding
6458 ange-ftp file names, which might force ange-ftp to prompt for a
6459 password.
6460
6461 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6462 to prevent references to temp files.
6463
64641999-06-30 Richard Stallman <rms@gnu.org>
6465
6466 * progmodes/sh-script.el (sh-feature): If nothing is known
6467 about the given shell, use the values for `sh'.
6468
64691999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
6470
6471 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6472 to make it non-recursive.
6473
6474 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6475
64761999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6477
6478 * auto-show.el (auto-show-mode): Fix Typo in :set.
6479
64801999-06-29 Richard M. Stallman <rms@gnu.org>
6481
6482 * progmodes/sh-script.el (sh-mode): When setting syntax
6483 table, default to the standard one.
6484
64851999-06-27 Richard M. Stallman <rms@gnu.org>
6486
6487 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6488
f28eba7b 64891999-06-27 Stefan Monnier <monnier@cs.yale.edu>
0767b41e 6490
f28eba7b 6491 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
0767b41e
DL
6492 a frame when `return' is requested (even if pop-up-frames = t)
6493 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6494 should only be set for the bibtex buffer.
6495
6496 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6497
6498 * progmodes/compile.el: Deal with compilation-error-screen-columns
6499 being buffer-local.
6500
65011999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6502
6503 * comint.el (comint-password-prompt-regexp): Allow "(again)".
6504
65051999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6506
6507 * cal-x.el (calendar-only-one-frame-setup): New function.
6508 * calendar.el (calendar): Call it if requested.
6509
65101999-06-24 Karl Heuer <kwzh@gnu.org>
6511
6512 * startup.el (iso-8859-n-locale-regexp): Doc fix.
6513
65141999-06-22 Richard M. Stallman <rms@gnu.org>
6515
6516 * mail/supercite.el (sc-emacs-features): Doc fix.
6517
65181999-06-22 Karl Heuer <kwzh@gnu.org>
6519
6520 * files.el (auto-mode-alist): Add pike-mode.
6521
65221999-06-20 Paul R. Eggert <eggert@twinsun.com>
6523
6524 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6525 last byte of a numeric field is a space or a NUL. Parse it as
6526 potentially part of the number. This is used by GNU tar
6527 1.12.64012 to handle larger values.
6528
65291999-06-20 Karl Heuer <kwzh@gnu.org>
6530
6531 * custom.el (custom-handle-keyword): Fix error message.
6532
65331999-06-18 Andrew Innes <andrewi@gnu.org>
6534
6535 * mail/smtpmail.el (smtpmail-send-it): Use
6536 convert-standard-filename to make file names for queued mail safe
6537 on Windows (`:' is invalid in file names on Windows).
6538
65391999-06-17 Kenichi Handa <handa@etl.go.jp>
6540
6541 * international/mule-cmds.el (describe-current-input-method):
6542 Current-input-method is string.
6543 (toggle-input-method): Docstring fixed.
6544
6545 * international/mule-diag.el
6546 (describe-current-coding-system-briefly): Fix format string.
6547
6548 * international/mule-util.el (coding-system-eol-type-mnemonic):
6549 Docstring modified. Return a string.
6550
65511999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
6552
6553 * sql.el (sql-input-ring-file-name): Doc fix.
6554
65551999-06-17 Richard M. Stallman <rms@gnu.org>
6556
6557 * calendar/cal-x.el (special-display-buffer-names):
6558 Don't put (get-file-buffer diary-file) on this list.
6559
65601999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
6561
6562 * play/mpuz.el (mpuz-try-proposal): Fix message call.
6563 Don't penalize player for certain impossible guesses.
6564
65651999-06-16 Andrew Innes <andrewi@gnu.org>
6566
6567 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6568 return the string "Unk 0 0000" so at least it appears to be a
6569 valid timestamp to `dired-move-to-filename-regexp'.
6570
65711999-06-15 Ken'ichi Handa <handa@gnu.org>
6572
6573 * ps-print.el (ps-control-character): Fix previous change.
6574
65751999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6576
6577 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6578 multiple output of the last message.
6579
65801999-06-14 Eli Zaretskii <eliz@gnu.org>
6581
6582 * term/internal.el (IT-display-table-setup): Do not remap \222 to
6583 the ASCII apostrophe, as most DOS codepages have some other glyph
6584 there.
6585
65861999-06-14 Ken'ichi Handa <handa@gnu.org>
6587
6588 * language/ethio-util.el (setup-ethiopic-environment-internal):
6589 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6590 (exit-ethiopic-environment): Likewize.
6591
65921999-06-12 Richard M. Stallman <rms@gnu.org>
6593
6594 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6595
65961999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6597
6598 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6599 custom-initialize-default to avoid infinite loop.
6600 (crisp-mode): (defun) Call transient-mark-mode here, not when
6601 loading the file. Run crisp-mode-hook here, and run
6602 crisp-load-hook when loading the file.
6603
6604 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6605 rmail-summary buffer, search for pattern in rmail-file.
6606
6607 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6608
6609 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6610
6611 * ps-print.el (ps-printer-name): Fix custom type.
6612
66131999-06-12 Reto Zimmermann <reto@synopsys.com>
6614
6615 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6616 (vhdl-port-paste-generic-map): Fix indentation bug.
6617 (vhdl-port-paste-port-map): Fix indentation bug.
6618 (vhdl-scan-file-contents): Make scanning case insensitive.
6619
66201999-06-11 Richard M. Stallman <rms@gnu.org>
6621
6622 * files.el (write-file): When buffer is not already visiting a file,
6623 don't put buffer name in the minibuffer, just make it the default.
6624 Also handle just directory as arg usefully in that case.
6625
6626 * simple.el (sendmail-user-agent-compose):
6627 Ignore case when inserting the rest of the "other" headers.
6628
6629 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
6630
6631 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6632 (info-lookup-interactive-arguments): Never insert the default
6633 into the minibuffer automatically.
6634
6635 * emacs-lisp/cl-extra.el (getf): Don't call get*.
6636
66371999-06-09 Richard M. Stallman <rms@gnu.org>
6638
6639 * simple.el (shell-command): Avoid printing "mark set" message.
6640
66411999-06-09 Dave Love <fx@gnu.org>
6642
6643 * progmodes/compile.el (compilation-error-regexp-alist): Allow
6644 digits in program name in first pattern.
6645
66461999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
6647
6648 * vc.el (vc-dired-mode): Don't match anything before the date in
6649 dired-move-to-filename-regexp.
6650
66511999-06-07 Ken'ichi Handa <handa@gnu.org>
6652
6653 * international/quail.el (quail-define-rules): Fix typo in
6654 docstring.
6655
66561999-06-05 Stephen Eglen <stephen@gnu.org>
6657
6658 * iswitchb.el (iswitchb-default-keybindings): Add
6659 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6660 than when package is loaded.
6661
66621999-06-04 Richard M. Stallman <rms@gnu.org>
6663
6664 * startup.el (command-line): Don't set user-init-file directly;
6665 tell `load' to set it.
6666
6667 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6668
6669 * simple.el (next-history-element):
6670 Handle minibuffer-text-before-history properly when reading sexps.
6671
6672 * disp-table.el (standard-display-european):
6673 For an interactive call by the user,
6674 don't set enable-multibyte-characters,
6675 and don't set the terminal coding system.
6676
6677 * textmodes/refbib.el: Don't print any messages or display
6678 a buffer when loading the library.
6679 (r2b-help): Doc fix.
6680 (r2b-help-message): Update the documentation.
6681 (r2b-load-quietly): Variable deleted.
6682 (r2b-convert-buffer): Doc fix.
6683
66841999-06-04 Dave Love <fx@gnu.org>
6685
6686 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6687
6688 * auto-show.el: Don't change hooks on loading.
6689 (auto-show-mode): Autoload. Default to nil. Add :set &c.
6690 (auto-show-mode): Add to hooks here.
6691
66921999-06-04 Richard Sharman <rsharman@pobox.com>
6693
6694 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6695 recursion on bogus input.
6696
66971999-06-04 Eric M. Ludlam <zappo@ultranet.com>
6698
6699 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6700 does not select a buffer from the buffers menu, then the attached
6701 frame is not switched to anything.
6702
67031999-06-03 Ken'ichi Handa <handa@gnu.org>
6704
6705 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6706 (viet-viscii-...->viet-vscii...).
6707
6708 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6709
67101999-06-01 Dave Love <fx@gnu.org>
6711
6712 * progmodes/fortran.el: Add :link to defgroup.
6713 (fortran-blink-matching-if): Match ELSE statements too.
6714 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6715 that filling is always done.
6716
67171999-05-31 Richard M. Stallman <rms@gnu.org>
6718
6719 * simple.el (append-next-kill): Use an arg to distinguish
6720 interactive calls from Lisp calls, rather than (interactive-p).
6721
4ff3fcc7 6722 * international/iso-transl.el (iso-transl-language-alist):
0767b41e
DL
6723 Interchange n and N.
6724
67251999-05-31 Dave Love <fx@gnu.org>
6726
6727 * msb.el Add to minor-mode-map-alist. Remove hook installation
6728 and keymap munging on load.
6729 (msb-mode): New option.
6730 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6731 Doc fix.
6732 (msb-mode-map): New variable.
6733 (msb-mode): New command.
6734
67351999-05-31 Dave Love <fx@gnu.org>
6736
6737 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6738 (ispell-complete-word-dict): Likewise.
6739
67401999-05-31 Eli Zaretskii <eliz@gnu.org>
6741
6742 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6743 force the data buffer to be saved, even if the data didn't
6744 change, in case the write filter was modified. Restore the
6745 current record after read-file-filter finishes.
6746
67471999-05-29 Karl Heuer <kwzh@gnu.org>
6748
6749 * ispell4.el: Obsolete; file deleted.
6750
6751 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6752
6753 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6754 VALUE is a syntax table.
6755
6756 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6757
6758 * simple.el (zap-to-char): Doc fix.
6759
67601999-05-27 Ken'ichi Handa <handa@gnu.org>
6761
6762 * isearch.el (isearch-quote-char): Don't assume character codes
6763 0200 - 0237 stand for characters in some single-byte character
6764 charset.
6765
67661999-05-27 Dave Love <fx@gnu.org>
6767
6768 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6769
67701999-05-27 Andreas Schwab <schwab@gnu.org>
6771
6772 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6773 headerline does not exist already.
6774
67751999-05-26 Richard Stallman <rms@gnu.org>
6776
6777 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6778 Avoid nested null-loops.
6779
67801999-05-26 Ken'ichi Handa <handa@gnu.org>
6781
6782 * international/characters.el: Typo fixed; prefered->preferred.
6783
6784 * international/mule-cmds.el (find-coding-systems-for-charsets):
6785 Typo fixed; prefered->preferred.
6786
6787 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6788 method in read-event.
6789
6790 * international/mule.el (charset-info): Doc-string fixed.
6791
67921999-05-25 Ken'ichi Handa <handa@gnu.org>
6793
6794 * mail/smtpmail.el (smtpmail-send-it): Bind
6795 smtpmail-code-conv-from properly.
6796 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6797 by smtpmail-code-conv-from.
6798
67991999-05-24 Richard Stallman <rms@gnu.org>
6800
6801 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6802 Binding deleted also.
6803
68041999-05-24 Karl Heuer <kwzh@gnu.org>
6805
6806 * comint.el (comint-bol-or-process-mark): Doc fix.
6807
68081999-05-23 Dave Love <fx@gnu.org>
6809
6810 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6811 Enter it on minor-mode-map-alist.
6812 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
6813 Autoload. Add custom setter.
6814 (crisp-mark-line): Doc fix.
6815 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
6816 (crisp-mode-hook): Define.
6817
68181999-05-23 Ken'ichi Handa <handa@gnu.org>
6819
6820 * files.el (recover-file): Recover buffer-file-coding-system.
6821
68221999-05-22 Richard Stallman <rms@gnu.org>
6823
6824 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6825 regexp match the date, to avoid treating date as file size.
6826 Add YYYY S option to WESTERN/
6827
6828 * bookmark.el: Delete some XEmacs compatibility code.
6829 (bookmark-jump-noselect): Check vc-backend.
6830
6831 * subr.el (add-to-list): Doc fix.
6832
68331999-05-21 Stephen Eglen <stephen@gnu.org>
6834
6835 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6836
68371999-05-18 Richard Stallman <rms@gnu.org>
6838
6839 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6840 non-space after the @anchor command.
6841 (texinfo-format-var): Handle other nested constructs, using
6842 texinfo-parse-expanded-arg and texinfo-discard-command, not
6843 texinfo-parse-arg-discard.
6844
6845 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6846 (debug): Bind and use debugger-outer-inhibit-redisplay.
6847 Bind inhibit-redisplay to nil.
6848 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6849
68501999-05-17 Dave Love <fx@gnu.org>
6851
6852 * help.el (describe-function-1): Extra arg, interactive-p.
6853 (describe-key, describe-function): Use it.
6854
68551999-05-17 Karl Heuer <kwzh@gnu.org>
6856
6857 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6858
68591999-05-16 Dave Love <fx@gnu.org>
6860
6861 * cus-start.el (all): Delete selective-display. Add scroll-margin,
6862 scroll-preserve-screen-position, scroll-conservatively.
6863
68641999-05-16 Dave Love <fx@gnu.org>
6865
6866 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6867
68681999-05-15 Reto Zimmermann <reto@Synopsys.COM>
6869
6870 * progmodes/vhdl-mode.el: Completely revised and massively extended.
6871
68721999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6873
6874 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
6875 magic number and is not associated with a file.
6876
68771999-05-14 Richard M. Stallman <rms@gnu.org>
6878
6879 * files.el (find-file-noselect-1): Fix previous change.
6880
68811999-05-14 Simon Marshall <simon@gnu.org>
6882
6883 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
6884
68851999-05-13 Ken'ichi Handa <handa@gnu.org>
6886
6887 * international/mule-diag.el (mule-diag): Change MULE to Mule in
6888 docstring.
6889
6890 * international/mule-cmds.el: Change MULE to Mule in docstrings
6891 and menus.
6892
68931999-05-10 Kenichi HANDA <handa@etl.go.jp>
6894
6895 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
6896 to correctly reflect the value of BaseLineOffset in
6897 RelativeCompose. Now the value of RelativeCompose is an array of
6898 low and high positions.
6899 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
6900 RLC for the above change.
6901
69021995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
6903
6904 * comint.el (comint-password-prompt-regexp): Modified to match the
6905 output of ksu and ssh-add.
6906
69071999-05-11 Kenichi HANDA <handa@etl.go.jp>
6908
6909 * language/korea-util.el (isearch-toggle-korean-input-method):
6910 Adjusted for the change of input method handling in isearch.el.
6911 (isearch-hangul-switch-symbol-ksc): Likewise.
6912 (isearch-hangul-switch-hanja): Likewise.
6913
69141999-05-10 Dave Love <fx@gnu.org>
6915
6916 * help.el (help-make-xrefs): Fix typo.
6917
69181999-05-10 Andreas Schwab <schwab@gnu.org>
6919
6920 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
6921 unibyte-display-via-language-environment.
6922
6923 * help.el (help-make-xrefs): Handle more cases when looking for
6924 commands in a keymap description.
6925
69261999-05-10 Eli Zaretskii <eliz@gnu.org>
6927
6928 * loadup.el: For ms-dos systems, load ccl and codepage.
6929
69301999-05-09 Ken'ichi Handa <handa@gnu.org>
6931
6932 * ps-print.el (ps-control-character): Call
6933 ps-mule-prepare-ascii-font to setup ASCII fonts.
6934
6935 * ps-mule.el (ps-mule-begin-job): Redo this change "if
6936 ps-multibyte-buffer is nil, use
6937 ps-mule-font-info-database-default."
6938
69391999-05-08 Ken Stevens <k.stevens@ieee.org>
6940
6941 * ispell.el (ispell-local-dictionary-alist): New variable for
6942 customizing local dictionaries not accessable by everyone.
6943 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
6944 (ispell-required-version): Changed format `(major minor
6945 revision)' to support general pattern matching.
6946 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
6947 skip region commented out due to incorrect skip potential in std latex.
6948 (ispell-word): Removed `when' macro. Fixed bug of not restoring
6949 cursor point on small words for calls from `ispell-minor-mode'.
6950 (check-ispell-version): Tests and accepts versions major.minor
6951 and above, with adjustments for interactions in 3.1.0-3.1.11.
6952 (ispell-get-line): No longer skips ispell process special characters.
6953 (ispell-comments-and-strings): Removed `when' macro call.
6954 (ispell-minor-check): Requires ispell-word to restore cursor point.
6955 (ispell-buffer-local-parsing): Supports checking comments only.
6956
69571999-05-08 Karl Heuer <kwzh@gnu.org>
6958
6959 * comint.el (comint-password-prompt-regexp): Fix last change to be
6960 more specific.
6961
69621999-05-07 Richard M. Stallman <rms@gnu.org>
6963
6964 * subr.el (with-temp-message): Fix the other call to message
6965 to use %s.
6966
69671999-05-07 Michael Ernst <mernst@alum.mit.edu>
6968
6969 * gud.el (gud-format-command): "%F" means file sans extension.
f28eba7b 6970 (jdb): Use %F, not %f, for gud-break.
0767b41e
DL
6971
69721999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
6973
6974 * comint.el (comint-password-prompt-regexp): Modified so that it
6975 matches the output of kinit.
6976
69771999-05-06 Greg Stark <gsstark@mit.edu>
6978
6979 * timezone.el (timezone-parse-date): Recognize new format used in
6980 internet cookies.
6981
69821999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
6983
6984 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
6985
69861999-05-04 Andrew Innes <andrewi@gnu.org>
6987
6988 * time.el (display-time-update): Allow for wrap-around when
6989 checking against display-time-server-down-time.
6990
69911999-05-04 Ken'ichi Handa <handa@gnu.org>
6992
6993 * international/mule-diag.el (describe-coding-system): Fix English
6994 message.
6995
69961999-05-03 Jason Rumney <jasonr@altavista.net>
6997
6998 * term/w32-win.el: Change the x-charset-registry property for the
6999 Japanese charsets that are supported by Japanese Windows fonts.
7000
70011999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7002
7003 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7004 diary-block diary entries for which the reminders and the diary
7005 entries can overlap.
7006
70071999-05-02 Jason Rumney <jasonr@altavista.net>
7008
7009 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7010 matches the font selected in the dialog.
7011
70121999-05-02 Dave Love <fx@gnu.org>
7013
7014 * browse-url.el (browse-url-browser-function): Add :version.
7015
7016 * international/mule.el (auto-coding-alist): Add .tgz.
7017
70181999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7019
7020 * international/codepage.el (cp-coding-system-for-codepage-1):
7021 Make the magnification parameter for the -dos encoder be 2.
7022
70231999-05-2 Andrew Innes <andrewi@gnu.org>
7024
7025 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7026 it is dropped, rather than current window.
7027
7028 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7029 after switching buffer, as case-fold-search is a buffer local
7030 variable.
7031
7032 * w32-fns.el (convert-standard-filename): Only convert directory
7033 separators to backslash if the interactive shell is one of the
7034 standard Windows shells that has DOS semantics.
7035
7036 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7037 format-time-string, and return a suitable string to indicate the
7038 timestamp was invalid.
7039
7040 * hexl.el (hexlify-command): Apply shell-quote-argument after
7041 expanding hexl-program in case exec-directory contains a space.
7042 (dehexlify-command): Ditto.
7043
7044 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7045 file extension regexps which aren't necessarily binary files.
7046 (direct-print-region-helper): Use subst-char-in-string instead of
7047 binding directory-sep-char to convert filenames to DOS syntax.
7048 (direct-print-region-use-command-dot-com): New variable.
7049 (direct-print-region-helper): Use it to control whether to invoked
7050 command.com to print on Windows 9x.
7051
7052 * browse-url.el (browse-url-browser-function): Default to
7053 browse-url-default-windows-browser on windows-nt.
7054 (browse-url-default-windows-browser): New function.
7055
70561999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7057
7058 * forms.el (forms-mode): Don't call forms-first-record or
7059 forms-last-record if the data file has zero records.
7060
70611999-04-29 Richard M. Stallman <rms@gnu.org>
7062
7063 * files.el (find-file-noselect-1): If buffer-file-name has changed
7064 after find-file-not-found-hooks runs, recompute the truename.
7065 And don't use FILENAME after that point.
7066
70671999-04-27 Dave Love <fx@gnu.org>
7068
7069 * paren.el (show-paren-mode)
7070 * which-func.el (which-func-mode-global)
7071 * type-break.el (type-break-mode)
7072 * time.el (display-time-mode)
7073 * rsz-mini.el (resize-minibuffer-mode)
7074 * mouse-sel.el (mouse-sel-mode)
7075 * icomplete.el (icomplete-mode)
7076 * hscroll.el (hscroll-global-mode)
7077 * help.el (temp-buffer-resize-mode)
7078 * font-lock.el (global-font-lock-mode)
7079 * delsel.el (delete-selection-mode)
7080 * avoid.el (mouse-avoidance-mode)
7081 * autoinsert.el (auto-insert-mode)
7082 * winner.el (winner-mode): Doc fix.
7083
70841999-04-26 Karl Heuer <kwzh@gnu.org>
7085
7086 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7087 the same whitespace that was ignored in choosing the subject string.
7088
70891999-04-26 Richard M. Stallman <rms@gnu.org>
7090
7091 * info.el (Info-find-node): Position properly after finding anchor.
7092
7093 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7094
7095 * simple.el (indent-new-comment-line): Fix previous change.
7096
7097 * complete.el: Delete the wildcard expansion feature
7098 since that is now standard in find-file.
7099 (PC-try-load-many-files): Function deleted.
7100 (PC-after-load-many-files): Function deleted.
7101 (PC-many-files-list): Variable deleted.
7102 (PC-disable-wildcards): Variable deleted.
7103 (partial-completion-mode): Don't enable the wildcard feature.
7104
7105 * complete.el (PC-look-for-include-file): Don't set global variables
7106 `error', `buf' and `filename' here.
7107
7108 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7109
71101999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7111
7112 * textmodes/outline.el (outline-regexp): Doc fix.
7113
71141999-04-26 John Wiegley <johnw@borland.com>
7115
7116 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7117 C++Builder 4.0 error message syntax.
7118
71191999-04-26 Mark Diekhans <markd@Grizzly.COM>
7120
7121 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7122 supported, use find -exec.
7123
71241999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7125
7126 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7127 coding-system-for-write, to avoid hanging when non-interactive.
7128
71291999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7130
7131 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7132 start with a newline.
7133
71341999-04-13 Ken'ichi Handa <handa@gnu.org>
7135
7136 * international/mule-conf.el (x-ctext): New coding system.
7137
71381999-04-12 Richard M. Stallman <rms@gnu.org>
7139
7140 * international/mule-cmds.el (input-method-function):
7141 Add permanent-local property.
7142
71431999-04-12 Dave Love <fx@gnu.org>
7144
7145 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7146 change to use jka-compr-byte-compiler-base-file-name.
7147
7148 * supercite.el (sc-scan-info-alist): Revert last change.
7149 (sc-attrib-selection-list): Fix :type here instead.
7150
71511999-04-11 Eli Zaretskii <eliz@gnu.org>
7152
7153 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7154 in the list of case-insensitive filesystems.
7155
71561999-04-09 Kenichi Handa <handa@etl.go.jp>
7157
7158 * international/fontset.el (create-fontset-from-fontset-spec):
7159 Don't register duplicated alias fontset names.
7160
71611999-04-08 Richard Stallman <rms@gnu.org>
7162
7163 * international/mule.el (auto-coding-alist-lookup): New function.
7164 (set-auto-coding): Use auto-coding-alist-lookup.
7165
7166 * jka-compr.el (jka-compr-insert-file-contents):
7167 Use auto-coding-alist-lookup to check for files that
7168 should not have eol conversion, in the unibyte case.
7169
71701999-04-07 Dave Love <fx@gnu.org>
7171
7172 * help.el (describe-variable): Check custom-loads property as well
7173 as custom-type.
7174
7175 * abbrev.el (abbrev-mode): Customizing sets the default value.
7176
71771999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7178
7179 * vc.el (vc-backend-revert): For CVS files that were made
7180 writeable with "cvs edit", call "cvs unedit" to undo that.
7181
71821999-04-08 Dave Love <fx@gnu.org>
7183
7184 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7185 more.
7186 (sc-emacs-features): Recognize Emacs 20.
7187 (sc-read-string): Use history arg.
7188 (sc-scan-info-alist): Check for rtnvalue a cons.
7189
71901999-04-08 Kenichi HANDA <handa@etl.go.jp>
7191
7192 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7193 coding system to encode the message by
7194 select-message-coding-system.
7195
71961999-04-07 Richard Stallman <rms@gnu.org>
7197
7198 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7199
7200 * winner.el: Reorder definitions.
7201
7202 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7203
7204 * mail/rmail.el (rmail-decode-babyl-format):
7205 Undo previous change.
7206
72071999-04-06 Richard Stallman <rms@gnu.org>
7208
7209 * info.el (Info-find-node): Check for an anchor at the
7210 proper place, before reading an indirect file.
7211
7212 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7213
4ff3fcc7 7214 * jka-compr.el (jka-compr-insert-file-contents):
0767b41e
DL
7215 Use raw-text-unix when we want no conversion.
7216
72171999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7218
7219 * timezone.el (timezone-parse-date): Corrected regexp for
7220 style (5) date format so that tenths of seconds are optional.
7221
72221999-04-05 Eli Zaretskii <eliz@gnu.org>
7223
7224 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7225 of dos-codepage-setup.
7226 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7227 codepages for which there's no need to set up cpNNN coding
4ff3fcc7 7228 systems.
0767b41e
DL
7229 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7230
72311999-04-05 Richard Stallman <rms@gnu.org>
7232
7233 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7234
72351999-04-02 Richard Stallman <rms@gnu.org>
7236
7237 * progmodes/compile.el (compilation-handle-exit): Do right thing
7238 if (car status) doesn't end in a newline.
7239
72401999-04-01 Dave Love <fx@gnu.org>
7241
7242 * progmodes/sql.el (SQL): Add defgroup :version.
7243
72441999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7245
7246 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7247 buffer-file-coding-system. If the coding system used is raw-text,
7248 etc., make the *Compiler Input* buffer unibyte.
7249
7250 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7251
7252 * loadup.el: Don't write the fns-...el file if not dumping.
7253
72541999-03-31 Dave Love <fx@gnu.org>
7255
7256 * snmp-mode.el (snmp): Fix defgroup :version.
7257
7258 * hilit-chg.el (highlight-changes): Add defgroup :version.
7259
72601999-03-31 Andreas Schwab <schwab@gnu.org>
7261
7262 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7263 the gnus-save-hidden-threads macro.
7264
72651999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7266
7267 * faces.el (face-set-after-frame-default): Obey the
7268 `customized-face' for new faces.
7269
72701999-03-30 Dave Love <fx@gnu.org>
7271
7272 * international/mule-cmds.el (current-language-environment): Doc fix.
7273 * abbrev.el (abbrev-mode): Doc fix.
7274 * autoinsert.el (auto-insert-mode): Doc fix.
7275 * complete.el (partial-completion-mode): Doc fix.
7276 * avoid.el (mouse-avoidance-mode): Doc fix.
7277 * delsel.el (delete-selection-mode): Doc fix.
7278 * font-lock.el (global-font-lock-mode): Doc fix.
7279 * help.el (temp-buffer-resize-mode): Doc fix.
7280 * hscroll.el (hscroll-global-mode): Doc fix.
7281 * icomplete.el (icomplete-mode): Doc fix.
7282 * mouse-sel.el (mouse-sel-mode): Doc fix.
7283 * paren.el (show-paren-mode): Doc fix.
7284 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7285 * time.el (display-time-mode): Doc fix.
7286 * type-break.el (type-break-mode): Doc fix.
7287 * which-func.el (which-func-mode-global): Doc fix.
7288 * winner.el (winner-mode): Doc fix.
7289
72901999-03-30 Michael Ernst <mernst@alum.mit.edu>
7291
7292 * wid-edit.el (widget-before-change): Signal text-read-only rather
7293 than an ordinary error.
7294
72951999-03-30 Richard M. Stallman <rms@gnu.org>
7296
7297 * repeat.el: Don't require advice.
7298 (repeat): Do function-indirection in check for kbd macro.
7299 In self-insert case, use the *last* char in INSERTION.
7300
73011999-03-30 Karl Heuer <kwzh@gnu.org>
7302
7303 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7304
73051999-03-29 Andreas Schwab <schwab@gnu.org>
7306
7307 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7308 comint-input-filter-functions. Make variables related to shell
7309 directory tracking local.
7310
73111999-03-26 Andreas Schwab <schwab@gnu.org>
7312
7313 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7314
7315 * simple.el (shell-command-on-region): Cope with exit-status being
7316 nil, which happens if call-process-region was interrupted.
7317
73181999-03-26 Richard M. Stallman <rms@gnu.org>
7319
7320 * simple.el (indent-new-comment-line): Handle use at a point
7321 after a comment-end. Handle multiple comments.
7322
7323 * mail/rmail.el (rmail-decode-babyl-format):
7324 To prevent locking, bind buffer-file-name to nil.
7325
73261999-03-26 Karl Fogel <kfogel@red-bean.com>
7327
7328 * mail-hist.el (mail-hist-current-header-name): Don't make
7329 off-by-one-error when determining if in message body.
7330
73311999-03-25 Andrew Innes <andrewi@gnu.org>
7332
7333 * w32-fns.el (set-default-process-coding-system): Copied from
7334 dos-w32.el, but modified to use Unix line endings for process
7335 input, and to add a suitable entry to process-coding-system-alist
7336 for DOS shells.
7337
7338 * dos-fns.el (set-default-process-coding-system): Copied from
7339 dos-w32.el.
7340
7341 * dos-w32.el (set-default-process-coding-system): Move function to
7342 dos-fns.el; a different version is used in w32-fns.el.
7343
73441999-03-24 Dave Love <fx@gnu.org>
7345
7346 * info.el (Info-directory-list): Revert change to re-writing
7347 Info-default-directory-list, but put `alternative' first.
7348 (Info-insert-dir): Modify selecting the top dir file as a consequence.
7349
73501999-03-23 Simon Marshall <simon@gnu.org>
7351
7352 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7353 on the line by itself.
7354 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
7355 it is not in a declarative context.
7356
73571999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
7358
7359 * cus-edit.el (custom-variable-prompt): Allow customization of
7360 autoloaded symbols.
7361
73621999-03-22 Kenichi HANDA <handa@etl.go.jp>
7363
7364 * simple.el (what-cursor-position): Don't cause error when point
7365 is at invalid multibyte sequence.
7366
73671999-03-21 Karl Heuer <kwzh@gnu.org>
7368
7369 * complete.el (partial-completion-mode): Doc fix.
7370
73711999-03-19 Richard M. Stallman <rms@gnu.org>
7372
7373 * progmodes/cplus-md.el (old-c++): Remove :group.
7374
7375 * progmodes/c-mode.el (old-c): Remove :group.
7376
73771999-03-18 Simon Marshall <simon@gnu.org>
7378
7379 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7380 (java-font-lock-keywords-2): Added "strictfp" keyword.
7381
73821999-03-17 Jason Rumney <jasonr@altavista.net>
7383
7384 * w32-fns.el (set-w32-system-coding-system) New function.
7385 (w32-system-coding-system) Initialize to 'iso-latin-1.
7386
73871999-03-17 Eli Zaretskii <eliz@gnu.org>
7388
7389 * international/mule-cmds.el (set-language-environment): Fix
7390 previous change: don't use dos-codepage when unbound.
7391
73921999-03-17 Karl Heuer <kwzh@gnu.org>
7393
7394 * calendar/appt.el (appt-make-list): Fix previous change.
7395
73961999-03-16 Richard M. Stallman <rms@gnu.org>
7397
4ff3fcc7 7398 * window.el (shrink-window-if-larger-than-buffer):
0767b41e
DL
7399 Don't try to redisplay with the cursor at the end
7400 on its own line--that would force a scroll and spoil things.
7401
74021999-03-16 Eli Zaretskii <eliz@gnu.org>
7403
7404 * international/mule-cmds.el (set-language-environment): Don't use
7405 cpNNN-nonascii-translation-table if it is unbound.
7406
7407 * term/internal.el (dos-codepage-setup): Compute the unibyte
7408 syntax table and bind unibyte-display-via-language-environment
7409 here, rather than at top level, so that resetting to unibyte in
7410 .emacs works as expected.
7411
74121999-03-15 Simon Marshall <simon@gnu.org>
7413
7414 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7415
74161999-03-14 Milan Zamazal <pdm@pvt.net>
7417
7418 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7419
74201999-03-14 Kenichi Handa <handa@etl.go.jp>
7421
7422 * international/mule-util.el (detect-coding-with-priority):
7423 Restore the internal database.
7424
74251999-03-14 Stephen Eglen <stephen@gnu.org>
7426
7427 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7428 if mail-from-style has invalid value.
7429
74301999-03-12 Karl Heuer <kwzh@gnu.org>
7431
7432 * vc.el (vc-delete-logbuf-window): New var.
7433 (vc-finish-logentry): Use it.
7434
74351999-03-12 Richard M. Stallman <rms@gnu.org>
7436
7437 * startup.el (command-line-1): Improve startup msg.
7438
74391999-03-12 Eric M. Ludlam <zappo@ultranet.com>
7440
7441 * speedbar.el: Added commentary about stealthy functions.
7442 (speedbar-message) new function.
7443 (speedbar-y-or-n-p): New function
7444 (speedbar-with-attached-buffer) Moved macro before reference.
7445 Now uses `save-selected-window'.
7446 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4ff3fcc7 7447 speedbar-generic-item-info, speedbar-item-info-file-helper,
0767b41e
DL
7448 speedbar-item-delete, speedbar-insert-generic-list,
7449 speedbar-timer-fn, speedbar-check-vc-this-line,
7450 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7451 speedbar-buffers-item-info) Use speedbar-message.
7452 (speedbar-item-info) Limit `message-log-max'.
7453 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7454 speedbar-item-delete, speedbar-item-object-delete,
7455 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7456
74571999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
7458
7459 * server.el (server-start): Set coding system for the server
7460 process to raw-text.
7461 (server-process-filter): Decode file names if necessary.
7462
74631999-03-12 Dave Love <fx@gnu.org>
7464
7465 * textmodes/fill.el (sentence-end-double-space): Doc fix.
7466
7467 * textmodes/paragraphs.el (sentence-end): Doc fix.
7468
74691999-03-11 Karl Heuer <kwzh@gnu.org>
7470
7471 * comint.el (comint-password-prompt-regexp): Accept "login password:"
7472
74731999-03-09 Karl Heuer <kwzh@gnu.org>
7474
7475 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7476 (ispell-dictionary-alist-2): Likewise.
7477 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7478 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7479 (ispell-dictionary-alist): Build from six pieces, not just two.
7480
7481 * ps-bdf.el (bdf-directory-list): Doc fix.
7482
7483 * enriched.el (enriched-mode): Make var permanent-local.
7484
74851999-03-09 Dave Love <fx@gnu.org>
7486
7487 * textmodes/sgml-mode.el (html-mode): Use
7488 sentence-end-double-space when setting sentence-end.
7489
74901999-03-09 Ken'ichi Handa <handa@gnu.org>
7491
7492 * language/thai.el (tis-620): New alias coding system for thai-tis620.
7493
74941999-03-08 Felix Lee <flee@cygnus.com>
7495
7496 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7497
7498 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7499
75001999-03-08 Karl Heuer <kwzh@gnu.org>
7501
7502 * dired-aux.el (dired-do-copy-regexp): Doc fix.
7503 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7504
7505 * dired.el (dired-do-copy-regexp): Doc fix.
7506 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7507
75081999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
7509
7510 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7511
75121999-03-08 Jason Rumney <jasonr@altavista.net>
7513
7514 * international/codepage.el (cp1250-decode-table)
7515 (cp1251-decode-table, cp1253-decode-table)
7516 (cp1257-decode-table): New translation tables for MS Windows codepages.
7517 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7518
75191999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7520
7521 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7522
75231999-03-07 Eli Zaretskii <eliz@gnu.org>
7524
7525 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7526
7527 * term/internal.el (top level): Display character 255 as 8bit as well.
7528
75291999-03-06 Dave Love <fx@gnu.org>
7530
7531 * progmodes/cc-cmds.el (c-outline-level): Bind
7532 buffer-invisibility-spec.
7533
7534 * progmodes/c-mode.el (c-outline-level): Likewise.
7535
7536 * progmodes/ada-mode.el (ada-outline-level): Likewise.
7537
75381999-03-05 Felix Lee <flee@cygnus.com>
7539
7540 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7541
75421999-03-05 Richard M. Stallman <rms@gnu.org>
7543
7544 * bindings.el (complete-symbol): Invert meaning of prefix arg.
7545
75461999-03-05 Andrew Innes <andrewi@gnu.org>
7547
7548 * w32-fns.el (convert-standard-filename): Convert directory
7549 separators to Windows format.
7550
75511999-03-05 Andreas Schwab <schwab@gnu.org>
7552
7553 * international/skkdic-cnv.el: Provide skkdic-cnv.
7554 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7555 (batch-skkdic-convert): Doc fix.
7556
75571999-03-04 Dave Love <fx@gnu.org>
7558
7559 * custom.el (custom-set-variables): Protect against setter errors.
7560
75611999-03-04 Eli Zaretskii <eliz@gnu.org>
7562
7563 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7564 the file sizes from overflowing.
7565 (ls-lisp-format): If file size is a float, use %8.0f to print it.
7566 Under -s, print the size in blocks with %4.0f, in case they have
7567 a *really* huge file.
7568
75691999-03-03 Dave Love <fx@gnu.org>
7570
7571 * options.el (edit-options): Doc fix.
7572 (list-options): Don't lose with unbound symbols. Maintain
7573 Edit-options-mode.
7574
75751999-03-01 Dave Love <fx@gnu.org>
7576
7577 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7578
75791999-02-28 Richard M. Stallman <rms@gnu.org>
7580
7581 * ispell.el (ispell-dictionary-alist-override): New variable.
7582 (ispell-dictionary-alist): Don't setq it,
7583 if ispell-dictionary-alist-override is set.
7584
7585 * simple.el (shell-command-default-error-buffer): Renamed from
7586 shell-command-on-region-default-error-buffer.
7587 (shell-command-on-region): Mention in echo area when there
7588 is some error output. Mention success or failure, too.
7589 Accumulate multiple error outputs
7590 going forward, with formfeed in between. Display the error buffer
7591 when we have put something in it.
7592 (shell-command): Add the ERROR-BUFFER argument feature.
7593
75941999-02-28 Karl Heuer <kwzh@gnu.org>
7595
7596 * mail/mh-utils.el (mh-lib): Doc fix.
7597 (mh-lib-progs, mh-nmh-p): New vars.
7598 (mh-find-progs): Set mh-lib-progs along with other vars.
7599 (mh-path-search): New arg FUNC-P; if specified, use that instead
7600 of mh-file-command-p.
7601 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7602
7603 * mail/mh-comp.el (mh-repl-formfile): New var.
7604 (mh-smail-batch): Don't ignore all arguments.
7605 (mh-reply): Do the right thing when using nmh.
7606
76071999-02-27 Kenichi Handa <handa@etl.go.jp>
7608
7609 * international/mule-cmds.el (select-safe-coding-system): Be sure
7610 to show a buffer being decoded.
7611
76121999-02-26 Ken'ichi Handa <handa@gnu.org>
7613
7614 * ps-bdf.el (bdf-directory-list): Initialize it to
7615 '("/usr/local/share/emacs/fonts/bdf").
7616
76171999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7618
7619 * ps-print.el: PostScript programming fix.
7620 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7621 setpagedevice operator).
7622
76231999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7624
7625 * ps-print.el: Doc fix, font size specifies landscape and portrait
7626 sizes.
7627 (ps-print-version): New version number (4.1.4).
7628 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7629 Specifies landscape and portrait sizes.
7630 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7631 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7632 fix.
7633 (ps-get-font-size): New fun.
7634 (ps-font-size-internal, ps-header-font-size-internal)
7635 (ps-header-title-font-size-internal): New vars.
7636
7637 * ps-mule.el: Change of ps-print font size variable name.
7638 (ps-mule-generate-font): Fun fix.
7639 (ps-mule-begin-job): Programming uniformization.
7640
76411999-02-25 Dave Love <fx@gnu.org>
7642
7643 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7644 (help-make-xrefs): Do Info case first.
7645
7646 * repeat.el: Don't require advice.
7647 (repeat-last-kill-command): Variable deleted.
7648
76491999-02-25 Richard Stallman <rms@gnu.org>
7650
7651 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7652 case just because the current buffer is the output buffer.
7653
76541999-02-25 Kenichi Handa <handa@etl.go.jp>
7655
7656 * simple.el (what-cursor-position): To show the character's
7657 encoding, use encoded-string-description instead of information
7658 of chaset-origin-alist.
7659
7660 * international/mule-cmds.el (iso-2022-control-alist): New variable.
7661 (encoded-code-description): New function.
7662 (encoded-string-description): New function.
7663 (encode-coding-char): New function.
7664
76651999-02-25 Andrew Innes <andrewi@gnu.org>
7666
7667 * startup.el (command-line) [windows-nt]: Fix typo in regexp
7668 checking for .emacs[.el[c]].
7669
76701999-02-24 Richard Stallman <rms@gnu.org>
7671
7672 * help.el (describe-function-1): Don't print a whole lambda-function.
7673
76741999-02-23 Ken'ichi Handa <handa@gnu.org>
7675
7676 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7677 inputting ?\240.
7678
76791999-02-23 Karl Heuer <kwzh@gnu.org>
7680
7681 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7682
7683 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7684 (clean-buffer-list-kill-buffer-names): Doc fix.
7685
7686 * gud.el (gud-jdb-massage-args): Spelling fix.
7687
76881999-02-23 Richard M. Stallman <rms@gnu.org>
7689
7690 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7691
76921999-02-22 Eli Zaretskii <eliz@gnu.org>
7693
7694 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4ff3fcc7 7695 excursion while calling set-auto-coding-function.
0767b41e
DL
7696
7697 * play/handwrite.el (handwrite): Require ps-print, and use
7698 ps-printer-name and ps-lpr-command. Call ps-print-region-function
7699 if it's defined, instead of forking ps-lpr-command unconditionally.
7700
77011999-02-22 Kenichi Handa <handa@etl.go.jp>
7702
7703 * international/codepage.el (cp-coding-system-for-codepage-1): Put
7704 charset-origin-alist property to a coding system for the codepage.
7705
7706 * international/mule.el: Modify comment for charset-origin-alist
7707 property of a coding system.
7708
7709 * simple.el (what-cursor-position): charset-origin-alist property
7710 of a coding system may be a translation table or a symbol of which
7711 `translation-table' property is a translation table.
7712
77131999-02-21 Richard Stallman <rms@gnu.org>
7714
7715 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7716 to the "html" template.
7717
77181999-02-21 Peter Breton <pbreton@ne.mediaone.net>
7719
7720 * dirtrack.el (dirtrack): Added docstring. Now returns input.
7721
77221999-02-18 Peter Breton <pbreton@ne.mediaone.net>
7723
4ff3fcc7 7724 * dirtrack.el (dirtrack): Check for the prompt in the input string
0767b41e
DL
7725 instead of the buffer.
7726
77271999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
7728
7729 * sql.el: Set version to 1.4.1. Changed mail address to
7730 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
7731 (sql-input-ring-separator): Doc fix.
7732 (sql-mode-syntax-table): double-dash starts comments is defined as
7733 ". 56" instead of ". 12b" for XEmacs.
7734 (sql-stop, sql-interactive-mode): Doc fixes.
7735 (sql-postgres): Queries for database and server, not just one.
7736 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7737
7738 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7739 changed. This is needed for master.el to work.
7740 (sql-set-sqli-buffer): Use the new hook.
7741
7742 * sql.el (sql-make-alternate-buffer-name): Function that sets
7743 sql-alternate-buffer-name.
7744 (sql-alternate-buffer-name): Possible name of SQLi buffers.
7745 (sql-interactive-mode): Set sql-alternate-buffer-name.
7746 (sql-rename-buffer): New command.
7747 (sql-interactive-mode-menu): Menu for SQLi buffers.
7748
7749 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
7750 and sql-input-ring-file-name are used to temporarily set
7751 comint-input-ring-file-name and comint-input-ring-separator when
7752 reading and writing input history files.
7753
7754 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7755 (sql-input-ring-file-name): New variable with customization.
7756 (sql-input-ring-separator): New variable with customization.
7757 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7758 Callers changed.
7759 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7760 now includes the name of the current buffer.
7761
7762 (sql-mode): Set paragraph-separate and paragraph-start so that
7763 sql-send-paragraph sends the entire SQL statements, even if it
7764 contains indented lines.
7765
77661999-02-18 Dave Love <fx@gnu.org>
7767
7768 * format.el (format-encode-run-method, format-decode-run-method):
7769 Fix previous change.
7770
77711999-02-18 Ken'ichi Handa <handa@gnu.org>
7772
7773 * international/mule.el (coding-system-list): Moved here from
7774 mule-util.el to avoid autoloading mule-util by the call of
7775 select-safe-coding-system.
7776
77771999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
7778
7779 * simple.el (turn-on-auto-fill): Mark it as an option for
7780 `text-mode-hook'.
7781
77821999-02-17 Richard Stallman <rms@gnu.org>
7783
7784 * emacs-lisp/easymenu.el (easy-menu-get-map):
7785 Don't crash if (current-local-map) is nil.
7786
77871999-02-17 Peter Breton <pbreton@ne.mediaone.net>
7788
7789 * filecache.el (file-cache-filter-regexps): Added .class.
7790
77911999-02-17 Ken'ichi Handa <handa@gnu.org>
7792
7793 * international/mule-util.el (decompose-region): Use
7794 insert-buffer-substring instead of insert-buffer to avoid putting
7795 mark.
7796
77971999-02-17 Andreas Schwab <schwab@gnu.org>
7798
7799 * calendar/cal-move.el (scroll-calendar-left): Don't set
7800 displayed-month and displayed-year here, let generate-calendar do
7801 it, after range checking.
7802
78031999-02-17 Simon Marshall <simon@gnu.org>
7804
7805 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7806
7807 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7808 correctly between an object declared via a constructor and a method.
7809 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7810 (java-font-lock-keywords-1): Fontify package names individually.
7811 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7812 (java-font-lock-keywords-2): Simplify type fontification.
7813 (java-font-lock-keywords-3): Likewise.
7814
78151999-02-17 Kenichi Handa <handa@etl.go.jp>
7816
7817 * language/japanese.el (iso-2022-jp-2): New coding system.
7818 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7819
78201999-02-16 Dave Love <fx@gnu.org>
7821
7822 * help.el (describe-function-1): Accept non-symbols.
7823
78241999-02-16 Paul Eggert <eggert@twinsun.com>
7825
7826 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7827 find the last match if there are multiple matches.
7828
78291999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7830
7831 * tex-mode.el (tex-run-command, latex-run-command)
7832 (slitex-run-command, tex-command): Doc changes.
7833 (tex-start-options-string): Autoload it. Doc change. Provide
7834 a menu for customization. Allow nil. Quote backslashes only once.
7835 (tex-start-tex): Handle nil value of tex-start-options-string
7836 and apply shell-quote-argument to it.
7837
78381999-02-16 Eli Zaretskii <eliz@gnu.org>
7839
7840 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7841 the size in blocks, since it can be a float.
7842 (ls-lisp-format): Likewise
7843
78441999-02-16 Ken'ichi Handa <handa@gnu.org>
7845
7846 * language/japanese.el (japanese-shift-jis): Add
7847 charset-origin-alist property.
7848
78491999-02-15 Richard Stallman <rms@gnu.org>
7850
7851 * progmodes/compile.el (compile-internal): Use save-selected-window.
7852
7853 * subr.el (momentary-string-display): Bind inhibit-read-only.
7854
7855 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7856
78571999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
7858
7859 * mail/rmail.el (rmail-show-message): If an unseen message has a
7860 Summary-line in its header, get past one more line before looking
7861 for the X-Coding-System header.
7862
78631999-02-15 Geoff Voelker <voelker@cs.washington.edu>
7864
7865 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7866 explicitly to accomodate Windows 9X lack of a useful copy program.
7867
78681999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
7869
7870 * wid-edit.el (widget-choice-value-create): Use `equal'
7871 instead of `eq'.
7872
78731999-02-14 Richard Stallman <rms@gnu.org>
7874
7875 * international/iso-transl.el:
7876 (iso-transl-ae): Renamed from iso-transl-e-slash.
7877 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
7878 (iso-transl-AE): Renamed from iso-transl-E-slash.
7879 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
7880 (iso-transl-char-map): Related changes.
7881
7882 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
7883
78841999-02-13 Richard Stallman <rms@gnu.org>
7885
7886 * textmodes/texinfmt.el (texinfo-alias): New function.
7887 (texinfo-fold-nodename-case): Add defvar.
7888 (texinfo-format-node): Do case folding if specified.
7889
7890 * ffap.el (ffap-file-at-point): Test local file names
7891 immediately. Strip off line numbers.
7892
78931999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
7894
7895 * sql.el: Set version to 1.3.2
7896 (sql-solid-program): Added support for solid.
7897 (sql-help): Doc mentions sql-solid.
7898 (sql-solid): Entry function for Solid.
7899 (sql-buffer): Doc explains the use of the variable and how to
7900 change it.
4ff3fcc7 7901 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
0767b41e
DL
7902 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
7903 disabled if sql-buffer doesn't have a process; sql-send-paragraph
7904 is new.
7905 (sql-show-sqli-buffer): New function to display the value of
7906 sql-buffer.
7907 (sql-change-sqli-buffer): New function to change sql-buffer.
7908 (sql-mode): Doc explains how to change sql-buffer.
7909 (sql-send-paragraph): New function to send a paragraph.
7910 (sql-mode-map): Added keybinding for sql-send-paragraph.
7911 (sql-mysql): Doc corrected.
7912 (sql-ms): Doc corrected.
7913
7914 * sql.el (sql-server): Doc fix.
7915 (sql-mysql): Added the use of sql-server to specify the host,
7916 sql-database now specifies database instead of host.
7917 (sql-mode-menu): Send... menu items are only active if sql-buffer
7918 is non-nil.
7919 (sql-help): Changed tag of entry functions a bit.
7920
7921 * sql.el: Added keywords from `finder-by-keyword'.
7922 (sql-mode): Made sql-buffer a local variable, changed the
7923 documentation: removed instructions to add *.sql files to
7924 auto-mode-alist, added documentation for having mutliple SQL
7925 buffers sending their stuff to different SQLi buffers, each
7926 running a different process.
7927 (sql-postgres): Quoted *SQL* in doc string.
7928 (sql-ms): Likewise.
7929 (sql-ingres): Likewise.
7930 (sql-ingres): Quoted *SQL* in doc string, added references to
7931 sql-user and sql-password used during login.
7932 (sql-sybase): Quoted *SQL* in doc string, added comma.
7933 (sql-oracle): Likewise.
7934 (sql-interactive-mode): Added extensive documentation for having
7935 mutliple SQL buffers sending their stuff to different SQLi
7936 buffers, each running a different process.
7937 (sql-buffer): Changed doc from *SQL* to SQLi.
7938 (sql-get-login): Doc fix.
7939
79401999-02-12 Ken'ichi Handa <handa@gnu.org>
7941
7942 * international/mule-conf.el (undecided): Set ascii in
7943 safe-charsets property.
7944
79451999-02-12 Richard Stallman <rms@gnu.org>
7946
7947 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
7948
79491999-02-12 Ken'ichi Handa <handa@gnu.org>
7950
7951 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
7952 value to ps-mule-font-info-database-latin.
7953
79541999-02-13 Kenichi HANDA <handa@etl.go.jp>
7955
7956 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
7957 (ps-mule-font-info-database-default): New variable.
7958 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
7959 ps-mule-font-info-database-default.
7960
79611999-02-12 Dave Love <fx@gnu.org>
7962
7963 * timezone.el (timezone-make-date-sortable)
7964 (timezone-make-date-arpa-standard): Doc fix.
7965
79661999-02-12 Ken'ichi Handa <handa@gnu.org>
7967
7968 * international/quail.el (quail-show-kbd-layout): Bind
7969 blink-matching-paren to nil.
7970
7971 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
7972 for ASCII and Latin-1.
7973
79741999-02-12 Andreas Schwab <schwab@gnu.org>
7975
7976 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
7977
79781999-02-12 Kenichi Handa <handa@etl.go.jp>
7979
7980 * international/mule-cmds.el (language-info-alist): Remove
7981 description about charset-origin-alist.
7982
7983 * international/mule.el: Comment added for a new coding system
7984 property `charset-origin-alit'.
7985 (make-translation-table): This variable deleted.
7986
7987 * language/chinese.el (chinese-big5): Add charset-origin-alist
7988 property.
7989 ("Chinese-CNS"): Remove charset-origin-alist property.
7990
7991 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
7992 property.
7993 (cyrillic-alternativnyj): Likewise.
7994 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
7995 ("Cyrillic-ALT"): Likewise.
7996
7997 * language/vietnamese.el (vietnamese-viqr): Add
7998 charset-origin-alist property.
7999 ("Vietnamese"): Remove charset-origin-alist property.
8000
8001 * simple.el (what-cursor-position): Don't use the varialbe
8002 charset-origin-alist, but use charset-origin-alist property of
8003 buffer-file-coding-system to decide external character set code.
8004
80051999-02-10 Richard Stallman <rms@gnu.org>
8006
8007 * shadowfile.el: Don't turn on the mode when the file is loaded.
8008
80091999-02-09 Richard Stallman <rms@gnu.org>
8010
8011 * progmodes/compile.el (compile-auto-highlight): Customize.
8012
8013 * add-log.el (add-log-file-name-function): New variable.
8014 (add-change-log-entry): Call that function, if non-nil.
8015
80161999-02-09 Michael Ernst <mernst@alum.mit.edu>
8017
8018 * rmail.el (rmail-search): Track match with a marker, not an integer.
8019
80201999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8021
8022 * progmodes/compile.el (compilation-setup): Set value of
8023 compilation-directory-stack as in compilation-forget-errors.
8024 (compile-reinitialize-errors): Bind buffer-undo-list and
8025 deactivate-mark.
8026 (compilation-forget-errors): Likewise.
8027
80281999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8029
8030 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8031 def... constructs.
8032
8033 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8034 Remove calls to sleep-for.
8035
80361999-02-08 Eli Zaretskii <eliz@gnu.org>
8037
8038 * international/codepage.el (cp-coding-system-for-codepage-1): On
8039 MS-DOS, use dos-unsupported-char-glyph for characters not
8040 supported by the codepage.
8041 (cp-make-coding-systems-for-codepage): Likewise.
8042
80431999-02-08 Andreas Schwab <schwab@gnu.org>
8044
8045 * international/mule-util.el (coding-system-list): Don't sort
8046 coding-system-list here.
8047
8048 * international/mule.el (coding-system-lessp): Moved here from
8049 mule-util.el
8050 (add-to-coding-system-list): New function.
8051 (make-subsidiary-coding-system, make-coding-system,
8052 define-coding-system-alias): Use it instead of setting
8053 coding-system-list directly.
8054
80551999-02-07 Dave Love <fx@gnu.org>
8056
8057 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8058 onto message.
8059
80601999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8061
8062 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8063 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8064
80651999-02-06 Richard Stallman <rms@gnu.org>
8066
8067 * language/european.el (setup-slovenian-environment): New function.
8068 ("Slovenian"): New language environment.
8069
8070 * progmodes/sql.el (sql-help): Doc fix.
8071 (sql-mysql): Doc fix.
8072
80731999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8074
8075 * tex-mode.el: When compiling, require compare-w and skeleton
8076 to pacify the byte-compiler. Move the def's of the tex-commands
8077 together. Add a comment on kill-process vs. quit-process.
8078
80791999-02-05 Dave Love <fx@gnu.org>
8080
8081 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8082 null markers.
8083 (compile-goto-error): Likewise.
8084
80851999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8086
8087 * time-stamp.el (time-stamp-format): Format doc tighter.
8088 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
f28eba7b 8089 (time-stamp): Don't re-write the time stamp if it didn't change.
0767b41e
DL
8090
80911999-02-05 Alex Schroeder <asc@bsiag.com>
8092
8093 * progmodes/sql.el: Changed version to 1.2.1.
8094 (sql-pop-to-buffer-after-send-region): Improved documentation.
8095 (sql-mysql-program): Added MySQL support.
8096 (sql-prompt-length): Made prompt-length configurable.
8097 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8098 (sql-help): Added MySQL support, changed documentation.
8099 (sql-send-region): A message is displayed if something is sent.
8100 (sql-mode): Added buffer-local comment-start.
8101 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8102 (sql-interactive-mode): Added buffer-local comment-start.
8103 (sql-oracle): Set sql-prompt-length.
8104 (sql-sybase): Set sql-prompt-length.
8105 (sql-mysql): Added MySQL support.
8106 (sql-ingres): Set sql-prompt-length.
8107 (sql-ms): Set sql-prompt-length.
8108 (sql-postgres): Set sql-prompt-length.
8109
81101999-02-04 Eli Zaretskii <eliz@gnu.org>
8111
8112 * term/internal.el (dos-codepage-setup): Set selection coding
8113 system to cpNNN-dos.
8114
81151999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8116
8117 * international/characters.el: Let ethiopic use iso-2022-7bit.
8118
81191999-02-02 Dave Love <fx@gnu.org>
8120
8121 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8122 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8123
81241999-02-02 Karl Heuer <kwzh@gnu.org>
8125
8126 * terminal.el (terminal-emulator): Doc fix.
8127
81281999-02-02 Ken'ichi Handa <handa@gnu.org>
8129
8130 * international/mule-util.el (compose-chars): Doc-string
8131 modified. Correctly handle a composition character in ARGS.
8132
81331999-02-01 Richard Stallman <rms@gnu.org>
8134
8135 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8136 (makefile-menu-index-function): Function deleted.
8137 (makefile-mode): Use makefile-imenu-generic-expression.
8138
81391999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8140
8141 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8142 change, invoke from before-init-hook.
8143
81441999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8145
8146 * subr.el (remove-from-invisibility-spec): Cope with the case when
8147 buffer-invisibility-spec is t.
8148
81491999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8150
8151 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8152 appt-add and appt-delete.
8153
81541999-02-01 Eli Zaretskii <eliz@gnu.org>
8155
8156 * term/pc-win.el (msdos-approximate-color): New function.
8157 (msdos-color-translate): Call it to find a DOS color that best
8158 approximates an X-style "#NNNNNN" color specification.
8159
81601999-02-01 Ken'ichi Handa <handa@gnu.org>
8161
8162 * international/mule-util.el (compose-chars-component): Add
8163 autoload cookie.
8164
81651999-01-31 Ken'ichi Handa <handa@gnu.org>
8166
8167 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8168 function, replace cdr of MAP by the return value of the function
8169 unconditionally.
8170
81711999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8172
8173 * progmodes/compile.el (compilation-next-error-locus): Don't
8174 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8175
81761999-01-31 Eli Zaretskii <eliz@gnu.org>
8177
8178 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8179 and NLs before "charset", and allow the charset name be in double
8180 quotes.
8181
81821999-01-31 Richard Stallman <rms@gnu.org>
8183
8184 * imenu.el (imenu-sort-function): Fix custom type.
8185
81861999-01-30 Richard Stallman <rms@gnu.org>
8187
8188 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8189 (speedbar-line-token): Likewise.
8190
8191 * play/gametree.el (gametree-default-score): Use defcustom.
8192 (gametree-score-regexp, gametree-score-closer): Likewise.
8193 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8194
81951999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8196
8197 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8198 decoding.
8199
82001999-01-29 Markus Rost <rost@gnu.org>
8201
8202 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8203 tex-validate-buffer.
8204 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8205 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8206 now with recent occur-mode.
8207 (tex-validate-region): Really walk through all Sexps.
8208 (tex-region): Bind shell-dirtrack-verbose.
8209 (tex-file, tex-bibtex-file): Likewise.
8210
82111999-01-29 Dave Love <fx@gnu.org>
8212
8213 * finder.el: (finder-commentary): Fix interactive spec. Try
8214 appending .el to file name.
8215 (finder-find-library, finder-commentary): Doc fixes.
8216
82171999-01-29 Andrew Innes <andrewi@gnu.org>
8218
8219 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8220 where the userid contains directory separators.
8221
82221999-01-29 Dave Love <fx@gnu.org>
8223
8224 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8225 (lm-commentary): Doc fix.
8226
82271999-01-29 Andreas Schwab <schwab@gnu.org>
8228
8229 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8230 wildcard match. Fix regexp that tests if dirpart contains
8231 wildcard characters.
8232
82331999-01-28 Richard Stallman <rms@gnu.org>
8234
8235 * font-lock.el (font-lock-default-unfontify-region):
8236 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8237
82381999-01-27 Jason Rumney <jasonr@altavista.net>
8239
8240 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8241 from FAMILY field.
8242 (w32-create-initial-fontsets): Do not use before-init-hook.
8243 (mouse-set-font): Document. Automatically create and use fontsets.
8244
8245 * dos-w32.el (direct-print-region-helper): Check for printer
8246 being t as well as a string.
8247
82481999-01-27 Kenichi Handa <handa@etl.go.jp>
8249
8250 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8251 (rmail-mime-charset-pattern): New variable.
8252 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8253 rmail-decode-mime-charset is non-nil.
8254
82551999-01-27 Ken'ichi Handa <handa@gnu.org>
8256
8257 * international/characters.el: Set category `q' for all characters
8258 in tibetan and tibetan-1-column.
8259
82601999-01-27 Andrew Innes <andrewi@gnu.org>
8261
8262 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8263 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8264
82651999-01-27 Dave Love <fx@gnu.org>
8266
8267 * international/mule-cmds.el (current-language-environment):
8268 Provide :link, :type (choices) and appropriate :get.
8269
82701999-01-27 Eli Zaretskii <eliz@gnu.org>
8271
8272 * startup.el (command-line): Set default eol-mnemonic-* strings to
8273 display end-of-line format in mode line.
8274
8275 * cus-start.el (all): Add eol-mnemonic-* variables.
8276
82771999-01-26 Dave Love <fx@gnu.org>
8278
8279 * startup.el (command-line-1): Up-date copyright.
8280
8281 * paths.el (Info-default-directory-list): Use configdir twice.
8282
8283 * info.el (Info-directory-list): Don't set path-separator now
8284 we're not shipped with Texinfo. Simplify path definition.
8285 Substitute all occurrences of instdir in Info-default-directory-list.
8286
82871999-01-25 Richard Stallman <rms@gnu.org>
8288
8289 * startup.el (normal-top-level-add-subdirs-to-load-path):
8290 Record the inode numbers of the dirs processed, to avoid loop.
8291
8292 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8293
82941999-01-25 Dave Love <fx@gnu.org>
8295
8296 * browse-url.el (browse-url-netscape-program): Doc addition.
8297
8298 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8299 prefix.
8300
8301 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8302 auto-mode-alist.
8303
83041999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8305
8306 * calendar/diary-lib.el (mark-diary-entries): Use
8307 assoc-ignore-case and do not capitalize when matching month and
8308 day names.
8309
8310 * calendar/calendar.el (calendar-read-date): Ditto.
8311
8312 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8313 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8314
8315 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8316
8317 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8318
8319 * calendar/cal-islam.el (calendar-goto-islamic-date)
8320 (mark-islamic-diary-entries): Ditto.
8321
8322 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8323
8324 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8325 (calendar-read-mayan-tzolkin-date): Ditto.
8326
8327 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8328
83291999-01-22 Michael Ernst <mernst@alum.mit.edu>
8330
8331 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8332
83331999-01-25 Karl Heuer <kwzh@gnu.org>
8334
8335 * faces.el (list-faces-display): Multiline case of previous fix.
8336
83371999-01-25 Andreas Schwab <schwab@gnu.org>
8338
8339 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8340
83411999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
8342
8343 * files.el (find-file): If find-file-noselect returns a list,
8344 do switch-to-buffer on each element.
8345 (find-file-other-window): Likewise for all but the first element.
8346 (find-file-other-frame): Same.
8347 (find-file-noselect): When we expand a wildcard, return a list
8348 of buffers.
8349
83501999-01-24 Eli Zaretskii <eliz@gnu.org>
8351
8352 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8353 to set the appropriate cpNNN-dos coding system as the
8354 highest-priority coding system.
8355
83561999-01-23 Ken'ichi Handa <handa@gnu.org>
8357
8358 * international/fontset.el (generate-fontset-menu): Return a
8359 sorted list by plain names of fontsets.
8360
8361 * international/mule-diag.el (list-fontsets): Sort fontsets by
8362 plain names.
8363
8364 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8365 FIRST is a composite character, decompose it at first.
8366
83671999-01-23 Dave Love <fx@gnu.org>
8368
8369 * format.el: Doc fixes.
8370 (format-encode-run-method): Have things happen in the right buffer.
8371 Deal with errors from method. Set coding-system-for-write.
8372 (format-decode-run-method): Have things happen in the right buffer.
8373 Deal with errors from method. Set coding-system-for-read.
8374 (format-alist): Use nil instead of unmatchable regexps.
8375
8376 * simple.el (shell-command-on-region): Return command's exit status.
8377
83781999-01-23 Eric Ludlam <zappo@gnu.org>
8379
8380 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8381 of the file whose info we want to display.
8382 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8383 (speedbar-add-mode-functions-list) Improve doc.
8384 (speedbar-line-token) New function.
8385 (speedbar-dired) Fix order of directories in -shown-directories.
8386 (speedbar-line-path): Default return is default-directory
8387 (speedbar-buffers-line-path): Return is dir name only.
8388 (speedbar-mode-functions-list): New variable.
8389 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8390 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8391 speedbar-files-item-info speedbar-buffers-item-info): New functions.
8392 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8393 New functions.
8394 (speedbar-line-file): Broke out part that fetches file from a line.
8395 (speedbar-line-text): New function extracted from speedbar-line-file.
8396 (speedbar-line-path): Converted into a replaceable function.
8397 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8398
83991999-01-23 Ken'ichi Handa <handa@gnu.org>
8400
8401 * international/fontset.el (create-fontset-from-x-resource): Make
8402 style variants.
8403
84041999-01-22 Dave Love <fx@gnu.org>
8405
8406 * paths.el (Info-default-directory-list): Put sysdir after start.
8407
84081999-01-22 Sam Steingold <sds@goems.com>
8409
f28eba7b 8410 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
0767b41e
DL
8411 a process associated with it.
8412
84131999-01-22 Jason Rumney <jasonr@altavista.net>
8414
8415 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8416
84171999-01-22 Felix Lee <flee@cygnus.com>
8418
8419 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
8420 major-mode.
8421 (vc-annotate-mode): Delete variable.
8422
84231999-01-22 Andrew Innes <andrewi@gnu.org>
8424
8425 * startup.el (command-line): [windows-nt]: Check for existence of
8426 .emacs file so as to notice .emacs.el or .emacs.elc and use them
8427 in preference to _emacs.
8428
84291999-01-22 Dave Love <fx@gnu.org>
8430
8431 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8432
84331999-01-20 Richard Stallman <rms@gnu.org>
8434
8435 * files.el (find-file-noselect): Do wildcard processing only
8436 if new arg WILDCARDS is non-nil.
8437 (find-file, find-file-other-window): New arg WILDCARDS.
8438 Default it to non-nil if interactive.
8439 (find-file-other-frame): Likewise.
8440 (find-file-read-only): Likewise.
8441 (find-file-read-only-other-window): Likewise.
8442 (find-file-read-only-other-frame): Likewise.
8443
8444 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8445 (widget-plist-convert-option): Delete spurious comma.
8446
84471999-01-19 Jason Rumney <jasonr@altavista.net>
8448
8449 * term/w32-win.el (w32-standard-fontspec-spec): Change
8450 iso8859-5 to koi8-r. Add iso8859-9.
8451
84521999-01-19 Dave Love <fx@gnu.org>
8453
8454 * browse-url.el (browse-url-maybe-new-window): Delete macro and
8455 its uses.
8456
8457 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8458 is active.
8459 (fortran-indent-subprogram): Likewise.
8460
84611999-01-19 Dave Love <d.love@dl.ac.uk>
8462
8463 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8464
84651999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8466
8467 * wid-edit.el (alist): Use sexp as default key-type.
8468
84691999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8470
8471 * textmodes/tex-mode.el (tex-define-common-keys):
8472 Remove key binding of tex-feed-input.
8473 (tex-mode-map): Bind tex-feed-input here.
8474 (tex-start-shell): Use compilation-shell-minor-mode. Set
8475 comint-input-filter-functions before running tex-shell-hook.
8476 (tex-start-tex): Forget compilation errors.
8477 (tex-compilation-parse-errors): Rewritten to work also with
8478 compile-mouse-goto-error and compile-goto-error. Adjusted to
8479 change in tex-region.
8480 (tex-region): For the temp file use file-name without directory.
8481 (tex-file): Expand file name of tex-print-file.
8482
84831999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8484
8485 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
8486
84871999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
8488
8489 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8490 beginning could cause Emacs to hang. Fixed.
8491
84921999-01-18 Ken'ichi Handa <handa@gnu.org>
8493
8494 * international/ccl.el (ccl-compile-translate-character): Handle
8495 the case that a tranlation table is CCL register correctly.
8496
8497 * international/mule-cmds.el (select-safe-coding-system):
8498 Hightlight at most 256 characters.
8499
85001999-01-18 Dave Love <fx@gnu.org>
8501
8502 * startup.el (command-line): If the init file changes operation to
8503 unibyte, make all buffers unibyte and re-set language environment.
8504
8505 * disp-table.el (standard-display-european): Make all existing
8506 buffers unibyte. Fix doc.
8507
85081999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8509
8510 * wid-edit.el (coding-system): Define this unconditionally.
8511
8512 * simple.el (shell-command-on-region-default-error-buffer): New var.
8513 (shell-command-on-region): Use that variable as interactive
8514 value of ERROR-BUFFER argument.
8515
85161999-01-17 Sam Steingold <sds@goems.com>
8517
f28eba7b 8518 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
0767b41e
DL
8519
85201999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8521
8522 * progmodes/compile.el (compilation-goto-locus): If already in the
8523 compilation buffer's window, keep it in that window.
8524 (compile-mouse-goto-error): Add Doc. Don't play with windows.
8525 (compile-goto-error): Don't play with windows.
8526
8527 * textmodes/tex-mode.el (latex-run-command): Doc fix.
8528 (tex-command): Doc fix.
8529 (tex-compilation-parse-errors): Doc fix.
8530 (tex-generate-zap-file-name): Don't start the name with -.
8531 (tex-expand-files): Works now also with strings ending with ":".
8532
85331999-01-17 Ian T Zimmerman <itz@transbay.net>
8534
8535 Patch failed to install:
8536 * gametree.el: Document scoring functionality.
8537 (gametree-score-regexp): Add optional plus sign.
8538 (gametree-score-opener): Replace `:' with `=' as the former
8539 conflicts with gametree-half-ply-regexp.
8540 (gametree-transpose-following-leaves): Add.
8541 (gametree-insert-new-leaf): Make modifying commands barf in read
8542 only buffers.
8543 (gametree-break-line-here): Add a call to
8544 `gametree-transpose-following-leaves'. This maintains the
8545 necessary invariant that on each level all leaf children precede
8546 all nonleaf children. This has always been implied, but left to
8547 the user, and, unfortunately, undocumented.
8548
85491999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
8550
8551 * wid-edit.el (plist, alist): New widget types.
8552
85531999-01-17 Dave Love <fx@gnu.org>
8554
8555 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8556 fix scope of condition-case therein.
8557
85581999-01-17 Andrew Innes <andrewi@gnu.org>
8559
8560 * dos-w32.el: (find-buffer-file-type-coding-system): Use
8561 default-buffer-file-coding-system when file doesn't exist (and
8562 isn't covered by a special case) instead of forcing undecided-dos
8563 against the user's wishes.
8564
8565 * dos-w32.el (direct-print-region-helper): New function based on
8566 direct-print-region-function; sends data to specified printer port
8567 without further translation. Recognize and handle specially the
8568 standard `print' and `nprint' programs, as well as `lpr' and
8569 similar programs. Only write directly to the printer port if no
8570 print program is specified. Work around a bug in Windows 9x
8571 affecting Win32 version of Emacs by invoking command.com to write
8572 to the printer port instead of writing directly.
8573 (direct-print-region-function): Use direct-print-region-helper to
8574 do most of the work.
8575 (direct-ps-print-region-function): New function; analogue of
8576 direct-print-region-function for ps-print.
8577 (ps-lpr-command): Comment out setq; leave as example usage.
8578 (ps-lpr-switches): Ditto.
8579
8580 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8581 and MS-Windows.
8582 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8583 DOS and Windows platforms, to indicate direct printing. Update
8584 the docstring accordingly.
8585
8586 * ps-print.el: (ps-printer-name): Update docstring about usage on
8587 MS-DOS and MS-Windows.
8588 (ps-lpr-command): Update docstring as for lpr-command.
8589 (ps-print-region-function): New variable.
8590 (ps-do-despool): Use it.
8591 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8592 DOS/Windows.
8593
8594 * subr.el (subst-char-in-string): New function.
8595
85961999-01-17 Eli Zaretskii <eliz@gnu.org>
8597
8598 * international/codepage.el (cp852-decode-table): Fill a nil entry.
8599
8600 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8601 (bdf-find-font-info): New function, looks for the first readable
8602 file from a list of alternatives.
8603 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8604 instead of bdf-get-font-info.
8605 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8606 to ps-mule-generate-bitmap-glyph.
8607
8608 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8609 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
8610 now be a list of alternative names.
8611 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8612 (ps-mule-prepare-font): Likewise.
8613
8614 * international/codepage.el (cp855-decode-table,
8615 cp850-decode-table): Fill some nil entries.
8616
86171999-01-16 Dave Love <fx@gnu.org>
8618
8619 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8620 last change.
8621
86221999-01-15 Dave Love <fx@gnu.org>
8623
8624 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8625 and change regexp for command names.
8626 (help-xref-go-back, function-called-at-point, symbol-file)
8627 (where-is): Doc fixes.
8628 (help-xref-go-back): Remove interactive spec.
8629 (describe-function-1): Fix message for alias. Buttomize alias
8630 name.
8631
8632 * simple.el (join-line): New alias.
8633
86341999-01-15 Johan Vromans <jvromans@squirrel.nl>
8635
8636 * forms.el: (forms--show-record): Convert integers to string
8637 expicitly since concat will no longer accept integers.
8638 (forms-print): Use local `total-nb-records' since
8639 `forms--total-records' will be inaccessible after buffer switching.
8640
86411998-01-14 Felix Lee <flee@cygnus.com>
8642
f28eba7b 8643 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
0767b41e
DL
8644
86451999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8646
8647 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8648
86491999-01-14 Eli Zaretskii <eliz@gnu.org>
8650
8651 * international/codepage.el (cp850-decode-table): Fix previous change.
8652
86531999-01-14 Simon Marshall <simon@gnu.org>
8654
8655 * shell.el (shell-dirtrack-verbose): New custom variable.
8656 (shell-dirstack-message): Use it.
8657
86581999-01-14 Kenichi Handa <handa@etl.go.jp>
8659
8660 * international/mule-conf.el: Coding system alias `dos' for
8661 `undecided-dos', `mac' for `undecided-mac'.
8662
8663 * international/mule-cmds.el (describe-language-environment):
8664 Don't alter input-method-alist.
8665
86661999-01-13 Eli Zaretskii <eliz@gnu.org>
8667
8668 * international/codepage.el (cp850-decode-table): Replace nil
8669 entries with codes of similary looking glyphs. (Suggested by
4ff3fcc7 8670 Jason Rumney <jasonr@altavista.net>.)
0767b41e
DL
8671
86721999-01-13 Dave Love <fx@gnu.org>
8673
8674 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8675
8676 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8677
86781999-01-12 Karl Heuer <kwzh@gnu.org>
8679
8680 * files.el (auto-save-hook): Defvar this.
8681
86821999-01-12 Alex Schroeder <asc@bsiag.com>
8683
8684 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8685 faces, eliminating the need to load font-lock before loading sql.
8686 (sql-mode-oracle-font-lock-keywords): Likewise.
8687 (sql-mode-postgres-font-lock-keywords): Likewise.
8688
86891999-01-11 Dave Love <fx@gnu.org>
8690
8691 * cus-start.el: Add inhibit-eol-conversion.
8692
8693 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8694 the values round.
8695
86961999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
8697
8698 * help.el (help-mode-finish): Renamed from help-mode-maybe.
8699 Don't switch to Help mode here.
8700 (temp-buffer-setup-hook): Use help-mode-finish.
8701 (help-mode-setup): New function.
8702 (temp-buffer-setup-hook): Use help-mode-setup.
8703
8704 * progmodes/sql.el: New file.
8705
8706 * files.el (auto-mode-alist): Add sql-mode.
8707
8708 * faces.el (list-faces-display): Improve the formatting
8709 by computing the maximum length required for any face-name.
8710
87111999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8712
8713 * progmodes/compile.el (compilation-shell-minor-mode): New function.
8714
87151999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
8716
8717 * term.el (term_send_home): Change the string to
8718 be the same as the one emitted by xterm and consistent with the
8719 ones emitted by prior and next.
8720 (term_send_end): Likewise.
8721
87221999-01-10 Dave Love <fx@gnu.org>
8723
8724 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8725 bindings.
8726
87271999-01-10 Eli Zaretskii <eliz@gnu.org>
8728
8729 * international/codepage.el (codepage-setup): Doc fix.
8730 (cp-decoding-vector-for-codepage): Likewise.
8731
87321999-01-10 Markus Rost <rost@gnu.org>
8733
8734 * cus-edit.el (custom-save-delete): First scan the custom-file.
8735
87361999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
8737
8738 * international/iso-transl.el: Define a "function name" for
8739 each translation that isn't ASCII. Use these function names
8740 in iso-transl-char-map.
8741
87421999-01-08 Kenichi Handa <handa@etl.go.jp>
8743
8744 * international/mule-util.el (decompose-region): Do decomposition
8745 on temporary unibyte buffer.
8746
8747 * international/mule.el (make-char): Doc-string modified.
8748
87491999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8750
8751 * simple.el (comment-region): Delete spaces only if we
8752 deleted a comment starter.
8753
87541999-01-07 Dave Love <fx@gnu.org>
8755
8756 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8757
8758 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8759 like eval-defun does.
8760
8761 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8762
8763 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8764 constructions. Doc fixes.
8765 (generic-create-generic-function): Use defalias, not fset.
8766
8767 * find-func.el: More doc fixes.
8768
87691999-01-06 Stephen Eglen <stephen@gnu.org>
8770
8771 * files.el (save-buffers-kill-emacs): Show the list of current
8772 processes before prompting to kill them and exit.
8773
87741999-01-06 Dave Love <fx@gnu.org>
8775
8776 * emacs-lisp/find-func.el: Doc fixes.
8777 (find-function-regexp): Extend for define-generic-mode,
8778 define-derived-mode, easy-mmode-define-minor-mode.
8779
87801999-01-06 Dave Love <fx@gnu.org>
8781
8782 * progmodes/fortran.el (fortran-window-create): Account for scroll
8783 bar width.
8784
8785 * browse-url.el: Require (noerror) w3-auto when compiling.
8786 (browse-url-maybe-new-window): Make it a macro and revert last
8787 change to callers.
8788 (browse-url-w3): Require w3 for w3-fetch-other-window.
8789
87901999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8791
8792 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8793 argument.
8794
87951999-01-06 Simon Marshall <simon@gnu.org>
8796
8797 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
8798
8799 * font-lock.el (font-lock-default-fontify-buffer): When using
8800 with-temp-message, use nil rather than current-message.
8801
8802 * lazy-lock.el (lazy-lock-unstall):
8803 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8804 rather than current-message.
8805
8806 * fast-lock.el (fast-lock-save-cache-1):
8807 (fast-lock-cache-data): When using with-temp-message, use nil rather
8808 than current-message.
8809
88101999-01-06 Eli Zaretskii <eliz@gnu.org>
8811
8812 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8813 the valid-codes property.
8814
8815 * international/mule-cmds.el (prefer-coding-system): Call
8816 set-coding-priority, so that the internal array of priorities is
8817 also updated.
8818
8819 * international/mule-util.el:
8820 (coding-system-change-eol-conversion,
8821 coding-system-change-text-conversion): Don't define here.
8822
8823 * international/mule-cmds.el: Define them here. Remove the
8824 autoload cookies.
8825
88261999-01-06 Andreas Schwab <schwab@gnu.org>
8827
8828 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8829 if it was enabled before.
8830
8831 * view.el (View-revert-buffer-scroll-page-forward): Bind
8832 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8833
8834 * files.el (recover-session): Preserve point when inserting
8835 explanation.
8836
88371999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
8838
8839 * cus-edit.el (custom-save-delete): Don't delete whitespace
8840 and comments before the sexp that is replaced.
8841
88421999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8843
8844 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8845
88461999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
8847
8848 * vc.el (vc-dired-hook): Use the original value of
8849 dired-move-to-filename-regexp on lines that have not been
8850 reformatted yet.
4ff3fcc7 8851 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
0767b41e
DL
8852 file lines have already been reformatted.
8853
88541999-01-05 Dave Love <fx@gnu.org>
8855
8856 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8857 buffer-local.
8858
88591998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
8860
8861 * progmodes/f90.el: Change of regular expressions for type to
8862 correct highlighting and identation. Some small fixes for
8863 compatibility with XEmacs.
8864
88651999-01-05 Stephen Eglen <stephen@gnu.org>
8866
8867 * mspools.el (mspools-vm-system-mail): Provide an alternative
8868 value based on rmail-spool-directory if $MAIL is not defined.
8869
88701999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
8871
8872 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
8873 (reftex-section-info): Handle negative section levels.
8874 (reftex-view-crossref-extra): New option.
8875 (reftex-view-crossref): Generalized to work in more places.
8876 (reftex-find-citation-regexp-format, reftex-find-reference-format,
8877 reftex-macros-with-labels, reftex-global-search-marker): New variables.
8878 (reftex-view-cite-locations-from-bibtex): New command.
8879 (reftex-view-regexp-match, reftex-global-search,
8880 reftex-global-search-continue): New functions.
8881 (reftex-extract-bib-entries): No error for non-existing BibTeX
8882 file, just a message.
8883 (reftex-extract-bib-entries): Better error handling.
8884 (reftex-select-with-char): Use `*RefTeX Select*' for selection
8885 help and force it on current frame.
8886 (reftex-default-bibliography): New function.
8887 (reftex-access-parse-file): Check consistency after loading a
8888 parse file. When inconsistent, enfore rescan.
8889 (reftex-check-parse-consistency): New function.
8890 (easy-menu-define): Options section drastically shortened.
8891
88921999-01-05 Kenichi Handa <handa@etl.go.jp>
8893
8894 * language/thai-util.el (thai-compose-string): New function.
8895
88961999-01-04 Inge Frick <inge@nada.kth.se>
8897
8898 * easymenu.el (easy-menu-define): Doc fix.
8899 (easy-menu-create-menu): New keyword :included.
8900 (easy-menu-do-add-item): New keyword :included. SUFFIX may
8901 be an expression, not only a string. Simulate style `button'.
8902 Use easy-menu-define-key-intern instead of easy-menu-define-key.
8903 (easy-menu-define-key-intern): New function.
8904 (easy-menu-add-item): Understand value returned from
8905 easy-menu-item-present-p and easy-menu-remove-item.
8906 (easy-menu-return-item): New function.
8907 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
8908
89091999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
8910
8911 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8912 Use rmail-output-read-rmail-file-name to read the file name.
8913 Always call rmail-output-to-rmail-file noninteractively.
8914 When count > 1, do the loop here.
8915 Handle rmail-delete-after-output here.
8916 (rmail-summary-output): Similar changes.
8917
8918 * mail/rmailout.el: Provide `rmailout'.
8919 (rmail-output-read-rmail-file-name): New function.
8920 (rmail-output-to-rmail-file): Use that.
8921 (rmail-output-read-file-name): New function.
8922 (rmail-output): Use that.
8923
8924 * files.el (find-file-noselect): Let /: suppress wildcard matching.
8925 Error if wildcard matches no files.
8926
89271999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8928
8929 * menu-bar.el (clipboard-yank): Doc fix.
8930
8931 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
8932
89331998-12-31 Markus Rost <rost@delysid.gnu.org>
8934
8935 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
8936
89371998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
8938
8939 * rmail.el (rmail-encode-string): Make sure mask value is
8940 positive; (emacs-pid) returns a negative number on Windows 9x
8941 which causes odd behaviour.
8942
89431998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
8944
8945 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
8946 and about w32-* variables unless on Windows/NT.
8947
89481998-12-31 Boris Goldowsky <boris@alum.mit.edu>
8949
8950 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
8951 if buffer is modified; ask about all modified buffers.
8952
89531998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8954
8955 * simple.el (what-cursor-position): Fix previous change.
8956
89571998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
8958
8959 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
8960 from paragraph-start.
8961
89621998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
8963
8964 * international/mule-cmds.el (prefer-coding-system): If the
8965 argument requires specific EOL conversion type, make the default
8966 coding systems use that.
8967
89681998-12-30 Drew Csillag <drew_csillag@geocities.com>
8969
4ff3fcc7 8970 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
0767b41e
DL
8971 Use shell-command-on-region.
8972 (m4-start-m4, m4-end-m4): Functions deleted.
8973
89741998-12-30 Michael Ernst <mernst@alum.mit.edu>
8975
8976 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
8977
89781998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8979
8980 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
8981 to compose-mail in the correct places and as a list.
8982
89831998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
8984
8985 * page-ext.el: Added mouse-selection feature for pages directory buffer.
8986 (pages-directory-map): Bind mouse-2
8987 (pages-copy-header-and-position): Put text property.
8988 (pages-directory-goto-with-mouse): New function.
8989
89901998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
8991
8992 * international/codepage.el (cp-make-coding-systems-for-codepage):
8993 Doc fix.
8994 (cp-coding-system-for-codepage-1): Likewise.
8995
89961998-12-29 Kenichi Handa <handa@etl.go.jp>
8997
8998 * language/thai-util.el (thai-post-read-conversion): Handle Thai
8999 composition sequence correctly here instead of calling
9000 thai-compose-region.
9001
9002 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9003 newline in multibyte buffer, if previous or next character is a
9004 composite char, check the first component of the composite char.
9005
90061998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9007
9008 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9009 and track-mouse.
9010
90111998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9012
9013 * mail/sendmail.el (mail-yank-original): Remove text properties
9014 after insertion.
9015 (mail-yank-region): Barf if no mark is set in the message
9016 being replied to.
9017
9018 * help.el (function-called-at-point): First look for function at point.
9019
90201998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9021
9022 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9023
90241998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9025
9026 * simple.el (what-cursor-position): Print character encoding also.
9027
90281998-12-26 Dave Love <fx@gnu.org>
9029
9030 * textmodes/flyspell.el: If local-maps work, don't put
9031 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9032 in flyspell-mouse-map (only).
9033 (flyspell-use-local-map): New variable.
9034 Use a different mouse-2 binding in that case,
9035 and don't add to minor-mode-map-alist.
9036 (make-flyspell-overlay, flyspell-correct-word):
9037 Test flyspell-use-local-map.
9038
90391998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9040
9041 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9042 Be careful about whether to return a relative file name,
9043 and if so, relative to what directory.
9044
90451998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9046
4ff3fcc7 9047 * emacs-lisp/easymenu.el (easy-menu-get-map):
0767b41e
DL
9048 Change global map only if this menu exists in the global map already,
9049 and not in the local map.
9050 (easy-menu-do-add-item): Fix error message.
9051
9052 * foldout.el (foldout-inhibit-key-bindings):
9053 Avoid concatenating onto outline-minor-mode-prefix.
9054 Make a new keymap for that prefix, if it does not already have one.
9055
90561998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9057
9058 * cperl-mode.el:
9059 Can use linear algorithm for indentation if Emacs supports it.
9060 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9061 (cperl-after-block-p): Likewise.
9062 (cperl-after-block-and-statement-beg): Likewise.
9063 (cperl-after-block-p): After END/BEGIN we are a block.
9064 (cperl-after-expr-p): Skip labels when checking
9065 (cperl-indent-region): Make a marker for END - text added/removed.
9066 Disable hooks during the call (how to call them later?).
9067 Now indents 820-line-long function in 6.5 sec (including
9068 syntaxification) the first time (when buffer has few
9069 properties), 7.1 sec the second time.
9070 (cperl-indent-region): Do not indent whitespace lines
9071 (cperl-style-alist)
9072 Include `cperl-merge-trailing-else' where the value is clear.
9073 (cperl-styles-entries): Likewise.
9074 (cperl-problems): Improvements to docs.
9075 (cperl-tips): Likewise.
9076 (cperl-non-problems): Likewise.
9077 (cperl-mode): Make lazy syntaxification possible.
9078 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9079 `font-lock-unfontify-region-function' was set to a wrong function.
9080
4ff3fcc7 9081 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
0767b41e
DL
9082 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9083 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9084 but 1<<6 was considered as HERE-doc.
9085 <file/glob> made into a string.
9086 Postpone addition of faces after syntactic step.
9087 Recognition of <FH> was wrong.
9088 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9089 Knows that split// is null-RE.
9090 Highlights separators in 3-parts expressions as labels.
9091 <> was considered as a glob.
9092 Would err if the last line is `=head1'.
9093 $a-1 ? foo : bar; was a considered a regexp.
9094 `<< (' was considered a start of HERE-doc.
9095 mark qq[]-etc sections as syntax-type=string
9096 Was not processing sub protos after a comment ine.
9097 Was treating $a++ <= 5 as a glob.
9098 Tolerate unfinished REx at end-of-buffer.
9099 `unwind-protect' was left commented.
9100 / and ? after : start a REx.
9101
9102 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9103 Better default, customizes to `message' too, off in text-mode.
9104
9105 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9106 `defface'd.
9107 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9108 `defface'd.
9109 (cperl-emacs-can-parse): New state variable.
9110 (cperl-indent-line): Corrected to use global state.
9111 (cperl-calculate-indent): Likewise.
9112 (cperl-fix-line-spacing): Likewise (not used yet).
9113 (cperl-calculate-indent): Did not consider `,' as
9114 continuation mark for statements.
9115 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9116 Remove another parse-data optimization at toplevel: would
9117 indent correctly.
9118 Correct for labels when calculating indentation of continuations.
9119 Docstring updated.
9120 (cperl-choose-color): Converted to a function (to be
9121 compilable in text-mode).
9122 (cperl-dark-background): Disable without window-system.
9123 Do `defface' only if window-system.
f28eba7b
SM
9124 (cperl-fix-line-spacing): Sped up to bail out early.
9125 (x-color-defined-p): Was not compiling on XEmacs
0767b41e 9126 Was defmacro'ed with a tick. Remove another def.
f28eba7b 9127 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
0767b41e
DL
9128 (cperl-unwind-to-safe): New function.
9129 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
4ff3fcc7 9130 (cperl-fontify-syntaxically): Unwinds start and end to go out of
0767b41e
DL
9131 long strings (not very successful).
9132 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9133 Highlight the starting // in s//foo/ as function-name.
9134 Emit a meaningful error instead of a cryptic one for an
9135 uncomplete REx near end-of-buffer.
9136
9137 (cperl-electric-keyword): `qr' recognized.
9138 (cperl-electric-else): Likewise
9139 (cperl-to-comment-or-eol): Likewise
9140 (cperl-make-regexp-x): Likewise
9141 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9142 Corrected to use new macros;
9143 `if' for copying `reference-face' to `constant-face' was backward.
9144 remove init `font-lock-other-emphasized-face',
9145 `font-lock-emphasized-face', `font-lock-keyword-face'.
9146 Interpolate `cperl-invalid-face'.
9147 (cperl-make-regexp-x): Misprint in a message.
9148 (cperl-syntaxify-unwind): New configuration variable
9149 (cperl-fontify-m-as-s): New configuration variable
f28eba7b 9150 (cperl-electric-pod): Check for after-expr was performed
0767b41e 9151 inside of POD too.
f28eba7b 9152 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
0767b41e
DL
9153 (cperl-clobber-mode-lists): New configuration variable.
9154 (cperl-not-bad-style-regexp): Updated.
9155 Init: `cperl-is-face' was busted.
9156 (cperl-make-face): New macros.
9157 (cperl-force-face): New macros.
9158 (font-lock-other-type-face): Done via `defface' too.
9159 (cperl-nonoverridable-face): New face. Renamed from
9160 `font-lock-other-type-face'.
f28eba7b 9161 (cperl-init-faces-weak): Use `cperl-force-face'.
0767b41e
DL
9162 (cperl-comment-indent): Commenting __END__ was not working.
9163 (cperl-indent-for-comment): Likewise.
9164 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9165 When removing old TAGS info was not relativizing filename.
9166 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9167 Another try to work around XEmacs problems. Better progress messages.
f28eba7b
SM
9168 (toplevel): Require custom unprotected => failure on 19.28.
9169 (cperl-xemacs-p): Defined when compile too
4ff3fcc7 9170 (cperl-find-tags): Was writing line/pos in a wrong order,
0767b41e
DL
9171 pos off by 1 and not at beg-of-line.
9172 (cperl-etags-snarf-tag): New macro
9173 (cperl-etags-goto-tag-location): New macro
9174 (cperl-version): New variable. New menu entry
9175 random docstrings: References to "future" 20.3 removed.
9176 Menu was described as `CPerl' instead of `Perl'
9177 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9178 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9179 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9180 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9181 `font-lock-reference-face', `font-lock-keyword-face'.
9182 Use `eval-after-load'.
9183 Remove not-CPerl-related faces.
9184 (cperl-tips-faces): New variable and an entry into Mini-docs.
9185 (cperl-indent-exp): Was not processing else-blocks.
9186 (cperl-get-state): NOP line removed.
9187 (cperl-ps-print): New function and menu entry.
9188 (cperl-ps-print-face-properties): New configuration variable.
9189 (cperl-invalid-face): New configuration variable.
9190 (perl-font-lock-keywords): Highlight trailing whitespace
9191 (cperl-contract-levels): Documentation corrected.
9192 (cperl-contract-level): Likewise.
9193 (cperl-ps-extend-face-list): New macro.
9194 (cperl-invalid-face): Change to ''underline.
9195
91961998-12-25 Markus Rost <rost@delysid.gnu.org>
9197
9198 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
4ff3fcc7 9199 for read-file-name.
0767b41e
DL
9200 (rmail-output-to-rmail-file): Likewise.
9201
92021998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9203
9204 * emacs-lisp/easymenu.el (easy-menu-get-map):
9205 If MENU is nil, use global menu-bar map.
9206 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9207 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9208
92091998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9210
9211 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9212
92131998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9214
9215 * ps-print.el (ps-print-version): New version number (4.1.3).
9216
92171998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9218
9219 * international/mule-cmds.el: Use make-sparse-keymap instead of
9220 define-prefix-key when defining MULE menu items.
9221
9222 * info.el (Info-node-at-bob-matching): New function.
9223 (Info-find-node, Info-build-node-completions): Call it.
9224
92251998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9226
9227 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9228 when this is an autoloaded keymap.
9229
92301998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9231
9232 * international/codepage.el (cp-coding-system-for-codepage-1):
9233 Create separate encoders and decoders, for DOS and Unix. Make the
9234 usual family of 3 coding systems, so that automatic detection of
9235 EOL type works.
9236 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9237 Unix-specific symbols here, and don't call
9238 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9239 Handa <handa@etl.go.jp>.)
9240
9241 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9242
9243 * term/internal.el (IT-character-translations): New variable, an
9244 alist used to display characters for which there's no glyphs in
9245 the current codepage.
9246 (IT-display-table-setup): New function, sets up the DOS terminal
9247 for a given codepage.
9248 (dos-codepage-setup): New function, sets up the MULE environment
9249 for the current value of dos-codepage.
9250 (top-level if): In the multibyte mode, turn on
9251 unibyte-display-via-language-environment. In the unibyte mode,
9252 set up the special syntax tables to map lower- to upper case and
9253 back.
9254
92551998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9256
9257 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9258 (speedbar-frame-plist) Remove useless comments.
9259 (speedbar-frame-mode) Do not specify height if it is in the param list.
9260 Use default y position w/out changing it.
9261 If default x position is a list, keep, calculate the non-list X
9262 value when devining an initial position.
9263 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9264 (speedbar-tag-group-name-minimum-length): New variable.
9265 (speedbar-frame-parameter): New compatibility function.
9266 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9267 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9268 groups to keep things in the right order, and to help with some
9269 naming conventions.
9270 (speedbar-create-tag-hierarchy): Enable buffer local version of
9271 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9272 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9273 the case, derive it from the cursor location in speedbar.
9274
92751998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9276
9277 * international/mule-cmds.el (set-language-environment): On MS-DOS
9278 terminals, install DOS-specific nonascii-translation-table if the
9279 language info doesn't specify one. Pass the default eol-type to
9280 set-language-environment-coding-systems.
9281 (set-default-coding-systems): Copy the eol-type property for the
9282 new default values of {buffer-file,process}-coding-system from the
9283 old defaults.
9284 (set-language-environment-coding-systems): Accept an optional
9285 argument EOL-TYPE, and set the eol-type property of the default
9286 coding systems accordingly.
9287 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9288 (set-keyboard-coding-system): Likewise.
9289 (set-default-coding-systems): Don't set
9290 default-terminal-coding-system on MS-DOS to anything but nil.
9291 (prefer-coding-system): Describe in the doc string that
9292 default-terminal-coding-system is not changed on MS-DOS.
9293 (set-language-environment): For MS-DOS, set standard syntax table
9294 and display table for all characters with code above 127.
9295 (standard-display-european-internal): For MS-DOS, pass all
9296 characters with code above 127 directly to the terminal, and don't
9297 remap characters 160 and 146 in the unibyte case.
9298
9299 * international/codepage.el: New file.
9300
93011998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9302
9303 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9304 comments.
9305
93061998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9307
9308 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9309
9310 * subr.el (read-passwd): Likewise.
9311
93121998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9313
9314 * info.el (Info-find-node): Add 1 to the position read from the
9315 tag table. Don't fail if the node delimiter ^_ is the first
9316 character in the file.
9317 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9318 first character in the file.
9319 (Info-read-subfile): Likewise.
9320 (Info-select-node): Likewise.
9321 (Info-build-node-completions): Likewise.
9322
93231998-12-16 Richard Stallman <rms@gnu.org>
9324
9325 * term/x-win.el (x-cut-buffer-or-selection-value):
9326 If clipboard is enabled, try it before PRIMARY selection.
9327
93281998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9329
9330 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9331 insert c-cedilla and C-cedilla respectively, like in latin-1.
9332
93331998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9334
9335 * language/hebrew.el: Don't use sublists in the flags argument
9336 passed to make-coding-system.
9337
93381998-12-15 Kenichi Handa <handa@etl.go.jp>
9339
9340 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9341 list of character sets found by find-charset-region.
9342
9343 * ps-mule.el: Always require ps-print. Move some function
9344 definitions for Emacs 20.2 and the earlier to ps-print.el.
9345 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9346
9347 * ps-print.el: Define several functions for Emacs 20.2 and the
9348 earlier version.
9349 (ps-printer-name): Check if printer-name is bound.
9350
93511998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9352
9353 * ps-mule.el: Programming uniformization and little code improvement.
9354 (ps-mule-prepare-font): Programming uniformization.
9355 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
4ff3fcc7 9356 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
0767b41e
DL
9357
9358 * ps-bdf.el: Programming uniformization and little code improvement.
9359 (bdf-search-and-read): New fun.
9360 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9361 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9362 (bdf-info-relative-compose, bdf-info-baseline-offset)
9363 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9364 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9365 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9366 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9367 improvement.
9368
93691998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9370
9371 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9372 and mule related code extraction. Autoload ps-mule funs.
9373
9374 * ps-mule.el: Doc fix. Require ps-print only when compiled.
9375 (ps-mule-prologue-generated): New fun.
9376 (ps-mule-plot-string): Add autoload cookie.
9377 (ps-mule-begin-job): Call ps-mule-prologue-generated.
9378
93791998-12-15 Kenichi Handa <handa@etl.go.jp>
9380
9381 * ps-bdf.el: Require ps-mule instead of ps-print.
9382 (bdf-directory-list): Add autoload cookie.
9383
9384 * ps-mule.el: New file. Mule related code extracted from
9385 ps-print.el. Require ps-print, provide ps-mule.
9386 (ps-multibyte-buffer): Add autoload cookie.
9387 (ps-mule-prepare-ascii-font): New fun.
9388 (ps-mule-set-ascii-font): New fun.
9389 (ps-mule-skip-same-charset): Fun deleted.
9390 (ps-mule-plot-string): Set ps-mule-current-charset.
9391 (ps-mule-initialize): Add autload cookie. Don't set
9392 ps-mule-font-info-database here.
9393 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
9394 ps-mule-font-info-database and ps-control-or-escape-regexp.
9395 (ps-mule-begin-page): New fun.
9396
9397 * ps-print.el: Mule related code moved to ps-mule.el.
9398 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9399 check ps-mule-charset-list.
9400 (ps-begin-page): Don't set ps-mule-current-charset, instead call
9401 ps-mule-begin-page.
9402 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9403 (ps-plot-region): Don't set ps-mule-current-charset, instead call
9404 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
9405 instead skip same charsets by itself.
9406 (ps-generate): Call ps-mule-initialize of needs-begin-file is
9407 non-nil. Call ps-mule-begin-job.
9408
94091998-12-15 Kenichi Handa <handa@etl.go.jp>
9410
9411 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
9412 instead of bdf.
9413
9414 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9415 (ps-mule-external-libraries): New element FEATURE.
9416 (ps-mule-init-external-library): Ajusted for the above change.
9417 (ps-mule-generate-font): Likewise.
9418 (ps-mule-generate-glyphs): Likewise.
9419 (ps-mule-prepare-font): Likewise.
9420 (ps-mule-initialize): Likewise.
9421 (ps-begin-file): Superfluous tailing parenthesis deleted.
9422
94231998-12-15 Kenichi Handa <handa@etl.go.jp>
9424
9425 * international/fontset.el (x-decompose-font-name): If PATTERN
9426 doesn't have any wild cards, return a vector made from a name that
9427 is found by x-resolve-font-name found. Comments added.
9428
9429 * international/mule-cmds.el (find-coding-systems-for-charsets):
9430 Handle the case of unknown charset.
9431 (find-multibyte-characters): If invalid multibyte characters are
9432 found, return the corresponding strings instead of character
9433 codes.
9434 (find-multibyte-characters): Adjusted for the above change.
9435 (select-safe-coding-system): For a unibyte buffer, always returns
9436 DEFAULT-CODING-SYSTEM.
9437 (get-charset-property): Fix previous change. Make it a function.
9438 (put-charset-property): Make it a function.
9439
9440 * international/mule.el (make-coding-system): Set mime-charset
9441 property of *-with-esc coding system to nil.
9442
9443 * international/quail.el (quail-point-in-conversion-region): New
9444 function.
9445 (quail-conversion-backward-delete-char): When a key sequence is
9446 being translated, call quail-delete-last-char.
9447
9448 * language/devan-util.el
9449 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9450 handle devanagari-decomposition-rules.
9451
94521998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
9453
9454 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9455 tex-start-options-string to empty string.
9456 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9457
94581998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
9459
9460 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9461 5xx responses are already handled properly).
9462
94631998-12-13 Richard Stallman <rms@gnu.org>
9464
9465 * progmodes/compile.el (compilation-error-regexp-alist): Insist
9466 on a non-digit in the file name.
9467
9468 * simple.el (comment-region): Handle comment-padding
9469 separately for insertion and for deletion, in the right way for each.
9470
94711998-12-13 Felix Lee <flee@cygnus.com>
9472
9473 * progmodes/compile.el (compilation-error-regexp-alist): Fix
9474 regexp to match "ChangeLog:1:1998-12-09 ..."
9475
94761998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
9477
9478 * cus-start.el (dos-unsupported-char-glyph): Add.
9479
94801998-12-11 Dave Love <fx@gnu.org>
9481
9482 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9483 forward-sexp in condition-case.
9484
9485 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9486 Remove unnecessary test on `library' for explicit file name.
9487 Widen scope of save-match-data.
9488
94891998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
9490
9491 * international/mule.el (load-with-code-conversion): If the loaded
9492 file was inserted with no-conversion or raw-text coding system,
9493 make the buffer unibyte.
9494
94951998-12-09 Richard Stallman <rms@gnu.org>
9496
9497 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9498 Get rid of nested loops.
9499
9500 * mouse.el (mouse-drag-vertical-line):
9501 If WHICH-SIDE is not `right', then scroll bars are on the left.
9502
9503 * loadhist.el (load-history-loaded): defvar moved to help.el.
9504
9505 * help.el (symbol-file-load-history-loaded): Variable renamed,
9506 and defvar moved from loadhist.el.
9507 (symbol-file): Renamed from describe-function-find-file.
9508 Load fns-VERSION.el here.
9509 (describe-variable, describe-function-1): Use symbol-file.
9510
9511 * textmodes/tex-mode.el (tex-generate-zap-file-name):
9512 Don't start the name with #.
9513
9514 * ispell.el: Take out the eval-when's.
9515
95161998-12-09 Peter Breton <pbreton@ne.mediaone.net>
9517
9518 * dirtrack.el (dirtrack-directory-change-hook): New hook.
9519 (dirtrack): Run it. Make debug message more verbose.
9520
95211998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9522
9523 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9524 name of the abbrev table, and provide support for XEmacs.
9525 (octave-xemacs-p): New variable.
9526
95271998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9528
9529 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9530 exit, when mail-interactive is nil.
9531
95321998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
9533
9534 * files.el (after-find-file): Message fix.
9535
95361998-12-09 Ken Stevens <stevens@kdstevens.com>
9537
9538 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9539
95401998-12-09 Geoff Voelker <voelker@cs.washington.edu>
9541
9542 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9543 filenames using backslashes.
9544
95451998-12-09 Dave Love <fx@gnu.org>
9546
9547 * browse-url.el (browse-url-mail): Call compose-mail-other-window
9548 with correct number of args.
9549 (browse-url-maybe-new-window): New arg. Callers changed.
9550
9551 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9552 comment.
9553
95541998-12-08 Geoff Voelker <voelker@cs.washington.edu>
9555
9556 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9557
95581998-12-08 Markus Rost <rost@delysid.gnu.org>
9559
9560 * vc.el (vc-rcs-release): Fix Type.
9561 (vc-sccs-release): Fix Type.
9562 (vc-cvs-release): Fix Type.
9563
9564 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9565 arg work right.
9566
9567 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9568 output of last undeleted message.
9569
95701998-12-07 Geoff Voelker <voelker@cs.washington.edu>
9571
9572 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9573 (buffer-undo-list) [windows-nt]: Use different relative path.
9574
95751998-12-07 Simon Marshall <simon@gnu.org>
9576
9577 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9578
95791998-12-05 Markus Rost <rost@delysid.gnu.org>
9580
9581 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9582
9583 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9584
95851998-12-04 Markus Rost <rost@delysid.gnu.org>
9586
9587 * info.el (Info-menu): Don't return error if point is between menu
9588 header and first menu item.
9589
95901998-12-04 Dave Love <fx@gnu.org>
9591
9592 * help.el (describe-function-1): Fix description for alias.
9593
95941998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
9595
9596 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9597 specifications from summary line.
9598
9599 * rect.el (delete-whitespace-rectangle): Mark for autoload.
9600 (close-rectangle): Define alias only once in loaddefs.el.
9601
96021998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
9603
9604 * term/internal.el: Remove code which sets up a special syntax
9605 table for non-ASCII characters.
9606
96071998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
9608
9609 * dos-w32.el (direct-print-region-function): Try to ensure that
9610 printer-name is expanded to a file name on a local drive;
9611 sometimes printing a file loaded from a network volume fails.
9612 (direct-print-region-function): Add a function to
9613 write-region-annotate-functions to append a formfeed character to
9614 the region being printed, if the region doesn't end with a
9615 formfeed already. This avoids creating a second print job
9616 containing a blank page when print spooling is enabled on Windows.
9617
96181998-12-02 Dave Love <fx@gnu.org>
9619
9620 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9621 `Info-goto-node'.
9622
96231998-12-02 Richard Stallman <rms@gnu.org>
9624
9625 * help.el (temp-buffer-resize-mode): Doc fix.
9626
9627 * cus-edit.el (custom-save-delete): Save point before
9628 reading a sexp, rather than backing up.
9629
9630 * international/iso-transl.el: Fix previous change.
9631
96321998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
9633
9634 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9635 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9636 Added defvars to suppress compilation warnings.
9637
96381998-11-30 Ken Stevens <k.stevens@ieee.org>
9639
9640 * ispell.el: Improved and fixed customize for variables:
9641 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9642 ispell-dictionary-alist, ispell-skip-sgml.
9643 Improved and fixed comments in variables and messages for
9644 functions: ispell-help-in-bufferp, ispell-local-dictionary,
9645 ispell-menu-map, ispell-checking-message, ispell-parser,
9646 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9647 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
4ff3fcc7 9648 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
0767b41e
DL
9649 ispell-message-text-end, ispell-add-per-file-word-list.
9650 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9651 system is now required for all languages. Casechars improved for
9652 castellano, castellano8, and norsk dictionaries. Dictionary
9653 norsk7-tex added. Dictionary polish added.
9654 (ispell-dictionary-alist): Redefined at load-time to support
9655 dictionary changes.
9656 (ispell-menu-map): Redefined at load-time to support menu changes.
9657 (ispell-check-version): New alias for `check-ispell-version'.
9658 (ispell-parse-output): Fixed matching for ispell error messages.
9659 Correctly returns spelling suggestions in order generated by ispell
9660 process.
9661 (check-ispell-version): Ensure `case-fold-search' doesn't get
9662 redefined.
9663 (ispell-complete-word): Ensure `case-fold-search' doesn't get
9664 redefined. Fix bug that didn't respect case of word being completed.
9665 (ispell-init-process): Set process coding system to be compatible
9666 with emacs processes and the ispell process.
9667 (ispell-kill-ispell): Ensures ispell process has terminated before
9668 starting new process. This can otherwise confuse process filters
9669 and hang the ispell process.
9670 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9671 skipping support for sgml.
9672 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
9673 which could cause `ispell-complete-word' to hang.
9674 (ispell-message): Improved message reference matching. Ensure
9675 `case-fold-search' doesn't get redefined.
9676 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9677 get redefined. Fixed bug in returning to nroff mode from tex mode.
9678 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9679 get redefined.
9680
96811998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9682
9683 * textmodes/flyspell.el (flyspell-check-word-p):
9684 Don't delay inside a kbd macro.
9685
9686 * subr.el (make-local-hook): Return the hook variable.
9687
96881998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9689
9690 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9691 Use a timer instead of post-command-hook.
9692 (hscroll-timer): New variable.
9693
96941998-11-30 Dave Love <fx@gnu.org>
9695
9696 * help.el (help-xref-button): Do nothing if text already has the
9697 help-xref property.
9698 (describe-variable): Revert previous change to hyperlink to source.
9699
97001998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9701
9702 * bindings.el (features): Add `base64' to this list.
9703
9704 * loadhist.el (symbol-file): Doc fix.
9705
9706 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9707
9708 * files.el (hack-one-local-variable): Cope with non-file buffers.
9709
97101998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9711
9712 * help.el (describe-mode): Put major mode first.
9713
9714 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9715 to support special-display and same-window features.
9716
97171998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9718
9719 * simple.el (transpose-subr, transpose-subr-1): Rename variables
9720 bound in one function and used in the other.
9721 (transpose-subr-start1, transpose-subr-start2): Add defvars.
9722 (transpose-subr-end1, transpose-subr-end2): Add defvars.
9723
97241998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9725
9726 * autoinsert.el (auto-insert-alist): Use user-mail-address.
9727
97281998-11-26 Kenichi Handa <handa@etl.go.jp>
9729
9730 * international/ccl.el (ccl-dump-translate-character-const-tbl):
9731 Give format correct control string.
9732
9733 * international/mule.el (define-translation-table): Fix bug of
9734 setting incorrect translation-table-id. If the first element of
9735 ARGS is a translation table, just register it.
9736
9737 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9738 property.
9739
97401998-11-24 Michael Ernst <mernst@alum.mit.edu>
9741
9742 * thingatpt.el (thing-at-point-url-at-point): Don't use current
9743 syntax table to determine what is whitespace.
9744
97451998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
9746
9747 * frame.el (frame-parameter): Doc fix.
9748
9749 * textmodes/tex-mode.el (tex-feed-input): New function.
9750 (tex-define-common-keys): Add binding for C-c C-m.
9751
97521998-11-23 Dave Love <fx@gnu.org>
9753
9754 * progmodes/fortran.el: Various minor doc fixes.
9755 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9756 (fortran-with-subprogram-narrowing): New macro.
9757 (fortran-check-for-matching-do): Use it.
9758 (fortran-end-do): Use fortran-check-end-prog-re.
9759 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9760 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9761
97621998-11-23 Simon Marshall <simon@gnu.org>
9763
9764 * font-lock.el (font-lock-defaults): Doc fix.
9765 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9766 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9767
9768 * lazy-lock.el (lazy-lock-unstall):
9769 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9770
9771 * fast-lock.el (fast-lock-save-cache-1):
9772 (fast-lock-cache-data): Rewritten to use with-temp-message.
9773
97741998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
9775
9776 * mail/rmail.el (rmail-set-message-counters-counter): Detect
9777 messages that have been added with DOS line endings and convert
9778 the line endings for such messages.
9779
97801998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9781
9782 * help.el: Add resizing of temporary buffers.
9783 (temp-buffer-resize-mode): New command and variable.
9784 (temp-buffer-max-height): New variable.
9785 (resize-temp-buffer-window): New function.
9786
9787 * window.el (window-buffer-height): New function, split from
9788 shrink-window-if-larger-than-buffer.
9789 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9790
97911998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
9792
9793 * frame.el (initial-frame-alist): Add defcustom.
9794
9795 * shell.el (shell-prompt-pattern): Add defcustom.
9796
97971998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9798
9799 * message.el (message-ignored-supersedes-headers): Remove
4ff3fcc7 9800 NNTP-Posting-Date.
0767b41e
DL
9801
98021998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
9803
9804 * help.el (describe-mode): Don't avoid loop indirecting thru
9805 value of INDICATOR.
9806
98071998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9808
9809 * help.el (describe-variable): Allow any variable with a defcustom,
9810 even if it is not a user variable.
9811
9812 * mail/rmail.el (mail-unsent-separator): Additional alternative.
9813
98141998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
9815
9816 * gnus/nntp.el (nntp-request-group): Allow for failures when
9817 requesting a new group.
9818
98191998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9820
9821 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9822
98231998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9824
9825 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9826
98271998-11-19 Simon Marshall <simon@gnu.org>
9828
9829 * subr.el (with-temp-message): New macro.
9830
9831 * emacs-lisp/lisp-mode.el (with-temp-message):
9832 Add lisp-indent-function property.
9833
98341998-11-18 Dave Love <fx@gnu.org>
9835
9836 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9837
98381998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
9839
9840 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9841 This is not obsolete.
9842
98431998-11-18 Kenichi Handa <handa@etl.go.jp>
9844
9845 * textmodes/picture.el: Make a new map by make-keymap.
9846 (picture-desired-column): New variable.
9847 (picture-update-desired-column): New function.
9848 (picture-beginning-of-line): Set picture-desired-column to 0.
9849 (picture-end-of-line): Set picture-desired-column to the current
9850 column.
9851 (picture-forward-column): Pay attention to multi-column character.
9852 (picture-backward-column): Likewise.
9853 (picture-move-down): Likewise.
9854 (picture-move-up): Likewise.
9855 (picture-movement-nw): With prefix arg, move twice columns.
9856 (picture-movement-ne): Likewise.
9857 (picture-movement-sw): Likewise.
9858 (picture-movement-se): Likewise.
9859 (picture-set-motion): Handle two-column movements.
9860 (picture-move): Call picture-move-down or picture-forward-column
9861 only when necessary.
9862 (picture-insert): Pay attention to picture-desired-column.
9863 (picture-self-insert): Likewise.
9864 (picture-clear-column): Pay attention to multi-column character.
9865 (picture-mode): Modify doc-string for two-column movement.
9866
9867 * rect.el (move-to-column-force): New function.
9868 (operate-on-rectangle): If coerce-tabs is non-nil, call
9869 move-to-column-force instead of move-to-column.
9870 (insert-rectangle): Call move-to-column-force instead of
9871 move-to-column.
9872 (open-rectangle-line): If begextra is not zero, call
9873 move-to-column-force.
9874
9875
98761998-11-16 Dave Love <fx@gnu.org>
9877
9878 * textmodes/sgml-mode.el Require skeleton when compiling.
9879 (sgml-font-lock-keywords-1): Accept single-letter tags.
9880 (v2): Defvar free variable.
9881
98821998-11-16 Sam Steingold <sds@goems.com>
9883
f28eba7b 9884 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
0767b41e
DL
9885 macro, not ELisp one.
9886
98871998-11-16 Kenichi Handa <handa@etl.go.jp>
9888
9889 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
9890 characters to symbol.
9891
9892 * language/japan-util.el (japanese-zenkaku-region): New optional
9893 arg KATAKANA-ONLY.
9894
98951998-11-16 Kenichi Handa <handa@etl.go.jp>
9896
9897 * international/mule.el
9898 (after-insert-file-set-buffer-file-coding-system): If the buffer
9899 is changed to unibyte, return inserted bytes.
9900
9901 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
9902 and link names if necessary.
9903 (tar-header-block-summarize): Handle the case that file or link
9904 names are multibyte.
9905 (tar-summarize-buffer): At first set the current buffer unibyte,
9906 then if there are multibyte file names, change it to multibyte.
9907 (tar-mode): Get char position from tar-header-offset.
9908 (tar-extract): Avoid multibyte<->unibyte conversion in
9909 insert-buffer-subsring by setting both buffers unibyte
9910 temporarily.
9911 (tar-copy): Set the buffer unibyte while doing a work. Write
9912 without code conversion.
9913 (tar-expunge): Set the buffer unibyte while doing a work.
9914 (tar-alter-one-field): Likewise.
9915 (tar-clear-modification-flags): Compare byte position with
9916 tar-header-offset.
9917 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
9918 insert-buffer-subsring by setting both buffers unibyte
9919 temporarily. Pay attention to multibyteness while updating the
9920 descriptor-line.
9921 (tar-mode-write-file): Write without code conversion.
9922
99231998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9924
9925 * nngateway.el: Require cl.
9926
99271998-11-15 Dave Love <fx@gnu.org>
9928
9929 * progmodes/fortran.el: Fix previous change:
9930 (fortran-end-prog-re1): Changed.
9931 (fortran-check-end-prog-re): New function.
9932 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
9933
99341998-11-13 Tom Breton <tob@world.std.com>
9935
9936 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
9937 GNU Emacs.
9938
99391998-11-13 Carsten Dominik <cd@delysid.gnu.org>
9940
9941 * textmodes/reftex.el: (reftex-finding-files): Group documentation
9942 fixed.
9943 (reftex-toc-toggle-file-boundary,
9944 reftex-toc-toggle-labels,
9945 reftex-toc-toggle-context,reftex-find-start-point): New functions.
9946 (reftex-toc-include-labels, reftex-toc-include-context,
9947 reftex-toc-include-file-boundaries,
9948 reftex-toc-keep-other-windows): New options.
9949 (reftex-use-text-after-label-as-context): Option removed.
9950 (reftex-extract-bib-entries): Protect use in non-latex
9951 buffers.
9952 (reftex-toc-visit-location): Renamed from
9953 `reftex-toc-visit-line'.
9954 (reftex-latin1-to-ascii): Works now with and without Mule.
9955 (reftex-truncate): Removed special stuff for Emacs 20.2.
9956 (reftex-get-offset): Made more general.
9957 (reftex-show-label-location): Renamed from
9958 `reftex-select-label-callback'.
9959 (reftex-pop-to-label): Function removed (using
9960 `reftex-show-label-location' instead.
9961 (reftex-insert-docstruct): Renamed from
9962 `reftex-make-and-insert-label-list'. Function args changed.
9963 (reftex-toc): Now uses `reftex-insert-docstruct' and
9964 `reftex-find-start-point'.
9965 (reftex-select-item): Use `reftex-find-start-point'.
9966 (reftex-toc-visit-line): Can display labels and file
9967 boundaries.
9968 (reftex-TeX-master-file): `(TeX-master-file)' protected.
9969
99701998-11-12 Sam Steingold <sds@goems.com>
9971
9972 * browse-url.el (browse-url): Handle the case when
9973 `browse-url-browser-function' is a lambda list.
9974
99751998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
9976
9977 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
9978 version string.
9979 * loadhist.el (symbol-file): Likewise
9980
99811998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
9982
9983 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
9984
99851998-11-11 Sam Steingold <sds@goems.com>
9986
9987 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
9988 `run-lisp' instead of signalling an error.
9989
99901998-11-11 Karl Heuer <kwzh@gnu.org>
9991
9992 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
9993
99941998-11-11 Richard Stallman <rms@gnu.org>
9995
9996 * vc-hooks.el (vc-toggle-read-only): Doc fix.
9997
99981998-11-11 Per Starback <starback@update.uu.se>
9999
10000 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10001 renamed svenska8 to svenska, and fixed and extended CASECHARS
10002 for it.
10003
100041998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10005
10006 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10007 handling if setpagedevice is not available.
10008 (ps-begin-file): Fix typo.
10009
100101998-11-11 Kenichi Handa <handa@etl.go.jp>
10011
10012 * international/mule-util.el (compose-chars-component): Signal
10013 error if CH is a rule-based composition character.
10014 (compose-chars): Signal error if an already compsed character is
10015 going to be composed by rule-base.
10016
10017 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10018 full XLFD, don't try to get information of WEIGHT and SLANT from
10019 that font name.
10020
100211998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10022
10023 * dos-w32.el (set-default-process-coding-system): Use function on
10024 before-init-hook to set default-process-coding-system based on
10025 enable-multibyte-characters.
10026
10027 * term/w32-win.el ([language-change]): For now ignore
10028 keyboard language-change events.
10029
100301998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10031
10032 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10033 convert-standard-file-name, but leave the results of
10034 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10035 characters if the original name already exists, or has a special
10036 handler.
10037
100381998-11-10 Karl Heuer <kwzh@gnu.org>
10039
10040 * international/iso-insert.el: Delete autoload cookies.
10041
10042 * international/iso-transl.el: Add autoload cookies.
10043
100441998-11-10 Richard Stallman <rms@gnu.org>
10045
10046 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10047 (ispell-process-line): Don't treat multibyte
10048
100491998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10050
10051 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10052 setpagedevice to specify the page size if setpagedevice is
10053 available. This is necessary to select the correct paper tray on
10054 Level 2 printers with multiple paper sizes available.
10055
10056 (ps-begin-file): Cope with font names that contain spaces, and
10057 call BeginDoc in a BeginSetup/EndSetup block.
10058
100591998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10060
10061 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10062 convert-standard-filename.
10063
10064 * loadhist.el (symbol-file): Run fns-VERSION.el through
10065 convert-standard-filename.
10066
100671998-11-06 Richard Stallman <rms@gnu.org>
10068
4ff3fcc7 10069 * textmodes/texinfmt.el (texinfo-format-scan):
0767b41e
DL
10070 Detect the case of two @-commands in a row; process just the first.
10071 (texinfo-append-refill): If line has a @c, insert the @refill
10072 before it.
10073 (texinfo-format-refill): Return with point where the @refill was.
10074
10075 * files.el (hack-local-variables): Test local-enable-local-variables.
10076 (hack-local-variables-prop-line): Likewise.
10077 (set-auto-mode): Don't test local-enable-local-variables here.
10078 (enable-local-variables): Doc fix.
10079 (local-enable-local-variables): Doc fix.
10080 (normal-mode): Doc fix.
10081
100821998-11-06 Karl Heuer <kwzh@gnu.org>
10083
10084 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10085
100861998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10087
10088 * simple.el (line-number-mode): Doc fix.
10089
100901998-11-06 Kenichi Handa <handa@etl.go.jp>
10091
10092 * international/fontset.el (create-fontset-from-fontset-spec):
10093 Give correct arg to `error'.
10094
100951998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10096
10097 * textmodes/sgml-mode.el (html-mode): Doc fix.
10098 (sgml-name-8bit-mode): Fix missing format character in message string.
10099
101001998-11-05 Karl Heuer <kwzh@gnu.org>
10101
10102 * mail/sendmail.el (sendmail-send-it): Check for failure.
10103
101041998-11-05 Richard Stallman <rms@gnu.org>
10105
10106 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10107
10108 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10109 (close-rectangle): Define as alias.
10110
101111998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10112
10113 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10114
101151998-11-05 Dave Love <fx@gnu.org>
10116
10117 * help.el (describe-variable): Don't quote link to source.
10118
101191998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10120
10121 * gud.el (gud-common-init): Use pop-to-buffer.
10122 (same-window-regexps): Add an element that matches all gud buffers.
10123
101241998-11-04 Jason Rumney <jasonr@altavista.net>
10125
10126 * term/w32-win.el (x-get-selection-value): Alias to
10127 x-cut-buffer-or-selection-value.
10128 (w32-standard-fontset-spec): New variable.
10129 (w32-create-initial-fontsets, mouse-set-font): Check whether
10130 new-fontset is available.
10131 (w32-use-w32-font-dialog): Enable use of set-variable.
10132
101331998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10134
10135 * vc.el (with-vc-file, edit-vc-file): New macros.
10136
101371998-11-04 Kenichi Handa <handa@etl.go.jp>
10138
10139 * international/quail.el (quail-show-guidance-buf): Call
10140 set-minibuffer-window to set minibuffer window of the current
10141 frame correctly.
10142
101431998-11-03 Theodore Jump <tjump@tertius.com>
10144
10145 * term/w32-win.el: Require fontset.
10146
101471998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10148
10149 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10150 (set-face-font-auto): Ditto.
10151
101521998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10153
10154 * mouse.el (mouse-drag-region): Fix typo.
10155
101561998-11-02 Dave Love <fx@gnu.org>
10157
10158 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10159 (fortran-fontify-string): New function.
10160 (fortran-font-lock-keywords-1): Use it.
10161
101621998-11-02 Markus Rost <rost@delysid.gnu.org>
10163
10164 * comint.el (comint-file-name-quote-list): Doc fix.
10165
101661998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10167
10168 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10169 build directory, not source directory.
10170
10171 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10172 if we did not get one for the final move.
10173
101741998-11-01 Dave Love <fx@gnu.org>
10175
10176 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10177 Don't funcall browse-url-browser-function.
10178
10179 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10180 Don't funcall browse-url-browser-function.
10181
10182 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10183
101841998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10185
10186 * files.el (revert-buffer): Doc fix.
10187
101881998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10189
10190 * textmodes/tex-mode.el (tex-start-options-string):
10191 Quote the backslashes with more backslashes.
10192
101931998-10-31 Dave Love <fx@gnu.org>
10194
10195 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10196 (webjump): Don't funcall browse-url-browser-function.
10197
101981998-10-30 Kenichi Handa <handa@etl.go.jp>
10199
10200 * international/quail.el (quail-start-translation): Handle
10201 switching of the frame in read-key-sequence.
10202 (quail-start-conversion): Likewise.
10203 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10204 windows before setting an appropriate window for it.
10205 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10206 quail-guidance-win to nil.
10207 (quail-update-guidance): If quail-guidance-buf is not in the
10208 selected frame, call quail-show-guidance-buf again.
10209
102101998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10211
10212 * progmodes/pascal.el (pascal-mode):
10213 `blink-matching-paren-dont-ignore-comments' set to t.
10214
102151998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10216
10217 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10218
102191998-10-30 Dave Love <fx@gnu.org>
10220
10221 * vc.el (vc-backend-merge-news): Check for "P" output.
10222
10223 * help.el (describe-variable): Hyperlink the definition.
10224
102251998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10226
10227 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10228 (sh-set-shell): Likewise.
10229
10230 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10231
10232 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10233 (edebug-on-error): Fix customize type to match that of
10234 debug-on-error.
10235
10236 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10237
10238 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10239 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10240
10241 * international/mule-cmds.el (select-message-coding-system): Doc
10242 fix.
10243
10244 * international/mule-diag.el (describe-coding-system): Describe
10245 all flags.
10246
10247 * mail/sendmail.el (sendmail-coding-system,
10248 default-sendmail-coding-system): Doc fix.
10249
10250 * simple.el (shell-command-on-region): Doc fix.
10251
10252 * loadup.el: Write fns-*.el in current directory instead of
10253 data-directory since no installation directory exists yet. Mark
10254 buffer unmodified afterwards.
10255
10256 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10257 instead of data-directory since it is architecture dependent.
10258 (load-history-loaded): Update doc string.
10259
102601998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10261
10262 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10263 path as a default directory when canonicalizing names.
10264
10265 * w32-fns.el: Remove a dangling reference to a directory on the
10266 build machine.
10267
102681998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10269
10270 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10271 namespace related keywords such as `class', `body', `private',
10272 `variable', `namespace eval', etc.
10273 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10274 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10275 imenu and font-lock so that searches for \sw would find words
10276 containing colons.
10277
10278 * progmodes/etags.el (initialize-new-tags-table):
10279 Do not alter find-tag-marker-ring and tags-location-ring.
10280
102811998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10282
10283 * term/w32-win.el: Require fontset.
10284 (w32-init-fontsets): New function (code from x-win.el).
10285
102861998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10287
10288 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10289 calendar-and-diary-frame-parameters): Add title parameter.
10290
102911998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10292
10293 * completion.el (dynamic-completion-mode): New function to enable
10294 the mode. (Just loading the file now does not change anything.)
10295
102961998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10297
10298 * ps-print.el: User option for multibyte buffer handling and doc fix.
10299 (ps-multibyte-buffer): New user option.
10300 (ps-setup): Print new user option.
10301 (ps-print-quote): New fun.
10302 (ps-color-p, ps-mule-font-info-database-latin): New var.
10303 (ps-default-color, ps-mule-font-info-database)
10304 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10305 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10306 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10307 Little code improvement.
10308 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10309 (ps-print-prologue-header, ps-font-family, ps-font-size)
10310 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10311 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10312 (ps-mule-external-libraries, ps-mule-init-external-library)
10313 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10314 Doc fix.
10315 (ps-print-version): New version number (4.1.1) and doc fix.
10316 (ps-print-prologue-header): New user option.
10317 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10318 Conditional compilation for GNU Emacs and emacsens.
10319 (ps-generate-postscript-with-faces): Skip invisible text better.
10320 (ps-setup): Print new user option.
10321 (ps-print-preprint): Check if input file name exists and is unwritable.
10322 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10323 and insert user PostScript prologue header comments.
10324 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10325 New funs.
10326 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10327 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10328 PostScript programming normalization.
10329 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10330 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10331 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10332 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10333 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10334 Programming style normalization.
10335
103361998-10-26 Kenichi Handa <handa@etl.go.jp>
10337
10338 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10339 version, check the value of mule-version.
10340
10341 * international/mule-util.el (compose-region): Insert then delete
10342 to preserve markers.
10343 (decompose-region): Use search-forward for efficiency.
10344
10345 * language/chinese.el (pre-write-encode-hz): Cancel previous
10346 change, use generate-new-buffer instead of get-buffer-create.
10347 * language/devan-util.el
10348 (in-is13194-devanagari-pre-write-conversion): Likewise.
10349 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10350 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10351 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10352
103531998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10354
10355 * mail/rmailsum.el (rmail-message-subject-p):
10356 Handle message whose header has not been reformatted.
10357
10358 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10359
103601998-10-25 Jason Rumney <jasonr@altavista.net>
10361
10362 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10363 New variables.
10364 (mouse-set-font): Use font menus instead of dialog according to
10365 w32-use-w32-font-dialog.
10366
103671998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10368
10369 * calendar/calendar.el (calendar-day-name-array): Add doc string
4ff3fcc7 10370 correctly!
0767b41e
DL
10371 (calendar-month-name-array): Add doc string correctly!
10372
103731998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10374
10375 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10376
103771998-10-21 Markus Rost <rost@delysid.gnu.org>
10378
10379 * lisp/info.el (Info-next-menu-item): Stay on top of node.
10380
10381 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10382
10383 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10384
10385 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10386
103871998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
10388
10389 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10390
103911998-10-21 Karl Heuer <kwzh@gnu.org>
10392
10393 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10394 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10395 (profile-filter, profile-reset-timer): Functions deleted.
10396 (profile-check-zero-init-times, profile-get-time): Likewise.
10397 (profile-find-function, profile-quit): Likewise.
10398 (profile-distinct, profile-call-stack, profile-last-time): New vars.
10399 (profile-time-list, profile-init-list): Doc fix.
10400 (profile-functions): Simplify.
10401 (profile-print): Use float. Make output include space separators.
10402 (profile-add-time): New helper function.
10403 (profile-function-prolog): Renamed from profile-start-function.
10404 Handle profile-distinct.
10405 (profile-function-epilog): Renamed from profile-update-function.
10406 Handle profile-distinct.
10407 (profile-a-function): If the function to be profiled is an
10408 autoload form, load it. If it's lazy-loaded, fetch it.
10409 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10410 (profile-restore-fun): Arg FUN is now a function symbol, as was
10411 documented, rather than a one-element list.
10412 (profile-finish): Call profile-restore-fun properly.
10413
104141998-10-21 Kenichi Handa <handa@etl.go.jp>
10415
10416 * international/characters.el: Setup charset property
10417 nospace-between-words.
10418
10419 * international/mule-cmds.el (get-charset-property): If CHARSET is
10420 composition, return nil.
10421 (put-charset-property): If CHARSET is composition, do nothing.
10422
10423 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10424 * language/devan-util.el
10425 (in-is13194-devanagari-pre-write-conversion): Likewise.
10426 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10427 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10428 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10429
10430 * textmodes/fill.el (sentence-end-without-period): New variable.
10431 (canonically-space-region): Pay attention to
10432 sentence-end-without-period.
10433 (fill-find-break-point): The first argument CHARSET deleted.
10434 Caller changed.
10435 (fill-region-as-paragraph): Pay attention to charset property
10436 nospace-between-words and text property nospace-between-words.
10437
104381998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10439
10440 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10441 an unrecognized shell.
10442
104431998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10444
10445 * desktop.el (desktop-save): Include minor modes symbolically.
10446 (desktop-create-buffer): Turn on all minor modes in `mim'.
10447
104481998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10449
10450 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10451 (sh-font-lock-keywords): Handle rpm and rpm2.
10452 (sh-ancestor-alist): Handle rpm.
10453
10454 * files.el (auto-mode-alist): Recognize .rpm files.
10455 Also .spec and .mspec files.
10456
104571998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10458
10459 * faces.el (frame-set-background-mode): Enable the function for
10460 MSDOS frames.
10461
104621998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10463
10464 * calendar/calendar.el (calendar-day-name-array): Add doc string.
10465 (calendar-month-name-array): Add doc string.
10466
104671998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10468
10469 * simple.el (kill-ring-max): Increased to 60.
10470
104711998-10-17 Kenichi Handa <handa@etl.go.jp>
10472
10473 * international/characters.el: Setup auto-fill-chars.
10474
10475 * international/kinsoku.el (kinsoku): Check the variable
10476 enable-kinsoku.
10477
10478 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10479 Don't call kinsoku directly, intead call fill-find-break-point.
10480
10481 * textmodes/fill.el: Setup `fill-find-break-point-function'
10482 property to character sets which require `kinsoku' processing for
10483 filling.
10484 (fill-find-break-point): New function.
10485 (fill-region-as-paragraph): Don't check kinsoku-enable here.
10486 Don't call kinsoku directly, intead call fill-find-break-point.
10487
104881998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10489
10490 * faces.el (modify-face-read-string): Return (nil) for "none".
10491 (modify-face): Don't get error if (nil) is the argument.
10492 (face-try-color-list): Don't check whether nil is a valid color.
10493
104941998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10495
10496 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10497 Print message about each directory, even in batch mode.
10498
10499 * gnus/nntp.el: Require `cl' before using nnoo-declare.
10500
10501 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10502 (ps-mule-string-char): No need to use sref.
10503 (ps-mule-next-index): No need to use sref.
10504
10505 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10506
10507 * files.el (revert-buffer-internal-hook): Add defvar.
10508
10509 * arc-mode.el (archive-mode): Locally set file-precious-flag.
10510
10511 * tar-mode.el (tar-mode): Locally set file-precious-flag.
10512
105131998-10-16 Markus Rost <rost@delysid.gnu.org>
10514
10515 * international/mule-cmds.el (default-input-method): Fix custom type.
10516
10517 * net-utils.el (whois-server-list): Fix customization type.
10518
10519 * shell.el (shell-input-autoexpand): Fix customization group.
10520
105211998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
10522
10523 * repeat.el (repeat): Handle keyboard macros properly.
10524 Handle new prefix arg after self-insert command.
10525
10526 * repeat.el: Don't include cl even at compile time.
10527 (repeat): Avoid using `loop'.
10528
10529 * simple.el (shell-command-on-region): Doc fix.
10530 (next-history-element): Special error message if no default.
10531
105321998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
10533
10534 * ps-print.el (ps-print-buffer): Doc fix.
10535 (ps-despool): Likewise.
10536
10537 * arc-mode.el (arc-mode): Provide arc-mode.
10538
105391998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10540
4ff3fcc7 10541 * ps-print.el (ps-print-buffer): Doc fix.
0767b41e
DL
10542
105431998-10-14 Dave Love <fx@gnu.org>
10544
10545 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10546 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10547 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10548
10549 * progmodes/fortran.el (fortran-mode-map): Change "Join
10550 Continuation Line" to "Join Line".
10551 (fortran-font-lock-keywords-1): Add "cycle", "exit".
10552
105531998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10554
10555 * progmodes/fortran.el (fortran-join-line): Use
10556 `delete-indentation' instead of issuing an error message if not on
10557 a continuation line. Provide for joining several lines using
10558 prefix arg.
10559
105601998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
10561
10562 * term/pc-win.el (msdos-color-values): New variable.
10563 (x-color-values): New function, emulates its namesake from
10564 src/xfns.c.
10565 (msdos-bg-mode): Add all dark colors to those which return
10566 "dark".
10567
105681998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10569
4ff3fcc7 10570 * replace.el (keep-lines, flush-lines, how-many):
0767b41e
DL
10571 Don't ignore case if arg has upper case letters.
10572
105731998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
10574
10575 * progmodes/vhdl-mode.el
f28eba7b 10576 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
0767b41e
DL
10577 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10578 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10579 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10580 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10581 (vhdl-when): Fix indentation problem.
10582 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10583 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10584 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10585
105861998-10-13 Geoff Voelker <voelker@cs.washington.edu>
10587
10588 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10589 (ls-lisp-insert-directory): Renamed from insert-directory.
10590 (insert-directory): New function.
10591
105921998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
10593
10594 * simple.el (completion-fixup-function): Variable deleted.
10595 (completion-setup-function): Delete code for completion-fixup-function.
10596 * emacs-lisp/lisp.el (lisp-complete-symbol):
10597 Don't bind completion-fixup-function.
10598
10599 * files.el (find-file-wildcards): New option.
10600 (find-file-noselect): Handle wild cards, if enabled.
10601 (file-expand-wildcards): New function.
10602
10603 * simple.el (set-fill-column): Doc fix.
10604
106051998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10606
10607 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10608
106091998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
10610
10611 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10612 Move declaration before first use.
10613 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10614 hif-math, hif-factor): Rename token to hif-token and token-list to
10615 hif-token-list.
10616 (hif-token, hif-token-list): Declare them.
10617 (hif-find-ifdef-block): Return cons of top and bottom point
10618 instead of setting dynamically bound variables.
10619 (hide-ifdef-block, show-ifdef-block): Use return value of
10620 hif-find-ifdef-block.
10621
106221998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10623
10624 * subr.el (read-passwd): Use clear-this-command-keys.
10625
10626 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10627
10628 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10629 and ...-for-write.
10630
106311998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
10632
10633 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10634 responses to GROUP command, since this may be called from a timer
10635 with quit inhibited.
10636
106371998-10-12 Kenichi Handa <handa@etl.go.jp>
10638
10639 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10640 set unconditional-jump to nil.
10641 (ccl-compile-read-multibyte-character): Return nil.
10642 (ccl-compile-write-multibyte-character): Likewise.
10643 (ccl-compile-translate-character): Likewise
10644 (ccl-compile-map-multiple): Likewise.
10645 (ccl-compile-map-single): Likewise.
10646
10647 * international/kinsoku.el: Add coding tag.
10648 (kinsoku-bol): Remove superfluous TAB in a string.
10649
10650 * international/mule-cmds.el (find-coding-systems-for-charsets):
10651 Delete `composition' (if any) from CHARSETS.
10652
106531998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10654
10655 * international/mule-cmds.el (setup-specified-language-environment):
10656 Add apropos-inhibit property.
10657 (describe-specified-language-support): Likewise.
10658
106591998-10-11 Kenichi HANDA <handa@etl.go.jp>
10660
10661 * international/mule.el (make-coding-system): Create -with-esc
10662 variant coding system.
10663
106641998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
10665
10666 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10667 (next-file): Optionally offer to revert a file's buffer,
10668 if it has an existing buffer but the file has changed.
10669
10670 * info.el (Info-insert-dir): Detect and report problems
10671 in input files, such as "No Top node". Return with point
10672 at the beginning of the text.
10673 (Info-find-node): Reinsert the code to handle files
10674 with no tags table; it was deleted by mistake.
10675
106761998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
10677
10678 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10679 texinfo-find-higher-level-node repeatedly find the same node.
10680 (texinfo-find-higher-level-node): Doc fix.
10681
106821998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
10683
10684 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10685 (smtpmail-address-buffer): Add defvar.
10686 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10687
10688 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10689
10690 * ffap.el (ffap-machine-p-local): Fix editing error.
10691
106921998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10693
10694 * faces.el (frame-set-background-mode):
10695 Don't do anythung for text-only or MSDOS frame.
10696
106971998-10-08 Kenichi Handa <handa@etl.go.jp>
10698
10699 * international/quail.el (quail-defrule): New optional arg APPEND.
10700 (quail-defrule-internal): Fix bug of handling the argument APPEND.
10701
107021998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10703
4ff3fcc7 10704 * gnus/pop3.el (pop3-open-server):
0767b41e
DL
10705 Set process-coding-system-alist around open-network-stream.
10706
107071998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10708
10709 * files.el (save-buffer): Doc fix.
10710
107111998-10-07 Karl Heuer <kwzh@gnu.org>
10712
10713 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10714 return DEF unchanged, not nil. Simplify.
10715
107161998-10-06 Geoff Voelker <voelker@cs.washington.edu>
10717
10718 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10719
107201998-10-06 Peter Breton <pbreton@ne.mediaone.net>
10721
10722 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10723
10724 * net-utils.el (ftp, nslookup): Require comint.
10725 (network-service-connection): Likewise.
10726 (whois-server-name): Defaults to whois.arin.net
10727 (whois-server-list, whois-server-tld, whois-guess-server): New var.
10728 (whois): Tries to guess the appropriate top-level domain server.
10729 (whois-get-tld): New function.
10730
10731 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10732 (dirtrack-debug-toggle): Added this function.
10733
107341998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10735
10736 * files.el (find-file-noselect): Switch to the correct buffer
10737 before checking find-file-literally, and allow non-nil non-t
10738 rawfile params.
10739
107401998-10-06 Karl Heuer <kwzh@gnu.org>
10741
10742 * midnight.el (clean-buffer-list): Add autoload cookie.
10743
10744 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10745 no-autosave.
10746 * tar-mode.el (tar-mode-revert): Likewise.
10747 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10748 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
10749 * gnus/message.el (message-auto-save-directory): Renamed from
10750 message-autosave-directory. All references changed.
10751
107521998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10753
10754 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10755 string. Expose mime stuff while searching.
10756
107571998-10-06 Richard Stallman <rms@gnu.org>
10758
10759 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10760
10761 * replace.el (perform-replace): Position point properly
10762 before and after the recursive edit of C-r.
10763
10764 * progmodes/etags.el (tags-reset-tags-tables): Properly
10765 find the markers in the old rings that are being discarded.
10766
107671998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10768
f28eba7b 10769 * apropos.el (apropos-print): Control invalid characters.
0767b41e
DL
10770
10771 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10772 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10773 confusing customize.
10774
107751998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
10776
10777 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10778 built-in commands. Add more built-in commands and fix face names.
10779
107801998-10-05 Simon Marshall <simon@gnu.org>
10781
10782 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10783
107841998-10-04 Eric Ludlam <zappo@gnu.org>
10785
10786 * speedbar.el (speedbar-initial-expansion-list-name): Remove
10787 customization since it is not useful in this case.
10788 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10789 sure it gets evalled to a number. Also verify that set-frame-name
10790 fn exists before calling it.
10791
10792 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10793 Protect a `forward-sexp' call which could fail, and improved regex
10794 for ie, and eg abbreviations.
10795
107961998-10-02 Noah Friedman <friedman@splode.com>
10797
10798 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10799 send-string.
10800 (rlogin-send-Ctrl-D): Here also.
10801 (rlogin-send-Ctrl-Z): Here also.
10802 (rlogin-send-Ctrl-backslash): Here also.
10803
108041998-10-02 Dave Love <fx@gnu.org>
10805
10806 * outline.el (hide-region-body): Bind
10807 outline-view-change-hook to nil while making repeated calls to
10808 outline-flag-region. Run it once at the end.
10809 (hide-other, hide-sublevels, show-children): Likewise.
10810
10811 * info-look.el: Remove duplicate scheme-mode entry.
10812 (info-lookup-make-completions): When looking for entries, check
10813 that `item' isn't null or "Menu".
10814
108151998-10-01 Karl Heuer <kwzh@gnu.org>
10816
10817 * net-utils.el: Don't require ffap.
10818 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10819 (ping, nslookup-host, finger, network-connection-to-service): Use them.
10820
108211998-09-30 Richard Stallman <rms@gnu.org>
10822
10823 * ispell.el (check-ispell-version): No need to bind default-major-mode.
10824
10825 * imenu.el (imenu--generic-function): Sort each submenu by position.
10826 (imenu--sort-by-position): New function.
10827
10828 * cus-edit.el (Custom-mode-menu): Fix info node name.
10829 (customize group): Fix info node name.
10830
10831 * mail/mailalias.el (build-mail-aliases): Don't allow
10832 a newline in the alias name. Don't define an alias
10833 if the definition would be empty.
10834
10835 * which-func.el (which-func-mode-global): Make :set function
10836 more reliable.
10837
10838 * custom.el (custom-set-variables): Load the requests first,
10839 then check the symbol's `set' function.
10840
10841 * ffap.el: Doc fixes.
10842
108431998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10844
10845 * gnus.el: (gnus-valid-select-methods): Fix type.
10846 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10847 * gnus-score.el (gnus-orphan-score): Fix type.
10848 (gnus-score-default-header, gnus-score-default-type): Fix type.
10849 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10850 (gnus-saved-headers): Fix type.
10851
10852 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10853 Avoid nil value of `two-lines-citation-part'.
10854
108551998-09-30 Roman Belenov <roman@nstl.nnov.ru>
10856
10857 * which-func.el (which-function): Handle case when
10858 (car imenu--index-alist) is nil.
10859
108601998-09-29 Dave Love <fx@gnu.org>
10861
10862 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10863 bzip2 args.
10864
108651998-09-29 Simon Marshall <simon@gnu.org>
10866
10867 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10868 comint-exec-hook.
10869
108701998-09-29 Stephen Eglen <stephen@gnu.org>
10871
10872 * info-look.el: Add support for Octave.
10873
108741998-09-28 Carsten Dominik <cd@delysid.gnu.org>
10875
10876 * textmodes/reftex.el (reftex-finding-files): New customize group.
10877 (reftex-texpath-environment-variables,
10878 reftex-use-external-file-finders, reftex-external-file-finders,
10879 reftex-search-unrecursed-path-first): New options.
10880 (reftex-process-string, reftex-find-file-externally): New
10881 functions.
10882 (reftex-access-search-path): Execute shell commands to find the
10883 search path.
10884 (reftex-toggle-auto-view-crossref): When turning on, make sure
10885 `reftex-auto-view-crossref' becomes non-nil.
10886 (reftex-abbrev-regexp): Constant removed.
10887 (reftex-convert-string): Abbrev regexp calculated locally.
10888
108891998-09-28 Dave Love <fx@gnu.org>
10890
10891 * progmodes/fortran.el: Don't call regexp-opt when deriving
10892 font-lock patterns with keywords that aren't all literal.
10893
108941998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10895
10896 * octave-inf.el (inferior-octave-prompt): Also match prompts of
10897 the form `octave.bin:1>' which come from using precopiled binary
10898 versions.
10899
109001998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10901
10902 * help.el (help-for-help): Use %THIS-KEY%.
10903 (help-quit): Add doc.
10904
10905 * help-macro.el (make-help-screen): Keep HELP-TEXT
10906 in a separate function definition, not in the help command FNAME.
10907 Replace %THIS-KEY% with the key sequence that ran FNAME.
10908
109091998-09-25 Richard Stallman <rms@gnu.org>
10910
10911 * textmodes/texinfo.el (texinfo-show-structure):
10912 Bind inhibit-read-only.
10913
10914 * isearch.el (isearch-search-and-update): Properly
10915 handle upper case letters in the reverse-search special case.
10916
109171998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10918
10919 * gnus.el: Extend the list of autoloaded functions.
10920
10921 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10922 buffer before creating help group. (from Gnus v5.6.43, fix by
10923 1998-08-20 Per Starback <starback@update.uu.se>)
10924
10925 * gnus-util.el (gnus-output-to-rmail): Adjust to
10926 `rmail-output-to-rmail-file'.
10927
109281998-09-25 Karl Heuer <kwzh@gnu.org>
10929
10930 * hexl.el (hexl-mode-map): More of previous change.
10931
10932 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10933 (tex-start-tex): Don't use tex-start-options-string in star case.
10934 Quote file name in star case as well as in non-star.
10935 Add blank and quoting of option string here.
10936 (tex-start-options-string): Not here.
10937
109381998-09-23 Karl Heuer <kwzh@gnu.org>
10939
10940 * term.el (term-delimiter-argument-list): Doc fix.
10941 (term-emulate-terminal): Escape literal semicolon.
10942 * progmodes/asm-mode.el (asm-mode): Doc fix.
10943 (asm-comment-char): Escape literal semicolon.
10944 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
10945
109461998-09-23 Richard Stallman <rms@gnu.org>
10947
10948 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
10949 only those that normally modify the buffer.
10950
10951 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
10952 over again.
10953
109541998-09-23 E. Jay Berkenbilt <ejb@ql.org>
10955
10956 * ispell.el (check-ispell-version): Ensure same buffer is current
10957 when let-binding of case-fold-search ends.
10958
109591998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10960
10961 * ps-print.el: Skip invisible overlay.
10962 Test for set-buffer-multibyte rather than using mule-version.
10963 (ps-print-version): New version number (4.1) and doc fix.
10964 (ps-generate-postscript-with-faces): Skip invisible overlay.
10965
109661998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
10967
10968 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
10969
109701998-09-22 Kenichi Handa <handa@etl.go.jp>
10971
10972 * international/quail.el (quail-update-guidance): Check for the
10973 return value of (quail-guidance) fixed.
10974 (quail-update-translation): Bind quail-current-str locally when it
10975 calls quail-update-guidance.
10976 (quail-update-translation): If input-method-exit-on-first-char is
10977 non-nil, terminate translation only when the current input method
10978 is simple.
10979
109801998-09-22 Paul Eggert <eggert@twinsun.com>
10981
10982 * startup.el (locale-translation-file-name): Prefer X-related names
10983 to the name used by GNU/Linux sans X. Set to nil if no file found.
10984 (command-line): Use locale-translation-file-name if it is not nil,
10985 instead of testing for its existence again.
10986 regexp-quote the ctype before using it in a regexp.
10987 Allow a colon to appear after the ctype in the aliases file,
10988 as is done in X11R6.4.
10989
109901998-09-21 Richard Stallman <rms@gnu.org>
10991
10992 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
10993
10994 * calendar/appt.el (appt-interval): Variable deleted.
10995 (appt-check): For minutes in between appt-display-interval times,
10996 do check, but don't display anything except an updated mode line.
10997 Count against appt-display-interval based on minutes since
10998 first display of this appointment, not based on time of day.
10999 If appt-display-mode-line, force mode line redisplay
11000 whenever appt-mode-string has changed.
11001 (appt-add, appt-delete): Add autoload cookies.
11002 (appt-check): Catch errors from calling `diary'.
11003 (appt-max-time): Renamed from max-time.
11004 (appt-now-displayed, appt-display-count): New variables.
11005 (appt-timer): Don't create one if we already have one.
11006
11007 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11008 More general code to use the source buffer instead of the zap file.
11009
11010 * hilit-chg.el (highlight-compare-with-file): Renamed from
11011 compare-with-file.
11012
11013 * loadhist.el (load-history-loaded): New variable.
11014 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11015
11016 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11017
11018 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11019 Fix error messages.
11020
110211998-09-21 Markus Armbruster <armbru@pond.sub.org>
11022
11023 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11024 Emacs frame.
11025
110261998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11027
11028 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11029 `undecided' and `undecided-unix'.
11030
110311998-09-21 Dave Love <fx@gnu.org>
11032
11033 * help.el (help-make-xrefs): Fix typo affecting Info references.
11034
11035 * subr.el (remove-hook): Check list values to avoid errors.
11036
110371998-09-18 Noah Friedman <friedman@splode.com>
11038
11039 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11040 store string in eldoc-last-message without consing a new string.
11041 Rearrange logic from nested if's into cond's.
11042 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11043 Do not print message; just return string.
11044 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11045 Do not print message; just return string.
11046 Cache that string in eldoc-last-data.
11047 (eldoc-last-data): Make into a vector.
11048 (eldoc-get-fnsym-args-string): Use new data form of structure.
11049 (eldoc-get-var-docstring): Here also.
11050 (eldoc-last-data-store): New function.
11051 (eldoc-get-fnsym-args-string): Use it.
11052 (eldoc-get-var-docstring): Here also.
11053 (eldoc-docstring-first-line): Minimize interim string consing.
11054 Call substitute-command-keys on the result.
11055 (eldoc-print-var-docstrings, eldoc-print-docstring,
11056 eldoc-docstring-message): Functions removed.
11057 (eldoc-docstring-format-sym-doc): New function, functionality
11058 ripped out of eldoc-docstring-message.
11059 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11060
110611998-09-18 Kenichi Handa <handa@etl.go.jp>
11062
11063 * international/mule.el (make-coding-system): Doc-string modified.
11064
110651998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11066
11067 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11068
11069 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11070 customize type.
11071
11072 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11073 type.
11074
11075 * progmodes/compile.el (compilation-error-screen-columns): New
11076 variable.
11077 (compilation-next-error-locus): Use it to decide whether to use
11078 forward-char or move-to-column.
11079
11080 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11081
11082 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11083 feedmail-fiddle-plex-user-list,
11084 feedmail-spray-address-fiddle-plex-list,
11085 feedmail-prompt-before-queue-user-alist,
11086 feedmail-prompt-before-queue-help-supplement,
11087 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11088 feedmail-queue-alternative-mail-header-separator): Fix customize
11089 type.
11090
11091 * startup.el (site-run-file): Fix customize type.
11092
11093 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11094 customize type.
11095
11096 * shell.el (shell-input-autoexpand): Fix customize type.
11097
11098 * ps-print.el (ps-font-info-database): Add missing dots in value.
11099 Improve layout of customize type.
11100
11101 * net-utils.el (traceroute-program-options, ping-program-options,
11102 ipconfig-program-options, netstat-program-options,
11103 arp-program-options, route-program-options,
11104 nslookup-program-options, ftp-program-options): Fix customize
11105 type.
11106
11107 * midnight.el (clean-buffer-list-kill-regexps,
11108 clean-buffer-list-kill-buffer-names,
11109 clean-buffer-list-kill-never-buffer-names,
11110 clean-buffer-list-kill-never-regexps): Fix customize type.
11111
11112 * man.el (Man-init-defvars): Avoid trailing nil on
11113 Man-filter-list.
11114
11115 * lpr.el (printer-name): Fix customize type.
11116
111171998-09-16 Kenichi Handa <handa@etl.go.jp>
11118
11119 * international/mule-cmds.el (reset-language-environment): Call
11120 update-coding-systems-internal.
11121
11122 * international/mule-conf.el: Call update-coding-systems-internal
11123 at the tail.
11124
111251998-09-14 Dave Love <fx@gnu.org>
11126
11127 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11128 use the menu-enable properties, pending doing it correctly and
11129 acceptably fast.
11130
11131 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11132
111331998-09-13 Dave Love <d.love@dl.ac.uk>
11134
11135 * progmodes/hideshow.el (hs-grok-mode-type): Check
11136 comment-{start,end} non-nil as well as bound. Report an error if
11137 we can't grok the mode.
11138
111391998-09-13 Richard Stallman <rms@gnu.org>
11140
11141 * simple.el (blink-matching-open): Don't log paren matching
11142 messages in *Messages*.
11143
111441998-09-12 Richard Stallman <rms@gnu.org>
11145
4ff3fcc7 11146 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
0767b41e
DL
11147 Set point-before-scroll at end even if there was an error.
11148
11149 * ange-ftp.el (ange-ftp-insert-file-contents):
11150 Use binary mode for dumb-unix hosts as for unix hosts.
11151 (ange-ftp-copy-file-internal): Likewise.
11152
11153 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11154
11155 * emacs-lisp/pp.el: Doc fixes.
11156
11157 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11158 (widget-choose): Don't use single-char shortcuts if # items
11159 exceeds that many. Use minibuffer instead.
11160
111611998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11162
11163 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11164
111651998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11166
11167 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11168 in terminal mode.
11169
111701998-09-10 Noah Friedman <friedman@splode.com>
11171
f28eba7b 11172 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
0767b41e
DL
11173 defcustom declaration. It's wreaking too much havoc with XEmacs
11174 and older versions of Emacs, which share this code.
11175
11176 * type-break.el (type-break-mode): Here also.
11177
11178 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11179 `t' to add-hook also to modify the new local value.
11180
111811998-09-10 Dave Love <fx@gnu.org>
11182
11183 * vc.el (vc-insert-headers): Doc fix.
11184
111851998-09-10 Richard Stallman <rms@gnu.org>
11186
11187 * textmodes/flyspell.el (flyspell-mode-on): Make the
11188 ispell-... variables permanent locals.
11189 (flyspell-mode-off): Add autoload cookie.
11190
11191 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11192 do use binary mode, just as for `unix'.
11193 (ange-ftp-host-type): If HOST is nil, return `unix'.
11194
11195 * dired.el (dired-mark-files-containing-regexp):
11196 Don't scan directories. Ignore non-readable files.
11197
11198 * progmodes/compile.el (compilation-error-regexp-alist):
11199 Fix previous change: allow . and _ in command name.
11200
11201 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11202
11203 * uncompress.el (uncompress-while-visiting):
11204 Use just the car of what find-operation-coding-system returns.
11205
11206 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11207
11208 * shell.el (shell-file-name-quote-list): Add # to the value.
11209
112101998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11211
f28eba7b 11212 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
0767b41e
DL
11213 to make killing of ispell process work even if
11214 kill-all-local-variables has been run.
11215
112161998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11217
11218 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11219 loop when sexp entry ends at end of file with no newline.
11220
112211998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11222
11223 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11224 (Custom-reset-standard): Fix menu inconsistency.
11225
11226 * mail/feedmail.el (feedmail-from-line): Allow t.
11227 (feedmail-message-id-suffix): Allow nil.
11228
11229 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11230 Simplify. Make prefix arg work right.
11231
112321998-09-09 Dave Love <fx@gnu.org>
11233
11234 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11235
11236 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11237
112381998-09-08 Dave Love <fx@gnu.org>
11239
11240 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11241 stuff only after file names or at start of line. Allow parens
11242 around e-mail, as well as angles.
11243
11244 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11245 ignore-errors too, eval'd when compile. Require w3 stuff at load
11246 time for nicer failure if it's not available.
11247
112481998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11249
11250 * comint.el (comint-arguments): Ignore backslashes when using
11251 w32 shells that expect backslashes as the directory separator.
11252
112531998-09-04 Kenichi Handa <handa@etl.go.jp>
11254
11255 * international/fontset.el (resolved-ascii-font): New variable.
11256 (x-complement-fontset-spec): By side effect, set
11257 `resolved-ascii-font' to the resolved name of ASCII font."
11258 (create-fontset-from-fontset-spec): Don't get a value for
11259 resolved-ascii-font from the list full-fontlist. It is set by
11260 x-complement-fontset-spec now.
11261
11262 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11263 version, check the value of mule-version.
11264
112651998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11266
11267 * textmodes/reftex.el (reftex-view-crossref): Split up into
11268 several functions. No longer moves to find a macro.
11269 (reftex-view-cr-cite, reftex-view-cr-ref,
11270 reftex-end-of-bib-entry): New functions.
11271 (reftex-auto-view-crossref): New value `window' allowed.
11272 (reftex-view-crossref-when-idle): Process new `window' option in
11273 (reftex-translate-to-ascii-function): New default.
11274 (reftex-label-illegal-re): Default changed, removed Latin1.
11275 (reftex-latin1-to-ascii): New function.
11276 (reftex-what-environment): Check for section regexp before use.
11277 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11278 absolute path names.
11279 (reftex-TeX-master-file): Changed sequence of file checks.
11280 (reftex-do-citation): bibview cache only with RefTeX mode on.
11281
112821998-09-06 Richard Stallman <rms@gnu.org>
11283
11284 * progmodes/compile.el (compilation-error-regexp-alist):
11285 In first pattern (GNU utilities and other things),
11286 allow a space after the optional program name at the beginning.
11287
11288 * mail/mail-hist.el (mail-hist-current-header-contents):
11289 Fix previous change: use mail-header-end.
11290
112911998-09-06 Bill Richter <richter@math.nwu.edu>
11292
11293 * international/ccl.el: Doc fixes.
11294 * international/encoded-kb.el: Doc fixes.
11295 * international/fontset.el: Doc fixes.
11296 * international/kinsoku.el: Doc fixes.
11297 * international/kkc.el: Doc fixes.
11298 * international/mule-cmds.el: Doc fixes.
11299 * international/mule-conf.el: Doc fixes.
11300 * international/mule-util.el: Doc fixes.
11301 * international/mule.el: Doc fixes.
11302
113031998-09-05 Eric Ludlam <zappo@gnu.org>
11304
11305 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11306 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11307 (checkdoc-this-string-valid-engine): Permit ? as terminating
11308 punctuation for first line sentence breaking.
11309 (checkdoc-this-string-valid): When converting a comment into a doc
11310 string, make sure " chars are \".
11311 (checkdoc-sentencespace-region-engine): Only do double space check
11312 if based on the variable `sentence-end-double-space'
11313 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11314 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11315
113161998-09-04 Richard Stallman <rms@gnu.org>
11317
11318 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11319 Recognize define-skeleton as a function definer.
11320
11321 * cus-edit.el (customize-option): Refuse to customize
11322 a variable that has no defcustom. But if variable is autoloaded,
11323 first try to load the library that defines it.
11324
11325 * international/iso-insert.el: Use `string' before calling `insert'
11326 so that in multibyte buffers we insert multibyte chars.
11327
4ff3fcc7 11328 * dired.el (dired-mark-files-containing-regexp):
0767b41e
DL
11329 Don't use find-file; instead, insert the file in a temp buffer.
11330
11331 * textmodes/tex-mode.el (tex-start-options-string): New option.
11332 (tex-start-tex): Use that variable.
11333
11334 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11335 value in the `repeat' alternative a list.
11336
11337 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11338 the inserted newline, verify that one was really inserted.
11339
11340 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11341 remains on or remains off.
11342 (flyspell-multi-language-p): Default changed to nil.
11343
11344 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11345 In "found in comment" case, don't beginning-of-line after forward-line.
11346
11347 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11348 If the function definition is not a lambda, return original FORM
11349 with no error.
11350
113511998-09-04 Peter Breton <pbreton@ne.mediaone.net>
11352
11353 * net-utils.el (netstat-program-options): Changed from nil to "-a"
11354 so that by default netstat shows all network connections.
11355
113561998-09-04 Bob Weiner <weiner@altrasoft.com>
11357
11358 * international/quail.el: Doc fixes.
11359
11360 * info.el (info): Don't add parens if FILE already has them.
11361
113621998-09-04 Geoff Voelker <voelker@cs.washington.edu>
11363
11364 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11365 on extension lines.
11366
113671998-09-03 Geoff Voelker <voelker@cs.washington.edu>
11368
11369 * w32-fns.el (w32-shell-dos-semantics): New function.
11370
113711998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
11372
11373 * international/quail.el (quail-choose-completion-string): Store
4ff3fcc7 11374 completion `choice' in `quail-current-str'; don't insert it.
0767b41e
DL
11375
113761998-09-02 Kenichi Handa <handa@etl.go.jp>
11377
11378 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
11379 argument to ps-mule-generate-bitmap-font.
11380
11381 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11382 entry and change Latin-1 entry in the default value.
11383 (ps-mule-font-info-database-ps-bdf): New variable.
11384 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11385 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11386 registerd in FONT-SPEC.
11387 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11388 charcter width of bitmap fonts.
11389 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11390 procedure NF.
11391 (ps-begin-file): Output PostScript code for setting
11392 SpaceWidthRatio.
11393 (ps-plot-region): Use line-beginning-position to get a position of
11394 the beginning of the current line.
11395
11396 * international/mule-cmds.el (register-input-method): Doc-string
11397 modified.
11398
113991998-09-01 Dave Love <fx@gnu.org>
11400
11401 * international/mule-cmds.el (current-language-environment): Fix
11402 setter function.
11403
114041998-09-01 Simon Marshall <simon@gnu.org>
11405
11406 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11407 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11408 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11409 names with font-lock-type-face. Fontify type specs, etc., with
11410 font-lock-keyword-face.
11411
114121998-08-31 Kenichi Handa <handa@etl.go.jp>
11413
11414 * international/fontset.el (x-complement-fontset-spec): If ASCII
11415 font is specified in FONTLIST, don't substitute it for the
11416 resolved name.
11417
114181998-08-31 Paul Eggert <eggert@twinsun.com>
11419
11420 * international/mule.el (charset-description): Doc fix.
11421
11422 * language/chinese.el, language/cyrillic.el, language/czech.el,
11423 language/devanagari.el, language/ethiopic.el,
11424 language/european.el, language/hebrew.el, language/indian.el,
11425 language/japanese.el, language/korean.el, language/lao.el,
11426 language/slovak.el, language/thai.el, language/tibetan.el,
11427 language/vietnamese.el:
11428 Add coding: local variable, to avoid bootstrapping problem
11429 if you need to recompile all the Lisp files using interpreted code.
11430
114311998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11432
11433 * cal-china.el (chinese-year-cache): Change range of years from
11434 1989-2000 to 1990-2010.
11435
114361998-08-29 Dave Love <d.love@dl.ac.uk>
11437
11438 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11439 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11440
114411998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11442
11443 * ps-print.el (ps-print-control-characters): Doc-string modified.
11444 (ps-output-string-prim): Comment format changed.
11445 (ps-do-despool): Indentation of source code changed.
11446
114471998-08-28 Kenichi Handa <handa@etl.go.jp>
11448
11449 * subr.el (sref): Make it an alias of aref. Make the
11450 byte-compiler warn that it is obsolete.
11451 (char-bytes): Make the byte-compiler warn that it is obsolete.
11452
11453 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11454 Calculate the total bytes using position-bytes instead of
11455 char-bytes.
11456
114571998-08-27 Karl Heuer <kwzh@gnu.org>
11458
11459 * snmp-mode.el: New file.
11460 * files.el (auto-mode-alist): Add snmp-mode patterns.
11461
114621998-08-27 Karl Eichwalder <ke@suse.de>
11463
11464 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11465
114661998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11467
11468 * calendar/diary-lib.el (diary-block): Doc fix..
11469 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11470
114711998-08-27 Richard Stallman <rms@gnu.org>
11472
11473 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11474 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11475 Clear appt-mode-string if we don't put something in it.
11476
114771998-08-27 Dave Love <fx@gnu.org>
11478
11479 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11480 dired-local-variables-file for dired-x.
11481
11482 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11483 for compressed library files too.
11484
114851998-08-26 Kenichi Handa <handa@etl.go.jp>
11486
11487 * language/european.el ("Latin-1"): Modify `documentation' key value.
11488 ("Latin-2"): Likewise.
11489
114901998-08-26 Karl Heuer <kwzh@gnu.org>
11491
11492 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11493
114941998-08-26 Albert L. Ting <alt@artisan.com>
11495
11496 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11497 (mail-hist-current-header-contents): Use mail-text-start.
11498
114991998-08-26 Richard Stallman <rms@gnu.org>
11500
11501 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11502 (customize-changed-options-previous-release): New variable.
11503 (customize-changed-options): Use that variable as default arg.
11504
115051998-08-26 Karl Eichwalder <ke@suse.de>
11506
11507 * midnight.el: Require `timer' not only when compiling.
11508
115091998-08-26 Per Starback <starback@update.uu.se>
11510
11511 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11512 buffer before creating help group.
11513
115141998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11515
11516 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11517 coding-system-for-write before saving.
11518
115191998-08-26 Kevin Rodgers <kevinr@ihs.com>
11520
11521 * isearch.el (isearch-forward): Doc fix.
11522
115231998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
11524
11525 * emacs-lisp/find-func.el: Fix :version tags to have a string
11526 value, not a float.
11527
11528 * cus-dep.el: Fix typo in output.
11529
115301998-08-25 Dave Love <fx@gnu.org>
11531
11532 * repeat.el (repeat): Doc fix.
11533 [From rms:]
11534 (repeat-previous-repeated-command): New variable.
11535 (repeat): Check for real-last-command being null or repeat. Set
11536 repeat-previous-repeated-command.
11537
11538 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11539
115401998-08-25 Kenichi Handa <handa@etl.go.jp>
11541
11542 * gnus/message.el (message-send-mail-with-sendmail): Bind
11543 coding-system-for-write by the return value of
11544 select-message-coding-system.
11545 (message-send-mail-with-qmail): Likewise.
11546
115471998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
11548
11549 * emacs-lisp/autoload.el: Fix doc-string-elt property on
11550 define-derived-mode.
11551
11552 * files.el (file-name-invalid-regexp):
11553 Fix regex for ms-dos without long file names.
11554
115551998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11556
11557 * ps-print.el: Multi-byte buffer handling.
11558 (ps-print-version): New version number (4.0) and doc fix.
11559 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11560 compilation for GNU Emacs and emacsens.
11561 (ps-generate-postscript-with-faces): Force invisible text to be
11562 visible.
11563 (dos-ps-printer): New var to avoid compilation gripes.
11564
115651998-08-24 Kenichi Handa <handa@etl.go.jp>
11566
11567 * ps-print.el (ps-mule-plot-string): Pay attention to the case
11568 that no more characters can't be printed in the current line.
11569
115701998-08-24 Kenichi Handa <handa@etl.go.jp>
11571
11572 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11573 greater than TO.
11574
115751998-08-24 Kenichi Handa <handa@etl.go.jp>
11576
11577 * ps-print.el: Add codes to make ps-print.el work also on Emacs
11578 20.2 and the earlier version.
11579 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11580 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11581 (ps-mule-find-wrappoint): Likewise.
11582 (ps-mule-generate-font): Change `X' to `x' in format
11583 control-string.
11584 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11585 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11586 `restore' form procedures `BC' and `EC'.
11587
115881998-08-24 Kenichi Handa <handa@etl.go.jp>
11589
11590 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11591 is an executable procedure. Make LineThickness, Xshadow, and
11592 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
11593 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11594 ps-mule-font-info-database-bdf): New vars.
11595 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11596 (ccl-encode-ethio-unicode): New CCL program.
11597 (ps-mule-encode-ethiopic): New fun.
11598 (ps-mule-current-charset): New var.
11599 (ps-mule-get-font-spec, ps-mule-font-spec-src,
11600 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11601 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11602 (ps-mule-external-libraries): New var.
11603 (ps-mule-init-external-library): New fun.
11604 (ps-mule-font-cache): New var.
11605 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11606 (ps-last-font): New var.
11607 (ps-mule-prepare-font): New fun.
11608 (ps-mule-charset-list): New var.
11609 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11610 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11611 ps-mule-plot-string): New funs.
11612 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11613 New vars.
11614 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11615 ps-mule-prepare-cmpchar-font): New funs.
11616 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11617 vars.
11618 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11619 ps-mule-generate-bitmap-glyph): New funs.
11620 (ps-mule-initialize, ps-mule-begin): New funs.
11621 (ps-output-string-prim): Insert string as unibyte.
11622 (ps-output-prologue): New fun.
11623 (ps-flush-output): Handle the case of 'prologue.
11624 (ps-begin-file): Call ps-mule-initialize.
11625 (ps-begin-job): Set ps-control-or-escape-regexp differently if
11626 printing multibyte characters.
11627 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11628 (ps-basic-plot-string): Handle the case of printing ASCII
11629 characters by external libraries (e.g. BDF).
11630 (ps-set-font): Set ps-last-font.
11631 (ps-plot-region): Handle multibyte characters, use
11632 ps-mule-plot-string for them.
11633 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
11634
11635 * bdf.el: New file.
11636
116371998-08-23 Kenichi HANDA <handa@etl.go.jp>
11638
11639 * international/mule-cmds.el (select-message-coding-system): New
11640 function.
11641 (set-language-environment-coding-systems): Set
11642 default-sendmail-coding-system.
11643
11644 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11645 (default-sendmail-coding-system): New variable.
11646 (sendmail-send-it): Encode the message by a coding system
11647 select-message-coding-system returns.
11648
116491998-08-23 Eric Ludlam <zappo@gnu.org>
11650
f28eba7b 11651 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
0767b41e
DL
11652 (speedbar-mode): Set buffer to read only.
11653 (speedbar-temp-buffer-show-function): For emacs don't call hook
11654 with arguments.
11655 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11656
116571998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
11658
11659 * speedbar.el (speedbar-key-map): Fix typo.
11660
11661See ChangeLog.7 for earlier changes.