]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2
3 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
4 log-view-*-(message|file) and use easy-mmode-define-navigation.
5 (log-view-message-re): Match SCCS format as well.
6 And match the revision line rather than the dashed separator line.
7 (log-view-mode): Use the new define-derived-mode.
8 (log-view-current-tag): Fill in with an actual implementation.
9
10 * cvs-status.el (cvs-status-(prev|next)): Rename from
11 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13 to let the output "breathe" a little more (more readable).
14 (cvs-status-mode): Use the new define-derived-mode.
15
16 * smerge-mode.el (smerge-auto-leave): New function and variable.
17 (smerge-basic-map): Rename from smerge-basic-keymap.
18 Change the bindings for smerge-diff-*.
19 (smerge-*-map): Use easy-mmode-defmap.
20 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21 (smerge-keep-*): Use smerge-auto-leave.
22
23 2000-03-21 Jason Rumney <jasonr@gnu.org>
24
25 * cus-edit.el (custom-button-face): Use 3D look for w32.
26 (custom-button-pressed-face): Likewise.
27
28 2000-03-21 Gerd Moellmann <gerd@gnu.org>
29
30 * progmodes/etags.el (tags-case-fold-search): New user-option.
31 (tags-loop-eval): New function. Bind case-fold-search around eval
32 depending on the value of tags-case-fold-search.
33 (tags-loop-continue): Use tags-loop-eval.
34 (find-tag-in-order): Bind case-fold-search depending on the value
35 of tags-case-fold-search.
36
37 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
38
39 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
40 (diff-end-of-hunk): Return the end position for use in
41 `easy-mmode-define-navigation'.
42 (diff-recenter): Remove.
43 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
44 of `easy-mmode-define-navigation'.
45 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
46 previous renaming) and fix to use new names.
47 (diff-merge-strings): Use \n as separator: simpler, faster.
48 (diff-mode): Use `define-derived-mode'.
49
50 * derived.el (define-derived-mode): Don't autoload anymore.
51 Prefer the macro-only version provided by easy-mmode.el.
52
53 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
54 `easy-mmode-define-derived-mode'.
55 Use `combine-run-hooks'.
56 (easy-mmode-define-navigation): New macro.
57
58 * subr.el (combine-run-hooks): New function.
59
60 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
61
62 * term/x-win.el: Fontsets related initialization is simplified.
63
64 * international/mule-diag.el (describe-font): Don't refer to
65 global-fontset-alist, instead call font-list.
66 (describe-fontset, list-fontsets, mule-diag): Likewise.
67 (print-fontset): Adjusted for the change of fontset
68 implementation.
69
70 * international/fontset.el (x-charset-registries): Variable
71 removed, instead the corresponding data is stored in the default
72 fontset.
73 (register-alternate-fontnames): Function removed.
74 (resolved-ascii-font): Variable removed.
75 (x-compose-font-name): Ignore the second argument REDOCE.
76 (x-complement-fontset-spec): Complement only an ASCII font and
77 element for those charsets than can use that ASCII font.
78 (generate-fontset-menu): Don't refer to global-fontset-alist,
79 instead call fontset-list.
80 (uninstantiated-fontset-alist): Variable removed.
81 (x-style-funcs-alist): Likewise.
82 (fontset-default-styles): Likewise.
83 (x-modify-font-name): Function removed.
84 (create-fontset-from-fontset-spec): Ignore the argument
85 STYLE-VARIANT.
86 (create-fontset-from-ascii-font): Docsting adjusted for the above
87 change.
88 (instantiate-fontset, resolve-fontset-name): Functions removed.
89 (fontset-list): Now implemented by C code.
90
91 * faces.el (read-face-font): Fix TABLE arg to completing-read.
92 (describe-face): Include `font' attribute in the description.
93
94 2000-03-21 Kenichi Handa <handa@etl.go.jp>
95
96 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
97
98 2000-03-20 Gerd Moellmann <gerd@gnu.org>
99
100 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
101 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
102 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
103
104 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
105 about behavior of set-buffer-modified-p wrt redisplay.
106
107 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
108
109 * view.el (view-mode-disable): Kill local binding of view-read-only.
110
111 2000-03-18 Gerd Moellmann <gerd@gnu.org>
112
113 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
114 is a string, convert it to a syntax cell using string-to-syntax.
115
116 * simple.el (syntax-code-table, syntax-flag-table): New variables.
117 (string-to-syntax): New function.
118
119 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
120 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
121 try to use passive ftp mode.
122
123 2000-03-17 Gerd Moellmann <gerd@gnu.org>
124
125 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
126
127 * simple.el (append-to-buffer): Update point of windows after
128 insertion.
129
130 * abbrev.el (inverse-add-abbrev): Identify word by first moving
131 forward then moving backward. Reindent.
132
133 * frame.el (other-frame): Call x-focus-frame only if
134 focus-follows-mouse is off.
135
136 2000-03-17 Dave Love <fx@gnu.org>
137
138 * pcvs-util.el (cvs-strings->string): Rename
139 replace-regexps-in-string.
140
141 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
142
143 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
144 regexp for labels cannot span several lines.
145
146 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
147 `(setq :<key> ':<key>)' to the macro expansion.
148
149 2000-03-16 Dave Love <fx@gnu.org>
150
151 * progmodes/f90.el (f90): Put custom group under `languages', not
152 `fortran'.
153 (f90-mode-hook): Customize.
154 (f90-mode): Set add-log-current-defun-function.
155 (f90-current-defun): New function.
156
157 2000-03-16 Gerd Moellmann <gerd@gnu.org>
158
159 * cus-edit.el (custom-variable-tag-face): Handle case that
160 default face's height is not a number.
161 (custom-face-tag-face, custom-group-tag-face-1)
162 (custom-group-tag-face): Ditto.
163 (custom-group-tag-face-1): Add :group.
164
165 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
166
167 2000-03-15 Gerd Moellmann <gerd@gnu.org>
168
169 * pcvs-defs.el (toplevel): Remove autoload cookie for form
170 requiring easymenu.
171
172 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
173
174 * ps-print.el: PostScript user-defined prologue, PostScript error
175 handler, doc fix.
176 (ps-print-version): New version number (5.1).
177 (ps-user-defined-prologue, ps-error-handler-message)
178 (ps-print-prologue-0, ps-error-handler-alist): New vars.
179 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
180 (ps-insert-string): New function.
181
182 2000-03-15 Kenichi Handa <handa@etl.go.jp>
183
184 * international/ccl.el (ccl-compile-expression): Don't generate
185 invalid self-assignment code.
186
187 2000-03-14 Dave Love <fx@gnu.org>
188
189 * subr.el (replace-regexp-in-string): Renamed from
190 replace-regexps-in-string. Doc fix.
191
192 2000-03-12 Dave Love <fx@gnu.org>
193
194 * cus-edit.el: Doc fixes.
195 (customize-set-variable, customize-save-variable): Rename args for
196 doc.
197 (custom-variable-tag-face, custom-face-tag-face)
198 (custom-group-tag-face-1, custom-group-tag-face): Modify from
199 style which user identify as hyperlink.
200 (hook): Don't add undefined functions to the hook.
201 (debug-ignored-errors): Transfer message from bindings.el.
202
203 2000-03-12 Gerd Moellmann <gerd@gnu.org>
204
205 * recentf.el (recentf-keep-non-readable-files-p): Remove
206 double/nested definition.
207
208 2000-03-12 Dave Love <fx@gnu.org>
209
210 * facemenu.el (facemenu-get-face): Use display-color-p.
211 * enriched.el (enriched-decode-foreground): Likewise.
212 (enriched-decode-background): Likewise.
213 * isearch.el (isearch-highlight): Likewise.
214 * info-look.el (info-lookup): Likewise.
215 * simple.el (completion-setup-function): Likewise.
216
217 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
218 :options.
219
220 * bindings.el (mode-line-format): Fix line-number and
221 column-number items. Add help-echo for the background.
222 (mode-line-mule-info): Modify help-echo.
223
224 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
225 defcustom.
226
227 * files.el (load-file): Allow completion to .elc.
228
229 * man.el: Doc fixes.
230 (Man-init-defvars): Use display-color-p to set fontification.
231
232 * play/hanoi.el (hanoi-internal): Don't use oddp.
233
234 2000-03-12 Gerd Moellmann <gerd@gnu.org>
235
236 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
237
238 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
239
240 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
241
242 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
243 Fix comment.
244
245 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
246
247 * font-lock.el (font-lock-keywords): Fix the doc now that
248 regexp-opt-depth is unnecessary.
249 (save-buffer-state): Set an edebug spec.
250 (font-lock-fontify-anchored-keywords): Properly handle the case when
251 the matcher goes past the limit.
252
253 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
254 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
255
256 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
257 dll.el and cookie.el (from Elib) with heavy renaming and other
258 massaging.
259
260 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
261 Autoload the functions used.
262 (easy-mmode-define-syntax): Fix CL typo.
263 (easy-mmode-define-derived-mode): Improve the docstring generation.
264
265 2000-03-10 Gerd Moellmann <gerd@gnu.org>
266
267 * textmodes/texinfo.el (texinfo-version): Variable and function
268 removed.
269
270 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
271
272 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
273 allow more flexibility.
274 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
275 fns.
276 (easy-mmode-defmap, easy-mmode-defsyntax)
277 (easy-mmode-define-derived-mode): New macros.
278
279 2000-03-09 Didier Verna <didier@xemacs.org>
280
281 * rect.el (replace-rectangle): New function.
282
283 2000-03-09 Dave Love <fx@gnu.org>
284
285 * progmodes/fortran.el (fortran-comment-line-start): Define as
286 "C".
287 (fortran-comment-line-start-skip): Don't match cpp stuff.
288 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
289 (fortran-mode-map): Remove over-eager custom-menu-create for now.
290 (fortran-mode): Don't set fortran-comment-line-start-skip,
291 fortran-comment-line-start here. Set comment-start,
292 add-log-current-defun.
293 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
294 (fortran-current-defun): New function.
295
296 2000-03-09 Gerd Moellmann <gerd@gnu.org>
297
298 * emacs-lisp/re-builder.el: New file.
299
300 * mouse.el (mouse-drag-region): Don't run up-event handler
301 if hscroll has changed.
302
303 * octave-mod.el (octave-font-lock-keywords): To font-lock the
304 builtin operators, use `font-lock-builtin-face' for Emacs and
305 `font-lock-preprocessor-face' otherwise.
306
307 * font-lock.el (lisp-font-lock-keywords-1): Highlight
308 `(defun (setf foo)' differently.
309
310 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
311
312 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
313 (regexp-opt): Update comment and adapt the code the new meaning of
314 the `paren' argument of regex-opt-group for shy-groups.
315 (regexp-opt-depth): Handle shy groups as well as backslashed
316 backslashes.
317 (regexp-opt-group): Turn the leading comment into a docstring.
318 Allow `paren' to be a string (the string to use to open a group).
319 Remove open-presuf and close-presuf. Instead of checking for `all
320 one-char' and then later on check for `several one-char', handle
321 both cases close together. Also apply a more generic algorithm
322 for suffixes (the mirror image of the algorithm used for
323 prefixes). Use shy-groups. Use nreverse rather than reverse.
324 (regexp-opt-try-suffix): Removed.
325
326 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
327 from comint-mode-map, so we can just inherit from it. Also, move
328 the initialization into the `defvar' since there's no docstring
329 anyway and it's fairly short.
330 (inferior-scheme-mode): Define it as derived-mode: the code is
331 shorter and this way we inherit from comint-mode-map rather than
332 copying it.
333
334 * subr.el (replace-regexps-in-string): Properly handle the case
335 where we match an empty string.
336
337 * comint.el (comint-exec-1): Add the current-dir to the exec-path
338 when the command has a directory component (such as "./testml").
339 Also fix a typo in the comment.
340
341 2000-03-08 Gerd Moellmann <gerd@gnu.org>
342
343 * Makefile (compile-files): Compile files one by one because
344 that's the only way to ensure a clean compilation environment for
345 each individual file.
346
347 * frame.el (other-frame): Call x-focus-frame.
348
349 2000-03-07 Dave Love <fx@gnu.org>
350
351 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
352 :require to defcustom.
353
354 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
355 lists.
356
357 * files.el (auto-mode-alist): Add configure.in.
358
359 * progmodes/autoconf.el: New file.
360
361 2000-03-07 Gerd Moellmann <gerd@gnu.org>
362
363 * mail/mh-e.el: Change maintainer to `none'.
364
365 * recentf.el (recentf-keep-non-readable-files-p): Quote args
366 to remove-hook and add-hook.
367
368 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
369
370 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
371 it as the default.
372 (mail-send): Test mail-send-nonascii also for the new `mime' value.
373 (sendmail-send-it): Conditionally add MIME headers specifying the
374 used character set.
375
376 2000-03-07 Dave Love <fx@gnu.org>
377
378 * winner.el: Fix keywords, autoload cookies. Split
379 eval-when-compile form to avoid compilation failure.
380
381 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
382
383 * international/mule.el: Modify comment about coding system
384 property `coding-category'.
385 (make-coding-system): New argument EOL-TYPE. Pay attention to
386 coding-category property of PROPERTIES.
387
388 * international/mule-conf.el (coding-category-utf-8,
389 coding-category-utf-16-be, coding-category-utf-16-le): New coding
390 categories. Include them in the argument for set-coding-priority.
391
392 * international/mule-cmds.el (reset-language-environment): Include
393 coding-category-utf-8, coding-category-utf-16-be, and
394 coding-category-utf-16-le in the argument for set-coding-priority.
395 (reset-language-environment): Initialize coding-category-utf-8,
396 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
397
398 2000-03-06 Karl Fogel <kfogel@red-bean.com>
399
400 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
401 code abstracted out of `bookmark-jump-noselect'. Now tries info
402 extensions as well as compression extensions.
403 (bookmark-jump-noselect): Use above new func.
404
405 2000-03-03 Gerd Moellmann <gerd@gnu.org>
406
407 * strokes.el: Change maintainer's mail address.
408
409 2000-03-03 Kenichi Handa <handa@etl.go.jp>
410
411 * international/mule-diag.el (list-character-sets): Make help-echo
412 string by substitute-command-keys.
413 (list-character-sets): Likewise.
414 (sort-listed-character-sets): Call help-setup-xref.
415
416 2000-03-02 Gerd Moellmann <gerd@gnu.org>
417
418 * time.el (display-time-mail-file): Add `none' to the list of
419 choices.
420
421 2000-03-01 Dave Love <fx@gnu.org>
422
423 * help.el (help-xref-go-back): Don't try to set position.
424
425 * international/mule-diag.el (list-character-sets): Call
426 help-setup-xref. Add help-echo to xrefs.
427 (list-character-sets-1): Add help-echo to xrefs.
428
429 2000-03-02 Gerd Moellmann <gerd@gnu.org>
430
431 * frame.el (blink-cursor-mode): Switch cursor on when turning
432 the mode off.
433
434 * add-log.el (add-log-current-defun): Add support for
435 Autoconf mode.
436
437 * mail/rmail.el (rmail-quit-hook): New variable.
438
439 2000-03-01 Dave Love <fx@gnu.org>
440
441 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
442
443 * help.el (help-xref-button): Add help-echo arg.
444 (describe-function-1, describe-variable, help-make-xrefs): Use it.
445
446 * faces.el (list-faces-display): Supply help-echo with
447 help-make-xrefs.
448
449 * facemenu.el (list-text-properties-at): Set help-xref-stack to
450 nil.
451
452 2000-03-01 Gerd Moellmann <gerd@gnu.org>
453
454 * image.el (defimage): Look for image files in load-path.
455
456 * frame.el (busy-cursor-delay-seconds): Change type to
457 `number'.
458
459 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
460
461 * recentf.el (recentf): Added version tag to the defgroup of
462 recentf.
463
464 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
465
466 * recentf.el (recentf-cleanup): Changed to remove excluded file
467 too.
468 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
469 action to select/unselect a file.
470 (recentf-edit-list): Code cleanup and improvement.
471 (recentf-open-more-files-action): `recentf-open-more-files' button
472 widget action to open a file.
473 (recentf-open-more-files): No more use standard completion but
474 widgets.
475 (recentf-more-collection): Deleted.
476 (recentf-more-history): Deleted.
477 (recentf-setup-more-completion): Deleted.
478
479 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
480
481 * recentf.el (recentf-mode): No more needs that Emacs is running
482 under a window-system.
483
484 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
485
486 * recentf.el (recentf-edit-list): New command to edit the recent
487 list which allow the user to remove files.
488 (recentf-edit-selected-items): New global variable, used by
489 `recentf-edit-list' to hold the list of files to be removed from
490 the recent list.
491 (recentf-make-menu-items): Updated to display a "Edit list..."
492 menu item. Minor code cleanup.
493
494 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
495
496 * recentf.el (recentf-open-more-files): New command to open files
497 that are not displayed in the menu.
498 (recentf-more-collection): New global variable holding the set of
499 permissible completions used by `recentf-open-more-files'.
500 (recentf-more-history): New global variable holding the history list
501 used by `recentf-open-more-files' completion.
502 (recentf-setup-more-completion): New function to setup completion for
503 `recentf-open-more-files'.
504 (recentf-make-menu-items): Updated to display a "More..." menu item.
505
506 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
507
508 * recentf.el (recentf-menu-action): Doc fixed.
509
510 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
511
512 * recentf.el (recentf-menu-filter): Doc updated.
513 (recentf-update-menu-hook): Allow menu filters to force menu update.
514 (recentf-make-menu-items): New menu filter handling.
515 (recentf-make-menu-item): New helper function.
516 (recentf-menu-elements): New menu handling function.
517 (recentf-sort-ascending): Updated to new menu filter handling.
518 (recentf-sort-descending): Updated to new menu filter handling.
519 (recentf-sort-basenames-ascending): New menu filter function.
520 (recentf-sort-basenames-descending): New menu filter function.
521 (recentf-show-basenames): New menu filter function.
522 (recentf-show-basenames-ascending): New menu filter function.
523 (recentf-show-basenames-descending): New menu filter function.
524
525 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
526
527 * diary-lib.el (list-diary-entries): Don't try to go forward at
528 the end of the buffer.
529
530 2000-02-29 Kenichi Handa <handa@etl.go.jp>
531
532 * international/mule-diag.el (list-character-sets): Completely
533 rewritten.
534 (sort-listed-character-sets): New function.
535 (list-character-sets-1): Completely rewritten.
536 (list-character-sets-2): New function.
537 (non-iso-charset-alist): New variable.
538 (decode-codepage-char): New function.
539 (charset-history): New variable.
540 (read-charset) (list-block-of-chars)
541 (list-iso-charset-chars)
542 (list-non-iso-charset-chars)
543 (list-charset-chars): New functions.
544 (mule-diag): Call list-character-sets-2, not
545 list-character-sets-2.
546 (dump-charsets): Likewise.
547
548 2000-02-29 Gerd Moellmann <gerd@gnu.org>
549
550 * dired-x.el (dired-filename-at-point): Add `@' to valid
551 file name characters.
552 (dired-filename-at-point): Handle ange-ftp file names.
553
554 * frame.el (frame-notice-user-settings): Use assq-delete-all
555 instead of assoc-delete-all.
556 (frame-notice-user-settings): Ditto.
557
558 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
559 Don't copy alist.
560
561 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
562
563 * calculator.el (calculator-use-menu): New option.
564 (calculator-initial-bindings): Changed some bindings to work as
565 macros.
566 (calculator-forced-input): Removed.
567 (calculator-restart-other-mode): New variable.
568 (calculator-mode-map): Set up menu.
569
570 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
571
572 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
573 tags.
574
575 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
576
577 * viper-cmd.el (viper-envelop-ESC-key): added the option to
578 translate all ESC key sequences.
579 (viper-goto-mark-subr): restore markers for files for which
580 they were saved.
581 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
582 * viper-util.el (viper-set-replace-overlay-glyphs,
583 viper-set-replace-overlay): always check if the replacement
584 overlay is live.
585 * viper.el (viper-vi-state-mode-list): added major modes.
586 * ediff-wind.el: minor comment changes.
587 * ediff.el: copyright notice date fix.
588
589 2000-02-27 Jason Rumney <jasonr@gnu.org>
590
591 * faces.el (face-font-family-alternatives): Add arial to helv.
592 (mode-line, header-line, tool-bar): Same default as x for w32.
593 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
594 face-font-family-alternatives from working.
595 * term/w32-win.el (mouse-set-font): Do not build fontset from
596 chosen font.
597
598 2000-02-25 Sam Steingold <sds@goems.com>
599
600 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
601 properly.
602
603 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
604
605 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
606
607 2000-02-25 Gerd Moellmann <gerd@gnu.org>
608
609 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
610 writable.
611
612 * frame.el (busy-cursor-delay-seconds): New option.
613
614 2000-02-24 Gerd Moellmann <gerd@gnu.org>
615
616 * frame.el (show-cursor-in-non-selected-windows): New option.
617
618 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
619
620 * diary-lib.el (include-other-diary-files): Undo the selective
621 display in any included file and don't kill it.
622
623 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
624
625 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
626 bar. Menu items converted to (menu-item format, help strings
627 added.
628 [downcase, upcase]: Don't enable on MS-DOS.
629 [symlink, symlinks]: Don't show if make-symbolic-link is not
630 bound.
631 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
632
633 2000-02-23 Dave Love <fx@gnu.org>
634
635 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
636 (backward-kill-word): Revert addition of * to interactive spec --
637 it's a feature.
638
639 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
640 (backward-kill-sentence, kill-sentence): Likewise.
641
642 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
643 scratch buffer name.
644 (gud-format-command): Use int-to-string in ?l case. Simplify
645 slightly.
646
647 * term/w32-win.el (internal-face-interactive): Update prompt for
648 new read-face-name.
649
650 * mail/footnote.el (footnote): Add :version to defgroup.
651 (footnote-section-tag-regexp): Customize.
652 (footnote-start-tag, footnote-end-tag): New option.
653 (footnote-latin-regexp): New variable.
654 (Footnote-latin): New function.
655 (footnote-style-alist): Add element for latin style.
656 (footnote-style): Moved.
657 (Footnote-goto-footnote): Use eq to test arg.
658
659 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
660
661 * emacs-lisp/byte-opt.el: Change old backquote syntax.
662 (byte-compile-trueconstp): Include keywords.
663 (byte-optimize-quote, byte-optimize-lapcode): Use
664 byte-compile-const-symbol-p.
665 (byte-optimize-char-before): New optimization.
666
667 * emacs-lisp/bytecomp.el: Change old backquote syntax.
668 (byte-compile-const-symbol-p): New function.
669 (byte-compile-constp, byte-compile-out-toplevel)
670 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
671 Use it.
672
673 * subr.el (define-key-after): Default AFTER to t. Doc fix.
674
675 2000-02-23 Kenichi Handa <handa@etl.go.jp>
676
677 * international/encoded-kb.el: Be sure to update minor-mode-alist
678 and minor-mode-map-alist.
679 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
680 codes SS2 and SS3 correctly.
681 (encoded-kbd-self-insert-ccl): New function.
682 (encoded-kbd-setup-keymap): New function.
683 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
684 by calling encoded-kbd-setup-keymap.
685
686 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
687 characters.
688 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
689 locally.
690
691 2000-02-22 Dave Love <fx@gnu.org>
692
693 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
694 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
695 defvar.
696 (lisp-mode-syntax-table): Set up for #|...|# comments.
697 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
698 classes. Match `defface'.
699 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
700 (eval-defun-1): Fix for defcustom.
701 (lisp-indent-region): Doc fix.
702
703 * subr.el (when, unless, split-string): Doc fix.
704 (read-passwd): Move call of clear-this-command-keys to the right
705 place.
706 (replace-regexps-in-string): New function.
707
708 2000-02-22 Gerd Moellmann <gerd@gnu.org>
709
710 * help.el (describe-variable): Set syntax table to
711 emacs-lisp-mode-syntax-table when moving forward over the
712 symbol's name.
713
714 2000-02-22 Dave Love <fx@gnu.org>
715
716 * xt-mouse.el: Doc fixes.
717 (xterm-mouse-position-function): New function, replacing advice of
718 mouse-position.
719 (xterm-mouse-mode): Use it. Don't turn on under a window system.
720
721 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
722
723 2000-02-21 Gerd Moellmann <gerd@gnu.org>
724
725 * format.el (format-annotate-single-property-change): Handle
726 properties.with dotted-list values.
727 (format-proper-list-p): New function.
728
729 * enriched.el (enriched-face-ans): Handle '(foreground-color
730 . COLOR) and (background-color . COLOR).
731
732 2000-02-20 Dave Love <fx@gnu.org>
733
734 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
735 and assignments to it.
736 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
737 current local map.
738 (make-flyspell-overlay): Use it.
739 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
740
741 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
742 (lm-get-header-re): Defun, not defsubst.
743 (lm-get-package-name): Defun, not defsubst. Simplify.
744 (lm-version): Doc fix. Simplify.
745 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
746 (lm-crack-address, lm-last-modified-date, lm-commentary)
747 (lm-verify, lm-synopsis): Simplify.
748 (lm-report-bug): Require emacsbug. Use compose-mail.
749
750 2000-02-20 Gerd Moellmann <gerd@gnu.org>
751
752 * dired.el (dired-mode): Call propertized-buffer-identification
753 to set mode-line-buffer-identification to something having
754 the right text properties.
755
756 * bindings.el (propertized-buffer-identification): New function.
757
758 2000-02-20 Dave Love <fx@gnu.org>
759
760 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
761 check for t-mouse too.
762
763 * cus-start.el: Make echo-keystrokes `number'.
764
765 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
766
767 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
768 Don't call ring-empty-p unless tags-location-ring is bound.
769 From Noah Friedman <friedman@splode.com>.
770
771 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
772
773 * progmodes/hideshow.el (hs-flag-region): No longer use
774 `intangible' overlay property.
775
776 (hs-toggle-hiding): New command.
777 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
778
779 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
780 Fix omission bug: Run `hs-minor-mode-hook' for both activation
781 and deactivation.
782
783 2000-02-18 Gerd Moellmann <gerd@gnu.org>
784
785 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
786
787 2000-02-17 Gerd Moellmann <gerd@gnu.org>
788
789 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
790
791 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
792 of `*' to handle `(* ... *)' comments.
793
794 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
795
796 * faces.el (list-faces-display): Use display-mouse-p instead of
797 window-system.
798
799 * menu-bar.el (global-map): Menu-bar items converted to the new
800 format (menu-item..., rearranged for better CUA compliance, and
801 their names changed for better clarity. Help strings added.
802
803 * international/mule-cmds.el (mule-menu-keymap)
804 (describe-language-environment-map, set-coding-system-map)
805 (setup-language-environment-map): Convert to new (menu-item...
806 form, add help strings. Change names of menu items for better
807 clarity. "Mule" menu-bar item removed (it's now in the "Options"
808 submenu).
809
810 2000-02-17 Gerd Moellmann <gerd@gnu.org>
811
812 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
813 within the code.
814
815 2000-02-16 Dave Love <fx@gnu.org>
816
817 * faces.el: Don't require custom. Add more specific :groups to
818 various deffaces.
819 (set-face-attribute): Purecopy args.
820 (read-face-name): Default to name at point and use it in prompt.
821 Remove colon from arg in all callers.
822 (list-faces-display): Hyperlink to face descriptions and customize
823 buffers.
824
825 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
826
827 * wid-edit.el (widget-match-inline): An atom never matches a
828 list.
829
830 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
831
832 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
833 at ':' characters by call to split-string.
834
835 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
836
837 * textmodes/bibtex.el: Added RCS version identification.
838
839 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
840
841 * textmodes/bibtex.el: Some temporary comments removed.
842 (bibtex-field-name, bibtex-entry-type): Made the relationship
843 explicit.
844 (bibtex-field-const): Allow capital letters.
845 (bibtex-start-of-string): Deleted because unused.
846
847 * textmodes/bibtex.el: Unified some nomenclature. We no longer
848 use the term 'reference' to describe a bibtex entry as a whole.
849 Further, reference keys are no longer called 'labels'.
850 (bibtex-keys): Renamed to bibtex-reference-keys.
851 (bibtex-reformat-previous-labels): Renamed to
852 bibtex-reformat-previous-reference-keys.
853 (bibtex-reference-type): Renamed to bibtex-entry-type.
854 (bibtex-reference-head): Renamed to bibtex-entry-head.
855 (bibtex-reference-maybe-empty-head): Renamed to
856 bibtex-entry-maybe-empty-head.
857 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
858 (bibtex-search-reference): Renamed to bibtex-search-entry.
859 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
860 bibtex-enclosing-entry-maybe-empty-head.
861 (bibtex-entry-field-alist, bibtex-entry-head,
862 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
863 bibtex-map-entries, bibtex-search-entry,
864 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
865 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
866 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
867 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
868 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
869 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
870 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
871
872 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
873
874 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
875 comment.
876 (bibtex-format-field-delimiters): New function, functionality
877 extracted from bibtex-format-entry.
878 (bibtex-autokey-get-yearfield-digits): New function, functionality
879 extracted from bibtex-autokey-get-yearfield.
880
881 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
882 entries in order to avoid stack overflow in the regexp matcher if
883 field contents become large.
884 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
885 bibtex-field-string-part-not-braced,
886 bibtex-field-string-part-no-inner-braces,
887 bibtex-field-string-part-1-inner-brace,
888 bibtex-field-string-part-2-inner-braces,
889 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
890 bibtex-field-string-quoted, bibtex-field-string,
891 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
892 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
893 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
894 as parsing is now performed by the following functions.
895 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
896 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
897 bibtex-parse-field-string, bibtex-search-forward-field-string,
898 bibtex-parse-association, bibtex-field-name-for-parsing,
899 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
900 bibtex-search-forward-field, bibtex-search-backward-field,
901 bibtex-start-of-field, bibtex-end-of-field,
902 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
903 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
904 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
905 bibtex-parse-string, bibtex-search-forward-string,
906 bibtex-search-backward-string, bibtex-start-of-string,
907 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
908 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
909 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
910 entries. Instead of reporting the results of the parsing by
911 match-beginning or match-end, these functions return data structures
912 that hold the corresponding positions.
913 (bibtex-enclosing-field): Changed to also report field boundaries by
914 return values rather than by match-beginning or match-end. The
915 following functions have been adapted to use the new parsing
916 functions.
917 (bibtex-skip-to-valid-entry, bibtex-search-reference,
918 bibtex-enclosing-field, bibtex-format-entry,
919 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
920 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
921 bibtex-print-help-message, bibtex-end-of-entry,
922 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
923 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
924 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
925 method for parsing.
926 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
927 bibtex-map-entries, bibtex-flash-head,
928 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
929 bibtex-autokey-change, bibtex-autokey-get-namefield,
930 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
931 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
932 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
933 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
934 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
935 order to make the new binding of case-fold-search immediately
936 visible.
937
938 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
939
940 * textmodes/bibtex.el: Copyright notice is up to date.
941 Added constant 'bibtex-maintainer-salutation.
942
943 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
944 than make-temp-name, use match-string-no-properties and eliminate
945 a quadratic behavior when building bibtex-strings.
946
947 * bibtex.el (bibtex-reference-key): Accept string entries whose
948 reference key contains upper case letters.
949
950 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
951
952 * bibtex.el (bibtex-reference-head): Allow entries to start with
953 a new line.
954
955 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
956
957 * bibtex.el: Hiding of entry bodies is not longer provided by
958 bibtex.el directly. Instead the hideshow package can be used.
959 Added a special bibtex entry to hs-special-modes-alist.
960 (bibtex-hs-forward-sexp): Added for hideshow.el.
961
962 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
963
964 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
965 at ':' characters by call to split-string.
966
967 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
968
969 * textmodes/bibtex.el: Added RCS version identification.
970
971 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
972
973 * textmodes/bibtex.el: Some temporary comments removed.
974 (bibtex-field-name, bibtex-entry-type): Made the relationship
975 explicit.
976 (bibtex-field-const): Allow capital letters.
977 (bibtex-start-of-string): Deleted because unused.
978
979 * textmodes/bibtex.el: Unified some nomenclature. We no longer
980 use the term 'reference' to describe a bibtex entry as a whole.
981 Further, reference keys are no longer called 'labels'.
982 (bibtex-keys): Renamed to bibtex-reference-keys.
983 (bibtex-reformat-previous-labels): Renamed to
984 bibtex-reformat-previous-reference-keys.
985 (bibtex-reference-type): Renamed to bibtex-entry-type.
986 (bibtex-reference-head): Renamed to bibtex-entry-head.
987 (bibtex-reference-maybe-empty-head): Renamed to
988 bibtex-entry-maybe-empty-head.
989 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
990 (bibtex-search-reference): Renamed to bibtex-search-entry.
991 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
992 bibtex-enclosing-entry-maybe-empty-head.
993 (bibtex-entry-field-alist, bibtex-entry-head,
994 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
995 bibtex-map-entries, bibtex-search-entry,
996 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
997 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
998 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
999 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1000 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1001 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1002 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1003
1004 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1005
1006 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1007 comment.
1008 (bibtex-format-field-delimiters): New function, functionality
1009 extracted from bibtex-format-entry.
1010 (bibtex-autokey-get-yearfield-digits): New function, functionality
1011 extracted from bibtex-autokey-get-yearfield.
1012
1013 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1014 entries in order to avoid stack overflow in the regexp matcher if
1015 field contents become large.
1016 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1017 bibtex-field-string-part-not-braced,
1018 bibtex-field-string-part-no-inner-braces,
1019 bibtex-field-string-part-1-inner-brace,
1020 bibtex-field-string-part-2-inner-braces,
1021 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1022 bibtex-field-string-quoted, bibtex-field-string,
1023 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1024 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1025 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1026 as parsing is now performed by the following functions.
1027 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1028 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1029 bibtex-parse-field-string, bibtex-search-forward-field-string,
1030 bibtex-parse-association, bibtex-field-name-for-parsing,
1031 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1032 bibtex-search-forward-field, bibtex-search-backward-field,
1033 bibtex-start-of-field, bibtex-end-of-field,
1034 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1035 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1036 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1037 bibtex-parse-string, bibtex-search-forward-string,
1038 bibtex-search-backward-string, bibtex-start-of-string,
1039 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1040 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1041 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1042 entries. Instead of reporting the results of the parsing by
1043 match-beginning or match-end, these functions return data structures
1044 that hold the corresponding positions.
1045 (bibtex-enclosing-field): Changed to also report field boundaries by
1046 return values rather than by match-beginning or match-end. The
1047 following functions have been adapted to use the new parsing
1048 functions.
1049 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1050 bibtex-enclosing-field, bibtex-format-entry,
1051 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1052 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1053 bibtex-print-help-message, bibtex-end-of-entry,
1054 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1055 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1056 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1057 method for parsing.
1058 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1059 bibtex-map-entries, bibtex-flash-head,
1060 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1061 bibtex-autokey-change, bibtex-autokey-get-namefield,
1062 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1063 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1064 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1065 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1066 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1067 order to make the new binding of case-fold-search immediately
1068 visible.
1069
1070 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1071
1072 * textmodes/bibtex.el: Copyright notice is up to date.
1073 Added constant 'bibtex-maintainer-salutation.
1074
1075 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1076 than make-temp-name, use match-string-no-properties and eliminate
1077 a quadratic behavior when building bibtex-strings.
1078
1079 * bibtex.el (bibtex-reference-key): Accept string entries whose
1080 reference key contains upper case letters.
1081
1082 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1083
1084 * bibtex.el (bibtex-reference-head): Allow entries to start with
1085 a new line.
1086
1087 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1088
1089 * bibtex.el: Hiding of entry bodies is not longer provided by
1090 bibtex.el directly. Instead the hideshow package can be used.
1091 Added a special bibtex entry to hs-special-modes-alist.
1092 (bibtex-hs-forward-sexp): Added for hideshow.el.
1093
1094 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1095
1096 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1097 proceedings entry type (for cross referencing). Thanks to Wagner
1098 Toledo Correa for the suggestion.
1099
1100 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1101
1102 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1103
1104 * international/characters.el: Setup case table for Vietnamese.
1105
1106 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1107
1108 * uniquify.el (toplevel): Require CL at compile time.
1109 (uniquify-push): Removed.
1110
1111 * shadowfile.el (shadow-when): Removed.
1112
1113 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1114 (tempo-process-and-insert-string): Use dolist instead of
1115 tempo-dolist.
1116
1117 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1118 regexp for paragraph-start.
1119
1120 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1121 commas as well.
1122
1123 2000-02-10 Dave Love <fx@gnu.org>
1124
1125 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1126 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1127 Deleted.
1128 (widget-specify-field, widget-specify-button): Don't use
1129 widget-mouse-help as help-echo property.
1130 (default): Use #'ignore for :validate and :mouse-down-action.
1131 (checkbox): Add help-echo.
1132 (widget-sexp-validate): Rewritten to clarify error messages.
1133 (character): Use char-valid-p in :match function.
1134 (widget-color-complete): Use facemenu-color-alist.
1135 (widget-color-action): Use facemenu-read-color.
1136
1137 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1138 set up `caar' &c that we now have.
1139
1140 2000-02-09 Ray Blaak <blaak@gnu.org>
1141
1142 * delphi.el: Make resourcestring a declaration region, like const
1143 and var.
1144
1145 2000-02-09 Dave Love <fx@gnu.org>
1146
1147 * bindings.el (mode-line-input-method-map): New variable.
1148 (mode-line-mule-info): Use it; fix last change.
1149 (mode-line-mode-menu): Move definition.
1150 (mode-line-mouse-sensitive-p): Deleted.
1151 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1152 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1153 level.
1154
1155 * startup.el (command-line-1): Don't call
1156 make-mode-line-mouse-sensitive.
1157
1158 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1159
1160 * mail/rmail.el (rmail-retry-failure): Use
1161 rmail-beginning-of-message before rmail-toggle-header, because the
1162 former toggles headers.
1163
1164 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1165
1166 * diff-mode.el (diff-kill-junk): New interactive function.
1167 (diff-reverse-direction): Use delete-and-extract-region.
1168 (diff-post-command-hook): Restrict the area so that the hook also works
1169 outside of any diff hunk. This is necessary for the minor-mode.
1170 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1171 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1172
1173 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1174 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1175 so that it can be used more easily in <foo>-mode-hook. Also make sure
1176 to avoid duplicate entries.
1177 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1178 (font-lock-remove-keywords): Just as was done for `add', allow it to
1179 work even if font-lock-mode is nil. Also make sure we don't modify
1180 any pre-existing list by forcing a copy-sequence. Finally rename
1181 `major-mode' to `mode'.
1182 (font-lock-fontify-syntactic-anchored-keywords)
1183 (font-lock-fontify-anchored-keywords)
1184 (font-lock-fontify-keywords-region): Use line-end-position.
1185 Don't make `font-lock-multiline' local (it's now done in
1186 font-lock-set-defaults).
1187 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1188 move the `font-lock-fontified' creation to inside the `unless'.
1189
1190 2000-02-06 Andrew Innes <andrewi@gnu.org>
1191
1192 * term/w32-win.el (x-handle-args): Comment out call to message,
1193 which occurs before window system is initialized.
1194
1195 * makefile.nt: Add support for recompiling lisp code.
1196
1197 2000-02-04 Dave Love <fx@gnu.org>
1198
1199 * bindings.el (mode-line-mule-info): Fix/extend last change.
1200
1201 * completion.el: Replace completion-dolist with dolist.
1202
1203 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1204 dotimes.
1205
1206 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1207
1208 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1209 environment names before they go into the section regexp.
1210
1211 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1212 char class in regexp.
1213
1214 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1215 `case-fold-search' to nil.
1216
1217 * progmodes/idlwave.el (idlwave-template): Respect
1218 `idlwave-abbrev-change-case'.
1219 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1220 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1221 idlwave-while): respect `idlwave-reserved-word-upcase'.
1222 (idlwave-rw-case): New function.
1223 (idlwave-statement-match): Fixed problem with assignment regexp.
1224 (idlwave-font-lock-keywords): Improved regexp for keyword
1225 parameters.
1226 (idlwave-surround): New argument LENGTH to support padding of
1227 operators longer than 1 char.
1228
1229 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1230 idlwave-shell-expression-overlay. Implemented printing of
1231 expressions on higher levels of the calling stack.
1232 (idlwave-shell-display-level-in-calling-stack): Restore stack
1233 level.
1234 (idlwave-retrieve-expression-from-level): New function.
1235 (idlwave-shell-last-calling-stack): Variable removed.
1236 (idlwave-shell-reset): Argument action reversed (`visible' to
1237 `hidden'). Also remove stop-line overlay.
1238 (idlwave-shell-calling-stack-routine): New variable.
1239 (idlwave-shell-parse-stack-and-display): Messages now display
1240 negative level numbers.
1241 (idlwave-shell-mode): Set `modeline-format'.
1242 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1243 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1244 21.
1245 (idlwave-shell-print-expression-function): New option.
1246
1247 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1248 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1249 `tool-bar' instead of `toolbar'.
1250
1251 2000-02-02 Dave Love <fx@gnu.org>
1252
1253 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1254 emacs-lisp-mode-hook. Don't check for defalias being defined.
1255
1256 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1257 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1258 the new builtins directly.
1259
1260 * whitespace.el (whitespace): Add :version to defgroup.
1261
1262 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1263 Doc fix.
1264
1265 * thingatpt.el (sexp-at-point, symbol-at-point)
1266 (number-at-point, list-at-point): Add autoload cookie.
1267
1268 * recentf.el (recentf): Add :version to defgroup.
1269
1270 * quickurl.el (quickurl): Add :version to defgroup.
1271
1272 * elide-head.el (elide-head): Use point-marker more.
1273
1274 * bs.el (bs): Add :version to defgroup.
1275
1276 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1277
1278 * progmodes/delphi.el (delphi): Add :version to defgroup.
1279
1280 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1281
1282 * ange-ftp.el (ange-ftp-write-region): Handle case that
1283 succeeding process operation sets a different coding system.
1284
1285 * calculator.el: New file.
1286
1287 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1288
1289 * frame.el (frames-on-display-list, framep-on-display): New
1290 functions.
1291 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1292 (display-selections-p, display-screens, display-pixel-width)
1293 (display-pixel-height, display-mm-width, display-mm-height)
1294 (display-backing-store, display-save-under, display-planes)
1295 (display-color-cells, display-visual-class): New functions.
1296
1297 * term/tty-colors.el (tty-color-gray-shades): New function.
1298
1299 * faces.el (display-color-p): Use framep-on-display.
1300 (display-grayscale-p): New function.
1301
1302 2000-01-31 Dave Love <fx@gnu.org>
1303
1304 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1305 (create-fontset-from-x-resource): Don't concat integers.
1306
1307 2000-01-31 Inge Frick <inge@nada.kth.se>
1308
1309 * view.el: Some changes in documentation. Removed some trailing
1310 whitespace. Changed some parameter names to agree with
1311 documentation.
1312 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1313 window is not deleted. Modifies change 1998-04-26.
1314
1315 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1316
1317 * windmove.el: New file.
1318
1319 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1320 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1321 progmodes/ebnf-yac.el: Update copyright and license info.
1322
1323 * jit-lock.el (jit-lock-function): Widen before calculating end
1324 position.
1325 (jit-lock-stealth-chunk-start): Rewritten.
1326
1327 * info.el (Info-title-face-alist): Removed.
1328 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1329 faces.
1330 (Info-fontify-node): Use these faces.
1331
1332 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1333
1334 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1335 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1336 `&allow-other-keywords'.
1337
1338 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1339 the list of directories scanned heuristically.
1340
1341 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1342 exist.
1343
1344 2000-01-30 Jason Rumney <jasonr@gnu.org>
1345
1346 * w32-fns.el: Define w32-tty-standard-colors.
1347
1348 * startup.el (command-line): Use w32-tty-standard-colors when in
1349 w32 console mode.
1350
1351 2000-01-30 Dave Love <fx@gnu.org>
1352
1353 * jka-compr.el (jka-compr-load): Fix up load-history.
1354
1355 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1356
1357 * emacs-lisp/cl-macs.el: Revert previous change.
1358
1359 2000-01-29 Dave Love <fx@gnu.org>
1360
1361 * facemenu.el: Purecopy various strings.
1362
1363 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1364 years. Deal with three-digit years.
1365
1366 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1367 defconst, purecopy.
1368 (help-back-label): Purecopy it.
1369
1370 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1371
1372 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1373 variable. If non-nil, order the buffer list according to the
1374 currently selected frame.
1375 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1376 non-nil, pass the selected frame to function buffer-list.
1377
1378 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1379
1380 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1381
1382 2000-01-28 Dave Love <fx@gnu.org>
1383
1384 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1385
1386 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1387 Don't use lisp-indent-hook property.
1388 (cl-abs): Remove.
1389
1390 * subr.el: Move out indent and edebug specs for when and unless.
1391
1392 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1393 when, unless.
1394
1395 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1396 unless, when.
1397
1398 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1399
1400 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1401 `collecting' as synonym for `collect'.
1402
1403 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1404 for the case it contains spaces.
1405
1406 * simple.el (what-cursor-position): Change formatting of
1407 messages.
1408
1409 * frame.el (delete-other-frames): New function.
1410 (toplevel): Bind it to C-x 5 1.
1411
1412 * sort.el (sort-numeric-base): New option.
1413 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1414 interpret it as octal or hexadecimal. Use sort-numeric-base
1415 as default base.
1416
1417 * progmodes/glasses.el: New file.
1418
1419 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1420
1421 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1422 userids differently.
1423
1424 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1425 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1426 progmodes/ebnf-yac.el: New files.
1427
1428 2000-01-26 Dave Love <fx@gnu.org>
1429
1430 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1431 on a function with an empty body. [From Eric Ludlam.]
1432
1433 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1434
1435 * vc.el (vc-version-diff): Make sure file name is expanded.
1436
1437 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1438
1439 * scroll-bar.el (scroll-bar-timer): Variable removed.
1440 (scroll-bar-toolkit-scroll): Don't use a timer.
1441
1442 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1443
1444 * language/thai-util.el (thai-composition-function): Delete
1445 superfluous `a'.
1446
1447 2000-01-24 Dave Love <fx@gnu.org>
1448
1449 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1450 end-of-defun-function.
1451
1452 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1453 &c.
1454
1455 2000-01-22 Jason Rumney <jasonr@gnu.org>
1456
1457 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1458 conflicts with new face support.
1459
1460 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1461
1462 * replace.el (query-replace): Rename last arg to DELIMITED.
1463 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1464 (query-replace-regexp): Likewise.
1465
1466 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1467
1468 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1469
1470 * emacs-lisp/lisp.el (beginning-of-defun-function):
1471 Variable renamed from beginning-of-defun.
1472 Do not call make-variable-buffer-local.
1473 (beginning-of-defun-raw): Use new variable name; doc fix.
1474 (beginning-of-defun): Doc fix.
1475 (end-of-defun-function): Variable renamed from end-of-defun.
1476 Do not call make-variable-buffer-local.
1477 (end-of-defun): Use new variable name; doc fix.
1478
1479 * subr.el (dolist, dotimes): Copied from cl-macs.el
1480 and made to work.
1481
1482 * mail/undigest.el (rmail-digest-end-regexps):
1483 Variable replaces rmail-digest-end-regexp.
1484 Allows multiple regexps for detecting the end line.
1485 (undigestify-rmail-message): Corresponding changes.
1486
1487 2000-01-19 Dave Love <fx@gnu.org>
1488
1489 * files.el (user-init-file): Don't declare here -- is primitive.
1490
1491 * startup.el (command-line): Check for compiled user-init-file and
1492 set to uncompiled version if necessary.
1493
1494 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1495
1496 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1497 (undigestify-rmail-message): Use it.
1498
1499 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1500
1501 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1502
1503 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1504 of mini-buffer.
1505
1506 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1507
1508 * emacs-lisp/copyright.el (copyright-update): Removed the
1509 requirement for a trailing space from `copyright-regexp', to
1510 support copyrights with owner specified on a separate line..
1511
1512 * align.el: New file.
1513
1514 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1515
1516 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1517
1518 2000-01-13 Dave Love <fx@gnu.org>
1519
1520 * ph.el: Removed. (Obsoleted by EUDC.)
1521
1522 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1523
1524 * net/eudc.el (toplevel): Remove autoloaded code installing
1525 menu with easymenu, because that causes build problems.
1526
1527 * frame.el (frame-notice-user-settings): New variable.
1528 (frame-notice-user-settings): Don't modify frame parameters
1529 if called a second time.
1530
1531 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1532
1533 * frame.el (frame-notice-user-settings):
1534 Notice default-frame-parameters even for non-window frames.
1535
1536 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1537
1538 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1539 for Emacs.
1540 (eudc-bob-can-display-inline-images): Extend for Emacs.
1541 (eudc-bob-toggle-inline-display): Ditto.
1542 (eudc-bob-display-jpeg): Ditto.
1543
1544 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1545
1546 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1547 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1548 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1549
1550 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1551 nil)'.
1552
1553 * subdirs.el: Add `net' directory.
1554
1555 * net: New directory.
1556
1557 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1558 eval-last-sexp. Don't bind debug-on-error here.
1559 (eval-last-sexp): New function. Bind debug-on-error if
1560 eval-expression-debug-on-error is non-nil.
1561 (eval-defun-2, eval-defun): Likewise.
1562
1563 * simple.el (eval-expression): Don't bind debug-on-error if
1564 eval-expression-debug-on-error is nil. Detect changed
1565 debug-on-error, and propagate new value to global binding, if
1566 eval-expression-debug-on-error is non-nil,
1567 (eval-expression-debug-on-error): Change doc string.
1568
1569 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1570
1571 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1572
1573 * emacs-lisp/lisp-mode.el (with-syntax-table):
1574 Set up lisp-indent-function property.
1575
1576 * subr.el (with-syntax-table): Moved from simple.el.
1577
1578 * simple.el (with-syntax-table): Moved to subr.el.
1579
1580 2000-01-11 Gerd Moellmann <gerd@gnu.org>
1581
1582 * tmm.el (tmm-shortcut): Delete region after prompt instead
1583 of erasing buffer.
1584
1585 * textmodes/fill.el (fill-common-string-prefix): New function.
1586 (fill-context-prefix): Use the longest common prefix of first
1587 and second line fill prefix, if there is one.
1588
1589 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1590
1591 * array.el (array-mode): Don't use make-variable-buffer-local.
1592 Use make-local-variable for `truncate-lines'.
1593
1594 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
1595
1596 * add-log.el (add-log-current-defun): Handle user-defined
1597 add-log-current-function returning nil,
1598
1599 * add-log.el (add-change-log-entry): Insert version number
1600 if having found a current function
1601
1602 * add-log.el (add-log-current-defun): Call
1603 `add-log-current-defun-function'. Try matches at level 0 and
1604 level 1. Strip whitespace from defun found.
1605
1606 2000-01-10 John Wiegley <johnw@gnu.org>
1607
1608 * allout.el (isearch-done/outline-provisions): Added `edit'
1609 argument to correspond with the current definition of
1610 `isearch-done'.
1611
1612 2000-01-10 Dave Love <fx@gnu.org>
1613
1614 * elide-head.el (elide-head): Use point-marker, not point.
1615
1616 2000-01-10 Gerd Moellmann <gerd@gnu.org>
1617
1618 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1619 before and after the year 2000.
1620
1621 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1622 Add ispell- prefix.
1623
1624 2000-01-10 Ken Stevens <k.stevens@ieee.org>
1625
1626 * ispell.el: Only define dictionaries in menus when they exist.
1627 (version18p): New variable.
1628 (version20p): New variable.
1629 (xemacsp): New variable.
1630 (ispell-choices-win-default-height): Fix for XEmacs visibility.
1631 (ispell-dictionary-alist1): Added Brasileiro dictionary.
1632 (ispell-dictionary-alist6): Russian command lines no longer accept
1633 run-together words.
1634 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1635 (ispell-dictionary-alist): Add koi8-r to customize definition.
1636 (check-ispell-version): Added documentation string. Returns
1637 library path when called non-interactively.
1638 (ispell-menu-map-needed): Uses new variables.
1639 (ispell-library-path): New variable.
1640 (ispell-decode-string): XEmacs fix for bogus variable bindings.
1641 (ispell-word): Improved documentation string. Test for valid
1642 character mappings. Correctly check typed in word changes that can
1643 result in single words split into multiple words. Returns
1644 replacement word.
1645 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
1646 replace in recursive query replace mode. Help message for
1647 recursive edit mode.
1648 (ispell-show-choices): Protect against bad framepop bindings.
1649 (ispell-help): Fix to work with XEmacs.
1650 (ispell-highlight-spelling-error): Use new variables.
1651 (ispell-overlay-window): Fix to work with XEmacs.
1652 (ispell-parse-output): Passed and returns location information
1653 tracking spelling corrections. Doesn't recheck same word on
1654 current line.
1655 (ispell-init-process): Protect against bogus XEmacs variable binding.
1656 Fix call to single argument in sleep-for. Use new variables.
1657 (ispell-region): Passed and returns location information tracking
1658 spelling corrections. Doesn't check same word on current line.
1659 Improved documentation string. Doesn't resend a line already
1660 checked to the ispell process - fixes bug in LaTeX parsing.
1661 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1662 (ispell-skip-region): No longer skips <TT> in SGML.
1663 (ispell-process-line): Tracks location information with spelling
1664 corrections. Added documentation string. Accounts for words
1665 already accepted on this line. Don't allow query-replace on line
1666 starting with math characters. Doesn't resend a line already sent
1667 to ispell process. Fixes alignment error bug.
1668
1669 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1670
1671 * dired-x.el (dired-guess-shell-alist-default):
1672 Suggest xloadimage, which is free, not xv, which isn't.
1673
1674 * ange-ftp.el (ange-ftp-file-name-nondirectory):
1675 Don't ever include the host name or user name in the value.
1676
1677 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1678
1679 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1680 of a real newline.
1681
1682 2000-01-09 Stephen Eglen <stephen@gnu.org>
1683
1684 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1685 for .png files.
1686
1687 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
1688
1689 * cus-edit.el (custom-hook-convert-widget): Fix comment.
1690
1691 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1692
1693 * progmodes/cperl-mode.el: Replace ^F with ^L.
1694
1695 * sendmail.el (toplevel): Provide `sendmail' when compiling
1696 before `require'ing rmail and mailalias to prevent infinite
1697 recursion.
1698
1699 2000-01-08 Dave Love <fx@gnu.org>
1700
1701 * emacs-lisp/backquote.el: Remove inappropriate customization
1702 (allowing custom.el to use backquote).
1703
1704 2000-01-07 Dave Love <fx@gnu.org>
1705
1706 * add-log.el (add-log-debugging): Deleted.
1707 (add-change-log-entry): Treat a backup FILE-NAME as its parent
1708 file. Remove debugging code.
1709 (change-log-get-method-definition, change-log-name): Add doc.
1710 (change-log-sortable-date-at): New function.
1711 (change-log-merge): New command.
1712
1713 * time.el (display-time-string-forms): Make the Mail string active.
1714 (display-time-update): Provide help-echo for load average.
1715
1716 * bindings.el (make-mode-line-mouse2-map): New function.
1717 (mode-line-modified): Use it and simplify.
1718 (mode-line-mule-info): Provide help-echo info.
1719 (minor-mode-alist): Activate the strings.
1720 (make-mode-line-mouse-sensitive): Simplify for
1721 mode-line-buffer-identification.
1722
1723 2000-01-07 Gerd Moellmann <gerd@gnu.org>
1724
1725 * play/pong.el: New file.
1726
1727 2000-01-06 Dave Love <fx@gnu.org>
1728
1729 * array.el: Assorted cleanups for compiler warnings, doc strings,
1730 `array-' prefix for symbols.
1731
1732 2000-01-05 Dave Love <fx@gnu.org>
1733
1734 * textmodes/outline.el (outline-mode-menu-bar-map): Add
1735 outline-headers-as-kill.
1736 (outline-mode): Define imenu-generic-expression.
1737 (outline-headers-as-kill): New command.
1738
1739 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1740 from paragraph-start.
1741 (paragraph-indent-minor-mode): New command.
1742
1743 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1744 M-C-e, M-C-h, C-j, C-xnd, TAB.
1745 (fortran-mode): Set beginning-of-defun, end-of-defun.
1746 (fortran-column-ruler): Simplify.
1747 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1748 (fortran-with-subprogram-narrowing): Likewise.
1749 (fortran-indent-subprogram): Call mark-defun.
1750 (fortran-check-for-matching-do): Change narrowing.
1751
1752 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1753 (cl-lucid-hash-tag): Delete.
1754 (cl-hash-table-p): Correct test for native table.
1755 (cl-hash-table-count): Use hash-table-count.
1756
1757 * browse-url.el (browse-url): Fix case of
1758 browse-url-browser-function being an alist.
1759
1760 2000-01-05 Carsten Dominik <cd@gnu.org>
1761
1762 * textmodes/reftex-vars.el (reftex-parse-file-extension)
1763 (reftex-index-phrase-file-extension): New options.
1764
1765 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1766 Use new option `reftex-index-phrase-file-extension'.
1767
1768 * textmodes/reftex.el (reftex-access-parse-file): Use new option
1769 `reftex-parse-file-extension'.
1770
1771 2000-01-05 Dave Love <fx@gnu.org>
1772
1773 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1774 (beginning-of-defun-raw): Use it.
1775 (end-of-defun): New variable.
1776 (end-of-defun): Use it.
1777 (check-parens): New command.
1778
1779 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1780
1781 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1782 (hs-show-block): Don't use `mapcar' when not accumulating.
1783
1784 Fix buglet in local variables initialization.
1785
1786 2000-01-05 Andreas Schwab <schwab@suse.de>
1787
1788 * hscroll.el (hscroll): Doc fix.
1789
1790 2000-01-05 Carsten Dominik <cd@gnu.org>
1791
1792 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1793 idlw-toolbar.
1794
1795 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1796 file idlw-rinfo.el.
1797 (idlwave-customize): load must read file idlw-shell.el.
1798 (idlwave-create-customize-menu): load must read file idlw-shell.el.
1799
1800 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
1801
1802 * progmodes/idlw-shell.el: Also provide idlwave-shell
1803 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1804 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1805
1806 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1807 both reftex-dcr and reftex-vcr.
1808
1809 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1810
1811 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1812
1813 * ps-print.el: PostScript code now is in separate files, doc fix.
1814 (ps-print-version): New version number (5.0.3).
1815 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1816 local.
1817 (ps-spool-config): Initialization fix.
1818 (ps-print-prologue-1, ps-print-prologue-2)
1819 (ps-print-duplex-feature): PostScript code moved to separated file.
1820 (ps-background-image): Little code reformating.
1821 (ps-begin-file, ps-begin-job): Fix code.
1822 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1823 (ps-prologue-file): New fun.
1824
1825 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1826
1827 * ps-vars.el: Eliminated.
1828
1829 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1830 `;;;###autoload'.
1831
1832 * ps-print.el: ps-vars eliminated, doc fix.
1833 (ps-print-version): New version number (5.0.2).
1834 (ps-spool-config): Initialization fix.
1835 (ps-print-customize): New fun.
1836
1837 2000-01-04 Gerd Moellmann <gerd@gnu.org>
1838
1839 * autorevert.el (auto-revert-mode): Return value of
1840 auto-revert-mode.
1841
1842 2000-01-04 Dave Love <fx@gnu.org>
1843
1844 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1845 menu items.
1846
1847 2000-01-03 Dave Love <fx@gnu.org>
1848
1849 * elide-head.el (elide-head) [defgroup]: Add :version.
1850
1851 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1852 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1853 `cl-hash-table-p', not `hash-table-p'.
1854 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1855
1856 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1857
1858 * faces.el (face-read-integer, read-face-attribute)
1859 (color-defined-p, color-values): unspecified-{f,b}g are now
1860 strings.
1861
1862 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1863
1864 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1865 at comment end, and re-insert them after filling.
1866
1867 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1868
1869 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1870 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1871 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1872
1873 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1874
1875 * term/x-win.el (xw-defined-colors): Call color-supported-p,
1876 the new name of face-color-supported-p.
1877
1878 * term/w32-win.el (xw-defined-colors): Likewise.
1879
1880 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1881
1882 * simple.el (completion-setup-function): Count completion-size
1883 from minibuffer-prompt-end, not from point-min.
1884
1885 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1886
1887 * faces.el (read-face-attribute, defined-colors, color-defined-p):
1888 Pass the frame to tty-color-* functions.
1889 (display-color-p, frame-set-background-mode): Pass the frame to
1890 tty-display-color-p.
1891
1892 * term/tty-colors.el (tty-defined-color-alist): Renamed from
1893 tty-color-alist.
1894 (tty-color-alist, tty-modify-color-alist): New functions.
1895 (tty-color-define, tty-color-clear, tty-color-approximate)
1896 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1897 an optional parameter FRAME.
1898
1899 2000-01-01 Gerd Moellmann <gerd@gnu.org>
1900
1901 * image.el (create-image, defimage): Don't assume image data is a
1902 string.
1903
1904 * image.el (defimage): Handle specifications containing :data
1905 instead of :file.
1906 (image-type-from-data): New function.
1907 (image-type-from-file-header): Use it.
1908 (create-image): Add parameter DATA-P.
1909
1910 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1911
1912 * echistory.el (electric-command-history): Call Command-history-setup
1913 and command-history-mode using their new conventions.
1914
1915 * chistory.el (Command-history-setup): Don't switch buffers. Take
1916 no args, and do not set major-mode, mode-name or the local map.
1917 (command-history-mode): New function, does some of those things
1918 Command-history-setup used to do.
1919 (list-command-history): Call command-history-mode, not
1920 Command-history-setup.
1921 (command-history): Renamed from command-history-mode.
1922
1923 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1924
1925 * arc-mode.el (archive-mode-map): Bind q to quit-window.
1926
1927 1999-12-31 William M. Perry <wmperry@aventail.com>
1928
1929 * image.el (defimage): Images with the `:data' keyword should be
1930 considered valid as well.
1931
1932 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1933
1934 * dired.el (dired-get-filename): Don't call file-name-absolute-p
1935 with FILE if FILE is nil.
1936
1937 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1938
1939 * simple.el (choose-completion-string): In minibuffer,
1940 do not delete the prompt string.
1941
1942 1999-12-30 Gerd Moellmann <gerd@gnu.org>
1943
1944 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1945 assigned to mode-line-mode-menu because bindings.el is dumped with
1946 Emacs, and thus the lists used for menu-item definition will be
1947 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
1948 like pure menu item definitions.
1949
1950 * expand.el (expand-abbrev-hook): Return t if expansion was
1951 done, nil otherwise.
1952
1953 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1954
1955 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1956 (tar-quit): Function deleted.
1957
1958 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1959
1960 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1961 was used but not declared.
1962
1963 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1964 hs-find-block-beginning): Add or modify docstrings.
1965
1966 (hs-isearch-show): Rewrite.
1967
1968 1999-12-28 Gerd Moellmann <gerd@gnu.org>
1969
1970 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1971
1972 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1973 space in front of a C-style comment end.
1974
1975 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
1976
1977 * startup.el (command-line-1): Make mode line mouse-sensitive for
1978 the MS-DOS version as well.
1979
1980 1999-12-28 Gerd Moellmann <gerd@gnu.org>
1981
1982 * bs.el: New file.
1983
1984 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1985
1986 * textmodes/ispell.el (ispell-process-line):
1987 Add local var line-offset to adjust for the change
1988 in positions within the line, due to previous replacements.
1989
1990 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1991
1992 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1993 Doc fixes.
1994
1995 1999-12-27 Gerd Moellmann <gerd@gnu.org>
1996
1997 * add-log.el (change-log-version-number-regexp-list)
1998 (change-log-version-info-enabled): Change :version to 21.1.
1999 (toplevel): Require CL when compiling.
2000
2001 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2002
2003 * add-log.el (change-log-version-number-regexp-list): Added tag
2004 :version 20.6
2005 (change-log-version-info-enabled): Added tag :version 20.6
2006
2007 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2008
2009 * add-log.el: More general version number search with
2010 user-configurable regexp list.
2011 (change-log-version-number-regexp-list): New user variable.
2012 (change-log-find-version): Rewritten. Use user-configurable
2013 version numbering regexp list
2014 change-log-version-number-regexp-list.
2015 (change-log-find-version): Renamed to
2016 change-log-version-number-search
2017 (add-log-file-name-function): New.
2018 (change-log-search-vc-number): Added END paramaeter. Added doc
2019 string to function.
2020 (change-log-version-rcs): Renamed. Was
2021 change-log-search-vc-number.
2022
2023 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2024
2025 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2026 overlays if they interfere.
2027 (compilation-find-file): Make intangible overlays tangible.
2028
2029 * progmodes/hideshow.el: Generally, synch w/ maintainer
2030 version 5.9.
2031
2032 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2033
2034 (hs-minor-mode-hook): Don't initialize.
2035
2036 (hs-special-modes-alist): Rewrite value and docstring.
2037
2038 (hs-minor-mode-prefix): Delete unused var.
2039
2040 (hs-block-start-mdata-select): New var, buffer local.
2041
2042 (hs-headline): New var.
2043
2044 (hs-match-data, hs-forward-sexp): New funcs.
2045
2046 (hs-hide-comment-region): New func.
2047
2048 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2049 hs-safety-is-job-n, hs-hide-initial-comment-block,
2050 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2051 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2052 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2053 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2054 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2055
2056 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2057 (hs-isearch-show-temporary): New funcs.
2058
2059 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2060
2061 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2062
2063 When constructing menu, use `[(shift button2)]' notation.
2064
2065 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2066
2067 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2068 (jka-compr-compression-info-list): Add new elt to each vector.
2069 (jka-compr-write-region): Don't compress the data if it is
2070 already compressed.
2071
2072 * jka-compr.el (jka-compr-really-do-compress): New variable.
2073 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2074 if visiting.
2075 (jka-compr-write-region): Set jka-compr-really-do-compress
2076 if visiting. Test it when deciding to compress.
2077
2078 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2079
2080 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2081 with third argument t.
2082
2083 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2084
2085 * antlr-mode.el: Version 1.2 is released.
2086 (antlr): This package has a web page.
2087
2088 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2089
2090 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2091 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2092 (antlr-mode-map): New binding [C-c C-c].
2093 (antlr-mode-menu): New entries.
2094
2095 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2096
2097 * antlr-mode.el: Respect Emacs conventions.
2098 ((require 'cl)): Only use during compilation.
2099 (antlr-language-for-option): New function to avoid using `find'.
2100 (antlr-mode): Use it.
2101 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2102 (antlr-imenu-create-index-function): Change accordingly.
2103 (antlr-inside-rule-p): Ditto.
2104 (antlr-end-of-rule): Ditto.
2105 (antlr-end-of-body): Ditto.
2106 (antlr-beginning-of-rule): Ditto.
2107 (antlr-indent-line): Ditto.
2108
2109 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2110
2111 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2112 (antlr-set-tabs): Don't use hard-coded values.
2113
2114 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2115 won't be possible without a huge time penalty.
2116 (antlr-skip-exception-part): Be more specific.
2117 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2118 Renamed from `antlr-skip-grammar-header'.
2119 (antlr-next-rule): Change accordingly.
2120 (antlr-end-of-body): Ditto. Better error message.
2121 (antlr-beginning-of-body): Better error message.
2122 (antlr-imenu-create-index-function): Skip rule action prelude.
2123
2124 * antlr-mode.el: Minor syntax highlighting changes.
2125 (antlr-font-lock-default-face): Deletia.
2126 (antlr-font-lock-tokendef-face): Changed color.
2127 (antlr-font-lock-tokenref-face): Changed color.
2128 (antlr-font-lock-literal-face): Changed color.
2129 (antlr-font-lock-additional-keywords): Minor changes.
2130
2131 1999-12-20 Carsten Dominik <cd@gnu.org>
2132
2133 * progmodes/idlwave.el: New file.
2134
2135 * progmodes/idlwave-rinfo.el: New file.
2136
2137 * progmodes/idlwave-shell.el: New file.
2138
2139 * progmodes/idlwave-toolbar.el: New file.
2140
2141 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2142
2143 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2144
2145 * progmodes/cwarn.el: New file.
2146
2147 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2148
2149 * bindings.el (completion-ignored-extensions): Add .pdf.
2150
2151 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2152
2153 * version.el: Put the version info into binary on MS-DOS as well.
2154
2155 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2156
2157 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2158 debugger-may-continue is nil.
2159
2160 1999-12-18 Dave Love <fx@gnu.org>
2161
2162 * emacs-lisp/cl-macs.el: Remove conditional definition of
2163 eval-when-compile. Don't specify abs, expt, gethash,
2164 hash-table-count, hash-table-p as side-effect-free here.
2165 (cl-emacs-type): Don't declare.
2166 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2167 (cl-parse-loop-clause): Remove compatibility code.
2168
2169 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2170 (side-effect-free-fns): Add gethash, hash-table-count.
2171 (side-effect-and-error-free-fns): Add hash-table-p.
2172
2173 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2174 `cl-' to autoload names for some hash functions. Don't autoload
2175 eval-when-compile. Don't provide mini-cl.
2176 (cl-emacs-type): Remove.
2177 (cl-map-extents): Remove compatibility code.
2178
2179 * emacs-lisp/float.el: Bind free variables.
2180
2181 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2182
2183 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2184
2185 * bindings.el (completion-ignored-extensions): Add .tfm.
2186
2187 1999-12-16 Dave Love <fx@gnu.org>
2188
2189 * faces.el (set-face-attribute): Purecopy the attributes set.
2190
2191 * custom.el (custom-declare-variable): Purecopy value.
2192
2193 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2194 (byte-extrude-byte-code-vectors): Use remprop.
2195 (byte-compile-lambda): Check that arg is a lambda.
2196
2197 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2198
2199 * font-lock.el: System for adding and removing keywords.
2200 Both local (previously added keyword) and global keywords
2201 can be removed.
2202 (font-lock-remove-keywords): New user-level function.
2203 (font-lock-update-removed-keyword-alist): New internal function.
2204 (font-lock-removed-keywords-alist): New variable.
2205 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2206 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2207 growing datastructures.
2208 (font-lock-set-defaults): Removes keywords stored in
2209 `font-lock-removed-keywords-alist' after local keywords added.
2210
2211 1999-12-16 Anders Lindgren <andersl@andersl.com>
2212
2213 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2214 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2215
2216 * font-lock.el (c-keywords): Only highlight preprocessor
2217 directives when spelled correctly.
2218
2219 * font-lock.el (font-lock-match-c++-structor-declaration,
2220 c++-keywords): Fontify constructors and destructors with function
2221 face inside C++ class declarations.
2222
2223 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2224
2225 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2226 the shell from sh-shell-file.
2227
2228 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2229
2230 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2231
2232 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2233 if one of the files specified cannot be accessed by
2234 file-attributes. Do not strip any leading directories from the
2235 file names, to behave more like `ls' does.
2236
2237 * dired.el (dired-get-filename): Handle absolute file names.
2238 (dired-readin-insert): If argument is a cons, don't print
2239 "wildcard" on the ``total'' line.
2240
2241 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2242
2243 * faces.el (face-read-integer, read-face-attribute)
2244 (color-defined-p, color-values): Allow color values unspecified-fg
2245 and unspecified-bg, handle them as unspecified.
2246
2247 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2248
2249 * textmodes/reftex.el: (reftex-compile-variables): respect new
2250 structure of `reftex-index-macro'
2251 (reftex-compile-variables): Use the changed structure of
2252 `reftex-label-alist'.
2253
2254 * textmodes/reftex-vars.el (reftex-index-math-format,
2255 (reftex-toc-max-level): New option.
2256 reftex-index-phrases-search-whole-words,
2257 reftex-index-phrases-case-fold-search,
2258 reftex-index-phrases-skip-indexed-matches,
2259 reftex-index-phrases-wrap-long-lines,
2260 reftex-index-phrases-sort-prefers-entry,
2261 reftex-index-phrases-sort-in-blocks): New options.
2262 (reftex-index-macros): Option structure changed.
2263 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2264 (reftex-label-alist): Additional item in each entry to specify if
2265 the environment should be listed in the TOC.
2266 (eval-when-compile (require 'cl)) added.
2267
2268 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2269 longer deals with "repeat".
2270 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2271 now used.
2272 (reftex-index-phrases-comment-regexp,
2273 reftex-index-phrases-macrodef-regexp,
2274 reftex-index-phrases-phrase-regexp1,
2275 reftex-index-phrases-phrase-regexp2,
2276 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2277 New constants.
2278 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2279 reftex-index-phrases-font-lock-keywords,
2280 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2281 reftex-index-phrases-restrict-file): New variables.
2282 (reftex-index-phrase-selection-or-word,
2283 reftex-index-visit-phrases-buffer,
2284 reftex-index-initialize-phrases-buffer,
2285 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2286 reftex-index-next-phrase, reftex-index-this-phrase,
2287 reftex-index-all-phrases, reftex-index-region-phrases,
2288 reftex-index-phrases-parse-header,
2289 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2290 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2291 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2292 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2293 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2294 reftex-index-make-replace-string,
2295 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2296 reftex-index-phrase-match-is-indexed,
2297 reftex-index-phrases-fixup-line,
2298 reftex-index-phrases-replace-space,
2299 reftex-index-select-phrases-macro): New functions.
2300 (reftex-index-globalize, reftex-index-globally): functions removed
2301 (eval-when-compile (require 'cl)) added.
2302
2303 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2304 for max level.
2305 (reftex-toc-max-level-indicator): New variable.
2306 (reftex-toc-max-level): New command.
2307 (reftex-toc-map): New keybinding `t'.
2308 (reftex-toc-help): Constant updated.
2309 (eval-when-compile (require 'cl)) added.
2310
2311 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2312 `t' command key can change `reftex-toc-max-level'
2313 (eval-when-compile (require 'cl)) added.
2314
2315 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2316 `reftex-toc-max-level'
2317 (eval-when-compile (require 'cl)) added.
2318
2319 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2320 added.
2321
2322 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2323 added.
2324
2325 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2326 commands.
2327 (reftex-citation, reftex-do-citation,
2328 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2329 preselect a citation format.
2330 (eval-when-compile (require 'cl)) added.
2331
2332 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2333 parameter to-end
2334 (reftex-section-info): Deal with environment matches.
2335 (eval-when-compile (require 'cl)) added.
2336
2337 * reftex-global.el (eval-when-compile (require 'cl)) added.
2338
2339 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2340
2341 The following changes are for the new composition mechanism. We
2342 have deleted `composition' charset and composite characters,
2343 instead introduced a special text property `composition'.
2344
2345 * composite.el: New file.
2346
2347 * ps-mule.el: Define encode-composition-rule and find-composition
2348 for Emacs 20.4 and the earlier versions.
2349 (ps-mule-init-external-library): Just require a feature for
2350 external libraries.
2351 (ps-mule-prologue): Postscript code modified for new composition.
2352 (ps-mule-find-wrappoint): New arg COMPOSITION.
2353 (ps-mule-plot-string): Delete code for composite characaters.
2354 (ps-mule-plot-composition): New funcion.
2355 (ps-mule-prepare-font-for-components): New function.
2356 (ps-mule-plot-components): New function.
2357 (ps-mule-composition-prologue-generated): Renamed from
2358 ps-mule-cmpchar-prologue-generated.
2359 (ps-mule-composition-prologue): New named from
2360 ps-mule-cmpchar-prologue. Modified for new composition.
2361 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2362 ps-mule-prepare-cmpchar-font): Deleted.
2363 (ps-mule-string-encoding): New arg NO-SETFONT.
2364 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2365 check Composing, not Cmpchar
2366 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2367 to nil.
2368 (ps-mule-begin-job): Check existence of new composition.
2369
2370 * ps-print.el (ps-plot-region): Handle new composition.
2371
2372 * simple.el (what-cursor-position): Show "(composed)" if the
2373 character is composed.
2374
2375 * international/characters.el: Fix cateogries of Lao symbols.
2376
2377 * international/fontset.el (vertical-centering-font-regexp): New
2378 variable.
2379
2380 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2381 (mule-version-date): Updated to 1999.12.7.
2382 (with-category-table): New macro.
2383
2384 * international/mule-cmds.el (encode-coding-char): Don't check
2385 composite character.
2386
2387 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2388 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2389 x-ctext): Give `composition' property t.
2390
2391 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2392 non-nil) at the tail of ALIST.
2393 (compose-region, decompose-region, decompse-string,
2394 reference-point-alist, compose-chars): Moved to composite.el.
2395 (compose-chars-component, compose-chars-rule,
2396 decompose-composite-char): Deleted.
2397
2398 * international/quail.el (quail-install-map): New optional arg
2399 NAME.
2400 (quail-get-translation): If DEF is a symbol but not a function,
2401 ignore it.
2402 (quail-start-translation): Put a key sequence undefined in the
2403 translation keymap in unread-command-events, not generated-events.
2404 Return parameterized event (compose-last-chars N) if the input
2405 characters should be composed.
2406 (quail-map-definition): If DEF is t, treat it as nil.
2407 (quail-delete-last-char): Delete the quail region.
2408 (quail-show-translations): Don't show list of translations if the
2409 quail package is deterministic.
2410 (quail-completion-max-depth): New variable.
2411 (quail-completion-1): Pay attention to the above variable. Fix
2412 for the case that a translation is a function.
2413 (quail-map-from-table, quail-map-from-table-1,
2414 quail-map-from-table-2): New functions.
2415 (quail-lookup-map-and-concat): New function
2416
2417 * language/devan-util.el: Mostly rewritten.
2418
2419 * language/lao.el: Register lao-composition-function in
2420 composition-function-table.
2421
2422 * language/lao-util.el: Mostly rewritten.
2423
2424 * language/thai.el: Register thai-composition-function in
2425 composition-function-table.
2426 (thai-tis620): Delete `pre-write-conversion' property.
2427
2428 * language/thai-util.el: (thai-category-table): Make it by
2429 make-category-table.
2430 (thai-composition-pattern): New variable.
2431 (thai-compose-region, thai-compose-string): Use
2432 with-category-table.
2433 (thai-post-read-conversion): Just call thai-compose-region.
2434 (thai-pre-write-conversion): Deleted.
2435 (thai-composition-function): New funciton.
2436
2437 * language/tibet-util.el: Most functions rewritten.
2438 (tibetan-char-p): Renamed from tibetan-char-examin.
2439 (tibetan-composable-examin) (tibetan-complete-char-examin)
2440 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2441 (tibetan-add-components): New function.
2442 (tibetan-composition-function): New function.
2443
2444 * language/tibetan.el: Register tibetan-composition-function in
2445 composition-function-table.
2446 (tibetan-composable-pattern): New variable.
2447 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2448 (tibetan-precomposition-rule-alist): Move punctuations to
2449 tibetan-punctuation-transcription-alist and
2450 tibetan-obsolete-glyphs.
2451 (tibetan-punctuation-transcription-alist): New variable.
2452 (tibetan-obsolete-glyphs): New variable.
2453 (tibetan-regexp): Improve the initialization code.
2454
2455 * textmodes/fill.el (fill-find-break-point): Delete codes for
2456 composite characters.
2457 (fill-region-as-paragraph): Likewise.
2458
2459 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2460
2461 * international/mule-cmds.el (default-input-method): Specify
2462 that it should be set after current-language-environment.
2463
2464 * custom.el (custom-handle-keyword): Add :set-after.
2465 (custom-add-dependencies): New function.
2466 (custom-set-variables): Take dependencies between args into
2467 account.
2468
2469 * battery.el (battery): Doc fix.
2470
2471 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2472
2473 * progmodes/cc-make.el: Removed.
2474
2475 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2476
2477 * Release of cc-mode 5.26
2478
2479 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2480
2481 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2482 target depth. Optionally count #else lines as clause limits,
2483 as suggested by don provan <provan@lucent.com>. #elif
2484 handling fixed.
2485
2486 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2487 (c-down-conditional-with-else): New commands that uses the
2488 added functionality in `c-forward-conditional'.
2489
2490 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2491
2492 * cc-align.el (c-lineup-comment): Preserve the alignment with
2493 a comment on the previous line instead of preserving the
2494 comment-column.
2495
2496 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2497
2498 * Fixes to IDL mode after input from Eric Eide
2499 <eeide@cs.utah.edu>:
2500 * cc-engine.el (c-beginning-of-statement-1): Allow
2501 `c-conditional-key' to be nil, for the benefit of IDL mode.
2502 * cc-engine.el (c-guess-basic-syntax): Ditto.
2503 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2504 but do match CORBA 2.3 `valuetype'.
2505 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2506 for IDL.
2507 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2508 be nil for IDL.
2509 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2510 Like C++.
2511 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2512 set `c-method-key' and `c-baseclass-key' to nil.
2513
2514 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2515
2516 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2517 with nonhanging open braces.
2518
2519 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2520
2521 * cc-align.el: Added docstrings to all lineup functions.
2522
2523 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2524 keyword.
2525
2526 * cc-align.el (c-lineup-C-comments): Handle free form text
2527 comments. Use c-comment-prefix-regexp and comment-start-skip
2528 instead of hardcoded regexps.
2529
2530 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2531
2532 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2533 behavior and return value as documented.
2534
2535 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2536
2537 * Changes for new style variable init system:
2538 * cc-langs.el (c-common-init): Dito.
2539 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2540 now customizable.
2541 * cc-vars.el: Style variables may now take a value
2542 'set-from-style to make them take their value from the style
2543 system. This value is now the default on all these variables.
2544 * cc-vars.el (c-valid-offset): New function to verify a
2545 syntactic symbol offset setting.
2546 * cc-vars.el (c-offsets-alist): Variable moved from
2547 cc-styles.el since it's now customizable in a similar way to
2548 the other style variables.
2549 * cc-vars.el (c-old-style-variable-behavior): New variable to
2550 revert to the old style init behavior.
2551
2552 * cc-vars.el (c-file-style, c-file-offsets): Made always
2553 buffer local.
2554
2555 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2556 the throws clause that might follow the function prototype in
2557 C++.
2558
2559 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2560
2561 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2562 could move forward for macros that doesn't start in column 0.
2563
2564 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2565
2566 * cc-align.el (c-indent-multi-line-block,
2567 c-lineup-whitesmith-in-block): Two new lineup functions for
2568 use in whitesmith style.
2569
2570 * cc-styles.el (c-style-alist): More fixes to whitesmith
2571 style. It should now handle all different braces uniformly in
2572 both hanging and non-hanging cases.
2573
2574 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2575
2576 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2577 make it stay in the same position relative to the surrounding
2578 text.
2579
2580 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2581 when adaptive-fill-mode doesn't manage to get it correct.
2582
2583 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2584 with dotted notation, e.g. foo.bar.Gnu.
2585
2586 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2587 within unwind-protect (previously only some were wrapped so it
2588 would be possible to register mode initialization when full
2589 initialization did not finish).
2590
2591 * cc-styles.el (c-style-alist): Corrected the brace placement
2592 in the whitesmith style. Thanks to Sean Luke
2593 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2594 styles with consistent brace placement for all constructs.
2595
2596 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2597
2598 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2599 when point is in the middle of them.
2600
2601 * cc-cmds.el: Line breaking and paragraph filling code
2602 rewritten:
2603 (c-guess-fill-prefix): New function that uses various
2604 heuristics to guess the comment prefix.
2605 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2606 It now assumes adaptive filling is active to preserve the line
2607 prefix inside comments.
2608 (c-indent-new-comment-line): Replacement for the now
2609 obsolete `c-comment-line-break-function' that uses
2610 `c-guess-fill-prefix' when appropriate. It now observes the
2611 setting of `comment-multi-line', which has effect in C-style
2612 block comments.
2613
2614 * cc-cmds.el (c-context-line-break): New function intended to
2615 be put on RET. It's essentially `newline-and-indent', but
2616 continues C block comments with the appropriate line prefix.
2617
2618 * cc-cmds.el (c-do-auto-fill): New function put on
2619 `normal-auto-fill-function' to implement the
2620 `c-ignore-auto-fill' variable.
2621
2622 * cc-cmds.el (c-beginning-of-statement): Use
2623 `c-comment-prefix-regexp' to avoid ending up inside the
2624 comment prefix. Better handling of comment starters and
2625 enders. Catch comments better when traversing code. Stop at
2626 preprocessor directives.
2627
2628 * cc-defs.el (c-forward-comment): New subst to hide platform
2629 dependent quirks in `forward-comment'.
2630
2631 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2632 argument.
2633 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2634 arguments. Activate this function by default when
2635 `parse-partial-sexp' supports it (currently Emacs 20.x).
2636
2637 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2638 on the comment opener to make constants usable as lineup
2639 arguments.
2640
2641 * cc-align.el (c-lineup-C-comments): Fixes to handle the
2642 changed anchor position in the `c' syntactic symbol. Handle
2643 more than stars in the comment prefix; use the new variable
2644 `c-comment-prefix-regexp'. Don't indent text not preceded by
2645 a comment prefix to the right of the comment opener if it's
2646 long.
2647
2648 * cc-langs.el: Fixes to mode initialization for new line
2649 breaking and paragraph filling method. Adaptive fill mode is
2650 now activated at startup instead of deactivated. The
2651 variables used for adaptive filling and paragraph movement are
2652 also changed to incorporate the value of
2653 `c-comment-prefix-regexp'. `substitute-key-definition' is
2654 used to override some functions in the global map instead of
2655 overriding their default bindings.
2656
2657 * cc-mode.el (java-mode): Modify `paragraph-start' for the
2658 javadoc markup at mode init.
2659
2660 * cc-mode.el (c-setup-filladapt): A new convenience function
2661 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
2662 function is intended to be used explicitly by the end user
2663 only.
2664
2665 * cc-vars.el (c-comment-prefix-regexp): New variable used to
2666 recognize the comment fill prefix inside comments.
2667 (c-block-comment-prefix): New name for
2668 `c-comment-contiuation-stars', which is now obsolete. It's
2669 generalized to handle any character sequence.
2670 (c-ignore-auto-fill): New variable used to selectively disable
2671 Auto Fill mode in specific contexts.
2672
2673 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2674
2675 * cc-cmds.el (c-comment-indent): Leave at least one space
2676 between the comment and the last nonblank character in the
2677 case where we look at the indentation of the comment on the
2678 previous line (case 4).
2679
2680 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2681 list of characters that may start a statement (it's a sort of
2682 prefix operator in Pike, and isn't used at all in any of the
2683 other languages).
2684
2685 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2686
2687 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2688 inside continued statements as statement-cont instead of
2689 brace-list-open. The reason is that one normally adjusts
2690 brace-list-open for brace lists as top-level constructs, and
2691 brace lists inside statements is a completely different
2692 context. Case 10B.2 changed. Also changed (the somewhat
2693 esoteric) case 9A to cope with this.
2694
2695 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2696
2697 * cc-cmds.el (c-electric-brace): Added electric handling of
2698 the open brace for brace-elseif-brace.
2699
2700 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2701
2702 * cc-defs.el (c-with-syntax-table): New macro to easily switch
2703 syntax tables temporarily.
2704
2705 * cc-engine.el (c-guess-basic-syntax): Handle template and
2706 member init argument lists split over several lines. Case 5D
2707 changed.
2708
2709 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2710 @throws introduced in Javadoc 1.2.
2711
2712 * cc-menus.el (cc-imenu-java-generic-expression): Applied
2713 patch from RMS to avoid infinite backtracking.
2714
2715 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2716
2717 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2718 by [ ].
2719
2720 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2721
2722 * cc-align.el (c-lineup-dont-change): Compensate properly for
2723 the column in langelem.
2724
2725 * cc-engine.el (c-syntactic-information-on-region): New
2726 function to help debugging the syntactic analysis.
2727
2728 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2729
2730 * cc-align.el (c-lineup-template-args): Handle nested template
2731 arglists.
2732
2733 * cc-langs.el (c++-template-syntax-table): New syntax table
2734 that makes `<' and `>' parenthesis characters, which is useful
2735 to switch to temporarily when analyzing template arglists.
2736
2737 * cc-styles.el: Changed default alignment of labels in the
2738 java style to conform to the examples in the Java Language
2739 Specification.
2740
2741 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2742 by default.
2743
2744 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2745
2746 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2747 immediately before the closing paren in an arglist, so don't
2748 check that in Pike mode. Case 7A changed.
2749
2750 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2751
2752 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2753 lines were ignored under certain conditions.
2754
2755 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2756
2757 * cc-align.el (c-lineup-template-args): New function for
2758 aligning continued template argument lists.
2759
2760 * cc-engine.el (c-guess-basic-syntax): Fix for member init
2761 lists containing function arglists split over several lines.
2762 Case 5D.1 changed.
2763
2764 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2765 template-args-cont didn't get recognized when the first
2766 arglist opener line doesn't contain a template argument. New
2767 case 5K.
2768
2769 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2770
2771 * cc-defs.el (c-point): Changed from subst to macro for
2772 efficiency.
2773 (c-beginning-of-defun-1, c-end-of-defun-1): New
2774 beginning-of-defun/end-of-defun wrappers separated from
2775 c-point.
2776
2777 * cc-menus.el (imenu-generic-expression,
2778 imenu-case-fold-search, imenu-progress-message): Dummy
2779 definitions to avoid compiler warnings if imenu can't be
2780 loaded.
2781 * cc-menus.el (cc-imenu-init): New function called at mode
2782 init.
2783 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2784 imenu initializations to cc-imenu-init.
2785
2786 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2787
2788 * cc-engine.el (c-guess-basic-syntax): Slightly better check
2789 for lambda-intro-cont in Pike mode. Case 6 changed.
2790
2791 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2792 anything following "new Foo()" was considered an anonymous
2793 class body in Java mode.
2794
2795 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2796
2797 * cc-cmds.el (c-comment-line-break-function): When breaking in
2798 a string, don't insert a new line.
2799
2800 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2801
2802 * cc-engine.el (c-at-toplevel-p): New interface function which
2803 returns information useful to add-on authors. It tells you
2804 whether you're at a toplevel statement or not.
2805
2806 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2807
2808 * cc-cmds.el (c-comment-line-break-function): It is possible
2809 that forward-line does not land us at the bol, say if we're on
2810 the last line in a file. In that case, do a
2811 back-to-indentation instead of a forward-comment -1.
2812
2813 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2814
2815 * cc-engine.el (c-beginning-of-statement-1): Don't catch
2816 "default:" as normal label in case 4.
2817
2818 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2819
2820 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2821 recognize continued bitfield declarations. Case 5D.1 changed.
2822 * cc-langs.el: New variable c-bitfield-key.
2823 * cc-mode.el: New variable c-bitfield-key.
2824
2825 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2826
2827 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2828 anonymous array expressions (i.e. "new Foo[] {.. bracelist
2829 ..}").
2830
2831 1999-12-12 Dave Love <fx@gnu.org>
2832
2833 * mail/footnote.el: Require cl when compiling. Don't autoload
2834 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
2835 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2836 Avoid `acons'.
2837 (footnote-mode-line-string, Footnote-add-footnote): Remove
2838 autoload cookie.
2839
2840 1999-12-12 Richard Sharman <rsharman@pobox.com>
2841
2842 * sh-script.el: Fix for when font-lock mode is active.
2843 (sh-font-lock-unfontify-region-function): New function.
2844
2845 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
2846
2847 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2848 if start-process is not bound, since Ispell now supports such
2849 platforms as well.
2850
2851 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2852
2853 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2854 rmail-summary-goto-msg.
2855
2856 * files.el (after-find-file): Fix previous change.
2857
2858 1999-12-11 Dave Love <fx@gnu.org>
2859
2860 * help.el (where-is): Use `commandp' as predicate for
2861 `completing-read'
2862
2863 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2864
2865 * cus-edit.el (custom-save-delete): Delete all occurrences,
2866 leave point where the first occurrence was.
2867 (custom-save-faces): Insert a newline at the end of the comment.
2868 Avoid a double newline there.
2869 If final closeparen is at bol, put a space before it.
2870 (custom-save-variables): Likewise.
2871 (custom-file): Doc fix.
2872
2873 1999-12-10 Gerd Moellmann <gerd@gnu.org>
2874
2875 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2876 regexp matching image and audio files.
2877
2878 1999-12-09 Dave Love <fx@gnu.org>
2879
2880 * mail/footnote.el: New file.
2881
2882 1999-12-09 Gerd Moellmann <gerd@gnu.org>
2883
2884 * files.el (after-find-file): Use auto-save-visited-file-name if
2885 set.
2886
2887 * mail/feedmail.el (feedmail-find-eoh): Take
2888 feedmail-queue-alternative-mail-header-separator into account.
2889
2890 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
2891
2892 * smerge-mode.el: New file.
2893
2894 * font-lock.el (font-lock-multiline): New variable.
2895 (font-lock-add-keywords): Rename `major-mode' into `mode'.
2896 (font-lock-remove-keywords): Added a dummy `mode' argument for
2897 potential future support.
2898 (font-lock-fontify-anchored-keywords,
2899 (font-lock-fontify-keywords-region): Only handle multiline strings
2900 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2901
2902 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2903
2904 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2905
2906 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2907
2908 1999-12-07 Dave Love <fx@gnu.org>
2909
2910 * help.el (view-emacs-problems): New command, bound to C-h P.
2911
2912 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2913
2914 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
2915
2916 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2917 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2918 New code to support the minor mode version.
2919 (diff-recenter): New function.
2920 (diff-next-hunk, diff-next-file): Use it.
2921 (diff-remembered-files-alist): New var.
2922 (diff-merge-strings): New function.
2923 (diff-find-file-name): Make it smarter and use the user's input more.
2924 (diff-mode): Cosmetic changes.
2925
2926 * files.el (save-some-buffers): Turn EXITING into the more general
2927 PRED argument to allow specifying a subset of buffers.
2928
2929 * simple.el (kill-region): Use the new `delete-and-extract-region'
2930 rather than the undo log (which is incorrect with *-change-functions).
2931
2932 * font-lock.el (font-lock-default-fontify-region): Fix subtle
2933 off-by-one problem that could force re-fontifying the whole buffer.
2934 (font-lock-remove-keywords): New function.
2935 (font-lock-add-keywords): Use the new function to ensure idempotence.
2936
2937 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
2938
2939 * viper-cmd.el (viper-minibuffer-standard-hook,
2940 viper-minibuffer-real-start): Mew functions.
2941 (viper-read-string-with-history,viper-file-add-suffix,
2942 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2943 change in the status of the minibuffer prompt.
2944
2945 1999-12-06 Gerd Moellmann <gerd@gnu.org>
2946
2947 * comint.el (comint-redirect-results-list)
2948 (comint-redirect-results-list-from-process): Remove interactive
2949 spec.
2950
2951 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2952
2953 * info.el (info-node, info-menu-5, info-xref): Define colors for
2954 Info faces if the display supports them.
2955
2956 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2957
2958 Changes for automatic remapping of X colors on terminal frames:
2959
2960 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2961 term-setup-hook. Call msdos-remember-default-colors and
2962 msdos-handle-reverse-video.
2963 (msdos-face-setup): Parts of code moved to
2964 msdos-setup-initial-frame.
2965 (msdos-handle-reverse-video): New function, modeled after
2966 x-handle-reverse-video.
2967 (make-msdos-frame): Don't use initial-frame-alist and
2968 default-frame-alist. Call msdos-handle-reverse-video.
2969 (msdos-color-aliases): Remove.
2970 (msdos-color-translate, msdos-approximate-color): Remove.
2971 (msdos-color-values): Use 16-bit RGB values. RGB values updated
2972 for better approximation of X colors.
2973 (msdos-face-setup): Call tty-color-clear. Remove code that sets
2974 up tty-color-alist (it is now on startup.el).
2975 (x-display-color-p, x-color-defined-p, x-color-values,
2976 x-defined-colors, face-color-supported-p, face-color-gray-p):
2977 Remove.
2978
2979 * facemenu.el (facemenu-read-color, list-colors-display): Use
2980 defined-colors for all frame types.
2981 (facemenu-color-equal): Use color-values for all frame types.
2982
2983 * faces.el (read-face-attribute): For :foreground and :background
2984 attributes and frames on character terminals, translate the color
2985 to the closest supported one before looking it up in the list of
2986 valid values.
2987 (face-valid-attribute-values): Call defined-colors for all types
2988 of frames.
2989 (defined-colors, color-defined-p, color-values, display-color-p):
2990 New finctions.
2991 (x-defined-colors, x-color-defined-p, x-color-values,
2992 x-display-color-p): Aliases for the above.
2993
2994 * startup.el (command-line): Register terminal colors for frame
2995 types other than x and w32, but only if the terminal supports
2996 colors. Call tty-color-define instead of face-register-tty-color.
2997
2998 * term/x-win.el (xw-defined-colors): Renamed from
2999 x-defined-colors.
3000 * term/w32-win.el (xw-defined-colors): Likewise.
3001
3002 * term/tty-colors.el: New file.
3003 * loadup.el: Load term/tty-colors.
3004
3005 1999-12-06 Dave Love <fx@gnu.org>
3006
3007 * ffap.el: Autoload the ffap alias directly.
3008
3009 1999-12-06 Inge Frick <inge@nada.kth.se>
3010
3011 * dired-aux.el (dired-do-shell-command): Changed documentation.
3012 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3013 meaning as `*'.
3014
3015 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3016
3017 * simple.el (insert-buffer): Doc fix.
3018
3019 * apropos.el (apropos-mode): Add autoload cookie.
3020
3021 1999-12-06 Sam Steingold <sds@goems.com>
3022
3023 * progmodes/etags.el (etags-tags-completion-table): Modified the
3024 regexp to allow for the CL symbols starting with `+*'.
3025 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3026 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3027 `function' quoting lambda.
3028 (tags-with-face): New macro.
3029 (list-tags, tags-apropos): Use it.
3030 (tags-apropos-additional-actions): New user option.
3031 (etags-tags-apropos-additional): Use it.
3032 (tags-apropos): Call etags-tags-apropos-additional.
3033 (tags-apropos-verbose): New user option.
3034 (etags-tags-apropos): Use it.
3035 (visit-tags-table-buffer, next-file): Use `unless'.
3036 (recognize-empty-tags-table): Renamed to
3037 tags-recognize-empty-tags-table.
3038 (complete-tag): Call tags-complete-tag bypassing try-completion.
3039
3040 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3041
3042 * international/mule.el (set-buffer-file-coding-system): Docstring
3043 modified.
3044
3045 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3046
3047 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3048 using the hideshow package.
3049 (hs-special-modes-alist): Added entry for bibtex to allow the use
3050 of the hideshow package.
3051 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3052 not longer provided by bibtex.el directly. Instead the hideshow
3053 package should be used.
3054 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3055 references to bibtex-hide-entry-bodies.
3056
3057 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3058
3059 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3060 maintainer information closer to the beginning of the bibtex.el
3061 file.
3062 (bibtex-maintainer-salutation): New constant.
3063 (bibtex-version): New constant.
3064 (bibtex-submit-bug-report): Use bibtex-version and
3065 bibtex-maintainer-salutation.
3066 (bibtex-entry-field-alist): Made booktitle field optional for
3067 @inproceedings entries when crossreferenced.
3068 (bibtex-entry-field-alist): Added booktitle field to proceedings
3069 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3070 for the suggestion.
3071 (bibtex-string-file-path): Fixed typo.
3072
3073 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3074
3075 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3076 for reftex.el.
3077 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3078 to menu.
3079
3080 1999-12-04 Dave Love <fx@gnu.org>
3081
3082 * delsel.el: Revert previous change -- region is significant to
3083 skeleton.
3084
3085 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3086
3087 * viper-cmd.el (viper-change-state): Use
3088 viper-ESC-moves-cursor-back to decide whether to move the cursor
3089 back.
3090
3091 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3092
3093 * international/mule-util.el (truncate-string-to-width): Docsting
3094 fixed.
3095
3096 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3097
3098 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3099 use of `cond'.
3100 (lm-with-file): Move all the find-file...kill-buffer stuff into
3101 this macro. Make it use `find-file-noselect' and make it kill
3102 the buffer only if it wasn't already displayed somewhere.
3103 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3104 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3105 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3106 (lm-commentary): Fix to handle the case when the change log is
3107 at the end of the file.
3108
3109 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3110
3111 * international/mule.el (charsetp): Fix typo in docstring.
3112
3113 * international/mule-diag.el (list-coding-categories): Fix typo;
3114 automatic -> autoload.
3115
3116 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3117
3118 * vc.el (vc-update-change-log): Look for rcs2log under
3119 exec-directory.
3120
3121 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3122 outline-regexp, add outline-level.
3123 (lisp-outline-level): New.
3124
3125 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3126 remove extraneous string-match.
3127
3128 * finder.el (finder-commentary): Activate Finder mode.
3129
3130 1999-12-01 Anders Lindgren <andersl@andersl.com>
3131
3132 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3133 off when reverting buffers that contained mode specifiers.
3134 `revert-buffer' is now called with non-nil PRESERVE-MODES
3135 argument.
3136
3137 1999-12-01 Dave Love <fx@gnu.org>
3138
3139 * delsel.el: Grok skeleton-pair-insert-maybe.
3140
3141 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3142
3143 * progmodes/cperl-mode.el (cperl-under-as-char):
3144 Use nil as default.
3145
3146 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3147
3148 * speedbar.el (toplevel): Remove compatibility code for Emacs
3149 versions without custom.el.
3150
3151 1999-11-30 Dave Love <fx@gnu.org>
3152
3153 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3154
3155 * autoinsert.el: Minor doc fixes.
3156 (auto-insert): Return nil.
3157
3158 * faces.el (set-face-documentation): Purecopy STRING.
3159
3160 1999-11-29 Dave Love <fx@gnu.org>
3161
3162 * derived.el: Doc fixes, remove old backquote syntax.
3163
3164 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3165 comment warning about editing.
3166
3167 * help.el (help-mode-hook): Define.
3168
3169 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3170
3171 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3172 invalid translation of old-style backquote syntax to new syntax.
3173
3174 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3175
3176 * Makefile (DONTCOMPILE): Add term/internal.el.
3177
3178 1999-11-26 Dave Love <fx@gnu.org>
3179
3180 * comint.el: Fix last change.
3181
3182 * emacs-lisp/advice.el: Fix last change.
3183
3184 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3185
3186 * cus-edit.el (Custom-reset-standard): Doc fix.
3187 (custom-variable-reset-standard): Doc fix.
3188 (custom-face-reset-standard): Doc fix.
3189 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3190 (custom-variable-menu): Likewise.
3191 (custom-reset-menu): Likewise.
3192 (custom-buffer-create-internal): Likewise.
3193
3194 1999-11-26 Dave Love <fx@gnu.org>
3195
3196 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3197
3198 * font-lock.el: Doc fixes.
3199
3200 * menu-bar.el (menu-bar-mode): Customize.
3201
3202 * cus-start.el: Add use-dialog-box.
3203
3204 * add-log.el (change-log-mode-hook): Customize.
3205 (add-log-current-defun): Use
3206 fortran-{beginning,end}-of-subprogram.
3207
3208 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3209
3210 * emacs-lisp/advice.el: Many doc fixes.
3211
3212 * comint.el (comint-preoutput-filter-functions): Doc fix.
3213
3214 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3215
3216 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3217 Improve messages for capitalization of arg names,
3218 for flag variables, for t and nil, for imperatives.
3219 Call them imperatives rather than infinitives sans "to".
3220 (checkdoc-common-verbs-wrong-voice): Add "moves".
3221 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3222
3223 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3224 Don't convert comments from 3-semicolon to 2-semicolon.
3225 That is a matter of style.
3226 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3227 (checkdoc-comments): Don't bind that variable.
3228
3229 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3230
3231 * files.el (write-file-hooks): Doc fix.
3232
3233 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3234
3235 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3236
3237 1999-11-25 Dave Love <fx@gnu.org>
3238
3239 * hippie-exp.el: Require comint when compiling.
3240 (hippie-expand): Add :links.
3241 (hippie-expand-try-functions-list): Customize.
3242
3243 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3244
3245 * viper*el: Replaced old-style backquotes.
3246
3247 * ediff*el: Replaced old-style backquotes.
3248
3249 * ediff-merge
3250 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3251 Changed to support the new format for ediff-combination-pattern.
3252
3253 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3254 Changed to support the new format for ediff-combination-pattern.
3255
3256 1999-11-24 Dave Love <fx@gnu.org>
3257
3258 * custom.el (custom-declare-group): Purecopy DOC.
3259 (custom-handle-keyword): Purecopy VALUE.
3260 (custom-add-link): Purecopy WIDGET.
3261 (custom-add-version): Purecopy VERSION.
3262 (custom-add-load): Purecopy LOAD.
3263
3264 * cus-face.el (custom-declare-face): Purecopy DOC.
3265
3266 * info.el:
3267 (Info-build-node-completions, Info-search, Info-follow-reference)
3268 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3269 (Info-find-emacs-command-nodes): Avoid properties on matched text
3270 which may appear in minibuffer.
3271
3272 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3273
3274 * locate.el (locate-with-filter): Doc fix.
3275
3276 1999-11-24 Alex Schroeder <alex@gnu.org>
3277
3278 * sql.el (sql-find-sqli-buffer): New function.
3279 (sql-set-sqli-buffer-generally): New function.
3280 (sql-set-sqli-buffer): Better checking of new-buffer.
3281 (sql-copy-column): Add comma after INTO clause, too.
3282
3283 1999-11-24 Alex Schroeder <alex@gnu.org>
3284
3285 * sql.el (sql-imenu-generic-expression): New, used to set
3286 imenu-generic-expression.
3287
3288 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3289 setting font-lock-defaults' SYNTAX-ALIST. Set
3290 imenu-generic-expression, imenu-case-fold-search, and
3291 imenu-syntax-alist.
3292
3293 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3294 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3295
3296 1999-11-23 Andrew Innes <andrewi@gnu.org>
3297
3298 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3299 drop coords aren't over a specific window.
3300
3301 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3302
3303 * ps-print.el: Define mule funs without checking if mule package is
3304 loaded.
3305 (ps-print-version): New version number (5.0.1).
3306 (ps-header-dirpart): Now uses abbreviate-file-name.
3307
3308 1999-11-23 Dave Love <fx@gnu.org>
3309
3310 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3311 comment-line-start.
3312 (fortran-comment-line-start-skip): Renamed from
3313 comment-line-start-skip.
3314 (fortran-mode-map): Use renamed functions. Add manual and custom
3315 entries to menu.
3316 (fortran-mode-hook): Customize.
3317 (fortran-comment-indent-function): Renamed from
3318 fortran-comment-hook.
3319 (delete-horizontal-regexp): Function deleted.
3320 (fortran-electric-line-number): Simplified.
3321 (fortran-beginning-of-subprogram): Renamed from
3322 beginning-of-fortran-subprogram.
3323 (fortran-end-of-subprogram): Renamed from
3324 end-of-fortran-subprogram.
3325 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3326 (fortran-previous-statement, fortran-next-statement): Simplified.
3327 (fortran-blink-match): New function.
3328 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3329 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3330 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3331 line-end-position.
3332 (fortran-fill): No longer interactive. Simplified.
3333 (fortran-break-line): Simplified.
3334 (fortran-analyze-file-format): Use char-after, not looking-at.
3335
3336 * emacs-lisp/find-func.el (find-function-regexp): Use
3337 `define-minor-mode' after easy-menu change.
3338
3339 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3340
3341 * comint.el: Add redirection.from active comint buffers into
3342 another buffer. Written by Peter Breton.
3343
3344 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3345
3346 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3347 `define-minor-mode'.
3348 (define-minor-mode): Specify `doc-string-elt'.
3349
3350 * emacs-lisp/easy-mmode.el: Changed maintainer.
3351 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3352 Use defcustom for the hooks; Improve the auto-generated docstrings.
3353 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3354 (define-minor-mode): Add BODY arg; Only declare the keymap if
3355 provided; Improve the auto-generated docstrings.
3356
3357 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3358
3359 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3360 that the leading `^' is at the start. This is necessary because
3361 paragraphs.el tries to remove anchors, but can find them only if
3362 they are the first character.
3363
3364 * progmodes/antlr-mode.el: New file.
3365
3366 * calendar/calendar.el: Fix autoload for
3367 calendar-absolute-from-astro. Add autoload for
3368 calendar-print-astro-day-number.
3369
3370 1999-11-21 Anders Lindgren <andersl@andersl.com>
3371
3372 * follow.el: Use modern backquote syntax. Minor comment update.
3373
3374 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3375
3376 * simple.el (with-syntax-table): Don't switch buffers.
3377
3378 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3379 progmodes/hideif.el: Use new backquote syntax.
3380
3381 1999-11-21 Ken Manheimer <klm@python.org>
3382
3383 * icomplete.el (icomplete-completions): Use an explicit variable
3384 `icomplete-prospects-length', obviating the need to use an
3385 apparently faulty throw/catch arrangement.
3386
3387 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3388
3389 * term/internal.el (IT-display-table-setup): Don't overstep
3390 character code 255.
3391
3392 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3393
3394 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3395 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3396
3397 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3398
3399 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3400 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3401
3402 * files.el (auto-mode-alist): Add patterns for diff-mode.
3403
3404 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3405 to detect an empty prompt.
3406
3407 1999-11-18 Dave Love <fx@gnu.org>
3408
3409 * simple.el (input-mode-8-bit): Fix the customization.
3410
3411 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3412
3413 * international/iso-acc.el (iso-languages): Add more
3414 characters for Portuguese.
3415
3416 * speedbar.el: Clean up comment at the start of the file.
3417 Remove RCS id.
3418
3419 * progmodes/compile.el (compilation-parse-errors): Use
3420 compilation-buffer-p instead of testing major-mode.
3421
3422 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3423
3424 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3425 (quickurl-ask): completion-ignore-case is set to the value of
3426 quickurl-completion-ignore-case for the duration of the call to
3427 completing-read.
3428
3429 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3430
3431 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3432
3433 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3434
3435 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3436 instead of ps-print-def.
3437
3438 * ps-print.el: Require ps-vars instead of ps-print-def.
3439
3440 * ps-mule.el: Require ps-vars instead of ps-print-def.
3441
3442 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3443
3444 * simple.el (with-syntax-table): Save buffer explicitly instead of
3445 using save-excursion.
3446
3447 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3448
3449 * mail/supercite.el: New maintainer.
3450
3451 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3452
3453 * progmodes/vhdl-mode.el: Use new backquote syntax.
3454
3455 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3456
3457 * simple.el (with-syntax-table): New.
3458
3459 1999-11-15 Sam Steingold <sds@ksp.com>
3460
3461 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3462
3463 1999-02-22 Sam Steingold <sds@goems.com>
3464
3465 * goto-addr.el (goto-address-at-mouse,
3466 goto-address-find-address-at-point): Use compose-mail.
3467 (goto-address-mail-method): Removed variable.
3468 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3469 goto-address-send-using-mail): Removed functions.
3470
3471 1998-11-03 Sam Steingold <sds@goems.com>
3472
3473 * simple.el (backward-delete-char-untabify):
3474 backward-delete-char-untabify-method can be `all' now - to delete
3475 hungrily including newlines.
3476
3477 1999-11-15 Sam Steingold <sds@ksp.com>
3478
3479 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3480
3481 1999-11-15 Dave Love <fx@gnu.org>
3482
3483 * cus-edit.el (customize-face, customize-face-other-window):
3484 Require match from completing-read.
3485 (custom-buffer-done-function): Default to custom-bury-buffer, not
3486 bury-buffer.
3487
3488 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3489
3490 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3491 progmodes/cperl-mode.el: Use new backquote syntax.
3492
3493 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3494
3495 * uniquify.el: Use new backquote syntax.
3496
3497 1999-11-14 Markus Rost <rost@ias.edu>
3498
3499 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3500 as in ispell-local-dictionary-alist.
3501
3502 1999-11-14 Alex Schroeder <alex@gnu.org>
3503
3504 * ansi-color.el (ansi-color-apply): Updated regexps to include
3505 highlighted face.
3506
3507 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3508
3509 * forms.el (forms--make-format-elt-using-text-properties):
3510 Treat `intangible' differently.
3511
3512 * forms.el: Use new backquote syntax.
3513
3514 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3515
3516 * textmodes/scribe.el (scribe-mode): Doc-fix.
3517
3518 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3519
3520 * net-utils.el (run-network-program, net-utils-run-program): Use
3521 the new backquote syntax.
3522 (smbclient-program, smbclient-program-options)
3523 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3524 variables
3525 (smbclient, smbclient-list-shares): New functions
3526
3527 1999-11-12 Sam Steingold <sds@ksp.com>
3528
3529 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3530 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3531 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3532 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3533 (viper-kbd-global-pair, viper-kbd-global-definition):
3534 Use the new backquote syntax.
3535
3536 * emulation/viper-cmd.el (viper-test-com-defun)
3537 (viper-prefix-arg-value, viper-prefix-arg-com):
3538 Use the new backquote syntax.
3539
3540 * emacs-lisp/debug.el (debugger-env-macro):
3541 Use the new backquote syntax.
3542
3543 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3544 Use the new backquote syntax.
3545
3546 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3547 New user variable.
3548 (calendar-hide-window): Use it.
3549 (increment-calendar-month, calendar-for-loop, calendar-sum):
3550 Use the new backquote syntax.
3551
3552 1999-11-12 Andrew Innes <andrewi@gnu.org>
3553
3554 * select.el (x-set-selection): Call buffer-substring, not
3555 substring. Also fix docstring
3556
3557 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3558
3559 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3560 of customizable variables to bug report message. Added
3561 system-type to package name in bug report.
3562
3563 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3564
3565 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3566 to display file names.
3567
3568 1999-11-11 Gerd Moellmann <gerd@gnu.org>
3569
3570 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3571
3572 * isearch.el: Add lazy-highlighting feature.
3573
3574 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3575
3576 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3577 constant.
3578 (ps-mode-submit-bug-report): New function. Entry added to menu.
3579
3580 1999-11-10 William M. Perry <wmperry@aventail.com>
3581
3582 * mwheel.el: New file to support the new style wheeled mice.
3583
3584 1999-11-10 Gerd Moellmann <gerd@gnu.org>
3585
3586 * startup.el (initial-scratch-message): Add ";;" to the front of
3587 lines in the message.
3588
3589 * files.el (file-local-copy): Remove optional BUFFER argument
3590 because that's not used by anything.
3591
3592 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3593 to-address.
3594
3595 1999-11-08 Markus Rost <rost@ias.edu>
3596
3597 * wid-edit.el (widget-button-click): Wrap with save-excursion
3598 to restore track-mouse in the correct buffer.
3599
3600 1999-11-08 Gerd Moellmann <gerd@gnu.org>
3601
3602 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3603
3604 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3605
3606 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3607 lpr-command to "lp" for some system-types. (copied from lpr.el
3608 Emacs version 20.2.1).
3609
3610 1999-11-04 Markus Rost <rost@ias.edu>
3611
3612 * simple.el (comment-region): Strip off white space at end of
3613 comment-start.
3614
3615 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3616
3617 * faces.el (secondary-selection): Fix wrong color name.
3618
3619 1999-11-04 John Tobey <jtobey@epsilondev.com>
3620
3621 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3622 the default when invoking perldb in a non-Perl buffer, and other
3623 cases involving -e or --.
3624
3625 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3626
3627 * simple.el (previous-matching-history-element)
3628 (next-history-element): Use delete-field instead of erase-field.
3629
3630 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3631 Use delete-field instead of erase-field.
3632
3633 * faces.el (secondary-selection): Change background to yellow.
3634
3635 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3636 find the start of the text. Use field-string to read the user
3637 input.
3638
3639 1999-11-03 Gerd Moellmann <gerd@gnu.org>
3640
3641 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3642 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3643 for compatibility with old face implementation.
3644
3645 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3646 Use erase-field instead of erase-buffer.
3647
3648 * frame.el (blink-cursor-mode, blink-cursor-end): Use
3649 internal-show-cursor with new interface.
3650 (blink-cursor-timer-function): New.
3651 (blink-cursor-start): Use blink-cursor-timer-function.
3652
3653 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3654
3655 * calendar.el (redraw-calendar): Move to nearest date before
3656 redrawing.
3657
3658 * diary-lib.el (simple-diary-display): Reset modeline even if
3659 there are no diary entries since the diary buffer may be displayed.
3660
3661 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3662
3663 * emacs-lisp/debug.el (debug): If noninteractive, display the
3664 backtrace using `message', then exit Emacs.
3665 (debugger-batch-max-lines): New variable.
3666 (debugger-setup-buffer): New subroutine, broken out of `debug'.
3667 Change the messages put at the start, to say that the debugger
3668 was entered.
3669
3670 1999-11-02 Sam Steingold <sds@ksp.com>
3671
3672 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3673
3674 1999-11-01 John Tobey <jtobey@epsilondev.com>
3675
3676 * gud.el: (gud-perldb-massage-args): Massage correctly in the
3677 presence of perl switches other than "-e".
3678
3679 1999-11-01 Markus Rost <rost@ias.edu>
3680
3681 * dired-x.el (dired-smart-shell-command): Use
3682 shell-command-history as in shell-command.
3683
3684 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3685
3686 * userlock.el (ask-user-about-lock): Doc fix.
3687
3688 * frame.el: Doc fixes.
3689
3690 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3691
3692 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3693 of show-cursor.
3694 (blink-cursor-start, blink-cursor-end): Ditto.
3695
3696 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3697
3698 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3699
3700 * window.el (walk-windows): If ALL-FRAMES is a frame,
3701 start on that frame. Use save-selected-window.
3702
3703 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3704
3705 * simple.el (end-of-buffer): Use window-end to find the window end
3706 instead of vertical-motion because this handles variable-height
3707 lines correctly.
3708
3709 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
3710
3711 * ediff.el: Version change.
3712
3713 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3714 make sure you are in a good frame before deleting other
3715 windows.
3716 (ediff-file-checked-in-p): Don't consider CVS
3717 files checked in.
3718 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
3719 are writing to a newly created empty file.
3720
3721 * ediff-mult.el (ediff-show-session-group-hook): New default.
3722
3723 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3724 First cd to the file directory. reportedly works
3725 better with remote files.
3726
3727 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3728 Use file-name-nondirectory when passing files to CVS.
3729
3730 * ediff-diff.el (ediff-cmp-options): New variable.
3731 (ediff-same-file-contents): Use ediff-cmp-options.
3732
3733 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3734 ediff-get-patch-buffer): Use current buffer if it appears to be a
3735 patch.
3736
3737 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3738 C-g
3739
3740 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3741 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3742 (viper-save-cursor-color,viper-restore-cursor-color):
3743 Improved cursor color handling.
3744 (viper-get-saved-cursor-color-in-replace-mode,
3745 viper-get-saved-cursor-color-in-insert-mode): New functions for
3746 better cursor color handling.
3747
3748 * viper-ex.el (ex-read,ex-edit):
3749 Fixes for correct interpretation of #,%.
3750 (viper-ex): Now works correctly when called from other functions.
3751 (viper-glob-function): New variable.
3752 (viper-ex): Save excursion before doing :global.
3753
3754 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3755
3756 * viper-cmd.el (viper-post-command-sentinel,
3757 viper-insert-state-post-command-sentinel,
3758 viper-insert-state-pre-command-sentinel): Takes better care of
3759 cursor colors.
3760
3761 * viper.el: Version change.
3762
3763 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
3764
3765 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3766 that the modeline display was updated *only* when
3767 `whitespace-display-in-modeline' was set, not otherwise.
3768
3769 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3770
3771 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3772 "frac12".
3773
3774 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3775 ad-activate.
3776
3777 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
3778
3779 * whitespace.el: Test for existence of `defcustom' and `defgroup'
3780 using fboundp instead of assuming that these are not present in
3781 particular flavors of emacs.
3782 (whitespace-version): Update to 2.8
3783 (whitespace-display-in-modeline): Add custom variable to control
3784 displaying the whitespace errors on the modeline based on
3785 suggestion from <klaus.berndl@sdm.de>
3786 (whitespace-buffer): Now returns `t' if unclean and `nil' if
3787 clean, to enable using as a hook function, as suggested by Puneet
3788 Goel <puneet@computer.org>
3789 (whitespace-buffer): Fix a subtle bug that cleaned up only if
3790 quiet was not set, even with whitespace-auto-cleanup set.
3791 (whitespace-mode-line): Now uses less modeline real estate and
3792 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3793 which is present in the file, and <y> is any type of whitespace
3794 whose check has been suppressed by setting
3795 `whitespace-check-<whitespace-type>' to nil.
3796 (whitespace-unchecked-whitespaces): New function to return the
3797 list of whitespaces for whom checks have been suppressed.
3798 (whitespace-display-unchecked-whitespaces): Renamed to
3799 `whitespace-update-modeline' to reflect its functionality.
3800
3801 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3802
3803 * progmodes/compile.el (compilation-error-regexp-alist):
3804 Undo previous change.
3805
3806 1999-10-28 Dave Love <fx@gnu.org>
3807
3808 * help.el (help-follow): Make arg optional again and really
3809 default to point.
3810
3811 1999-10-28 Gerd Moellmann <gerd@gnu.org>
3812
3813 * paths.el (rmail-file-name): Make it an option.
3814
3815 * progmodes/ada-mode.el, progmodes/ada-prj.el,
3816 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3817 comment fixes.
3818
3819 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3820 MIPS Pro 7.3 compiler error message syntax.
3821
3822 1999-10-27 Dave Love <fx@gnu.org>
3823
3824 * progmodes/compile.el: Checkdoc-inspired fixes.
3825
3826 1999-10-27 Gerd Moellmann <gerd@gnu.org>
3827
3828 * lpr.el (print-buffer): Doc-string fix.
3829
3830 1999-10-27 Dave Love <fx@gnu.org>
3831
3832 * emacs-lisp/advice.el: Doc fixes.
3833 (ad-lemacs-p): Removed.
3834 (advice): Add :link to defgroup.
3835
3836 1999-10-27 Kenichi Handa <handa@etl.go.jp>
3837
3838 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3839 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3840
3841 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3842
3843 * window.el (walk-windows): If ALL-FRAMES is a frame,
3844 start on that frame. Use save-selected-window.
3845
3846 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3847
3848 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3849 ad-activate. All callers changed, including those in data.c.
3850 (ad-activate-internal-off): Renamed from ad-activate-off.
3851 All uses changed.
3852 (ad-activate): Renamed from ad-activate-on. All uses changed.
3853 (ad-start-advice, ad-stop-advice, ad-recover-normality):
3854 Alter the definition of ad-activate-internal, not ad-activate.
3855
3856 1999-10-26 Gerd Moellmann <gerd@gnu.org>
3857
3858 * startup.el (command-line-1): Add support for command line
3859 arguments `file' and `execute'. Fix handling of `visit'.
3860
3861 1999-10-26 Kenichi Handa <handa@etl.go.jp>
3862
3863 * international/mule-cmds.el (read-input-method-name): Handle the
3864 case that the arg DEFAULT is symbol.
3865
3866 * international/mule-diag.el (mule-diag): Handle the case that
3867 default-input-method is symbol.
3868
3869 1999-10-26 Gerd Moellmann <gerd@gnu.org>
3870
3871 * textmodes/tildify.el: New file.
3872
3873 1999-10-25 Sam Steingold <sds@ksp.com>
3874
3875 * Makefile (compile-files): Fixed the "tr" strings.
3876 (EMACS): Set to ../src/emacs.
3877
3878 1999-10-25 Gerd Moellmann <gerd@gnu.org>
3879
3880 * info.el (Info-build-node-completions): Add '("*") to the
3881 completion list.
3882
3883 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3884
3885 * frame.el (auto-raise-mode): When enabling the mode,
3886 immediately raise the selected frame.
3887
3888 * indent.el (indent-region): Doc fix.
3889
3890 * comint.el (comint-output-filter): Make the Comint buffer current
3891 for the comint-preoutput-filter-functions.
3892
3893 * mail/reporter.el: Doc fix.
3894
3895 1999-10-24 Stephen Eglen <stephen@gnu.org>
3896
3897 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3898 that Octave lisp files can also run under XEmacs 20.
3899 (require 'custom) added so that files can run under Emacs 19.34.
3900
3901 * iswitchb.el (iswitchb-default-keybindings): No need to use
3902 read-kbd-macro in keybindings.
3903
3904 1999-10-23 Dave Love <fx@gnu.org>
3905
3906 * elide-head.el: New file.
3907
3908 1999-10-23 Gerd Moellmann <gerd@gnu.org>
3909
3910 * Makefile (compile-files, backup-compiled-files): New targets.
3911 (bootstrap, bootstrap-clean): Ditto.
3912
3913 1999-10-22 Paul Eggert <eggert@twinsun.com>
3914
3915 * international/mule-cmds.c (locale-language-names):
3916 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3917 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3918 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3919 Use Latin-8 for Welsh.
3920 Use Latin-1 for English if "en" is explicitly specified.
3921 Use Latin-1 for Scots Gaelic, Tagalog.
3922 Use Latin-1 (not Latin-4) for Greenlandic.
3923 Use Latin-1 (not Latin-2) for Albanian.
3924 (locale-preferred-coding-systems, locale-language-names):
3925 Remove generic ISO 8859 locales; locale-charset-language-names now
3926 does this.
3927 (locale-charset-language-names): New variable.
3928 (set-locale-environment): Use language name specified by
3929 locale-charset-language-names if its charsets disagree with the
3930 language name specified by locale-language-names.
3931
3932 1999-10-22 Dave Love <fx@gnu.org>
3933
3934 * make-mode.el: Minor doc fixes.
3935
3936 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3937
3938 1999-10-21 Dave Love <fx@gnu.org>
3939
3940 * loadup.el: Add latin-8, latin-9.
3941
3942 1999-10-20 Paul Eggert <eggert@twinsun.com>
3943
3944 * disp-table.el (standard-display-european): Remove undocumented
3945 arg AUTO; no longer used by startup.el. Do not attempt to treat
3946 all non-English language environments as coding system names.
3947 Instead, use the downcased language environment name as a coding
3948 system name if it is one; otherwise, use latin-1.
3949
3950 1999-10-20 Gerd Moellmann <gerd@gnu.org>
3951
3952 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3953 that were split so that part of the comment appeared as Lisp code.
3954
3955 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3956
3957 * ps-bdf.el: Doc fix.
3958
3959 * ps-print-def.el: New file: common definitions for all parts of
3960 ps-print.
3961 (ps-multibyte-buffer): Moved from ps-mule.
3962
3963 * ps-mule.el: File dependence fix.
3964 (ps-multibyte-buffer): Moved to ps-print-def.
3965
3966 * ps-print.el: Doc fix, better customization.
3967 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3968 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3969 (ps-end-file): Doc fix.
3970 (ps-setup, ps-begin-file): Fun fix.
3971 (postscript): New group.
3972 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3973 (ps-print-prologue-1): Adjust PostScript programming.
3974 (ps-print): Adjust group hierarchy.
3975 (ps-print-n-up, ps-print-zebra, ps-print-background,
3976 ps-print-printer)
3977 (ps-print-page): New subgroups.
3978 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3979 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3980 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3981 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3982 (ps-zebra-stripe-height, ps-print-background-image)
3983 (ps-print-background-text, ps-spool-config): Adjust customization.
3984 (dos-ps-printer): Definition eliminated.
3985
3986 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3987
3988 * ps-mule.el: Doc fix, define functions properly if mule package is
3989 loaded or not.
3990 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3991 mule package is loaded or not.
3992
3993 * ps-print.el: Doc fix, n-up printing.
3994 (ps-print-version): New version number (5.0).
3995 (ps-page-dimensions-database): Added document media.
3996 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3997 (ps-page-order, ps-printing-region-p): New vars.
3998 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3999 funs.
4000 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4001 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4002 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4003 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4004 (ps-print-begin-sheet-hook): New hook.
4005 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4006 const.
4007 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4008 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4009 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4010 (ps-count-lines): Changed to defun.
4011 (ps-header-page): Changed to defsubst, fix fun.
4012 (ps-printing-region): Doc fix, adjust programming code.
4013 (ps-output-boolean, ps-background-pages, ps-background-text)
4014 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4015 programming code.
4016
4017 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4018
4019 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4020 (ps-print-version): New version number (4.2).
4021 (ps-spool-config, ps-spool-tumble): New vars.
4022 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4023 programming, new PostScript procedure to handle errors.
4024 (ps-print-prologue-2): Changed to defconst.
4025 (ps-print-duplex-feature): New const: duplex and tumble setting.
4026 (ps-setup, ps-begin-file): Fix funs.
4027 (ps-boolean-capitalized): New fun.
4028
4029 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4030
4031 * Makefile (dontcompilefiles): Obsoleted.
4032 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4033 (EL): Unused.
4034 (temacs): Removed (unused).
4035 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4036 version of the file (necessary for the update to work properly).
4037 (autoloads): Force the use of `pwd`/loaddefs.el.
4038 (updates); Redefined in terms of other targets to reduce redundancy.
4039 (.el.elc): New default rule, just in case you want it.
4040 (compile): Use a single invocation of Emacs.
4041 (bootstrap-compile); Unneeded.
4042 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4043
4044 1999-10-19 Dave Love <fx@gnu.org>
4045
4046 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4047
4048 1999-10-19 Sam Steingold <sds@ksp.com>
4049
4050 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4051 comply with the comment.
4052
4053 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4054
4055 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4056 permanent-local.
4057
4058 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4059
4060 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4061 value: \"lpr\" changed to "lpr"
4062 (ps-mode-version): New constant
4063 (ps-mode-show-version): New function, added key in ps-mode-map
4064 (ps-run-messages): Removed
4065 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4066 ps-run-messages. These keywords now include the value of
4067 ps-run-prompt, making its fontification customizable.
4068 (ps-run-init): Removed \\n from docstring, it is now added when
4069 the value is used
4070 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4071 ps-run-prompt
4072 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4073 customizable variables in doc-string (its equivalent
4074 ps-run-messages was missing in previous version of the doc-string)
4075 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4076 symbols only
4077
4078 1999-10-19 Alex Schroeder <alex@gnu.org>
4079
4080 * ansi-color.el: Complete rewrite.
4081
4082 1999-10-19 Paul Eggert <eggert@twinsun.com>
4083
4084 Fix bootstrapping problems.
4085 Use the system locale to specify Emacs locale defaults.
4086
4087 * international/mule-cmds.el (global-map):
4088 Do not use backquote, because that makes a bootstrapping
4089 problem if you need to recompile all Lisp files using interpreted code.
4090 * international/mule.el (charset-id, charset-bytes,
4091 charset-dimension, charset-chars, charset-width,
4092 charset-direction, charset-iso-final-char,
4093 charset-iso-graphic-plane, charset-reverse-charset,
4094 charset-short-name, charset-long-name, charset-description,
4095 charset-plist): Likewise.
4096 * subr.el (save-match-data): Likewise.
4097
4098 * international/mule-cmds.el
4099 (set-display-table-and-terminal-coding-system): New function,
4100 containing code migrated out of set-language-environment.
4101 (set-language-environment, set-locale-environment): Use it.
4102 (locale-translation-file-name): Moved here from startup.el.
4103 (locale-language-names, locale-preferred-coding-systems):
4104 New vars.
4105 (locale-name-match, set-locale-environment): New functions.
4106
4107 * language/japan-util.el (setup-japanese-environment-internal):
4108 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4109
4110 * startup.el (iso-8859-n-locale-regexp): Remove.
4111 (locale-translation-file-name): Move to mule-cmds.el.
4112 (command-line): Move locale-stuff into set-locale-environment.
4113
4114 1999-10-18 Dave Love <fx@gnu.org>
4115
4116 * abbrev.el (add-abbrev, inverse-add-abbrev)
4117 (expand-region-abbrevs): Remove properties from buffer text.
4118
4119 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4120
4121 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4122 from the mini-buffer, without the prompt.
4123
4124 * simple.el (minibuffer-prompt-end): Return the position
4125 after the prompt, not the position of that last character
4126 of the prompt.
4127
4128 1999-10-17 Miles Bader <miles@gnu.org>
4129
4130 * simple.el: Doc fixes.
4131
4132 1999-10-17 Miles Bader <miles@gnu.org>
4133
4134 * simple.el (previous-matching-history-element, next-history-element):
4135 Change to work correctly even if the point is in the prompt.
4136 (choose-completion-string): Likewise.
4137 (minibuffer-prompt-width): New function (compatibility with old subr).
4138
4139 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4140 When constraining the final position to the current field,
4141 don't use the ONLY-IN-LINE mode of constrain-to-field.
4142
4143 1999-10-17 Miles Bader <miles@gnu.org>
4144
4145 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4146 constrain-to-field.
4147 * textmodes/paragraphs.el (forward-sentence): Likewise.
4148
4149 1999-10-17 Miles Bader <miles@gnu.org>
4150
4151 * simple.el (line-move): Use constrain-to-field to avoid
4152 moving into a prompt.
4153 (previous-complete-history-element): Clarify doc string.
4154 (next-complete-history-element): Likewise.
4155 Use field-beginning instead of point-min.
4156 (next-matching-history-element): Use field-beginning and
4157 erase-field instead of point-min and erase-buffer.
4158 * textmodes/paragraphs.el
4159 (forward-paragraph, forward-sentence): Likewise.
4160 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4161 constrain the kill to an field, as the movement commands now
4162 do this.
4163
4164 1999-10-17 Miles Bader <miles@gnu.org>
4165
4166 * simple.el (previous-matching-history-element): Get the
4167 minibuffer input with field-string instead of buffer-string.
4168 (choose-completion-string): Likewise.
4169 (next-history-element): Likewise.
4170 Erase the minibuffer input with erase-field, not erase-buffer.
4171 Use field-beginning to find the beginning of the input.
4172 * textmodes/paragraphs.el (backward-kill-sentence):
4173 Remove minibuffer-prompt hack.
4174 Constrain to any input field.
4175
4176 1999-10-17 Sam Steingold <sds@ksp.com>
4177
4178 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4179 for CMUCL on sparc and ".ufsl" for LispWorks.
4180 (bound-and-true-p): Bugfix: free variable `v'.
4181
4182 1999-10-16 Dave Love <d.love@dl.ac.uk>
4183
4184 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4185 (edebug-uninstall-read-eval-functions): Use load-read-function,
4186 avoiding elisp-eval.
4187
4188 1999-10-16 Sam Steingold <sds@ksp.com>
4189
4190 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4191 instead of `eql'.
4192
4193 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4194
4195 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4196 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4197 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4198 * ediff-util.el (ediff-make-temp-file):
4199 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4200 * emerge.el (emerge-make-temp-file):
4201 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4202 * vc.el (vc-update-change-log):
4203 * mail/mailpost.el (post-mail-send-it):
4204 * mail/metamail.el (metamail-region):
4205 * progmodes/cmacexp.el (c-macro-expansion):
4206 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4207
4208 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4209
4210 * smtpmail.el (smtpmail-via-smtp): Add support for
4211 automatically appending a domain to RCPT TO: addresses.
4212
4213 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4214
4215 * dired.el (dired-insert-directory): Insert the amount of
4216 free space after the total size.
4217 (dired-free-space-program, dired-free-space-args): New variables.
4218
4219 1999-10-14 Karl Heuer <kwzh@gnu.org>
4220
4221 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4222
4223 1999-10-14 Dave Love <fx@gnu.org>
4224
4225 * international/characters.el:
4226 * international/fontset.el:
4227 * international/mule-conf.el: Add latin-iso8859-1[45].
4228
4229 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4230 strings.
4231
4232 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4233 (command-line): Detect Latin-[89] locales.
4234
4235 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4236
4237 * international/mule-cmds.el (select-safe-coding-system)
4238 (leim-list-header): Avoid the use of strings that start with backslash
4239 newline since lread.c:read1 has a hack to turn those strings into
4240 integer 0 during the loadup.el process.
4241
4242 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4243
4244 1999-10-13 Dave Love <fx@gnu.org>
4245
4246 * image.el (insert-image): Copy the image spec and add an
4247 intangible property.
4248
4249 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * help.el (help-xref-interned): Make it also work on variable-only
4252 and function-only symbols.
4253 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4254 (help-follow): If the point under mouse is not highlighted, try
4255 `help-xref-interned' on the pointed-to symbol anyway.
4256
4257 * info.el (Info-on-current-buffer): New entry point.
4258 (Info-find-node): Split into two for Info-on-current-buffer to
4259 hook into it.
4260 (Info-current-file, Info-set-mode-line, Info-up):
4261 Info-current-file can now be t.
4262 (Info-clone-buffer-hook): Function for `clone-buffer'.
4263 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4264 Make `clone-buffer' available in various ways to the user.
4265
4266 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4267
4268 * simple.el (shell-command, shell-command-on-region): Use
4269 make-temp-file.
4270 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4271
4272 * subr.el (with-current-buffer): Don't use backquotes to avoid
4273 bootstrapping problems.
4274
4275 * loadup.el (load-path): Add subdirs for bootstrapping.
4276 (docstrings): Ignore errors during bootstrapping.
4277 (args): New `bootstrap' argument (for use in place of `dump').
4278
4279 1999-10-12 Emmanuel Briot <briot@gnat.com>
4280
4281 * ada-stmt.el: Doc-string fixes.
4282
4283 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4284
4285 * recentf.el: New file.
4286
4287 * ps-mode.el: New file.
4288
4289 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4290 case insensitive.
4291
4292 1999-10-12 Richard Sharman <rsharman@pobox.com>
4293
4294 * sh-script.el: Added support for indenting existing scripts.
4295 (sh-mode-map): Added new bindings.
4296 (sh-mode): Updated mode doc-string for new commands, added
4297 make-local-variable calls, initialize mode-specific variables.
4298 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4299 is now a different function.
4300 (sh-header-marker): Changed docstring.
4301 (sh-set-shell): Initialize mode-specific variables.
4302 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4303 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4304 Changed these define-skeleton calls to work with user-specified
4305 indentation settings.
4306 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4307 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4308 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4309 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4310 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4311 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4312 (sh-guess-basic-offset, sh-handle-after-case-label)
4313 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4314 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4315 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4316 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4317 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4318 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4319 (sh-handle-this-then, sh-help-string-for-variable)
4320 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4321 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4322 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4323 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4324 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4325 (sh-remove-our-text-properties, sh-rescan-buffer)
4326 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4327 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4328 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4329 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4330 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4331 functions.
4332 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4333 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4334 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4335 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4336 (sh-var-list): New variables.
4337
4338 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4339
4340 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4341 a value one line to high if the cursor wasn't at the start of a
4342 line. A `beginning-of-line' is now performed before making the
4343 call to `count-lines'.
4344
4345 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4346
4347 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4348
4349 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4350
4351 * Makefile (setwins): Abstract out the command to find subdirectories
4352 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4353 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4354 (autoloads-with-other-emacs): Use it.
4355
4356 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4357
4358 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4359
4360 * Makefile (bootstrap-compile): New target. Compile Lisp
4361 files with ../src/temacs.
4362
4363 1999-10-08 Dave Love <fx@gnu.org>
4364
4365 * ange-ftp.el: Require dired when compiling.
4366 (ange-ftp-normal-login): Allow EFS-style port specification.
4367
4368 1999-10-08 Simon Marshall <simon@gnu.org>
4369
4370 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4371 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4372 If STRINGS is nil, return "" rather than nil.
4373
4374 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4375
4376 * Makefile (compile): Compile files one by one. Set load-path to
4377 current directory and subdirectories when compiling.
4378
4379 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4380
4381 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4382 (emacs): Use it everywhere instead of EMACS.
4383 (compile): New target. Compile all Lisp files from scratch.
4384 (recompile): New target. Recompile lisp directory.
4385 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4386 an Emacs executable not built in the current directory tree.
4387
4388 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4389
4390 * filecache.el (file-cache-completion-ignore-case): New variable,
4391 defaulting to the value of completion-ignore-case.
4392 (file-cache-minibuffer-complete): Use it.
4393 (file-cache-files-matching, file-cache-files-matching-internal):
4394 New functions.
4395
4396 1999-10-07 Emmanuel Briot <briot@gnat.com>
4397
4398 * ada-xref.el: New file
4399
4400 * ada-prj.el: New file
4401
4402 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4403
4404 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4405 subprogram being created.
4406
4407 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4408 ada-indent-newline-indent): Rewritten to support the new indentation
4409 scheme
4410
4411 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4412 New functions
4413
4414 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4415 justification parameter
4416
4417 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4418 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4419 external program
4420
4421 1999-10-07 Dave Love <fx@gnu.org>
4422
4423 * bindings.el (bound-and-true-p): New macro.
4424 (make-mode-line-mouse-sensitive): Don't require easymenu.
4425
4426 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4427
4428 * custom.el (defface): Extend documentation for new values of
4429 `type'.
4430
4431 * faces.el (face-spec-set-match-display): Recognize `type' of
4432 `motif', `lucid', `x-toolkit'.
4433 (menu): New face.
4434
4435 1999-10-05 Dave Love <fx@gnu.org>
4436
4437 * files.el: Recognize temporary crontab files.
4438
4439 * info.el: Require jka-compr when compiling.
4440 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4441
4442 1999-10-04 Dave Love <fx@gnu.org>
4443
4444 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4445 scroll-up-aggressively, scroll-down-aggressively.
4446
4447 * time.el (display-time-mode): Add autoload cookie.
4448
4449 * rect.el (delete-extract-rectangle): Doc fix from verna.
4450
4451 * help-macro.el (three-step-help): Customize.
4452
4453 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4454
4455 * hexl.el (hexlify-buffer): Move point in proper range
4456 if it is too large.
4457 (hexl-after-revert-hook): Update hexl-max-address.
4458 (hexl-address-to-marker): Doc fix.
4459
4460 1999-10-03 Dave Love <fx@gnu.org>
4461
4462 * image.el (defimage): Remove redundant code. Substitute file in
4463 image plist.
4464
4465 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4466
4467 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4468 when doing with-temp-file.
4469
4470 1999-10-01 Dave Love <fx@gnu.org>
4471
4472 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4473
4474 * help.el: Require view when compiling.
4475 (view-emacs-FAQ): Use Info version.
4476
4477 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4478
4479 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4480 (normat->normal). Use correct font names for Korean
4481 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4482
4483 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4484
4485 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4486 code not used by KOI8 to the same 8-bit code instead of mapping to
4487 SPC.
4488 (cyrillic-alternativnyj-decode-table): Likewise.
4489
4490 1999-09-29 Alex Schroeder <alex@gnu.org>
4491
4492 * sql.el (sql-imenu-generic-expression): Aew, used to set
4493 imenu-generic-expression.
4494 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4495 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4496 imenu-case-fold-search, and imenu-syntax-alist.
4497 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4498 setting font-lock-defaults' SYNTAX-ALIST.
4499
4500 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4501
4502 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4503 macro, try again.
4504
4505 1999-09-28 Dave Love <fx@gnu.org>
4506
4507 * cus-edit.el (custom-comment): Change widget definition.
4508 (custom-comment-create, custom-comment-show)
4509 (custom-comment-invisible-p): Don't use :comment-overlay.
4510 (custom-comment-hide): New function.
4511 (custom-variable-set, custom-variable-save)
4512 (custom-variable-reset-standard, custom-face-set)
4513 (custom-face-save): Use it.
4514
4515 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4516
4517 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4518
4519 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4520
4521 * faces.el (region): Doc fix.
4522
4523 1999-09-27 Dave Love <fx@gnu.org>
4524
4525 * isearch.el (isearch): Add :links in defgroup.
4526 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4527 (isearch-switch-frame-handler): Comment out (unused).
4528 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4529 (isearch-ring-retreat-edit): Doc fix.
4530 (isearch-mouse-yank): New command.
4531 (isearch-last-command-char): Removed. Callers changed to use
4532 last-command-char.
4533 (isearch-char-to-string): Removed. Callers changed to use
4534 char-to-string.
4535
4536 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4537
4538 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4539 option for Russian.
4540
4541 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4542
4543 * faces.el (face-differs-from-default-p): Compare face
4544 attributes individually.
4545
4546 * image.el (put-image, insert-image): Add string argument.
4547
4548 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4549
4550 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4551 LANG=de_DE.iso88591 on HPUX 11.0.
4552
4553 * dired.el (dired-move-to-filename-regexp): Make it work
4554 for LANG=de_DE.iso88591 on HPUX 11.0.
4555
4556 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4557
4558 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4559 if we know for some other reason it should not be used.
4560
4561 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4562 New variable.
4563 (edebug-recursive-edit): Save current-prefix-arg there,
4564 bind it, and set it back at the end.
4565 (edebug-outside-excursion): Restore and update the outside
4566 value of current-prefix-arg.
4567 (edebug-emacs-version-specific): Delete support for Epoch.
4568
4569 1999-09-24 Howard Melman <howard@silverstream.com>
4570
4571 * imenu.el (imenu-after-jump-hook): New variable.
4572 (imenu): Run menu-after-jump-hook.
4573 (imenu-name-lookup-function): New variable.
4574 * imenu.el (imenu--in-alist): Use those variables.
4575
4576 1999-09-24 Carsten Dominik <cd@gnu.org>
4577
4578 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4579 multiple thebibliography environments.
4580
4581 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4582 with recentering window.
4583 (reftex-extract-bib-entries-from-thebibliography,
4584 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4585 with multiple thebibliography environments.
4586
4587 * textmodes/reftex-vars.el
4588 (reftex-section-levels): Function allowed as cdr.
4589 (reftex-max-section-depth) New option.
4590
4591 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4592 with multiple thebibliography environments.
4593
4594 1999-09-23 Gerd Moellmann <gerd@gnu.org>
4595
4596 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4597 instead of point-min in call to delete-region.
4598
4599 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4600
4601 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4602 out into arbitrary file names.
4603
4604 1999-09-19 Ken'ichi Handa <handa@gnu.org>
4605
4606 * language/european.el ("Turkish"): New language environment.
4607
4608 1999-09-19 Dave Love <fx@gnu.org>
4609
4610 * delim-col.el: New file.
4611
4612 1999-09-17 Richard Stallman <rms@gnu.org>
4613
4614 * files.el (after-find-file): When visiting a backup file,
4615 make it read-only.
4616
4617 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4618 (apropos-keybinding-face, apropos-label-face): Likewise.
4619 (apropos-property-face, apropos-match-face): Likewise.
4620 (apropos-label-properties): New variable.
4621 (apropos-print-doc): Use apropos-label-properties.
4622 (apropos-print): Set apropos-label-properties.
4623
4624 1999-09-15 Richard Stallman <rms@gnu.org>
4625
4626 * winner.el: Use aref instead of sref.
4627
4628 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4629
4630 1999-09-14 Gerd Moellmann <gerd@gnu.org>
4631
4632 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4633
4634 1999-09-14 Richard Stallman <rms@gnu.org>
4635
4636 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4637 cookie, even if followed by a letter.
4638
4639 1999-09-14 Stephen Eglen <stephen@gnu.org>
4640
4641 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4642 --no-line-editing are passed to Octave by including them here
4643 rather than storing them in inferior-octave-startup-args.
4644
4645 1999-09-14 Eli Zaretskii <eliz@gnu.org>
4646
4647 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4648 command, option, env and sc.
4649
4650 * subr.el (shell-quote-argument): Quote argument with double
4651 quotes for ms-dos.
4652
4653 1999-09-14 Richard Stallman <rms@gnu.org>
4654
4655 * simple.el (eval-expression-print-level): New variable.
4656 (eval-expression-print-length): New variable.
4657 (eval-expression-debug-on-error): New variable.
4658 (eval-expression): Bind print-level, print-length and
4659 debug-on-error from those vars.
4660
4661 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4662 Bind print-level, print-length and debug-on-error.
4663
4664 1999-09-14 Inge Frick <inge@nada.kth.se>
4665
4666 * dired.el (dired-recursive-deletes): New custom variable.
4667 (dired-re-no-dot): New variable.
4668 (dired-delete-file): New function deletes files and directories
4669 recursively.
4670 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4671
4672 * dired-aux.el (dired-recursive-copies): New custom variable.
4673 (dired-handle-overwrite): Broke a long line.
4674 (dired-copy-file): Call `dired-copy-file-recursive' instead of
4675 `copy-file'.
4676 (dired-copy-file-recursive): New function. Copy directories
4677 recursively.
4678 (dired-do-create-files): Added support for generalized directory
4679 target. How-to function may now return a function. New fluid
4680 variable `dired-one-file'.
4681 (dired-copy-how-to-fn): New variable.
4682 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4683 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4684 (dired-do-copy-regexp): No recursive copies.
4685
4686 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
4687
4688 * whitespace.el (whitespace-version): Update version to 2.4
4689
4690 * whitespace.el: Add customization variables to conditionally test
4691 any of the five whitespaces, per request from Rune Kleveland
4692 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4693
4694 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4695
4696 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4697 list of modes to be checked for bogus whitespaces.
4698
4699 * whitespace.el (whitespace-rescan-timer-time): Update
4700 documentation.
4701
4702 * whitespace.el (whitespace-display-unchecked-whitespaces):
4703 New function to update modeline with untested whitespaces.
4704
4705 * whitespace.el (whitespace-buffer): Test only whitespaces whose
4706 checking is turned on, and update modeline using the newly created
4707 `whitespace-display-unchecked-whitespaces'.
4708
4709 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4710 whose checking is turned on, and update modeline using the newly
4711 created `whitespace-display-unchecked-whitespaces'.
4712
4713 * whitespace.el (whitespace-describe): Update documentation.
4714
4715 * whitespace.el (whitespace-tickle-timer): Test if
4716 `whitespace-rescan-timer-time' is non-zero before tickling timer.
4717
4718 1999-09-13 Dave Love <fx@gnu.org>
4719
4720 * hideif.el (hide-ifdef-mode): Add autoload cookie.
4721
4722 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4723 for temp buffer.
4724 (checkdoc-this-string-valid): Don't assume default comment-start.
4725
4726 1999-09-13 Gerd Moellmann <gerd@gnu.org>
4727
4728 * rsz-mini.el: Remove code, keep the interface.
4729
4730 1999-09-13 Dave Love <fx@gnu.org>
4731
4732 * help.el (help-highlight-p): Doc fix.
4733
4734 * faces.el (mode-line, header-line, tool-bar): Add :version.
4735 (highlight, secondary-selection): Add :group.
4736 (trailing-whitespace): Add :group, :version.
4737
4738 * wid-edit.el: Remove some compatibility code and checks.
4739 (widget-specify-field, widget-specify-button): Don't use XEmacs
4740 properties.
4741 (widget-overlay-inactive): Change error message.
4742 (widget-button-pressed-face): New variable.
4743 (widget-button-click): Use it.
4744 (widget-documentation-link-add): Specify mouse and button faces.
4745 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4746 removed now the functionality is built in.
4747
4748 * cus-edit.el: Don't define-widget-keywords.
4749 (multimedia): New group.
4750 (custom-last): Function removed.
4751 (custom-quote): Add vectorp case, comment out characterp case.
4752 (custom-buffer-done-function, custom-raised-buttons): New option.
4753 (Custom-buffer-done): New function.
4754 (custom-buffer-create-internal): Obey custom-raised-buttons,
4755 Custom-buffer-done.
4756 (custom-button-face): Make it `released-button'.
4757 (custom-button-pressed-face): Make it `pressed-button'
4758 (custom-mode-map): Bind "q" to Custom-buffer-done.
4759 (custom-mode): Deal with raised/pressed buttons.
4760
4761 Changes from Didier Verna:
4762 (custom-prompt-variable): Optional third arg makes prompt for a
4763 comment string.
4764 (customize-set-value, customize-set-variable,
4765 customize-save-variable): Optional prefix makes function handle
4766 variable comments.
4767 (customize-customized, customize-saved, custom-variable-state-set)
4768 (custom-variable-set, custom-variable-save, custom-face-state-set)
4769 (custom-variable-reset-saved, custom-variable-reset-standard)
4770 (custom-face-set, custom-face-save, custom-face-reset-saved)
4771 (custom-face-reset-standard, customize-save-customized): Handle
4772 custom comments.
4773 (custom-comment-face, custom-comment-tag-face): New face.
4774 (custom-comment): New widget.
4775 (custom-comment-create, custom-comment-delete)
4776 (custom-comment-value-set, custom-comment-show)
4777 ()custom-comment-invisible-p): New functions.
4778 (custom-variable-value-create, custom-face-value-create): Create a
4779 comment field widget.
4780 (custom-variable-menu, custom-face-menu): New entry for custom
4781 comment.
4782 (custom-face-value-create): Remove compatibility code.
4783 (custom-save-variables, custom-save-faces): Possibly save custom
4784 comments.
4785
4786 * cus-face.el (custom-face-attributes): Simplify :underline,
4787 :overline, :inverse-video cases. Fix up :box case (probably needs
4788 more work).
4789
4790 Change from Didier Verna:
4791 (custom-set-faces): The arguments can now have a custom comment as
4792 fourth argument.
4793
4794 * custom.el: Don't define-widget-keywords.
4795 Change from Didier Verna:
4796 (custom-set-variables): The arguments can now have a
4797 custom comment as fifth element.
4798
4799 1999-09-13 Richard Stallman <rms@gnu.org>
4800
4801 * info.el (Info-find-node): Cope better if guesspos is too large.
4802
4803 1999-09-12 Gerd Moellmann <gerd@gnu.org>
4804
4805 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4806 of buffer-substring because buffer-string doesn't copy the
4807 prompt.
4808
4809 * faces.el (mode-line): Replaces `modeline'.
4810 (toplevel): Make `modeline' an alias for `mode-line'.
4811
4812 1999-09-12 Gerd Moellmann <gerd@gnu.org>
4813
4814 * gs.el: Change `ghostscript' to `postscript' in comment.
4815
4816 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
4817
4818 * emulation/tpu-edt.el (tpu-version): New version.
4819 (tpu-search-overlay, tpu-replace-overlay): New variables.
4820 (tpu-search-highlight, tpu-toggle-direction): New functions.
4821 (tpu-lm-replace): Set tpu-replace-overlay.
4822 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4823 command hook.
4824
4825 1999-09-11 Richard Stallman <rms@gnu.org>
4826
4827 * isearch.el (isearch-mode-map): Undo previous change.
4828
4829 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4830 use all of that as the sexp.
4831
4832 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4833 and use the initial argument as file name directly.
4834 Likewise if nothing matches.
4835
4836 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
4837
4838 * winner.el: Major changes. Avoid changing point and mark.
4839 Save configurations after they change, not before.
4840
4841 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
4842
4843 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4844 Bind print-continuous-numbering and print-number-table.
4845
4846 1999-09-10 Dave Love <fx@gnu.org>
4847
4848 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4849
4850 1999-09-09 Richard Stallman <rms@gnu.org>
4851
4852 * whitespace.el: Finish making it fit Emacs conventions.
4853 Add autoloads.
4854
4855 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
4856
4857 * generic-x.el (bat-generic-mode): "::"-style comments don't
4858 need to begin with "-". Fix the font-lock definitions of ON/OFF
4859 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
4860 from the list of keywords. Add DO to the list of keywords.
4861
4862 1999-09-09 Dave Love <fx@gnu.org>
4863
4864 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4865 (byte-optimize-backward-word): New optimizations.
4866 (side-effect-free-fns, side-effect-and-error-free-fns): Add
4867 entries.
4868
4869 1999-09-09 Gerd Moellmann <gerd@gnu.org>
4870
4871 * image.el (put-image): Remove optional buffer parameter.
4872
4873 * faces.el (face-italic-p): Return t only for values `italic'
4874 and `oblique'.
4875
4876 * mouse.el (mouse-drag-mode-line-1): Extension of former
4877 mouse-drag-mode-line that also drags the header line.
4878 (mouse-drag-mode-line): Call it.
4879 (mouse-drag-header-line): New.
4880 (toplevel): Bind down-mouse-1 on header lines to
4881 mouse-drage-header-line.
4882
4883 1999-09-08 Gerd Moellmann <gerd@gnu.org>
4884
4885 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4886 (make-mode-line-mouse-sensitive): Replace `top-line' by
4887 `header-line'.
4888
4889 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
4890
4891 * help.el (describe-function-1): Don't return empty string for keymaps.
4892
4893 * fill.el (fill-region-as-paragraph, canonically-space-region):
4894 Respect colon-double-space at end of line.
4895
4896 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
4897
4898 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4899 (backup-buffer): Use it.
4900
4901 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
4902
4903 * generic-x.el (generic-define-unix-modes): Added new modes:
4904 inetd-conf-generic-mode, etc-services-generic-mode,
4905 etc-passwd-generic-mode. These are all defined for Unix by default.
4906 (apache-generic-mode): Use an imenu-generic-expression to list
4907 Configuration keywords.
4908 (samba-generic-mode): Use both ; and # as comment characters.
4909 (samba-generic-mode): Font-lock expressions now highlight name
4910 value pairs.
4911 (bat-generic-mode): Keywords are now case-insensitive through
4912 font-lock-defaults setting.
4913 (java-properties-generic-mode): Supports both ! and # as comment
4914 characters.
4915 (java-properties-generic-mode): Added an imenu-generic-expression
4916 (java-properties-generic-mode): Reworked to support the various
4917 different ways to separate name and value (viz, '=', ':' and
4918 whitespace).
4919 (show-tabs-generic-mode): Added this new generic-mode.
4920
4921 1999-09-08 Richard Stallman <rms@gnu.org>
4922
4923 * progmodes/inf-lisp.el: Moved from top directory.
4924
4925 * tar-mode.el (tar-header-block-tokenize):
4926 Use `when' instead of `and'. Fix some clobbered text.
4927
4928 * gud.el (gud-make-debug-menu): Make a child for the
4929 local menu, for its menu bar, and the debug menu.
4930 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4931 Use the history in the simple way.
4932
4933 1999-09-07 Kenichi Handa <handa@etl.go.jp>
4934
4935 * language/korea-util.el (default-korean-keyboard): Initialize it
4936 according to the environment variable HANGUL_KEYBOARD_TYPE.
4937
4938 1999-09-07 Richard Stallman <rms@gnu.org>
4939
4940 * subr.el (make-temp-file): New function.
4941
4942 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
4943
4944 * font-lock.el (font-lock-multiline): New text property contains
4945 a boolean to indicate if the char is part of a multiline match.
4946 (font-lock-default-fontify-region): Extend the region appropriately
4947 for multiline keywords.
4948 (font-lock-default-unfontify-region): Also remove the new
4949 font-lock-multiline text property.
4950 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4951 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4952
4953 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4954
4955 * diary-lib.el (list-diary-entries): Make sure two-digit years
4956 have leading zeros.
4957
4958 1999-09-07 Gerd Moellmann <gerd@gnu.org>
4959
4960 * faces.el (face-set-after-frame-default): Initialize some
4961 attributes of some faces from frame parameters.
4962
4963 * faces.el (scroll-bar, border, cursor, mouse): New faces.
4964
4965 1999-09-07 Gerd Moellmann <gerd@gnu.org>
4966
4967 * faces.el (fringe): Replaces face `margin'.
4968
4969 1999-09-07 Dave Love <fx@gnu.org>
4970
4971 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4972
4973 1999-09-07 Richard Stallman <rms@gnu.org>
4974
4975 * subr.el (push): Doc fix.
4976
4977 1999-09-06 Richard Stallman <rms@gnu.org>
4978
4979 * vc.el (vc-annotate-display): Use < 69 not < 70
4980 to distinguish 20YY from 19YY.
4981
4982 * timezone.el (timezone-parse-date): Use < 69 not < 70
4983 to distinguish 20YY from 19YY.
4984
4985 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4986
4987 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
4988
4989 * quickurl.el: (quickurl-list-focused-line): Removed.
4990 (quickurl-list-insert): Now works out the focused line using
4991 `count-lines' instead of using `quickurl-list-focused-line'.
4992
4993 1999-09-06 Richard Stallman <rms@gnu.org>
4994
4995 * mail/rmail.el (rmail-retry-failure): Unconditionally move
4996 to beginning of message.
4997
4998 1999-09-06 Dave Love <fx@gnu.org>
4999
5000 * isearch.el (isearch-mode-map): Add mouse-2.
5001
5002 * mail/rmail.el (rmail-read-password): Deleted.
5003 (rmail-get-pop-password): Use read-password.
5004
5005 * quickurl.el: Don't conditionally define caddr.
5006 (quickurl-url-comment): Use nth, not caddr in function and
5007 defsetf.
5008
5009 1999-09-06 Richard Stallman <rms@gnu.org>
5010
5011 * auto-show.el: Doc fixes.
5012
5013 1999-09-06 Stephen Eglen <stephen@gnu.org>
5014
5015 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5016 --no-line-editing so that TABs in source files are not interpreted
5017 as completion requests.
5018
5019 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5020
5021 * hscroll.el, auto-show.el: Remove all code, keep the public
5022 interface as no-ops.
5023
5024 * faces.el (face-bold-p): Don't return t if face has lighter
5025 weight than normal.
5026
5027 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5028
5029 * startup.el (command-line): Make small-temporary-file-directory
5030 be nil except on ms-dos.
5031
5032 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5033
5034 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5035 is defined.
5036
5037 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5038 letters with a colon after d or l.
5039
5040 1999-09-06 Dave Love <fx@gnu.org>
5041
5042 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5043 primitive.)
5044
5045 1999-09-05 Richard Stallman <rms@gnu.org>
5046
5047 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5048
5049 * textmodes/paragraphs.el (backward-kill-sentence):
5050 Don't test minibuffer-prompt-end here.
5051 (forward-sentence): Do handle it here.
5052 (backward-kill-paragraph): Don't test it here.
5053 (forward-paragraph): Handle it here.
5054
5055 * mouse.el (font-menu-add-default): Simplify code.
5056
5057 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5058
5059 * faces.el (header-line): Renamed from `top-line'.
5060
5061 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5062
5063 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5064
5065 1999-09-04 Richard Stallman <rms@gnu.org>
5066
5067 * whitespace.el: New file.
5068
5069 1999-09-04 Dave Love <fx@gnu.org>
5070
5071 * paths.el: Make some doc strings obey the make-docfile convention.
5072
5073 * bindings.el: Likewise.
5074 (debug-ignored-errors): Remove BBDB ones.
5075
5076 1999-09-03 Richard Stallman <rms@gnu.org>
5077
5078 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5079 not from the draft to forward.
5080
5081 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5082
5083 1999-09-03 Dave Love <fx@gnu.org>
5084
5085 * double.el (double-mode): Customize the variable.
5086
5087 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5088
5089 * international/characters.el: Delete duplicated code.
5090
5091 1999-09-02 Richard Stallman <rms@gnu.org>
5092
5093 * indent.el (indent-relative): Doc fix.
5094
5095 * quickurl.el (quickurl): Doc fix.
5096
5097 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5098
5099 * faces.el (margin): Change background to "gray" for mono (this is
5100 drawn with a stipple pattern).
5101
5102 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5103
5104 * simple.el (next-history-element): Use minibuffer-prompt-end once
5105 again. Remove test for minibuffer-prompt-in-buffer.
5106
5107 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5108
5109 * files.el (small-temporary-file-directory): New variable.
5110
5111 * startup.el (command-line): Compute the value of
5112 small-temporary-file-directory.
5113
5114 * ediff-init.el (ediff-temp-file-prefix): Use
5115 small-temporary-file-directory if non-nil.
5116
5117 * vc.el (vc-update-change-log): Likewise.
5118
5119 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5120
5121 * simple.el (shell-command, shell-command-on-region): Use
5122 make-temp-name properly. Use small-temporary-file-directory if
5123 non-nil, otherwise temporary-file-directory, to generate temporary
5124 files.
5125
5126 * dos-w32.el (direct-print-region-helper): Use
5127 temporary-file-directory. (From Stefan Monnier.)
5128
5129 1999-09-02 Richard Stallman <rms@gnu.org>
5130
5131 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5132 from asm-comment-char.
5133 (asm-font-lock-keywords): Recognize instruction width suffixes.
5134
5135 1999-09-01 Richard Stallman <rms@gnu.org>
5136
5137 * play/fortune.el: New file.
5138
5139 1999-08-31 Dave Love <fx@gnu.org>
5140
5141 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5142 after key table.
5143
5144 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5145 redisplay variables.
5146
5147 * subr.el (push): Fix typo.
5148
5149 1999-08-30 Kevin Blake <kblake@ticnet.com>
5150
5151 * emacs-lisp/ring.el: Many doc fixes.
5152 (ring-size, ring-copy): New functions.
5153
5154 1999-08-29 Richard Stallman <rms@gnu.org>
5155
5156 * progmodes/etags.el (tags-loop-continue):
5157 After tags-loop-operate returns, force skip to next file.
5158
5159 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5160 (mail-extr-first-letters, mail-extr-last-letters):
5161 Use character classes [:alpha:] and [:alnum:].
5162
5163 * subr.el (push, pop): New macros.
5164
5165 * progmodes/compile.el (compilation-error-regexp-alist):
5166 New item for SGI IRIX MipsPro compilers.
5167
5168 * speedbar.el (speedbar-directory-buttons): Recognize
5169 device names when checking for file names.
5170
5171 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5172
5173 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5174 and specially handle defvar inside their expansions.
5175 (eval-defun-1): New subroutine.
5176
5177 * progmodes/compile.el (compilation-error-regexp-alist):
5178 Fix the Perl -w entry to allow period after line number.
5179 Don't allow newlines in file name, but allow them after line number
5180 for Perl debugging traces.
5181
5182 * which-func.el (which-func-cleanup-function): New variable.
5183 (which-function): Call that function.
5184
5185 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5186 to end a function name.
5187
5188 * informat.el (Info-tagify): Don't insert more than one newline
5189 before the tag table.
5190
5191 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5192
5193 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5194 than make-temp-name, use match-string-no-properties, and eliminate
5195 a quadratic behavior when building bibtex-strings.
5196
5197 1999-08-29 Alex Schroeder <alex@gnu.org>
5198
5199 * comint.el (comint-input-ring-separator): New variable.
5200 (comint-read-input-ring): Doc change; use
5201 comint-input-ring-separator when reading file.
5202 (comint-write-input-ring): Use
5203 comint-input-ring-separator when writing file.
5204
5205 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5206
5207 * informat.el (Info-tagify): Start by widening.
5208 Match node headers that don't list the file name,
5209 and more kinds of page separations.
5210 Strip properties during tagification.
5211 Use start of node header line as tag's position.
5212 Fix the "done" message.
5213
5214 (Info-validate): Save and restore match data around narrowing down.
5215
5216 1999-08-28 Richard M. Stallman <rms@gnu.org>
5217
5218 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5219 On repeated call, override previous values put into
5220 minor-mode-map-alist and minor-mode-alist.
5221
5222 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5223
5224 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5225
5226 1999-08-27 Andreas Schwab <schwab@gnu.org>
5227
5228 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5229 from cvs update.
5230
5231 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5232
5233 * calendar/calendar.el (calendar-move-hook): New hook.
5234
5235 * calendar/cal-move.el: Call the new hook in every movement function.
5236
5237 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5238 the right function name.
5239
5240 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5241
5242 * time-stamp.el: Put quote-backquote around all symbol names
5243 in doc strings, for mousing.
5244 (time-stamp): Support multi-line patterns.
5245 (time-stamp-inserts-lines): New variable.
5246 (time-stamp-count): New variable.
5247 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5248 "Thu" instead of "%a".
5249
5250 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5251
5252 * simple.el (kill-word): Undo previous change.
5253
5254 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5255
5256 * jit-lock.el (jit-lock-function): Extend the fontified range
5257 to the beginning of the line containing the range start and
5258 the beginning of the line following the range end.
5259
5260 1999-08-24 Dave Love <fx@gnu.org>
5261
5262 * timezone.el: Move provide to end.
5263 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5264 <70 are 2000+.
5265 (timezone-parse-time): Simplify somewhat.
5266
5267 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5268
5269 * faces.el (margin): Renamed from bitmap-area.
5270
5271 1999-08-24 Alex Schroeder <alex@gnu.org>
5272
5273 * sql.el: Doc changes.
5274 (sql-sybase): Use sql-server instead of sql-database.
5275
5276 1999-08-23 Dave Love <fx@gnu.org>
5277
5278 * rect.el: Add/fix various doc strings. Add `*' to all the
5279 interactive specs.
5280
5281 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5282
5283 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5284 Don't unwind-protect font-lock-fontify-region.
5285
5286 * paragraphs.el (backward-kill-paragraph): Don't move
5287 point into mini-buffer prompt.
5288 (backward-kill-sentence): Ditto.
5289
5290 * simple.el (next-history-element): Use minibuffer-prompt-end.
5291 Remove test for minibuffer-prompt-in-buffer.
5292 (kill-word): Don't move point into mini-buffer prompt.
5293
5294 1999-08-21 Dave Love <fx@gnu.org>
5295
5296 * Makefile: Exclude CVS dirs like RCS.
5297
5298 1999-08-19 Dave Love <fx@gnu.org>
5299
5300 * tooltip.el (tooltip-mode): Customize this, per convention.
5301 (tooltip-active): Option deleted.
5302
5303 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5304
5305 * hanoi.el, page-ext.el: Declare dynamic vars.
5306
5307 * term.el: Avoid ange-ftp related compilation warnings.
5308
5309 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5310
5311 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5312 the default so that beginners can benefit from it without
5313 searching in manuals.
5314
5315 1999-08-18 Ray Blaak <blaak@gnu.org>
5316
5317 * progmodes/delphi.el: Consider assembly sections as blocks, to
5318 indent them better. Make auto-indent on newline optional.
5319
5320 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5321
5322 * bindings.el (mode-line-modified): Look up key binding for C-x
5323 C-q. If it's bound call that binding, otherwise call
5324 toggle-read-only.
5325
5326 1999-08-17 Dave Love <fx@gnu.org>
5327
5328 * info.el (info): Doc fix.
5329
5330 * finder.el (finder-known-keywords): Add `multimedia'.
5331
5332 * apropos.el: Don't capitalize custom group name.
5333
5334 * info-look.el: Remove compatibility code.
5335 (info-lookup-guess-default*): DTRT for point at start of symbol.
5336 (info-complete): Don't lose with point not at end of symbol.
5337
5338 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5339
5340 * term.el (toplevel): Make face `term-default' an empty face.
5341 The code relied on the fact that Emacs ignored invalid faces in
5342 face text properties in 20.4.
5343
5344 1999-08-16 Richard M. Stallman <rms@gnu.org>
5345
5346 * subr.el (point-at-eol, point-at-bol): New aliases.
5347
5348 * simple.el: Functions reordered.
5349
5350 * rect.el (delete-rectangle-line): Use line-end-position.
5351
5352 1999-08-16 Karl Heuer <kwzh@gnu.org>
5353
5354 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5355 here from simple.el.
5356
5357 1999-08-16 Dave Love <fx@gnu.org>
5358
5359 * mouse.el: Provide `mldrag' for compatibility.
5360 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5361 marked obsolete.
5362
5363 * mldrag.el: Removed since the features are in mouse.el.
5364
5365 * jka-compr.el (auto-compression-mode): New variable for
5366 customization.
5367
5368 * bindings.el (mode-line-mule-info): Doc fix.
5369
5370 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5371 name comparisons.
5372
5373 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5374 (find-file): Doc fix.
5375
5376 1999-08-16 Carsten Dominik <cd@gnu.org>
5377
5378 * textmodes/reftex.el: Most of the code moved to other files.
5379 * textmodes/reftex-auc.el: New file, split out from reftex.el
5380 * textmodes/reftex-cite.el: New file, split out from reftex.el
5381 * textmodes/reftex-global.el: New file, split out from reftex.el
5382 * textmodes/reftex-index.el: New file, split out from reftex.el
5383 * textmodes/reftex-parse.el: New file, split out from reftex.el
5384 * textmodes/reftex-ref.el: New file, split out from reftex.el
5385 * textmodes/reftex-sel.el: New file, split out from reftex.el
5386 * textmodes/reftex-toc.el: New file, split out from reftex.el
5387 * textmodes/reftex-vars.el: New file, split out from reftex.el
5388 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5389
5390 1999-08-16 Carsten Dominik <cd@gnu.org>
5391
5392 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5393 conflict with pop-up-frames.
5394 (reftex-special-environment-parsers): New constant.
5395 (reftex-label-alist): car of an entry can also be a function.
5396 (reftex-what-special-env): Cew function.
5397 (reftex-label-location): Call `reftex-what-special-env'.
5398 (reftex-compile-variables): Check for symbol in
5399 `reftex-label-alist'.
5400 (reftex-what-environment): Fixed bug with stacked environments of
5401 same kind (e.g. enumerate).
5402 (reftex-process-string): Preserve default directory.
5403 (reftex-label-alist-builtin): Changed prefixes of endnote and
5404 footnote. Also the magic words.
5405 (reftex-reference): Interprete new option
5406 `reftex-fref-is-default'.
5407 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5408 (reftex-toc-mouse-view-line): Command removed (had no binding).
5409 (reftex-everything-regexp): New function.
5410 (reftex-nearest-match): Made better.
5411 (reftex-toc-find-section): Use new version of
5412 `reftex-nearest-match'.
5413 (reftex-insert-docstruct): Adapted to work with the index stuff.
5414 (reftex-parse-from-file): Find index entries as well.
5415 (reftex-toc-toggle-index): New function
5416 (reftex-toc-map): `i' is now used to togle the index, File
5417 boundaries has been moved to `F'.
5418 (reftex-select-label-map): Toggling display of file boundaries is
5419 now on the `F' key, for consistency with `reftex-toc-map'.
5420 (reftex-erase-all-selection-and-index-buffers): Renamed from
5421 `reftex-erase-all-selection-buffer'. Now also kills the index
5422 buffers.
5423 (reftex-viewing-cross-references): Customization group renamed
5424 from reftex-viewing-cross-references-and-citations.
5425 (reftex-index-macro-regexp,
5426 reftex-find-index-entry-regexp-format): New variables
5427 (reftex-macros-with-index): New variable
5428 (reftex-add-index-macros): New function
5429 (reftex-renumber-simple-labels, reftex-translate): Allow for
5430 multiple labels in a single ref command.
5431 (reftex-index-support): New customization group
5432 (reftex-support-index, reftex-index-special-chars,
5433 reftex-index-macros, reftex-index-default-macro,
5434 reftex-index-default-tag, reftex-index-math-format,
5435 reftex-index-section-letters, reftex-index-include-context,
5436 reftex-index-follow-mode, reftex-index-header-face,
5437 reftex-index-section-face, reftex-index-tag-face,
5438 reftex-index-face): New options
5439 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5440 reftex-index-tag, reftex-index-return-marker,
5441 reftex-index-restriction-indicator, reftex-index-restriction-data,
5442 reftex-index-macro-regexp, reftex-index-level-re,
5443 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5444 reftex-everything-regexp-no-index, reftex-index-re,
5445 reftex-macros-with-index, reftex-index-macro-alist): New variables
5446 (reftex-index-help, reftex-index-macros-builtin,
5447 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5448 reftex-query-index-macro-help): New constants
5449 (reftex-index-selection-or-word, reftex-index,
5450 reftex-default-index, reftex-update-default-index,
5451 reftex-index-complete-tag, reftex-index-select-tag,
5452 reftex-index-complete-key, reftex-index-update-taglist,
5453 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5454 reftex-display-index, reftex-insert-index,
5455 reftex-index-insert-new-letter, reftex-get-restriction,
5456 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5457 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5458 reftex-index-toggle-follow, reftex-index-toggle-context,
5459 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5460 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5461 reftex-index-quit, reftex-index-quit-and-kill,
5462 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5463 reftex-index-revert, reftex-index-switch-index-tag,
5464 reftex-index-restrict-to-section, reftex-index-widen,
5465 reftex-index-restriction-forward,
5466 reftex-index-restriction-backward, reftex-index-visit-location,
5467 reftex-index-analyze-entry, reftex-index-globalize,
5468 reftex-index-edit, reftex-index-toggle-range-beginning,
5469 reftex-index-toggle-range-end, reftex-index-edit-key,
5470 reftex-index-edit-attribute, reftex-index-edit-visual,
5471 reftex-index-edit-part, reftex-index-level-down,
5472 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5473 reftex-index-change-entry, reftex-index-goto-letter,
5474 reftex-add-index-macros, reftex-ensure-index-support,
5475 reftex-index-info-safe, reftex-index-info): New functions.
5476
5477
5478 1999-08-15 Richard M. Stallman <rms@gnu.org>
5479
5480 * paren.el (show-paren-mode): Support making show-paren-mode
5481 a buffer-local variable. Don't check for a window system.
5482 (show-paren-function): Check whether show-paren-function is
5483 enabled in current buffer; do the right thing if not.
5484 Don't check for a window system.
5485 (show-paren-mode): Make it a user variable.
5486
5487 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5488 Handle `enum' like `struct'.
5489
5490 * server.el (server-process-filter): If a client visits no buffers,
5491 close it immediately before recording it.
5492
5493 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5494 Optimize by calling concat just once. Handle =\n sequence.
5495 (mail-unquote-printable-region): New command.
5496 (mail-quote-printable): Make it autoload.
5497
5498 1999-08-15 Karl Heuer <kwzh@gnu.org>
5499
5500 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5501
5502 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5503
5504 * lisp/texinfmt.el: Handle @ifnottex.
5505
5506 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5507
5508 * frame.el (blink-cursor): Don't turn on cursor blinking for
5509 ms-dos.
5510
5511 * faces.el (face-valid-attribute-values): Look in
5512 x-bitmap-file-path only for x and w32 window systems.
5513
5514 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5515 Do that if width is nil as well.
5516 (x-display-mm-height, x-display-mm-width): Update values.
5517 (x-colors): Compute the list from msdos-color-values.
5518 (x-select-enable-clipboard): Doc fix.
5519 (x-frob-font-weight, x-font-family-list): New functions.
5520
5521 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5522
5523 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5524 back up from beginning of buffer.
5525
5526 1999-08-13 Karl Heuer <kwzh@gnu.org>
5527
5528 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5529
5530 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5531
5532 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5533 doomsday clock, speed control is added and changes are made to
5534 allow large numbers of rings: rings now show the whole ring
5535 number, not just the last digit; consecutive rings are allowed to
5536 be the same size when necessary to fit all the rings in the
5537 window; and poles can be oriented horizontally. Face support is
5538 thrown in gratuitously.
5539 (hanoi): Changed default number of rings back to 3.
5540 (hanoi-unix, hanoi-unix-64): New commands
5541 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5542 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5543 hanoi-odd-ring-face): New variables.
5544 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5545 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5546 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5547 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5548 (hanoi-topos, hanoi-draw-ring): Removed.
5549
5550 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5551
5552 * faces.el (face-valid-attribute-values): Return an alist for
5553 families on ttys.
5554 (face-read-integer): Handle unspecified face attributes. Add
5555 completion for `unspecified'.
5556 (read-face-attribute): Handle unspecified font attributes.
5557 (face-valid-attribute-values): Add `unspecified' to lists so that
5558 it can be chosen via completion.
5559 (face-read-string): Don't recognize "none" as input.
5560
5561 1999-08-10 Dave Love <fx@gnu.org>
5562
5563 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5564 string.
5565
5566 * sun-curs.el: Require sun-fns.
5567
5568 1999-08-10 Dave Love <fx@gnu.org>
5569
5570 * autorevert.el (auto-revert-mode): Add autoload cookie.
5571
5572 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5573 hscroll.
5574
5575 * simple.el (hscroll-step, hscroll-point-visible)
5576 (hscroll-window-column): Remove now we have the mentioned real
5577 horizontal autoscrolling.
5578
5579 1999-08-10 Richard M. Stallman <rms@gnu.org>
5580
5581 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5582 control use of -f option.
5583 (mail-specify-envelope-from): New variable.
5584 (mail-from-style): Doc fix.
5585
5586 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5587 (easy-menu-get-map): New arg TO-MODIFY helps choose
5588 between local and global maps.
5589 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5590 (easy-menu-change): Doc fix.
5591
5592 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5593 (info-lookup-guess-default): Simplified and cleaned up.
5594 (info-lookup-guess-default*): Preserve point.
5595
5596 * view.el (view-mode-disable): If buffer-read-only is nil,
5597 don't change it.
5598
5599 * files.el (after-find-file): Disable View mode if buffer is no
5600 longer read-only.
5601
5602 * view.el (view-mode-enable, view-mode-disable):
5603 Call force-mode-line-update.
5604
5605 1999-08-10 Karl Heuer <kwzh@gnu.org>
5606
5607 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5608 * array.el, play/landmark.el, international/latin-3.el: Likewise.
5609 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5610
5611 1999-08-10 Alex Schroeder <asc@bsiag.com>
5612
5613 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5614 to prevent m-eating-bug.
5615
5616 1999-08-10 Eli Zaretskii <eliz@gnu.org>
5617
5618 * term/pc-win.el (msdos-bg-mode): Remove. Call
5619 frame-set-background-mode instead. All callers changed.
5620 (msdos-face-setup): Don't force color display parameter, it is set
5621 by frame-set-background-mode.
5622 (make-msdos-frame): Call x-handle-reverse-video and
5623 face-set-after-frame-default. Delete frame if creation failed.
5624
5625 * faces.el (face-set-after-frame-default): Don't call
5626 make-face-x-resource-internal for the pc window-system.
5627
5628 1999-08-10 Dave Love <fx@melange.gnu.org>
5629
5630 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5631 case with no docstring specially.
5632
5633 1999-08-09 Eli Zaretskii <eliz@gnu.org>
5634
5635 * complete.el (PC-do-completion): If completing on file name,
5636 reproduce str by concatenating its directory and basename parts.
5637
5638 1999-08-07 Dave Love <fx@gnu.org>
5639
5640 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
5641 unibyte to multibyte conversion of search-forward (from Handa),
5642 but avoid the replacement if the language is Latin-N.
5643
5644 1999-08-06 Richard Stallman <rms@gnu.org>
5645
5646 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5647 of eval-buffer.
5648
5649 * international/mule.el (load-with-code-conversion):
5650 Pass t to eval-buffer for DO-ALLOW-PRINT.
5651
5652 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
5653
5654 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5655 of filenames and attributes.
5656 (ls-lisp-insert-directory): Use directory-files-and-attributes
5657 for speed.
5658
5659 1999-08-05 Dave Love <fx@gnu.org>
5660
5661 * auto-show.el (auto-show-mode): Fix :set.
5662
5663 * widget.el (define-widget-keywords): Make dummy definition and
5664 comment-out its use.
5665
5666 1999-08-04 Richard Stallman <rms@gnu.org>
5667
5668 * progmodes/tcl.el: Customized.
5669
5670 * sql.el (sql-accumulate-and-indent): Instead of testing
5671 whether this is Emacs 20 before calling comint-accumulate,
5672 test whether comint-accumulate is defined.
5673
5674 1999-08-04 Dave Love <fx@gnu.org>
5675
5676 * sgml-mode.el: Require outline when compiling.
5677 (sgml-mode-hook, html-mode-hook): Customize.
5678 (sgml-validate-command): Fix :version.
5679 (html-autoview-mode): Doc fix.
5680
5681 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5682 nothing in Latin-N environment.
5683
5684 * info.el (Info-find-node): Call info-initialize here.
5685 (info): Not here.
5686 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5687
5688 1999-08-04 Richard Stallman <rms@gnu.org>
5689
5690 * ansi-color.el: New file.
5691
5692 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
5693
5694 * dired.el (dired-string-replace-match): Return `nil' when no match
5695 found with global search.
5696
5697 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5698 * terminal.el (te-terminfo-directory):
5699 * mail/mailpost.el (post-mail-send-it):
5700 * mail/metamail.el (metamail-region):
5701 * progmodes/ada-mode.el (ada-tmp-directory):
5702 Use temporary-file-directory.
5703
5704 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5705 (compilation-filter, compilation-forget-errors)
5706 (compilation-parse-errors): Use a marker instead of an integer for
5707 `compilation-parsing-end'.
5708
5709 * progmodes/diff.el (diff-parse-differences):
5710 Use a marker instead of an integer for `compilation-parsing-end'.
5711 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5712 Use a marker instead of an integer for `compilation-parsing-end'.
5713
5714 1999-08-03 Richard Stallman <rms@gnu.org>
5715
5716 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5717 (Buffer-menu-mode): Doc fix.
5718 (Buffer-menu-view): New command.
5719 (Buffer-menu-view-other-window): New command.
5720
5721 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
5722
5723 * replace.el (query-replace-regexp-eval)
5724 (replace-eval-replacement, replace-loop-through-replacements)
5725 (replace-match-string-symbols): New functions.
5726 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5727 Use replace-loop-through-replacements.
5728
5729 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
5730
5731 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5732 (5x5): Doc fix.
5733
5734 1999-08-03 Dave Love <fx@gnu.org>
5735
5736 * fortran.el (fortran-indent-new-line): Make it an alias
5737 for reindent-then-newline-and-indent.
5738
5739 1999-08-03 Didier Verna <verna@inf.enst.fr>
5740
5741 * rect.el: All functions rewritten, except when noted above
5742 their declaration. Below is a list of interface changes.
5743 (apply-on-rectangle): New function, mostly replaces
5744 `operate-on-rectangle'. All callers changed.
5745 (move-to-column-force): Pass new second argument to `move-to-column'.
5746 (kill-rectangle): Added optional prefix arg to fill lines.
5747 (delete-rectangle): Ditto.
5748 (delete-whitespace-rectangle): Ditto.
5749 (delete-extract-rectangle): Ditto.
5750 (open-rectangle): Ditto.
5751 (clear-rectangle): Ditto.
5752 (delete-whitespace-rectangle-line): New function.
5753 (delete-rectangle-line): Added third arg FILL.
5754 (delete-extract-rectangle-line): Ditto.
5755 (open-rectangle-line): Ditto.
5756 (clear-rectangle-line): Ditto.
5757
5758 1999-08-03 Ray Blaak <blaak@gnu.org>
5759
5760 * progmodes/delphi.el: New file.
5761
5762 1999-08-02 Richard Stallman <rms@gnu.org>
5763
5764 * textmodes/outline.el (outline-previous-heading): New function.
5765 (outline-up-heading-all): Use outline-previous-heading.
5766 (outline-next-heading): Delete definition inserted yesterday.
5767
5768 1999-08-01 Richard Stallman <rms@gnu.org>
5769
5770 * textmodes/outline.el (outline-next-heading): New function.
5771 (outline-up-heading-all): New function.
5772 (outline-font-lock-level): Using outline-up-heading-all.
5773 Tell outline-back-to-heading to accept invisible headings.
5774
5775 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5776
5777 * mail/mh-utils.el (mh-find-path-run): New variable.
5778 (mh-find-path): Test and set that.
5779 Set mail-user-agent only the first time this function is run.
5780 (mail-user-agent): Defvar deleted.
5781
5782 * info.el (info-initialize): New function.
5783 (info): Call info-initialize.
5784 (Info-directory-list): Initialize to nil,
5785 so info-initialize will set it up for real.
5786
5787 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5788
5789 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5790 does not interpret a time as the year in a day-month entry.
5791
5792 * calendar/diary-lib.el: Change syntax table entry for colon in
5793 the diary as part of the european-date-diary-pattern fix.
5794
5795 1999-08-01 Eli Zaretskii <eliz@gnu.org>
5796
5797 * international/mule.el (set-auto-coding): Allow whitespace before
5798 and after the "variable: value" pair.
5799
5800 1999-07-30 Ken'ichi Handa <handa@gnu.org>
5801
5802 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5803 (default-sendmail-coding-system): Doc-string fixed.
5804
5805 1999-07-30 Dave Love <fx@gnu.org>
5806
5807 * subr.el (assoc-delete-all): New function, renamed from
5808 frame-delete-all.
5809
5810 * frame.el: Change comments to doc strings and other doc fixes.
5811 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5812 Callers changed.
5813 (set-background-color, set-foreground-color, set-cursor-color)
5814 (set-mouse-color, set-border-color): Offer completion of colours.
5815 (cursor): Add :version to defgroup.
5816
5817 * facemenu.el (list-colors-display): Make it work on ttys.
5818 (facemenu-read-color): Likewise.
5819
5820 1999-07-30 Richard M. Stallman <rms@gnu.org>
5821
5822 * frame.el (frame-notice-user-settings): If background
5823 color has been changed, update background-mode from it,
5824 then update faces.
5825
5826 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5827
5828 * net-utils.el (finger): Don't do indirect fingering.
5829
5830 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5831
5832 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5833 rules. Add separator at end of holidays.
5834 (cal-tex-rules): New customizable variable.
5835 (cal-tex-latexify-list): Add optional parameter to put separator
5836 at end.
5837
5838 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
5839
5840 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5841 fill prefix on each line while looping to the end of paragraph.
5842 End paragraph if it's longer than the existing fill prefix.
5843
5844 * textmodes/fill.el (fill-context-prefix): Doc fix.
5845
5846 1999-07-30 Dave Love <fx@gnu.org>
5847
5848 * font-lock.el (jit-lock): Fix :load, add :version.
5849
5850 1999-07-30 Eli Zaretskii <eliz@gnu.org>
5851
5852 * term/pc-win.el (msdos-face-setup): Register standard colors in
5853 Vface_tty_color_alist.
5854 (face-color-supported-p, face_color_gray_p): New functions.
5855
5856 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5857 is bound.
5858
5859 * startup.el (command-line): Don't register default colors for
5860 MSDOS window-system.
5861
5862 1999-07-29 Dave Love <fx@gnu.org>
5863
5864 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5865 charquote.
5866
5867 * lisp-mode.el (eval-defun): Re-written to avoid
5868 capturing variables.
5869
5870 * picture.el (picture-beginning-of-line): Don't call
5871 hscroll-point-visible now we have real autoscrolling.
5872 (picture-end-of-line, picture-newline, picture-open-line):
5873 Likewise.
5874
5875 * international/latin-8.el: New file.
5876 * international/latin-9.el: New file.
5877
5878 1999-07-28 Dave Love <fx@gnu.org>
5879
5880 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5881
5882 * msb.el: Require cl only when compiling.
5883 (msb--home-dir): Deleted.
5884 (msb--format-title): Use abbreviate-file-name.
5885 (msb--choose-file-menu): Simplify string comparison.
5886
5887 1999-07-28 Gerd Moellmann <gerd@gnu.org>
5888
5889 * faces.el (toolbar): Add face definition for mono displays.
5890
5891 1999-07-27 Richard M. Stallman <rms@gnu.org>
5892
5893 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5894
5895 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5896 force copying of default-frame-alist.
5897
5898 1999-07-26 Ken'ichi Handa <handa@gnu.org>
5899
5900 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5901
5902 1999-07-26 Richard M. Stallman <rms@gnu.org>
5903
5904 * frame.el (set-mouse-color): If new color is nil,
5905 really respecify the current color.
5906
5907 1999-07-26 Gerd Moellmann <gerd@gnu.org>
5908
5909 * faces.el (bitmap-area): Change background of face `bitmap-area'
5910 to white for mono displays.
5911
5912 1999-07-26 Kenichi Handa <handa@etl.go.jp>
5913
5914 * international/ccl.el (ccl-embed-symbol): New function.
5915 (ccl-program-p): Deleted. Now it's implemented in C code.
5916 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5917 (ccl-compile-translate-character): Likewise.
5918 (ccl-compile-map-single): Likewise.
5919 (ccl-compile-multiple-map-function): Likewise.
5920 (declare-ccl-program): Doc-string modified.
5921 (check-ccl-program): Check compiled CCL code by ccl-program-p.
5922
5923 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
5924
5925 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5926
5927 1999-07-25 Markus Rost <rost@gnu.org>
5928
5929 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
5930 the entries to make custom-file more readable.
5931
5932 1999-07-25 Richard M. Stallman <rms@gnu.org>
5933
5934 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5935
5936 * emacs-lisp/edebug.el: Delete compatibility code.
5937 (edebug-next-token-class): If . is followed by a digit,
5938 return `symbol' for the token class.
5939
5940 * startup.el (command-line): If we don't find the user's init file,
5941 set user-init-file to nil.
5942
5943 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5944
5945 * info-look.el (info-lookup-interactive-arguments): Add optional
5946 argument query for new choice of help mode.
5947 (info-lookup-symbol): Use it.
5948 (info-lookup-file): Ditto.
5949 (info-lookup): Don't switch to other window, if already in Info
5950 buffer.
5951
5952 1999-07-23 Dave Love <fx@gnu.org>
5953
5954 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5955 syntax.
5956 (fortran-fontify-string, fortran-match-!-comment): Deleted.
5957 (fortran-font-lock-syntactic-keywords): New variable.
5958 (fortran-mode): Use it.
5959 (fortran-font-lock-keywords-1): Don't do comments.
5960 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5961 match data.
5962
5963 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5964
5965 * msb.el (msb-menu-bar-update-buffers): Renamed from
5966 menu-bar-update-buffers.
5967 (msb-custom-set, msb--toggle-menu-type): Call
5968 msb-menu-bar-update-buffers.
5969 (msb-mode): Revise the hook setting.
5970
5971 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5972
5973 1999-07-23 Gerd Moellmann <gerd@gnu.org>
5974
5975 * font-lock.el, help.el, simple.el: Re-integrate previously
5976 described changes that were lost due to errors while checking them
5977 in.
5978
5979 1999-07-23 Kevin Blake <kblake@ticnet.com>
5980
5981 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5982
5983 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
5984
5985 * international/encoded-kb.el
5986 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5987 but push it to unread-command-events.
5988 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5989 (encoded-kbd-self-insert-sjis): Likewise.
5990 (encoded-kbd-self-insert-big5): Likewise.
5991
5992 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5993 before left margin and fill-prefix by fill-find-break-point.
5994
5995 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5996
5997 * info-look.el (info-lookup-setup-mode): Don't give up, if
5998 info-lookup-make-completions returns an error.
5999 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6000 name latex, not latex2e.
6001
6002 1999-07-21 Richard M. Stallman <rms@gnu.org>
6003
6004 * replace.el (perform-replace): Turn off case-fold-search
6005 if FROM-STRING argument has uppercase in it.
6006
6007 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6008
6009 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6010 mode is on. Don't use end of changed text.
6011
6012 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6013
6014 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6015 (cl-hash-table-p): Renamed from hash-table-p.
6016 (cl-hash-table-count): Renamed from hash-table-count.
6017 (maphash): Alias to cl-maphash removed.
6018 (gethash): Likewise.
6019 (puthash): Likewise.
6020 (remhash): Likewise.
6021 (clrhash): Likewise.
6022
6023 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6024
6025 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6026 third arg non-nil. See comment there why this isn't a good idea.
6027
6028 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6029
6030 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6031
6032 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6033 sit-for with 3rd arg non-nil to prevent redisplay.
6034
6035 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6036
6037 * image.el (image-type-from-file-header): If file doesn't
6038 have a directory part, add data-directory.
6039
6040 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6041
6042 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6043 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6044 motion handling when tooltip-gud-tips-p is nil.
6045
6046 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6047
6048 * tooltip.el (tooltip-mode): Don't use `plusp'.
6049 (tooltip-active): Use initial value of nil.
6050
6051 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6052
6053 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6054
6055 * bindings.el (make-mode-line-mouse-sensitive): Add key
6056 definitions for `top-line'.
6057
6058 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6059
6060 * faces.el (top-line): New face.
6061
6062 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6063
6064 * image.el (image-type-regexps): Add regexp for PS files.
6065
6066 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6067
6068 * faces.el (set-face-attribute): Fix wrong handling of frame
6069 begin equal to t.
6070
6071 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6072
6073 * image.el (image-type-regexps): Add PNG format.
6074
6075 1999-07-21 Dave Love <fx@gnu.org>
6076
6077 * bindings.el (mode-line-modified): New variable.
6078 (mode-line-mode-menu-1): Switch to appropriate window before
6079 showing menu.
6080
6081 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6082
6083 * faces.el (face-underline): Removed.
6084 (face-underline-color): Ditto.
6085
6086 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6087
6088 * faces.el (face-x-resources): Fix typo.
6089
6090 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6091
6092 * faces.el: Remove handling of `:relief', extend handling of
6093 `:box'.
6094 (frame-set-background-mode): Choose new defface specs after
6095 frame parameters have changed.
6096
6097 * cus-face.el: Ditto.
6098
6099 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6100
6101 * custom.el (defface): Extend documentation to include new
6102 face attributes.
6103
6104 * cus-face.el (custom-face-attributes): Add overline,
6105 strike-through, box.
6106
6107 * faces.el (face-valid-attribute-values): Handle overline,
6108 strike-through, box.
6109 (face-attribute-name-alist): Add pairs for new face attributes.
6110 (describe-face): Handle new face attributes.
6111
6112 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6113
6114 * faces.el (face-x-resources): Add overline, strike-through, box.
6115
6116 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6117
6118 * enriched.el (enriched-translations): Add `display' and
6119 "x-display".
6120 (enriched-handle-display-prop): New.
6121 (enriched-decode-display-prop): New.
6122
6123 * format.el (top-level): Give `display' property
6124 `format-list-atomic-p.
6125 (format-annotate-single-property-change): Test that property.
6126 If present, treat list property values like atoms.
6127
6128 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6129
6130 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6131 so that "*" can be entered.
6132
6133 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6134
6135 * cus-face.el (custom-face-attributes): Don't use `#''.
6136
6137 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6138
6139 * cus-face.el (custom-face-attributes): Return underline
6140 face attribute directly from the second lambda of underline.
6141
6142 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6143
6144 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6145
6146 * frame.el (after-setting-font-hooks): New variable.
6147 (set-frame-font): Run those hooks.
6148
6149 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6150
6151 * faces.el (set-face-attribute): Fix doc string.
6152
6153 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6154
6155 * cus-face.el (custom-face-attributes): Accept color name.
6156
6157 * faces.el (face-underline-p): Accept unspecified underlining.
6158 (face-underline): Ditto. Fix doc string.
6159
6160 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6161
6162 * faces.el (face-underline-color): New function.
6163
6164 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6165
6166 * cus-face.el (custom-face-attributes): Support underline coloring.
6167 Added slot to choose a color.
6168
6169 * faces.el (face-underline): New function.
6170 (face-underline-p): Support underline coloring.
6171 Return nil only if the underline attribute is 'normal.
6172 (set-face-underline): New function.
6173 (face-valid-attribute-values): Support underline coloring.
6174
6175 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6176
6177 * image.el (insert-image): Use `display' instead of `glyph'
6178 as text property name.
6179 (put-image): Ditto.
6180 (image-type-from-file-header): Use insert-file-contents-literally.
6181
6182 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6183
6184 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6185 string to indicate separators.
6186
6187 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6188
6189 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6190 instead of message-log.
6191
6192 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6193
6194 * faces.el (bitmap-area): New face.
6195
6196 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6197
6198 * image.el (insert-image): New.
6199
6200 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6201
6202 * frame.el (blink-cursor): Set the symbol's value.
6203 (show-trailing-whitespace): Change group to font-lock.
6204
6205 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6206
6207 * jit-lock.el: New.
6208 * font-lock.el: Add jit-mode as new support mode.
6209
6210 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6211 reaching end instead of letting re-search-forward signal an error.
6212 (demand-lock-mode): New.
6213 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6214 (font-lock-turn-off-thing-lock): Ditto.
6215 (font-lock-after-fontify-buffer): Ditto.
6216 (font-lock-after-unfontify-buffer): Ditto.
6217
6218 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6219
6220 * gs.el: New file.
6221
6222 * startup.el (command-line-1): Activate tooltip mode if
6223 interactive.
6224
6225 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6226
6227 * faces.el (toolbar): Grey default background.
6228 (modeline): Ditto.
6229
6230 * image.el (image-type-regexps): New.
6231 (image-type-from-file-header): New.
6232 (create-image): Call it.
6233
6234 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6235
6236 * image.el: New file.
6237
6238 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6239
6240 * bindings.el (mode-line-format): Replace `mode-name' with
6241 `(:eval mode-line-mode-name)'.
6242 (mode-line-mode-name): New.
6243 (make-mode-line-mouse-sensitive): Don't change default value
6244 of `mode-name'.
6245
6246 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6247
6248 * tooltip.el: New file.
6249
6250 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6251
6252 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6253 instead of mouse-3 to pop up menus.
6254 (mode-line-kill-buffer): Removed.
6255 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6256 buffer name.
6257 (mode-line-buffer-menu-1): Removed.
6258
6259 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6260
6261 * bindings.el (mode-line-buffer-identification-keymap): New.
6262 (mode-line-buffer-menu-keymap): New.
6263 (mode-line-mode-menu-keymap): New.
6264 (mode-line-unbury-buffer): New.
6265 (mode-line-other-buffer): New.
6266 (mode-line-kill-buffer): New.
6267 (mode-line-buffer-menu-1): New.
6268 (mode-line-mode-menu-1): New.
6269 (make-mode-line-mouse-sensitive): New.
6270
6271 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6272
6273 * help.el (describe-key-briefly): Handle mode line strings
6274 with local-map properties.
6275 (describe-key): Ditto.
6276 (mode-line-key-binding): New.
6277
6278 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6279
6280 * scroll-bar.el (scroll-bar-timer): New.
6281 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6282
6283 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6284
6285 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6286 and `bottom'.
6287
6288 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6289
6290 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6291 (global): Use different key bindings if using tookit scroll bars.
6292
6293 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6294
6295 * faces.el (modeline): Define mode line face with relief for
6296 class color, only.
6297 (toolbar): New face.
6298
6299 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6300
6301 * frame.el (frame-initialize): Set frame-creation-function to
6302 tty-create-frame-with-faces.
6303
6304 * faces.el (frame-set-background-mode): Make it work for
6305 window-system nil.
6306
6307 * faces.el (tty-create-frame-with-faces): New.
6308 (face-set-after-frame-default): Make it work for TTY frames.
6309
6310 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6311
6312 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6313 Return a list of one font family for TTYs. Don't return bitmap
6314 file paths for TTY frames.
6315
6316 * faces.el: Add face specs for tty displays to basic faces.
6317
6318 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6319 (font-lock-string-face): Ditto.
6320 (font-lock-keyword-face): Ditto.
6321 (font-lock-builtin-face): Ditto.
6322 (font-lock-function-name-face): Ditto.
6323 (font-lock-variable-name-face): Ditto.
6324 (font-lock-type-face): Ditto.
6325 (font-lock-constant-face): Ditto.
6326 (font-lock-warning-face): Ditto.
6327
6328 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6329
6330 * startup.el (command-line): Register default tty colors.
6331
6332 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6333
6334 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6335
6336 * faces.el (modeline): For X frames, use a modeline with relief.
6337
6338 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6339
6340 * faces.el (frame-update-faces): Copied from 20.2.
6341 (frame-update-face-colors): Ditto. Code removed that isn't
6342 applicable in the new face implementation.
6343
6344 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6345
6346 * frame.el (show-trailing-whitespace): New.
6347
6348 * faces.el (trailing-whitespace): New basic face.
6349
6350 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6351
6352 * cus-face.el (custom-facep): Always define as alias for facep.
6353
6354 * cus-face.el (custom-face-attributes): Use choice widgets.
6355 Remove :bold and :italic.
6356
6357 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6358
6359 * faces.el (face-charset-registries): Removed since fontset.el
6360 is no always loaded.
6361
6362 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6363
6364 * faces.el (internal-get-face): Added as obsolete function for
6365 compatibility.
6366
6367 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6368
6369 * frame.el (blink-cursor-end): Call show-cursor.
6370 (blink-cursor-mode): Ditto.
6371
6372 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6373
6374 * faces.el (face-spec-reset-face): Reset all attributes to
6375 `unspecified'.
6376 (face-spec-set): Use it.
6377
6378 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6379
6380 * faces.el (read-all-face-attributes): Bug fix.
6381 (face-read-integer): Allow nil default value.
6382 (face-valid-attribute-values): Use symbol names of attribute
6383 values for completion list.
6384
6385 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6386
6387 * faces.el (internal-find-face): Define for compatibility with
6388 20.2.
6389 (face-id): Likewise.
6390
6391 * faces.el (face-id): Return the ID of a realized face for ASCII.
6392
6393 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6394 (x-complement-fontset-spec): Use face-charset-registries.
6395
6396 * faces.el (face-font-selection-order): Set font selection order
6397 from Lisp.
6398 (face-alternative-font-family-alist): Set alternative font
6399 families from Lisp.
6400
6401 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6402
6403 * faces.el (set-face-charset-registries): Set symbol value.
6404
6405 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6406
6407 * faces.el (face-set-after-frame-default): Call function
6408 internal-merge-in-global-face.
6409
6410 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6411
6412 * faces.el (face-list): Return symbols from face-global-alist.
6413
6414 * faces.el (face-list): Return a copy of the face name list so
6415 that it cannot be modified from outside (facemenu.el uses
6416 nreverse, for example).
6417
6418 * cus-face.el (custom-face-attributes): Add :bold and :italic
6419 for compatibility with old code.
6420
6421 * faces.el (set-face-attributes-from-resources): Additional
6422 frame parameter.
6423 (make-face-x-resource-internal): Set attributes from resources
6424 for a given frame or all frames.
6425
6426 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6427
6428 * faces.el (all-faces): Removed.
6429
6430 * custom.el (defface): Add new face attributes to function
6431 comment.
6432
6433 * font-lock.el (font-lock-comment-face): Use new face attribute
6434 names.
6435 (font-lock-string-face): Ditto.
6436 (font-lock-keyword-face): Ditto.
6437 (font-lock-builtin-face): Ditto.
6438 (font-lock-function-name-face): Ditto.
6439 (font-lock-variable-name-face): Ditto.
6440 (font-lock-type-face): Ditto.
6441 (font-lock-reference-face): Ditto.
6442 (font-lock-warning-face): Ditto.
6443 ((boundp 'font-lock-face-attributes)): Ditto.
6444
6445 * cus-face.el (custom-face-attributes): Use new face attributes.
6446
6447 * faces.el (set-face-attribute-from-resource): Initialize
6448 from resources only for X and W32.
6449
6450 * cus-face.el (custom-declare-face): Don't make frame-local
6451 faces.
6452
6453 * faces.el (describe-face): Use princ instead of insert.
6454
6455 * faces.el: Add XLFD manipulation functions from 20.2 again
6456 because fontset.el uses them.
6457 (face-set-after-frame-default): Add empty definition.
6458
6459 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6460
6461 * faces.el (make-face): Correct typo.
6462 (set-face-attribute-from-resource): Use let*.
6463 (face-underline-p): Correct typo.
6464 (face-inverse-video-p): Ditto.
6465 (set-face-stipple): Ditto.
6466 (face-read-string): Make completion-list optional parameter.
6467
6468 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6469
6470 * faces.el (face-charset-registries): Alist mapping charset
6471 symbols to registries and encoding.
6472
6473 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6474
6475 * frame.el (blink-cursor-mode): Use interactive spec "P".
6476
6477 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6478
6479 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6480 mode. The cursor of selected_window blinks if the mode is enabled.
6481
6482 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6483
6484 * simple.el (next-history-element): Set point to the end of the
6485 prompt if minibuffer-prompt-in-buffer.
6486
6487 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6488
6489 * faces.el (x-font-regexp): Add sub-expression parentheses for
6490 several font name components.
6491
6492 1999-07-21 Gerd Moellmann <gerd@acm.org>
6493
6494 * faces.el (set-face-relief): Use index 12 for relief.
6495 (face-fill-in): Set relief from data.
6496 (internal-make-face): Init relief to zero.
6497
6498 * faces.el (face-spec-set): Call modify-face with additional
6499 parameters for relief and fixed-p.
6500
6501 1999-07-21 Gerd Moellmann <gerd@acm.org>
6502
6503 * cus-face.el: ':fixed and ':relief added.
6504
6505 * faces.el (describe-face): Add fixed font attribute and relief.
6506 (face-attr-match-p): Ditto.
6507 (face-attr-construct): Ditto.
6508 (face-spec-set): Ditto.
6509
6510 1999-07-21 Gerd Moellmann <gerd@acm.org>
6511
6512 * faces.el (internal-make-face): Function to create a Lisp vector
6513 suitable for representing a face.
6514 (make-face): Use it instead of make-vector.
6515 (x-create-frame-with-faces): Use it instead of vector.
6516 (internal-facep): Increase vector size to 14.
6517 (internal-make-face): Ditto.
6518 (face-relief): Access relief thickness.
6519 (face-fixed-p): Access fixed font attribute.
6520 (set-face-fixed-p): Set fixed font attribute.
6521 (set-face-relief): Set relief attribute.
6522 (internal-face-interactive-int): Read int attribute of face.
6523 (modify-face): Add fixed-p and relief parameters.
6524 (copy-face): Handle fixed-p and relief.
6525 (face-equal): Compare fixed-p and relief.
6526 (face-differs-from-default-p): Ditto.
6527 (face-nontrivial-p): Add fixed-p and relief.
6528
6529 1999-07-21 Gerd Moellmann <gerd@acm.org>
6530
6531 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6532 (internal-facep): Increase vector size.
6533 (make-face): Ditto.
6534 (face-shadow-thickness): Added.
6535 (set-face-shadow-thickness): Added.
6536 (modify-face): Add optional shadow-thickness parameter.
6537 (make-face-x-resource-internal): Add shadows.
6538 (copy-face): Ditto.
6539 (face-equal): Ditto.
6540 (face-differs-from-default-p): Ditto.
6541 (face-nontrivial-p): Ditto.
6542 (face-attr-match-p): Ditto.
6543 (face-attr-construct): Ditto.
6544 (face-spec-set): Ditto.
6545 (face-fill-in): Ditto.
6546
6547 1999-07-21 Gerd Moellmann <gerd@acm.org>
6548
6549 * bench.el (bench-mark-split-window): New bench mark.
6550
6551 1999-07-21 Gerd Moellmann <gerd@acm.org>
6552
6553 * faces.el (set-face-font): Don't pass default font to
6554 x-resolve-font so that font will not have to be of the same
6555 size.
6556
6557 1999-07-20 Dave Love <fx@gnu.org>
6558
6559 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6560 unconditionally t.
6561
6562 1999-07-20 Karl Heuer <kwzh@gnu.org>
6563
6564 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6565
6566 1999-07-20 Dave Love <fx@gnu.org>
6567
6568 * help.el (describe-variable): Fix test for customizability.
6569
6570 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6571 Check for readonly buffer in interactive spec.
6572 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6573 (backward-kill-word): Add * to interactive spec.
6574
6575 * underline.el (underline-region, ununderline-region): Add * to
6576 interactive spec.
6577
6578 * fill.el (canonically-space-region, justify-current-line): Add *
6579 to interactive spec.
6580 (fill-region-as-paragraph, fill-paragraph, fill-region)
6581 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6582 readonly buffer in interactive spec.
6583
6584 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6585 (backward-kill-sentence, kill-sentence): Add * to interactive
6586 spec.
6587
6588 1999-07-19 Richard M. Stallman <rms@gnu.org>
6589
6590 * dired-aux.el (dired-do-shell-command): Doc fix.
6591
6592 * shell.el (shell-unquote-argument): New function.
6593 (shell-directory-tracker): Use shell-unquote-argument.
6594 * comint.el (comint-arguments): Handle \ followed by space or tab.
6595
6596 1999-07-19 John Wiegley <jwiegley@borland.com>
6597
6598 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6599 color codes 39 and 49, which by the way lynx uses them seem to
6600 mean "foreground reset" and "background reset".
6601
6602 1999-07-19 Karl Heuer <kwzh@gnu.org>
6603
6604 * font-lock.el (c++-keywords): Add "typeid".
6605
6606 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6607 selects no font, treat that as zero selections, not one.
6608
6609 1999-07-19 Dave Love <fx@gnu.org>
6610
6611 * info.el (Info-search): Don't lose with empty regexp.
6612
6613 * version.el: Cater for (free) `ident' program, not `which'.
6614
6615 * hl-line.el: New file.
6616
6617 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6618 for modes which don't define menus.
6619
6620 1999-07-16 Richard M. Stallman <rms@gnu.org>
6621
6622 * webjump.el (webjump-sample-sites): Update some URLs.
6623
6624 1999-07-14 Richard Stallman <rms@gnu.org>
6625
6626 * Version 20.4 released.
6627
6628 1999-07-14 Andreas Schwab <schwab@gnu.org>
6629
6630 * compare-w.el (compare-windows): Try to find the next window in
6631 the current frame before looking at the other frames.
6632
6633 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
6634
6635 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6636 Use cyrillic-jcuken as default input method.
6637
6638 1999-07-12 Richard Stallman <rms@gnu.org>
6639
6640 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6641 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6642
6643 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6644 (ispell-local-dictionary-alist): Add koi8-r for character set.
6645
6646 * textmodes/flyspell.el (flyspell-get-word):
6647 Add special handling for when ispell-otherchars is empty.
6648
6649 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
6650
6651 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6652 when having nested functons.
6653 (pascal-indent-nested-functions) (pascal-indent-line)
6654 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6655 indenting nested functions.
6656
6657 1999-07-09 Richard Stallman <rms@gnu.org>
6658
6659 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6660
6661 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
6662
6663 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6664 the `end' keyword was in the very beginning of the buffer.
6665
6666 1999-07-08 Richard Stallman <rms@gnu.org>
6667
6668 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6669
6670 * term.el (term-emulate-terminal): Avoid infinite loop
6671 in strange case where minibuffer window is selected but not active.
6672
6673 1999-07-07 Stephen Eglen <stephen@gnu.org>
6674
6675 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6676 Change regexp so that it doesn't match commands beginning with `cd'.
6677
6678 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6679
6680 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6681
6682 1999-07-06 Richard Stallman <rms@gnu.org>
6683
6684 * hscroll.el (hscroll-minibuffer-hook): New function.
6685 (hscroll-global-mode): Add and remove that hook.
6686 Set hscroll-old-truncate-was-global's default value.
6687
6688 1999-07-05 Richard Stallman <rms@gnu.org>
6689
6690 * files.el (revert-buffer): Don't preserve point here.
6691 (revert-buffer-insert-file-contents-function): Doc fix.
6692
6693 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6694
6695 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6696 doing a `stat' when it isn't necessary because that can cause
6697 trouble when an NFS server is down.
6698
6699 1999-07-04 Richard Stallman <rms@gnu.org>
6700
6701 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6702
6703 1999-07-03 Richard Stallman <rms@gnu.org>
6704
6705 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6706 for \200...\240 also.
6707 (isearch-printing-char): Use unibyte-char-to-multibyte.
6708
6709 1999-07-02 Richard Stallman <rms@gnu.org>
6710
6711 * frame.el (minibuffer-frame-alist): Use defcustom.
6712 (pop-up-frame-alist): Likewise.
6713 (initial-frame-alist): Specify * in the doc string.
6714
6715 * hscroll.el (hscroll-mode): Make it a permanent local.
6716 (hscroll-mode): Don't cancel the timer
6717 if HScroll mode is enabled in some other buffer.
6718
6719 * isearch.el (isearch-done): If search ends in middle of intangible
6720 text (due to text property), move on to the limit of that text.
6721
6722 1999-07-01 Andrew Innes <andrewi@gnu.org>
6723
6724 * man.el (Man-build-man-command): Use value of null-device,
6725 instead of hard-coding "/dev/null".
6726
6727 * dos-w32.el (untranslated-canonical-name): Avoid expanding
6728 ange-ftp file names, which might force ange-ftp to prompt for a
6729 password.
6730
6731 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6732 to prevent references to temp files.
6733
6734 1999-06-30 Richard Stallman <rms@gnu.org>
6735
6736 * progmodes/sh-script.el (sh-feature): If nothing is known
6737 about the given shell, use the values for `sh'.
6738
6739 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
6740
6741 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6742 to make it non-recursive.
6743
6744 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6745
6746 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6747
6748 * auto-show.el (auto-show-mode): Fix Typo in :set.
6749
6750 1999-06-29 Richard M. Stallman <rms@gnu.org>
6751
6752 * progmodes/sh-script.el (sh-mode): When setting syntax
6753 table, default to the standard one.
6754
6755 1999-06-27 Richard M. Stallman <rms@gnu.org>
6756
6757 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6758
6759 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
6760
6761 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6762 a frame when `return' is requested (even if pop-up-frames = t)
6763 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6764 should only be set for the bibtex buffer.
6765
6766 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6767
6768 * progmodes/compile.el: Deal with compilation-error-screen-columns
6769 being buffer-local.
6770
6771 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6772
6773 * comint.el (comint-password-prompt-regexp): Allow "(again)".
6774
6775 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6776
6777 * cal-x.el (calendar-only-one-frame-setup): New function.
6778 * calendar.el (calendar): Call it if requested.
6779
6780 1999-06-24 Karl Heuer <kwzh@gnu.org>
6781
6782 * startup.el (iso-8859-n-locale-regexp): Doc fix.
6783
6784 1999-06-22 Richard M. Stallman <rms@gnu.org>
6785
6786 * mail/supercite.el (sc-emacs-features): Doc fix.
6787
6788 1999-06-22 Karl Heuer <kwzh@gnu.org>
6789
6790 * files.el (auto-mode-alist): Add pike-mode.
6791
6792 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
6793
6794 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6795 last byte of a numeric field is a space or a NUL. Parse it as
6796 potentially part of the number. This is used by GNU tar
6797 1.12.64012 to handle larger values.
6798
6799 1999-06-20 Karl Heuer <kwzh@gnu.org>
6800
6801 * custom.el (custom-handle-keyword): Fix error message.
6802
6803 1999-06-18 Andrew Innes <andrewi@gnu.org>
6804
6805 * mail/smtpmail.el (smtpmail-send-it): Use
6806 convert-standard-filename to make file names for queued mail safe
6807 on Windows (`:' is invalid in file names on Windows).
6808
6809 1999-06-17 Kenichi Handa <handa@etl.go.jp>
6810
6811 * international/mule-cmds.el (describe-current-input-method):
6812 Current-input-method is string.
6813 (toggle-input-method): Docstring fixed.
6814
6815 * international/mule-diag.el
6816 (describe-current-coding-system-briefly): Fix format string.
6817
6818 * international/mule-util.el (coding-system-eol-type-mnemonic):
6819 Docstring modified. Return a string.
6820
6821 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
6822
6823 * sql.el (sql-input-ring-file-name): Doc fix.
6824
6825 1999-06-17 Richard M. Stallman <rms@gnu.org>
6826
6827 * calendar/cal-x.el (special-display-buffer-names):
6828 Don't put (get-file-buffer diary-file) on this list.
6829
6830 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
6831
6832 * play/mpuz.el (mpuz-try-proposal): Fix message call.
6833 Don't penalize player for certain impossible guesses.
6834
6835 1999-06-16 Andrew Innes <andrewi@gnu.org>
6836
6837 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6838 return the string "Unk 0 0000" so at least it appears to be a
6839 valid timestamp to `dired-move-to-filename-regexp'.
6840
6841 1999-06-15 Ken'ichi Handa <handa@gnu.org>
6842
6843 * ps-print.el (ps-control-character): Fix previous change.
6844
6845 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6846
6847 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6848 multiple output of the last message.
6849
6850 1999-06-14 Eli Zaretskii <eliz@gnu.org>
6851
6852 * term/internal.el (IT-display-table-setup): Do not remap \222 to
6853 the ASCII apostrophe, as most DOS codepages have some other glyph
6854 there.
6855
6856 1999-06-14 Ken'ichi Handa <handa@gnu.org>
6857
6858 * language/ethio-util.el (setup-ethiopic-environment-internal):
6859 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6860 (exit-ethiopic-environment): Likewize.
6861
6862 1999-06-12 Richard M. Stallman <rms@gnu.org>
6863
6864 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6865
6866 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6867
6868 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6869 custom-initialize-default to avoid infinite loop.
6870 (crisp-mode): (defun) Call transient-mark-mode here, not when
6871 loading the file. Run crisp-mode-hook here, and run
6872 crisp-load-hook when loading the file.
6873
6874 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6875 rmail-summary buffer, search for pattern in rmail-file.
6876
6877 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6878
6879 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6880
6881 * ps-print.el (ps-printer-name): Fix custom type.
6882
6883 1999-06-12 Reto Zimmermann <reto@synopsys.com>
6884
6885 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6886 (vhdl-port-paste-generic-map): Fix indentation bug.
6887 (vhdl-port-paste-port-map): Fix indentation bug.
6888 (vhdl-scan-file-contents): Make scanning case insensitive.
6889
6890 1999-06-11 Richard M. Stallman <rms@gnu.org>
6891
6892 * files.el (write-file): When buffer is not already visiting a file,
6893 don't put buffer name in the minibuffer, just make it the default.
6894 Also handle just directory as arg usefully in that case.
6895
6896 * simple.el (sendmail-user-agent-compose):
6897 Ignore case when inserting the rest of the "other" headers.
6898
6899 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
6900
6901 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6902 (info-lookup-interactive-arguments): Never insert the default
6903 into the minibuffer automatically.
6904
6905 * emacs-lisp/cl-extra.el (getf): Don't call get*.
6906
6907 1999-06-09 Richard M. Stallman <rms@gnu.org>
6908
6909 * simple.el (shell-command): Avoid printing "mark set" message.
6910
6911 1999-06-09 Dave Love <fx@gnu.org>
6912
6913 * progmodes/compile.el (compilation-error-regexp-alist): Allow
6914 digits in program name in first pattern.
6915
6916 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
6917
6918 * vc.el (vc-dired-mode): Don't match anything before the date in
6919 dired-move-to-filename-regexp.
6920
6921 1999-06-07 Ken'ichi Handa <handa@gnu.org>
6922
6923 * international/quail.el (quail-define-rules): Fix typo in
6924 docstring.
6925
6926 1999-06-05 Stephen Eglen <stephen@gnu.org>
6927
6928 * iswitchb.el (iswitchb-default-keybindings): Add
6929 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6930 than when package is loaded.
6931
6932 1999-06-04 Richard M. Stallman <rms@gnu.org>
6933
6934 * startup.el (command-line): Don't set user-init-file directly;
6935 tell `load' to set it.
6936
6937 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6938
6939 * simple.el (next-history-element):
6940 Handle minibuffer-text-before-history properly when reading sexps.
6941
6942 * disp-table.el (standard-display-european):
6943 For an interactive call by the user,
6944 don't set enable-multibyte-characters,
6945 and don't set the terminal coding system.
6946
6947 * textmodes/refbib.el: Don't print any messages or display
6948 a buffer when loading the library.
6949 (r2b-help): Doc fix.
6950 (r2b-help-message): Update the documentation.
6951 (r2b-load-quietly): Variable deleted.
6952 (r2b-convert-buffer): Doc fix.
6953
6954 1999-06-04 Dave Love <fx@gnu.org>
6955
6956 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6957
6958 * auto-show.el: Don't change hooks on loading.
6959 (auto-show-mode): Autoload. Default to nil. Add :set &c.
6960 (auto-show-mode): Add to hooks here.
6961
6962 1999-06-04 Richard Sharman <rsharman@pobox.com>
6963
6964 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6965 recursion on bogus input.
6966
6967 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
6968
6969 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6970 does not select a buffer from the buffers menu, then the attached
6971 frame is not switched to anything.
6972
6973 1999-06-03 Ken'ichi Handa <handa@gnu.org>
6974
6975 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6976 (viet-viscii-...->viet-vscii...).
6977
6978 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6979
6980 1999-06-01 Dave Love <fx@gnu.org>
6981
6982 * progmodes/fortran.el: Add :link to defgroup.
6983 (fortran-blink-matching-if): Match ELSE statements too.
6984 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6985 that filling is always done.
6986
6987 1999-05-31 Richard M. Stallman <rms@gnu.org>
6988
6989 * simple.el (append-next-kill): Use an arg to distinguish
6990 interactive calls from Lisp calls, rather than (interactive-p).
6991
6992 * international/iso-transl.el (iso-transl-language-alist):
6993 Interchange n and N.
6994
6995 1999-05-31 Dave Love <fx@gnu.org>
6996
6997 * msb.el Add to minor-mode-map-alist. Remove hook installation
6998 and keymap munging on load.
6999 (msb-mode): New option.
7000 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7001 Doc fix.
7002 (msb-mode-map): New variable.
7003 (msb-mode): New command.
7004
7005 1999-05-31 Dave Love <fx@gnu.org>
7006
7007 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7008 (ispell-complete-word-dict): Likewise.
7009
7010 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7011
7012 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7013 force the data buffer to be saved, even if the data didn't
7014 change, in case the write filter was modified. Restore the
7015 current record after read-file-filter finishes.
7016
7017 1999-05-29 Karl Heuer <kwzh@gnu.org>
7018
7019 * ispell4.el: Obsolete; file deleted.
7020
7021 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7022
7023 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7024 VALUE is a syntax table.
7025
7026 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7027
7028 * simple.el (zap-to-char): Doc fix.
7029
7030 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7031
7032 * isearch.el (isearch-quote-char): Don't assume character codes
7033 0200 - 0237 stand for characters in some single-byte character
7034 charset.
7035
7036 1999-05-27 Dave Love <fx@gnu.org>
7037
7038 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7039
7040 1999-05-27 Andreas Schwab <schwab@gnu.org>
7041
7042 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7043 headerline does not exist already.
7044
7045 1999-05-26 Richard Stallman <rms@gnu.org>
7046
7047 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7048 Avoid nested null-loops.
7049
7050 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7051
7052 * international/characters.el: Typo fixed; prefered->preferred.
7053
7054 * international/mule-cmds.el (find-coding-systems-for-charsets):
7055 Typo fixed; prefered->preferred.
7056
7057 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7058 method in read-event.
7059
7060 * international/mule.el (charset-info): Doc-string fixed.
7061
7062 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7063
7064 * mail/smtpmail.el (smtpmail-send-it): Bind
7065 smtpmail-code-conv-from properly.
7066 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7067 by smtpmail-code-conv-from.
7068
7069 1999-05-24 Richard Stallman <rms@gnu.org>
7070
7071 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7072 Binding deleted also.
7073
7074 1999-05-24 Karl Heuer <kwzh@gnu.org>
7075
7076 * comint.el (comint-bol-or-process-mark): Doc fix.
7077
7078 1999-05-23 Dave Love <fx@gnu.org>
7079
7080 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7081 Enter it on minor-mode-map-alist.
7082 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7083 Autoload. Add custom setter.
7084 (crisp-mark-line): Doc fix.
7085 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7086 (crisp-mode-hook): Define.
7087
7088 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7089
7090 * files.el (recover-file): Recover buffer-file-coding-system.
7091
7092 1999-05-22 Richard Stallman <rms@gnu.org>
7093
7094 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7095 regexp match the date, to avoid treating date as file size.
7096 Add YYYY S option to WESTERN/
7097
7098 * bookmark.el: Delete some XEmacs compatibility code.
7099 (bookmark-jump-noselect): Check vc-backend.
7100
7101 * subr.el (add-to-list): Doc fix.
7102
7103 1999-05-21 Stephen Eglen <stephen@gnu.org>
7104
7105 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7106
7107 1999-05-18 Richard Stallman <rms@gnu.org>
7108
7109 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7110 non-space after the @anchor command.
7111 (texinfo-format-var): Handle other nested constructs, using
7112 texinfo-parse-expanded-arg and texinfo-discard-command, not
7113 texinfo-parse-arg-discard.
7114
7115 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7116 (debug): Bind and use debugger-outer-inhibit-redisplay.
7117 Bind inhibit-redisplay to nil.
7118 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7119
7120 1999-05-17 Dave Love <fx@gnu.org>
7121
7122 * help.el (describe-function-1): Extra arg, interactive-p.
7123 (describe-key, describe-function): Use it.
7124
7125 1999-05-17 Karl Heuer <kwzh@gnu.org>
7126
7127 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7128
7129 1999-05-16 Dave Love <fx@gnu.org>
7130
7131 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7132 scroll-preserve-screen-position, scroll-conservatively.
7133
7134 1999-05-16 Dave Love <fx@gnu.org>
7135
7136 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7137
7138 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7139
7140 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7141
7142 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7143
7144 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7145 magic number and is not associated with a file.
7146
7147 1999-05-14 Richard M. Stallman <rms@gnu.org>
7148
7149 * files.el (find-file-noselect-1): Fix previous change.
7150
7151 1999-05-14 Simon Marshall <simon@gnu.org>
7152
7153 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7154
7155 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7156
7157 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7158 docstring.
7159
7160 * international/mule-cmds.el: Change MULE to Mule in docstrings
7161 and menus.
7162
7163 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7164
7165 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7166 to correctly reflect the value of BaseLineOffset in
7167 RelativeCompose. Now the value of RelativeCompose is an array of
7168 low and high positions.
7169 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7170 RLC for the above change.
7171
7172 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7173
7174 * comint.el (comint-password-prompt-regexp): Modified to match the
7175 output of ksu and ssh-add.
7176
7177 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7178
7179 * language/korea-util.el (isearch-toggle-korean-input-method):
7180 Adjusted for the change of input method handling in isearch.el.
7181 (isearch-hangul-switch-symbol-ksc): Likewise.
7182 (isearch-hangul-switch-hanja): Likewise.
7183
7184 1999-05-10 Dave Love <fx@gnu.org>
7185
7186 * help.el (help-make-xrefs): Fix typo.
7187
7188 1999-05-10 Andreas Schwab <schwab@gnu.org>
7189
7190 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7191 unibyte-display-via-language-environment.
7192
7193 * help.el (help-make-xrefs): Handle more cases when looking for
7194 commands in a keymap description.
7195
7196 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7197
7198 * loadup.el: For ms-dos systems, load ccl and codepage.
7199
7200 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7201
7202 * ps-print.el (ps-control-character): Call
7203 ps-mule-prepare-ascii-font to setup ASCII fonts.
7204
7205 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7206 ps-multibyte-buffer is nil, use
7207 ps-mule-font-info-database-default."
7208
7209 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7210
7211 * ispell.el (ispell-local-dictionary-alist): New variable for
7212 customizing local dictionaries not accessable by everyone.
7213 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7214 (ispell-required-version): Changed format `(major minor
7215 revision)' to support general pattern matching.
7216 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7217 skip region commented out due to incorrect skip potential in std latex.
7218 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7219 cursor point on small words for calls from `ispell-minor-mode'.
7220 (check-ispell-version): Tests and accepts versions major.minor
7221 and above, with adjustments for interactions in 3.1.0-3.1.11.
7222 (ispell-get-line): No longer skips ispell process special characters.
7223 (ispell-comments-and-strings): Removed `when' macro call.
7224 (ispell-minor-check): Requires ispell-word to restore cursor point.
7225 (ispell-buffer-local-parsing): Supports checking comments only.
7226
7227 1999-05-08 Karl Heuer <kwzh@gnu.org>
7228
7229 * comint.el (comint-password-prompt-regexp): Fix last change to be
7230 more specific.
7231
7232 1999-05-07 Richard M. Stallman <rms@gnu.org>
7233
7234 * subr.el (with-temp-message): Fix the other call to message
7235 to use %s.
7236
7237 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7238
7239 * gud.el (gud-format-command): "%F" means file sans extension.
7240 (jdb): Use %F, not %f, for gud-break.
7241
7242 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7243
7244 * comint.el (comint-password-prompt-regexp): Modified so that it
7245 matches the output of kinit.
7246
7247 1999-05-06 Greg Stark <gsstark@mit.edu>
7248
7249 * timezone.el (timezone-parse-date): Recognize new format used in
7250 internet cookies.
7251
7252 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7253
7254 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7255
7256 1999-05-04 Andrew Innes <andrewi@gnu.org>
7257
7258 * time.el (display-time-update): Allow for wrap-around when
7259 checking against display-time-server-down-time.
7260
7261 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7262
7263 * international/mule-diag.el (describe-coding-system): Fix English
7264 message.
7265
7266 1999-05-03 Jason Rumney <jasonr@altavista.net>
7267
7268 * term/w32-win.el: Change the x-charset-registry property for the
7269 Japanese charsets that are supported by Japanese Windows fonts.
7270
7271 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7272
7273 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7274 diary-block diary entries for which the reminders and the diary
7275 entries can overlap.
7276
7277 1999-05-02 Jason Rumney <jasonr@altavista.net>
7278
7279 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7280 matches the font selected in the dialog.
7281
7282 1999-05-02 Dave Love <fx@gnu.org>
7283
7284 * browse-url.el (browse-url-browser-function): Add :version.
7285
7286 * international/mule.el (auto-coding-alist): Add .tgz.
7287
7288 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7289
7290 * international/codepage.el (cp-coding-system-for-codepage-1):
7291 Make the magnification parameter for the -dos encoder be 2.
7292
7293 1999-05-2 Andrew Innes <andrewi@gnu.org>
7294
7295 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7296 it is dropped, rather than current window.
7297
7298 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7299 after switching buffer, as case-fold-search is a buffer local
7300 variable.
7301
7302 * w32-fns.el (convert-standard-filename): Only convert directory
7303 separators to backslash if the interactive shell is one of the
7304 standard Windows shells that has DOS semantics.
7305
7306 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7307 format-time-string, and return a suitable string to indicate the
7308 timestamp was invalid.
7309
7310 * hexl.el (hexlify-command): Apply shell-quote-argument after
7311 expanding hexl-program in case exec-directory contains a space.
7312 (dehexlify-command): Ditto.
7313
7314 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7315 file extension regexps which aren't necessarily binary files.
7316 (direct-print-region-helper): Use subst-char-in-string instead of
7317 binding directory-sep-char to convert filenames to DOS syntax.
7318 (direct-print-region-use-command-dot-com): New variable.
7319 (direct-print-region-helper): Use it to control whether to invoked
7320 command.com to print on Windows 9x.
7321
7322 * browse-url.el (browse-url-browser-function): Default to
7323 browse-url-default-windows-browser on windows-nt.
7324 (browse-url-default-windows-browser): New function.
7325
7326 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7327
7328 * forms.el (forms-mode): Don't call forms-first-record or
7329 forms-last-record if the data file has zero records.
7330
7331 1999-04-29 Richard M. Stallman <rms@gnu.org>
7332
7333 * files.el (find-file-noselect-1): If buffer-file-name has changed
7334 after find-file-not-found-hooks runs, recompute the truename.
7335 And don't use FILENAME after that point.
7336
7337 1999-04-27 Dave Love <fx@gnu.org>
7338
7339 * paren.el (show-paren-mode)
7340 * which-func.el (which-func-mode-global)
7341 * type-break.el (type-break-mode)
7342 * time.el (display-time-mode)
7343 * rsz-mini.el (resize-minibuffer-mode)
7344 * mouse-sel.el (mouse-sel-mode)
7345 * icomplete.el (icomplete-mode)
7346 * hscroll.el (hscroll-global-mode)
7347 * help.el (temp-buffer-resize-mode)
7348 * font-lock.el (global-font-lock-mode)
7349 * delsel.el (delete-selection-mode)
7350 * avoid.el (mouse-avoidance-mode)
7351 * autoinsert.el (auto-insert-mode)
7352 * winner.el (winner-mode): Doc fix.
7353
7354 1999-04-26 Karl Heuer <kwzh@gnu.org>
7355
7356 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7357 the same whitespace that was ignored in choosing the subject string.
7358
7359 1999-04-26 Richard M. Stallman <rms@gnu.org>
7360
7361 * info.el (Info-find-node): Position properly after finding anchor.
7362
7363 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7364
7365 * simple.el (indent-new-comment-line): Fix previous change.
7366
7367 * complete.el: Delete the wildcard expansion feature
7368 since that is now standard in find-file.
7369 (PC-try-load-many-files): Function deleted.
7370 (PC-after-load-many-files): Function deleted.
7371 (PC-many-files-list): Variable deleted.
7372 (PC-disable-wildcards): Variable deleted.
7373 (partial-completion-mode): Don't enable the wildcard feature.
7374
7375 * complete.el (PC-look-for-include-file): Don't set global variables
7376 `error', `buf' and `filename' here.
7377
7378 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7379
7380 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7381
7382 * textmodes/outline.el (outline-regexp): Doc fix.
7383
7384 1999-04-26 John Wiegley <johnw@borland.com>
7385
7386 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7387 C++Builder 4.0 error message syntax.
7388
7389 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7390
7391 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7392 supported, use find -exec.
7393
7394 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7395
7396 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7397 coding-system-for-write, to avoid hanging when non-interactive.
7398
7399 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7400
7401 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7402 start with a newline.
7403
7404 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7405
7406 * international/mule-conf.el (x-ctext): New coding system.
7407
7408 1999-04-12 Richard M. Stallman <rms@gnu.org>
7409
7410 * international/mule-cmds.el (input-method-function):
7411 Add permanent-local property.
7412
7413 1999-04-12 Dave Love <fx@gnu.org>
7414
7415 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7416 change to use jka-compr-byte-compiler-base-file-name.
7417
7418 * supercite.el (sc-scan-info-alist): Revert last change.
7419 (sc-attrib-selection-list): Fix :type here instead.
7420
7421 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7422
7423 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7424 in the list of case-insensitive filesystems.
7425
7426 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7427
7428 * international/fontset.el (create-fontset-from-fontset-spec):
7429 Don't register duplicated alias fontset names.
7430
7431 1999-04-08 Richard Stallman <rms@gnu.org>
7432
7433 * international/mule.el (auto-coding-alist-lookup): New function.
7434 (set-auto-coding): Use auto-coding-alist-lookup.
7435
7436 * jka-compr.el (jka-compr-insert-file-contents):
7437 Use auto-coding-alist-lookup to check for files that
7438 should not have eol conversion, in the unibyte case.
7439
7440 1999-04-07 Dave Love <fx@gnu.org>
7441
7442 * help.el (describe-variable): Check custom-loads property as well
7443 as custom-type.
7444
7445 * abbrev.el (abbrev-mode): Customizing sets the default value.
7446
7447 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7448
7449 * vc.el (vc-backend-revert): For CVS files that were made
7450 writeable with "cvs edit", call "cvs unedit" to undo that.
7451
7452 1999-04-08 Dave Love <fx@gnu.org>
7453
7454 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7455 more.
7456 (sc-emacs-features): Recognize Emacs 20.
7457 (sc-read-string): Use history arg.
7458 (sc-scan-info-alist): Check for rtnvalue a cons.
7459
7460 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7461
7462 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7463 coding system to encode the message by
7464 select-message-coding-system.
7465
7466 1999-04-07 Richard Stallman <rms@gnu.org>
7467
7468 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7469
7470 * winner.el: Reorder definitions.
7471
7472 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7473
7474 * mail/rmail.el (rmail-decode-babyl-format):
7475 Undo previous change.
7476
7477 1999-04-06 Richard Stallman <rms@gnu.org>
7478
7479 * info.el (Info-find-node): Check for an anchor at the
7480 proper place, before reading an indirect file.
7481
7482 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7483
7484 * jka-compr.el (jka-compr-insert-file-contents):
7485 Use raw-text-unix when we want no conversion.
7486
7487 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7488
7489 * timezone.el (timezone-parse-date): Corrected regexp for
7490 style (5) date format so that tenths of seconds are optional.
7491
7492 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7493
7494 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7495 of dos-codepage-setup.
7496 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7497 codepages for which there's no need to set up cpNNN coding
7498 systems.
7499 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7500
7501 1999-04-05 Richard Stallman <rms@gnu.org>
7502
7503 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7504
7505 1999-04-02 Richard Stallman <rms@gnu.org>
7506
7507 * progmodes/compile.el (compilation-handle-exit): Do right thing
7508 if (car status) doesn't end in a newline.
7509
7510 1999-04-01 Dave Love <fx@gnu.org>
7511
7512 * progmodes/sql.el (SQL): Add defgroup :version.
7513
7514 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7515
7516 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7517 buffer-file-coding-system. If the coding system used is raw-text,
7518 etc., make the *Compiler Input* buffer unibyte.
7519
7520 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7521
7522 * loadup.el: Don't write the fns-...el file if not dumping.
7523
7524 1999-03-31 Dave Love <fx@gnu.org>
7525
7526 * snmp-mode.el (snmp): Fix defgroup :version.
7527
7528 * hilit-chg.el (highlight-changes): Add defgroup :version.
7529
7530 1999-03-31 Andreas Schwab <schwab@gnu.org>
7531
7532 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7533 the gnus-save-hidden-threads macro.
7534
7535 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7536
7537 * faces.el (face-set-after-frame-default): Obey the
7538 `customized-face' for new faces.
7539
7540 1999-03-30 Dave Love <fx@gnu.org>
7541
7542 * international/mule-cmds.el (current-language-environment): Doc fix.
7543 * abbrev.el (abbrev-mode): Doc fix.
7544 * autoinsert.el (auto-insert-mode): Doc fix.
7545 * complete.el (partial-completion-mode): Doc fix.
7546 * avoid.el (mouse-avoidance-mode): Doc fix.
7547 * delsel.el (delete-selection-mode): Doc fix.
7548 * font-lock.el (global-font-lock-mode): Doc fix.
7549 * help.el (temp-buffer-resize-mode): Doc fix.
7550 * hscroll.el (hscroll-global-mode): Doc fix.
7551 * icomplete.el (icomplete-mode): Doc fix.
7552 * mouse-sel.el (mouse-sel-mode): Doc fix.
7553 * paren.el (show-paren-mode): Doc fix.
7554 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7555 * time.el (display-time-mode): Doc fix.
7556 * type-break.el (type-break-mode): Doc fix.
7557 * which-func.el (which-func-mode-global): Doc fix.
7558 * winner.el (winner-mode): Doc fix.
7559
7560 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7561
7562 * wid-edit.el (widget-before-change): Signal text-read-only rather
7563 than an ordinary error.
7564
7565 1999-03-30 Richard M. Stallman <rms@gnu.org>
7566
7567 * repeat.el: Don't require advice.
7568 (repeat): Do function-indirection in check for kbd macro.
7569 In self-insert case, use the *last* char in INSERTION.
7570
7571 1999-03-30 Karl Heuer <kwzh@gnu.org>
7572
7573 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7574
7575 1999-03-29 Andreas Schwab <schwab@gnu.org>
7576
7577 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7578 comint-input-filter-functions. Make variables related to shell
7579 directory tracking local.
7580
7581 1999-03-26 Andreas Schwab <schwab@gnu.org>
7582
7583 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7584
7585 * simple.el (shell-command-on-region): Cope with exit-status being
7586 nil, which happens if call-process-region was interrupted.
7587
7588 1999-03-26 Richard M. Stallman <rms@gnu.org>
7589
7590 * simple.el (indent-new-comment-line): Handle use at a point
7591 after a comment-end. Handle multiple comments.
7592
7593 * mail/rmail.el (rmail-decode-babyl-format):
7594 To prevent locking, bind buffer-file-name to nil.
7595
7596 1999-03-26 Karl Fogel <kfogel@red-bean.com>
7597
7598 * mail-hist.el (mail-hist-current-header-name): Don't make
7599 off-by-one-error when determining if in message body.
7600
7601 1999-03-25 Andrew Innes <andrewi@gnu.org>
7602
7603 * w32-fns.el (set-default-process-coding-system): Copied from
7604 dos-w32.el, but modified to use Unix line endings for process
7605 input, and to add a suitable entry to process-coding-system-alist
7606 for DOS shells.
7607
7608 * dos-fns.el (set-default-process-coding-system): Copied from
7609 dos-w32.el.
7610
7611 * dos-w32.el (set-default-process-coding-system): Move function to
7612 dos-fns.el; a different version is used in w32-fns.el.
7613
7614 1999-03-24 Dave Love <fx@gnu.org>
7615
7616 * info.el (Info-directory-list): Revert change to re-writing
7617 Info-default-directory-list, but put `alternative' first.
7618 (Info-insert-dir): Modify selecting the top dir file as a consequence.
7619
7620 1999-03-23 Simon Marshall <simon@gnu.org>
7621
7622 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7623 on the line by itself.
7624 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
7625 it is not in a declarative context.
7626
7627 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
7628
7629 * cus-edit.el (custom-variable-prompt): Allow customization of
7630 autoloaded symbols.
7631
7632 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
7633
7634 * simple.el (what-cursor-position): Don't cause error when point
7635 is at invalid multibyte sequence.
7636
7637 1999-03-21 Karl Heuer <kwzh@gnu.org>
7638
7639 * complete.el (partial-completion-mode): Doc fix.
7640
7641 1999-03-19 Richard M. Stallman <rms@gnu.org>
7642
7643 * progmodes/cplus-md.el (old-c++): Remove :group.
7644
7645 * progmodes/c-mode.el (old-c): Remove :group.
7646
7647 1999-03-18 Simon Marshall <simon@gnu.org>
7648
7649 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7650 (java-font-lock-keywords-2): Added "strictfp" keyword.
7651
7652 1999-03-17 Jason Rumney <jasonr@altavista.net>
7653
7654 * w32-fns.el (set-w32-system-coding-system) New function.
7655 (w32-system-coding-system) Initialize to 'iso-latin-1.
7656
7657 1999-03-17 Eli Zaretskii <eliz@gnu.org>
7658
7659 * international/mule-cmds.el (set-language-environment): Fix
7660 previous change: don't use dos-codepage when unbound.
7661
7662 1999-03-17 Karl Heuer <kwzh@gnu.org>
7663
7664 * calendar/appt.el (appt-make-list): Fix previous change.
7665
7666 1999-03-16 Richard M. Stallman <rms@gnu.org>
7667
7668 * window.el (shrink-window-if-larger-than-buffer):
7669 Don't try to redisplay with the cursor at the end
7670 on its own line--that would force a scroll and spoil things.
7671
7672 1999-03-16 Eli Zaretskii <eliz@gnu.org>
7673
7674 * international/mule-cmds.el (set-language-environment): Don't use
7675 cpNNN-nonascii-translation-table if it is unbound.
7676
7677 * term/internal.el (dos-codepage-setup): Compute the unibyte
7678 syntax table and bind unibyte-display-via-language-environment
7679 here, rather than at top level, so that resetting to unibyte in
7680 .emacs works as expected.
7681
7682 1999-03-15 Simon Marshall <simon@gnu.org>
7683
7684 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7685
7686 1999-03-14 Milan Zamazal <pdm@pvt.net>
7687
7688 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7689
7690 1999-03-14 Kenichi Handa <handa@etl.go.jp>
7691
7692 * international/mule-util.el (detect-coding-with-priority):
7693 Restore the internal database.
7694
7695 1999-03-14 Stephen Eglen <stephen@gnu.org>
7696
7697 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7698 if mail-from-style has invalid value.
7699
7700 1999-03-12 Karl Heuer <kwzh@gnu.org>
7701
7702 * vc.el (vc-delete-logbuf-window): New var.
7703 (vc-finish-logentry): Use it.
7704
7705 1999-03-12 Richard M. Stallman <rms@gnu.org>
7706
7707 * startup.el (command-line-1): Improve startup msg.
7708
7709 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
7710
7711 * speedbar.el: Added commentary about stealthy functions.
7712 (speedbar-message) new function.
7713 (speedbar-y-or-n-p): New function
7714 (speedbar-with-attached-buffer) Moved macro before reference.
7715 Now uses `save-selected-window'.
7716 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7717 speedbar-generic-item-info, speedbar-item-info-file-helper,
7718 speedbar-item-delete, speedbar-insert-generic-list,
7719 speedbar-timer-fn, speedbar-check-vc-this-line,
7720 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7721 speedbar-buffers-item-info) Use speedbar-message.
7722 (speedbar-item-info) Limit `message-log-max'.
7723 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7724 speedbar-item-delete, speedbar-item-object-delete,
7725 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7726
7727 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
7728
7729 * server.el (server-start): Set coding system for the server
7730 process to raw-text.
7731 (server-process-filter): Decode file names if necessary.
7732
7733 1999-03-12 Dave Love <fx@gnu.org>
7734
7735 * textmodes/fill.el (sentence-end-double-space): Doc fix.
7736
7737 * textmodes/paragraphs.el (sentence-end): Doc fix.
7738
7739 1999-03-11 Karl Heuer <kwzh@gnu.org>
7740
7741 * comint.el (comint-password-prompt-regexp): Accept "login password:"
7742
7743 1999-03-09 Karl Heuer <kwzh@gnu.org>
7744
7745 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7746 (ispell-dictionary-alist-2): Likewise.
7747 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7748 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7749 (ispell-dictionary-alist): Build from six pieces, not just two.
7750
7751 * ps-bdf.el (bdf-directory-list): Doc fix.
7752
7753 * enriched.el (enriched-mode): Make var permanent-local.
7754
7755 1999-03-09 Dave Love <fx@gnu.org>
7756
7757 * textmodes/sgml-mode.el (html-mode): Use
7758 sentence-end-double-space when setting sentence-end.
7759
7760 1999-03-09 Ken'ichi Handa <handa@gnu.org>
7761
7762 * language/thai.el (tis-620): New alias coding system for thai-tis620.
7763
7764 1999-03-08 Felix Lee <flee@cygnus.com>
7765
7766 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7767
7768 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7769
7770 1999-03-08 Karl Heuer <kwzh@gnu.org>
7771
7772 * dired-aux.el (dired-do-copy-regexp): Doc fix.
7773 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7774
7775 * dired.el (dired-do-copy-regexp): Doc fix.
7776 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7777
7778 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
7779
7780 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7781
7782 1999-03-08 Jason Rumney <jasonr@altavista.net>
7783
7784 * international/codepage.el (cp1250-decode-table)
7785 (cp1251-decode-table, cp1253-decode-table)
7786 (cp1257-decode-table): New translation tables for MS Windows codepages.
7787 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7788
7789 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7790
7791 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7792
7793 1999-03-07 Eli Zaretskii <eliz@gnu.org>
7794
7795 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7796
7797 * term/internal.el (top level): Display character 255 as 8bit as well.
7798
7799 1999-03-06 Dave Love <fx@gnu.org>
7800
7801 * progmodes/cc-cmds.el (c-outline-level): Bind
7802 buffer-invisibility-spec.
7803
7804 * progmodes/c-mode.el (c-outline-level): Likewise.
7805
7806 * progmodes/ada-mode.el (ada-outline-level): Likewise.
7807
7808 1999-03-05 Felix Lee <flee@cygnus.com>
7809
7810 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7811
7812 1999-03-05 Richard M. Stallman <rms@gnu.org>
7813
7814 * bindings.el (complete-symbol): Invert meaning of prefix arg.
7815
7816 1999-03-05 Andrew Innes <andrewi@gnu.org>
7817
7818 * w32-fns.el (convert-standard-filename): Convert directory
7819 separators to Windows format.
7820
7821 1999-03-05 Andreas Schwab <schwab@gnu.org>
7822
7823 * international/skkdic-cnv.el: Provide skkdic-cnv.
7824 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7825 (batch-skkdic-convert): Doc fix.
7826
7827 1999-03-04 Dave Love <fx@gnu.org>
7828
7829 * custom.el (custom-set-variables): Protect against setter errors.
7830
7831 1999-03-04 Eli Zaretskii <eliz@gnu.org>
7832
7833 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7834 the file sizes from overflowing.
7835 (ls-lisp-format): If file size is a float, use %8.0f to print it.
7836 Under -s, print the size in blocks with %4.0f, in case they have
7837 a *really* huge file.
7838
7839 1999-03-03 Dave Love <fx@gnu.org>
7840
7841 * options.el (edit-options): Doc fix.
7842 (list-options): Don't lose with unbound symbols. Maintain
7843 Edit-options-mode.
7844
7845 1999-03-01 Dave Love <fx@gnu.org>
7846
7847 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7848
7849 1999-02-28 Richard M. Stallman <rms@gnu.org>
7850
7851 * ispell.el (ispell-dictionary-alist-override): New variable.
7852 (ispell-dictionary-alist): Don't setq it,
7853 if ispell-dictionary-alist-override is set.
7854
7855 * simple.el (shell-command-default-error-buffer): Renamed from
7856 shell-command-on-region-default-error-buffer.
7857 (shell-command-on-region): Mention in echo area when there
7858 is some error output. Mention success or failure, too.
7859 Accumulate multiple error outputs
7860 going forward, with formfeed in between. Display the error buffer
7861 when we have put something in it.
7862 (shell-command): Add the ERROR-BUFFER argument feature.
7863
7864 1999-02-28 Karl Heuer <kwzh@gnu.org>
7865
7866 * mail/mh-utils.el (mh-lib): Doc fix.
7867 (mh-lib-progs, mh-nmh-p): New vars.
7868 (mh-find-progs): Set mh-lib-progs along with other vars.
7869 (mh-path-search): New arg FUNC-P; if specified, use that instead
7870 of mh-file-command-p.
7871 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7872
7873 * mail/mh-comp.el (mh-repl-formfile): New var.
7874 (mh-smail-batch): Don't ignore all arguments.
7875 (mh-reply): Do the right thing when using nmh.
7876
7877 1999-02-27 Kenichi Handa <handa@etl.go.jp>
7878
7879 * international/mule-cmds.el (select-safe-coding-system): Be sure
7880 to show a buffer being decoded.
7881
7882 1999-02-26 Ken'ichi Handa <handa@gnu.org>
7883
7884 * ps-bdf.el (bdf-directory-list): Initialize it to
7885 '("/usr/local/share/emacs/fonts/bdf").
7886
7887 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7888
7889 * ps-print.el: PostScript programming fix.
7890 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7891 setpagedevice operator).
7892
7893 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7894
7895 * ps-print.el: Doc fix, font size specifies landscape and portrait
7896 sizes.
7897 (ps-print-version): New version number (4.1.4).
7898 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7899 Specifies landscape and portrait sizes.
7900 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7901 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7902 fix.
7903 (ps-get-font-size): New fun.
7904 (ps-font-size-internal, ps-header-font-size-internal)
7905 (ps-header-title-font-size-internal): New vars.
7906
7907 * ps-mule.el: Change of ps-print font size variable name.
7908 (ps-mule-generate-font): Fun fix.
7909 (ps-mule-begin-job): Programming uniformization.
7910
7911 1999-02-25 Dave Love <fx@gnu.org>
7912
7913 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7914 (help-make-xrefs): Do Info case first.
7915
7916 * repeat.el: Don't require advice.
7917 (repeat-last-kill-command): Variable deleted.
7918
7919 1999-02-25 Richard Stallman <rms@gnu.org>
7920
7921 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7922 case just because the current buffer is the output buffer.
7923
7924 1999-02-25 Kenichi Handa <handa@etl.go.jp>
7925
7926 * simple.el (what-cursor-position): To show the character's
7927 encoding, use encoded-string-description instead of information
7928 of chaset-origin-alist.
7929
7930 * international/mule-cmds.el (iso-2022-control-alist): New variable.
7931 (encoded-code-description): New function.
7932 (encoded-string-description): New function.
7933 (encode-coding-char): New function.
7934
7935 1999-02-25 Andrew Innes <andrewi@gnu.org>
7936
7937 * startup.el (command-line) [windows-nt]: Fix typo in regexp
7938 checking for .emacs[.el[c]].
7939
7940 1999-02-24 Richard Stallman <rms@gnu.org>
7941
7942 * help.el (describe-function-1): Don't print a whole lambda-function.
7943
7944 1999-02-23 Ken'ichi Handa <handa@gnu.org>
7945
7946 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7947 inputting ?\240.
7948
7949 1999-02-23 Karl Heuer <kwzh@gnu.org>
7950
7951 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7952
7953 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7954 (clean-buffer-list-kill-buffer-names): Doc fix.
7955
7956 * gud.el (gud-jdb-massage-args): Spelling fix.
7957
7958 1999-02-23 Richard M. Stallman <rms@gnu.org>
7959
7960 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7961
7962 1999-02-22 Eli Zaretskii <eliz@gnu.org>
7963
7964 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7965 excursion while calling set-auto-coding-function.
7966
7967 * play/handwrite.el (handwrite): Require ps-print, and use
7968 ps-printer-name and ps-lpr-command. Call ps-print-region-function
7969 if it's defined, instead of forking ps-lpr-command unconditionally.
7970
7971 1999-02-22 Kenichi Handa <handa@etl.go.jp>
7972
7973 * international/codepage.el (cp-coding-system-for-codepage-1): Put
7974 charset-origin-alist property to a coding system for the codepage.
7975
7976 * international/mule.el: Modify comment for charset-origin-alist
7977 property of a coding system.
7978
7979 * simple.el (what-cursor-position): charset-origin-alist property
7980 of a coding system may be a translation table or a symbol of which
7981 `translation-table' property is a translation table.
7982
7983 1999-02-21 Richard Stallman <rms@gnu.org>
7984
7985 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7986 to the "html" template.
7987
7988 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
7989
7990 * dirtrack.el (dirtrack): Added docstring. Now returns input.
7991
7992 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
7993
7994 * dirtrack.el (dirtrack): Check for the prompt in the input string
7995 instead of the buffer.
7996
7997 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
7998
7999 * sql.el: Set version to 1.4.1. Changed mail address to
8000 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8001 (sql-input-ring-separator): Doc fix.
8002 (sql-mode-syntax-table): double-dash starts comments is defined as
8003 ". 56" instead of ". 12b" for XEmacs.
8004 (sql-stop, sql-interactive-mode): Doc fixes.
8005 (sql-postgres): Queries for database and server, not just one.
8006 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8007
8008 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8009 changed. This is needed for master.el to work.
8010 (sql-set-sqli-buffer): Use the new hook.
8011
8012 * sql.el (sql-make-alternate-buffer-name): Function that sets
8013 sql-alternate-buffer-name.
8014 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8015 (sql-interactive-mode): Set sql-alternate-buffer-name.
8016 (sql-rename-buffer): New command.
8017 (sql-interactive-mode-menu): Menu for SQLi buffers.
8018
8019 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8020 and sql-input-ring-file-name are used to temporarily set
8021 comint-input-ring-file-name and comint-input-ring-separator when
8022 reading and writing input history files.
8023
8024 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8025 (sql-input-ring-file-name): New variable with customization.
8026 (sql-input-ring-separator): New variable with customization.
8027 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8028 Callers changed.
8029 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8030 now includes the name of the current buffer.
8031
8032 (sql-mode): Set paragraph-separate and paragraph-start so that
8033 sql-send-paragraph sends the entire SQL statements, even if it
8034 contains indented lines.
8035
8036 1999-02-18 Dave Love <fx@gnu.org>
8037
8038 * format.el (format-encode-run-method, format-decode-run-method):
8039 Fix previous change.
8040
8041 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8042
8043 * international/mule.el (coding-system-list): Moved here from
8044 mule-util.el to avoid autoloading mule-util by the call of
8045 select-safe-coding-system.
8046
8047 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8048
8049 * simple.el (turn-on-auto-fill): Mark it as an option for
8050 `text-mode-hook'.
8051
8052 1999-02-17 Richard Stallman <rms@gnu.org>
8053
8054 * emacs-lisp/easymenu.el (easy-menu-get-map):
8055 Don't crash if (current-local-map) is nil.
8056
8057 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8058
8059 * filecache.el (file-cache-filter-regexps): Added .class.
8060
8061 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8062
8063 * international/mule-util.el (decompose-region): Use
8064 insert-buffer-substring instead of insert-buffer to avoid putting
8065 mark.
8066
8067 1999-02-17 Andreas Schwab <schwab@gnu.org>
8068
8069 * calendar/cal-move.el (scroll-calendar-left): Don't set
8070 displayed-month and displayed-year here, let generate-calendar do
8071 it, after range checking.
8072
8073 1999-02-17 Simon Marshall <simon@gnu.org>
8074
8075 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8076
8077 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8078 correctly between an object declared via a constructor and a method.
8079 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8080 (java-font-lock-keywords-1): Fontify package names individually.
8081 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8082 (java-font-lock-keywords-2): Simplify type fontification.
8083 (java-font-lock-keywords-3): Likewise.
8084
8085 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8086
8087 * language/japanese.el (iso-2022-jp-2): New coding system.
8088 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8089
8090 1999-02-16 Dave Love <fx@gnu.org>
8091
8092 * help.el (describe-function-1): Accept non-symbols.
8093
8094 1999-02-16 Paul Eggert <eggert@twinsun.com>
8095
8096 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8097 find the last match if there are multiple matches.
8098
8099 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8100
8101 * tex-mode.el (tex-run-command, latex-run-command)
8102 (slitex-run-command, tex-command): Doc changes.
8103 (tex-start-options-string): Autoload it. Doc change. Provide
8104 a menu for customization. Allow nil. Quote backslashes only once.
8105 (tex-start-tex): Handle nil value of tex-start-options-string
8106 and apply shell-quote-argument to it.
8107
8108 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8109
8110 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8111 the size in blocks, since it can be a float.
8112 (ls-lisp-format): Likewise
8113
8114 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8115
8116 * language/japanese.el (japanese-shift-jis): Add
8117 charset-origin-alist property.
8118
8119 1999-02-15 Richard Stallman <rms@gnu.org>
8120
8121 * progmodes/compile.el (compile-internal): Use save-selected-window.
8122
8123 * subr.el (momentary-string-display): Bind inhibit-read-only.
8124
8125 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8126
8127 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8128
8129 * mail/rmail.el (rmail-show-message): If an unseen message has a
8130 Summary-line in its header, get past one more line before looking
8131 for the X-Coding-System header.
8132
8133 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8134
8135 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8136 explicitly to accomodate Windows 9X lack of a useful copy program.
8137
8138 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8139
8140 * wid-edit.el (widget-choice-value-create): Use `equal'
8141 instead of `eq'.
8142
8143 1999-02-14 Richard Stallman <rms@gnu.org>
8144
8145 * international/iso-transl.el:
8146 (iso-transl-ae): Renamed from iso-transl-e-slash.
8147 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8148 (iso-transl-AE): Renamed from iso-transl-E-slash.
8149 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8150 (iso-transl-char-map): Related changes.
8151
8152 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8153
8154 1999-02-13 Richard Stallman <rms@gnu.org>
8155
8156 * textmodes/texinfmt.el (texinfo-alias): New function.
8157 (texinfo-fold-nodename-case): Add defvar.
8158 (texinfo-format-node): Do case folding if specified.
8159
8160 * ffap.el (ffap-file-at-point): Test local file names
8161 immediately. Strip off line numbers.
8162
8163 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8164
8165 * sql.el: Set version to 1.3.2
8166 (sql-solid-program): Added support for solid.
8167 (sql-help): Doc mentions sql-solid.
8168 (sql-solid): Entry function for Solid.
8169 (sql-buffer): Doc explains the use of the variable and how to
8170 change it.
8171 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8172 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8173 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8174 is new.
8175 (sql-show-sqli-buffer): New function to display the value of
8176 sql-buffer.
8177 (sql-change-sqli-buffer): New function to change sql-buffer.
8178 (sql-mode): Doc explains how to change sql-buffer.
8179 (sql-send-paragraph): New function to send a paragraph.
8180 (sql-mode-map): Added keybinding for sql-send-paragraph.
8181 (sql-mysql): Doc corrected.
8182 (sql-ms): Doc corrected.
8183
8184 * sql.el (sql-server): Doc fix.
8185 (sql-mysql): Added the use of sql-server to specify the host,
8186 sql-database now specifies database instead of host.
8187 (sql-mode-menu): Send... menu items are only active if sql-buffer
8188 is non-nil.
8189 (sql-help): Changed tag of entry functions a bit.
8190
8191 * sql.el: Added keywords from `finder-by-keyword'.
8192 (sql-mode): Made sql-buffer a local variable, changed the
8193 documentation: removed instructions to add *.sql files to
8194 auto-mode-alist, added documentation for having mutliple SQL
8195 buffers sending their stuff to different SQLi buffers, each
8196 running a different process.
8197 (sql-postgres): Quoted *SQL* in doc string.
8198 (sql-ms): Likewise.
8199 (sql-ingres): Likewise.
8200 (sql-ingres): Quoted *SQL* in doc string, added references to
8201 sql-user and sql-password used during login.
8202 (sql-sybase): Quoted *SQL* in doc string, added comma.
8203 (sql-oracle): Likewise.
8204 (sql-interactive-mode): Added extensive documentation for having
8205 mutliple SQL buffers sending their stuff to different SQLi
8206 buffers, each running a different process.
8207 (sql-buffer): Changed doc from *SQL* to SQLi.
8208 (sql-get-login): Doc fix.
8209
8210 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8211
8212 * international/mule-conf.el (undecided): Set ascii in
8213 safe-charsets property.
8214
8215 1999-02-12 Richard Stallman <rms@gnu.org>
8216
8217 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8218
8219 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8220
8221 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8222 value to ps-mule-font-info-database-latin.
8223
8224 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8225
8226 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8227 (ps-mule-font-info-database-default): New variable.
8228 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8229 ps-mule-font-info-database-default.
8230
8231 1999-02-12 Dave Love <fx@gnu.org>
8232
8233 * timezone.el (timezone-make-date-sortable)
8234 (timezone-make-date-arpa-standard): Doc fix.
8235
8236 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8237
8238 * international/quail.el (quail-show-kbd-layout): Bind
8239 blink-matching-paren to nil.
8240
8241 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8242 for ASCII and Latin-1.
8243
8244 1999-02-12 Andreas Schwab <schwab@gnu.org>
8245
8246 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8247
8248 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8249
8250 * international/mule-cmds.el (language-info-alist): Remove
8251 description about charset-origin-alist.
8252
8253 * international/mule.el: Comment added for a new coding system
8254 property `charset-origin-alit'.
8255 (make-translation-table): This variable deleted.
8256
8257 * language/chinese.el (chinese-big5): Add charset-origin-alist
8258 property.
8259 ("Chinese-CNS"): Remove charset-origin-alist property.
8260
8261 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8262 property.
8263 (cyrillic-alternativnyj): Likewise.
8264 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8265 ("Cyrillic-ALT"): Likewise.
8266
8267 * language/vietnamese.el (vietnamese-viqr): Add
8268 charset-origin-alist property.
8269 ("Vietnamese"): Remove charset-origin-alist property.
8270
8271 * simple.el (what-cursor-position): Don't use the varialbe
8272 charset-origin-alist, but use charset-origin-alist property of
8273 buffer-file-coding-system to decide external character set code.
8274
8275 1999-02-10 Richard Stallman <rms@gnu.org>
8276
8277 * shadowfile.el: Don't turn on the mode when the file is loaded.
8278
8279 1999-02-09 Richard Stallman <rms@gnu.org>
8280
8281 * progmodes/compile.el (compile-auto-highlight): Customize.
8282
8283 * add-log.el (add-log-file-name-function): New variable.
8284 (add-change-log-entry): Call that function, if non-nil.
8285
8286 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8287
8288 * rmail.el (rmail-search): Track match with a marker, not an integer.
8289
8290 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8291
8292 * progmodes/compile.el (compilation-setup): Set value of
8293 compilation-directory-stack as in compilation-forget-errors.
8294 (compile-reinitialize-errors): Bind buffer-undo-list and
8295 deactivate-mark.
8296 (compilation-forget-errors): Likewise.
8297
8298 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8299
8300 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8301 def... constructs.
8302
8303 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8304 Remove calls to sleep-for.
8305
8306 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8307
8308 * international/codepage.el (cp-coding-system-for-codepage-1): On
8309 MS-DOS, use dos-unsupported-char-glyph for characters not
8310 supported by the codepage.
8311 (cp-make-coding-systems-for-codepage): Likewise.
8312
8313 1999-02-08 Andreas Schwab <schwab@gnu.org>
8314
8315 * international/mule-util.el (coding-system-list): Don't sort
8316 coding-system-list here.
8317
8318 * international/mule.el (coding-system-lessp): Moved here from
8319 mule-util.el
8320 (add-to-coding-system-list): New function.
8321 (make-subsidiary-coding-system, make-coding-system,
8322 define-coding-system-alias): Use it instead of setting
8323 coding-system-list directly.
8324
8325 1999-02-07 Dave Love <fx@gnu.org>
8326
8327 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8328 onto message.
8329
8330 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8331
8332 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8333 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8334
8335 1999-02-06 Richard Stallman <rms@gnu.org>
8336
8337 * language/european.el (setup-slovenian-environment): New function.
8338 ("Slovenian"): New language environment.
8339
8340 * progmodes/sql.el (sql-help): Doc fix.
8341 (sql-mysql): Doc fix.
8342
8343 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8344
8345 * tex-mode.el: When compiling, require compare-w and skeleton
8346 to pacify the byte-compiler. Move the def's of the tex-commands
8347 together. Add a comment on kill-process vs. quit-process.
8348
8349 1999-02-05 Dave Love <fx@gnu.org>
8350
8351 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8352 null markers.
8353 (compile-goto-error): Likewise.
8354
8355 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8356
8357 * time-stamp.el (time-stamp-format): Format doc tighter.
8358 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8359 (time-stamp): Don't re-write the time stamp if it didn't change.
8360
8361 1999-02-05 Alex Schroeder <asc@bsiag.com>
8362
8363 * progmodes/sql.el: Changed version to 1.2.1.
8364 (sql-pop-to-buffer-after-send-region): Improved documentation.
8365 (sql-mysql-program): Added MySQL support.
8366 (sql-prompt-length): Made prompt-length configurable.
8367 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8368 (sql-help): Added MySQL support, changed documentation.
8369 (sql-send-region): A message is displayed if something is sent.
8370 (sql-mode): Added buffer-local comment-start.
8371 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8372 (sql-interactive-mode): Added buffer-local comment-start.
8373 (sql-oracle): Set sql-prompt-length.
8374 (sql-sybase): Set sql-prompt-length.
8375 (sql-mysql): Added MySQL support.
8376 (sql-ingres): Set sql-prompt-length.
8377 (sql-ms): Set sql-prompt-length.
8378 (sql-postgres): Set sql-prompt-length.
8379
8380 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8381
8382 * term/internal.el (dos-codepage-setup): Set selection coding
8383 system to cpNNN-dos.
8384
8385 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8386
8387 * international/characters.el: Let ethiopic use iso-2022-7bit.
8388
8389 1999-02-02 Dave Love <fx@gnu.org>
8390
8391 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8392 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8393
8394 1999-02-02 Karl Heuer <kwzh@gnu.org>
8395
8396 * terminal.el (terminal-emulator): Doc fix.
8397
8398 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8399
8400 * international/mule-util.el (compose-chars): Doc-string
8401 modified. Correctly handle a composition character in ARGS.
8402
8403 1999-02-01 Richard Stallman <rms@gnu.org>
8404
8405 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8406 (makefile-menu-index-function): Function deleted.
8407 (makefile-mode): Use makefile-imenu-generic-expression.
8408
8409 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8410
8411 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8412 change, invoke from before-init-hook.
8413
8414 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8415
8416 * subr.el (remove-from-invisibility-spec): Cope with the case when
8417 buffer-invisibility-spec is t.
8418
8419 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8420
8421 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8422 appt-add and appt-delete.
8423
8424 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8425
8426 * term/pc-win.el (msdos-approximate-color): New function.
8427 (msdos-color-translate): Call it to find a DOS color that best
8428 approximates an X-style "#NNNNNN" color specification.
8429
8430 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8431
8432 * international/mule-util.el (compose-chars-component): Add
8433 autoload cookie.
8434
8435 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8436
8437 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8438 function, replace cdr of MAP by the return value of the function
8439 unconditionally.
8440
8441 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8442
8443 * progmodes/compile.el (compilation-next-error-locus): Don't
8444 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8445
8446 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8447
8448 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8449 and NLs before "charset", and allow the charset name be in double
8450 quotes.
8451
8452 1999-01-31 Richard Stallman <rms@gnu.org>
8453
8454 * imenu.el (imenu-sort-function): Fix custom type.
8455
8456 1999-01-30 Richard Stallman <rms@gnu.org>
8457
8458 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8459 (speedbar-line-token): Likewise.
8460
8461 * play/gametree.el (gametree-default-score): Use defcustom.
8462 (gametree-score-regexp, gametree-score-closer): Likewise.
8463 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8464
8465 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8466
8467 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8468 decoding.
8469
8470 1999-01-29 Markus Rost <rost@gnu.org>
8471
8472 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8473 tex-validate-buffer.
8474 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8475 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8476 now with recent occur-mode.
8477 (tex-validate-region): Really walk through all Sexps.
8478 (tex-region): Bind shell-dirtrack-verbose.
8479 (tex-file, tex-bibtex-file): Likewise.
8480
8481 1999-01-29 Dave Love <fx@gnu.org>
8482
8483 * finder.el: (finder-commentary): Fix interactive spec. Try
8484 appending .el to file name.
8485 (finder-find-library, finder-commentary): Doc fixes.
8486
8487 1999-01-29 Andrew Innes <andrewi@gnu.org>
8488
8489 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8490 where the userid contains directory separators.
8491
8492 1999-01-29 Dave Love <fx@gnu.org>
8493
8494 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8495 (lm-commentary): Doc fix.
8496
8497 1999-01-29 Andreas Schwab <schwab@gnu.org>
8498
8499 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8500 wildcard match. Fix regexp that tests if dirpart contains
8501 wildcard characters.
8502
8503 1999-01-28 Richard Stallman <rms@gnu.org>
8504
8505 * font-lock.el (font-lock-default-unfontify-region):
8506 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8507
8508 1999-01-27 Jason Rumney <jasonr@altavista.net>
8509
8510 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8511 from FAMILY field.
8512 (w32-create-initial-fontsets): Do not use before-init-hook.
8513 (mouse-set-font): Document. Automatically create and use fontsets.
8514
8515 * dos-w32.el (direct-print-region-helper): Check for printer
8516 being t as well as a string.
8517
8518 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8519
8520 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8521 (rmail-mime-charset-pattern): New variable.
8522 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8523 rmail-decode-mime-charset is non-nil.
8524
8525 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8526
8527 * international/characters.el: Set category `q' for all characters
8528 in tibetan and tibetan-1-column.
8529
8530 1999-01-27 Andrew Innes <andrewi@gnu.org>
8531
8532 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8533 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8534
8535 1999-01-27 Dave Love <fx@gnu.org>
8536
8537 * international/mule-cmds.el (current-language-environment):
8538 Provide :link, :type (choices) and appropriate :get.
8539
8540 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8541
8542 * startup.el (command-line): Set default eol-mnemonic-* strings to
8543 display end-of-line format in mode line.
8544
8545 * cus-start.el (all): Add eol-mnemonic-* variables.
8546
8547 1999-01-26 Dave Love <fx@gnu.org>
8548
8549 * startup.el (command-line-1): Up-date copyright.
8550
8551 * paths.el (Info-default-directory-list): Use configdir twice.
8552
8553 * info.el (Info-directory-list): Don't set path-separator now
8554 we're not shipped with Texinfo. Simplify path definition.
8555 Substitute all occurrences of instdir in Info-default-directory-list.
8556
8557 1999-01-25 Richard Stallman <rms@gnu.org>
8558
8559 * startup.el (normal-top-level-add-subdirs-to-load-path):
8560 Record the inode numbers of the dirs processed, to avoid loop.
8561
8562 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8563
8564 1999-01-25 Dave Love <fx@gnu.org>
8565
8566 * browse-url.el (browse-url-netscape-program): Doc addition.
8567
8568 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8569 prefix.
8570
8571 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8572 auto-mode-alist.
8573
8574 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8575
8576 * calendar/diary-lib.el (mark-diary-entries): Use
8577 assoc-ignore-case and do not capitalize when matching month and
8578 day names.
8579
8580 * calendar/calendar.el (calendar-read-date): Ditto.
8581
8582 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8583 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8584
8585 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8586
8587 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8588
8589 * calendar/cal-islam.el (calendar-goto-islamic-date)
8590 (mark-islamic-diary-entries): Ditto.
8591
8592 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8593
8594 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8595 (calendar-read-mayan-tzolkin-date): Ditto.
8596
8597 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8598
8599 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
8600
8601 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8602
8603 1999-01-25 Karl Heuer <kwzh@gnu.org>
8604
8605 * faces.el (list-faces-display): Multiline case of previous fix.
8606
8607 1999-01-25 Andreas Schwab <schwab@gnu.org>
8608
8609 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8610
8611 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
8612
8613 * files.el (find-file): If find-file-noselect returns a list,
8614 do switch-to-buffer on each element.
8615 (find-file-other-window): Likewise for all but the first element.
8616 (find-file-other-frame): Same.
8617 (find-file-noselect): When we expand a wildcard, return a list
8618 of buffers.
8619
8620 1999-01-24 Eli Zaretskii <eliz@gnu.org>
8621
8622 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8623 to set the appropriate cpNNN-dos coding system as the
8624 highest-priority coding system.
8625
8626 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8627
8628 * international/fontset.el (generate-fontset-menu): Return a
8629 sorted list by plain names of fontsets.
8630
8631 * international/mule-diag.el (list-fontsets): Sort fontsets by
8632 plain names.
8633
8634 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8635 FIRST is a composite character, decompose it at first.
8636
8637 1999-01-23 Dave Love <fx@gnu.org>
8638
8639 * format.el: Doc fixes.
8640 (format-encode-run-method): Have things happen in the right buffer.
8641 Deal with errors from method. Set coding-system-for-write.
8642 (format-decode-run-method): Have things happen in the right buffer.
8643 Deal with errors from method. Set coding-system-for-read.
8644 (format-alist): Use nil instead of unmatchable regexps.
8645
8646 * simple.el (shell-command-on-region): Return command's exit status.
8647
8648 1999-01-23 Eric Ludlam <zappo@gnu.org>
8649
8650 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8651 of the file whose info we want to display.
8652 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8653 (speedbar-add-mode-functions-list) Improve doc.
8654 (speedbar-line-token) New function.
8655 (speedbar-dired) Fix order of directories in -shown-directories.
8656 (speedbar-line-path): Default return is default-directory
8657 (speedbar-buffers-line-path): Return is dir name only.
8658 (speedbar-mode-functions-list): New variable.
8659 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8660 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8661 speedbar-files-item-info speedbar-buffers-item-info): New functions.
8662 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8663 New functions.
8664 (speedbar-line-file): Broke out part that fetches file from a line.
8665 (speedbar-line-text): New function extracted from speedbar-line-file.
8666 (speedbar-line-path): Converted into a replaceable function.
8667 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8668
8669 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8670
8671 * international/fontset.el (create-fontset-from-x-resource): Make
8672 style variants.
8673
8674 1999-01-22 Dave Love <fx@gnu.org>
8675
8676 * paths.el (Info-default-directory-list): Put sysdir after start.
8677
8678 1999-01-22 Sam Steingold <sds@goems.com>
8679
8680 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8681 a process associated with it.
8682
8683 1999-01-22 Jason Rumney <jasonr@altavista.net>
8684
8685 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8686
8687 1999-01-22 Felix Lee <flee@cygnus.com>
8688
8689 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
8690 major-mode.
8691 (vc-annotate-mode): Delete variable.
8692
8693 1999-01-22 Andrew Innes <andrewi@gnu.org>
8694
8695 * startup.el (command-line): [windows-nt]: Check for existence of
8696 .emacs file so as to notice .emacs.el or .emacs.elc and use them
8697 in preference to _emacs.
8698
8699 1999-01-22 Dave Love <fx@gnu.org>
8700
8701 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8702
8703 1999-01-20 Richard Stallman <rms@gnu.org>
8704
8705 * files.el (find-file-noselect): Do wildcard processing only
8706 if new arg WILDCARDS is non-nil.
8707 (find-file, find-file-other-window): New arg WILDCARDS.
8708 Default it to non-nil if interactive.
8709 (find-file-other-frame): Likewise.
8710 (find-file-read-only): Likewise.
8711 (find-file-read-only-other-window): Likewise.
8712 (find-file-read-only-other-frame): Likewise.
8713
8714 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8715 (widget-plist-convert-option): Delete spurious comma.
8716
8717 1999-01-19 Jason Rumney <jasonr@altavista.net>
8718
8719 * term/w32-win.el (w32-standard-fontspec-spec): Change
8720 iso8859-5 to koi8-r. Add iso8859-9.
8721
8722 1999-01-19 Dave Love <fx@gnu.org>
8723
8724 * browse-url.el (browse-url-maybe-new-window): Delete macro and
8725 its uses.
8726
8727 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8728 is active.
8729 (fortran-indent-subprogram): Likewise.
8730
8731 1999-01-19 Dave Love <d.love@dl.ac.uk>
8732
8733 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8734
8735 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8736
8737 * wid-edit.el (alist): Use sexp as default key-type.
8738
8739 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8740
8741 * textmodes/tex-mode.el (tex-define-common-keys):
8742 Remove key binding of tex-feed-input.
8743 (tex-mode-map): Bind tex-feed-input here.
8744 (tex-start-shell): Use compilation-shell-minor-mode. Set
8745 comint-input-filter-functions before running tex-shell-hook.
8746 (tex-start-tex): Forget compilation errors.
8747 (tex-compilation-parse-errors): Rewritten to work also with
8748 compile-mouse-goto-error and compile-goto-error. Adjusted to
8749 change in tex-region.
8750 (tex-region): For the temp file use file-name without directory.
8751 (tex-file): Expand file name of tex-print-file.
8752
8753 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8754
8755 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
8756
8757 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
8758
8759 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8760 beginning could cause Emacs to hang. Fixed.
8761
8762 1999-01-18 Ken'ichi Handa <handa@gnu.org>
8763
8764 * international/ccl.el (ccl-compile-translate-character): Handle
8765 the case that a tranlation table is CCL register correctly.
8766
8767 * international/mule-cmds.el (select-safe-coding-system):
8768 Hightlight at most 256 characters.
8769
8770 1999-01-18 Dave Love <fx@gnu.org>
8771
8772 * startup.el (command-line): If the init file changes operation to
8773 unibyte, make all buffers unibyte and re-set language environment.
8774
8775 * disp-table.el (standard-display-european): Make all existing
8776 buffers unibyte. Fix doc.
8777
8778 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8779
8780 * wid-edit.el (coding-system): Define this unconditionally.
8781
8782 * simple.el (shell-command-on-region-default-error-buffer): New var.
8783 (shell-command-on-region): Use that variable as interactive
8784 value of ERROR-BUFFER argument.
8785
8786 1999-01-17 Sam Steingold <sds@goems.com>
8787
8788 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8789
8790 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8791
8792 * progmodes/compile.el (compilation-goto-locus): If already in the
8793 compilation buffer's window, keep it in that window.
8794 (compile-mouse-goto-error): Add Doc. Don't play with windows.
8795 (compile-goto-error): Don't play with windows.
8796
8797 * textmodes/tex-mode.el (latex-run-command): Doc fix.
8798 (tex-command): Doc fix.
8799 (tex-compilation-parse-errors): Doc fix.
8800 (tex-generate-zap-file-name): Don't start the name with -.
8801 (tex-expand-files): Works now also with strings ending with ":".
8802
8803 1999-01-17 Ian T Zimmerman <itz@transbay.net>
8804
8805 Patch failed to install:
8806 * gametree.el: Document scoring functionality.
8807 (gametree-score-regexp): Add optional plus sign.
8808 (gametree-score-opener): Replace `:' with `=' as the former
8809 conflicts with gametree-half-ply-regexp.
8810 (gametree-transpose-following-leaves): Add.
8811 (gametree-insert-new-leaf): Make modifying commands barf in read
8812 only buffers.
8813 (gametree-break-line-here): Add a call to
8814 `gametree-transpose-following-leaves'. This maintains the
8815 necessary invariant that on each level all leaf children precede
8816 all nonleaf children. This has always been implied, but left to
8817 the user, and, unfortunately, undocumented.
8818
8819 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
8820
8821 * wid-edit.el (plist, alist): New widget types.
8822
8823 1999-01-17 Dave Love <fx@gnu.org>
8824
8825 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8826 fix scope of condition-case therein.
8827
8828 1999-01-17 Andrew Innes <andrewi@gnu.org>
8829
8830 * dos-w32.el: (find-buffer-file-type-coding-system): Use
8831 default-buffer-file-coding-system when file doesn't exist (and
8832 isn't covered by a special case) instead of forcing undecided-dos
8833 against the user's wishes.
8834
8835 * dos-w32.el (direct-print-region-helper): New function based on
8836 direct-print-region-function; sends data to specified printer port
8837 without further translation. Recognize and handle specially the
8838 standard `print' and `nprint' programs, as well as `lpr' and
8839 similar programs. Only write directly to the printer port if no
8840 print program is specified. Work around a bug in Windows 9x
8841 affecting Win32 version of Emacs by invoking command.com to write
8842 to the printer port instead of writing directly.
8843 (direct-print-region-function): Use direct-print-region-helper to
8844 do most of the work.
8845 (direct-ps-print-region-function): New function; analogue of
8846 direct-print-region-function for ps-print.
8847 (ps-lpr-command): Comment out setq; leave as example usage.
8848 (ps-lpr-switches): Ditto.
8849
8850 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8851 and MS-Windows.
8852 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8853 DOS and Windows platforms, to indicate direct printing. Update
8854 the docstring accordingly.
8855
8856 * ps-print.el: (ps-printer-name): Update docstring about usage on
8857 MS-DOS and MS-Windows.
8858 (ps-lpr-command): Update docstring as for lpr-command.
8859 (ps-print-region-function): New variable.
8860 (ps-do-despool): Use it.
8861 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8862 DOS/Windows.
8863
8864 * subr.el (subst-char-in-string): New function.
8865
8866 1999-01-17 Eli Zaretskii <eliz@gnu.org>
8867
8868 * international/codepage.el (cp852-decode-table): Fill a nil entry.
8869
8870 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8871 (bdf-find-font-info): New function, looks for the first readable
8872 file from a list of alternatives.
8873 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8874 instead of bdf-get-font-info.
8875 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8876 to ps-mule-generate-bitmap-glyph.
8877
8878 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8879 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
8880 now be a list of alternative names.
8881 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8882 (ps-mule-prepare-font): Likewise.
8883
8884 * international/codepage.el (cp855-decode-table,
8885 cp850-decode-table): Fill some nil entries.
8886
8887 1999-01-16 Dave Love <fx@gnu.org>
8888
8889 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8890 last change.
8891
8892 1999-01-15 Dave Love <fx@gnu.org>
8893
8894 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8895 and change regexp for command names.
8896 (help-xref-go-back, function-called-at-point, symbol-file)
8897 (where-is): Doc fixes.
8898 (help-xref-go-back): Remove interactive spec.
8899 (describe-function-1): Fix message for alias. Buttomize alias
8900 name.
8901
8902 * simple.el (join-line): New alias.
8903
8904 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
8905
8906 * forms.el: (forms--show-record): Convert integers to string
8907 expicitly since concat will no longer accept integers.
8908 (forms-print): Use local `total-nb-records' since
8909 `forms--total-records' will be inaccessible after buffer switching.
8910
8911 1998-01-14 Felix Lee <flee@cygnus.com>
8912
8913 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8914
8915 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8916
8917 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8918
8919 1999-01-14 Eli Zaretskii <eliz@gnu.org>
8920
8921 * international/codepage.el (cp850-decode-table): Fix previous change.
8922
8923 1999-01-14 Simon Marshall <simon@gnu.org>
8924
8925 * shell.el (shell-dirtrack-verbose): New custom variable.
8926 (shell-dirstack-message): Use it.
8927
8928 1999-01-14 Kenichi Handa <handa@etl.go.jp>
8929
8930 * international/mule-conf.el: Coding system alias `dos' for
8931 `undecided-dos', `mac' for `undecided-mac'.
8932
8933 * international/mule-cmds.el (describe-language-environment):
8934 Don't alter input-method-alist.
8935
8936 1999-01-13 Eli Zaretskii <eliz@gnu.org>
8937
8938 * international/codepage.el (cp850-decode-table): Replace nil
8939 entries with codes of similary looking glyphs. (Suggested by
8940 Jason Rumney <jasonr@altavista.net>.)
8941
8942 1999-01-13 Dave Love <fx@gnu.org>
8943
8944 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8945
8946 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8947
8948 1999-01-12 Karl Heuer <kwzh@gnu.org>
8949
8950 * files.el (auto-save-hook): Defvar this.
8951
8952 1999-01-12 Alex Schroeder <asc@bsiag.com>
8953
8954 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8955 faces, eliminating the need to load font-lock before loading sql.
8956 (sql-mode-oracle-font-lock-keywords): Likewise.
8957 (sql-mode-postgres-font-lock-keywords): Likewise.
8958
8959 1999-01-11 Dave Love <fx@gnu.org>
8960
8961 * cus-start.el: Add inhibit-eol-conversion.
8962
8963 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8964 the values round.
8965
8966 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
8967
8968 * help.el (help-mode-finish): Renamed from help-mode-maybe.
8969 Don't switch to Help mode here.
8970 (temp-buffer-setup-hook): Use help-mode-finish.
8971 (help-mode-setup): New function.
8972 (temp-buffer-setup-hook): Use help-mode-setup.
8973
8974 * progmodes/sql.el: New file.
8975
8976 * files.el (auto-mode-alist): Add sql-mode.
8977
8978 * faces.el (list-faces-display): Improve the formatting
8979 by computing the maximum length required for any face-name.
8980
8981 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8982
8983 * progmodes/compile.el (compilation-shell-minor-mode): New function.
8984
8985 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
8986
8987 * term.el (term_send_home): Change the string to
8988 be the same as the one emitted by xterm and consistent with the
8989 ones emitted by prior and next.
8990 (term_send_end): Likewise.
8991
8992 1999-01-10 Dave Love <fx@gnu.org>
8993
8994 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8995 bindings.
8996
8997 1999-01-10 Eli Zaretskii <eliz@gnu.org>
8998
8999 * international/codepage.el (codepage-setup): Doc fix.
9000 (cp-decoding-vector-for-codepage): Likewise.
9001
9002 1999-01-10 Markus Rost <rost@gnu.org>
9003
9004 * cus-edit.el (custom-save-delete): First scan the custom-file.
9005
9006 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9007
9008 * international/iso-transl.el: Define a "function name" for
9009 each translation that isn't ASCII. Use these function names
9010 in iso-transl-char-map.
9011
9012 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9013
9014 * international/mule-util.el (decompose-region): Do decomposition
9015 on temporary unibyte buffer.
9016
9017 * international/mule.el (make-char): Doc-string modified.
9018
9019 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9020
9021 * simple.el (comment-region): Delete spaces only if we
9022 deleted a comment starter.
9023
9024 1999-01-07 Dave Love <fx@gnu.org>
9025
9026 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9027
9028 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9029 like eval-defun does.
9030
9031 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9032
9033 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9034 constructions. Doc fixes.
9035 (generic-create-generic-function): Use defalias, not fset.
9036
9037 * find-func.el: More doc fixes.
9038
9039 1999-01-06 Stephen Eglen <stephen@gnu.org>
9040
9041 * files.el (save-buffers-kill-emacs): Show the list of current
9042 processes before prompting to kill them and exit.
9043
9044 1999-01-06 Dave Love <fx@gnu.org>
9045
9046 * emacs-lisp/find-func.el: Doc fixes.
9047 (find-function-regexp): Extend for define-generic-mode,
9048 define-derived-mode, easy-mmode-define-minor-mode.
9049
9050 1999-01-06 Dave Love <fx@gnu.org>
9051
9052 * progmodes/fortran.el (fortran-window-create): Account for scroll
9053 bar width.
9054
9055 * browse-url.el: Require (noerror) w3-auto when compiling.
9056 (browse-url-maybe-new-window): Make it a macro and revert last
9057 change to callers.
9058 (browse-url-w3): Require w3 for w3-fetch-other-window.
9059
9060 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9061
9062 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9063 argument.
9064
9065 1999-01-06 Simon Marshall <simon@gnu.org>
9066
9067 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9068
9069 * font-lock.el (font-lock-default-fontify-buffer): When using
9070 with-temp-message, use nil rather than current-message.
9071
9072 * lazy-lock.el (lazy-lock-unstall):
9073 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9074 rather than current-message.
9075
9076 * fast-lock.el (fast-lock-save-cache-1):
9077 (fast-lock-cache-data): When using with-temp-message, use nil rather
9078 than current-message.
9079
9080 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9081
9082 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9083 the valid-codes property.
9084
9085 * international/mule-cmds.el (prefer-coding-system): Call
9086 set-coding-priority, so that the internal array of priorities is
9087 also updated.
9088
9089 * international/mule-util.el:
9090 (coding-system-change-eol-conversion,
9091 coding-system-change-text-conversion): Don't define here.
9092
9093 * international/mule-cmds.el: Define them here. Remove the
9094 autoload cookies.
9095
9096 1999-01-06 Andreas Schwab <schwab@gnu.org>
9097
9098 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9099 if it was enabled before.
9100
9101 * view.el (View-revert-buffer-scroll-page-forward): Bind
9102 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9103
9104 * files.el (recover-session): Preserve point when inserting
9105 explanation.
9106
9107 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9108
9109 * cus-edit.el (custom-save-delete): Don't delete whitespace
9110 and comments before the sexp that is replaced.
9111
9112 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9113
9114 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9115
9116 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9117
9118 * vc.el (vc-dired-hook): Use the original value of
9119 dired-move-to-filename-regexp on lines that have not been
9120 reformatted yet.
9121 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9122 file lines have already been reformatted.
9123
9124 1999-01-05 Dave Love <fx@gnu.org>
9125
9126 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9127 buffer-local.
9128
9129 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9130
9131 * progmodes/f90.el: Change of regular expressions for type to
9132 correct highlighting and identation. Some small fixes for
9133 compatibility with XEmacs.
9134
9135 1999-01-05 Stephen Eglen <stephen@gnu.org>
9136
9137 * mspools.el (mspools-vm-system-mail): Provide an alternative
9138 value based on rmail-spool-directory if $MAIL is not defined.
9139
9140 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9141
9142 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9143 (reftex-section-info): Handle negative section levels.
9144 (reftex-view-crossref-extra): New option.
9145 (reftex-view-crossref): Generalized to work in more places.
9146 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9147 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9148 (reftex-view-cite-locations-from-bibtex): New command.
9149 (reftex-view-regexp-match, reftex-global-search,
9150 reftex-global-search-continue): New functions.
9151 (reftex-extract-bib-entries): No error for non-existing BibTeX
9152 file, just a message.
9153 (reftex-extract-bib-entries): Better error handling.
9154 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9155 help and force it on current frame.
9156 (reftex-default-bibliography): New function.
9157 (reftex-access-parse-file): Check consistency after loading a
9158 parse file. When inconsistent, enfore rescan.
9159 (reftex-check-parse-consistency): New function.
9160 (easy-menu-define): Options section drastically shortened.
9161
9162 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9163
9164 * language/thai-util.el (thai-compose-string): New function.
9165
9166 1999-01-04 Inge Frick <inge@nada.kth.se>
9167
9168 * easymenu.el (easy-menu-define): Doc fix.
9169 (easy-menu-create-menu): New keyword :included.
9170 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9171 be an expression, not only a string. Simulate style `button'.
9172 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9173 (easy-menu-define-key-intern): New function.
9174 (easy-menu-add-item): Understand value returned from
9175 easy-menu-item-present-p and easy-menu-remove-item.
9176 (easy-menu-return-item): New function.
9177 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9178
9179 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9180
9181 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9182 Use rmail-output-read-rmail-file-name to read the file name.
9183 Always call rmail-output-to-rmail-file noninteractively.
9184 When count > 1, do the loop here.
9185 Handle rmail-delete-after-output here.
9186 (rmail-summary-output): Similar changes.
9187
9188 * mail/rmailout.el: Provide `rmailout'.
9189 (rmail-output-read-rmail-file-name): New function.
9190 (rmail-output-to-rmail-file): Use that.
9191 (rmail-output-read-file-name): New function.
9192 (rmail-output): Use that.
9193
9194 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9195 Error if wildcard matches no files.
9196
9197 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9198
9199 * menu-bar.el (clipboard-yank): Doc fix.
9200
9201 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9202
9203 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9204
9205 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9206
9207 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9208
9209 * rmail.el (rmail-encode-string): Make sure mask value is
9210 positive; (emacs-pid) returns a negative number on Windows 9x
9211 which causes odd behaviour.
9212
9213 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9214
9215 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9216 and about w32-* variables unless on Windows/NT.
9217
9218 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9219
9220 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9221 if buffer is modified; ask about all modified buffers.
9222
9223 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9224
9225 * simple.el (what-cursor-position): Fix previous change.
9226
9227 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9228
9229 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9230 from paragraph-start.
9231
9232 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9233
9234 * international/mule-cmds.el (prefer-coding-system): If the
9235 argument requires specific EOL conversion type, make the default
9236 coding systems use that.
9237
9238 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9239
9240 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9241 Use shell-command-on-region.
9242 (m4-start-m4, m4-end-m4): Functions deleted.
9243
9244 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9245
9246 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9247
9248 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9249
9250 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9251 to compose-mail in the correct places and as a list.
9252
9253 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9254
9255 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9256 (pages-directory-map): Bind mouse-2
9257 (pages-copy-header-and-position): Put text property.
9258 (pages-directory-goto-with-mouse): New function.
9259
9260 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9261
9262 * international/codepage.el (cp-make-coding-systems-for-codepage):
9263 Doc fix.
9264 (cp-coding-system-for-codepage-1): Likewise.
9265
9266 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9267
9268 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9269 composition sequence correctly here instead of calling
9270 thai-compose-region.
9271
9272 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9273 newline in multibyte buffer, if previous or next character is a
9274 composite char, check the first component of the composite char.
9275
9276 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9277
9278 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9279 and track-mouse.
9280
9281 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9282
9283 * mail/sendmail.el (mail-yank-original): Remove text properties
9284 after insertion.
9285 (mail-yank-region): Barf if no mark is set in the message
9286 being replied to.
9287
9288 * help.el (function-called-at-point): First look for function at point.
9289
9290 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9291
9292 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9293
9294 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9295
9296 * simple.el (what-cursor-position): Print character encoding also.
9297
9298 1998-12-26 Dave Love <fx@gnu.org>
9299
9300 * textmodes/flyspell.el: If local-maps work, don't put
9301 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9302 in flyspell-mouse-map (only).
9303 (flyspell-use-local-map): New variable.
9304 Use a different mouse-2 binding in that case,
9305 and don't add to minor-mode-map-alist.
9306 (make-flyspell-overlay, flyspell-correct-word):
9307 Test flyspell-use-local-map.
9308
9309 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9310
9311 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9312 Be careful about whether to return a relative file name,
9313 and if so, relative to what directory.
9314
9315 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9316
9317 * emacs-lisp/easymenu.el (easy-menu-get-map):
9318 Change global map only if this menu exists in the global map already,
9319 and not in the local map.
9320 (easy-menu-do-add-item): Fix error message.
9321
9322 * foldout.el (foldout-inhibit-key-bindings):
9323 Avoid concatenating onto outline-minor-mode-prefix.
9324 Make a new keymap for that prefix, if it does not already have one.
9325
9326 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9327
9328 * cperl-mode.el:
9329 Can use linear algorithm for indentation if Emacs supports it.
9330 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9331 (cperl-after-block-p): Likewise.
9332 (cperl-after-block-and-statement-beg): Likewise.
9333 (cperl-after-block-p): After END/BEGIN we are a block.
9334 (cperl-after-expr-p): Skip labels when checking
9335 (cperl-indent-region): Make a marker for END - text added/removed.
9336 Disable hooks during the call (how to call them later?).
9337 Now indents 820-line-long function in 6.5 sec (including
9338 syntaxification) the first time (when buffer has few
9339 properties), 7.1 sec the second time.
9340 (cperl-indent-region): Do not indent whitespace lines
9341 (cperl-style-alist)
9342 Include `cperl-merge-trailing-else' where the value is clear.
9343 (cperl-styles-entries): Likewise.
9344 (cperl-problems): Improvements to docs.
9345 (cperl-tips): Likewise.
9346 (cperl-non-problems): Likewise.
9347 (cperl-mode): Make lazy syntaxification possible.
9348 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9349 `font-lock-unfontify-region-function' was set to a wrong function.
9350
9351 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9352 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9353 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9354 but 1<<6 was considered as HERE-doc.
9355 <file/glob> made into a string.
9356 Postpone addition of faces after syntactic step.
9357 Recognition of <FH> was wrong.
9358 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9359 Knows that split// is null-RE.
9360 Highlights separators in 3-parts expressions as labels.
9361 <> was considered as a glob.
9362 Would err if the last line is `=head1'.
9363 $a-1 ? foo : bar; was a considered a regexp.
9364 `<< (' was considered a start of HERE-doc.
9365 mark qq[]-etc sections as syntax-type=string
9366 Was not processing sub protos after a comment ine.
9367 Was treating $a++ <= 5 as a glob.
9368 Tolerate unfinished REx at end-of-buffer.
9369 `unwind-protect' was left commented.
9370 / and ? after : start a REx.
9371
9372 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9373 Better default, customizes to `message' too, off in text-mode.
9374
9375 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9376 `defface'd.
9377 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9378 `defface'd.
9379 (cperl-emacs-can-parse): New state variable.
9380 (cperl-indent-line): Corrected to use global state.
9381 (cperl-calculate-indent): Likewise.
9382 (cperl-fix-line-spacing): Likewise (not used yet).
9383 (cperl-calculate-indent): Did not consider `,' as
9384 continuation mark for statements.
9385 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9386 Remove another parse-data optimization at toplevel: would
9387 indent correctly.
9388 Correct for labels when calculating indentation of continuations.
9389 Docstring updated.
9390 (cperl-choose-color): Converted to a function (to be
9391 compilable in text-mode).
9392 (cperl-dark-background): Disable without window-system.
9393 Do `defface' only if window-system.
9394 (cperl-fix-line-spacing): Sped up to bail out early.
9395 (x-color-defined-p): Was not compiling on XEmacs
9396 Was defmacro'ed with a tick. Remove another def.
9397 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9398 (cperl-unwind-to-safe): New function.
9399 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9400 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9401 long strings (not very successful).
9402 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9403 Highlight the starting // in s//foo/ as function-name.
9404 Emit a meaningful error instead of a cryptic one for an
9405 uncomplete REx near end-of-buffer.
9406
9407 (cperl-electric-keyword): `qr' recognized.
9408 (cperl-electric-else): Likewise
9409 (cperl-to-comment-or-eol): Likewise
9410 (cperl-make-regexp-x): Likewise
9411 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9412 Corrected to use new macros;
9413 `if' for copying `reference-face' to `constant-face' was backward.
9414 remove init `font-lock-other-emphasized-face',
9415 `font-lock-emphasized-face', `font-lock-keyword-face'.
9416 Interpolate `cperl-invalid-face'.
9417 (cperl-make-regexp-x): Misprint in a message.
9418 (cperl-syntaxify-unwind): New configuration variable
9419 (cperl-fontify-m-as-s): New configuration variable
9420 (cperl-electric-pod): Check for after-expr was performed
9421 inside of POD too.
9422 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9423 (cperl-clobber-mode-lists): New configuration variable.
9424 (cperl-not-bad-style-regexp): Updated.
9425 Init: `cperl-is-face' was busted.
9426 (cperl-make-face): New macros.
9427 (cperl-force-face): New macros.
9428 (font-lock-other-type-face): Done via `defface' too.
9429 (cperl-nonoverridable-face): New face. Renamed from
9430 `font-lock-other-type-face'.
9431 (cperl-init-faces-weak): Use `cperl-force-face'.
9432 (cperl-comment-indent): Commenting __END__ was not working.
9433 (cperl-indent-for-comment): Likewise.
9434 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9435 When removing old TAGS info was not relativizing filename.
9436 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9437 Another try to work around XEmacs problems. Better progress messages.
9438 (toplevel): Require custom unprotected => failure on 19.28.
9439 (cperl-xemacs-p): Defined when compile too
9440 (cperl-find-tags): Was writing line/pos in a wrong order,
9441 pos off by 1 and not at beg-of-line.
9442 (cperl-etags-snarf-tag): New macro
9443 (cperl-etags-goto-tag-location): New macro
9444 (cperl-version): New variable. New menu entry
9445 random docstrings: References to "future" 20.3 removed.
9446 Menu was described as `CPerl' instead of `Perl'
9447 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9448 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9449 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9450 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9451 `font-lock-reference-face', `font-lock-keyword-face'.
9452 Use `eval-after-load'.
9453 Remove not-CPerl-related faces.
9454 (cperl-tips-faces): New variable and an entry into Mini-docs.
9455 (cperl-indent-exp): Was not processing else-blocks.
9456 (cperl-get-state): NOP line removed.
9457 (cperl-ps-print): New function and menu entry.
9458 (cperl-ps-print-face-properties): New configuration variable.
9459 (cperl-invalid-face): New configuration variable.
9460 (perl-font-lock-keywords): Highlight trailing whitespace
9461 (cperl-contract-levels): Documentation corrected.
9462 (cperl-contract-level): Likewise.
9463 (cperl-ps-extend-face-list): New macro.
9464 (cperl-invalid-face): Change to ''underline.
9465
9466 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9467
9468 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9469 for read-file-name.
9470 (rmail-output-to-rmail-file): Likewise.
9471
9472 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9473
9474 * emacs-lisp/easymenu.el (easy-menu-get-map):
9475 If MENU is nil, use global menu-bar map.
9476 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9477 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9478
9479 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9480
9481 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9482
9483 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9484
9485 * ps-print.el (ps-print-version): New version number (4.1.3).
9486
9487 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9488
9489 * international/mule-cmds.el: Use make-sparse-keymap instead of
9490 define-prefix-key when defining MULE menu items.
9491
9492 * info.el (Info-node-at-bob-matching): New function.
9493 (Info-find-node, Info-build-node-completions): Call it.
9494
9495 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9496
9497 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9498 when this is an autoloaded keymap.
9499
9500 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9501
9502 * international/codepage.el (cp-coding-system-for-codepage-1):
9503 Create separate encoders and decoders, for DOS and Unix. Make the
9504 usual family of 3 coding systems, so that automatic detection of
9505 EOL type works.
9506 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9507 Unix-specific symbols here, and don't call
9508 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9509 Handa <handa@etl.go.jp>.)
9510
9511 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9512
9513 * term/internal.el (IT-character-translations): New variable, an
9514 alist used to display characters for which there's no glyphs in
9515 the current codepage.
9516 (IT-display-table-setup): New function, sets up the DOS terminal
9517 for a given codepage.
9518 (dos-codepage-setup): New function, sets up the MULE environment
9519 for the current value of dos-codepage.
9520 (top-level if): In the multibyte mode, turn on
9521 unibyte-display-via-language-environment. In the unibyte mode,
9522 set up the special syntax tables to map lower- to upper case and
9523 back.
9524
9525 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9526
9527 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9528 (speedbar-frame-plist) Remove useless comments.
9529 (speedbar-frame-mode) Do not specify height if it is in the param list.
9530 Use default y position w/out changing it.
9531 If default x position is a list, keep, calculate the non-list X
9532 value when devining an initial position.
9533 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9534 (speedbar-tag-group-name-minimum-length): New variable.
9535 (speedbar-frame-parameter): New compatibility function.
9536 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9537 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9538 groups to keep things in the right order, and to help with some
9539 naming conventions.
9540 (speedbar-create-tag-hierarchy): Enable buffer local version of
9541 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9542 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9543 the case, derive it from the cursor location in speedbar.
9544
9545 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9546
9547 * international/mule-cmds.el (set-language-environment): On MS-DOS
9548 terminals, install DOS-specific nonascii-translation-table if the
9549 language info doesn't specify one. Pass the default eol-type to
9550 set-language-environment-coding-systems.
9551 (set-default-coding-systems): Copy the eol-type property for the
9552 new default values of {buffer-file,process}-coding-system from the
9553 old defaults.
9554 (set-language-environment-coding-systems): Accept an optional
9555 argument EOL-TYPE, and set the eol-type property of the default
9556 coding systems accordingly.
9557 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9558 (set-keyboard-coding-system): Likewise.
9559 (set-default-coding-systems): Don't set
9560 default-terminal-coding-system on MS-DOS to anything but nil.
9561 (prefer-coding-system): Describe in the doc string that
9562 default-terminal-coding-system is not changed on MS-DOS.
9563 (set-language-environment): For MS-DOS, set standard syntax table
9564 and display table for all characters with code above 127.
9565 (standard-display-european-internal): For MS-DOS, pass all
9566 characters with code above 127 directly to the terminal, and don't
9567 remap characters 160 and 146 in the unibyte case.
9568
9569 * international/codepage.el: New file.
9570
9571 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9572
9573 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9574 comments.
9575
9576 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9577
9578 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9579
9580 * subr.el (read-passwd): Likewise.
9581
9582 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9583
9584 * info.el (Info-find-node): Add 1 to the position read from the
9585 tag table. Don't fail if the node delimiter ^_ is the first
9586 character in the file.
9587 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9588 first character in the file.
9589 (Info-read-subfile): Likewise.
9590 (Info-select-node): Likewise.
9591 (Info-build-node-completions): Likewise.
9592
9593 1998-12-16 Richard Stallman <rms@gnu.org>
9594
9595 * term/x-win.el (x-cut-buffer-or-selection-value):
9596 If clipboard is enabled, try it before PRIMARY selection.
9597
9598 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9599
9600 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9601 insert c-cedilla and C-cedilla respectively, like in latin-1.
9602
9603 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9604
9605 * language/hebrew.el: Don't use sublists in the flags argument
9606 passed to make-coding-system.
9607
9608 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9609
9610 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9611 list of character sets found by find-charset-region.
9612
9613 * ps-mule.el: Always require ps-print. Move some function
9614 definitions for Emacs 20.2 and the earlier to ps-print.el.
9615 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9616
9617 * ps-print.el: Define several functions for Emacs 20.2 and the
9618 earlier version.
9619 (ps-printer-name): Check if printer-name is bound.
9620
9621 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9622
9623 * ps-mule.el: Programming uniformization and little code improvement.
9624 (ps-mule-prepare-font): Programming uniformization.
9625 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9626 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9627
9628 * ps-bdf.el: Programming uniformization and little code improvement.
9629 (bdf-search-and-read): New fun.
9630 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9631 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9632 (bdf-info-relative-compose, bdf-info-baseline-offset)
9633 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9634 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9635 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9636 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9637 improvement.
9638
9639 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9640
9641 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9642 and mule related code extraction. Autoload ps-mule funs.
9643
9644 * ps-mule.el: Doc fix. Require ps-print only when compiled.
9645 (ps-mule-prologue-generated): New fun.
9646 (ps-mule-plot-string): Add autoload cookie.
9647 (ps-mule-begin-job): Call ps-mule-prologue-generated.
9648
9649 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9650
9651 * ps-bdf.el: Require ps-mule instead of ps-print.
9652 (bdf-directory-list): Add autoload cookie.
9653
9654 * ps-mule.el: New file. Mule related code extracted from
9655 ps-print.el. Require ps-print, provide ps-mule.
9656 (ps-multibyte-buffer): Add autoload cookie.
9657 (ps-mule-prepare-ascii-font): New fun.
9658 (ps-mule-set-ascii-font): New fun.
9659 (ps-mule-skip-same-charset): Fun deleted.
9660 (ps-mule-plot-string): Set ps-mule-current-charset.
9661 (ps-mule-initialize): Add autload cookie. Don't set
9662 ps-mule-font-info-database here.
9663 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
9664 ps-mule-font-info-database and ps-control-or-escape-regexp.
9665 (ps-mule-begin-page): New fun.
9666
9667 * ps-print.el: Mule related code moved to ps-mule.el.
9668 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9669 check ps-mule-charset-list.
9670 (ps-begin-page): Don't set ps-mule-current-charset, instead call
9671 ps-mule-begin-page.
9672 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9673 (ps-plot-region): Don't set ps-mule-current-charset, instead call
9674 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
9675 instead skip same charsets by itself.
9676 (ps-generate): Call ps-mule-initialize of needs-begin-file is
9677 non-nil. Call ps-mule-begin-job.
9678
9679 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9680
9681 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
9682 instead of bdf.
9683
9684 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9685 (ps-mule-external-libraries): New element FEATURE.
9686 (ps-mule-init-external-library): Ajusted for the above change.
9687 (ps-mule-generate-font): Likewise.
9688 (ps-mule-generate-glyphs): Likewise.
9689 (ps-mule-prepare-font): Likewise.
9690 (ps-mule-initialize): Likewise.
9691 (ps-begin-file): Superfluous tailing parenthesis deleted.
9692
9693 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9694
9695 * international/fontset.el (x-decompose-font-name): If PATTERN
9696 doesn't have any wild cards, return a vector made from a name that
9697 is found by x-resolve-font-name found. Comments added.
9698
9699 * international/mule-cmds.el (find-coding-systems-for-charsets):
9700 Handle the case of unknown charset.
9701 (find-multibyte-characters): If invalid multibyte characters are
9702 found, return the corresponding strings instead of character
9703 codes.
9704 (find-multibyte-characters): Adjusted for the above change.
9705 (select-safe-coding-system): For a unibyte buffer, always returns
9706 DEFAULT-CODING-SYSTEM.
9707 (get-charset-property): Fix previous change. Make it a function.
9708 (put-charset-property): Make it a function.
9709
9710 * international/mule.el (make-coding-system): Set mime-charset
9711 property of *-with-esc coding system to nil.
9712
9713 * international/quail.el (quail-point-in-conversion-region): New
9714 function.
9715 (quail-conversion-backward-delete-char): When a key sequence is
9716 being translated, call quail-delete-last-char.
9717
9718 * language/devan-util.el
9719 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9720 handle devanagari-decomposition-rules.
9721
9722 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
9723
9724 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9725 tex-start-options-string to empty string.
9726 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9727
9728 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
9729
9730 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9731 5xx responses are already handled properly).
9732
9733 1998-12-13 Richard Stallman <rms@gnu.org>
9734
9735 * progmodes/compile.el (compilation-error-regexp-alist): Insist
9736 on a non-digit in the file name.
9737
9738 * simple.el (comment-region): Handle comment-padding
9739 separately for insertion and for deletion, in the right way for each.
9740
9741 1998-12-13 Felix Lee <flee@cygnus.com>
9742
9743 * progmodes/compile.el (compilation-error-regexp-alist): Fix
9744 regexp to match "ChangeLog:1:1998-12-09 ..."
9745
9746 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
9747
9748 * cus-start.el (dos-unsupported-char-glyph): Add.
9749
9750 1998-12-11 Dave Love <fx@gnu.org>
9751
9752 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9753 forward-sexp in condition-case.
9754
9755 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9756 Remove unnecessary test on `library' for explicit file name.
9757 Widen scope of save-match-data.
9758
9759 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
9760
9761 * international/mule.el (load-with-code-conversion): If the loaded
9762 file was inserted with no-conversion or raw-text coding system,
9763 make the buffer unibyte.
9764
9765 1998-12-09 Richard Stallman <rms@gnu.org>
9766
9767 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9768 Get rid of nested loops.
9769
9770 * mouse.el (mouse-drag-vertical-line):
9771 If WHICH-SIDE is not `right', then scroll bars are on the left.
9772
9773 * loadhist.el (load-history-loaded): defvar moved to help.el.
9774
9775 * help.el (symbol-file-load-history-loaded): Variable renamed,
9776 and defvar moved from loadhist.el.
9777 (symbol-file): Renamed from describe-function-find-file.
9778 Load fns-VERSION.el here.
9779 (describe-variable, describe-function-1): Use symbol-file.
9780
9781 * textmodes/tex-mode.el (tex-generate-zap-file-name):
9782 Don't start the name with #.
9783
9784 * ispell.el: Take out the eval-when's.
9785
9786 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
9787
9788 * dirtrack.el (dirtrack-directory-change-hook): New hook.
9789 (dirtrack): Run it. Make debug message more verbose.
9790
9791 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9792
9793 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9794 name of the abbrev table, and provide support for XEmacs.
9795 (octave-xemacs-p): New variable.
9796
9797 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9798
9799 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9800 exit, when mail-interactive is nil.
9801
9802 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
9803
9804 * files.el (after-find-file): Message fix.
9805
9806 1998-12-09 Ken Stevens <stevens@kdstevens.com>
9807
9808 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9809
9810 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
9811
9812 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9813 filenames using backslashes.
9814
9815 1998-12-09 Dave Love <fx@gnu.org>
9816
9817 * browse-url.el (browse-url-mail): Call compose-mail-other-window
9818 with correct number of args.
9819 (browse-url-maybe-new-window): New arg. Callers changed.
9820
9821 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9822 comment.
9823
9824 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
9825
9826 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9827
9828 1998-12-08 Markus Rost <rost@delysid.gnu.org>
9829
9830 * vc.el (vc-rcs-release): Fix Type.
9831 (vc-sccs-release): Fix Type.
9832 (vc-cvs-release): Fix Type.
9833
9834 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9835 arg work right.
9836
9837 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9838 output of last undeleted message.
9839
9840 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
9841
9842 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9843 (buffer-undo-list) [windows-nt]: Use different relative path.
9844
9845 1998-12-07 Simon Marshall <simon@gnu.org>
9846
9847 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9848
9849 1998-12-05 Markus Rost <rost@delysid.gnu.org>
9850
9851 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9852
9853 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9854
9855 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9856
9857 * info.el (Info-menu): Don't return error if point is between menu
9858 header and first menu item.
9859
9860 1998-12-04 Dave Love <fx@gnu.org>
9861
9862 * help.el (describe-function-1): Fix description for alias.
9863
9864 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
9865
9866 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9867 specifications from summary line.
9868
9869 * rect.el (delete-whitespace-rectangle): Mark for autoload.
9870 (close-rectangle): Define alias only once in loaddefs.el.
9871
9872 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
9873
9874 * term/internal.el: Remove code which sets up a special syntax
9875 table for non-ASCII characters.
9876
9877 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
9878
9879 * dos-w32.el (direct-print-region-function): Try to ensure that
9880 printer-name is expanded to a file name on a local drive;
9881 sometimes printing a file loaded from a network volume fails.
9882 (direct-print-region-function): Add a function to
9883 write-region-annotate-functions to append a formfeed character to
9884 the region being printed, if the region doesn't end with a
9885 formfeed already. This avoids creating a second print job
9886 containing a blank page when print spooling is enabled on Windows.
9887
9888 1998-12-02 Dave Love <fx@gnu.org>
9889
9890 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9891 `Info-goto-node'.
9892
9893 1998-12-02 Richard Stallman <rms@gnu.org>
9894
9895 * help.el (temp-buffer-resize-mode): Doc fix.
9896
9897 * cus-edit.el (custom-save-delete): Save point before
9898 reading a sexp, rather than backing up.
9899
9900 * international/iso-transl.el: Fix previous change.
9901
9902 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
9903
9904 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9905 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9906 Added defvars to suppress compilation warnings.
9907
9908 1998-11-30 Ken Stevens <k.stevens@ieee.org>
9909
9910 * ispell.el: Improved and fixed customize for variables:
9911 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9912 ispell-dictionary-alist, ispell-skip-sgml.
9913 Improved and fixed comments in variables and messages for
9914 functions: ispell-help-in-bufferp, ispell-local-dictionary,
9915 ispell-menu-map, ispell-checking-message, ispell-parser,
9916 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9917 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9918 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9919 ispell-message-text-end, ispell-add-per-file-word-list.
9920 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9921 system is now required for all languages. Casechars improved for
9922 castellano, castellano8, and norsk dictionaries. Dictionary
9923 norsk7-tex added. Dictionary polish added.
9924 (ispell-dictionary-alist): Redefined at load-time to support
9925 dictionary changes.
9926 (ispell-menu-map): Redefined at load-time to support menu changes.
9927 (ispell-check-version): New alias for `check-ispell-version'.
9928 (ispell-parse-output): Fixed matching for ispell error messages.
9929 Correctly returns spelling suggestions in order generated by ispell
9930 process.
9931 (check-ispell-version): Ensure `case-fold-search' doesn't get
9932 redefined.
9933 (ispell-complete-word): Ensure `case-fold-search' doesn't get
9934 redefined. Fix bug that didn't respect case of word being completed.
9935 (ispell-init-process): Set process coding system to be compatible
9936 with emacs processes and the ispell process.
9937 (ispell-kill-ispell): Ensures ispell process has terminated before
9938 starting new process. This can otherwise confuse process filters
9939 and hang the ispell process.
9940 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9941 skipping support for sgml.
9942 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
9943 which could cause `ispell-complete-word' to hang.
9944 (ispell-message): Improved message reference matching. Ensure
9945 `case-fold-search' doesn't get redefined.
9946 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9947 get redefined. Fixed bug in returning to nroff mode from tex mode.
9948 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9949 get redefined.
9950
9951 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9952
9953 * textmodes/flyspell.el (flyspell-check-word-p):
9954 Don't delay inside a kbd macro.
9955
9956 * subr.el (make-local-hook): Return the hook variable.
9957
9958 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9959
9960 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9961 Use a timer instead of post-command-hook.
9962 (hscroll-timer): New variable.
9963
9964 1998-11-30 Dave Love <fx@gnu.org>
9965
9966 * help.el (help-xref-button): Do nothing if text already has the
9967 help-xref property.
9968 (describe-variable): Revert previous change to hyperlink to source.
9969
9970 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9971
9972 * bindings.el (features): Add `base64' to this list.
9973
9974 * loadhist.el (symbol-file): Doc fix.
9975
9976 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9977
9978 * files.el (hack-one-local-variable): Cope with non-file buffers.
9979
9980 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9981
9982 * help.el (describe-mode): Put major mode first.
9983
9984 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9985 to support special-display and same-window features.
9986
9987 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9988
9989 * simple.el (transpose-subr, transpose-subr-1): Rename variables
9990 bound in one function and used in the other.
9991 (transpose-subr-start1, transpose-subr-start2): Add defvars.
9992 (transpose-subr-end1, transpose-subr-end2): Add defvars.
9993
9994 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9995
9996 * autoinsert.el (auto-insert-alist): Use user-mail-address.
9997
9998 1998-11-26 Kenichi Handa <handa@etl.go.jp>
9999
10000 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10001 Give format correct control string.
10002
10003 * international/mule.el (define-translation-table): Fix bug of
10004 setting incorrect translation-table-id. If the first element of
10005 ARGS is a translation table, just register it.
10006
10007 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10008 property.
10009
10010 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10011
10012 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10013 syntax table to determine what is whitespace.
10014
10015 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10016
10017 * frame.el (frame-parameter): Doc fix.
10018
10019 * textmodes/tex-mode.el (tex-feed-input): New function.
10020 (tex-define-common-keys): Add binding for C-c C-m.
10021
10022 1998-11-23 Dave Love <fx@gnu.org>
10023
10024 * progmodes/fortran.el: Various minor doc fixes.
10025 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10026 (fortran-with-subprogram-narrowing): New macro.
10027 (fortran-check-for-matching-do): Use it.
10028 (fortran-end-do): Use fortran-check-end-prog-re.
10029 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10030 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10031
10032 1998-11-23 Simon Marshall <simon@gnu.org>
10033
10034 * font-lock.el (font-lock-defaults): Doc fix.
10035 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10036 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10037
10038 * lazy-lock.el (lazy-lock-unstall):
10039 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10040
10041 * fast-lock.el (fast-lock-save-cache-1):
10042 (fast-lock-cache-data): Rewritten to use with-temp-message.
10043
10044 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10045
10046 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10047 messages that have been added with DOS line endings and convert
10048 the line endings for such messages.
10049
10050 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10051
10052 * help.el: Add resizing of temporary buffers.
10053 (temp-buffer-resize-mode): New command and variable.
10054 (temp-buffer-max-height): New variable.
10055 (resize-temp-buffer-window): New function.
10056
10057 * window.el (window-buffer-height): New function, split from
10058 shrink-window-if-larger-than-buffer.
10059 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10060
10061 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10062
10063 * frame.el (initial-frame-alist): Add defcustom.
10064
10065 * shell.el (shell-prompt-pattern): Add defcustom.
10066
10067 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10068
10069 * message.el (message-ignored-supersedes-headers): Remove
10070 NNTP-Posting-Date.
10071
10072 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10073
10074 * help.el (describe-mode): Don't avoid loop indirecting thru
10075 value of INDICATOR.
10076
10077 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10078
10079 * help.el (describe-variable): Allow any variable with a defcustom,
10080 even if it is not a user variable.
10081
10082 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10083
10084 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10085
10086 * gnus/nntp.el (nntp-request-group): Allow for failures when
10087 requesting a new group.
10088
10089 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10090
10091 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10092
10093 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10094
10095 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10096
10097 1998-11-19 Simon Marshall <simon@gnu.org>
10098
10099 * subr.el (with-temp-message): New macro.
10100
10101 * emacs-lisp/lisp-mode.el (with-temp-message):
10102 Add lisp-indent-function property.
10103
10104 1998-11-18 Dave Love <fx@gnu.org>
10105
10106 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10107
10108 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10109
10110 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10111 This is not obsolete.
10112
10113 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10114
10115 * textmodes/picture.el: Make a new map by make-keymap.
10116 (picture-desired-column): New variable.
10117 (picture-update-desired-column): New function.
10118 (picture-beginning-of-line): Set picture-desired-column to 0.
10119 (picture-end-of-line): Set picture-desired-column to the current
10120 column.
10121 (picture-forward-column): Pay attention to multi-column character.
10122 (picture-backward-column): Likewise.
10123 (picture-move-down): Likewise.
10124 (picture-move-up): Likewise.
10125 (picture-movement-nw): With prefix arg, move twice columns.
10126 (picture-movement-ne): Likewise.
10127 (picture-movement-sw): Likewise.
10128 (picture-movement-se): Likewise.
10129 (picture-set-motion): Handle two-column movements.
10130 (picture-move): Call picture-move-down or picture-forward-column
10131 only when necessary.
10132 (picture-insert): Pay attention to picture-desired-column.
10133 (picture-self-insert): Likewise.
10134 (picture-clear-column): Pay attention to multi-column character.
10135 (picture-mode): Modify doc-string for two-column movement.
10136
10137 * rect.el (move-to-column-force): New function.
10138 (operate-on-rectangle): If coerce-tabs is non-nil, call
10139 move-to-column-force instead of move-to-column.
10140 (insert-rectangle): Call move-to-column-force instead of
10141 move-to-column.
10142 (open-rectangle-line): If begextra is not zero, call
10143 move-to-column-force.
10144
10145
10146 1998-11-16 Dave Love <fx@gnu.org>
10147
10148 * textmodes/sgml-mode.el Require skeleton when compiling.
10149 (sgml-font-lock-keywords-1): Accept single-letter tags.
10150 (v2): Defvar free variable.
10151
10152 1998-11-16 Sam Steingold <sds@goems.com>
10153
10154 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10155 macro, not ELisp one.
10156
10157 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10158
10159 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10160 characters to symbol.
10161
10162 * language/japan-util.el (japanese-zenkaku-region): New optional
10163 arg KATAKANA-ONLY.
10164
10165 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10166
10167 * international/mule.el
10168 (after-insert-file-set-buffer-file-coding-system): If the buffer
10169 is changed to unibyte, return inserted bytes.
10170
10171 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10172 and link names if necessary.
10173 (tar-header-block-summarize): Handle the case that file or link
10174 names are multibyte.
10175 (tar-summarize-buffer): At first set the current buffer unibyte,
10176 then if there are multibyte file names, change it to multibyte.
10177 (tar-mode): Get char position from tar-header-offset.
10178 (tar-extract): Avoid multibyte<->unibyte conversion in
10179 insert-buffer-subsring by setting both buffers unibyte
10180 temporarily.
10181 (tar-copy): Set the buffer unibyte while doing a work. Write
10182 without code conversion.
10183 (tar-expunge): Set the buffer unibyte while doing a work.
10184 (tar-alter-one-field): Likewise.
10185 (tar-clear-modification-flags): Compare byte position with
10186 tar-header-offset.
10187 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10188 insert-buffer-subsring by setting both buffers unibyte
10189 temporarily. Pay attention to multibyteness while updating the
10190 descriptor-line.
10191 (tar-mode-write-file): Write without code conversion.
10192
10193 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10194
10195 * nngateway.el: Require cl.
10196
10197 1998-11-15 Dave Love <fx@gnu.org>
10198
10199 * progmodes/fortran.el: Fix previous change:
10200 (fortran-end-prog-re1): Changed.
10201 (fortran-check-end-prog-re): New function.
10202 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10203
10204 1998-11-13 Tom Breton <tob@world.std.com>
10205
10206 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10207 GNU Emacs.
10208
10209 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10210
10211 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10212 fixed.
10213 (reftex-toc-toggle-file-boundary,
10214 reftex-toc-toggle-labels,
10215 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10216 (reftex-toc-include-labels, reftex-toc-include-context,
10217 reftex-toc-include-file-boundaries,
10218 reftex-toc-keep-other-windows): New options.
10219 (reftex-use-text-after-label-as-context): Option removed.
10220 (reftex-extract-bib-entries): Protect use in non-latex
10221 buffers.
10222 (reftex-toc-visit-location): Renamed from
10223 `reftex-toc-visit-line'.
10224 (reftex-latin1-to-ascii): Works now with and without Mule.
10225 (reftex-truncate): Removed special stuff for Emacs 20.2.
10226 (reftex-get-offset): Made more general.
10227 (reftex-show-label-location): Renamed from
10228 `reftex-select-label-callback'.
10229 (reftex-pop-to-label): Function removed (using
10230 `reftex-show-label-location' instead.
10231 (reftex-insert-docstruct): Renamed from
10232 `reftex-make-and-insert-label-list'. Function args changed.
10233 (reftex-toc): Now uses `reftex-insert-docstruct' and
10234 `reftex-find-start-point'.
10235 (reftex-select-item): Use `reftex-find-start-point'.
10236 (reftex-toc-visit-line): Can display labels and file
10237 boundaries.
10238 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10239
10240 1998-11-12 Sam Steingold <sds@goems.com>
10241
10242 * browse-url.el (browse-url): Handle the case when
10243 `browse-url-browser-function' is a lambda list.
10244
10245 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10246
10247 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10248 version string.
10249 * loadhist.el (symbol-file): Likewise
10250
10251 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10252
10253 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10254
10255 1998-11-11 Sam Steingold <sds@goems.com>
10256
10257 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10258 `run-lisp' instead of signalling an error.
10259
10260 1998-11-11 Karl Heuer <kwzh@gnu.org>
10261
10262 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10263
10264 1998-11-11 Richard Stallman <rms@gnu.org>
10265
10266 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10267
10268 1998-11-11 Per Starback <starback@update.uu.se>
10269
10270 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10271 renamed svenska8 to svenska, and fixed and extended CASECHARS
10272 for it.
10273
10274 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10275
10276 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10277 handling if setpagedevice is not available.
10278 (ps-begin-file): Fix typo.
10279
10280 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10281
10282 * international/mule-util.el (compose-chars-component): Signal
10283 error if CH is a rule-based composition character.
10284 (compose-chars): Signal error if an already compsed character is
10285 going to be composed by rule-base.
10286
10287 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10288 full XLFD, don't try to get information of WEIGHT and SLANT from
10289 that font name.
10290
10291 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10292
10293 * dos-w32.el (set-default-process-coding-system): Use function on
10294 before-init-hook to set default-process-coding-system based on
10295 enable-multibyte-characters.
10296
10297 * term/w32-win.el ([language-change]): For now ignore
10298 keyboard language-change events.
10299
10300 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10301
10302 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10303 convert-standard-file-name, but leave the results of
10304 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10305 characters if the original name already exists, or has a special
10306 handler.
10307
10308 1998-11-10 Karl Heuer <kwzh@gnu.org>
10309
10310 * international/iso-insert.el: Delete autoload cookies.
10311
10312 * international/iso-transl.el: Add autoload cookies.
10313
10314 1998-11-10 Richard Stallman <rms@gnu.org>
10315
10316 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10317 (ispell-process-line): Don't treat multibyte
10318
10319 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10320
10321 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10322 setpagedevice to specify the page size if setpagedevice is
10323 available. This is necessary to select the correct paper tray on
10324 Level 2 printers with multiple paper sizes available.
10325
10326 (ps-begin-file): Cope with font names that contain spaces, and
10327 call BeginDoc in a BeginSetup/EndSetup block.
10328
10329 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10330
10331 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10332 convert-standard-filename.
10333
10334 * loadhist.el (symbol-file): Run fns-VERSION.el through
10335 convert-standard-filename.
10336
10337 1998-11-06 Richard Stallman <rms@gnu.org>
10338
10339 * textmodes/texinfmt.el (texinfo-format-scan):
10340 Detect the case of two @-commands in a row; process just the first.
10341 (texinfo-append-refill): If line has a @c, insert the @refill
10342 before it.
10343 (texinfo-format-refill): Return with point where the @refill was.
10344
10345 * files.el (hack-local-variables): Test local-enable-local-variables.
10346 (hack-local-variables-prop-line): Likewise.
10347 (set-auto-mode): Don't test local-enable-local-variables here.
10348 (enable-local-variables): Doc fix.
10349 (local-enable-local-variables): Doc fix.
10350 (normal-mode): Doc fix.
10351
10352 1998-11-06 Karl Heuer <kwzh@gnu.org>
10353
10354 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10355
10356 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10357
10358 * simple.el (line-number-mode): Doc fix.
10359
10360 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10361
10362 * international/fontset.el (create-fontset-from-fontset-spec):
10363 Give correct arg to `error'.
10364
10365 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10366
10367 * textmodes/sgml-mode.el (html-mode): Doc fix.
10368 (sgml-name-8bit-mode): Fix missing format character in message string.
10369
10370 1998-11-05 Karl Heuer <kwzh@gnu.org>
10371
10372 * mail/sendmail.el (sendmail-send-it): Check for failure.
10373
10374 1998-11-05 Richard Stallman <rms@gnu.org>
10375
10376 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10377
10378 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10379 (close-rectangle): Define as alias.
10380
10381 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10382
10383 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10384
10385 1998-11-05 Dave Love <fx@gnu.org>
10386
10387 * help.el (describe-variable): Don't quote link to source.
10388
10389 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10390
10391 * gud.el (gud-common-init): Use pop-to-buffer.
10392 (same-window-regexps): Add an element that matches all gud buffers.
10393
10394 1998-11-04 Jason Rumney <jasonr@altavista.net>
10395
10396 * term/w32-win.el (x-get-selection-value): Alias to
10397 x-cut-buffer-or-selection-value.
10398 (w32-standard-fontset-spec): New variable.
10399 (w32-create-initial-fontsets, mouse-set-font): Check whether
10400 new-fontset is available.
10401 (w32-use-w32-font-dialog): Enable use of set-variable.
10402
10403 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10404
10405 * vc.el (with-vc-file, edit-vc-file): New macros.
10406
10407 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10408
10409 * international/quail.el (quail-show-guidance-buf): Call
10410 set-minibuffer-window to set minibuffer window of the current
10411 frame correctly.
10412
10413 1998-11-03 Theodore Jump <tjump@tertius.com>
10414
10415 * term/w32-win.el: Require fontset.
10416
10417 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10418
10419 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10420 (set-face-font-auto): Ditto.
10421
10422 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10423
10424 * mouse.el (mouse-drag-region): Fix typo.
10425
10426 1998-11-02 Dave Love <fx@gnu.org>
10427
10428 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10429 (fortran-fontify-string): New function.
10430 (fortran-font-lock-keywords-1): Use it.
10431
10432 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10433
10434 * comint.el (comint-file-name-quote-list): Doc fix.
10435
10436 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10437
10438 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10439 build directory, not source directory.
10440
10441 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10442 if we did not get one for the final move.
10443
10444 1998-11-01 Dave Love <fx@gnu.org>
10445
10446 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10447 Don't funcall browse-url-browser-function.
10448
10449 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10450 Don't funcall browse-url-browser-function.
10451
10452 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10453
10454 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10455
10456 * files.el (revert-buffer): Doc fix.
10457
10458 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10459
10460 * textmodes/tex-mode.el (tex-start-options-string):
10461 Quote the backslashes with more backslashes.
10462
10463 1998-10-31 Dave Love <fx@gnu.org>
10464
10465 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10466 (webjump): Don't funcall browse-url-browser-function.
10467
10468 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10469
10470 * international/quail.el (quail-start-translation): Handle
10471 switching of the frame in read-key-sequence.
10472 (quail-start-conversion): Likewise.
10473 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10474 windows before setting an appropriate window for it.
10475 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10476 quail-guidance-win to nil.
10477 (quail-update-guidance): If quail-guidance-buf is not in the
10478 selected frame, call quail-show-guidance-buf again.
10479
10480 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10481
10482 * progmodes/pascal.el (pascal-mode):
10483 `blink-matching-paren-dont-ignore-comments' set to t.
10484
10485 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10486
10487 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10488
10489 1998-10-30 Dave Love <fx@gnu.org>
10490
10491 * vc.el (vc-backend-merge-news): Check for "P" output.
10492
10493 * help.el (describe-variable): Hyperlink the definition.
10494
10495 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10496
10497 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10498 (sh-set-shell): Likewise.
10499
10500 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10501
10502 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10503 (edebug-on-error): Fix customize type to match that of
10504 debug-on-error.
10505
10506 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10507
10508 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10509 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10510
10511 * international/mule-cmds.el (select-message-coding-system): Doc
10512 fix.
10513
10514 * international/mule-diag.el (describe-coding-system): Describe
10515 all flags.
10516
10517 * mail/sendmail.el (sendmail-coding-system,
10518 default-sendmail-coding-system): Doc fix.
10519
10520 * simple.el (shell-command-on-region): Doc fix.
10521
10522 * loadup.el: Write fns-*.el in current directory instead of
10523 data-directory since no installation directory exists yet. Mark
10524 buffer unmodified afterwards.
10525
10526 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10527 instead of data-directory since it is architecture dependent.
10528 (load-history-loaded): Update doc string.
10529
10530 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10531
10532 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10533 path as a default directory when canonicalizing names.
10534
10535 * w32-fns.el: Remove a dangling reference to a directory on the
10536 build machine.
10537
10538 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10539
10540 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10541 namespace related keywords such as `class', `body', `private',
10542 `variable', `namespace eval', etc.
10543 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10544 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10545 imenu and font-lock so that searches for \sw would find words
10546 containing colons.
10547
10548 * progmodes/etags.el (initialize-new-tags-table):
10549 Do not alter find-tag-marker-ring and tags-location-ring.
10550
10551 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10552
10553 * term/w32-win.el: Require fontset.
10554 (w32-init-fontsets): New function (code from x-win.el).
10555
10556 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10557
10558 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10559 calendar-and-diary-frame-parameters): Add title parameter.
10560
10561 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10562
10563 * completion.el (dynamic-completion-mode): New function to enable
10564 the mode. (Just loading the file now does not change anything.)
10565
10566 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10567
10568 * ps-print.el: User option for multibyte buffer handling and doc fix.
10569 (ps-multibyte-buffer): New user option.
10570 (ps-setup): Print new user option.
10571 (ps-print-quote): New fun.
10572 (ps-color-p, ps-mule-font-info-database-latin): New var.
10573 (ps-default-color, ps-mule-font-info-database)
10574 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10575 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10576 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10577 Little code improvement.
10578 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10579 (ps-print-prologue-header, ps-font-family, ps-font-size)
10580 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10581 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10582 (ps-mule-external-libraries, ps-mule-init-external-library)
10583 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10584 Doc fix.
10585 (ps-print-version): New version number (4.1.1) and doc fix.
10586 (ps-print-prologue-header): New user option.
10587 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10588 Conditional compilation for GNU Emacs and emacsens.
10589 (ps-generate-postscript-with-faces): Skip invisible text better.
10590 (ps-setup): Print new user option.
10591 (ps-print-preprint): Check if input file name exists and is unwritable.
10592 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10593 and insert user PostScript prologue header comments.
10594 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10595 New funs.
10596 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10597 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10598 PostScript programming normalization.
10599 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10600 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10601 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10602 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10603 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10604 Programming style normalization.
10605
10606 1998-10-26 Kenichi Handa <handa@etl.go.jp>
10607
10608 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10609 version, check the value of mule-version.
10610
10611 * international/mule-util.el (compose-region): Insert then delete
10612 to preserve markers.
10613 (decompose-region): Use search-forward for efficiency.
10614
10615 * language/chinese.el (pre-write-encode-hz): Cancel previous
10616 change, use generate-new-buffer instead of get-buffer-create.
10617 * language/devan-util.el
10618 (in-is13194-devanagari-pre-write-conversion): Likewise.
10619 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10620 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10621 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10622
10623 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10624
10625 * mail/rmailsum.el (rmail-message-subject-p):
10626 Handle message whose header has not been reformatted.
10627
10628 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10629
10630 1998-10-25 Jason Rumney <jasonr@altavista.net>
10631
10632 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10633 New variables.
10634 (mouse-set-font): Use font menus instead of dialog according to
10635 w32-use-w32-font-dialog.
10636
10637 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10638
10639 * calendar/calendar.el (calendar-day-name-array): Add doc string
10640 correctly!
10641 (calendar-month-name-array): Add doc string correctly!
10642
10643 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10644
10645 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10646
10647 1998-10-21 Markus Rost <rost@delysid.gnu.org>
10648
10649 * lisp/info.el (Info-next-menu-item): Stay on top of node.
10650
10651 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10652
10653 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10654
10655 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10656
10657 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
10658
10659 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10660
10661 1998-10-21 Karl Heuer <kwzh@gnu.org>
10662
10663 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10664 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10665 (profile-filter, profile-reset-timer): Functions deleted.
10666 (profile-check-zero-init-times, profile-get-time): Likewise.
10667 (profile-find-function, profile-quit): Likewise.
10668 (profile-distinct, profile-call-stack, profile-last-time): New vars.
10669 (profile-time-list, profile-init-list): Doc fix.
10670 (profile-functions): Simplify.
10671 (profile-print): Use float. Make output include space separators.
10672 (profile-add-time): New helper function.
10673 (profile-function-prolog): Renamed from profile-start-function.
10674 Handle profile-distinct.
10675 (profile-function-epilog): Renamed from profile-update-function.
10676 Handle profile-distinct.
10677 (profile-a-function): If the function to be profiled is an
10678 autoload form, load it. If it's lazy-loaded, fetch it.
10679 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10680 (profile-restore-fun): Arg FUN is now a function symbol, as was
10681 documented, rather than a one-element list.
10682 (profile-finish): Call profile-restore-fun properly.
10683
10684 1998-10-21 Kenichi Handa <handa@etl.go.jp>
10685
10686 * international/characters.el: Setup charset property
10687 nospace-between-words.
10688
10689 * international/mule-cmds.el (get-charset-property): If CHARSET is
10690 composition, return nil.
10691 (put-charset-property): If CHARSET is composition, do nothing.
10692
10693 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10694 * language/devan-util.el
10695 (in-is13194-devanagari-pre-write-conversion): Likewise.
10696 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10697 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10698 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10699
10700 * textmodes/fill.el (sentence-end-without-period): New variable.
10701 (canonically-space-region): Pay attention to
10702 sentence-end-without-period.
10703 (fill-find-break-point): The first argument CHARSET deleted.
10704 Caller changed.
10705 (fill-region-as-paragraph): Pay attention to charset property
10706 nospace-between-words and text property nospace-between-words.
10707
10708 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10709
10710 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10711 an unrecognized shell.
10712
10713 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10714
10715 * desktop.el (desktop-save): Include minor modes symbolically.
10716 (desktop-create-buffer): Turn on all minor modes in `mim'.
10717
10718 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10719
10720 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10721 (sh-font-lock-keywords): Handle rpm and rpm2.
10722 (sh-ancestor-alist): Handle rpm.
10723
10724 * files.el (auto-mode-alist): Recognize .rpm files.
10725 Also .spec and .mspec files.
10726
10727 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10728
10729 * faces.el (frame-set-background-mode): Enable the function for
10730 MSDOS frames.
10731
10732 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10733
10734 * calendar/calendar.el (calendar-day-name-array): Add doc string.
10735 (calendar-month-name-array): Add doc string.
10736
10737 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10738
10739 * simple.el (kill-ring-max): Increased to 60.
10740
10741 1998-10-17 Kenichi Handa <handa@etl.go.jp>
10742
10743 * international/characters.el: Setup auto-fill-chars.
10744
10745 * international/kinsoku.el (kinsoku): Check the variable
10746 enable-kinsoku.
10747
10748 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10749 Don't call kinsoku directly, intead call fill-find-break-point.
10750
10751 * textmodes/fill.el: Setup `fill-find-break-point-function'
10752 property to character sets which require `kinsoku' processing for
10753 filling.
10754 (fill-find-break-point): New function.
10755 (fill-region-as-paragraph): Don't check kinsoku-enable here.
10756 Don't call kinsoku directly, intead call fill-find-break-point.
10757
10758 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10759
10760 * faces.el (modify-face-read-string): Return (nil) for "none".
10761 (modify-face): Don't get error if (nil) is the argument.
10762 (face-try-color-list): Don't check whether nil is a valid color.
10763
10764 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10765
10766 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10767 Print message about each directory, even in batch mode.
10768
10769 * gnus/nntp.el: Require `cl' before using nnoo-declare.
10770
10771 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10772 (ps-mule-string-char): No need to use sref.
10773 (ps-mule-next-index): No need to use sref.
10774
10775 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10776
10777 * files.el (revert-buffer-internal-hook): Add defvar.
10778
10779 * arc-mode.el (archive-mode): Locally set file-precious-flag.
10780
10781 * tar-mode.el (tar-mode): Locally set file-precious-flag.
10782
10783 1998-10-16 Markus Rost <rost@delysid.gnu.org>
10784
10785 * international/mule-cmds.el (default-input-method): Fix custom type.
10786
10787 * net-utils.el (whois-server-list): Fix customization type.
10788
10789 * shell.el (shell-input-autoexpand): Fix customization group.
10790
10791 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
10792
10793 * repeat.el (repeat): Handle keyboard macros properly.
10794 Handle new prefix arg after self-insert command.
10795
10796 * repeat.el: Don't include cl even at compile time.
10797 (repeat): Avoid using `loop'.
10798
10799 * simple.el (shell-command-on-region): Doc fix.
10800 (next-history-element): Special error message if no default.
10801
10802 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
10803
10804 * ps-print.el (ps-print-buffer): Doc fix.
10805 (ps-despool): Likewise.
10806
10807 * arc-mode.el (arc-mode): Provide arc-mode.
10808
10809 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10810
10811 * ps-print.el (ps-print-buffer): Doc fix.
10812
10813 1998-10-14 Dave Love <fx@gnu.org>
10814
10815 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10816 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10817 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10818
10819 * progmodes/fortran.el (fortran-mode-map): Change "Join
10820 Continuation Line" to "Join Line".
10821 (fortran-font-lock-keywords-1): Add "cycle", "exit".
10822
10823 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10824
10825 * progmodes/fortran.el (fortran-join-line): Use
10826 `delete-indentation' instead of issuing an error message if not on
10827 a continuation line. Provide for joining several lines using
10828 prefix arg.
10829
10830 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
10831
10832 * term/pc-win.el (msdos-color-values): New variable.
10833 (x-color-values): New function, emulates its namesake from
10834 src/xfns.c.
10835 (msdos-bg-mode): Add all dark colors to those which return
10836 "dark".
10837
10838 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10839
10840 * replace.el (keep-lines, flush-lines, how-many):
10841 Don't ignore case if arg has upper case letters.
10842
10843 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
10844
10845 * progmodes/vhdl-mode.el
10846 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10847 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10848 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10849 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10850 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10851 (vhdl-when): Fix indentation problem.
10852 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10853 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10854 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10855
10856 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
10857
10858 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10859 (ls-lisp-insert-directory): Renamed from insert-directory.
10860 (insert-directory): New function.
10861
10862 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
10863
10864 * simple.el (completion-fixup-function): Variable deleted.
10865 (completion-setup-function): Delete code for completion-fixup-function.
10866 * emacs-lisp/lisp.el (lisp-complete-symbol):
10867 Don't bind completion-fixup-function.
10868
10869 * files.el (find-file-wildcards): New option.
10870 (find-file-noselect): Handle wild cards, if enabled.
10871 (file-expand-wildcards): New function.
10872
10873 * simple.el (set-fill-column): Doc fix.
10874
10875 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10876
10877 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10878
10879 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
10880
10881 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10882 Move declaration before first use.
10883 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10884 hif-math, hif-factor): Rename token to hif-token and token-list to
10885 hif-token-list.
10886 (hif-token, hif-token-list): Declare them.
10887 (hif-find-ifdef-block): Return cons of top and bottom point
10888 instead of setting dynamically bound variables.
10889 (hide-ifdef-block, show-ifdef-block): Use return value of
10890 hif-find-ifdef-block.
10891
10892 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10893
10894 * subr.el (read-passwd): Use clear-this-command-keys.
10895
10896 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10897
10898 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10899 and ...-for-write.
10900
10901 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
10902
10903 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10904 responses to GROUP command, since this may be called from a timer
10905 with quit inhibited.
10906
10907 1998-10-12 Kenichi Handa <handa@etl.go.jp>
10908
10909 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10910 set unconditional-jump to nil.
10911 (ccl-compile-read-multibyte-character): Return nil.
10912 (ccl-compile-write-multibyte-character): Likewise.
10913 (ccl-compile-translate-character): Likewise
10914 (ccl-compile-map-multiple): Likewise.
10915 (ccl-compile-map-single): Likewise.
10916
10917 * international/kinsoku.el: Add coding tag.
10918 (kinsoku-bol): Remove superfluous TAB in a string.
10919
10920 * international/mule-cmds.el (find-coding-systems-for-charsets):
10921 Delete `composition' (if any) from CHARSETS.
10922
10923 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10924
10925 * international/mule-cmds.el (setup-specified-language-environment):
10926 Add apropos-inhibit property.
10927 (describe-specified-language-support): Likewise.
10928
10929 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
10930
10931 * international/mule.el (make-coding-system): Create -with-esc
10932 variant coding system.
10933
10934 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
10935
10936 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10937 (next-file): Optionally offer to revert a file's buffer,
10938 if it has an existing buffer but the file has changed.
10939
10940 * info.el (Info-insert-dir): Detect and report problems
10941 in input files, such as "No Top node". Return with point
10942 at the beginning of the text.
10943 (Info-find-node): Reinsert the code to handle files
10944 with no tags table; it was deleted by mistake.
10945
10946 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
10947
10948 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10949 texinfo-find-higher-level-node repeatedly find the same node.
10950 (texinfo-find-higher-level-node): Doc fix.
10951
10952 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
10953
10954 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10955 (smtpmail-address-buffer): Add defvar.
10956 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10957
10958 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10959
10960 * ffap.el (ffap-machine-p-local): Fix editing error.
10961
10962 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10963
10964 * faces.el (frame-set-background-mode):
10965 Don't do anythung for text-only or MSDOS frame.
10966
10967 1998-10-08 Kenichi Handa <handa@etl.go.jp>
10968
10969 * international/quail.el (quail-defrule): New optional arg APPEND.
10970 (quail-defrule-internal): Fix bug of handling the argument APPEND.
10971
10972 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10973
10974 * gnus/pop3.el (pop3-open-server):
10975 Set process-coding-system-alist around open-network-stream.
10976
10977 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10978
10979 * files.el (save-buffer): Doc fix.
10980
10981 1998-10-07 Karl Heuer <kwzh@gnu.org>
10982
10983 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10984 return DEF unchanged, not nil. Simplify.
10985
10986 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
10987
10988 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10989
10990 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
10991
10992 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10993
10994 * net-utils.el (ftp, nslookup): Require comint.
10995 (network-service-connection): Likewise.
10996 (whois-server-name): Defaults to whois.arin.net
10997 (whois-server-list, whois-server-tld, whois-guess-server): New var.
10998 (whois): Tries to guess the appropriate top-level domain server.
10999 (whois-get-tld): New function.
11000
11001 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11002 (dirtrack-debug-toggle): Added this function.
11003
11004 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11005
11006 * files.el (find-file-noselect): Switch to the correct buffer
11007 before checking find-file-literally, and allow non-nil non-t
11008 rawfile params.
11009
11010 1998-10-06 Karl Heuer <kwzh@gnu.org>
11011
11012 * midnight.el (clean-buffer-list): Add autoload cookie.
11013
11014 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11015 no-autosave.
11016 * tar-mode.el (tar-mode-revert): Likewise.
11017 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11018 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11019 * gnus/message.el (message-auto-save-directory): Renamed from
11020 message-autosave-directory. All references changed.
11021
11022 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11023
11024 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11025 string. Expose mime stuff while searching.
11026
11027 1998-10-06 Richard Stallman <rms@gnu.org>
11028
11029 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11030
11031 * replace.el (perform-replace): Position point properly
11032 before and after the recursive edit of C-r.
11033
11034 * progmodes/etags.el (tags-reset-tags-tables): Properly
11035 find the markers in the old rings that are being discarded.
11036
11037 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11038
11039 * apropos.el (apropos-print): Control invalid characters.
11040
11041 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11042 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11043 confusing customize.
11044
11045 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11046
11047 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11048 built-in commands. Add more built-in commands and fix face names.
11049
11050 1998-10-05 Simon Marshall <simon@gnu.org>
11051
11052 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11053
11054 1998-10-04 Eric Ludlam <zappo@gnu.org>
11055
11056 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11057 customization since it is not useful in this case.
11058 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11059 sure it gets evalled to a number. Also verify that set-frame-name
11060 fn exists before calling it.
11061
11062 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11063 Protect a `forward-sexp' call which could fail, and improved regex
11064 for ie, and eg abbreviations.
11065
11066 1998-10-02 Noah Friedman <friedman@splode.com>
11067
11068 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11069 send-string.
11070 (rlogin-send-Ctrl-D): Here also.
11071 (rlogin-send-Ctrl-Z): Here also.
11072 (rlogin-send-Ctrl-backslash): Here also.
11073
11074 1998-10-02 Dave Love <fx@gnu.org>
11075
11076 * outline.el (hide-region-body): Bind
11077 outline-view-change-hook to nil while making repeated calls to
11078 outline-flag-region. Run it once at the end.
11079 (hide-other, hide-sublevels, show-children): Likewise.
11080
11081 * info-look.el: Remove duplicate scheme-mode entry.
11082 (info-lookup-make-completions): When looking for entries, check
11083 that `item' isn't null or "Menu".
11084
11085 1998-10-01 Karl Heuer <kwzh@gnu.org>
11086
11087 * net-utils.el: Don't require ffap.
11088 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11089 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11090
11091 1998-09-30 Richard Stallman <rms@gnu.org>
11092
11093 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11094
11095 * imenu.el (imenu--generic-function): Sort each submenu by position.
11096 (imenu--sort-by-position): New function.
11097
11098 * cus-edit.el (Custom-mode-menu): Fix info node name.
11099 (customize group): Fix info node name.
11100
11101 * mail/mailalias.el (build-mail-aliases): Don't allow
11102 a newline in the alias name. Don't define an alias
11103 if the definition would be empty.
11104
11105 * which-func.el (which-func-mode-global): Make :set function
11106 more reliable.
11107
11108 * custom.el (custom-set-variables): Load the requests first,
11109 then check the symbol's `set' function.
11110
11111 * ffap.el: Doc fixes.
11112
11113 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11114
11115 * gnus.el: (gnus-valid-select-methods): Fix type.
11116 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11117 * gnus-score.el (gnus-orphan-score): Fix type.
11118 (gnus-score-default-header, gnus-score-default-type): Fix type.
11119 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11120 (gnus-saved-headers): Fix type.
11121
11122 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11123 Avoid nil value of `two-lines-citation-part'.
11124
11125 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11126
11127 * which-func.el (which-function): Handle case when
11128 (car imenu--index-alist) is nil.
11129
11130 1998-09-29 Dave Love <fx@gnu.org>
11131
11132 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11133 bzip2 args.
11134
11135 1998-09-29 Simon Marshall <simon@gnu.org>
11136
11137 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11138 comint-exec-hook.
11139
11140 1998-09-29 Stephen Eglen <stephen@gnu.org>
11141
11142 * info-look.el: Add support for Octave.
11143
11144 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11145
11146 * textmodes/reftex.el (reftex-finding-files): New customize group.
11147 (reftex-texpath-environment-variables,
11148 reftex-use-external-file-finders, reftex-external-file-finders,
11149 reftex-search-unrecursed-path-first): New options.
11150 (reftex-process-string, reftex-find-file-externally): New
11151 functions.
11152 (reftex-access-search-path): Execute shell commands to find the
11153 search path.
11154 (reftex-toggle-auto-view-crossref): When turning on, make sure
11155 `reftex-auto-view-crossref' becomes non-nil.
11156 (reftex-abbrev-regexp): Constant removed.
11157 (reftex-convert-string): Abbrev regexp calculated locally.
11158
11159 1998-09-28 Dave Love <fx@gnu.org>
11160
11161 * progmodes/fortran.el: Don't call regexp-opt when deriving
11162 font-lock patterns with keywords that aren't all literal.
11163
11164 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11165
11166 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11167 the form `octave.bin:1>' which come from using precopiled binary
11168 versions.
11169
11170 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11171
11172 * help.el (help-for-help): Use %THIS-KEY%.
11173 (help-quit): Add doc.
11174
11175 * help-macro.el (make-help-screen): Keep HELP-TEXT
11176 in a separate function definition, not in the help command FNAME.
11177 Replace %THIS-KEY% with the key sequence that ran FNAME.
11178
11179 1998-09-25 Richard Stallman <rms@gnu.org>
11180
11181 * textmodes/texinfo.el (texinfo-show-structure):
11182 Bind inhibit-read-only.
11183
11184 * isearch.el (isearch-search-and-update): Properly
11185 handle upper case letters in the reverse-search special case.
11186
11187 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11188
11189 * gnus.el: Extend the list of autoloaded functions.
11190
11191 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11192 buffer before creating help group. (from Gnus v5.6.43, fix by
11193 1998-08-20 Per Starback <starback@update.uu.se>)
11194
11195 * gnus-util.el (gnus-output-to-rmail): Adjust to
11196 `rmail-output-to-rmail-file'.
11197
11198 1998-09-25 Karl Heuer <kwzh@gnu.org>
11199
11200 * hexl.el (hexl-mode-map): More of previous change.
11201
11202 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11203 (tex-start-tex): Don't use tex-start-options-string in star case.
11204 Quote file name in star case as well as in non-star.
11205 Add blank and quoting of option string here.
11206 (tex-start-options-string): Not here.
11207
11208 1998-09-23 Karl Heuer <kwzh@gnu.org>
11209
11210 * term.el (term-delimiter-argument-list): Doc fix.
11211 (term-emulate-terminal): Escape literal semicolon.
11212 * progmodes/asm-mode.el (asm-mode): Doc fix.
11213 (asm-comment-char): Escape literal semicolon.
11214 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11215
11216 1998-09-23 Richard Stallman <rms@gnu.org>
11217
11218 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11219 only those that normally modify the buffer.
11220
11221 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11222 over again.
11223
11224 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11225
11226 * ispell.el (check-ispell-version): Ensure same buffer is current
11227 when let-binding of case-fold-search ends.
11228
11229 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11230
11231 * ps-print.el: Skip invisible overlay.
11232 Test for set-buffer-multibyte rather than using mule-version.
11233 (ps-print-version): New version number (4.1) and doc fix.
11234 (ps-generate-postscript-with-faces): Skip invisible overlay.
11235
11236 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11237
11238 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11239
11240 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11241
11242 * international/quail.el (quail-update-guidance): Check for the
11243 return value of (quail-guidance) fixed.
11244 (quail-update-translation): Bind quail-current-str locally when it
11245 calls quail-update-guidance.
11246 (quail-update-translation): If input-method-exit-on-first-char is
11247 non-nil, terminate translation only when the current input method
11248 is simple.
11249
11250 1998-09-22 Paul Eggert <eggert@twinsun.com>
11251
11252 * startup.el (locale-translation-file-name): Prefer X-related names
11253 to the name used by GNU/Linux sans X. Set to nil if no file found.
11254 (command-line): Use locale-translation-file-name if it is not nil,
11255 instead of testing for its existence again.
11256 regexp-quote the ctype before using it in a regexp.
11257 Allow a colon to appear after the ctype in the aliases file,
11258 as is done in X11R6.4.
11259
11260 1998-09-21 Richard Stallman <rms@gnu.org>
11261
11262 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11263
11264 * calendar/appt.el (appt-interval): Variable deleted.
11265 (appt-check): For minutes in between appt-display-interval times,
11266 do check, but don't display anything except an updated mode line.
11267 Count against appt-display-interval based on minutes since
11268 first display of this appointment, not based on time of day.
11269 If appt-display-mode-line, force mode line redisplay
11270 whenever appt-mode-string has changed.
11271 (appt-add, appt-delete): Add autoload cookies.
11272 (appt-check): Catch errors from calling `diary'.
11273 (appt-max-time): Renamed from max-time.
11274 (appt-now-displayed, appt-display-count): New variables.
11275 (appt-timer): Don't create one if we already have one.
11276
11277 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11278 More general code to use the source buffer instead of the zap file.
11279
11280 * hilit-chg.el (highlight-compare-with-file): Renamed from
11281 compare-with-file.
11282
11283 * loadhist.el (load-history-loaded): New variable.
11284 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11285
11286 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11287
11288 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11289 Fix error messages.
11290
11291 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11292
11293 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11294 Emacs frame.
11295
11296 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11297
11298 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11299 `undecided' and `undecided-unix'.
11300
11301 1998-09-21 Dave Love <fx@gnu.org>
11302
11303 * help.el (help-make-xrefs): Fix typo affecting Info references.
11304
11305 * subr.el (remove-hook): Check list values to avoid errors.
11306
11307 1998-09-18 Noah Friedman <friedman@splode.com>
11308
11309 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11310 store string in eldoc-last-message without consing a new string.
11311 Rearrange logic from nested if's into cond's.
11312 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11313 Do not print message; just return string.
11314 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11315 Do not print message; just return string.
11316 Cache that string in eldoc-last-data.
11317 (eldoc-last-data): Make into a vector.
11318 (eldoc-get-fnsym-args-string): Use new data form of structure.
11319 (eldoc-get-var-docstring): Here also.
11320 (eldoc-last-data-store): New function.
11321 (eldoc-get-fnsym-args-string): Use it.
11322 (eldoc-get-var-docstring): Here also.
11323 (eldoc-docstring-first-line): Minimize interim string consing.
11324 Call substitute-command-keys on the result.
11325 (eldoc-print-var-docstrings, eldoc-print-docstring,
11326 eldoc-docstring-message): Functions removed.
11327 (eldoc-docstring-format-sym-doc): New function, functionality
11328 ripped out of eldoc-docstring-message.
11329 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11330
11331 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11332
11333 * international/mule.el (make-coding-system): Doc-string modified.
11334
11335 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11336
11337 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11338
11339 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11340 customize type.
11341
11342 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11343 type.
11344
11345 * progmodes/compile.el (compilation-error-screen-columns): New
11346 variable.
11347 (compilation-next-error-locus): Use it to decide whether to use
11348 forward-char or move-to-column.
11349
11350 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11351
11352 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11353 feedmail-fiddle-plex-user-list,
11354 feedmail-spray-address-fiddle-plex-list,
11355 feedmail-prompt-before-queue-user-alist,
11356 feedmail-prompt-before-queue-help-supplement,
11357 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11358 feedmail-queue-alternative-mail-header-separator): Fix customize
11359 type.
11360
11361 * startup.el (site-run-file): Fix customize type.
11362
11363 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11364 customize type.
11365
11366 * shell.el (shell-input-autoexpand): Fix customize type.
11367
11368 * ps-print.el (ps-font-info-database): Add missing dots in value.
11369 Improve layout of customize type.
11370
11371 * net-utils.el (traceroute-program-options, ping-program-options,
11372 ipconfig-program-options, netstat-program-options,
11373 arp-program-options, route-program-options,
11374 nslookup-program-options, ftp-program-options): Fix customize
11375 type.
11376
11377 * midnight.el (clean-buffer-list-kill-regexps,
11378 clean-buffer-list-kill-buffer-names,
11379 clean-buffer-list-kill-never-buffer-names,
11380 clean-buffer-list-kill-never-regexps): Fix customize type.
11381
11382 * man.el (Man-init-defvars): Avoid trailing nil on
11383 Man-filter-list.
11384
11385 * lpr.el (printer-name): Fix customize type.
11386
11387 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11388
11389 * international/mule-cmds.el (reset-language-environment): Call
11390 update-coding-systems-internal.
11391
11392 * international/mule-conf.el: Call update-coding-systems-internal
11393 at the tail.
11394
11395 1998-09-14 Dave Love <fx@gnu.org>
11396
11397 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11398 use the menu-enable properties, pending doing it correctly and
11399 acceptably fast.
11400
11401 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11402
11403 1998-09-13 Dave Love <d.love@dl.ac.uk>
11404
11405 * progmodes/hideshow.el (hs-grok-mode-type): Check
11406 comment-{start,end} non-nil as well as bound. Report an error if
11407 we can't grok the mode.
11408
11409 1998-09-13 Richard Stallman <rms@gnu.org>
11410
11411 * simple.el (blink-matching-open): Don't log paren matching
11412 messages in *Messages*.
11413
11414 1998-09-12 Richard Stallman <rms@gnu.org>
11415
11416 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11417 Set point-before-scroll at end even if there was an error.
11418
11419 * ange-ftp.el (ange-ftp-insert-file-contents):
11420 Use binary mode for dumb-unix hosts as for unix hosts.
11421 (ange-ftp-copy-file-internal): Likewise.
11422
11423 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11424
11425 * emacs-lisp/pp.el: Doc fixes.
11426
11427 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11428 (widget-choose): Don't use single-char shortcuts if # items
11429 exceeds that many. Use minibuffer instead.
11430
11431 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11432
11433 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11434
11435 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11436
11437 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11438 in terminal mode.
11439
11440 1998-09-10 Noah Friedman <friedman@splode.com>
11441
11442 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11443 defcustom declaration. It's wreaking too much havoc with XEmacs
11444 and older versions of Emacs, which share this code.
11445
11446 * type-break.el (type-break-mode): Here also.
11447
11448 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11449 `t' to add-hook also to modify the new local value.
11450
11451 1998-09-10 Dave Love <fx@gnu.org>
11452
11453 * vc.el (vc-insert-headers): Doc fix.
11454
11455 1998-09-10 Richard Stallman <rms@gnu.org>
11456
11457 * textmodes/flyspell.el (flyspell-mode-on): Make the
11458 ispell-... variables permanent locals.
11459 (flyspell-mode-off): Add autoload cookie.
11460
11461 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11462 do use binary mode, just as for `unix'.
11463 (ange-ftp-host-type): If HOST is nil, return `unix'.
11464
11465 * dired.el (dired-mark-files-containing-regexp):
11466 Don't scan directories. Ignore non-readable files.
11467
11468 * progmodes/compile.el (compilation-error-regexp-alist):
11469 Fix previous change: allow . and _ in command name.
11470
11471 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11472
11473 * uncompress.el (uncompress-while-visiting):
11474 Use just the car of what find-operation-coding-system returns.
11475
11476 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11477
11478 * shell.el (shell-file-name-quote-list): Add # to the value.
11479
11480 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11481
11482 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11483 to make killing of ispell process work even if
11484 kill-all-local-variables has been run.
11485
11486 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11487
11488 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11489 loop when sexp entry ends at end of file with no newline.
11490
11491 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11492
11493 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11494 (Custom-reset-standard): Fix menu inconsistency.
11495
11496 * mail/feedmail.el (feedmail-from-line): Allow t.
11497 (feedmail-message-id-suffix): Allow nil.
11498
11499 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11500 Simplify. Make prefix arg work right.
11501
11502 1998-09-09 Dave Love <fx@gnu.org>
11503
11504 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11505
11506 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11507
11508 1998-09-08 Dave Love <fx@gnu.org>
11509
11510 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11511 stuff only after file names or at start of line. Allow parens
11512 around e-mail, as well as angles.
11513
11514 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11515 ignore-errors too, eval'd when compile. Require w3 stuff at load
11516 time for nicer failure if it's not available.
11517
11518 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11519
11520 * comint.el (comint-arguments): Ignore backslashes when using
11521 w32 shells that expect backslashes as the directory separator.
11522
11523 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11524
11525 * international/fontset.el (resolved-ascii-font): New variable.
11526 (x-complement-fontset-spec): By side effect, set
11527 `resolved-ascii-font' to the resolved name of ASCII font."
11528 (create-fontset-from-fontset-spec): Don't get a value for
11529 resolved-ascii-font from the list full-fontlist. It is set by
11530 x-complement-fontset-spec now.
11531
11532 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11533 version, check the value of mule-version.
11534
11535 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11536
11537 * textmodes/reftex.el (reftex-view-crossref): Split up into
11538 several functions. No longer moves to find a macro.
11539 (reftex-view-cr-cite, reftex-view-cr-ref,
11540 reftex-end-of-bib-entry): New functions.
11541 (reftex-auto-view-crossref): New value `window' allowed.
11542 (reftex-view-crossref-when-idle): Process new `window' option in
11543 (reftex-translate-to-ascii-function): New default.
11544 (reftex-label-illegal-re): Default changed, removed Latin1.
11545 (reftex-latin1-to-ascii): New function.
11546 (reftex-what-environment): Check for section regexp before use.
11547 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11548 absolute path names.
11549 (reftex-TeX-master-file): Changed sequence of file checks.
11550 (reftex-do-citation): bibview cache only with RefTeX mode on.
11551
11552 1998-09-06 Richard Stallman <rms@gnu.org>
11553
11554 * progmodes/compile.el (compilation-error-regexp-alist):
11555 In first pattern (GNU utilities and other things),
11556 allow a space after the optional program name at the beginning.
11557
11558 * mail/mail-hist.el (mail-hist-current-header-contents):
11559 Fix previous change: use mail-header-end.
11560
11561 1998-09-06 Bill Richter <richter@math.nwu.edu>
11562
11563 * international/ccl.el: Doc fixes.
11564 * international/encoded-kb.el: Doc fixes.
11565 * international/fontset.el: Doc fixes.
11566 * international/kinsoku.el: Doc fixes.
11567 * international/kkc.el: Doc fixes.
11568 * international/mule-cmds.el: Doc fixes.
11569 * international/mule-conf.el: Doc fixes.
11570 * international/mule-util.el: Doc fixes.
11571 * international/mule.el: Doc fixes.
11572
11573 1998-09-05 Eric Ludlam <zappo@gnu.org>
11574
11575 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11576 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11577 (checkdoc-this-string-valid-engine): Permit ? as terminating
11578 punctuation for first line sentence breaking.
11579 (checkdoc-this-string-valid): When converting a comment into a doc
11580 string, make sure " chars are \".
11581 (checkdoc-sentencespace-region-engine): Only do double space check
11582 if based on the variable `sentence-end-double-space'
11583 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11584 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11585
11586 1998-09-04 Richard Stallman <rms@gnu.org>
11587
11588 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11589 Recognize define-skeleton as a function definer.
11590
11591 * cus-edit.el (customize-option): Refuse to customize
11592 a variable that has no defcustom. But if variable is autoloaded,
11593 first try to load the library that defines it.
11594
11595 * international/iso-insert.el: Use `string' before calling `insert'
11596 so that in multibyte buffers we insert multibyte chars.
11597
11598 * dired.el (dired-mark-files-containing-regexp):
11599 Don't use find-file; instead, insert the file in a temp buffer.
11600
11601 * textmodes/tex-mode.el (tex-start-options-string): New option.
11602 (tex-start-tex): Use that variable.
11603
11604 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11605 value in the `repeat' alternative a list.
11606
11607 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11608 the inserted newline, verify that one was really inserted.
11609
11610 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11611 remains on or remains off.
11612 (flyspell-multi-language-p): Default changed to nil.
11613
11614 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11615 In "found in comment" case, don't beginning-of-line after forward-line.
11616
11617 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11618 If the function definition is not a lambda, return original FORM
11619 with no error.
11620
11621 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
11622
11623 * net-utils.el (netstat-program-options): Changed from nil to "-a"
11624 so that by default netstat shows all network connections.
11625
11626 1998-09-04 Bob Weiner <weiner@altrasoft.com>
11627
11628 * international/quail.el: Doc fixes.
11629
11630 * info.el (info): Don't add parens if FILE already has them.
11631
11632 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
11633
11634 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11635 on extension lines.
11636
11637 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
11638
11639 * w32-fns.el (w32-shell-dos-semantics): New function.
11640
11641 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
11642
11643 * international/quail.el (quail-choose-completion-string): Store
11644 completion `choice' in `quail-current-str'; don't insert it.
11645
11646 1998-09-02 Kenichi Handa <handa@etl.go.jp>
11647
11648 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
11649 argument to ps-mule-generate-bitmap-font.
11650
11651 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11652 entry and change Latin-1 entry in the default value.
11653 (ps-mule-font-info-database-ps-bdf): New variable.
11654 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11655 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11656 registerd in FONT-SPEC.
11657 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11658 charcter width of bitmap fonts.
11659 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11660 procedure NF.
11661 (ps-begin-file): Output PostScript code for setting
11662 SpaceWidthRatio.
11663 (ps-plot-region): Use line-beginning-position to get a position of
11664 the beginning of the current line.
11665
11666 * international/mule-cmds.el (register-input-method): Doc-string
11667 modified.
11668
11669 1998-09-01 Dave Love <fx@gnu.org>
11670
11671 * international/mule-cmds.el (current-language-environment): Fix
11672 setter function.
11673
11674 1998-09-01 Simon Marshall <simon@gnu.org>
11675
11676 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11677 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11678 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11679 names with font-lock-type-face. Fontify type specs, etc., with
11680 font-lock-keyword-face.
11681
11682 1998-08-31 Kenichi Handa <handa@etl.go.jp>
11683
11684 * international/fontset.el (x-complement-fontset-spec): If ASCII
11685 font is specified in FONTLIST, don't substitute it for the
11686 resolved name.
11687
11688 1998-08-31 Paul Eggert <eggert@twinsun.com>
11689
11690 * international/mule.el (charset-description): Doc fix.
11691
11692 * language/chinese.el, language/cyrillic.el, language/czech.el,
11693 language/devanagari.el, language/ethiopic.el,
11694 language/european.el, language/hebrew.el, language/indian.el,
11695 language/japanese.el, language/korean.el, language/lao.el,
11696 language/slovak.el, language/thai.el, language/tibetan.el,
11697 language/vietnamese.el:
11698 Add coding: local variable, to avoid bootstrapping problem
11699 if you need to recompile all the Lisp files using interpreted code.
11700
11701 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11702
11703 * cal-china.el (chinese-year-cache): Change range of years from
11704 1989-2000 to 1990-2010.
11705
11706 1998-08-29 Dave Love <d.love@dl.ac.uk>
11707
11708 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11709 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11710
11711 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11712
11713 * ps-print.el (ps-print-control-characters): Doc-string modified.
11714 (ps-output-string-prim): Comment format changed.
11715 (ps-do-despool): Indentation of source code changed.
11716
11717 1998-08-28 Kenichi Handa <handa@etl.go.jp>
11718
11719 * subr.el (sref): Make it an alias of aref. Make the
11720 byte-compiler warn that it is obsolete.
11721 (char-bytes): Make the byte-compiler warn that it is obsolete.
11722
11723 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11724 Calculate the total bytes using position-bytes instead of
11725 char-bytes.
11726
11727 1998-08-27 Karl Heuer <kwzh@gnu.org>
11728
11729 * snmp-mode.el: New file.
11730 * files.el (auto-mode-alist): Add snmp-mode patterns.
11731
11732 1998-08-27 Karl Eichwalder <ke@suse.de>
11733
11734 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11735
11736 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11737
11738 * calendar/diary-lib.el (diary-block): Doc fix..
11739 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11740
11741 1998-08-27 Richard Stallman <rms@gnu.org>
11742
11743 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11744 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11745 Clear appt-mode-string if we don't put something in it.
11746
11747 1998-08-27 Dave Love <fx@gnu.org>
11748
11749 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11750 dired-local-variables-file for dired-x.
11751
11752 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11753 for compressed library files too.
11754
11755 1998-08-26 Kenichi Handa <handa@etl.go.jp>
11756
11757 * language/european.el ("Latin-1"): Modify `documentation' key value.
11758 ("Latin-2"): Likewise.
11759
11760 1998-08-26 Karl Heuer <kwzh@gnu.org>
11761
11762 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11763
11764 1998-08-26 Albert L. Ting <alt@artisan.com>
11765
11766 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11767 (mail-hist-current-header-contents): Use mail-text-start.
11768
11769 1998-08-26 Richard Stallman <rms@gnu.org>
11770
11771 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11772 (customize-changed-options-previous-release): New variable.
11773 (customize-changed-options): Use that variable as default arg.
11774
11775 1998-08-26 Karl Eichwalder <ke@suse.de>
11776
11777 * midnight.el: Require `timer' not only when compiling.
11778
11779 1998-08-26 Per Starback <starback@update.uu.se>
11780
11781 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11782 buffer before creating help group.
11783
11784 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11785
11786 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11787 coding-system-for-write before saving.
11788
11789 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
11790
11791 * isearch.el (isearch-forward): Doc fix.
11792
11793 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
11794
11795 * emacs-lisp/find-func.el: Fix :version tags to have a string
11796 value, not a float.
11797
11798 * cus-dep.el: Fix typo in output.
11799
11800 1998-08-25 Dave Love <fx@gnu.org>
11801
11802 * repeat.el (repeat): Doc fix.
11803 [From rms:]
11804 (repeat-previous-repeated-command): New variable.
11805 (repeat): Check for real-last-command being null or repeat. Set
11806 repeat-previous-repeated-command.
11807
11808 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11809
11810 1998-08-25 Kenichi Handa <handa@etl.go.jp>
11811
11812 * gnus/message.el (message-send-mail-with-sendmail): Bind
11813 coding-system-for-write by the return value of
11814 select-message-coding-system.
11815 (message-send-mail-with-qmail): Likewise.
11816
11817 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
11818
11819 * emacs-lisp/autoload.el: Fix doc-string-elt property on
11820 define-derived-mode.
11821
11822 * files.el (file-name-invalid-regexp):
11823 Fix regex for ms-dos without long file names.
11824
11825 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11826
11827 * ps-print.el: Multi-byte buffer handling.
11828 (ps-print-version): New version number (4.0) and doc fix.
11829 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11830 compilation for GNU Emacs and emacsens.
11831 (ps-generate-postscript-with-faces): Force invisible text to be
11832 visible.
11833 (dos-ps-printer): New var to avoid compilation gripes.
11834
11835 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11836
11837 * ps-print.el (ps-mule-plot-string): Pay attention to the case
11838 that no more characters can't be printed in the current line.
11839
11840 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11841
11842 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11843 greater than TO.
11844
11845 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11846
11847 * ps-print.el: Add codes to make ps-print.el work also on Emacs
11848 20.2 and the earlier version.
11849 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11850 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11851 (ps-mule-find-wrappoint): Likewise.
11852 (ps-mule-generate-font): Change `X' to `x' in format
11853 control-string.
11854 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11855 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11856 `restore' form procedures `BC' and `EC'.
11857
11858 1998-08-24 Kenichi Handa <handa@etl.go.jp>
11859
11860 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11861 is an executable procedure. Make LineThickness, Xshadow, and
11862 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
11863 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11864 ps-mule-font-info-database-bdf): New vars.
11865 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11866 (ccl-encode-ethio-unicode): New CCL program.
11867 (ps-mule-encode-ethiopic): New fun.
11868 (ps-mule-current-charset): New var.
11869 (ps-mule-get-font-spec, ps-mule-font-spec-src,
11870 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11871 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11872 (ps-mule-external-libraries): New var.
11873 (ps-mule-init-external-library): New fun.
11874 (ps-mule-font-cache): New var.
11875 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11876 (ps-last-font): New var.
11877 (ps-mule-prepare-font): New fun.
11878 (ps-mule-charset-list): New var.
11879 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11880 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11881 ps-mule-plot-string): New funs.
11882 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11883 New vars.
11884 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11885 ps-mule-prepare-cmpchar-font): New funs.
11886 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11887 vars.
11888 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11889 ps-mule-generate-bitmap-glyph): New funs.
11890 (ps-mule-initialize, ps-mule-begin): New funs.
11891 (ps-output-string-prim): Insert string as unibyte.
11892 (ps-output-prologue): New fun.
11893 (ps-flush-output): Handle the case of 'prologue.
11894 (ps-begin-file): Call ps-mule-initialize.
11895 (ps-begin-job): Set ps-control-or-escape-regexp differently if
11896 printing multibyte characters.
11897 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11898 (ps-basic-plot-string): Handle the case of printing ASCII
11899 characters by external libraries (e.g. BDF).
11900 (ps-set-font): Set ps-last-font.
11901 (ps-plot-region): Handle multibyte characters, use
11902 ps-mule-plot-string for them.
11903 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
11904
11905 * bdf.el: New file.
11906
11907 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
11908
11909 * international/mule-cmds.el (select-message-coding-system): New
11910 function.
11911 (set-language-environment-coding-systems): Set
11912 default-sendmail-coding-system.
11913
11914 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11915 (default-sendmail-coding-system): New variable.
11916 (sendmail-send-it): Encode the message by a coding system
11917 select-message-coding-system returns.
11918
11919 1998-08-23 Eric Ludlam <zappo@gnu.org>
11920
11921 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11922 (speedbar-mode): Set buffer to read only.
11923 (speedbar-temp-buffer-show-function): For emacs don't call hook
11924 with arguments.
11925 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11926
11927 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
11928
11929 * speedbar.el (speedbar-key-map): Fix typo.
11930
11931 See ChangeLog.7 for earlier changes.