]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-04-03 Kenichi Handa <handa@etl.go.jp>
2
3 * international/mule-cmds.el (encoded-string-description):
4 Rewritten. Try pretty description for ISO 2022 escape sequences
5 only if CODING-SYSTEM is based on ISO 2022.
6
7 2000-04-01 Dave Love <fx@gnu.org>
8
9 * cpp.el: Change customization group to `c' from `C'.
10
11 * vcursor.el (vcursor-move): Use display-color-p.
12
13 * international/mule-util.el: Provide mule-utils.
14 (string-to-sequence): Simplify and speed up.
15
16 * international/mule.el (make-coding-system): Purecopy doc-string.
17
18 * international/mule-cmds.el: Various menu changes.
19 (describe-specified-language-support): Handle `Default'.
20 (set-language-info): Purecopy `info'.
21
22 2000-03-31 Andrew Innes <andrewi@gnu.org>
23
24 * vc.el (vc-backend-diff): Return the correct status if we had to
25 retry the rcsdiff command without the --brief option.
26
27 2000-03-31 Dave Love <fx@gnu.org>
28
29 * help.el (help-manyarg-func-alist): Correct several omissions.
30
31 * add-log.el: Don't require cl, fortran.
32 (add-log-current-defun-function): Doc fix.
33 (change-log-version-number-regexp-list): Remove SCCS part. Doc
34 fix.
35 (change-log-version-rcs): Function deleted.
36 (change-log-version-number-search): Doc fix. Use
37 vc-workfile-version. Avoid CL dolist.
38 (add-change-log-entry): Just call add-log-current-defun to get
39 defun. Simplify somewhat.
40 (change-log-get-method-definition-1): Likewise.
41 (add-log-current-defun): Return nil if calling
42 add-log-current-defun-function does so. Move Fortran stuff to
43 fortran.el. Return string without properties.
44
45 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
46 and :alpha: char classes.
47
48 * mail/supercite.el: Defvar curline when compiling.
49 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
50 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
51 rather than a-zA-Z0-9 to allow non-ASCII characters.
52
53 2000-03-31 Gerd Moellmann <gerd@gnu.org>
54
55 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
56
57 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
58 Re-enable new code.
59
60 * lpr.el (print-region-1): Use -d to specify printer name for
61 systems `usg-unix-v*, `dgux', `hpux', `irix'.
62
63 2000-03-31 Dave Love <fx@gnu.org>
64
65 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
66 for function definition in symbol's function value slot first
67 instead of first consulting byte-compile-function-environment.
68
69 2000-03-31 Kenichi Handa <handa@etl.go.jp>
70
71 * language/european.el ("Polish"): New language environment.
72 (setup-polish-environment): New function.
73
74 2000-03-30 Gerd Moellmann <gerd@gnu.org>
75
76 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
77 Disable new code.
78
79 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
80 trying to `load' the symbol of an autoload instead of the file
81 recorded in the autoload. Fix error messages.
82
83 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
84
85 * ps-print.el: PostScript programming fix for ghostview, doc fix.
86 (ps-print-version): New version number (5.1.3).
87 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
88 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
89 (ps-generate-postscript-with-faces): Code fix.
90 (ps-color-values): XEmacs compatibility.
91 (ps-print-background-image, ps-print-background-text, ps-printer-name)
92 (ps-default-fg, ps-default-bg): Adjust customization.
93 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
94 (ps-color-scale): Renaming old ps-color-value fun.
95 (ps-print-headers): Replace ps-print-header group to avoid conflict
96 with ps-print-header variable.
97 (ps-print-miscellany): New group.
98 (ps-format-color, ps-rgb-color): New funs.
99 (ps-default-foreground): New var.
100 (ps-printer-name-option): New const.
101
102 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
103
104 * net/net-utils.el:
105 (network-connection-host, network-connection-service): New variables
106 (network-connection-mode): New mode, derived from comint-mode
107 (network-connection-mode-setup): New function, saves host and
108 service information in local variables.
109
110 * lisp/locate.el:
111 (locate-word-at-point): Added this function
112 (locate): Default to using locate-word-at-point as input
113 Run dired-mode-hook
114
115 2000-03-29 Dave Love <fx@gnu.org>
116
117 * calendar/appt.el: Doc fixes.
118 (appt-check): Convert min-to-app to a string before passing to
119 appt-disp-window-function or concat.
120 (appt-delete-window): Remove test for frame-root-window.
121 (appt-select-lowest-window, appt-convert-time): Simplify.
122
123 * emacs-lisp/bytecomp.el: Doc fixes.
124 (byte-compile-file-form-autoload): Update
125 byte-compile-function-environment.
126
127 2000-03-29 Andreas Schwab <schwab@suse.de>
128
129 * emacs-lisp/autoload.el: Also print defsubst doc string
130 specially.
131
132 * dired.el (dired-insert-directory): If dired-free-space-program
133 failed just delete its output.
134
135 2000-03-29 Dave Love <fx@gnu.org>
136
137 * international/iso-cvt.el: Move provide to end. Doc fixes.
138 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
139 (iso-iso2sgml, iso-sgml2iso): New functions.
140 (iso-cvt-define-menu): Fix some entries and use backquote for
141 clarity.
142
143 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
144
145 2000-03-28 Gerd Moellmann <gerd@gnu.org>
146
147 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
148 ISO-DATE. If non-nil, return date in ISO 8601 format.
149
150 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
151
152 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
153 if it ever becomes used.
154 (log-edit-mode-hook): Default to vc-log-mode-hook.
155 (log-edit-mode): Fix the docstring.
156
157 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
158 the code.
159
160 2000-03-26 Dave Love <fx@gnu.org>
161
162 * net/browse-url.el (browse-url): Re-fix case of
163 browse-url-browser-function being an alist.
164 (browse-url): Add :link to defgroup.
165
166 * files.el: Doc fixes.
167 (file-truename): Include `[' in wildcard characters.
168 (automount-dir-prefix): Customize.
169 (find-file-wildcards): Add :version.
170 (find-file-noselect): Simplify a mapcar call.
171
172 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
173 compatible with inf-lisp version.
174 (eval-defun-1): Fix custom-declare-variable case.
175
176 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
177
178 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
179
180 2000-03-24 Gerd Moellmann <gerd@gnu.org>
181
182 * Makefile (COMPILE_FIRST): New macro.
183 (compile-files): Compile files from COMPILE_FIRST first.
184
185 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
186 code.
187
188 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
189 matching open parenthesis in column 0 to defun-prompt-regexp
190 only if open-paren-in-column-0-is-defun-start is set.
191
192 * sun-curs.el: Require CL at compile-time only.
193
194 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
195 instead of copy-list which is a function from CL.
196 (msb--choose-menu, msb--mode-menu-cond)
197 (msb--create-buffer-menu-2): Use dolist instead of mapc.
198 (msb--init-file-alist): Use mapcar instead of mapcan.
199 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
200 `(' in column 0 in doc string.
201 (msb--add-separators): Use mapcar instead of mapcan.
202
203 * cus-dep.el: Require CL at compile-time only.
204
205 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
206
207 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
208 (byte-compile-warnings): New warning `noruntime'.
209 (byte-compile-constants, byte-compile-variables): Fix docstring.
210 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
211 execute `eval-whenc-compile's body.
212 (byte-compile-unresolved-functions): Fix docstring.
213 (byte-compile-eval): New function.
214 (byte-compile-callargs-warn): Check if the function will be available
215 at runtime (via property `byte-compile-noruntime').
216 (byte-compile-print-syms): New function.
217 (byte-compile-warn-about-unresolved-functions): Also warn about
218 `noruntime' functions (and use `byte-compile-print-syms').
219 (byte-compile-file): Capitalize the message.
220
221 2000-03-24 Gerd Moellmann <gerd@gnu.org>
222
223 * mail/rmail.el (rmail-confirm-expunge): New user-option.
224 (rmail-expunge): Ask for confirmation depending on the setting
225 of rmail-confirm-expunge.
226
227 2000-03-23 Gerd Moellmann <gerd@gnu.org>
228
229 * Makefile (bootstrap-clean): If $(emacs) exists, build
230 loaddefs.el first. A loaddefs.el that's not up-to-date might
231 cause a bootstrap failure because things don't autoload as
232 expected.
233
234 2000-03-23 Dave Love <fx@gnu.org>
235
236 * net/browse-url.el: Restore previous use of
237 browse-url-maybe-new-window.
238
239 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
240
241 * ps-print.el: Skip banner page fix.
242 (ps-print-version): New version number (5.1.2).
243 (ps-begin-file, ps-end-file, ps-generate): Code fix.
244
245 2000-03-23 Dave Pearson <davep@davep.org>
246
247 * net/quickurl.el Changed the type of parameter passed to the
248 function defined by `quickurl-format-function'. Before only the
249 text of the URL was passed. Now the whole URL structure is passed
250 and the function is responsible for extracting the parts it
251 requires. Changed the default of `quickurl-format-function'
252 accordingly.
253 (quickurl-insert): Changed the `funcall' of
254 `quickurl-format-function' to match the above change.
255 (quickurl-list-insert): Changed the `url' case so that it makes
256 use of `quickurl-format-function', previous to this the format was
257 hard wired.
258
259 2000-03-22 Gerd Moellmann <gerd@gnu.org>
260
261 * startup.el: Change some spellings for the X Window System.
262
263 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
264
265 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
266 up the code and the regexp and make sure the cursor is temporarily
267 moved to the suspicious line while querying the user.
268
269 2000-03-22 Jason Rumney <jasonr@gnu.org>
270
271 * w32-fns.el (w32-charset-info-alist): Initialize.
272
273 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
274
275 * ps-print.el: N-up last page fix.
276 (ps-print-version): New version number (5.1.1).
277 (ps-end-file, ps-end-job, ps-generate): Code fix.
278
279 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
280
281 * files.el (find-file-run-dired): Update docstring.
282 (find-directory-functions): New hook.
283 (find-file-noselect): Run find-directory-functions rather than
284 calling dired directly.
285
286 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
287
288 * pcvs.el: Add a minimal leading commentary.
289 (cvs-make-cvs-buffer): Change the header part by removing the startup
290 message and adding a `Module' entry. Also replace the FOOTER and
291 HEADER special fileinfos with the new support in ewoc for updating
292 its own footer and header.
293 (cvs-update-header): Update to use the header/footer of the ewoc.
294 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
295 (cvs-is-within-p): New function.
296 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
297 to only examine some subset of the buffers.
298
299 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
300 `format' instead of our own ad-hoc functions.
301 Remove HEADER and FOOTER cases, now handled in the EWOC.
302 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
303
304 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
305 output to avoid scaring the user.
306 (cvs-parse-table): Catch message for non-up-to-date commits.
307
308 * pcvs-defs.el (cvs-startup-message): Remove.
309 (cvs-global-menu): New autoloaded menu.
310
311 * pcvs-util.el (cvs-string-fill): Remove.
312
313 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
314 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
315 PP part of it and also make it work for footers and headers.
316 (ewoc-create): Drop POS and BUFFER arguments.
317 Use the DLL's dummy node to store the end-of-footer position.
318 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
319 (ewoc-refresh): Remove unused `header' variable.
320 (ewoc-(get|set)-hf): New functions.
321
322 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
323 log-view-*-(message|file) and use easy-mmode-define-navigation.
324 (log-view-message-re): Match SCCS format as well.
325 And match the revision line rather than the dashed separator line.
326 (log-view-mode): Use the new define-derived-mode.
327 (log-view-current-tag): Fill in with an actual implementation.
328
329 * cvs-status.el (cvs-status-(prev|next)): Rename from
330 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
331 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
332 to let the output "breathe" a little more (more readable).
333 (cvs-status-mode): Use the new define-derived-mode.
334
335 * smerge-mode.el (smerge-auto-leave): New function and variable.
336 (smerge-basic-map): Rename from smerge-basic-keymap.
337 Change the bindings for smerge-diff-*.
338 (smerge-*-map): Use easy-mmode-defmap.
339 (smerge-(next|prev)): Use easy-mmode-define-navigation.
340 (smerge-keep-*): Use smerge-auto-leave.
341
342 2000-03-21 Jason Rumney <jasonr@gnu.org>
343
344 * cus-edit.el (custom-button-face): Use 3D look for w32.
345 (custom-button-pressed-face): Likewise.
346
347 2000-03-21 Gerd Moellmann <gerd@gnu.org>
348
349 * progmodes/etags.el (tags-case-fold-search): New user-option.
350 (tags-loop-eval): New function. Bind case-fold-search around eval
351 depending on the value of tags-case-fold-search.
352 (tags-loop-continue): Use tags-loop-eval.
353 (find-tag-in-order): Bind case-fold-search depending on the value
354 of tags-case-fold-search.
355
356 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
357
358 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
359 (diff-end-of-hunk): Return the end position for use in
360 `easy-mmode-define-navigation'.
361 (diff-recenter): Remove.
362 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
363 of `easy-mmode-define-navigation'.
364 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
365 previous renaming) and fix to use new names.
366 (diff-merge-strings): Use \n as separator: simpler, faster.
367 (diff-mode): Use `define-derived-mode'.
368
369 * derived.el (define-derived-mode): Don't autoload anymore.
370 Prefer the macro-only version provided by easy-mmode.el.
371
372 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
373 `easy-mmode-define-derived-mode'.
374 Use `combine-run-hooks'.
375 (easy-mmode-define-navigation): New macro.
376
377 * subr.el (combine-run-hooks): New function.
378
379 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
380
381 * term/x-win.el: Fontsets related initialization is simplified.
382
383 * international/mule-diag.el (describe-font): Don't refer to
384 global-fontset-alist, instead call font-list.
385 (describe-fontset, list-fontsets, mule-diag): Likewise.
386 (print-fontset): Adjusted for the change of fontset
387 implementation.
388
389 * international/fontset.el (x-charset-registries): Variable
390 removed, instead the corresponding data is stored in the default
391 fontset.
392 (register-alternate-fontnames): Function removed.
393 (resolved-ascii-font): Variable removed.
394 (x-compose-font-name): Ignore the second argument REDOCE.
395 (x-complement-fontset-spec): Complement only an ASCII font and
396 element for those charsets than can use that ASCII font.
397 (generate-fontset-menu): Don't refer to global-fontset-alist,
398 instead call fontset-list.
399 (uninstantiated-fontset-alist): Variable removed.
400 (x-style-funcs-alist): Likewise.
401 (fontset-default-styles): Likewise.
402 (x-modify-font-name): Function removed.
403 (create-fontset-from-fontset-spec): Ignore the argument
404 STYLE-VARIANT.
405 (create-fontset-from-ascii-font): Docsting adjusted for the above
406 change.
407 (instantiate-fontset, resolve-fontset-name): Functions removed.
408 (fontset-list): Now implemented by C code.
409
410 * faces.el (read-face-font): Fix TABLE arg to completing-read.
411 (describe-face): Include `font' attribute in the description.
412
413 2000-03-21 Kenichi Handa <handa@etl.go.jp>
414
415 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
416
417 2000-03-20 Gerd Moellmann <gerd@gnu.org>
418
419 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
420 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
421 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
422
423 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
424 about behavior of set-buffer-modified-p wrt redisplay.
425
426 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
427
428 * view.el (view-mode-disable): Kill local binding of view-read-only.
429
430 2000-03-18 Gerd Moellmann <gerd@gnu.org>
431
432 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
433 is a string, convert it to a syntax cell using string-to-syntax.
434
435 * simple.el (syntax-code-table, syntax-flag-table): New variables.
436 (string-to-syntax): New function.
437
438 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
439 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
440 try to use passive ftp mode.
441
442 2000-03-17 Gerd Moellmann <gerd@gnu.org>
443
444 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
445
446 * simple.el (append-to-buffer): Update point of windows after
447 insertion.
448
449 * abbrev.el (inverse-add-abbrev): Identify word by first moving
450 forward then moving backward. Reindent.
451
452 * frame.el (other-frame): Call x-focus-frame only if
453 focus-follows-mouse is off.
454
455 2000-03-17 Dave Love <fx@gnu.org>
456
457 * pcvs-util.el (cvs-strings->string): Rename
458 replace-regexps-in-string.
459
460 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
461
462 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
463 regexp for labels cannot span several lines.
464
465 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
466 `(setq :<key> ':<key>)' to the macro expansion.
467
468 2000-03-16 Dave Love <fx@gnu.org>
469
470 * progmodes/f90.el (f90): Put custom group under `languages', not
471 `fortran'.
472 (f90-mode-hook): Customize.
473 (f90-mode): Set add-log-current-defun-function.
474 (f90-current-defun): New function.
475
476 2000-03-16 Gerd Moellmann <gerd@gnu.org>
477
478 * cus-edit.el (custom-variable-tag-face): Handle case that
479 default face's height is not a number.
480 (custom-face-tag-face, custom-group-tag-face-1)
481 (custom-group-tag-face): Ditto.
482 (custom-group-tag-face-1): Add :group.
483
484 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
485
486 2000-03-15 Gerd Moellmann <gerd@gnu.org>
487
488 * pcvs-defs.el (toplevel): Remove autoload cookie for form
489 requiring easymenu.
490
491 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
492
493 * ps-print.el: PostScript user-defined prologue, PostScript error
494 handler, doc fix.
495 (ps-print-version): New version number (5.1).
496 (ps-user-defined-prologue, ps-error-handler-message)
497 (ps-print-prologue-0, ps-error-handler-alist): New vars.
498 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
499 (ps-insert-string): New function.
500
501 2000-03-15 Kenichi Handa <handa@etl.go.jp>
502
503 * international/ccl.el (ccl-compile-expression): Don't generate
504 invalid self-assignment code.
505
506 2000-03-14 Dave Love <fx@gnu.org>
507
508 * subr.el (replace-regexp-in-string): Renamed from
509 replace-regexps-in-string. Doc fix.
510
511 2000-03-12 Dave Love <fx@gnu.org>
512
513 * cus-edit.el: Doc fixes.
514 (customize-set-variable, customize-save-variable): Rename args for
515 doc.
516 (custom-variable-tag-face, custom-face-tag-face)
517 (custom-group-tag-face-1, custom-group-tag-face): Modify from
518 style which user identify as hyperlink.
519 (hook): Don't add undefined functions to the hook.
520 (debug-ignored-errors): Transfer message from bindings.el.
521
522 2000-03-12 Gerd Moellmann <gerd@gnu.org>
523
524 * recentf.el (recentf-keep-non-readable-files-p): Remove
525 double/nested definition.
526
527 2000-03-12 Dave Love <fx@gnu.org>
528
529 * facemenu.el (facemenu-get-face): Use display-color-p.
530 * enriched.el (enriched-decode-foreground): Likewise.
531 (enriched-decode-background): Likewise.
532 * isearch.el (isearch-highlight): Likewise.
533 * info-look.el (info-lookup): Likewise.
534 * simple.el (completion-setup-function): Likewise.
535
536 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
537 :options.
538
539 * bindings.el (mode-line-format): Fix line-number and
540 column-number items. Add help-echo for the background.
541 (mode-line-mule-info): Modify help-echo.
542
543 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
544 defcustom.
545
546 * files.el (load-file): Allow completion to .elc.
547
548 * man.el: Doc fixes.
549 (Man-init-defvars): Use display-color-p to set fontification.
550
551 * play/hanoi.el (hanoi-internal): Don't use oddp.
552
553 2000-03-12 Gerd Moellmann <gerd@gnu.org>
554
555 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
556
557 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
558
559 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
560
561 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
562 Fix comment.
563
564 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
565
566 * font-lock.el (font-lock-keywords): Fix the doc now that
567 regexp-opt-depth is unnecessary.
568 (save-buffer-state): Set an edebug spec.
569 (font-lock-fontify-anchored-keywords): Properly handle the case when
570 the matcher goes past the limit.
571
572 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
573 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
574
575 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
576 dll.el and cookie.el (from Elib) with heavy renaming and other
577 massaging.
578
579 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
580 Autoload the functions used.
581 (easy-mmode-define-syntax): Fix CL typo.
582 (easy-mmode-define-derived-mode): Improve the docstring generation.
583
584 2000-03-10 Gerd Moellmann <gerd@gnu.org>
585
586 * textmodes/texinfo.el (texinfo-version): Variable and function
587 removed.
588
589 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
590
591 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
592 allow more flexibility.
593 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
594 fns.
595 (easy-mmode-defmap, easy-mmode-defsyntax)
596 (easy-mmode-define-derived-mode): New macros.
597
598 2000-03-09 Didier Verna <didier@xemacs.org>
599
600 * rect.el (replace-rectangle): New function.
601
602 2000-03-09 Dave Love <fx@gnu.org>
603
604 * progmodes/fortran.el (fortran-comment-line-start): Define as
605 "C".
606 (fortran-comment-line-start-skip): Don't match cpp stuff.
607 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
608 (fortran-mode-map): Remove over-eager custom-menu-create for now.
609 (fortran-mode): Don't set fortran-comment-line-start-skip,
610 fortran-comment-line-start here. Set comment-start,
611 add-log-current-defun.
612 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
613 (fortran-current-defun): New function.
614
615 2000-03-09 Gerd Moellmann <gerd@gnu.org>
616
617 * emacs-lisp/re-builder.el: New file.
618
619 * mouse.el (mouse-drag-region): Don't run up-event handler
620 if hscroll has changed.
621
622 * octave-mod.el (octave-font-lock-keywords): To font-lock the
623 builtin operators, use `font-lock-builtin-face' for Emacs and
624 `font-lock-preprocessor-face' otherwise.
625
626 * font-lock.el (lisp-font-lock-keywords-1): Highlight
627 `(defun (setf foo)' differently.
628
629 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
630
631 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
632 (regexp-opt): Update comment and adapt the code the new meaning of
633 the `paren' argument of regex-opt-group for shy-groups.
634 (regexp-opt-depth): Handle shy groups as well as backslashed
635 backslashes.
636 (regexp-opt-group): Turn the leading comment into a docstring.
637 Allow `paren' to be a string (the string to use to open a group).
638 Remove open-presuf and close-presuf. Instead of checking for `all
639 one-char' and then later on check for `several one-char', handle
640 both cases close together. Also apply a more generic algorithm
641 for suffixes (the mirror image of the algorithm used for
642 prefixes). Use shy-groups. Use nreverse rather than reverse.
643 (regexp-opt-try-suffix): Removed.
644
645 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
646 from comint-mode-map, so we can just inherit from it. Also, move
647 the initialization into the `defvar' since there's no docstring
648 anyway and it's fairly short.
649 (inferior-scheme-mode): Define it as derived-mode: the code is
650 shorter and this way we inherit from comint-mode-map rather than
651 copying it.
652
653 * subr.el (replace-regexps-in-string): Properly handle the case
654 where we match an empty string.
655
656 * comint.el (comint-exec-1): Add the current-dir to the exec-path
657 when the command has a directory component (such as "./testml").
658 Also fix a typo in the comment.
659
660 2000-03-08 Gerd Moellmann <gerd@gnu.org>
661
662 * Makefile (compile-files): Compile files one by one because
663 that's the only way to ensure a clean compilation environment for
664 each individual file.
665
666 * frame.el (other-frame): Call x-focus-frame.
667
668 2000-03-07 Dave Love <fx@gnu.org>
669
670 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
671 :require to defcustom.
672
673 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
674 lists.
675
676 * files.el (auto-mode-alist): Add configure.in.
677
678 * progmodes/autoconf.el: New file.
679
680 2000-03-07 Gerd Moellmann <gerd@gnu.org>
681
682 * mail/mh-e.el: Change maintainer to `none'.
683
684 * recentf.el (recentf-keep-non-readable-files-p): Quote args
685 to remove-hook and add-hook.
686
687 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
688
689 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
690 it as the default.
691 (mail-send): Test mail-send-nonascii also for the new `mime' value.
692 (sendmail-send-it): Conditionally add MIME headers specifying the
693 used character set.
694
695 2000-03-07 Dave Love <fx@gnu.org>
696
697 * winner.el: Fix keywords, autoload cookies. Split
698 eval-when-compile form to avoid compilation failure.
699
700 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
701
702 * international/mule.el: Modify comment about coding system
703 property `coding-category'.
704 (make-coding-system): New argument EOL-TYPE. Pay attention to
705 coding-category property of PROPERTIES.
706
707 * international/mule-conf.el (coding-category-utf-8,
708 coding-category-utf-16-be, coding-category-utf-16-le): New coding
709 categories. Include them in the argument for set-coding-priority.
710
711 * international/mule-cmds.el (reset-language-environment): Include
712 coding-category-utf-8, coding-category-utf-16-be, and
713 coding-category-utf-16-le in the argument for set-coding-priority.
714 (reset-language-environment): Initialize coding-category-utf-8,
715 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
716
717 2000-03-06 Karl Fogel <kfogel@red-bean.com>
718
719 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
720 code abstracted out of `bookmark-jump-noselect'. Now tries info
721 extensions as well as compression extensions.
722 (bookmark-jump-noselect): Use above new func.
723
724 2000-03-03 Gerd Moellmann <gerd@gnu.org>
725
726 * strokes.el: Change maintainer's mail address.
727
728 2000-03-03 Kenichi Handa <handa@etl.go.jp>
729
730 * international/mule-diag.el (list-character-sets): Make help-echo
731 string by substitute-command-keys.
732 (list-character-sets): Likewise.
733 (sort-listed-character-sets): Call help-setup-xref.
734
735 2000-03-02 Gerd Moellmann <gerd@gnu.org>
736
737 * time.el (display-time-mail-file): Add `none' to the list of
738 choices.
739
740 2000-03-01 Dave Love <fx@gnu.org>
741
742 * help.el (help-xref-go-back): Don't try to set position.
743
744 * international/mule-diag.el (list-character-sets): Call
745 help-setup-xref. Add help-echo to xrefs.
746 (list-character-sets-1): Add help-echo to xrefs.
747
748 2000-03-02 Gerd Moellmann <gerd@gnu.org>
749
750 * frame.el (blink-cursor-mode): Switch cursor on when turning
751 the mode off.
752
753 * add-log.el (add-log-current-defun): Add support for
754 Autoconf mode.
755
756 * mail/rmail.el (rmail-quit-hook): New variable.
757
758 2000-03-01 Dave Love <fx@gnu.org>
759
760 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
761
762 * help.el (help-xref-button): Add help-echo arg.
763 (describe-function-1, describe-variable, help-make-xrefs): Use it.
764
765 * faces.el (list-faces-display): Supply help-echo with
766 help-make-xrefs.
767
768 * facemenu.el (list-text-properties-at): Set help-xref-stack to
769 nil.
770
771 2000-03-01 Gerd Moellmann <gerd@gnu.org>
772
773 * image.el (defimage): Look for image files in load-path.
774
775 * frame.el (busy-cursor-delay-seconds): Change type to
776 `number'.
777
778 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
779
780 * recentf.el (recentf): Added version tag to the defgroup of
781 recentf.
782
783 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
784
785 * recentf.el (recentf-cleanup): Changed to remove excluded file
786 too.
787 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
788 action to select/unselect a file.
789 (recentf-edit-list): Code cleanup and improvement.
790 (recentf-open-more-files-action): `recentf-open-more-files' button
791 widget action to open a file.
792 (recentf-open-more-files): No more use standard completion but
793 widgets.
794 (recentf-more-collection): Deleted.
795 (recentf-more-history): Deleted.
796 (recentf-setup-more-completion): Deleted.
797
798 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
799
800 * recentf.el (recentf-mode): No more needs that Emacs is running
801 under a window-system.
802
803 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
804
805 * recentf.el (recentf-edit-list): New command to edit the recent
806 list which allow the user to remove files.
807 (recentf-edit-selected-items): New global variable, used by
808 `recentf-edit-list' to hold the list of files to be removed from
809 the recent list.
810 (recentf-make-menu-items): Updated to display a "Edit list..."
811 menu item. Minor code cleanup.
812
813 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
814
815 * recentf.el (recentf-open-more-files): New command to open files
816 that are not displayed in the menu.
817 (recentf-more-collection): New global variable holding the set of
818 permissible completions used by `recentf-open-more-files'.
819 (recentf-more-history): New global variable holding the history list
820 used by `recentf-open-more-files' completion.
821 (recentf-setup-more-completion): New function to setup completion for
822 `recentf-open-more-files'.
823 (recentf-make-menu-items): Updated to display a "More..." menu item.
824
825 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
826
827 * recentf.el (recentf-menu-action): Doc fixed.
828
829 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
830
831 * recentf.el (recentf-menu-filter): Doc updated.
832 (recentf-update-menu-hook): Allow menu filters to force menu update.
833 (recentf-make-menu-items): New menu filter handling.
834 (recentf-make-menu-item): New helper function.
835 (recentf-menu-elements): New menu handling function.
836 (recentf-sort-ascending): Updated to new menu filter handling.
837 (recentf-sort-descending): Updated to new menu filter handling.
838 (recentf-sort-basenames-ascending): New menu filter function.
839 (recentf-sort-basenames-descending): New menu filter function.
840 (recentf-show-basenames): New menu filter function.
841 (recentf-show-basenames-ascending): New menu filter function.
842 (recentf-show-basenames-descending): New menu filter function.
843
844 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
845
846 * diary-lib.el (list-diary-entries): Don't try to go forward at
847 the end of the buffer.
848
849 2000-02-29 Kenichi Handa <handa@etl.go.jp>
850
851 * international/mule-diag.el (list-character-sets): Completely
852 rewritten.
853 (sort-listed-character-sets): New function.
854 (list-character-sets-1): Completely rewritten.
855 (list-character-sets-2): New function.
856 (non-iso-charset-alist): New variable.
857 (decode-codepage-char): New function.
858 (charset-history): New variable.
859 (read-charset) (list-block-of-chars)
860 (list-iso-charset-chars)
861 (list-non-iso-charset-chars)
862 (list-charset-chars): New functions.
863 (mule-diag): Call list-character-sets-2, not
864 list-character-sets-2.
865 (dump-charsets): Likewise.
866
867 2000-02-29 Gerd Moellmann <gerd@gnu.org>
868
869 * dired-x.el (dired-filename-at-point): Add `@' to valid
870 file name characters.
871 (dired-filename-at-point): Handle ange-ftp file names.
872
873 * frame.el (frame-notice-user-settings): Use assq-delete-all
874 instead of assoc-delete-all.
875 (frame-notice-user-settings): Ditto.
876
877 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
878 Don't copy alist.
879
880 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
881
882 * calculator.el (calculator-use-menu): New option.
883 (calculator-initial-bindings): Changed some bindings to work as
884 macros.
885 (calculator-forced-input): Removed.
886 (calculator-restart-other-mode): New variable.
887 (calculator-mode-map): Set up menu.
888
889 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
890
891 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
892 tags.
893
894 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
895
896 * viper-cmd.el (viper-envelop-ESC-key): added the option to
897 translate all ESC key sequences.
898 (viper-goto-mark-subr): restore markers for files for which
899 they were saved.
900 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
901 * viper-util.el (viper-set-replace-overlay-glyphs,
902 viper-set-replace-overlay): always check if the replacement
903 overlay is live.
904 * viper.el (viper-vi-state-mode-list): added major modes.
905 * ediff-wind.el: minor comment changes.
906 * ediff.el: copyright notice date fix.
907
908 2000-02-27 Jason Rumney <jasonr@gnu.org>
909
910 * faces.el (face-font-family-alternatives): Add arial to helv.
911 (mode-line, header-line, tool-bar): Same default as x for w32.
912 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
913 face-font-family-alternatives from working.
914 * term/w32-win.el (mouse-set-font): Do not build fontset from
915 chosen font.
916
917 2000-02-25 Sam Steingold <sds@goems.com>
918
919 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
920 properly.
921
922 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
923
924 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
925
926 2000-02-25 Gerd Moellmann <gerd@gnu.org>
927
928 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
929 writable.
930
931 * frame.el (busy-cursor-delay-seconds): New option.
932
933 2000-02-24 Gerd Moellmann <gerd@gnu.org>
934
935 * frame.el (show-cursor-in-non-selected-windows): New option.
936
937 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
938
939 * diary-lib.el (include-other-diary-files): Undo the selective
940 display in any included file and don't kill it.
941
942 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
943
944 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
945 bar. Menu items converted to (menu-item format, help strings
946 added.
947 [downcase, upcase]: Don't enable on MS-DOS.
948 [symlink, symlinks]: Don't show if make-symbolic-link is not
949 bound.
950 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
951
952 2000-02-23 Dave Love <fx@gnu.org>
953
954 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
955 (backward-kill-word): Revert addition of * to interactive spec --
956 it's a feature.
957
958 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
959 (backward-kill-sentence, kill-sentence): Likewise.
960
961 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
962 scratch buffer name.
963 (gud-format-command): Use int-to-string in ?l case. Simplify
964 slightly.
965
966 * term/w32-win.el (internal-face-interactive): Update prompt for
967 new read-face-name.
968
969 * mail/footnote.el (footnote): Add :version to defgroup.
970 (footnote-section-tag-regexp): Customize.
971 (footnote-start-tag, footnote-end-tag): New option.
972 (footnote-latin-regexp): New variable.
973 (Footnote-latin): New function.
974 (footnote-style-alist): Add element for latin style.
975 (footnote-style): Moved.
976 (Footnote-goto-footnote): Use eq to test arg.
977
978 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
979
980 * emacs-lisp/byte-opt.el: Change old backquote syntax.
981 (byte-compile-trueconstp): Include keywords.
982 (byte-optimize-quote, byte-optimize-lapcode): Use
983 byte-compile-const-symbol-p.
984 (byte-optimize-char-before): New optimization.
985
986 * emacs-lisp/bytecomp.el: Change old backquote syntax.
987 (byte-compile-const-symbol-p): New function.
988 (byte-compile-constp, byte-compile-out-toplevel)
989 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
990 Use it.
991
992 * subr.el (define-key-after): Default AFTER to t. Doc fix.
993
994 2000-02-23 Kenichi Handa <handa@etl.go.jp>
995
996 * international/encoded-kb.el: Be sure to update minor-mode-alist
997 and minor-mode-map-alist.
998 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
999 codes SS2 and SS3 correctly.
1000 (encoded-kbd-self-insert-ccl): New function.
1001 (encoded-kbd-setup-keymap): New function.
1002 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1003 by calling encoded-kbd-setup-keymap.
1004
1005 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1006 characters.
1007 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1008 locally.
1009
1010 2000-02-22 Dave Love <fx@gnu.org>
1011
1012 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1013 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1014 defvar.
1015 (lisp-mode-syntax-table): Set up for #|...|# comments.
1016 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1017 classes. Match `defface'.
1018 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1019 (eval-defun-1): Fix for defcustom.
1020 (lisp-indent-region): Doc fix.
1021
1022 * subr.el (when, unless, split-string): Doc fix.
1023 (read-passwd): Move call of clear-this-command-keys to the right
1024 place.
1025 (replace-regexps-in-string): New function.
1026
1027 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1028
1029 * help.el (describe-variable): Set syntax table to
1030 emacs-lisp-mode-syntax-table when moving forward over the
1031 symbol's name.
1032
1033 2000-02-22 Dave Love <fx@gnu.org>
1034
1035 * xt-mouse.el: Doc fixes.
1036 (xterm-mouse-position-function): New function, replacing advice of
1037 mouse-position.
1038 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1039
1040 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1041
1042 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1043
1044 * format.el (format-annotate-single-property-change): Handle
1045 properties.with dotted-list values.
1046 (format-proper-list-p): New function.
1047
1048 * enriched.el (enriched-face-ans): Handle '(foreground-color
1049 . COLOR) and (background-color . COLOR).
1050
1051 2000-02-20 Dave Love <fx@gnu.org>
1052
1053 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1054 and assignments to it.
1055 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1056 current local map.
1057 (make-flyspell-overlay): Use it.
1058 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1059
1060 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1061 (lm-get-header-re): Defun, not defsubst.
1062 (lm-get-package-name): Defun, not defsubst. Simplify.
1063 (lm-version): Doc fix. Simplify.
1064 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1065 (lm-crack-address, lm-last-modified-date, lm-commentary)
1066 (lm-verify, lm-synopsis): Simplify.
1067 (lm-report-bug): Require emacsbug. Use compose-mail.
1068
1069 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1070
1071 * dired.el (dired-mode): Call propertized-buffer-identification
1072 to set mode-line-buffer-identification to something having
1073 the right text properties.
1074
1075 * bindings.el (propertized-buffer-identification): New function.
1076
1077 2000-02-20 Dave Love <fx@gnu.org>
1078
1079 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1080 check for t-mouse too.
1081
1082 * cus-start.el: Make echo-keystrokes `number'.
1083
1084 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1085
1086 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1087 Don't call ring-empty-p unless tags-location-ring is bound.
1088 From Noah Friedman <friedman@splode.com>.
1089
1090 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1091
1092 * progmodes/hideshow.el (hs-flag-region): No longer use
1093 `intangible' overlay property.
1094
1095 (hs-toggle-hiding): New command.
1096 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1097
1098 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1099 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1100 and deactivation.
1101
1102 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1103
1104 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1105
1106 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1107
1108 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1109
1110 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1111 of `*' to handle `(* ... *)' comments.
1112
1113 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1114
1115 * faces.el (list-faces-display): Use display-mouse-p instead of
1116 window-system.
1117
1118 * menu-bar.el (global-map): Menu-bar items converted to the new
1119 format (menu-item..., rearranged for better CUA compliance, and
1120 their names changed for better clarity. Help strings added.
1121
1122 * international/mule-cmds.el (mule-menu-keymap)
1123 (describe-language-environment-map, set-coding-system-map)
1124 (setup-language-environment-map): Convert to new (menu-item...
1125 form, add help strings. Change names of menu items for better
1126 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1127 submenu).
1128
1129 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1130
1131 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1132 within the code.
1133
1134 2000-02-16 Dave Love <fx@gnu.org>
1135
1136 * faces.el: Don't require custom. Add more specific :groups to
1137 various deffaces.
1138 (set-face-attribute): Purecopy args.
1139 (read-face-name): Default to name at point and use it in prompt.
1140 Remove colon from arg in all callers.
1141 (list-faces-display): Hyperlink to face descriptions and customize
1142 buffers.
1143
1144 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1145
1146 * wid-edit.el (widget-match-inline): An atom never matches a
1147 list.
1148
1149 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1150
1151 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1152 at ':' characters by call to split-string.
1153
1154 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1155
1156 * textmodes/bibtex.el: Added RCS version identification.
1157
1158 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1159
1160 * textmodes/bibtex.el: Some temporary comments removed.
1161 (bibtex-field-name, bibtex-entry-type): Made the relationship
1162 explicit.
1163 (bibtex-field-const): Allow capital letters.
1164 (bibtex-start-of-string): Deleted because unused.
1165
1166 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1167 use the term 'reference' to describe a bibtex entry as a whole.
1168 Further, reference keys are no longer called 'labels'.
1169 (bibtex-keys): Renamed to bibtex-reference-keys.
1170 (bibtex-reformat-previous-labels): Renamed to
1171 bibtex-reformat-previous-reference-keys.
1172 (bibtex-reference-type): Renamed to bibtex-entry-type.
1173 (bibtex-reference-head): Renamed to bibtex-entry-head.
1174 (bibtex-reference-maybe-empty-head): Renamed to
1175 bibtex-entry-maybe-empty-head.
1176 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1177 (bibtex-search-reference): Renamed to bibtex-search-entry.
1178 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1179 bibtex-enclosing-entry-maybe-empty-head.
1180 (bibtex-entry-field-alist, bibtex-entry-head,
1181 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1182 bibtex-map-entries, bibtex-search-entry,
1183 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1184 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1185 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1186 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1187 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1188 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1189 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1190
1191 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1192
1193 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1194 comment.
1195 (bibtex-format-field-delimiters): New function, functionality
1196 extracted from bibtex-format-entry.
1197 (bibtex-autokey-get-yearfield-digits): New function, functionality
1198 extracted from bibtex-autokey-get-yearfield.
1199
1200 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1201 entries in order to avoid stack overflow in the regexp matcher if
1202 field contents become large.
1203 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1204 bibtex-field-string-part-not-braced,
1205 bibtex-field-string-part-no-inner-braces,
1206 bibtex-field-string-part-1-inner-brace,
1207 bibtex-field-string-part-2-inner-braces,
1208 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1209 bibtex-field-string-quoted, bibtex-field-string,
1210 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1211 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1212 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1213 as parsing is now performed by the following functions.
1214 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1215 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1216 bibtex-parse-field-string, bibtex-search-forward-field-string,
1217 bibtex-parse-association, bibtex-field-name-for-parsing,
1218 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1219 bibtex-search-forward-field, bibtex-search-backward-field,
1220 bibtex-start-of-field, bibtex-end-of-field,
1221 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1222 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1223 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1224 bibtex-parse-string, bibtex-search-forward-string,
1225 bibtex-search-backward-string, bibtex-start-of-string,
1226 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1227 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1228 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1229 entries. Instead of reporting the results of the parsing by
1230 match-beginning or match-end, these functions return data structures
1231 that hold the corresponding positions.
1232 (bibtex-enclosing-field): Changed to also report field boundaries by
1233 return values rather than by match-beginning or match-end. The
1234 following functions have been adapted to use the new parsing
1235 functions.
1236 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1237 bibtex-enclosing-field, bibtex-format-entry,
1238 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1239 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1240 bibtex-print-help-message, bibtex-end-of-entry,
1241 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1242 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1243 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1244 method for parsing.
1245 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1246 bibtex-map-entries, bibtex-flash-head,
1247 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1248 bibtex-autokey-change, bibtex-autokey-get-namefield,
1249 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1250 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1251 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1252 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1253 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1254 order to make the new binding of case-fold-search immediately
1255 visible.
1256
1257 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1258
1259 * textmodes/bibtex.el: Copyright notice is up to date.
1260 Added constant 'bibtex-maintainer-salutation.
1261
1262 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1263 than make-temp-name, use match-string-no-properties and eliminate
1264 a quadratic behavior when building bibtex-strings.
1265
1266 * bibtex.el (bibtex-reference-key): Accept string entries whose
1267 reference key contains upper case letters.
1268
1269 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1270
1271 * bibtex.el (bibtex-reference-head): Allow entries to start with
1272 a new line.
1273
1274 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1275
1276 * bibtex.el: Hiding of entry bodies is not longer provided by
1277 bibtex.el directly. Instead the hideshow package can be used.
1278 Added a special bibtex entry to hs-special-modes-alist.
1279 (bibtex-hs-forward-sexp): Added for hideshow.el.
1280
1281 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1282
1283 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1284 at ':' characters by call to split-string.
1285
1286 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1287
1288 * textmodes/bibtex.el: Added RCS version identification.
1289
1290 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1291
1292 * textmodes/bibtex.el: Some temporary comments removed.
1293 (bibtex-field-name, bibtex-entry-type): Made the relationship
1294 explicit.
1295 (bibtex-field-const): Allow capital letters.
1296 (bibtex-start-of-string): Deleted because unused.
1297
1298 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1299 use the term 'reference' to describe a bibtex entry as a whole.
1300 Further, reference keys are no longer called 'labels'.
1301 (bibtex-keys): Renamed to bibtex-reference-keys.
1302 (bibtex-reformat-previous-labels): Renamed to
1303 bibtex-reformat-previous-reference-keys.
1304 (bibtex-reference-type): Renamed to bibtex-entry-type.
1305 (bibtex-reference-head): Renamed to bibtex-entry-head.
1306 (bibtex-reference-maybe-empty-head): Renamed to
1307 bibtex-entry-maybe-empty-head.
1308 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1309 (bibtex-search-reference): Renamed to bibtex-search-entry.
1310 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1311 bibtex-enclosing-entry-maybe-empty-head.
1312 (bibtex-entry-field-alist, bibtex-entry-head,
1313 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1314 bibtex-map-entries, bibtex-search-entry,
1315 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1316 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1317 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1318 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1319 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1320 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1321 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1322
1323 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1324
1325 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1326 comment.
1327 (bibtex-format-field-delimiters): New function, functionality
1328 extracted from bibtex-format-entry.
1329 (bibtex-autokey-get-yearfield-digits): New function, functionality
1330 extracted from bibtex-autokey-get-yearfield.
1331
1332 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1333 entries in order to avoid stack overflow in the regexp matcher if
1334 field contents become large.
1335 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1336 bibtex-field-string-part-not-braced,
1337 bibtex-field-string-part-no-inner-braces,
1338 bibtex-field-string-part-1-inner-brace,
1339 bibtex-field-string-part-2-inner-braces,
1340 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1341 bibtex-field-string-quoted, bibtex-field-string,
1342 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1343 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1344 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1345 as parsing is now performed by the following functions.
1346 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1347 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1348 bibtex-parse-field-string, bibtex-search-forward-field-string,
1349 bibtex-parse-association, bibtex-field-name-for-parsing,
1350 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1351 bibtex-search-forward-field, bibtex-search-backward-field,
1352 bibtex-start-of-field, bibtex-end-of-field,
1353 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1354 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1355 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1356 bibtex-parse-string, bibtex-search-forward-string,
1357 bibtex-search-backward-string, bibtex-start-of-string,
1358 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1359 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1360 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1361 entries. Instead of reporting the results of the parsing by
1362 match-beginning or match-end, these functions return data structures
1363 that hold the corresponding positions.
1364 (bibtex-enclosing-field): Changed to also report field boundaries by
1365 return values rather than by match-beginning or match-end. The
1366 following functions have been adapted to use the new parsing
1367 functions.
1368 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1369 bibtex-enclosing-field, bibtex-format-entry,
1370 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1371 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1372 bibtex-print-help-message, bibtex-end-of-entry,
1373 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1374 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1375 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1376 method for parsing.
1377 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1378 bibtex-map-entries, bibtex-flash-head,
1379 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1380 bibtex-autokey-change, bibtex-autokey-get-namefield,
1381 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1382 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1383 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1384 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1385 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1386 order to make the new binding of case-fold-search immediately
1387 visible.
1388
1389 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1390
1391 * textmodes/bibtex.el: Copyright notice is up to date.
1392 Added constant 'bibtex-maintainer-salutation.
1393
1394 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1395 than make-temp-name, use match-string-no-properties and eliminate
1396 a quadratic behavior when building bibtex-strings.
1397
1398 * bibtex.el (bibtex-reference-key): Accept string entries whose
1399 reference key contains upper case letters.
1400
1401 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1402
1403 * bibtex.el (bibtex-reference-head): Allow entries to start with
1404 a new line.
1405
1406 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1407
1408 * bibtex.el: Hiding of entry bodies is not longer provided by
1409 bibtex.el directly. Instead the hideshow package can be used.
1410 Added a special bibtex entry to hs-special-modes-alist.
1411 (bibtex-hs-forward-sexp): Added for hideshow.el.
1412
1413 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1414
1415 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1416 proceedings entry type (for cross referencing). Thanks to Wagner
1417 Toledo Correa for the suggestion.
1418
1419 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1420
1421 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1422
1423 * international/characters.el: Setup case table for Vietnamese.
1424
1425 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1426
1427 * uniquify.el (toplevel): Require CL at compile time.
1428 (uniquify-push): Removed.
1429
1430 * shadowfile.el (shadow-when): Removed.
1431
1432 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1433 (tempo-process-and-insert-string): Use dolist instead of
1434 tempo-dolist.
1435
1436 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1437 regexp for paragraph-start.
1438
1439 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1440 commas as well.
1441
1442 2000-02-10 Dave Love <fx@gnu.org>
1443
1444 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1445 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1446 Deleted.
1447 (widget-specify-field, widget-specify-button): Don't use
1448 widget-mouse-help as help-echo property.
1449 (default): Use #'ignore for :validate and :mouse-down-action.
1450 (checkbox): Add help-echo.
1451 (widget-sexp-validate): Rewritten to clarify error messages.
1452 (character): Use char-valid-p in :match function.
1453 (widget-color-complete): Use facemenu-color-alist.
1454 (widget-color-action): Use facemenu-read-color.
1455
1456 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1457 set up `caar' &c that we now have.
1458
1459 2000-02-09 Ray Blaak <blaak@gnu.org>
1460
1461 * delphi.el: Make resourcestring a declaration region, like const
1462 and var.
1463
1464 2000-02-09 Dave Love <fx@gnu.org>
1465
1466 * bindings.el (mode-line-input-method-map): New variable.
1467 (mode-line-mule-info): Use it; fix last change.
1468 (mode-line-mode-menu): Move definition.
1469 (mode-line-mouse-sensitive-p): Deleted.
1470 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1471 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1472 level.
1473
1474 * startup.el (command-line-1): Don't call
1475 make-mode-line-mouse-sensitive.
1476
1477 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1478
1479 * mail/rmail.el (rmail-retry-failure): Use
1480 rmail-beginning-of-message before rmail-toggle-header, because the
1481 former toggles headers.
1482
1483 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1484
1485 * diff-mode.el (diff-kill-junk): New interactive function.
1486 (diff-reverse-direction): Use delete-and-extract-region.
1487 (diff-post-command-hook): Restrict the area so that the hook also works
1488 outside of any diff hunk. This is necessary for the minor-mode.
1489 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1490 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1491
1492 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1493 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1494 so that it can be used more easily in <foo>-mode-hook. Also make sure
1495 to avoid duplicate entries.
1496 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1497 (font-lock-remove-keywords): Just as was done for `add', allow it to
1498 work even if font-lock-mode is nil. Also make sure we don't modify
1499 any pre-existing list by forcing a copy-sequence. Finally rename
1500 `major-mode' to `mode'.
1501 (font-lock-fontify-syntactic-anchored-keywords)
1502 (font-lock-fontify-anchored-keywords)
1503 (font-lock-fontify-keywords-region): Use line-end-position.
1504 Don't make `font-lock-multiline' local (it's now done in
1505 font-lock-set-defaults).
1506 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1507 move the `font-lock-fontified' creation to inside the `unless'.
1508
1509 2000-02-06 Andrew Innes <andrewi@gnu.org>
1510
1511 * term/w32-win.el (x-handle-args): Comment out call to message,
1512 which occurs before window system is initialized.
1513
1514 * makefile.nt: Add support for recompiling lisp code.
1515
1516 2000-02-04 Dave Love <fx@gnu.org>
1517
1518 * bindings.el (mode-line-mule-info): Fix/extend last change.
1519
1520 * completion.el: Replace completion-dolist with dolist.
1521
1522 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1523 dotimes.
1524
1525 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1526
1527 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1528 environment names before they go into the section regexp.
1529
1530 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1531 char class in regexp.
1532
1533 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1534 `case-fold-search' to nil.
1535
1536 * progmodes/idlwave.el (idlwave-template): Respect
1537 `idlwave-abbrev-change-case'.
1538 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1539 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1540 idlwave-while): respect `idlwave-reserved-word-upcase'.
1541 (idlwave-rw-case): New function.
1542 (idlwave-statement-match): Fixed problem with assignment regexp.
1543 (idlwave-font-lock-keywords): Improved regexp for keyword
1544 parameters.
1545 (idlwave-surround): New argument LENGTH to support padding of
1546 operators longer than 1 char.
1547
1548 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1549 idlwave-shell-expression-overlay. Implemented printing of
1550 expressions on higher levels of the calling stack.
1551 (idlwave-shell-display-level-in-calling-stack): Restore stack
1552 level.
1553 (idlwave-retrieve-expression-from-level): New function.
1554 (idlwave-shell-last-calling-stack): Variable removed.
1555 (idlwave-shell-reset): Argument action reversed (`visible' to
1556 `hidden'). Also remove stop-line overlay.
1557 (idlwave-shell-calling-stack-routine): New variable.
1558 (idlwave-shell-parse-stack-and-display): Messages now display
1559 negative level numbers.
1560 (idlwave-shell-mode): Set `modeline-format'.
1561 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1562 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1563 21.
1564 (idlwave-shell-print-expression-function): New option.
1565
1566 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1567 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1568 `tool-bar' instead of `toolbar'.
1569
1570 2000-02-02 Dave Love <fx@gnu.org>
1571
1572 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1573 emacs-lisp-mode-hook. Don't check for defalias being defined.
1574
1575 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1576 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1577 the new builtins directly.
1578
1579 * whitespace.el (whitespace): Add :version to defgroup.
1580
1581 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1582 Doc fix.
1583
1584 * thingatpt.el (sexp-at-point, symbol-at-point)
1585 (number-at-point, list-at-point): Add autoload cookie.
1586
1587 * recentf.el (recentf): Add :version to defgroup.
1588
1589 * quickurl.el (quickurl): Add :version to defgroup.
1590
1591 * elide-head.el (elide-head): Use point-marker more.
1592
1593 * bs.el (bs): Add :version to defgroup.
1594
1595 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1596
1597 * progmodes/delphi.el (delphi): Add :version to defgroup.
1598
1599 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1600
1601 * ange-ftp.el (ange-ftp-write-region): Handle case that
1602 succeeding process operation sets a different coding system.
1603
1604 * calculator.el: New file.
1605
1606 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1607
1608 * frame.el (frames-on-display-list, framep-on-display): New
1609 functions.
1610 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1611 (display-selections-p, display-screens, display-pixel-width)
1612 (display-pixel-height, display-mm-width, display-mm-height)
1613 (display-backing-store, display-save-under, display-planes)
1614 (display-color-cells, display-visual-class): New functions.
1615
1616 * term/tty-colors.el (tty-color-gray-shades): New function.
1617
1618 * faces.el (display-color-p): Use framep-on-display.
1619 (display-grayscale-p): New function.
1620
1621 2000-01-31 Dave Love <fx@gnu.org>
1622
1623 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1624 (create-fontset-from-x-resource): Don't concat integers.
1625
1626 2000-01-31 Inge Frick <inge@nada.kth.se>
1627
1628 * view.el: Some changes in documentation. Removed some trailing
1629 whitespace. Changed some parameter names to agree with
1630 documentation.
1631 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1632 window is not deleted. Modifies change 1998-04-26.
1633
1634 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1635
1636 * windmove.el: New file.
1637
1638 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1639 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1640 progmodes/ebnf-yac.el: Update copyright and license info.
1641
1642 * jit-lock.el (jit-lock-function): Widen before calculating end
1643 position.
1644 (jit-lock-stealth-chunk-start): Rewritten.
1645
1646 * info.el (Info-title-face-alist): Removed.
1647 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1648 faces.
1649 (Info-fontify-node): Use these faces.
1650
1651 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1652
1653 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1654 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1655 `&allow-other-keywords'.
1656
1657 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1658 the list of directories scanned heuristically.
1659
1660 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1661 exist.
1662
1663 2000-01-30 Jason Rumney <jasonr@gnu.org>
1664
1665 * w32-fns.el: Define w32-tty-standard-colors.
1666
1667 * startup.el (command-line): Use w32-tty-standard-colors when in
1668 w32 console mode.
1669
1670 2000-01-30 Dave Love <fx@gnu.org>
1671
1672 * jka-compr.el (jka-compr-load): Fix up load-history.
1673
1674 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1675
1676 * emacs-lisp/cl-macs.el: Revert previous change.
1677
1678 2000-01-29 Dave Love <fx@gnu.org>
1679
1680 * facemenu.el: Purecopy various strings.
1681
1682 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1683 years. Deal with three-digit years.
1684
1685 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1686 defconst, purecopy.
1687 (help-back-label): Purecopy it.
1688
1689 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1690
1691 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1692 variable. If non-nil, order the buffer list according to the
1693 currently selected frame.
1694 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1695 non-nil, pass the selected frame to function buffer-list.
1696
1697 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1698
1699 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1700
1701 2000-01-28 Dave Love <fx@gnu.org>
1702
1703 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1704
1705 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1706 Don't use lisp-indent-hook property.
1707 (cl-abs): Remove.
1708
1709 * subr.el: Move out indent and edebug specs for when and unless.
1710
1711 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1712 when, unless.
1713
1714 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1715 unless, when.
1716
1717 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1718
1719 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1720 `collecting' as synonym for `collect'.
1721
1722 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1723 for the case it contains spaces.
1724
1725 * simple.el (what-cursor-position): Change formatting of
1726 messages.
1727
1728 * frame.el (delete-other-frames): New function.
1729 (toplevel): Bind it to C-x 5 1.
1730
1731 * sort.el (sort-numeric-base): New option.
1732 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1733 interpret it as octal or hexadecimal. Use sort-numeric-base
1734 as default base.
1735
1736 * progmodes/glasses.el: New file.
1737
1738 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1739
1740 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1741 userids differently.
1742
1743 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1744 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1745 progmodes/ebnf-yac.el: New files.
1746
1747 2000-01-26 Dave Love <fx@gnu.org>
1748
1749 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1750 on a function with an empty body. [From Eric Ludlam.]
1751
1752 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1753
1754 * vc.el (vc-version-diff): Make sure file name is expanded.
1755
1756 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1757
1758 * scroll-bar.el (scroll-bar-timer): Variable removed.
1759 (scroll-bar-toolkit-scroll): Don't use a timer.
1760
1761 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1762
1763 * language/thai-util.el (thai-composition-function): Delete
1764 superfluous `a'.
1765
1766 2000-01-24 Dave Love <fx@gnu.org>
1767
1768 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1769 end-of-defun-function.
1770
1771 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1772 &c.
1773
1774 2000-01-22 Jason Rumney <jasonr@gnu.org>
1775
1776 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1777 conflicts with new face support.
1778
1779 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1780
1781 * replace.el (query-replace): Rename last arg to DELIMITED.
1782 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1783 (query-replace-regexp): Likewise.
1784
1785 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1786
1787 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1788
1789 * emacs-lisp/lisp.el (beginning-of-defun-function):
1790 Variable renamed from beginning-of-defun.
1791 Do not call make-variable-buffer-local.
1792 (beginning-of-defun-raw): Use new variable name; doc fix.
1793 (beginning-of-defun): Doc fix.
1794 (end-of-defun-function): Variable renamed from end-of-defun.
1795 Do not call make-variable-buffer-local.
1796 (end-of-defun): Use new variable name; doc fix.
1797
1798 * subr.el (dolist, dotimes): Copied from cl-macs.el
1799 and made to work.
1800
1801 * mail/undigest.el (rmail-digest-end-regexps):
1802 Variable replaces rmail-digest-end-regexp.
1803 Allows multiple regexps for detecting the end line.
1804 (undigestify-rmail-message): Corresponding changes.
1805
1806 2000-01-19 Dave Love <fx@gnu.org>
1807
1808 * files.el (user-init-file): Don't declare here -- is primitive.
1809
1810 * startup.el (command-line): Check for compiled user-init-file and
1811 set to uncompiled version if necessary.
1812
1813 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1814
1815 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1816 (undigestify-rmail-message): Use it.
1817
1818 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1819
1820 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1821
1822 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1823 of mini-buffer.
1824
1825 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1826
1827 * emacs-lisp/copyright.el (copyright-update): Removed the
1828 requirement for a trailing space from `copyright-regexp', to
1829 support copyrights with owner specified on a separate line..
1830
1831 * align.el: New file.
1832
1833 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1834
1835 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1836
1837 2000-01-13 Dave Love <fx@gnu.org>
1838
1839 * ph.el: Removed. (Obsoleted by EUDC.)
1840
1841 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1842
1843 * net/eudc.el (toplevel): Remove autoloaded code installing
1844 menu with easymenu, because that causes build problems.
1845
1846 * frame.el (frame-notice-user-settings): New variable.
1847 (frame-notice-user-settings): Don't modify frame parameters
1848 if called a second time.
1849
1850 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1851
1852 * frame.el (frame-notice-user-settings):
1853 Notice default-frame-parameters even for non-window frames.
1854
1855 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1856
1857 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1858 for Emacs.
1859 (eudc-bob-can-display-inline-images): Extend for Emacs.
1860 (eudc-bob-toggle-inline-display): Ditto.
1861 (eudc-bob-display-jpeg): Ditto.
1862
1863 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1864
1865 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1866 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1867 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1868
1869 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1870 nil)'.
1871
1872 * subdirs.el: Add `net' directory.
1873
1874 * net: New directory.
1875
1876 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1877 eval-last-sexp. Don't bind debug-on-error here.
1878 (eval-last-sexp): New function. Bind debug-on-error if
1879 eval-expression-debug-on-error is non-nil.
1880 (eval-defun-2, eval-defun): Likewise.
1881
1882 * simple.el (eval-expression): Don't bind debug-on-error if
1883 eval-expression-debug-on-error is nil. Detect changed
1884 debug-on-error, and propagate new value to global binding, if
1885 eval-expression-debug-on-error is non-nil,
1886 (eval-expression-debug-on-error): Change doc string.
1887
1888 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1889
1890 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1891
1892 * emacs-lisp/lisp-mode.el (with-syntax-table):
1893 Set up lisp-indent-function property.
1894
1895 * subr.el (with-syntax-table): Moved from simple.el.
1896
1897 * simple.el (with-syntax-table): Moved to subr.el.
1898
1899 2000-01-11 Gerd Moellmann <gerd@gnu.org>
1900
1901 * tmm.el (tmm-shortcut): Delete region after prompt instead
1902 of erasing buffer.
1903
1904 * textmodes/fill.el (fill-common-string-prefix): New function.
1905 (fill-context-prefix): Use the longest common prefix of first
1906 and second line fill prefix, if there is one.
1907
1908 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1909
1910 * array.el (array-mode): Don't use make-variable-buffer-local.
1911 Use make-local-variable for `truncate-lines'.
1912
1913 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
1914
1915 * add-log.el (add-log-current-defun): Handle user-defined
1916 add-log-current-function returning nil,
1917
1918 * add-log.el (add-change-log-entry): Insert version number
1919 if having found a current function
1920
1921 * add-log.el (add-log-current-defun): Call
1922 `add-log-current-defun-function'. Try matches at level 0 and
1923 level 1. Strip whitespace from defun found.
1924
1925 2000-01-10 John Wiegley <johnw@gnu.org>
1926
1927 * allout.el (isearch-done/outline-provisions): Added `edit'
1928 argument to correspond with the current definition of
1929 `isearch-done'.
1930
1931 2000-01-10 Dave Love <fx@gnu.org>
1932
1933 * elide-head.el (elide-head): Use point-marker, not point.
1934
1935 2000-01-10 Gerd Moellmann <gerd@gnu.org>
1936
1937 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1938 before and after the year 2000.
1939
1940 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1941 Add ispell- prefix.
1942
1943 2000-01-10 Ken Stevens <k.stevens@ieee.org>
1944
1945 * ispell.el: Only define dictionaries in menus when they exist.
1946 (version18p): New variable.
1947 (version20p): New variable.
1948 (xemacsp): New variable.
1949 (ispell-choices-win-default-height): Fix for XEmacs visibility.
1950 (ispell-dictionary-alist1): Added Brasileiro dictionary.
1951 (ispell-dictionary-alist6): Russian command lines no longer accept
1952 run-together words.
1953 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1954 (ispell-dictionary-alist): Add koi8-r to customize definition.
1955 (check-ispell-version): Added documentation string. Returns
1956 library path when called non-interactively.
1957 (ispell-menu-map-needed): Uses new variables.
1958 (ispell-library-path): New variable.
1959 (ispell-decode-string): XEmacs fix for bogus variable bindings.
1960 (ispell-word): Improved documentation string. Test for valid
1961 character mappings. Correctly check typed in word changes that can
1962 result in single words split into multiple words. Returns
1963 replacement word.
1964 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
1965 replace in recursive query replace mode. Help message for
1966 recursive edit mode.
1967 (ispell-show-choices): Protect against bad framepop bindings.
1968 (ispell-help): Fix to work with XEmacs.
1969 (ispell-highlight-spelling-error): Use new variables.
1970 (ispell-overlay-window): Fix to work with XEmacs.
1971 (ispell-parse-output): Passed and returns location information
1972 tracking spelling corrections. Doesn't recheck same word on
1973 current line.
1974 (ispell-init-process): Protect against bogus XEmacs variable binding.
1975 Fix call to single argument in sleep-for. Use new variables.
1976 (ispell-region): Passed and returns location information tracking
1977 spelling corrections. Doesn't check same word on current line.
1978 Improved documentation string. Doesn't resend a line already
1979 checked to the ispell process - fixes bug in LaTeX parsing.
1980 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1981 (ispell-skip-region): No longer skips <TT> in SGML.
1982 (ispell-process-line): Tracks location information with spelling
1983 corrections. Added documentation string. Accounts for words
1984 already accepted on this line. Don't allow query-replace on line
1985 starting with math characters. Doesn't resend a line already sent
1986 to ispell process. Fixes alignment error bug.
1987
1988 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1989
1990 * dired-x.el (dired-guess-shell-alist-default):
1991 Suggest xloadimage, which is free, not xv, which isn't.
1992
1993 * ange-ftp.el (ange-ftp-file-name-nondirectory):
1994 Don't ever include the host name or user name in the value.
1995
1996 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1997
1998 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1999 of a real newline.
2000
2001 2000-01-09 Stephen Eglen <stephen@gnu.org>
2002
2003 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2004 for .png files.
2005
2006 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2007
2008 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2009
2010 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2011
2012 * progmodes/cperl-mode.el: Replace ^F with ^L.
2013
2014 * sendmail.el (toplevel): Provide `sendmail' when compiling
2015 before `require'ing rmail and mailalias to prevent infinite
2016 recursion.
2017
2018 2000-01-08 Dave Love <fx@gnu.org>
2019
2020 * emacs-lisp/backquote.el: Remove inappropriate customization
2021 (allowing custom.el to use backquote).
2022
2023 2000-01-07 Dave Love <fx@gnu.org>
2024
2025 * add-log.el (add-log-debugging): Deleted.
2026 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2027 file. Remove debugging code.
2028 (change-log-get-method-definition, change-log-name): Add doc.
2029 (change-log-sortable-date-at): New function.
2030 (change-log-merge): New command.
2031
2032 * time.el (display-time-string-forms): Make the Mail string active.
2033 (display-time-update): Provide help-echo for load average.
2034
2035 * bindings.el (make-mode-line-mouse2-map): New function.
2036 (mode-line-modified): Use it and simplify.
2037 (mode-line-mule-info): Provide help-echo info.
2038 (minor-mode-alist): Activate the strings.
2039 (make-mode-line-mouse-sensitive): Simplify for
2040 mode-line-buffer-identification.
2041
2042 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2043
2044 * play/pong.el: New file.
2045
2046 2000-01-06 Dave Love <fx@gnu.org>
2047
2048 * array.el: Assorted cleanups for compiler warnings, doc strings,
2049 `array-' prefix for symbols.
2050
2051 2000-01-05 Dave Love <fx@gnu.org>
2052
2053 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2054 outline-headers-as-kill.
2055 (outline-mode): Define imenu-generic-expression.
2056 (outline-headers-as-kill): New command.
2057
2058 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2059 from paragraph-start.
2060 (paragraph-indent-minor-mode): New command.
2061
2062 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2063 M-C-e, M-C-h, C-j, C-xnd, TAB.
2064 (fortran-mode): Set beginning-of-defun, end-of-defun.
2065 (fortran-column-ruler): Simplify.
2066 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2067 (fortran-with-subprogram-narrowing): Likewise.
2068 (fortran-indent-subprogram): Call mark-defun.
2069 (fortran-check-for-matching-do): Change narrowing.
2070
2071 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2072 (cl-lucid-hash-tag): Delete.
2073 (cl-hash-table-p): Correct test for native table.
2074 (cl-hash-table-count): Use hash-table-count.
2075
2076 * browse-url.el (browse-url): Fix case of
2077 browse-url-browser-function being an alist.
2078
2079 2000-01-05 Carsten Dominik <cd@gnu.org>
2080
2081 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2082 (reftex-index-phrase-file-extension): New options.
2083
2084 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2085 Use new option `reftex-index-phrase-file-extension'.
2086
2087 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2088 `reftex-parse-file-extension'.
2089
2090 2000-01-05 Dave Love <fx@gnu.org>
2091
2092 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2093 (beginning-of-defun-raw): Use it.
2094 (end-of-defun): New variable.
2095 (end-of-defun): Use it.
2096 (check-parens): New command.
2097
2098 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2099
2100 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2101 (hs-show-block): Don't use `mapcar' when not accumulating.
2102
2103 Fix buglet in local variables initialization.
2104
2105 2000-01-05 Andreas Schwab <schwab@suse.de>
2106
2107 * hscroll.el (hscroll): Doc fix.
2108
2109 2000-01-05 Carsten Dominik <cd@gnu.org>
2110
2111 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2112 idlw-toolbar.
2113
2114 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2115 file idlw-rinfo.el.
2116 (idlwave-customize): load must read file idlw-shell.el.
2117 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2118
2119 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2120
2121 * progmodes/idlw-shell.el: Also provide idlwave-shell
2122 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2123 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2124
2125 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2126 both reftex-dcr and reftex-vcr.
2127
2128 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2129
2130 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2131
2132 * ps-print.el: PostScript code now is in separate files, doc fix.
2133 (ps-print-version): New version number (5.0.3).
2134 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2135 local.
2136 (ps-spool-config): Initialization fix.
2137 (ps-print-prologue-1, ps-print-prologue-2)
2138 (ps-print-duplex-feature): PostScript code moved to separated file.
2139 (ps-background-image): Little code reformating.
2140 (ps-begin-file, ps-begin-job): Fix code.
2141 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2142 (ps-prologue-file): New fun.
2143
2144 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2145
2146 * ps-vars.el: Eliminated.
2147
2148 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2149 `;;;###autoload'.
2150
2151 * ps-print.el: ps-vars eliminated, doc fix.
2152 (ps-print-version): New version number (5.0.2).
2153 (ps-spool-config): Initialization fix.
2154 (ps-print-customize): New fun.
2155
2156 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2157
2158 * autorevert.el (auto-revert-mode): Return value of
2159 auto-revert-mode.
2160
2161 2000-01-04 Dave Love <fx@gnu.org>
2162
2163 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2164 menu items.
2165
2166 2000-01-03 Dave Love <fx@gnu.org>
2167
2168 * elide-head.el (elide-head) [defgroup]: Add :version.
2169
2170 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2171 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2172 `cl-hash-table-p', not `hash-table-p'.
2173 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2174
2175 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2176
2177 * faces.el (face-read-integer, read-face-attribute)
2178 (color-defined-p, color-values): unspecified-{f,b}g are now
2179 strings.
2180
2181 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2182
2183 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2184 at comment end, and re-insert them after filling.
2185
2186 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2187
2188 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2189 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2190 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2191
2192 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2193
2194 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2195 the new name of face-color-supported-p.
2196
2197 * term/w32-win.el (xw-defined-colors): Likewise.
2198
2199 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2200
2201 * simple.el (completion-setup-function): Count completion-size
2202 from minibuffer-prompt-end, not from point-min.
2203
2204 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2205
2206 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2207 Pass the frame to tty-color-* functions.
2208 (display-color-p, frame-set-background-mode): Pass the frame to
2209 tty-display-color-p.
2210
2211 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2212 tty-color-alist.
2213 (tty-color-alist, tty-modify-color-alist): New functions.
2214 (tty-color-define, tty-color-clear, tty-color-approximate)
2215 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2216 an optional parameter FRAME.
2217
2218 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2219
2220 * image.el (create-image, defimage): Don't assume image data is a
2221 string.
2222
2223 * image.el (defimage): Handle specifications containing :data
2224 instead of :file.
2225 (image-type-from-data): New function.
2226 (image-type-from-file-header): Use it.
2227 (create-image): Add parameter DATA-P.
2228
2229 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2230
2231 * echistory.el (electric-command-history): Call Command-history-setup
2232 and command-history-mode using their new conventions.
2233
2234 * chistory.el (Command-history-setup): Don't switch buffers. Take
2235 no args, and do not set major-mode, mode-name or the local map.
2236 (command-history-mode): New function, does some of those things
2237 Command-history-setup used to do.
2238 (list-command-history): Call command-history-mode, not
2239 Command-history-setup.
2240 (command-history): Renamed from command-history-mode.
2241
2242 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2243
2244 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2245
2246 1999-12-31 William M. Perry <wmperry@aventail.com>
2247
2248 * image.el (defimage): Images with the `:data' keyword should be
2249 considered valid as well.
2250
2251 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2252
2253 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2254 with FILE if FILE is nil.
2255
2256 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2257
2258 * simple.el (choose-completion-string): In minibuffer,
2259 do not delete the prompt string.
2260
2261 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2262
2263 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2264 assigned to mode-line-mode-menu because bindings.el is dumped with
2265 Emacs, and thus the lists used for menu-item definition will be
2266 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2267 like pure menu item definitions.
2268
2269 * expand.el (expand-abbrev-hook): Return t if expansion was
2270 done, nil otherwise.
2271
2272 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2273
2274 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2275 (tar-quit): Function deleted.
2276
2277 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2278
2279 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2280 was used but not declared.
2281
2282 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2283 hs-find-block-beginning): Add or modify docstrings.
2284
2285 (hs-isearch-show): Rewrite.
2286
2287 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2288
2289 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2290
2291 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2292 space in front of a C-style comment end.
2293
2294 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2295
2296 * startup.el (command-line-1): Make mode line mouse-sensitive for
2297 the MS-DOS version as well.
2298
2299 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2300
2301 * bs.el: New file.
2302
2303 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2304
2305 * textmodes/ispell.el (ispell-process-line):
2306 Add local var line-offset to adjust for the change
2307 in positions within the line, due to previous replacements.
2308
2309 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2310
2311 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2312 Doc fixes.
2313
2314 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2315
2316 * add-log.el (change-log-version-number-regexp-list)
2317 (change-log-version-info-enabled): Change :version to 21.1.
2318 (toplevel): Require CL when compiling.
2319
2320 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2321
2322 * add-log.el (change-log-version-number-regexp-list): Added tag
2323 :version 20.6
2324 (change-log-version-info-enabled): Added tag :version 20.6
2325
2326 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2327
2328 * add-log.el: More general version number search with
2329 user-configurable regexp list.
2330 (change-log-version-number-regexp-list): New user variable.
2331 (change-log-find-version): Rewritten. Use user-configurable
2332 version numbering regexp list
2333 change-log-version-number-regexp-list.
2334 (change-log-find-version): Renamed to
2335 change-log-version-number-search
2336 (add-log-file-name-function): New.
2337 (change-log-search-vc-number): Added END paramaeter. Added doc
2338 string to function.
2339 (change-log-version-rcs): Renamed. Was
2340 change-log-search-vc-number.
2341
2342 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2343
2344 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2345 overlays if they interfere.
2346 (compilation-find-file): Make intangible overlays tangible.
2347
2348 * progmodes/hideshow.el: Generally, synch w/ maintainer
2349 version 5.9.
2350
2351 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2352
2353 (hs-minor-mode-hook): Don't initialize.
2354
2355 (hs-special-modes-alist): Rewrite value and docstring.
2356
2357 (hs-minor-mode-prefix): Delete unused var.
2358
2359 (hs-block-start-mdata-select): New var, buffer local.
2360
2361 (hs-headline): New var.
2362
2363 (hs-match-data, hs-forward-sexp): New funcs.
2364
2365 (hs-hide-comment-region): New func.
2366
2367 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2368 hs-safety-is-job-n, hs-hide-initial-comment-block,
2369 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2370 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2371 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2372 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2373 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2374
2375 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2376 (hs-isearch-show-temporary): New funcs.
2377
2378 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2379
2380 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2381
2382 When constructing menu, use `[(shift button2)]' notation.
2383
2384 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2385
2386 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2387 (jka-compr-compression-info-list): Add new elt to each vector.
2388 (jka-compr-write-region): Don't compress the data if it is
2389 already compressed.
2390
2391 * jka-compr.el (jka-compr-really-do-compress): New variable.
2392 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2393 if visiting.
2394 (jka-compr-write-region): Set jka-compr-really-do-compress
2395 if visiting. Test it when deciding to compress.
2396
2397 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2398
2399 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2400 with third argument t.
2401
2402 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2403
2404 * antlr-mode.el: Version 1.2 is released.
2405 (antlr): This package has a web page.
2406
2407 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2408
2409 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2410 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2411 (antlr-mode-map): New binding [C-c C-c].
2412 (antlr-mode-menu): New entries.
2413
2414 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2415
2416 * antlr-mode.el: Respect Emacs conventions.
2417 ((require 'cl)): Only use during compilation.
2418 (antlr-language-for-option): New function to avoid using `find'.
2419 (antlr-mode): Use it.
2420 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2421 (antlr-imenu-create-index-function): Change accordingly.
2422 (antlr-inside-rule-p): Ditto.
2423 (antlr-end-of-rule): Ditto.
2424 (antlr-end-of-body): Ditto.
2425 (antlr-beginning-of-rule): Ditto.
2426 (antlr-indent-line): Ditto.
2427
2428 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2429
2430 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2431 (antlr-set-tabs): Don't use hard-coded values.
2432
2433 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2434 won't be possible without a huge time penalty.
2435 (antlr-skip-exception-part): Be more specific.
2436 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2437 Renamed from `antlr-skip-grammar-header'.
2438 (antlr-next-rule): Change accordingly.
2439 (antlr-end-of-body): Ditto. Better error message.
2440 (antlr-beginning-of-body): Better error message.
2441 (antlr-imenu-create-index-function): Skip rule action prelude.
2442
2443 * antlr-mode.el: Minor syntax highlighting changes.
2444 (antlr-font-lock-default-face): Deletia.
2445 (antlr-font-lock-tokendef-face): Changed color.
2446 (antlr-font-lock-tokenref-face): Changed color.
2447 (antlr-font-lock-literal-face): Changed color.
2448 (antlr-font-lock-additional-keywords): Minor changes.
2449
2450 1999-12-20 Carsten Dominik <cd@gnu.org>
2451
2452 * progmodes/idlwave.el: New file.
2453
2454 * progmodes/idlwave-rinfo.el: New file.
2455
2456 * progmodes/idlwave-shell.el: New file.
2457
2458 * progmodes/idlwave-toolbar.el: New file.
2459
2460 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2461
2462 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2463
2464 * progmodes/cwarn.el: New file.
2465
2466 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2467
2468 * bindings.el (completion-ignored-extensions): Add .pdf.
2469
2470 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2471
2472 * version.el: Put the version info into binary on MS-DOS as well.
2473
2474 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2475
2476 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2477 debugger-may-continue is nil.
2478
2479 1999-12-18 Dave Love <fx@gnu.org>
2480
2481 * emacs-lisp/cl-macs.el: Remove conditional definition of
2482 eval-when-compile. Don't specify abs, expt, gethash,
2483 hash-table-count, hash-table-p as side-effect-free here.
2484 (cl-emacs-type): Don't declare.
2485 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2486 (cl-parse-loop-clause): Remove compatibility code.
2487
2488 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2489 (side-effect-free-fns): Add gethash, hash-table-count.
2490 (side-effect-and-error-free-fns): Add hash-table-p.
2491
2492 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2493 `cl-' to autoload names for some hash functions. Don't autoload
2494 eval-when-compile. Don't provide mini-cl.
2495 (cl-emacs-type): Remove.
2496 (cl-map-extents): Remove compatibility code.
2497
2498 * emacs-lisp/float.el: Bind free variables.
2499
2500 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2501
2502 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2503
2504 * bindings.el (completion-ignored-extensions): Add .tfm.
2505
2506 1999-12-16 Dave Love <fx@gnu.org>
2507
2508 * faces.el (set-face-attribute): Purecopy the attributes set.
2509
2510 * custom.el (custom-declare-variable): Purecopy value.
2511
2512 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2513 (byte-extrude-byte-code-vectors): Use remprop.
2514 (byte-compile-lambda): Check that arg is a lambda.
2515
2516 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2517
2518 * font-lock.el: System for adding and removing keywords.
2519 Both local (previously added keyword) and global keywords
2520 can be removed.
2521 (font-lock-remove-keywords): New user-level function.
2522 (font-lock-update-removed-keyword-alist): New internal function.
2523 (font-lock-removed-keywords-alist): New variable.
2524 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2525 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2526 growing datastructures.
2527 (font-lock-set-defaults): Removes keywords stored in
2528 `font-lock-removed-keywords-alist' after local keywords added.
2529
2530 1999-12-16 Anders Lindgren <andersl@andersl.com>
2531
2532 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2533 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2534
2535 * font-lock.el (c-keywords): Only highlight preprocessor
2536 directives when spelled correctly.
2537
2538 * font-lock.el (font-lock-match-c++-structor-declaration,
2539 c++-keywords): Fontify constructors and destructors with function
2540 face inside C++ class declarations.
2541
2542 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2543
2544 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2545 the shell from sh-shell-file.
2546
2547 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2548
2549 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2550
2551 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2552 if one of the files specified cannot be accessed by
2553 file-attributes. Do not strip any leading directories from the
2554 file names, to behave more like `ls' does.
2555
2556 * dired.el (dired-get-filename): Handle absolute file names.
2557 (dired-readin-insert): If argument is a cons, don't print
2558 "wildcard" on the ``total'' line.
2559
2560 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2561
2562 * faces.el (face-read-integer, read-face-attribute)
2563 (color-defined-p, color-values): Allow color values unspecified-fg
2564 and unspecified-bg, handle them as unspecified.
2565
2566 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2567
2568 * textmodes/reftex.el: (reftex-compile-variables): respect new
2569 structure of `reftex-index-macro'
2570 (reftex-compile-variables): Use the changed structure of
2571 `reftex-label-alist'.
2572
2573 * textmodes/reftex-vars.el (reftex-index-math-format,
2574 (reftex-toc-max-level): New option.
2575 reftex-index-phrases-search-whole-words,
2576 reftex-index-phrases-case-fold-search,
2577 reftex-index-phrases-skip-indexed-matches,
2578 reftex-index-phrases-wrap-long-lines,
2579 reftex-index-phrases-sort-prefers-entry,
2580 reftex-index-phrases-sort-in-blocks): New options.
2581 (reftex-index-macros): Option structure changed.
2582 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2583 (reftex-label-alist): Additional item in each entry to specify if
2584 the environment should be listed in the TOC.
2585 (eval-when-compile (require 'cl)) added.
2586
2587 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2588 longer deals with "repeat".
2589 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2590 now used.
2591 (reftex-index-phrases-comment-regexp,
2592 reftex-index-phrases-macrodef-regexp,
2593 reftex-index-phrases-phrase-regexp1,
2594 reftex-index-phrases-phrase-regexp2,
2595 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2596 New constants.
2597 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2598 reftex-index-phrases-font-lock-keywords,
2599 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2600 reftex-index-phrases-restrict-file): New variables.
2601 (reftex-index-phrase-selection-or-word,
2602 reftex-index-visit-phrases-buffer,
2603 reftex-index-initialize-phrases-buffer,
2604 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2605 reftex-index-next-phrase, reftex-index-this-phrase,
2606 reftex-index-all-phrases, reftex-index-region-phrases,
2607 reftex-index-phrases-parse-header,
2608 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2609 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2610 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2611 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2612 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2613 reftex-index-make-replace-string,
2614 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2615 reftex-index-phrase-match-is-indexed,
2616 reftex-index-phrases-fixup-line,
2617 reftex-index-phrases-replace-space,
2618 reftex-index-select-phrases-macro): New functions.
2619 (reftex-index-globalize, reftex-index-globally): functions removed
2620 (eval-when-compile (require 'cl)) added.
2621
2622 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2623 for max level.
2624 (reftex-toc-max-level-indicator): New variable.
2625 (reftex-toc-max-level): New command.
2626 (reftex-toc-map): New keybinding `t'.
2627 (reftex-toc-help): Constant updated.
2628 (eval-when-compile (require 'cl)) added.
2629
2630 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2631 `t' command key can change `reftex-toc-max-level'
2632 (eval-when-compile (require 'cl)) added.
2633
2634 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2635 `reftex-toc-max-level'
2636 (eval-when-compile (require 'cl)) added.
2637
2638 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2639 added.
2640
2641 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2642 added.
2643
2644 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2645 commands.
2646 (reftex-citation, reftex-do-citation,
2647 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2648 preselect a citation format.
2649 (eval-when-compile (require 'cl)) added.
2650
2651 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2652 parameter to-end
2653 (reftex-section-info): Deal with environment matches.
2654 (eval-when-compile (require 'cl)) added.
2655
2656 * reftex-global.el (eval-when-compile (require 'cl)) added.
2657
2658 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2659
2660 The following changes are for the new composition mechanism. We
2661 have deleted `composition' charset and composite characters,
2662 instead introduced a special text property `composition'.
2663
2664 * composite.el: New file.
2665
2666 * ps-mule.el: Define encode-composition-rule and find-composition
2667 for Emacs 20.4 and the earlier versions.
2668 (ps-mule-init-external-library): Just require a feature for
2669 external libraries.
2670 (ps-mule-prologue): Postscript code modified for new composition.
2671 (ps-mule-find-wrappoint): New arg COMPOSITION.
2672 (ps-mule-plot-string): Delete code for composite characaters.
2673 (ps-mule-plot-composition): New funcion.
2674 (ps-mule-prepare-font-for-components): New function.
2675 (ps-mule-plot-components): New function.
2676 (ps-mule-composition-prologue-generated): Renamed from
2677 ps-mule-cmpchar-prologue-generated.
2678 (ps-mule-composition-prologue): New named from
2679 ps-mule-cmpchar-prologue. Modified for new composition.
2680 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2681 ps-mule-prepare-cmpchar-font): Deleted.
2682 (ps-mule-string-encoding): New arg NO-SETFONT.
2683 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2684 check Composing, not Cmpchar
2685 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2686 to nil.
2687 (ps-mule-begin-job): Check existence of new composition.
2688
2689 * ps-print.el (ps-plot-region): Handle new composition.
2690
2691 * simple.el (what-cursor-position): Show "(composed)" if the
2692 character is composed.
2693
2694 * international/characters.el: Fix cateogries of Lao symbols.
2695
2696 * international/fontset.el (vertical-centering-font-regexp): New
2697 variable.
2698
2699 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2700 (mule-version-date): Updated to 1999.12.7.
2701 (with-category-table): New macro.
2702
2703 * international/mule-cmds.el (encode-coding-char): Don't check
2704 composite character.
2705
2706 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2707 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2708 x-ctext): Give `composition' property t.
2709
2710 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2711 non-nil) at the tail of ALIST.
2712 (compose-region, decompose-region, decompse-string,
2713 reference-point-alist, compose-chars): Moved to composite.el.
2714 (compose-chars-component, compose-chars-rule,
2715 decompose-composite-char): Deleted.
2716
2717 * international/quail.el (quail-install-map): New optional arg
2718 NAME.
2719 (quail-get-translation): If DEF is a symbol but not a function,
2720 ignore it.
2721 (quail-start-translation): Put a key sequence undefined in the
2722 translation keymap in unread-command-events, not generated-events.
2723 Return parameterized event (compose-last-chars N) if the input
2724 characters should be composed.
2725 (quail-map-definition): If DEF is t, treat it as nil.
2726 (quail-delete-last-char): Delete the quail region.
2727 (quail-show-translations): Don't show list of translations if the
2728 quail package is deterministic.
2729 (quail-completion-max-depth): New variable.
2730 (quail-completion-1): Pay attention to the above variable. Fix
2731 for the case that a translation is a function.
2732 (quail-map-from-table, quail-map-from-table-1,
2733 quail-map-from-table-2): New functions.
2734 (quail-lookup-map-and-concat): New function
2735
2736 * language/devan-util.el: Mostly rewritten.
2737
2738 * language/lao.el: Register lao-composition-function in
2739 composition-function-table.
2740
2741 * language/lao-util.el: Mostly rewritten.
2742
2743 * language/thai.el: Register thai-composition-function in
2744 composition-function-table.
2745 (thai-tis620): Delete `pre-write-conversion' property.
2746
2747 * language/thai-util.el: (thai-category-table): Make it by
2748 make-category-table.
2749 (thai-composition-pattern): New variable.
2750 (thai-compose-region, thai-compose-string): Use
2751 with-category-table.
2752 (thai-post-read-conversion): Just call thai-compose-region.
2753 (thai-pre-write-conversion): Deleted.
2754 (thai-composition-function): New funciton.
2755
2756 * language/tibet-util.el: Most functions rewritten.
2757 (tibetan-char-p): Renamed from tibetan-char-examin.
2758 (tibetan-composable-examin) (tibetan-complete-char-examin)
2759 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2760 (tibetan-add-components): New function.
2761 (tibetan-composition-function): New function.
2762
2763 * language/tibetan.el: Register tibetan-composition-function in
2764 composition-function-table.
2765 (tibetan-composable-pattern): New variable.
2766 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2767 (tibetan-precomposition-rule-alist): Move punctuations to
2768 tibetan-punctuation-transcription-alist and
2769 tibetan-obsolete-glyphs.
2770 (tibetan-punctuation-transcription-alist): New variable.
2771 (tibetan-obsolete-glyphs): New variable.
2772 (tibetan-regexp): Improve the initialization code.
2773
2774 * textmodes/fill.el (fill-find-break-point): Delete codes for
2775 composite characters.
2776 (fill-region-as-paragraph): Likewise.
2777
2778 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2779
2780 * international/mule-cmds.el (default-input-method): Specify
2781 that it should be set after current-language-environment.
2782
2783 * custom.el (custom-handle-keyword): Add :set-after.
2784 (custom-add-dependencies): New function.
2785 (custom-set-variables): Take dependencies between args into
2786 account.
2787
2788 * battery.el (battery): Doc fix.
2789
2790 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2791
2792 * progmodes/cc-make.el: Removed.
2793
2794 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2795
2796 * Release of cc-mode 5.26
2797
2798 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2799
2800 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2801 target depth. Optionally count #else lines as clause limits,
2802 as suggested by don provan <provan@lucent.com>. #elif
2803 handling fixed.
2804
2805 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2806 (c-down-conditional-with-else): New commands that uses the
2807 added functionality in `c-forward-conditional'.
2808
2809 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2810
2811 * cc-align.el (c-lineup-comment): Preserve the alignment with
2812 a comment on the previous line instead of preserving the
2813 comment-column.
2814
2815 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2816
2817 * Fixes to IDL mode after input from Eric Eide
2818 <eeide@cs.utah.edu>:
2819 * cc-engine.el (c-beginning-of-statement-1): Allow
2820 `c-conditional-key' to be nil, for the benefit of IDL mode.
2821 * cc-engine.el (c-guess-basic-syntax): Ditto.
2822 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2823 but do match CORBA 2.3 `valuetype'.
2824 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2825 for IDL.
2826 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2827 be nil for IDL.
2828 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2829 Like C++.
2830 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2831 set `c-method-key' and `c-baseclass-key' to nil.
2832
2833 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2834
2835 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2836 with nonhanging open braces.
2837
2838 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2839
2840 * cc-align.el: Added docstrings to all lineup functions.
2841
2842 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2843 keyword.
2844
2845 * cc-align.el (c-lineup-C-comments): Handle free form text
2846 comments. Use c-comment-prefix-regexp and comment-start-skip
2847 instead of hardcoded regexps.
2848
2849 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2850
2851 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2852 behavior and return value as documented.
2853
2854 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2855
2856 * Changes for new style variable init system:
2857 * cc-langs.el (c-common-init): Dito.
2858 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2859 now customizable.
2860 * cc-vars.el: Style variables may now take a value
2861 'set-from-style to make them take their value from the style
2862 system. This value is now the default on all these variables.
2863 * cc-vars.el (c-valid-offset): New function to verify a
2864 syntactic symbol offset setting.
2865 * cc-vars.el (c-offsets-alist): Variable moved from
2866 cc-styles.el since it's now customizable in a similar way to
2867 the other style variables.
2868 * cc-vars.el (c-old-style-variable-behavior): New variable to
2869 revert to the old style init behavior.
2870
2871 * cc-vars.el (c-file-style, c-file-offsets): Made always
2872 buffer local.
2873
2874 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2875 the throws clause that might follow the function prototype in
2876 C++.
2877
2878 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2879
2880 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2881 could move forward for macros that doesn't start in column 0.
2882
2883 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2884
2885 * cc-align.el (c-indent-multi-line-block,
2886 c-lineup-whitesmith-in-block): Two new lineup functions for
2887 use in whitesmith style.
2888
2889 * cc-styles.el (c-style-alist): More fixes to whitesmith
2890 style. It should now handle all different braces uniformly in
2891 both hanging and non-hanging cases.
2892
2893 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2894
2895 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2896 make it stay in the same position relative to the surrounding
2897 text.
2898
2899 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2900 when adaptive-fill-mode doesn't manage to get it correct.
2901
2902 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2903 with dotted notation, e.g. foo.bar.Gnu.
2904
2905 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2906 within unwind-protect (previously only some were wrapped so it
2907 would be possible to register mode initialization when full
2908 initialization did not finish).
2909
2910 * cc-styles.el (c-style-alist): Corrected the brace placement
2911 in the whitesmith style. Thanks to Sean Luke
2912 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2913 styles with consistent brace placement for all constructs.
2914
2915 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2916
2917 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2918 when point is in the middle of them.
2919
2920 * cc-cmds.el: Line breaking and paragraph filling code
2921 rewritten:
2922 (c-guess-fill-prefix): New function that uses various
2923 heuristics to guess the comment prefix.
2924 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2925 It now assumes adaptive filling is active to preserve the line
2926 prefix inside comments.
2927 (c-indent-new-comment-line): Replacement for the now
2928 obsolete `c-comment-line-break-function' that uses
2929 `c-guess-fill-prefix' when appropriate. It now observes the
2930 setting of `comment-multi-line', which has effect in C-style
2931 block comments.
2932
2933 * cc-cmds.el (c-context-line-break): New function intended to
2934 be put on RET. It's essentially `newline-and-indent', but
2935 continues C block comments with the appropriate line prefix.
2936
2937 * cc-cmds.el (c-do-auto-fill): New function put on
2938 `normal-auto-fill-function' to implement the
2939 `c-ignore-auto-fill' variable.
2940
2941 * cc-cmds.el (c-beginning-of-statement): Use
2942 `c-comment-prefix-regexp' to avoid ending up inside the
2943 comment prefix. Better handling of comment starters and
2944 enders. Catch comments better when traversing code. Stop at
2945 preprocessor directives.
2946
2947 * cc-defs.el (c-forward-comment): New subst to hide platform
2948 dependent quirks in `forward-comment'.
2949
2950 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2951 argument.
2952 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2953 arguments. Activate this function by default when
2954 `parse-partial-sexp' supports it (currently Emacs 20.x).
2955
2956 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2957 on the comment opener to make constants usable as lineup
2958 arguments.
2959
2960 * cc-align.el (c-lineup-C-comments): Fixes to handle the
2961 changed anchor position in the `c' syntactic symbol. Handle
2962 more than stars in the comment prefix; use the new variable
2963 `c-comment-prefix-regexp'. Don't indent text not preceded by
2964 a comment prefix to the right of the comment opener if it's
2965 long.
2966
2967 * cc-langs.el: Fixes to mode initialization for new line
2968 breaking and paragraph filling method. Adaptive fill mode is
2969 now activated at startup instead of deactivated. The
2970 variables used for adaptive filling and paragraph movement are
2971 also changed to incorporate the value of
2972 `c-comment-prefix-regexp'. `substitute-key-definition' is
2973 used to override some functions in the global map instead of
2974 overriding their default bindings.
2975
2976 * cc-mode.el (java-mode): Modify `paragraph-start' for the
2977 javadoc markup at mode init.
2978
2979 * cc-mode.el (c-setup-filladapt): A new convenience function
2980 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
2981 function is intended to be used explicitly by the end user
2982 only.
2983
2984 * cc-vars.el (c-comment-prefix-regexp): New variable used to
2985 recognize the comment fill prefix inside comments.
2986 (c-block-comment-prefix): New name for
2987 `c-comment-contiuation-stars', which is now obsolete. It's
2988 generalized to handle any character sequence.
2989 (c-ignore-auto-fill): New variable used to selectively disable
2990 Auto Fill mode in specific contexts.
2991
2992 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2993
2994 * cc-cmds.el (c-comment-indent): Leave at least one space
2995 between the comment and the last nonblank character in the
2996 case where we look at the indentation of the comment on the
2997 previous line (case 4).
2998
2999 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3000 list of characters that may start a statement (it's a sort of
3001 prefix operator in Pike, and isn't used at all in any of the
3002 other languages).
3003
3004 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3005
3006 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3007 inside continued statements as statement-cont instead of
3008 brace-list-open. The reason is that one normally adjusts
3009 brace-list-open for brace lists as top-level constructs, and
3010 brace lists inside statements is a completely different
3011 context. Case 10B.2 changed. Also changed (the somewhat
3012 esoteric) case 9A to cope with this.
3013
3014 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3015
3016 * cc-cmds.el (c-electric-brace): Added electric handling of
3017 the open brace for brace-elseif-brace.
3018
3019 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3020
3021 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3022 syntax tables temporarily.
3023
3024 * cc-engine.el (c-guess-basic-syntax): Handle template and
3025 member init argument lists split over several lines. Case 5D
3026 changed.
3027
3028 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3029 @throws introduced in Javadoc 1.2.
3030
3031 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3032 patch from RMS to avoid infinite backtracking.
3033
3034 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3035
3036 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3037 by [ ].
3038
3039 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3040
3041 * cc-align.el (c-lineup-dont-change): Compensate properly for
3042 the column in langelem.
3043
3044 * cc-engine.el (c-syntactic-information-on-region): New
3045 function to help debugging the syntactic analysis.
3046
3047 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3048
3049 * cc-align.el (c-lineup-template-args): Handle nested template
3050 arglists.
3051
3052 * cc-langs.el (c++-template-syntax-table): New syntax table
3053 that makes `<' and `>' parenthesis characters, which is useful
3054 to switch to temporarily when analyzing template arglists.
3055
3056 * cc-styles.el: Changed default alignment of labels in the
3057 java style to conform to the examples in the Java Language
3058 Specification.
3059
3060 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3061 by default.
3062
3063 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3064
3065 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3066 immediately before the closing paren in an arglist, so don't
3067 check that in Pike mode. Case 7A changed.
3068
3069 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3070
3071 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3072 lines were ignored under certain conditions.
3073
3074 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3075
3076 * cc-align.el (c-lineup-template-args): New function for
3077 aligning continued template argument lists.
3078
3079 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3080 lists containing function arglists split over several lines.
3081 Case 5D.1 changed.
3082
3083 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3084 template-args-cont didn't get recognized when the first
3085 arglist opener line doesn't contain a template argument. New
3086 case 5K.
3087
3088 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3089
3090 * cc-defs.el (c-point): Changed from subst to macro for
3091 efficiency.
3092 (c-beginning-of-defun-1, c-end-of-defun-1): New
3093 beginning-of-defun/end-of-defun wrappers separated from
3094 c-point.
3095
3096 * cc-menus.el (imenu-generic-expression,
3097 imenu-case-fold-search, imenu-progress-message): Dummy
3098 definitions to avoid compiler warnings if imenu can't be
3099 loaded.
3100 * cc-menus.el (cc-imenu-init): New function called at mode
3101 init.
3102 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3103 imenu initializations to cc-imenu-init.
3104
3105 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3106
3107 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3108 for lambda-intro-cont in Pike mode. Case 6 changed.
3109
3110 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3111 anything following "new Foo()" was considered an anonymous
3112 class body in Java mode.
3113
3114 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3115
3116 * cc-cmds.el (c-comment-line-break-function): When breaking in
3117 a string, don't insert a new line.
3118
3119 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3120
3121 * cc-engine.el (c-at-toplevel-p): New interface function which
3122 returns information useful to add-on authors. It tells you
3123 whether you're at a toplevel statement or not.
3124
3125 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3126
3127 * cc-cmds.el (c-comment-line-break-function): It is possible
3128 that forward-line does not land us at the bol, say if we're on
3129 the last line in a file. In that case, do a
3130 back-to-indentation instead of a forward-comment -1.
3131
3132 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3133
3134 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3135 "default:" as normal label in case 4.
3136
3137 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3138
3139 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3140 recognize continued bitfield declarations. Case 5D.1 changed.
3141 * cc-langs.el: New variable c-bitfield-key.
3142 * cc-mode.el: New variable c-bitfield-key.
3143
3144 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3145
3146 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3147 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3148 ..}").
3149
3150 1999-12-12 Dave Love <fx@gnu.org>
3151
3152 * mail/footnote.el: Require cl when compiling. Don't autoload
3153 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3154 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3155 Avoid `acons'.
3156 (footnote-mode-line-string, Footnote-add-footnote): Remove
3157 autoload cookie.
3158
3159 1999-12-12 Richard Sharman <rsharman@pobox.com>
3160
3161 * sh-script.el: Fix for when font-lock mode is active.
3162 (sh-font-lock-unfontify-region-function): New function.
3163
3164 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3165
3166 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3167 if start-process is not bound, since Ispell now supports such
3168 platforms as well.
3169
3170 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3171
3172 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3173 rmail-summary-goto-msg.
3174
3175 * files.el (after-find-file): Fix previous change.
3176
3177 1999-12-11 Dave Love <fx@gnu.org>
3178
3179 * help.el (where-is): Use `commandp' as predicate for
3180 `completing-read'
3181
3182 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3183
3184 * cus-edit.el (custom-save-delete): Delete all occurrences,
3185 leave point where the first occurrence was.
3186 (custom-save-faces): Insert a newline at the end of the comment.
3187 Avoid a double newline there.
3188 If final closeparen is at bol, put a space before it.
3189 (custom-save-variables): Likewise.
3190 (custom-file): Doc fix.
3191
3192 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3193
3194 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3195 regexp matching image and audio files.
3196
3197 1999-12-09 Dave Love <fx@gnu.org>
3198
3199 * mail/footnote.el: New file.
3200
3201 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3202
3203 * files.el (after-find-file): Use auto-save-visited-file-name if
3204 set.
3205
3206 * mail/feedmail.el (feedmail-find-eoh): Take
3207 feedmail-queue-alternative-mail-header-separator into account.
3208
3209 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3210
3211 * smerge-mode.el: New file.
3212
3213 * font-lock.el (font-lock-multiline): New variable.
3214 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3215 (font-lock-remove-keywords): Added a dummy `mode' argument for
3216 potential future support.
3217 (font-lock-fontify-anchored-keywords,
3218 (font-lock-fontify-keywords-region): Only handle multiline strings
3219 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3220
3221 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3222
3223 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3224
3225 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3226
3227 1999-12-07 Dave Love <fx@gnu.org>
3228
3229 * help.el (view-emacs-problems): New command, bound to C-h P.
3230
3231 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3232
3233 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3234
3235 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3236 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3237 New code to support the minor mode version.
3238 (diff-recenter): New function.
3239 (diff-next-hunk, diff-next-file): Use it.
3240 (diff-remembered-files-alist): New var.
3241 (diff-merge-strings): New function.
3242 (diff-find-file-name): Make it smarter and use the user's input more.
3243 (diff-mode): Cosmetic changes.
3244
3245 * files.el (save-some-buffers): Turn EXITING into the more general
3246 PRED argument to allow specifying a subset of buffers.
3247
3248 * simple.el (kill-region): Use the new `delete-and-extract-region'
3249 rather than the undo log (which is incorrect with *-change-functions).
3250
3251 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3252 off-by-one problem that could force re-fontifying the whole buffer.
3253 (font-lock-remove-keywords): New function.
3254 (font-lock-add-keywords): Use the new function to ensure idempotence.
3255
3256 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3257
3258 * viper-cmd.el (viper-minibuffer-standard-hook,
3259 viper-minibuffer-real-start): Mew functions.
3260 (viper-read-string-with-history,viper-file-add-suffix,
3261 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3262 change in the status of the minibuffer prompt.
3263
3264 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3265
3266 * comint.el (comint-redirect-results-list)
3267 (comint-redirect-results-list-from-process): Remove interactive
3268 spec.
3269
3270 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3271
3272 * info.el (info-node, info-menu-5, info-xref): Define colors for
3273 Info faces if the display supports them.
3274
3275 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3276
3277 Changes for automatic remapping of X colors on terminal frames:
3278
3279 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3280 term-setup-hook. Call msdos-remember-default-colors and
3281 msdos-handle-reverse-video.
3282 (msdos-face-setup): Parts of code moved to
3283 msdos-setup-initial-frame.
3284 (msdos-handle-reverse-video): New function, modeled after
3285 x-handle-reverse-video.
3286 (make-msdos-frame): Don't use initial-frame-alist and
3287 default-frame-alist. Call msdos-handle-reverse-video.
3288 (msdos-color-aliases): Remove.
3289 (msdos-color-translate, msdos-approximate-color): Remove.
3290 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3291 for better approximation of X colors.
3292 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3293 up tty-color-alist (it is now on startup.el).
3294 (x-display-color-p, x-color-defined-p, x-color-values,
3295 x-defined-colors, face-color-supported-p, face-color-gray-p):
3296 Remove.
3297
3298 * facemenu.el (facemenu-read-color, list-colors-display): Use
3299 defined-colors for all frame types.
3300 (facemenu-color-equal): Use color-values for all frame types.
3301
3302 * faces.el (read-face-attribute): For :foreground and :background
3303 attributes and frames on character terminals, translate the color
3304 to the closest supported one before looking it up in the list of
3305 valid values.
3306 (face-valid-attribute-values): Call defined-colors for all types
3307 of frames.
3308 (defined-colors, color-defined-p, color-values, display-color-p):
3309 New finctions.
3310 (x-defined-colors, x-color-defined-p, x-color-values,
3311 x-display-color-p): Aliases for the above.
3312
3313 * startup.el (command-line): Register terminal colors for frame
3314 types other than x and w32, but only if the terminal supports
3315 colors. Call tty-color-define instead of face-register-tty-color.
3316
3317 * term/x-win.el (xw-defined-colors): Renamed from
3318 x-defined-colors.
3319 * term/w32-win.el (xw-defined-colors): Likewise.
3320
3321 * term/tty-colors.el: New file.
3322 * loadup.el: Load term/tty-colors.
3323
3324 1999-12-06 Dave Love <fx@gnu.org>
3325
3326 * ffap.el: Autoload the ffap alias directly.
3327
3328 1999-12-06 Inge Frick <inge@nada.kth.se>
3329
3330 * dired-aux.el (dired-do-shell-command): Changed documentation.
3331 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3332 meaning as `*'.
3333
3334 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3335
3336 * simple.el (insert-buffer): Doc fix.
3337
3338 * apropos.el (apropos-mode): Add autoload cookie.
3339
3340 1999-12-06 Sam Steingold <sds@goems.com>
3341
3342 * progmodes/etags.el (etags-tags-completion-table): Modified the
3343 regexp to allow for the CL symbols starting with `+*'.
3344 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3345 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3346 `function' quoting lambda.
3347 (tags-with-face): New macro.
3348 (list-tags, tags-apropos): Use it.
3349 (tags-apropos-additional-actions): New user option.
3350 (etags-tags-apropos-additional): Use it.
3351 (tags-apropos): Call etags-tags-apropos-additional.
3352 (tags-apropos-verbose): New user option.
3353 (etags-tags-apropos): Use it.
3354 (visit-tags-table-buffer, next-file): Use `unless'.
3355 (recognize-empty-tags-table): Renamed to
3356 tags-recognize-empty-tags-table.
3357 (complete-tag): Call tags-complete-tag bypassing try-completion.
3358
3359 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3360
3361 * international/mule.el (set-buffer-file-coding-system): Docstring
3362 modified.
3363
3364 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3365
3366 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3367 using the hideshow package.
3368 (hs-special-modes-alist): Added entry for bibtex to allow the use
3369 of the hideshow package.
3370 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3371 not longer provided by bibtex.el directly. Instead the hideshow
3372 package should be used.
3373 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3374 references to bibtex-hide-entry-bodies.
3375
3376 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3377
3378 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3379 maintainer information closer to the beginning of the bibtex.el
3380 file.
3381 (bibtex-maintainer-salutation): New constant.
3382 (bibtex-version): New constant.
3383 (bibtex-submit-bug-report): Use bibtex-version and
3384 bibtex-maintainer-salutation.
3385 (bibtex-entry-field-alist): Made booktitle field optional for
3386 @inproceedings entries when crossreferenced.
3387 (bibtex-entry-field-alist): Added booktitle field to proceedings
3388 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3389 for the suggestion.
3390 (bibtex-string-file-path): Fixed typo.
3391
3392 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3393
3394 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3395 for reftex.el.
3396 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3397 to menu.
3398
3399 1999-12-04 Dave Love <fx@gnu.org>
3400
3401 * delsel.el: Revert previous change -- region is significant to
3402 skeleton.
3403
3404 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3405
3406 * viper-cmd.el (viper-change-state): Use
3407 viper-ESC-moves-cursor-back to decide whether to move the cursor
3408 back.
3409
3410 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3411
3412 * international/mule-util.el (truncate-string-to-width): Docsting
3413 fixed.
3414
3415 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3416
3417 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3418 use of `cond'.
3419 (lm-with-file): Move all the find-file...kill-buffer stuff into
3420 this macro. Make it use `find-file-noselect' and make it kill
3421 the buffer only if it wasn't already displayed somewhere.
3422 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3423 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3424 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3425 (lm-commentary): Fix to handle the case when the change log is
3426 at the end of the file.
3427
3428 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3429
3430 * international/mule.el (charsetp): Fix typo in docstring.
3431
3432 * international/mule-diag.el (list-coding-categories): Fix typo;
3433 automatic -> autoload.
3434
3435 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3436
3437 * vc.el (vc-update-change-log): Look for rcs2log under
3438 exec-directory.
3439
3440 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3441 outline-regexp, add outline-level.
3442 (lisp-outline-level): New.
3443
3444 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3445 remove extraneous string-match.
3446
3447 * finder.el (finder-commentary): Activate Finder mode.
3448
3449 1999-12-01 Anders Lindgren <andersl@andersl.com>
3450
3451 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3452 off when reverting buffers that contained mode specifiers.
3453 `revert-buffer' is now called with non-nil PRESERVE-MODES
3454 argument.
3455
3456 1999-12-01 Dave Love <fx@gnu.org>
3457
3458 * delsel.el: Grok skeleton-pair-insert-maybe.
3459
3460 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3461
3462 * progmodes/cperl-mode.el (cperl-under-as-char):
3463 Use nil as default.
3464
3465 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3466
3467 * speedbar.el (toplevel): Remove compatibility code for Emacs
3468 versions without custom.el.
3469
3470 1999-11-30 Dave Love <fx@gnu.org>
3471
3472 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3473
3474 * autoinsert.el: Minor doc fixes.
3475 (auto-insert): Return nil.
3476
3477 * faces.el (set-face-documentation): Purecopy STRING.
3478
3479 1999-11-29 Dave Love <fx@gnu.org>
3480
3481 * derived.el: Doc fixes, remove old backquote syntax.
3482
3483 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3484 comment warning about editing.
3485
3486 * help.el (help-mode-hook): Define.
3487
3488 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3489
3490 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3491 invalid translation of old-style backquote syntax to new syntax.
3492
3493 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3494
3495 * Makefile (DONTCOMPILE): Add term/internal.el.
3496
3497 1999-11-26 Dave Love <fx@gnu.org>
3498
3499 * comint.el: Fix last change.
3500
3501 * emacs-lisp/advice.el: Fix last change.
3502
3503 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3504
3505 * cus-edit.el (Custom-reset-standard): Doc fix.
3506 (custom-variable-reset-standard): Doc fix.
3507 (custom-face-reset-standard): Doc fix.
3508 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3509 (custom-variable-menu): Likewise.
3510 (custom-reset-menu): Likewise.
3511 (custom-buffer-create-internal): Likewise.
3512
3513 1999-11-26 Dave Love <fx@gnu.org>
3514
3515 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3516
3517 * font-lock.el: Doc fixes.
3518
3519 * menu-bar.el (menu-bar-mode): Customize.
3520
3521 * cus-start.el: Add use-dialog-box.
3522
3523 * add-log.el (change-log-mode-hook): Customize.
3524 (add-log-current-defun): Use
3525 fortran-{beginning,end}-of-subprogram.
3526
3527 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3528
3529 * emacs-lisp/advice.el: Many doc fixes.
3530
3531 * comint.el (comint-preoutput-filter-functions): Doc fix.
3532
3533 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3534
3535 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3536 Improve messages for capitalization of arg names,
3537 for flag variables, for t and nil, for imperatives.
3538 Call them imperatives rather than infinitives sans "to".
3539 (checkdoc-common-verbs-wrong-voice): Add "moves".
3540 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3541
3542 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3543 Don't convert comments from 3-semicolon to 2-semicolon.
3544 That is a matter of style.
3545 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3546 (checkdoc-comments): Don't bind that variable.
3547
3548 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3549
3550 * files.el (write-file-hooks): Doc fix.
3551
3552 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3553
3554 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3555
3556 1999-11-25 Dave Love <fx@gnu.org>
3557
3558 * hippie-exp.el: Require comint when compiling.
3559 (hippie-expand): Add :links.
3560 (hippie-expand-try-functions-list): Customize.
3561
3562 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3563
3564 * viper*el: Replaced old-style backquotes.
3565
3566 * ediff*el: Replaced old-style backquotes.
3567
3568 * ediff-merge
3569 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3570 Changed to support the new format for ediff-combination-pattern.
3571
3572 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3573 Changed to support the new format for ediff-combination-pattern.
3574
3575 1999-11-24 Dave Love <fx@gnu.org>
3576
3577 * custom.el (custom-declare-group): Purecopy DOC.
3578 (custom-handle-keyword): Purecopy VALUE.
3579 (custom-add-link): Purecopy WIDGET.
3580 (custom-add-version): Purecopy VERSION.
3581 (custom-add-load): Purecopy LOAD.
3582
3583 * cus-face.el (custom-declare-face): Purecopy DOC.
3584
3585 * info.el:
3586 (Info-build-node-completions, Info-search, Info-follow-reference)
3587 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3588 (Info-find-emacs-command-nodes): Avoid properties on matched text
3589 which may appear in minibuffer.
3590
3591 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3592
3593 * locate.el (locate-with-filter): Doc fix.
3594
3595 1999-11-24 Alex Schroeder <alex@gnu.org>
3596
3597 * sql.el (sql-find-sqli-buffer): New function.
3598 (sql-set-sqli-buffer-generally): New function.
3599 (sql-set-sqli-buffer): Better checking of new-buffer.
3600 (sql-copy-column): Add comma after INTO clause, too.
3601
3602 1999-11-24 Alex Schroeder <alex@gnu.org>
3603
3604 * sql.el (sql-imenu-generic-expression): New, used to set
3605 imenu-generic-expression.
3606
3607 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3608 setting font-lock-defaults' SYNTAX-ALIST. Set
3609 imenu-generic-expression, imenu-case-fold-search, and
3610 imenu-syntax-alist.
3611
3612 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3613 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3614
3615 1999-11-23 Andrew Innes <andrewi@gnu.org>
3616
3617 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3618 drop coords aren't over a specific window.
3619
3620 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3621
3622 * ps-print.el: Define mule funs without checking if mule package is
3623 loaded.
3624 (ps-print-version): New version number (5.0.1).
3625 (ps-header-dirpart): Now uses abbreviate-file-name.
3626
3627 1999-11-23 Dave Love <fx@gnu.org>
3628
3629 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3630 comment-line-start.
3631 (fortran-comment-line-start-skip): Renamed from
3632 comment-line-start-skip.
3633 (fortran-mode-map): Use renamed functions. Add manual and custom
3634 entries to menu.
3635 (fortran-mode-hook): Customize.
3636 (fortran-comment-indent-function): Renamed from
3637 fortran-comment-hook.
3638 (delete-horizontal-regexp): Function deleted.
3639 (fortran-electric-line-number): Simplified.
3640 (fortran-beginning-of-subprogram): Renamed from
3641 beginning-of-fortran-subprogram.
3642 (fortran-end-of-subprogram): Renamed from
3643 end-of-fortran-subprogram.
3644 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3645 (fortran-previous-statement, fortran-next-statement): Simplified.
3646 (fortran-blink-match): New function.
3647 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3648 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3649 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3650 line-end-position.
3651 (fortran-fill): No longer interactive. Simplified.
3652 (fortran-break-line): Simplified.
3653 (fortran-analyze-file-format): Use char-after, not looking-at.
3654
3655 * emacs-lisp/find-func.el (find-function-regexp): Use
3656 `define-minor-mode' after easy-menu change.
3657
3658 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3659
3660 * comint.el: Add redirection.from active comint buffers into
3661 another buffer. Written by Peter Breton.
3662
3663 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3664
3665 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3666 `define-minor-mode'.
3667 (define-minor-mode): Specify `doc-string-elt'.
3668
3669 * emacs-lisp/easy-mmode.el: Changed maintainer.
3670 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3671 Use defcustom for the hooks; Improve the auto-generated docstrings.
3672 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3673 (define-minor-mode): Add BODY arg; Only declare the keymap if
3674 provided; Improve the auto-generated docstrings.
3675
3676 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3677
3678 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3679 that the leading `^' is at the start. This is necessary because
3680 paragraphs.el tries to remove anchors, but can find them only if
3681 they are the first character.
3682
3683 * progmodes/antlr-mode.el: New file.
3684
3685 * calendar/calendar.el: Fix autoload for
3686 calendar-absolute-from-astro. Add autoload for
3687 calendar-print-astro-day-number.
3688
3689 1999-11-21 Anders Lindgren <andersl@andersl.com>
3690
3691 * follow.el: Use modern backquote syntax. Minor comment update.
3692
3693 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3694
3695 * simple.el (with-syntax-table): Don't switch buffers.
3696
3697 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3698 progmodes/hideif.el: Use new backquote syntax.
3699
3700 1999-11-21 Ken Manheimer <klm@python.org>
3701
3702 * icomplete.el (icomplete-completions): Use an explicit variable
3703 `icomplete-prospects-length', obviating the need to use an
3704 apparently faulty throw/catch arrangement.
3705
3706 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3707
3708 * term/internal.el (IT-display-table-setup): Don't overstep
3709 character code 255.
3710
3711 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3712
3713 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3714 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3715
3716 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3717
3718 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3719 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3720
3721 * files.el (auto-mode-alist): Add patterns for diff-mode.
3722
3723 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3724 to detect an empty prompt.
3725
3726 1999-11-18 Dave Love <fx@gnu.org>
3727
3728 * simple.el (input-mode-8-bit): Fix the customization.
3729
3730 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3731
3732 * international/iso-acc.el (iso-languages): Add more
3733 characters for Portuguese.
3734
3735 * speedbar.el: Clean up comment at the start of the file.
3736 Remove RCS id.
3737
3738 * progmodes/compile.el (compilation-parse-errors): Use
3739 compilation-buffer-p instead of testing major-mode.
3740
3741 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3742
3743 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3744 (quickurl-ask): completion-ignore-case is set to the value of
3745 quickurl-completion-ignore-case for the duration of the call to
3746 completing-read.
3747
3748 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3749
3750 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3751
3752 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3753
3754 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3755 instead of ps-print-def.
3756
3757 * ps-print.el: Require ps-vars instead of ps-print-def.
3758
3759 * ps-mule.el: Require ps-vars instead of ps-print-def.
3760
3761 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3762
3763 * simple.el (with-syntax-table): Save buffer explicitly instead of
3764 using save-excursion.
3765
3766 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3767
3768 * mail/supercite.el: New maintainer.
3769
3770 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3771
3772 * progmodes/vhdl-mode.el: Use new backquote syntax.
3773
3774 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3775
3776 * simple.el (with-syntax-table): New.
3777
3778 1999-11-15 Sam Steingold <sds@ksp.com>
3779
3780 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3781
3782 1999-02-22 Sam Steingold <sds@goems.com>
3783
3784 * goto-addr.el (goto-address-at-mouse,
3785 goto-address-find-address-at-point): Use compose-mail.
3786 (goto-address-mail-method): Removed variable.
3787 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3788 goto-address-send-using-mail): Removed functions.
3789
3790 1998-11-03 Sam Steingold <sds@goems.com>
3791
3792 * simple.el (backward-delete-char-untabify):
3793 backward-delete-char-untabify-method can be `all' now - to delete
3794 hungrily including newlines.
3795
3796 1999-11-15 Sam Steingold <sds@ksp.com>
3797
3798 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3799
3800 1999-11-15 Dave Love <fx@gnu.org>
3801
3802 * cus-edit.el (customize-face, customize-face-other-window):
3803 Require match from completing-read.
3804 (custom-buffer-done-function): Default to custom-bury-buffer, not
3805 bury-buffer.
3806
3807 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3808
3809 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3810 progmodes/cperl-mode.el: Use new backquote syntax.
3811
3812 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3813
3814 * uniquify.el: Use new backquote syntax.
3815
3816 1999-11-14 Markus Rost <rost@ias.edu>
3817
3818 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3819 as in ispell-local-dictionary-alist.
3820
3821 1999-11-14 Alex Schroeder <alex@gnu.org>
3822
3823 * ansi-color.el (ansi-color-apply): Updated regexps to include
3824 highlighted face.
3825
3826 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3827
3828 * forms.el (forms--make-format-elt-using-text-properties):
3829 Treat `intangible' differently.
3830
3831 * forms.el: Use new backquote syntax.
3832
3833 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3834
3835 * textmodes/scribe.el (scribe-mode): Doc-fix.
3836
3837 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3838
3839 * net-utils.el (run-network-program, net-utils-run-program): Use
3840 the new backquote syntax.
3841 (smbclient-program, smbclient-program-options)
3842 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3843 variables
3844 (smbclient, smbclient-list-shares): New functions
3845
3846 1999-11-12 Sam Steingold <sds@ksp.com>
3847
3848 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3849 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3850 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3851 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3852 (viper-kbd-global-pair, viper-kbd-global-definition):
3853 Use the new backquote syntax.
3854
3855 * emulation/viper-cmd.el (viper-test-com-defun)
3856 (viper-prefix-arg-value, viper-prefix-arg-com):
3857 Use the new backquote syntax.
3858
3859 * emacs-lisp/debug.el (debugger-env-macro):
3860 Use the new backquote syntax.
3861
3862 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3863 Use the new backquote syntax.
3864
3865 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3866 New user variable.
3867 (calendar-hide-window): Use it.
3868 (increment-calendar-month, calendar-for-loop, calendar-sum):
3869 Use the new backquote syntax.
3870
3871 1999-11-12 Andrew Innes <andrewi@gnu.org>
3872
3873 * select.el (x-set-selection): Call buffer-substring, not
3874 substring. Also fix docstring
3875
3876 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3877
3878 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3879 of customizable variables to bug report message. Added
3880 system-type to package name in bug report.
3881
3882 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3883
3884 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3885 to display file names.
3886
3887 1999-11-11 Gerd Moellmann <gerd@gnu.org>
3888
3889 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3890
3891 * isearch.el: Add lazy-highlighting feature.
3892
3893 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3894
3895 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3896 constant.
3897 (ps-mode-submit-bug-report): New function. Entry added to menu.
3898
3899 1999-11-10 William M. Perry <wmperry@aventail.com>
3900
3901 * mwheel.el: New file to support the new style wheeled mice.
3902
3903 1999-11-10 Gerd Moellmann <gerd@gnu.org>
3904
3905 * startup.el (initial-scratch-message): Add ";;" to the front of
3906 lines in the message.
3907
3908 * files.el (file-local-copy): Remove optional BUFFER argument
3909 because that's not used by anything.
3910
3911 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3912 to-address.
3913
3914 1999-11-08 Markus Rost <rost@ias.edu>
3915
3916 * wid-edit.el (widget-button-click): Wrap with save-excursion
3917 to restore track-mouse in the correct buffer.
3918
3919 1999-11-08 Gerd Moellmann <gerd@gnu.org>
3920
3921 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3922
3923 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3924
3925 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3926 lpr-command to "lp" for some system-types. (copied from lpr.el
3927 Emacs version 20.2.1).
3928
3929 1999-11-04 Markus Rost <rost@ias.edu>
3930
3931 * simple.el (comment-region): Strip off white space at end of
3932 comment-start.
3933
3934 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3935
3936 * faces.el (secondary-selection): Fix wrong color name.
3937
3938 1999-11-04 John Tobey <jtobey@epsilondev.com>
3939
3940 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3941 the default when invoking perldb in a non-Perl buffer, and other
3942 cases involving -e or --.
3943
3944 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3945
3946 * simple.el (previous-matching-history-element)
3947 (next-history-element): Use delete-field instead of erase-field.
3948
3949 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3950 Use delete-field instead of erase-field.
3951
3952 * faces.el (secondary-selection): Change background to yellow.
3953
3954 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3955 find the start of the text. Use field-string to read the user
3956 input.
3957
3958 1999-11-03 Gerd Moellmann <gerd@gnu.org>
3959
3960 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3961 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3962 for compatibility with old face implementation.
3963
3964 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3965 Use erase-field instead of erase-buffer.
3966
3967 * frame.el (blink-cursor-mode, blink-cursor-end): Use
3968 internal-show-cursor with new interface.
3969 (blink-cursor-timer-function): New.
3970 (blink-cursor-start): Use blink-cursor-timer-function.
3971
3972 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3973
3974 * calendar.el (redraw-calendar): Move to nearest date before
3975 redrawing.
3976
3977 * diary-lib.el (simple-diary-display): Reset modeline even if
3978 there are no diary entries since the diary buffer may be displayed.
3979
3980 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3981
3982 * emacs-lisp/debug.el (debug): If noninteractive, display the
3983 backtrace using `message', then exit Emacs.
3984 (debugger-batch-max-lines): New variable.
3985 (debugger-setup-buffer): New subroutine, broken out of `debug'.
3986 Change the messages put at the start, to say that the debugger
3987 was entered.
3988
3989 1999-11-02 Sam Steingold <sds@ksp.com>
3990
3991 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3992
3993 1999-11-01 John Tobey <jtobey@epsilondev.com>
3994
3995 * gud.el: (gud-perldb-massage-args): Massage correctly in the
3996 presence of perl switches other than "-e".
3997
3998 1999-11-01 Markus Rost <rost@ias.edu>
3999
4000 * dired-x.el (dired-smart-shell-command): Use
4001 shell-command-history as in shell-command.
4002
4003 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4004
4005 * userlock.el (ask-user-about-lock): Doc fix.
4006
4007 * frame.el: Doc fixes.
4008
4009 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4010
4011 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4012 of show-cursor.
4013 (blink-cursor-start, blink-cursor-end): Ditto.
4014
4015 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4016
4017 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4018
4019 * window.el (walk-windows): If ALL-FRAMES is a frame,
4020 start on that frame. Use save-selected-window.
4021
4022 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4023
4024 * simple.el (end-of-buffer): Use window-end to find the window end
4025 instead of vertical-motion because this handles variable-height
4026 lines correctly.
4027
4028 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4029
4030 * ediff.el: Version change.
4031
4032 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4033 make sure you are in a good frame before deleting other
4034 windows.
4035 (ediff-file-checked-in-p): Don't consider CVS
4036 files checked in.
4037 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4038 are writing to a newly created empty file.
4039
4040 * ediff-mult.el (ediff-show-session-group-hook): New default.
4041
4042 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4043 First cd to the file directory. reportedly works
4044 better with remote files.
4045
4046 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4047 Use file-name-nondirectory when passing files to CVS.
4048
4049 * ediff-diff.el (ediff-cmp-options): New variable.
4050 (ediff-same-file-contents): Use ediff-cmp-options.
4051
4052 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4053 ediff-get-patch-buffer): Use current buffer if it appears to be a
4054 patch.
4055
4056 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4057 C-g
4058
4059 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4060 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4061 (viper-save-cursor-color,viper-restore-cursor-color):
4062 Improved cursor color handling.
4063 (viper-get-saved-cursor-color-in-replace-mode,
4064 viper-get-saved-cursor-color-in-insert-mode): New functions for
4065 better cursor color handling.
4066
4067 * viper-ex.el (ex-read,ex-edit):
4068 Fixes for correct interpretation of #,%.
4069 (viper-ex): Now works correctly when called from other functions.
4070 (viper-glob-function): New variable.
4071 (viper-ex): Save excursion before doing :global.
4072
4073 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4074
4075 * viper-cmd.el (viper-post-command-sentinel,
4076 viper-insert-state-post-command-sentinel,
4077 viper-insert-state-pre-command-sentinel): Takes better care of
4078 cursor colors.
4079
4080 * viper.el: Version change.
4081
4082 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4083
4084 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4085 that the modeline display was updated *only* when
4086 `whitespace-display-in-modeline' was set, not otherwise.
4087
4088 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4089
4090 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4091 "frac12".
4092
4093 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4094 ad-activate.
4095
4096 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4097
4098 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4099 using fboundp instead of assuming that these are not present in
4100 particular flavors of emacs.
4101 (whitespace-version): Update to 2.8
4102 (whitespace-display-in-modeline): Add custom variable to control
4103 displaying the whitespace errors on the modeline based on
4104 suggestion from <klaus.berndl@sdm.de>
4105 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4106 clean, to enable using as a hook function, as suggested by Puneet
4107 Goel <puneet@computer.org>
4108 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4109 quiet was not set, even with whitespace-auto-cleanup set.
4110 (whitespace-mode-line): Now uses less modeline real estate and
4111 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4112 which is present in the file, and <y> is any type of whitespace
4113 whose check has been suppressed by setting
4114 `whitespace-check-<whitespace-type>' to nil.
4115 (whitespace-unchecked-whitespaces): New function to return the
4116 list of whitespaces for whom checks have been suppressed.
4117 (whitespace-display-unchecked-whitespaces): Renamed to
4118 `whitespace-update-modeline' to reflect its functionality.
4119
4120 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4121
4122 * progmodes/compile.el (compilation-error-regexp-alist):
4123 Undo previous change.
4124
4125 1999-10-28 Dave Love <fx@gnu.org>
4126
4127 * help.el (help-follow): Make arg optional again and really
4128 default to point.
4129
4130 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4131
4132 * paths.el (rmail-file-name): Make it an option.
4133
4134 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4135 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4136 comment fixes.
4137
4138 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4139 MIPS Pro 7.3 compiler error message syntax.
4140
4141 1999-10-27 Dave Love <fx@gnu.org>
4142
4143 * progmodes/compile.el: Checkdoc-inspired fixes.
4144
4145 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4146
4147 * lpr.el (print-buffer): Doc-string fix.
4148
4149 1999-10-27 Dave Love <fx@gnu.org>
4150
4151 * emacs-lisp/advice.el: Doc fixes.
4152 (ad-lemacs-p): Removed.
4153 (advice): Add :link to defgroup.
4154
4155 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4156
4157 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4158 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4159
4160 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4161
4162 * window.el (walk-windows): If ALL-FRAMES is a frame,
4163 start on that frame. Use save-selected-window.
4164
4165 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4166
4167 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4168 ad-activate. All callers changed, including those in data.c.
4169 (ad-activate-internal-off): Renamed from ad-activate-off.
4170 All uses changed.
4171 (ad-activate): Renamed from ad-activate-on. All uses changed.
4172 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4173 Alter the definition of ad-activate-internal, not ad-activate.
4174
4175 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4176
4177 * startup.el (command-line-1): Add support for command line
4178 arguments `file' and `execute'. Fix handling of `visit'.
4179
4180 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4181
4182 * international/mule-cmds.el (read-input-method-name): Handle the
4183 case that the arg DEFAULT is symbol.
4184
4185 * international/mule-diag.el (mule-diag): Handle the case that
4186 default-input-method is symbol.
4187
4188 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4189
4190 * textmodes/tildify.el: New file.
4191
4192 1999-10-25 Sam Steingold <sds@ksp.com>
4193
4194 * Makefile (compile-files): Fixed the "tr" strings.
4195 (EMACS): Set to ../src/emacs.
4196
4197 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4198
4199 * info.el (Info-build-node-completions): Add '("*") to the
4200 completion list.
4201
4202 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4203
4204 * frame.el (auto-raise-mode): When enabling the mode,
4205 immediately raise the selected frame.
4206
4207 * indent.el (indent-region): Doc fix.
4208
4209 * comint.el (comint-output-filter): Make the Comint buffer current
4210 for the comint-preoutput-filter-functions.
4211
4212 * mail/reporter.el: Doc fix.
4213
4214 1999-10-24 Stephen Eglen <stephen@gnu.org>
4215
4216 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4217 that Octave lisp files can also run under XEmacs 20.
4218 (require 'custom) added so that files can run under Emacs 19.34.
4219
4220 * iswitchb.el (iswitchb-default-keybindings): No need to use
4221 read-kbd-macro in keybindings.
4222
4223 1999-10-23 Dave Love <fx@gnu.org>
4224
4225 * elide-head.el: New file.
4226
4227 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4228
4229 * Makefile (compile-files, backup-compiled-files): New targets.
4230 (bootstrap, bootstrap-clean): Ditto.
4231
4232 1999-10-22 Paul Eggert <eggert@twinsun.com>
4233
4234 * international/mule-cmds.c (locale-language-names):
4235 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4236 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4237 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4238 Use Latin-8 for Welsh.
4239 Use Latin-1 for English if "en" is explicitly specified.
4240 Use Latin-1 for Scots Gaelic, Tagalog.
4241 Use Latin-1 (not Latin-4) for Greenlandic.
4242 Use Latin-1 (not Latin-2) for Albanian.
4243 (locale-preferred-coding-systems, locale-language-names):
4244 Remove generic ISO 8859 locales; locale-charset-language-names now
4245 does this.
4246 (locale-charset-language-names): New variable.
4247 (set-locale-environment): Use language name specified by
4248 locale-charset-language-names if its charsets disagree with the
4249 language name specified by locale-language-names.
4250
4251 1999-10-22 Dave Love <fx@gnu.org>
4252
4253 * make-mode.el: Minor doc fixes.
4254
4255 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4256
4257 1999-10-21 Dave Love <fx@gnu.org>
4258
4259 * loadup.el: Add latin-8, latin-9.
4260
4261 1999-10-20 Paul Eggert <eggert@twinsun.com>
4262
4263 * disp-table.el (standard-display-european): Remove undocumented
4264 arg AUTO; no longer used by startup.el. Do not attempt to treat
4265 all non-English language environments as coding system names.
4266 Instead, use the downcased language environment name as a coding
4267 system name if it is one; otherwise, use latin-1.
4268
4269 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4270
4271 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4272 that were split so that part of the comment appeared as Lisp code.
4273
4274 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4275
4276 * ps-bdf.el: Doc fix.
4277
4278 * ps-print-def.el: New file: common definitions for all parts of
4279 ps-print.
4280 (ps-multibyte-buffer): Moved from ps-mule.
4281
4282 * ps-mule.el: File dependence fix.
4283 (ps-multibyte-buffer): Moved to ps-print-def.
4284
4285 * ps-print.el: Doc fix, better customization.
4286 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4287 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4288 (ps-end-file): Doc fix.
4289 (ps-setup, ps-begin-file): Fun fix.
4290 (postscript): New group.
4291 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4292 (ps-print-prologue-1): Adjust PostScript programming.
4293 (ps-print): Adjust group hierarchy.
4294 (ps-print-n-up, ps-print-zebra, ps-print-background,
4295 ps-print-printer)
4296 (ps-print-page): New subgroups.
4297 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4298 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4299 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4300 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4301 (ps-zebra-stripe-height, ps-print-background-image)
4302 (ps-print-background-text, ps-spool-config): Adjust customization.
4303 (dos-ps-printer): Definition eliminated.
4304
4305 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4306
4307 * ps-mule.el: Doc fix, define functions properly if mule package is
4308 loaded or not.
4309 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4310 mule package is loaded or not.
4311
4312 * ps-print.el: Doc fix, n-up printing.
4313 (ps-print-version): New version number (5.0).
4314 (ps-page-dimensions-database): Added document media.
4315 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4316 (ps-page-order, ps-printing-region-p): New vars.
4317 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4318 funs.
4319 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4320 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4321 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4322 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4323 (ps-print-begin-sheet-hook): New hook.
4324 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4325 const.
4326 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4327 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4328 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4329 (ps-count-lines): Changed to defun.
4330 (ps-header-page): Changed to defsubst, fix fun.
4331 (ps-printing-region): Doc fix, adjust programming code.
4332 (ps-output-boolean, ps-background-pages, ps-background-text)
4333 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4334 programming code.
4335
4336 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4337
4338 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4339 (ps-print-version): New version number (4.2).
4340 (ps-spool-config, ps-spool-tumble): New vars.
4341 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4342 programming, new PostScript procedure to handle errors.
4343 (ps-print-prologue-2): Changed to defconst.
4344 (ps-print-duplex-feature): New const: duplex and tumble setting.
4345 (ps-setup, ps-begin-file): Fix funs.
4346 (ps-boolean-capitalized): New fun.
4347
4348 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4349
4350 * Makefile (dontcompilefiles): Obsoleted.
4351 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4352 (EL): Unused.
4353 (temacs): Removed (unused).
4354 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4355 version of the file (necessary for the update to work properly).
4356 (autoloads): Force the use of `pwd`/loaddefs.el.
4357 (updates); Redefined in terms of other targets to reduce redundancy.
4358 (.el.elc): New default rule, just in case you want it.
4359 (compile): Use a single invocation of Emacs.
4360 (bootstrap-compile); Unneeded.
4361 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4362
4363 1999-10-19 Dave Love <fx@gnu.org>
4364
4365 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4366
4367 1999-10-19 Sam Steingold <sds@ksp.com>
4368
4369 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4370 comply with the comment.
4371
4372 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4373
4374 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4375 permanent-local.
4376
4377 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4378
4379 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4380 value: \"lpr\" changed to "lpr"
4381 (ps-mode-version): New constant
4382 (ps-mode-show-version): New function, added key in ps-mode-map
4383 (ps-run-messages): Removed
4384 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4385 ps-run-messages. These keywords now include the value of
4386 ps-run-prompt, making its fontification customizable.
4387 (ps-run-init): Removed \\n from docstring, it is now added when
4388 the value is used
4389 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4390 ps-run-prompt
4391 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4392 customizable variables in doc-string (its equivalent
4393 ps-run-messages was missing in previous version of the doc-string)
4394 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4395 symbols only
4396
4397 1999-10-19 Alex Schroeder <alex@gnu.org>
4398
4399 * ansi-color.el: Complete rewrite.
4400
4401 1999-10-19 Paul Eggert <eggert@twinsun.com>
4402
4403 Fix bootstrapping problems.
4404 Use the system locale to specify Emacs locale defaults.
4405
4406 * international/mule-cmds.el (global-map):
4407 Do not use backquote, because that makes a bootstrapping
4408 problem if you need to recompile all Lisp files using interpreted code.
4409 * international/mule.el (charset-id, charset-bytes,
4410 charset-dimension, charset-chars, charset-width,
4411 charset-direction, charset-iso-final-char,
4412 charset-iso-graphic-plane, charset-reverse-charset,
4413 charset-short-name, charset-long-name, charset-description,
4414 charset-plist): Likewise.
4415 * subr.el (save-match-data): Likewise.
4416
4417 * international/mule-cmds.el
4418 (set-display-table-and-terminal-coding-system): New function,
4419 containing code migrated out of set-language-environment.
4420 (set-language-environment, set-locale-environment): Use it.
4421 (locale-translation-file-name): Moved here from startup.el.
4422 (locale-language-names, locale-preferred-coding-systems):
4423 New vars.
4424 (locale-name-match, set-locale-environment): New functions.
4425
4426 * language/japan-util.el (setup-japanese-environment-internal):
4427 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4428
4429 * startup.el (iso-8859-n-locale-regexp): Remove.
4430 (locale-translation-file-name): Move to mule-cmds.el.
4431 (command-line): Move locale-stuff into set-locale-environment.
4432
4433 1999-10-18 Dave Love <fx@gnu.org>
4434
4435 * abbrev.el (add-abbrev, inverse-add-abbrev)
4436 (expand-region-abbrevs): Remove properties from buffer text.
4437
4438 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4439
4440 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4441 from the mini-buffer, without the prompt.
4442
4443 * simple.el (minibuffer-prompt-end): Return the position
4444 after the prompt, not the position of that last character
4445 of the prompt.
4446
4447 1999-10-17 Miles Bader <miles@gnu.org>
4448
4449 * simple.el: Doc fixes.
4450
4451 1999-10-17 Miles Bader <miles@gnu.org>
4452
4453 * simple.el (previous-matching-history-element, next-history-element):
4454 Change to work correctly even if the point is in the prompt.
4455 (choose-completion-string): Likewise.
4456 (minibuffer-prompt-width): New function (compatibility with old subr).
4457
4458 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4459 When constraining the final position to the current field,
4460 don't use the ONLY-IN-LINE mode of constrain-to-field.
4461
4462 1999-10-17 Miles Bader <miles@gnu.org>
4463
4464 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4465 constrain-to-field.
4466 * textmodes/paragraphs.el (forward-sentence): Likewise.
4467
4468 1999-10-17 Miles Bader <miles@gnu.org>
4469
4470 * simple.el (line-move): Use constrain-to-field to avoid
4471 moving into a prompt.
4472 (previous-complete-history-element): Clarify doc string.
4473 (next-complete-history-element): Likewise.
4474 Use field-beginning instead of point-min.
4475 (next-matching-history-element): Use field-beginning and
4476 erase-field instead of point-min and erase-buffer.
4477 * textmodes/paragraphs.el
4478 (forward-paragraph, forward-sentence): Likewise.
4479 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4480 constrain the kill to an field, as the movement commands now
4481 do this.
4482
4483 1999-10-17 Miles Bader <miles@gnu.org>
4484
4485 * simple.el (previous-matching-history-element): Get the
4486 minibuffer input with field-string instead of buffer-string.
4487 (choose-completion-string): Likewise.
4488 (next-history-element): Likewise.
4489 Erase the minibuffer input with erase-field, not erase-buffer.
4490 Use field-beginning to find the beginning of the input.
4491 * textmodes/paragraphs.el (backward-kill-sentence):
4492 Remove minibuffer-prompt hack.
4493 Constrain to any input field.
4494
4495 1999-10-17 Sam Steingold <sds@ksp.com>
4496
4497 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4498 for CMUCL on sparc and ".ufsl" for LispWorks.
4499 (bound-and-true-p): Bugfix: free variable `v'.
4500
4501 1999-10-16 Dave Love <d.love@dl.ac.uk>
4502
4503 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4504 (edebug-uninstall-read-eval-functions): Use load-read-function,
4505 avoiding elisp-eval.
4506
4507 1999-10-16 Sam Steingold <sds@ksp.com>
4508
4509 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4510 instead of `eql'.
4511
4512 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4513
4514 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4515 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4516 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4517 * ediff-util.el (ediff-make-temp-file):
4518 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4519 * emerge.el (emerge-make-temp-file):
4520 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4521 * vc.el (vc-update-change-log):
4522 * mail/mailpost.el (post-mail-send-it):
4523 * mail/metamail.el (metamail-region):
4524 * progmodes/cmacexp.el (c-macro-expansion):
4525 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4526
4527 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4528
4529 * smtpmail.el (smtpmail-via-smtp): Add support for
4530 automatically appending a domain to RCPT TO: addresses.
4531
4532 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4533
4534 * dired.el (dired-insert-directory): Insert the amount of
4535 free space after the total size.
4536 (dired-free-space-program, dired-free-space-args): New variables.
4537
4538 1999-10-14 Karl Heuer <kwzh@gnu.org>
4539
4540 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4541
4542 1999-10-14 Dave Love <fx@gnu.org>
4543
4544 * international/characters.el:
4545 * international/fontset.el:
4546 * international/mule-conf.el: Add latin-iso8859-1[45].
4547
4548 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4549 strings.
4550
4551 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4552 (command-line): Detect Latin-[89] locales.
4553
4554 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4555
4556 * international/mule-cmds.el (select-safe-coding-system)
4557 (leim-list-header): Avoid the use of strings that start with backslash
4558 newline since lread.c:read1 has a hack to turn those strings into
4559 integer 0 during the loadup.el process.
4560
4561 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4562
4563 1999-10-13 Dave Love <fx@gnu.org>
4564
4565 * image.el (insert-image): Copy the image spec and add an
4566 intangible property.
4567
4568 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4569
4570 * help.el (help-xref-interned): Make it also work on variable-only
4571 and function-only symbols.
4572 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4573 (help-follow): If the point under mouse is not highlighted, try
4574 `help-xref-interned' on the pointed-to symbol anyway.
4575
4576 * info.el (Info-on-current-buffer): New entry point.
4577 (Info-find-node): Split into two for Info-on-current-buffer to
4578 hook into it.
4579 (Info-current-file, Info-set-mode-line, Info-up):
4580 Info-current-file can now be t.
4581 (Info-clone-buffer-hook): Function for `clone-buffer'.
4582 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4583 Make `clone-buffer' available in various ways to the user.
4584
4585 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * simple.el (shell-command, shell-command-on-region): Use
4588 make-temp-file.
4589 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4590
4591 * subr.el (with-current-buffer): Don't use backquotes to avoid
4592 bootstrapping problems.
4593
4594 * loadup.el (load-path): Add subdirs for bootstrapping.
4595 (docstrings): Ignore errors during bootstrapping.
4596 (args): New `bootstrap' argument (for use in place of `dump').
4597
4598 1999-10-12 Emmanuel Briot <briot@gnat.com>
4599
4600 * ada-stmt.el: Doc-string fixes.
4601
4602 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4603
4604 * recentf.el: New file.
4605
4606 * ps-mode.el: New file.
4607
4608 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4609 case insensitive.
4610
4611 1999-10-12 Richard Sharman <rsharman@pobox.com>
4612
4613 * sh-script.el: Added support for indenting existing scripts.
4614 (sh-mode-map): Added new bindings.
4615 (sh-mode): Updated mode doc-string for new commands, added
4616 make-local-variable calls, initialize mode-specific variables.
4617 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4618 is now a different function.
4619 (sh-header-marker): Changed docstring.
4620 (sh-set-shell): Initialize mode-specific variables.
4621 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4622 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4623 Changed these define-skeleton calls to work with user-specified
4624 indentation settings.
4625 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4626 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4627 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4628 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4629 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4630 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4631 (sh-guess-basic-offset, sh-handle-after-case-label)
4632 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4633 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4634 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4635 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4636 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4637 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4638 (sh-handle-this-then, sh-help-string-for-variable)
4639 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4640 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4641 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4642 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4643 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4644 (sh-remove-our-text-properties, sh-rescan-buffer)
4645 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4646 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4647 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4648 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4649 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4650 functions.
4651 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4652 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4653 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4654 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4655 (sh-var-list): New variables.
4656
4657 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4658
4659 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4660 a value one line to high if the cursor wasn't at the start of a
4661 line. A `beginning-of-line' is now performed before making the
4662 call to `count-lines'.
4663
4664 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4665
4666 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4667
4668 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4669
4670 * Makefile (setwins): Abstract out the command to find subdirectories
4671 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4672 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4673 (autoloads-with-other-emacs): Use it.
4674
4675 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4676
4677 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4678
4679 * Makefile (bootstrap-compile): New target. Compile Lisp
4680 files with ../src/temacs.
4681
4682 1999-10-08 Dave Love <fx@gnu.org>
4683
4684 * ange-ftp.el: Require dired when compiling.
4685 (ange-ftp-normal-login): Allow EFS-style port specification.
4686
4687 1999-10-08 Simon Marshall <simon@gnu.org>
4688
4689 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4690 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4691 If STRINGS is nil, return "" rather than nil.
4692
4693 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4694
4695 * Makefile (compile): Compile files one by one. Set load-path to
4696 current directory and subdirectories when compiling.
4697
4698 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4699
4700 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4701 (emacs): Use it everywhere instead of EMACS.
4702 (compile): New target. Compile all Lisp files from scratch.
4703 (recompile): New target. Recompile lisp directory.
4704 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4705 an Emacs executable not built in the current directory tree.
4706
4707 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4708
4709 * filecache.el (file-cache-completion-ignore-case): New variable,
4710 defaulting to the value of completion-ignore-case.
4711 (file-cache-minibuffer-complete): Use it.
4712 (file-cache-files-matching, file-cache-files-matching-internal):
4713 New functions.
4714
4715 1999-10-07 Emmanuel Briot <briot@gnat.com>
4716
4717 * ada-xref.el: New file
4718
4719 * ada-prj.el: New file
4720
4721 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4722
4723 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4724 subprogram being created.
4725
4726 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4727 ada-indent-newline-indent): Rewritten to support the new indentation
4728 scheme
4729
4730 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4731 New functions
4732
4733 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4734 justification parameter
4735
4736 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4737 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4738 external program
4739
4740 1999-10-07 Dave Love <fx@gnu.org>
4741
4742 * bindings.el (bound-and-true-p): New macro.
4743 (make-mode-line-mouse-sensitive): Don't require easymenu.
4744
4745 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4746
4747 * custom.el (defface): Extend documentation for new values of
4748 `type'.
4749
4750 * faces.el (face-spec-set-match-display): Recognize `type' of
4751 `motif', `lucid', `x-toolkit'.
4752 (menu): New face.
4753
4754 1999-10-05 Dave Love <fx@gnu.org>
4755
4756 * files.el: Recognize temporary crontab files.
4757
4758 * info.el: Require jka-compr when compiling.
4759 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4760
4761 1999-10-04 Dave Love <fx@gnu.org>
4762
4763 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4764 scroll-up-aggressively, scroll-down-aggressively.
4765
4766 * time.el (display-time-mode): Add autoload cookie.
4767
4768 * rect.el (delete-extract-rectangle): Doc fix from verna.
4769
4770 * help-macro.el (three-step-help): Customize.
4771
4772 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4773
4774 * hexl.el (hexlify-buffer): Move point in proper range
4775 if it is too large.
4776 (hexl-after-revert-hook): Update hexl-max-address.
4777 (hexl-address-to-marker): Doc fix.
4778
4779 1999-10-03 Dave Love <fx@gnu.org>
4780
4781 * image.el (defimage): Remove redundant code. Substitute file in
4782 image plist.
4783
4784 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4785
4786 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4787 when doing with-temp-file.
4788
4789 1999-10-01 Dave Love <fx@gnu.org>
4790
4791 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4792
4793 * help.el: Require view when compiling.
4794 (view-emacs-FAQ): Use Info version.
4795
4796 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4797
4798 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4799 (normat->normal). Use correct font names for Korean
4800 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4801
4802 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4803
4804 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4805 code not used by KOI8 to the same 8-bit code instead of mapping to
4806 SPC.
4807 (cyrillic-alternativnyj-decode-table): Likewise.
4808
4809 1999-09-29 Alex Schroeder <alex@gnu.org>
4810
4811 * sql.el (sql-imenu-generic-expression): Aew, used to set
4812 imenu-generic-expression.
4813 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4814 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4815 imenu-case-fold-search, and imenu-syntax-alist.
4816 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4817 setting font-lock-defaults' SYNTAX-ALIST.
4818
4819 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4820
4821 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4822 macro, try again.
4823
4824 1999-09-28 Dave Love <fx@gnu.org>
4825
4826 * cus-edit.el (custom-comment): Change widget definition.
4827 (custom-comment-create, custom-comment-show)
4828 (custom-comment-invisible-p): Don't use :comment-overlay.
4829 (custom-comment-hide): New function.
4830 (custom-variable-set, custom-variable-save)
4831 (custom-variable-reset-standard, custom-face-set)
4832 (custom-face-save): Use it.
4833
4834 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4835
4836 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4837
4838 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4839
4840 * faces.el (region): Doc fix.
4841
4842 1999-09-27 Dave Love <fx@gnu.org>
4843
4844 * isearch.el (isearch): Add :links in defgroup.
4845 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4846 (isearch-switch-frame-handler): Comment out (unused).
4847 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4848 (isearch-ring-retreat-edit): Doc fix.
4849 (isearch-mouse-yank): New command.
4850 (isearch-last-command-char): Removed. Callers changed to use
4851 last-command-char.
4852 (isearch-char-to-string): Removed. Callers changed to use
4853 char-to-string.
4854
4855 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4856
4857 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4858 option for Russian.
4859
4860 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4861
4862 * faces.el (face-differs-from-default-p): Compare face
4863 attributes individually.
4864
4865 * image.el (put-image, insert-image): Add string argument.
4866
4867 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4868
4869 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4870 LANG=de_DE.iso88591 on HPUX 11.0.
4871
4872 * dired.el (dired-move-to-filename-regexp): Make it work
4873 for LANG=de_DE.iso88591 on HPUX 11.0.
4874
4875 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4876
4877 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4878 if we know for some other reason it should not be used.
4879
4880 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4881 New variable.
4882 (edebug-recursive-edit): Save current-prefix-arg there,
4883 bind it, and set it back at the end.
4884 (edebug-outside-excursion): Restore and update the outside
4885 value of current-prefix-arg.
4886 (edebug-emacs-version-specific): Delete support for Epoch.
4887
4888 1999-09-24 Howard Melman <howard@silverstream.com>
4889
4890 * imenu.el (imenu-after-jump-hook): New variable.
4891 (imenu): Run menu-after-jump-hook.
4892 (imenu-name-lookup-function): New variable.
4893 * imenu.el (imenu--in-alist): Use those variables.
4894
4895 1999-09-24 Carsten Dominik <cd@gnu.org>
4896
4897 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4898 multiple thebibliography environments.
4899
4900 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4901 with recentering window.
4902 (reftex-extract-bib-entries-from-thebibliography,
4903 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4904 with multiple thebibliography environments.
4905
4906 * textmodes/reftex-vars.el
4907 (reftex-section-levels): Function allowed as cdr.
4908 (reftex-max-section-depth) New option.
4909
4910 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4911 with multiple thebibliography environments.
4912
4913 1999-09-23 Gerd Moellmann <gerd@gnu.org>
4914
4915 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4916 instead of point-min in call to delete-region.
4917
4918 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4919
4920 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4921 out into arbitrary file names.
4922
4923 1999-09-19 Ken'ichi Handa <handa@gnu.org>
4924
4925 * language/european.el ("Turkish"): New language environment.
4926
4927 1999-09-19 Dave Love <fx@gnu.org>
4928
4929 * delim-col.el: New file.
4930
4931 1999-09-17 Richard Stallman <rms@gnu.org>
4932
4933 * files.el (after-find-file): When visiting a backup file,
4934 make it read-only.
4935
4936 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4937 (apropos-keybinding-face, apropos-label-face): Likewise.
4938 (apropos-property-face, apropos-match-face): Likewise.
4939 (apropos-label-properties): New variable.
4940 (apropos-print-doc): Use apropos-label-properties.
4941 (apropos-print): Set apropos-label-properties.
4942
4943 1999-09-15 Richard Stallman <rms@gnu.org>
4944
4945 * winner.el: Use aref instead of sref.
4946
4947 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4948
4949 1999-09-14 Gerd Moellmann <gerd@gnu.org>
4950
4951 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4952
4953 1999-09-14 Richard Stallman <rms@gnu.org>
4954
4955 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4956 cookie, even if followed by a letter.
4957
4958 1999-09-14 Stephen Eglen <stephen@gnu.org>
4959
4960 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4961 --no-line-editing are passed to Octave by including them here
4962 rather than storing them in inferior-octave-startup-args.
4963
4964 1999-09-14 Eli Zaretskii <eliz@gnu.org>
4965
4966 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4967 command, option, env and sc.
4968
4969 * subr.el (shell-quote-argument): Quote argument with double
4970 quotes for ms-dos.
4971
4972 1999-09-14 Richard Stallman <rms@gnu.org>
4973
4974 * simple.el (eval-expression-print-level): New variable.
4975 (eval-expression-print-length): New variable.
4976 (eval-expression-debug-on-error): New variable.
4977 (eval-expression): Bind print-level, print-length and
4978 debug-on-error from those vars.
4979
4980 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4981 Bind print-level, print-length and debug-on-error.
4982
4983 1999-09-14 Inge Frick <inge@nada.kth.se>
4984
4985 * dired.el (dired-recursive-deletes): New custom variable.
4986 (dired-re-no-dot): New variable.
4987 (dired-delete-file): New function deletes files and directories
4988 recursively.
4989 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4990
4991 * dired-aux.el (dired-recursive-copies): New custom variable.
4992 (dired-handle-overwrite): Broke a long line.
4993 (dired-copy-file): Call `dired-copy-file-recursive' instead of
4994 `copy-file'.
4995 (dired-copy-file-recursive): New function. Copy directories
4996 recursively.
4997 (dired-do-create-files): Added support for generalized directory
4998 target. How-to function may now return a function. New fluid
4999 variable `dired-one-file'.
5000 (dired-copy-how-to-fn): New variable.
5001 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5002 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5003 (dired-do-copy-regexp): No recursive copies.
5004
5005 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5006
5007 * whitespace.el (whitespace-version): Update version to 2.4
5008
5009 * whitespace.el: Add customization variables to conditionally test
5010 any of the five whitespaces, per request from Rune Kleveland
5011 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5012
5013 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5014
5015 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5016 list of modes to be checked for bogus whitespaces.
5017
5018 * whitespace.el (whitespace-rescan-timer-time): Update
5019 documentation.
5020
5021 * whitespace.el (whitespace-display-unchecked-whitespaces):
5022 New function to update modeline with untested whitespaces.
5023
5024 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5025 checking is turned on, and update modeline using the newly created
5026 `whitespace-display-unchecked-whitespaces'.
5027
5028 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5029 whose checking is turned on, and update modeline using the newly
5030 created `whitespace-display-unchecked-whitespaces'.
5031
5032 * whitespace.el (whitespace-describe): Update documentation.
5033
5034 * whitespace.el (whitespace-tickle-timer): Test if
5035 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5036
5037 1999-09-13 Dave Love <fx@gnu.org>
5038
5039 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5040
5041 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5042 for temp buffer.
5043 (checkdoc-this-string-valid): Don't assume default comment-start.
5044
5045 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5046
5047 * rsz-mini.el: Remove code, keep the interface.
5048
5049 1999-09-13 Dave Love <fx@gnu.org>
5050
5051 * help.el (help-highlight-p): Doc fix.
5052
5053 * faces.el (mode-line, header-line, tool-bar): Add :version.
5054 (highlight, secondary-selection): Add :group.
5055 (trailing-whitespace): Add :group, :version.
5056
5057 * wid-edit.el: Remove some compatibility code and checks.
5058 (widget-specify-field, widget-specify-button): Don't use XEmacs
5059 properties.
5060 (widget-overlay-inactive): Change error message.
5061 (widget-button-pressed-face): New variable.
5062 (widget-button-click): Use it.
5063 (widget-documentation-link-add): Specify mouse and button faces.
5064 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5065 removed now the functionality is built in.
5066
5067 * cus-edit.el: Don't define-widget-keywords.
5068 (multimedia): New group.
5069 (custom-last): Function removed.
5070 (custom-quote): Add vectorp case, comment out characterp case.
5071 (custom-buffer-done-function, custom-raised-buttons): New option.
5072 (Custom-buffer-done): New function.
5073 (custom-buffer-create-internal): Obey custom-raised-buttons,
5074 Custom-buffer-done.
5075 (custom-button-face): Make it `released-button'.
5076 (custom-button-pressed-face): Make it `pressed-button'
5077 (custom-mode-map): Bind "q" to Custom-buffer-done.
5078 (custom-mode): Deal with raised/pressed buttons.
5079
5080 Changes from Didier Verna:
5081 (custom-prompt-variable): Optional third arg makes prompt for a
5082 comment string.
5083 (customize-set-value, customize-set-variable,
5084 customize-save-variable): Optional prefix makes function handle
5085 variable comments.
5086 (customize-customized, customize-saved, custom-variable-state-set)
5087 (custom-variable-set, custom-variable-save, custom-face-state-set)
5088 (custom-variable-reset-saved, custom-variable-reset-standard)
5089 (custom-face-set, custom-face-save, custom-face-reset-saved)
5090 (custom-face-reset-standard, customize-save-customized): Handle
5091 custom comments.
5092 (custom-comment-face, custom-comment-tag-face): New face.
5093 (custom-comment): New widget.
5094 (custom-comment-create, custom-comment-delete)
5095 (custom-comment-value-set, custom-comment-show)
5096 ()custom-comment-invisible-p): New functions.
5097 (custom-variable-value-create, custom-face-value-create): Create a
5098 comment field widget.
5099 (custom-variable-menu, custom-face-menu): New entry for custom
5100 comment.
5101 (custom-face-value-create): Remove compatibility code.
5102 (custom-save-variables, custom-save-faces): Possibly save custom
5103 comments.
5104
5105 * cus-face.el (custom-face-attributes): Simplify :underline,
5106 :overline, :inverse-video cases. Fix up :box case (probably needs
5107 more work).
5108
5109 Change from Didier Verna:
5110 (custom-set-faces): The arguments can now have a custom comment as
5111 fourth argument.
5112
5113 * custom.el: Don't define-widget-keywords.
5114 Change from Didier Verna:
5115 (custom-set-variables): The arguments can now have a
5116 custom comment as fifth element.
5117
5118 1999-09-13 Richard Stallman <rms@gnu.org>
5119
5120 * info.el (Info-find-node): Cope better if guesspos is too large.
5121
5122 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5123
5124 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5125 of buffer-substring because buffer-string doesn't copy the
5126 prompt.
5127
5128 * faces.el (mode-line): Replaces `modeline'.
5129 (toplevel): Make `modeline' an alias for `mode-line'.
5130
5131 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5132
5133 * gs.el: Change `ghostscript' to `postscript' in comment.
5134
5135 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5136
5137 * emulation/tpu-edt.el (tpu-version): New version.
5138 (tpu-search-overlay, tpu-replace-overlay): New variables.
5139 (tpu-search-highlight, tpu-toggle-direction): New functions.
5140 (tpu-lm-replace): Set tpu-replace-overlay.
5141 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5142 command hook.
5143
5144 1999-09-11 Richard Stallman <rms@gnu.org>
5145
5146 * isearch.el (isearch-mode-map): Undo previous change.
5147
5148 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5149 use all of that as the sexp.
5150
5151 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5152 and use the initial argument as file name directly.
5153 Likewise if nothing matches.
5154
5155 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5156
5157 * winner.el: Major changes. Avoid changing point and mark.
5158 Save configurations after they change, not before.
5159
5160 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5161
5162 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5163 Bind print-continuous-numbering and print-number-table.
5164
5165 1999-09-10 Dave Love <fx@gnu.org>
5166
5167 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5168
5169 1999-09-09 Richard Stallman <rms@gnu.org>
5170
5171 * whitespace.el: Finish making it fit Emacs conventions.
5172 Add autoloads.
5173
5174 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5175
5176 * generic-x.el (bat-generic-mode): "::"-style comments don't
5177 need to begin with "-". Fix the font-lock definitions of ON/OFF
5178 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5179 from the list of keywords. Add DO to the list of keywords.
5180
5181 1999-09-09 Dave Love <fx@gnu.org>
5182
5183 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5184 (byte-optimize-backward-word): New optimizations.
5185 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5186 entries.
5187
5188 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5189
5190 * image.el (put-image): Remove optional buffer parameter.
5191
5192 * faces.el (face-italic-p): Return t only for values `italic'
5193 and `oblique'.
5194
5195 * mouse.el (mouse-drag-mode-line-1): Extension of former
5196 mouse-drag-mode-line that also drags the header line.
5197 (mouse-drag-mode-line): Call it.
5198 (mouse-drag-header-line): New.
5199 (toplevel): Bind down-mouse-1 on header lines to
5200 mouse-drage-header-line.
5201
5202 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5203
5204 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5205 (make-mode-line-mouse-sensitive): Replace `top-line' by
5206 `header-line'.
5207
5208 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5209
5210 * help.el (describe-function-1): Don't return empty string for keymaps.
5211
5212 * fill.el (fill-region-as-paragraph, canonically-space-region):
5213 Respect colon-double-space at end of line.
5214
5215 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5216
5217 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5218 (backup-buffer): Use it.
5219
5220 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5221
5222 * generic-x.el (generic-define-unix-modes): Added new modes:
5223 inetd-conf-generic-mode, etc-services-generic-mode,
5224 etc-passwd-generic-mode. These are all defined for Unix by default.
5225 (apache-generic-mode): Use an imenu-generic-expression to list
5226 Configuration keywords.
5227 (samba-generic-mode): Use both ; and # as comment characters.
5228 (samba-generic-mode): Font-lock expressions now highlight name
5229 value pairs.
5230 (bat-generic-mode): Keywords are now case-insensitive through
5231 font-lock-defaults setting.
5232 (java-properties-generic-mode): Supports both ! and # as comment
5233 characters.
5234 (java-properties-generic-mode): Added an imenu-generic-expression
5235 (java-properties-generic-mode): Reworked to support the various
5236 different ways to separate name and value (viz, '=', ':' and
5237 whitespace).
5238 (show-tabs-generic-mode): Added this new generic-mode.
5239
5240 1999-09-08 Richard Stallman <rms@gnu.org>
5241
5242 * progmodes/inf-lisp.el: Moved from top directory.
5243
5244 * tar-mode.el (tar-header-block-tokenize):
5245 Use `when' instead of `and'. Fix some clobbered text.
5246
5247 * gud.el (gud-make-debug-menu): Make a child for the
5248 local menu, for its menu bar, and the debug menu.
5249 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5250 Use the history in the simple way.
5251
5252 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5253
5254 * language/korea-util.el (default-korean-keyboard): Initialize it
5255 according to the environment variable HANGUL_KEYBOARD_TYPE.
5256
5257 1999-09-07 Richard Stallman <rms@gnu.org>
5258
5259 * subr.el (make-temp-file): New function.
5260
5261 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5262
5263 * font-lock.el (font-lock-multiline): New text property contains
5264 a boolean to indicate if the char is part of a multiline match.
5265 (font-lock-default-fontify-region): Extend the region appropriately
5266 for multiline keywords.
5267 (font-lock-default-unfontify-region): Also remove the new
5268 font-lock-multiline text property.
5269 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5270 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5271
5272 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5273
5274 * diary-lib.el (list-diary-entries): Make sure two-digit years
5275 have leading zeros.
5276
5277 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5278
5279 * faces.el (face-set-after-frame-default): Initialize some
5280 attributes of some faces from frame parameters.
5281
5282 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5283
5284 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5285
5286 * faces.el (fringe): Replaces face `margin'.
5287
5288 1999-09-07 Dave Love <fx@gnu.org>
5289
5290 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5291
5292 1999-09-07 Richard Stallman <rms@gnu.org>
5293
5294 * subr.el (push): Doc fix.
5295
5296 1999-09-06 Richard Stallman <rms@gnu.org>
5297
5298 * vc.el (vc-annotate-display): Use < 69 not < 70
5299 to distinguish 20YY from 19YY.
5300
5301 * timezone.el (timezone-parse-date): Use < 69 not < 70
5302 to distinguish 20YY from 19YY.
5303
5304 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5305
5306 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5307
5308 * quickurl.el: (quickurl-list-focused-line): Removed.
5309 (quickurl-list-insert): Now works out the focused line using
5310 `count-lines' instead of using `quickurl-list-focused-line'.
5311
5312 1999-09-06 Richard Stallman <rms@gnu.org>
5313
5314 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5315 to beginning of message.
5316
5317 1999-09-06 Dave Love <fx@gnu.org>
5318
5319 * isearch.el (isearch-mode-map): Add mouse-2.
5320
5321 * mail/rmail.el (rmail-read-password): Deleted.
5322 (rmail-get-pop-password): Use read-password.
5323
5324 * quickurl.el: Don't conditionally define caddr.
5325 (quickurl-url-comment): Use nth, not caddr in function and
5326 defsetf.
5327
5328 1999-09-06 Richard Stallman <rms@gnu.org>
5329
5330 * auto-show.el: Doc fixes.
5331
5332 1999-09-06 Stephen Eglen <stephen@gnu.org>
5333
5334 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5335 --no-line-editing so that TABs in source files are not interpreted
5336 as completion requests.
5337
5338 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5339
5340 * hscroll.el, auto-show.el: Remove all code, keep the public
5341 interface as no-ops.
5342
5343 * faces.el (face-bold-p): Don't return t if face has lighter
5344 weight than normal.
5345
5346 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5347
5348 * startup.el (command-line): Make small-temporary-file-directory
5349 be nil except on ms-dos.
5350
5351 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5352
5353 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5354 is defined.
5355
5356 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5357 letters with a colon after d or l.
5358
5359 1999-09-06 Dave Love <fx@gnu.org>
5360
5361 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5362 primitive.)
5363
5364 1999-09-05 Richard Stallman <rms@gnu.org>
5365
5366 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5367
5368 * textmodes/paragraphs.el (backward-kill-sentence):
5369 Don't test minibuffer-prompt-end here.
5370 (forward-sentence): Do handle it here.
5371 (backward-kill-paragraph): Don't test it here.
5372 (forward-paragraph): Handle it here.
5373
5374 * mouse.el (font-menu-add-default): Simplify code.
5375
5376 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5377
5378 * faces.el (header-line): Renamed from `top-line'.
5379
5380 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5381
5382 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5383
5384 1999-09-04 Richard Stallman <rms@gnu.org>
5385
5386 * whitespace.el: New file.
5387
5388 1999-09-04 Dave Love <fx@gnu.org>
5389
5390 * paths.el: Make some doc strings obey the make-docfile convention.
5391
5392 * bindings.el: Likewise.
5393 (debug-ignored-errors): Remove BBDB ones.
5394
5395 1999-09-03 Richard Stallman <rms@gnu.org>
5396
5397 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5398 not from the draft to forward.
5399
5400 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5401
5402 1999-09-03 Dave Love <fx@gnu.org>
5403
5404 * double.el (double-mode): Customize the variable.
5405
5406 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5407
5408 * international/characters.el: Delete duplicated code.
5409
5410 1999-09-02 Richard Stallman <rms@gnu.org>
5411
5412 * indent.el (indent-relative): Doc fix.
5413
5414 * quickurl.el (quickurl): Doc fix.
5415
5416 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5417
5418 * faces.el (margin): Change background to "gray" for mono (this is
5419 drawn with a stipple pattern).
5420
5421 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5422
5423 * simple.el (next-history-element): Use minibuffer-prompt-end once
5424 again. Remove test for minibuffer-prompt-in-buffer.
5425
5426 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5427
5428 * files.el (small-temporary-file-directory): New variable.
5429
5430 * startup.el (command-line): Compute the value of
5431 small-temporary-file-directory.
5432
5433 * ediff-init.el (ediff-temp-file-prefix): Use
5434 small-temporary-file-directory if non-nil.
5435
5436 * vc.el (vc-update-change-log): Likewise.
5437
5438 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5439
5440 * simple.el (shell-command, shell-command-on-region): Use
5441 make-temp-name properly. Use small-temporary-file-directory if
5442 non-nil, otherwise temporary-file-directory, to generate temporary
5443 files.
5444
5445 * dos-w32.el (direct-print-region-helper): Use
5446 temporary-file-directory. (From Stefan Monnier.)
5447
5448 1999-09-02 Richard Stallman <rms@gnu.org>
5449
5450 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5451 from asm-comment-char.
5452 (asm-font-lock-keywords): Recognize instruction width suffixes.
5453
5454 1999-09-01 Richard Stallman <rms@gnu.org>
5455
5456 * play/fortune.el: New file.
5457
5458 1999-08-31 Dave Love <fx@gnu.org>
5459
5460 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5461 after key table.
5462
5463 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5464 redisplay variables.
5465
5466 * subr.el (push): Fix typo.
5467
5468 1999-08-30 Kevin Blake <kblake@ticnet.com>
5469
5470 * emacs-lisp/ring.el: Many doc fixes.
5471 (ring-size, ring-copy): New functions.
5472
5473 1999-08-29 Richard Stallman <rms@gnu.org>
5474
5475 * progmodes/etags.el (tags-loop-continue):
5476 After tags-loop-operate returns, force skip to next file.
5477
5478 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5479 (mail-extr-first-letters, mail-extr-last-letters):
5480 Use character classes [:alpha:] and [:alnum:].
5481
5482 * subr.el (push, pop): New macros.
5483
5484 * progmodes/compile.el (compilation-error-regexp-alist):
5485 New item for SGI IRIX MipsPro compilers.
5486
5487 * speedbar.el (speedbar-directory-buttons): Recognize
5488 device names when checking for file names.
5489
5490 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5491
5492 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5493 and specially handle defvar inside their expansions.
5494 (eval-defun-1): New subroutine.
5495
5496 * progmodes/compile.el (compilation-error-regexp-alist):
5497 Fix the Perl -w entry to allow period after line number.
5498 Don't allow newlines in file name, but allow them after line number
5499 for Perl debugging traces.
5500
5501 * which-func.el (which-func-cleanup-function): New variable.
5502 (which-function): Call that function.
5503
5504 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5505 to end a function name.
5506
5507 * informat.el (Info-tagify): Don't insert more than one newline
5508 before the tag table.
5509
5510 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5511
5512 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5513 than make-temp-name, use match-string-no-properties, and eliminate
5514 a quadratic behavior when building bibtex-strings.
5515
5516 1999-08-29 Alex Schroeder <alex@gnu.org>
5517
5518 * comint.el (comint-input-ring-separator): New variable.
5519 (comint-read-input-ring): Doc change; use
5520 comint-input-ring-separator when reading file.
5521 (comint-write-input-ring): Use
5522 comint-input-ring-separator when writing file.
5523
5524 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5525
5526 * informat.el (Info-tagify): Start by widening.
5527 Match node headers that don't list the file name,
5528 and more kinds of page separations.
5529 Strip properties during tagification.
5530 Use start of node header line as tag's position.
5531 Fix the "done" message.
5532
5533 (Info-validate): Save and restore match data around narrowing down.
5534
5535 1999-08-28 Richard M. Stallman <rms@gnu.org>
5536
5537 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5538 On repeated call, override previous values put into
5539 minor-mode-map-alist and minor-mode-alist.
5540
5541 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5542
5543 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5544
5545 1999-08-27 Andreas Schwab <schwab@gnu.org>
5546
5547 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5548 from cvs update.
5549
5550 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5551
5552 * calendar/calendar.el (calendar-move-hook): New hook.
5553
5554 * calendar/cal-move.el: Call the new hook in every movement function.
5555
5556 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5557 the right function name.
5558
5559 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5560
5561 * time-stamp.el: Put quote-backquote around all symbol names
5562 in doc strings, for mousing.
5563 (time-stamp): Support multi-line patterns.
5564 (time-stamp-inserts-lines): New variable.
5565 (time-stamp-count): New variable.
5566 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5567 "Thu" instead of "%a".
5568
5569 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5570
5571 * simple.el (kill-word): Undo previous change.
5572
5573 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5574
5575 * jit-lock.el (jit-lock-function): Extend the fontified range
5576 to the beginning of the line containing the range start and
5577 the beginning of the line following the range end.
5578
5579 1999-08-24 Dave Love <fx@gnu.org>
5580
5581 * timezone.el: Move provide to end.
5582 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5583 <70 are 2000+.
5584 (timezone-parse-time): Simplify somewhat.
5585
5586 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5587
5588 * faces.el (margin): Renamed from bitmap-area.
5589
5590 1999-08-24 Alex Schroeder <alex@gnu.org>
5591
5592 * sql.el: Doc changes.
5593 (sql-sybase): Use sql-server instead of sql-database.
5594
5595 1999-08-23 Dave Love <fx@gnu.org>
5596
5597 * rect.el: Add/fix various doc strings. Add `*' to all the
5598 interactive specs.
5599
5600 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5601
5602 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5603 Don't unwind-protect font-lock-fontify-region.
5604
5605 * paragraphs.el (backward-kill-paragraph): Don't move
5606 point into mini-buffer prompt.
5607 (backward-kill-sentence): Ditto.
5608
5609 * simple.el (next-history-element): Use minibuffer-prompt-end.
5610 Remove test for minibuffer-prompt-in-buffer.
5611 (kill-word): Don't move point into mini-buffer prompt.
5612
5613 1999-08-21 Dave Love <fx@gnu.org>
5614
5615 * Makefile: Exclude CVS dirs like RCS.
5616
5617 1999-08-19 Dave Love <fx@gnu.org>
5618
5619 * tooltip.el (tooltip-mode): Customize this, per convention.
5620 (tooltip-active): Option deleted.
5621
5622 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5623
5624 * hanoi.el, page-ext.el: Declare dynamic vars.
5625
5626 * term.el: Avoid ange-ftp related compilation warnings.
5627
5628 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5629
5630 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5631 the default so that beginners can benefit from it without
5632 searching in manuals.
5633
5634 1999-08-18 Ray Blaak <blaak@gnu.org>
5635
5636 * progmodes/delphi.el: Consider assembly sections as blocks, to
5637 indent them better. Make auto-indent on newline optional.
5638
5639 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5640
5641 * bindings.el (mode-line-modified): Look up key binding for C-x
5642 C-q. If it's bound call that binding, otherwise call
5643 toggle-read-only.
5644
5645 1999-08-17 Dave Love <fx@gnu.org>
5646
5647 * info.el (info): Doc fix.
5648
5649 * finder.el (finder-known-keywords): Add `multimedia'.
5650
5651 * apropos.el: Don't capitalize custom group name.
5652
5653 * info-look.el: Remove compatibility code.
5654 (info-lookup-guess-default*): DTRT for point at start of symbol.
5655 (info-complete): Don't lose with point not at end of symbol.
5656
5657 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5658
5659 * term.el (toplevel): Make face `term-default' an empty face.
5660 The code relied on the fact that Emacs ignored invalid faces in
5661 face text properties in 20.4.
5662
5663 1999-08-16 Richard M. Stallman <rms@gnu.org>
5664
5665 * subr.el (point-at-eol, point-at-bol): New aliases.
5666
5667 * simple.el: Functions reordered.
5668
5669 * rect.el (delete-rectangle-line): Use line-end-position.
5670
5671 1999-08-16 Karl Heuer <kwzh@gnu.org>
5672
5673 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5674 here from simple.el.
5675
5676 1999-08-16 Dave Love <fx@gnu.org>
5677
5678 * mouse.el: Provide `mldrag' for compatibility.
5679 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5680 marked obsolete.
5681
5682 * mldrag.el: Removed since the features are in mouse.el.
5683
5684 * jka-compr.el (auto-compression-mode): New variable for
5685 customization.
5686
5687 * bindings.el (mode-line-mule-info): Doc fix.
5688
5689 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5690 name comparisons.
5691
5692 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5693 (find-file): Doc fix.
5694
5695 1999-08-16 Carsten Dominik <cd@gnu.org>
5696
5697 * textmodes/reftex.el: Most of the code moved to other files.
5698 * textmodes/reftex-auc.el: New file, split out from reftex.el
5699 * textmodes/reftex-cite.el: New file, split out from reftex.el
5700 * textmodes/reftex-global.el: New file, split out from reftex.el
5701 * textmodes/reftex-index.el: New file, split out from reftex.el
5702 * textmodes/reftex-parse.el: New file, split out from reftex.el
5703 * textmodes/reftex-ref.el: New file, split out from reftex.el
5704 * textmodes/reftex-sel.el: New file, split out from reftex.el
5705 * textmodes/reftex-toc.el: New file, split out from reftex.el
5706 * textmodes/reftex-vars.el: New file, split out from reftex.el
5707 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5708
5709 1999-08-16 Carsten Dominik <cd@gnu.org>
5710
5711 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5712 conflict with pop-up-frames.
5713 (reftex-special-environment-parsers): New constant.
5714 (reftex-label-alist): car of an entry can also be a function.
5715 (reftex-what-special-env): Cew function.
5716 (reftex-label-location): Call `reftex-what-special-env'.
5717 (reftex-compile-variables): Check for symbol in
5718 `reftex-label-alist'.
5719 (reftex-what-environment): Fixed bug with stacked environments of
5720 same kind (e.g. enumerate).
5721 (reftex-process-string): Preserve default directory.
5722 (reftex-label-alist-builtin): Changed prefixes of endnote and
5723 footnote. Also the magic words.
5724 (reftex-reference): Interprete new option
5725 `reftex-fref-is-default'.
5726 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5727 (reftex-toc-mouse-view-line): Command removed (had no binding).
5728 (reftex-everything-regexp): New function.
5729 (reftex-nearest-match): Made better.
5730 (reftex-toc-find-section): Use new version of
5731 `reftex-nearest-match'.
5732 (reftex-insert-docstruct): Adapted to work with the index stuff.
5733 (reftex-parse-from-file): Find index entries as well.
5734 (reftex-toc-toggle-index): New function
5735 (reftex-toc-map): `i' is now used to togle the index, File
5736 boundaries has been moved to `F'.
5737 (reftex-select-label-map): Toggling display of file boundaries is
5738 now on the `F' key, for consistency with `reftex-toc-map'.
5739 (reftex-erase-all-selection-and-index-buffers): Renamed from
5740 `reftex-erase-all-selection-buffer'. Now also kills the index
5741 buffers.
5742 (reftex-viewing-cross-references): Customization group renamed
5743 from reftex-viewing-cross-references-and-citations.
5744 (reftex-index-macro-regexp,
5745 reftex-find-index-entry-regexp-format): New variables
5746 (reftex-macros-with-index): New variable
5747 (reftex-add-index-macros): New function
5748 (reftex-renumber-simple-labels, reftex-translate): Allow for
5749 multiple labels in a single ref command.
5750 (reftex-index-support): New customization group
5751 (reftex-support-index, reftex-index-special-chars,
5752 reftex-index-macros, reftex-index-default-macro,
5753 reftex-index-default-tag, reftex-index-math-format,
5754 reftex-index-section-letters, reftex-index-include-context,
5755 reftex-index-follow-mode, reftex-index-header-face,
5756 reftex-index-section-face, reftex-index-tag-face,
5757 reftex-index-face): New options
5758 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5759 reftex-index-tag, reftex-index-return-marker,
5760 reftex-index-restriction-indicator, reftex-index-restriction-data,
5761 reftex-index-macro-regexp, reftex-index-level-re,
5762 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5763 reftex-everything-regexp-no-index, reftex-index-re,
5764 reftex-macros-with-index, reftex-index-macro-alist): New variables
5765 (reftex-index-help, reftex-index-macros-builtin,
5766 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5767 reftex-query-index-macro-help): New constants
5768 (reftex-index-selection-or-word, reftex-index,
5769 reftex-default-index, reftex-update-default-index,
5770 reftex-index-complete-tag, reftex-index-select-tag,
5771 reftex-index-complete-key, reftex-index-update-taglist,
5772 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5773 reftex-display-index, reftex-insert-index,
5774 reftex-index-insert-new-letter, reftex-get-restriction,
5775 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5776 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5777 reftex-index-toggle-follow, reftex-index-toggle-context,
5778 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5779 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5780 reftex-index-quit, reftex-index-quit-and-kill,
5781 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5782 reftex-index-revert, reftex-index-switch-index-tag,
5783 reftex-index-restrict-to-section, reftex-index-widen,
5784 reftex-index-restriction-forward,
5785 reftex-index-restriction-backward, reftex-index-visit-location,
5786 reftex-index-analyze-entry, reftex-index-globalize,
5787 reftex-index-edit, reftex-index-toggle-range-beginning,
5788 reftex-index-toggle-range-end, reftex-index-edit-key,
5789 reftex-index-edit-attribute, reftex-index-edit-visual,
5790 reftex-index-edit-part, reftex-index-level-down,
5791 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5792 reftex-index-change-entry, reftex-index-goto-letter,
5793 reftex-add-index-macros, reftex-ensure-index-support,
5794 reftex-index-info-safe, reftex-index-info): New functions.
5795
5796
5797 1999-08-15 Richard M. Stallman <rms@gnu.org>
5798
5799 * paren.el (show-paren-mode): Support making show-paren-mode
5800 a buffer-local variable. Don't check for a window system.
5801 (show-paren-function): Check whether show-paren-function is
5802 enabled in current buffer; do the right thing if not.
5803 Don't check for a window system.
5804 (show-paren-mode): Make it a user variable.
5805
5806 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5807 Handle `enum' like `struct'.
5808
5809 * server.el (server-process-filter): If a client visits no buffers,
5810 close it immediately before recording it.
5811
5812 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5813 Optimize by calling concat just once. Handle =\n sequence.
5814 (mail-unquote-printable-region): New command.
5815 (mail-quote-printable): Make it autoload.
5816
5817 1999-08-15 Karl Heuer <kwzh@gnu.org>
5818
5819 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5820
5821 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5822
5823 * lisp/texinfmt.el: Handle @ifnottex.
5824
5825 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5826
5827 * frame.el (blink-cursor): Don't turn on cursor blinking for
5828 ms-dos.
5829
5830 * faces.el (face-valid-attribute-values): Look in
5831 x-bitmap-file-path only for x and w32 window systems.
5832
5833 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5834 Do that if width is nil as well.
5835 (x-display-mm-height, x-display-mm-width): Update values.
5836 (x-colors): Compute the list from msdos-color-values.
5837 (x-select-enable-clipboard): Doc fix.
5838 (x-frob-font-weight, x-font-family-list): New functions.
5839
5840 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5841
5842 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5843 back up from beginning of buffer.
5844
5845 1999-08-13 Karl Heuer <kwzh@gnu.org>
5846
5847 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5848
5849 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5850
5851 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5852 doomsday clock, speed control is added and changes are made to
5853 allow large numbers of rings: rings now show the whole ring
5854 number, not just the last digit; consecutive rings are allowed to
5855 be the same size when necessary to fit all the rings in the
5856 window; and poles can be oriented horizontally. Face support is
5857 thrown in gratuitously.
5858 (hanoi): Changed default number of rings back to 3.
5859 (hanoi-unix, hanoi-unix-64): New commands
5860 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5861 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5862 hanoi-odd-ring-face): New variables.
5863 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5864 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5865 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5866 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5867 (hanoi-topos, hanoi-draw-ring): Removed.
5868
5869 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5870
5871 * faces.el (face-valid-attribute-values): Return an alist for
5872 families on ttys.
5873 (face-read-integer): Handle unspecified face attributes. Add
5874 completion for `unspecified'.
5875 (read-face-attribute): Handle unspecified font attributes.
5876 (face-valid-attribute-values): Add `unspecified' to lists so that
5877 it can be chosen via completion.
5878 (face-read-string): Don't recognize "none" as input.
5879
5880 1999-08-10 Dave Love <fx@gnu.org>
5881
5882 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5883 string.
5884
5885 * sun-curs.el: Require sun-fns.
5886
5887 1999-08-10 Dave Love <fx@gnu.org>
5888
5889 * autorevert.el (auto-revert-mode): Add autoload cookie.
5890
5891 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5892 hscroll.
5893
5894 * simple.el (hscroll-step, hscroll-point-visible)
5895 (hscroll-window-column): Remove now we have the mentioned real
5896 horizontal autoscrolling.
5897
5898 1999-08-10 Richard M. Stallman <rms@gnu.org>
5899
5900 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5901 control use of -f option.
5902 (mail-specify-envelope-from): New variable.
5903 (mail-from-style): Doc fix.
5904
5905 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5906 (easy-menu-get-map): New arg TO-MODIFY helps choose
5907 between local and global maps.
5908 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5909 (easy-menu-change): Doc fix.
5910
5911 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5912 (info-lookup-guess-default): Simplified and cleaned up.
5913 (info-lookup-guess-default*): Preserve point.
5914
5915 * view.el (view-mode-disable): If buffer-read-only is nil,
5916 don't change it.
5917
5918 * files.el (after-find-file): Disable View mode if buffer is no
5919 longer read-only.
5920
5921 * view.el (view-mode-enable, view-mode-disable):
5922 Call force-mode-line-update.
5923
5924 1999-08-10 Karl Heuer <kwzh@gnu.org>
5925
5926 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5927 * array.el, play/landmark.el, international/latin-3.el: Likewise.
5928 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5929
5930 1999-08-10 Alex Schroeder <asc@bsiag.com>
5931
5932 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5933 to prevent m-eating-bug.
5934
5935 1999-08-10 Eli Zaretskii <eliz@gnu.org>
5936
5937 * term/pc-win.el (msdos-bg-mode): Remove. Call
5938 frame-set-background-mode instead. All callers changed.
5939 (msdos-face-setup): Don't force color display parameter, it is set
5940 by frame-set-background-mode.
5941 (make-msdos-frame): Call x-handle-reverse-video and
5942 face-set-after-frame-default. Delete frame if creation failed.
5943
5944 * faces.el (face-set-after-frame-default): Don't call
5945 make-face-x-resource-internal for the pc window-system.
5946
5947 1999-08-10 Dave Love <fx@melange.gnu.org>
5948
5949 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5950 case with no docstring specially.
5951
5952 1999-08-09 Eli Zaretskii <eliz@gnu.org>
5953
5954 * complete.el (PC-do-completion): If completing on file name,
5955 reproduce str by concatenating its directory and basename parts.
5956
5957 1999-08-07 Dave Love <fx@gnu.org>
5958
5959 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
5960 unibyte to multibyte conversion of search-forward (from Handa),
5961 but avoid the replacement if the language is Latin-N.
5962
5963 1999-08-06 Richard Stallman <rms@gnu.org>
5964
5965 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5966 of eval-buffer.
5967
5968 * international/mule.el (load-with-code-conversion):
5969 Pass t to eval-buffer for DO-ALLOW-PRINT.
5970
5971 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
5972
5973 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5974 of filenames and attributes.
5975 (ls-lisp-insert-directory): Use directory-files-and-attributes
5976 for speed.
5977
5978 1999-08-05 Dave Love <fx@gnu.org>
5979
5980 * auto-show.el (auto-show-mode): Fix :set.
5981
5982 * widget.el (define-widget-keywords): Make dummy definition and
5983 comment-out its use.
5984
5985 1999-08-04 Richard Stallman <rms@gnu.org>
5986
5987 * progmodes/tcl.el: Customized.
5988
5989 * sql.el (sql-accumulate-and-indent): Instead of testing
5990 whether this is Emacs 20 before calling comint-accumulate,
5991 test whether comint-accumulate is defined.
5992
5993 1999-08-04 Dave Love <fx@gnu.org>
5994
5995 * sgml-mode.el: Require outline when compiling.
5996 (sgml-mode-hook, html-mode-hook): Customize.
5997 (sgml-validate-command): Fix :version.
5998 (html-autoview-mode): Doc fix.
5999
6000 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6001 nothing in Latin-N environment.
6002
6003 * info.el (Info-find-node): Call info-initialize here.
6004 (info): Not here.
6005 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6006
6007 1999-08-04 Richard Stallman <rms@gnu.org>
6008
6009 * ansi-color.el: New file.
6010
6011 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6012
6013 * dired.el (dired-string-replace-match): Return `nil' when no match
6014 found with global search.
6015
6016 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6017 * terminal.el (te-terminfo-directory):
6018 * mail/mailpost.el (post-mail-send-it):
6019 * mail/metamail.el (metamail-region):
6020 * progmodes/ada-mode.el (ada-tmp-directory):
6021 Use temporary-file-directory.
6022
6023 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6024 (compilation-filter, compilation-forget-errors)
6025 (compilation-parse-errors): Use a marker instead of an integer for
6026 `compilation-parsing-end'.
6027
6028 * progmodes/diff.el (diff-parse-differences):
6029 Use a marker instead of an integer for `compilation-parsing-end'.
6030 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6031 Use a marker instead of an integer for `compilation-parsing-end'.
6032
6033 1999-08-03 Richard Stallman <rms@gnu.org>
6034
6035 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6036 (Buffer-menu-mode): Doc fix.
6037 (Buffer-menu-view): New command.
6038 (Buffer-menu-view-other-window): New command.
6039
6040 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6041
6042 * replace.el (query-replace-regexp-eval)
6043 (replace-eval-replacement, replace-loop-through-replacements)
6044 (replace-match-string-symbols): New functions.
6045 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6046 Use replace-loop-through-replacements.
6047
6048 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6049
6050 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6051 (5x5): Doc fix.
6052
6053 1999-08-03 Dave Love <fx@gnu.org>
6054
6055 * fortran.el (fortran-indent-new-line): Make it an alias
6056 for reindent-then-newline-and-indent.
6057
6058 1999-08-03 Didier Verna <verna@inf.enst.fr>
6059
6060 * rect.el: All functions rewritten, except when noted above
6061 their declaration. Below is a list of interface changes.
6062 (apply-on-rectangle): New function, mostly replaces
6063 `operate-on-rectangle'. All callers changed.
6064 (move-to-column-force): Pass new second argument to `move-to-column'.
6065 (kill-rectangle): Added optional prefix arg to fill lines.
6066 (delete-rectangle): Ditto.
6067 (delete-whitespace-rectangle): Ditto.
6068 (delete-extract-rectangle): Ditto.
6069 (open-rectangle): Ditto.
6070 (clear-rectangle): Ditto.
6071 (delete-whitespace-rectangle-line): New function.
6072 (delete-rectangle-line): Added third arg FILL.
6073 (delete-extract-rectangle-line): Ditto.
6074 (open-rectangle-line): Ditto.
6075 (clear-rectangle-line): Ditto.
6076
6077 1999-08-03 Ray Blaak <blaak@gnu.org>
6078
6079 * progmodes/delphi.el: New file.
6080
6081 1999-08-02 Richard Stallman <rms@gnu.org>
6082
6083 * textmodes/outline.el (outline-previous-heading): New function.
6084 (outline-up-heading-all): Use outline-previous-heading.
6085 (outline-next-heading): Delete definition inserted yesterday.
6086
6087 1999-08-01 Richard Stallman <rms@gnu.org>
6088
6089 * textmodes/outline.el (outline-next-heading): New function.
6090 (outline-up-heading-all): New function.
6091 (outline-font-lock-level): Using outline-up-heading-all.
6092 Tell outline-back-to-heading to accept invisible headings.
6093
6094 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6095
6096 * mail/mh-utils.el (mh-find-path-run): New variable.
6097 (mh-find-path): Test and set that.
6098 Set mail-user-agent only the first time this function is run.
6099 (mail-user-agent): Defvar deleted.
6100
6101 * info.el (info-initialize): New function.
6102 (info): Call info-initialize.
6103 (Info-directory-list): Initialize to nil,
6104 so info-initialize will set it up for real.
6105
6106 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6107
6108 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6109 does not interpret a time as the year in a day-month entry.
6110
6111 * calendar/diary-lib.el: Change syntax table entry for colon in
6112 the diary as part of the european-date-diary-pattern fix.
6113
6114 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6115
6116 * international/mule.el (set-auto-coding): Allow whitespace before
6117 and after the "variable: value" pair.
6118
6119 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6120
6121 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6122 (default-sendmail-coding-system): Doc-string fixed.
6123
6124 1999-07-30 Dave Love <fx@gnu.org>
6125
6126 * subr.el (assoc-delete-all): New function, renamed from
6127 frame-delete-all.
6128
6129 * frame.el: Change comments to doc strings and other doc fixes.
6130 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6131 Callers changed.
6132 (set-background-color, set-foreground-color, set-cursor-color)
6133 (set-mouse-color, set-border-color): Offer completion of colours.
6134 (cursor): Add :version to defgroup.
6135
6136 * facemenu.el (list-colors-display): Make it work on ttys.
6137 (facemenu-read-color): Likewise.
6138
6139 1999-07-30 Richard M. Stallman <rms@gnu.org>
6140
6141 * frame.el (frame-notice-user-settings): If background
6142 color has been changed, update background-mode from it,
6143 then update faces.
6144
6145 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6146
6147 * net-utils.el (finger): Don't do indirect fingering.
6148
6149 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6150
6151 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6152 rules. Add separator at end of holidays.
6153 (cal-tex-rules): New customizable variable.
6154 (cal-tex-latexify-list): Add optional parameter to put separator
6155 at end.
6156
6157 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6158
6159 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6160 fill prefix on each line while looping to the end of paragraph.
6161 End paragraph if it's longer than the existing fill prefix.
6162
6163 * textmodes/fill.el (fill-context-prefix): Doc fix.
6164
6165 1999-07-30 Dave Love <fx@gnu.org>
6166
6167 * font-lock.el (jit-lock): Fix :load, add :version.
6168
6169 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6170
6171 * term/pc-win.el (msdos-face-setup): Register standard colors in
6172 Vface_tty_color_alist.
6173 (face-color-supported-p, face_color_gray_p): New functions.
6174
6175 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6176 is bound.
6177
6178 * startup.el (command-line): Don't register default colors for
6179 MSDOS window-system.
6180
6181 1999-07-29 Dave Love <fx@gnu.org>
6182
6183 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6184 charquote.
6185
6186 * lisp-mode.el (eval-defun): Re-written to avoid
6187 capturing variables.
6188
6189 * picture.el (picture-beginning-of-line): Don't call
6190 hscroll-point-visible now we have real autoscrolling.
6191 (picture-end-of-line, picture-newline, picture-open-line):
6192 Likewise.
6193
6194 * international/latin-8.el: New file.
6195 * international/latin-9.el: New file.
6196
6197 1999-07-28 Dave Love <fx@gnu.org>
6198
6199 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6200
6201 * msb.el: Require cl only when compiling.
6202 (msb--home-dir): Deleted.
6203 (msb--format-title): Use abbreviate-file-name.
6204 (msb--choose-file-menu): Simplify string comparison.
6205
6206 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6207
6208 * faces.el (toolbar): Add face definition for mono displays.
6209
6210 1999-07-27 Richard M. Stallman <rms@gnu.org>
6211
6212 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6213
6214 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6215 force copying of default-frame-alist.
6216
6217 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6218
6219 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6220
6221 1999-07-26 Richard M. Stallman <rms@gnu.org>
6222
6223 * frame.el (set-mouse-color): If new color is nil,
6224 really respecify the current color.
6225
6226 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6227
6228 * faces.el (bitmap-area): Change background of face `bitmap-area'
6229 to white for mono displays.
6230
6231 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6232
6233 * international/ccl.el (ccl-embed-symbol): New function.
6234 (ccl-program-p): Deleted. Now it's implemented in C code.
6235 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6236 (ccl-compile-translate-character): Likewise.
6237 (ccl-compile-map-single): Likewise.
6238 (ccl-compile-multiple-map-function): Likewise.
6239 (declare-ccl-program): Doc-string modified.
6240 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6241
6242 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6243
6244 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6245
6246 1999-07-25 Markus Rost <rost@gnu.org>
6247
6248 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6249 the entries to make custom-file more readable.
6250
6251 1999-07-25 Richard M. Stallman <rms@gnu.org>
6252
6253 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6254
6255 * emacs-lisp/edebug.el: Delete compatibility code.
6256 (edebug-next-token-class): If . is followed by a digit,
6257 return `symbol' for the token class.
6258
6259 * startup.el (command-line): If we don't find the user's init file,
6260 set user-init-file to nil.
6261
6262 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6263
6264 * info-look.el (info-lookup-interactive-arguments): Add optional
6265 argument query for new choice of help mode.
6266 (info-lookup-symbol): Use it.
6267 (info-lookup-file): Ditto.
6268 (info-lookup): Don't switch to other window, if already in Info
6269 buffer.
6270
6271 1999-07-23 Dave Love <fx@gnu.org>
6272
6273 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6274 syntax.
6275 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6276 (fortran-font-lock-syntactic-keywords): New variable.
6277 (fortran-mode): Use it.
6278 (fortran-font-lock-keywords-1): Don't do comments.
6279 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6280 match data.
6281
6282 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6283
6284 * msb.el (msb-menu-bar-update-buffers): Renamed from
6285 menu-bar-update-buffers.
6286 (msb-custom-set, msb--toggle-menu-type): Call
6287 msb-menu-bar-update-buffers.
6288 (msb-mode): Revise the hook setting.
6289
6290 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6291
6292 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6293
6294 * font-lock.el, help.el, simple.el: Re-integrate previously
6295 described changes that were lost due to errors while checking them
6296 in.
6297
6298 1999-07-23 Kevin Blake <kblake@ticnet.com>
6299
6300 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6301
6302 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6303
6304 * international/encoded-kb.el
6305 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6306 but push it to unread-command-events.
6307 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6308 (encoded-kbd-self-insert-sjis): Likewise.
6309 (encoded-kbd-self-insert-big5): Likewise.
6310
6311 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6312 before left margin and fill-prefix by fill-find-break-point.
6313
6314 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6315
6316 * info-look.el (info-lookup-setup-mode): Don't give up, if
6317 info-lookup-make-completions returns an error.
6318 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6319 name latex, not latex2e.
6320
6321 1999-07-21 Richard M. Stallman <rms@gnu.org>
6322
6323 * replace.el (perform-replace): Turn off case-fold-search
6324 if FROM-STRING argument has uppercase in it.
6325
6326 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6327
6328 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6329 mode is on. Don't use end of changed text.
6330
6331 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6332
6333 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6334 (cl-hash-table-p): Renamed from hash-table-p.
6335 (cl-hash-table-count): Renamed from hash-table-count.
6336 (maphash): Alias to cl-maphash removed.
6337 (gethash): Likewise.
6338 (puthash): Likewise.
6339 (remhash): Likewise.
6340 (clrhash): Likewise.
6341
6342 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6343
6344 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6345 third arg non-nil. See comment there why this isn't a good idea.
6346
6347 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6348
6349 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6350
6351 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6352 sit-for with 3rd arg non-nil to prevent redisplay.
6353
6354 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6355
6356 * image.el (image-type-from-file-header): If file doesn't
6357 have a directory part, add data-directory.
6358
6359 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6360
6361 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6362 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6363 motion handling when tooltip-gud-tips-p is nil.
6364
6365 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6366
6367 * tooltip.el (tooltip-mode): Don't use `plusp'.
6368 (tooltip-active): Use initial value of nil.
6369
6370 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6371
6372 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6373
6374 * bindings.el (make-mode-line-mouse-sensitive): Add key
6375 definitions for `top-line'.
6376
6377 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6378
6379 * faces.el (top-line): New face.
6380
6381 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6382
6383 * image.el (image-type-regexps): Add regexp for PS files.
6384
6385 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6386
6387 * faces.el (set-face-attribute): Fix wrong handling of frame
6388 begin equal to t.
6389
6390 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6391
6392 * image.el (image-type-regexps): Add PNG format.
6393
6394 1999-07-21 Dave Love <fx@gnu.org>
6395
6396 * bindings.el (mode-line-modified): New variable.
6397 (mode-line-mode-menu-1): Switch to appropriate window before
6398 showing menu.
6399
6400 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6401
6402 * faces.el (face-underline): Removed.
6403 (face-underline-color): Ditto.
6404
6405 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6406
6407 * faces.el (face-x-resources): Fix typo.
6408
6409 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6410
6411 * faces.el: Remove handling of `:relief', extend handling of
6412 `:box'.
6413 (frame-set-background-mode): Choose new defface specs after
6414 frame parameters have changed.
6415
6416 * cus-face.el: Ditto.
6417
6418 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6419
6420 * custom.el (defface): Extend documentation to include new
6421 face attributes.
6422
6423 * cus-face.el (custom-face-attributes): Add overline,
6424 strike-through, box.
6425
6426 * faces.el (face-valid-attribute-values): Handle overline,
6427 strike-through, box.
6428 (face-attribute-name-alist): Add pairs for new face attributes.
6429 (describe-face): Handle new face attributes.
6430
6431 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6432
6433 * faces.el (face-x-resources): Add overline, strike-through, box.
6434
6435 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6436
6437 * enriched.el (enriched-translations): Add `display' and
6438 "x-display".
6439 (enriched-handle-display-prop): New.
6440 (enriched-decode-display-prop): New.
6441
6442 * format.el (top-level): Give `display' property
6443 `format-list-atomic-p.
6444 (format-annotate-single-property-change): Test that property.
6445 If present, treat list property values like atoms.
6446
6447 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6448
6449 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6450 so that "*" can be entered.
6451
6452 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6453
6454 * cus-face.el (custom-face-attributes): Don't use `#''.
6455
6456 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6457
6458 * cus-face.el (custom-face-attributes): Return underline
6459 face attribute directly from the second lambda of underline.
6460
6461 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6462
6463 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6464
6465 * frame.el (after-setting-font-hooks): New variable.
6466 (set-frame-font): Run those hooks.
6467
6468 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6469
6470 * faces.el (set-face-attribute): Fix doc string.
6471
6472 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6473
6474 * cus-face.el (custom-face-attributes): Accept color name.
6475
6476 * faces.el (face-underline-p): Accept unspecified underlining.
6477 (face-underline): Ditto. Fix doc string.
6478
6479 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6480
6481 * faces.el (face-underline-color): New function.
6482
6483 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6484
6485 * cus-face.el (custom-face-attributes): Support underline coloring.
6486 Added slot to choose a color.
6487
6488 * faces.el (face-underline): New function.
6489 (face-underline-p): Support underline coloring.
6490 Return nil only if the underline attribute is 'normal.
6491 (set-face-underline): New function.
6492 (face-valid-attribute-values): Support underline coloring.
6493
6494 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6495
6496 * image.el (insert-image): Use `display' instead of `glyph'
6497 as text property name.
6498 (put-image): Ditto.
6499 (image-type-from-file-header): Use insert-file-contents-literally.
6500
6501 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6502
6503 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6504 string to indicate separators.
6505
6506 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6507
6508 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6509 instead of message-log.
6510
6511 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6512
6513 * faces.el (bitmap-area): New face.
6514
6515 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6516
6517 * image.el (insert-image): New.
6518
6519 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6520
6521 * frame.el (blink-cursor): Set the symbol's value.
6522 (show-trailing-whitespace): Change group to font-lock.
6523
6524 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6525
6526 * jit-lock.el: New.
6527 * font-lock.el: Add jit-mode as new support mode.
6528
6529 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6530 reaching end instead of letting re-search-forward signal an error.
6531 (demand-lock-mode): New.
6532 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6533 (font-lock-turn-off-thing-lock): Ditto.
6534 (font-lock-after-fontify-buffer): Ditto.
6535 (font-lock-after-unfontify-buffer): Ditto.
6536
6537 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6538
6539 * gs.el: New file.
6540
6541 * startup.el (command-line-1): Activate tooltip mode if
6542 interactive.
6543
6544 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6545
6546 * faces.el (toolbar): Grey default background.
6547 (modeline): Ditto.
6548
6549 * image.el (image-type-regexps): New.
6550 (image-type-from-file-header): New.
6551 (create-image): Call it.
6552
6553 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6554
6555 * image.el: New file.
6556
6557 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6558
6559 * bindings.el (mode-line-format): Replace `mode-name' with
6560 `(:eval mode-line-mode-name)'.
6561 (mode-line-mode-name): New.
6562 (make-mode-line-mouse-sensitive): Don't change default value
6563 of `mode-name'.
6564
6565 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6566
6567 * tooltip.el: New file.
6568
6569 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6570
6571 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6572 instead of mouse-3 to pop up menus.
6573 (mode-line-kill-buffer): Removed.
6574 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6575 buffer name.
6576 (mode-line-buffer-menu-1): Removed.
6577
6578 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6579
6580 * bindings.el (mode-line-buffer-identification-keymap): New.
6581 (mode-line-buffer-menu-keymap): New.
6582 (mode-line-mode-menu-keymap): New.
6583 (mode-line-unbury-buffer): New.
6584 (mode-line-other-buffer): New.
6585 (mode-line-kill-buffer): New.
6586 (mode-line-buffer-menu-1): New.
6587 (mode-line-mode-menu-1): New.
6588 (make-mode-line-mouse-sensitive): New.
6589
6590 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6591
6592 * help.el (describe-key-briefly): Handle mode line strings
6593 with local-map properties.
6594 (describe-key): Ditto.
6595 (mode-line-key-binding): New.
6596
6597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6598
6599 * scroll-bar.el (scroll-bar-timer): New.
6600 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6601
6602 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6603
6604 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6605 and `bottom'.
6606
6607 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6608
6609 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6610 (global): Use different key bindings if using tookit scroll bars.
6611
6612 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6613
6614 * faces.el (modeline): Define mode line face with relief for
6615 class color, only.
6616 (toolbar): New face.
6617
6618 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6619
6620 * frame.el (frame-initialize): Set frame-creation-function to
6621 tty-create-frame-with-faces.
6622
6623 * faces.el (frame-set-background-mode): Make it work for
6624 window-system nil.
6625
6626 * faces.el (tty-create-frame-with-faces): New.
6627 (face-set-after-frame-default): Make it work for TTY frames.
6628
6629 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6630
6631 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6632 Return a list of one font family for TTYs. Don't return bitmap
6633 file paths for TTY frames.
6634
6635 * faces.el: Add face specs for tty displays to basic faces.
6636
6637 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6638 (font-lock-string-face): Ditto.
6639 (font-lock-keyword-face): Ditto.
6640 (font-lock-builtin-face): Ditto.
6641 (font-lock-function-name-face): Ditto.
6642 (font-lock-variable-name-face): Ditto.
6643 (font-lock-type-face): Ditto.
6644 (font-lock-constant-face): Ditto.
6645 (font-lock-warning-face): Ditto.
6646
6647 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6648
6649 * startup.el (command-line): Register default tty colors.
6650
6651 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6652
6653 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6654
6655 * faces.el (modeline): For X frames, use a modeline with relief.
6656
6657 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6658
6659 * faces.el (frame-update-faces): Copied from 20.2.
6660 (frame-update-face-colors): Ditto. Code removed that isn't
6661 applicable in the new face implementation.
6662
6663 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6664
6665 * frame.el (show-trailing-whitespace): New.
6666
6667 * faces.el (trailing-whitespace): New basic face.
6668
6669 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6670
6671 * cus-face.el (custom-facep): Always define as alias for facep.
6672
6673 * cus-face.el (custom-face-attributes): Use choice widgets.
6674 Remove :bold and :italic.
6675
6676 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6677
6678 * faces.el (face-charset-registries): Removed since fontset.el
6679 is no always loaded.
6680
6681 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6682
6683 * faces.el (internal-get-face): Added as obsolete function for
6684 compatibility.
6685
6686 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6687
6688 * frame.el (blink-cursor-end): Call show-cursor.
6689 (blink-cursor-mode): Ditto.
6690
6691 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6692
6693 * faces.el (face-spec-reset-face): Reset all attributes to
6694 `unspecified'.
6695 (face-spec-set): Use it.
6696
6697 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6698
6699 * faces.el (read-all-face-attributes): Bug fix.
6700 (face-read-integer): Allow nil default value.
6701 (face-valid-attribute-values): Use symbol names of attribute
6702 values for completion list.
6703
6704 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6705
6706 * faces.el (internal-find-face): Define for compatibility with
6707 20.2.
6708 (face-id): Likewise.
6709
6710 * faces.el (face-id): Return the ID of a realized face for ASCII.
6711
6712 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6713 (x-complement-fontset-spec): Use face-charset-registries.
6714
6715 * faces.el (face-font-selection-order): Set font selection order
6716 from Lisp.
6717 (face-alternative-font-family-alist): Set alternative font
6718 families from Lisp.
6719
6720 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6721
6722 * faces.el (set-face-charset-registries): Set symbol value.
6723
6724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6725
6726 * faces.el (face-set-after-frame-default): Call function
6727 internal-merge-in-global-face.
6728
6729 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6730
6731 * faces.el (face-list): Return symbols from face-global-alist.
6732
6733 * faces.el (face-list): Return a copy of the face name list so
6734 that it cannot be modified from outside (facemenu.el uses
6735 nreverse, for example).
6736
6737 * cus-face.el (custom-face-attributes): Add :bold and :italic
6738 for compatibility with old code.
6739
6740 * faces.el (set-face-attributes-from-resources): Additional
6741 frame parameter.
6742 (make-face-x-resource-internal): Set attributes from resources
6743 for a given frame or all frames.
6744
6745 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6746
6747 * faces.el (all-faces): Removed.
6748
6749 * custom.el (defface): Add new face attributes to function
6750 comment.
6751
6752 * font-lock.el (font-lock-comment-face): Use new face attribute
6753 names.
6754 (font-lock-string-face): Ditto.
6755 (font-lock-keyword-face): Ditto.
6756 (font-lock-builtin-face): Ditto.
6757 (font-lock-function-name-face): Ditto.
6758 (font-lock-variable-name-face): Ditto.
6759 (font-lock-type-face): Ditto.
6760 (font-lock-reference-face): Ditto.
6761 (font-lock-warning-face): Ditto.
6762 ((boundp 'font-lock-face-attributes)): Ditto.
6763
6764 * cus-face.el (custom-face-attributes): Use new face attributes.
6765
6766 * faces.el (set-face-attribute-from-resource): Initialize
6767 from resources only for X and W32.
6768
6769 * cus-face.el (custom-declare-face): Don't make frame-local
6770 faces.
6771
6772 * faces.el (describe-face): Use princ instead of insert.
6773
6774 * faces.el: Add XLFD manipulation functions from 20.2 again
6775 because fontset.el uses them.
6776 (face-set-after-frame-default): Add empty definition.
6777
6778 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6779
6780 * faces.el (make-face): Correct typo.
6781 (set-face-attribute-from-resource): Use let*.
6782 (face-underline-p): Correct typo.
6783 (face-inverse-video-p): Ditto.
6784 (set-face-stipple): Ditto.
6785 (face-read-string): Make completion-list optional parameter.
6786
6787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6788
6789 * faces.el (face-charset-registries): Alist mapping charset
6790 symbols to registries and encoding.
6791
6792 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6793
6794 * frame.el (blink-cursor-mode): Use interactive spec "P".
6795
6796 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6797
6798 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6799 mode. The cursor of selected_window blinks if the mode is enabled.
6800
6801 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6802
6803 * simple.el (next-history-element): Set point to the end of the
6804 prompt if minibuffer-prompt-in-buffer.
6805
6806 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6807
6808 * faces.el (x-font-regexp): Add sub-expression parentheses for
6809 several font name components.
6810
6811 1999-07-21 Gerd Moellmann <gerd@acm.org>
6812
6813 * faces.el (set-face-relief): Use index 12 for relief.
6814 (face-fill-in): Set relief from data.
6815 (internal-make-face): Init relief to zero.
6816
6817 * faces.el (face-spec-set): Call modify-face with additional
6818 parameters for relief and fixed-p.
6819
6820 1999-07-21 Gerd Moellmann <gerd@acm.org>
6821
6822 * cus-face.el: ':fixed and ':relief added.
6823
6824 * faces.el (describe-face): Add fixed font attribute and relief.
6825 (face-attr-match-p): Ditto.
6826 (face-attr-construct): Ditto.
6827 (face-spec-set): Ditto.
6828
6829 1999-07-21 Gerd Moellmann <gerd@acm.org>
6830
6831 * faces.el (internal-make-face): Function to create a Lisp vector
6832 suitable for representing a face.
6833 (make-face): Use it instead of make-vector.
6834 (x-create-frame-with-faces): Use it instead of vector.
6835 (internal-facep): Increase vector size to 14.
6836 (internal-make-face): Ditto.
6837 (face-relief): Access relief thickness.
6838 (face-fixed-p): Access fixed font attribute.
6839 (set-face-fixed-p): Set fixed font attribute.
6840 (set-face-relief): Set relief attribute.
6841 (internal-face-interactive-int): Read int attribute of face.
6842 (modify-face): Add fixed-p and relief parameters.
6843 (copy-face): Handle fixed-p and relief.
6844 (face-equal): Compare fixed-p and relief.
6845 (face-differs-from-default-p): Ditto.
6846 (face-nontrivial-p): Add fixed-p and relief.
6847
6848 1999-07-21 Gerd Moellmann <gerd@acm.org>
6849
6850 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6851 (internal-facep): Increase vector size.
6852 (make-face): Ditto.
6853 (face-shadow-thickness): Added.
6854 (set-face-shadow-thickness): Added.
6855 (modify-face): Add optional shadow-thickness parameter.
6856 (make-face-x-resource-internal): Add shadows.
6857 (copy-face): Ditto.
6858 (face-equal): Ditto.
6859 (face-differs-from-default-p): Ditto.
6860 (face-nontrivial-p): Ditto.
6861 (face-attr-match-p): Ditto.
6862 (face-attr-construct): Ditto.
6863 (face-spec-set): Ditto.
6864 (face-fill-in): Ditto.
6865
6866 1999-07-21 Gerd Moellmann <gerd@acm.org>
6867
6868 * bench.el (bench-mark-split-window): New bench mark.
6869
6870 1999-07-21 Gerd Moellmann <gerd@acm.org>
6871
6872 * faces.el (set-face-font): Don't pass default font to
6873 x-resolve-font so that font will not have to be of the same
6874 size.
6875
6876 1999-07-20 Dave Love <fx@gnu.org>
6877
6878 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6879 unconditionally t.
6880
6881 1999-07-20 Karl Heuer <kwzh@gnu.org>
6882
6883 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6884
6885 1999-07-20 Dave Love <fx@gnu.org>
6886
6887 * help.el (describe-variable): Fix test for customizability.
6888
6889 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6890 Check for readonly buffer in interactive spec.
6891 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6892 (backward-kill-word): Add * to interactive spec.
6893
6894 * underline.el (underline-region, ununderline-region): Add * to
6895 interactive spec.
6896
6897 * fill.el (canonically-space-region, justify-current-line): Add *
6898 to interactive spec.
6899 (fill-region-as-paragraph, fill-paragraph, fill-region)
6900 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6901 readonly buffer in interactive spec.
6902
6903 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6904 (backward-kill-sentence, kill-sentence): Add * to interactive
6905 spec.
6906
6907 1999-07-19 Richard M. Stallman <rms@gnu.org>
6908
6909 * dired-aux.el (dired-do-shell-command): Doc fix.
6910
6911 * shell.el (shell-unquote-argument): New function.
6912 (shell-directory-tracker): Use shell-unquote-argument.
6913 * comint.el (comint-arguments): Handle \ followed by space or tab.
6914
6915 1999-07-19 John Wiegley <jwiegley@borland.com>
6916
6917 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6918 color codes 39 and 49, which by the way lynx uses them seem to
6919 mean "foreground reset" and "background reset".
6920
6921 1999-07-19 Karl Heuer <kwzh@gnu.org>
6922
6923 * font-lock.el (c++-keywords): Add "typeid".
6924
6925 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6926 selects no font, treat that as zero selections, not one.
6927
6928 1999-07-19 Dave Love <fx@gnu.org>
6929
6930 * info.el (Info-search): Don't lose with empty regexp.
6931
6932 * version.el: Cater for (free) `ident' program, not `which'.
6933
6934 * hl-line.el: New file.
6935
6936 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6937 for modes which don't define menus.
6938
6939 1999-07-16 Richard M. Stallman <rms@gnu.org>
6940
6941 * webjump.el (webjump-sample-sites): Update some URLs.
6942
6943 1999-07-14 Richard Stallman <rms@gnu.org>
6944
6945 * Version 20.4 released.
6946
6947 1999-07-14 Andreas Schwab <schwab@gnu.org>
6948
6949 * compare-w.el (compare-windows): Try to find the next window in
6950 the current frame before looking at the other frames.
6951
6952 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
6953
6954 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6955 Use cyrillic-jcuken as default input method.
6956
6957 1999-07-12 Richard Stallman <rms@gnu.org>
6958
6959 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6960 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6961
6962 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6963 (ispell-local-dictionary-alist): Add koi8-r for character set.
6964
6965 * textmodes/flyspell.el (flyspell-get-word):
6966 Add special handling for when ispell-otherchars is empty.
6967
6968 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
6969
6970 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6971 when having nested functons.
6972 (pascal-indent-nested-functions) (pascal-indent-line)
6973 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6974 indenting nested functions.
6975
6976 1999-07-09 Richard Stallman <rms@gnu.org>
6977
6978 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6979
6980 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
6981
6982 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6983 the `end' keyword was in the very beginning of the buffer.
6984
6985 1999-07-08 Richard Stallman <rms@gnu.org>
6986
6987 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6988
6989 * term.el (term-emulate-terminal): Avoid infinite loop
6990 in strange case where minibuffer window is selected but not active.
6991
6992 1999-07-07 Stephen Eglen <stephen@gnu.org>
6993
6994 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6995 Change regexp so that it doesn't match commands beginning with `cd'.
6996
6997 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6998
6999 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7000
7001 1999-07-06 Richard Stallman <rms@gnu.org>
7002
7003 * hscroll.el (hscroll-minibuffer-hook): New function.
7004 (hscroll-global-mode): Add and remove that hook.
7005 Set hscroll-old-truncate-was-global's default value.
7006
7007 1999-07-05 Richard Stallman <rms@gnu.org>
7008
7009 * files.el (revert-buffer): Don't preserve point here.
7010 (revert-buffer-insert-file-contents-function): Doc fix.
7011
7012 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7013
7014 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7015 doing a `stat' when it isn't necessary because that can cause
7016 trouble when an NFS server is down.
7017
7018 1999-07-04 Richard Stallman <rms@gnu.org>
7019
7020 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7021
7022 1999-07-03 Richard Stallman <rms@gnu.org>
7023
7024 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7025 for \200...\240 also.
7026 (isearch-printing-char): Use unibyte-char-to-multibyte.
7027
7028 1999-07-02 Richard Stallman <rms@gnu.org>
7029
7030 * frame.el (minibuffer-frame-alist): Use defcustom.
7031 (pop-up-frame-alist): Likewise.
7032 (initial-frame-alist): Specify * in the doc string.
7033
7034 * hscroll.el (hscroll-mode): Make it a permanent local.
7035 (hscroll-mode): Don't cancel the timer
7036 if HScroll mode is enabled in some other buffer.
7037
7038 * isearch.el (isearch-done): If search ends in middle of intangible
7039 text (due to text property), move on to the limit of that text.
7040
7041 1999-07-01 Andrew Innes <andrewi@gnu.org>
7042
7043 * man.el (Man-build-man-command): Use value of null-device,
7044 instead of hard-coding "/dev/null".
7045
7046 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7047 ange-ftp file names, which might force ange-ftp to prompt for a
7048 password.
7049
7050 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7051 to prevent references to temp files.
7052
7053 1999-06-30 Richard Stallman <rms@gnu.org>
7054
7055 * progmodes/sh-script.el (sh-feature): If nothing is known
7056 about the given shell, use the values for `sh'.
7057
7058 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7059
7060 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7061 to make it non-recursive.
7062
7063 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7064
7065 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7066
7067 * auto-show.el (auto-show-mode): Fix Typo in :set.
7068
7069 1999-06-29 Richard M. Stallman <rms@gnu.org>
7070
7071 * progmodes/sh-script.el (sh-mode): When setting syntax
7072 table, default to the standard one.
7073
7074 1999-06-27 Richard M. Stallman <rms@gnu.org>
7075
7076 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7077
7078 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7079
7080 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7081 a frame when `return' is requested (even if pop-up-frames = t)
7082 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7083 should only be set for the bibtex buffer.
7084
7085 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7086
7087 * progmodes/compile.el: Deal with compilation-error-screen-columns
7088 being buffer-local.
7089
7090 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7091
7092 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7093
7094 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7095
7096 * cal-x.el (calendar-only-one-frame-setup): New function.
7097 * calendar.el (calendar): Call it if requested.
7098
7099 1999-06-24 Karl Heuer <kwzh@gnu.org>
7100
7101 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7102
7103 1999-06-22 Richard M. Stallman <rms@gnu.org>
7104
7105 * mail/supercite.el (sc-emacs-features): Doc fix.
7106
7107 1999-06-22 Karl Heuer <kwzh@gnu.org>
7108
7109 * files.el (auto-mode-alist): Add pike-mode.
7110
7111 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7112
7113 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7114 last byte of a numeric field is a space or a NUL. Parse it as
7115 potentially part of the number. This is used by GNU tar
7116 1.12.64012 to handle larger values.
7117
7118 1999-06-20 Karl Heuer <kwzh@gnu.org>
7119
7120 * custom.el (custom-handle-keyword): Fix error message.
7121
7122 1999-06-18 Andrew Innes <andrewi@gnu.org>
7123
7124 * mail/smtpmail.el (smtpmail-send-it): Use
7125 convert-standard-filename to make file names for queued mail safe
7126 on Windows (`:' is invalid in file names on Windows).
7127
7128 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7129
7130 * international/mule-cmds.el (describe-current-input-method):
7131 Current-input-method is string.
7132 (toggle-input-method): Docstring fixed.
7133
7134 * international/mule-diag.el
7135 (describe-current-coding-system-briefly): Fix format string.
7136
7137 * international/mule-util.el (coding-system-eol-type-mnemonic):
7138 Docstring modified. Return a string.
7139
7140 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7141
7142 * sql.el (sql-input-ring-file-name): Doc fix.
7143
7144 1999-06-17 Richard M. Stallman <rms@gnu.org>
7145
7146 * calendar/cal-x.el (special-display-buffer-names):
7147 Don't put (get-file-buffer diary-file) on this list.
7148
7149 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7150
7151 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7152 Don't penalize player for certain impossible guesses.
7153
7154 1999-06-16 Andrew Innes <andrewi@gnu.org>
7155
7156 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7157 return the string "Unk 0 0000" so at least it appears to be a
7158 valid timestamp to `dired-move-to-filename-regexp'.
7159
7160 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7161
7162 * ps-print.el (ps-control-character): Fix previous change.
7163
7164 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7165
7166 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7167 multiple output of the last message.
7168
7169 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7170
7171 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7172 the ASCII apostrophe, as most DOS codepages have some other glyph
7173 there.
7174
7175 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7176
7177 * language/ethio-util.el (setup-ethiopic-environment-internal):
7178 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7179 (exit-ethiopic-environment): Likewize.
7180
7181 1999-06-12 Richard M. Stallman <rms@gnu.org>
7182
7183 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7184
7185 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7186
7187 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7188 custom-initialize-default to avoid infinite loop.
7189 (crisp-mode): (defun) Call transient-mark-mode here, not when
7190 loading the file. Run crisp-mode-hook here, and run
7191 crisp-load-hook when loading the file.
7192
7193 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7194 rmail-summary buffer, search for pattern in rmail-file.
7195
7196 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7197
7198 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7199
7200 * ps-print.el (ps-printer-name): Fix custom type.
7201
7202 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7203
7204 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7205 (vhdl-port-paste-generic-map): Fix indentation bug.
7206 (vhdl-port-paste-port-map): Fix indentation bug.
7207 (vhdl-scan-file-contents): Make scanning case insensitive.
7208
7209 1999-06-11 Richard M. Stallman <rms@gnu.org>
7210
7211 * files.el (write-file): When buffer is not already visiting a file,
7212 don't put buffer name in the minibuffer, just make it the default.
7213 Also handle just directory as arg usefully in that case.
7214
7215 * simple.el (sendmail-user-agent-compose):
7216 Ignore case when inserting the rest of the "other" headers.
7217
7218 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7219
7220 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7221 (info-lookup-interactive-arguments): Never insert the default
7222 into the minibuffer automatically.
7223
7224 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7225
7226 1999-06-09 Richard M. Stallman <rms@gnu.org>
7227
7228 * simple.el (shell-command): Avoid printing "mark set" message.
7229
7230 1999-06-09 Dave Love <fx@gnu.org>
7231
7232 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7233 digits in program name in first pattern.
7234
7235 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7236
7237 * vc.el (vc-dired-mode): Don't match anything before the date in
7238 dired-move-to-filename-regexp.
7239
7240 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7241
7242 * international/quail.el (quail-define-rules): Fix typo in
7243 docstring.
7244
7245 1999-06-05 Stephen Eglen <stephen@gnu.org>
7246
7247 * iswitchb.el (iswitchb-default-keybindings): Add
7248 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7249 than when package is loaded.
7250
7251 1999-06-04 Richard M. Stallman <rms@gnu.org>
7252
7253 * startup.el (command-line): Don't set user-init-file directly;
7254 tell `load' to set it.
7255
7256 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7257
7258 * simple.el (next-history-element):
7259 Handle minibuffer-text-before-history properly when reading sexps.
7260
7261 * disp-table.el (standard-display-european):
7262 For an interactive call by the user,
7263 don't set enable-multibyte-characters,
7264 and don't set the terminal coding system.
7265
7266 * textmodes/refbib.el: Don't print any messages or display
7267 a buffer when loading the library.
7268 (r2b-help): Doc fix.
7269 (r2b-help-message): Update the documentation.
7270 (r2b-load-quietly): Variable deleted.
7271 (r2b-convert-buffer): Doc fix.
7272
7273 1999-06-04 Dave Love <fx@gnu.org>
7274
7275 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7276
7277 * auto-show.el: Don't change hooks on loading.
7278 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7279 (auto-show-mode): Add to hooks here.
7280
7281 1999-06-04 Richard Sharman <rsharman@pobox.com>
7282
7283 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7284 recursion on bogus input.
7285
7286 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7287
7288 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7289 does not select a buffer from the buffers menu, then the attached
7290 frame is not switched to anything.
7291
7292 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7293
7294 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7295 (viet-viscii-...->viet-vscii...).
7296
7297 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7298
7299 1999-06-01 Dave Love <fx@gnu.org>
7300
7301 * progmodes/fortran.el: Add :link to defgroup.
7302 (fortran-blink-matching-if): Match ELSE statements too.
7303 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7304 that filling is always done.
7305
7306 1999-05-31 Richard M. Stallman <rms@gnu.org>
7307
7308 * simple.el (append-next-kill): Use an arg to distinguish
7309 interactive calls from Lisp calls, rather than (interactive-p).
7310
7311 * international/iso-transl.el (iso-transl-language-alist):
7312 Interchange n and N.
7313
7314 1999-05-31 Dave Love <fx@gnu.org>
7315
7316 * msb.el Add to minor-mode-map-alist. Remove hook installation
7317 and keymap munging on load.
7318 (msb-mode): New option.
7319 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7320 Doc fix.
7321 (msb-mode-map): New variable.
7322 (msb-mode): New command.
7323
7324 1999-05-31 Dave Love <fx@gnu.org>
7325
7326 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7327 (ispell-complete-word-dict): Likewise.
7328
7329 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7330
7331 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7332 force the data buffer to be saved, even if the data didn't
7333 change, in case the write filter was modified. Restore the
7334 current record after read-file-filter finishes.
7335
7336 1999-05-29 Karl Heuer <kwzh@gnu.org>
7337
7338 * ispell4.el: Obsolete; file deleted.
7339
7340 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7341
7342 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7343 VALUE is a syntax table.
7344
7345 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7346
7347 * simple.el (zap-to-char): Doc fix.
7348
7349 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7350
7351 * isearch.el (isearch-quote-char): Don't assume character codes
7352 0200 - 0237 stand for characters in some single-byte character
7353 charset.
7354
7355 1999-05-27 Dave Love <fx@gnu.org>
7356
7357 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7358
7359 1999-05-27 Andreas Schwab <schwab@gnu.org>
7360
7361 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7362 headerline does not exist already.
7363
7364 1999-05-26 Richard Stallman <rms@gnu.org>
7365
7366 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7367 Avoid nested null-loops.
7368
7369 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7370
7371 * international/characters.el: Typo fixed; prefered->preferred.
7372
7373 * international/mule-cmds.el (find-coding-systems-for-charsets):
7374 Typo fixed; prefered->preferred.
7375
7376 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7377 method in read-event.
7378
7379 * international/mule.el (charset-info): Doc-string fixed.
7380
7381 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7382
7383 * mail/smtpmail.el (smtpmail-send-it): Bind
7384 smtpmail-code-conv-from properly.
7385 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7386 by smtpmail-code-conv-from.
7387
7388 1999-05-24 Richard Stallman <rms@gnu.org>
7389
7390 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7391 Binding deleted also.
7392
7393 1999-05-24 Karl Heuer <kwzh@gnu.org>
7394
7395 * comint.el (comint-bol-or-process-mark): Doc fix.
7396
7397 1999-05-23 Dave Love <fx@gnu.org>
7398
7399 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7400 Enter it on minor-mode-map-alist.
7401 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7402 Autoload. Add custom setter.
7403 (crisp-mark-line): Doc fix.
7404 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7405 (crisp-mode-hook): Define.
7406
7407 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7408
7409 * files.el (recover-file): Recover buffer-file-coding-system.
7410
7411 1999-05-22 Richard Stallman <rms@gnu.org>
7412
7413 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7414 regexp match the date, to avoid treating date as file size.
7415 Add YYYY S option to WESTERN/
7416
7417 * bookmark.el: Delete some XEmacs compatibility code.
7418 (bookmark-jump-noselect): Check vc-backend.
7419
7420 * subr.el (add-to-list): Doc fix.
7421
7422 1999-05-21 Stephen Eglen <stephen@gnu.org>
7423
7424 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7425
7426 1999-05-18 Richard Stallman <rms@gnu.org>
7427
7428 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7429 non-space after the @anchor command.
7430 (texinfo-format-var): Handle other nested constructs, using
7431 texinfo-parse-expanded-arg and texinfo-discard-command, not
7432 texinfo-parse-arg-discard.
7433
7434 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7435 (debug): Bind and use debugger-outer-inhibit-redisplay.
7436 Bind inhibit-redisplay to nil.
7437 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7438
7439 1999-05-17 Dave Love <fx@gnu.org>
7440
7441 * help.el (describe-function-1): Extra arg, interactive-p.
7442 (describe-key, describe-function): Use it.
7443
7444 1999-05-17 Karl Heuer <kwzh@gnu.org>
7445
7446 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7447
7448 1999-05-16 Dave Love <fx@gnu.org>
7449
7450 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7451 scroll-preserve-screen-position, scroll-conservatively.
7452
7453 1999-05-16 Dave Love <fx@gnu.org>
7454
7455 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7456
7457 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7458
7459 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7460
7461 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7462
7463 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7464 magic number and is not associated with a file.
7465
7466 1999-05-14 Richard M. Stallman <rms@gnu.org>
7467
7468 * files.el (find-file-noselect-1): Fix previous change.
7469
7470 1999-05-14 Simon Marshall <simon@gnu.org>
7471
7472 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7473
7474 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7475
7476 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7477 docstring.
7478
7479 * international/mule-cmds.el: Change MULE to Mule in docstrings
7480 and menus.
7481
7482 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7483
7484 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7485 to correctly reflect the value of BaseLineOffset in
7486 RelativeCompose. Now the value of RelativeCompose is an array of
7487 low and high positions.
7488 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7489 RLC for the above change.
7490
7491 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7492
7493 * comint.el (comint-password-prompt-regexp): Modified to match the
7494 output of ksu and ssh-add.
7495
7496 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7497
7498 * language/korea-util.el (isearch-toggle-korean-input-method):
7499 Adjusted for the change of input method handling in isearch.el.
7500 (isearch-hangul-switch-symbol-ksc): Likewise.
7501 (isearch-hangul-switch-hanja): Likewise.
7502
7503 1999-05-10 Dave Love <fx@gnu.org>
7504
7505 * help.el (help-make-xrefs): Fix typo.
7506
7507 1999-05-10 Andreas Schwab <schwab@gnu.org>
7508
7509 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7510 unibyte-display-via-language-environment.
7511
7512 * help.el (help-make-xrefs): Handle more cases when looking for
7513 commands in a keymap description.
7514
7515 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7516
7517 * loadup.el: For ms-dos systems, load ccl and codepage.
7518
7519 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7520
7521 * ps-print.el (ps-control-character): Call
7522 ps-mule-prepare-ascii-font to setup ASCII fonts.
7523
7524 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7525 ps-multibyte-buffer is nil, use
7526 ps-mule-font-info-database-default."
7527
7528 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7529
7530 * ispell.el (ispell-local-dictionary-alist): New variable for
7531 customizing local dictionaries not accessable by everyone.
7532 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7533 (ispell-required-version): Changed format `(major minor
7534 revision)' to support general pattern matching.
7535 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7536 skip region commented out due to incorrect skip potential in std latex.
7537 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7538 cursor point on small words for calls from `ispell-minor-mode'.
7539 (check-ispell-version): Tests and accepts versions major.minor
7540 and above, with adjustments for interactions in 3.1.0-3.1.11.
7541 (ispell-get-line): No longer skips ispell process special characters.
7542 (ispell-comments-and-strings): Removed `when' macro call.
7543 (ispell-minor-check): Requires ispell-word to restore cursor point.
7544 (ispell-buffer-local-parsing): Supports checking comments only.
7545
7546 1999-05-08 Karl Heuer <kwzh@gnu.org>
7547
7548 * comint.el (comint-password-prompt-regexp): Fix last change to be
7549 more specific.
7550
7551 1999-05-07 Richard M. Stallman <rms@gnu.org>
7552
7553 * subr.el (with-temp-message): Fix the other call to message
7554 to use %s.
7555
7556 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7557
7558 * gud.el (gud-format-command): "%F" means file sans extension.
7559 (jdb): Use %F, not %f, for gud-break.
7560
7561 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7562
7563 * comint.el (comint-password-prompt-regexp): Modified so that it
7564 matches the output of kinit.
7565
7566 1999-05-06 Greg Stark <gsstark@mit.edu>
7567
7568 * timezone.el (timezone-parse-date): Recognize new format used in
7569 internet cookies.
7570
7571 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7572
7573 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7574
7575 1999-05-04 Andrew Innes <andrewi@gnu.org>
7576
7577 * time.el (display-time-update): Allow for wrap-around when
7578 checking against display-time-server-down-time.
7579
7580 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7581
7582 * international/mule-diag.el (describe-coding-system): Fix English
7583 message.
7584
7585 1999-05-03 Jason Rumney <jasonr@altavista.net>
7586
7587 * term/w32-win.el: Change the x-charset-registry property for the
7588 Japanese charsets that are supported by Japanese Windows fonts.
7589
7590 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7591
7592 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7593 diary-block diary entries for which the reminders and the diary
7594 entries can overlap.
7595
7596 1999-05-02 Jason Rumney <jasonr@altavista.net>
7597
7598 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7599 matches the font selected in the dialog.
7600
7601 1999-05-02 Dave Love <fx@gnu.org>
7602
7603 * browse-url.el (browse-url-browser-function): Add :version.
7604
7605 * international/mule.el (auto-coding-alist): Add .tgz.
7606
7607 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7608
7609 * international/codepage.el (cp-coding-system-for-codepage-1):
7610 Make the magnification parameter for the -dos encoder be 2.
7611
7612 1999-05-2 Andrew Innes <andrewi@gnu.org>
7613
7614 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7615 it is dropped, rather than current window.
7616
7617 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7618 after switching buffer, as case-fold-search is a buffer local
7619 variable.
7620
7621 * w32-fns.el (convert-standard-filename): Only convert directory
7622 separators to backslash if the interactive shell is one of the
7623 standard Windows shells that has DOS semantics.
7624
7625 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7626 format-time-string, and return a suitable string to indicate the
7627 timestamp was invalid.
7628
7629 * hexl.el (hexlify-command): Apply shell-quote-argument after
7630 expanding hexl-program in case exec-directory contains a space.
7631 (dehexlify-command): Ditto.
7632
7633 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7634 file extension regexps which aren't necessarily binary files.
7635 (direct-print-region-helper): Use subst-char-in-string instead of
7636 binding directory-sep-char to convert filenames to DOS syntax.
7637 (direct-print-region-use-command-dot-com): New variable.
7638 (direct-print-region-helper): Use it to control whether to invoked
7639 command.com to print on Windows 9x.
7640
7641 * browse-url.el (browse-url-browser-function): Default to
7642 browse-url-default-windows-browser on windows-nt.
7643 (browse-url-default-windows-browser): New function.
7644
7645 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7646
7647 * forms.el (forms-mode): Don't call forms-first-record or
7648 forms-last-record if the data file has zero records.
7649
7650 1999-04-29 Richard M. Stallman <rms@gnu.org>
7651
7652 * files.el (find-file-noselect-1): If buffer-file-name has changed
7653 after find-file-not-found-hooks runs, recompute the truename.
7654 And don't use FILENAME after that point.
7655
7656 1999-04-27 Dave Love <fx@gnu.org>
7657
7658 * paren.el (show-paren-mode)
7659 * which-func.el (which-func-mode-global)
7660 * type-break.el (type-break-mode)
7661 * time.el (display-time-mode)
7662 * rsz-mini.el (resize-minibuffer-mode)
7663 * mouse-sel.el (mouse-sel-mode)
7664 * icomplete.el (icomplete-mode)
7665 * hscroll.el (hscroll-global-mode)
7666 * help.el (temp-buffer-resize-mode)
7667 * font-lock.el (global-font-lock-mode)
7668 * delsel.el (delete-selection-mode)
7669 * avoid.el (mouse-avoidance-mode)
7670 * autoinsert.el (auto-insert-mode)
7671 * winner.el (winner-mode): Doc fix.
7672
7673 1999-04-26 Karl Heuer <kwzh@gnu.org>
7674
7675 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7676 the same whitespace that was ignored in choosing the subject string.
7677
7678 1999-04-26 Richard M. Stallman <rms@gnu.org>
7679
7680 * info.el (Info-find-node): Position properly after finding anchor.
7681
7682 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7683
7684 * simple.el (indent-new-comment-line): Fix previous change.
7685
7686 * complete.el: Delete the wildcard expansion feature
7687 since that is now standard in find-file.
7688 (PC-try-load-many-files): Function deleted.
7689 (PC-after-load-many-files): Function deleted.
7690 (PC-many-files-list): Variable deleted.
7691 (PC-disable-wildcards): Variable deleted.
7692 (partial-completion-mode): Don't enable the wildcard feature.
7693
7694 * complete.el (PC-look-for-include-file): Don't set global variables
7695 `error', `buf' and `filename' here.
7696
7697 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7698
7699 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7700
7701 * textmodes/outline.el (outline-regexp): Doc fix.
7702
7703 1999-04-26 John Wiegley <johnw@borland.com>
7704
7705 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7706 C++Builder 4.0 error message syntax.
7707
7708 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7709
7710 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7711 supported, use find -exec.
7712
7713 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7714
7715 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7716 coding-system-for-write, to avoid hanging when non-interactive.
7717
7718 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7719
7720 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7721 start with a newline.
7722
7723 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7724
7725 * international/mule-conf.el (x-ctext): New coding system.
7726
7727 1999-04-12 Richard M. Stallman <rms@gnu.org>
7728
7729 * international/mule-cmds.el (input-method-function):
7730 Add permanent-local property.
7731
7732 1999-04-12 Dave Love <fx@gnu.org>
7733
7734 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7735 change to use jka-compr-byte-compiler-base-file-name.
7736
7737 * supercite.el (sc-scan-info-alist): Revert last change.
7738 (sc-attrib-selection-list): Fix :type here instead.
7739
7740 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7741
7742 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7743 in the list of case-insensitive filesystems.
7744
7745 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7746
7747 * international/fontset.el (create-fontset-from-fontset-spec):
7748 Don't register duplicated alias fontset names.
7749
7750 1999-04-08 Richard Stallman <rms@gnu.org>
7751
7752 * international/mule.el (auto-coding-alist-lookup): New function.
7753 (set-auto-coding): Use auto-coding-alist-lookup.
7754
7755 * jka-compr.el (jka-compr-insert-file-contents):
7756 Use auto-coding-alist-lookup to check for files that
7757 should not have eol conversion, in the unibyte case.
7758
7759 1999-04-07 Dave Love <fx@gnu.org>
7760
7761 * help.el (describe-variable): Check custom-loads property as well
7762 as custom-type.
7763
7764 * abbrev.el (abbrev-mode): Customizing sets the default value.
7765
7766 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7767
7768 * vc.el (vc-backend-revert): For CVS files that were made
7769 writeable with "cvs edit", call "cvs unedit" to undo that.
7770
7771 1999-04-08 Dave Love <fx@gnu.org>
7772
7773 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7774 more.
7775 (sc-emacs-features): Recognize Emacs 20.
7776 (sc-read-string): Use history arg.
7777 (sc-scan-info-alist): Check for rtnvalue a cons.
7778
7779 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7780
7781 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7782 coding system to encode the message by
7783 select-message-coding-system.
7784
7785 1999-04-07 Richard Stallman <rms@gnu.org>
7786
7787 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7788
7789 * winner.el: Reorder definitions.
7790
7791 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7792
7793 * mail/rmail.el (rmail-decode-babyl-format):
7794 Undo previous change.
7795
7796 1999-04-06 Richard Stallman <rms@gnu.org>
7797
7798 * info.el (Info-find-node): Check for an anchor at the
7799 proper place, before reading an indirect file.
7800
7801 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7802
7803 * jka-compr.el (jka-compr-insert-file-contents):
7804 Use raw-text-unix when we want no conversion.
7805
7806 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7807
7808 * timezone.el (timezone-parse-date): Corrected regexp for
7809 style (5) date format so that tenths of seconds are optional.
7810
7811 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7812
7813 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7814 of dos-codepage-setup.
7815 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7816 codepages for which there's no need to set up cpNNN coding
7817 systems.
7818 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7819
7820 1999-04-05 Richard Stallman <rms@gnu.org>
7821
7822 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7823
7824 1999-04-02 Richard Stallman <rms@gnu.org>
7825
7826 * progmodes/compile.el (compilation-handle-exit): Do right thing
7827 if (car status) doesn't end in a newline.
7828
7829 1999-04-01 Dave Love <fx@gnu.org>
7830
7831 * progmodes/sql.el (SQL): Add defgroup :version.
7832
7833 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7834
7835 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7836 buffer-file-coding-system. If the coding system used is raw-text,
7837 etc., make the *Compiler Input* buffer unibyte.
7838
7839 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7840
7841 * loadup.el: Don't write the fns-...el file if not dumping.
7842
7843 1999-03-31 Dave Love <fx@gnu.org>
7844
7845 * snmp-mode.el (snmp): Fix defgroup :version.
7846
7847 * hilit-chg.el (highlight-changes): Add defgroup :version.
7848
7849 1999-03-31 Andreas Schwab <schwab@gnu.org>
7850
7851 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7852 the gnus-save-hidden-threads macro.
7853
7854 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7855
7856 * faces.el (face-set-after-frame-default): Obey the
7857 `customized-face' for new faces.
7858
7859 1999-03-30 Dave Love <fx@gnu.org>
7860
7861 * international/mule-cmds.el (current-language-environment): Doc fix.
7862 * abbrev.el (abbrev-mode): Doc fix.
7863 * autoinsert.el (auto-insert-mode): Doc fix.
7864 * complete.el (partial-completion-mode): Doc fix.
7865 * avoid.el (mouse-avoidance-mode): Doc fix.
7866 * delsel.el (delete-selection-mode): Doc fix.
7867 * font-lock.el (global-font-lock-mode): Doc fix.
7868 * help.el (temp-buffer-resize-mode): Doc fix.
7869 * hscroll.el (hscroll-global-mode): Doc fix.
7870 * icomplete.el (icomplete-mode): Doc fix.
7871 * mouse-sel.el (mouse-sel-mode): Doc fix.
7872 * paren.el (show-paren-mode): Doc fix.
7873 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7874 * time.el (display-time-mode): Doc fix.
7875 * type-break.el (type-break-mode): Doc fix.
7876 * which-func.el (which-func-mode-global): Doc fix.
7877 * winner.el (winner-mode): Doc fix.
7878
7879 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7880
7881 * wid-edit.el (widget-before-change): Signal text-read-only rather
7882 than an ordinary error.
7883
7884 1999-03-30 Richard M. Stallman <rms@gnu.org>
7885
7886 * repeat.el: Don't require advice.
7887 (repeat): Do function-indirection in check for kbd macro.
7888 In self-insert case, use the *last* char in INSERTION.
7889
7890 1999-03-30 Karl Heuer <kwzh@gnu.org>
7891
7892 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7893
7894 1999-03-29 Andreas Schwab <schwab@gnu.org>
7895
7896 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7897 comint-input-filter-functions. Make variables related to shell
7898 directory tracking local.
7899
7900 1999-03-26 Andreas Schwab <schwab@gnu.org>
7901
7902 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7903
7904 * simple.el (shell-command-on-region): Cope with exit-status being
7905 nil, which happens if call-process-region was interrupted.
7906
7907 1999-03-26 Richard M. Stallman <rms@gnu.org>
7908
7909 * simple.el (indent-new-comment-line): Handle use at a point
7910 after a comment-end. Handle multiple comments.
7911
7912 * mail/rmail.el (rmail-decode-babyl-format):
7913 To prevent locking, bind buffer-file-name to nil.
7914
7915 1999-03-26 Karl Fogel <kfogel@red-bean.com>
7916
7917 * mail-hist.el (mail-hist-current-header-name): Don't make
7918 off-by-one-error when determining if in message body.
7919
7920 1999-03-25 Andrew Innes <andrewi@gnu.org>
7921
7922 * w32-fns.el (set-default-process-coding-system): Copied from
7923 dos-w32.el, but modified to use Unix line endings for process
7924 input, and to add a suitable entry to process-coding-system-alist
7925 for DOS shells.
7926
7927 * dos-fns.el (set-default-process-coding-system): Copied from
7928 dos-w32.el.
7929
7930 * dos-w32.el (set-default-process-coding-system): Move function to
7931 dos-fns.el; a different version is used in w32-fns.el.
7932
7933 1999-03-24 Dave Love <fx@gnu.org>
7934
7935 * info.el (Info-directory-list): Revert change to re-writing
7936 Info-default-directory-list, but put `alternative' first.
7937 (Info-insert-dir): Modify selecting the top dir file as a consequence.
7938
7939 1999-03-23 Simon Marshall <simon@gnu.org>
7940
7941 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7942 on the line by itself.
7943 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
7944 it is not in a declarative context.
7945
7946 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
7947
7948 * cus-edit.el (custom-variable-prompt): Allow customization of
7949 autoloaded symbols.
7950
7951 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
7952
7953 * simple.el (what-cursor-position): Don't cause error when point
7954 is at invalid multibyte sequence.
7955
7956 1999-03-21 Karl Heuer <kwzh@gnu.org>
7957
7958 * complete.el (partial-completion-mode): Doc fix.
7959
7960 1999-03-19 Richard M. Stallman <rms@gnu.org>
7961
7962 * progmodes/cplus-md.el (old-c++): Remove :group.
7963
7964 * progmodes/c-mode.el (old-c): Remove :group.
7965
7966 1999-03-18 Simon Marshall <simon@gnu.org>
7967
7968 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7969 (java-font-lock-keywords-2): Added "strictfp" keyword.
7970
7971 1999-03-17 Jason Rumney <jasonr@altavista.net>
7972
7973 * w32-fns.el (set-w32-system-coding-system) New function.
7974 (w32-system-coding-system) Initialize to 'iso-latin-1.
7975
7976 1999-03-17 Eli Zaretskii <eliz@gnu.org>
7977
7978 * international/mule-cmds.el (set-language-environment): Fix
7979 previous change: don't use dos-codepage when unbound.
7980
7981 1999-03-17 Karl Heuer <kwzh@gnu.org>
7982
7983 * calendar/appt.el (appt-make-list): Fix previous change.
7984
7985 1999-03-16 Richard M. Stallman <rms@gnu.org>
7986
7987 * window.el (shrink-window-if-larger-than-buffer):
7988 Don't try to redisplay with the cursor at the end
7989 on its own line--that would force a scroll and spoil things.
7990
7991 1999-03-16 Eli Zaretskii <eliz@gnu.org>
7992
7993 * international/mule-cmds.el (set-language-environment): Don't use
7994 cpNNN-nonascii-translation-table if it is unbound.
7995
7996 * term/internal.el (dos-codepage-setup): Compute the unibyte
7997 syntax table and bind unibyte-display-via-language-environment
7998 here, rather than at top level, so that resetting to unibyte in
7999 .emacs works as expected.
8000
8001 1999-03-15 Simon Marshall <simon@gnu.org>
8002
8003 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8004
8005 1999-03-14 Milan Zamazal <pdm@pvt.net>
8006
8007 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8008
8009 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8010
8011 * international/mule-util.el (detect-coding-with-priority):
8012 Restore the internal database.
8013
8014 1999-03-14 Stephen Eglen <stephen@gnu.org>
8015
8016 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8017 if mail-from-style has invalid value.
8018
8019 1999-03-12 Karl Heuer <kwzh@gnu.org>
8020
8021 * vc.el (vc-delete-logbuf-window): New var.
8022 (vc-finish-logentry): Use it.
8023
8024 1999-03-12 Richard M. Stallman <rms@gnu.org>
8025
8026 * startup.el (command-line-1): Improve startup msg.
8027
8028 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8029
8030 * speedbar.el: Added commentary about stealthy functions.
8031 (speedbar-message) new function.
8032 (speedbar-y-or-n-p): New function
8033 (speedbar-with-attached-buffer) Moved macro before reference.
8034 Now uses `save-selected-window'.
8035 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8036 speedbar-generic-item-info, speedbar-item-info-file-helper,
8037 speedbar-item-delete, speedbar-insert-generic-list,
8038 speedbar-timer-fn, speedbar-check-vc-this-line,
8039 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8040 speedbar-buffers-item-info) Use speedbar-message.
8041 (speedbar-item-info) Limit `message-log-max'.
8042 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8043 speedbar-item-delete, speedbar-item-object-delete,
8044 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8045
8046 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8047
8048 * server.el (server-start): Set coding system for the server
8049 process to raw-text.
8050 (server-process-filter): Decode file names if necessary.
8051
8052 1999-03-12 Dave Love <fx@gnu.org>
8053
8054 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8055
8056 * textmodes/paragraphs.el (sentence-end): Doc fix.
8057
8058 1999-03-11 Karl Heuer <kwzh@gnu.org>
8059
8060 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8061
8062 1999-03-09 Karl Heuer <kwzh@gnu.org>
8063
8064 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8065 (ispell-dictionary-alist-2): Likewise.
8066 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8067 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8068 (ispell-dictionary-alist): Build from six pieces, not just two.
8069
8070 * ps-bdf.el (bdf-directory-list): Doc fix.
8071
8072 * enriched.el (enriched-mode): Make var permanent-local.
8073
8074 1999-03-09 Dave Love <fx@gnu.org>
8075
8076 * textmodes/sgml-mode.el (html-mode): Use
8077 sentence-end-double-space when setting sentence-end.
8078
8079 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8080
8081 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8082
8083 1999-03-08 Felix Lee <flee@cygnus.com>
8084
8085 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8086
8087 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8088
8089 1999-03-08 Karl Heuer <kwzh@gnu.org>
8090
8091 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8092 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8093
8094 * dired.el (dired-do-copy-regexp): Doc fix.
8095 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8096
8097 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8098
8099 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8100
8101 1999-03-08 Jason Rumney <jasonr@altavista.net>
8102
8103 * international/codepage.el (cp1250-decode-table)
8104 (cp1251-decode-table, cp1253-decode-table)
8105 (cp1257-decode-table): New translation tables for MS Windows codepages.
8106 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8107
8108 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8109
8110 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8111
8112 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8113
8114 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8115
8116 * term/internal.el (top level): Display character 255 as 8bit as well.
8117
8118 1999-03-06 Dave Love <fx@gnu.org>
8119
8120 * progmodes/cc-cmds.el (c-outline-level): Bind
8121 buffer-invisibility-spec.
8122
8123 * progmodes/c-mode.el (c-outline-level): Likewise.
8124
8125 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8126
8127 1999-03-05 Felix Lee <flee@cygnus.com>
8128
8129 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8130
8131 1999-03-05 Richard M. Stallman <rms@gnu.org>
8132
8133 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8134
8135 1999-03-05 Andrew Innes <andrewi@gnu.org>
8136
8137 * w32-fns.el (convert-standard-filename): Convert directory
8138 separators to Windows format.
8139
8140 1999-03-05 Andreas Schwab <schwab@gnu.org>
8141
8142 * international/skkdic-cnv.el: Provide skkdic-cnv.
8143 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8144 (batch-skkdic-convert): Doc fix.
8145
8146 1999-03-04 Dave Love <fx@gnu.org>
8147
8148 * custom.el (custom-set-variables): Protect against setter errors.
8149
8150 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8151
8152 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8153 the file sizes from overflowing.
8154 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8155 Under -s, print the size in blocks with %4.0f, in case they have
8156 a *really* huge file.
8157
8158 1999-03-03 Dave Love <fx@gnu.org>
8159
8160 * options.el (edit-options): Doc fix.
8161 (list-options): Don't lose with unbound symbols. Maintain
8162 Edit-options-mode.
8163
8164 1999-03-01 Dave Love <fx@gnu.org>
8165
8166 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8167
8168 1999-02-28 Richard M. Stallman <rms@gnu.org>
8169
8170 * ispell.el (ispell-dictionary-alist-override): New variable.
8171 (ispell-dictionary-alist): Don't setq it,
8172 if ispell-dictionary-alist-override is set.
8173
8174 * simple.el (shell-command-default-error-buffer): Renamed from
8175 shell-command-on-region-default-error-buffer.
8176 (shell-command-on-region): Mention in echo area when there
8177 is some error output. Mention success or failure, too.
8178 Accumulate multiple error outputs
8179 going forward, with formfeed in between. Display the error buffer
8180 when we have put something in it.
8181 (shell-command): Add the ERROR-BUFFER argument feature.
8182
8183 1999-02-28 Karl Heuer <kwzh@gnu.org>
8184
8185 * mail/mh-utils.el (mh-lib): Doc fix.
8186 (mh-lib-progs, mh-nmh-p): New vars.
8187 (mh-find-progs): Set mh-lib-progs along with other vars.
8188 (mh-path-search): New arg FUNC-P; if specified, use that instead
8189 of mh-file-command-p.
8190 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8191
8192 * mail/mh-comp.el (mh-repl-formfile): New var.
8193 (mh-smail-batch): Don't ignore all arguments.
8194 (mh-reply): Do the right thing when using nmh.
8195
8196 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8197
8198 * international/mule-cmds.el (select-safe-coding-system): Be sure
8199 to show a buffer being decoded.
8200
8201 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8202
8203 * ps-bdf.el (bdf-directory-list): Initialize it to
8204 '("/usr/local/share/emacs/fonts/bdf").
8205
8206 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8207
8208 * ps-print.el: PostScript programming fix.
8209 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8210 setpagedevice operator).
8211
8212 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8213
8214 * ps-print.el: Doc fix, font size specifies landscape and portrait
8215 sizes.
8216 (ps-print-version): New version number (4.1.4).
8217 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8218 Specifies landscape and portrait sizes.
8219 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8220 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8221 fix.
8222 (ps-get-font-size): New fun.
8223 (ps-font-size-internal, ps-header-font-size-internal)
8224 (ps-header-title-font-size-internal): New vars.
8225
8226 * ps-mule.el: Change of ps-print font size variable name.
8227 (ps-mule-generate-font): Fun fix.
8228 (ps-mule-begin-job): Programming uniformization.
8229
8230 1999-02-25 Dave Love <fx@gnu.org>
8231
8232 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8233 (help-make-xrefs): Do Info case first.
8234
8235 * repeat.el: Don't require advice.
8236 (repeat-last-kill-command): Variable deleted.
8237
8238 1999-02-25 Richard Stallman <rms@gnu.org>
8239
8240 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8241 case just because the current buffer is the output buffer.
8242
8243 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8244
8245 * simple.el (what-cursor-position): To show the character's
8246 encoding, use encoded-string-description instead of information
8247 of chaset-origin-alist.
8248
8249 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8250 (encoded-code-description): New function.
8251 (encoded-string-description): New function.
8252 (encode-coding-char): New function.
8253
8254 1999-02-25 Andrew Innes <andrewi@gnu.org>
8255
8256 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8257 checking for .emacs[.el[c]].
8258
8259 1999-02-24 Richard Stallman <rms@gnu.org>
8260
8261 * help.el (describe-function-1): Don't print a whole lambda-function.
8262
8263 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8264
8265 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8266 inputting ?\240.
8267
8268 1999-02-23 Karl Heuer <kwzh@gnu.org>
8269
8270 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8271
8272 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8273 (clean-buffer-list-kill-buffer-names): Doc fix.
8274
8275 * gud.el (gud-jdb-massage-args): Spelling fix.
8276
8277 1999-02-23 Richard M. Stallman <rms@gnu.org>
8278
8279 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8280
8281 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8282
8283 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8284 excursion while calling set-auto-coding-function.
8285
8286 * play/handwrite.el (handwrite): Require ps-print, and use
8287 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8288 if it's defined, instead of forking ps-lpr-command unconditionally.
8289
8290 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8291
8292 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8293 charset-origin-alist property to a coding system for the codepage.
8294
8295 * international/mule.el: Modify comment for charset-origin-alist
8296 property of a coding system.
8297
8298 * simple.el (what-cursor-position): charset-origin-alist property
8299 of a coding system may be a translation table or a symbol of which
8300 `translation-table' property is a translation table.
8301
8302 1999-02-21 Richard Stallman <rms@gnu.org>
8303
8304 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8305 to the "html" template.
8306
8307 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8308
8309 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8310
8311 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8312
8313 * dirtrack.el (dirtrack): Check for the prompt in the input string
8314 instead of the buffer.
8315
8316 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8317
8318 * sql.el: Set version to 1.4.1. Changed mail address to
8319 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8320 (sql-input-ring-separator): Doc fix.
8321 (sql-mode-syntax-table): double-dash starts comments is defined as
8322 ". 56" instead of ". 12b" for XEmacs.
8323 (sql-stop, sql-interactive-mode): Doc fixes.
8324 (sql-postgres): Queries for database and server, not just one.
8325 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8326
8327 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8328 changed. This is needed for master.el to work.
8329 (sql-set-sqli-buffer): Use the new hook.
8330
8331 * sql.el (sql-make-alternate-buffer-name): Function that sets
8332 sql-alternate-buffer-name.
8333 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8334 (sql-interactive-mode): Set sql-alternate-buffer-name.
8335 (sql-rename-buffer): New command.
8336 (sql-interactive-mode-menu): Menu for SQLi buffers.
8337
8338 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8339 and sql-input-ring-file-name are used to temporarily set
8340 comint-input-ring-file-name and comint-input-ring-separator when
8341 reading and writing input history files.
8342
8343 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8344 (sql-input-ring-file-name): New variable with customization.
8345 (sql-input-ring-separator): New variable with customization.
8346 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8347 Callers changed.
8348 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8349 now includes the name of the current buffer.
8350
8351 (sql-mode): Set paragraph-separate and paragraph-start so that
8352 sql-send-paragraph sends the entire SQL statements, even if it
8353 contains indented lines.
8354
8355 1999-02-18 Dave Love <fx@gnu.org>
8356
8357 * format.el (format-encode-run-method, format-decode-run-method):
8358 Fix previous change.
8359
8360 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8361
8362 * international/mule.el (coding-system-list): Moved here from
8363 mule-util.el to avoid autoloading mule-util by the call of
8364 select-safe-coding-system.
8365
8366 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8367
8368 * simple.el (turn-on-auto-fill): Mark it as an option for
8369 `text-mode-hook'.
8370
8371 1999-02-17 Richard Stallman <rms@gnu.org>
8372
8373 * emacs-lisp/easymenu.el (easy-menu-get-map):
8374 Don't crash if (current-local-map) is nil.
8375
8376 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8377
8378 * filecache.el (file-cache-filter-regexps): Added .class.
8379
8380 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8381
8382 * international/mule-util.el (decompose-region): Use
8383 insert-buffer-substring instead of insert-buffer to avoid putting
8384 mark.
8385
8386 1999-02-17 Andreas Schwab <schwab@gnu.org>
8387
8388 * calendar/cal-move.el (scroll-calendar-left): Don't set
8389 displayed-month and displayed-year here, let generate-calendar do
8390 it, after range checking.
8391
8392 1999-02-17 Simon Marshall <simon@gnu.org>
8393
8394 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8395
8396 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8397 correctly between an object declared via a constructor and a method.
8398 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8399 (java-font-lock-keywords-1): Fontify package names individually.
8400 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8401 (java-font-lock-keywords-2): Simplify type fontification.
8402 (java-font-lock-keywords-3): Likewise.
8403
8404 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8405
8406 * language/japanese.el (iso-2022-jp-2): New coding system.
8407 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8408
8409 1999-02-16 Dave Love <fx@gnu.org>
8410
8411 * help.el (describe-function-1): Accept non-symbols.
8412
8413 1999-02-16 Paul Eggert <eggert@twinsun.com>
8414
8415 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8416 find the last match if there are multiple matches.
8417
8418 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8419
8420 * tex-mode.el (tex-run-command, latex-run-command)
8421 (slitex-run-command, tex-command): Doc changes.
8422 (tex-start-options-string): Autoload it. Doc change. Provide
8423 a menu for customization. Allow nil. Quote backslashes only once.
8424 (tex-start-tex): Handle nil value of tex-start-options-string
8425 and apply shell-quote-argument to it.
8426
8427 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8428
8429 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8430 the size in blocks, since it can be a float.
8431 (ls-lisp-format): Likewise
8432
8433 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8434
8435 * language/japanese.el (japanese-shift-jis): Add
8436 charset-origin-alist property.
8437
8438 1999-02-15 Richard Stallman <rms@gnu.org>
8439
8440 * progmodes/compile.el (compile-internal): Use save-selected-window.
8441
8442 * subr.el (momentary-string-display): Bind inhibit-read-only.
8443
8444 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8445
8446 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8447
8448 * mail/rmail.el (rmail-show-message): If an unseen message has a
8449 Summary-line in its header, get past one more line before looking
8450 for the X-Coding-System header.
8451
8452 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8453
8454 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8455 explicitly to accomodate Windows 9X lack of a useful copy program.
8456
8457 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8458
8459 * wid-edit.el (widget-choice-value-create): Use `equal'
8460 instead of `eq'.
8461
8462 1999-02-14 Richard Stallman <rms@gnu.org>
8463
8464 * international/iso-transl.el:
8465 (iso-transl-ae): Renamed from iso-transl-e-slash.
8466 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8467 (iso-transl-AE): Renamed from iso-transl-E-slash.
8468 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8469 (iso-transl-char-map): Related changes.
8470
8471 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8472
8473 1999-02-13 Richard Stallman <rms@gnu.org>
8474
8475 * textmodes/texinfmt.el (texinfo-alias): New function.
8476 (texinfo-fold-nodename-case): Add defvar.
8477 (texinfo-format-node): Do case folding if specified.
8478
8479 * ffap.el (ffap-file-at-point): Test local file names
8480 immediately. Strip off line numbers.
8481
8482 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8483
8484 * sql.el: Set version to 1.3.2
8485 (sql-solid-program): Added support for solid.
8486 (sql-help): Doc mentions sql-solid.
8487 (sql-solid): Entry function for Solid.
8488 (sql-buffer): Doc explains the use of the variable and how to
8489 change it.
8490 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8491 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8492 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8493 is new.
8494 (sql-show-sqli-buffer): New function to display the value of
8495 sql-buffer.
8496 (sql-change-sqli-buffer): New function to change sql-buffer.
8497 (sql-mode): Doc explains how to change sql-buffer.
8498 (sql-send-paragraph): New function to send a paragraph.
8499 (sql-mode-map): Added keybinding for sql-send-paragraph.
8500 (sql-mysql): Doc corrected.
8501 (sql-ms): Doc corrected.
8502
8503 * sql.el (sql-server): Doc fix.
8504 (sql-mysql): Added the use of sql-server to specify the host,
8505 sql-database now specifies database instead of host.
8506 (sql-mode-menu): Send... menu items are only active if sql-buffer
8507 is non-nil.
8508 (sql-help): Changed tag of entry functions a bit.
8509
8510 * sql.el: Added keywords from `finder-by-keyword'.
8511 (sql-mode): Made sql-buffer a local variable, changed the
8512 documentation: removed instructions to add *.sql files to
8513 auto-mode-alist, added documentation for having mutliple SQL
8514 buffers sending their stuff to different SQLi buffers, each
8515 running a different process.
8516 (sql-postgres): Quoted *SQL* in doc string.
8517 (sql-ms): Likewise.
8518 (sql-ingres): Likewise.
8519 (sql-ingres): Quoted *SQL* in doc string, added references to
8520 sql-user and sql-password used during login.
8521 (sql-sybase): Quoted *SQL* in doc string, added comma.
8522 (sql-oracle): Likewise.
8523 (sql-interactive-mode): Added extensive documentation for having
8524 mutliple SQL buffers sending their stuff to different SQLi
8525 buffers, each running a different process.
8526 (sql-buffer): Changed doc from *SQL* to SQLi.
8527 (sql-get-login): Doc fix.
8528
8529 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8530
8531 * international/mule-conf.el (undecided): Set ascii in
8532 safe-charsets property.
8533
8534 1999-02-12 Richard Stallman <rms@gnu.org>
8535
8536 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8537
8538 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8539
8540 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8541 value to ps-mule-font-info-database-latin.
8542
8543 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8544
8545 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8546 (ps-mule-font-info-database-default): New variable.
8547 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8548 ps-mule-font-info-database-default.
8549
8550 1999-02-12 Dave Love <fx@gnu.org>
8551
8552 * timezone.el (timezone-make-date-sortable)
8553 (timezone-make-date-arpa-standard): Doc fix.
8554
8555 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8556
8557 * international/quail.el (quail-show-kbd-layout): Bind
8558 blink-matching-paren to nil.
8559
8560 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8561 for ASCII and Latin-1.
8562
8563 1999-02-12 Andreas Schwab <schwab@gnu.org>
8564
8565 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8566
8567 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8568
8569 * international/mule-cmds.el (language-info-alist): Remove
8570 description about charset-origin-alist.
8571
8572 * international/mule.el: Comment added for a new coding system
8573 property `charset-origin-alit'.
8574 (make-translation-table): This variable deleted.
8575
8576 * language/chinese.el (chinese-big5): Add charset-origin-alist
8577 property.
8578 ("Chinese-CNS"): Remove charset-origin-alist property.
8579
8580 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8581 property.
8582 (cyrillic-alternativnyj): Likewise.
8583 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8584 ("Cyrillic-ALT"): Likewise.
8585
8586 * language/vietnamese.el (vietnamese-viqr): Add
8587 charset-origin-alist property.
8588 ("Vietnamese"): Remove charset-origin-alist property.
8589
8590 * simple.el (what-cursor-position): Don't use the varialbe
8591 charset-origin-alist, but use charset-origin-alist property of
8592 buffer-file-coding-system to decide external character set code.
8593
8594 1999-02-10 Richard Stallman <rms@gnu.org>
8595
8596 * shadowfile.el: Don't turn on the mode when the file is loaded.
8597
8598 1999-02-09 Richard Stallman <rms@gnu.org>
8599
8600 * progmodes/compile.el (compile-auto-highlight): Customize.
8601
8602 * add-log.el (add-log-file-name-function): New variable.
8603 (add-change-log-entry): Call that function, if non-nil.
8604
8605 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8606
8607 * rmail.el (rmail-search): Track match with a marker, not an integer.
8608
8609 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8610
8611 * progmodes/compile.el (compilation-setup): Set value of
8612 compilation-directory-stack as in compilation-forget-errors.
8613 (compile-reinitialize-errors): Bind buffer-undo-list and
8614 deactivate-mark.
8615 (compilation-forget-errors): Likewise.
8616
8617 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8618
8619 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8620 def... constructs.
8621
8622 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8623 Remove calls to sleep-for.
8624
8625 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8626
8627 * international/codepage.el (cp-coding-system-for-codepage-1): On
8628 MS-DOS, use dos-unsupported-char-glyph for characters not
8629 supported by the codepage.
8630 (cp-make-coding-systems-for-codepage): Likewise.
8631
8632 1999-02-08 Andreas Schwab <schwab@gnu.org>
8633
8634 * international/mule-util.el (coding-system-list): Don't sort
8635 coding-system-list here.
8636
8637 * international/mule.el (coding-system-lessp): Moved here from
8638 mule-util.el
8639 (add-to-coding-system-list): New function.
8640 (make-subsidiary-coding-system, make-coding-system,
8641 define-coding-system-alias): Use it instead of setting
8642 coding-system-list directly.
8643
8644 1999-02-07 Dave Love <fx@gnu.org>
8645
8646 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8647 onto message.
8648
8649 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8650
8651 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8652 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8653
8654 1999-02-06 Richard Stallman <rms@gnu.org>
8655
8656 * language/european.el (setup-slovenian-environment): New function.
8657 ("Slovenian"): New language environment.
8658
8659 * progmodes/sql.el (sql-help): Doc fix.
8660 (sql-mysql): Doc fix.
8661
8662 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8663
8664 * tex-mode.el: When compiling, require compare-w and skeleton
8665 to pacify the byte-compiler. Move the def's of the tex-commands
8666 together. Add a comment on kill-process vs. quit-process.
8667
8668 1999-02-05 Dave Love <fx@gnu.org>
8669
8670 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8671 null markers.
8672 (compile-goto-error): Likewise.
8673
8674 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8675
8676 * time-stamp.el (time-stamp-format): Format doc tighter.
8677 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8678 (time-stamp): Don't re-write the time stamp if it didn't change.
8679
8680 1999-02-05 Alex Schroeder <asc@bsiag.com>
8681
8682 * progmodes/sql.el: Changed version to 1.2.1.
8683 (sql-pop-to-buffer-after-send-region): Improved documentation.
8684 (sql-mysql-program): Added MySQL support.
8685 (sql-prompt-length): Made prompt-length configurable.
8686 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8687 (sql-help): Added MySQL support, changed documentation.
8688 (sql-send-region): A message is displayed if something is sent.
8689 (sql-mode): Added buffer-local comment-start.
8690 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8691 (sql-interactive-mode): Added buffer-local comment-start.
8692 (sql-oracle): Set sql-prompt-length.
8693 (sql-sybase): Set sql-prompt-length.
8694 (sql-mysql): Added MySQL support.
8695 (sql-ingres): Set sql-prompt-length.
8696 (sql-ms): Set sql-prompt-length.
8697 (sql-postgres): Set sql-prompt-length.
8698
8699 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8700
8701 * term/internal.el (dos-codepage-setup): Set selection coding
8702 system to cpNNN-dos.
8703
8704 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8705
8706 * international/characters.el: Let ethiopic use iso-2022-7bit.
8707
8708 1999-02-02 Dave Love <fx@gnu.org>
8709
8710 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8711 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8712
8713 1999-02-02 Karl Heuer <kwzh@gnu.org>
8714
8715 * terminal.el (terminal-emulator): Doc fix.
8716
8717 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8718
8719 * international/mule-util.el (compose-chars): Doc-string
8720 modified. Correctly handle a composition character in ARGS.
8721
8722 1999-02-01 Richard Stallman <rms@gnu.org>
8723
8724 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8725 (makefile-menu-index-function): Function deleted.
8726 (makefile-mode): Use makefile-imenu-generic-expression.
8727
8728 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8729
8730 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8731 change, invoke from before-init-hook.
8732
8733 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8734
8735 * subr.el (remove-from-invisibility-spec): Cope with the case when
8736 buffer-invisibility-spec is t.
8737
8738 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8739
8740 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8741 appt-add and appt-delete.
8742
8743 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8744
8745 * term/pc-win.el (msdos-approximate-color): New function.
8746 (msdos-color-translate): Call it to find a DOS color that best
8747 approximates an X-style "#NNNNNN" color specification.
8748
8749 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8750
8751 * international/mule-util.el (compose-chars-component): Add
8752 autoload cookie.
8753
8754 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8755
8756 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8757 function, replace cdr of MAP by the return value of the function
8758 unconditionally.
8759
8760 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8761
8762 * progmodes/compile.el (compilation-next-error-locus): Don't
8763 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8764
8765 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8766
8767 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8768 and NLs before "charset", and allow the charset name be in double
8769 quotes.
8770
8771 1999-01-31 Richard Stallman <rms@gnu.org>
8772
8773 * imenu.el (imenu-sort-function): Fix custom type.
8774
8775 1999-01-30 Richard Stallman <rms@gnu.org>
8776
8777 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8778 (speedbar-line-token): Likewise.
8779
8780 * play/gametree.el (gametree-default-score): Use defcustom.
8781 (gametree-score-regexp, gametree-score-closer): Likewise.
8782 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8783
8784 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8785
8786 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8787 decoding.
8788
8789 1999-01-29 Markus Rost <rost@gnu.org>
8790
8791 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8792 tex-validate-buffer.
8793 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8794 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8795 now with recent occur-mode.
8796 (tex-validate-region): Really walk through all Sexps.
8797 (tex-region): Bind shell-dirtrack-verbose.
8798 (tex-file, tex-bibtex-file): Likewise.
8799
8800 1999-01-29 Dave Love <fx@gnu.org>
8801
8802 * finder.el: (finder-commentary): Fix interactive spec. Try
8803 appending .el to file name.
8804 (finder-find-library, finder-commentary): Doc fixes.
8805
8806 1999-01-29 Andrew Innes <andrewi@gnu.org>
8807
8808 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8809 where the userid contains directory separators.
8810
8811 1999-01-29 Dave Love <fx@gnu.org>
8812
8813 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8814 (lm-commentary): Doc fix.
8815
8816 1999-01-29 Andreas Schwab <schwab@gnu.org>
8817
8818 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8819 wildcard match. Fix regexp that tests if dirpart contains
8820 wildcard characters.
8821
8822 1999-01-28 Richard Stallman <rms@gnu.org>
8823
8824 * font-lock.el (font-lock-default-unfontify-region):
8825 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8826
8827 1999-01-27 Jason Rumney <jasonr@altavista.net>
8828
8829 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8830 from FAMILY field.
8831 (w32-create-initial-fontsets): Do not use before-init-hook.
8832 (mouse-set-font): Document. Automatically create and use fontsets.
8833
8834 * dos-w32.el (direct-print-region-helper): Check for printer
8835 being t as well as a string.
8836
8837 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8838
8839 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8840 (rmail-mime-charset-pattern): New variable.
8841 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8842 rmail-decode-mime-charset is non-nil.
8843
8844 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8845
8846 * international/characters.el: Set category `q' for all characters
8847 in tibetan and tibetan-1-column.
8848
8849 1999-01-27 Andrew Innes <andrewi@gnu.org>
8850
8851 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8852 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8853
8854 1999-01-27 Dave Love <fx@gnu.org>
8855
8856 * international/mule-cmds.el (current-language-environment):
8857 Provide :link, :type (choices) and appropriate :get.
8858
8859 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8860
8861 * startup.el (command-line): Set default eol-mnemonic-* strings to
8862 display end-of-line format in mode line.
8863
8864 * cus-start.el (all): Add eol-mnemonic-* variables.
8865
8866 1999-01-26 Dave Love <fx@gnu.org>
8867
8868 * startup.el (command-line-1): Up-date copyright.
8869
8870 * paths.el (Info-default-directory-list): Use configdir twice.
8871
8872 * info.el (Info-directory-list): Don't set path-separator now
8873 we're not shipped with Texinfo. Simplify path definition.
8874 Substitute all occurrences of instdir in Info-default-directory-list.
8875
8876 1999-01-25 Richard Stallman <rms@gnu.org>
8877
8878 * startup.el (normal-top-level-add-subdirs-to-load-path):
8879 Record the inode numbers of the dirs processed, to avoid loop.
8880
8881 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8882
8883 1999-01-25 Dave Love <fx@gnu.org>
8884
8885 * browse-url.el (browse-url-netscape-program): Doc addition.
8886
8887 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8888 prefix.
8889
8890 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8891 auto-mode-alist.
8892
8893 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8894
8895 * calendar/diary-lib.el (mark-diary-entries): Use
8896 assoc-ignore-case and do not capitalize when matching month and
8897 day names.
8898
8899 * calendar/calendar.el (calendar-read-date): Ditto.
8900
8901 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8902 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8903
8904 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8905
8906 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8907
8908 * calendar/cal-islam.el (calendar-goto-islamic-date)
8909 (mark-islamic-diary-entries): Ditto.
8910
8911 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8912
8913 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8914 (calendar-read-mayan-tzolkin-date): Ditto.
8915
8916 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8917
8918 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
8919
8920 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8921
8922 1999-01-25 Karl Heuer <kwzh@gnu.org>
8923
8924 * faces.el (list-faces-display): Multiline case of previous fix.
8925
8926 1999-01-25 Andreas Schwab <schwab@gnu.org>
8927
8928 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8929
8930 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
8931
8932 * files.el (find-file): If find-file-noselect returns a list,
8933 do switch-to-buffer on each element.
8934 (find-file-other-window): Likewise for all but the first element.
8935 (find-file-other-frame): Same.
8936 (find-file-noselect): When we expand a wildcard, return a list
8937 of buffers.
8938
8939 1999-01-24 Eli Zaretskii <eliz@gnu.org>
8940
8941 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8942 to set the appropriate cpNNN-dos coding system as the
8943 highest-priority coding system.
8944
8945 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8946
8947 * international/fontset.el (generate-fontset-menu): Return a
8948 sorted list by plain names of fontsets.
8949
8950 * international/mule-diag.el (list-fontsets): Sort fontsets by
8951 plain names.
8952
8953 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8954 FIRST is a composite character, decompose it at first.
8955
8956 1999-01-23 Dave Love <fx@gnu.org>
8957
8958 * format.el: Doc fixes.
8959 (format-encode-run-method): Have things happen in the right buffer.
8960 Deal with errors from method. Set coding-system-for-write.
8961 (format-decode-run-method): Have things happen in the right buffer.
8962 Deal with errors from method. Set coding-system-for-read.
8963 (format-alist): Use nil instead of unmatchable regexps.
8964
8965 * simple.el (shell-command-on-region): Return command's exit status.
8966
8967 1999-01-23 Eric Ludlam <zappo@gnu.org>
8968
8969 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8970 of the file whose info we want to display.
8971 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8972 (speedbar-add-mode-functions-list) Improve doc.
8973 (speedbar-line-token) New function.
8974 (speedbar-dired) Fix order of directories in -shown-directories.
8975 (speedbar-line-path): Default return is default-directory
8976 (speedbar-buffers-line-path): Return is dir name only.
8977 (speedbar-mode-functions-list): New variable.
8978 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8979 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8980 speedbar-files-item-info speedbar-buffers-item-info): New functions.
8981 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8982 New functions.
8983 (speedbar-line-file): Broke out part that fetches file from a line.
8984 (speedbar-line-text): New function extracted from speedbar-line-file.
8985 (speedbar-line-path): Converted into a replaceable function.
8986 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8987
8988 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8989
8990 * international/fontset.el (create-fontset-from-x-resource): Make
8991 style variants.
8992
8993 1999-01-22 Dave Love <fx@gnu.org>
8994
8995 * paths.el (Info-default-directory-list): Put sysdir after start.
8996
8997 1999-01-22 Sam Steingold <sds@goems.com>
8998
8999 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9000 a process associated with it.
9001
9002 1999-01-22 Jason Rumney <jasonr@altavista.net>
9003
9004 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9005
9006 1999-01-22 Felix Lee <flee@cygnus.com>
9007
9008 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9009 major-mode.
9010 (vc-annotate-mode): Delete variable.
9011
9012 1999-01-22 Andrew Innes <andrewi@gnu.org>
9013
9014 * startup.el (command-line): [windows-nt]: Check for existence of
9015 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9016 in preference to _emacs.
9017
9018 1999-01-22 Dave Love <fx@gnu.org>
9019
9020 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9021
9022 1999-01-20 Richard Stallman <rms@gnu.org>
9023
9024 * files.el (find-file-noselect): Do wildcard processing only
9025 if new arg WILDCARDS is non-nil.
9026 (find-file, find-file-other-window): New arg WILDCARDS.
9027 Default it to non-nil if interactive.
9028 (find-file-other-frame): Likewise.
9029 (find-file-read-only): Likewise.
9030 (find-file-read-only-other-window): Likewise.
9031 (find-file-read-only-other-frame): Likewise.
9032
9033 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9034 (widget-plist-convert-option): Delete spurious comma.
9035
9036 1999-01-19 Jason Rumney <jasonr@altavista.net>
9037
9038 * term/w32-win.el (w32-standard-fontspec-spec): Change
9039 iso8859-5 to koi8-r. Add iso8859-9.
9040
9041 1999-01-19 Dave Love <fx@gnu.org>
9042
9043 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9044 its uses.
9045
9046 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9047 is active.
9048 (fortran-indent-subprogram): Likewise.
9049
9050 1999-01-19 Dave Love <d.love@dl.ac.uk>
9051
9052 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9053
9054 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9055
9056 * wid-edit.el (alist): Use sexp as default key-type.
9057
9058 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9059
9060 * textmodes/tex-mode.el (tex-define-common-keys):
9061 Remove key binding of tex-feed-input.
9062 (tex-mode-map): Bind tex-feed-input here.
9063 (tex-start-shell): Use compilation-shell-minor-mode. Set
9064 comint-input-filter-functions before running tex-shell-hook.
9065 (tex-start-tex): Forget compilation errors.
9066 (tex-compilation-parse-errors): Rewritten to work also with
9067 compile-mouse-goto-error and compile-goto-error. Adjusted to
9068 change in tex-region.
9069 (tex-region): For the temp file use file-name without directory.
9070 (tex-file): Expand file name of tex-print-file.
9071
9072 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9073
9074 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9075
9076 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9077
9078 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9079 beginning could cause Emacs to hang. Fixed.
9080
9081 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9082
9083 * international/ccl.el (ccl-compile-translate-character): Handle
9084 the case that a tranlation table is CCL register correctly.
9085
9086 * international/mule-cmds.el (select-safe-coding-system):
9087 Hightlight at most 256 characters.
9088
9089 1999-01-18 Dave Love <fx@gnu.org>
9090
9091 * startup.el (command-line): If the init file changes operation to
9092 unibyte, make all buffers unibyte and re-set language environment.
9093
9094 * disp-table.el (standard-display-european): Make all existing
9095 buffers unibyte. Fix doc.
9096
9097 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9098
9099 * wid-edit.el (coding-system): Define this unconditionally.
9100
9101 * simple.el (shell-command-on-region-default-error-buffer): New var.
9102 (shell-command-on-region): Use that variable as interactive
9103 value of ERROR-BUFFER argument.
9104
9105 1999-01-17 Sam Steingold <sds@goems.com>
9106
9107 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9108
9109 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9110
9111 * progmodes/compile.el (compilation-goto-locus): If already in the
9112 compilation buffer's window, keep it in that window.
9113 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9114 (compile-goto-error): Don't play with windows.
9115
9116 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9117 (tex-command): Doc fix.
9118 (tex-compilation-parse-errors): Doc fix.
9119 (tex-generate-zap-file-name): Don't start the name with -.
9120 (tex-expand-files): Works now also with strings ending with ":".
9121
9122 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9123
9124 Patch failed to install:
9125 * gametree.el: Document scoring functionality.
9126 (gametree-score-regexp): Add optional plus sign.
9127 (gametree-score-opener): Replace `:' with `=' as the former
9128 conflicts with gametree-half-ply-regexp.
9129 (gametree-transpose-following-leaves): Add.
9130 (gametree-insert-new-leaf): Make modifying commands barf in read
9131 only buffers.
9132 (gametree-break-line-here): Add a call to
9133 `gametree-transpose-following-leaves'. This maintains the
9134 necessary invariant that on each level all leaf children precede
9135 all nonleaf children. This has always been implied, but left to
9136 the user, and, unfortunately, undocumented.
9137
9138 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9139
9140 * wid-edit.el (plist, alist): New widget types.
9141
9142 1999-01-17 Dave Love <fx@gnu.org>
9143
9144 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9145 fix scope of condition-case therein.
9146
9147 1999-01-17 Andrew Innes <andrewi@gnu.org>
9148
9149 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9150 default-buffer-file-coding-system when file doesn't exist (and
9151 isn't covered by a special case) instead of forcing undecided-dos
9152 against the user's wishes.
9153
9154 * dos-w32.el (direct-print-region-helper): New function based on
9155 direct-print-region-function; sends data to specified printer port
9156 without further translation. Recognize and handle specially the
9157 standard `print' and `nprint' programs, as well as `lpr' and
9158 similar programs. Only write directly to the printer port if no
9159 print program is specified. Work around a bug in Windows 9x
9160 affecting Win32 version of Emacs by invoking command.com to write
9161 to the printer port instead of writing directly.
9162 (direct-print-region-function): Use direct-print-region-helper to
9163 do most of the work.
9164 (direct-ps-print-region-function): New function; analogue of
9165 direct-print-region-function for ps-print.
9166 (ps-lpr-command): Comment out setq; leave as example usage.
9167 (ps-lpr-switches): Ditto.
9168
9169 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9170 and MS-Windows.
9171 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9172 DOS and Windows platforms, to indicate direct printing. Update
9173 the docstring accordingly.
9174
9175 * ps-print.el: (ps-printer-name): Update docstring about usage on
9176 MS-DOS and MS-Windows.
9177 (ps-lpr-command): Update docstring as for lpr-command.
9178 (ps-print-region-function): New variable.
9179 (ps-do-despool): Use it.
9180 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9181 DOS/Windows.
9182
9183 * subr.el (subst-char-in-string): New function.
9184
9185 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9186
9187 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9188
9189 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9190 (bdf-find-font-info): New function, looks for the first readable
9191 file from a list of alternatives.
9192 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9193 instead of bdf-get-font-info.
9194 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9195 to ps-mule-generate-bitmap-glyph.
9196
9197 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9198 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9199 now be a list of alternative names.
9200 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9201 (ps-mule-prepare-font): Likewise.
9202
9203 * international/codepage.el (cp855-decode-table,
9204 cp850-decode-table): Fill some nil entries.
9205
9206 1999-01-16 Dave Love <fx@gnu.org>
9207
9208 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9209 last change.
9210
9211 1999-01-15 Dave Love <fx@gnu.org>
9212
9213 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9214 and change regexp for command names.
9215 (help-xref-go-back, function-called-at-point, symbol-file)
9216 (where-is): Doc fixes.
9217 (help-xref-go-back): Remove interactive spec.
9218 (describe-function-1): Fix message for alias. Buttomize alias
9219 name.
9220
9221 * simple.el (join-line): New alias.
9222
9223 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9224
9225 * forms.el: (forms--show-record): Convert integers to string
9226 expicitly since concat will no longer accept integers.
9227 (forms-print): Use local `total-nb-records' since
9228 `forms--total-records' will be inaccessible after buffer switching.
9229
9230 1998-01-14 Felix Lee <flee@cygnus.com>
9231
9232 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9233
9234 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9235
9236 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9237
9238 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9239
9240 * international/codepage.el (cp850-decode-table): Fix previous change.
9241
9242 1999-01-14 Simon Marshall <simon@gnu.org>
9243
9244 * shell.el (shell-dirtrack-verbose): New custom variable.
9245 (shell-dirstack-message): Use it.
9246
9247 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9248
9249 * international/mule-conf.el: Coding system alias `dos' for
9250 `undecided-dos', `mac' for `undecided-mac'.
9251
9252 * international/mule-cmds.el (describe-language-environment):
9253 Don't alter input-method-alist.
9254
9255 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9256
9257 * international/codepage.el (cp850-decode-table): Replace nil
9258 entries with codes of similary looking glyphs. (Suggested by
9259 Jason Rumney <jasonr@altavista.net>.)
9260
9261 1999-01-13 Dave Love <fx@gnu.org>
9262
9263 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9264
9265 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9266
9267 1999-01-12 Karl Heuer <kwzh@gnu.org>
9268
9269 * files.el (auto-save-hook): Defvar this.
9270
9271 1999-01-12 Alex Schroeder <asc@bsiag.com>
9272
9273 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9274 faces, eliminating the need to load font-lock before loading sql.
9275 (sql-mode-oracle-font-lock-keywords): Likewise.
9276 (sql-mode-postgres-font-lock-keywords): Likewise.
9277
9278 1999-01-11 Dave Love <fx@gnu.org>
9279
9280 * cus-start.el: Add inhibit-eol-conversion.
9281
9282 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9283 the values round.
9284
9285 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9286
9287 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9288 Don't switch to Help mode here.
9289 (temp-buffer-setup-hook): Use help-mode-finish.
9290 (help-mode-setup): New function.
9291 (temp-buffer-setup-hook): Use help-mode-setup.
9292
9293 * progmodes/sql.el: New file.
9294
9295 * files.el (auto-mode-alist): Add sql-mode.
9296
9297 * faces.el (list-faces-display): Improve the formatting
9298 by computing the maximum length required for any face-name.
9299
9300 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9301
9302 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9303
9304 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9305
9306 * term.el (term_send_home): Change the string to
9307 be the same as the one emitted by xterm and consistent with the
9308 ones emitted by prior and next.
9309 (term_send_end): Likewise.
9310
9311 1999-01-10 Dave Love <fx@gnu.org>
9312
9313 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9314 bindings.
9315
9316 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9317
9318 * international/codepage.el (codepage-setup): Doc fix.
9319 (cp-decoding-vector-for-codepage): Likewise.
9320
9321 1999-01-10 Markus Rost <rost@gnu.org>
9322
9323 * cus-edit.el (custom-save-delete): First scan the custom-file.
9324
9325 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9326
9327 * international/iso-transl.el: Define a "function name" for
9328 each translation that isn't ASCII. Use these function names
9329 in iso-transl-char-map.
9330
9331 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9332
9333 * international/mule-util.el (decompose-region): Do decomposition
9334 on temporary unibyte buffer.
9335
9336 * international/mule.el (make-char): Doc-string modified.
9337
9338 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9339
9340 * simple.el (comment-region): Delete spaces only if we
9341 deleted a comment starter.
9342
9343 1999-01-07 Dave Love <fx@gnu.org>
9344
9345 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9346
9347 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9348 like eval-defun does.
9349
9350 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9351
9352 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9353 constructions. Doc fixes.
9354 (generic-create-generic-function): Use defalias, not fset.
9355
9356 * find-func.el: More doc fixes.
9357
9358 1999-01-06 Stephen Eglen <stephen@gnu.org>
9359
9360 * files.el (save-buffers-kill-emacs): Show the list of current
9361 processes before prompting to kill them and exit.
9362
9363 1999-01-06 Dave Love <fx@gnu.org>
9364
9365 * emacs-lisp/find-func.el: Doc fixes.
9366 (find-function-regexp): Extend for define-generic-mode,
9367 define-derived-mode, easy-mmode-define-minor-mode.
9368
9369 1999-01-06 Dave Love <fx@gnu.org>
9370
9371 * progmodes/fortran.el (fortran-window-create): Account for scroll
9372 bar width.
9373
9374 * browse-url.el: Require (noerror) w3-auto when compiling.
9375 (browse-url-maybe-new-window): Make it a macro and revert last
9376 change to callers.
9377 (browse-url-w3): Require w3 for w3-fetch-other-window.
9378
9379 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9380
9381 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9382 argument.
9383
9384 1999-01-06 Simon Marshall <simon@gnu.org>
9385
9386 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9387
9388 * font-lock.el (font-lock-default-fontify-buffer): When using
9389 with-temp-message, use nil rather than current-message.
9390
9391 * lazy-lock.el (lazy-lock-unstall):
9392 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9393 rather than current-message.
9394
9395 * fast-lock.el (fast-lock-save-cache-1):
9396 (fast-lock-cache-data): When using with-temp-message, use nil rather
9397 than current-message.
9398
9399 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9400
9401 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9402 the valid-codes property.
9403
9404 * international/mule-cmds.el (prefer-coding-system): Call
9405 set-coding-priority, so that the internal array of priorities is
9406 also updated.
9407
9408 * international/mule-util.el:
9409 (coding-system-change-eol-conversion,
9410 coding-system-change-text-conversion): Don't define here.
9411
9412 * international/mule-cmds.el: Define them here. Remove the
9413 autoload cookies.
9414
9415 1999-01-06 Andreas Schwab <schwab@gnu.org>
9416
9417 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9418 if it was enabled before.
9419
9420 * view.el (View-revert-buffer-scroll-page-forward): Bind
9421 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9422
9423 * files.el (recover-session): Preserve point when inserting
9424 explanation.
9425
9426 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9427
9428 * cus-edit.el (custom-save-delete): Don't delete whitespace
9429 and comments before the sexp that is replaced.
9430
9431 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9432
9433 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9434
9435 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9436
9437 * vc.el (vc-dired-hook): Use the original value of
9438 dired-move-to-filename-regexp on lines that have not been
9439 reformatted yet.
9440 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9441 file lines have already been reformatted.
9442
9443 1999-01-05 Dave Love <fx@gnu.org>
9444
9445 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9446 buffer-local.
9447
9448 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9449
9450 * progmodes/f90.el: Change of regular expressions for type to
9451 correct highlighting and identation. Some small fixes for
9452 compatibility with XEmacs.
9453
9454 1999-01-05 Stephen Eglen <stephen@gnu.org>
9455
9456 * mspools.el (mspools-vm-system-mail): Provide an alternative
9457 value based on rmail-spool-directory if $MAIL is not defined.
9458
9459 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9460
9461 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9462 (reftex-section-info): Handle negative section levels.
9463 (reftex-view-crossref-extra): New option.
9464 (reftex-view-crossref): Generalized to work in more places.
9465 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9466 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9467 (reftex-view-cite-locations-from-bibtex): New command.
9468 (reftex-view-regexp-match, reftex-global-search,
9469 reftex-global-search-continue): New functions.
9470 (reftex-extract-bib-entries): No error for non-existing BibTeX
9471 file, just a message.
9472 (reftex-extract-bib-entries): Better error handling.
9473 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9474 help and force it on current frame.
9475 (reftex-default-bibliography): New function.
9476 (reftex-access-parse-file): Check consistency after loading a
9477 parse file. When inconsistent, enfore rescan.
9478 (reftex-check-parse-consistency): New function.
9479 (easy-menu-define): Options section drastically shortened.
9480
9481 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9482
9483 * language/thai-util.el (thai-compose-string): New function.
9484
9485 1999-01-04 Inge Frick <inge@nada.kth.se>
9486
9487 * easymenu.el (easy-menu-define): Doc fix.
9488 (easy-menu-create-menu): New keyword :included.
9489 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9490 be an expression, not only a string. Simulate style `button'.
9491 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9492 (easy-menu-define-key-intern): New function.
9493 (easy-menu-add-item): Understand value returned from
9494 easy-menu-item-present-p and easy-menu-remove-item.
9495 (easy-menu-return-item): New function.
9496 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9497
9498 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9499
9500 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9501 Use rmail-output-read-rmail-file-name to read the file name.
9502 Always call rmail-output-to-rmail-file noninteractively.
9503 When count > 1, do the loop here.
9504 Handle rmail-delete-after-output here.
9505 (rmail-summary-output): Similar changes.
9506
9507 * mail/rmailout.el: Provide `rmailout'.
9508 (rmail-output-read-rmail-file-name): New function.
9509 (rmail-output-to-rmail-file): Use that.
9510 (rmail-output-read-file-name): New function.
9511 (rmail-output): Use that.
9512
9513 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9514 Error if wildcard matches no files.
9515
9516 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9517
9518 * menu-bar.el (clipboard-yank): Doc fix.
9519
9520 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9521
9522 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9523
9524 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9525
9526 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9527
9528 * rmail.el (rmail-encode-string): Make sure mask value is
9529 positive; (emacs-pid) returns a negative number on Windows 9x
9530 which causes odd behaviour.
9531
9532 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9533
9534 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9535 and about w32-* variables unless on Windows/NT.
9536
9537 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9538
9539 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9540 if buffer is modified; ask about all modified buffers.
9541
9542 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9543
9544 * simple.el (what-cursor-position): Fix previous change.
9545
9546 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9547
9548 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9549 from paragraph-start.
9550
9551 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9552
9553 * international/mule-cmds.el (prefer-coding-system): If the
9554 argument requires specific EOL conversion type, make the default
9555 coding systems use that.
9556
9557 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9558
9559 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9560 Use shell-command-on-region.
9561 (m4-start-m4, m4-end-m4): Functions deleted.
9562
9563 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9564
9565 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9566
9567 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9568
9569 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9570 to compose-mail in the correct places and as a list.
9571
9572 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9573
9574 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9575 (pages-directory-map): Bind mouse-2
9576 (pages-copy-header-and-position): Put text property.
9577 (pages-directory-goto-with-mouse): New function.
9578
9579 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9580
9581 * international/codepage.el (cp-make-coding-systems-for-codepage):
9582 Doc fix.
9583 (cp-coding-system-for-codepage-1): Likewise.
9584
9585 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9586
9587 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9588 composition sequence correctly here instead of calling
9589 thai-compose-region.
9590
9591 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9592 newline in multibyte buffer, if previous or next character is a
9593 composite char, check the first component of the composite char.
9594
9595 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9596
9597 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9598 and track-mouse.
9599
9600 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9601
9602 * mail/sendmail.el (mail-yank-original): Remove text properties
9603 after insertion.
9604 (mail-yank-region): Barf if no mark is set in the message
9605 being replied to.
9606
9607 * help.el (function-called-at-point): First look for function at point.
9608
9609 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9610
9611 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9612
9613 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9614
9615 * simple.el (what-cursor-position): Print character encoding also.
9616
9617 1998-12-26 Dave Love <fx@gnu.org>
9618
9619 * textmodes/flyspell.el: If local-maps work, don't put
9620 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9621 in flyspell-mouse-map (only).
9622 (flyspell-use-local-map): New variable.
9623 Use a different mouse-2 binding in that case,
9624 and don't add to minor-mode-map-alist.
9625 (make-flyspell-overlay, flyspell-correct-word):
9626 Test flyspell-use-local-map.
9627
9628 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9629
9630 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9631 Be careful about whether to return a relative file name,
9632 and if so, relative to what directory.
9633
9634 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9635
9636 * emacs-lisp/easymenu.el (easy-menu-get-map):
9637 Change global map only if this menu exists in the global map already,
9638 and not in the local map.
9639 (easy-menu-do-add-item): Fix error message.
9640
9641 * foldout.el (foldout-inhibit-key-bindings):
9642 Avoid concatenating onto outline-minor-mode-prefix.
9643 Make a new keymap for that prefix, if it does not already have one.
9644
9645 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9646
9647 * cperl-mode.el:
9648 Can use linear algorithm for indentation if Emacs supports it.
9649 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9650 (cperl-after-block-p): Likewise.
9651 (cperl-after-block-and-statement-beg): Likewise.
9652 (cperl-after-block-p): After END/BEGIN we are a block.
9653 (cperl-after-expr-p): Skip labels when checking
9654 (cperl-indent-region): Make a marker for END - text added/removed.
9655 Disable hooks during the call (how to call them later?).
9656 Now indents 820-line-long function in 6.5 sec (including
9657 syntaxification) the first time (when buffer has few
9658 properties), 7.1 sec the second time.
9659 (cperl-indent-region): Do not indent whitespace lines
9660 (cperl-style-alist)
9661 Include `cperl-merge-trailing-else' where the value is clear.
9662 (cperl-styles-entries): Likewise.
9663 (cperl-problems): Improvements to docs.
9664 (cperl-tips): Likewise.
9665 (cperl-non-problems): Likewise.
9666 (cperl-mode): Make lazy syntaxification possible.
9667 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9668 `font-lock-unfontify-region-function' was set to a wrong function.
9669
9670 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9671 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9672 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9673 but 1<<6 was considered as HERE-doc.
9674 <file/glob> made into a string.
9675 Postpone addition of faces after syntactic step.
9676 Recognition of <FH> was wrong.
9677 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9678 Knows that split// is null-RE.
9679 Highlights separators in 3-parts expressions as labels.
9680 <> was considered as a glob.
9681 Would err if the last line is `=head1'.
9682 $a-1 ? foo : bar; was a considered a regexp.
9683 `<< (' was considered a start of HERE-doc.
9684 mark qq[]-etc sections as syntax-type=string
9685 Was not processing sub protos after a comment ine.
9686 Was treating $a++ <= 5 as a glob.
9687 Tolerate unfinished REx at end-of-buffer.
9688 `unwind-protect' was left commented.
9689 / and ? after : start a REx.
9690
9691 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9692 Better default, customizes to `message' too, off in text-mode.
9693
9694 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9695 `defface'd.
9696 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9697 `defface'd.
9698 (cperl-emacs-can-parse): New state variable.
9699 (cperl-indent-line): Corrected to use global state.
9700 (cperl-calculate-indent): Likewise.
9701 (cperl-fix-line-spacing): Likewise (not used yet).
9702 (cperl-calculate-indent): Did not consider `,' as
9703 continuation mark for statements.
9704 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9705 Remove another parse-data optimization at toplevel: would
9706 indent correctly.
9707 Correct for labels when calculating indentation of continuations.
9708 Docstring updated.
9709 (cperl-choose-color): Converted to a function (to be
9710 compilable in text-mode).
9711 (cperl-dark-background): Disable without window-system.
9712 Do `defface' only if window-system.
9713 (cperl-fix-line-spacing): Sped up to bail out early.
9714 (x-color-defined-p): Was not compiling on XEmacs
9715 Was defmacro'ed with a tick. Remove another def.
9716 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9717 (cperl-unwind-to-safe): New function.
9718 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9719 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9720 long strings (not very successful).
9721 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9722 Highlight the starting // in s//foo/ as function-name.
9723 Emit a meaningful error instead of a cryptic one for an
9724 uncomplete REx near end-of-buffer.
9725
9726 (cperl-electric-keyword): `qr' recognized.
9727 (cperl-electric-else): Likewise
9728 (cperl-to-comment-or-eol): Likewise
9729 (cperl-make-regexp-x): Likewise
9730 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9731 Corrected to use new macros;
9732 `if' for copying `reference-face' to `constant-face' was backward.
9733 remove init `font-lock-other-emphasized-face',
9734 `font-lock-emphasized-face', `font-lock-keyword-face'.
9735 Interpolate `cperl-invalid-face'.
9736 (cperl-make-regexp-x): Misprint in a message.
9737 (cperl-syntaxify-unwind): New configuration variable
9738 (cperl-fontify-m-as-s): New configuration variable
9739 (cperl-electric-pod): Check for after-expr was performed
9740 inside of POD too.
9741 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9742 (cperl-clobber-mode-lists): New configuration variable.
9743 (cperl-not-bad-style-regexp): Updated.
9744 Init: `cperl-is-face' was busted.
9745 (cperl-make-face): New macros.
9746 (cperl-force-face): New macros.
9747 (font-lock-other-type-face): Done via `defface' too.
9748 (cperl-nonoverridable-face): New face. Renamed from
9749 `font-lock-other-type-face'.
9750 (cperl-init-faces-weak): Use `cperl-force-face'.
9751 (cperl-comment-indent): Commenting __END__ was not working.
9752 (cperl-indent-for-comment): Likewise.
9753 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9754 When removing old TAGS info was not relativizing filename.
9755 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9756 Another try to work around XEmacs problems. Better progress messages.
9757 (toplevel): Require custom unprotected => failure on 19.28.
9758 (cperl-xemacs-p): Defined when compile too
9759 (cperl-find-tags): Was writing line/pos in a wrong order,
9760 pos off by 1 and not at beg-of-line.
9761 (cperl-etags-snarf-tag): New macro
9762 (cperl-etags-goto-tag-location): New macro
9763 (cperl-version): New variable. New menu entry
9764 random docstrings: References to "future" 20.3 removed.
9765 Menu was described as `CPerl' instead of `Perl'
9766 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9767 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9768 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9769 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9770 `font-lock-reference-face', `font-lock-keyword-face'.
9771 Use `eval-after-load'.
9772 Remove not-CPerl-related faces.
9773 (cperl-tips-faces): New variable and an entry into Mini-docs.
9774 (cperl-indent-exp): Was not processing else-blocks.
9775 (cperl-get-state): NOP line removed.
9776 (cperl-ps-print): New function and menu entry.
9777 (cperl-ps-print-face-properties): New configuration variable.
9778 (cperl-invalid-face): New configuration variable.
9779 (perl-font-lock-keywords): Highlight trailing whitespace
9780 (cperl-contract-levels): Documentation corrected.
9781 (cperl-contract-level): Likewise.
9782 (cperl-ps-extend-face-list): New macro.
9783 (cperl-invalid-face): Change to ''underline.
9784
9785 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9786
9787 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9788 for read-file-name.
9789 (rmail-output-to-rmail-file): Likewise.
9790
9791 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9792
9793 * emacs-lisp/easymenu.el (easy-menu-get-map):
9794 If MENU is nil, use global menu-bar map.
9795 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9796 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9797
9798 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9799
9800 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9801
9802 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9803
9804 * ps-print.el (ps-print-version): New version number (4.1.3).
9805
9806 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9807
9808 * international/mule-cmds.el: Use make-sparse-keymap instead of
9809 define-prefix-key when defining MULE menu items.
9810
9811 * info.el (Info-node-at-bob-matching): New function.
9812 (Info-find-node, Info-build-node-completions): Call it.
9813
9814 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9815
9816 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9817 when this is an autoloaded keymap.
9818
9819 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9820
9821 * international/codepage.el (cp-coding-system-for-codepage-1):
9822 Create separate encoders and decoders, for DOS and Unix. Make the
9823 usual family of 3 coding systems, so that automatic detection of
9824 EOL type works.
9825 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9826 Unix-specific symbols here, and don't call
9827 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9828 Handa <handa@etl.go.jp>.)
9829
9830 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9831
9832 * term/internal.el (IT-character-translations): New variable, an
9833 alist used to display characters for which there's no glyphs in
9834 the current codepage.
9835 (IT-display-table-setup): New function, sets up the DOS terminal
9836 for a given codepage.
9837 (dos-codepage-setup): New function, sets up the MULE environment
9838 for the current value of dos-codepage.
9839 (top-level if): In the multibyte mode, turn on
9840 unibyte-display-via-language-environment. In the unibyte mode,
9841 set up the special syntax tables to map lower- to upper case and
9842 back.
9843
9844 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9845
9846 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9847 (speedbar-frame-plist) Remove useless comments.
9848 (speedbar-frame-mode) Do not specify height if it is in the param list.
9849 Use default y position w/out changing it.
9850 If default x position is a list, keep, calculate the non-list X
9851 value when devining an initial position.
9852 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9853 (speedbar-tag-group-name-minimum-length): New variable.
9854 (speedbar-frame-parameter): New compatibility function.
9855 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9856 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9857 groups to keep things in the right order, and to help with some
9858 naming conventions.
9859 (speedbar-create-tag-hierarchy): Enable buffer local version of
9860 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9861 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9862 the case, derive it from the cursor location in speedbar.
9863
9864 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9865
9866 * international/mule-cmds.el (set-language-environment): On MS-DOS
9867 terminals, install DOS-specific nonascii-translation-table if the
9868 language info doesn't specify one. Pass the default eol-type to
9869 set-language-environment-coding-systems.
9870 (set-default-coding-systems): Copy the eol-type property for the
9871 new default values of {buffer-file,process}-coding-system from the
9872 old defaults.
9873 (set-language-environment-coding-systems): Accept an optional
9874 argument EOL-TYPE, and set the eol-type property of the default
9875 coding systems accordingly.
9876 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9877 (set-keyboard-coding-system): Likewise.
9878 (set-default-coding-systems): Don't set
9879 default-terminal-coding-system on MS-DOS to anything but nil.
9880 (prefer-coding-system): Describe in the doc string that
9881 default-terminal-coding-system is not changed on MS-DOS.
9882 (set-language-environment): For MS-DOS, set standard syntax table
9883 and display table for all characters with code above 127.
9884 (standard-display-european-internal): For MS-DOS, pass all
9885 characters with code above 127 directly to the terminal, and don't
9886 remap characters 160 and 146 in the unibyte case.
9887
9888 * international/codepage.el: New file.
9889
9890 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9891
9892 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9893 comments.
9894
9895 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9896
9897 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9898
9899 * subr.el (read-passwd): Likewise.
9900
9901 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9902
9903 * info.el (Info-find-node): Add 1 to the position read from the
9904 tag table. Don't fail if the node delimiter ^_ is the first
9905 character in the file.
9906 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9907 first character in the file.
9908 (Info-read-subfile): Likewise.
9909 (Info-select-node): Likewise.
9910 (Info-build-node-completions): Likewise.
9911
9912 1998-12-16 Richard Stallman <rms@gnu.org>
9913
9914 * term/x-win.el (x-cut-buffer-or-selection-value):
9915 If clipboard is enabled, try it before PRIMARY selection.
9916
9917 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9918
9919 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9920 insert c-cedilla and C-cedilla respectively, like in latin-1.
9921
9922 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9923
9924 * language/hebrew.el: Don't use sublists in the flags argument
9925 passed to make-coding-system.
9926
9927 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9928
9929 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9930 list of character sets found by find-charset-region.
9931
9932 * ps-mule.el: Always require ps-print. Move some function
9933 definitions for Emacs 20.2 and the earlier to ps-print.el.
9934 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9935
9936 * ps-print.el: Define several functions for Emacs 20.2 and the
9937 earlier version.
9938 (ps-printer-name): Check if printer-name is bound.
9939
9940 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9941
9942 * ps-mule.el: Programming uniformization and little code improvement.
9943 (ps-mule-prepare-font): Programming uniformization.
9944 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9945 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9946
9947 * ps-bdf.el: Programming uniformization and little code improvement.
9948 (bdf-search-and-read): New fun.
9949 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9950 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9951 (bdf-info-relative-compose, bdf-info-baseline-offset)
9952 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9953 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9954 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9955 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9956 improvement.
9957
9958 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9959
9960 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9961 and mule related code extraction. Autoload ps-mule funs.
9962
9963 * ps-mule.el: Doc fix. Require ps-print only when compiled.
9964 (ps-mule-prologue-generated): New fun.
9965 (ps-mule-plot-string): Add autoload cookie.
9966 (ps-mule-begin-job): Call ps-mule-prologue-generated.
9967
9968 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9969
9970 * ps-bdf.el: Require ps-mule instead of ps-print.
9971 (bdf-directory-list): Add autoload cookie.
9972
9973 * ps-mule.el: New file. Mule related code extracted from
9974 ps-print.el. Require ps-print, provide ps-mule.
9975 (ps-multibyte-buffer): Add autoload cookie.
9976 (ps-mule-prepare-ascii-font): New fun.
9977 (ps-mule-set-ascii-font): New fun.
9978 (ps-mule-skip-same-charset): Fun deleted.
9979 (ps-mule-plot-string): Set ps-mule-current-charset.
9980 (ps-mule-initialize): Add autload cookie. Don't set
9981 ps-mule-font-info-database here.
9982 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
9983 ps-mule-font-info-database and ps-control-or-escape-regexp.
9984 (ps-mule-begin-page): New fun.
9985
9986 * ps-print.el: Mule related code moved to ps-mule.el.
9987 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9988 check ps-mule-charset-list.
9989 (ps-begin-page): Don't set ps-mule-current-charset, instead call
9990 ps-mule-begin-page.
9991 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9992 (ps-plot-region): Don't set ps-mule-current-charset, instead call
9993 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
9994 instead skip same charsets by itself.
9995 (ps-generate): Call ps-mule-initialize of needs-begin-file is
9996 non-nil. Call ps-mule-begin-job.
9997
9998 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9999
10000 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10001 instead of bdf.
10002
10003 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10004 (ps-mule-external-libraries): New element FEATURE.
10005 (ps-mule-init-external-library): Ajusted for the above change.
10006 (ps-mule-generate-font): Likewise.
10007 (ps-mule-generate-glyphs): Likewise.
10008 (ps-mule-prepare-font): Likewise.
10009 (ps-mule-initialize): Likewise.
10010 (ps-begin-file): Superfluous tailing parenthesis deleted.
10011
10012 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10013
10014 * international/fontset.el (x-decompose-font-name): If PATTERN
10015 doesn't have any wild cards, return a vector made from a name that
10016 is found by x-resolve-font-name found. Comments added.
10017
10018 * international/mule-cmds.el (find-coding-systems-for-charsets):
10019 Handle the case of unknown charset.
10020 (find-multibyte-characters): If invalid multibyte characters are
10021 found, return the corresponding strings instead of character
10022 codes.
10023 (find-multibyte-characters): Adjusted for the above change.
10024 (select-safe-coding-system): For a unibyte buffer, always returns
10025 DEFAULT-CODING-SYSTEM.
10026 (get-charset-property): Fix previous change. Make it a function.
10027 (put-charset-property): Make it a function.
10028
10029 * international/mule.el (make-coding-system): Set mime-charset
10030 property of *-with-esc coding system to nil.
10031
10032 * international/quail.el (quail-point-in-conversion-region): New
10033 function.
10034 (quail-conversion-backward-delete-char): When a key sequence is
10035 being translated, call quail-delete-last-char.
10036
10037 * language/devan-util.el
10038 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10039 handle devanagari-decomposition-rules.
10040
10041 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10042
10043 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10044 tex-start-options-string to empty string.
10045 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10046
10047 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10048
10049 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10050 5xx responses are already handled properly).
10051
10052 1998-12-13 Richard Stallman <rms@gnu.org>
10053
10054 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10055 on a non-digit in the file name.
10056
10057 * simple.el (comment-region): Handle comment-padding
10058 separately for insertion and for deletion, in the right way for each.
10059
10060 1998-12-13 Felix Lee <flee@cygnus.com>
10061
10062 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10063 regexp to match "ChangeLog:1:1998-12-09 ..."
10064
10065 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10066
10067 * cus-start.el (dos-unsupported-char-glyph): Add.
10068
10069 1998-12-11 Dave Love <fx@gnu.org>
10070
10071 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10072 forward-sexp in condition-case.
10073
10074 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10075 Remove unnecessary test on `library' for explicit file name.
10076 Widen scope of save-match-data.
10077
10078 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10079
10080 * international/mule.el (load-with-code-conversion): If the loaded
10081 file was inserted with no-conversion or raw-text coding system,
10082 make the buffer unibyte.
10083
10084 1998-12-09 Richard Stallman <rms@gnu.org>
10085
10086 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10087 Get rid of nested loops.
10088
10089 * mouse.el (mouse-drag-vertical-line):
10090 If WHICH-SIDE is not `right', then scroll bars are on the left.
10091
10092 * loadhist.el (load-history-loaded): defvar moved to help.el.
10093
10094 * help.el (symbol-file-load-history-loaded): Variable renamed,
10095 and defvar moved from loadhist.el.
10096 (symbol-file): Renamed from describe-function-find-file.
10097 Load fns-VERSION.el here.
10098 (describe-variable, describe-function-1): Use symbol-file.
10099
10100 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10101 Don't start the name with #.
10102
10103 * ispell.el: Take out the eval-when's.
10104
10105 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10106
10107 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10108 (dirtrack): Run it. Make debug message more verbose.
10109
10110 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10111
10112 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10113 name of the abbrev table, and provide support for XEmacs.
10114 (octave-xemacs-p): New variable.
10115
10116 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10117
10118 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10119 exit, when mail-interactive is nil.
10120
10121 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10122
10123 * files.el (after-find-file): Message fix.
10124
10125 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10126
10127 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10128
10129 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10130
10131 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10132 filenames using backslashes.
10133
10134 1998-12-09 Dave Love <fx@gnu.org>
10135
10136 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10137 with correct number of args.
10138 (browse-url-maybe-new-window): New arg. Callers changed.
10139
10140 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10141 comment.
10142
10143 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10144
10145 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10146
10147 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10148
10149 * vc.el (vc-rcs-release): Fix Type.
10150 (vc-sccs-release): Fix Type.
10151 (vc-cvs-release): Fix Type.
10152
10153 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10154 arg work right.
10155
10156 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10157 output of last undeleted message.
10158
10159 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10160
10161 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10162 (buffer-undo-list) [windows-nt]: Use different relative path.
10163
10164 1998-12-07 Simon Marshall <simon@gnu.org>
10165
10166 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10167
10168 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10169
10170 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10171
10172 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10173
10174 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10175
10176 * info.el (Info-menu): Don't return error if point is between menu
10177 header and first menu item.
10178
10179 1998-12-04 Dave Love <fx@gnu.org>
10180
10181 * help.el (describe-function-1): Fix description for alias.
10182
10183 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10184
10185 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10186 specifications from summary line.
10187
10188 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10189 (close-rectangle): Define alias only once in loaddefs.el.
10190
10191 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10192
10193 * term/internal.el: Remove code which sets up a special syntax
10194 table for non-ASCII characters.
10195
10196 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10197
10198 * dos-w32.el (direct-print-region-function): Try to ensure that
10199 printer-name is expanded to a file name on a local drive;
10200 sometimes printing a file loaded from a network volume fails.
10201 (direct-print-region-function): Add a function to
10202 write-region-annotate-functions to append a formfeed character to
10203 the region being printed, if the region doesn't end with a
10204 formfeed already. This avoids creating a second print job
10205 containing a blank page when print spooling is enabled on Windows.
10206
10207 1998-12-02 Dave Love <fx@gnu.org>
10208
10209 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10210 `Info-goto-node'.
10211
10212 1998-12-02 Richard Stallman <rms@gnu.org>
10213
10214 * help.el (temp-buffer-resize-mode): Doc fix.
10215
10216 * cus-edit.el (custom-save-delete): Save point before
10217 reading a sexp, rather than backing up.
10218
10219 * international/iso-transl.el: Fix previous change.
10220
10221 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10222
10223 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10224 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10225 Added defvars to suppress compilation warnings.
10226
10227 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10228
10229 * ispell.el: Improved and fixed customize for variables:
10230 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10231 ispell-dictionary-alist, ispell-skip-sgml.
10232 Improved and fixed comments in variables and messages for
10233 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10234 ispell-menu-map, ispell-checking-message, ispell-parser,
10235 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10236 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10237 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10238 ispell-message-text-end, ispell-add-per-file-word-list.
10239 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10240 system is now required for all languages. Casechars improved for
10241 castellano, castellano8, and norsk dictionaries. Dictionary
10242 norsk7-tex added. Dictionary polish added.
10243 (ispell-dictionary-alist): Redefined at load-time to support
10244 dictionary changes.
10245 (ispell-menu-map): Redefined at load-time to support menu changes.
10246 (ispell-check-version): New alias for `check-ispell-version'.
10247 (ispell-parse-output): Fixed matching for ispell error messages.
10248 Correctly returns spelling suggestions in order generated by ispell
10249 process.
10250 (check-ispell-version): Ensure `case-fold-search' doesn't get
10251 redefined.
10252 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10253 redefined. Fix bug that didn't respect case of word being completed.
10254 (ispell-init-process): Set process coding system to be compatible
10255 with emacs processes and the ispell process.
10256 (ispell-kill-ispell): Ensures ispell process has terminated before
10257 starting new process. This can otherwise confuse process filters
10258 and hang the ispell process.
10259 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10260 skipping support for sgml.
10261 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10262 which could cause `ispell-complete-word' to hang.
10263 (ispell-message): Improved message reference matching. Ensure
10264 `case-fold-search' doesn't get redefined.
10265 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10266 get redefined. Fixed bug in returning to nroff mode from tex mode.
10267 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10268 get redefined.
10269
10270 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10271
10272 * textmodes/flyspell.el (flyspell-check-word-p):
10273 Don't delay inside a kbd macro.
10274
10275 * subr.el (make-local-hook): Return the hook variable.
10276
10277 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10278
10279 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10280 Use a timer instead of post-command-hook.
10281 (hscroll-timer): New variable.
10282
10283 1998-11-30 Dave Love <fx@gnu.org>
10284
10285 * help.el (help-xref-button): Do nothing if text already has the
10286 help-xref property.
10287 (describe-variable): Revert previous change to hyperlink to source.
10288
10289 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10290
10291 * bindings.el (features): Add `base64' to this list.
10292
10293 * loadhist.el (symbol-file): Doc fix.
10294
10295 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10296
10297 * files.el (hack-one-local-variable): Cope with non-file buffers.
10298
10299 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10300
10301 * help.el (describe-mode): Put major mode first.
10302
10303 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10304 to support special-display and same-window features.
10305
10306 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10307
10308 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10309 bound in one function and used in the other.
10310 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10311 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10312
10313 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10314
10315 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10316
10317 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10318
10319 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10320 Give format correct control string.
10321
10322 * international/mule.el (define-translation-table): Fix bug of
10323 setting incorrect translation-table-id. If the first element of
10324 ARGS is a translation table, just register it.
10325
10326 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10327 property.
10328
10329 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10330
10331 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10332 syntax table to determine what is whitespace.
10333
10334 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10335
10336 * frame.el (frame-parameter): Doc fix.
10337
10338 * textmodes/tex-mode.el (tex-feed-input): New function.
10339 (tex-define-common-keys): Add binding for C-c C-m.
10340
10341 1998-11-23 Dave Love <fx@gnu.org>
10342
10343 * progmodes/fortran.el: Various minor doc fixes.
10344 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10345 (fortran-with-subprogram-narrowing): New macro.
10346 (fortran-check-for-matching-do): Use it.
10347 (fortran-end-do): Use fortran-check-end-prog-re.
10348 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10349 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10350
10351 1998-11-23 Simon Marshall <simon@gnu.org>
10352
10353 * font-lock.el (font-lock-defaults): Doc fix.
10354 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10355 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10356
10357 * lazy-lock.el (lazy-lock-unstall):
10358 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10359
10360 * fast-lock.el (fast-lock-save-cache-1):
10361 (fast-lock-cache-data): Rewritten to use with-temp-message.
10362
10363 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10364
10365 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10366 messages that have been added with DOS line endings and convert
10367 the line endings for such messages.
10368
10369 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10370
10371 * help.el: Add resizing of temporary buffers.
10372 (temp-buffer-resize-mode): New command and variable.
10373 (temp-buffer-max-height): New variable.
10374 (resize-temp-buffer-window): New function.
10375
10376 * window.el (window-buffer-height): New function, split from
10377 shrink-window-if-larger-than-buffer.
10378 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10379
10380 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10381
10382 * frame.el (initial-frame-alist): Add defcustom.
10383
10384 * shell.el (shell-prompt-pattern): Add defcustom.
10385
10386 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10387
10388 * message.el (message-ignored-supersedes-headers): Remove
10389 NNTP-Posting-Date.
10390
10391 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10392
10393 * help.el (describe-mode): Don't avoid loop indirecting thru
10394 value of INDICATOR.
10395
10396 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10397
10398 * help.el (describe-variable): Allow any variable with a defcustom,
10399 even if it is not a user variable.
10400
10401 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10402
10403 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10404
10405 * gnus/nntp.el (nntp-request-group): Allow for failures when
10406 requesting a new group.
10407
10408 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10409
10410 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10411
10412 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10413
10414 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10415
10416 1998-11-19 Simon Marshall <simon@gnu.org>
10417
10418 * subr.el (with-temp-message): New macro.
10419
10420 * emacs-lisp/lisp-mode.el (with-temp-message):
10421 Add lisp-indent-function property.
10422
10423 1998-11-18 Dave Love <fx@gnu.org>
10424
10425 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10426
10427 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10428
10429 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10430 This is not obsolete.
10431
10432 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10433
10434 * textmodes/picture.el: Make a new map by make-keymap.
10435 (picture-desired-column): New variable.
10436 (picture-update-desired-column): New function.
10437 (picture-beginning-of-line): Set picture-desired-column to 0.
10438 (picture-end-of-line): Set picture-desired-column to the current
10439 column.
10440 (picture-forward-column): Pay attention to multi-column character.
10441 (picture-backward-column): Likewise.
10442 (picture-move-down): Likewise.
10443 (picture-move-up): Likewise.
10444 (picture-movement-nw): With prefix arg, move twice columns.
10445 (picture-movement-ne): Likewise.
10446 (picture-movement-sw): Likewise.
10447 (picture-movement-se): Likewise.
10448 (picture-set-motion): Handle two-column movements.
10449 (picture-move): Call picture-move-down or picture-forward-column
10450 only when necessary.
10451 (picture-insert): Pay attention to picture-desired-column.
10452 (picture-self-insert): Likewise.
10453 (picture-clear-column): Pay attention to multi-column character.
10454 (picture-mode): Modify doc-string for two-column movement.
10455
10456 * rect.el (move-to-column-force): New function.
10457 (operate-on-rectangle): If coerce-tabs is non-nil, call
10458 move-to-column-force instead of move-to-column.
10459 (insert-rectangle): Call move-to-column-force instead of
10460 move-to-column.
10461 (open-rectangle-line): If begextra is not zero, call
10462 move-to-column-force.
10463
10464
10465 1998-11-16 Dave Love <fx@gnu.org>
10466
10467 * textmodes/sgml-mode.el Require skeleton when compiling.
10468 (sgml-font-lock-keywords-1): Accept single-letter tags.
10469 (v2): Defvar free variable.
10470
10471 1998-11-16 Sam Steingold <sds@goems.com>
10472
10473 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10474 macro, not ELisp one.
10475
10476 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10477
10478 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10479 characters to symbol.
10480
10481 * language/japan-util.el (japanese-zenkaku-region): New optional
10482 arg KATAKANA-ONLY.
10483
10484 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10485
10486 * international/mule.el
10487 (after-insert-file-set-buffer-file-coding-system): If the buffer
10488 is changed to unibyte, return inserted bytes.
10489
10490 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10491 and link names if necessary.
10492 (tar-header-block-summarize): Handle the case that file or link
10493 names are multibyte.
10494 (tar-summarize-buffer): At first set the current buffer unibyte,
10495 then if there are multibyte file names, change it to multibyte.
10496 (tar-mode): Get char position from tar-header-offset.
10497 (tar-extract): Avoid multibyte<->unibyte conversion in
10498 insert-buffer-subsring by setting both buffers unibyte
10499 temporarily.
10500 (tar-copy): Set the buffer unibyte while doing a work. Write
10501 without code conversion.
10502 (tar-expunge): Set the buffer unibyte while doing a work.
10503 (tar-alter-one-field): Likewise.
10504 (tar-clear-modification-flags): Compare byte position with
10505 tar-header-offset.
10506 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10507 insert-buffer-subsring by setting both buffers unibyte
10508 temporarily. Pay attention to multibyteness while updating the
10509 descriptor-line.
10510 (tar-mode-write-file): Write without code conversion.
10511
10512 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10513
10514 * nngateway.el: Require cl.
10515
10516 1998-11-15 Dave Love <fx@gnu.org>
10517
10518 * progmodes/fortran.el: Fix previous change:
10519 (fortran-end-prog-re1): Changed.
10520 (fortran-check-end-prog-re): New function.
10521 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10522
10523 1998-11-13 Tom Breton <tob@world.std.com>
10524
10525 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10526 GNU Emacs.
10527
10528 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10529
10530 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10531 fixed.
10532 (reftex-toc-toggle-file-boundary,
10533 reftex-toc-toggle-labels,
10534 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10535 (reftex-toc-include-labels, reftex-toc-include-context,
10536 reftex-toc-include-file-boundaries,
10537 reftex-toc-keep-other-windows): New options.
10538 (reftex-use-text-after-label-as-context): Option removed.
10539 (reftex-extract-bib-entries): Protect use in non-latex
10540 buffers.
10541 (reftex-toc-visit-location): Renamed from
10542 `reftex-toc-visit-line'.
10543 (reftex-latin1-to-ascii): Works now with and without Mule.
10544 (reftex-truncate): Removed special stuff for Emacs 20.2.
10545 (reftex-get-offset): Made more general.
10546 (reftex-show-label-location): Renamed from
10547 `reftex-select-label-callback'.
10548 (reftex-pop-to-label): Function removed (using
10549 `reftex-show-label-location' instead.
10550 (reftex-insert-docstruct): Renamed from
10551 `reftex-make-and-insert-label-list'. Function args changed.
10552 (reftex-toc): Now uses `reftex-insert-docstruct' and
10553 `reftex-find-start-point'.
10554 (reftex-select-item): Use `reftex-find-start-point'.
10555 (reftex-toc-visit-line): Can display labels and file
10556 boundaries.
10557 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10558
10559 1998-11-12 Sam Steingold <sds@goems.com>
10560
10561 * browse-url.el (browse-url): Handle the case when
10562 `browse-url-browser-function' is a lambda list.
10563
10564 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10565
10566 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10567 version string.
10568 * loadhist.el (symbol-file): Likewise
10569
10570 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10571
10572 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10573
10574 1998-11-11 Sam Steingold <sds@goems.com>
10575
10576 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10577 `run-lisp' instead of signalling an error.
10578
10579 1998-11-11 Karl Heuer <kwzh@gnu.org>
10580
10581 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10582
10583 1998-11-11 Richard Stallman <rms@gnu.org>
10584
10585 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10586
10587 1998-11-11 Per Starback <starback@update.uu.se>
10588
10589 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10590 renamed svenska8 to svenska, and fixed and extended CASECHARS
10591 for it.
10592
10593 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10594
10595 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10596 handling if setpagedevice is not available.
10597 (ps-begin-file): Fix typo.
10598
10599 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10600
10601 * international/mule-util.el (compose-chars-component): Signal
10602 error if CH is a rule-based composition character.
10603 (compose-chars): Signal error if an already compsed character is
10604 going to be composed by rule-base.
10605
10606 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10607 full XLFD, don't try to get information of WEIGHT and SLANT from
10608 that font name.
10609
10610 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10611
10612 * dos-w32.el (set-default-process-coding-system): Use function on
10613 before-init-hook to set default-process-coding-system based on
10614 enable-multibyte-characters.
10615
10616 * term/w32-win.el ([language-change]): For now ignore
10617 keyboard language-change events.
10618
10619 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10620
10621 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10622 convert-standard-file-name, but leave the results of
10623 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10624 characters if the original name already exists, or has a special
10625 handler.
10626
10627 1998-11-10 Karl Heuer <kwzh@gnu.org>
10628
10629 * international/iso-insert.el: Delete autoload cookies.
10630
10631 * international/iso-transl.el: Add autoload cookies.
10632
10633 1998-11-10 Richard Stallman <rms@gnu.org>
10634
10635 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10636 (ispell-process-line): Don't treat multibyte
10637
10638 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10639
10640 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10641 setpagedevice to specify the page size if setpagedevice is
10642 available. This is necessary to select the correct paper tray on
10643 Level 2 printers with multiple paper sizes available.
10644
10645 (ps-begin-file): Cope with font names that contain spaces, and
10646 call BeginDoc in a BeginSetup/EndSetup block.
10647
10648 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10649
10650 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10651 convert-standard-filename.
10652
10653 * loadhist.el (symbol-file): Run fns-VERSION.el through
10654 convert-standard-filename.
10655
10656 1998-11-06 Richard Stallman <rms@gnu.org>
10657
10658 * textmodes/texinfmt.el (texinfo-format-scan):
10659 Detect the case of two @-commands in a row; process just the first.
10660 (texinfo-append-refill): If line has a @c, insert the @refill
10661 before it.
10662 (texinfo-format-refill): Return with point where the @refill was.
10663
10664 * files.el (hack-local-variables): Test local-enable-local-variables.
10665 (hack-local-variables-prop-line): Likewise.
10666 (set-auto-mode): Don't test local-enable-local-variables here.
10667 (enable-local-variables): Doc fix.
10668 (local-enable-local-variables): Doc fix.
10669 (normal-mode): Doc fix.
10670
10671 1998-11-06 Karl Heuer <kwzh@gnu.org>
10672
10673 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10674
10675 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10676
10677 * simple.el (line-number-mode): Doc fix.
10678
10679 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10680
10681 * international/fontset.el (create-fontset-from-fontset-spec):
10682 Give correct arg to `error'.
10683
10684 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10685
10686 * textmodes/sgml-mode.el (html-mode): Doc fix.
10687 (sgml-name-8bit-mode): Fix missing format character in message string.
10688
10689 1998-11-05 Karl Heuer <kwzh@gnu.org>
10690
10691 * mail/sendmail.el (sendmail-send-it): Check for failure.
10692
10693 1998-11-05 Richard Stallman <rms@gnu.org>
10694
10695 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10696
10697 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10698 (close-rectangle): Define as alias.
10699
10700 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10701
10702 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10703
10704 1998-11-05 Dave Love <fx@gnu.org>
10705
10706 * help.el (describe-variable): Don't quote link to source.
10707
10708 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10709
10710 * gud.el (gud-common-init): Use pop-to-buffer.
10711 (same-window-regexps): Add an element that matches all gud buffers.
10712
10713 1998-11-04 Jason Rumney <jasonr@altavista.net>
10714
10715 * term/w32-win.el (x-get-selection-value): Alias to
10716 x-cut-buffer-or-selection-value.
10717 (w32-standard-fontset-spec): New variable.
10718 (w32-create-initial-fontsets, mouse-set-font): Check whether
10719 new-fontset is available.
10720 (w32-use-w32-font-dialog): Enable use of set-variable.
10721
10722 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10723
10724 * vc.el (with-vc-file, edit-vc-file): New macros.
10725
10726 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10727
10728 * international/quail.el (quail-show-guidance-buf): Call
10729 set-minibuffer-window to set minibuffer window of the current
10730 frame correctly.
10731
10732 1998-11-03 Theodore Jump <tjump@tertius.com>
10733
10734 * term/w32-win.el: Require fontset.
10735
10736 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10737
10738 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10739 (set-face-font-auto): Ditto.
10740
10741 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10742
10743 * mouse.el (mouse-drag-region): Fix typo.
10744
10745 1998-11-02 Dave Love <fx@gnu.org>
10746
10747 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10748 (fortran-fontify-string): New function.
10749 (fortran-font-lock-keywords-1): Use it.
10750
10751 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10752
10753 * comint.el (comint-file-name-quote-list): Doc fix.
10754
10755 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10756
10757 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10758 build directory, not source directory.
10759
10760 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10761 if we did not get one for the final move.
10762
10763 1998-11-01 Dave Love <fx@gnu.org>
10764
10765 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10766 Don't funcall browse-url-browser-function.
10767
10768 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10769 Don't funcall browse-url-browser-function.
10770
10771 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10772
10773 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10774
10775 * files.el (revert-buffer): Doc fix.
10776
10777 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10778
10779 * textmodes/tex-mode.el (tex-start-options-string):
10780 Quote the backslashes with more backslashes.
10781
10782 1998-10-31 Dave Love <fx@gnu.org>
10783
10784 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10785 (webjump): Don't funcall browse-url-browser-function.
10786
10787 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10788
10789 * international/quail.el (quail-start-translation): Handle
10790 switching of the frame in read-key-sequence.
10791 (quail-start-conversion): Likewise.
10792 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10793 windows before setting an appropriate window for it.
10794 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10795 quail-guidance-win to nil.
10796 (quail-update-guidance): If quail-guidance-buf is not in the
10797 selected frame, call quail-show-guidance-buf again.
10798
10799 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10800
10801 * progmodes/pascal.el (pascal-mode):
10802 `blink-matching-paren-dont-ignore-comments' set to t.
10803
10804 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10805
10806 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10807
10808 1998-10-30 Dave Love <fx@gnu.org>
10809
10810 * vc.el (vc-backend-merge-news): Check for "P" output.
10811
10812 * help.el (describe-variable): Hyperlink the definition.
10813
10814 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10815
10816 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10817 (sh-set-shell): Likewise.
10818
10819 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10820
10821 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10822 (edebug-on-error): Fix customize type to match that of
10823 debug-on-error.
10824
10825 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10826
10827 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10828 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10829
10830 * international/mule-cmds.el (select-message-coding-system): Doc
10831 fix.
10832
10833 * international/mule-diag.el (describe-coding-system): Describe
10834 all flags.
10835
10836 * mail/sendmail.el (sendmail-coding-system,
10837 default-sendmail-coding-system): Doc fix.
10838
10839 * simple.el (shell-command-on-region): Doc fix.
10840
10841 * loadup.el: Write fns-*.el in current directory instead of
10842 data-directory since no installation directory exists yet. Mark
10843 buffer unmodified afterwards.
10844
10845 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10846 instead of data-directory since it is architecture dependent.
10847 (load-history-loaded): Update doc string.
10848
10849 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10850
10851 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10852 path as a default directory when canonicalizing names.
10853
10854 * w32-fns.el: Remove a dangling reference to a directory on the
10855 build machine.
10856
10857 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10858
10859 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10860 namespace related keywords such as `class', `body', `private',
10861 `variable', `namespace eval', etc.
10862 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10863 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10864 imenu and font-lock so that searches for \sw would find words
10865 containing colons.
10866
10867 * progmodes/etags.el (initialize-new-tags-table):
10868 Do not alter find-tag-marker-ring and tags-location-ring.
10869
10870 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10871
10872 * term/w32-win.el: Require fontset.
10873 (w32-init-fontsets): New function (code from x-win.el).
10874
10875 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10876
10877 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10878 calendar-and-diary-frame-parameters): Add title parameter.
10879
10880 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10881
10882 * completion.el (dynamic-completion-mode): New function to enable
10883 the mode. (Just loading the file now does not change anything.)
10884
10885 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10886
10887 * ps-print.el: User option for multibyte buffer handling and doc fix.
10888 (ps-multibyte-buffer): New user option.
10889 (ps-setup): Print new user option.
10890 (ps-print-quote): New fun.
10891 (ps-color-p, ps-mule-font-info-database-latin): New var.
10892 (ps-default-color, ps-mule-font-info-database)
10893 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10894 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10895 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10896 Little code improvement.
10897 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10898 (ps-print-prologue-header, ps-font-family, ps-font-size)
10899 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10900 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10901 (ps-mule-external-libraries, ps-mule-init-external-library)
10902 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10903 Doc fix.
10904 (ps-print-version): New version number (4.1.1) and doc fix.
10905 (ps-print-prologue-header): New user option.
10906 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10907 Conditional compilation for GNU Emacs and emacsens.
10908 (ps-generate-postscript-with-faces): Skip invisible text better.
10909 (ps-setup): Print new user option.
10910 (ps-print-preprint): Check if input file name exists and is unwritable.
10911 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10912 and insert user PostScript prologue header comments.
10913 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10914 New funs.
10915 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10916 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10917 PostScript programming normalization.
10918 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10919 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10920 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10921 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10922 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10923 Programming style normalization.
10924
10925 1998-10-26 Kenichi Handa <handa@etl.go.jp>
10926
10927 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10928 version, check the value of mule-version.
10929
10930 * international/mule-util.el (compose-region): Insert then delete
10931 to preserve markers.
10932 (decompose-region): Use search-forward for efficiency.
10933
10934 * language/chinese.el (pre-write-encode-hz): Cancel previous
10935 change, use generate-new-buffer instead of get-buffer-create.
10936 * language/devan-util.el
10937 (in-is13194-devanagari-pre-write-conversion): Likewise.
10938 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10939 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10940 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10941
10942 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10943
10944 * mail/rmailsum.el (rmail-message-subject-p):
10945 Handle message whose header has not been reformatted.
10946
10947 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10948
10949 1998-10-25 Jason Rumney <jasonr@altavista.net>
10950
10951 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10952 New variables.
10953 (mouse-set-font): Use font menus instead of dialog according to
10954 w32-use-w32-font-dialog.
10955
10956 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10957
10958 * calendar/calendar.el (calendar-day-name-array): Add doc string
10959 correctly!
10960 (calendar-month-name-array): Add doc string correctly!
10961
10962 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10963
10964 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10965
10966 1998-10-21 Markus Rost <rost@delysid.gnu.org>
10967
10968 * lisp/info.el (Info-next-menu-item): Stay on top of node.
10969
10970 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10971
10972 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10973
10974 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10975
10976 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
10977
10978 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10979
10980 1998-10-21 Karl Heuer <kwzh@gnu.org>
10981
10982 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10983 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10984 (profile-filter, profile-reset-timer): Functions deleted.
10985 (profile-check-zero-init-times, profile-get-time): Likewise.
10986 (profile-find-function, profile-quit): Likewise.
10987 (profile-distinct, profile-call-stack, profile-last-time): New vars.
10988 (profile-time-list, profile-init-list): Doc fix.
10989 (profile-functions): Simplify.
10990 (profile-print): Use float. Make output include space separators.
10991 (profile-add-time): New helper function.
10992 (profile-function-prolog): Renamed from profile-start-function.
10993 Handle profile-distinct.
10994 (profile-function-epilog): Renamed from profile-update-function.
10995 Handle profile-distinct.
10996 (profile-a-function): If the function to be profiled is an
10997 autoload form, load it. If it's lazy-loaded, fetch it.
10998 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10999 (profile-restore-fun): Arg FUN is now a function symbol, as was
11000 documented, rather than a one-element list.
11001 (profile-finish): Call profile-restore-fun properly.
11002
11003 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11004
11005 * international/characters.el: Setup charset property
11006 nospace-between-words.
11007
11008 * international/mule-cmds.el (get-charset-property): If CHARSET is
11009 composition, return nil.
11010 (put-charset-property): If CHARSET is composition, do nothing.
11011
11012 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11013 * language/devan-util.el
11014 (in-is13194-devanagari-pre-write-conversion): Likewise.
11015 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11016 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11017 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11018
11019 * textmodes/fill.el (sentence-end-without-period): New variable.
11020 (canonically-space-region): Pay attention to
11021 sentence-end-without-period.
11022 (fill-find-break-point): The first argument CHARSET deleted.
11023 Caller changed.
11024 (fill-region-as-paragraph): Pay attention to charset property
11025 nospace-between-words and text property nospace-between-words.
11026
11027 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11028
11029 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11030 an unrecognized shell.
11031
11032 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11033
11034 * desktop.el (desktop-save): Include minor modes symbolically.
11035 (desktop-create-buffer): Turn on all minor modes in `mim'.
11036
11037 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11038
11039 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11040 (sh-font-lock-keywords): Handle rpm and rpm2.
11041 (sh-ancestor-alist): Handle rpm.
11042
11043 * files.el (auto-mode-alist): Recognize .rpm files.
11044 Also .spec and .mspec files.
11045
11046 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11047
11048 * faces.el (frame-set-background-mode): Enable the function for
11049 MSDOS frames.
11050
11051 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11052
11053 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11054 (calendar-month-name-array): Add doc string.
11055
11056 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11057
11058 * simple.el (kill-ring-max): Increased to 60.
11059
11060 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11061
11062 * international/characters.el: Setup auto-fill-chars.
11063
11064 * international/kinsoku.el (kinsoku): Check the variable
11065 enable-kinsoku.
11066
11067 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11068 Don't call kinsoku directly, intead call fill-find-break-point.
11069
11070 * textmodes/fill.el: Setup `fill-find-break-point-function'
11071 property to character sets which require `kinsoku' processing for
11072 filling.
11073 (fill-find-break-point): New function.
11074 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11075 Don't call kinsoku directly, intead call fill-find-break-point.
11076
11077 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11078
11079 * faces.el (modify-face-read-string): Return (nil) for "none".
11080 (modify-face): Don't get error if (nil) is the argument.
11081 (face-try-color-list): Don't check whether nil is a valid color.
11082
11083 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11084
11085 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11086 Print message about each directory, even in batch mode.
11087
11088 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11089
11090 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11091 (ps-mule-string-char): No need to use sref.
11092 (ps-mule-next-index): No need to use sref.
11093
11094 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11095
11096 * files.el (revert-buffer-internal-hook): Add defvar.
11097
11098 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11099
11100 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11101
11102 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11103
11104 * international/mule-cmds.el (default-input-method): Fix custom type.
11105
11106 * net-utils.el (whois-server-list): Fix customization type.
11107
11108 * shell.el (shell-input-autoexpand): Fix customization group.
11109
11110 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11111
11112 * repeat.el (repeat): Handle keyboard macros properly.
11113 Handle new prefix arg after self-insert command.
11114
11115 * repeat.el: Don't include cl even at compile time.
11116 (repeat): Avoid using `loop'.
11117
11118 * simple.el (shell-command-on-region): Doc fix.
11119 (next-history-element): Special error message if no default.
11120
11121 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11122
11123 * ps-print.el (ps-print-buffer): Doc fix.
11124 (ps-despool): Likewise.
11125
11126 * arc-mode.el (arc-mode): Provide arc-mode.
11127
11128 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11129
11130 * ps-print.el (ps-print-buffer): Doc fix.
11131
11132 1998-10-14 Dave Love <fx@gnu.org>
11133
11134 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11135 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11136 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11137
11138 * progmodes/fortran.el (fortran-mode-map): Change "Join
11139 Continuation Line" to "Join Line".
11140 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11141
11142 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11143
11144 * progmodes/fortran.el (fortran-join-line): Use
11145 `delete-indentation' instead of issuing an error message if not on
11146 a continuation line. Provide for joining several lines using
11147 prefix arg.
11148
11149 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11150
11151 * term/pc-win.el (msdos-color-values): New variable.
11152 (x-color-values): New function, emulates its namesake from
11153 src/xfns.c.
11154 (msdos-bg-mode): Add all dark colors to those which return
11155 "dark".
11156
11157 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11158
11159 * replace.el (keep-lines, flush-lines, how-many):
11160 Don't ignore case if arg has upper case letters.
11161
11162 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11163
11164 * progmodes/vhdl-mode.el
11165 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11166 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11167 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11168 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11169 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11170 (vhdl-when): Fix indentation problem.
11171 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11172 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11173 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11174
11175 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11176
11177 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11178 (ls-lisp-insert-directory): Renamed from insert-directory.
11179 (insert-directory): New function.
11180
11181 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11182
11183 * simple.el (completion-fixup-function): Variable deleted.
11184 (completion-setup-function): Delete code for completion-fixup-function.
11185 * emacs-lisp/lisp.el (lisp-complete-symbol):
11186 Don't bind completion-fixup-function.
11187
11188 * files.el (find-file-wildcards): New option.
11189 (find-file-noselect): Handle wild cards, if enabled.
11190 (file-expand-wildcards): New function.
11191
11192 * simple.el (set-fill-column): Doc fix.
11193
11194 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11195
11196 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11197
11198 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11199
11200 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11201 Move declaration before first use.
11202 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11203 hif-math, hif-factor): Rename token to hif-token and token-list to
11204 hif-token-list.
11205 (hif-token, hif-token-list): Declare them.
11206 (hif-find-ifdef-block): Return cons of top and bottom point
11207 instead of setting dynamically bound variables.
11208 (hide-ifdef-block, show-ifdef-block): Use return value of
11209 hif-find-ifdef-block.
11210
11211 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11212
11213 * subr.el (read-passwd): Use clear-this-command-keys.
11214
11215 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11216
11217 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11218 and ...-for-write.
11219
11220 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11221
11222 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11223 responses to GROUP command, since this may be called from a timer
11224 with quit inhibited.
11225
11226 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11227
11228 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11229 set unconditional-jump to nil.
11230 (ccl-compile-read-multibyte-character): Return nil.
11231 (ccl-compile-write-multibyte-character): Likewise.
11232 (ccl-compile-translate-character): Likewise
11233 (ccl-compile-map-multiple): Likewise.
11234 (ccl-compile-map-single): Likewise.
11235
11236 * international/kinsoku.el: Add coding tag.
11237 (kinsoku-bol): Remove superfluous TAB in a string.
11238
11239 * international/mule-cmds.el (find-coding-systems-for-charsets):
11240 Delete `composition' (if any) from CHARSETS.
11241
11242 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11243
11244 * international/mule-cmds.el (setup-specified-language-environment):
11245 Add apropos-inhibit property.
11246 (describe-specified-language-support): Likewise.
11247
11248 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11249
11250 * international/mule.el (make-coding-system): Create -with-esc
11251 variant coding system.
11252
11253 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11254
11255 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11256 (next-file): Optionally offer to revert a file's buffer,
11257 if it has an existing buffer but the file has changed.
11258
11259 * info.el (Info-insert-dir): Detect and report problems
11260 in input files, such as "No Top node". Return with point
11261 at the beginning of the text.
11262 (Info-find-node): Reinsert the code to handle files
11263 with no tags table; it was deleted by mistake.
11264
11265 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11266
11267 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11268 texinfo-find-higher-level-node repeatedly find the same node.
11269 (texinfo-find-higher-level-node): Doc fix.
11270
11271 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11272
11273 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11274 (smtpmail-address-buffer): Add defvar.
11275 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11276
11277 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11278
11279 * ffap.el (ffap-machine-p-local): Fix editing error.
11280
11281 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11282
11283 * faces.el (frame-set-background-mode):
11284 Don't do anythung for text-only or MSDOS frame.
11285
11286 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11287
11288 * international/quail.el (quail-defrule): New optional arg APPEND.
11289 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11290
11291 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11292
11293 * gnus/pop3.el (pop3-open-server):
11294 Set process-coding-system-alist around open-network-stream.
11295
11296 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11297
11298 * files.el (save-buffer): Doc fix.
11299
11300 1998-10-07 Karl Heuer <kwzh@gnu.org>
11301
11302 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11303 return DEF unchanged, not nil. Simplify.
11304
11305 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11306
11307 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11308
11309 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11310
11311 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11312
11313 * net-utils.el (ftp, nslookup): Require comint.
11314 (network-service-connection): Likewise.
11315 (whois-server-name): Defaults to whois.arin.net
11316 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11317 (whois): Tries to guess the appropriate top-level domain server.
11318 (whois-get-tld): New function.
11319
11320 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11321 (dirtrack-debug-toggle): Added this function.
11322
11323 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11324
11325 * files.el (find-file-noselect): Switch to the correct buffer
11326 before checking find-file-literally, and allow non-nil non-t
11327 rawfile params.
11328
11329 1998-10-06 Karl Heuer <kwzh@gnu.org>
11330
11331 * midnight.el (clean-buffer-list): Add autoload cookie.
11332
11333 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11334 no-autosave.
11335 * tar-mode.el (tar-mode-revert): Likewise.
11336 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11337 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11338 * gnus/message.el (message-auto-save-directory): Renamed from
11339 message-autosave-directory. All references changed.
11340
11341 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11342
11343 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11344 string. Expose mime stuff while searching.
11345
11346 1998-10-06 Richard Stallman <rms@gnu.org>
11347
11348 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11349
11350 * replace.el (perform-replace): Position point properly
11351 before and after the recursive edit of C-r.
11352
11353 * progmodes/etags.el (tags-reset-tags-tables): Properly
11354 find the markers in the old rings that are being discarded.
11355
11356 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11357
11358 * apropos.el (apropos-print): Control invalid characters.
11359
11360 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11361 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11362 confusing customize.
11363
11364 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11365
11366 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11367 built-in commands. Add more built-in commands and fix face names.
11368
11369 1998-10-05 Simon Marshall <simon@gnu.org>
11370
11371 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11372
11373 1998-10-04 Eric Ludlam <zappo@gnu.org>
11374
11375 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11376 customization since it is not useful in this case.
11377 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11378 sure it gets evalled to a number. Also verify that set-frame-name
11379 fn exists before calling it.
11380
11381 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11382 Protect a `forward-sexp' call which could fail, and improved regex
11383 for ie, and eg abbreviations.
11384
11385 1998-10-02 Noah Friedman <friedman@splode.com>
11386
11387 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11388 send-string.
11389 (rlogin-send-Ctrl-D): Here also.
11390 (rlogin-send-Ctrl-Z): Here also.
11391 (rlogin-send-Ctrl-backslash): Here also.
11392
11393 1998-10-02 Dave Love <fx@gnu.org>
11394
11395 * outline.el (hide-region-body): Bind
11396 outline-view-change-hook to nil while making repeated calls to
11397 outline-flag-region. Run it once at the end.
11398 (hide-other, hide-sublevels, show-children): Likewise.
11399
11400 * info-look.el: Remove duplicate scheme-mode entry.
11401 (info-lookup-make-completions): When looking for entries, check
11402 that `item' isn't null or "Menu".
11403
11404 1998-10-01 Karl Heuer <kwzh@gnu.org>
11405
11406 * net-utils.el: Don't require ffap.
11407 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11408 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11409
11410 1998-09-30 Richard Stallman <rms@gnu.org>
11411
11412 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11413
11414 * imenu.el (imenu--generic-function): Sort each submenu by position.
11415 (imenu--sort-by-position): New function.
11416
11417 * cus-edit.el (Custom-mode-menu): Fix info node name.
11418 (customize group): Fix info node name.
11419
11420 * mail/mailalias.el (build-mail-aliases): Don't allow
11421 a newline in the alias name. Don't define an alias
11422 if the definition would be empty.
11423
11424 * which-func.el (which-func-mode-global): Make :set function
11425 more reliable.
11426
11427 * custom.el (custom-set-variables): Load the requests first,
11428 then check the symbol's `set' function.
11429
11430 * ffap.el: Doc fixes.
11431
11432 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11433
11434 * gnus.el: (gnus-valid-select-methods): Fix type.
11435 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11436 * gnus-score.el (gnus-orphan-score): Fix type.
11437 (gnus-score-default-header, gnus-score-default-type): Fix type.
11438 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11439 (gnus-saved-headers): Fix type.
11440
11441 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11442 Avoid nil value of `two-lines-citation-part'.
11443
11444 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11445
11446 * which-func.el (which-function): Handle case when
11447 (car imenu--index-alist) is nil.
11448
11449 1998-09-29 Dave Love <fx@gnu.org>
11450
11451 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11452 bzip2 args.
11453
11454 1998-09-29 Simon Marshall <simon@gnu.org>
11455
11456 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11457 comint-exec-hook.
11458
11459 1998-09-29 Stephen Eglen <stephen@gnu.org>
11460
11461 * info-look.el: Add support for Octave.
11462
11463 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11464
11465 * textmodes/reftex.el (reftex-finding-files): New customize group.
11466 (reftex-texpath-environment-variables,
11467 reftex-use-external-file-finders, reftex-external-file-finders,
11468 reftex-search-unrecursed-path-first): New options.
11469 (reftex-process-string, reftex-find-file-externally): New
11470 functions.
11471 (reftex-access-search-path): Execute shell commands to find the
11472 search path.
11473 (reftex-toggle-auto-view-crossref): When turning on, make sure
11474 `reftex-auto-view-crossref' becomes non-nil.
11475 (reftex-abbrev-regexp): Constant removed.
11476 (reftex-convert-string): Abbrev regexp calculated locally.
11477
11478 1998-09-28 Dave Love <fx@gnu.org>
11479
11480 * progmodes/fortran.el: Don't call regexp-opt when deriving
11481 font-lock patterns with keywords that aren't all literal.
11482
11483 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11484
11485 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11486 the form `octave.bin:1>' which come from using precopiled binary
11487 versions.
11488
11489 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11490
11491 * help.el (help-for-help): Use %THIS-KEY%.
11492 (help-quit): Add doc.
11493
11494 * help-macro.el (make-help-screen): Keep HELP-TEXT
11495 in a separate function definition, not in the help command FNAME.
11496 Replace %THIS-KEY% with the key sequence that ran FNAME.
11497
11498 1998-09-25 Richard Stallman <rms@gnu.org>
11499
11500 * textmodes/texinfo.el (texinfo-show-structure):
11501 Bind inhibit-read-only.
11502
11503 * isearch.el (isearch-search-and-update): Properly
11504 handle upper case letters in the reverse-search special case.
11505
11506 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11507
11508 * gnus.el: Extend the list of autoloaded functions.
11509
11510 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11511 buffer before creating help group. (from Gnus v5.6.43, fix by
11512 1998-08-20 Per Starback <starback@update.uu.se>)
11513
11514 * gnus-util.el (gnus-output-to-rmail): Adjust to
11515 `rmail-output-to-rmail-file'.
11516
11517 1998-09-25 Karl Heuer <kwzh@gnu.org>
11518
11519 * hexl.el (hexl-mode-map): More of previous change.
11520
11521 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11522 (tex-start-tex): Don't use tex-start-options-string in star case.
11523 Quote file name in star case as well as in non-star.
11524 Add blank and quoting of option string here.
11525 (tex-start-options-string): Not here.
11526
11527 1998-09-23 Karl Heuer <kwzh@gnu.org>
11528
11529 * term.el (term-delimiter-argument-list): Doc fix.
11530 (term-emulate-terminal): Escape literal semicolon.
11531 * progmodes/asm-mode.el (asm-mode): Doc fix.
11532 (asm-comment-char): Escape literal semicolon.
11533 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11534
11535 1998-09-23 Richard Stallman <rms@gnu.org>
11536
11537 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11538 only those that normally modify the buffer.
11539
11540 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11541 over again.
11542
11543 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11544
11545 * ispell.el (check-ispell-version): Ensure same buffer is current
11546 when let-binding of case-fold-search ends.
11547
11548 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11549
11550 * ps-print.el: Skip invisible overlay.
11551 Test for set-buffer-multibyte rather than using mule-version.
11552 (ps-print-version): New version number (4.1) and doc fix.
11553 (ps-generate-postscript-with-faces): Skip invisible overlay.
11554
11555 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11556
11557 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11558
11559 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11560
11561 * international/quail.el (quail-update-guidance): Check for the
11562 return value of (quail-guidance) fixed.
11563 (quail-update-translation): Bind quail-current-str locally when it
11564 calls quail-update-guidance.
11565 (quail-update-translation): If input-method-exit-on-first-char is
11566 non-nil, terminate translation only when the current input method
11567 is simple.
11568
11569 1998-09-22 Paul Eggert <eggert@twinsun.com>
11570
11571 * startup.el (locale-translation-file-name): Prefer X-related names
11572 to the name used by GNU/Linux sans X. Set to nil if no file found.
11573 (command-line): Use locale-translation-file-name if it is not nil,
11574 instead of testing for its existence again.
11575 regexp-quote the ctype before using it in a regexp.
11576 Allow a colon to appear after the ctype in the aliases file,
11577 as is done in X11R6.4.
11578
11579 1998-09-21 Richard Stallman <rms@gnu.org>
11580
11581 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11582
11583 * calendar/appt.el (appt-interval): Variable deleted.
11584 (appt-check): For minutes in between appt-display-interval times,
11585 do check, but don't display anything except an updated mode line.
11586 Count against appt-display-interval based on minutes since
11587 first display of this appointment, not based on time of day.
11588 If appt-display-mode-line, force mode line redisplay
11589 whenever appt-mode-string has changed.
11590 (appt-add, appt-delete): Add autoload cookies.
11591 (appt-check): Catch errors from calling `diary'.
11592 (appt-max-time): Renamed from max-time.
11593 (appt-now-displayed, appt-display-count): New variables.
11594 (appt-timer): Don't create one if we already have one.
11595
11596 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11597 More general code to use the source buffer instead of the zap file.
11598
11599 * hilit-chg.el (highlight-compare-with-file): Renamed from
11600 compare-with-file.
11601
11602 * loadhist.el (load-history-loaded): New variable.
11603 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11604
11605 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11606
11607 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11608 Fix error messages.
11609
11610 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11611
11612 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11613 Emacs frame.
11614
11615 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11616
11617 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11618 `undecided' and `undecided-unix'.
11619
11620 1998-09-21 Dave Love <fx@gnu.org>
11621
11622 * help.el (help-make-xrefs): Fix typo affecting Info references.
11623
11624 * subr.el (remove-hook): Check list values to avoid errors.
11625
11626 1998-09-18 Noah Friedman <friedman@splode.com>
11627
11628 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11629 store string in eldoc-last-message without consing a new string.
11630 Rearrange logic from nested if's into cond's.
11631 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11632 Do not print message; just return string.
11633 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11634 Do not print message; just return string.
11635 Cache that string in eldoc-last-data.
11636 (eldoc-last-data): Make into a vector.
11637 (eldoc-get-fnsym-args-string): Use new data form of structure.
11638 (eldoc-get-var-docstring): Here also.
11639 (eldoc-last-data-store): New function.
11640 (eldoc-get-fnsym-args-string): Use it.
11641 (eldoc-get-var-docstring): Here also.
11642 (eldoc-docstring-first-line): Minimize interim string consing.
11643 Call substitute-command-keys on the result.
11644 (eldoc-print-var-docstrings, eldoc-print-docstring,
11645 eldoc-docstring-message): Functions removed.
11646 (eldoc-docstring-format-sym-doc): New function, functionality
11647 ripped out of eldoc-docstring-message.
11648 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11649
11650 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11651
11652 * international/mule.el (make-coding-system): Doc-string modified.
11653
11654 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11655
11656 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11657
11658 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11659 customize type.
11660
11661 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11662 type.
11663
11664 * progmodes/compile.el (compilation-error-screen-columns): New
11665 variable.
11666 (compilation-next-error-locus): Use it to decide whether to use
11667 forward-char or move-to-column.
11668
11669 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11670
11671 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11672 feedmail-fiddle-plex-user-list,
11673 feedmail-spray-address-fiddle-plex-list,
11674 feedmail-prompt-before-queue-user-alist,
11675 feedmail-prompt-before-queue-help-supplement,
11676 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11677 feedmail-queue-alternative-mail-header-separator): Fix customize
11678 type.
11679
11680 * startup.el (site-run-file): Fix customize type.
11681
11682 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11683 customize type.
11684
11685 * shell.el (shell-input-autoexpand): Fix customize type.
11686
11687 * ps-print.el (ps-font-info-database): Add missing dots in value.
11688 Improve layout of customize type.
11689
11690 * net-utils.el (traceroute-program-options, ping-program-options,
11691 ipconfig-program-options, netstat-program-options,
11692 arp-program-options, route-program-options,
11693 nslookup-program-options, ftp-program-options): Fix customize
11694 type.
11695
11696 * midnight.el (clean-buffer-list-kill-regexps,
11697 clean-buffer-list-kill-buffer-names,
11698 clean-buffer-list-kill-never-buffer-names,
11699 clean-buffer-list-kill-never-regexps): Fix customize type.
11700
11701 * man.el (Man-init-defvars): Avoid trailing nil on
11702 Man-filter-list.
11703
11704 * lpr.el (printer-name): Fix customize type.
11705
11706 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11707
11708 * international/mule-cmds.el (reset-language-environment): Call
11709 update-coding-systems-internal.
11710
11711 * international/mule-conf.el: Call update-coding-systems-internal
11712 at the tail.
11713
11714 1998-09-14 Dave Love <fx@gnu.org>
11715
11716 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11717 use the menu-enable properties, pending doing it correctly and
11718 acceptably fast.
11719
11720 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11721
11722 1998-09-13 Dave Love <d.love@dl.ac.uk>
11723
11724 * progmodes/hideshow.el (hs-grok-mode-type): Check
11725 comment-{start,end} non-nil as well as bound. Report an error if
11726 we can't grok the mode.
11727
11728 1998-09-13 Richard Stallman <rms@gnu.org>
11729
11730 * simple.el (blink-matching-open): Don't log paren matching
11731 messages in *Messages*.
11732
11733 1998-09-12 Richard Stallman <rms@gnu.org>
11734
11735 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11736 Set point-before-scroll at end even if there was an error.
11737
11738 * ange-ftp.el (ange-ftp-insert-file-contents):
11739 Use binary mode for dumb-unix hosts as for unix hosts.
11740 (ange-ftp-copy-file-internal): Likewise.
11741
11742 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11743
11744 * emacs-lisp/pp.el: Doc fixes.
11745
11746 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11747 (widget-choose): Don't use single-char shortcuts if # items
11748 exceeds that many. Use minibuffer instead.
11749
11750 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11751
11752 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11753
11754 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11755
11756 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11757 in terminal mode.
11758
11759 1998-09-10 Noah Friedman <friedman@splode.com>
11760
11761 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11762 defcustom declaration. It's wreaking too much havoc with XEmacs
11763 and older versions of Emacs, which share this code.
11764
11765 * type-break.el (type-break-mode): Here also.
11766
11767 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11768 `t' to add-hook also to modify the new local value.
11769
11770 1998-09-10 Dave Love <fx@gnu.org>
11771
11772 * vc.el (vc-insert-headers): Doc fix.
11773
11774 1998-09-10 Richard Stallman <rms@gnu.org>
11775
11776 * textmodes/flyspell.el (flyspell-mode-on): Make the
11777 ispell-... variables permanent locals.
11778 (flyspell-mode-off): Add autoload cookie.
11779
11780 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11781 do use binary mode, just as for `unix'.
11782 (ange-ftp-host-type): If HOST is nil, return `unix'.
11783
11784 * dired.el (dired-mark-files-containing-regexp):
11785 Don't scan directories. Ignore non-readable files.
11786
11787 * progmodes/compile.el (compilation-error-regexp-alist):
11788 Fix previous change: allow . and _ in command name.
11789
11790 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11791
11792 * uncompress.el (uncompress-while-visiting):
11793 Use just the car of what find-operation-coding-system returns.
11794
11795 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11796
11797 * shell.el (shell-file-name-quote-list): Add # to the value.
11798
11799 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11800
11801 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11802 to make killing of ispell process work even if
11803 kill-all-local-variables has been run.
11804
11805 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11806
11807 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11808 loop when sexp entry ends at end of file with no newline.
11809
11810 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11811
11812 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11813 (Custom-reset-standard): Fix menu inconsistency.
11814
11815 * mail/feedmail.el (feedmail-from-line): Allow t.
11816 (feedmail-message-id-suffix): Allow nil.
11817
11818 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11819 Simplify. Make prefix arg work right.
11820
11821 1998-09-09 Dave Love <fx@gnu.org>
11822
11823 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11824
11825 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11826
11827 1998-09-08 Dave Love <fx@gnu.org>
11828
11829 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11830 stuff only after file names or at start of line. Allow parens
11831 around e-mail, as well as angles.
11832
11833 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11834 ignore-errors too, eval'd when compile. Require w3 stuff at load
11835 time for nicer failure if it's not available.
11836
11837 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11838
11839 * comint.el (comint-arguments): Ignore backslashes when using
11840 w32 shells that expect backslashes as the directory separator.
11841
11842 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11843
11844 * international/fontset.el (resolved-ascii-font): New variable.
11845 (x-complement-fontset-spec): By side effect, set
11846 `resolved-ascii-font' to the resolved name of ASCII font."
11847 (create-fontset-from-fontset-spec): Don't get a value for
11848 resolved-ascii-font from the list full-fontlist. It is set by
11849 x-complement-fontset-spec now.
11850
11851 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11852 version, check the value of mule-version.
11853
11854 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11855
11856 * textmodes/reftex.el (reftex-view-crossref): Split up into
11857 several functions. No longer moves to find a macro.
11858 (reftex-view-cr-cite, reftex-view-cr-ref,
11859 reftex-end-of-bib-entry): New functions.
11860 (reftex-auto-view-crossref): New value `window' allowed.
11861 (reftex-view-crossref-when-idle): Process new `window' option in
11862 (reftex-translate-to-ascii-function): New default.
11863 (reftex-label-illegal-re): Default changed, removed Latin1.
11864 (reftex-latin1-to-ascii): New function.
11865 (reftex-what-environment): Check for section regexp before use.
11866 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11867 absolute path names.
11868 (reftex-TeX-master-file): Changed sequence of file checks.
11869 (reftex-do-citation): bibview cache only with RefTeX mode on.
11870
11871 1998-09-06 Richard Stallman <rms@gnu.org>
11872
11873 * progmodes/compile.el (compilation-error-regexp-alist):
11874 In first pattern (GNU utilities and other things),
11875 allow a space after the optional program name at the beginning.
11876
11877 * mail/mail-hist.el (mail-hist-current-header-contents):
11878 Fix previous change: use mail-header-end.
11879
11880 1998-09-06 Bill Richter <richter@math.nwu.edu>
11881
11882 * international/ccl.el: Doc fixes.
11883 * international/encoded-kb.el: Doc fixes.
11884 * international/fontset.el: Doc fixes.
11885 * international/kinsoku.el: Doc fixes.
11886 * international/kkc.el: Doc fixes.
11887 * international/mule-cmds.el: Doc fixes.
11888 * international/mule-conf.el: Doc fixes.
11889 * international/mule-util.el: Doc fixes.
11890 * international/mule.el: Doc fixes.
11891
11892 1998-09-05 Eric Ludlam <zappo@gnu.org>
11893
11894 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11895 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11896 (checkdoc-this-string-valid-engine): Permit ? as terminating
11897 punctuation for first line sentence breaking.
11898 (checkdoc-this-string-valid): When converting a comment into a doc
11899 string, make sure " chars are \".
11900 (checkdoc-sentencespace-region-engine): Only do double space check
11901 if based on the variable `sentence-end-double-space'
11902 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11903 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11904
11905 1998-09-04 Richard Stallman <rms@gnu.org>
11906
11907 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11908 Recognize define-skeleton as a function definer.
11909
11910 * cus-edit.el (customize-option): Refuse to customize
11911 a variable that has no defcustom. But if variable is autoloaded,
11912 first try to load the library that defines it.
11913
11914 * international/iso-insert.el: Use `string' before calling `insert'
11915 so that in multibyte buffers we insert multibyte chars.
11916
11917 * dired.el (dired-mark-files-containing-regexp):
11918 Don't use find-file; instead, insert the file in a temp buffer.
11919
11920 * textmodes/tex-mode.el (tex-start-options-string): New option.
11921 (tex-start-tex): Use that variable.
11922
11923 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11924 value in the `repeat' alternative a list.
11925
11926 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11927 the inserted newline, verify that one was really inserted.
11928
11929 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11930 remains on or remains off.
11931 (flyspell-multi-language-p): Default changed to nil.
11932
11933 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11934 In "found in comment" case, don't beginning-of-line after forward-line.
11935
11936 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11937 If the function definition is not a lambda, return original FORM
11938 with no error.
11939
11940 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
11941
11942 * net-utils.el (netstat-program-options): Changed from nil to "-a"
11943 so that by default netstat shows all network connections.
11944
11945 1998-09-04 Bob Weiner <weiner@altrasoft.com>
11946
11947 * international/quail.el: Doc fixes.
11948
11949 * info.el (info): Don't add parens if FILE already has them.
11950
11951 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
11952
11953 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11954 on extension lines.
11955
11956 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
11957
11958 * w32-fns.el (w32-shell-dos-semantics): New function.
11959
11960 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
11961
11962 * international/quail.el (quail-choose-completion-string): Store
11963 completion `choice' in `quail-current-str'; don't insert it.
11964
11965 1998-09-02 Kenichi Handa <handa@etl.go.jp>
11966
11967 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
11968 argument to ps-mule-generate-bitmap-font.
11969
11970 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11971 entry and change Latin-1 entry in the default value.
11972 (ps-mule-font-info-database-ps-bdf): New variable.
11973 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11974 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11975 registerd in FONT-SPEC.
11976 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11977 charcter width of bitmap fonts.
11978 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11979 procedure NF.
11980 (ps-begin-file): Output PostScript code for setting
11981 SpaceWidthRatio.
11982 (ps-plot-region): Use line-beginning-position to get a position of
11983 the beginning of the current line.
11984
11985 * international/mule-cmds.el (register-input-method): Doc-string
11986 modified.
11987
11988 1998-09-01 Dave Love <fx@gnu.org>
11989
11990 * international/mule-cmds.el (current-language-environment): Fix
11991 setter function.
11992
11993 1998-09-01 Simon Marshall <simon@gnu.org>
11994
11995 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11996 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11997 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11998 names with font-lock-type-face. Fontify type specs, etc., with
11999 font-lock-keyword-face.
12000
12001 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12002
12003 * international/fontset.el (x-complement-fontset-spec): If ASCII
12004 font is specified in FONTLIST, don't substitute it for the
12005 resolved name.
12006
12007 1998-08-31 Paul Eggert <eggert@twinsun.com>
12008
12009 * international/mule.el (charset-description): Doc fix.
12010
12011 * language/chinese.el, language/cyrillic.el, language/czech.el,
12012 language/devanagari.el, language/ethiopic.el,
12013 language/european.el, language/hebrew.el, language/indian.el,
12014 language/japanese.el, language/korean.el, language/lao.el,
12015 language/slovak.el, language/thai.el, language/tibetan.el,
12016 language/vietnamese.el:
12017 Add coding: local variable, to avoid bootstrapping problem
12018 if you need to recompile all the Lisp files using interpreted code.
12019
12020 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12021
12022 * cal-china.el (chinese-year-cache): Change range of years from
12023 1989-2000 to 1990-2010.
12024
12025 1998-08-29 Dave Love <d.love@dl.ac.uk>
12026
12027 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12028 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12029
12030 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12031
12032 * ps-print.el (ps-print-control-characters): Doc-string modified.
12033 (ps-output-string-prim): Comment format changed.
12034 (ps-do-despool): Indentation of source code changed.
12035
12036 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12037
12038 * subr.el (sref): Make it an alias of aref. Make the
12039 byte-compiler warn that it is obsolete.
12040 (char-bytes): Make the byte-compiler warn that it is obsolete.
12041
12042 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12043 Calculate the total bytes using position-bytes instead of
12044 char-bytes.
12045
12046 1998-08-27 Karl Heuer <kwzh@gnu.org>
12047
12048 * snmp-mode.el: New file.
12049 * files.el (auto-mode-alist): Add snmp-mode patterns.
12050
12051 1998-08-27 Karl Eichwalder <ke@suse.de>
12052
12053 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12054
12055 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12056
12057 * calendar/diary-lib.el (diary-block): Doc fix..
12058 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12059
12060 1998-08-27 Richard Stallman <rms@gnu.org>
12061
12062 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12063 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12064 Clear appt-mode-string if we don't put something in it.
12065
12066 1998-08-27 Dave Love <fx@gnu.org>
12067
12068 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12069 dired-local-variables-file for dired-x.
12070
12071 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12072 for compressed library files too.
12073
12074 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12075
12076 * language/european.el ("Latin-1"): Modify `documentation' key value.
12077 ("Latin-2"): Likewise.
12078
12079 1998-08-26 Karl Heuer <kwzh@gnu.org>
12080
12081 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12082
12083 1998-08-26 Albert L. Ting <alt@artisan.com>
12084
12085 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12086 (mail-hist-current-header-contents): Use mail-text-start.
12087
12088 1998-08-26 Richard Stallman <rms@gnu.org>
12089
12090 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12091 (customize-changed-options-previous-release): New variable.
12092 (customize-changed-options): Use that variable as default arg.
12093
12094 1998-08-26 Karl Eichwalder <ke@suse.de>
12095
12096 * midnight.el: Require `timer' not only when compiling.
12097
12098 1998-08-26 Per Starback <starback@update.uu.se>
12099
12100 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12101 buffer before creating help group.
12102
12103 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12104
12105 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12106 coding-system-for-write before saving.
12107
12108 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12109
12110 * isearch.el (isearch-forward): Doc fix.
12111
12112 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12113
12114 * emacs-lisp/find-func.el: Fix :version tags to have a string
12115 value, not a float.
12116
12117 * cus-dep.el: Fix typo in output.
12118
12119 1998-08-25 Dave Love <fx@gnu.org>
12120
12121 * repeat.el (repeat): Doc fix.
12122 [From rms:]
12123 (repeat-previous-repeated-command): New variable.
12124 (repeat): Check for real-last-command being null or repeat. Set
12125 repeat-previous-repeated-command.
12126
12127 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12128
12129 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12130
12131 * gnus/message.el (message-send-mail-with-sendmail): Bind
12132 coding-system-for-write by the return value of
12133 select-message-coding-system.
12134 (message-send-mail-with-qmail): Likewise.
12135
12136 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12137
12138 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12139 define-derived-mode.
12140
12141 * files.el (file-name-invalid-regexp):
12142 Fix regex for ms-dos without long file names.
12143
12144 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12145
12146 * ps-print.el: Multi-byte buffer handling.
12147 (ps-print-version): New version number (4.0) and doc fix.
12148 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12149 compilation for GNU Emacs and emacsens.
12150 (ps-generate-postscript-with-faces): Force invisible text to be
12151 visible.
12152 (dos-ps-printer): New var to avoid compilation gripes.
12153
12154 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12155
12156 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12157 that no more characters can't be printed in the current line.
12158
12159 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12160
12161 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12162 greater than TO.
12163
12164 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12165
12166 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12167 20.2 and the earlier version.
12168 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12169 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12170 (ps-mule-find-wrappoint): Likewise.
12171 (ps-mule-generate-font): Change `X' to `x' in format
12172 control-string.
12173 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12174 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12175 `restore' form procedures `BC' and `EC'.
12176
12177 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12178
12179 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12180 is an executable procedure. Make LineThickness, Xshadow, and
12181 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12182 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12183 ps-mule-font-info-database-bdf): New vars.
12184 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12185 (ccl-encode-ethio-unicode): New CCL program.
12186 (ps-mule-encode-ethiopic): New fun.
12187 (ps-mule-current-charset): New var.
12188 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12189 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12190 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12191 (ps-mule-external-libraries): New var.
12192 (ps-mule-init-external-library): New fun.
12193 (ps-mule-font-cache): New var.
12194 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12195 (ps-last-font): New var.
12196 (ps-mule-prepare-font): New fun.
12197 (ps-mule-charset-list): New var.
12198 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12199 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12200 ps-mule-plot-string): New funs.
12201 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12202 New vars.
12203 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12204 ps-mule-prepare-cmpchar-font): New funs.
12205 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12206 vars.
12207 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12208 ps-mule-generate-bitmap-glyph): New funs.
12209 (ps-mule-initialize, ps-mule-begin): New funs.
12210 (ps-output-string-prim): Insert string as unibyte.
12211 (ps-output-prologue): New fun.
12212 (ps-flush-output): Handle the case of 'prologue.
12213 (ps-begin-file): Call ps-mule-initialize.
12214 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12215 printing multibyte characters.
12216 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12217 (ps-basic-plot-string): Handle the case of printing ASCII
12218 characters by external libraries (e.g. BDF).
12219 (ps-set-font): Set ps-last-font.
12220 (ps-plot-region): Handle multibyte characters, use
12221 ps-mule-plot-string for them.
12222 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12223
12224 * bdf.el: New file.
12225
12226 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12227
12228 * international/mule-cmds.el (select-message-coding-system): New
12229 function.
12230 (set-language-environment-coding-systems): Set
12231 default-sendmail-coding-system.
12232
12233 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12234 (default-sendmail-coding-system): New variable.
12235 (sendmail-send-it): Encode the message by a coding system
12236 select-message-coding-system returns.
12237
12238 1998-08-23 Eric Ludlam <zappo@gnu.org>
12239
12240 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12241 (speedbar-mode): Set buffer to read only.
12242 (speedbar-temp-buffer-show-function): For emacs don't call hook
12243 with arguments.
12244 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12245
12246 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12247
12248 * speedbar.el (speedbar-key-map): Fix typo.
12249
12250 See ChangeLog.7 for earlier changes.