]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Changes for locate.el
[gnu-emacs] / lisp / ChangeLog
1 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
2
3 * lisp/locate.el:
4 (locate-word-at-point): Added this function
5 (locate): Default to using locate-word-at-point as input
6 Run dired-mode-hook
7
8 2000-03-29 Dave Love <fx@gnu.org>
9
10 * calendar/appt.el: Doc fixes.
11 (appt-check): Convert min-to-app to a string before passing to
12 appt-disp-window-function or concat.
13 (appt-delete-window): Remove test for frame-root-window.
14 (appt-select-lowest-window, appt-convert-time): Simplify.
15
16 * emacs-lisp/bytecomp.el: Doc fixes.
17 (byte-compile-file-form-autoload): Update
18 byte-compile-function-environment.
19
20 2000-03-29 Andreas Schwab <schwab@suse.de>
21
22 * emacs-lisp/autoload.el: Also print defsubst doc string
23 specially.
24
25 * dired.el (dired-insert-directory): If dired-free-space-program
26 failed just delete its output.
27
28 2000-03-29 Dave Love <fx@gnu.org>
29
30 * international/iso-cvt.el: Move provide to end. Doc fixes.
31 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
32 (iso-iso2sgml, iso-sgml2iso): New functions.
33 (iso-cvt-define-menu): Fix some entries and use backquote for
34 clarity.
35
36 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
37
38 2000-03-28 Gerd Moellmann <gerd@gnu.org>
39
40 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
41 ISO-DATE. If non-nil, return date in ISO 8601 format.
42
43 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
44
45 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
46 if it ever becomes used.
47 (log-edit-mode-hook): Default to vc-log-mode-hook.
48 (log-edit-mode): Fix the docstring.
49
50 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
51 the code.
52
53 2000-03-26 Dave Love <fx@gnu.org>
54
55 * net/browse-url.el (browse-url): Re-fix case of
56 browse-url-browser-function being an alist.
57 (browse-url): Add :link to defgroup.
58
59 * files.el: Doc fixes.
60 (file-truename): Include `[' in wildcard characters.
61 (automount-dir-prefix): Customize.
62 (find-file-wildcards): Add :version.
63 (find-file-noselect): Simplify a mapcar call.
64
65 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
66 compatible with inf-lisp version.
67 (eval-defun-1): Fix custom-declare-variable case.
68
69 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
70
71 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
72
73 2000-03-24 Gerd Moellmann <gerd@gnu.org>
74
75 * Makefile (COMPILE_FIRST): New macro.
76 (compile-files): Compile files from COMPILE_FIRST first.
77
78 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
79 code.
80
81 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
82 matching open parenthesis in column 0 to defun-prompt-regexp
83 only if open-paren-in-column-0-is-defun-start is set.
84
85 * sun-curs.el: Require CL at compile-time only.
86
87 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
88 instead of copy-list which is a function from CL.
89 (msb--choose-menu, msb--mode-menu-cond)
90 (msb--create-buffer-menu-2): Use dolist instead of mapc.
91 (msb--init-file-alist): Use mapcar instead of mapcan.
92 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
93 `(' in column 0 in doc string.
94 (msb--add-separators): Use mapcar instead of mapcan.
95
96 * cus-dep.el: Require CL at compile-time only.
97
98 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
99
100 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
101 (byte-compile-warnings): New warning `noruntime'.
102 (byte-compile-constants, byte-compile-variables): Fix docstring.
103 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
104 execute `eval-whenc-compile's body.
105 (byte-compile-unresolved-functions): Fix docstring.
106 (byte-compile-eval): New function.
107 (byte-compile-callargs-warn): Check if the function will be available
108 at runtime (via property `byte-compile-noruntime').
109 (byte-compile-print-syms): New function.
110 (byte-compile-warn-about-unresolved-functions): Also warn about
111 `noruntime' functions (and use `byte-compile-print-syms').
112 (byte-compile-file): Capitalize the message.
113
114 2000-03-24 Gerd Moellmann <gerd@gnu.org>
115
116 * mail/rmail.el (rmail-confirm-expunge): New user-option.
117 (rmail-expunge): Ask for confirmation depending on the setting
118 of rmail-confirm-expunge.
119
120 2000-03-23 Gerd Moellmann <gerd@gnu.org>
121
122 * Makefile (bootstrap-clean): If $(emacs) exists, build
123 loaddefs.el first. A loaddefs.el that's not up-to-date might
124 cause a bootstrap failure because things don't autoload as
125 expected.
126
127 2000-03-23 Dave Love <fx@gnu.org>
128
129 * net/browse-url.el: Restore previous use of
130 browse-url-maybe-new-window.
131
132 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
133
134 * ps-print.el: Skip banner page fix.
135 (ps-print-version): New version number (5.1.2).
136 (ps-begin-file, ps-end-file, ps-generate): Code fix.
137
138 2000-03-23 Dave Pearson <davep@davep.org>
139
140 * net/quickurl.el Changed the type of parameter passed to the
141 function defined by `quickurl-format-function'. Before only the
142 text of the URL was passed. Now the whole URL structure is passed
143 and the function is responsible for extracting the parts it
144 requires. Changed the default of `quickurl-format-function'
145 accordingly.
146 (quickurl-insert): Changed the `funcall' of
147 `quickurl-format-function' to match the above change.
148 (quickurl-list-insert): Changed the `url' case so that it makes
149 use of `quickurl-format-function', previous to this the format was
150 hard wired.
151
152 2000-03-22 Gerd Moellmann <gerd@gnu.org>
153
154 * startup.el: Change some spellings for the X Window System.
155
156 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
157
158 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
159 up the code and the regexp and make sure the cursor is temporarily
160 moved to the suspicious line while querying the user.
161
162 2000-03-22 Jason Rumney <jasonr@gnu.org>
163
164 * w32-fns.el (w32-charset-info-alist): Initialize.
165
166 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
167
168 * ps-print.el: N-up last page fix.
169 (ps-print-version): New version number (5.1.1).
170 (ps-end-file, ps-end-job, ps-generate): Code fix.
171
172 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
173
174 * files.el (find-file-run-dired): Update docstring.
175 (find-directory-functions): New hook.
176 (find-file-noselect): Run find-directory-functions rather than
177 calling dired directly.
178
179 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
180
181 * pcvs.el: Add a minimal leading commentary.
182 (cvs-make-cvs-buffer): Change the header part by removing the startup
183 message and adding a `Module' entry. Also replace the FOOTER and
184 HEADER special fileinfos with the new support in ewoc for updating
185 its own footer and header.
186 (cvs-update-header): Update to use the header/footer of the ewoc.
187 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
188 (cvs-is-within-p): New function.
189 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
190 to only examine some subset of the buffers.
191
192 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
193 `format' instead of our own ad-hoc functions.
194 Remove HEADER and FOOTER cases, now handled in the EWOC.
195 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
196
197 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
198 output to avoid scaring the user.
199 (cvs-parse-table): Catch message for non-up-to-date commits.
200
201 * pcvs-defs.el (cvs-startup-message): Remove.
202 (cvs-global-menu): New autoloaded menu.
203
204 * pcvs-util.el (cvs-string-fill): Remove.
205
206 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
207 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
208 PP part of it and also make it work for footers and headers.
209 (ewoc-create): Drop POS and BUFFER arguments.
210 Use the DLL's dummy node to store the end-of-footer position.
211 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
212 (ewoc-refresh): Remove unused `header' variable.
213 (ewoc-(get|set)-hf): New functions.
214
215 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
216 log-view-*-(message|file) and use easy-mmode-define-navigation.
217 (log-view-message-re): Match SCCS format as well.
218 And match the revision line rather than the dashed separator line.
219 (log-view-mode): Use the new define-derived-mode.
220 (log-view-current-tag): Fill in with an actual implementation.
221
222 * cvs-status.el (cvs-status-(prev|next)): Rename from
223 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
224 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
225 to let the output "breathe" a little more (more readable).
226 (cvs-status-mode): Use the new define-derived-mode.
227
228 * smerge-mode.el (smerge-auto-leave): New function and variable.
229 (smerge-basic-map): Rename from smerge-basic-keymap.
230 Change the bindings for smerge-diff-*.
231 (smerge-*-map): Use easy-mmode-defmap.
232 (smerge-(next|prev)): Use easy-mmode-define-navigation.
233 (smerge-keep-*): Use smerge-auto-leave.
234
235 2000-03-21 Jason Rumney <jasonr@gnu.org>
236
237 * cus-edit.el (custom-button-face): Use 3D look for w32.
238 (custom-button-pressed-face): Likewise.
239
240 2000-03-21 Gerd Moellmann <gerd@gnu.org>
241
242 * progmodes/etags.el (tags-case-fold-search): New user-option.
243 (tags-loop-eval): New function. Bind case-fold-search around eval
244 depending on the value of tags-case-fold-search.
245 (tags-loop-continue): Use tags-loop-eval.
246 (find-tag-in-order): Bind case-fold-search depending on the value
247 of tags-case-fold-search.
248
249 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
250
251 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
252 (diff-end-of-hunk): Return the end position for use in
253 `easy-mmode-define-navigation'.
254 (diff-recenter): Remove.
255 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
256 of `easy-mmode-define-navigation'.
257 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
258 previous renaming) and fix to use new names.
259 (diff-merge-strings): Use \n as separator: simpler, faster.
260 (diff-mode): Use `define-derived-mode'.
261
262 * derived.el (define-derived-mode): Don't autoload anymore.
263 Prefer the macro-only version provided by easy-mmode.el.
264
265 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
266 `easy-mmode-define-derived-mode'.
267 Use `combine-run-hooks'.
268 (easy-mmode-define-navigation): New macro.
269
270 * subr.el (combine-run-hooks): New function.
271
272 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
273
274 * term/x-win.el: Fontsets related initialization is simplified.
275
276 * international/mule-diag.el (describe-font): Don't refer to
277 global-fontset-alist, instead call font-list.
278 (describe-fontset, list-fontsets, mule-diag): Likewise.
279 (print-fontset): Adjusted for the change of fontset
280 implementation.
281
282 * international/fontset.el (x-charset-registries): Variable
283 removed, instead the corresponding data is stored in the default
284 fontset.
285 (register-alternate-fontnames): Function removed.
286 (resolved-ascii-font): Variable removed.
287 (x-compose-font-name): Ignore the second argument REDOCE.
288 (x-complement-fontset-spec): Complement only an ASCII font and
289 element for those charsets than can use that ASCII font.
290 (generate-fontset-menu): Don't refer to global-fontset-alist,
291 instead call fontset-list.
292 (uninstantiated-fontset-alist): Variable removed.
293 (x-style-funcs-alist): Likewise.
294 (fontset-default-styles): Likewise.
295 (x-modify-font-name): Function removed.
296 (create-fontset-from-fontset-spec): Ignore the argument
297 STYLE-VARIANT.
298 (create-fontset-from-ascii-font): Docsting adjusted for the above
299 change.
300 (instantiate-fontset, resolve-fontset-name): Functions removed.
301 (fontset-list): Now implemented by C code.
302
303 * faces.el (read-face-font): Fix TABLE arg to completing-read.
304 (describe-face): Include `font' attribute in the description.
305
306 2000-03-21 Kenichi Handa <handa@etl.go.jp>
307
308 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
309
310 2000-03-20 Gerd Moellmann <gerd@gnu.org>
311
312 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
313 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
314 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
315
316 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
317 about behavior of set-buffer-modified-p wrt redisplay.
318
319 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
320
321 * view.el (view-mode-disable): Kill local binding of view-read-only.
322
323 2000-03-18 Gerd Moellmann <gerd@gnu.org>
324
325 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
326 is a string, convert it to a syntax cell using string-to-syntax.
327
328 * simple.el (syntax-code-table, syntax-flag-table): New variables.
329 (string-to-syntax): New function.
330
331 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
332 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
333 try to use passive ftp mode.
334
335 2000-03-17 Gerd Moellmann <gerd@gnu.org>
336
337 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
338
339 * simple.el (append-to-buffer): Update point of windows after
340 insertion.
341
342 * abbrev.el (inverse-add-abbrev): Identify word by first moving
343 forward then moving backward. Reindent.
344
345 * frame.el (other-frame): Call x-focus-frame only if
346 focus-follows-mouse is off.
347
348 2000-03-17 Dave Love <fx@gnu.org>
349
350 * pcvs-util.el (cvs-strings->string): Rename
351 replace-regexps-in-string.
352
353 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
354
355 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
356 regexp for labels cannot span several lines.
357
358 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
359 `(setq :<key> ':<key>)' to the macro expansion.
360
361 2000-03-16 Dave Love <fx@gnu.org>
362
363 * progmodes/f90.el (f90): Put custom group under `languages', not
364 `fortran'.
365 (f90-mode-hook): Customize.
366 (f90-mode): Set add-log-current-defun-function.
367 (f90-current-defun): New function.
368
369 2000-03-16 Gerd Moellmann <gerd@gnu.org>
370
371 * cus-edit.el (custom-variable-tag-face): Handle case that
372 default face's height is not a number.
373 (custom-face-tag-face, custom-group-tag-face-1)
374 (custom-group-tag-face): Ditto.
375 (custom-group-tag-face-1): Add :group.
376
377 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
378
379 2000-03-15 Gerd Moellmann <gerd@gnu.org>
380
381 * pcvs-defs.el (toplevel): Remove autoload cookie for form
382 requiring easymenu.
383
384 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
385
386 * ps-print.el: PostScript user-defined prologue, PostScript error
387 handler, doc fix.
388 (ps-print-version): New version number (5.1).
389 (ps-user-defined-prologue, ps-error-handler-message)
390 (ps-print-prologue-0, ps-error-handler-alist): New vars.
391 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
392 (ps-insert-string): New function.
393
394 2000-03-15 Kenichi Handa <handa@etl.go.jp>
395
396 * international/ccl.el (ccl-compile-expression): Don't generate
397 invalid self-assignment code.
398
399 2000-03-14 Dave Love <fx@gnu.org>
400
401 * subr.el (replace-regexp-in-string): Renamed from
402 replace-regexps-in-string. Doc fix.
403
404 2000-03-12 Dave Love <fx@gnu.org>
405
406 * cus-edit.el: Doc fixes.
407 (customize-set-variable, customize-save-variable): Rename args for
408 doc.
409 (custom-variable-tag-face, custom-face-tag-face)
410 (custom-group-tag-face-1, custom-group-tag-face): Modify from
411 style which user identify as hyperlink.
412 (hook): Don't add undefined functions to the hook.
413 (debug-ignored-errors): Transfer message from bindings.el.
414
415 2000-03-12 Gerd Moellmann <gerd@gnu.org>
416
417 * recentf.el (recentf-keep-non-readable-files-p): Remove
418 double/nested definition.
419
420 2000-03-12 Dave Love <fx@gnu.org>
421
422 * facemenu.el (facemenu-get-face): Use display-color-p.
423 * enriched.el (enriched-decode-foreground): Likewise.
424 (enriched-decode-background): Likewise.
425 * isearch.el (isearch-highlight): Likewise.
426 * info-look.el (info-lookup): Likewise.
427 * simple.el (completion-setup-function): Likewise.
428
429 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
430 :options.
431
432 * bindings.el (mode-line-format): Fix line-number and
433 column-number items. Add help-echo for the background.
434 (mode-line-mule-info): Modify help-echo.
435
436 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
437 defcustom.
438
439 * files.el (load-file): Allow completion to .elc.
440
441 * man.el: Doc fixes.
442 (Man-init-defvars): Use display-color-p to set fontification.
443
444 * play/hanoi.el (hanoi-internal): Don't use oddp.
445
446 2000-03-12 Gerd Moellmann <gerd@gnu.org>
447
448 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
449
450 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
451
452 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
453
454 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
455 Fix comment.
456
457 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
458
459 * font-lock.el (font-lock-keywords): Fix the doc now that
460 regexp-opt-depth is unnecessary.
461 (save-buffer-state): Set an edebug spec.
462 (font-lock-fontify-anchored-keywords): Properly handle the case when
463 the matcher goes past the limit.
464
465 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
466 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
467
468 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
469 dll.el and cookie.el (from Elib) with heavy renaming and other
470 massaging.
471
472 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
473 Autoload the functions used.
474 (easy-mmode-define-syntax): Fix CL typo.
475 (easy-mmode-define-derived-mode): Improve the docstring generation.
476
477 2000-03-10 Gerd Moellmann <gerd@gnu.org>
478
479 * textmodes/texinfo.el (texinfo-version): Variable and function
480 removed.
481
482 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
483
484 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
485 allow more flexibility.
486 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
487 fns.
488 (easy-mmode-defmap, easy-mmode-defsyntax)
489 (easy-mmode-define-derived-mode): New macros.
490
491 2000-03-09 Didier Verna <didier@xemacs.org>
492
493 * rect.el (replace-rectangle): New function.
494
495 2000-03-09 Dave Love <fx@gnu.org>
496
497 * progmodes/fortran.el (fortran-comment-line-start): Define as
498 "C".
499 (fortran-comment-line-start-skip): Don't match cpp stuff.
500 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
501 (fortran-mode-map): Remove over-eager custom-menu-create for now.
502 (fortran-mode): Don't set fortran-comment-line-start-skip,
503 fortran-comment-line-start here. Set comment-start,
504 add-log-current-defun.
505 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
506 (fortran-current-defun): New function.
507
508 2000-03-09 Gerd Moellmann <gerd@gnu.org>
509
510 * emacs-lisp/re-builder.el: New file.
511
512 * mouse.el (mouse-drag-region): Don't run up-event handler
513 if hscroll has changed.
514
515 * octave-mod.el (octave-font-lock-keywords): To font-lock the
516 builtin operators, use `font-lock-builtin-face' for Emacs and
517 `font-lock-preprocessor-face' otherwise.
518
519 * font-lock.el (lisp-font-lock-keywords-1): Highlight
520 `(defun (setf foo)' differently.
521
522 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
523
524 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
525 (regexp-opt): Update comment and adapt the code the new meaning of
526 the `paren' argument of regex-opt-group for shy-groups.
527 (regexp-opt-depth): Handle shy groups as well as backslashed
528 backslashes.
529 (regexp-opt-group): Turn the leading comment into a docstring.
530 Allow `paren' to be a string (the string to use to open a group).
531 Remove open-presuf and close-presuf. Instead of checking for `all
532 one-char' and then later on check for `several one-char', handle
533 both cases close together. Also apply a more generic algorithm
534 for suffixes (the mirror image of the algorithm used for
535 prefixes). Use shy-groups. Use nreverse rather than reverse.
536 (regexp-opt-try-suffix): Removed.
537
538 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
539 from comint-mode-map, so we can just inherit from it. Also, move
540 the initialization into the `defvar' since there's no docstring
541 anyway and it's fairly short.
542 (inferior-scheme-mode): Define it as derived-mode: the code is
543 shorter and this way we inherit from comint-mode-map rather than
544 copying it.
545
546 * subr.el (replace-regexps-in-string): Properly handle the case
547 where we match an empty string.
548
549 * comint.el (comint-exec-1): Add the current-dir to the exec-path
550 when the command has a directory component (such as "./testml").
551 Also fix a typo in the comment.
552
553 2000-03-08 Gerd Moellmann <gerd@gnu.org>
554
555 * Makefile (compile-files): Compile files one by one because
556 that's the only way to ensure a clean compilation environment for
557 each individual file.
558
559 * frame.el (other-frame): Call x-focus-frame.
560
561 2000-03-07 Dave Love <fx@gnu.org>
562
563 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
564 :require to defcustom.
565
566 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
567 lists.
568
569 * files.el (auto-mode-alist): Add configure.in.
570
571 * progmodes/autoconf.el: New file.
572
573 2000-03-07 Gerd Moellmann <gerd@gnu.org>
574
575 * mail/mh-e.el: Change maintainer to `none'.
576
577 * recentf.el (recentf-keep-non-readable-files-p): Quote args
578 to remove-hook and add-hook.
579
580 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
581
582 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
583 it as the default.
584 (mail-send): Test mail-send-nonascii also for the new `mime' value.
585 (sendmail-send-it): Conditionally add MIME headers specifying the
586 used character set.
587
588 2000-03-07 Dave Love <fx@gnu.org>
589
590 * winner.el: Fix keywords, autoload cookies. Split
591 eval-when-compile form to avoid compilation failure.
592
593 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
594
595 * international/mule.el: Modify comment about coding system
596 property `coding-category'.
597 (make-coding-system): New argument EOL-TYPE. Pay attention to
598 coding-category property of PROPERTIES.
599
600 * international/mule-conf.el (coding-category-utf-8,
601 coding-category-utf-16-be, coding-category-utf-16-le): New coding
602 categories. Include them in the argument for set-coding-priority.
603
604 * international/mule-cmds.el (reset-language-environment): Include
605 coding-category-utf-8, coding-category-utf-16-be, and
606 coding-category-utf-16-le in the argument for set-coding-priority.
607 (reset-language-environment): Initialize coding-category-utf-8,
608 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
609
610 2000-03-06 Karl Fogel <kfogel@red-bean.com>
611
612 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
613 code abstracted out of `bookmark-jump-noselect'. Now tries info
614 extensions as well as compression extensions.
615 (bookmark-jump-noselect): Use above new func.
616
617 2000-03-03 Gerd Moellmann <gerd@gnu.org>
618
619 * strokes.el: Change maintainer's mail address.
620
621 2000-03-03 Kenichi Handa <handa@etl.go.jp>
622
623 * international/mule-diag.el (list-character-sets): Make help-echo
624 string by substitute-command-keys.
625 (list-character-sets): Likewise.
626 (sort-listed-character-sets): Call help-setup-xref.
627
628 2000-03-02 Gerd Moellmann <gerd@gnu.org>
629
630 * time.el (display-time-mail-file): Add `none' to the list of
631 choices.
632
633 2000-03-01 Dave Love <fx@gnu.org>
634
635 * help.el (help-xref-go-back): Don't try to set position.
636
637 * international/mule-diag.el (list-character-sets): Call
638 help-setup-xref. Add help-echo to xrefs.
639 (list-character-sets-1): Add help-echo to xrefs.
640
641 2000-03-02 Gerd Moellmann <gerd@gnu.org>
642
643 * frame.el (blink-cursor-mode): Switch cursor on when turning
644 the mode off.
645
646 * add-log.el (add-log-current-defun): Add support for
647 Autoconf mode.
648
649 * mail/rmail.el (rmail-quit-hook): New variable.
650
651 2000-03-01 Dave Love <fx@gnu.org>
652
653 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
654
655 * help.el (help-xref-button): Add help-echo arg.
656 (describe-function-1, describe-variable, help-make-xrefs): Use it.
657
658 * faces.el (list-faces-display): Supply help-echo with
659 help-make-xrefs.
660
661 * facemenu.el (list-text-properties-at): Set help-xref-stack to
662 nil.
663
664 2000-03-01 Gerd Moellmann <gerd@gnu.org>
665
666 * image.el (defimage): Look for image files in load-path.
667
668 * frame.el (busy-cursor-delay-seconds): Change type to
669 `number'.
670
671 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
672
673 * recentf.el (recentf): Added version tag to the defgroup of
674 recentf.
675
676 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
677
678 * recentf.el (recentf-cleanup): Changed to remove excluded file
679 too.
680 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
681 action to select/unselect a file.
682 (recentf-edit-list): Code cleanup and improvement.
683 (recentf-open-more-files-action): `recentf-open-more-files' button
684 widget action to open a file.
685 (recentf-open-more-files): No more use standard completion but
686 widgets.
687 (recentf-more-collection): Deleted.
688 (recentf-more-history): Deleted.
689 (recentf-setup-more-completion): Deleted.
690
691 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
692
693 * recentf.el (recentf-mode): No more needs that Emacs is running
694 under a window-system.
695
696 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
697
698 * recentf.el (recentf-edit-list): New command to edit the recent
699 list which allow the user to remove files.
700 (recentf-edit-selected-items): New global variable, used by
701 `recentf-edit-list' to hold the list of files to be removed from
702 the recent list.
703 (recentf-make-menu-items): Updated to display a "Edit list..."
704 menu item. Minor code cleanup.
705
706 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
707
708 * recentf.el (recentf-open-more-files): New command to open files
709 that are not displayed in the menu.
710 (recentf-more-collection): New global variable holding the set of
711 permissible completions used by `recentf-open-more-files'.
712 (recentf-more-history): New global variable holding the history list
713 used by `recentf-open-more-files' completion.
714 (recentf-setup-more-completion): New function to setup completion for
715 `recentf-open-more-files'.
716 (recentf-make-menu-items): Updated to display a "More..." menu item.
717
718 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
719
720 * recentf.el (recentf-menu-action): Doc fixed.
721
722 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
723
724 * recentf.el (recentf-menu-filter): Doc updated.
725 (recentf-update-menu-hook): Allow menu filters to force menu update.
726 (recentf-make-menu-items): New menu filter handling.
727 (recentf-make-menu-item): New helper function.
728 (recentf-menu-elements): New menu handling function.
729 (recentf-sort-ascending): Updated to new menu filter handling.
730 (recentf-sort-descending): Updated to new menu filter handling.
731 (recentf-sort-basenames-ascending): New menu filter function.
732 (recentf-sort-basenames-descending): New menu filter function.
733 (recentf-show-basenames): New menu filter function.
734 (recentf-show-basenames-ascending): New menu filter function.
735 (recentf-show-basenames-descending): New menu filter function.
736
737 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
738
739 * diary-lib.el (list-diary-entries): Don't try to go forward at
740 the end of the buffer.
741
742 2000-02-29 Kenichi Handa <handa@etl.go.jp>
743
744 * international/mule-diag.el (list-character-sets): Completely
745 rewritten.
746 (sort-listed-character-sets): New function.
747 (list-character-sets-1): Completely rewritten.
748 (list-character-sets-2): New function.
749 (non-iso-charset-alist): New variable.
750 (decode-codepage-char): New function.
751 (charset-history): New variable.
752 (read-charset) (list-block-of-chars)
753 (list-iso-charset-chars)
754 (list-non-iso-charset-chars)
755 (list-charset-chars): New functions.
756 (mule-diag): Call list-character-sets-2, not
757 list-character-sets-2.
758 (dump-charsets): Likewise.
759
760 2000-02-29 Gerd Moellmann <gerd@gnu.org>
761
762 * dired-x.el (dired-filename-at-point): Add `@' to valid
763 file name characters.
764 (dired-filename-at-point): Handle ange-ftp file names.
765
766 * frame.el (frame-notice-user-settings): Use assq-delete-all
767 instead of assoc-delete-all.
768 (frame-notice-user-settings): Ditto.
769
770 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
771 Don't copy alist.
772
773 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
774
775 * calculator.el (calculator-use-menu): New option.
776 (calculator-initial-bindings): Changed some bindings to work as
777 macros.
778 (calculator-forced-input): Removed.
779 (calculator-restart-other-mode): New variable.
780 (calculator-mode-map): Set up menu.
781
782 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
783
784 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
785 tags.
786
787 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
788
789 * viper-cmd.el (viper-envelop-ESC-key): added the option to
790 translate all ESC key sequences.
791 (viper-goto-mark-subr): restore markers for files for which
792 they were saved.
793 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
794 * viper-util.el (viper-set-replace-overlay-glyphs,
795 viper-set-replace-overlay): always check if the replacement
796 overlay is live.
797 * viper.el (viper-vi-state-mode-list): added major modes.
798 * ediff-wind.el: minor comment changes.
799 * ediff.el: copyright notice date fix.
800
801 2000-02-27 Jason Rumney <jasonr@gnu.org>
802
803 * faces.el (face-font-family-alternatives): Add arial to helv.
804 (mode-line, header-line, tool-bar): Same default as x for w32.
805 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
806 face-font-family-alternatives from working.
807 * term/w32-win.el (mouse-set-font): Do not build fontset from
808 chosen font.
809
810 2000-02-25 Sam Steingold <sds@goems.com>
811
812 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
813 properly.
814
815 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
816
817 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
818
819 2000-02-25 Gerd Moellmann <gerd@gnu.org>
820
821 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
822 writable.
823
824 * frame.el (busy-cursor-delay-seconds): New option.
825
826 2000-02-24 Gerd Moellmann <gerd@gnu.org>
827
828 * frame.el (show-cursor-in-non-selected-windows): New option.
829
830 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
831
832 * diary-lib.el (include-other-diary-files): Undo the selective
833 display in any included file and don't kill it.
834
835 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
836
837 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
838 bar. Menu items converted to (menu-item format, help strings
839 added.
840 [downcase, upcase]: Don't enable on MS-DOS.
841 [symlink, symlinks]: Don't show if make-symbolic-link is not
842 bound.
843 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
844
845 2000-02-23 Dave Love <fx@gnu.org>
846
847 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
848 (backward-kill-word): Revert addition of * to interactive spec --
849 it's a feature.
850
851 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
852 (backward-kill-sentence, kill-sentence): Likewise.
853
854 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
855 scratch buffer name.
856 (gud-format-command): Use int-to-string in ?l case. Simplify
857 slightly.
858
859 * term/w32-win.el (internal-face-interactive): Update prompt for
860 new read-face-name.
861
862 * mail/footnote.el (footnote): Add :version to defgroup.
863 (footnote-section-tag-regexp): Customize.
864 (footnote-start-tag, footnote-end-tag): New option.
865 (footnote-latin-regexp): New variable.
866 (Footnote-latin): New function.
867 (footnote-style-alist): Add element for latin style.
868 (footnote-style): Moved.
869 (Footnote-goto-footnote): Use eq to test arg.
870
871 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
872
873 * emacs-lisp/byte-opt.el: Change old backquote syntax.
874 (byte-compile-trueconstp): Include keywords.
875 (byte-optimize-quote, byte-optimize-lapcode): Use
876 byte-compile-const-symbol-p.
877 (byte-optimize-char-before): New optimization.
878
879 * emacs-lisp/bytecomp.el: Change old backquote syntax.
880 (byte-compile-const-symbol-p): New function.
881 (byte-compile-constp, byte-compile-out-toplevel)
882 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
883 Use it.
884
885 * subr.el (define-key-after): Default AFTER to t. Doc fix.
886
887 2000-02-23 Kenichi Handa <handa@etl.go.jp>
888
889 * international/encoded-kb.el: Be sure to update minor-mode-alist
890 and minor-mode-map-alist.
891 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
892 codes SS2 and SS3 correctly.
893 (encoded-kbd-self-insert-ccl): New function.
894 (encoded-kbd-setup-keymap): New function.
895 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
896 by calling encoded-kbd-setup-keymap.
897
898 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
899 characters.
900 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
901 locally.
902
903 2000-02-22 Dave Love <fx@gnu.org>
904
905 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
906 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
907 defvar.
908 (lisp-mode-syntax-table): Set up for #|...|# comments.
909 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
910 classes. Match `defface'.
911 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
912 (eval-defun-1): Fix for defcustom.
913 (lisp-indent-region): Doc fix.
914
915 * subr.el (when, unless, split-string): Doc fix.
916 (read-passwd): Move call of clear-this-command-keys to the right
917 place.
918 (replace-regexps-in-string): New function.
919
920 2000-02-22 Gerd Moellmann <gerd@gnu.org>
921
922 * help.el (describe-variable): Set syntax table to
923 emacs-lisp-mode-syntax-table when moving forward over the
924 symbol's name.
925
926 2000-02-22 Dave Love <fx@gnu.org>
927
928 * xt-mouse.el: Doc fixes.
929 (xterm-mouse-position-function): New function, replacing advice of
930 mouse-position.
931 (xterm-mouse-mode): Use it. Don't turn on under a window system.
932
933 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
934
935 2000-02-21 Gerd Moellmann <gerd@gnu.org>
936
937 * format.el (format-annotate-single-property-change): Handle
938 properties.with dotted-list values.
939 (format-proper-list-p): New function.
940
941 * enriched.el (enriched-face-ans): Handle '(foreground-color
942 . COLOR) and (background-color . COLOR).
943
944 2000-02-20 Dave Love <fx@gnu.org>
945
946 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
947 and assignments to it.
948 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
949 current local map.
950 (make-flyspell-overlay): Use it.
951 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
952
953 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
954 (lm-get-header-re): Defun, not defsubst.
955 (lm-get-package-name): Defun, not defsubst. Simplify.
956 (lm-version): Doc fix. Simplify.
957 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
958 (lm-crack-address, lm-last-modified-date, lm-commentary)
959 (lm-verify, lm-synopsis): Simplify.
960 (lm-report-bug): Require emacsbug. Use compose-mail.
961
962 2000-02-20 Gerd Moellmann <gerd@gnu.org>
963
964 * dired.el (dired-mode): Call propertized-buffer-identification
965 to set mode-line-buffer-identification to something having
966 the right text properties.
967
968 * bindings.el (propertized-buffer-identification): New function.
969
970 2000-02-20 Dave Love <fx@gnu.org>
971
972 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
973 check for t-mouse too.
974
975 * cus-start.el: Make echo-keystrokes `number'.
976
977 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
978
979 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
980 Don't call ring-empty-p unless tags-location-ring is bound.
981 From Noah Friedman <friedman@splode.com>.
982
983 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
984
985 * progmodes/hideshow.el (hs-flag-region): No longer use
986 `intangible' overlay property.
987
988 (hs-toggle-hiding): New command.
989 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
990
991 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
992 Fix omission bug: Run `hs-minor-mode-hook' for both activation
993 and deactivation.
994
995 2000-02-18 Gerd Moellmann <gerd@gnu.org>
996
997 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
998
999 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1000
1001 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1002
1003 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1004 of `*' to handle `(* ... *)' comments.
1005
1006 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1007
1008 * faces.el (list-faces-display): Use display-mouse-p instead of
1009 window-system.
1010
1011 * menu-bar.el (global-map): Menu-bar items converted to the new
1012 format (menu-item..., rearranged for better CUA compliance, and
1013 their names changed for better clarity. Help strings added.
1014
1015 * international/mule-cmds.el (mule-menu-keymap)
1016 (describe-language-environment-map, set-coding-system-map)
1017 (setup-language-environment-map): Convert to new (menu-item...
1018 form, add help strings. Change names of menu items for better
1019 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1020 submenu).
1021
1022 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1023
1024 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1025 within the code.
1026
1027 2000-02-16 Dave Love <fx@gnu.org>
1028
1029 * faces.el: Don't require custom. Add more specific :groups to
1030 various deffaces.
1031 (set-face-attribute): Purecopy args.
1032 (read-face-name): Default to name at point and use it in prompt.
1033 Remove colon from arg in all callers.
1034 (list-faces-display): Hyperlink to face descriptions and customize
1035 buffers.
1036
1037 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1038
1039 * wid-edit.el (widget-match-inline): An atom never matches a
1040 list.
1041
1042 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1043
1044 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1045 at ':' characters by call to split-string.
1046
1047 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1048
1049 * textmodes/bibtex.el: Added RCS version identification.
1050
1051 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1052
1053 * textmodes/bibtex.el: Some temporary comments removed.
1054 (bibtex-field-name, bibtex-entry-type): Made the relationship
1055 explicit.
1056 (bibtex-field-const): Allow capital letters.
1057 (bibtex-start-of-string): Deleted because unused.
1058
1059 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1060 use the term 'reference' to describe a bibtex entry as a whole.
1061 Further, reference keys are no longer called 'labels'.
1062 (bibtex-keys): Renamed to bibtex-reference-keys.
1063 (bibtex-reformat-previous-labels): Renamed to
1064 bibtex-reformat-previous-reference-keys.
1065 (bibtex-reference-type): Renamed to bibtex-entry-type.
1066 (bibtex-reference-head): Renamed to bibtex-entry-head.
1067 (bibtex-reference-maybe-empty-head): Renamed to
1068 bibtex-entry-maybe-empty-head.
1069 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1070 (bibtex-search-reference): Renamed to bibtex-search-entry.
1071 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1072 bibtex-enclosing-entry-maybe-empty-head.
1073 (bibtex-entry-field-alist, bibtex-entry-head,
1074 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1075 bibtex-map-entries, bibtex-search-entry,
1076 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1077 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1078 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1079 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1080 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1081 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1082 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1083
1084 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1085
1086 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1087 comment.
1088 (bibtex-format-field-delimiters): New function, functionality
1089 extracted from bibtex-format-entry.
1090 (bibtex-autokey-get-yearfield-digits): New function, functionality
1091 extracted from bibtex-autokey-get-yearfield.
1092
1093 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1094 entries in order to avoid stack overflow in the regexp matcher if
1095 field contents become large.
1096 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1097 bibtex-field-string-part-not-braced,
1098 bibtex-field-string-part-no-inner-braces,
1099 bibtex-field-string-part-1-inner-brace,
1100 bibtex-field-string-part-2-inner-braces,
1101 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1102 bibtex-field-string-quoted, bibtex-field-string,
1103 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1104 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1105 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1106 as parsing is now performed by the following functions.
1107 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1108 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1109 bibtex-parse-field-string, bibtex-search-forward-field-string,
1110 bibtex-parse-association, bibtex-field-name-for-parsing,
1111 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1112 bibtex-search-forward-field, bibtex-search-backward-field,
1113 bibtex-start-of-field, bibtex-end-of-field,
1114 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1115 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1116 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1117 bibtex-parse-string, bibtex-search-forward-string,
1118 bibtex-search-backward-string, bibtex-start-of-string,
1119 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1120 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1121 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1122 entries. Instead of reporting the results of the parsing by
1123 match-beginning or match-end, these functions return data structures
1124 that hold the corresponding positions.
1125 (bibtex-enclosing-field): Changed to also report field boundaries by
1126 return values rather than by match-beginning or match-end. The
1127 following functions have been adapted to use the new parsing
1128 functions.
1129 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1130 bibtex-enclosing-field, bibtex-format-entry,
1131 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1132 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1133 bibtex-print-help-message, bibtex-end-of-entry,
1134 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1135 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1136 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1137 method for parsing.
1138 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1139 bibtex-map-entries, bibtex-flash-head,
1140 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1141 bibtex-autokey-change, bibtex-autokey-get-namefield,
1142 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1143 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1144 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1145 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1146 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1147 order to make the new binding of case-fold-search immediately
1148 visible.
1149
1150 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1151
1152 * textmodes/bibtex.el: Copyright notice is up to date.
1153 Added constant 'bibtex-maintainer-salutation.
1154
1155 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1156 than make-temp-name, use match-string-no-properties and eliminate
1157 a quadratic behavior when building bibtex-strings.
1158
1159 * bibtex.el (bibtex-reference-key): Accept string entries whose
1160 reference key contains upper case letters.
1161
1162 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1163
1164 * bibtex.el (bibtex-reference-head): Allow entries to start with
1165 a new line.
1166
1167 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1168
1169 * bibtex.el: Hiding of entry bodies is not longer provided by
1170 bibtex.el directly. Instead the hideshow package can be used.
1171 Added a special bibtex entry to hs-special-modes-alist.
1172 (bibtex-hs-forward-sexp): Added for hideshow.el.
1173
1174 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1175
1176 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1177 at ':' characters by call to split-string.
1178
1179 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1180
1181 * textmodes/bibtex.el: Added RCS version identification.
1182
1183 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1184
1185 * textmodes/bibtex.el: Some temporary comments removed.
1186 (bibtex-field-name, bibtex-entry-type): Made the relationship
1187 explicit.
1188 (bibtex-field-const): Allow capital letters.
1189 (bibtex-start-of-string): Deleted because unused.
1190
1191 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1192 use the term 'reference' to describe a bibtex entry as a whole.
1193 Further, reference keys are no longer called 'labels'.
1194 (bibtex-keys): Renamed to bibtex-reference-keys.
1195 (bibtex-reformat-previous-labels): Renamed to
1196 bibtex-reformat-previous-reference-keys.
1197 (bibtex-reference-type): Renamed to bibtex-entry-type.
1198 (bibtex-reference-head): Renamed to bibtex-entry-head.
1199 (bibtex-reference-maybe-empty-head): Renamed to
1200 bibtex-entry-maybe-empty-head.
1201 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1202 (bibtex-search-reference): Renamed to bibtex-search-entry.
1203 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1204 bibtex-enclosing-entry-maybe-empty-head.
1205 (bibtex-entry-field-alist, bibtex-entry-head,
1206 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1207 bibtex-map-entries, bibtex-search-entry,
1208 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1209 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1210 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1211 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1212 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1213 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1214 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1215
1216 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1217
1218 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1219 comment.
1220 (bibtex-format-field-delimiters): New function, functionality
1221 extracted from bibtex-format-entry.
1222 (bibtex-autokey-get-yearfield-digits): New function, functionality
1223 extracted from bibtex-autokey-get-yearfield.
1224
1225 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1226 entries in order to avoid stack overflow in the regexp matcher if
1227 field contents become large.
1228 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1229 bibtex-field-string-part-not-braced,
1230 bibtex-field-string-part-no-inner-braces,
1231 bibtex-field-string-part-1-inner-brace,
1232 bibtex-field-string-part-2-inner-braces,
1233 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1234 bibtex-field-string-quoted, bibtex-field-string,
1235 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1236 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1237 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1238 as parsing is now performed by the following functions.
1239 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1240 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1241 bibtex-parse-field-string, bibtex-search-forward-field-string,
1242 bibtex-parse-association, bibtex-field-name-for-parsing,
1243 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1244 bibtex-search-forward-field, bibtex-search-backward-field,
1245 bibtex-start-of-field, bibtex-end-of-field,
1246 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1247 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1248 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1249 bibtex-parse-string, bibtex-search-forward-string,
1250 bibtex-search-backward-string, bibtex-start-of-string,
1251 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1252 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1253 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1254 entries. Instead of reporting the results of the parsing by
1255 match-beginning or match-end, these functions return data structures
1256 that hold the corresponding positions.
1257 (bibtex-enclosing-field): Changed to also report field boundaries by
1258 return values rather than by match-beginning or match-end. The
1259 following functions have been adapted to use the new parsing
1260 functions.
1261 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1262 bibtex-enclosing-field, bibtex-format-entry,
1263 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1264 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1265 bibtex-print-help-message, bibtex-end-of-entry,
1266 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1267 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1268 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1269 method for parsing.
1270 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1271 bibtex-map-entries, bibtex-flash-head,
1272 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1273 bibtex-autokey-change, bibtex-autokey-get-namefield,
1274 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1275 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1276 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1277 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1278 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1279 order to make the new binding of case-fold-search immediately
1280 visible.
1281
1282 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1283
1284 * textmodes/bibtex.el: Copyright notice is up to date.
1285 Added constant 'bibtex-maintainer-salutation.
1286
1287 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1288 than make-temp-name, use match-string-no-properties and eliminate
1289 a quadratic behavior when building bibtex-strings.
1290
1291 * bibtex.el (bibtex-reference-key): Accept string entries whose
1292 reference key contains upper case letters.
1293
1294 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1295
1296 * bibtex.el (bibtex-reference-head): Allow entries to start with
1297 a new line.
1298
1299 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1300
1301 * bibtex.el: Hiding of entry bodies is not longer provided by
1302 bibtex.el directly. Instead the hideshow package can be used.
1303 Added a special bibtex entry to hs-special-modes-alist.
1304 (bibtex-hs-forward-sexp): Added for hideshow.el.
1305
1306 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1307
1308 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1309 proceedings entry type (for cross referencing). Thanks to Wagner
1310 Toledo Correa for the suggestion.
1311
1312 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1313
1314 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1315
1316 * international/characters.el: Setup case table for Vietnamese.
1317
1318 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1319
1320 * uniquify.el (toplevel): Require CL at compile time.
1321 (uniquify-push): Removed.
1322
1323 * shadowfile.el (shadow-when): Removed.
1324
1325 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1326 (tempo-process-and-insert-string): Use dolist instead of
1327 tempo-dolist.
1328
1329 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1330 regexp for paragraph-start.
1331
1332 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1333 commas as well.
1334
1335 2000-02-10 Dave Love <fx@gnu.org>
1336
1337 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1338 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1339 Deleted.
1340 (widget-specify-field, widget-specify-button): Don't use
1341 widget-mouse-help as help-echo property.
1342 (default): Use #'ignore for :validate and :mouse-down-action.
1343 (checkbox): Add help-echo.
1344 (widget-sexp-validate): Rewritten to clarify error messages.
1345 (character): Use char-valid-p in :match function.
1346 (widget-color-complete): Use facemenu-color-alist.
1347 (widget-color-action): Use facemenu-read-color.
1348
1349 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1350 set up `caar' &c that we now have.
1351
1352 2000-02-09 Ray Blaak <blaak@gnu.org>
1353
1354 * delphi.el: Make resourcestring a declaration region, like const
1355 and var.
1356
1357 2000-02-09 Dave Love <fx@gnu.org>
1358
1359 * bindings.el (mode-line-input-method-map): New variable.
1360 (mode-line-mule-info): Use it; fix last change.
1361 (mode-line-mode-menu): Move definition.
1362 (mode-line-mouse-sensitive-p): Deleted.
1363 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1364 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1365 level.
1366
1367 * startup.el (command-line-1): Don't call
1368 make-mode-line-mouse-sensitive.
1369
1370 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1371
1372 * mail/rmail.el (rmail-retry-failure): Use
1373 rmail-beginning-of-message before rmail-toggle-header, because the
1374 former toggles headers.
1375
1376 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1377
1378 * diff-mode.el (diff-kill-junk): New interactive function.
1379 (diff-reverse-direction): Use delete-and-extract-region.
1380 (diff-post-command-hook): Restrict the area so that the hook also works
1381 outside of any diff hunk. This is necessary for the minor-mode.
1382 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1383 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1384
1385 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1386 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1387 so that it can be used more easily in <foo>-mode-hook. Also make sure
1388 to avoid duplicate entries.
1389 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1390 (font-lock-remove-keywords): Just as was done for `add', allow it to
1391 work even if font-lock-mode is nil. Also make sure we don't modify
1392 any pre-existing list by forcing a copy-sequence. Finally rename
1393 `major-mode' to `mode'.
1394 (font-lock-fontify-syntactic-anchored-keywords)
1395 (font-lock-fontify-anchored-keywords)
1396 (font-lock-fontify-keywords-region): Use line-end-position.
1397 Don't make `font-lock-multiline' local (it's now done in
1398 font-lock-set-defaults).
1399 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1400 move the `font-lock-fontified' creation to inside the `unless'.
1401
1402 2000-02-06 Andrew Innes <andrewi@gnu.org>
1403
1404 * term/w32-win.el (x-handle-args): Comment out call to message,
1405 which occurs before window system is initialized.
1406
1407 * makefile.nt: Add support for recompiling lisp code.
1408
1409 2000-02-04 Dave Love <fx@gnu.org>
1410
1411 * bindings.el (mode-line-mule-info): Fix/extend last change.
1412
1413 * completion.el: Replace completion-dolist with dolist.
1414
1415 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1416 dotimes.
1417
1418 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1419
1420 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1421 environment names before they go into the section regexp.
1422
1423 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1424 char class in regexp.
1425
1426 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1427 `case-fold-search' to nil.
1428
1429 * progmodes/idlwave.el (idlwave-template): Respect
1430 `idlwave-abbrev-change-case'.
1431 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1432 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1433 idlwave-while): respect `idlwave-reserved-word-upcase'.
1434 (idlwave-rw-case): New function.
1435 (idlwave-statement-match): Fixed problem with assignment regexp.
1436 (idlwave-font-lock-keywords): Improved regexp for keyword
1437 parameters.
1438 (idlwave-surround): New argument LENGTH to support padding of
1439 operators longer than 1 char.
1440
1441 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1442 idlwave-shell-expression-overlay. Implemented printing of
1443 expressions on higher levels of the calling stack.
1444 (idlwave-shell-display-level-in-calling-stack): Restore stack
1445 level.
1446 (idlwave-retrieve-expression-from-level): New function.
1447 (idlwave-shell-last-calling-stack): Variable removed.
1448 (idlwave-shell-reset): Argument action reversed (`visible' to
1449 `hidden'). Also remove stop-line overlay.
1450 (idlwave-shell-calling-stack-routine): New variable.
1451 (idlwave-shell-parse-stack-and-display): Messages now display
1452 negative level numbers.
1453 (idlwave-shell-mode): Set `modeline-format'.
1454 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1455 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1456 21.
1457 (idlwave-shell-print-expression-function): New option.
1458
1459 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1460 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1461 `tool-bar' instead of `toolbar'.
1462
1463 2000-02-02 Dave Love <fx@gnu.org>
1464
1465 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1466 emacs-lisp-mode-hook. Don't check for defalias being defined.
1467
1468 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1469 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1470 the new builtins directly.
1471
1472 * whitespace.el (whitespace): Add :version to defgroup.
1473
1474 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1475 Doc fix.
1476
1477 * thingatpt.el (sexp-at-point, symbol-at-point)
1478 (number-at-point, list-at-point): Add autoload cookie.
1479
1480 * recentf.el (recentf): Add :version to defgroup.
1481
1482 * quickurl.el (quickurl): Add :version to defgroup.
1483
1484 * elide-head.el (elide-head): Use point-marker more.
1485
1486 * bs.el (bs): Add :version to defgroup.
1487
1488 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1489
1490 * progmodes/delphi.el (delphi): Add :version to defgroup.
1491
1492 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1493
1494 * ange-ftp.el (ange-ftp-write-region): Handle case that
1495 succeeding process operation sets a different coding system.
1496
1497 * calculator.el: New file.
1498
1499 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1500
1501 * frame.el (frames-on-display-list, framep-on-display): New
1502 functions.
1503 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1504 (display-selections-p, display-screens, display-pixel-width)
1505 (display-pixel-height, display-mm-width, display-mm-height)
1506 (display-backing-store, display-save-under, display-planes)
1507 (display-color-cells, display-visual-class): New functions.
1508
1509 * term/tty-colors.el (tty-color-gray-shades): New function.
1510
1511 * faces.el (display-color-p): Use framep-on-display.
1512 (display-grayscale-p): New function.
1513
1514 2000-01-31 Dave Love <fx@gnu.org>
1515
1516 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1517 (create-fontset-from-x-resource): Don't concat integers.
1518
1519 2000-01-31 Inge Frick <inge@nada.kth.se>
1520
1521 * view.el: Some changes in documentation. Removed some trailing
1522 whitespace. Changed some parameter names to agree with
1523 documentation.
1524 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1525 window is not deleted. Modifies change 1998-04-26.
1526
1527 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1528
1529 * windmove.el: New file.
1530
1531 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1532 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1533 progmodes/ebnf-yac.el: Update copyright and license info.
1534
1535 * jit-lock.el (jit-lock-function): Widen before calculating end
1536 position.
1537 (jit-lock-stealth-chunk-start): Rewritten.
1538
1539 * info.el (Info-title-face-alist): Removed.
1540 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1541 faces.
1542 (Info-fontify-node): Use these faces.
1543
1544 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1545
1546 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1547 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1548 `&allow-other-keywords'.
1549
1550 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1551 the list of directories scanned heuristically.
1552
1553 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1554 exist.
1555
1556 2000-01-30 Jason Rumney <jasonr@gnu.org>
1557
1558 * w32-fns.el: Define w32-tty-standard-colors.
1559
1560 * startup.el (command-line): Use w32-tty-standard-colors when in
1561 w32 console mode.
1562
1563 2000-01-30 Dave Love <fx@gnu.org>
1564
1565 * jka-compr.el (jka-compr-load): Fix up load-history.
1566
1567 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1568
1569 * emacs-lisp/cl-macs.el: Revert previous change.
1570
1571 2000-01-29 Dave Love <fx@gnu.org>
1572
1573 * facemenu.el: Purecopy various strings.
1574
1575 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1576 years. Deal with three-digit years.
1577
1578 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1579 defconst, purecopy.
1580 (help-back-label): Purecopy it.
1581
1582 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1583
1584 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1585 variable. If non-nil, order the buffer list according to the
1586 currently selected frame.
1587 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1588 non-nil, pass the selected frame to function buffer-list.
1589
1590 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1591
1592 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1593
1594 2000-01-28 Dave Love <fx@gnu.org>
1595
1596 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1597
1598 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1599 Don't use lisp-indent-hook property.
1600 (cl-abs): Remove.
1601
1602 * subr.el: Move out indent and edebug specs for when and unless.
1603
1604 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1605 when, unless.
1606
1607 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1608 unless, when.
1609
1610 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1611
1612 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1613 `collecting' as synonym for `collect'.
1614
1615 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1616 for the case it contains spaces.
1617
1618 * simple.el (what-cursor-position): Change formatting of
1619 messages.
1620
1621 * frame.el (delete-other-frames): New function.
1622 (toplevel): Bind it to C-x 5 1.
1623
1624 * sort.el (sort-numeric-base): New option.
1625 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1626 interpret it as octal or hexadecimal. Use sort-numeric-base
1627 as default base.
1628
1629 * progmodes/glasses.el: New file.
1630
1631 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1632
1633 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1634 userids differently.
1635
1636 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1637 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1638 progmodes/ebnf-yac.el: New files.
1639
1640 2000-01-26 Dave Love <fx@gnu.org>
1641
1642 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1643 on a function with an empty body. [From Eric Ludlam.]
1644
1645 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1646
1647 * vc.el (vc-version-diff): Make sure file name is expanded.
1648
1649 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1650
1651 * scroll-bar.el (scroll-bar-timer): Variable removed.
1652 (scroll-bar-toolkit-scroll): Don't use a timer.
1653
1654 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1655
1656 * language/thai-util.el (thai-composition-function): Delete
1657 superfluous `a'.
1658
1659 2000-01-24 Dave Love <fx@gnu.org>
1660
1661 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1662 end-of-defun-function.
1663
1664 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1665 &c.
1666
1667 2000-01-22 Jason Rumney <jasonr@gnu.org>
1668
1669 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1670 conflicts with new face support.
1671
1672 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1673
1674 * replace.el (query-replace): Rename last arg to DELIMITED.
1675 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1676 (query-replace-regexp): Likewise.
1677
1678 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1679
1680 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1681
1682 * emacs-lisp/lisp.el (beginning-of-defun-function):
1683 Variable renamed from beginning-of-defun.
1684 Do not call make-variable-buffer-local.
1685 (beginning-of-defun-raw): Use new variable name; doc fix.
1686 (beginning-of-defun): Doc fix.
1687 (end-of-defun-function): Variable renamed from end-of-defun.
1688 Do not call make-variable-buffer-local.
1689 (end-of-defun): Use new variable name; doc fix.
1690
1691 * subr.el (dolist, dotimes): Copied from cl-macs.el
1692 and made to work.
1693
1694 * mail/undigest.el (rmail-digest-end-regexps):
1695 Variable replaces rmail-digest-end-regexp.
1696 Allows multiple regexps for detecting the end line.
1697 (undigestify-rmail-message): Corresponding changes.
1698
1699 2000-01-19 Dave Love <fx@gnu.org>
1700
1701 * files.el (user-init-file): Don't declare here -- is primitive.
1702
1703 * startup.el (command-line): Check for compiled user-init-file and
1704 set to uncompiled version if necessary.
1705
1706 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1707
1708 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1709 (undigestify-rmail-message): Use it.
1710
1711 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1712
1713 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1714
1715 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1716 of mini-buffer.
1717
1718 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1719
1720 * emacs-lisp/copyright.el (copyright-update): Removed the
1721 requirement for a trailing space from `copyright-regexp', to
1722 support copyrights with owner specified on a separate line..
1723
1724 * align.el: New file.
1725
1726 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1727
1728 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1729
1730 2000-01-13 Dave Love <fx@gnu.org>
1731
1732 * ph.el: Removed. (Obsoleted by EUDC.)
1733
1734 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1735
1736 * net/eudc.el (toplevel): Remove autoloaded code installing
1737 menu with easymenu, because that causes build problems.
1738
1739 * frame.el (frame-notice-user-settings): New variable.
1740 (frame-notice-user-settings): Don't modify frame parameters
1741 if called a second time.
1742
1743 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1744
1745 * frame.el (frame-notice-user-settings):
1746 Notice default-frame-parameters even for non-window frames.
1747
1748 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1749
1750 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1751 for Emacs.
1752 (eudc-bob-can-display-inline-images): Extend for Emacs.
1753 (eudc-bob-toggle-inline-display): Ditto.
1754 (eudc-bob-display-jpeg): Ditto.
1755
1756 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1757
1758 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1759 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1760 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1761
1762 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1763 nil)'.
1764
1765 * subdirs.el: Add `net' directory.
1766
1767 * net: New directory.
1768
1769 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1770 eval-last-sexp. Don't bind debug-on-error here.
1771 (eval-last-sexp): New function. Bind debug-on-error if
1772 eval-expression-debug-on-error is non-nil.
1773 (eval-defun-2, eval-defun): Likewise.
1774
1775 * simple.el (eval-expression): Don't bind debug-on-error if
1776 eval-expression-debug-on-error is nil. Detect changed
1777 debug-on-error, and propagate new value to global binding, if
1778 eval-expression-debug-on-error is non-nil,
1779 (eval-expression-debug-on-error): Change doc string.
1780
1781 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1782
1783 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1784
1785 * emacs-lisp/lisp-mode.el (with-syntax-table):
1786 Set up lisp-indent-function property.
1787
1788 * subr.el (with-syntax-table): Moved from simple.el.
1789
1790 * simple.el (with-syntax-table): Moved to subr.el.
1791
1792 2000-01-11 Gerd Moellmann <gerd@gnu.org>
1793
1794 * tmm.el (tmm-shortcut): Delete region after prompt instead
1795 of erasing buffer.
1796
1797 * textmodes/fill.el (fill-common-string-prefix): New function.
1798 (fill-context-prefix): Use the longest common prefix of first
1799 and second line fill prefix, if there is one.
1800
1801 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1802
1803 * array.el (array-mode): Don't use make-variable-buffer-local.
1804 Use make-local-variable for `truncate-lines'.
1805
1806 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
1807
1808 * add-log.el (add-log-current-defun): Handle user-defined
1809 add-log-current-function returning nil,
1810
1811 * add-log.el (add-change-log-entry): Insert version number
1812 if having found a current function
1813
1814 * add-log.el (add-log-current-defun): Call
1815 `add-log-current-defun-function'. Try matches at level 0 and
1816 level 1. Strip whitespace from defun found.
1817
1818 2000-01-10 John Wiegley <johnw@gnu.org>
1819
1820 * allout.el (isearch-done/outline-provisions): Added `edit'
1821 argument to correspond with the current definition of
1822 `isearch-done'.
1823
1824 2000-01-10 Dave Love <fx@gnu.org>
1825
1826 * elide-head.el (elide-head): Use point-marker, not point.
1827
1828 2000-01-10 Gerd Moellmann <gerd@gnu.org>
1829
1830 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1831 before and after the year 2000.
1832
1833 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1834 Add ispell- prefix.
1835
1836 2000-01-10 Ken Stevens <k.stevens@ieee.org>
1837
1838 * ispell.el: Only define dictionaries in menus when they exist.
1839 (version18p): New variable.
1840 (version20p): New variable.
1841 (xemacsp): New variable.
1842 (ispell-choices-win-default-height): Fix for XEmacs visibility.
1843 (ispell-dictionary-alist1): Added Brasileiro dictionary.
1844 (ispell-dictionary-alist6): Russian command lines no longer accept
1845 run-together words.
1846 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1847 (ispell-dictionary-alist): Add koi8-r to customize definition.
1848 (check-ispell-version): Added documentation string. Returns
1849 library path when called non-interactively.
1850 (ispell-menu-map-needed): Uses new variables.
1851 (ispell-library-path): New variable.
1852 (ispell-decode-string): XEmacs fix for bogus variable bindings.
1853 (ispell-word): Improved documentation string. Test for valid
1854 character mappings. Correctly check typed in word changes that can
1855 result in single words split into multiple words. Returns
1856 replacement word.
1857 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
1858 replace in recursive query replace mode. Help message for
1859 recursive edit mode.
1860 (ispell-show-choices): Protect against bad framepop bindings.
1861 (ispell-help): Fix to work with XEmacs.
1862 (ispell-highlight-spelling-error): Use new variables.
1863 (ispell-overlay-window): Fix to work with XEmacs.
1864 (ispell-parse-output): Passed and returns location information
1865 tracking spelling corrections. Doesn't recheck same word on
1866 current line.
1867 (ispell-init-process): Protect against bogus XEmacs variable binding.
1868 Fix call to single argument in sleep-for. Use new variables.
1869 (ispell-region): Passed and returns location information tracking
1870 spelling corrections. Doesn't check same word on current line.
1871 Improved documentation string. Doesn't resend a line already
1872 checked to the ispell process - fixes bug in LaTeX parsing.
1873 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1874 (ispell-skip-region): No longer skips <TT> in SGML.
1875 (ispell-process-line): Tracks location information with spelling
1876 corrections. Added documentation string. Accounts for words
1877 already accepted on this line. Don't allow query-replace on line
1878 starting with math characters. Doesn't resend a line already sent
1879 to ispell process. Fixes alignment error bug.
1880
1881 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1882
1883 * dired-x.el (dired-guess-shell-alist-default):
1884 Suggest xloadimage, which is free, not xv, which isn't.
1885
1886 * ange-ftp.el (ange-ftp-file-name-nondirectory):
1887 Don't ever include the host name or user name in the value.
1888
1889 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1890
1891 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1892 of a real newline.
1893
1894 2000-01-09 Stephen Eglen <stephen@gnu.org>
1895
1896 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1897 for .png files.
1898
1899 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
1900
1901 * cus-edit.el (custom-hook-convert-widget): Fix comment.
1902
1903 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1904
1905 * progmodes/cperl-mode.el: Replace ^F with ^L.
1906
1907 * sendmail.el (toplevel): Provide `sendmail' when compiling
1908 before `require'ing rmail and mailalias to prevent infinite
1909 recursion.
1910
1911 2000-01-08 Dave Love <fx@gnu.org>
1912
1913 * emacs-lisp/backquote.el: Remove inappropriate customization
1914 (allowing custom.el to use backquote).
1915
1916 2000-01-07 Dave Love <fx@gnu.org>
1917
1918 * add-log.el (add-log-debugging): Deleted.
1919 (add-change-log-entry): Treat a backup FILE-NAME as its parent
1920 file. Remove debugging code.
1921 (change-log-get-method-definition, change-log-name): Add doc.
1922 (change-log-sortable-date-at): New function.
1923 (change-log-merge): New command.
1924
1925 * time.el (display-time-string-forms): Make the Mail string active.
1926 (display-time-update): Provide help-echo for load average.
1927
1928 * bindings.el (make-mode-line-mouse2-map): New function.
1929 (mode-line-modified): Use it and simplify.
1930 (mode-line-mule-info): Provide help-echo info.
1931 (minor-mode-alist): Activate the strings.
1932 (make-mode-line-mouse-sensitive): Simplify for
1933 mode-line-buffer-identification.
1934
1935 2000-01-07 Gerd Moellmann <gerd@gnu.org>
1936
1937 * play/pong.el: New file.
1938
1939 2000-01-06 Dave Love <fx@gnu.org>
1940
1941 * array.el: Assorted cleanups for compiler warnings, doc strings,
1942 `array-' prefix for symbols.
1943
1944 2000-01-05 Dave Love <fx@gnu.org>
1945
1946 * textmodes/outline.el (outline-mode-menu-bar-map): Add
1947 outline-headers-as-kill.
1948 (outline-mode): Define imenu-generic-expression.
1949 (outline-headers-as-kill): New command.
1950
1951 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1952 from paragraph-start.
1953 (paragraph-indent-minor-mode): New command.
1954
1955 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1956 M-C-e, M-C-h, C-j, C-xnd, TAB.
1957 (fortran-mode): Set beginning-of-defun, end-of-defun.
1958 (fortran-column-ruler): Simplify.
1959 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1960 (fortran-with-subprogram-narrowing): Likewise.
1961 (fortran-indent-subprogram): Call mark-defun.
1962 (fortran-check-for-matching-do): Change narrowing.
1963
1964 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1965 (cl-lucid-hash-tag): Delete.
1966 (cl-hash-table-p): Correct test for native table.
1967 (cl-hash-table-count): Use hash-table-count.
1968
1969 * browse-url.el (browse-url): Fix case of
1970 browse-url-browser-function being an alist.
1971
1972 2000-01-05 Carsten Dominik <cd@gnu.org>
1973
1974 * textmodes/reftex-vars.el (reftex-parse-file-extension)
1975 (reftex-index-phrase-file-extension): New options.
1976
1977 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1978 Use new option `reftex-index-phrase-file-extension'.
1979
1980 * textmodes/reftex.el (reftex-access-parse-file): Use new option
1981 `reftex-parse-file-extension'.
1982
1983 2000-01-05 Dave Love <fx@gnu.org>
1984
1985 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1986 (beginning-of-defun-raw): Use it.
1987 (end-of-defun): New variable.
1988 (end-of-defun): Use it.
1989 (check-parens): New command.
1990
1991 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1992
1993 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1994 (hs-show-block): Don't use `mapcar' when not accumulating.
1995
1996 Fix buglet in local variables initialization.
1997
1998 2000-01-05 Andreas Schwab <schwab@suse.de>
1999
2000 * hscroll.el (hscroll): Doc fix.
2001
2002 2000-01-05 Carsten Dominik <cd@gnu.org>
2003
2004 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2005 idlw-toolbar.
2006
2007 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2008 file idlw-rinfo.el.
2009 (idlwave-customize): load must read file idlw-shell.el.
2010 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2011
2012 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2013
2014 * progmodes/idlw-shell.el: Also provide idlwave-shell
2015 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2016 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2017
2018 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2019 both reftex-dcr and reftex-vcr.
2020
2021 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2022
2023 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2024
2025 * ps-print.el: PostScript code now is in separate files, doc fix.
2026 (ps-print-version): New version number (5.0.3).
2027 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2028 local.
2029 (ps-spool-config): Initialization fix.
2030 (ps-print-prologue-1, ps-print-prologue-2)
2031 (ps-print-duplex-feature): PostScript code moved to separated file.
2032 (ps-background-image): Little code reformating.
2033 (ps-begin-file, ps-begin-job): Fix code.
2034 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2035 (ps-prologue-file): New fun.
2036
2037 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2038
2039 * ps-vars.el: Eliminated.
2040
2041 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2042 `;;;###autoload'.
2043
2044 * ps-print.el: ps-vars eliminated, doc fix.
2045 (ps-print-version): New version number (5.0.2).
2046 (ps-spool-config): Initialization fix.
2047 (ps-print-customize): New fun.
2048
2049 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2050
2051 * autorevert.el (auto-revert-mode): Return value of
2052 auto-revert-mode.
2053
2054 2000-01-04 Dave Love <fx@gnu.org>
2055
2056 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2057 menu items.
2058
2059 2000-01-03 Dave Love <fx@gnu.org>
2060
2061 * elide-head.el (elide-head) [defgroup]: Add :version.
2062
2063 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2064 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2065 `cl-hash-table-p', not `hash-table-p'.
2066 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2067
2068 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2069
2070 * faces.el (face-read-integer, read-face-attribute)
2071 (color-defined-p, color-values): unspecified-{f,b}g are now
2072 strings.
2073
2074 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2075
2076 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2077 at comment end, and re-insert them after filling.
2078
2079 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2080
2081 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2082 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2083 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2084
2085 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2086
2087 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2088 the new name of face-color-supported-p.
2089
2090 * term/w32-win.el (xw-defined-colors): Likewise.
2091
2092 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2093
2094 * simple.el (completion-setup-function): Count completion-size
2095 from minibuffer-prompt-end, not from point-min.
2096
2097 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2098
2099 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2100 Pass the frame to tty-color-* functions.
2101 (display-color-p, frame-set-background-mode): Pass the frame to
2102 tty-display-color-p.
2103
2104 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2105 tty-color-alist.
2106 (tty-color-alist, tty-modify-color-alist): New functions.
2107 (tty-color-define, tty-color-clear, tty-color-approximate)
2108 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2109 an optional parameter FRAME.
2110
2111 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2112
2113 * image.el (create-image, defimage): Don't assume image data is a
2114 string.
2115
2116 * image.el (defimage): Handle specifications containing :data
2117 instead of :file.
2118 (image-type-from-data): New function.
2119 (image-type-from-file-header): Use it.
2120 (create-image): Add parameter DATA-P.
2121
2122 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2123
2124 * echistory.el (electric-command-history): Call Command-history-setup
2125 and command-history-mode using their new conventions.
2126
2127 * chistory.el (Command-history-setup): Don't switch buffers. Take
2128 no args, and do not set major-mode, mode-name or the local map.
2129 (command-history-mode): New function, does some of those things
2130 Command-history-setup used to do.
2131 (list-command-history): Call command-history-mode, not
2132 Command-history-setup.
2133 (command-history): Renamed from command-history-mode.
2134
2135 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2136
2137 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2138
2139 1999-12-31 William M. Perry <wmperry@aventail.com>
2140
2141 * image.el (defimage): Images with the `:data' keyword should be
2142 considered valid as well.
2143
2144 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2145
2146 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2147 with FILE if FILE is nil.
2148
2149 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2150
2151 * simple.el (choose-completion-string): In minibuffer,
2152 do not delete the prompt string.
2153
2154 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2155
2156 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2157 assigned to mode-line-mode-menu because bindings.el is dumped with
2158 Emacs, and thus the lists used for menu-item definition will be
2159 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2160 like pure menu item definitions.
2161
2162 * expand.el (expand-abbrev-hook): Return t if expansion was
2163 done, nil otherwise.
2164
2165 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2166
2167 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2168 (tar-quit): Function deleted.
2169
2170 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2171
2172 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2173 was used but not declared.
2174
2175 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2176 hs-find-block-beginning): Add or modify docstrings.
2177
2178 (hs-isearch-show): Rewrite.
2179
2180 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2181
2182 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2183
2184 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2185 space in front of a C-style comment end.
2186
2187 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2188
2189 * startup.el (command-line-1): Make mode line mouse-sensitive for
2190 the MS-DOS version as well.
2191
2192 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2193
2194 * bs.el: New file.
2195
2196 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2197
2198 * textmodes/ispell.el (ispell-process-line):
2199 Add local var line-offset to adjust for the change
2200 in positions within the line, due to previous replacements.
2201
2202 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2203
2204 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2205 Doc fixes.
2206
2207 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2208
2209 * add-log.el (change-log-version-number-regexp-list)
2210 (change-log-version-info-enabled): Change :version to 21.1.
2211 (toplevel): Require CL when compiling.
2212
2213 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2214
2215 * add-log.el (change-log-version-number-regexp-list): Added tag
2216 :version 20.6
2217 (change-log-version-info-enabled): Added tag :version 20.6
2218
2219 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2220
2221 * add-log.el: More general version number search with
2222 user-configurable regexp list.
2223 (change-log-version-number-regexp-list): New user variable.
2224 (change-log-find-version): Rewritten. Use user-configurable
2225 version numbering regexp list
2226 change-log-version-number-regexp-list.
2227 (change-log-find-version): Renamed to
2228 change-log-version-number-search
2229 (add-log-file-name-function): New.
2230 (change-log-search-vc-number): Added END paramaeter. Added doc
2231 string to function.
2232 (change-log-version-rcs): Renamed. Was
2233 change-log-search-vc-number.
2234
2235 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2236
2237 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2238 overlays if they interfere.
2239 (compilation-find-file): Make intangible overlays tangible.
2240
2241 * progmodes/hideshow.el: Generally, synch w/ maintainer
2242 version 5.9.
2243
2244 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2245
2246 (hs-minor-mode-hook): Don't initialize.
2247
2248 (hs-special-modes-alist): Rewrite value and docstring.
2249
2250 (hs-minor-mode-prefix): Delete unused var.
2251
2252 (hs-block-start-mdata-select): New var, buffer local.
2253
2254 (hs-headline): New var.
2255
2256 (hs-match-data, hs-forward-sexp): New funcs.
2257
2258 (hs-hide-comment-region): New func.
2259
2260 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2261 hs-safety-is-job-n, hs-hide-initial-comment-block,
2262 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2263 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2264 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2265 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2266 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2267
2268 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2269 (hs-isearch-show-temporary): New funcs.
2270
2271 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2272
2273 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2274
2275 When constructing menu, use `[(shift button2)]' notation.
2276
2277 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2278
2279 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2280 (jka-compr-compression-info-list): Add new elt to each vector.
2281 (jka-compr-write-region): Don't compress the data if it is
2282 already compressed.
2283
2284 * jka-compr.el (jka-compr-really-do-compress): New variable.
2285 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2286 if visiting.
2287 (jka-compr-write-region): Set jka-compr-really-do-compress
2288 if visiting. Test it when deciding to compress.
2289
2290 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2291
2292 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2293 with third argument t.
2294
2295 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2296
2297 * antlr-mode.el: Version 1.2 is released.
2298 (antlr): This package has a web page.
2299
2300 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2301
2302 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2303 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2304 (antlr-mode-map): New binding [C-c C-c].
2305 (antlr-mode-menu): New entries.
2306
2307 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2308
2309 * antlr-mode.el: Respect Emacs conventions.
2310 ((require 'cl)): Only use during compilation.
2311 (antlr-language-for-option): New function to avoid using `find'.
2312 (antlr-mode): Use it.
2313 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2314 (antlr-imenu-create-index-function): Change accordingly.
2315 (antlr-inside-rule-p): Ditto.
2316 (antlr-end-of-rule): Ditto.
2317 (antlr-end-of-body): Ditto.
2318 (antlr-beginning-of-rule): Ditto.
2319 (antlr-indent-line): Ditto.
2320
2321 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2322
2323 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2324 (antlr-set-tabs): Don't use hard-coded values.
2325
2326 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2327 won't be possible without a huge time penalty.
2328 (antlr-skip-exception-part): Be more specific.
2329 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2330 Renamed from `antlr-skip-grammar-header'.
2331 (antlr-next-rule): Change accordingly.
2332 (antlr-end-of-body): Ditto. Better error message.
2333 (antlr-beginning-of-body): Better error message.
2334 (antlr-imenu-create-index-function): Skip rule action prelude.
2335
2336 * antlr-mode.el: Minor syntax highlighting changes.
2337 (antlr-font-lock-default-face): Deletia.
2338 (antlr-font-lock-tokendef-face): Changed color.
2339 (antlr-font-lock-tokenref-face): Changed color.
2340 (antlr-font-lock-literal-face): Changed color.
2341 (antlr-font-lock-additional-keywords): Minor changes.
2342
2343 1999-12-20 Carsten Dominik <cd@gnu.org>
2344
2345 * progmodes/idlwave.el: New file.
2346
2347 * progmodes/idlwave-rinfo.el: New file.
2348
2349 * progmodes/idlwave-shell.el: New file.
2350
2351 * progmodes/idlwave-toolbar.el: New file.
2352
2353 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2354
2355 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2356
2357 * progmodes/cwarn.el: New file.
2358
2359 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2360
2361 * bindings.el (completion-ignored-extensions): Add .pdf.
2362
2363 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2364
2365 * version.el: Put the version info into binary on MS-DOS as well.
2366
2367 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2368
2369 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2370 debugger-may-continue is nil.
2371
2372 1999-12-18 Dave Love <fx@gnu.org>
2373
2374 * emacs-lisp/cl-macs.el: Remove conditional definition of
2375 eval-when-compile. Don't specify abs, expt, gethash,
2376 hash-table-count, hash-table-p as side-effect-free here.
2377 (cl-emacs-type): Don't declare.
2378 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2379 (cl-parse-loop-clause): Remove compatibility code.
2380
2381 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2382 (side-effect-free-fns): Add gethash, hash-table-count.
2383 (side-effect-and-error-free-fns): Add hash-table-p.
2384
2385 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2386 `cl-' to autoload names for some hash functions. Don't autoload
2387 eval-when-compile. Don't provide mini-cl.
2388 (cl-emacs-type): Remove.
2389 (cl-map-extents): Remove compatibility code.
2390
2391 * emacs-lisp/float.el: Bind free variables.
2392
2393 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2394
2395 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2396
2397 * bindings.el (completion-ignored-extensions): Add .tfm.
2398
2399 1999-12-16 Dave Love <fx@gnu.org>
2400
2401 * faces.el (set-face-attribute): Purecopy the attributes set.
2402
2403 * custom.el (custom-declare-variable): Purecopy value.
2404
2405 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2406 (byte-extrude-byte-code-vectors): Use remprop.
2407 (byte-compile-lambda): Check that arg is a lambda.
2408
2409 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2410
2411 * font-lock.el: System for adding and removing keywords.
2412 Both local (previously added keyword) and global keywords
2413 can be removed.
2414 (font-lock-remove-keywords): New user-level function.
2415 (font-lock-update-removed-keyword-alist): New internal function.
2416 (font-lock-removed-keywords-alist): New variable.
2417 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2418 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2419 growing datastructures.
2420 (font-lock-set-defaults): Removes keywords stored in
2421 `font-lock-removed-keywords-alist' after local keywords added.
2422
2423 1999-12-16 Anders Lindgren <andersl@andersl.com>
2424
2425 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2426 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2427
2428 * font-lock.el (c-keywords): Only highlight preprocessor
2429 directives when spelled correctly.
2430
2431 * font-lock.el (font-lock-match-c++-structor-declaration,
2432 c++-keywords): Fontify constructors and destructors with function
2433 face inside C++ class declarations.
2434
2435 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2436
2437 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2438 the shell from sh-shell-file.
2439
2440 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2441
2442 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2443
2444 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2445 if one of the files specified cannot be accessed by
2446 file-attributes. Do not strip any leading directories from the
2447 file names, to behave more like `ls' does.
2448
2449 * dired.el (dired-get-filename): Handle absolute file names.
2450 (dired-readin-insert): If argument is a cons, don't print
2451 "wildcard" on the ``total'' line.
2452
2453 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2454
2455 * faces.el (face-read-integer, read-face-attribute)
2456 (color-defined-p, color-values): Allow color values unspecified-fg
2457 and unspecified-bg, handle them as unspecified.
2458
2459 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2460
2461 * textmodes/reftex.el: (reftex-compile-variables): respect new
2462 structure of `reftex-index-macro'
2463 (reftex-compile-variables): Use the changed structure of
2464 `reftex-label-alist'.
2465
2466 * textmodes/reftex-vars.el (reftex-index-math-format,
2467 (reftex-toc-max-level): New option.
2468 reftex-index-phrases-search-whole-words,
2469 reftex-index-phrases-case-fold-search,
2470 reftex-index-phrases-skip-indexed-matches,
2471 reftex-index-phrases-wrap-long-lines,
2472 reftex-index-phrases-sort-prefers-entry,
2473 reftex-index-phrases-sort-in-blocks): New options.
2474 (reftex-index-macros): Option structure changed.
2475 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2476 (reftex-label-alist): Additional item in each entry to specify if
2477 the environment should be listed in the TOC.
2478 (eval-when-compile (require 'cl)) added.
2479
2480 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2481 longer deals with "repeat".
2482 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2483 now used.
2484 (reftex-index-phrases-comment-regexp,
2485 reftex-index-phrases-macrodef-regexp,
2486 reftex-index-phrases-phrase-regexp1,
2487 reftex-index-phrases-phrase-regexp2,
2488 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2489 New constants.
2490 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2491 reftex-index-phrases-font-lock-keywords,
2492 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2493 reftex-index-phrases-restrict-file): New variables.
2494 (reftex-index-phrase-selection-or-word,
2495 reftex-index-visit-phrases-buffer,
2496 reftex-index-initialize-phrases-buffer,
2497 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2498 reftex-index-next-phrase, reftex-index-this-phrase,
2499 reftex-index-all-phrases, reftex-index-region-phrases,
2500 reftex-index-phrases-parse-header,
2501 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2502 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2503 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2504 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2505 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2506 reftex-index-make-replace-string,
2507 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2508 reftex-index-phrase-match-is-indexed,
2509 reftex-index-phrases-fixup-line,
2510 reftex-index-phrases-replace-space,
2511 reftex-index-select-phrases-macro): New functions.
2512 (reftex-index-globalize, reftex-index-globally): functions removed
2513 (eval-when-compile (require 'cl)) added.
2514
2515 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2516 for max level.
2517 (reftex-toc-max-level-indicator): New variable.
2518 (reftex-toc-max-level): New command.
2519 (reftex-toc-map): New keybinding `t'.
2520 (reftex-toc-help): Constant updated.
2521 (eval-when-compile (require 'cl)) added.
2522
2523 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2524 `t' command key can change `reftex-toc-max-level'
2525 (eval-when-compile (require 'cl)) added.
2526
2527 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2528 `reftex-toc-max-level'
2529 (eval-when-compile (require 'cl)) added.
2530
2531 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2532 added.
2533
2534 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2535 added.
2536
2537 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2538 commands.
2539 (reftex-citation, reftex-do-citation,
2540 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2541 preselect a citation format.
2542 (eval-when-compile (require 'cl)) added.
2543
2544 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2545 parameter to-end
2546 (reftex-section-info): Deal with environment matches.
2547 (eval-when-compile (require 'cl)) added.
2548
2549 * reftex-global.el (eval-when-compile (require 'cl)) added.
2550
2551 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2552
2553 The following changes are for the new composition mechanism. We
2554 have deleted `composition' charset and composite characters,
2555 instead introduced a special text property `composition'.
2556
2557 * composite.el: New file.
2558
2559 * ps-mule.el: Define encode-composition-rule and find-composition
2560 for Emacs 20.4 and the earlier versions.
2561 (ps-mule-init-external-library): Just require a feature for
2562 external libraries.
2563 (ps-mule-prologue): Postscript code modified for new composition.
2564 (ps-mule-find-wrappoint): New arg COMPOSITION.
2565 (ps-mule-plot-string): Delete code for composite characaters.
2566 (ps-mule-plot-composition): New funcion.
2567 (ps-mule-prepare-font-for-components): New function.
2568 (ps-mule-plot-components): New function.
2569 (ps-mule-composition-prologue-generated): Renamed from
2570 ps-mule-cmpchar-prologue-generated.
2571 (ps-mule-composition-prologue): New named from
2572 ps-mule-cmpchar-prologue. Modified for new composition.
2573 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2574 ps-mule-prepare-cmpchar-font): Deleted.
2575 (ps-mule-string-encoding): New arg NO-SETFONT.
2576 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2577 check Composing, not Cmpchar
2578 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2579 to nil.
2580 (ps-mule-begin-job): Check existence of new composition.
2581
2582 * ps-print.el (ps-plot-region): Handle new composition.
2583
2584 * simple.el (what-cursor-position): Show "(composed)" if the
2585 character is composed.
2586
2587 * international/characters.el: Fix cateogries of Lao symbols.
2588
2589 * international/fontset.el (vertical-centering-font-regexp): New
2590 variable.
2591
2592 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2593 (mule-version-date): Updated to 1999.12.7.
2594 (with-category-table): New macro.
2595
2596 * international/mule-cmds.el (encode-coding-char): Don't check
2597 composite character.
2598
2599 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2600 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2601 x-ctext): Give `composition' property t.
2602
2603 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2604 non-nil) at the tail of ALIST.
2605 (compose-region, decompose-region, decompse-string,
2606 reference-point-alist, compose-chars): Moved to composite.el.
2607 (compose-chars-component, compose-chars-rule,
2608 decompose-composite-char): Deleted.
2609
2610 * international/quail.el (quail-install-map): New optional arg
2611 NAME.
2612 (quail-get-translation): If DEF is a symbol but not a function,
2613 ignore it.
2614 (quail-start-translation): Put a key sequence undefined in the
2615 translation keymap in unread-command-events, not generated-events.
2616 Return parameterized event (compose-last-chars N) if the input
2617 characters should be composed.
2618 (quail-map-definition): If DEF is t, treat it as nil.
2619 (quail-delete-last-char): Delete the quail region.
2620 (quail-show-translations): Don't show list of translations if the
2621 quail package is deterministic.
2622 (quail-completion-max-depth): New variable.
2623 (quail-completion-1): Pay attention to the above variable. Fix
2624 for the case that a translation is a function.
2625 (quail-map-from-table, quail-map-from-table-1,
2626 quail-map-from-table-2): New functions.
2627 (quail-lookup-map-and-concat): New function
2628
2629 * language/devan-util.el: Mostly rewritten.
2630
2631 * language/lao.el: Register lao-composition-function in
2632 composition-function-table.
2633
2634 * language/lao-util.el: Mostly rewritten.
2635
2636 * language/thai.el: Register thai-composition-function in
2637 composition-function-table.
2638 (thai-tis620): Delete `pre-write-conversion' property.
2639
2640 * language/thai-util.el: (thai-category-table): Make it by
2641 make-category-table.
2642 (thai-composition-pattern): New variable.
2643 (thai-compose-region, thai-compose-string): Use
2644 with-category-table.
2645 (thai-post-read-conversion): Just call thai-compose-region.
2646 (thai-pre-write-conversion): Deleted.
2647 (thai-composition-function): New funciton.
2648
2649 * language/tibet-util.el: Most functions rewritten.
2650 (tibetan-char-p): Renamed from tibetan-char-examin.
2651 (tibetan-composable-examin) (tibetan-complete-char-examin)
2652 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2653 (tibetan-add-components): New function.
2654 (tibetan-composition-function): New function.
2655
2656 * language/tibetan.el: Register tibetan-composition-function in
2657 composition-function-table.
2658 (tibetan-composable-pattern): New variable.
2659 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2660 (tibetan-precomposition-rule-alist): Move punctuations to
2661 tibetan-punctuation-transcription-alist and
2662 tibetan-obsolete-glyphs.
2663 (tibetan-punctuation-transcription-alist): New variable.
2664 (tibetan-obsolete-glyphs): New variable.
2665 (tibetan-regexp): Improve the initialization code.
2666
2667 * textmodes/fill.el (fill-find-break-point): Delete codes for
2668 composite characters.
2669 (fill-region-as-paragraph): Likewise.
2670
2671 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2672
2673 * international/mule-cmds.el (default-input-method): Specify
2674 that it should be set after current-language-environment.
2675
2676 * custom.el (custom-handle-keyword): Add :set-after.
2677 (custom-add-dependencies): New function.
2678 (custom-set-variables): Take dependencies between args into
2679 account.
2680
2681 * battery.el (battery): Doc fix.
2682
2683 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2684
2685 * progmodes/cc-make.el: Removed.
2686
2687 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2688
2689 * Release of cc-mode 5.26
2690
2691 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2692
2693 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2694 target depth. Optionally count #else lines as clause limits,
2695 as suggested by don provan <provan@lucent.com>. #elif
2696 handling fixed.
2697
2698 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2699 (c-down-conditional-with-else): New commands that uses the
2700 added functionality in `c-forward-conditional'.
2701
2702 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2703
2704 * cc-align.el (c-lineup-comment): Preserve the alignment with
2705 a comment on the previous line instead of preserving the
2706 comment-column.
2707
2708 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2709
2710 * Fixes to IDL mode after input from Eric Eide
2711 <eeide@cs.utah.edu>:
2712 * cc-engine.el (c-beginning-of-statement-1): Allow
2713 `c-conditional-key' to be nil, for the benefit of IDL mode.
2714 * cc-engine.el (c-guess-basic-syntax): Ditto.
2715 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2716 but do match CORBA 2.3 `valuetype'.
2717 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2718 for IDL.
2719 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2720 be nil for IDL.
2721 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2722 Like C++.
2723 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2724 set `c-method-key' and `c-baseclass-key' to nil.
2725
2726 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2727
2728 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2729 with nonhanging open braces.
2730
2731 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2732
2733 * cc-align.el: Added docstrings to all lineup functions.
2734
2735 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2736 keyword.
2737
2738 * cc-align.el (c-lineup-C-comments): Handle free form text
2739 comments. Use c-comment-prefix-regexp and comment-start-skip
2740 instead of hardcoded regexps.
2741
2742 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2743
2744 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2745 behavior and return value as documented.
2746
2747 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2748
2749 * Changes for new style variable init system:
2750 * cc-langs.el (c-common-init): Dito.
2751 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2752 now customizable.
2753 * cc-vars.el: Style variables may now take a value
2754 'set-from-style to make them take their value from the style
2755 system. This value is now the default on all these variables.
2756 * cc-vars.el (c-valid-offset): New function to verify a
2757 syntactic symbol offset setting.
2758 * cc-vars.el (c-offsets-alist): Variable moved from
2759 cc-styles.el since it's now customizable in a similar way to
2760 the other style variables.
2761 * cc-vars.el (c-old-style-variable-behavior): New variable to
2762 revert to the old style init behavior.
2763
2764 * cc-vars.el (c-file-style, c-file-offsets): Made always
2765 buffer local.
2766
2767 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2768 the throws clause that might follow the function prototype in
2769 C++.
2770
2771 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2772
2773 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2774 could move forward for macros that doesn't start in column 0.
2775
2776 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2777
2778 * cc-align.el (c-indent-multi-line-block,
2779 c-lineup-whitesmith-in-block): Two new lineup functions for
2780 use in whitesmith style.
2781
2782 * cc-styles.el (c-style-alist): More fixes to whitesmith
2783 style. It should now handle all different braces uniformly in
2784 both hanging and non-hanging cases.
2785
2786 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2787
2788 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2789 make it stay in the same position relative to the surrounding
2790 text.
2791
2792 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2793 when adaptive-fill-mode doesn't manage to get it correct.
2794
2795 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2796 with dotted notation, e.g. foo.bar.Gnu.
2797
2798 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2799 within unwind-protect (previously only some were wrapped so it
2800 would be possible to register mode initialization when full
2801 initialization did not finish).
2802
2803 * cc-styles.el (c-style-alist): Corrected the brace placement
2804 in the whitesmith style. Thanks to Sean Luke
2805 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2806 styles with consistent brace placement for all constructs.
2807
2808 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2809
2810 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2811 when point is in the middle of them.
2812
2813 * cc-cmds.el: Line breaking and paragraph filling code
2814 rewritten:
2815 (c-guess-fill-prefix): New function that uses various
2816 heuristics to guess the comment prefix.
2817 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2818 It now assumes adaptive filling is active to preserve the line
2819 prefix inside comments.
2820 (c-indent-new-comment-line): Replacement for the now
2821 obsolete `c-comment-line-break-function' that uses
2822 `c-guess-fill-prefix' when appropriate. It now observes the
2823 setting of `comment-multi-line', which has effect in C-style
2824 block comments.
2825
2826 * cc-cmds.el (c-context-line-break): New function intended to
2827 be put on RET. It's essentially `newline-and-indent', but
2828 continues C block comments with the appropriate line prefix.
2829
2830 * cc-cmds.el (c-do-auto-fill): New function put on
2831 `normal-auto-fill-function' to implement the
2832 `c-ignore-auto-fill' variable.
2833
2834 * cc-cmds.el (c-beginning-of-statement): Use
2835 `c-comment-prefix-regexp' to avoid ending up inside the
2836 comment prefix. Better handling of comment starters and
2837 enders. Catch comments better when traversing code. Stop at
2838 preprocessor directives.
2839
2840 * cc-defs.el (c-forward-comment): New subst to hide platform
2841 dependent quirks in `forward-comment'.
2842
2843 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2844 argument.
2845 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2846 arguments. Activate this function by default when
2847 `parse-partial-sexp' supports it (currently Emacs 20.x).
2848
2849 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2850 on the comment opener to make constants usable as lineup
2851 arguments.
2852
2853 * cc-align.el (c-lineup-C-comments): Fixes to handle the
2854 changed anchor position in the `c' syntactic symbol. Handle
2855 more than stars in the comment prefix; use the new variable
2856 `c-comment-prefix-regexp'. Don't indent text not preceded by
2857 a comment prefix to the right of the comment opener if it's
2858 long.
2859
2860 * cc-langs.el: Fixes to mode initialization for new line
2861 breaking and paragraph filling method. Adaptive fill mode is
2862 now activated at startup instead of deactivated. The
2863 variables used for adaptive filling and paragraph movement are
2864 also changed to incorporate the value of
2865 `c-comment-prefix-regexp'. `substitute-key-definition' is
2866 used to override some functions in the global map instead of
2867 overriding their default bindings.
2868
2869 * cc-mode.el (java-mode): Modify `paragraph-start' for the
2870 javadoc markup at mode init.
2871
2872 * cc-mode.el (c-setup-filladapt): A new convenience function
2873 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
2874 function is intended to be used explicitly by the end user
2875 only.
2876
2877 * cc-vars.el (c-comment-prefix-regexp): New variable used to
2878 recognize the comment fill prefix inside comments.
2879 (c-block-comment-prefix): New name for
2880 `c-comment-contiuation-stars', which is now obsolete. It's
2881 generalized to handle any character sequence.
2882 (c-ignore-auto-fill): New variable used to selectively disable
2883 Auto Fill mode in specific contexts.
2884
2885 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2886
2887 * cc-cmds.el (c-comment-indent): Leave at least one space
2888 between the comment and the last nonblank character in the
2889 case where we look at the indentation of the comment on the
2890 previous line (case 4).
2891
2892 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2893 list of characters that may start a statement (it's a sort of
2894 prefix operator in Pike, and isn't used at all in any of the
2895 other languages).
2896
2897 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2898
2899 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2900 inside continued statements as statement-cont instead of
2901 brace-list-open. The reason is that one normally adjusts
2902 brace-list-open for brace lists as top-level constructs, and
2903 brace lists inside statements is a completely different
2904 context. Case 10B.2 changed. Also changed (the somewhat
2905 esoteric) case 9A to cope with this.
2906
2907 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2908
2909 * cc-cmds.el (c-electric-brace): Added electric handling of
2910 the open brace for brace-elseif-brace.
2911
2912 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2913
2914 * cc-defs.el (c-with-syntax-table): New macro to easily switch
2915 syntax tables temporarily.
2916
2917 * cc-engine.el (c-guess-basic-syntax): Handle template and
2918 member init argument lists split over several lines. Case 5D
2919 changed.
2920
2921 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2922 @throws introduced in Javadoc 1.2.
2923
2924 * cc-menus.el (cc-imenu-java-generic-expression): Applied
2925 patch from RMS to avoid infinite backtracking.
2926
2927 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2928
2929 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2930 by [ ].
2931
2932 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2933
2934 * cc-align.el (c-lineup-dont-change): Compensate properly for
2935 the column in langelem.
2936
2937 * cc-engine.el (c-syntactic-information-on-region): New
2938 function to help debugging the syntactic analysis.
2939
2940 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2941
2942 * cc-align.el (c-lineup-template-args): Handle nested template
2943 arglists.
2944
2945 * cc-langs.el (c++-template-syntax-table): New syntax table
2946 that makes `<' and `>' parenthesis characters, which is useful
2947 to switch to temporarily when analyzing template arglists.
2948
2949 * cc-styles.el: Changed default alignment of labels in the
2950 java style to conform to the examples in the Java Language
2951 Specification.
2952
2953 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2954 by default.
2955
2956 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2957
2958 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2959 immediately before the closing paren in an arglist, so don't
2960 check that in Pike mode. Case 7A changed.
2961
2962 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2963
2964 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2965 lines were ignored under certain conditions.
2966
2967 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2968
2969 * cc-align.el (c-lineup-template-args): New function for
2970 aligning continued template argument lists.
2971
2972 * cc-engine.el (c-guess-basic-syntax): Fix for member init
2973 lists containing function arglists split over several lines.
2974 Case 5D.1 changed.
2975
2976 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2977 template-args-cont didn't get recognized when the first
2978 arglist opener line doesn't contain a template argument. New
2979 case 5K.
2980
2981 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2982
2983 * cc-defs.el (c-point): Changed from subst to macro for
2984 efficiency.
2985 (c-beginning-of-defun-1, c-end-of-defun-1): New
2986 beginning-of-defun/end-of-defun wrappers separated from
2987 c-point.
2988
2989 * cc-menus.el (imenu-generic-expression,
2990 imenu-case-fold-search, imenu-progress-message): Dummy
2991 definitions to avoid compiler warnings if imenu can't be
2992 loaded.
2993 * cc-menus.el (cc-imenu-init): New function called at mode
2994 init.
2995 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2996 imenu initializations to cc-imenu-init.
2997
2998 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2999
3000 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3001 for lambda-intro-cont in Pike mode. Case 6 changed.
3002
3003 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3004 anything following "new Foo()" was considered an anonymous
3005 class body in Java mode.
3006
3007 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3008
3009 * cc-cmds.el (c-comment-line-break-function): When breaking in
3010 a string, don't insert a new line.
3011
3012 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3013
3014 * cc-engine.el (c-at-toplevel-p): New interface function which
3015 returns information useful to add-on authors. It tells you
3016 whether you're at a toplevel statement or not.
3017
3018 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3019
3020 * cc-cmds.el (c-comment-line-break-function): It is possible
3021 that forward-line does not land us at the bol, say if we're on
3022 the last line in a file. In that case, do a
3023 back-to-indentation instead of a forward-comment -1.
3024
3025 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3026
3027 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3028 "default:" as normal label in case 4.
3029
3030 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3031
3032 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3033 recognize continued bitfield declarations. Case 5D.1 changed.
3034 * cc-langs.el: New variable c-bitfield-key.
3035 * cc-mode.el: New variable c-bitfield-key.
3036
3037 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3038
3039 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3040 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3041 ..}").
3042
3043 1999-12-12 Dave Love <fx@gnu.org>
3044
3045 * mail/footnote.el: Require cl when compiling. Don't autoload
3046 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3047 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3048 Avoid `acons'.
3049 (footnote-mode-line-string, Footnote-add-footnote): Remove
3050 autoload cookie.
3051
3052 1999-12-12 Richard Sharman <rsharman@pobox.com>
3053
3054 * sh-script.el: Fix for when font-lock mode is active.
3055 (sh-font-lock-unfontify-region-function): New function.
3056
3057 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3058
3059 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3060 if start-process is not bound, since Ispell now supports such
3061 platforms as well.
3062
3063 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3064
3065 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3066 rmail-summary-goto-msg.
3067
3068 * files.el (after-find-file): Fix previous change.
3069
3070 1999-12-11 Dave Love <fx@gnu.org>
3071
3072 * help.el (where-is): Use `commandp' as predicate for
3073 `completing-read'
3074
3075 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3076
3077 * cus-edit.el (custom-save-delete): Delete all occurrences,
3078 leave point where the first occurrence was.
3079 (custom-save-faces): Insert a newline at the end of the comment.
3080 Avoid a double newline there.
3081 If final closeparen is at bol, put a space before it.
3082 (custom-save-variables): Likewise.
3083 (custom-file): Doc fix.
3084
3085 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3086
3087 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3088 regexp matching image and audio files.
3089
3090 1999-12-09 Dave Love <fx@gnu.org>
3091
3092 * mail/footnote.el: New file.
3093
3094 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3095
3096 * files.el (after-find-file): Use auto-save-visited-file-name if
3097 set.
3098
3099 * mail/feedmail.el (feedmail-find-eoh): Take
3100 feedmail-queue-alternative-mail-header-separator into account.
3101
3102 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3103
3104 * smerge-mode.el: New file.
3105
3106 * font-lock.el (font-lock-multiline): New variable.
3107 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3108 (font-lock-remove-keywords): Added a dummy `mode' argument for
3109 potential future support.
3110 (font-lock-fontify-anchored-keywords,
3111 (font-lock-fontify-keywords-region): Only handle multiline strings
3112 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3113
3114 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3115
3116 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3117
3118 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3119
3120 1999-12-07 Dave Love <fx@gnu.org>
3121
3122 * help.el (view-emacs-problems): New command, bound to C-h P.
3123
3124 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3125
3126 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3127
3128 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3129 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3130 New code to support the minor mode version.
3131 (diff-recenter): New function.
3132 (diff-next-hunk, diff-next-file): Use it.
3133 (diff-remembered-files-alist): New var.
3134 (diff-merge-strings): New function.
3135 (diff-find-file-name): Make it smarter and use the user's input more.
3136 (diff-mode): Cosmetic changes.
3137
3138 * files.el (save-some-buffers): Turn EXITING into the more general
3139 PRED argument to allow specifying a subset of buffers.
3140
3141 * simple.el (kill-region): Use the new `delete-and-extract-region'
3142 rather than the undo log (which is incorrect with *-change-functions).
3143
3144 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3145 off-by-one problem that could force re-fontifying the whole buffer.
3146 (font-lock-remove-keywords): New function.
3147 (font-lock-add-keywords): Use the new function to ensure idempotence.
3148
3149 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3150
3151 * viper-cmd.el (viper-minibuffer-standard-hook,
3152 viper-minibuffer-real-start): Mew functions.
3153 (viper-read-string-with-history,viper-file-add-suffix,
3154 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3155 change in the status of the minibuffer prompt.
3156
3157 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3158
3159 * comint.el (comint-redirect-results-list)
3160 (comint-redirect-results-list-from-process): Remove interactive
3161 spec.
3162
3163 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3164
3165 * info.el (info-node, info-menu-5, info-xref): Define colors for
3166 Info faces if the display supports them.
3167
3168 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 Changes for automatic remapping of X colors on terminal frames:
3171
3172 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3173 term-setup-hook. Call msdos-remember-default-colors and
3174 msdos-handle-reverse-video.
3175 (msdos-face-setup): Parts of code moved to
3176 msdos-setup-initial-frame.
3177 (msdos-handle-reverse-video): New function, modeled after
3178 x-handle-reverse-video.
3179 (make-msdos-frame): Don't use initial-frame-alist and
3180 default-frame-alist. Call msdos-handle-reverse-video.
3181 (msdos-color-aliases): Remove.
3182 (msdos-color-translate, msdos-approximate-color): Remove.
3183 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3184 for better approximation of X colors.
3185 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3186 up tty-color-alist (it is now on startup.el).
3187 (x-display-color-p, x-color-defined-p, x-color-values,
3188 x-defined-colors, face-color-supported-p, face-color-gray-p):
3189 Remove.
3190
3191 * facemenu.el (facemenu-read-color, list-colors-display): Use
3192 defined-colors for all frame types.
3193 (facemenu-color-equal): Use color-values for all frame types.
3194
3195 * faces.el (read-face-attribute): For :foreground and :background
3196 attributes and frames on character terminals, translate the color
3197 to the closest supported one before looking it up in the list of
3198 valid values.
3199 (face-valid-attribute-values): Call defined-colors for all types
3200 of frames.
3201 (defined-colors, color-defined-p, color-values, display-color-p):
3202 New finctions.
3203 (x-defined-colors, x-color-defined-p, x-color-values,
3204 x-display-color-p): Aliases for the above.
3205
3206 * startup.el (command-line): Register terminal colors for frame
3207 types other than x and w32, but only if the terminal supports
3208 colors. Call tty-color-define instead of face-register-tty-color.
3209
3210 * term/x-win.el (xw-defined-colors): Renamed from
3211 x-defined-colors.
3212 * term/w32-win.el (xw-defined-colors): Likewise.
3213
3214 * term/tty-colors.el: New file.
3215 * loadup.el: Load term/tty-colors.
3216
3217 1999-12-06 Dave Love <fx@gnu.org>
3218
3219 * ffap.el: Autoload the ffap alias directly.
3220
3221 1999-12-06 Inge Frick <inge@nada.kth.se>
3222
3223 * dired-aux.el (dired-do-shell-command): Changed documentation.
3224 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3225 meaning as `*'.
3226
3227 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3228
3229 * simple.el (insert-buffer): Doc fix.
3230
3231 * apropos.el (apropos-mode): Add autoload cookie.
3232
3233 1999-12-06 Sam Steingold <sds@goems.com>
3234
3235 * progmodes/etags.el (etags-tags-completion-table): Modified the
3236 regexp to allow for the CL symbols starting with `+*'.
3237 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3238 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3239 `function' quoting lambda.
3240 (tags-with-face): New macro.
3241 (list-tags, tags-apropos): Use it.
3242 (tags-apropos-additional-actions): New user option.
3243 (etags-tags-apropos-additional): Use it.
3244 (tags-apropos): Call etags-tags-apropos-additional.
3245 (tags-apropos-verbose): New user option.
3246 (etags-tags-apropos): Use it.
3247 (visit-tags-table-buffer, next-file): Use `unless'.
3248 (recognize-empty-tags-table): Renamed to
3249 tags-recognize-empty-tags-table.
3250 (complete-tag): Call tags-complete-tag bypassing try-completion.
3251
3252 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3253
3254 * international/mule.el (set-buffer-file-coding-system): Docstring
3255 modified.
3256
3257 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3258
3259 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3260 using the hideshow package.
3261 (hs-special-modes-alist): Added entry for bibtex to allow the use
3262 of the hideshow package.
3263 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3264 not longer provided by bibtex.el directly. Instead the hideshow
3265 package should be used.
3266 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3267 references to bibtex-hide-entry-bodies.
3268
3269 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3270
3271 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3272 maintainer information closer to the beginning of the bibtex.el
3273 file.
3274 (bibtex-maintainer-salutation): New constant.
3275 (bibtex-version): New constant.
3276 (bibtex-submit-bug-report): Use bibtex-version and
3277 bibtex-maintainer-salutation.
3278 (bibtex-entry-field-alist): Made booktitle field optional for
3279 @inproceedings entries when crossreferenced.
3280 (bibtex-entry-field-alist): Added booktitle field to proceedings
3281 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3282 for the suggestion.
3283 (bibtex-string-file-path): Fixed typo.
3284
3285 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3286
3287 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3288 for reftex.el.
3289 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3290 to menu.
3291
3292 1999-12-04 Dave Love <fx@gnu.org>
3293
3294 * delsel.el: Revert previous change -- region is significant to
3295 skeleton.
3296
3297 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3298
3299 * viper-cmd.el (viper-change-state): Use
3300 viper-ESC-moves-cursor-back to decide whether to move the cursor
3301 back.
3302
3303 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3304
3305 * international/mule-util.el (truncate-string-to-width): Docsting
3306 fixed.
3307
3308 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3309
3310 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3311 use of `cond'.
3312 (lm-with-file): Move all the find-file...kill-buffer stuff into
3313 this macro. Make it use `find-file-noselect' and make it kill
3314 the buffer only if it wasn't already displayed somewhere.
3315 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3316 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3317 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3318 (lm-commentary): Fix to handle the case when the change log is
3319 at the end of the file.
3320
3321 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3322
3323 * international/mule.el (charsetp): Fix typo in docstring.
3324
3325 * international/mule-diag.el (list-coding-categories): Fix typo;
3326 automatic -> autoload.
3327
3328 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3329
3330 * vc.el (vc-update-change-log): Look for rcs2log under
3331 exec-directory.
3332
3333 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3334 outline-regexp, add outline-level.
3335 (lisp-outline-level): New.
3336
3337 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3338 remove extraneous string-match.
3339
3340 * finder.el (finder-commentary): Activate Finder mode.
3341
3342 1999-12-01 Anders Lindgren <andersl@andersl.com>
3343
3344 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3345 off when reverting buffers that contained mode specifiers.
3346 `revert-buffer' is now called with non-nil PRESERVE-MODES
3347 argument.
3348
3349 1999-12-01 Dave Love <fx@gnu.org>
3350
3351 * delsel.el: Grok skeleton-pair-insert-maybe.
3352
3353 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3354
3355 * progmodes/cperl-mode.el (cperl-under-as-char):
3356 Use nil as default.
3357
3358 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3359
3360 * speedbar.el (toplevel): Remove compatibility code for Emacs
3361 versions without custom.el.
3362
3363 1999-11-30 Dave Love <fx@gnu.org>
3364
3365 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3366
3367 * autoinsert.el: Minor doc fixes.
3368 (auto-insert): Return nil.
3369
3370 * faces.el (set-face-documentation): Purecopy STRING.
3371
3372 1999-11-29 Dave Love <fx@gnu.org>
3373
3374 * derived.el: Doc fixes, remove old backquote syntax.
3375
3376 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3377 comment warning about editing.
3378
3379 * help.el (help-mode-hook): Define.
3380
3381 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3382
3383 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3384 invalid translation of old-style backquote syntax to new syntax.
3385
3386 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3387
3388 * Makefile (DONTCOMPILE): Add term/internal.el.
3389
3390 1999-11-26 Dave Love <fx@gnu.org>
3391
3392 * comint.el: Fix last change.
3393
3394 * emacs-lisp/advice.el: Fix last change.
3395
3396 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3397
3398 * cus-edit.el (Custom-reset-standard): Doc fix.
3399 (custom-variable-reset-standard): Doc fix.
3400 (custom-face-reset-standard): Doc fix.
3401 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3402 (custom-variable-menu): Likewise.
3403 (custom-reset-menu): Likewise.
3404 (custom-buffer-create-internal): Likewise.
3405
3406 1999-11-26 Dave Love <fx@gnu.org>
3407
3408 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3409
3410 * font-lock.el: Doc fixes.
3411
3412 * menu-bar.el (menu-bar-mode): Customize.
3413
3414 * cus-start.el: Add use-dialog-box.
3415
3416 * add-log.el (change-log-mode-hook): Customize.
3417 (add-log-current-defun): Use
3418 fortran-{beginning,end}-of-subprogram.
3419
3420 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3421
3422 * emacs-lisp/advice.el: Many doc fixes.
3423
3424 * comint.el (comint-preoutput-filter-functions): Doc fix.
3425
3426 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3427
3428 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3429 Improve messages for capitalization of arg names,
3430 for flag variables, for t and nil, for imperatives.
3431 Call them imperatives rather than infinitives sans "to".
3432 (checkdoc-common-verbs-wrong-voice): Add "moves".
3433 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3434
3435 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3436 Don't convert comments from 3-semicolon to 2-semicolon.
3437 That is a matter of style.
3438 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3439 (checkdoc-comments): Don't bind that variable.
3440
3441 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3442
3443 * files.el (write-file-hooks): Doc fix.
3444
3445 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3446
3447 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3448
3449 1999-11-25 Dave Love <fx@gnu.org>
3450
3451 * hippie-exp.el: Require comint when compiling.
3452 (hippie-expand): Add :links.
3453 (hippie-expand-try-functions-list): Customize.
3454
3455 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3456
3457 * viper*el: Replaced old-style backquotes.
3458
3459 * ediff*el: Replaced old-style backquotes.
3460
3461 * ediff-merge
3462 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3463 Changed to support the new format for ediff-combination-pattern.
3464
3465 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3466 Changed to support the new format for ediff-combination-pattern.
3467
3468 1999-11-24 Dave Love <fx@gnu.org>
3469
3470 * custom.el (custom-declare-group): Purecopy DOC.
3471 (custom-handle-keyword): Purecopy VALUE.
3472 (custom-add-link): Purecopy WIDGET.
3473 (custom-add-version): Purecopy VERSION.
3474 (custom-add-load): Purecopy LOAD.
3475
3476 * cus-face.el (custom-declare-face): Purecopy DOC.
3477
3478 * info.el:
3479 (Info-build-node-completions, Info-search, Info-follow-reference)
3480 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3481 (Info-find-emacs-command-nodes): Avoid properties on matched text
3482 which may appear in minibuffer.
3483
3484 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3485
3486 * locate.el (locate-with-filter): Doc fix.
3487
3488 1999-11-24 Alex Schroeder <alex@gnu.org>
3489
3490 * sql.el (sql-find-sqli-buffer): New function.
3491 (sql-set-sqli-buffer-generally): New function.
3492 (sql-set-sqli-buffer): Better checking of new-buffer.
3493 (sql-copy-column): Add comma after INTO clause, too.
3494
3495 1999-11-24 Alex Schroeder <alex@gnu.org>
3496
3497 * sql.el (sql-imenu-generic-expression): New, used to set
3498 imenu-generic-expression.
3499
3500 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3501 setting font-lock-defaults' SYNTAX-ALIST. Set
3502 imenu-generic-expression, imenu-case-fold-search, and
3503 imenu-syntax-alist.
3504
3505 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3506 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3507
3508 1999-11-23 Andrew Innes <andrewi@gnu.org>
3509
3510 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3511 drop coords aren't over a specific window.
3512
3513 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3514
3515 * ps-print.el: Define mule funs without checking if mule package is
3516 loaded.
3517 (ps-print-version): New version number (5.0.1).
3518 (ps-header-dirpart): Now uses abbreviate-file-name.
3519
3520 1999-11-23 Dave Love <fx@gnu.org>
3521
3522 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3523 comment-line-start.
3524 (fortran-comment-line-start-skip): Renamed from
3525 comment-line-start-skip.
3526 (fortran-mode-map): Use renamed functions. Add manual and custom
3527 entries to menu.
3528 (fortran-mode-hook): Customize.
3529 (fortran-comment-indent-function): Renamed from
3530 fortran-comment-hook.
3531 (delete-horizontal-regexp): Function deleted.
3532 (fortran-electric-line-number): Simplified.
3533 (fortran-beginning-of-subprogram): Renamed from
3534 beginning-of-fortran-subprogram.
3535 (fortran-end-of-subprogram): Renamed from
3536 end-of-fortran-subprogram.
3537 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3538 (fortran-previous-statement, fortran-next-statement): Simplified.
3539 (fortran-blink-match): New function.
3540 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3541 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3542 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3543 line-end-position.
3544 (fortran-fill): No longer interactive. Simplified.
3545 (fortran-break-line): Simplified.
3546 (fortran-analyze-file-format): Use char-after, not looking-at.
3547
3548 * emacs-lisp/find-func.el (find-function-regexp): Use
3549 `define-minor-mode' after easy-menu change.
3550
3551 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3552
3553 * comint.el: Add redirection.from active comint buffers into
3554 another buffer. Written by Peter Breton.
3555
3556 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3557
3558 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3559 `define-minor-mode'.
3560 (define-minor-mode): Specify `doc-string-elt'.
3561
3562 * emacs-lisp/easy-mmode.el: Changed maintainer.
3563 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3564 Use defcustom for the hooks; Improve the auto-generated docstrings.
3565 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3566 (define-minor-mode): Add BODY arg; Only declare the keymap if
3567 provided; Improve the auto-generated docstrings.
3568
3569 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3570
3571 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3572 that the leading `^' is at the start. This is necessary because
3573 paragraphs.el tries to remove anchors, but can find them only if
3574 they are the first character.
3575
3576 * progmodes/antlr-mode.el: New file.
3577
3578 * calendar/calendar.el: Fix autoload for
3579 calendar-absolute-from-astro. Add autoload for
3580 calendar-print-astro-day-number.
3581
3582 1999-11-21 Anders Lindgren <andersl@andersl.com>
3583
3584 * follow.el: Use modern backquote syntax. Minor comment update.
3585
3586 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3587
3588 * simple.el (with-syntax-table): Don't switch buffers.
3589
3590 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3591 progmodes/hideif.el: Use new backquote syntax.
3592
3593 1999-11-21 Ken Manheimer <klm@python.org>
3594
3595 * icomplete.el (icomplete-completions): Use an explicit variable
3596 `icomplete-prospects-length', obviating the need to use an
3597 apparently faulty throw/catch arrangement.
3598
3599 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3600
3601 * term/internal.el (IT-display-table-setup): Don't overstep
3602 character code 255.
3603
3604 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3605
3606 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3607 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3608
3609 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3610
3611 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3612 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3613
3614 * files.el (auto-mode-alist): Add patterns for diff-mode.
3615
3616 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3617 to detect an empty prompt.
3618
3619 1999-11-18 Dave Love <fx@gnu.org>
3620
3621 * simple.el (input-mode-8-bit): Fix the customization.
3622
3623 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3624
3625 * international/iso-acc.el (iso-languages): Add more
3626 characters for Portuguese.
3627
3628 * speedbar.el: Clean up comment at the start of the file.
3629 Remove RCS id.
3630
3631 * progmodes/compile.el (compilation-parse-errors): Use
3632 compilation-buffer-p instead of testing major-mode.
3633
3634 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3635
3636 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3637 (quickurl-ask): completion-ignore-case is set to the value of
3638 quickurl-completion-ignore-case for the duration of the call to
3639 completing-read.
3640
3641 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3642
3643 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3644
3645 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3646
3647 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3648 instead of ps-print-def.
3649
3650 * ps-print.el: Require ps-vars instead of ps-print-def.
3651
3652 * ps-mule.el: Require ps-vars instead of ps-print-def.
3653
3654 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3655
3656 * simple.el (with-syntax-table): Save buffer explicitly instead of
3657 using save-excursion.
3658
3659 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3660
3661 * mail/supercite.el: New maintainer.
3662
3663 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3664
3665 * progmodes/vhdl-mode.el: Use new backquote syntax.
3666
3667 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3668
3669 * simple.el (with-syntax-table): New.
3670
3671 1999-11-15 Sam Steingold <sds@ksp.com>
3672
3673 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3674
3675 1999-02-22 Sam Steingold <sds@goems.com>
3676
3677 * goto-addr.el (goto-address-at-mouse,
3678 goto-address-find-address-at-point): Use compose-mail.
3679 (goto-address-mail-method): Removed variable.
3680 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3681 goto-address-send-using-mail): Removed functions.
3682
3683 1998-11-03 Sam Steingold <sds@goems.com>
3684
3685 * simple.el (backward-delete-char-untabify):
3686 backward-delete-char-untabify-method can be `all' now - to delete
3687 hungrily including newlines.
3688
3689 1999-11-15 Sam Steingold <sds@ksp.com>
3690
3691 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3692
3693 1999-11-15 Dave Love <fx@gnu.org>
3694
3695 * cus-edit.el (customize-face, customize-face-other-window):
3696 Require match from completing-read.
3697 (custom-buffer-done-function): Default to custom-bury-buffer, not
3698 bury-buffer.
3699
3700 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3701
3702 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3703 progmodes/cperl-mode.el: Use new backquote syntax.
3704
3705 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3706
3707 * uniquify.el: Use new backquote syntax.
3708
3709 1999-11-14 Markus Rost <rost@ias.edu>
3710
3711 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3712 as in ispell-local-dictionary-alist.
3713
3714 1999-11-14 Alex Schroeder <alex@gnu.org>
3715
3716 * ansi-color.el (ansi-color-apply): Updated regexps to include
3717 highlighted face.
3718
3719 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3720
3721 * forms.el (forms--make-format-elt-using-text-properties):
3722 Treat `intangible' differently.
3723
3724 * forms.el: Use new backquote syntax.
3725
3726 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3727
3728 * textmodes/scribe.el (scribe-mode): Doc-fix.
3729
3730 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3731
3732 * net-utils.el (run-network-program, net-utils-run-program): Use
3733 the new backquote syntax.
3734 (smbclient-program, smbclient-program-options)
3735 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3736 variables
3737 (smbclient, smbclient-list-shares): New functions
3738
3739 1999-11-12 Sam Steingold <sds@ksp.com>
3740
3741 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3742 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3743 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3744 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3745 (viper-kbd-global-pair, viper-kbd-global-definition):
3746 Use the new backquote syntax.
3747
3748 * emulation/viper-cmd.el (viper-test-com-defun)
3749 (viper-prefix-arg-value, viper-prefix-arg-com):
3750 Use the new backquote syntax.
3751
3752 * emacs-lisp/debug.el (debugger-env-macro):
3753 Use the new backquote syntax.
3754
3755 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3756 Use the new backquote syntax.
3757
3758 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3759 New user variable.
3760 (calendar-hide-window): Use it.
3761 (increment-calendar-month, calendar-for-loop, calendar-sum):
3762 Use the new backquote syntax.
3763
3764 1999-11-12 Andrew Innes <andrewi@gnu.org>
3765
3766 * select.el (x-set-selection): Call buffer-substring, not
3767 substring. Also fix docstring
3768
3769 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3770
3771 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3772 of customizable variables to bug report message. Added
3773 system-type to package name in bug report.
3774
3775 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3776
3777 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3778 to display file names.
3779
3780 1999-11-11 Gerd Moellmann <gerd@gnu.org>
3781
3782 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3783
3784 * isearch.el: Add lazy-highlighting feature.
3785
3786 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3787
3788 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3789 constant.
3790 (ps-mode-submit-bug-report): New function. Entry added to menu.
3791
3792 1999-11-10 William M. Perry <wmperry@aventail.com>
3793
3794 * mwheel.el: New file to support the new style wheeled mice.
3795
3796 1999-11-10 Gerd Moellmann <gerd@gnu.org>
3797
3798 * startup.el (initial-scratch-message): Add ";;" to the front of
3799 lines in the message.
3800
3801 * files.el (file-local-copy): Remove optional BUFFER argument
3802 because that's not used by anything.
3803
3804 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3805 to-address.
3806
3807 1999-11-08 Markus Rost <rost@ias.edu>
3808
3809 * wid-edit.el (widget-button-click): Wrap with save-excursion
3810 to restore track-mouse in the correct buffer.
3811
3812 1999-11-08 Gerd Moellmann <gerd@gnu.org>
3813
3814 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3815
3816 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3817
3818 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3819 lpr-command to "lp" for some system-types. (copied from lpr.el
3820 Emacs version 20.2.1).
3821
3822 1999-11-04 Markus Rost <rost@ias.edu>
3823
3824 * simple.el (comment-region): Strip off white space at end of
3825 comment-start.
3826
3827 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3828
3829 * faces.el (secondary-selection): Fix wrong color name.
3830
3831 1999-11-04 John Tobey <jtobey@epsilondev.com>
3832
3833 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3834 the default when invoking perldb in a non-Perl buffer, and other
3835 cases involving -e or --.
3836
3837 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3838
3839 * simple.el (previous-matching-history-element)
3840 (next-history-element): Use delete-field instead of erase-field.
3841
3842 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3843 Use delete-field instead of erase-field.
3844
3845 * faces.el (secondary-selection): Change background to yellow.
3846
3847 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3848 find the start of the text. Use field-string to read the user
3849 input.
3850
3851 1999-11-03 Gerd Moellmann <gerd@gnu.org>
3852
3853 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3854 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3855 for compatibility with old face implementation.
3856
3857 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3858 Use erase-field instead of erase-buffer.
3859
3860 * frame.el (blink-cursor-mode, blink-cursor-end): Use
3861 internal-show-cursor with new interface.
3862 (blink-cursor-timer-function): New.
3863 (blink-cursor-start): Use blink-cursor-timer-function.
3864
3865 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3866
3867 * calendar.el (redraw-calendar): Move to nearest date before
3868 redrawing.
3869
3870 * diary-lib.el (simple-diary-display): Reset modeline even if
3871 there are no diary entries since the diary buffer may be displayed.
3872
3873 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3874
3875 * emacs-lisp/debug.el (debug): If noninteractive, display the
3876 backtrace using `message', then exit Emacs.
3877 (debugger-batch-max-lines): New variable.
3878 (debugger-setup-buffer): New subroutine, broken out of `debug'.
3879 Change the messages put at the start, to say that the debugger
3880 was entered.
3881
3882 1999-11-02 Sam Steingold <sds@ksp.com>
3883
3884 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3885
3886 1999-11-01 John Tobey <jtobey@epsilondev.com>
3887
3888 * gud.el: (gud-perldb-massage-args): Massage correctly in the
3889 presence of perl switches other than "-e".
3890
3891 1999-11-01 Markus Rost <rost@ias.edu>
3892
3893 * dired-x.el (dired-smart-shell-command): Use
3894 shell-command-history as in shell-command.
3895
3896 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3897
3898 * userlock.el (ask-user-about-lock): Doc fix.
3899
3900 * frame.el: Doc fixes.
3901
3902 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3903
3904 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3905 of show-cursor.
3906 (blink-cursor-start, blink-cursor-end): Ditto.
3907
3908 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3909
3910 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3911
3912 * window.el (walk-windows): If ALL-FRAMES is a frame,
3913 start on that frame. Use save-selected-window.
3914
3915 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3916
3917 * simple.el (end-of-buffer): Use window-end to find the window end
3918 instead of vertical-motion because this handles variable-height
3919 lines correctly.
3920
3921 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
3922
3923 * ediff.el: Version change.
3924
3925 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3926 make sure you are in a good frame before deleting other
3927 windows.
3928 (ediff-file-checked-in-p): Don't consider CVS
3929 files checked in.
3930 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
3931 are writing to a newly created empty file.
3932
3933 * ediff-mult.el (ediff-show-session-group-hook): New default.
3934
3935 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3936 First cd to the file directory. reportedly works
3937 better with remote files.
3938
3939 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3940 Use file-name-nondirectory when passing files to CVS.
3941
3942 * ediff-diff.el (ediff-cmp-options): New variable.
3943 (ediff-same-file-contents): Use ediff-cmp-options.
3944
3945 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3946 ediff-get-patch-buffer): Use current buffer if it appears to be a
3947 patch.
3948
3949 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3950 C-g
3951
3952 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3953 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3954 (viper-save-cursor-color,viper-restore-cursor-color):
3955 Improved cursor color handling.
3956 (viper-get-saved-cursor-color-in-replace-mode,
3957 viper-get-saved-cursor-color-in-insert-mode): New functions for
3958 better cursor color handling.
3959
3960 * viper-ex.el (ex-read,ex-edit):
3961 Fixes for correct interpretation of #,%.
3962 (viper-ex): Now works correctly when called from other functions.
3963 (viper-glob-function): New variable.
3964 (viper-ex): Save excursion before doing :global.
3965
3966 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3967
3968 * viper-cmd.el (viper-post-command-sentinel,
3969 viper-insert-state-post-command-sentinel,
3970 viper-insert-state-pre-command-sentinel): Takes better care of
3971 cursor colors.
3972
3973 * viper.el: Version change.
3974
3975 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
3976
3977 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3978 that the modeline display was updated *only* when
3979 `whitespace-display-in-modeline' was set, not otherwise.
3980
3981 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3982
3983 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3984 "frac12".
3985
3986 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3987 ad-activate.
3988
3989 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
3990
3991 * whitespace.el: Test for existence of `defcustom' and `defgroup'
3992 using fboundp instead of assuming that these are not present in
3993 particular flavors of emacs.
3994 (whitespace-version): Update to 2.8
3995 (whitespace-display-in-modeline): Add custom variable to control
3996 displaying the whitespace errors on the modeline based on
3997 suggestion from <klaus.berndl@sdm.de>
3998 (whitespace-buffer): Now returns `t' if unclean and `nil' if
3999 clean, to enable using as a hook function, as suggested by Puneet
4000 Goel <puneet@computer.org>
4001 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4002 quiet was not set, even with whitespace-auto-cleanup set.
4003 (whitespace-mode-line): Now uses less modeline real estate and
4004 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4005 which is present in the file, and <y> is any type of whitespace
4006 whose check has been suppressed by setting
4007 `whitespace-check-<whitespace-type>' to nil.
4008 (whitespace-unchecked-whitespaces): New function to return the
4009 list of whitespaces for whom checks have been suppressed.
4010 (whitespace-display-unchecked-whitespaces): Renamed to
4011 `whitespace-update-modeline' to reflect its functionality.
4012
4013 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4014
4015 * progmodes/compile.el (compilation-error-regexp-alist):
4016 Undo previous change.
4017
4018 1999-10-28 Dave Love <fx@gnu.org>
4019
4020 * help.el (help-follow): Make arg optional again and really
4021 default to point.
4022
4023 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4024
4025 * paths.el (rmail-file-name): Make it an option.
4026
4027 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4028 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4029 comment fixes.
4030
4031 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4032 MIPS Pro 7.3 compiler error message syntax.
4033
4034 1999-10-27 Dave Love <fx@gnu.org>
4035
4036 * progmodes/compile.el: Checkdoc-inspired fixes.
4037
4038 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4039
4040 * lpr.el (print-buffer): Doc-string fix.
4041
4042 1999-10-27 Dave Love <fx@gnu.org>
4043
4044 * emacs-lisp/advice.el: Doc fixes.
4045 (ad-lemacs-p): Removed.
4046 (advice): Add :link to defgroup.
4047
4048 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4049
4050 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4051 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4052
4053 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4054
4055 * window.el (walk-windows): If ALL-FRAMES is a frame,
4056 start on that frame. Use save-selected-window.
4057
4058 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4059
4060 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4061 ad-activate. All callers changed, including those in data.c.
4062 (ad-activate-internal-off): Renamed from ad-activate-off.
4063 All uses changed.
4064 (ad-activate): Renamed from ad-activate-on. All uses changed.
4065 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4066 Alter the definition of ad-activate-internal, not ad-activate.
4067
4068 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4069
4070 * startup.el (command-line-1): Add support for command line
4071 arguments `file' and `execute'. Fix handling of `visit'.
4072
4073 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4074
4075 * international/mule-cmds.el (read-input-method-name): Handle the
4076 case that the arg DEFAULT is symbol.
4077
4078 * international/mule-diag.el (mule-diag): Handle the case that
4079 default-input-method is symbol.
4080
4081 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4082
4083 * textmodes/tildify.el: New file.
4084
4085 1999-10-25 Sam Steingold <sds@ksp.com>
4086
4087 * Makefile (compile-files): Fixed the "tr" strings.
4088 (EMACS): Set to ../src/emacs.
4089
4090 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4091
4092 * info.el (Info-build-node-completions): Add '("*") to the
4093 completion list.
4094
4095 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4096
4097 * frame.el (auto-raise-mode): When enabling the mode,
4098 immediately raise the selected frame.
4099
4100 * indent.el (indent-region): Doc fix.
4101
4102 * comint.el (comint-output-filter): Make the Comint buffer current
4103 for the comint-preoutput-filter-functions.
4104
4105 * mail/reporter.el: Doc fix.
4106
4107 1999-10-24 Stephen Eglen <stephen@gnu.org>
4108
4109 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4110 that Octave lisp files can also run under XEmacs 20.
4111 (require 'custom) added so that files can run under Emacs 19.34.
4112
4113 * iswitchb.el (iswitchb-default-keybindings): No need to use
4114 read-kbd-macro in keybindings.
4115
4116 1999-10-23 Dave Love <fx@gnu.org>
4117
4118 * elide-head.el: New file.
4119
4120 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4121
4122 * Makefile (compile-files, backup-compiled-files): New targets.
4123 (bootstrap, bootstrap-clean): Ditto.
4124
4125 1999-10-22 Paul Eggert <eggert@twinsun.com>
4126
4127 * international/mule-cmds.c (locale-language-names):
4128 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4129 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4130 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4131 Use Latin-8 for Welsh.
4132 Use Latin-1 for English if "en" is explicitly specified.
4133 Use Latin-1 for Scots Gaelic, Tagalog.
4134 Use Latin-1 (not Latin-4) for Greenlandic.
4135 Use Latin-1 (not Latin-2) for Albanian.
4136 (locale-preferred-coding-systems, locale-language-names):
4137 Remove generic ISO 8859 locales; locale-charset-language-names now
4138 does this.
4139 (locale-charset-language-names): New variable.
4140 (set-locale-environment): Use language name specified by
4141 locale-charset-language-names if its charsets disagree with the
4142 language name specified by locale-language-names.
4143
4144 1999-10-22 Dave Love <fx@gnu.org>
4145
4146 * make-mode.el: Minor doc fixes.
4147
4148 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4149
4150 1999-10-21 Dave Love <fx@gnu.org>
4151
4152 * loadup.el: Add latin-8, latin-9.
4153
4154 1999-10-20 Paul Eggert <eggert@twinsun.com>
4155
4156 * disp-table.el (standard-display-european): Remove undocumented
4157 arg AUTO; no longer used by startup.el. Do not attempt to treat
4158 all non-English language environments as coding system names.
4159 Instead, use the downcased language environment name as a coding
4160 system name if it is one; otherwise, use latin-1.
4161
4162 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4163
4164 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4165 that were split so that part of the comment appeared as Lisp code.
4166
4167 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4168
4169 * ps-bdf.el: Doc fix.
4170
4171 * ps-print-def.el: New file: common definitions for all parts of
4172 ps-print.
4173 (ps-multibyte-buffer): Moved from ps-mule.
4174
4175 * ps-mule.el: File dependence fix.
4176 (ps-multibyte-buffer): Moved to ps-print-def.
4177
4178 * ps-print.el: Doc fix, better customization.
4179 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4180 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4181 (ps-end-file): Doc fix.
4182 (ps-setup, ps-begin-file): Fun fix.
4183 (postscript): New group.
4184 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4185 (ps-print-prologue-1): Adjust PostScript programming.
4186 (ps-print): Adjust group hierarchy.
4187 (ps-print-n-up, ps-print-zebra, ps-print-background,
4188 ps-print-printer)
4189 (ps-print-page): New subgroups.
4190 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4191 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4192 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4193 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4194 (ps-zebra-stripe-height, ps-print-background-image)
4195 (ps-print-background-text, ps-spool-config): Adjust customization.
4196 (dos-ps-printer): Definition eliminated.
4197
4198 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4199
4200 * ps-mule.el: Doc fix, define functions properly if mule package is
4201 loaded or not.
4202 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4203 mule package is loaded or not.
4204
4205 * ps-print.el: Doc fix, n-up printing.
4206 (ps-print-version): New version number (5.0).
4207 (ps-page-dimensions-database): Added document media.
4208 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4209 (ps-page-order, ps-printing-region-p): New vars.
4210 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4211 funs.
4212 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4213 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4214 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4215 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4216 (ps-print-begin-sheet-hook): New hook.
4217 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4218 const.
4219 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4220 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4221 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4222 (ps-count-lines): Changed to defun.
4223 (ps-header-page): Changed to defsubst, fix fun.
4224 (ps-printing-region): Doc fix, adjust programming code.
4225 (ps-output-boolean, ps-background-pages, ps-background-text)
4226 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4227 programming code.
4228
4229 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4230
4231 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4232 (ps-print-version): New version number (4.2).
4233 (ps-spool-config, ps-spool-tumble): New vars.
4234 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4235 programming, new PostScript procedure to handle errors.
4236 (ps-print-prologue-2): Changed to defconst.
4237 (ps-print-duplex-feature): New const: duplex and tumble setting.
4238 (ps-setup, ps-begin-file): Fix funs.
4239 (ps-boolean-capitalized): New fun.
4240
4241 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4242
4243 * Makefile (dontcompilefiles): Obsoleted.
4244 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4245 (EL): Unused.
4246 (temacs): Removed (unused).
4247 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4248 version of the file (necessary for the update to work properly).
4249 (autoloads): Force the use of `pwd`/loaddefs.el.
4250 (updates); Redefined in terms of other targets to reduce redundancy.
4251 (.el.elc): New default rule, just in case you want it.
4252 (compile): Use a single invocation of Emacs.
4253 (bootstrap-compile); Unneeded.
4254 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4255
4256 1999-10-19 Dave Love <fx@gnu.org>
4257
4258 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4259
4260 1999-10-19 Sam Steingold <sds@ksp.com>
4261
4262 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4263 comply with the comment.
4264
4265 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4266
4267 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4268 permanent-local.
4269
4270 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4271
4272 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4273 value: \"lpr\" changed to "lpr"
4274 (ps-mode-version): New constant
4275 (ps-mode-show-version): New function, added key in ps-mode-map
4276 (ps-run-messages): Removed
4277 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4278 ps-run-messages. These keywords now include the value of
4279 ps-run-prompt, making its fontification customizable.
4280 (ps-run-init): Removed \\n from docstring, it is now added when
4281 the value is used
4282 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4283 ps-run-prompt
4284 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4285 customizable variables in doc-string (its equivalent
4286 ps-run-messages was missing in previous version of the doc-string)
4287 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4288 symbols only
4289
4290 1999-10-19 Alex Schroeder <alex@gnu.org>
4291
4292 * ansi-color.el: Complete rewrite.
4293
4294 1999-10-19 Paul Eggert <eggert@twinsun.com>
4295
4296 Fix bootstrapping problems.
4297 Use the system locale to specify Emacs locale defaults.
4298
4299 * international/mule-cmds.el (global-map):
4300 Do not use backquote, because that makes a bootstrapping
4301 problem if you need to recompile all Lisp files using interpreted code.
4302 * international/mule.el (charset-id, charset-bytes,
4303 charset-dimension, charset-chars, charset-width,
4304 charset-direction, charset-iso-final-char,
4305 charset-iso-graphic-plane, charset-reverse-charset,
4306 charset-short-name, charset-long-name, charset-description,
4307 charset-plist): Likewise.
4308 * subr.el (save-match-data): Likewise.
4309
4310 * international/mule-cmds.el
4311 (set-display-table-and-terminal-coding-system): New function,
4312 containing code migrated out of set-language-environment.
4313 (set-language-environment, set-locale-environment): Use it.
4314 (locale-translation-file-name): Moved here from startup.el.
4315 (locale-language-names, locale-preferred-coding-systems):
4316 New vars.
4317 (locale-name-match, set-locale-environment): New functions.
4318
4319 * language/japan-util.el (setup-japanese-environment-internal):
4320 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4321
4322 * startup.el (iso-8859-n-locale-regexp): Remove.
4323 (locale-translation-file-name): Move to mule-cmds.el.
4324 (command-line): Move locale-stuff into set-locale-environment.
4325
4326 1999-10-18 Dave Love <fx@gnu.org>
4327
4328 * abbrev.el (add-abbrev, inverse-add-abbrev)
4329 (expand-region-abbrevs): Remove properties from buffer text.
4330
4331 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4332
4333 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4334 from the mini-buffer, without the prompt.
4335
4336 * simple.el (minibuffer-prompt-end): Return the position
4337 after the prompt, not the position of that last character
4338 of the prompt.
4339
4340 1999-10-17 Miles Bader <miles@gnu.org>
4341
4342 * simple.el: Doc fixes.
4343
4344 1999-10-17 Miles Bader <miles@gnu.org>
4345
4346 * simple.el (previous-matching-history-element, next-history-element):
4347 Change to work correctly even if the point is in the prompt.
4348 (choose-completion-string): Likewise.
4349 (minibuffer-prompt-width): New function (compatibility with old subr).
4350
4351 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4352 When constraining the final position to the current field,
4353 don't use the ONLY-IN-LINE mode of constrain-to-field.
4354
4355 1999-10-17 Miles Bader <miles@gnu.org>
4356
4357 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4358 constrain-to-field.
4359 * textmodes/paragraphs.el (forward-sentence): Likewise.
4360
4361 1999-10-17 Miles Bader <miles@gnu.org>
4362
4363 * simple.el (line-move): Use constrain-to-field to avoid
4364 moving into a prompt.
4365 (previous-complete-history-element): Clarify doc string.
4366 (next-complete-history-element): Likewise.
4367 Use field-beginning instead of point-min.
4368 (next-matching-history-element): Use field-beginning and
4369 erase-field instead of point-min and erase-buffer.
4370 * textmodes/paragraphs.el
4371 (forward-paragraph, forward-sentence): Likewise.
4372 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4373 constrain the kill to an field, as the movement commands now
4374 do this.
4375
4376 1999-10-17 Miles Bader <miles@gnu.org>
4377
4378 * simple.el (previous-matching-history-element): Get the
4379 minibuffer input with field-string instead of buffer-string.
4380 (choose-completion-string): Likewise.
4381 (next-history-element): Likewise.
4382 Erase the minibuffer input with erase-field, not erase-buffer.
4383 Use field-beginning to find the beginning of the input.
4384 * textmodes/paragraphs.el (backward-kill-sentence):
4385 Remove minibuffer-prompt hack.
4386 Constrain to any input field.
4387
4388 1999-10-17 Sam Steingold <sds@ksp.com>
4389
4390 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4391 for CMUCL on sparc and ".ufsl" for LispWorks.
4392 (bound-and-true-p): Bugfix: free variable `v'.
4393
4394 1999-10-16 Dave Love <d.love@dl.ac.uk>
4395
4396 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4397 (edebug-uninstall-read-eval-functions): Use load-read-function,
4398 avoiding elisp-eval.
4399
4400 1999-10-16 Sam Steingold <sds@ksp.com>
4401
4402 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4403 instead of `eql'.
4404
4405 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4406
4407 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4408 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4409 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4410 * ediff-util.el (ediff-make-temp-file):
4411 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4412 * emerge.el (emerge-make-temp-file):
4413 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4414 * vc.el (vc-update-change-log):
4415 * mail/mailpost.el (post-mail-send-it):
4416 * mail/metamail.el (metamail-region):
4417 * progmodes/cmacexp.el (c-macro-expansion):
4418 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4419
4420 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4421
4422 * smtpmail.el (smtpmail-via-smtp): Add support for
4423 automatically appending a domain to RCPT TO: addresses.
4424
4425 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4426
4427 * dired.el (dired-insert-directory): Insert the amount of
4428 free space after the total size.
4429 (dired-free-space-program, dired-free-space-args): New variables.
4430
4431 1999-10-14 Karl Heuer <kwzh@gnu.org>
4432
4433 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4434
4435 1999-10-14 Dave Love <fx@gnu.org>
4436
4437 * international/characters.el:
4438 * international/fontset.el:
4439 * international/mule-conf.el: Add latin-iso8859-1[45].
4440
4441 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4442 strings.
4443
4444 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4445 (command-line): Detect Latin-[89] locales.
4446
4447 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4448
4449 * international/mule-cmds.el (select-safe-coding-system)
4450 (leim-list-header): Avoid the use of strings that start with backslash
4451 newline since lread.c:read1 has a hack to turn those strings into
4452 integer 0 during the loadup.el process.
4453
4454 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4455
4456 1999-10-13 Dave Love <fx@gnu.org>
4457
4458 * image.el (insert-image): Copy the image spec and add an
4459 intangible property.
4460
4461 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4462
4463 * help.el (help-xref-interned): Make it also work on variable-only
4464 and function-only symbols.
4465 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4466 (help-follow): If the point under mouse is not highlighted, try
4467 `help-xref-interned' on the pointed-to symbol anyway.
4468
4469 * info.el (Info-on-current-buffer): New entry point.
4470 (Info-find-node): Split into two for Info-on-current-buffer to
4471 hook into it.
4472 (Info-current-file, Info-set-mode-line, Info-up):
4473 Info-current-file can now be t.
4474 (Info-clone-buffer-hook): Function for `clone-buffer'.
4475 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4476 Make `clone-buffer' available in various ways to the user.
4477
4478 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4479
4480 * simple.el (shell-command, shell-command-on-region): Use
4481 make-temp-file.
4482 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4483
4484 * subr.el (with-current-buffer): Don't use backquotes to avoid
4485 bootstrapping problems.
4486
4487 * loadup.el (load-path): Add subdirs for bootstrapping.
4488 (docstrings): Ignore errors during bootstrapping.
4489 (args): New `bootstrap' argument (for use in place of `dump').
4490
4491 1999-10-12 Emmanuel Briot <briot@gnat.com>
4492
4493 * ada-stmt.el: Doc-string fixes.
4494
4495 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4496
4497 * recentf.el: New file.
4498
4499 * ps-mode.el: New file.
4500
4501 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4502 case insensitive.
4503
4504 1999-10-12 Richard Sharman <rsharman@pobox.com>
4505
4506 * sh-script.el: Added support for indenting existing scripts.
4507 (sh-mode-map): Added new bindings.
4508 (sh-mode): Updated mode doc-string for new commands, added
4509 make-local-variable calls, initialize mode-specific variables.
4510 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4511 is now a different function.
4512 (sh-header-marker): Changed docstring.
4513 (sh-set-shell): Initialize mode-specific variables.
4514 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4515 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4516 Changed these define-skeleton calls to work with user-specified
4517 indentation settings.
4518 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4519 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4520 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4521 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4522 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4523 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4524 (sh-guess-basic-offset, sh-handle-after-case-label)
4525 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4526 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4527 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4528 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4529 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4530 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4531 (sh-handle-this-then, sh-help-string-for-variable)
4532 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4533 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4534 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4535 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4536 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4537 (sh-remove-our-text-properties, sh-rescan-buffer)
4538 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4539 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4540 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4541 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4542 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4543 functions.
4544 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4545 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4546 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4547 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4548 (sh-var-list): New variables.
4549
4550 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4551
4552 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4553 a value one line to high if the cursor wasn't at the start of a
4554 line. A `beginning-of-line' is now performed before making the
4555 call to `count-lines'.
4556
4557 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4558
4559 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4560
4561 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4562
4563 * Makefile (setwins): Abstract out the command to find subdirectories
4564 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4565 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4566 (autoloads-with-other-emacs): Use it.
4567
4568 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4569
4570 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4571
4572 * Makefile (bootstrap-compile): New target. Compile Lisp
4573 files with ../src/temacs.
4574
4575 1999-10-08 Dave Love <fx@gnu.org>
4576
4577 * ange-ftp.el: Require dired when compiling.
4578 (ange-ftp-normal-login): Allow EFS-style port specification.
4579
4580 1999-10-08 Simon Marshall <simon@gnu.org>
4581
4582 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4583 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4584 If STRINGS is nil, return "" rather than nil.
4585
4586 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4587
4588 * Makefile (compile): Compile files one by one. Set load-path to
4589 current directory and subdirectories when compiling.
4590
4591 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4592
4593 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4594 (emacs): Use it everywhere instead of EMACS.
4595 (compile): New target. Compile all Lisp files from scratch.
4596 (recompile): New target. Recompile lisp directory.
4597 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4598 an Emacs executable not built in the current directory tree.
4599
4600 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4601
4602 * filecache.el (file-cache-completion-ignore-case): New variable,
4603 defaulting to the value of completion-ignore-case.
4604 (file-cache-minibuffer-complete): Use it.
4605 (file-cache-files-matching, file-cache-files-matching-internal):
4606 New functions.
4607
4608 1999-10-07 Emmanuel Briot <briot@gnat.com>
4609
4610 * ada-xref.el: New file
4611
4612 * ada-prj.el: New file
4613
4614 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4615
4616 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4617 subprogram being created.
4618
4619 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4620 ada-indent-newline-indent): Rewritten to support the new indentation
4621 scheme
4622
4623 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4624 New functions
4625
4626 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4627 justification parameter
4628
4629 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4630 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4631 external program
4632
4633 1999-10-07 Dave Love <fx@gnu.org>
4634
4635 * bindings.el (bound-and-true-p): New macro.
4636 (make-mode-line-mouse-sensitive): Don't require easymenu.
4637
4638 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4639
4640 * custom.el (defface): Extend documentation for new values of
4641 `type'.
4642
4643 * faces.el (face-spec-set-match-display): Recognize `type' of
4644 `motif', `lucid', `x-toolkit'.
4645 (menu): New face.
4646
4647 1999-10-05 Dave Love <fx@gnu.org>
4648
4649 * files.el: Recognize temporary crontab files.
4650
4651 * info.el: Require jka-compr when compiling.
4652 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4653
4654 1999-10-04 Dave Love <fx@gnu.org>
4655
4656 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4657 scroll-up-aggressively, scroll-down-aggressively.
4658
4659 * time.el (display-time-mode): Add autoload cookie.
4660
4661 * rect.el (delete-extract-rectangle): Doc fix from verna.
4662
4663 * help-macro.el (three-step-help): Customize.
4664
4665 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4666
4667 * hexl.el (hexlify-buffer): Move point in proper range
4668 if it is too large.
4669 (hexl-after-revert-hook): Update hexl-max-address.
4670 (hexl-address-to-marker): Doc fix.
4671
4672 1999-10-03 Dave Love <fx@gnu.org>
4673
4674 * image.el (defimage): Remove redundant code. Substitute file in
4675 image plist.
4676
4677 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4678
4679 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4680 when doing with-temp-file.
4681
4682 1999-10-01 Dave Love <fx@gnu.org>
4683
4684 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4685
4686 * help.el: Require view when compiling.
4687 (view-emacs-FAQ): Use Info version.
4688
4689 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4690
4691 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4692 (normat->normal). Use correct font names for Korean
4693 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4694
4695 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4696
4697 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4698 code not used by KOI8 to the same 8-bit code instead of mapping to
4699 SPC.
4700 (cyrillic-alternativnyj-decode-table): Likewise.
4701
4702 1999-09-29 Alex Schroeder <alex@gnu.org>
4703
4704 * sql.el (sql-imenu-generic-expression): Aew, used to set
4705 imenu-generic-expression.
4706 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4707 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4708 imenu-case-fold-search, and imenu-syntax-alist.
4709 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4710 setting font-lock-defaults' SYNTAX-ALIST.
4711
4712 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4713
4714 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4715 macro, try again.
4716
4717 1999-09-28 Dave Love <fx@gnu.org>
4718
4719 * cus-edit.el (custom-comment): Change widget definition.
4720 (custom-comment-create, custom-comment-show)
4721 (custom-comment-invisible-p): Don't use :comment-overlay.
4722 (custom-comment-hide): New function.
4723 (custom-variable-set, custom-variable-save)
4724 (custom-variable-reset-standard, custom-face-set)
4725 (custom-face-save): Use it.
4726
4727 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4728
4729 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4730
4731 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4732
4733 * faces.el (region): Doc fix.
4734
4735 1999-09-27 Dave Love <fx@gnu.org>
4736
4737 * isearch.el (isearch): Add :links in defgroup.
4738 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4739 (isearch-switch-frame-handler): Comment out (unused).
4740 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4741 (isearch-ring-retreat-edit): Doc fix.
4742 (isearch-mouse-yank): New command.
4743 (isearch-last-command-char): Removed. Callers changed to use
4744 last-command-char.
4745 (isearch-char-to-string): Removed. Callers changed to use
4746 char-to-string.
4747
4748 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4749
4750 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4751 option for Russian.
4752
4753 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4754
4755 * faces.el (face-differs-from-default-p): Compare face
4756 attributes individually.
4757
4758 * image.el (put-image, insert-image): Add string argument.
4759
4760 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4761
4762 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4763 LANG=de_DE.iso88591 on HPUX 11.0.
4764
4765 * dired.el (dired-move-to-filename-regexp): Make it work
4766 for LANG=de_DE.iso88591 on HPUX 11.0.
4767
4768 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4769
4770 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4771 if we know for some other reason it should not be used.
4772
4773 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4774 New variable.
4775 (edebug-recursive-edit): Save current-prefix-arg there,
4776 bind it, and set it back at the end.
4777 (edebug-outside-excursion): Restore and update the outside
4778 value of current-prefix-arg.
4779 (edebug-emacs-version-specific): Delete support for Epoch.
4780
4781 1999-09-24 Howard Melman <howard@silverstream.com>
4782
4783 * imenu.el (imenu-after-jump-hook): New variable.
4784 (imenu): Run menu-after-jump-hook.
4785 (imenu-name-lookup-function): New variable.
4786 * imenu.el (imenu--in-alist): Use those variables.
4787
4788 1999-09-24 Carsten Dominik <cd@gnu.org>
4789
4790 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4791 multiple thebibliography environments.
4792
4793 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4794 with recentering window.
4795 (reftex-extract-bib-entries-from-thebibliography,
4796 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4797 with multiple thebibliography environments.
4798
4799 * textmodes/reftex-vars.el
4800 (reftex-section-levels): Function allowed as cdr.
4801 (reftex-max-section-depth) New option.
4802
4803 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4804 with multiple thebibliography environments.
4805
4806 1999-09-23 Gerd Moellmann <gerd@gnu.org>
4807
4808 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4809 instead of point-min in call to delete-region.
4810
4811 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4812
4813 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4814 out into arbitrary file names.
4815
4816 1999-09-19 Ken'ichi Handa <handa@gnu.org>
4817
4818 * language/european.el ("Turkish"): New language environment.
4819
4820 1999-09-19 Dave Love <fx@gnu.org>
4821
4822 * delim-col.el: New file.
4823
4824 1999-09-17 Richard Stallman <rms@gnu.org>
4825
4826 * files.el (after-find-file): When visiting a backup file,
4827 make it read-only.
4828
4829 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4830 (apropos-keybinding-face, apropos-label-face): Likewise.
4831 (apropos-property-face, apropos-match-face): Likewise.
4832 (apropos-label-properties): New variable.
4833 (apropos-print-doc): Use apropos-label-properties.
4834 (apropos-print): Set apropos-label-properties.
4835
4836 1999-09-15 Richard Stallman <rms@gnu.org>
4837
4838 * winner.el: Use aref instead of sref.
4839
4840 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4841
4842 1999-09-14 Gerd Moellmann <gerd@gnu.org>
4843
4844 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4845
4846 1999-09-14 Richard Stallman <rms@gnu.org>
4847
4848 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4849 cookie, even if followed by a letter.
4850
4851 1999-09-14 Stephen Eglen <stephen@gnu.org>
4852
4853 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4854 --no-line-editing are passed to Octave by including them here
4855 rather than storing them in inferior-octave-startup-args.
4856
4857 1999-09-14 Eli Zaretskii <eliz@gnu.org>
4858
4859 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4860 command, option, env and sc.
4861
4862 * subr.el (shell-quote-argument): Quote argument with double
4863 quotes for ms-dos.
4864
4865 1999-09-14 Richard Stallman <rms@gnu.org>
4866
4867 * simple.el (eval-expression-print-level): New variable.
4868 (eval-expression-print-length): New variable.
4869 (eval-expression-debug-on-error): New variable.
4870 (eval-expression): Bind print-level, print-length and
4871 debug-on-error from those vars.
4872
4873 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4874 Bind print-level, print-length and debug-on-error.
4875
4876 1999-09-14 Inge Frick <inge@nada.kth.se>
4877
4878 * dired.el (dired-recursive-deletes): New custom variable.
4879 (dired-re-no-dot): New variable.
4880 (dired-delete-file): New function deletes files and directories
4881 recursively.
4882 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4883
4884 * dired-aux.el (dired-recursive-copies): New custom variable.
4885 (dired-handle-overwrite): Broke a long line.
4886 (dired-copy-file): Call `dired-copy-file-recursive' instead of
4887 `copy-file'.
4888 (dired-copy-file-recursive): New function. Copy directories
4889 recursively.
4890 (dired-do-create-files): Added support for generalized directory
4891 target. How-to function may now return a function. New fluid
4892 variable `dired-one-file'.
4893 (dired-copy-how-to-fn): New variable.
4894 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4895 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4896 (dired-do-copy-regexp): No recursive copies.
4897
4898 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
4899
4900 * whitespace.el (whitespace-version): Update version to 2.4
4901
4902 * whitespace.el: Add customization variables to conditionally test
4903 any of the five whitespaces, per request from Rune Kleveland
4904 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4905
4906 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4907
4908 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4909 list of modes to be checked for bogus whitespaces.
4910
4911 * whitespace.el (whitespace-rescan-timer-time): Update
4912 documentation.
4913
4914 * whitespace.el (whitespace-display-unchecked-whitespaces):
4915 New function to update modeline with untested whitespaces.
4916
4917 * whitespace.el (whitespace-buffer): Test only whitespaces whose
4918 checking is turned on, and update modeline using the newly created
4919 `whitespace-display-unchecked-whitespaces'.
4920
4921 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4922 whose checking is turned on, and update modeline using the newly
4923 created `whitespace-display-unchecked-whitespaces'.
4924
4925 * whitespace.el (whitespace-describe): Update documentation.
4926
4927 * whitespace.el (whitespace-tickle-timer): Test if
4928 `whitespace-rescan-timer-time' is non-zero before tickling timer.
4929
4930 1999-09-13 Dave Love <fx@gnu.org>
4931
4932 * hideif.el (hide-ifdef-mode): Add autoload cookie.
4933
4934 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4935 for temp buffer.
4936 (checkdoc-this-string-valid): Don't assume default comment-start.
4937
4938 1999-09-13 Gerd Moellmann <gerd@gnu.org>
4939
4940 * rsz-mini.el: Remove code, keep the interface.
4941
4942 1999-09-13 Dave Love <fx@gnu.org>
4943
4944 * help.el (help-highlight-p): Doc fix.
4945
4946 * faces.el (mode-line, header-line, tool-bar): Add :version.
4947 (highlight, secondary-selection): Add :group.
4948 (trailing-whitespace): Add :group, :version.
4949
4950 * wid-edit.el: Remove some compatibility code and checks.
4951 (widget-specify-field, widget-specify-button): Don't use XEmacs
4952 properties.
4953 (widget-overlay-inactive): Change error message.
4954 (widget-button-pressed-face): New variable.
4955 (widget-button-click): Use it.
4956 (widget-documentation-link-add): Specify mouse and button faces.
4957 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4958 removed now the functionality is built in.
4959
4960 * cus-edit.el: Don't define-widget-keywords.
4961 (multimedia): New group.
4962 (custom-last): Function removed.
4963 (custom-quote): Add vectorp case, comment out characterp case.
4964 (custom-buffer-done-function, custom-raised-buttons): New option.
4965 (Custom-buffer-done): New function.
4966 (custom-buffer-create-internal): Obey custom-raised-buttons,
4967 Custom-buffer-done.
4968 (custom-button-face): Make it `released-button'.
4969 (custom-button-pressed-face): Make it `pressed-button'
4970 (custom-mode-map): Bind "q" to Custom-buffer-done.
4971 (custom-mode): Deal with raised/pressed buttons.
4972
4973 Changes from Didier Verna:
4974 (custom-prompt-variable): Optional third arg makes prompt for a
4975 comment string.
4976 (customize-set-value, customize-set-variable,
4977 customize-save-variable): Optional prefix makes function handle
4978 variable comments.
4979 (customize-customized, customize-saved, custom-variable-state-set)
4980 (custom-variable-set, custom-variable-save, custom-face-state-set)
4981 (custom-variable-reset-saved, custom-variable-reset-standard)
4982 (custom-face-set, custom-face-save, custom-face-reset-saved)
4983 (custom-face-reset-standard, customize-save-customized): Handle
4984 custom comments.
4985 (custom-comment-face, custom-comment-tag-face): New face.
4986 (custom-comment): New widget.
4987 (custom-comment-create, custom-comment-delete)
4988 (custom-comment-value-set, custom-comment-show)
4989 ()custom-comment-invisible-p): New functions.
4990 (custom-variable-value-create, custom-face-value-create): Create a
4991 comment field widget.
4992 (custom-variable-menu, custom-face-menu): New entry for custom
4993 comment.
4994 (custom-face-value-create): Remove compatibility code.
4995 (custom-save-variables, custom-save-faces): Possibly save custom
4996 comments.
4997
4998 * cus-face.el (custom-face-attributes): Simplify :underline,
4999 :overline, :inverse-video cases. Fix up :box case (probably needs
5000 more work).
5001
5002 Change from Didier Verna:
5003 (custom-set-faces): The arguments can now have a custom comment as
5004 fourth argument.
5005
5006 * custom.el: Don't define-widget-keywords.
5007 Change from Didier Verna:
5008 (custom-set-variables): The arguments can now have a
5009 custom comment as fifth element.
5010
5011 1999-09-13 Richard Stallman <rms@gnu.org>
5012
5013 * info.el (Info-find-node): Cope better if guesspos is too large.
5014
5015 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5016
5017 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5018 of buffer-substring because buffer-string doesn't copy the
5019 prompt.
5020
5021 * faces.el (mode-line): Replaces `modeline'.
5022 (toplevel): Make `modeline' an alias for `mode-line'.
5023
5024 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5025
5026 * gs.el: Change `ghostscript' to `postscript' in comment.
5027
5028 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5029
5030 * emulation/tpu-edt.el (tpu-version): New version.
5031 (tpu-search-overlay, tpu-replace-overlay): New variables.
5032 (tpu-search-highlight, tpu-toggle-direction): New functions.
5033 (tpu-lm-replace): Set tpu-replace-overlay.
5034 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5035 command hook.
5036
5037 1999-09-11 Richard Stallman <rms@gnu.org>
5038
5039 * isearch.el (isearch-mode-map): Undo previous change.
5040
5041 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5042 use all of that as the sexp.
5043
5044 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5045 and use the initial argument as file name directly.
5046 Likewise if nothing matches.
5047
5048 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5049
5050 * winner.el: Major changes. Avoid changing point and mark.
5051 Save configurations after they change, not before.
5052
5053 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5054
5055 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5056 Bind print-continuous-numbering and print-number-table.
5057
5058 1999-09-10 Dave Love <fx@gnu.org>
5059
5060 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5061
5062 1999-09-09 Richard Stallman <rms@gnu.org>
5063
5064 * whitespace.el: Finish making it fit Emacs conventions.
5065 Add autoloads.
5066
5067 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5068
5069 * generic-x.el (bat-generic-mode): "::"-style comments don't
5070 need to begin with "-". Fix the font-lock definitions of ON/OFF
5071 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5072 from the list of keywords. Add DO to the list of keywords.
5073
5074 1999-09-09 Dave Love <fx@gnu.org>
5075
5076 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5077 (byte-optimize-backward-word): New optimizations.
5078 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5079 entries.
5080
5081 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5082
5083 * image.el (put-image): Remove optional buffer parameter.
5084
5085 * faces.el (face-italic-p): Return t only for values `italic'
5086 and `oblique'.
5087
5088 * mouse.el (mouse-drag-mode-line-1): Extension of former
5089 mouse-drag-mode-line that also drags the header line.
5090 (mouse-drag-mode-line): Call it.
5091 (mouse-drag-header-line): New.
5092 (toplevel): Bind down-mouse-1 on header lines to
5093 mouse-drage-header-line.
5094
5095 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5096
5097 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5098 (make-mode-line-mouse-sensitive): Replace `top-line' by
5099 `header-line'.
5100
5101 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5102
5103 * help.el (describe-function-1): Don't return empty string for keymaps.
5104
5105 * fill.el (fill-region-as-paragraph, canonically-space-region):
5106 Respect colon-double-space at end of line.
5107
5108 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5109
5110 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5111 (backup-buffer): Use it.
5112
5113 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5114
5115 * generic-x.el (generic-define-unix-modes): Added new modes:
5116 inetd-conf-generic-mode, etc-services-generic-mode,
5117 etc-passwd-generic-mode. These are all defined for Unix by default.
5118 (apache-generic-mode): Use an imenu-generic-expression to list
5119 Configuration keywords.
5120 (samba-generic-mode): Use both ; and # as comment characters.
5121 (samba-generic-mode): Font-lock expressions now highlight name
5122 value pairs.
5123 (bat-generic-mode): Keywords are now case-insensitive through
5124 font-lock-defaults setting.
5125 (java-properties-generic-mode): Supports both ! and # as comment
5126 characters.
5127 (java-properties-generic-mode): Added an imenu-generic-expression
5128 (java-properties-generic-mode): Reworked to support the various
5129 different ways to separate name and value (viz, '=', ':' and
5130 whitespace).
5131 (show-tabs-generic-mode): Added this new generic-mode.
5132
5133 1999-09-08 Richard Stallman <rms@gnu.org>
5134
5135 * progmodes/inf-lisp.el: Moved from top directory.
5136
5137 * tar-mode.el (tar-header-block-tokenize):
5138 Use `when' instead of `and'. Fix some clobbered text.
5139
5140 * gud.el (gud-make-debug-menu): Make a child for the
5141 local menu, for its menu bar, and the debug menu.
5142 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5143 Use the history in the simple way.
5144
5145 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5146
5147 * language/korea-util.el (default-korean-keyboard): Initialize it
5148 according to the environment variable HANGUL_KEYBOARD_TYPE.
5149
5150 1999-09-07 Richard Stallman <rms@gnu.org>
5151
5152 * subr.el (make-temp-file): New function.
5153
5154 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5155
5156 * font-lock.el (font-lock-multiline): New text property contains
5157 a boolean to indicate if the char is part of a multiline match.
5158 (font-lock-default-fontify-region): Extend the region appropriately
5159 for multiline keywords.
5160 (font-lock-default-unfontify-region): Also remove the new
5161 font-lock-multiline text property.
5162 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5163 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5164
5165 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5166
5167 * diary-lib.el (list-diary-entries): Make sure two-digit years
5168 have leading zeros.
5169
5170 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5171
5172 * faces.el (face-set-after-frame-default): Initialize some
5173 attributes of some faces from frame parameters.
5174
5175 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5176
5177 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5178
5179 * faces.el (fringe): Replaces face `margin'.
5180
5181 1999-09-07 Dave Love <fx@gnu.org>
5182
5183 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5184
5185 1999-09-07 Richard Stallman <rms@gnu.org>
5186
5187 * subr.el (push): Doc fix.
5188
5189 1999-09-06 Richard Stallman <rms@gnu.org>
5190
5191 * vc.el (vc-annotate-display): Use < 69 not < 70
5192 to distinguish 20YY from 19YY.
5193
5194 * timezone.el (timezone-parse-date): Use < 69 not < 70
5195 to distinguish 20YY from 19YY.
5196
5197 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5198
5199 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5200
5201 * quickurl.el: (quickurl-list-focused-line): Removed.
5202 (quickurl-list-insert): Now works out the focused line using
5203 `count-lines' instead of using `quickurl-list-focused-line'.
5204
5205 1999-09-06 Richard Stallman <rms@gnu.org>
5206
5207 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5208 to beginning of message.
5209
5210 1999-09-06 Dave Love <fx@gnu.org>
5211
5212 * isearch.el (isearch-mode-map): Add mouse-2.
5213
5214 * mail/rmail.el (rmail-read-password): Deleted.
5215 (rmail-get-pop-password): Use read-password.
5216
5217 * quickurl.el: Don't conditionally define caddr.
5218 (quickurl-url-comment): Use nth, not caddr in function and
5219 defsetf.
5220
5221 1999-09-06 Richard Stallman <rms@gnu.org>
5222
5223 * auto-show.el: Doc fixes.
5224
5225 1999-09-06 Stephen Eglen <stephen@gnu.org>
5226
5227 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5228 --no-line-editing so that TABs in source files are not interpreted
5229 as completion requests.
5230
5231 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5232
5233 * hscroll.el, auto-show.el: Remove all code, keep the public
5234 interface as no-ops.
5235
5236 * faces.el (face-bold-p): Don't return t if face has lighter
5237 weight than normal.
5238
5239 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5240
5241 * startup.el (command-line): Make small-temporary-file-directory
5242 be nil except on ms-dos.
5243
5244 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5245
5246 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5247 is defined.
5248
5249 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5250 letters with a colon after d or l.
5251
5252 1999-09-06 Dave Love <fx@gnu.org>
5253
5254 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5255 primitive.)
5256
5257 1999-09-05 Richard Stallman <rms@gnu.org>
5258
5259 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5260
5261 * textmodes/paragraphs.el (backward-kill-sentence):
5262 Don't test minibuffer-prompt-end here.
5263 (forward-sentence): Do handle it here.
5264 (backward-kill-paragraph): Don't test it here.
5265 (forward-paragraph): Handle it here.
5266
5267 * mouse.el (font-menu-add-default): Simplify code.
5268
5269 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5270
5271 * faces.el (header-line): Renamed from `top-line'.
5272
5273 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5274
5275 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5276
5277 1999-09-04 Richard Stallman <rms@gnu.org>
5278
5279 * whitespace.el: New file.
5280
5281 1999-09-04 Dave Love <fx@gnu.org>
5282
5283 * paths.el: Make some doc strings obey the make-docfile convention.
5284
5285 * bindings.el: Likewise.
5286 (debug-ignored-errors): Remove BBDB ones.
5287
5288 1999-09-03 Richard Stallman <rms@gnu.org>
5289
5290 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5291 not from the draft to forward.
5292
5293 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5294
5295 1999-09-03 Dave Love <fx@gnu.org>
5296
5297 * double.el (double-mode): Customize the variable.
5298
5299 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5300
5301 * international/characters.el: Delete duplicated code.
5302
5303 1999-09-02 Richard Stallman <rms@gnu.org>
5304
5305 * indent.el (indent-relative): Doc fix.
5306
5307 * quickurl.el (quickurl): Doc fix.
5308
5309 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5310
5311 * faces.el (margin): Change background to "gray" for mono (this is
5312 drawn with a stipple pattern).
5313
5314 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5315
5316 * simple.el (next-history-element): Use minibuffer-prompt-end once
5317 again. Remove test for minibuffer-prompt-in-buffer.
5318
5319 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5320
5321 * files.el (small-temporary-file-directory): New variable.
5322
5323 * startup.el (command-line): Compute the value of
5324 small-temporary-file-directory.
5325
5326 * ediff-init.el (ediff-temp-file-prefix): Use
5327 small-temporary-file-directory if non-nil.
5328
5329 * vc.el (vc-update-change-log): Likewise.
5330
5331 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5332
5333 * simple.el (shell-command, shell-command-on-region): Use
5334 make-temp-name properly. Use small-temporary-file-directory if
5335 non-nil, otherwise temporary-file-directory, to generate temporary
5336 files.
5337
5338 * dos-w32.el (direct-print-region-helper): Use
5339 temporary-file-directory. (From Stefan Monnier.)
5340
5341 1999-09-02 Richard Stallman <rms@gnu.org>
5342
5343 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5344 from asm-comment-char.
5345 (asm-font-lock-keywords): Recognize instruction width suffixes.
5346
5347 1999-09-01 Richard Stallman <rms@gnu.org>
5348
5349 * play/fortune.el: New file.
5350
5351 1999-08-31 Dave Love <fx@gnu.org>
5352
5353 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5354 after key table.
5355
5356 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5357 redisplay variables.
5358
5359 * subr.el (push): Fix typo.
5360
5361 1999-08-30 Kevin Blake <kblake@ticnet.com>
5362
5363 * emacs-lisp/ring.el: Many doc fixes.
5364 (ring-size, ring-copy): New functions.
5365
5366 1999-08-29 Richard Stallman <rms@gnu.org>
5367
5368 * progmodes/etags.el (tags-loop-continue):
5369 After tags-loop-operate returns, force skip to next file.
5370
5371 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5372 (mail-extr-first-letters, mail-extr-last-letters):
5373 Use character classes [:alpha:] and [:alnum:].
5374
5375 * subr.el (push, pop): New macros.
5376
5377 * progmodes/compile.el (compilation-error-regexp-alist):
5378 New item for SGI IRIX MipsPro compilers.
5379
5380 * speedbar.el (speedbar-directory-buttons): Recognize
5381 device names when checking for file names.
5382
5383 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5384
5385 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5386 and specially handle defvar inside their expansions.
5387 (eval-defun-1): New subroutine.
5388
5389 * progmodes/compile.el (compilation-error-regexp-alist):
5390 Fix the Perl -w entry to allow period after line number.
5391 Don't allow newlines in file name, but allow them after line number
5392 for Perl debugging traces.
5393
5394 * which-func.el (which-func-cleanup-function): New variable.
5395 (which-function): Call that function.
5396
5397 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5398 to end a function name.
5399
5400 * informat.el (Info-tagify): Don't insert more than one newline
5401 before the tag table.
5402
5403 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5404
5405 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5406 than make-temp-name, use match-string-no-properties, and eliminate
5407 a quadratic behavior when building bibtex-strings.
5408
5409 1999-08-29 Alex Schroeder <alex@gnu.org>
5410
5411 * comint.el (comint-input-ring-separator): New variable.
5412 (comint-read-input-ring): Doc change; use
5413 comint-input-ring-separator when reading file.
5414 (comint-write-input-ring): Use
5415 comint-input-ring-separator when writing file.
5416
5417 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5418
5419 * informat.el (Info-tagify): Start by widening.
5420 Match node headers that don't list the file name,
5421 and more kinds of page separations.
5422 Strip properties during tagification.
5423 Use start of node header line as tag's position.
5424 Fix the "done" message.
5425
5426 (Info-validate): Save and restore match data around narrowing down.
5427
5428 1999-08-28 Richard M. Stallman <rms@gnu.org>
5429
5430 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5431 On repeated call, override previous values put into
5432 minor-mode-map-alist and minor-mode-alist.
5433
5434 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5435
5436 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5437
5438 1999-08-27 Andreas Schwab <schwab@gnu.org>
5439
5440 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5441 from cvs update.
5442
5443 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5444
5445 * calendar/calendar.el (calendar-move-hook): New hook.
5446
5447 * calendar/cal-move.el: Call the new hook in every movement function.
5448
5449 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5450 the right function name.
5451
5452 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5453
5454 * time-stamp.el: Put quote-backquote around all symbol names
5455 in doc strings, for mousing.
5456 (time-stamp): Support multi-line patterns.
5457 (time-stamp-inserts-lines): New variable.
5458 (time-stamp-count): New variable.
5459 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5460 "Thu" instead of "%a".
5461
5462 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5463
5464 * simple.el (kill-word): Undo previous change.
5465
5466 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5467
5468 * jit-lock.el (jit-lock-function): Extend the fontified range
5469 to the beginning of the line containing the range start and
5470 the beginning of the line following the range end.
5471
5472 1999-08-24 Dave Love <fx@gnu.org>
5473
5474 * timezone.el: Move provide to end.
5475 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5476 <70 are 2000+.
5477 (timezone-parse-time): Simplify somewhat.
5478
5479 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5480
5481 * faces.el (margin): Renamed from bitmap-area.
5482
5483 1999-08-24 Alex Schroeder <alex@gnu.org>
5484
5485 * sql.el: Doc changes.
5486 (sql-sybase): Use sql-server instead of sql-database.
5487
5488 1999-08-23 Dave Love <fx@gnu.org>
5489
5490 * rect.el: Add/fix various doc strings. Add `*' to all the
5491 interactive specs.
5492
5493 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5494
5495 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5496 Don't unwind-protect font-lock-fontify-region.
5497
5498 * paragraphs.el (backward-kill-paragraph): Don't move
5499 point into mini-buffer prompt.
5500 (backward-kill-sentence): Ditto.
5501
5502 * simple.el (next-history-element): Use minibuffer-prompt-end.
5503 Remove test for minibuffer-prompt-in-buffer.
5504 (kill-word): Don't move point into mini-buffer prompt.
5505
5506 1999-08-21 Dave Love <fx@gnu.org>
5507
5508 * Makefile: Exclude CVS dirs like RCS.
5509
5510 1999-08-19 Dave Love <fx@gnu.org>
5511
5512 * tooltip.el (tooltip-mode): Customize this, per convention.
5513 (tooltip-active): Option deleted.
5514
5515 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5516
5517 * hanoi.el, page-ext.el: Declare dynamic vars.
5518
5519 * term.el: Avoid ange-ftp related compilation warnings.
5520
5521 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5522
5523 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5524 the default so that beginners can benefit from it without
5525 searching in manuals.
5526
5527 1999-08-18 Ray Blaak <blaak@gnu.org>
5528
5529 * progmodes/delphi.el: Consider assembly sections as blocks, to
5530 indent them better. Make auto-indent on newline optional.
5531
5532 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5533
5534 * bindings.el (mode-line-modified): Look up key binding for C-x
5535 C-q. If it's bound call that binding, otherwise call
5536 toggle-read-only.
5537
5538 1999-08-17 Dave Love <fx@gnu.org>
5539
5540 * info.el (info): Doc fix.
5541
5542 * finder.el (finder-known-keywords): Add `multimedia'.
5543
5544 * apropos.el: Don't capitalize custom group name.
5545
5546 * info-look.el: Remove compatibility code.
5547 (info-lookup-guess-default*): DTRT for point at start of symbol.
5548 (info-complete): Don't lose with point not at end of symbol.
5549
5550 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5551
5552 * term.el (toplevel): Make face `term-default' an empty face.
5553 The code relied on the fact that Emacs ignored invalid faces in
5554 face text properties in 20.4.
5555
5556 1999-08-16 Richard M. Stallman <rms@gnu.org>
5557
5558 * subr.el (point-at-eol, point-at-bol): New aliases.
5559
5560 * simple.el: Functions reordered.
5561
5562 * rect.el (delete-rectangle-line): Use line-end-position.
5563
5564 1999-08-16 Karl Heuer <kwzh@gnu.org>
5565
5566 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5567 here from simple.el.
5568
5569 1999-08-16 Dave Love <fx@gnu.org>
5570
5571 * mouse.el: Provide `mldrag' for compatibility.
5572 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5573 marked obsolete.
5574
5575 * mldrag.el: Removed since the features are in mouse.el.
5576
5577 * jka-compr.el (auto-compression-mode): New variable for
5578 customization.
5579
5580 * bindings.el (mode-line-mule-info): Doc fix.
5581
5582 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5583 name comparisons.
5584
5585 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5586 (find-file): Doc fix.
5587
5588 1999-08-16 Carsten Dominik <cd@gnu.org>
5589
5590 * textmodes/reftex.el: Most of the code moved to other files.
5591 * textmodes/reftex-auc.el: New file, split out from reftex.el
5592 * textmodes/reftex-cite.el: New file, split out from reftex.el
5593 * textmodes/reftex-global.el: New file, split out from reftex.el
5594 * textmodes/reftex-index.el: New file, split out from reftex.el
5595 * textmodes/reftex-parse.el: New file, split out from reftex.el
5596 * textmodes/reftex-ref.el: New file, split out from reftex.el
5597 * textmodes/reftex-sel.el: New file, split out from reftex.el
5598 * textmodes/reftex-toc.el: New file, split out from reftex.el
5599 * textmodes/reftex-vars.el: New file, split out from reftex.el
5600 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5601
5602 1999-08-16 Carsten Dominik <cd@gnu.org>
5603
5604 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5605 conflict with pop-up-frames.
5606 (reftex-special-environment-parsers): New constant.
5607 (reftex-label-alist): car of an entry can also be a function.
5608 (reftex-what-special-env): Cew function.
5609 (reftex-label-location): Call `reftex-what-special-env'.
5610 (reftex-compile-variables): Check for symbol in
5611 `reftex-label-alist'.
5612 (reftex-what-environment): Fixed bug with stacked environments of
5613 same kind (e.g. enumerate).
5614 (reftex-process-string): Preserve default directory.
5615 (reftex-label-alist-builtin): Changed prefixes of endnote and
5616 footnote. Also the magic words.
5617 (reftex-reference): Interprete new option
5618 `reftex-fref-is-default'.
5619 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5620 (reftex-toc-mouse-view-line): Command removed (had no binding).
5621 (reftex-everything-regexp): New function.
5622 (reftex-nearest-match): Made better.
5623 (reftex-toc-find-section): Use new version of
5624 `reftex-nearest-match'.
5625 (reftex-insert-docstruct): Adapted to work with the index stuff.
5626 (reftex-parse-from-file): Find index entries as well.
5627 (reftex-toc-toggle-index): New function
5628 (reftex-toc-map): `i' is now used to togle the index, File
5629 boundaries has been moved to `F'.
5630 (reftex-select-label-map): Toggling display of file boundaries is
5631 now on the `F' key, for consistency with `reftex-toc-map'.
5632 (reftex-erase-all-selection-and-index-buffers): Renamed from
5633 `reftex-erase-all-selection-buffer'. Now also kills the index
5634 buffers.
5635 (reftex-viewing-cross-references): Customization group renamed
5636 from reftex-viewing-cross-references-and-citations.
5637 (reftex-index-macro-regexp,
5638 reftex-find-index-entry-regexp-format): New variables
5639 (reftex-macros-with-index): New variable
5640 (reftex-add-index-macros): New function
5641 (reftex-renumber-simple-labels, reftex-translate): Allow for
5642 multiple labels in a single ref command.
5643 (reftex-index-support): New customization group
5644 (reftex-support-index, reftex-index-special-chars,
5645 reftex-index-macros, reftex-index-default-macro,
5646 reftex-index-default-tag, reftex-index-math-format,
5647 reftex-index-section-letters, reftex-index-include-context,
5648 reftex-index-follow-mode, reftex-index-header-face,
5649 reftex-index-section-face, reftex-index-tag-face,
5650 reftex-index-face): New options
5651 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5652 reftex-index-tag, reftex-index-return-marker,
5653 reftex-index-restriction-indicator, reftex-index-restriction-data,
5654 reftex-index-macro-regexp, reftex-index-level-re,
5655 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5656 reftex-everything-regexp-no-index, reftex-index-re,
5657 reftex-macros-with-index, reftex-index-macro-alist): New variables
5658 (reftex-index-help, reftex-index-macros-builtin,
5659 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5660 reftex-query-index-macro-help): New constants
5661 (reftex-index-selection-or-word, reftex-index,
5662 reftex-default-index, reftex-update-default-index,
5663 reftex-index-complete-tag, reftex-index-select-tag,
5664 reftex-index-complete-key, reftex-index-update-taglist,
5665 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5666 reftex-display-index, reftex-insert-index,
5667 reftex-index-insert-new-letter, reftex-get-restriction,
5668 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5669 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5670 reftex-index-toggle-follow, reftex-index-toggle-context,
5671 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5672 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5673 reftex-index-quit, reftex-index-quit-and-kill,
5674 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5675 reftex-index-revert, reftex-index-switch-index-tag,
5676 reftex-index-restrict-to-section, reftex-index-widen,
5677 reftex-index-restriction-forward,
5678 reftex-index-restriction-backward, reftex-index-visit-location,
5679 reftex-index-analyze-entry, reftex-index-globalize,
5680 reftex-index-edit, reftex-index-toggle-range-beginning,
5681 reftex-index-toggle-range-end, reftex-index-edit-key,
5682 reftex-index-edit-attribute, reftex-index-edit-visual,
5683 reftex-index-edit-part, reftex-index-level-down,
5684 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5685 reftex-index-change-entry, reftex-index-goto-letter,
5686 reftex-add-index-macros, reftex-ensure-index-support,
5687 reftex-index-info-safe, reftex-index-info): New functions.
5688
5689
5690 1999-08-15 Richard M. Stallman <rms@gnu.org>
5691
5692 * paren.el (show-paren-mode): Support making show-paren-mode
5693 a buffer-local variable. Don't check for a window system.
5694 (show-paren-function): Check whether show-paren-function is
5695 enabled in current buffer; do the right thing if not.
5696 Don't check for a window system.
5697 (show-paren-mode): Make it a user variable.
5698
5699 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5700 Handle `enum' like `struct'.
5701
5702 * server.el (server-process-filter): If a client visits no buffers,
5703 close it immediately before recording it.
5704
5705 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5706 Optimize by calling concat just once. Handle =\n sequence.
5707 (mail-unquote-printable-region): New command.
5708 (mail-quote-printable): Make it autoload.
5709
5710 1999-08-15 Karl Heuer <kwzh@gnu.org>
5711
5712 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5713
5714 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5715
5716 * lisp/texinfmt.el: Handle @ifnottex.
5717
5718 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5719
5720 * frame.el (blink-cursor): Don't turn on cursor blinking for
5721 ms-dos.
5722
5723 * faces.el (face-valid-attribute-values): Look in
5724 x-bitmap-file-path only for x and w32 window systems.
5725
5726 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5727 Do that if width is nil as well.
5728 (x-display-mm-height, x-display-mm-width): Update values.
5729 (x-colors): Compute the list from msdos-color-values.
5730 (x-select-enable-clipboard): Doc fix.
5731 (x-frob-font-weight, x-font-family-list): New functions.
5732
5733 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5734
5735 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5736 back up from beginning of buffer.
5737
5738 1999-08-13 Karl Heuer <kwzh@gnu.org>
5739
5740 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5741
5742 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5743
5744 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5745 doomsday clock, speed control is added and changes are made to
5746 allow large numbers of rings: rings now show the whole ring
5747 number, not just the last digit; consecutive rings are allowed to
5748 be the same size when necessary to fit all the rings in the
5749 window; and poles can be oriented horizontally. Face support is
5750 thrown in gratuitously.
5751 (hanoi): Changed default number of rings back to 3.
5752 (hanoi-unix, hanoi-unix-64): New commands
5753 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5754 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5755 hanoi-odd-ring-face): New variables.
5756 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5757 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5758 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5759 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5760 (hanoi-topos, hanoi-draw-ring): Removed.
5761
5762 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5763
5764 * faces.el (face-valid-attribute-values): Return an alist for
5765 families on ttys.
5766 (face-read-integer): Handle unspecified face attributes. Add
5767 completion for `unspecified'.
5768 (read-face-attribute): Handle unspecified font attributes.
5769 (face-valid-attribute-values): Add `unspecified' to lists so that
5770 it can be chosen via completion.
5771 (face-read-string): Don't recognize "none" as input.
5772
5773 1999-08-10 Dave Love <fx@gnu.org>
5774
5775 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5776 string.
5777
5778 * sun-curs.el: Require sun-fns.
5779
5780 1999-08-10 Dave Love <fx@gnu.org>
5781
5782 * autorevert.el (auto-revert-mode): Add autoload cookie.
5783
5784 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5785 hscroll.
5786
5787 * simple.el (hscroll-step, hscroll-point-visible)
5788 (hscroll-window-column): Remove now we have the mentioned real
5789 horizontal autoscrolling.
5790
5791 1999-08-10 Richard M. Stallman <rms@gnu.org>
5792
5793 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5794 control use of -f option.
5795 (mail-specify-envelope-from): New variable.
5796 (mail-from-style): Doc fix.
5797
5798 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5799 (easy-menu-get-map): New arg TO-MODIFY helps choose
5800 between local and global maps.
5801 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5802 (easy-menu-change): Doc fix.
5803
5804 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5805 (info-lookup-guess-default): Simplified and cleaned up.
5806 (info-lookup-guess-default*): Preserve point.
5807
5808 * view.el (view-mode-disable): If buffer-read-only is nil,
5809 don't change it.
5810
5811 * files.el (after-find-file): Disable View mode if buffer is no
5812 longer read-only.
5813
5814 * view.el (view-mode-enable, view-mode-disable):
5815 Call force-mode-line-update.
5816
5817 1999-08-10 Karl Heuer <kwzh@gnu.org>
5818
5819 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5820 * array.el, play/landmark.el, international/latin-3.el: Likewise.
5821 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5822
5823 1999-08-10 Alex Schroeder <asc@bsiag.com>
5824
5825 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5826 to prevent m-eating-bug.
5827
5828 1999-08-10 Eli Zaretskii <eliz@gnu.org>
5829
5830 * term/pc-win.el (msdos-bg-mode): Remove. Call
5831 frame-set-background-mode instead. All callers changed.
5832 (msdos-face-setup): Don't force color display parameter, it is set
5833 by frame-set-background-mode.
5834 (make-msdos-frame): Call x-handle-reverse-video and
5835 face-set-after-frame-default. Delete frame if creation failed.
5836
5837 * faces.el (face-set-after-frame-default): Don't call
5838 make-face-x-resource-internal for the pc window-system.
5839
5840 1999-08-10 Dave Love <fx@melange.gnu.org>
5841
5842 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5843 case with no docstring specially.
5844
5845 1999-08-09 Eli Zaretskii <eliz@gnu.org>
5846
5847 * complete.el (PC-do-completion): If completing on file name,
5848 reproduce str by concatenating its directory and basename parts.
5849
5850 1999-08-07 Dave Love <fx@gnu.org>
5851
5852 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
5853 unibyte to multibyte conversion of search-forward (from Handa),
5854 but avoid the replacement if the language is Latin-N.
5855
5856 1999-08-06 Richard Stallman <rms@gnu.org>
5857
5858 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5859 of eval-buffer.
5860
5861 * international/mule.el (load-with-code-conversion):
5862 Pass t to eval-buffer for DO-ALLOW-PRINT.
5863
5864 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
5865
5866 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5867 of filenames and attributes.
5868 (ls-lisp-insert-directory): Use directory-files-and-attributes
5869 for speed.
5870
5871 1999-08-05 Dave Love <fx@gnu.org>
5872
5873 * auto-show.el (auto-show-mode): Fix :set.
5874
5875 * widget.el (define-widget-keywords): Make dummy definition and
5876 comment-out its use.
5877
5878 1999-08-04 Richard Stallman <rms@gnu.org>
5879
5880 * progmodes/tcl.el: Customized.
5881
5882 * sql.el (sql-accumulate-and-indent): Instead of testing
5883 whether this is Emacs 20 before calling comint-accumulate,
5884 test whether comint-accumulate is defined.
5885
5886 1999-08-04 Dave Love <fx@gnu.org>
5887
5888 * sgml-mode.el: Require outline when compiling.
5889 (sgml-mode-hook, html-mode-hook): Customize.
5890 (sgml-validate-command): Fix :version.
5891 (html-autoview-mode): Doc fix.
5892
5893 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5894 nothing in Latin-N environment.
5895
5896 * info.el (Info-find-node): Call info-initialize here.
5897 (info): Not here.
5898 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5899
5900 1999-08-04 Richard Stallman <rms@gnu.org>
5901
5902 * ansi-color.el: New file.
5903
5904 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
5905
5906 * dired.el (dired-string-replace-match): Return `nil' when no match
5907 found with global search.
5908
5909 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5910 * terminal.el (te-terminfo-directory):
5911 * mail/mailpost.el (post-mail-send-it):
5912 * mail/metamail.el (metamail-region):
5913 * progmodes/ada-mode.el (ada-tmp-directory):
5914 Use temporary-file-directory.
5915
5916 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5917 (compilation-filter, compilation-forget-errors)
5918 (compilation-parse-errors): Use a marker instead of an integer for
5919 `compilation-parsing-end'.
5920
5921 * progmodes/diff.el (diff-parse-differences):
5922 Use a marker instead of an integer for `compilation-parsing-end'.
5923 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5924 Use a marker instead of an integer for `compilation-parsing-end'.
5925
5926 1999-08-03 Richard Stallman <rms@gnu.org>
5927
5928 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5929 (Buffer-menu-mode): Doc fix.
5930 (Buffer-menu-view): New command.
5931 (Buffer-menu-view-other-window): New command.
5932
5933 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
5934
5935 * replace.el (query-replace-regexp-eval)
5936 (replace-eval-replacement, replace-loop-through-replacements)
5937 (replace-match-string-symbols): New functions.
5938 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5939 Use replace-loop-through-replacements.
5940
5941 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
5942
5943 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5944 (5x5): Doc fix.
5945
5946 1999-08-03 Dave Love <fx@gnu.org>
5947
5948 * fortran.el (fortran-indent-new-line): Make it an alias
5949 for reindent-then-newline-and-indent.
5950
5951 1999-08-03 Didier Verna <verna@inf.enst.fr>
5952
5953 * rect.el: All functions rewritten, except when noted above
5954 their declaration. Below is a list of interface changes.
5955 (apply-on-rectangle): New function, mostly replaces
5956 `operate-on-rectangle'. All callers changed.
5957 (move-to-column-force): Pass new second argument to `move-to-column'.
5958 (kill-rectangle): Added optional prefix arg to fill lines.
5959 (delete-rectangle): Ditto.
5960 (delete-whitespace-rectangle): Ditto.
5961 (delete-extract-rectangle): Ditto.
5962 (open-rectangle): Ditto.
5963 (clear-rectangle): Ditto.
5964 (delete-whitespace-rectangle-line): New function.
5965 (delete-rectangle-line): Added third arg FILL.
5966 (delete-extract-rectangle-line): Ditto.
5967 (open-rectangle-line): Ditto.
5968 (clear-rectangle-line): Ditto.
5969
5970 1999-08-03 Ray Blaak <blaak@gnu.org>
5971
5972 * progmodes/delphi.el: New file.
5973
5974 1999-08-02 Richard Stallman <rms@gnu.org>
5975
5976 * textmodes/outline.el (outline-previous-heading): New function.
5977 (outline-up-heading-all): Use outline-previous-heading.
5978 (outline-next-heading): Delete definition inserted yesterday.
5979
5980 1999-08-01 Richard Stallman <rms@gnu.org>
5981
5982 * textmodes/outline.el (outline-next-heading): New function.
5983 (outline-up-heading-all): New function.
5984 (outline-font-lock-level): Using outline-up-heading-all.
5985 Tell outline-back-to-heading to accept invisible headings.
5986
5987 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5988
5989 * mail/mh-utils.el (mh-find-path-run): New variable.
5990 (mh-find-path): Test and set that.
5991 Set mail-user-agent only the first time this function is run.
5992 (mail-user-agent): Defvar deleted.
5993
5994 * info.el (info-initialize): New function.
5995 (info): Call info-initialize.
5996 (Info-directory-list): Initialize to nil,
5997 so info-initialize will set it up for real.
5998
5999 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6000
6001 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6002 does not interpret a time as the year in a day-month entry.
6003
6004 * calendar/diary-lib.el: Change syntax table entry for colon in
6005 the diary as part of the european-date-diary-pattern fix.
6006
6007 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6008
6009 * international/mule.el (set-auto-coding): Allow whitespace before
6010 and after the "variable: value" pair.
6011
6012 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6013
6014 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6015 (default-sendmail-coding-system): Doc-string fixed.
6016
6017 1999-07-30 Dave Love <fx@gnu.org>
6018
6019 * subr.el (assoc-delete-all): New function, renamed from
6020 frame-delete-all.
6021
6022 * frame.el: Change comments to doc strings and other doc fixes.
6023 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6024 Callers changed.
6025 (set-background-color, set-foreground-color, set-cursor-color)
6026 (set-mouse-color, set-border-color): Offer completion of colours.
6027 (cursor): Add :version to defgroup.
6028
6029 * facemenu.el (list-colors-display): Make it work on ttys.
6030 (facemenu-read-color): Likewise.
6031
6032 1999-07-30 Richard M. Stallman <rms@gnu.org>
6033
6034 * frame.el (frame-notice-user-settings): If background
6035 color has been changed, update background-mode from it,
6036 then update faces.
6037
6038 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6039
6040 * net-utils.el (finger): Don't do indirect fingering.
6041
6042 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6043
6044 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6045 rules. Add separator at end of holidays.
6046 (cal-tex-rules): New customizable variable.
6047 (cal-tex-latexify-list): Add optional parameter to put separator
6048 at end.
6049
6050 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6051
6052 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6053 fill prefix on each line while looping to the end of paragraph.
6054 End paragraph if it's longer than the existing fill prefix.
6055
6056 * textmodes/fill.el (fill-context-prefix): Doc fix.
6057
6058 1999-07-30 Dave Love <fx@gnu.org>
6059
6060 * font-lock.el (jit-lock): Fix :load, add :version.
6061
6062 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6063
6064 * term/pc-win.el (msdos-face-setup): Register standard colors in
6065 Vface_tty_color_alist.
6066 (face-color-supported-p, face_color_gray_p): New functions.
6067
6068 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6069 is bound.
6070
6071 * startup.el (command-line): Don't register default colors for
6072 MSDOS window-system.
6073
6074 1999-07-29 Dave Love <fx@gnu.org>
6075
6076 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6077 charquote.
6078
6079 * lisp-mode.el (eval-defun): Re-written to avoid
6080 capturing variables.
6081
6082 * picture.el (picture-beginning-of-line): Don't call
6083 hscroll-point-visible now we have real autoscrolling.
6084 (picture-end-of-line, picture-newline, picture-open-line):
6085 Likewise.
6086
6087 * international/latin-8.el: New file.
6088 * international/latin-9.el: New file.
6089
6090 1999-07-28 Dave Love <fx@gnu.org>
6091
6092 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6093
6094 * msb.el: Require cl only when compiling.
6095 (msb--home-dir): Deleted.
6096 (msb--format-title): Use abbreviate-file-name.
6097 (msb--choose-file-menu): Simplify string comparison.
6098
6099 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6100
6101 * faces.el (toolbar): Add face definition for mono displays.
6102
6103 1999-07-27 Richard M. Stallman <rms@gnu.org>
6104
6105 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6106
6107 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6108 force copying of default-frame-alist.
6109
6110 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6111
6112 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6113
6114 1999-07-26 Richard M. Stallman <rms@gnu.org>
6115
6116 * frame.el (set-mouse-color): If new color is nil,
6117 really respecify the current color.
6118
6119 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6120
6121 * faces.el (bitmap-area): Change background of face `bitmap-area'
6122 to white for mono displays.
6123
6124 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6125
6126 * international/ccl.el (ccl-embed-symbol): New function.
6127 (ccl-program-p): Deleted. Now it's implemented in C code.
6128 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6129 (ccl-compile-translate-character): Likewise.
6130 (ccl-compile-map-single): Likewise.
6131 (ccl-compile-multiple-map-function): Likewise.
6132 (declare-ccl-program): Doc-string modified.
6133 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6134
6135 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6136
6137 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6138
6139 1999-07-25 Markus Rost <rost@gnu.org>
6140
6141 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6142 the entries to make custom-file more readable.
6143
6144 1999-07-25 Richard M. Stallman <rms@gnu.org>
6145
6146 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6147
6148 * emacs-lisp/edebug.el: Delete compatibility code.
6149 (edebug-next-token-class): If . is followed by a digit,
6150 return `symbol' for the token class.
6151
6152 * startup.el (command-line): If we don't find the user's init file,
6153 set user-init-file to nil.
6154
6155 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6156
6157 * info-look.el (info-lookup-interactive-arguments): Add optional
6158 argument query for new choice of help mode.
6159 (info-lookup-symbol): Use it.
6160 (info-lookup-file): Ditto.
6161 (info-lookup): Don't switch to other window, if already in Info
6162 buffer.
6163
6164 1999-07-23 Dave Love <fx@gnu.org>
6165
6166 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6167 syntax.
6168 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6169 (fortran-font-lock-syntactic-keywords): New variable.
6170 (fortran-mode): Use it.
6171 (fortran-font-lock-keywords-1): Don't do comments.
6172 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6173 match data.
6174
6175 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6176
6177 * msb.el (msb-menu-bar-update-buffers): Renamed from
6178 menu-bar-update-buffers.
6179 (msb-custom-set, msb--toggle-menu-type): Call
6180 msb-menu-bar-update-buffers.
6181 (msb-mode): Revise the hook setting.
6182
6183 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6184
6185 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6186
6187 * font-lock.el, help.el, simple.el: Re-integrate previously
6188 described changes that were lost due to errors while checking them
6189 in.
6190
6191 1999-07-23 Kevin Blake <kblake@ticnet.com>
6192
6193 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6194
6195 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6196
6197 * international/encoded-kb.el
6198 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6199 but push it to unread-command-events.
6200 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6201 (encoded-kbd-self-insert-sjis): Likewise.
6202 (encoded-kbd-self-insert-big5): Likewise.
6203
6204 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6205 before left margin and fill-prefix by fill-find-break-point.
6206
6207 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6208
6209 * info-look.el (info-lookup-setup-mode): Don't give up, if
6210 info-lookup-make-completions returns an error.
6211 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6212 name latex, not latex2e.
6213
6214 1999-07-21 Richard M. Stallman <rms@gnu.org>
6215
6216 * replace.el (perform-replace): Turn off case-fold-search
6217 if FROM-STRING argument has uppercase in it.
6218
6219 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6220
6221 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6222 mode is on. Don't use end of changed text.
6223
6224 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6225
6226 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6227 (cl-hash-table-p): Renamed from hash-table-p.
6228 (cl-hash-table-count): Renamed from hash-table-count.
6229 (maphash): Alias to cl-maphash removed.
6230 (gethash): Likewise.
6231 (puthash): Likewise.
6232 (remhash): Likewise.
6233 (clrhash): Likewise.
6234
6235 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6236
6237 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6238 third arg non-nil. See comment there why this isn't a good idea.
6239
6240 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6241
6242 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6243
6244 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6245 sit-for with 3rd arg non-nil to prevent redisplay.
6246
6247 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6248
6249 * image.el (image-type-from-file-header): If file doesn't
6250 have a directory part, add data-directory.
6251
6252 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6253
6254 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6255 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6256 motion handling when tooltip-gud-tips-p is nil.
6257
6258 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6259
6260 * tooltip.el (tooltip-mode): Don't use `plusp'.
6261 (tooltip-active): Use initial value of nil.
6262
6263 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6264
6265 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6266
6267 * bindings.el (make-mode-line-mouse-sensitive): Add key
6268 definitions for `top-line'.
6269
6270 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6271
6272 * faces.el (top-line): New face.
6273
6274 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6275
6276 * image.el (image-type-regexps): Add regexp for PS files.
6277
6278 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6279
6280 * faces.el (set-face-attribute): Fix wrong handling of frame
6281 begin equal to t.
6282
6283 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6284
6285 * image.el (image-type-regexps): Add PNG format.
6286
6287 1999-07-21 Dave Love <fx@gnu.org>
6288
6289 * bindings.el (mode-line-modified): New variable.
6290 (mode-line-mode-menu-1): Switch to appropriate window before
6291 showing menu.
6292
6293 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6294
6295 * faces.el (face-underline): Removed.
6296 (face-underline-color): Ditto.
6297
6298 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6299
6300 * faces.el (face-x-resources): Fix typo.
6301
6302 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6303
6304 * faces.el: Remove handling of `:relief', extend handling of
6305 `:box'.
6306 (frame-set-background-mode): Choose new defface specs after
6307 frame parameters have changed.
6308
6309 * cus-face.el: Ditto.
6310
6311 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6312
6313 * custom.el (defface): Extend documentation to include new
6314 face attributes.
6315
6316 * cus-face.el (custom-face-attributes): Add overline,
6317 strike-through, box.
6318
6319 * faces.el (face-valid-attribute-values): Handle overline,
6320 strike-through, box.
6321 (face-attribute-name-alist): Add pairs for new face attributes.
6322 (describe-face): Handle new face attributes.
6323
6324 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6325
6326 * faces.el (face-x-resources): Add overline, strike-through, box.
6327
6328 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6329
6330 * enriched.el (enriched-translations): Add `display' and
6331 "x-display".
6332 (enriched-handle-display-prop): New.
6333 (enriched-decode-display-prop): New.
6334
6335 * format.el (top-level): Give `display' property
6336 `format-list-atomic-p.
6337 (format-annotate-single-property-change): Test that property.
6338 If present, treat list property values like atoms.
6339
6340 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6341
6342 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6343 so that "*" can be entered.
6344
6345 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6346
6347 * cus-face.el (custom-face-attributes): Don't use `#''.
6348
6349 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6350
6351 * cus-face.el (custom-face-attributes): Return underline
6352 face attribute directly from the second lambda of underline.
6353
6354 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6355
6356 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6357
6358 * frame.el (after-setting-font-hooks): New variable.
6359 (set-frame-font): Run those hooks.
6360
6361 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6362
6363 * faces.el (set-face-attribute): Fix doc string.
6364
6365 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6366
6367 * cus-face.el (custom-face-attributes): Accept color name.
6368
6369 * faces.el (face-underline-p): Accept unspecified underlining.
6370 (face-underline): Ditto. Fix doc string.
6371
6372 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6373
6374 * faces.el (face-underline-color): New function.
6375
6376 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6377
6378 * cus-face.el (custom-face-attributes): Support underline coloring.
6379 Added slot to choose a color.
6380
6381 * faces.el (face-underline): New function.
6382 (face-underline-p): Support underline coloring.
6383 Return nil only if the underline attribute is 'normal.
6384 (set-face-underline): New function.
6385 (face-valid-attribute-values): Support underline coloring.
6386
6387 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6388
6389 * image.el (insert-image): Use `display' instead of `glyph'
6390 as text property name.
6391 (put-image): Ditto.
6392 (image-type-from-file-header): Use insert-file-contents-literally.
6393
6394 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6395
6396 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6397 string to indicate separators.
6398
6399 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6400
6401 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6402 instead of message-log.
6403
6404 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6405
6406 * faces.el (bitmap-area): New face.
6407
6408 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6409
6410 * image.el (insert-image): New.
6411
6412 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6413
6414 * frame.el (blink-cursor): Set the symbol's value.
6415 (show-trailing-whitespace): Change group to font-lock.
6416
6417 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6418
6419 * jit-lock.el: New.
6420 * font-lock.el: Add jit-mode as new support mode.
6421
6422 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6423 reaching end instead of letting re-search-forward signal an error.
6424 (demand-lock-mode): New.
6425 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6426 (font-lock-turn-off-thing-lock): Ditto.
6427 (font-lock-after-fontify-buffer): Ditto.
6428 (font-lock-after-unfontify-buffer): Ditto.
6429
6430 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6431
6432 * gs.el: New file.
6433
6434 * startup.el (command-line-1): Activate tooltip mode if
6435 interactive.
6436
6437 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6438
6439 * faces.el (toolbar): Grey default background.
6440 (modeline): Ditto.
6441
6442 * image.el (image-type-regexps): New.
6443 (image-type-from-file-header): New.
6444 (create-image): Call it.
6445
6446 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6447
6448 * image.el: New file.
6449
6450 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6451
6452 * bindings.el (mode-line-format): Replace `mode-name' with
6453 `(:eval mode-line-mode-name)'.
6454 (mode-line-mode-name): New.
6455 (make-mode-line-mouse-sensitive): Don't change default value
6456 of `mode-name'.
6457
6458 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6459
6460 * tooltip.el: New file.
6461
6462 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6463
6464 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6465 instead of mouse-3 to pop up menus.
6466 (mode-line-kill-buffer): Removed.
6467 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6468 buffer name.
6469 (mode-line-buffer-menu-1): Removed.
6470
6471 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6472
6473 * bindings.el (mode-line-buffer-identification-keymap): New.
6474 (mode-line-buffer-menu-keymap): New.
6475 (mode-line-mode-menu-keymap): New.
6476 (mode-line-unbury-buffer): New.
6477 (mode-line-other-buffer): New.
6478 (mode-line-kill-buffer): New.
6479 (mode-line-buffer-menu-1): New.
6480 (mode-line-mode-menu-1): New.
6481 (make-mode-line-mouse-sensitive): New.
6482
6483 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6484
6485 * help.el (describe-key-briefly): Handle mode line strings
6486 with local-map properties.
6487 (describe-key): Ditto.
6488 (mode-line-key-binding): New.
6489
6490 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6491
6492 * scroll-bar.el (scroll-bar-timer): New.
6493 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6494
6495 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6496
6497 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6498 and `bottom'.
6499
6500 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6501
6502 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6503 (global): Use different key bindings if using tookit scroll bars.
6504
6505 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6506
6507 * faces.el (modeline): Define mode line face with relief for
6508 class color, only.
6509 (toolbar): New face.
6510
6511 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6512
6513 * frame.el (frame-initialize): Set frame-creation-function to
6514 tty-create-frame-with-faces.
6515
6516 * faces.el (frame-set-background-mode): Make it work for
6517 window-system nil.
6518
6519 * faces.el (tty-create-frame-with-faces): New.
6520 (face-set-after-frame-default): Make it work for TTY frames.
6521
6522 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6523
6524 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6525 Return a list of one font family for TTYs. Don't return bitmap
6526 file paths for TTY frames.
6527
6528 * faces.el: Add face specs for tty displays to basic faces.
6529
6530 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6531 (font-lock-string-face): Ditto.
6532 (font-lock-keyword-face): Ditto.
6533 (font-lock-builtin-face): Ditto.
6534 (font-lock-function-name-face): Ditto.
6535 (font-lock-variable-name-face): Ditto.
6536 (font-lock-type-face): Ditto.
6537 (font-lock-constant-face): Ditto.
6538 (font-lock-warning-face): Ditto.
6539
6540 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6541
6542 * startup.el (command-line): Register default tty colors.
6543
6544 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6545
6546 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6547
6548 * faces.el (modeline): For X frames, use a modeline with relief.
6549
6550 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6551
6552 * faces.el (frame-update-faces): Copied from 20.2.
6553 (frame-update-face-colors): Ditto. Code removed that isn't
6554 applicable in the new face implementation.
6555
6556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6557
6558 * frame.el (show-trailing-whitespace): New.
6559
6560 * faces.el (trailing-whitespace): New basic face.
6561
6562 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6563
6564 * cus-face.el (custom-facep): Always define as alias for facep.
6565
6566 * cus-face.el (custom-face-attributes): Use choice widgets.
6567 Remove :bold and :italic.
6568
6569 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6570
6571 * faces.el (face-charset-registries): Removed since fontset.el
6572 is no always loaded.
6573
6574 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6575
6576 * faces.el (internal-get-face): Added as obsolete function for
6577 compatibility.
6578
6579 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6580
6581 * frame.el (blink-cursor-end): Call show-cursor.
6582 (blink-cursor-mode): Ditto.
6583
6584 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6585
6586 * faces.el (face-spec-reset-face): Reset all attributes to
6587 `unspecified'.
6588 (face-spec-set): Use it.
6589
6590 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6591
6592 * faces.el (read-all-face-attributes): Bug fix.
6593 (face-read-integer): Allow nil default value.
6594 (face-valid-attribute-values): Use symbol names of attribute
6595 values for completion list.
6596
6597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6598
6599 * faces.el (internal-find-face): Define for compatibility with
6600 20.2.
6601 (face-id): Likewise.
6602
6603 * faces.el (face-id): Return the ID of a realized face for ASCII.
6604
6605 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6606 (x-complement-fontset-spec): Use face-charset-registries.
6607
6608 * faces.el (face-font-selection-order): Set font selection order
6609 from Lisp.
6610 (face-alternative-font-family-alist): Set alternative font
6611 families from Lisp.
6612
6613 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6614
6615 * faces.el (set-face-charset-registries): Set symbol value.
6616
6617 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6618
6619 * faces.el (face-set-after-frame-default): Call function
6620 internal-merge-in-global-face.
6621
6622 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6623
6624 * faces.el (face-list): Return symbols from face-global-alist.
6625
6626 * faces.el (face-list): Return a copy of the face name list so
6627 that it cannot be modified from outside (facemenu.el uses
6628 nreverse, for example).
6629
6630 * cus-face.el (custom-face-attributes): Add :bold and :italic
6631 for compatibility with old code.
6632
6633 * faces.el (set-face-attributes-from-resources): Additional
6634 frame parameter.
6635 (make-face-x-resource-internal): Set attributes from resources
6636 for a given frame or all frames.
6637
6638 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6639
6640 * faces.el (all-faces): Removed.
6641
6642 * custom.el (defface): Add new face attributes to function
6643 comment.
6644
6645 * font-lock.el (font-lock-comment-face): Use new face attribute
6646 names.
6647 (font-lock-string-face): Ditto.
6648 (font-lock-keyword-face): Ditto.
6649 (font-lock-builtin-face): Ditto.
6650 (font-lock-function-name-face): Ditto.
6651 (font-lock-variable-name-face): Ditto.
6652 (font-lock-type-face): Ditto.
6653 (font-lock-reference-face): Ditto.
6654 (font-lock-warning-face): Ditto.
6655 ((boundp 'font-lock-face-attributes)): Ditto.
6656
6657 * cus-face.el (custom-face-attributes): Use new face attributes.
6658
6659 * faces.el (set-face-attribute-from-resource): Initialize
6660 from resources only for X and W32.
6661
6662 * cus-face.el (custom-declare-face): Don't make frame-local
6663 faces.
6664
6665 * faces.el (describe-face): Use princ instead of insert.
6666
6667 * faces.el: Add XLFD manipulation functions from 20.2 again
6668 because fontset.el uses them.
6669 (face-set-after-frame-default): Add empty definition.
6670
6671 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6672
6673 * faces.el (make-face): Correct typo.
6674 (set-face-attribute-from-resource): Use let*.
6675 (face-underline-p): Correct typo.
6676 (face-inverse-video-p): Ditto.
6677 (set-face-stipple): Ditto.
6678 (face-read-string): Make completion-list optional parameter.
6679
6680 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6681
6682 * faces.el (face-charset-registries): Alist mapping charset
6683 symbols to registries and encoding.
6684
6685 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6686
6687 * frame.el (blink-cursor-mode): Use interactive spec "P".
6688
6689 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6690
6691 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6692 mode. The cursor of selected_window blinks if the mode is enabled.
6693
6694 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6695
6696 * simple.el (next-history-element): Set point to the end of the
6697 prompt if minibuffer-prompt-in-buffer.
6698
6699 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6700
6701 * faces.el (x-font-regexp): Add sub-expression parentheses for
6702 several font name components.
6703
6704 1999-07-21 Gerd Moellmann <gerd@acm.org>
6705
6706 * faces.el (set-face-relief): Use index 12 for relief.
6707 (face-fill-in): Set relief from data.
6708 (internal-make-face): Init relief to zero.
6709
6710 * faces.el (face-spec-set): Call modify-face with additional
6711 parameters for relief and fixed-p.
6712
6713 1999-07-21 Gerd Moellmann <gerd@acm.org>
6714
6715 * cus-face.el: ':fixed and ':relief added.
6716
6717 * faces.el (describe-face): Add fixed font attribute and relief.
6718 (face-attr-match-p): Ditto.
6719 (face-attr-construct): Ditto.
6720 (face-spec-set): Ditto.
6721
6722 1999-07-21 Gerd Moellmann <gerd@acm.org>
6723
6724 * faces.el (internal-make-face): Function to create a Lisp vector
6725 suitable for representing a face.
6726 (make-face): Use it instead of make-vector.
6727 (x-create-frame-with-faces): Use it instead of vector.
6728 (internal-facep): Increase vector size to 14.
6729 (internal-make-face): Ditto.
6730 (face-relief): Access relief thickness.
6731 (face-fixed-p): Access fixed font attribute.
6732 (set-face-fixed-p): Set fixed font attribute.
6733 (set-face-relief): Set relief attribute.
6734 (internal-face-interactive-int): Read int attribute of face.
6735 (modify-face): Add fixed-p and relief parameters.
6736 (copy-face): Handle fixed-p and relief.
6737 (face-equal): Compare fixed-p and relief.
6738 (face-differs-from-default-p): Ditto.
6739 (face-nontrivial-p): Add fixed-p and relief.
6740
6741 1999-07-21 Gerd Moellmann <gerd@acm.org>
6742
6743 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6744 (internal-facep): Increase vector size.
6745 (make-face): Ditto.
6746 (face-shadow-thickness): Added.
6747 (set-face-shadow-thickness): Added.
6748 (modify-face): Add optional shadow-thickness parameter.
6749 (make-face-x-resource-internal): Add shadows.
6750 (copy-face): Ditto.
6751 (face-equal): Ditto.
6752 (face-differs-from-default-p): Ditto.
6753 (face-nontrivial-p): Ditto.
6754 (face-attr-match-p): Ditto.
6755 (face-attr-construct): Ditto.
6756 (face-spec-set): Ditto.
6757 (face-fill-in): Ditto.
6758
6759 1999-07-21 Gerd Moellmann <gerd@acm.org>
6760
6761 * bench.el (bench-mark-split-window): New bench mark.
6762
6763 1999-07-21 Gerd Moellmann <gerd@acm.org>
6764
6765 * faces.el (set-face-font): Don't pass default font to
6766 x-resolve-font so that font will not have to be of the same
6767 size.
6768
6769 1999-07-20 Dave Love <fx@gnu.org>
6770
6771 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6772 unconditionally t.
6773
6774 1999-07-20 Karl Heuer <kwzh@gnu.org>
6775
6776 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6777
6778 1999-07-20 Dave Love <fx@gnu.org>
6779
6780 * help.el (describe-variable): Fix test for customizability.
6781
6782 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6783 Check for readonly buffer in interactive spec.
6784 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6785 (backward-kill-word): Add * to interactive spec.
6786
6787 * underline.el (underline-region, ununderline-region): Add * to
6788 interactive spec.
6789
6790 * fill.el (canonically-space-region, justify-current-line): Add *
6791 to interactive spec.
6792 (fill-region-as-paragraph, fill-paragraph, fill-region)
6793 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6794 readonly buffer in interactive spec.
6795
6796 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6797 (backward-kill-sentence, kill-sentence): Add * to interactive
6798 spec.
6799
6800 1999-07-19 Richard M. Stallman <rms@gnu.org>
6801
6802 * dired-aux.el (dired-do-shell-command): Doc fix.
6803
6804 * shell.el (shell-unquote-argument): New function.
6805 (shell-directory-tracker): Use shell-unquote-argument.
6806 * comint.el (comint-arguments): Handle \ followed by space or tab.
6807
6808 1999-07-19 John Wiegley <jwiegley@borland.com>
6809
6810 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6811 color codes 39 and 49, which by the way lynx uses them seem to
6812 mean "foreground reset" and "background reset".
6813
6814 1999-07-19 Karl Heuer <kwzh@gnu.org>
6815
6816 * font-lock.el (c++-keywords): Add "typeid".
6817
6818 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6819 selects no font, treat that as zero selections, not one.
6820
6821 1999-07-19 Dave Love <fx@gnu.org>
6822
6823 * info.el (Info-search): Don't lose with empty regexp.
6824
6825 * version.el: Cater for (free) `ident' program, not `which'.
6826
6827 * hl-line.el: New file.
6828
6829 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6830 for modes which don't define menus.
6831
6832 1999-07-16 Richard M. Stallman <rms@gnu.org>
6833
6834 * webjump.el (webjump-sample-sites): Update some URLs.
6835
6836 1999-07-14 Richard Stallman <rms@gnu.org>
6837
6838 * Version 20.4 released.
6839
6840 1999-07-14 Andreas Schwab <schwab@gnu.org>
6841
6842 * compare-w.el (compare-windows): Try to find the next window in
6843 the current frame before looking at the other frames.
6844
6845 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
6846
6847 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6848 Use cyrillic-jcuken as default input method.
6849
6850 1999-07-12 Richard Stallman <rms@gnu.org>
6851
6852 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6853 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6854
6855 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6856 (ispell-local-dictionary-alist): Add koi8-r for character set.
6857
6858 * textmodes/flyspell.el (flyspell-get-word):
6859 Add special handling for when ispell-otherchars is empty.
6860
6861 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
6862
6863 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6864 when having nested functons.
6865 (pascal-indent-nested-functions) (pascal-indent-line)
6866 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6867 indenting nested functions.
6868
6869 1999-07-09 Richard Stallman <rms@gnu.org>
6870
6871 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6872
6873 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
6874
6875 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6876 the `end' keyword was in the very beginning of the buffer.
6877
6878 1999-07-08 Richard Stallman <rms@gnu.org>
6879
6880 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6881
6882 * term.el (term-emulate-terminal): Avoid infinite loop
6883 in strange case where minibuffer window is selected but not active.
6884
6885 1999-07-07 Stephen Eglen <stephen@gnu.org>
6886
6887 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6888 Change regexp so that it doesn't match commands beginning with `cd'.
6889
6890 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6891
6892 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6893
6894 1999-07-06 Richard Stallman <rms@gnu.org>
6895
6896 * hscroll.el (hscroll-minibuffer-hook): New function.
6897 (hscroll-global-mode): Add and remove that hook.
6898 Set hscroll-old-truncate-was-global's default value.
6899
6900 1999-07-05 Richard Stallman <rms@gnu.org>
6901
6902 * files.el (revert-buffer): Don't preserve point here.
6903 (revert-buffer-insert-file-contents-function): Doc fix.
6904
6905 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6906
6907 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6908 doing a `stat' when it isn't necessary because that can cause
6909 trouble when an NFS server is down.
6910
6911 1999-07-04 Richard Stallman <rms@gnu.org>
6912
6913 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6914
6915 1999-07-03 Richard Stallman <rms@gnu.org>
6916
6917 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6918 for \200...\240 also.
6919 (isearch-printing-char): Use unibyte-char-to-multibyte.
6920
6921 1999-07-02 Richard Stallman <rms@gnu.org>
6922
6923 * frame.el (minibuffer-frame-alist): Use defcustom.
6924 (pop-up-frame-alist): Likewise.
6925 (initial-frame-alist): Specify * in the doc string.
6926
6927 * hscroll.el (hscroll-mode): Make it a permanent local.
6928 (hscroll-mode): Don't cancel the timer
6929 if HScroll mode is enabled in some other buffer.
6930
6931 * isearch.el (isearch-done): If search ends in middle of intangible
6932 text (due to text property), move on to the limit of that text.
6933
6934 1999-07-01 Andrew Innes <andrewi@gnu.org>
6935
6936 * man.el (Man-build-man-command): Use value of null-device,
6937 instead of hard-coding "/dev/null".
6938
6939 * dos-w32.el (untranslated-canonical-name): Avoid expanding
6940 ange-ftp file names, which might force ange-ftp to prompt for a
6941 password.
6942
6943 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6944 to prevent references to temp files.
6945
6946 1999-06-30 Richard Stallman <rms@gnu.org>
6947
6948 * progmodes/sh-script.el (sh-feature): If nothing is known
6949 about the given shell, use the values for `sh'.
6950
6951 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
6952
6953 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6954 to make it non-recursive.
6955
6956 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6957
6958 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6959
6960 * auto-show.el (auto-show-mode): Fix Typo in :set.
6961
6962 1999-06-29 Richard M. Stallman <rms@gnu.org>
6963
6964 * progmodes/sh-script.el (sh-mode): When setting syntax
6965 table, default to the standard one.
6966
6967 1999-06-27 Richard M. Stallman <rms@gnu.org>
6968
6969 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6970
6971 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
6972
6973 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6974 a frame when `return' is requested (even if pop-up-frames = t)
6975 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6976 should only be set for the bibtex buffer.
6977
6978 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6979
6980 * progmodes/compile.el: Deal with compilation-error-screen-columns
6981 being buffer-local.
6982
6983 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6984
6985 * comint.el (comint-password-prompt-regexp): Allow "(again)".
6986
6987 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6988
6989 * cal-x.el (calendar-only-one-frame-setup): New function.
6990 * calendar.el (calendar): Call it if requested.
6991
6992 1999-06-24 Karl Heuer <kwzh@gnu.org>
6993
6994 * startup.el (iso-8859-n-locale-regexp): Doc fix.
6995
6996 1999-06-22 Richard M. Stallman <rms@gnu.org>
6997
6998 * mail/supercite.el (sc-emacs-features): Doc fix.
6999
7000 1999-06-22 Karl Heuer <kwzh@gnu.org>
7001
7002 * files.el (auto-mode-alist): Add pike-mode.
7003
7004 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7005
7006 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7007 last byte of a numeric field is a space or a NUL. Parse it as
7008 potentially part of the number. This is used by GNU tar
7009 1.12.64012 to handle larger values.
7010
7011 1999-06-20 Karl Heuer <kwzh@gnu.org>
7012
7013 * custom.el (custom-handle-keyword): Fix error message.
7014
7015 1999-06-18 Andrew Innes <andrewi@gnu.org>
7016
7017 * mail/smtpmail.el (smtpmail-send-it): Use
7018 convert-standard-filename to make file names for queued mail safe
7019 on Windows (`:' is invalid in file names on Windows).
7020
7021 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7022
7023 * international/mule-cmds.el (describe-current-input-method):
7024 Current-input-method is string.
7025 (toggle-input-method): Docstring fixed.
7026
7027 * international/mule-diag.el
7028 (describe-current-coding-system-briefly): Fix format string.
7029
7030 * international/mule-util.el (coding-system-eol-type-mnemonic):
7031 Docstring modified. Return a string.
7032
7033 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7034
7035 * sql.el (sql-input-ring-file-name): Doc fix.
7036
7037 1999-06-17 Richard M. Stallman <rms@gnu.org>
7038
7039 * calendar/cal-x.el (special-display-buffer-names):
7040 Don't put (get-file-buffer diary-file) on this list.
7041
7042 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7043
7044 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7045 Don't penalize player for certain impossible guesses.
7046
7047 1999-06-16 Andrew Innes <andrewi@gnu.org>
7048
7049 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7050 return the string "Unk 0 0000" so at least it appears to be a
7051 valid timestamp to `dired-move-to-filename-regexp'.
7052
7053 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7054
7055 * ps-print.el (ps-control-character): Fix previous change.
7056
7057 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7058
7059 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7060 multiple output of the last message.
7061
7062 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7063
7064 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7065 the ASCII apostrophe, as most DOS codepages have some other glyph
7066 there.
7067
7068 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7069
7070 * language/ethio-util.el (setup-ethiopic-environment-internal):
7071 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7072 (exit-ethiopic-environment): Likewize.
7073
7074 1999-06-12 Richard M. Stallman <rms@gnu.org>
7075
7076 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7077
7078 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7079
7080 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7081 custom-initialize-default to avoid infinite loop.
7082 (crisp-mode): (defun) Call transient-mark-mode here, not when
7083 loading the file. Run crisp-mode-hook here, and run
7084 crisp-load-hook when loading the file.
7085
7086 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7087 rmail-summary buffer, search for pattern in rmail-file.
7088
7089 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7090
7091 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7092
7093 * ps-print.el (ps-printer-name): Fix custom type.
7094
7095 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7096
7097 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7098 (vhdl-port-paste-generic-map): Fix indentation bug.
7099 (vhdl-port-paste-port-map): Fix indentation bug.
7100 (vhdl-scan-file-contents): Make scanning case insensitive.
7101
7102 1999-06-11 Richard M. Stallman <rms@gnu.org>
7103
7104 * files.el (write-file): When buffer is not already visiting a file,
7105 don't put buffer name in the minibuffer, just make it the default.
7106 Also handle just directory as arg usefully in that case.
7107
7108 * simple.el (sendmail-user-agent-compose):
7109 Ignore case when inserting the rest of the "other" headers.
7110
7111 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7112
7113 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7114 (info-lookup-interactive-arguments): Never insert the default
7115 into the minibuffer automatically.
7116
7117 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7118
7119 1999-06-09 Richard M. Stallman <rms@gnu.org>
7120
7121 * simple.el (shell-command): Avoid printing "mark set" message.
7122
7123 1999-06-09 Dave Love <fx@gnu.org>
7124
7125 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7126 digits in program name in first pattern.
7127
7128 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7129
7130 * vc.el (vc-dired-mode): Don't match anything before the date in
7131 dired-move-to-filename-regexp.
7132
7133 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7134
7135 * international/quail.el (quail-define-rules): Fix typo in
7136 docstring.
7137
7138 1999-06-05 Stephen Eglen <stephen@gnu.org>
7139
7140 * iswitchb.el (iswitchb-default-keybindings): Add
7141 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7142 than when package is loaded.
7143
7144 1999-06-04 Richard M. Stallman <rms@gnu.org>
7145
7146 * startup.el (command-line): Don't set user-init-file directly;
7147 tell `load' to set it.
7148
7149 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7150
7151 * simple.el (next-history-element):
7152 Handle minibuffer-text-before-history properly when reading sexps.
7153
7154 * disp-table.el (standard-display-european):
7155 For an interactive call by the user,
7156 don't set enable-multibyte-characters,
7157 and don't set the terminal coding system.
7158
7159 * textmodes/refbib.el: Don't print any messages or display
7160 a buffer when loading the library.
7161 (r2b-help): Doc fix.
7162 (r2b-help-message): Update the documentation.
7163 (r2b-load-quietly): Variable deleted.
7164 (r2b-convert-buffer): Doc fix.
7165
7166 1999-06-04 Dave Love <fx@gnu.org>
7167
7168 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7169
7170 * auto-show.el: Don't change hooks on loading.
7171 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7172 (auto-show-mode): Add to hooks here.
7173
7174 1999-06-04 Richard Sharman <rsharman@pobox.com>
7175
7176 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7177 recursion on bogus input.
7178
7179 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7180
7181 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7182 does not select a buffer from the buffers menu, then the attached
7183 frame is not switched to anything.
7184
7185 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7186
7187 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7188 (viet-viscii-...->viet-vscii...).
7189
7190 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7191
7192 1999-06-01 Dave Love <fx@gnu.org>
7193
7194 * progmodes/fortran.el: Add :link to defgroup.
7195 (fortran-blink-matching-if): Match ELSE statements too.
7196 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7197 that filling is always done.
7198
7199 1999-05-31 Richard M. Stallman <rms@gnu.org>
7200
7201 * simple.el (append-next-kill): Use an arg to distinguish
7202 interactive calls from Lisp calls, rather than (interactive-p).
7203
7204 * international/iso-transl.el (iso-transl-language-alist):
7205 Interchange n and N.
7206
7207 1999-05-31 Dave Love <fx@gnu.org>
7208
7209 * msb.el Add to minor-mode-map-alist. Remove hook installation
7210 and keymap munging on load.
7211 (msb-mode): New option.
7212 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7213 Doc fix.
7214 (msb-mode-map): New variable.
7215 (msb-mode): New command.
7216
7217 1999-05-31 Dave Love <fx@gnu.org>
7218
7219 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7220 (ispell-complete-word-dict): Likewise.
7221
7222 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7223
7224 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7225 force the data buffer to be saved, even if the data didn't
7226 change, in case the write filter was modified. Restore the
7227 current record after read-file-filter finishes.
7228
7229 1999-05-29 Karl Heuer <kwzh@gnu.org>
7230
7231 * ispell4.el: Obsolete; file deleted.
7232
7233 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7234
7235 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7236 VALUE is a syntax table.
7237
7238 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7239
7240 * simple.el (zap-to-char): Doc fix.
7241
7242 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7243
7244 * isearch.el (isearch-quote-char): Don't assume character codes
7245 0200 - 0237 stand for characters in some single-byte character
7246 charset.
7247
7248 1999-05-27 Dave Love <fx@gnu.org>
7249
7250 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7251
7252 1999-05-27 Andreas Schwab <schwab@gnu.org>
7253
7254 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7255 headerline does not exist already.
7256
7257 1999-05-26 Richard Stallman <rms@gnu.org>
7258
7259 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7260 Avoid nested null-loops.
7261
7262 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7263
7264 * international/characters.el: Typo fixed; prefered->preferred.
7265
7266 * international/mule-cmds.el (find-coding-systems-for-charsets):
7267 Typo fixed; prefered->preferred.
7268
7269 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7270 method in read-event.
7271
7272 * international/mule.el (charset-info): Doc-string fixed.
7273
7274 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7275
7276 * mail/smtpmail.el (smtpmail-send-it): Bind
7277 smtpmail-code-conv-from properly.
7278 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7279 by smtpmail-code-conv-from.
7280
7281 1999-05-24 Richard Stallman <rms@gnu.org>
7282
7283 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7284 Binding deleted also.
7285
7286 1999-05-24 Karl Heuer <kwzh@gnu.org>
7287
7288 * comint.el (comint-bol-or-process-mark): Doc fix.
7289
7290 1999-05-23 Dave Love <fx@gnu.org>
7291
7292 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7293 Enter it on minor-mode-map-alist.
7294 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7295 Autoload. Add custom setter.
7296 (crisp-mark-line): Doc fix.
7297 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7298 (crisp-mode-hook): Define.
7299
7300 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7301
7302 * files.el (recover-file): Recover buffer-file-coding-system.
7303
7304 1999-05-22 Richard Stallman <rms@gnu.org>
7305
7306 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7307 regexp match the date, to avoid treating date as file size.
7308 Add YYYY S option to WESTERN/
7309
7310 * bookmark.el: Delete some XEmacs compatibility code.
7311 (bookmark-jump-noselect): Check vc-backend.
7312
7313 * subr.el (add-to-list): Doc fix.
7314
7315 1999-05-21 Stephen Eglen <stephen@gnu.org>
7316
7317 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7318
7319 1999-05-18 Richard Stallman <rms@gnu.org>
7320
7321 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7322 non-space after the @anchor command.
7323 (texinfo-format-var): Handle other nested constructs, using
7324 texinfo-parse-expanded-arg and texinfo-discard-command, not
7325 texinfo-parse-arg-discard.
7326
7327 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7328 (debug): Bind and use debugger-outer-inhibit-redisplay.
7329 Bind inhibit-redisplay to nil.
7330 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7331
7332 1999-05-17 Dave Love <fx@gnu.org>
7333
7334 * help.el (describe-function-1): Extra arg, interactive-p.
7335 (describe-key, describe-function): Use it.
7336
7337 1999-05-17 Karl Heuer <kwzh@gnu.org>
7338
7339 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7340
7341 1999-05-16 Dave Love <fx@gnu.org>
7342
7343 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7344 scroll-preserve-screen-position, scroll-conservatively.
7345
7346 1999-05-16 Dave Love <fx@gnu.org>
7347
7348 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7349
7350 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7351
7352 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7353
7354 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7355
7356 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7357 magic number and is not associated with a file.
7358
7359 1999-05-14 Richard M. Stallman <rms@gnu.org>
7360
7361 * files.el (find-file-noselect-1): Fix previous change.
7362
7363 1999-05-14 Simon Marshall <simon@gnu.org>
7364
7365 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7366
7367 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7368
7369 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7370 docstring.
7371
7372 * international/mule-cmds.el: Change MULE to Mule in docstrings
7373 and menus.
7374
7375 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7376
7377 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7378 to correctly reflect the value of BaseLineOffset in
7379 RelativeCompose. Now the value of RelativeCompose is an array of
7380 low and high positions.
7381 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7382 RLC for the above change.
7383
7384 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7385
7386 * comint.el (comint-password-prompt-regexp): Modified to match the
7387 output of ksu and ssh-add.
7388
7389 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7390
7391 * language/korea-util.el (isearch-toggle-korean-input-method):
7392 Adjusted for the change of input method handling in isearch.el.
7393 (isearch-hangul-switch-symbol-ksc): Likewise.
7394 (isearch-hangul-switch-hanja): Likewise.
7395
7396 1999-05-10 Dave Love <fx@gnu.org>
7397
7398 * help.el (help-make-xrefs): Fix typo.
7399
7400 1999-05-10 Andreas Schwab <schwab@gnu.org>
7401
7402 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7403 unibyte-display-via-language-environment.
7404
7405 * help.el (help-make-xrefs): Handle more cases when looking for
7406 commands in a keymap description.
7407
7408 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7409
7410 * loadup.el: For ms-dos systems, load ccl and codepage.
7411
7412 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7413
7414 * ps-print.el (ps-control-character): Call
7415 ps-mule-prepare-ascii-font to setup ASCII fonts.
7416
7417 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7418 ps-multibyte-buffer is nil, use
7419 ps-mule-font-info-database-default."
7420
7421 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7422
7423 * ispell.el (ispell-local-dictionary-alist): New variable for
7424 customizing local dictionaries not accessable by everyone.
7425 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7426 (ispell-required-version): Changed format `(major minor
7427 revision)' to support general pattern matching.
7428 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7429 skip region commented out due to incorrect skip potential in std latex.
7430 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7431 cursor point on small words for calls from `ispell-minor-mode'.
7432 (check-ispell-version): Tests and accepts versions major.minor
7433 and above, with adjustments for interactions in 3.1.0-3.1.11.
7434 (ispell-get-line): No longer skips ispell process special characters.
7435 (ispell-comments-and-strings): Removed `when' macro call.
7436 (ispell-minor-check): Requires ispell-word to restore cursor point.
7437 (ispell-buffer-local-parsing): Supports checking comments only.
7438
7439 1999-05-08 Karl Heuer <kwzh@gnu.org>
7440
7441 * comint.el (comint-password-prompt-regexp): Fix last change to be
7442 more specific.
7443
7444 1999-05-07 Richard M. Stallman <rms@gnu.org>
7445
7446 * subr.el (with-temp-message): Fix the other call to message
7447 to use %s.
7448
7449 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7450
7451 * gud.el (gud-format-command): "%F" means file sans extension.
7452 (jdb): Use %F, not %f, for gud-break.
7453
7454 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7455
7456 * comint.el (comint-password-prompt-regexp): Modified so that it
7457 matches the output of kinit.
7458
7459 1999-05-06 Greg Stark <gsstark@mit.edu>
7460
7461 * timezone.el (timezone-parse-date): Recognize new format used in
7462 internet cookies.
7463
7464 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7465
7466 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7467
7468 1999-05-04 Andrew Innes <andrewi@gnu.org>
7469
7470 * time.el (display-time-update): Allow for wrap-around when
7471 checking against display-time-server-down-time.
7472
7473 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7474
7475 * international/mule-diag.el (describe-coding-system): Fix English
7476 message.
7477
7478 1999-05-03 Jason Rumney <jasonr@altavista.net>
7479
7480 * term/w32-win.el: Change the x-charset-registry property for the
7481 Japanese charsets that are supported by Japanese Windows fonts.
7482
7483 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7484
7485 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7486 diary-block diary entries for which the reminders and the diary
7487 entries can overlap.
7488
7489 1999-05-02 Jason Rumney <jasonr@altavista.net>
7490
7491 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7492 matches the font selected in the dialog.
7493
7494 1999-05-02 Dave Love <fx@gnu.org>
7495
7496 * browse-url.el (browse-url-browser-function): Add :version.
7497
7498 * international/mule.el (auto-coding-alist): Add .tgz.
7499
7500 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7501
7502 * international/codepage.el (cp-coding-system-for-codepage-1):
7503 Make the magnification parameter for the -dos encoder be 2.
7504
7505 1999-05-2 Andrew Innes <andrewi@gnu.org>
7506
7507 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7508 it is dropped, rather than current window.
7509
7510 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7511 after switching buffer, as case-fold-search is a buffer local
7512 variable.
7513
7514 * w32-fns.el (convert-standard-filename): Only convert directory
7515 separators to backslash if the interactive shell is one of the
7516 standard Windows shells that has DOS semantics.
7517
7518 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7519 format-time-string, and return a suitable string to indicate the
7520 timestamp was invalid.
7521
7522 * hexl.el (hexlify-command): Apply shell-quote-argument after
7523 expanding hexl-program in case exec-directory contains a space.
7524 (dehexlify-command): Ditto.
7525
7526 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7527 file extension regexps which aren't necessarily binary files.
7528 (direct-print-region-helper): Use subst-char-in-string instead of
7529 binding directory-sep-char to convert filenames to DOS syntax.
7530 (direct-print-region-use-command-dot-com): New variable.
7531 (direct-print-region-helper): Use it to control whether to invoked
7532 command.com to print on Windows 9x.
7533
7534 * browse-url.el (browse-url-browser-function): Default to
7535 browse-url-default-windows-browser on windows-nt.
7536 (browse-url-default-windows-browser): New function.
7537
7538 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7539
7540 * forms.el (forms-mode): Don't call forms-first-record or
7541 forms-last-record if the data file has zero records.
7542
7543 1999-04-29 Richard M. Stallman <rms@gnu.org>
7544
7545 * files.el (find-file-noselect-1): If buffer-file-name has changed
7546 after find-file-not-found-hooks runs, recompute the truename.
7547 And don't use FILENAME after that point.
7548
7549 1999-04-27 Dave Love <fx@gnu.org>
7550
7551 * paren.el (show-paren-mode)
7552 * which-func.el (which-func-mode-global)
7553 * type-break.el (type-break-mode)
7554 * time.el (display-time-mode)
7555 * rsz-mini.el (resize-minibuffer-mode)
7556 * mouse-sel.el (mouse-sel-mode)
7557 * icomplete.el (icomplete-mode)
7558 * hscroll.el (hscroll-global-mode)
7559 * help.el (temp-buffer-resize-mode)
7560 * font-lock.el (global-font-lock-mode)
7561 * delsel.el (delete-selection-mode)
7562 * avoid.el (mouse-avoidance-mode)
7563 * autoinsert.el (auto-insert-mode)
7564 * winner.el (winner-mode): Doc fix.
7565
7566 1999-04-26 Karl Heuer <kwzh@gnu.org>
7567
7568 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7569 the same whitespace that was ignored in choosing the subject string.
7570
7571 1999-04-26 Richard M. Stallman <rms@gnu.org>
7572
7573 * info.el (Info-find-node): Position properly after finding anchor.
7574
7575 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7576
7577 * simple.el (indent-new-comment-line): Fix previous change.
7578
7579 * complete.el: Delete the wildcard expansion feature
7580 since that is now standard in find-file.
7581 (PC-try-load-many-files): Function deleted.
7582 (PC-after-load-many-files): Function deleted.
7583 (PC-many-files-list): Variable deleted.
7584 (PC-disable-wildcards): Variable deleted.
7585 (partial-completion-mode): Don't enable the wildcard feature.
7586
7587 * complete.el (PC-look-for-include-file): Don't set global variables
7588 `error', `buf' and `filename' here.
7589
7590 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7591
7592 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7593
7594 * textmodes/outline.el (outline-regexp): Doc fix.
7595
7596 1999-04-26 John Wiegley <johnw@borland.com>
7597
7598 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7599 C++Builder 4.0 error message syntax.
7600
7601 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7602
7603 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7604 supported, use find -exec.
7605
7606 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7607
7608 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7609 coding-system-for-write, to avoid hanging when non-interactive.
7610
7611 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7612
7613 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7614 start with a newline.
7615
7616 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7617
7618 * international/mule-conf.el (x-ctext): New coding system.
7619
7620 1999-04-12 Richard M. Stallman <rms@gnu.org>
7621
7622 * international/mule-cmds.el (input-method-function):
7623 Add permanent-local property.
7624
7625 1999-04-12 Dave Love <fx@gnu.org>
7626
7627 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7628 change to use jka-compr-byte-compiler-base-file-name.
7629
7630 * supercite.el (sc-scan-info-alist): Revert last change.
7631 (sc-attrib-selection-list): Fix :type here instead.
7632
7633 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7634
7635 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7636 in the list of case-insensitive filesystems.
7637
7638 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7639
7640 * international/fontset.el (create-fontset-from-fontset-spec):
7641 Don't register duplicated alias fontset names.
7642
7643 1999-04-08 Richard Stallman <rms@gnu.org>
7644
7645 * international/mule.el (auto-coding-alist-lookup): New function.
7646 (set-auto-coding): Use auto-coding-alist-lookup.
7647
7648 * jka-compr.el (jka-compr-insert-file-contents):
7649 Use auto-coding-alist-lookup to check for files that
7650 should not have eol conversion, in the unibyte case.
7651
7652 1999-04-07 Dave Love <fx@gnu.org>
7653
7654 * help.el (describe-variable): Check custom-loads property as well
7655 as custom-type.
7656
7657 * abbrev.el (abbrev-mode): Customizing sets the default value.
7658
7659 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7660
7661 * vc.el (vc-backend-revert): For CVS files that were made
7662 writeable with "cvs edit", call "cvs unedit" to undo that.
7663
7664 1999-04-08 Dave Love <fx@gnu.org>
7665
7666 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7667 more.
7668 (sc-emacs-features): Recognize Emacs 20.
7669 (sc-read-string): Use history arg.
7670 (sc-scan-info-alist): Check for rtnvalue a cons.
7671
7672 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7673
7674 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7675 coding system to encode the message by
7676 select-message-coding-system.
7677
7678 1999-04-07 Richard Stallman <rms@gnu.org>
7679
7680 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7681
7682 * winner.el: Reorder definitions.
7683
7684 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7685
7686 * mail/rmail.el (rmail-decode-babyl-format):
7687 Undo previous change.
7688
7689 1999-04-06 Richard Stallman <rms@gnu.org>
7690
7691 * info.el (Info-find-node): Check for an anchor at the
7692 proper place, before reading an indirect file.
7693
7694 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7695
7696 * jka-compr.el (jka-compr-insert-file-contents):
7697 Use raw-text-unix when we want no conversion.
7698
7699 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7700
7701 * timezone.el (timezone-parse-date): Corrected regexp for
7702 style (5) date format so that tenths of seconds are optional.
7703
7704 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7705
7706 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7707 of dos-codepage-setup.
7708 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7709 codepages for which there's no need to set up cpNNN coding
7710 systems.
7711 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7712
7713 1999-04-05 Richard Stallman <rms@gnu.org>
7714
7715 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7716
7717 1999-04-02 Richard Stallman <rms@gnu.org>
7718
7719 * progmodes/compile.el (compilation-handle-exit): Do right thing
7720 if (car status) doesn't end in a newline.
7721
7722 1999-04-01 Dave Love <fx@gnu.org>
7723
7724 * progmodes/sql.el (SQL): Add defgroup :version.
7725
7726 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7727
7728 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7729 buffer-file-coding-system. If the coding system used is raw-text,
7730 etc., make the *Compiler Input* buffer unibyte.
7731
7732 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7733
7734 * loadup.el: Don't write the fns-...el file if not dumping.
7735
7736 1999-03-31 Dave Love <fx@gnu.org>
7737
7738 * snmp-mode.el (snmp): Fix defgroup :version.
7739
7740 * hilit-chg.el (highlight-changes): Add defgroup :version.
7741
7742 1999-03-31 Andreas Schwab <schwab@gnu.org>
7743
7744 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7745 the gnus-save-hidden-threads macro.
7746
7747 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7748
7749 * faces.el (face-set-after-frame-default): Obey the
7750 `customized-face' for new faces.
7751
7752 1999-03-30 Dave Love <fx@gnu.org>
7753
7754 * international/mule-cmds.el (current-language-environment): Doc fix.
7755 * abbrev.el (abbrev-mode): Doc fix.
7756 * autoinsert.el (auto-insert-mode): Doc fix.
7757 * complete.el (partial-completion-mode): Doc fix.
7758 * avoid.el (mouse-avoidance-mode): Doc fix.
7759 * delsel.el (delete-selection-mode): Doc fix.
7760 * font-lock.el (global-font-lock-mode): Doc fix.
7761 * help.el (temp-buffer-resize-mode): Doc fix.
7762 * hscroll.el (hscroll-global-mode): Doc fix.
7763 * icomplete.el (icomplete-mode): Doc fix.
7764 * mouse-sel.el (mouse-sel-mode): Doc fix.
7765 * paren.el (show-paren-mode): Doc fix.
7766 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7767 * time.el (display-time-mode): Doc fix.
7768 * type-break.el (type-break-mode): Doc fix.
7769 * which-func.el (which-func-mode-global): Doc fix.
7770 * winner.el (winner-mode): Doc fix.
7771
7772 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7773
7774 * wid-edit.el (widget-before-change): Signal text-read-only rather
7775 than an ordinary error.
7776
7777 1999-03-30 Richard M. Stallman <rms@gnu.org>
7778
7779 * repeat.el: Don't require advice.
7780 (repeat): Do function-indirection in check for kbd macro.
7781 In self-insert case, use the *last* char in INSERTION.
7782
7783 1999-03-30 Karl Heuer <kwzh@gnu.org>
7784
7785 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7786
7787 1999-03-29 Andreas Schwab <schwab@gnu.org>
7788
7789 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7790 comint-input-filter-functions. Make variables related to shell
7791 directory tracking local.
7792
7793 1999-03-26 Andreas Schwab <schwab@gnu.org>
7794
7795 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7796
7797 * simple.el (shell-command-on-region): Cope with exit-status being
7798 nil, which happens if call-process-region was interrupted.
7799
7800 1999-03-26 Richard M. Stallman <rms@gnu.org>
7801
7802 * simple.el (indent-new-comment-line): Handle use at a point
7803 after a comment-end. Handle multiple comments.
7804
7805 * mail/rmail.el (rmail-decode-babyl-format):
7806 To prevent locking, bind buffer-file-name to nil.
7807
7808 1999-03-26 Karl Fogel <kfogel@red-bean.com>
7809
7810 * mail-hist.el (mail-hist-current-header-name): Don't make
7811 off-by-one-error when determining if in message body.
7812
7813 1999-03-25 Andrew Innes <andrewi@gnu.org>
7814
7815 * w32-fns.el (set-default-process-coding-system): Copied from
7816 dos-w32.el, but modified to use Unix line endings for process
7817 input, and to add a suitable entry to process-coding-system-alist
7818 for DOS shells.
7819
7820 * dos-fns.el (set-default-process-coding-system): Copied from
7821 dos-w32.el.
7822
7823 * dos-w32.el (set-default-process-coding-system): Move function to
7824 dos-fns.el; a different version is used in w32-fns.el.
7825
7826 1999-03-24 Dave Love <fx@gnu.org>
7827
7828 * info.el (Info-directory-list): Revert change to re-writing
7829 Info-default-directory-list, but put `alternative' first.
7830 (Info-insert-dir): Modify selecting the top dir file as a consequence.
7831
7832 1999-03-23 Simon Marshall <simon@gnu.org>
7833
7834 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7835 on the line by itself.
7836 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
7837 it is not in a declarative context.
7838
7839 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
7840
7841 * cus-edit.el (custom-variable-prompt): Allow customization of
7842 autoloaded symbols.
7843
7844 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
7845
7846 * simple.el (what-cursor-position): Don't cause error when point
7847 is at invalid multibyte sequence.
7848
7849 1999-03-21 Karl Heuer <kwzh@gnu.org>
7850
7851 * complete.el (partial-completion-mode): Doc fix.
7852
7853 1999-03-19 Richard M. Stallman <rms@gnu.org>
7854
7855 * progmodes/cplus-md.el (old-c++): Remove :group.
7856
7857 * progmodes/c-mode.el (old-c): Remove :group.
7858
7859 1999-03-18 Simon Marshall <simon@gnu.org>
7860
7861 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7862 (java-font-lock-keywords-2): Added "strictfp" keyword.
7863
7864 1999-03-17 Jason Rumney <jasonr@altavista.net>
7865
7866 * w32-fns.el (set-w32-system-coding-system) New function.
7867 (w32-system-coding-system) Initialize to 'iso-latin-1.
7868
7869 1999-03-17 Eli Zaretskii <eliz@gnu.org>
7870
7871 * international/mule-cmds.el (set-language-environment): Fix
7872 previous change: don't use dos-codepage when unbound.
7873
7874 1999-03-17 Karl Heuer <kwzh@gnu.org>
7875
7876 * calendar/appt.el (appt-make-list): Fix previous change.
7877
7878 1999-03-16 Richard M. Stallman <rms@gnu.org>
7879
7880 * window.el (shrink-window-if-larger-than-buffer):
7881 Don't try to redisplay with the cursor at the end
7882 on its own line--that would force a scroll and spoil things.
7883
7884 1999-03-16 Eli Zaretskii <eliz@gnu.org>
7885
7886 * international/mule-cmds.el (set-language-environment): Don't use
7887 cpNNN-nonascii-translation-table if it is unbound.
7888
7889 * term/internal.el (dos-codepage-setup): Compute the unibyte
7890 syntax table and bind unibyte-display-via-language-environment
7891 here, rather than at top level, so that resetting to unibyte in
7892 .emacs works as expected.
7893
7894 1999-03-15 Simon Marshall <simon@gnu.org>
7895
7896 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7897
7898 1999-03-14 Milan Zamazal <pdm@pvt.net>
7899
7900 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7901
7902 1999-03-14 Kenichi Handa <handa@etl.go.jp>
7903
7904 * international/mule-util.el (detect-coding-with-priority):
7905 Restore the internal database.
7906
7907 1999-03-14 Stephen Eglen <stephen@gnu.org>
7908
7909 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7910 if mail-from-style has invalid value.
7911
7912 1999-03-12 Karl Heuer <kwzh@gnu.org>
7913
7914 * vc.el (vc-delete-logbuf-window): New var.
7915 (vc-finish-logentry): Use it.
7916
7917 1999-03-12 Richard M. Stallman <rms@gnu.org>
7918
7919 * startup.el (command-line-1): Improve startup msg.
7920
7921 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
7922
7923 * speedbar.el: Added commentary about stealthy functions.
7924 (speedbar-message) new function.
7925 (speedbar-y-or-n-p): New function
7926 (speedbar-with-attached-buffer) Moved macro before reference.
7927 Now uses `save-selected-window'.
7928 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7929 speedbar-generic-item-info, speedbar-item-info-file-helper,
7930 speedbar-item-delete, speedbar-insert-generic-list,
7931 speedbar-timer-fn, speedbar-check-vc-this-line,
7932 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7933 speedbar-buffers-item-info) Use speedbar-message.
7934 (speedbar-item-info) Limit `message-log-max'.
7935 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7936 speedbar-item-delete, speedbar-item-object-delete,
7937 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7938
7939 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
7940
7941 * server.el (server-start): Set coding system for the server
7942 process to raw-text.
7943 (server-process-filter): Decode file names if necessary.
7944
7945 1999-03-12 Dave Love <fx@gnu.org>
7946
7947 * textmodes/fill.el (sentence-end-double-space): Doc fix.
7948
7949 * textmodes/paragraphs.el (sentence-end): Doc fix.
7950
7951 1999-03-11 Karl Heuer <kwzh@gnu.org>
7952
7953 * comint.el (comint-password-prompt-regexp): Accept "login password:"
7954
7955 1999-03-09 Karl Heuer <kwzh@gnu.org>
7956
7957 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7958 (ispell-dictionary-alist-2): Likewise.
7959 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7960 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7961 (ispell-dictionary-alist): Build from six pieces, not just two.
7962
7963 * ps-bdf.el (bdf-directory-list): Doc fix.
7964
7965 * enriched.el (enriched-mode): Make var permanent-local.
7966
7967 1999-03-09 Dave Love <fx@gnu.org>
7968
7969 * textmodes/sgml-mode.el (html-mode): Use
7970 sentence-end-double-space when setting sentence-end.
7971
7972 1999-03-09 Ken'ichi Handa <handa@gnu.org>
7973
7974 * language/thai.el (tis-620): New alias coding system for thai-tis620.
7975
7976 1999-03-08 Felix Lee <flee@cygnus.com>
7977
7978 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7979
7980 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7981
7982 1999-03-08 Karl Heuer <kwzh@gnu.org>
7983
7984 * dired-aux.el (dired-do-copy-regexp): Doc fix.
7985 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7986
7987 * dired.el (dired-do-copy-regexp): Doc fix.
7988 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7989
7990 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
7991
7992 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7993
7994 1999-03-08 Jason Rumney <jasonr@altavista.net>
7995
7996 * international/codepage.el (cp1250-decode-table)
7997 (cp1251-decode-table, cp1253-decode-table)
7998 (cp1257-decode-table): New translation tables for MS Windows codepages.
7999 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8000
8001 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8002
8003 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8004
8005 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8006
8007 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8008
8009 * term/internal.el (top level): Display character 255 as 8bit as well.
8010
8011 1999-03-06 Dave Love <fx@gnu.org>
8012
8013 * progmodes/cc-cmds.el (c-outline-level): Bind
8014 buffer-invisibility-spec.
8015
8016 * progmodes/c-mode.el (c-outline-level): Likewise.
8017
8018 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8019
8020 1999-03-05 Felix Lee <flee@cygnus.com>
8021
8022 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8023
8024 1999-03-05 Richard M. Stallman <rms@gnu.org>
8025
8026 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8027
8028 1999-03-05 Andrew Innes <andrewi@gnu.org>
8029
8030 * w32-fns.el (convert-standard-filename): Convert directory
8031 separators to Windows format.
8032
8033 1999-03-05 Andreas Schwab <schwab@gnu.org>
8034
8035 * international/skkdic-cnv.el: Provide skkdic-cnv.
8036 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8037 (batch-skkdic-convert): Doc fix.
8038
8039 1999-03-04 Dave Love <fx@gnu.org>
8040
8041 * custom.el (custom-set-variables): Protect against setter errors.
8042
8043 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8044
8045 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8046 the file sizes from overflowing.
8047 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8048 Under -s, print the size in blocks with %4.0f, in case they have
8049 a *really* huge file.
8050
8051 1999-03-03 Dave Love <fx@gnu.org>
8052
8053 * options.el (edit-options): Doc fix.
8054 (list-options): Don't lose with unbound symbols. Maintain
8055 Edit-options-mode.
8056
8057 1999-03-01 Dave Love <fx@gnu.org>
8058
8059 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8060
8061 1999-02-28 Richard M. Stallman <rms@gnu.org>
8062
8063 * ispell.el (ispell-dictionary-alist-override): New variable.
8064 (ispell-dictionary-alist): Don't setq it,
8065 if ispell-dictionary-alist-override is set.
8066
8067 * simple.el (shell-command-default-error-buffer): Renamed from
8068 shell-command-on-region-default-error-buffer.
8069 (shell-command-on-region): Mention in echo area when there
8070 is some error output. Mention success or failure, too.
8071 Accumulate multiple error outputs
8072 going forward, with formfeed in between. Display the error buffer
8073 when we have put something in it.
8074 (shell-command): Add the ERROR-BUFFER argument feature.
8075
8076 1999-02-28 Karl Heuer <kwzh@gnu.org>
8077
8078 * mail/mh-utils.el (mh-lib): Doc fix.
8079 (mh-lib-progs, mh-nmh-p): New vars.
8080 (mh-find-progs): Set mh-lib-progs along with other vars.
8081 (mh-path-search): New arg FUNC-P; if specified, use that instead
8082 of mh-file-command-p.
8083 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8084
8085 * mail/mh-comp.el (mh-repl-formfile): New var.
8086 (mh-smail-batch): Don't ignore all arguments.
8087 (mh-reply): Do the right thing when using nmh.
8088
8089 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8090
8091 * international/mule-cmds.el (select-safe-coding-system): Be sure
8092 to show a buffer being decoded.
8093
8094 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8095
8096 * ps-bdf.el (bdf-directory-list): Initialize it to
8097 '("/usr/local/share/emacs/fonts/bdf").
8098
8099 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8100
8101 * ps-print.el: PostScript programming fix.
8102 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8103 setpagedevice operator).
8104
8105 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8106
8107 * ps-print.el: Doc fix, font size specifies landscape and portrait
8108 sizes.
8109 (ps-print-version): New version number (4.1.4).
8110 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8111 Specifies landscape and portrait sizes.
8112 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8113 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8114 fix.
8115 (ps-get-font-size): New fun.
8116 (ps-font-size-internal, ps-header-font-size-internal)
8117 (ps-header-title-font-size-internal): New vars.
8118
8119 * ps-mule.el: Change of ps-print font size variable name.
8120 (ps-mule-generate-font): Fun fix.
8121 (ps-mule-begin-job): Programming uniformization.
8122
8123 1999-02-25 Dave Love <fx@gnu.org>
8124
8125 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8126 (help-make-xrefs): Do Info case first.
8127
8128 * repeat.el: Don't require advice.
8129 (repeat-last-kill-command): Variable deleted.
8130
8131 1999-02-25 Richard Stallman <rms@gnu.org>
8132
8133 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8134 case just because the current buffer is the output buffer.
8135
8136 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8137
8138 * simple.el (what-cursor-position): To show the character's
8139 encoding, use encoded-string-description instead of information
8140 of chaset-origin-alist.
8141
8142 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8143 (encoded-code-description): New function.
8144 (encoded-string-description): New function.
8145 (encode-coding-char): New function.
8146
8147 1999-02-25 Andrew Innes <andrewi@gnu.org>
8148
8149 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8150 checking for .emacs[.el[c]].
8151
8152 1999-02-24 Richard Stallman <rms@gnu.org>
8153
8154 * help.el (describe-function-1): Don't print a whole lambda-function.
8155
8156 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8157
8158 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8159 inputting ?\240.
8160
8161 1999-02-23 Karl Heuer <kwzh@gnu.org>
8162
8163 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8164
8165 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8166 (clean-buffer-list-kill-buffer-names): Doc fix.
8167
8168 * gud.el (gud-jdb-massage-args): Spelling fix.
8169
8170 1999-02-23 Richard M. Stallman <rms@gnu.org>
8171
8172 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8173
8174 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8175
8176 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8177 excursion while calling set-auto-coding-function.
8178
8179 * play/handwrite.el (handwrite): Require ps-print, and use
8180 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8181 if it's defined, instead of forking ps-lpr-command unconditionally.
8182
8183 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8184
8185 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8186 charset-origin-alist property to a coding system for the codepage.
8187
8188 * international/mule.el: Modify comment for charset-origin-alist
8189 property of a coding system.
8190
8191 * simple.el (what-cursor-position): charset-origin-alist property
8192 of a coding system may be a translation table or a symbol of which
8193 `translation-table' property is a translation table.
8194
8195 1999-02-21 Richard Stallman <rms@gnu.org>
8196
8197 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8198 to the "html" template.
8199
8200 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8201
8202 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8203
8204 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8205
8206 * dirtrack.el (dirtrack): Check for the prompt in the input string
8207 instead of the buffer.
8208
8209 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8210
8211 * sql.el: Set version to 1.4.1. Changed mail address to
8212 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8213 (sql-input-ring-separator): Doc fix.
8214 (sql-mode-syntax-table): double-dash starts comments is defined as
8215 ". 56" instead of ". 12b" for XEmacs.
8216 (sql-stop, sql-interactive-mode): Doc fixes.
8217 (sql-postgres): Queries for database and server, not just one.
8218 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8219
8220 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8221 changed. This is needed for master.el to work.
8222 (sql-set-sqli-buffer): Use the new hook.
8223
8224 * sql.el (sql-make-alternate-buffer-name): Function that sets
8225 sql-alternate-buffer-name.
8226 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8227 (sql-interactive-mode): Set sql-alternate-buffer-name.
8228 (sql-rename-buffer): New command.
8229 (sql-interactive-mode-menu): Menu for SQLi buffers.
8230
8231 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8232 and sql-input-ring-file-name are used to temporarily set
8233 comint-input-ring-file-name and comint-input-ring-separator when
8234 reading and writing input history files.
8235
8236 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8237 (sql-input-ring-file-name): New variable with customization.
8238 (sql-input-ring-separator): New variable with customization.
8239 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8240 Callers changed.
8241 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8242 now includes the name of the current buffer.
8243
8244 (sql-mode): Set paragraph-separate and paragraph-start so that
8245 sql-send-paragraph sends the entire SQL statements, even if it
8246 contains indented lines.
8247
8248 1999-02-18 Dave Love <fx@gnu.org>
8249
8250 * format.el (format-encode-run-method, format-decode-run-method):
8251 Fix previous change.
8252
8253 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8254
8255 * international/mule.el (coding-system-list): Moved here from
8256 mule-util.el to avoid autoloading mule-util by the call of
8257 select-safe-coding-system.
8258
8259 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8260
8261 * simple.el (turn-on-auto-fill): Mark it as an option for
8262 `text-mode-hook'.
8263
8264 1999-02-17 Richard Stallman <rms@gnu.org>
8265
8266 * emacs-lisp/easymenu.el (easy-menu-get-map):
8267 Don't crash if (current-local-map) is nil.
8268
8269 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8270
8271 * filecache.el (file-cache-filter-regexps): Added .class.
8272
8273 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8274
8275 * international/mule-util.el (decompose-region): Use
8276 insert-buffer-substring instead of insert-buffer to avoid putting
8277 mark.
8278
8279 1999-02-17 Andreas Schwab <schwab@gnu.org>
8280
8281 * calendar/cal-move.el (scroll-calendar-left): Don't set
8282 displayed-month and displayed-year here, let generate-calendar do
8283 it, after range checking.
8284
8285 1999-02-17 Simon Marshall <simon@gnu.org>
8286
8287 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8288
8289 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8290 correctly between an object declared via a constructor and a method.
8291 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8292 (java-font-lock-keywords-1): Fontify package names individually.
8293 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8294 (java-font-lock-keywords-2): Simplify type fontification.
8295 (java-font-lock-keywords-3): Likewise.
8296
8297 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8298
8299 * language/japanese.el (iso-2022-jp-2): New coding system.
8300 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8301
8302 1999-02-16 Dave Love <fx@gnu.org>
8303
8304 * help.el (describe-function-1): Accept non-symbols.
8305
8306 1999-02-16 Paul Eggert <eggert@twinsun.com>
8307
8308 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8309 find the last match if there are multiple matches.
8310
8311 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8312
8313 * tex-mode.el (tex-run-command, latex-run-command)
8314 (slitex-run-command, tex-command): Doc changes.
8315 (tex-start-options-string): Autoload it. Doc change. Provide
8316 a menu for customization. Allow nil. Quote backslashes only once.
8317 (tex-start-tex): Handle nil value of tex-start-options-string
8318 and apply shell-quote-argument to it.
8319
8320 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8321
8322 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8323 the size in blocks, since it can be a float.
8324 (ls-lisp-format): Likewise
8325
8326 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8327
8328 * language/japanese.el (japanese-shift-jis): Add
8329 charset-origin-alist property.
8330
8331 1999-02-15 Richard Stallman <rms@gnu.org>
8332
8333 * progmodes/compile.el (compile-internal): Use save-selected-window.
8334
8335 * subr.el (momentary-string-display): Bind inhibit-read-only.
8336
8337 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8338
8339 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8340
8341 * mail/rmail.el (rmail-show-message): If an unseen message has a
8342 Summary-line in its header, get past one more line before looking
8343 for the X-Coding-System header.
8344
8345 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8346
8347 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8348 explicitly to accomodate Windows 9X lack of a useful copy program.
8349
8350 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8351
8352 * wid-edit.el (widget-choice-value-create): Use `equal'
8353 instead of `eq'.
8354
8355 1999-02-14 Richard Stallman <rms@gnu.org>
8356
8357 * international/iso-transl.el:
8358 (iso-transl-ae): Renamed from iso-transl-e-slash.
8359 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8360 (iso-transl-AE): Renamed from iso-transl-E-slash.
8361 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8362 (iso-transl-char-map): Related changes.
8363
8364 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8365
8366 1999-02-13 Richard Stallman <rms@gnu.org>
8367
8368 * textmodes/texinfmt.el (texinfo-alias): New function.
8369 (texinfo-fold-nodename-case): Add defvar.
8370 (texinfo-format-node): Do case folding if specified.
8371
8372 * ffap.el (ffap-file-at-point): Test local file names
8373 immediately. Strip off line numbers.
8374
8375 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8376
8377 * sql.el: Set version to 1.3.2
8378 (sql-solid-program): Added support for solid.
8379 (sql-help): Doc mentions sql-solid.
8380 (sql-solid): Entry function for Solid.
8381 (sql-buffer): Doc explains the use of the variable and how to
8382 change it.
8383 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8384 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8385 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8386 is new.
8387 (sql-show-sqli-buffer): New function to display the value of
8388 sql-buffer.
8389 (sql-change-sqli-buffer): New function to change sql-buffer.
8390 (sql-mode): Doc explains how to change sql-buffer.
8391 (sql-send-paragraph): New function to send a paragraph.
8392 (sql-mode-map): Added keybinding for sql-send-paragraph.
8393 (sql-mysql): Doc corrected.
8394 (sql-ms): Doc corrected.
8395
8396 * sql.el (sql-server): Doc fix.
8397 (sql-mysql): Added the use of sql-server to specify the host,
8398 sql-database now specifies database instead of host.
8399 (sql-mode-menu): Send... menu items are only active if sql-buffer
8400 is non-nil.
8401 (sql-help): Changed tag of entry functions a bit.
8402
8403 * sql.el: Added keywords from `finder-by-keyword'.
8404 (sql-mode): Made sql-buffer a local variable, changed the
8405 documentation: removed instructions to add *.sql files to
8406 auto-mode-alist, added documentation for having mutliple SQL
8407 buffers sending their stuff to different SQLi buffers, each
8408 running a different process.
8409 (sql-postgres): Quoted *SQL* in doc string.
8410 (sql-ms): Likewise.
8411 (sql-ingres): Likewise.
8412 (sql-ingres): Quoted *SQL* in doc string, added references to
8413 sql-user and sql-password used during login.
8414 (sql-sybase): Quoted *SQL* in doc string, added comma.
8415 (sql-oracle): Likewise.
8416 (sql-interactive-mode): Added extensive documentation for having
8417 mutliple SQL buffers sending their stuff to different SQLi
8418 buffers, each running a different process.
8419 (sql-buffer): Changed doc from *SQL* to SQLi.
8420 (sql-get-login): Doc fix.
8421
8422 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8423
8424 * international/mule-conf.el (undecided): Set ascii in
8425 safe-charsets property.
8426
8427 1999-02-12 Richard Stallman <rms@gnu.org>
8428
8429 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8430
8431 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8432
8433 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8434 value to ps-mule-font-info-database-latin.
8435
8436 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8437
8438 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8439 (ps-mule-font-info-database-default): New variable.
8440 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8441 ps-mule-font-info-database-default.
8442
8443 1999-02-12 Dave Love <fx@gnu.org>
8444
8445 * timezone.el (timezone-make-date-sortable)
8446 (timezone-make-date-arpa-standard): Doc fix.
8447
8448 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8449
8450 * international/quail.el (quail-show-kbd-layout): Bind
8451 blink-matching-paren to nil.
8452
8453 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8454 for ASCII and Latin-1.
8455
8456 1999-02-12 Andreas Schwab <schwab@gnu.org>
8457
8458 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8459
8460 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8461
8462 * international/mule-cmds.el (language-info-alist): Remove
8463 description about charset-origin-alist.
8464
8465 * international/mule.el: Comment added for a new coding system
8466 property `charset-origin-alit'.
8467 (make-translation-table): This variable deleted.
8468
8469 * language/chinese.el (chinese-big5): Add charset-origin-alist
8470 property.
8471 ("Chinese-CNS"): Remove charset-origin-alist property.
8472
8473 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8474 property.
8475 (cyrillic-alternativnyj): Likewise.
8476 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8477 ("Cyrillic-ALT"): Likewise.
8478
8479 * language/vietnamese.el (vietnamese-viqr): Add
8480 charset-origin-alist property.
8481 ("Vietnamese"): Remove charset-origin-alist property.
8482
8483 * simple.el (what-cursor-position): Don't use the varialbe
8484 charset-origin-alist, but use charset-origin-alist property of
8485 buffer-file-coding-system to decide external character set code.
8486
8487 1999-02-10 Richard Stallman <rms@gnu.org>
8488
8489 * shadowfile.el: Don't turn on the mode when the file is loaded.
8490
8491 1999-02-09 Richard Stallman <rms@gnu.org>
8492
8493 * progmodes/compile.el (compile-auto-highlight): Customize.
8494
8495 * add-log.el (add-log-file-name-function): New variable.
8496 (add-change-log-entry): Call that function, if non-nil.
8497
8498 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8499
8500 * rmail.el (rmail-search): Track match with a marker, not an integer.
8501
8502 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8503
8504 * progmodes/compile.el (compilation-setup): Set value of
8505 compilation-directory-stack as in compilation-forget-errors.
8506 (compile-reinitialize-errors): Bind buffer-undo-list and
8507 deactivate-mark.
8508 (compilation-forget-errors): Likewise.
8509
8510 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8511
8512 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8513 def... constructs.
8514
8515 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8516 Remove calls to sleep-for.
8517
8518 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8519
8520 * international/codepage.el (cp-coding-system-for-codepage-1): On
8521 MS-DOS, use dos-unsupported-char-glyph for characters not
8522 supported by the codepage.
8523 (cp-make-coding-systems-for-codepage): Likewise.
8524
8525 1999-02-08 Andreas Schwab <schwab@gnu.org>
8526
8527 * international/mule-util.el (coding-system-list): Don't sort
8528 coding-system-list here.
8529
8530 * international/mule.el (coding-system-lessp): Moved here from
8531 mule-util.el
8532 (add-to-coding-system-list): New function.
8533 (make-subsidiary-coding-system, make-coding-system,
8534 define-coding-system-alias): Use it instead of setting
8535 coding-system-list directly.
8536
8537 1999-02-07 Dave Love <fx@gnu.org>
8538
8539 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8540 onto message.
8541
8542 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8543
8544 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8545 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8546
8547 1999-02-06 Richard Stallman <rms@gnu.org>
8548
8549 * language/european.el (setup-slovenian-environment): New function.
8550 ("Slovenian"): New language environment.
8551
8552 * progmodes/sql.el (sql-help): Doc fix.
8553 (sql-mysql): Doc fix.
8554
8555 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8556
8557 * tex-mode.el: When compiling, require compare-w and skeleton
8558 to pacify the byte-compiler. Move the def's of the tex-commands
8559 together. Add a comment on kill-process vs. quit-process.
8560
8561 1999-02-05 Dave Love <fx@gnu.org>
8562
8563 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8564 null markers.
8565 (compile-goto-error): Likewise.
8566
8567 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8568
8569 * time-stamp.el (time-stamp-format): Format doc tighter.
8570 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8571 (time-stamp): Don't re-write the time stamp if it didn't change.
8572
8573 1999-02-05 Alex Schroeder <asc@bsiag.com>
8574
8575 * progmodes/sql.el: Changed version to 1.2.1.
8576 (sql-pop-to-buffer-after-send-region): Improved documentation.
8577 (sql-mysql-program): Added MySQL support.
8578 (sql-prompt-length): Made prompt-length configurable.
8579 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8580 (sql-help): Added MySQL support, changed documentation.
8581 (sql-send-region): A message is displayed if something is sent.
8582 (sql-mode): Added buffer-local comment-start.
8583 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8584 (sql-interactive-mode): Added buffer-local comment-start.
8585 (sql-oracle): Set sql-prompt-length.
8586 (sql-sybase): Set sql-prompt-length.
8587 (sql-mysql): Added MySQL support.
8588 (sql-ingres): Set sql-prompt-length.
8589 (sql-ms): Set sql-prompt-length.
8590 (sql-postgres): Set sql-prompt-length.
8591
8592 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8593
8594 * term/internal.el (dos-codepage-setup): Set selection coding
8595 system to cpNNN-dos.
8596
8597 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8598
8599 * international/characters.el: Let ethiopic use iso-2022-7bit.
8600
8601 1999-02-02 Dave Love <fx@gnu.org>
8602
8603 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8604 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8605
8606 1999-02-02 Karl Heuer <kwzh@gnu.org>
8607
8608 * terminal.el (terminal-emulator): Doc fix.
8609
8610 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8611
8612 * international/mule-util.el (compose-chars): Doc-string
8613 modified. Correctly handle a composition character in ARGS.
8614
8615 1999-02-01 Richard Stallman <rms@gnu.org>
8616
8617 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8618 (makefile-menu-index-function): Function deleted.
8619 (makefile-mode): Use makefile-imenu-generic-expression.
8620
8621 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8622
8623 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8624 change, invoke from before-init-hook.
8625
8626 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8627
8628 * subr.el (remove-from-invisibility-spec): Cope with the case when
8629 buffer-invisibility-spec is t.
8630
8631 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8632
8633 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8634 appt-add and appt-delete.
8635
8636 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8637
8638 * term/pc-win.el (msdos-approximate-color): New function.
8639 (msdos-color-translate): Call it to find a DOS color that best
8640 approximates an X-style "#NNNNNN" color specification.
8641
8642 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8643
8644 * international/mule-util.el (compose-chars-component): Add
8645 autoload cookie.
8646
8647 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8648
8649 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8650 function, replace cdr of MAP by the return value of the function
8651 unconditionally.
8652
8653 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8654
8655 * progmodes/compile.el (compilation-next-error-locus): Don't
8656 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8657
8658 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8659
8660 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8661 and NLs before "charset", and allow the charset name be in double
8662 quotes.
8663
8664 1999-01-31 Richard Stallman <rms@gnu.org>
8665
8666 * imenu.el (imenu-sort-function): Fix custom type.
8667
8668 1999-01-30 Richard Stallman <rms@gnu.org>
8669
8670 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8671 (speedbar-line-token): Likewise.
8672
8673 * play/gametree.el (gametree-default-score): Use defcustom.
8674 (gametree-score-regexp, gametree-score-closer): Likewise.
8675 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8676
8677 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8678
8679 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8680 decoding.
8681
8682 1999-01-29 Markus Rost <rost@gnu.org>
8683
8684 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8685 tex-validate-buffer.
8686 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8687 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8688 now with recent occur-mode.
8689 (tex-validate-region): Really walk through all Sexps.
8690 (tex-region): Bind shell-dirtrack-verbose.
8691 (tex-file, tex-bibtex-file): Likewise.
8692
8693 1999-01-29 Dave Love <fx@gnu.org>
8694
8695 * finder.el: (finder-commentary): Fix interactive spec. Try
8696 appending .el to file name.
8697 (finder-find-library, finder-commentary): Doc fixes.
8698
8699 1999-01-29 Andrew Innes <andrewi@gnu.org>
8700
8701 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8702 where the userid contains directory separators.
8703
8704 1999-01-29 Dave Love <fx@gnu.org>
8705
8706 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8707 (lm-commentary): Doc fix.
8708
8709 1999-01-29 Andreas Schwab <schwab@gnu.org>
8710
8711 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8712 wildcard match. Fix regexp that tests if dirpart contains
8713 wildcard characters.
8714
8715 1999-01-28 Richard Stallman <rms@gnu.org>
8716
8717 * font-lock.el (font-lock-default-unfontify-region):
8718 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8719
8720 1999-01-27 Jason Rumney <jasonr@altavista.net>
8721
8722 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8723 from FAMILY field.
8724 (w32-create-initial-fontsets): Do not use before-init-hook.
8725 (mouse-set-font): Document. Automatically create and use fontsets.
8726
8727 * dos-w32.el (direct-print-region-helper): Check for printer
8728 being t as well as a string.
8729
8730 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8731
8732 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8733 (rmail-mime-charset-pattern): New variable.
8734 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8735 rmail-decode-mime-charset is non-nil.
8736
8737 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8738
8739 * international/characters.el: Set category `q' for all characters
8740 in tibetan and tibetan-1-column.
8741
8742 1999-01-27 Andrew Innes <andrewi@gnu.org>
8743
8744 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8745 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8746
8747 1999-01-27 Dave Love <fx@gnu.org>
8748
8749 * international/mule-cmds.el (current-language-environment):
8750 Provide :link, :type (choices) and appropriate :get.
8751
8752 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8753
8754 * startup.el (command-line): Set default eol-mnemonic-* strings to
8755 display end-of-line format in mode line.
8756
8757 * cus-start.el (all): Add eol-mnemonic-* variables.
8758
8759 1999-01-26 Dave Love <fx@gnu.org>
8760
8761 * startup.el (command-line-1): Up-date copyright.
8762
8763 * paths.el (Info-default-directory-list): Use configdir twice.
8764
8765 * info.el (Info-directory-list): Don't set path-separator now
8766 we're not shipped with Texinfo. Simplify path definition.
8767 Substitute all occurrences of instdir in Info-default-directory-list.
8768
8769 1999-01-25 Richard Stallman <rms@gnu.org>
8770
8771 * startup.el (normal-top-level-add-subdirs-to-load-path):
8772 Record the inode numbers of the dirs processed, to avoid loop.
8773
8774 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8775
8776 1999-01-25 Dave Love <fx@gnu.org>
8777
8778 * browse-url.el (browse-url-netscape-program): Doc addition.
8779
8780 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8781 prefix.
8782
8783 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8784 auto-mode-alist.
8785
8786 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8787
8788 * calendar/diary-lib.el (mark-diary-entries): Use
8789 assoc-ignore-case and do not capitalize when matching month and
8790 day names.
8791
8792 * calendar/calendar.el (calendar-read-date): Ditto.
8793
8794 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8795 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8796
8797 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8798
8799 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8800
8801 * calendar/cal-islam.el (calendar-goto-islamic-date)
8802 (mark-islamic-diary-entries): Ditto.
8803
8804 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8805
8806 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8807 (calendar-read-mayan-tzolkin-date): Ditto.
8808
8809 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8810
8811 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
8812
8813 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8814
8815 1999-01-25 Karl Heuer <kwzh@gnu.org>
8816
8817 * faces.el (list-faces-display): Multiline case of previous fix.
8818
8819 1999-01-25 Andreas Schwab <schwab@gnu.org>
8820
8821 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8822
8823 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
8824
8825 * files.el (find-file): If find-file-noselect returns a list,
8826 do switch-to-buffer on each element.
8827 (find-file-other-window): Likewise for all but the first element.
8828 (find-file-other-frame): Same.
8829 (find-file-noselect): When we expand a wildcard, return a list
8830 of buffers.
8831
8832 1999-01-24 Eli Zaretskii <eliz@gnu.org>
8833
8834 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8835 to set the appropriate cpNNN-dos coding system as the
8836 highest-priority coding system.
8837
8838 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8839
8840 * international/fontset.el (generate-fontset-menu): Return a
8841 sorted list by plain names of fontsets.
8842
8843 * international/mule-diag.el (list-fontsets): Sort fontsets by
8844 plain names.
8845
8846 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8847 FIRST is a composite character, decompose it at first.
8848
8849 1999-01-23 Dave Love <fx@gnu.org>
8850
8851 * format.el: Doc fixes.
8852 (format-encode-run-method): Have things happen in the right buffer.
8853 Deal with errors from method. Set coding-system-for-write.
8854 (format-decode-run-method): Have things happen in the right buffer.
8855 Deal with errors from method. Set coding-system-for-read.
8856 (format-alist): Use nil instead of unmatchable regexps.
8857
8858 * simple.el (shell-command-on-region): Return command's exit status.
8859
8860 1999-01-23 Eric Ludlam <zappo@gnu.org>
8861
8862 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8863 of the file whose info we want to display.
8864 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8865 (speedbar-add-mode-functions-list) Improve doc.
8866 (speedbar-line-token) New function.
8867 (speedbar-dired) Fix order of directories in -shown-directories.
8868 (speedbar-line-path): Default return is default-directory
8869 (speedbar-buffers-line-path): Return is dir name only.
8870 (speedbar-mode-functions-list): New variable.
8871 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8872 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8873 speedbar-files-item-info speedbar-buffers-item-info): New functions.
8874 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8875 New functions.
8876 (speedbar-line-file): Broke out part that fetches file from a line.
8877 (speedbar-line-text): New function extracted from speedbar-line-file.
8878 (speedbar-line-path): Converted into a replaceable function.
8879 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8880
8881 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8882
8883 * international/fontset.el (create-fontset-from-x-resource): Make
8884 style variants.
8885
8886 1999-01-22 Dave Love <fx@gnu.org>
8887
8888 * paths.el (Info-default-directory-list): Put sysdir after start.
8889
8890 1999-01-22 Sam Steingold <sds@goems.com>
8891
8892 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8893 a process associated with it.
8894
8895 1999-01-22 Jason Rumney <jasonr@altavista.net>
8896
8897 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8898
8899 1999-01-22 Felix Lee <flee@cygnus.com>
8900
8901 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
8902 major-mode.
8903 (vc-annotate-mode): Delete variable.
8904
8905 1999-01-22 Andrew Innes <andrewi@gnu.org>
8906
8907 * startup.el (command-line): [windows-nt]: Check for existence of
8908 .emacs file so as to notice .emacs.el or .emacs.elc and use them
8909 in preference to _emacs.
8910
8911 1999-01-22 Dave Love <fx@gnu.org>
8912
8913 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8914
8915 1999-01-20 Richard Stallman <rms@gnu.org>
8916
8917 * files.el (find-file-noselect): Do wildcard processing only
8918 if new arg WILDCARDS is non-nil.
8919 (find-file, find-file-other-window): New arg WILDCARDS.
8920 Default it to non-nil if interactive.
8921 (find-file-other-frame): Likewise.
8922 (find-file-read-only): Likewise.
8923 (find-file-read-only-other-window): Likewise.
8924 (find-file-read-only-other-frame): Likewise.
8925
8926 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8927 (widget-plist-convert-option): Delete spurious comma.
8928
8929 1999-01-19 Jason Rumney <jasonr@altavista.net>
8930
8931 * term/w32-win.el (w32-standard-fontspec-spec): Change
8932 iso8859-5 to koi8-r. Add iso8859-9.
8933
8934 1999-01-19 Dave Love <fx@gnu.org>
8935
8936 * browse-url.el (browse-url-maybe-new-window): Delete macro and
8937 its uses.
8938
8939 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8940 is active.
8941 (fortran-indent-subprogram): Likewise.
8942
8943 1999-01-19 Dave Love <d.love@dl.ac.uk>
8944
8945 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8946
8947 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8948
8949 * wid-edit.el (alist): Use sexp as default key-type.
8950
8951 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8952
8953 * textmodes/tex-mode.el (tex-define-common-keys):
8954 Remove key binding of tex-feed-input.
8955 (tex-mode-map): Bind tex-feed-input here.
8956 (tex-start-shell): Use compilation-shell-minor-mode. Set
8957 comint-input-filter-functions before running tex-shell-hook.
8958 (tex-start-tex): Forget compilation errors.
8959 (tex-compilation-parse-errors): Rewritten to work also with
8960 compile-mouse-goto-error and compile-goto-error. Adjusted to
8961 change in tex-region.
8962 (tex-region): For the temp file use file-name without directory.
8963 (tex-file): Expand file name of tex-print-file.
8964
8965 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8966
8967 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
8968
8969 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
8970
8971 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8972 beginning could cause Emacs to hang. Fixed.
8973
8974 1999-01-18 Ken'ichi Handa <handa@gnu.org>
8975
8976 * international/ccl.el (ccl-compile-translate-character): Handle
8977 the case that a tranlation table is CCL register correctly.
8978
8979 * international/mule-cmds.el (select-safe-coding-system):
8980 Hightlight at most 256 characters.
8981
8982 1999-01-18 Dave Love <fx@gnu.org>
8983
8984 * startup.el (command-line): If the init file changes operation to
8985 unibyte, make all buffers unibyte and re-set language environment.
8986
8987 * disp-table.el (standard-display-european): Make all existing
8988 buffers unibyte. Fix doc.
8989
8990 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8991
8992 * wid-edit.el (coding-system): Define this unconditionally.
8993
8994 * simple.el (shell-command-on-region-default-error-buffer): New var.
8995 (shell-command-on-region): Use that variable as interactive
8996 value of ERROR-BUFFER argument.
8997
8998 1999-01-17 Sam Steingold <sds@goems.com>
8999
9000 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9001
9002 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9003
9004 * progmodes/compile.el (compilation-goto-locus): If already in the
9005 compilation buffer's window, keep it in that window.
9006 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9007 (compile-goto-error): Don't play with windows.
9008
9009 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9010 (tex-command): Doc fix.
9011 (tex-compilation-parse-errors): Doc fix.
9012 (tex-generate-zap-file-name): Don't start the name with -.
9013 (tex-expand-files): Works now also with strings ending with ":".
9014
9015 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9016
9017 Patch failed to install:
9018 * gametree.el: Document scoring functionality.
9019 (gametree-score-regexp): Add optional plus sign.
9020 (gametree-score-opener): Replace `:' with `=' as the former
9021 conflicts with gametree-half-ply-regexp.
9022 (gametree-transpose-following-leaves): Add.
9023 (gametree-insert-new-leaf): Make modifying commands barf in read
9024 only buffers.
9025 (gametree-break-line-here): Add a call to
9026 `gametree-transpose-following-leaves'. This maintains the
9027 necessary invariant that on each level all leaf children precede
9028 all nonleaf children. This has always been implied, but left to
9029 the user, and, unfortunately, undocumented.
9030
9031 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9032
9033 * wid-edit.el (plist, alist): New widget types.
9034
9035 1999-01-17 Dave Love <fx@gnu.org>
9036
9037 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9038 fix scope of condition-case therein.
9039
9040 1999-01-17 Andrew Innes <andrewi@gnu.org>
9041
9042 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9043 default-buffer-file-coding-system when file doesn't exist (and
9044 isn't covered by a special case) instead of forcing undecided-dos
9045 against the user's wishes.
9046
9047 * dos-w32.el (direct-print-region-helper): New function based on
9048 direct-print-region-function; sends data to specified printer port
9049 without further translation. Recognize and handle specially the
9050 standard `print' and `nprint' programs, as well as `lpr' and
9051 similar programs. Only write directly to the printer port if no
9052 print program is specified. Work around a bug in Windows 9x
9053 affecting Win32 version of Emacs by invoking command.com to write
9054 to the printer port instead of writing directly.
9055 (direct-print-region-function): Use direct-print-region-helper to
9056 do most of the work.
9057 (direct-ps-print-region-function): New function; analogue of
9058 direct-print-region-function for ps-print.
9059 (ps-lpr-command): Comment out setq; leave as example usage.
9060 (ps-lpr-switches): Ditto.
9061
9062 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9063 and MS-Windows.
9064 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9065 DOS and Windows platforms, to indicate direct printing. Update
9066 the docstring accordingly.
9067
9068 * ps-print.el: (ps-printer-name): Update docstring about usage on
9069 MS-DOS and MS-Windows.
9070 (ps-lpr-command): Update docstring as for lpr-command.
9071 (ps-print-region-function): New variable.
9072 (ps-do-despool): Use it.
9073 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9074 DOS/Windows.
9075
9076 * subr.el (subst-char-in-string): New function.
9077
9078 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9079
9080 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9081
9082 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9083 (bdf-find-font-info): New function, looks for the first readable
9084 file from a list of alternatives.
9085 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9086 instead of bdf-get-font-info.
9087 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9088 to ps-mule-generate-bitmap-glyph.
9089
9090 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9091 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9092 now be a list of alternative names.
9093 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9094 (ps-mule-prepare-font): Likewise.
9095
9096 * international/codepage.el (cp855-decode-table,
9097 cp850-decode-table): Fill some nil entries.
9098
9099 1999-01-16 Dave Love <fx@gnu.org>
9100
9101 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9102 last change.
9103
9104 1999-01-15 Dave Love <fx@gnu.org>
9105
9106 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9107 and change regexp for command names.
9108 (help-xref-go-back, function-called-at-point, symbol-file)
9109 (where-is): Doc fixes.
9110 (help-xref-go-back): Remove interactive spec.
9111 (describe-function-1): Fix message for alias. Buttomize alias
9112 name.
9113
9114 * simple.el (join-line): New alias.
9115
9116 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9117
9118 * forms.el: (forms--show-record): Convert integers to string
9119 expicitly since concat will no longer accept integers.
9120 (forms-print): Use local `total-nb-records' since
9121 `forms--total-records' will be inaccessible after buffer switching.
9122
9123 1998-01-14 Felix Lee <flee@cygnus.com>
9124
9125 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9126
9127 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9128
9129 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9130
9131 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9132
9133 * international/codepage.el (cp850-decode-table): Fix previous change.
9134
9135 1999-01-14 Simon Marshall <simon@gnu.org>
9136
9137 * shell.el (shell-dirtrack-verbose): New custom variable.
9138 (shell-dirstack-message): Use it.
9139
9140 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9141
9142 * international/mule-conf.el: Coding system alias `dos' for
9143 `undecided-dos', `mac' for `undecided-mac'.
9144
9145 * international/mule-cmds.el (describe-language-environment):
9146 Don't alter input-method-alist.
9147
9148 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9149
9150 * international/codepage.el (cp850-decode-table): Replace nil
9151 entries with codes of similary looking glyphs. (Suggested by
9152 Jason Rumney <jasonr@altavista.net>.)
9153
9154 1999-01-13 Dave Love <fx@gnu.org>
9155
9156 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9157
9158 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9159
9160 1999-01-12 Karl Heuer <kwzh@gnu.org>
9161
9162 * files.el (auto-save-hook): Defvar this.
9163
9164 1999-01-12 Alex Schroeder <asc@bsiag.com>
9165
9166 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9167 faces, eliminating the need to load font-lock before loading sql.
9168 (sql-mode-oracle-font-lock-keywords): Likewise.
9169 (sql-mode-postgres-font-lock-keywords): Likewise.
9170
9171 1999-01-11 Dave Love <fx@gnu.org>
9172
9173 * cus-start.el: Add inhibit-eol-conversion.
9174
9175 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9176 the values round.
9177
9178 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9179
9180 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9181 Don't switch to Help mode here.
9182 (temp-buffer-setup-hook): Use help-mode-finish.
9183 (help-mode-setup): New function.
9184 (temp-buffer-setup-hook): Use help-mode-setup.
9185
9186 * progmodes/sql.el: New file.
9187
9188 * files.el (auto-mode-alist): Add sql-mode.
9189
9190 * faces.el (list-faces-display): Improve the formatting
9191 by computing the maximum length required for any face-name.
9192
9193 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9194
9195 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9196
9197 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9198
9199 * term.el (term_send_home): Change the string to
9200 be the same as the one emitted by xterm and consistent with the
9201 ones emitted by prior and next.
9202 (term_send_end): Likewise.
9203
9204 1999-01-10 Dave Love <fx@gnu.org>
9205
9206 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9207 bindings.
9208
9209 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9210
9211 * international/codepage.el (codepage-setup): Doc fix.
9212 (cp-decoding-vector-for-codepage): Likewise.
9213
9214 1999-01-10 Markus Rost <rost@gnu.org>
9215
9216 * cus-edit.el (custom-save-delete): First scan the custom-file.
9217
9218 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9219
9220 * international/iso-transl.el: Define a "function name" for
9221 each translation that isn't ASCII. Use these function names
9222 in iso-transl-char-map.
9223
9224 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9225
9226 * international/mule-util.el (decompose-region): Do decomposition
9227 on temporary unibyte buffer.
9228
9229 * international/mule.el (make-char): Doc-string modified.
9230
9231 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9232
9233 * simple.el (comment-region): Delete spaces only if we
9234 deleted a comment starter.
9235
9236 1999-01-07 Dave Love <fx@gnu.org>
9237
9238 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9239
9240 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9241 like eval-defun does.
9242
9243 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9244
9245 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9246 constructions. Doc fixes.
9247 (generic-create-generic-function): Use defalias, not fset.
9248
9249 * find-func.el: More doc fixes.
9250
9251 1999-01-06 Stephen Eglen <stephen@gnu.org>
9252
9253 * files.el (save-buffers-kill-emacs): Show the list of current
9254 processes before prompting to kill them and exit.
9255
9256 1999-01-06 Dave Love <fx@gnu.org>
9257
9258 * emacs-lisp/find-func.el: Doc fixes.
9259 (find-function-regexp): Extend for define-generic-mode,
9260 define-derived-mode, easy-mmode-define-minor-mode.
9261
9262 1999-01-06 Dave Love <fx@gnu.org>
9263
9264 * progmodes/fortran.el (fortran-window-create): Account for scroll
9265 bar width.
9266
9267 * browse-url.el: Require (noerror) w3-auto when compiling.
9268 (browse-url-maybe-new-window): Make it a macro and revert last
9269 change to callers.
9270 (browse-url-w3): Require w3 for w3-fetch-other-window.
9271
9272 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9273
9274 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9275 argument.
9276
9277 1999-01-06 Simon Marshall <simon@gnu.org>
9278
9279 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9280
9281 * font-lock.el (font-lock-default-fontify-buffer): When using
9282 with-temp-message, use nil rather than current-message.
9283
9284 * lazy-lock.el (lazy-lock-unstall):
9285 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9286 rather than current-message.
9287
9288 * fast-lock.el (fast-lock-save-cache-1):
9289 (fast-lock-cache-data): When using with-temp-message, use nil rather
9290 than current-message.
9291
9292 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9293
9294 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9295 the valid-codes property.
9296
9297 * international/mule-cmds.el (prefer-coding-system): Call
9298 set-coding-priority, so that the internal array of priorities is
9299 also updated.
9300
9301 * international/mule-util.el:
9302 (coding-system-change-eol-conversion,
9303 coding-system-change-text-conversion): Don't define here.
9304
9305 * international/mule-cmds.el: Define them here. Remove the
9306 autoload cookies.
9307
9308 1999-01-06 Andreas Schwab <schwab@gnu.org>
9309
9310 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9311 if it was enabled before.
9312
9313 * view.el (View-revert-buffer-scroll-page-forward): Bind
9314 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9315
9316 * files.el (recover-session): Preserve point when inserting
9317 explanation.
9318
9319 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9320
9321 * cus-edit.el (custom-save-delete): Don't delete whitespace
9322 and comments before the sexp that is replaced.
9323
9324 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9325
9326 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9327
9328 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9329
9330 * vc.el (vc-dired-hook): Use the original value of
9331 dired-move-to-filename-regexp on lines that have not been
9332 reformatted yet.
9333 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9334 file lines have already been reformatted.
9335
9336 1999-01-05 Dave Love <fx@gnu.org>
9337
9338 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9339 buffer-local.
9340
9341 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9342
9343 * progmodes/f90.el: Change of regular expressions for type to
9344 correct highlighting and identation. Some small fixes for
9345 compatibility with XEmacs.
9346
9347 1999-01-05 Stephen Eglen <stephen@gnu.org>
9348
9349 * mspools.el (mspools-vm-system-mail): Provide an alternative
9350 value based on rmail-spool-directory if $MAIL is not defined.
9351
9352 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9353
9354 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9355 (reftex-section-info): Handle negative section levels.
9356 (reftex-view-crossref-extra): New option.
9357 (reftex-view-crossref): Generalized to work in more places.
9358 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9359 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9360 (reftex-view-cite-locations-from-bibtex): New command.
9361 (reftex-view-regexp-match, reftex-global-search,
9362 reftex-global-search-continue): New functions.
9363 (reftex-extract-bib-entries): No error for non-existing BibTeX
9364 file, just a message.
9365 (reftex-extract-bib-entries): Better error handling.
9366 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9367 help and force it on current frame.
9368 (reftex-default-bibliography): New function.
9369 (reftex-access-parse-file): Check consistency after loading a
9370 parse file. When inconsistent, enfore rescan.
9371 (reftex-check-parse-consistency): New function.
9372 (easy-menu-define): Options section drastically shortened.
9373
9374 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9375
9376 * language/thai-util.el (thai-compose-string): New function.
9377
9378 1999-01-04 Inge Frick <inge@nada.kth.se>
9379
9380 * easymenu.el (easy-menu-define): Doc fix.
9381 (easy-menu-create-menu): New keyword :included.
9382 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9383 be an expression, not only a string. Simulate style `button'.
9384 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9385 (easy-menu-define-key-intern): New function.
9386 (easy-menu-add-item): Understand value returned from
9387 easy-menu-item-present-p and easy-menu-remove-item.
9388 (easy-menu-return-item): New function.
9389 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9390
9391 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9392
9393 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9394 Use rmail-output-read-rmail-file-name to read the file name.
9395 Always call rmail-output-to-rmail-file noninteractively.
9396 When count > 1, do the loop here.
9397 Handle rmail-delete-after-output here.
9398 (rmail-summary-output): Similar changes.
9399
9400 * mail/rmailout.el: Provide `rmailout'.
9401 (rmail-output-read-rmail-file-name): New function.
9402 (rmail-output-to-rmail-file): Use that.
9403 (rmail-output-read-file-name): New function.
9404 (rmail-output): Use that.
9405
9406 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9407 Error if wildcard matches no files.
9408
9409 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9410
9411 * menu-bar.el (clipboard-yank): Doc fix.
9412
9413 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9414
9415 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9416
9417 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9418
9419 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9420
9421 * rmail.el (rmail-encode-string): Make sure mask value is
9422 positive; (emacs-pid) returns a negative number on Windows 9x
9423 which causes odd behaviour.
9424
9425 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9426
9427 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9428 and about w32-* variables unless on Windows/NT.
9429
9430 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9431
9432 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9433 if buffer is modified; ask about all modified buffers.
9434
9435 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9436
9437 * simple.el (what-cursor-position): Fix previous change.
9438
9439 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9440
9441 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9442 from paragraph-start.
9443
9444 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9445
9446 * international/mule-cmds.el (prefer-coding-system): If the
9447 argument requires specific EOL conversion type, make the default
9448 coding systems use that.
9449
9450 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9451
9452 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9453 Use shell-command-on-region.
9454 (m4-start-m4, m4-end-m4): Functions deleted.
9455
9456 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9457
9458 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9459
9460 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9461
9462 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9463 to compose-mail in the correct places and as a list.
9464
9465 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9466
9467 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9468 (pages-directory-map): Bind mouse-2
9469 (pages-copy-header-and-position): Put text property.
9470 (pages-directory-goto-with-mouse): New function.
9471
9472 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9473
9474 * international/codepage.el (cp-make-coding-systems-for-codepage):
9475 Doc fix.
9476 (cp-coding-system-for-codepage-1): Likewise.
9477
9478 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9479
9480 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9481 composition sequence correctly here instead of calling
9482 thai-compose-region.
9483
9484 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9485 newline in multibyte buffer, if previous or next character is a
9486 composite char, check the first component of the composite char.
9487
9488 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9489
9490 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9491 and track-mouse.
9492
9493 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9494
9495 * mail/sendmail.el (mail-yank-original): Remove text properties
9496 after insertion.
9497 (mail-yank-region): Barf if no mark is set in the message
9498 being replied to.
9499
9500 * help.el (function-called-at-point): First look for function at point.
9501
9502 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9503
9504 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9505
9506 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9507
9508 * simple.el (what-cursor-position): Print character encoding also.
9509
9510 1998-12-26 Dave Love <fx@gnu.org>
9511
9512 * textmodes/flyspell.el: If local-maps work, don't put
9513 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9514 in flyspell-mouse-map (only).
9515 (flyspell-use-local-map): New variable.
9516 Use a different mouse-2 binding in that case,
9517 and don't add to minor-mode-map-alist.
9518 (make-flyspell-overlay, flyspell-correct-word):
9519 Test flyspell-use-local-map.
9520
9521 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9522
9523 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9524 Be careful about whether to return a relative file name,
9525 and if so, relative to what directory.
9526
9527 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9528
9529 * emacs-lisp/easymenu.el (easy-menu-get-map):
9530 Change global map only if this menu exists in the global map already,
9531 and not in the local map.
9532 (easy-menu-do-add-item): Fix error message.
9533
9534 * foldout.el (foldout-inhibit-key-bindings):
9535 Avoid concatenating onto outline-minor-mode-prefix.
9536 Make a new keymap for that prefix, if it does not already have one.
9537
9538 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9539
9540 * cperl-mode.el:
9541 Can use linear algorithm for indentation if Emacs supports it.
9542 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9543 (cperl-after-block-p): Likewise.
9544 (cperl-after-block-and-statement-beg): Likewise.
9545 (cperl-after-block-p): After END/BEGIN we are a block.
9546 (cperl-after-expr-p): Skip labels when checking
9547 (cperl-indent-region): Make a marker for END - text added/removed.
9548 Disable hooks during the call (how to call them later?).
9549 Now indents 820-line-long function in 6.5 sec (including
9550 syntaxification) the first time (when buffer has few
9551 properties), 7.1 sec the second time.
9552 (cperl-indent-region): Do not indent whitespace lines
9553 (cperl-style-alist)
9554 Include `cperl-merge-trailing-else' where the value is clear.
9555 (cperl-styles-entries): Likewise.
9556 (cperl-problems): Improvements to docs.
9557 (cperl-tips): Likewise.
9558 (cperl-non-problems): Likewise.
9559 (cperl-mode): Make lazy syntaxification possible.
9560 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9561 `font-lock-unfontify-region-function' was set to a wrong function.
9562
9563 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9564 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9565 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9566 but 1<<6 was considered as HERE-doc.
9567 <file/glob> made into a string.
9568 Postpone addition of faces after syntactic step.
9569 Recognition of <FH> was wrong.
9570 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9571 Knows that split// is null-RE.
9572 Highlights separators in 3-parts expressions as labels.
9573 <> was considered as a glob.
9574 Would err if the last line is `=head1'.
9575 $a-1 ? foo : bar; was a considered a regexp.
9576 `<< (' was considered a start of HERE-doc.
9577 mark qq[]-etc sections as syntax-type=string
9578 Was not processing sub protos after a comment ine.
9579 Was treating $a++ <= 5 as a glob.
9580 Tolerate unfinished REx at end-of-buffer.
9581 `unwind-protect' was left commented.
9582 / and ? after : start a REx.
9583
9584 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9585 Better default, customizes to `message' too, off in text-mode.
9586
9587 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9588 `defface'd.
9589 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9590 `defface'd.
9591 (cperl-emacs-can-parse): New state variable.
9592 (cperl-indent-line): Corrected to use global state.
9593 (cperl-calculate-indent): Likewise.
9594 (cperl-fix-line-spacing): Likewise (not used yet).
9595 (cperl-calculate-indent): Did not consider `,' as
9596 continuation mark for statements.
9597 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9598 Remove another parse-data optimization at toplevel: would
9599 indent correctly.
9600 Correct for labels when calculating indentation of continuations.
9601 Docstring updated.
9602 (cperl-choose-color): Converted to a function (to be
9603 compilable in text-mode).
9604 (cperl-dark-background): Disable without window-system.
9605 Do `defface' only if window-system.
9606 (cperl-fix-line-spacing): Sped up to bail out early.
9607 (x-color-defined-p): Was not compiling on XEmacs
9608 Was defmacro'ed with a tick. Remove another def.
9609 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9610 (cperl-unwind-to-safe): New function.
9611 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9612 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9613 long strings (not very successful).
9614 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9615 Highlight the starting // in s//foo/ as function-name.
9616 Emit a meaningful error instead of a cryptic one for an
9617 uncomplete REx near end-of-buffer.
9618
9619 (cperl-electric-keyword): `qr' recognized.
9620 (cperl-electric-else): Likewise
9621 (cperl-to-comment-or-eol): Likewise
9622 (cperl-make-regexp-x): Likewise
9623 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9624 Corrected to use new macros;
9625 `if' for copying `reference-face' to `constant-face' was backward.
9626 remove init `font-lock-other-emphasized-face',
9627 `font-lock-emphasized-face', `font-lock-keyword-face'.
9628 Interpolate `cperl-invalid-face'.
9629 (cperl-make-regexp-x): Misprint in a message.
9630 (cperl-syntaxify-unwind): New configuration variable
9631 (cperl-fontify-m-as-s): New configuration variable
9632 (cperl-electric-pod): Check for after-expr was performed
9633 inside of POD too.
9634 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9635 (cperl-clobber-mode-lists): New configuration variable.
9636 (cperl-not-bad-style-regexp): Updated.
9637 Init: `cperl-is-face' was busted.
9638 (cperl-make-face): New macros.
9639 (cperl-force-face): New macros.
9640 (font-lock-other-type-face): Done via `defface' too.
9641 (cperl-nonoverridable-face): New face. Renamed from
9642 `font-lock-other-type-face'.
9643 (cperl-init-faces-weak): Use `cperl-force-face'.
9644 (cperl-comment-indent): Commenting __END__ was not working.
9645 (cperl-indent-for-comment): Likewise.
9646 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9647 When removing old TAGS info was not relativizing filename.
9648 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9649 Another try to work around XEmacs problems. Better progress messages.
9650 (toplevel): Require custom unprotected => failure on 19.28.
9651 (cperl-xemacs-p): Defined when compile too
9652 (cperl-find-tags): Was writing line/pos in a wrong order,
9653 pos off by 1 and not at beg-of-line.
9654 (cperl-etags-snarf-tag): New macro
9655 (cperl-etags-goto-tag-location): New macro
9656 (cperl-version): New variable. New menu entry
9657 random docstrings: References to "future" 20.3 removed.
9658 Menu was described as `CPerl' instead of `Perl'
9659 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9660 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9661 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9662 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9663 `font-lock-reference-face', `font-lock-keyword-face'.
9664 Use `eval-after-load'.
9665 Remove not-CPerl-related faces.
9666 (cperl-tips-faces): New variable and an entry into Mini-docs.
9667 (cperl-indent-exp): Was not processing else-blocks.
9668 (cperl-get-state): NOP line removed.
9669 (cperl-ps-print): New function and menu entry.
9670 (cperl-ps-print-face-properties): New configuration variable.
9671 (cperl-invalid-face): New configuration variable.
9672 (perl-font-lock-keywords): Highlight trailing whitespace
9673 (cperl-contract-levels): Documentation corrected.
9674 (cperl-contract-level): Likewise.
9675 (cperl-ps-extend-face-list): New macro.
9676 (cperl-invalid-face): Change to ''underline.
9677
9678 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9679
9680 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9681 for read-file-name.
9682 (rmail-output-to-rmail-file): Likewise.
9683
9684 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9685
9686 * emacs-lisp/easymenu.el (easy-menu-get-map):
9687 If MENU is nil, use global menu-bar map.
9688 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9689 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9690
9691 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9692
9693 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9694
9695 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9696
9697 * ps-print.el (ps-print-version): New version number (4.1.3).
9698
9699 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9700
9701 * international/mule-cmds.el: Use make-sparse-keymap instead of
9702 define-prefix-key when defining MULE menu items.
9703
9704 * info.el (Info-node-at-bob-matching): New function.
9705 (Info-find-node, Info-build-node-completions): Call it.
9706
9707 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9708
9709 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9710 when this is an autoloaded keymap.
9711
9712 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9713
9714 * international/codepage.el (cp-coding-system-for-codepage-1):
9715 Create separate encoders and decoders, for DOS and Unix. Make the
9716 usual family of 3 coding systems, so that automatic detection of
9717 EOL type works.
9718 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9719 Unix-specific symbols here, and don't call
9720 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9721 Handa <handa@etl.go.jp>.)
9722
9723 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9724
9725 * term/internal.el (IT-character-translations): New variable, an
9726 alist used to display characters for which there's no glyphs in
9727 the current codepage.
9728 (IT-display-table-setup): New function, sets up the DOS terminal
9729 for a given codepage.
9730 (dos-codepage-setup): New function, sets up the MULE environment
9731 for the current value of dos-codepage.
9732 (top-level if): In the multibyte mode, turn on
9733 unibyte-display-via-language-environment. In the unibyte mode,
9734 set up the special syntax tables to map lower- to upper case and
9735 back.
9736
9737 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9738
9739 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9740 (speedbar-frame-plist) Remove useless comments.
9741 (speedbar-frame-mode) Do not specify height if it is in the param list.
9742 Use default y position w/out changing it.
9743 If default x position is a list, keep, calculate the non-list X
9744 value when devining an initial position.
9745 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9746 (speedbar-tag-group-name-minimum-length): New variable.
9747 (speedbar-frame-parameter): New compatibility function.
9748 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9749 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9750 groups to keep things in the right order, and to help with some
9751 naming conventions.
9752 (speedbar-create-tag-hierarchy): Enable buffer local version of
9753 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9754 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9755 the case, derive it from the cursor location in speedbar.
9756
9757 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9758
9759 * international/mule-cmds.el (set-language-environment): On MS-DOS
9760 terminals, install DOS-specific nonascii-translation-table if the
9761 language info doesn't specify one. Pass the default eol-type to
9762 set-language-environment-coding-systems.
9763 (set-default-coding-systems): Copy the eol-type property for the
9764 new default values of {buffer-file,process}-coding-system from the
9765 old defaults.
9766 (set-language-environment-coding-systems): Accept an optional
9767 argument EOL-TYPE, and set the eol-type property of the default
9768 coding systems accordingly.
9769 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9770 (set-keyboard-coding-system): Likewise.
9771 (set-default-coding-systems): Don't set
9772 default-terminal-coding-system on MS-DOS to anything but nil.
9773 (prefer-coding-system): Describe in the doc string that
9774 default-terminal-coding-system is not changed on MS-DOS.
9775 (set-language-environment): For MS-DOS, set standard syntax table
9776 and display table for all characters with code above 127.
9777 (standard-display-european-internal): For MS-DOS, pass all
9778 characters with code above 127 directly to the terminal, and don't
9779 remap characters 160 and 146 in the unibyte case.
9780
9781 * international/codepage.el: New file.
9782
9783 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9784
9785 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9786 comments.
9787
9788 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9789
9790 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9791
9792 * subr.el (read-passwd): Likewise.
9793
9794 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9795
9796 * info.el (Info-find-node): Add 1 to the position read from the
9797 tag table. Don't fail if the node delimiter ^_ is the first
9798 character in the file.
9799 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9800 first character in the file.
9801 (Info-read-subfile): Likewise.
9802 (Info-select-node): Likewise.
9803 (Info-build-node-completions): Likewise.
9804
9805 1998-12-16 Richard Stallman <rms@gnu.org>
9806
9807 * term/x-win.el (x-cut-buffer-or-selection-value):
9808 If clipboard is enabled, try it before PRIMARY selection.
9809
9810 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9811
9812 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9813 insert c-cedilla and C-cedilla respectively, like in latin-1.
9814
9815 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9816
9817 * language/hebrew.el: Don't use sublists in the flags argument
9818 passed to make-coding-system.
9819
9820 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9821
9822 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9823 list of character sets found by find-charset-region.
9824
9825 * ps-mule.el: Always require ps-print. Move some function
9826 definitions for Emacs 20.2 and the earlier to ps-print.el.
9827 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9828
9829 * ps-print.el: Define several functions for Emacs 20.2 and the
9830 earlier version.
9831 (ps-printer-name): Check if printer-name is bound.
9832
9833 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9834
9835 * ps-mule.el: Programming uniformization and little code improvement.
9836 (ps-mule-prepare-font): Programming uniformization.
9837 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9838 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9839
9840 * ps-bdf.el: Programming uniformization and little code improvement.
9841 (bdf-search-and-read): New fun.
9842 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9843 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9844 (bdf-info-relative-compose, bdf-info-baseline-offset)
9845 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9846 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9847 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9848 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9849 improvement.
9850
9851 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9852
9853 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9854 and mule related code extraction. Autoload ps-mule funs.
9855
9856 * ps-mule.el: Doc fix. Require ps-print only when compiled.
9857 (ps-mule-prologue-generated): New fun.
9858 (ps-mule-plot-string): Add autoload cookie.
9859 (ps-mule-begin-job): Call ps-mule-prologue-generated.
9860
9861 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9862
9863 * ps-bdf.el: Require ps-mule instead of ps-print.
9864 (bdf-directory-list): Add autoload cookie.
9865
9866 * ps-mule.el: New file. Mule related code extracted from
9867 ps-print.el. Require ps-print, provide ps-mule.
9868 (ps-multibyte-buffer): Add autoload cookie.
9869 (ps-mule-prepare-ascii-font): New fun.
9870 (ps-mule-set-ascii-font): New fun.
9871 (ps-mule-skip-same-charset): Fun deleted.
9872 (ps-mule-plot-string): Set ps-mule-current-charset.
9873 (ps-mule-initialize): Add autload cookie. Don't set
9874 ps-mule-font-info-database here.
9875 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
9876 ps-mule-font-info-database and ps-control-or-escape-regexp.
9877 (ps-mule-begin-page): New fun.
9878
9879 * ps-print.el: Mule related code moved to ps-mule.el.
9880 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9881 check ps-mule-charset-list.
9882 (ps-begin-page): Don't set ps-mule-current-charset, instead call
9883 ps-mule-begin-page.
9884 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9885 (ps-plot-region): Don't set ps-mule-current-charset, instead call
9886 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
9887 instead skip same charsets by itself.
9888 (ps-generate): Call ps-mule-initialize of needs-begin-file is
9889 non-nil. Call ps-mule-begin-job.
9890
9891 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9892
9893 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
9894 instead of bdf.
9895
9896 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9897 (ps-mule-external-libraries): New element FEATURE.
9898 (ps-mule-init-external-library): Ajusted for the above change.
9899 (ps-mule-generate-font): Likewise.
9900 (ps-mule-generate-glyphs): Likewise.
9901 (ps-mule-prepare-font): Likewise.
9902 (ps-mule-initialize): Likewise.
9903 (ps-begin-file): Superfluous tailing parenthesis deleted.
9904
9905 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9906
9907 * international/fontset.el (x-decompose-font-name): If PATTERN
9908 doesn't have any wild cards, return a vector made from a name that
9909 is found by x-resolve-font-name found. Comments added.
9910
9911 * international/mule-cmds.el (find-coding-systems-for-charsets):
9912 Handle the case of unknown charset.
9913 (find-multibyte-characters): If invalid multibyte characters are
9914 found, return the corresponding strings instead of character
9915 codes.
9916 (find-multibyte-characters): Adjusted for the above change.
9917 (select-safe-coding-system): For a unibyte buffer, always returns
9918 DEFAULT-CODING-SYSTEM.
9919 (get-charset-property): Fix previous change. Make it a function.
9920 (put-charset-property): Make it a function.
9921
9922 * international/mule.el (make-coding-system): Set mime-charset
9923 property of *-with-esc coding system to nil.
9924
9925 * international/quail.el (quail-point-in-conversion-region): New
9926 function.
9927 (quail-conversion-backward-delete-char): When a key sequence is
9928 being translated, call quail-delete-last-char.
9929
9930 * language/devan-util.el
9931 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9932 handle devanagari-decomposition-rules.
9933
9934 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
9935
9936 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9937 tex-start-options-string to empty string.
9938 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9939
9940 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
9941
9942 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9943 5xx responses are already handled properly).
9944
9945 1998-12-13 Richard Stallman <rms@gnu.org>
9946
9947 * progmodes/compile.el (compilation-error-regexp-alist): Insist
9948 on a non-digit in the file name.
9949
9950 * simple.el (comment-region): Handle comment-padding
9951 separately for insertion and for deletion, in the right way for each.
9952
9953 1998-12-13 Felix Lee <flee@cygnus.com>
9954
9955 * progmodes/compile.el (compilation-error-regexp-alist): Fix
9956 regexp to match "ChangeLog:1:1998-12-09 ..."
9957
9958 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
9959
9960 * cus-start.el (dos-unsupported-char-glyph): Add.
9961
9962 1998-12-11 Dave Love <fx@gnu.org>
9963
9964 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9965 forward-sexp in condition-case.
9966
9967 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9968 Remove unnecessary test on `library' for explicit file name.
9969 Widen scope of save-match-data.
9970
9971 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
9972
9973 * international/mule.el (load-with-code-conversion): If the loaded
9974 file was inserted with no-conversion or raw-text coding system,
9975 make the buffer unibyte.
9976
9977 1998-12-09 Richard Stallman <rms@gnu.org>
9978
9979 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9980 Get rid of nested loops.
9981
9982 * mouse.el (mouse-drag-vertical-line):
9983 If WHICH-SIDE is not `right', then scroll bars are on the left.
9984
9985 * loadhist.el (load-history-loaded): defvar moved to help.el.
9986
9987 * help.el (symbol-file-load-history-loaded): Variable renamed,
9988 and defvar moved from loadhist.el.
9989 (symbol-file): Renamed from describe-function-find-file.
9990 Load fns-VERSION.el here.
9991 (describe-variable, describe-function-1): Use symbol-file.
9992
9993 * textmodes/tex-mode.el (tex-generate-zap-file-name):
9994 Don't start the name with #.
9995
9996 * ispell.el: Take out the eval-when's.
9997
9998 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
9999
10000 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10001 (dirtrack): Run it. Make debug message more verbose.
10002
10003 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10004
10005 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10006 name of the abbrev table, and provide support for XEmacs.
10007 (octave-xemacs-p): New variable.
10008
10009 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10010
10011 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10012 exit, when mail-interactive is nil.
10013
10014 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10015
10016 * files.el (after-find-file): Message fix.
10017
10018 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10019
10020 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10021
10022 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10023
10024 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10025 filenames using backslashes.
10026
10027 1998-12-09 Dave Love <fx@gnu.org>
10028
10029 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10030 with correct number of args.
10031 (browse-url-maybe-new-window): New arg. Callers changed.
10032
10033 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10034 comment.
10035
10036 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10037
10038 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10039
10040 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10041
10042 * vc.el (vc-rcs-release): Fix Type.
10043 (vc-sccs-release): Fix Type.
10044 (vc-cvs-release): Fix Type.
10045
10046 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10047 arg work right.
10048
10049 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10050 output of last undeleted message.
10051
10052 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10053
10054 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10055 (buffer-undo-list) [windows-nt]: Use different relative path.
10056
10057 1998-12-07 Simon Marshall <simon@gnu.org>
10058
10059 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10060
10061 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10062
10063 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10064
10065 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10066
10067 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10068
10069 * info.el (Info-menu): Don't return error if point is between menu
10070 header and first menu item.
10071
10072 1998-12-04 Dave Love <fx@gnu.org>
10073
10074 * help.el (describe-function-1): Fix description for alias.
10075
10076 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10077
10078 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10079 specifications from summary line.
10080
10081 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10082 (close-rectangle): Define alias only once in loaddefs.el.
10083
10084 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10085
10086 * term/internal.el: Remove code which sets up a special syntax
10087 table for non-ASCII characters.
10088
10089 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10090
10091 * dos-w32.el (direct-print-region-function): Try to ensure that
10092 printer-name is expanded to a file name on a local drive;
10093 sometimes printing a file loaded from a network volume fails.
10094 (direct-print-region-function): Add a function to
10095 write-region-annotate-functions to append a formfeed character to
10096 the region being printed, if the region doesn't end with a
10097 formfeed already. This avoids creating a second print job
10098 containing a blank page when print spooling is enabled on Windows.
10099
10100 1998-12-02 Dave Love <fx@gnu.org>
10101
10102 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10103 `Info-goto-node'.
10104
10105 1998-12-02 Richard Stallman <rms@gnu.org>
10106
10107 * help.el (temp-buffer-resize-mode): Doc fix.
10108
10109 * cus-edit.el (custom-save-delete): Save point before
10110 reading a sexp, rather than backing up.
10111
10112 * international/iso-transl.el: Fix previous change.
10113
10114 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10115
10116 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10117 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10118 Added defvars to suppress compilation warnings.
10119
10120 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10121
10122 * ispell.el: Improved and fixed customize for variables:
10123 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10124 ispell-dictionary-alist, ispell-skip-sgml.
10125 Improved and fixed comments in variables and messages for
10126 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10127 ispell-menu-map, ispell-checking-message, ispell-parser,
10128 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10129 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10130 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10131 ispell-message-text-end, ispell-add-per-file-word-list.
10132 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10133 system is now required for all languages. Casechars improved for
10134 castellano, castellano8, and norsk dictionaries. Dictionary
10135 norsk7-tex added. Dictionary polish added.
10136 (ispell-dictionary-alist): Redefined at load-time to support
10137 dictionary changes.
10138 (ispell-menu-map): Redefined at load-time to support menu changes.
10139 (ispell-check-version): New alias for `check-ispell-version'.
10140 (ispell-parse-output): Fixed matching for ispell error messages.
10141 Correctly returns spelling suggestions in order generated by ispell
10142 process.
10143 (check-ispell-version): Ensure `case-fold-search' doesn't get
10144 redefined.
10145 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10146 redefined. Fix bug that didn't respect case of word being completed.
10147 (ispell-init-process): Set process coding system to be compatible
10148 with emacs processes and the ispell process.
10149 (ispell-kill-ispell): Ensures ispell process has terminated before
10150 starting new process. This can otherwise confuse process filters
10151 and hang the ispell process.
10152 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10153 skipping support for sgml.
10154 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10155 which could cause `ispell-complete-word' to hang.
10156 (ispell-message): Improved message reference matching. Ensure
10157 `case-fold-search' doesn't get redefined.
10158 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10159 get redefined. Fixed bug in returning to nroff mode from tex mode.
10160 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10161 get redefined.
10162
10163 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10164
10165 * textmodes/flyspell.el (flyspell-check-word-p):
10166 Don't delay inside a kbd macro.
10167
10168 * subr.el (make-local-hook): Return the hook variable.
10169
10170 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10171
10172 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10173 Use a timer instead of post-command-hook.
10174 (hscroll-timer): New variable.
10175
10176 1998-11-30 Dave Love <fx@gnu.org>
10177
10178 * help.el (help-xref-button): Do nothing if text already has the
10179 help-xref property.
10180 (describe-variable): Revert previous change to hyperlink to source.
10181
10182 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10183
10184 * bindings.el (features): Add `base64' to this list.
10185
10186 * loadhist.el (symbol-file): Doc fix.
10187
10188 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10189
10190 * files.el (hack-one-local-variable): Cope with non-file buffers.
10191
10192 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10193
10194 * help.el (describe-mode): Put major mode first.
10195
10196 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10197 to support special-display and same-window features.
10198
10199 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10200
10201 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10202 bound in one function and used in the other.
10203 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10204 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10205
10206 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10207
10208 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10209
10210 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10211
10212 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10213 Give format correct control string.
10214
10215 * international/mule.el (define-translation-table): Fix bug of
10216 setting incorrect translation-table-id. If the first element of
10217 ARGS is a translation table, just register it.
10218
10219 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10220 property.
10221
10222 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10223
10224 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10225 syntax table to determine what is whitespace.
10226
10227 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10228
10229 * frame.el (frame-parameter): Doc fix.
10230
10231 * textmodes/tex-mode.el (tex-feed-input): New function.
10232 (tex-define-common-keys): Add binding for C-c C-m.
10233
10234 1998-11-23 Dave Love <fx@gnu.org>
10235
10236 * progmodes/fortran.el: Various minor doc fixes.
10237 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10238 (fortran-with-subprogram-narrowing): New macro.
10239 (fortran-check-for-matching-do): Use it.
10240 (fortran-end-do): Use fortran-check-end-prog-re.
10241 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10242 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10243
10244 1998-11-23 Simon Marshall <simon@gnu.org>
10245
10246 * font-lock.el (font-lock-defaults): Doc fix.
10247 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10248 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10249
10250 * lazy-lock.el (lazy-lock-unstall):
10251 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10252
10253 * fast-lock.el (fast-lock-save-cache-1):
10254 (fast-lock-cache-data): Rewritten to use with-temp-message.
10255
10256 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10257
10258 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10259 messages that have been added with DOS line endings and convert
10260 the line endings for such messages.
10261
10262 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10263
10264 * help.el: Add resizing of temporary buffers.
10265 (temp-buffer-resize-mode): New command and variable.
10266 (temp-buffer-max-height): New variable.
10267 (resize-temp-buffer-window): New function.
10268
10269 * window.el (window-buffer-height): New function, split from
10270 shrink-window-if-larger-than-buffer.
10271 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10272
10273 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10274
10275 * frame.el (initial-frame-alist): Add defcustom.
10276
10277 * shell.el (shell-prompt-pattern): Add defcustom.
10278
10279 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10280
10281 * message.el (message-ignored-supersedes-headers): Remove
10282 NNTP-Posting-Date.
10283
10284 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10285
10286 * help.el (describe-mode): Don't avoid loop indirecting thru
10287 value of INDICATOR.
10288
10289 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10290
10291 * help.el (describe-variable): Allow any variable with a defcustom,
10292 even if it is not a user variable.
10293
10294 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10295
10296 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10297
10298 * gnus/nntp.el (nntp-request-group): Allow for failures when
10299 requesting a new group.
10300
10301 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10302
10303 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10304
10305 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10306
10307 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10308
10309 1998-11-19 Simon Marshall <simon@gnu.org>
10310
10311 * subr.el (with-temp-message): New macro.
10312
10313 * emacs-lisp/lisp-mode.el (with-temp-message):
10314 Add lisp-indent-function property.
10315
10316 1998-11-18 Dave Love <fx@gnu.org>
10317
10318 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10319
10320 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10321
10322 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10323 This is not obsolete.
10324
10325 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10326
10327 * textmodes/picture.el: Make a new map by make-keymap.
10328 (picture-desired-column): New variable.
10329 (picture-update-desired-column): New function.
10330 (picture-beginning-of-line): Set picture-desired-column to 0.
10331 (picture-end-of-line): Set picture-desired-column to the current
10332 column.
10333 (picture-forward-column): Pay attention to multi-column character.
10334 (picture-backward-column): Likewise.
10335 (picture-move-down): Likewise.
10336 (picture-move-up): Likewise.
10337 (picture-movement-nw): With prefix arg, move twice columns.
10338 (picture-movement-ne): Likewise.
10339 (picture-movement-sw): Likewise.
10340 (picture-movement-se): Likewise.
10341 (picture-set-motion): Handle two-column movements.
10342 (picture-move): Call picture-move-down or picture-forward-column
10343 only when necessary.
10344 (picture-insert): Pay attention to picture-desired-column.
10345 (picture-self-insert): Likewise.
10346 (picture-clear-column): Pay attention to multi-column character.
10347 (picture-mode): Modify doc-string for two-column movement.
10348
10349 * rect.el (move-to-column-force): New function.
10350 (operate-on-rectangle): If coerce-tabs is non-nil, call
10351 move-to-column-force instead of move-to-column.
10352 (insert-rectangle): Call move-to-column-force instead of
10353 move-to-column.
10354 (open-rectangle-line): If begextra is not zero, call
10355 move-to-column-force.
10356
10357
10358 1998-11-16 Dave Love <fx@gnu.org>
10359
10360 * textmodes/sgml-mode.el Require skeleton when compiling.
10361 (sgml-font-lock-keywords-1): Accept single-letter tags.
10362 (v2): Defvar free variable.
10363
10364 1998-11-16 Sam Steingold <sds@goems.com>
10365
10366 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10367 macro, not ELisp one.
10368
10369 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10370
10371 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10372 characters to symbol.
10373
10374 * language/japan-util.el (japanese-zenkaku-region): New optional
10375 arg KATAKANA-ONLY.
10376
10377 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10378
10379 * international/mule.el
10380 (after-insert-file-set-buffer-file-coding-system): If the buffer
10381 is changed to unibyte, return inserted bytes.
10382
10383 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10384 and link names if necessary.
10385 (tar-header-block-summarize): Handle the case that file or link
10386 names are multibyte.
10387 (tar-summarize-buffer): At first set the current buffer unibyte,
10388 then if there are multibyte file names, change it to multibyte.
10389 (tar-mode): Get char position from tar-header-offset.
10390 (tar-extract): Avoid multibyte<->unibyte conversion in
10391 insert-buffer-subsring by setting both buffers unibyte
10392 temporarily.
10393 (tar-copy): Set the buffer unibyte while doing a work. Write
10394 without code conversion.
10395 (tar-expunge): Set the buffer unibyte while doing a work.
10396 (tar-alter-one-field): Likewise.
10397 (tar-clear-modification-flags): Compare byte position with
10398 tar-header-offset.
10399 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10400 insert-buffer-subsring by setting both buffers unibyte
10401 temporarily. Pay attention to multibyteness while updating the
10402 descriptor-line.
10403 (tar-mode-write-file): Write without code conversion.
10404
10405 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10406
10407 * nngateway.el: Require cl.
10408
10409 1998-11-15 Dave Love <fx@gnu.org>
10410
10411 * progmodes/fortran.el: Fix previous change:
10412 (fortran-end-prog-re1): Changed.
10413 (fortran-check-end-prog-re): New function.
10414 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10415
10416 1998-11-13 Tom Breton <tob@world.std.com>
10417
10418 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10419 GNU Emacs.
10420
10421 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10422
10423 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10424 fixed.
10425 (reftex-toc-toggle-file-boundary,
10426 reftex-toc-toggle-labels,
10427 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10428 (reftex-toc-include-labels, reftex-toc-include-context,
10429 reftex-toc-include-file-boundaries,
10430 reftex-toc-keep-other-windows): New options.
10431 (reftex-use-text-after-label-as-context): Option removed.
10432 (reftex-extract-bib-entries): Protect use in non-latex
10433 buffers.
10434 (reftex-toc-visit-location): Renamed from
10435 `reftex-toc-visit-line'.
10436 (reftex-latin1-to-ascii): Works now with and without Mule.
10437 (reftex-truncate): Removed special stuff for Emacs 20.2.
10438 (reftex-get-offset): Made more general.
10439 (reftex-show-label-location): Renamed from
10440 `reftex-select-label-callback'.
10441 (reftex-pop-to-label): Function removed (using
10442 `reftex-show-label-location' instead.
10443 (reftex-insert-docstruct): Renamed from
10444 `reftex-make-and-insert-label-list'. Function args changed.
10445 (reftex-toc): Now uses `reftex-insert-docstruct' and
10446 `reftex-find-start-point'.
10447 (reftex-select-item): Use `reftex-find-start-point'.
10448 (reftex-toc-visit-line): Can display labels and file
10449 boundaries.
10450 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10451
10452 1998-11-12 Sam Steingold <sds@goems.com>
10453
10454 * browse-url.el (browse-url): Handle the case when
10455 `browse-url-browser-function' is a lambda list.
10456
10457 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10458
10459 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10460 version string.
10461 * loadhist.el (symbol-file): Likewise
10462
10463 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10464
10465 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10466
10467 1998-11-11 Sam Steingold <sds@goems.com>
10468
10469 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10470 `run-lisp' instead of signalling an error.
10471
10472 1998-11-11 Karl Heuer <kwzh@gnu.org>
10473
10474 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10475
10476 1998-11-11 Richard Stallman <rms@gnu.org>
10477
10478 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10479
10480 1998-11-11 Per Starback <starback@update.uu.se>
10481
10482 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10483 renamed svenska8 to svenska, and fixed and extended CASECHARS
10484 for it.
10485
10486 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10487
10488 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10489 handling if setpagedevice is not available.
10490 (ps-begin-file): Fix typo.
10491
10492 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10493
10494 * international/mule-util.el (compose-chars-component): Signal
10495 error if CH is a rule-based composition character.
10496 (compose-chars): Signal error if an already compsed character is
10497 going to be composed by rule-base.
10498
10499 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10500 full XLFD, don't try to get information of WEIGHT and SLANT from
10501 that font name.
10502
10503 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10504
10505 * dos-w32.el (set-default-process-coding-system): Use function on
10506 before-init-hook to set default-process-coding-system based on
10507 enable-multibyte-characters.
10508
10509 * term/w32-win.el ([language-change]): For now ignore
10510 keyboard language-change events.
10511
10512 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10513
10514 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10515 convert-standard-file-name, but leave the results of
10516 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10517 characters if the original name already exists, or has a special
10518 handler.
10519
10520 1998-11-10 Karl Heuer <kwzh@gnu.org>
10521
10522 * international/iso-insert.el: Delete autoload cookies.
10523
10524 * international/iso-transl.el: Add autoload cookies.
10525
10526 1998-11-10 Richard Stallman <rms@gnu.org>
10527
10528 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10529 (ispell-process-line): Don't treat multibyte
10530
10531 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10532
10533 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10534 setpagedevice to specify the page size if setpagedevice is
10535 available. This is necessary to select the correct paper tray on
10536 Level 2 printers with multiple paper sizes available.
10537
10538 (ps-begin-file): Cope with font names that contain spaces, and
10539 call BeginDoc in a BeginSetup/EndSetup block.
10540
10541 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10542
10543 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10544 convert-standard-filename.
10545
10546 * loadhist.el (symbol-file): Run fns-VERSION.el through
10547 convert-standard-filename.
10548
10549 1998-11-06 Richard Stallman <rms@gnu.org>
10550
10551 * textmodes/texinfmt.el (texinfo-format-scan):
10552 Detect the case of two @-commands in a row; process just the first.
10553 (texinfo-append-refill): If line has a @c, insert the @refill
10554 before it.
10555 (texinfo-format-refill): Return with point where the @refill was.
10556
10557 * files.el (hack-local-variables): Test local-enable-local-variables.
10558 (hack-local-variables-prop-line): Likewise.
10559 (set-auto-mode): Don't test local-enable-local-variables here.
10560 (enable-local-variables): Doc fix.
10561 (local-enable-local-variables): Doc fix.
10562 (normal-mode): Doc fix.
10563
10564 1998-11-06 Karl Heuer <kwzh@gnu.org>
10565
10566 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10567
10568 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10569
10570 * simple.el (line-number-mode): Doc fix.
10571
10572 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10573
10574 * international/fontset.el (create-fontset-from-fontset-spec):
10575 Give correct arg to `error'.
10576
10577 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10578
10579 * textmodes/sgml-mode.el (html-mode): Doc fix.
10580 (sgml-name-8bit-mode): Fix missing format character in message string.
10581
10582 1998-11-05 Karl Heuer <kwzh@gnu.org>
10583
10584 * mail/sendmail.el (sendmail-send-it): Check for failure.
10585
10586 1998-11-05 Richard Stallman <rms@gnu.org>
10587
10588 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10589
10590 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10591 (close-rectangle): Define as alias.
10592
10593 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10594
10595 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10596
10597 1998-11-05 Dave Love <fx@gnu.org>
10598
10599 * help.el (describe-variable): Don't quote link to source.
10600
10601 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10602
10603 * gud.el (gud-common-init): Use pop-to-buffer.
10604 (same-window-regexps): Add an element that matches all gud buffers.
10605
10606 1998-11-04 Jason Rumney <jasonr@altavista.net>
10607
10608 * term/w32-win.el (x-get-selection-value): Alias to
10609 x-cut-buffer-or-selection-value.
10610 (w32-standard-fontset-spec): New variable.
10611 (w32-create-initial-fontsets, mouse-set-font): Check whether
10612 new-fontset is available.
10613 (w32-use-w32-font-dialog): Enable use of set-variable.
10614
10615 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10616
10617 * vc.el (with-vc-file, edit-vc-file): New macros.
10618
10619 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10620
10621 * international/quail.el (quail-show-guidance-buf): Call
10622 set-minibuffer-window to set minibuffer window of the current
10623 frame correctly.
10624
10625 1998-11-03 Theodore Jump <tjump@tertius.com>
10626
10627 * term/w32-win.el: Require fontset.
10628
10629 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10630
10631 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10632 (set-face-font-auto): Ditto.
10633
10634 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10635
10636 * mouse.el (mouse-drag-region): Fix typo.
10637
10638 1998-11-02 Dave Love <fx@gnu.org>
10639
10640 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10641 (fortran-fontify-string): New function.
10642 (fortran-font-lock-keywords-1): Use it.
10643
10644 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10645
10646 * comint.el (comint-file-name-quote-list): Doc fix.
10647
10648 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10649
10650 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10651 build directory, not source directory.
10652
10653 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10654 if we did not get one for the final move.
10655
10656 1998-11-01 Dave Love <fx@gnu.org>
10657
10658 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10659 Don't funcall browse-url-browser-function.
10660
10661 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10662 Don't funcall browse-url-browser-function.
10663
10664 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10665
10666 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10667
10668 * files.el (revert-buffer): Doc fix.
10669
10670 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10671
10672 * textmodes/tex-mode.el (tex-start-options-string):
10673 Quote the backslashes with more backslashes.
10674
10675 1998-10-31 Dave Love <fx@gnu.org>
10676
10677 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10678 (webjump): Don't funcall browse-url-browser-function.
10679
10680 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10681
10682 * international/quail.el (quail-start-translation): Handle
10683 switching of the frame in read-key-sequence.
10684 (quail-start-conversion): Likewise.
10685 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10686 windows before setting an appropriate window for it.
10687 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10688 quail-guidance-win to nil.
10689 (quail-update-guidance): If quail-guidance-buf is not in the
10690 selected frame, call quail-show-guidance-buf again.
10691
10692 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10693
10694 * progmodes/pascal.el (pascal-mode):
10695 `blink-matching-paren-dont-ignore-comments' set to t.
10696
10697 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10698
10699 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10700
10701 1998-10-30 Dave Love <fx@gnu.org>
10702
10703 * vc.el (vc-backend-merge-news): Check for "P" output.
10704
10705 * help.el (describe-variable): Hyperlink the definition.
10706
10707 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10708
10709 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10710 (sh-set-shell): Likewise.
10711
10712 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10713
10714 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10715 (edebug-on-error): Fix customize type to match that of
10716 debug-on-error.
10717
10718 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10719
10720 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10721 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10722
10723 * international/mule-cmds.el (select-message-coding-system): Doc
10724 fix.
10725
10726 * international/mule-diag.el (describe-coding-system): Describe
10727 all flags.
10728
10729 * mail/sendmail.el (sendmail-coding-system,
10730 default-sendmail-coding-system): Doc fix.
10731
10732 * simple.el (shell-command-on-region): Doc fix.
10733
10734 * loadup.el: Write fns-*.el in current directory instead of
10735 data-directory since no installation directory exists yet. Mark
10736 buffer unmodified afterwards.
10737
10738 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10739 instead of data-directory since it is architecture dependent.
10740 (load-history-loaded): Update doc string.
10741
10742 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10743
10744 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10745 path as a default directory when canonicalizing names.
10746
10747 * w32-fns.el: Remove a dangling reference to a directory on the
10748 build machine.
10749
10750 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10751
10752 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10753 namespace related keywords such as `class', `body', `private',
10754 `variable', `namespace eval', etc.
10755 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10756 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10757 imenu and font-lock so that searches for \sw would find words
10758 containing colons.
10759
10760 * progmodes/etags.el (initialize-new-tags-table):
10761 Do not alter find-tag-marker-ring and tags-location-ring.
10762
10763 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10764
10765 * term/w32-win.el: Require fontset.
10766 (w32-init-fontsets): New function (code from x-win.el).
10767
10768 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10769
10770 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10771 calendar-and-diary-frame-parameters): Add title parameter.
10772
10773 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10774
10775 * completion.el (dynamic-completion-mode): New function to enable
10776 the mode. (Just loading the file now does not change anything.)
10777
10778 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10779
10780 * ps-print.el: User option for multibyte buffer handling and doc fix.
10781 (ps-multibyte-buffer): New user option.
10782 (ps-setup): Print new user option.
10783 (ps-print-quote): New fun.
10784 (ps-color-p, ps-mule-font-info-database-latin): New var.
10785 (ps-default-color, ps-mule-font-info-database)
10786 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10787 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10788 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10789 Little code improvement.
10790 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10791 (ps-print-prologue-header, ps-font-family, ps-font-size)
10792 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10793 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10794 (ps-mule-external-libraries, ps-mule-init-external-library)
10795 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10796 Doc fix.
10797 (ps-print-version): New version number (4.1.1) and doc fix.
10798 (ps-print-prologue-header): New user option.
10799 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10800 Conditional compilation for GNU Emacs and emacsens.
10801 (ps-generate-postscript-with-faces): Skip invisible text better.
10802 (ps-setup): Print new user option.
10803 (ps-print-preprint): Check if input file name exists and is unwritable.
10804 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10805 and insert user PostScript prologue header comments.
10806 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10807 New funs.
10808 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10809 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10810 PostScript programming normalization.
10811 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10812 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10813 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10814 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10815 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10816 Programming style normalization.
10817
10818 1998-10-26 Kenichi Handa <handa@etl.go.jp>
10819
10820 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10821 version, check the value of mule-version.
10822
10823 * international/mule-util.el (compose-region): Insert then delete
10824 to preserve markers.
10825 (decompose-region): Use search-forward for efficiency.
10826
10827 * language/chinese.el (pre-write-encode-hz): Cancel previous
10828 change, use generate-new-buffer instead of get-buffer-create.
10829 * language/devan-util.el
10830 (in-is13194-devanagari-pre-write-conversion): Likewise.
10831 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10832 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10833 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10834
10835 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10836
10837 * mail/rmailsum.el (rmail-message-subject-p):
10838 Handle message whose header has not been reformatted.
10839
10840 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10841
10842 1998-10-25 Jason Rumney <jasonr@altavista.net>
10843
10844 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10845 New variables.
10846 (mouse-set-font): Use font menus instead of dialog according to
10847 w32-use-w32-font-dialog.
10848
10849 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10850
10851 * calendar/calendar.el (calendar-day-name-array): Add doc string
10852 correctly!
10853 (calendar-month-name-array): Add doc string correctly!
10854
10855 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10856
10857 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10858
10859 1998-10-21 Markus Rost <rost@delysid.gnu.org>
10860
10861 * lisp/info.el (Info-next-menu-item): Stay on top of node.
10862
10863 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10864
10865 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10866
10867 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10868
10869 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
10870
10871 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10872
10873 1998-10-21 Karl Heuer <kwzh@gnu.org>
10874
10875 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10876 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10877 (profile-filter, profile-reset-timer): Functions deleted.
10878 (profile-check-zero-init-times, profile-get-time): Likewise.
10879 (profile-find-function, profile-quit): Likewise.
10880 (profile-distinct, profile-call-stack, profile-last-time): New vars.
10881 (profile-time-list, profile-init-list): Doc fix.
10882 (profile-functions): Simplify.
10883 (profile-print): Use float. Make output include space separators.
10884 (profile-add-time): New helper function.
10885 (profile-function-prolog): Renamed from profile-start-function.
10886 Handle profile-distinct.
10887 (profile-function-epilog): Renamed from profile-update-function.
10888 Handle profile-distinct.
10889 (profile-a-function): If the function to be profiled is an
10890 autoload form, load it. If it's lazy-loaded, fetch it.
10891 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10892 (profile-restore-fun): Arg FUN is now a function symbol, as was
10893 documented, rather than a one-element list.
10894 (profile-finish): Call profile-restore-fun properly.
10895
10896 1998-10-21 Kenichi Handa <handa@etl.go.jp>
10897
10898 * international/characters.el: Setup charset property
10899 nospace-between-words.
10900
10901 * international/mule-cmds.el (get-charset-property): If CHARSET is
10902 composition, return nil.
10903 (put-charset-property): If CHARSET is composition, do nothing.
10904
10905 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10906 * language/devan-util.el
10907 (in-is13194-devanagari-pre-write-conversion): Likewise.
10908 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10909 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10910 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10911
10912 * textmodes/fill.el (sentence-end-without-period): New variable.
10913 (canonically-space-region): Pay attention to
10914 sentence-end-without-period.
10915 (fill-find-break-point): The first argument CHARSET deleted.
10916 Caller changed.
10917 (fill-region-as-paragraph): Pay attention to charset property
10918 nospace-between-words and text property nospace-between-words.
10919
10920 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10921
10922 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10923 an unrecognized shell.
10924
10925 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10926
10927 * desktop.el (desktop-save): Include minor modes symbolically.
10928 (desktop-create-buffer): Turn on all minor modes in `mim'.
10929
10930 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10931
10932 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10933 (sh-font-lock-keywords): Handle rpm and rpm2.
10934 (sh-ancestor-alist): Handle rpm.
10935
10936 * files.el (auto-mode-alist): Recognize .rpm files.
10937 Also .spec and .mspec files.
10938
10939 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10940
10941 * faces.el (frame-set-background-mode): Enable the function for
10942 MSDOS frames.
10943
10944 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10945
10946 * calendar/calendar.el (calendar-day-name-array): Add doc string.
10947 (calendar-month-name-array): Add doc string.
10948
10949 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10950
10951 * simple.el (kill-ring-max): Increased to 60.
10952
10953 1998-10-17 Kenichi Handa <handa@etl.go.jp>
10954
10955 * international/characters.el: Setup auto-fill-chars.
10956
10957 * international/kinsoku.el (kinsoku): Check the variable
10958 enable-kinsoku.
10959
10960 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10961 Don't call kinsoku directly, intead call fill-find-break-point.
10962
10963 * textmodes/fill.el: Setup `fill-find-break-point-function'
10964 property to character sets which require `kinsoku' processing for
10965 filling.
10966 (fill-find-break-point): New function.
10967 (fill-region-as-paragraph): Don't check kinsoku-enable here.
10968 Don't call kinsoku directly, intead call fill-find-break-point.
10969
10970 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10971
10972 * faces.el (modify-face-read-string): Return (nil) for "none".
10973 (modify-face): Don't get error if (nil) is the argument.
10974 (face-try-color-list): Don't check whether nil is a valid color.
10975
10976 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10977
10978 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10979 Print message about each directory, even in batch mode.
10980
10981 * gnus/nntp.el: Require `cl' before using nnoo-declare.
10982
10983 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10984 (ps-mule-string-char): No need to use sref.
10985 (ps-mule-next-index): No need to use sref.
10986
10987 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10988
10989 * files.el (revert-buffer-internal-hook): Add defvar.
10990
10991 * arc-mode.el (archive-mode): Locally set file-precious-flag.
10992
10993 * tar-mode.el (tar-mode): Locally set file-precious-flag.
10994
10995 1998-10-16 Markus Rost <rost@delysid.gnu.org>
10996
10997 * international/mule-cmds.el (default-input-method): Fix custom type.
10998
10999 * net-utils.el (whois-server-list): Fix customization type.
11000
11001 * shell.el (shell-input-autoexpand): Fix customization group.
11002
11003 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11004
11005 * repeat.el (repeat): Handle keyboard macros properly.
11006 Handle new prefix arg after self-insert command.
11007
11008 * repeat.el: Don't include cl even at compile time.
11009 (repeat): Avoid using `loop'.
11010
11011 * simple.el (shell-command-on-region): Doc fix.
11012 (next-history-element): Special error message if no default.
11013
11014 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11015
11016 * ps-print.el (ps-print-buffer): Doc fix.
11017 (ps-despool): Likewise.
11018
11019 * arc-mode.el (arc-mode): Provide arc-mode.
11020
11021 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11022
11023 * ps-print.el (ps-print-buffer): Doc fix.
11024
11025 1998-10-14 Dave Love <fx@gnu.org>
11026
11027 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11028 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11029 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11030
11031 * progmodes/fortran.el (fortran-mode-map): Change "Join
11032 Continuation Line" to "Join Line".
11033 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11034
11035 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11036
11037 * progmodes/fortran.el (fortran-join-line): Use
11038 `delete-indentation' instead of issuing an error message if not on
11039 a continuation line. Provide for joining several lines using
11040 prefix arg.
11041
11042 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11043
11044 * term/pc-win.el (msdos-color-values): New variable.
11045 (x-color-values): New function, emulates its namesake from
11046 src/xfns.c.
11047 (msdos-bg-mode): Add all dark colors to those which return
11048 "dark".
11049
11050 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11051
11052 * replace.el (keep-lines, flush-lines, how-many):
11053 Don't ignore case if arg has upper case letters.
11054
11055 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11056
11057 * progmodes/vhdl-mode.el
11058 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11059 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11060 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11061 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11062 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11063 (vhdl-when): Fix indentation problem.
11064 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11065 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11066 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11067
11068 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11069
11070 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11071 (ls-lisp-insert-directory): Renamed from insert-directory.
11072 (insert-directory): New function.
11073
11074 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11075
11076 * simple.el (completion-fixup-function): Variable deleted.
11077 (completion-setup-function): Delete code for completion-fixup-function.
11078 * emacs-lisp/lisp.el (lisp-complete-symbol):
11079 Don't bind completion-fixup-function.
11080
11081 * files.el (find-file-wildcards): New option.
11082 (find-file-noselect): Handle wild cards, if enabled.
11083 (file-expand-wildcards): New function.
11084
11085 * simple.el (set-fill-column): Doc fix.
11086
11087 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11088
11089 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11090
11091 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11092
11093 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11094 Move declaration before first use.
11095 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11096 hif-math, hif-factor): Rename token to hif-token and token-list to
11097 hif-token-list.
11098 (hif-token, hif-token-list): Declare them.
11099 (hif-find-ifdef-block): Return cons of top and bottom point
11100 instead of setting dynamically bound variables.
11101 (hide-ifdef-block, show-ifdef-block): Use return value of
11102 hif-find-ifdef-block.
11103
11104 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11105
11106 * subr.el (read-passwd): Use clear-this-command-keys.
11107
11108 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11109
11110 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11111 and ...-for-write.
11112
11113 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11114
11115 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11116 responses to GROUP command, since this may be called from a timer
11117 with quit inhibited.
11118
11119 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11120
11121 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11122 set unconditional-jump to nil.
11123 (ccl-compile-read-multibyte-character): Return nil.
11124 (ccl-compile-write-multibyte-character): Likewise.
11125 (ccl-compile-translate-character): Likewise
11126 (ccl-compile-map-multiple): Likewise.
11127 (ccl-compile-map-single): Likewise.
11128
11129 * international/kinsoku.el: Add coding tag.
11130 (kinsoku-bol): Remove superfluous TAB in a string.
11131
11132 * international/mule-cmds.el (find-coding-systems-for-charsets):
11133 Delete `composition' (if any) from CHARSETS.
11134
11135 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11136
11137 * international/mule-cmds.el (setup-specified-language-environment):
11138 Add apropos-inhibit property.
11139 (describe-specified-language-support): Likewise.
11140
11141 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11142
11143 * international/mule.el (make-coding-system): Create -with-esc
11144 variant coding system.
11145
11146 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11147
11148 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11149 (next-file): Optionally offer to revert a file's buffer,
11150 if it has an existing buffer but the file has changed.
11151
11152 * info.el (Info-insert-dir): Detect and report problems
11153 in input files, such as "No Top node". Return with point
11154 at the beginning of the text.
11155 (Info-find-node): Reinsert the code to handle files
11156 with no tags table; it was deleted by mistake.
11157
11158 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11159
11160 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11161 texinfo-find-higher-level-node repeatedly find the same node.
11162 (texinfo-find-higher-level-node): Doc fix.
11163
11164 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11165
11166 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11167 (smtpmail-address-buffer): Add defvar.
11168 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11169
11170 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11171
11172 * ffap.el (ffap-machine-p-local): Fix editing error.
11173
11174 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11175
11176 * faces.el (frame-set-background-mode):
11177 Don't do anythung for text-only or MSDOS frame.
11178
11179 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11180
11181 * international/quail.el (quail-defrule): New optional arg APPEND.
11182 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11183
11184 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11185
11186 * gnus/pop3.el (pop3-open-server):
11187 Set process-coding-system-alist around open-network-stream.
11188
11189 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11190
11191 * files.el (save-buffer): Doc fix.
11192
11193 1998-10-07 Karl Heuer <kwzh@gnu.org>
11194
11195 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11196 return DEF unchanged, not nil. Simplify.
11197
11198 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11199
11200 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11201
11202 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11203
11204 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11205
11206 * net-utils.el (ftp, nslookup): Require comint.
11207 (network-service-connection): Likewise.
11208 (whois-server-name): Defaults to whois.arin.net
11209 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11210 (whois): Tries to guess the appropriate top-level domain server.
11211 (whois-get-tld): New function.
11212
11213 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11214 (dirtrack-debug-toggle): Added this function.
11215
11216 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11217
11218 * files.el (find-file-noselect): Switch to the correct buffer
11219 before checking find-file-literally, and allow non-nil non-t
11220 rawfile params.
11221
11222 1998-10-06 Karl Heuer <kwzh@gnu.org>
11223
11224 * midnight.el (clean-buffer-list): Add autoload cookie.
11225
11226 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11227 no-autosave.
11228 * tar-mode.el (tar-mode-revert): Likewise.
11229 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11230 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11231 * gnus/message.el (message-auto-save-directory): Renamed from
11232 message-autosave-directory. All references changed.
11233
11234 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11235
11236 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11237 string. Expose mime stuff while searching.
11238
11239 1998-10-06 Richard Stallman <rms@gnu.org>
11240
11241 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11242
11243 * replace.el (perform-replace): Position point properly
11244 before and after the recursive edit of C-r.
11245
11246 * progmodes/etags.el (tags-reset-tags-tables): Properly
11247 find the markers in the old rings that are being discarded.
11248
11249 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11250
11251 * apropos.el (apropos-print): Control invalid characters.
11252
11253 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11254 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11255 confusing customize.
11256
11257 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11258
11259 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11260 built-in commands. Add more built-in commands and fix face names.
11261
11262 1998-10-05 Simon Marshall <simon@gnu.org>
11263
11264 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11265
11266 1998-10-04 Eric Ludlam <zappo@gnu.org>
11267
11268 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11269 customization since it is not useful in this case.
11270 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11271 sure it gets evalled to a number. Also verify that set-frame-name
11272 fn exists before calling it.
11273
11274 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11275 Protect a `forward-sexp' call which could fail, and improved regex
11276 for ie, and eg abbreviations.
11277
11278 1998-10-02 Noah Friedman <friedman@splode.com>
11279
11280 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11281 send-string.
11282 (rlogin-send-Ctrl-D): Here also.
11283 (rlogin-send-Ctrl-Z): Here also.
11284 (rlogin-send-Ctrl-backslash): Here also.
11285
11286 1998-10-02 Dave Love <fx@gnu.org>
11287
11288 * outline.el (hide-region-body): Bind
11289 outline-view-change-hook to nil while making repeated calls to
11290 outline-flag-region. Run it once at the end.
11291 (hide-other, hide-sublevels, show-children): Likewise.
11292
11293 * info-look.el: Remove duplicate scheme-mode entry.
11294 (info-lookup-make-completions): When looking for entries, check
11295 that `item' isn't null or "Menu".
11296
11297 1998-10-01 Karl Heuer <kwzh@gnu.org>
11298
11299 * net-utils.el: Don't require ffap.
11300 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11301 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11302
11303 1998-09-30 Richard Stallman <rms@gnu.org>
11304
11305 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11306
11307 * imenu.el (imenu--generic-function): Sort each submenu by position.
11308 (imenu--sort-by-position): New function.
11309
11310 * cus-edit.el (Custom-mode-menu): Fix info node name.
11311 (customize group): Fix info node name.
11312
11313 * mail/mailalias.el (build-mail-aliases): Don't allow
11314 a newline in the alias name. Don't define an alias
11315 if the definition would be empty.
11316
11317 * which-func.el (which-func-mode-global): Make :set function
11318 more reliable.
11319
11320 * custom.el (custom-set-variables): Load the requests first,
11321 then check the symbol's `set' function.
11322
11323 * ffap.el: Doc fixes.
11324
11325 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11326
11327 * gnus.el: (gnus-valid-select-methods): Fix type.
11328 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11329 * gnus-score.el (gnus-orphan-score): Fix type.
11330 (gnus-score-default-header, gnus-score-default-type): Fix type.
11331 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11332 (gnus-saved-headers): Fix type.
11333
11334 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11335 Avoid nil value of `two-lines-citation-part'.
11336
11337 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11338
11339 * which-func.el (which-function): Handle case when
11340 (car imenu--index-alist) is nil.
11341
11342 1998-09-29 Dave Love <fx@gnu.org>
11343
11344 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11345 bzip2 args.
11346
11347 1998-09-29 Simon Marshall <simon@gnu.org>
11348
11349 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11350 comint-exec-hook.
11351
11352 1998-09-29 Stephen Eglen <stephen@gnu.org>
11353
11354 * info-look.el: Add support for Octave.
11355
11356 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11357
11358 * textmodes/reftex.el (reftex-finding-files): New customize group.
11359 (reftex-texpath-environment-variables,
11360 reftex-use-external-file-finders, reftex-external-file-finders,
11361 reftex-search-unrecursed-path-first): New options.
11362 (reftex-process-string, reftex-find-file-externally): New
11363 functions.
11364 (reftex-access-search-path): Execute shell commands to find the
11365 search path.
11366 (reftex-toggle-auto-view-crossref): When turning on, make sure
11367 `reftex-auto-view-crossref' becomes non-nil.
11368 (reftex-abbrev-regexp): Constant removed.
11369 (reftex-convert-string): Abbrev regexp calculated locally.
11370
11371 1998-09-28 Dave Love <fx@gnu.org>
11372
11373 * progmodes/fortran.el: Don't call regexp-opt when deriving
11374 font-lock patterns with keywords that aren't all literal.
11375
11376 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11377
11378 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11379 the form `octave.bin:1>' which come from using precopiled binary
11380 versions.
11381
11382 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11383
11384 * help.el (help-for-help): Use %THIS-KEY%.
11385 (help-quit): Add doc.
11386
11387 * help-macro.el (make-help-screen): Keep HELP-TEXT
11388 in a separate function definition, not in the help command FNAME.
11389 Replace %THIS-KEY% with the key sequence that ran FNAME.
11390
11391 1998-09-25 Richard Stallman <rms@gnu.org>
11392
11393 * textmodes/texinfo.el (texinfo-show-structure):
11394 Bind inhibit-read-only.
11395
11396 * isearch.el (isearch-search-and-update): Properly
11397 handle upper case letters in the reverse-search special case.
11398
11399 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11400
11401 * gnus.el: Extend the list of autoloaded functions.
11402
11403 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11404 buffer before creating help group. (from Gnus v5.6.43, fix by
11405 1998-08-20 Per Starback <starback@update.uu.se>)
11406
11407 * gnus-util.el (gnus-output-to-rmail): Adjust to
11408 `rmail-output-to-rmail-file'.
11409
11410 1998-09-25 Karl Heuer <kwzh@gnu.org>
11411
11412 * hexl.el (hexl-mode-map): More of previous change.
11413
11414 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11415 (tex-start-tex): Don't use tex-start-options-string in star case.
11416 Quote file name in star case as well as in non-star.
11417 Add blank and quoting of option string here.
11418 (tex-start-options-string): Not here.
11419
11420 1998-09-23 Karl Heuer <kwzh@gnu.org>
11421
11422 * term.el (term-delimiter-argument-list): Doc fix.
11423 (term-emulate-terminal): Escape literal semicolon.
11424 * progmodes/asm-mode.el (asm-mode): Doc fix.
11425 (asm-comment-char): Escape literal semicolon.
11426 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11427
11428 1998-09-23 Richard Stallman <rms@gnu.org>
11429
11430 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11431 only those that normally modify the buffer.
11432
11433 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11434 over again.
11435
11436 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11437
11438 * ispell.el (check-ispell-version): Ensure same buffer is current
11439 when let-binding of case-fold-search ends.
11440
11441 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11442
11443 * ps-print.el: Skip invisible overlay.
11444 Test for set-buffer-multibyte rather than using mule-version.
11445 (ps-print-version): New version number (4.1) and doc fix.
11446 (ps-generate-postscript-with-faces): Skip invisible overlay.
11447
11448 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11449
11450 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11451
11452 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11453
11454 * international/quail.el (quail-update-guidance): Check for the
11455 return value of (quail-guidance) fixed.
11456 (quail-update-translation): Bind quail-current-str locally when it
11457 calls quail-update-guidance.
11458 (quail-update-translation): If input-method-exit-on-first-char is
11459 non-nil, terminate translation only when the current input method
11460 is simple.
11461
11462 1998-09-22 Paul Eggert <eggert@twinsun.com>
11463
11464 * startup.el (locale-translation-file-name): Prefer X-related names
11465 to the name used by GNU/Linux sans X. Set to nil if no file found.
11466 (command-line): Use locale-translation-file-name if it is not nil,
11467 instead of testing for its existence again.
11468 regexp-quote the ctype before using it in a regexp.
11469 Allow a colon to appear after the ctype in the aliases file,
11470 as is done in X11R6.4.
11471
11472 1998-09-21 Richard Stallman <rms@gnu.org>
11473
11474 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11475
11476 * calendar/appt.el (appt-interval): Variable deleted.
11477 (appt-check): For minutes in between appt-display-interval times,
11478 do check, but don't display anything except an updated mode line.
11479 Count against appt-display-interval based on minutes since
11480 first display of this appointment, not based on time of day.
11481 If appt-display-mode-line, force mode line redisplay
11482 whenever appt-mode-string has changed.
11483 (appt-add, appt-delete): Add autoload cookies.
11484 (appt-check): Catch errors from calling `diary'.
11485 (appt-max-time): Renamed from max-time.
11486 (appt-now-displayed, appt-display-count): New variables.
11487 (appt-timer): Don't create one if we already have one.
11488
11489 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11490 More general code to use the source buffer instead of the zap file.
11491
11492 * hilit-chg.el (highlight-compare-with-file): Renamed from
11493 compare-with-file.
11494
11495 * loadhist.el (load-history-loaded): New variable.
11496 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11497
11498 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11499
11500 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11501 Fix error messages.
11502
11503 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11504
11505 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11506 Emacs frame.
11507
11508 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11509
11510 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11511 `undecided' and `undecided-unix'.
11512
11513 1998-09-21 Dave Love <fx@gnu.org>
11514
11515 * help.el (help-make-xrefs): Fix typo affecting Info references.
11516
11517 * subr.el (remove-hook): Check list values to avoid errors.
11518
11519 1998-09-18 Noah Friedman <friedman@splode.com>
11520
11521 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11522 store string in eldoc-last-message without consing a new string.
11523 Rearrange logic from nested if's into cond's.
11524 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11525 Do not print message; just return string.
11526 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11527 Do not print message; just return string.
11528 Cache that string in eldoc-last-data.
11529 (eldoc-last-data): Make into a vector.
11530 (eldoc-get-fnsym-args-string): Use new data form of structure.
11531 (eldoc-get-var-docstring): Here also.
11532 (eldoc-last-data-store): New function.
11533 (eldoc-get-fnsym-args-string): Use it.
11534 (eldoc-get-var-docstring): Here also.
11535 (eldoc-docstring-first-line): Minimize interim string consing.
11536 Call substitute-command-keys on the result.
11537 (eldoc-print-var-docstrings, eldoc-print-docstring,
11538 eldoc-docstring-message): Functions removed.
11539 (eldoc-docstring-format-sym-doc): New function, functionality
11540 ripped out of eldoc-docstring-message.
11541 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11542
11543 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11544
11545 * international/mule.el (make-coding-system): Doc-string modified.
11546
11547 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11548
11549 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11550
11551 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11552 customize type.
11553
11554 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11555 type.
11556
11557 * progmodes/compile.el (compilation-error-screen-columns): New
11558 variable.
11559 (compilation-next-error-locus): Use it to decide whether to use
11560 forward-char or move-to-column.
11561
11562 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11563
11564 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11565 feedmail-fiddle-plex-user-list,
11566 feedmail-spray-address-fiddle-plex-list,
11567 feedmail-prompt-before-queue-user-alist,
11568 feedmail-prompt-before-queue-help-supplement,
11569 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11570 feedmail-queue-alternative-mail-header-separator): Fix customize
11571 type.
11572
11573 * startup.el (site-run-file): Fix customize type.
11574
11575 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11576 customize type.
11577
11578 * shell.el (shell-input-autoexpand): Fix customize type.
11579
11580 * ps-print.el (ps-font-info-database): Add missing dots in value.
11581 Improve layout of customize type.
11582
11583 * net-utils.el (traceroute-program-options, ping-program-options,
11584 ipconfig-program-options, netstat-program-options,
11585 arp-program-options, route-program-options,
11586 nslookup-program-options, ftp-program-options): Fix customize
11587 type.
11588
11589 * midnight.el (clean-buffer-list-kill-regexps,
11590 clean-buffer-list-kill-buffer-names,
11591 clean-buffer-list-kill-never-buffer-names,
11592 clean-buffer-list-kill-never-regexps): Fix customize type.
11593
11594 * man.el (Man-init-defvars): Avoid trailing nil on
11595 Man-filter-list.
11596
11597 * lpr.el (printer-name): Fix customize type.
11598
11599 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11600
11601 * international/mule-cmds.el (reset-language-environment): Call
11602 update-coding-systems-internal.
11603
11604 * international/mule-conf.el: Call update-coding-systems-internal
11605 at the tail.
11606
11607 1998-09-14 Dave Love <fx@gnu.org>
11608
11609 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11610 use the menu-enable properties, pending doing it correctly and
11611 acceptably fast.
11612
11613 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11614
11615 1998-09-13 Dave Love <d.love@dl.ac.uk>
11616
11617 * progmodes/hideshow.el (hs-grok-mode-type): Check
11618 comment-{start,end} non-nil as well as bound. Report an error if
11619 we can't grok the mode.
11620
11621 1998-09-13 Richard Stallman <rms@gnu.org>
11622
11623 * simple.el (blink-matching-open): Don't log paren matching
11624 messages in *Messages*.
11625
11626 1998-09-12 Richard Stallman <rms@gnu.org>
11627
11628 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11629 Set point-before-scroll at end even if there was an error.
11630
11631 * ange-ftp.el (ange-ftp-insert-file-contents):
11632 Use binary mode for dumb-unix hosts as for unix hosts.
11633 (ange-ftp-copy-file-internal): Likewise.
11634
11635 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11636
11637 * emacs-lisp/pp.el: Doc fixes.
11638
11639 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11640 (widget-choose): Don't use single-char shortcuts if # items
11641 exceeds that many. Use minibuffer instead.
11642
11643 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11644
11645 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11646
11647 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11648
11649 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11650 in terminal mode.
11651
11652 1998-09-10 Noah Friedman <friedman@splode.com>
11653
11654 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11655 defcustom declaration. It's wreaking too much havoc with XEmacs
11656 and older versions of Emacs, which share this code.
11657
11658 * type-break.el (type-break-mode): Here also.
11659
11660 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11661 `t' to add-hook also to modify the new local value.
11662
11663 1998-09-10 Dave Love <fx@gnu.org>
11664
11665 * vc.el (vc-insert-headers): Doc fix.
11666
11667 1998-09-10 Richard Stallman <rms@gnu.org>
11668
11669 * textmodes/flyspell.el (flyspell-mode-on): Make the
11670 ispell-... variables permanent locals.
11671 (flyspell-mode-off): Add autoload cookie.
11672
11673 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11674 do use binary mode, just as for `unix'.
11675 (ange-ftp-host-type): If HOST is nil, return `unix'.
11676
11677 * dired.el (dired-mark-files-containing-regexp):
11678 Don't scan directories. Ignore non-readable files.
11679
11680 * progmodes/compile.el (compilation-error-regexp-alist):
11681 Fix previous change: allow . and _ in command name.
11682
11683 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11684
11685 * uncompress.el (uncompress-while-visiting):
11686 Use just the car of what find-operation-coding-system returns.
11687
11688 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11689
11690 * shell.el (shell-file-name-quote-list): Add # to the value.
11691
11692 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11693
11694 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11695 to make killing of ispell process work even if
11696 kill-all-local-variables has been run.
11697
11698 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11699
11700 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11701 loop when sexp entry ends at end of file with no newline.
11702
11703 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11704
11705 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11706 (Custom-reset-standard): Fix menu inconsistency.
11707
11708 * mail/feedmail.el (feedmail-from-line): Allow t.
11709 (feedmail-message-id-suffix): Allow nil.
11710
11711 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11712 Simplify. Make prefix arg work right.
11713
11714 1998-09-09 Dave Love <fx@gnu.org>
11715
11716 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11717
11718 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11719
11720 1998-09-08 Dave Love <fx@gnu.org>
11721
11722 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11723 stuff only after file names or at start of line. Allow parens
11724 around e-mail, as well as angles.
11725
11726 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11727 ignore-errors too, eval'd when compile. Require w3 stuff at load
11728 time for nicer failure if it's not available.
11729
11730 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11731
11732 * comint.el (comint-arguments): Ignore backslashes when using
11733 w32 shells that expect backslashes as the directory separator.
11734
11735 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11736
11737 * international/fontset.el (resolved-ascii-font): New variable.
11738 (x-complement-fontset-spec): By side effect, set
11739 `resolved-ascii-font' to the resolved name of ASCII font."
11740 (create-fontset-from-fontset-spec): Don't get a value for
11741 resolved-ascii-font from the list full-fontlist. It is set by
11742 x-complement-fontset-spec now.
11743
11744 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11745 version, check the value of mule-version.
11746
11747 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11748
11749 * textmodes/reftex.el (reftex-view-crossref): Split up into
11750 several functions. No longer moves to find a macro.
11751 (reftex-view-cr-cite, reftex-view-cr-ref,
11752 reftex-end-of-bib-entry): New functions.
11753 (reftex-auto-view-crossref): New value `window' allowed.
11754 (reftex-view-crossref-when-idle): Process new `window' option in
11755 (reftex-translate-to-ascii-function): New default.
11756 (reftex-label-illegal-re): Default changed, removed Latin1.
11757 (reftex-latin1-to-ascii): New function.
11758 (reftex-what-environment): Check for section regexp before use.
11759 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11760 absolute path names.
11761 (reftex-TeX-master-file): Changed sequence of file checks.
11762 (reftex-do-citation): bibview cache only with RefTeX mode on.
11763
11764 1998-09-06 Richard Stallman <rms@gnu.org>
11765
11766 * progmodes/compile.el (compilation-error-regexp-alist):
11767 In first pattern (GNU utilities and other things),
11768 allow a space after the optional program name at the beginning.
11769
11770 * mail/mail-hist.el (mail-hist-current-header-contents):
11771 Fix previous change: use mail-header-end.
11772
11773 1998-09-06 Bill Richter <richter@math.nwu.edu>
11774
11775 * international/ccl.el: Doc fixes.
11776 * international/encoded-kb.el: Doc fixes.
11777 * international/fontset.el: Doc fixes.
11778 * international/kinsoku.el: Doc fixes.
11779 * international/kkc.el: Doc fixes.
11780 * international/mule-cmds.el: Doc fixes.
11781 * international/mule-conf.el: Doc fixes.
11782 * international/mule-util.el: Doc fixes.
11783 * international/mule.el: Doc fixes.
11784
11785 1998-09-05 Eric Ludlam <zappo@gnu.org>
11786
11787 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11788 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11789 (checkdoc-this-string-valid-engine): Permit ? as terminating
11790 punctuation for first line sentence breaking.
11791 (checkdoc-this-string-valid): When converting a comment into a doc
11792 string, make sure " chars are \".
11793 (checkdoc-sentencespace-region-engine): Only do double space check
11794 if based on the variable `sentence-end-double-space'
11795 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11796 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11797
11798 1998-09-04 Richard Stallman <rms@gnu.org>
11799
11800 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11801 Recognize define-skeleton as a function definer.
11802
11803 * cus-edit.el (customize-option): Refuse to customize
11804 a variable that has no defcustom. But if variable is autoloaded,
11805 first try to load the library that defines it.
11806
11807 * international/iso-insert.el: Use `string' before calling `insert'
11808 so that in multibyte buffers we insert multibyte chars.
11809
11810 * dired.el (dired-mark-files-containing-regexp):
11811 Don't use find-file; instead, insert the file in a temp buffer.
11812
11813 * textmodes/tex-mode.el (tex-start-options-string): New option.
11814 (tex-start-tex): Use that variable.
11815
11816 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11817 value in the `repeat' alternative a list.
11818
11819 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11820 the inserted newline, verify that one was really inserted.
11821
11822 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11823 remains on or remains off.
11824 (flyspell-multi-language-p): Default changed to nil.
11825
11826 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11827 In "found in comment" case, don't beginning-of-line after forward-line.
11828
11829 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11830 If the function definition is not a lambda, return original FORM
11831 with no error.
11832
11833 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
11834
11835 * net-utils.el (netstat-program-options): Changed from nil to "-a"
11836 so that by default netstat shows all network connections.
11837
11838 1998-09-04 Bob Weiner <weiner@altrasoft.com>
11839
11840 * international/quail.el: Doc fixes.
11841
11842 * info.el (info): Don't add parens if FILE already has them.
11843
11844 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
11845
11846 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11847 on extension lines.
11848
11849 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
11850
11851 * w32-fns.el (w32-shell-dos-semantics): New function.
11852
11853 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
11854
11855 * international/quail.el (quail-choose-completion-string): Store
11856 completion `choice' in `quail-current-str'; don't insert it.
11857
11858 1998-09-02 Kenichi Handa <handa@etl.go.jp>
11859
11860 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
11861 argument to ps-mule-generate-bitmap-font.
11862
11863 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11864 entry and change Latin-1 entry in the default value.
11865 (ps-mule-font-info-database-ps-bdf): New variable.
11866 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11867 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11868 registerd in FONT-SPEC.
11869 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11870 charcter width of bitmap fonts.
11871 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11872 procedure NF.
11873 (ps-begin-file): Output PostScript code for setting
11874 SpaceWidthRatio.
11875 (ps-plot-region): Use line-beginning-position to get a position of
11876 the beginning of the current line.
11877
11878 * international/mule-cmds.el (register-input-method): Doc-string
11879 modified.
11880
11881 1998-09-01 Dave Love <fx@gnu.org>
11882
11883 * international/mule-cmds.el (current-language-environment): Fix
11884 setter function.
11885
11886 1998-09-01 Simon Marshall <simon@gnu.org>
11887
11888 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11889 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11890 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11891 names with font-lock-type-face. Fontify type specs, etc., with
11892 font-lock-keyword-face.
11893
11894 1998-08-31 Kenichi Handa <handa@etl.go.jp>
11895
11896 * international/fontset.el (x-complement-fontset-spec): If ASCII
11897 font is specified in FONTLIST, don't substitute it for the
11898 resolved name.
11899
11900 1998-08-31 Paul Eggert <eggert@twinsun.com>
11901
11902 * international/mule.el (charset-description): Doc fix.
11903
11904 * language/chinese.el, language/cyrillic.el, language/czech.el,
11905 language/devanagari.el, language/ethiopic.el,
11906 language/european.el, language/hebrew.el, language/indian.el,
11907 language/japanese.el, language/korean.el, language/lao.el,
11908 language/slovak.el, language/thai.el, language/tibetan.el,
11909 language/vietnamese.el:
11910 Add coding: local variable, to avoid bootstrapping problem
11911 if you need to recompile all the Lisp files using interpreted code.
11912
11913 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11914
11915 * cal-china.el (chinese-year-cache): Change range of years from
11916 1989-2000 to 1990-2010.
11917
11918 1998-08-29 Dave Love <d.love@dl.ac.uk>
11919
11920 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11921 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11922
11923 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11924
11925 * ps-print.el (ps-print-control-characters): Doc-string modified.
11926 (ps-output-string-prim): Comment format changed.
11927 (ps-do-despool): Indentation of source code changed.
11928
11929 1998-08-28 Kenichi Handa <handa@etl.go.jp>
11930
11931 * subr.el (sref): Make it an alias of aref. Make the
11932 byte-compiler warn that it is obsolete.
11933 (char-bytes): Make the byte-compiler warn that it is obsolete.
11934
11935 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11936 Calculate the total bytes using position-bytes instead of
11937 char-bytes.
11938
11939 1998-08-27 Karl Heuer <kwzh@gnu.org>
11940
11941 * snmp-mode.el: New file.
11942 * files.el (auto-mode-alist): Add snmp-mode patterns.
11943
11944 1998-08-27 Karl Eichwalder <ke@suse.de>
11945
11946 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11947
11948 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11949
11950 * calendar/diary-lib.el (diary-block): Doc fix..
11951 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11952
11953 1998-08-27 Richard Stallman <rms@gnu.org>
11954
11955 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11956 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11957 Clear appt-mode-string if we don't put something in it.
11958
11959 1998-08-27 Dave Love <fx@gnu.org>
11960
11961 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11962 dired-local-variables-file for dired-x.
11963
11964 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11965 for compressed library files too.
11966
11967 1998-08-26 Kenichi Handa <handa@etl.go.jp>
11968
11969 * language/european.el ("Latin-1"): Modify `documentation' key value.
11970 ("Latin-2"): Likewise.
11971
11972 1998-08-26 Karl Heuer <kwzh@gnu.org>
11973
11974 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11975
11976 1998-08-26 Albert L. Ting <alt@artisan.com>
11977
11978 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11979 (mail-hist-current-header-contents): Use mail-text-start.
11980
11981 1998-08-26 Richard Stallman <rms@gnu.org>
11982
11983 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11984 (customize-changed-options-previous-release): New variable.
11985 (customize-changed-options): Use that variable as default arg.
11986
11987 1998-08-26 Karl Eichwalder <ke@suse.de>
11988
11989 * midnight.el: Require `timer' not only when compiling.
11990
11991 1998-08-26 Per Starback <starback@update.uu.se>
11992
11993 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11994 buffer before creating help group.
11995
11996 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11997
11998 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11999 coding-system-for-write before saving.
12000
12001 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12002
12003 * isearch.el (isearch-forward): Doc fix.
12004
12005 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12006
12007 * emacs-lisp/find-func.el: Fix :version tags to have a string
12008 value, not a float.
12009
12010 * cus-dep.el: Fix typo in output.
12011
12012 1998-08-25 Dave Love <fx@gnu.org>
12013
12014 * repeat.el (repeat): Doc fix.
12015 [From rms:]
12016 (repeat-previous-repeated-command): New variable.
12017 (repeat): Check for real-last-command being null or repeat. Set
12018 repeat-previous-repeated-command.
12019
12020 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12021
12022 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12023
12024 * gnus/message.el (message-send-mail-with-sendmail): Bind
12025 coding-system-for-write by the return value of
12026 select-message-coding-system.
12027 (message-send-mail-with-qmail): Likewise.
12028
12029 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12030
12031 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12032 define-derived-mode.
12033
12034 * files.el (file-name-invalid-regexp):
12035 Fix regex for ms-dos without long file names.
12036
12037 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12038
12039 * ps-print.el: Multi-byte buffer handling.
12040 (ps-print-version): New version number (4.0) and doc fix.
12041 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12042 compilation for GNU Emacs and emacsens.
12043 (ps-generate-postscript-with-faces): Force invisible text to be
12044 visible.
12045 (dos-ps-printer): New var to avoid compilation gripes.
12046
12047 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12048
12049 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12050 that no more characters can't be printed in the current line.
12051
12052 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12053
12054 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12055 greater than TO.
12056
12057 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12058
12059 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12060 20.2 and the earlier version.
12061 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12062 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12063 (ps-mule-find-wrappoint): Likewise.
12064 (ps-mule-generate-font): Change `X' to `x' in format
12065 control-string.
12066 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12067 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12068 `restore' form procedures `BC' and `EC'.
12069
12070 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12071
12072 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12073 is an executable procedure. Make LineThickness, Xshadow, and
12074 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12075 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12076 ps-mule-font-info-database-bdf): New vars.
12077 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12078 (ccl-encode-ethio-unicode): New CCL program.
12079 (ps-mule-encode-ethiopic): New fun.
12080 (ps-mule-current-charset): New var.
12081 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12082 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12083 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12084 (ps-mule-external-libraries): New var.
12085 (ps-mule-init-external-library): New fun.
12086 (ps-mule-font-cache): New var.
12087 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12088 (ps-last-font): New var.
12089 (ps-mule-prepare-font): New fun.
12090 (ps-mule-charset-list): New var.
12091 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12092 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12093 ps-mule-plot-string): New funs.
12094 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12095 New vars.
12096 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12097 ps-mule-prepare-cmpchar-font): New funs.
12098 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12099 vars.
12100 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12101 ps-mule-generate-bitmap-glyph): New funs.
12102 (ps-mule-initialize, ps-mule-begin): New funs.
12103 (ps-output-string-prim): Insert string as unibyte.
12104 (ps-output-prologue): New fun.
12105 (ps-flush-output): Handle the case of 'prologue.
12106 (ps-begin-file): Call ps-mule-initialize.
12107 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12108 printing multibyte characters.
12109 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12110 (ps-basic-plot-string): Handle the case of printing ASCII
12111 characters by external libraries (e.g. BDF).
12112 (ps-set-font): Set ps-last-font.
12113 (ps-plot-region): Handle multibyte characters, use
12114 ps-mule-plot-string for them.
12115 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12116
12117 * bdf.el: New file.
12118
12119 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12120
12121 * international/mule-cmds.el (select-message-coding-system): New
12122 function.
12123 (set-language-environment-coding-systems): Set
12124 default-sendmail-coding-system.
12125
12126 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12127 (default-sendmail-coding-system): New variable.
12128 (sendmail-send-it): Encode the message by a coding system
12129 select-message-coding-system returns.
12130
12131 1998-08-23 Eric Ludlam <zappo@gnu.org>
12132
12133 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12134 (speedbar-mode): Set buffer to read only.
12135 (speedbar-temp-buffer-show-function): For emacs don't call hook
12136 with arguments.
12137 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12138
12139 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12140
12141 * speedbar.el (speedbar-key-map): Fix typo.
12142
12143 See ChangeLog.7 for earlier changes.