]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(byte-compile-eval): Fix and reenable the code.
[gnu-emacs] / lisp / ChangeLog
1 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
4 the code.
5
6 2000-03-26 Dave Love <fx@gnu.org>
7
8 * net/browse-url.el (browse-url): Re-fix case of
9 browse-url-browser-function being an alist.
10 (browse-url): Add :link to defgroup.
11
12 * files.el: Doc fixes.
13 (file-truename): Include `[' in wildcard characters.
14 (automount-dir-prefix): Customize.
15 (find-file-wildcards): Add :version.
16 (find-file-noselect): Simplify a mapcar call.
17
18 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
19 compatible with inf-lisp version.
20 (eval-defun-1): Fix custom-declare-variable case.
21
22 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23
24 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
25
26 2000-03-24 Gerd Moellmann <gerd@gnu.org>
27
28 * Makefile (COMPILE_FIRST): New macro.
29 (compile-files): Compile files from COMPILE_FIRST first.
30
31 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
32 code.
33
34 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
35 matching open parenthesis in column 0 to defun-prompt-regexp
36 only if open-paren-in-column-0-is-defun-start is set.
37
38 * sun-curs.el: Require CL at compile-time only.
39
40 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
41 instead of copy-list which is a function from CL.
42 (msb--choose-menu, msb--mode-menu-cond)
43 (msb--create-buffer-menu-2): Use dolist instead of mapc.
44 (msb--init-file-alist): Use mapcar instead of mapcan.
45 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
46 `(' in column 0 in doc string.
47 (msb--add-separators): Use mapcar instead of mapcan.
48
49 * cus-dep.el: Require CL at compile-time only.
50
51 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
52
53 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
54 (byte-compile-warnings): New warning `noruntime'.
55 (byte-compile-constants, byte-compile-variables): Fix docstring.
56 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
57 execute `eval-whenc-compile's body.
58 (byte-compile-unresolved-functions): Fix docstring.
59 (byte-compile-eval): New function.
60 (byte-compile-callargs-warn): Check if the function will be available
61 at runtime (via property `byte-compile-noruntime').
62 (byte-compile-print-syms): New function.
63 (byte-compile-warn-about-unresolved-functions): Also warn about
64 `noruntime' functions (and use `byte-compile-print-syms').
65 (byte-compile-file): Capitalize the message.
66
67 2000-03-24 Gerd Moellmann <gerd@gnu.org>
68
69 * mail/rmail.el (rmail-confirm-expunge): New user-option.
70 (rmail-expunge): Ask for confirmation depending on the setting
71 of rmail-confirm-expunge.
72
73 2000-03-23 Gerd Moellmann <gerd@gnu.org>
74
75 * Makefile (bootstrap-clean): If $(emacs) exists, build
76 loaddefs.el first. A loaddefs.el that's not up-to-date might
77 cause a bootstrap failure because things don't autoload as
78 expected.
79
80 2000-03-23 Dave Love <fx@gnu.org>
81
82 * net/browse-url.el: Restore previous use of
83 browse-url-maybe-new-window.
84
85 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
86
87 * ps-print.el: Skip banner page fix.
88 (ps-print-version): New version number (5.1.2).
89 (ps-begin-file, ps-end-file, ps-generate): Code fix.
90
91 2000-03-23 Dave Pearson <davep@davep.org>
92
93 * net/quickurl.el Changed the type of parameter passed to the
94 function defined by `quickurl-format-function'. Before only the
95 text of the URL was passed. Now the whole URL structure is passed
96 and the function is responsible for extracting the parts it
97 requires. Changed the default of `quickurl-format-function'
98 accordingly.
99 (quickurl-insert): Changed the `funcall' of
100 `quickurl-format-function' to match the above change.
101 (quickurl-list-insert): Changed the `url' case so that it makes
102 use of `quickurl-format-function', previous to this the format was
103 hard wired.
104
105 2000-03-22 Gerd Moellmann <gerd@gnu.org>
106
107 * startup.el: Change some spellings for the X Window System.
108
109 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
110
111 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
112 up the code and the regexp and make sure the cursor is temporarily
113 moved to the suspicious line while querying the user.
114
115 2000-03-22 Jason Rumney <jasonr@gnu.org>
116
117 * w32-fns.el (w32-charset-info-alist): Initialize.
118
119 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
120
121 * ps-print.el: N-up last page fix.
122 (ps-print-version): New version number (5.1.1).
123 (ps-end-file, ps-end-job, ps-generate): Code fix.
124
125 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
126
127 * files.el (find-file-run-dired): Update docstring.
128 (find-directory-functions): New hook.
129 (find-file-noselect): Run find-directory-functions rather than
130 calling dired directly.
131
132 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
133
134 * pcvs.el: Add a minimal leading commentary.
135 (cvs-make-cvs-buffer): Change the header part by removing the startup
136 message and adding a `Module' entry. Also replace the FOOTER and
137 HEADER special fileinfos with the new support in ewoc for updating
138 its own footer and header.
139 (cvs-update-header): Update to use the header/footer of the ewoc.
140 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
141 (cvs-is-within-p): New function.
142 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
143 to only examine some subset of the buffers.
144
145 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
146 `format' instead of our own ad-hoc functions.
147 Remove HEADER and FOOTER cases, now handled in the EWOC.
148 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
149
150 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
151 output to avoid scaring the user.
152 (cvs-parse-table): Catch message for non-up-to-date commits.
153
154 * pcvs-defs.el (cvs-startup-message): Remove.
155 (cvs-global-menu): New autoloaded menu.
156
157 * pcvs-util.el (cvs-string-fill): Remove.
158
159 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
160 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
161 PP part of it and also make it work for footers and headers.
162 (ewoc-create): Drop POS and BUFFER arguments.
163 Use the DLL's dummy node to store the end-of-footer position.
164 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
165 (ewoc-refresh): Remove unused `header' variable.
166 (ewoc-(get|set)-hf): New functions.
167
168 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
169 log-view-*-(message|file) and use easy-mmode-define-navigation.
170 (log-view-message-re): Match SCCS format as well.
171 And match the revision line rather than the dashed separator line.
172 (log-view-mode): Use the new define-derived-mode.
173 (log-view-current-tag): Fill in with an actual implementation.
174
175 * cvs-status.el (cvs-status-(prev|next)): Rename from
176 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
177 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
178 to let the output "breathe" a little more (more readable).
179 (cvs-status-mode): Use the new define-derived-mode.
180
181 * smerge-mode.el (smerge-auto-leave): New function and variable.
182 (smerge-basic-map): Rename from smerge-basic-keymap.
183 Change the bindings for smerge-diff-*.
184 (smerge-*-map): Use easy-mmode-defmap.
185 (smerge-(next|prev)): Use easy-mmode-define-navigation.
186 (smerge-keep-*): Use smerge-auto-leave.
187
188 2000-03-21 Jason Rumney <jasonr@gnu.org>
189
190 * cus-edit.el (custom-button-face): Use 3D look for w32.
191 (custom-button-pressed-face): Likewise.
192
193 2000-03-21 Gerd Moellmann <gerd@gnu.org>
194
195 * progmodes/etags.el (tags-case-fold-search): New user-option.
196 (tags-loop-eval): New function. Bind case-fold-search around eval
197 depending on the value of tags-case-fold-search.
198 (tags-loop-continue): Use tags-loop-eval.
199 (find-tag-in-order): Bind case-fold-search depending on the value
200 of tags-case-fold-search.
201
202 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
203
204 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
205 (diff-end-of-hunk): Return the end position for use in
206 `easy-mmode-define-navigation'.
207 (diff-recenter): Remove.
208 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
209 of `easy-mmode-define-navigation'.
210 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
211 previous renaming) and fix to use new names.
212 (diff-merge-strings): Use \n as separator: simpler, faster.
213 (diff-mode): Use `define-derived-mode'.
214
215 * derived.el (define-derived-mode): Don't autoload anymore.
216 Prefer the macro-only version provided by easy-mmode.el.
217
218 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
219 `easy-mmode-define-derived-mode'.
220 Use `combine-run-hooks'.
221 (easy-mmode-define-navigation): New macro.
222
223 * subr.el (combine-run-hooks): New function.
224
225 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
226
227 * term/x-win.el: Fontsets related initialization is simplified.
228
229 * international/mule-diag.el (describe-font): Don't refer to
230 global-fontset-alist, instead call font-list.
231 (describe-fontset, list-fontsets, mule-diag): Likewise.
232 (print-fontset): Adjusted for the change of fontset
233 implementation.
234
235 * international/fontset.el (x-charset-registries): Variable
236 removed, instead the corresponding data is stored in the default
237 fontset.
238 (register-alternate-fontnames): Function removed.
239 (resolved-ascii-font): Variable removed.
240 (x-compose-font-name): Ignore the second argument REDOCE.
241 (x-complement-fontset-spec): Complement only an ASCII font and
242 element for those charsets than can use that ASCII font.
243 (generate-fontset-menu): Don't refer to global-fontset-alist,
244 instead call fontset-list.
245 (uninstantiated-fontset-alist): Variable removed.
246 (x-style-funcs-alist): Likewise.
247 (fontset-default-styles): Likewise.
248 (x-modify-font-name): Function removed.
249 (create-fontset-from-fontset-spec): Ignore the argument
250 STYLE-VARIANT.
251 (create-fontset-from-ascii-font): Docsting adjusted for the above
252 change.
253 (instantiate-fontset, resolve-fontset-name): Functions removed.
254 (fontset-list): Now implemented by C code.
255
256 * faces.el (read-face-font): Fix TABLE arg to completing-read.
257 (describe-face): Include `font' attribute in the description.
258
259 2000-03-21 Kenichi Handa <handa@etl.go.jp>
260
261 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
262
263 2000-03-20 Gerd Moellmann <gerd@gnu.org>
264
265 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
266 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
267 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
268
269 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
270 about behavior of set-buffer-modified-p wrt redisplay.
271
272 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
273
274 * view.el (view-mode-disable): Kill local binding of view-read-only.
275
276 2000-03-18 Gerd Moellmann <gerd@gnu.org>
277
278 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
279 is a string, convert it to a syntax cell using string-to-syntax.
280
281 * simple.el (syntax-code-table, syntax-flag-table): New variables.
282 (string-to-syntax): New function.
283
284 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
285 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
286 try to use passive ftp mode.
287
288 2000-03-17 Gerd Moellmann <gerd@gnu.org>
289
290 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
291
292 * simple.el (append-to-buffer): Update point of windows after
293 insertion.
294
295 * abbrev.el (inverse-add-abbrev): Identify word by first moving
296 forward then moving backward. Reindent.
297
298 * frame.el (other-frame): Call x-focus-frame only if
299 focus-follows-mouse is off.
300
301 2000-03-17 Dave Love <fx@gnu.org>
302
303 * pcvs-util.el (cvs-strings->string): Rename
304 replace-regexps-in-string.
305
306 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
307
308 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
309 regexp for labels cannot span several lines.
310
311 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
312 `(setq :<key> ':<key>)' to the macro expansion.
313
314 2000-03-16 Dave Love <fx@gnu.org>
315
316 * progmodes/f90.el (f90): Put custom group under `languages', not
317 `fortran'.
318 (f90-mode-hook): Customize.
319 (f90-mode): Set add-log-current-defun-function.
320 (f90-current-defun): New function.
321
322 2000-03-16 Gerd Moellmann <gerd@gnu.org>
323
324 * cus-edit.el (custom-variable-tag-face): Handle case that
325 default face's height is not a number.
326 (custom-face-tag-face, custom-group-tag-face-1)
327 (custom-group-tag-face): Ditto.
328 (custom-group-tag-face-1): Add :group.
329
330 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
331
332 2000-03-15 Gerd Moellmann <gerd@gnu.org>
333
334 * pcvs-defs.el (toplevel): Remove autoload cookie for form
335 requiring easymenu.
336
337 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
338
339 * ps-print.el: PostScript user-defined prologue, PostScript error
340 handler, doc fix.
341 (ps-print-version): New version number (5.1).
342 (ps-user-defined-prologue, ps-error-handler-message)
343 (ps-print-prologue-0, ps-error-handler-alist): New vars.
344 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
345 (ps-insert-string): New function.
346
347 2000-03-15 Kenichi Handa <handa@etl.go.jp>
348
349 * international/ccl.el (ccl-compile-expression): Don't generate
350 invalid self-assignment code.
351
352 2000-03-14 Dave Love <fx@gnu.org>
353
354 * subr.el (replace-regexp-in-string): Renamed from
355 replace-regexps-in-string. Doc fix.
356
357 2000-03-12 Dave Love <fx@gnu.org>
358
359 * cus-edit.el: Doc fixes.
360 (customize-set-variable, customize-save-variable): Rename args for
361 doc.
362 (custom-variable-tag-face, custom-face-tag-face)
363 (custom-group-tag-face-1, custom-group-tag-face): Modify from
364 style which user identify as hyperlink.
365 (hook): Don't add undefined functions to the hook.
366 (debug-ignored-errors): Transfer message from bindings.el.
367
368 2000-03-12 Gerd Moellmann <gerd@gnu.org>
369
370 * recentf.el (recentf-keep-non-readable-files-p): Remove
371 double/nested definition.
372
373 2000-03-12 Dave Love <fx@gnu.org>
374
375 * facemenu.el (facemenu-get-face): Use display-color-p.
376 * enriched.el (enriched-decode-foreground): Likewise.
377 (enriched-decode-background): Likewise.
378 * isearch.el (isearch-highlight): Likewise.
379 * info-look.el (info-lookup): Likewise.
380 * simple.el (completion-setup-function): Likewise.
381
382 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
383 :options.
384
385 * bindings.el (mode-line-format): Fix line-number and
386 column-number items. Add help-echo for the background.
387 (mode-line-mule-info): Modify help-echo.
388
389 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
390 defcustom.
391
392 * files.el (load-file): Allow completion to .elc.
393
394 * man.el: Doc fixes.
395 (Man-init-defvars): Use display-color-p to set fontification.
396
397 * play/hanoi.el (hanoi-internal): Don't use oddp.
398
399 2000-03-12 Gerd Moellmann <gerd@gnu.org>
400
401 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
402
403 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
404
405 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
406
407 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
408 Fix comment.
409
410 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
411
412 * font-lock.el (font-lock-keywords): Fix the doc now that
413 regexp-opt-depth is unnecessary.
414 (save-buffer-state): Set an edebug spec.
415 (font-lock-fontify-anchored-keywords): Properly handle the case when
416 the matcher goes past the limit.
417
418 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
419 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
420
421 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
422 dll.el and cookie.el (from Elib) with heavy renaming and other
423 massaging.
424
425 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
426 Autoload the functions used.
427 (easy-mmode-define-syntax): Fix CL typo.
428 (easy-mmode-define-derived-mode): Improve the docstring generation.
429
430 2000-03-10 Gerd Moellmann <gerd@gnu.org>
431
432 * textmodes/texinfo.el (texinfo-version): Variable and function
433 removed.
434
435 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
436
437 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
438 allow more flexibility.
439 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
440 fns.
441 (easy-mmode-defmap, easy-mmode-defsyntax)
442 (easy-mmode-define-derived-mode): New macros.
443
444 2000-03-09 Didier Verna <didier@xemacs.org>
445
446 * rect.el (replace-rectangle): New function.
447
448 2000-03-09 Dave Love <fx@gnu.org>
449
450 * progmodes/fortran.el (fortran-comment-line-start): Define as
451 "C".
452 (fortran-comment-line-start-skip): Don't match cpp stuff.
453 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
454 (fortran-mode-map): Remove over-eager custom-menu-create for now.
455 (fortran-mode): Don't set fortran-comment-line-start-skip,
456 fortran-comment-line-start here. Set comment-start,
457 add-log-current-defun.
458 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
459 (fortran-current-defun): New function.
460
461 2000-03-09 Gerd Moellmann <gerd@gnu.org>
462
463 * emacs-lisp/re-builder.el: New file.
464
465 * mouse.el (mouse-drag-region): Don't run up-event handler
466 if hscroll has changed.
467
468 * octave-mod.el (octave-font-lock-keywords): To font-lock the
469 builtin operators, use `font-lock-builtin-face' for Emacs and
470 `font-lock-preprocessor-face' otherwise.
471
472 * font-lock.el (lisp-font-lock-keywords-1): Highlight
473 `(defun (setf foo)' differently.
474
475 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
476
477 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
478 (regexp-opt): Update comment and adapt the code the new meaning of
479 the `paren' argument of regex-opt-group for shy-groups.
480 (regexp-opt-depth): Handle shy groups as well as backslashed
481 backslashes.
482 (regexp-opt-group): Turn the leading comment into a docstring.
483 Allow `paren' to be a string (the string to use to open a group).
484 Remove open-presuf and close-presuf. Instead of checking for `all
485 one-char' and then later on check for `several one-char', handle
486 both cases close together. Also apply a more generic algorithm
487 for suffixes (the mirror image of the algorithm used for
488 prefixes). Use shy-groups. Use nreverse rather than reverse.
489 (regexp-opt-try-suffix): Removed.
490
491 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
492 from comint-mode-map, so we can just inherit from it. Also, move
493 the initialization into the `defvar' since there's no docstring
494 anyway and it's fairly short.
495 (inferior-scheme-mode): Define it as derived-mode: the code is
496 shorter and this way we inherit from comint-mode-map rather than
497 copying it.
498
499 * subr.el (replace-regexps-in-string): Properly handle the case
500 where we match an empty string.
501
502 * comint.el (comint-exec-1): Add the current-dir to the exec-path
503 when the command has a directory component (such as "./testml").
504 Also fix a typo in the comment.
505
506 2000-03-08 Gerd Moellmann <gerd@gnu.org>
507
508 * Makefile (compile-files): Compile files one by one because
509 that's the only way to ensure a clean compilation environment for
510 each individual file.
511
512 * frame.el (other-frame): Call x-focus-frame.
513
514 2000-03-07 Dave Love <fx@gnu.org>
515
516 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
517 :require to defcustom.
518
519 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
520 lists.
521
522 * files.el (auto-mode-alist): Add configure.in.
523
524 * progmodes/autoconf.el: New file.
525
526 2000-03-07 Gerd Moellmann <gerd@gnu.org>
527
528 * mail/mh-e.el: Change maintainer to `none'.
529
530 * recentf.el (recentf-keep-non-readable-files-p): Quote args
531 to remove-hook and add-hook.
532
533 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
534
535 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
536 it as the default.
537 (mail-send): Test mail-send-nonascii also for the new `mime' value.
538 (sendmail-send-it): Conditionally add MIME headers specifying the
539 used character set.
540
541 2000-03-07 Dave Love <fx@gnu.org>
542
543 * winner.el: Fix keywords, autoload cookies. Split
544 eval-when-compile form to avoid compilation failure.
545
546 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
547
548 * international/mule.el: Modify comment about coding system
549 property `coding-category'.
550 (make-coding-system): New argument EOL-TYPE. Pay attention to
551 coding-category property of PROPERTIES.
552
553 * international/mule-conf.el (coding-category-utf-8,
554 coding-category-utf-16-be, coding-category-utf-16-le): New coding
555 categories. Include them in the argument for set-coding-priority.
556
557 * international/mule-cmds.el (reset-language-environment): Include
558 coding-category-utf-8, coding-category-utf-16-be, and
559 coding-category-utf-16-le in the argument for set-coding-priority.
560 (reset-language-environment): Initialize coding-category-utf-8,
561 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
562
563 2000-03-06 Karl Fogel <kfogel@red-bean.com>
564
565 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
566 code abstracted out of `bookmark-jump-noselect'. Now tries info
567 extensions as well as compression extensions.
568 (bookmark-jump-noselect): Use above new func.
569
570 2000-03-03 Gerd Moellmann <gerd@gnu.org>
571
572 * strokes.el: Change maintainer's mail address.
573
574 2000-03-03 Kenichi Handa <handa@etl.go.jp>
575
576 * international/mule-diag.el (list-character-sets): Make help-echo
577 string by substitute-command-keys.
578 (list-character-sets): Likewise.
579 (sort-listed-character-sets): Call help-setup-xref.
580
581 2000-03-02 Gerd Moellmann <gerd@gnu.org>
582
583 * time.el (display-time-mail-file): Add `none' to the list of
584 choices.
585
586 2000-03-01 Dave Love <fx@gnu.org>
587
588 * help.el (help-xref-go-back): Don't try to set position.
589
590 * international/mule-diag.el (list-character-sets): Call
591 help-setup-xref. Add help-echo to xrefs.
592 (list-character-sets-1): Add help-echo to xrefs.
593
594 2000-03-02 Gerd Moellmann <gerd@gnu.org>
595
596 * frame.el (blink-cursor-mode): Switch cursor on when turning
597 the mode off.
598
599 * add-log.el (add-log-current-defun): Add support for
600 Autoconf mode.
601
602 * mail/rmail.el (rmail-quit-hook): New variable.
603
604 2000-03-01 Dave Love <fx@gnu.org>
605
606 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
607
608 * help.el (help-xref-button): Add help-echo arg.
609 (describe-function-1, describe-variable, help-make-xrefs): Use it.
610
611 * faces.el (list-faces-display): Supply help-echo with
612 help-make-xrefs.
613
614 * facemenu.el (list-text-properties-at): Set help-xref-stack to
615 nil.
616
617 2000-03-01 Gerd Moellmann <gerd@gnu.org>
618
619 * image.el (defimage): Look for image files in load-path.
620
621 * frame.el (busy-cursor-delay-seconds): Change type to
622 `number'.
623
624 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
625
626 * recentf.el (recentf): Added version tag to the defgroup of
627 recentf.
628
629 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
630
631 * recentf.el (recentf-cleanup): Changed to remove excluded file
632 too.
633 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
634 action to select/unselect a file.
635 (recentf-edit-list): Code cleanup and improvement.
636 (recentf-open-more-files-action): `recentf-open-more-files' button
637 widget action to open a file.
638 (recentf-open-more-files): No more use standard completion but
639 widgets.
640 (recentf-more-collection): Deleted.
641 (recentf-more-history): Deleted.
642 (recentf-setup-more-completion): Deleted.
643
644 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
645
646 * recentf.el (recentf-mode): No more needs that Emacs is running
647 under a window-system.
648
649 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
650
651 * recentf.el (recentf-edit-list): New command to edit the recent
652 list which allow the user to remove files.
653 (recentf-edit-selected-items): New global variable, used by
654 `recentf-edit-list' to hold the list of files to be removed from
655 the recent list.
656 (recentf-make-menu-items): Updated to display a "Edit list..."
657 menu item. Minor code cleanup.
658
659 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
660
661 * recentf.el (recentf-open-more-files): New command to open files
662 that are not displayed in the menu.
663 (recentf-more-collection): New global variable holding the set of
664 permissible completions used by `recentf-open-more-files'.
665 (recentf-more-history): New global variable holding the history list
666 used by `recentf-open-more-files' completion.
667 (recentf-setup-more-completion): New function to setup completion for
668 `recentf-open-more-files'.
669 (recentf-make-menu-items): Updated to display a "More..." menu item.
670
671 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
672
673 * recentf.el (recentf-menu-action): Doc fixed.
674
675 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
676
677 * recentf.el (recentf-menu-filter): Doc updated.
678 (recentf-update-menu-hook): Allow menu filters to force menu update.
679 (recentf-make-menu-items): New menu filter handling.
680 (recentf-make-menu-item): New helper function.
681 (recentf-menu-elements): New menu handling function.
682 (recentf-sort-ascending): Updated to new menu filter handling.
683 (recentf-sort-descending): Updated to new menu filter handling.
684 (recentf-sort-basenames-ascending): New menu filter function.
685 (recentf-sort-basenames-descending): New menu filter function.
686 (recentf-show-basenames): New menu filter function.
687 (recentf-show-basenames-ascending): New menu filter function.
688 (recentf-show-basenames-descending): New menu filter function.
689
690 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
691
692 * diary-lib.el (list-diary-entries): Don't try to go forward at
693 the end of the buffer.
694
695 2000-02-29 Kenichi Handa <handa@etl.go.jp>
696
697 * international/mule-diag.el (list-character-sets): Completely
698 rewritten.
699 (sort-listed-character-sets): New function.
700 (list-character-sets-1): Completely rewritten.
701 (list-character-sets-2): New function.
702 (non-iso-charset-alist): New variable.
703 (decode-codepage-char): New function.
704 (charset-history): New variable.
705 (read-charset) (list-block-of-chars)
706 (list-iso-charset-chars)
707 (list-non-iso-charset-chars)
708 (list-charset-chars): New functions.
709 (mule-diag): Call list-character-sets-2, not
710 list-character-sets-2.
711 (dump-charsets): Likewise.
712
713 2000-02-29 Gerd Moellmann <gerd@gnu.org>
714
715 * dired-x.el (dired-filename-at-point): Add `@' to valid
716 file name characters.
717 (dired-filename-at-point): Handle ange-ftp file names.
718
719 * frame.el (frame-notice-user-settings): Use assq-delete-all
720 instead of assoc-delete-all.
721 (frame-notice-user-settings): Ditto.
722
723 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
724 Don't copy alist.
725
726 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
727
728 * calculator.el (calculator-use-menu): New option.
729 (calculator-initial-bindings): Changed some bindings to work as
730 macros.
731 (calculator-forced-input): Removed.
732 (calculator-restart-other-mode): New variable.
733 (calculator-mode-map): Set up menu.
734
735 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
736
737 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
738 tags.
739
740 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
741
742 * viper-cmd.el (viper-envelop-ESC-key): added the option to
743 translate all ESC key sequences.
744 (viper-goto-mark-subr): restore markers for files for which
745 they were saved.
746 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
747 * viper-util.el (viper-set-replace-overlay-glyphs,
748 viper-set-replace-overlay): always check if the replacement
749 overlay is live.
750 * viper.el (viper-vi-state-mode-list): added major modes.
751 * ediff-wind.el: minor comment changes.
752 * ediff.el: copyright notice date fix.
753
754 2000-02-27 Jason Rumney <jasonr@gnu.org>
755
756 * faces.el (face-font-family-alternatives): Add arial to helv.
757 (mode-line, header-line, tool-bar): Same default as x for w32.
758 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
759 face-font-family-alternatives from working.
760 * term/w32-win.el (mouse-set-font): Do not build fontset from
761 chosen font.
762
763 2000-02-25 Sam Steingold <sds@goems.com>
764
765 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
766 properly.
767
768 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
769
770 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
771
772 2000-02-25 Gerd Moellmann <gerd@gnu.org>
773
774 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
775 writable.
776
777 * frame.el (busy-cursor-delay-seconds): New option.
778
779 2000-02-24 Gerd Moellmann <gerd@gnu.org>
780
781 * frame.el (show-cursor-in-non-selected-windows): New option.
782
783 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
784
785 * diary-lib.el (include-other-diary-files): Undo the selective
786 display in any included file and don't kill it.
787
788 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
789
790 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
791 bar. Menu items converted to (menu-item format, help strings
792 added.
793 [downcase, upcase]: Don't enable on MS-DOS.
794 [symlink, symlinks]: Don't show if make-symbolic-link is not
795 bound.
796 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
797
798 2000-02-23 Dave Love <fx@gnu.org>
799
800 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
801 (backward-kill-word): Revert addition of * to interactive spec --
802 it's a feature.
803
804 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
805 (backward-kill-sentence, kill-sentence): Likewise.
806
807 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
808 scratch buffer name.
809 (gud-format-command): Use int-to-string in ?l case. Simplify
810 slightly.
811
812 * term/w32-win.el (internal-face-interactive): Update prompt for
813 new read-face-name.
814
815 * mail/footnote.el (footnote): Add :version to defgroup.
816 (footnote-section-tag-regexp): Customize.
817 (footnote-start-tag, footnote-end-tag): New option.
818 (footnote-latin-regexp): New variable.
819 (Footnote-latin): New function.
820 (footnote-style-alist): Add element for latin style.
821 (footnote-style): Moved.
822 (Footnote-goto-footnote): Use eq to test arg.
823
824 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
825
826 * emacs-lisp/byte-opt.el: Change old backquote syntax.
827 (byte-compile-trueconstp): Include keywords.
828 (byte-optimize-quote, byte-optimize-lapcode): Use
829 byte-compile-const-symbol-p.
830 (byte-optimize-char-before): New optimization.
831
832 * emacs-lisp/bytecomp.el: Change old backquote syntax.
833 (byte-compile-const-symbol-p): New function.
834 (byte-compile-constp, byte-compile-out-toplevel)
835 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
836 Use it.
837
838 * subr.el (define-key-after): Default AFTER to t. Doc fix.
839
840 2000-02-23 Kenichi Handa <handa@etl.go.jp>
841
842 * international/encoded-kb.el: Be sure to update minor-mode-alist
843 and minor-mode-map-alist.
844 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
845 codes SS2 and SS3 correctly.
846 (encoded-kbd-self-insert-ccl): New function.
847 (encoded-kbd-setup-keymap): New function.
848 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
849 by calling encoded-kbd-setup-keymap.
850
851 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
852 characters.
853 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
854 locally.
855
856 2000-02-22 Dave Love <fx@gnu.org>
857
858 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
859 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
860 defvar.
861 (lisp-mode-syntax-table): Set up for #|...|# comments.
862 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
863 classes. Match `defface'.
864 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
865 (eval-defun-1): Fix for defcustom.
866 (lisp-indent-region): Doc fix.
867
868 * subr.el (when, unless, split-string): Doc fix.
869 (read-passwd): Move call of clear-this-command-keys to the right
870 place.
871 (replace-regexps-in-string): New function.
872
873 2000-02-22 Gerd Moellmann <gerd@gnu.org>
874
875 * help.el (describe-variable): Set syntax table to
876 emacs-lisp-mode-syntax-table when moving forward over the
877 symbol's name.
878
879 2000-02-22 Dave Love <fx@gnu.org>
880
881 * xt-mouse.el: Doc fixes.
882 (xterm-mouse-position-function): New function, replacing advice of
883 mouse-position.
884 (xterm-mouse-mode): Use it. Don't turn on under a window system.
885
886 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
887
888 2000-02-21 Gerd Moellmann <gerd@gnu.org>
889
890 * format.el (format-annotate-single-property-change): Handle
891 properties.with dotted-list values.
892 (format-proper-list-p): New function.
893
894 * enriched.el (enriched-face-ans): Handle '(foreground-color
895 . COLOR) and (background-color . COLOR).
896
897 2000-02-20 Dave Love <fx@gnu.org>
898
899 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
900 and assignments to it.
901 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
902 current local map.
903 (make-flyspell-overlay): Use it.
904 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
905
906 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
907 (lm-get-header-re): Defun, not defsubst.
908 (lm-get-package-name): Defun, not defsubst. Simplify.
909 (lm-version): Doc fix. Simplify.
910 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
911 (lm-crack-address, lm-last-modified-date, lm-commentary)
912 (lm-verify, lm-synopsis): Simplify.
913 (lm-report-bug): Require emacsbug. Use compose-mail.
914
915 2000-02-20 Gerd Moellmann <gerd@gnu.org>
916
917 * dired.el (dired-mode): Call propertized-buffer-identification
918 to set mode-line-buffer-identification to something having
919 the right text properties.
920
921 * bindings.el (propertized-buffer-identification): New function.
922
923 2000-02-20 Dave Love <fx@gnu.org>
924
925 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
926 check for t-mouse too.
927
928 * cus-start.el: Make echo-keystrokes `number'.
929
930 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
931
932 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
933 Don't call ring-empty-p unless tags-location-ring is bound.
934 From Noah Friedman <friedman@splode.com>.
935
936 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
937
938 * progmodes/hideshow.el (hs-flag-region): No longer use
939 `intangible' overlay property.
940
941 (hs-toggle-hiding): New command.
942 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
943
944 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
945 Fix omission bug: Run `hs-minor-mode-hook' for both activation
946 and deactivation.
947
948 2000-02-18 Gerd Moellmann <gerd@gnu.org>
949
950 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
951
952 2000-02-17 Gerd Moellmann <gerd@gnu.org>
953
954 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
955
956 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
957 of `*' to handle `(* ... *)' comments.
958
959 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
960
961 * faces.el (list-faces-display): Use display-mouse-p instead of
962 window-system.
963
964 * menu-bar.el (global-map): Menu-bar items converted to the new
965 format (menu-item..., rearranged for better CUA compliance, and
966 their names changed for better clarity. Help strings added.
967
968 * international/mule-cmds.el (mule-menu-keymap)
969 (describe-language-environment-map, set-coding-system-map)
970 (setup-language-environment-map): Convert to new (menu-item...
971 form, add help strings. Change names of menu items for better
972 clarity. "Mule" menu-bar item removed (it's now in the "Options"
973 submenu).
974
975 2000-02-17 Gerd Moellmann <gerd@gnu.org>
976
977 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
978 within the code.
979
980 2000-02-16 Dave Love <fx@gnu.org>
981
982 * faces.el: Don't require custom. Add more specific :groups to
983 various deffaces.
984 (set-face-attribute): Purecopy args.
985 (read-face-name): Default to name at point and use it in prompt.
986 Remove colon from arg in all callers.
987 (list-faces-display): Hyperlink to face descriptions and customize
988 buffers.
989
990 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
991
992 * wid-edit.el (widget-match-inline): An atom never matches a
993 list.
994
995 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
996
997 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
998 at ':' characters by call to split-string.
999
1000 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1001
1002 * textmodes/bibtex.el: Added RCS version identification.
1003
1004 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1005
1006 * textmodes/bibtex.el: Some temporary comments removed.
1007 (bibtex-field-name, bibtex-entry-type): Made the relationship
1008 explicit.
1009 (bibtex-field-const): Allow capital letters.
1010 (bibtex-start-of-string): Deleted because unused.
1011
1012 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1013 use the term 'reference' to describe a bibtex entry as a whole.
1014 Further, reference keys are no longer called 'labels'.
1015 (bibtex-keys): Renamed to bibtex-reference-keys.
1016 (bibtex-reformat-previous-labels): Renamed to
1017 bibtex-reformat-previous-reference-keys.
1018 (bibtex-reference-type): Renamed to bibtex-entry-type.
1019 (bibtex-reference-head): Renamed to bibtex-entry-head.
1020 (bibtex-reference-maybe-empty-head): Renamed to
1021 bibtex-entry-maybe-empty-head.
1022 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1023 (bibtex-search-reference): Renamed to bibtex-search-entry.
1024 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1025 bibtex-enclosing-entry-maybe-empty-head.
1026 (bibtex-entry-field-alist, bibtex-entry-head,
1027 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1028 bibtex-map-entries, bibtex-search-entry,
1029 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1030 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1031 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1032 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1033 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1034 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1035 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1036
1037 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1038
1039 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1040 comment.
1041 (bibtex-format-field-delimiters): New function, functionality
1042 extracted from bibtex-format-entry.
1043 (bibtex-autokey-get-yearfield-digits): New function, functionality
1044 extracted from bibtex-autokey-get-yearfield.
1045
1046 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1047 entries in order to avoid stack overflow in the regexp matcher if
1048 field contents become large.
1049 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1050 bibtex-field-string-part-not-braced,
1051 bibtex-field-string-part-no-inner-braces,
1052 bibtex-field-string-part-1-inner-brace,
1053 bibtex-field-string-part-2-inner-braces,
1054 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1055 bibtex-field-string-quoted, bibtex-field-string,
1056 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1057 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1058 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1059 as parsing is now performed by the following functions.
1060 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1061 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1062 bibtex-parse-field-string, bibtex-search-forward-field-string,
1063 bibtex-parse-association, bibtex-field-name-for-parsing,
1064 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1065 bibtex-search-forward-field, bibtex-search-backward-field,
1066 bibtex-start-of-field, bibtex-end-of-field,
1067 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1068 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1069 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1070 bibtex-parse-string, bibtex-search-forward-string,
1071 bibtex-search-backward-string, bibtex-start-of-string,
1072 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1073 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1074 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1075 entries. Instead of reporting the results of the parsing by
1076 match-beginning or match-end, these functions return data structures
1077 that hold the corresponding positions.
1078 (bibtex-enclosing-field): Changed to also report field boundaries by
1079 return values rather than by match-beginning or match-end. The
1080 following functions have been adapted to use the new parsing
1081 functions.
1082 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1083 bibtex-enclosing-field, bibtex-format-entry,
1084 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1085 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1086 bibtex-print-help-message, bibtex-end-of-entry,
1087 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1088 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1089 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1090 method for parsing.
1091 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1092 bibtex-map-entries, bibtex-flash-head,
1093 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1094 bibtex-autokey-change, bibtex-autokey-get-namefield,
1095 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1096 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1097 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1098 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1099 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1100 order to make the new binding of case-fold-search immediately
1101 visible.
1102
1103 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1104
1105 * textmodes/bibtex.el: Copyright notice is up to date.
1106 Added constant 'bibtex-maintainer-salutation.
1107
1108 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1109 than make-temp-name, use match-string-no-properties and eliminate
1110 a quadratic behavior when building bibtex-strings.
1111
1112 * bibtex.el (bibtex-reference-key): Accept string entries whose
1113 reference key contains upper case letters.
1114
1115 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1116
1117 * bibtex.el (bibtex-reference-head): Allow entries to start with
1118 a new line.
1119
1120 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1121
1122 * bibtex.el: Hiding of entry bodies is not longer provided by
1123 bibtex.el directly. Instead the hideshow package can be used.
1124 Added a special bibtex entry to hs-special-modes-alist.
1125 (bibtex-hs-forward-sexp): Added for hideshow.el.
1126
1127 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1128
1129 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1130 at ':' characters by call to split-string.
1131
1132 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1133
1134 * textmodes/bibtex.el: Added RCS version identification.
1135
1136 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1137
1138 * textmodes/bibtex.el: Some temporary comments removed.
1139 (bibtex-field-name, bibtex-entry-type): Made the relationship
1140 explicit.
1141 (bibtex-field-const): Allow capital letters.
1142 (bibtex-start-of-string): Deleted because unused.
1143
1144 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1145 use the term 'reference' to describe a bibtex entry as a whole.
1146 Further, reference keys are no longer called 'labels'.
1147 (bibtex-keys): Renamed to bibtex-reference-keys.
1148 (bibtex-reformat-previous-labels): Renamed to
1149 bibtex-reformat-previous-reference-keys.
1150 (bibtex-reference-type): Renamed to bibtex-entry-type.
1151 (bibtex-reference-head): Renamed to bibtex-entry-head.
1152 (bibtex-reference-maybe-empty-head): Renamed to
1153 bibtex-entry-maybe-empty-head.
1154 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1155 (bibtex-search-reference): Renamed to bibtex-search-entry.
1156 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1157 bibtex-enclosing-entry-maybe-empty-head.
1158 (bibtex-entry-field-alist, bibtex-entry-head,
1159 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1160 bibtex-map-entries, bibtex-search-entry,
1161 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1162 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1163 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1164 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1165 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1166 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1167 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1168
1169 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1170
1171 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1172 comment.
1173 (bibtex-format-field-delimiters): New function, functionality
1174 extracted from bibtex-format-entry.
1175 (bibtex-autokey-get-yearfield-digits): New function, functionality
1176 extracted from bibtex-autokey-get-yearfield.
1177
1178 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1179 entries in order to avoid stack overflow in the regexp matcher if
1180 field contents become large.
1181 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1182 bibtex-field-string-part-not-braced,
1183 bibtex-field-string-part-no-inner-braces,
1184 bibtex-field-string-part-1-inner-brace,
1185 bibtex-field-string-part-2-inner-braces,
1186 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1187 bibtex-field-string-quoted, bibtex-field-string,
1188 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1189 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1190 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1191 as parsing is now performed by the following functions.
1192 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1193 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1194 bibtex-parse-field-string, bibtex-search-forward-field-string,
1195 bibtex-parse-association, bibtex-field-name-for-parsing,
1196 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1197 bibtex-search-forward-field, bibtex-search-backward-field,
1198 bibtex-start-of-field, bibtex-end-of-field,
1199 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1200 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1201 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1202 bibtex-parse-string, bibtex-search-forward-string,
1203 bibtex-search-backward-string, bibtex-start-of-string,
1204 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1205 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1206 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1207 entries. Instead of reporting the results of the parsing by
1208 match-beginning or match-end, these functions return data structures
1209 that hold the corresponding positions.
1210 (bibtex-enclosing-field): Changed to also report field boundaries by
1211 return values rather than by match-beginning or match-end. The
1212 following functions have been adapted to use the new parsing
1213 functions.
1214 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1215 bibtex-enclosing-field, bibtex-format-entry,
1216 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1217 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1218 bibtex-print-help-message, bibtex-end-of-entry,
1219 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1220 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1221 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1222 method for parsing.
1223 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1224 bibtex-map-entries, bibtex-flash-head,
1225 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1226 bibtex-autokey-change, bibtex-autokey-get-namefield,
1227 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1228 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1229 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1230 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1231 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1232 order to make the new binding of case-fold-search immediately
1233 visible.
1234
1235 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1236
1237 * textmodes/bibtex.el: Copyright notice is up to date.
1238 Added constant 'bibtex-maintainer-salutation.
1239
1240 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1241 than make-temp-name, use match-string-no-properties and eliminate
1242 a quadratic behavior when building bibtex-strings.
1243
1244 * bibtex.el (bibtex-reference-key): Accept string entries whose
1245 reference key contains upper case letters.
1246
1247 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1248
1249 * bibtex.el (bibtex-reference-head): Allow entries to start with
1250 a new line.
1251
1252 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1253
1254 * bibtex.el: Hiding of entry bodies is not longer provided by
1255 bibtex.el directly. Instead the hideshow package can be used.
1256 Added a special bibtex entry to hs-special-modes-alist.
1257 (bibtex-hs-forward-sexp): Added for hideshow.el.
1258
1259 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1260
1261 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1262 proceedings entry type (for cross referencing). Thanks to Wagner
1263 Toledo Correa for the suggestion.
1264
1265 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1266
1267 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1268
1269 * international/characters.el: Setup case table for Vietnamese.
1270
1271 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1272
1273 * uniquify.el (toplevel): Require CL at compile time.
1274 (uniquify-push): Removed.
1275
1276 * shadowfile.el (shadow-when): Removed.
1277
1278 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1279 (tempo-process-and-insert-string): Use dolist instead of
1280 tempo-dolist.
1281
1282 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1283 regexp for paragraph-start.
1284
1285 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1286 commas as well.
1287
1288 2000-02-10 Dave Love <fx@gnu.org>
1289
1290 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1291 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1292 Deleted.
1293 (widget-specify-field, widget-specify-button): Don't use
1294 widget-mouse-help as help-echo property.
1295 (default): Use #'ignore for :validate and :mouse-down-action.
1296 (checkbox): Add help-echo.
1297 (widget-sexp-validate): Rewritten to clarify error messages.
1298 (character): Use char-valid-p in :match function.
1299 (widget-color-complete): Use facemenu-color-alist.
1300 (widget-color-action): Use facemenu-read-color.
1301
1302 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1303 set up `caar' &c that we now have.
1304
1305 2000-02-09 Ray Blaak <blaak@gnu.org>
1306
1307 * delphi.el: Make resourcestring a declaration region, like const
1308 and var.
1309
1310 2000-02-09 Dave Love <fx@gnu.org>
1311
1312 * bindings.el (mode-line-input-method-map): New variable.
1313 (mode-line-mule-info): Use it; fix last change.
1314 (mode-line-mode-menu): Move definition.
1315 (mode-line-mouse-sensitive-p): Deleted.
1316 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1317 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1318 level.
1319
1320 * startup.el (command-line-1): Don't call
1321 make-mode-line-mouse-sensitive.
1322
1323 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1324
1325 * mail/rmail.el (rmail-retry-failure): Use
1326 rmail-beginning-of-message before rmail-toggle-header, because the
1327 former toggles headers.
1328
1329 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1330
1331 * diff-mode.el (diff-kill-junk): New interactive function.
1332 (diff-reverse-direction): Use delete-and-extract-region.
1333 (diff-post-command-hook): Restrict the area so that the hook also works
1334 outside of any diff hunk. This is necessary for the minor-mode.
1335 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1336 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1337
1338 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1339 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1340 so that it can be used more easily in <foo>-mode-hook. Also make sure
1341 to avoid duplicate entries.
1342 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1343 (font-lock-remove-keywords): Just as was done for `add', allow it to
1344 work even if font-lock-mode is nil. Also make sure we don't modify
1345 any pre-existing list by forcing a copy-sequence. Finally rename
1346 `major-mode' to `mode'.
1347 (font-lock-fontify-syntactic-anchored-keywords)
1348 (font-lock-fontify-anchored-keywords)
1349 (font-lock-fontify-keywords-region): Use line-end-position.
1350 Don't make `font-lock-multiline' local (it's now done in
1351 font-lock-set-defaults).
1352 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1353 move the `font-lock-fontified' creation to inside the `unless'.
1354
1355 2000-02-06 Andrew Innes <andrewi@gnu.org>
1356
1357 * term/w32-win.el (x-handle-args): Comment out call to message,
1358 which occurs before window system is initialized.
1359
1360 * makefile.nt: Add support for recompiling lisp code.
1361
1362 2000-02-04 Dave Love <fx@gnu.org>
1363
1364 * bindings.el (mode-line-mule-info): Fix/extend last change.
1365
1366 * completion.el: Replace completion-dolist with dolist.
1367
1368 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1369 dotimes.
1370
1371 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1372
1373 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1374 environment names before they go into the section regexp.
1375
1376 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1377 char class in regexp.
1378
1379 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1380 `case-fold-search' to nil.
1381
1382 * progmodes/idlwave.el (idlwave-template): Respect
1383 `idlwave-abbrev-change-case'.
1384 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1385 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1386 idlwave-while): respect `idlwave-reserved-word-upcase'.
1387 (idlwave-rw-case): New function.
1388 (idlwave-statement-match): Fixed problem with assignment regexp.
1389 (idlwave-font-lock-keywords): Improved regexp for keyword
1390 parameters.
1391 (idlwave-surround): New argument LENGTH to support padding of
1392 operators longer than 1 char.
1393
1394 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1395 idlwave-shell-expression-overlay. Implemented printing of
1396 expressions on higher levels of the calling stack.
1397 (idlwave-shell-display-level-in-calling-stack): Restore stack
1398 level.
1399 (idlwave-retrieve-expression-from-level): New function.
1400 (idlwave-shell-last-calling-stack): Variable removed.
1401 (idlwave-shell-reset): Argument action reversed (`visible' to
1402 `hidden'). Also remove stop-line overlay.
1403 (idlwave-shell-calling-stack-routine): New variable.
1404 (idlwave-shell-parse-stack-and-display): Messages now display
1405 negative level numbers.
1406 (idlwave-shell-mode): Set `modeline-format'.
1407 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1408 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1409 21.
1410 (idlwave-shell-print-expression-function): New option.
1411
1412 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1413 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1414 `tool-bar' instead of `toolbar'.
1415
1416 2000-02-02 Dave Love <fx@gnu.org>
1417
1418 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1419 emacs-lisp-mode-hook. Don't check for defalias being defined.
1420
1421 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1422 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1423 the new builtins directly.
1424
1425 * whitespace.el (whitespace): Add :version to defgroup.
1426
1427 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1428 Doc fix.
1429
1430 * thingatpt.el (sexp-at-point, symbol-at-point)
1431 (number-at-point, list-at-point): Add autoload cookie.
1432
1433 * recentf.el (recentf): Add :version to defgroup.
1434
1435 * quickurl.el (quickurl): Add :version to defgroup.
1436
1437 * elide-head.el (elide-head): Use point-marker more.
1438
1439 * bs.el (bs): Add :version to defgroup.
1440
1441 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1442
1443 * progmodes/delphi.el (delphi): Add :version to defgroup.
1444
1445 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1446
1447 * ange-ftp.el (ange-ftp-write-region): Handle case that
1448 succeeding process operation sets a different coding system.
1449
1450 * calculator.el: New file.
1451
1452 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1453
1454 * frame.el (frames-on-display-list, framep-on-display): New
1455 functions.
1456 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1457 (display-selections-p, display-screens, display-pixel-width)
1458 (display-pixel-height, display-mm-width, display-mm-height)
1459 (display-backing-store, display-save-under, display-planes)
1460 (display-color-cells, display-visual-class): New functions.
1461
1462 * term/tty-colors.el (tty-color-gray-shades): New function.
1463
1464 * faces.el (display-color-p): Use framep-on-display.
1465 (display-grayscale-p): New function.
1466
1467 2000-01-31 Dave Love <fx@gnu.org>
1468
1469 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1470 (create-fontset-from-x-resource): Don't concat integers.
1471
1472 2000-01-31 Inge Frick <inge@nada.kth.se>
1473
1474 * view.el: Some changes in documentation. Removed some trailing
1475 whitespace. Changed some parameter names to agree with
1476 documentation.
1477 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1478 window is not deleted. Modifies change 1998-04-26.
1479
1480 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1481
1482 * windmove.el: New file.
1483
1484 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1485 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1486 progmodes/ebnf-yac.el: Update copyright and license info.
1487
1488 * jit-lock.el (jit-lock-function): Widen before calculating end
1489 position.
1490 (jit-lock-stealth-chunk-start): Rewritten.
1491
1492 * info.el (Info-title-face-alist): Removed.
1493 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1494 faces.
1495 (Info-fontify-node): Use these faces.
1496
1497 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1498
1499 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1500 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1501 `&allow-other-keywords'.
1502
1503 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1504 the list of directories scanned heuristically.
1505
1506 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1507 exist.
1508
1509 2000-01-30 Jason Rumney <jasonr@gnu.org>
1510
1511 * w32-fns.el: Define w32-tty-standard-colors.
1512
1513 * startup.el (command-line): Use w32-tty-standard-colors when in
1514 w32 console mode.
1515
1516 2000-01-30 Dave Love <fx@gnu.org>
1517
1518 * jka-compr.el (jka-compr-load): Fix up load-history.
1519
1520 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1521
1522 * emacs-lisp/cl-macs.el: Revert previous change.
1523
1524 2000-01-29 Dave Love <fx@gnu.org>
1525
1526 * facemenu.el: Purecopy various strings.
1527
1528 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1529 years. Deal with three-digit years.
1530
1531 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1532 defconst, purecopy.
1533 (help-back-label): Purecopy it.
1534
1535 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1536
1537 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1538 variable. If non-nil, order the buffer list according to the
1539 currently selected frame.
1540 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1541 non-nil, pass the selected frame to function buffer-list.
1542
1543 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1544
1545 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1546
1547 2000-01-28 Dave Love <fx@gnu.org>
1548
1549 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1550
1551 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1552 Don't use lisp-indent-hook property.
1553 (cl-abs): Remove.
1554
1555 * subr.el: Move out indent and edebug specs for when and unless.
1556
1557 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1558 when, unless.
1559
1560 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1561 unless, when.
1562
1563 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1564
1565 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1566 `collecting' as synonym for `collect'.
1567
1568 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1569 for the case it contains spaces.
1570
1571 * simple.el (what-cursor-position): Change formatting of
1572 messages.
1573
1574 * frame.el (delete-other-frames): New function.
1575 (toplevel): Bind it to C-x 5 1.
1576
1577 * sort.el (sort-numeric-base): New option.
1578 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1579 interpret it as octal or hexadecimal. Use sort-numeric-base
1580 as default base.
1581
1582 * progmodes/glasses.el: New file.
1583
1584 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1585
1586 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1587 userids differently.
1588
1589 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1590 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1591 progmodes/ebnf-yac.el: New files.
1592
1593 2000-01-26 Dave Love <fx@gnu.org>
1594
1595 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1596 on a function with an empty body. [From Eric Ludlam.]
1597
1598 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1599
1600 * vc.el (vc-version-diff): Make sure file name is expanded.
1601
1602 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1603
1604 * scroll-bar.el (scroll-bar-timer): Variable removed.
1605 (scroll-bar-toolkit-scroll): Don't use a timer.
1606
1607 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1608
1609 * language/thai-util.el (thai-composition-function): Delete
1610 superfluous `a'.
1611
1612 2000-01-24 Dave Love <fx@gnu.org>
1613
1614 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1615 end-of-defun-function.
1616
1617 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1618 &c.
1619
1620 2000-01-22 Jason Rumney <jasonr@gnu.org>
1621
1622 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1623 conflicts with new face support.
1624
1625 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1626
1627 * replace.el (query-replace): Rename last arg to DELIMITED.
1628 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1629 (query-replace-regexp): Likewise.
1630
1631 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1632
1633 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1634
1635 * emacs-lisp/lisp.el (beginning-of-defun-function):
1636 Variable renamed from beginning-of-defun.
1637 Do not call make-variable-buffer-local.
1638 (beginning-of-defun-raw): Use new variable name; doc fix.
1639 (beginning-of-defun): Doc fix.
1640 (end-of-defun-function): Variable renamed from end-of-defun.
1641 Do not call make-variable-buffer-local.
1642 (end-of-defun): Use new variable name; doc fix.
1643
1644 * subr.el (dolist, dotimes): Copied from cl-macs.el
1645 and made to work.
1646
1647 * mail/undigest.el (rmail-digest-end-regexps):
1648 Variable replaces rmail-digest-end-regexp.
1649 Allows multiple regexps for detecting the end line.
1650 (undigestify-rmail-message): Corresponding changes.
1651
1652 2000-01-19 Dave Love <fx@gnu.org>
1653
1654 * files.el (user-init-file): Don't declare here -- is primitive.
1655
1656 * startup.el (command-line): Check for compiled user-init-file and
1657 set to uncompiled version if necessary.
1658
1659 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1660
1661 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1662 (undigestify-rmail-message): Use it.
1663
1664 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1665
1666 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1667
1668 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1669 of mini-buffer.
1670
1671 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1672
1673 * emacs-lisp/copyright.el (copyright-update): Removed the
1674 requirement for a trailing space from `copyright-regexp', to
1675 support copyrights with owner specified on a separate line..
1676
1677 * align.el: New file.
1678
1679 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1680
1681 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1682
1683 2000-01-13 Dave Love <fx@gnu.org>
1684
1685 * ph.el: Removed. (Obsoleted by EUDC.)
1686
1687 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1688
1689 * net/eudc.el (toplevel): Remove autoloaded code installing
1690 menu with easymenu, because that causes build problems.
1691
1692 * frame.el (frame-notice-user-settings): New variable.
1693 (frame-notice-user-settings): Don't modify frame parameters
1694 if called a second time.
1695
1696 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1697
1698 * frame.el (frame-notice-user-settings):
1699 Notice default-frame-parameters even for non-window frames.
1700
1701 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1702
1703 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1704 for Emacs.
1705 (eudc-bob-can-display-inline-images): Extend for Emacs.
1706 (eudc-bob-toggle-inline-display): Ditto.
1707 (eudc-bob-display-jpeg): Ditto.
1708
1709 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1710
1711 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1712 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1713 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1714
1715 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1716 nil)'.
1717
1718 * subdirs.el: Add `net' directory.
1719
1720 * net: New directory.
1721
1722 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1723 eval-last-sexp. Don't bind debug-on-error here.
1724 (eval-last-sexp): New function. Bind debug-on-error if
1725 eval-expression-debug-on-error is non-nil.
1726 (eval-defun-2, eval-defun): Likewise.
1727
1728 * simple.el (eval-expression): Don't bind debug-on-error if
1729 eval-expression-debug-on-error is nil. Detect changed
1730 debug-on-error, and propagate new value to global binding, if
1731 eval-expression-debug-on-error is non-nil,
1732 (eval-expression-debug-on-error): Change doc string.
1733
1734 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1735
1736 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1737
1738 * emacs-lisp/lisp-mode.el (with-syntax-table):
1739 Set up lisp-indent-function property.
1740
1741 * subr.el (with-syntax-table): Moved from simple.el.
1742
1743 * simple.el (with-syntax-table): Moved to subr.el.
1744
1745 2000-01-11 Gerd Moellmann <gerd@gnu.org>
1746
1747 * tmm.el (tmm-shortcut): Delete region after prompt instead
1748 of erasing buffer.
1749
1750 * textmodes/fill.el (fill-common-string-prefix): New function.
1751 (fill-context-prefix): Use the longest common prefix of first
1752 and second line fill prefix, if there is one.
1753
1754 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1755
1756 * array.el (array-mode): Don't use make-variable-buffer-local.
1757 Use make-local-variable for `truncate-lines'.
1758
1759 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
1760
1761 * add-log.el (add-log-current-defun): Handle user-defined
1762 add-log-current-function returning nil,
1763
1764 * add-log.el (add-change-log-entry): Insert version number
1765 if having found a current function
1766
1767 * add-log.el (add-log-current-defun): Call
1768 `add-log-current-defun-function'. Try matches at level 0 and
1769 level 1. Strip whitespace from defun found.
1770
1771 2000-01-10 John Wiegley <johnw@gnu.org>
1772
1773 * allout.el (isearch-done/outline-provisions): Added `edit'
1774 argument to correspond with the current definition of
1775 `isearch-done'.
1776
1777 2000-01-10 Dave Love <fx@gnu.org>
1778
1779 * elide-head.el (elide-head): Use point-marker, not point.
1780
1781 2000-01-10 Gerd Moellmann <gerd@gnu.org>
1782
1783 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1784 before and after the year 2000.
1785
1786 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1787 Add ispell- prefix.
1788
1789 2000-01-10 Ken Stevens <k.stevens@ieee.org>
1790
1791 * ispell.el: Only define dictionaries in menus when they exist.
1792 (version18p): New variable.
1793 (version20p): New variable.
1794 (xemacsp): New variable.
1795 (ispell-choices-win-default-height): Fix for XEmacs visibility.
1796 (ispell-dictionary-alist1): Added Brasileiro dictionary.
1797 (ispell-dictionary-alist6): Russian command lines no longer accept
1798 run-together words.
1799 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1800 (ispell-dictionary-alist): Add koi8-r to customize definition.
1801 (check-ispell-version): Added documentation string. Returns
1802 library path when called non-interactively.
1803 (ispell-menu-map-needed): Uses new variables.
1804 (ispell-library-path): New variable.
1805 (ispell-decode-string): XEmacs fix for bogus variable bindings.
1806 (ispell-word): Improved documentation string. Test for valid
1807 character mappings. Correctly check typed in word changes that can
1808 result in single words split into multiple words. Returns
1809 replacement word.
1810 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
1811 replace in recursive query replace mode. Help message for
1812 recursive edit mode.
1813 (ispell-show-choices): Protect against bad framepop bindings.
1814 (ispell-help): Fix to work with XEmacs.
1815 (ispell-highlight-spelling-error): Use new variables.
1816 (ispell-overlay-window): Fix to work with XEmacs.
1817 (ispell-parse-output): Passed and returns location information
1818 tracking spelling corrections. Doesn't recheck same word on
1819 current line.
1820 (ispell-init-process): Protect against bogus XEmacs variable binding.
1821 Fix call to single argument in sleep-for. Use new variables.
1822 (ispell-region): Passed and returns location information tracking
1823 spelling corrections. Doesn't check same word on current line.
1824 Improved documentation string. Doesn't resend a line already
1825 checked to the ispell process - fixes bug in LaTeX parsing.
1826 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1827 (ispell-skip-region): No longer skips <TT> in SGML.
1828 (ispell-process-line): Tracks location information with spelling
1829 corrections. Added documentation string. Accounts for words
1830 already accepted on this line. Don't allow query-replace on line
1831 starting with math characters. Doesn't resend a line already sent
1832 to ispell process. Fixes alignment error bug.
1833
1834 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1835
1836 * dired-x.el (dired-guess-shell-alist-default):
1837 Suggest xloadimage, which is free, not xv, which isn't.
1838
1839 * ange-ftp.el (ange-ftp-file-name-nondirectory):
1840 Don't ever include the host name or user name in the value.
1841
1842 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1843
1844 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1845 of a real newline.
1846
1847 2000-01-09 Stephen Eglen <stephen@gnu.org>
1848
1849 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1850 for .png files.
1851
1852 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
1853
1854 * cus-edit.el (custom-hook-convert-widget): Fix comment.
1855
1856 2000-01-09 Gerd Moellmann <gerd@gnu.org>
1857
1858 * progmodes/cperl-mode.el: Replace ^F with ^L.
1859
1860 * sendmail.el (toplevel): Provide `sendmail' when compiling
1861 before `require'ing rmail and mailalias to prevent infinite
1862 recursion.
1863
1864 2000-01-08 Dave Love <fx@gnu.org>
1865
1866 * emacs-lisp/backquote.el: Remove inappropriate customization
1867 (allowing custom.el to use backquote).
1868
1869 2000-01-07 Dave Love <fx@gnu.org>
1870
1871 * add-log.el (add-log-debugging): Deleted.
1872 (add-change-log-entry): Treat a backup FILE-NAME as its parent
1873 file. Remove debugging code.
1874 (change-log-get-method-definition, change-log-name): Add doc.
1875 (change-log-sortable-date-at): New function.
1876 (change-log-merge): New command.
1877
1878 * time.el (display-time-string-forms): Make the Mail string active.
1879 (display-time-update): Provide help-echo for load average.
1880
1881 * bindings.el (make-mode-line-mouse2-map): New function.
1882 (mode-line-modified): Use it and simplify.
1883 (mode-line-mule-info): Provide help-echo info.
1884 (minor-mode-alist): Activate the strings.
1885 (make-mode-line-mouse-sensitive): Simplify for
1886 mode-line-buffer-identification.
1887
1888 2000-01-07 Gerd Moellmann <gerd@gnu.org>
1889
1890 * play/pong.el: New file.
1891
1892 2000-01-06 Dave Love <fx@gnu.org>
1893
1894 * array.el: Assorted cleanups for compiler warnings, doc strings,
1895 `array-' prefix for symbols.
1896
1897 2000-01-05 Dave Love <fx@gnu.org>
1898
1899 * textmodes/outline.el (outline-mode-menu-bar-map): Add
1900 outline-headers-as-kill.
1901 (outline-mode): Define imenu-generic-expression.
1902 (outline-headers-as-kill): New command.
1903
1904 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1905 from paragraph-start.
1906 (paragraph-indent-minor-mode): New command.
1907
1908 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1909 M-C-e, M-C-h, C-j, C-xnd, TAB.
1910 (fortran-mode): Set beginning-of-defun, end-of-defun.
1911 (fortran-column-ruler): Simplify.
1912 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1913 (fortran-with-subprogram-narrowing): Likewise.
1914 (fortran-indent-subprogram): Call mark-defun.
1915 (fortran-check-for-matching-do): Change narrowing.
1916
1917 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1918 (cl-lucid-hash-tag): Delete.
1919 (cl-hash-table-p): Correct test for native table.
1920 (cl-hash-table-count): Use hash-table-count.
1921
1922 * browse-url.el (browse-url): Fix case of
1923 browse-url-browser-function being an alist.
1924
1925 2000-01-05 Carsten Dominik <cd@gnu.org>
1926
1927 * textmodes/reftex-vars.el (reftex-parse-file-extension)
1928 (reftex-index-phrase-file-extension): New options.
1929
1930 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1931 Use new option `reftex-index-phrase-file-extension'.
1932
1933 * textmodes/reftex.el (reftex-access-parse-file): Use new option
1934 `reftex-parse-file-extension'.
1935
1936 2000-01-05 Dave Love <fx@gnu.org>
1937
1938 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1939 (beginning-of-defun-raw): Use it.
1940 (end-of-defun): New variable.
1941 (end-of-defun): Use it.
1942 (check-parens): New command.
1943
1944 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
1945
1946 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1947 (hs-show-block): Don't use `mapcar' when not accumulating.
1948
1949 Fix buglet in local variables initialization.
1950
1951 2000-01-05 Andreas Schwab <schwab@suse.de>
1952
1953 * hscroll.el (hscroll): Doc fix.
1954
1955 2000-01-05 Carsten Dominik <cd@gnu.org>
1956
1957 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1958 idlw-toolbar.
1959
1960 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1961 file idlw-rinfo.el.
1962 (idlwave-customize): load must read file idlw-shell.el.
1963 (idlwave-create-customize-menu): load must read file idlw-shell.el.
1964
1965 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
1966
1967 * progmodes/idlw-shell.el: Also provide idlwave-shell
1968 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1969 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1970
1971 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1972 both reftex-dcr and reftex-vcr.
1973
1974 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1975
1976 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1977
1978 * ps-print.el: PostScript code now is in separate files, doc fix.
1979 (ps-print-version): New version number (5.0.3).
1980 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1981 local.
1982 (ps-spool-config): Initialization fix.
1983 (ps-print-prologue-1, ps-print-prologue-2)
1984 (ps-print-duplex-feature): PostScript code moved to separated file.
1985 (ps-background-image): Little code reformating.
1986 (ps-begin-file, ps-begin-job): Fix code.
1987 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1988 (ps-prologue-file): New fun.
1989
1990 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1991
1992 * ps-vars.el: Eliminated.
1993
1994 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1995 `;;;###autoload'.
1996
1997 * ps-print.el: ps-vars eliminated, doc fix.
1998 (ps-print-version): New version number (5.0.2).
1999 (ps-spool-config): Initialization fix.
2000 (ps-print-customize): New fun.
2001
2002 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2003
2004 * autorevert.el (auto-revert-mode): Return value of
2005 auto-revert-mode.
2006
2007 2000-01-04 Dave Love <fx@gnu.org>
2008
2009 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2010 menu items.
2011
2012 2000-01-03 Dave Love <fx@gnu.org>
2013
2014 * elide-head.el (elide-head) [defgroup]: Add :version.
2015
2016 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2017 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2018 `cl-hash-table-p', not `hash-table-p'.
2019 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2020
2021 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2022
2023 * faces.el (face-read-integer, read-face-attribute)
2024 (color-defined-p, color-values): unspecified-{f,b}g are now
2025 strings.
2026
2027 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2028
2029 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2030 at comment end, and re-insert them after filling.
2031
2032 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2033
2034 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2035 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2036 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2037
2038 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2039
2040 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2041 the new name of face-color-supported-p.
2042
2043 * term/w32-win.el (xw-defined-colors): Likewise.
2044
2045 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2046
2047 * simple.el (completion-setup-function): Count completion-size
2048 from minibuffer-prompt-end, not from point-min.
2049
2050 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2051
2052 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2053 Pass the frame to tty-color-* functions.
2054 (display-color-p, frame-set-background-mode): Pass the frame to
2055 tty-display-color-p.
2056
2057 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2058 tty-color-alist.
2059 (tty-color-alist, tty-modify-color-alist): New functions.
2060 (tty-color-define, tty-color-clear, tty-color-approximate)
2061 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2062 an optional parameter FRAME.
2063
2064 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2065
2066 * image.el (create-image, defimage): Don't assume image data is a
2067 string.
2068
2069 * image.el (defimage): Handle specifications containing :data
2070 instead of :file.
2071 (image-type-from-data): New function.
2072 (image-type-from-file-header): Use it.
2073 (create-image): Add parameter DATA-P.
2074
2075 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2076
2077 * echistory.el (electric-command-history): Call Command-history-setup
2078 and command-history-mode using their new conventions.
2079
2080 * chistory.el (Command-history-setup): Don't switch buffers. Take
2081 no args, and do not set major-mode, mode-name or the local map.
2082 (command-history-mode): New function, does some of those things
2083 Command-history-setup used to do.
2084 (list-command-history): Call command-history-mode, not
2085 Command-history-setup.
2086 (command-history): Renamed from command-history-mode.
2087
2088 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2089
2090 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2091
2092 1999-12-31 William M. Perry <wmperry@aventail.com>
2093
2094 * image.el (defimage): Images with the `:data' keyword should be
2095 considered valid as well.
2096
2097 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2098
2099 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2100 with FILE if FILE is nil.
2101
2102 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2103
2104 * simple.el (choose-completion-string): In minibuffer,
2105 do not delete the prompt string.
2106
2107 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2108
2109 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2110 assigned to mode-line-mode-menu because bindings.el is dumped with
2111 Emacs, and thus the lists used for menu-item definition will be
2112 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2113 like pure menu item definitions.
2114
2115 * expand.el (expand-abbrev-hook): Return t if expansion was
2116 done, nil otherwise.
2117
2118 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2119
2120 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2121 (tar-quit): Function deleted.
2122
2123 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2124
2125 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2126 was used but not declared.
2127
2128 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2129 hs-find-block-beginning): Add or modify docstrings.
2130
2131 (hs-isearch-show): Rewrite.
2132
2133 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2134
2135 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2136
2137 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2138 space in front of a C-style comment end.
2139
2140 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2141
2142 * startup.el (command-line-1): Make mode line mouse-sensitive for
2143 the MS-DOS version as well.
2144
2145 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2146
2147 * bs.el: New file.
2148
2149 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2150
2151 * textmodes/ispell.el (ispell-process-line):
2152 Add local var line-offset to adjust for the change
2153 in positions within the line, due to previous replacements.
2154
2155 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2156
2157 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2158 Doc fixes.
2159
2160 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2161
2162 * add-log.el (change-log-version-number-regexp-list)
2163 (change-log-version-info-enabled): Change :version to 21.1.
2164 (toplevel): Require CL when compiling.
2165
2166 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2167
2168 * add-log.el (change-log-version-number-regexp-list): Added tag
2169 :version 20.6
2170 (change-log-version-info-enabled): Added tag :version 20.6
2171
2172 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2173
2174 * add-log.el: More general version number search with
2175 user-configurable regexp list.
2176 (change-log-version-number-regexp-list): New user variable.
2177 (change-log-find-version): Rewritten. Use user-configurable
2178 version numbering regexp list
2179 change-log-version-number-regexp-list.
2180 (change-log-find-version): Renamed to
2181 change-log-version-number-search
2182 (add-log-file-name-function): New.
2183 (change-log-search-vc-number): Added END paramaeter. Added doc
2184 string to function.
2185 (change-log-version-rcs): Renamed. Was
2186 change-log-search-vc-number.
2187
2188 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2189
2190 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2191 overlays if they interfere.
2192 (compilation-find-file): Make intangible overlays tangible.
2193
2194 * progmodes/hideshow.el: Generally, synch w/ maintainer
2195 version 5.9.
2196
2197 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2198
2199 (hs-minor-mode-hook): Don't initialize.
2200
2201 (hs-special-modes-alist): Rewrite value and docstring.
2202
2203 (hs-minor-mode-prefix): Delete unused var.
2204
2205 (hs-block-start-mdata-select): New var, buffer local.
2206
2207 (hs-headline): New var.
2208
2209 (hs-match-data, hs-forward-sexp): New funcs.
2210
2211 (hs-hide-comment-region): New func.
2212
2213 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2214 hs-safety-is-job-n, hs-hide-initial-comment-block,
2215 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2216 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2217 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2218 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2219 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2220
2221 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2222 (hs-isearch-show-temporary): New funcs.
2223
2224 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2225
2226 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2227
2228 When constructing menu, use `[(shift button2)]' notation.
2229
2230 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2231
2232 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2233 (jka-compr-compression-info-list): Add new elt to each vector.
2234 (jka-compr-write-region): Don't compress the data if it is
2235 already compressed.
2236
2237 * jka-compr.el (jka-compr-really-do-compress): New variable.
2238 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2239 if visiting.
2240 (jka-compr-write-region): Set jka-compr-really-do-compress
2241 if visiting. Test it when deciding to compress.
2242
2243 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2244
2245 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2246 with third argument t.
2247
2248 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2249
2250 * antlr-mode.el: Version 1.2 is released.
2251 (antlr): This package has a web page.
2252
2253 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2254
2255 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2256 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2257 (antlr-mode-map): New binding [C-c C-c].
2258 (antlr-mode-menu): New entries.
2259
2260 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2261
2262 * antlr-mode.el: Respect Emacs conventions.
2263 ((require 'cl)): Only use during compilation.
2264 (antlr-language-for-option): New function to avoid using `find'.
2265 (antlr-mode): Use it.
2266 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2267 (antlr-imenu-create-index-function): Change accordingly.
2268 (antlr-inside-rule-p): Ditto.
2269 (antlr-end-of-rule): Ditto.
2270 (antlr-end-of-body): Ditto.
2271 (antlr-beginning-of-rule): Ditto.
2272 (antlr-indent-line): Ditto.
2273
2274 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2275
2276 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2277 (antlr-set-tabs): Don't use hard-coded values.
2278
2279 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2280 won't be possible without a huge time penalty.
2281 (antlr-skip-exception-part): Be more specific.
2282 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2283 Renamed from `antlr-skip-grammar-header'.
2284 (antlr-next-rule): Change accordingly.
2285 (antlr-end-of-body): Ditto. Better error message.
2286 (antlr-beginning-of-body): Better error message.
2287 (antlr-imenu-create-index-function): Skip rule action prelude.
2288
2289 * antlr-mode.el: Minor syntax highlighting changes.
2290 (antlr-font-lock-default-face): Deletia.
2291 (antlr-font-lock-tokendef-face): Changed color.
2292 (antlr-font-lock-tokenref-face): Changed color.
2293 (antlr-font-lock-literal-face): Changed color.
2294 (antlr-font-lock-additional-keywords): Minor changes.
2295
2296 1999-12-20 Carsten Dominik <cd@gnu.org>
2297
2298 * progmodes/idlwave.el: New file.
2299
2300 * progmodes/idlwave-rinfo.el: New file.
2301
2302 * progmodes/idlwave-shell.el: New file.
2303
2304 * progmodes/idlwave-toolbar.el: New file.
2305
2306 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2307
2308 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2309
2310 * progmodes/cwarn.el: New file.
2311
2312 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2313
2314 * bindings.el (completion-ignored-extensions): Add .pdf.
2315
2316 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2317
2318 * version.el: Put the version info into binary on MS-DOS as well.
2319
2320 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2321
2322 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2323 debugger-may-continue is nil.
2324
2325 1999-12-18 Dave Love <fx@gnu.org>
2326
2327 * emacs-lisp/cl-macs.el: Remove conditional definition of
2328 eval-when-compile. Don't specify abs, expt, gethash,
2329 hash-table-count, hash-table-p as side-effect-free here.
2330 (cl-emacs-type): Don't declare.
2331 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2332 (cl-parse-loop-clause): Remove compatibility code.
2333
2334 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2335 (side-effect-free-fns): Add gethash, hash-table-count.
2336 (side-effect-and-error-free-fns): Add hash-table-p.
2337
2338 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2339 `cl-' to autoload names for some hash functions. Don't autoload
2340 eval-when-compile. Don't provide mini-cl.
2341 (cl-emacs-type): Remove.
2342 (cl-map-extents): Remove compatibility code.
2343
2344 * emacs-lisp/float.el: Bind free variables.
2345
2346 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2347
2348 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2349
2350 * bindings.el (completion-ignored-extensions): Add .tfm.
2351
2352 1999-12-16 Dave Love <fx@gnu.org>
2353
2354 * faces.el (set-face-attribute): Purecopy the attributes set.
2355
2356 * custom.el (custom-declare-variable): Purecopy value.
2357
2358 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2359 (byte-extrude-byte-code-vectors): Use remprop.
2360 (byte-compile-lambda): Check that arg is a lambda.
2361
2362 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2363
2364 * font-lock.el: System for adding and removing keywords.
2365 Both local (previously added keyword) and global keywords
2366 can be removed.
2367 (font-lock-remove-keywords): New user-level function.
2368 (font-lock-update-removed-keyword-alist): New internal function.
2369 (font-lock-removed-keywords-alist): New variable.
2370 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2371 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2372 growing datastructures.
2373 (font-lock-set-defaults): Removes keywords stored in
2374 `font-lock-removed-keywords-alist' after local keywords added.
2375
2376 1999-12-16 Anders Lindgren <andersl@andersl.com>
2377
2378 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2379 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2380
2381 * font-lock.el (c-keywords): Only highlight preprocessor
2382 directives when spelled correctly.
2383
2384 * font-lock.el (font-lock-match-c++-structor-declaration,
2385 c++-keywords): Fontify constructors and destructors with function
2386 face inside C++ class declarations.
2387
2388 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2389
2390 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2391 the shell from sh-shell-file.
2392
2393 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2394
2395 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2398 if one of the files specified cannot be accessed by
2399 file-attributes. Do not strip any leading directories from the
2400 file names, to behave more like `ls' does.
2401
2402 * dired.el (dired-get-filename): Handle absolute file names.
2403 (dired-readin-insert): If argument is a cons, don't print
2404 "wildcard" on the ``total'' line.
2405
2406 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2407
2408 * faces.el (face-read-integer, read-face-attribute)
2409 (color-defined-p, color-values): Allow color values unspecified-fg
2410 and unspecified-bg, handle them as unspecified.
2411
2412 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2413
2414 * textmodes/reftex.el: (reftex-compile-variables): respect new
2415 structure of `reftex-index-macro'
2416 (reftex-compile-variables): Use the changed structure of
2417 `reftex-label-alist'.
2418
2419 * textmodes/reftex-vars.el (reftex-index-math-format,
2420 (reftex-toc-max-level): New option.
2421 reftex-index-phrases-search-whole-words,
2422 reftex-index-phrases-case-fold-search,
2423 reftex-index-phrases-skip-indexed-matches,
2424 reftex-index-phrases-wrap-long-lines,
2425 reftex-index-phrases-sort-prefers-entry,
2426 reftex-index-phrases-sort-in-blocks): New options.
2427 (reftex-index-macros): Option structure changed.
2428 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2429 (reftex-label-alist): Additional item in each entry to specify if
2430 the environment should be listed in the TOC.
2431 (eval-when-compile (require 'cl)) added.
2432
2433 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2434 longer deals with "repeat".
2435 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2436 now used.
2437 (reftex-index-phrases-comment-regexp,
2438 reftex-index-phrases-macrodef-regexp,
2439 reftex-index-phrases-phrase-regexp1,
2440 reftex-index-phrases-phrase-regexp2,
2441 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2442 New constants.
2443 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2444 reftex-index-phrases-font-lock-keywords,
2445 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2446 reftex-index-phrases-restrict-file): New variables.
2447 (reftex-index-phrase-selection-or-word,
2448 reftex-index-visit-phrases-buffer,
2449 reftex-index-initialize-phrases-buffer,
2450 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2451 reftex-index-next-phrase, reftex-index-this-phrase,
2452 reftex-index-all-phrases, reftex-index-region-phrases,
2453 reftex-index-phrases-parse-header,
2454 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2455 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2456 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2457 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2458 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2459 reftex-index-make-replace-string,
2460 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2461 reftex-index-phrase-match-is-indexed,
2462 reftex-index-phrases-fixup-line,
2463 reftex-index-phrases-replace-space,
2464 reftex-index-select-phrases-macro): New functions.
2465 (reftex-index-globalize, reftex-index-globally): functions removed
2466 (eval-when-compile (require 'cl)) added.
2467
2468 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2469 for max level.
2470 (reftex-toc-max-level-indicator): New variable.
2471 (reftex-toc-max-level): New command.
2472 (reftex-toc-map): New keybinding `t'.
2473 (reftex-toc-help): Constant updated.
2474 (eval-when-compile (require 'cl)) added.
2475
2476 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2477 `t' command key can change `reftex-toc-max-level'
2478 (eval-when-compile (require 'cl)) added.
2479
2480 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2481 `reftex-toc-max-level'
2482 (eval-when-compile (require 'cl)) added.
2483
2484 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2485 added.
2486
2487 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2488 added.
2489
2490 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2491 commands.
2492 (reftex-citation, reftex-do-citation,
2493 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2494 preselect a citation format.
2495 (eval-when-compile (require 'cl)) added.
2496
2497 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2498 parameter to-end
2499 (reftex-section-info): Deal with environment matches.
2500 (eval-when-compile (require 'cl)) added.
2501
2502 * reftex-global.el (eval-when-compile (require 'cl)) added.
2503
2504 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2505
2506 The following changes are for the new composition mechanism. We
2507 have deleted `composition' charset and composite characters,
2508 instead introduced a special text property `composition'.
2509
2510 * composite.el: New file.
2511
2512 * ps-mule.el: Define encode-composition-rule and find-composition
2513 for Emacs 20.4 and the earlier versions.
2514 (ps-mule-init-external-library): Just require a feature for
2515 external libraries.
2516 (ps-mule-prologue): Postscript code modified for new composition.
2517 (ps-mule-find-wrappoint): New arg COMPOSITION.
2518 (ps-mule-plot-string): Delete code for composite characaters.
2519 (ps-mule-plot-composition): New funcion.
2520 (ps-mule-prepare-font-for-components): New function.
2521 (ps-mule-plot-components): New function.
2522 (ps-mule-composition-prologue-generated): Renamed from
2523 ps-mule-cmpchar-prologue-generated.
2524 (ps-mule-composition-prologue): New named from
2525 ps-mule-cmpchar-prologue. Modified for new composition.
2526 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2527 ps-mule-prepare-cmpchar-font): Deleted.
2528 (ps-mule-string-encoding): New arg NO-SETFONT.
2529 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2530 check Composing, not Cmpchar
2531 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2532 to nil.
2533 (ps-mule-begin-job): Check existence of new composition.
2534
2535 * ps-print.el (ps-plot-region): Handle new composition.
2536
2537 * simple.el (what-cursor-position): Show "(composed)" if the
2538 character is composed.
2539
2540 * international/characters.el: Fix cateogries of Lao symbols.
2541
2542 * international/fontset.el (vertical-centering-font-regexp): New
2543 variable.
2544
2545 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2546 (mule-version-date): Updated to 1999.12.7.
2547 (with-category-table): New macro.
2548
2549 * international/mule-cmds.el (encode-coding-char): Don't check
2550 composite character.
2551
2552 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2553 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2554 x-ctext): Give `composition' property t.
2555
2556 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2557 non-nil) at the tail of ALIST.
2558 (compose-region, decompose-region, decompse-string,
2559 reference-point-alist, compose-chars): Moved to composite.el.
2560 (compose-chars-component, compose-chars-rule,
2561 decompose-composite-char): Deleted.
2562
2563 * international/quail.el (quail-install-map): New optional arg
2564 NAME.
2565 (quail-get-translation): If DEF is a symbol but not a function,
2566 ignore it.
2567 (quail-start-translation): Put a key sequence undefined in the
2568 translation keymap in unread-command-events, not generated-events.
2569 Return parameterized event (compose-last-chars N) if the input
2570 characters should be composed.
2571 (quail-map-definition): If DEF is t, treat it as nil.
2572 (quail-delete-last-char): Delete the quail region.
2573 (quail-show-translations): Don't show list of translations if the
2574 quail package is deterministic.
2575 (quail-completion-max-depth): New variable.
2576 (quail-completion-1): Pay attention to the above variable. Fix
2577 for the case that a translation is a function.
2578 (quail-map-from-table, quail-map-from-table-1,
2579 quail-map-from-table-2): New functions.
2580 (quail-lookup-map-and-concat): New function
2581
2582 * language/devan-util.el: Mostly rewritten.
2583
2584 * language/lao.el: Register lao-composition-function in
2585 composition-function-table.
2586
2587 * language/lao-util.el: Mostly rewritten.
2588
2589 * language/thai.el: Register thai-composition-function in
2590 composition-function-table.
2591 (thai-tis620): Delete `pre-write-conversion' property.
2592
2593 * language/thai-util.el: (thai-category-table): Make it by
2594 make-category-table.
2595 (thai-composition-pattern): New variable.
2596 (thai-compose-region, thai-compose-string): Use
2597 with-category-table.
2598 (thai-post-read-conversion): Just call thai-compose-region.
2599 (thai-pre-write-conversion): Deleted.
2600 (thai-composition-function): New funciton.
2601
2602 * language/tibet-util.el: Most functions rewritten.
2603 (tibetan-char-p): Renamed from tibetan-char-examin.
2604 (tibetan-composable-examin) (tibetan-complete-char-examin)
2605 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2606 (tibetan-add-components): New function.
2607 (tibetan-composition-function): New function.
2608
2609 * language/tibetan.el: Register tibetan-composition-function in
2610 composition-function-table.
2611 (tibetan-composable-pattern): New variable.
2612 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2613 (tibetan-precomposition-rule-alist): Move punctuations to
2614 tibetan-punctuation-transcription-alist and
2615 tibetan-obsolete-glyphs.
2616 (tibetan-punctuation-transcription-alist): New variable.
2617 (tibetan-obsolete-glyphs): New variable.
2618 (tibetan-regexp): Improve the initialization code.
2619
2620 * textmodes/fill.el (fill-find-break-point): Delete codes for
2621 composite characters.
2622 (fill-region-as-paragraph): Likewise.
2623
2624 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2625
2626 * international/mule-cmds.el (default-input-method): Specify
2627 that it should be set after current-language-environment.
2628
2629 * custom.el (custom-handle-keyword): Add :set-after.
2630 (custom-add-dependencies): New function.
2631 (custom-set-variables): Take dependencies between args into
2632 account.
2633
2634 * battery.el (battery): Doc fix.
2635
2636 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2637
2638 * progmodes/cc-make.el: Removed.
2639
2640 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2641
2642 * Release of cc-mode 5.26
2643
2644 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2645
2646 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2647 target depth. Optionally count #else lines as clause limits,
2648 as suggested by don provan <provan@lucent.com>. #elif
2649 handling fixed.
2650
2651 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2652 (c-down-conditional-with-else): New commands that uses the
2653 added functionality in `c-forward-conditional'.
2654
2655 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2656
2657 * cc-align.el (c-lineup-comment): Preserve the alignment with
2658 a comment on the previous line instead of preserving the
2659 comment-column.
2660
2661 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2662
2663 * Fixes to IDL mode after input from Eric Eide
2664 <eeide@cs.utah.edu>:
2665 * cc-engine.el (c-beginning-of-statement-1): Allow
2666 `c-conditional-key' to be nil, for the benefit of IDL mode.
2667 * cc-engine.el (c-guess-basic-syntax): Ditto.
2668 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2669 but do match CORBA 2.3 `valuetype'.
2670 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2671 for IDL.
2672 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2673 be nil for IDL.
2674 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2675 Like C++.
2676 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2677 set `c-method-key' and `c-baseclass-key' to nil.
2678
2679 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2680
2681 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2682 with nonhanging open braces.
2683
2684 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2685
2686 * cc-align.el: Added docstrings to all lineup functions.
2687
2688 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2689 keyword.
2690
2691 * cc-align.el (c-lineup-C-comments): Handle free form text
2692 comments. Use c-comment-prefix-regexp and comment-start-skip
2693 instead of hardcoded regexps.
2694
2695 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2696
2697 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2698 behavior and return value as documented.
2699
2700 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2701
2702 * Changes for new style variable init system:
2703 * cc-langs.el (c-common-init): Dito.
2704 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2705 now customizable.
2706 * cc-vars.el: Style variables may now take a value
2707 'set-from-style to make them take their value from the style
2708 system. This value is now the default on all these variables.
2709 * cc-vars.el (c-valid-offset): New function to verify a
2710 syntactic symbol offset setting.
2711 * cc-vars.el (c-offsets-alist): Variable moved from
2712 cc-styles.el since it's now customizable in a similar way to
2713 the other style variables.
2714 * cc-vars.el (c-old-style-variable-behavior): New variable to
2715 revert to the old style init behavior.
2716
2717 * cc-vars.el (c-file-style, c-file-offsets): Made always
2718 buffer local.
2719
2720 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2721 the throws clause that might follow the function prototype in
2722 C++.
2723
2724 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2725
2726 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2727 could move forward for macros that doesn't start in column 0.
2728
2729 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2730
2731 * cc-align.el (c-indent-multi-line-block,
2732 c-lineup-whitesmith-in-block): Two new lineup functions for
2733 use in whitesmith style.
2734
2735 * cc-styles.el (c-style-alist): More fixes to whitesmith
2736 style. It should now handle all different braces uniformly in
2737 both hanging and non-hanging cases.
2738
2739 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2740
2741 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2742 make it stay in the same position relative to the surrounding
2743 text.
2744
2745 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2746 when adaptive-fill-mode doesn't manage to get it correct.
2747
2748 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2749 with dotted notation, e.g. foo.bar.Gnu.
2750
2751 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2752 within unwind-protect (previously only some were wrapped so it
2753 would be possible to register mode initialization when full
2754 initialization did not finish).
2755
2756 * cc-styles.el (c-style-alist): Corrected the brace placement
2757 in the whitesmith style. Thanks to Sean Luke
2758 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2759 styles with consistent brace placement for all constructs.
2760
2761 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2762
2763 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2764 when point is in the middle of them.
2765
2766 * cc-cmds.el: Line breaking and paragraph filling code
2767 rewritten:
2768 (c-guess-fill-prefix): New function that uses various
2769 heuristics to guess the comment prefix.
2770 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2771 It now assumes adaptive filling is active to preserve the line
2772 prefix inside comments.
2773 (c-indent-new-comment-line): Replacement for the now
2774 obsolete `c-comment-line-break-function' that uses
2775 `c-guess-fill-prefix' when appropriate. It now observes the
2776 setting of `comment-multi-line', which has effect in C-style
2777 block comments.
2778
2779 * cc-cmds.el (c-context-line-break): New function intended to
2780 be put on RET. It's essentially `newline-and-indent', but
2781 continues C block comments with the appropriate line prefix.
2782
2783 * cc-cmds.el (c-do-auto-fill): New function put on
2784 `normal-auto-fill-function' to implement the
2785 `c-ignore-auto-fill' variable.
2786
2787 * cc-cmds.el (c-beginning-of-statement): Use
2788 `c-comment-prefix-regexp' to avoid ending up inside the
2789 comment prefix. Better handling of comment starters and
2790 enders. Catch comments better when traversing code. Stop at
2791 preprocessor directives.
2792
2793 * cc-defs.el (c-forward-comment): New subst to hide platform
2794 dependent quirks in `forward-comment'.
2795
2796 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2797 argument.
2798 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2799 arguments. Activate this function by default when
2800 `parse-partial-sexp' supports it (currently Emacs 20.x).
2801
2802 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2803 on the comment opener to make constants usable as lineup
2804 arguments.
2805
2806 * cc-align.el (c-lineup-C-comments): Fixes to handle the
2807 changed anchor position in the `c' syntactic symbol. Handle
2808 more than stars in the comment prefix; use the new variable
2809 `c-comment-prefix-regexp'. Don't indent text not preceded by
2810 a comment prefix to the right of the comment opener if it's
2811 long.
2812
2813 * cc-langs.el: Fixes to mode initialization for new line
2814 breaking and paragraph filling method. Adaptive fill mode is
2815 now activated at startup instead of deactivated. The
2816 variables used for adaptive filling and paragraph movement are
2817 also changed to incorporate the value of
2818 `c-comment-prefix-regexp'. `substitute-key-definition' is
2819 used to override some functions in the global map instead of
2820 overriding their default bindings.
2821
2822 * cc-mode.el (java-mode): Modify `paragraph-start' for the
2823 javadoc markup at mode init.
2824
2825 * cc-mode.el (c-setup-filladapt): A new convenience function
2826 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
2827 function is intended to be used explicitly by the end user
2828 only.
2829
2830 * cc-vars.el (c-comment-prefix-regexp): New variable used to
2831 recognize the comment fill prefix inside comments.
2832 (c-block-comment-prefix): New name for
2833 `c-comment-contiuation-stars', which is now obsolete. It's
2834 generalized to handle any character sequence.
2835 (c-ignore-auto-fill): New variable used to selectively disable
2836 Auto Fill mode in specific contexts.
2837
2838 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2839
2840 * cc-cmds.el (c-comment-indent): Leave at least one space
2841 between the comment and the last nonblank character in the
2842 case where we look at the indentation of the comment on the
2843 previous line (case 4).
2844
2845 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2846 list of characters that may start a statement (it's a sort of
2847 prefix operator in Pike, and isn't used at all in any of the
2848 other languages).
2849
2850 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2851
2852 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2853 inside continued statements as statement-cont instead of
2854 brace-list-open. The reason is that one normally adjusts
2855 brace-list-open for brace lists as top-level constructs, and
2856 brace lists inside statements is a completely different
2857 context. Case 10B.2 changed. Also changed (the somewhat
2858 esoteric) case 9A to cope with this.
2859
2860 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2861
2862 * cc-cmds.el (c-electric-brace): Added electric handling of
2863 the open brace for brace-elseif-brace.
2864
2865 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2866
2867 * cc-defs.el (c-with-syntax-table): New macro to easily switch
2868 syntax tables temporarily.
2869
2870 * cc-engine.el (c-guess-basic-syntax): Handle template and
2871 member init argument lists split over several lines. Case 5D
2872 changed.
2873
2874 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2875 @throws introduced in Javadoc 1.2.
2876
2877 * cc-menus.el (cc-imenu-java-generic-expression): Applied
2878 patch from RMS to avoid infinite backtracking.
2879
2880 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2881
2882 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2883 by [ ].
2884
2885 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2886
2887 * cc-align.el (c-lineup-dont-change): Compensate properly for
2888 the column in langelem.
2889
2890 * cc-engine.el (c-syntactic-information-on-region): New
2891 function to help debugging the syntactic analysis.
2892
2893 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2894
2895 * cc-align.el (c-lineup-template-args): Handle nested template
2896 arglists.
2897
2898 * cc-langs.el (c++-template-syntax-table): New syntax table
2899 that makes `<' and `>' parenthesis characters, which is useful
2900 to switch to temporarily when analyzing template arglists.
2901
2902 * cc-styles.el: Changed default alignment of labels in the
2903 java style to conform to the examples in the Java Language
2904 Specification.
2905
2906 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2907 by default.
2908
2909 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2910
2911 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2912 immediately before the closing paren in an arglist, so don't
2913 check that in Pike mode. Case 7A changed.
2914
2915 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2916
2917 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2918 lines were ignored under certain conditions.
2919
2920 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2921
2922 * cc-align.el (c-lineup-template-args): New function for
2923 aligning continued template argument lists.
2924
2925 * cc-engine.el (c-guess-basic-syntax): Fix for member init
2926 lists containing function arglists split over several lines.
2927 Case 5D.1 changed.
2928
2929 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2930 template-args-cont didn't get recognized when the first
2931 arglist opener line doesn't contain a template argument. New
2932 case 5K.
2933
2934 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2935
2936 * cc-defs.el (c-point): Changed from subst to macro for
2937 efficiency.
2938 (c-beginning-of-defun-1, c-end-of-defun-1): New
2939 beginning-of-defun/end-of-defun wrappers separated from
2940 c-point.
2941
2942 * cc-menus.el (imenu-generic-expression,
2943 imenu-case-fold-search, imenu-progress-message): Dummy
2944 definitions to avoid compiler warnings if imenu can't be
2945 loaded.
2946 * cc-menus.el (cc-imenu-init): New function called at mode
2947 init.
2948 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2949 imenu initializations to cc-imenu-init.
2950
2951 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2952
2953 * cc-engine.el (c-guess-basic-syntax): Slightly better check
2954 for lambda-intro-cont in Pike mode. Case 6 changed.
2955
2956 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2957 anything following "new Foo()" was considered an anonymous
2958 class body in Java mode.
2959
2960 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2961
2962 * cc-cmds.el (c-comment-line-break-function): When breaking in
2963 a string, don't insert a new line.
2964
2965 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2966
2967 * cc-engine.el (c-at-toplevel-p): New interface function which
2968 returns information useful to add-on authors. It tells you
2969 whether you're at a toplevel statement or not.
2970
2971 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
2972
2973 * cc-cmds.el (c-comment-line-break-function): It is possible
2974 that forward-line does not land us at the bol, say if we're on
2975 the last line in a file. In that case, do a
2976 back-to-indentation instead of a forward-comment -1.
2977
2978 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2979
2980 * cc-engine.el (c-beginning-of-statement-1): Don't catch
2981 "default:" as normal label in case 4.
2982
2983 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2984
2985 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2986 recognize continued bitfield declarations. Case 5D.1 changed.
2987 * cc-langs.el: New variable c-bitfield-key.
2988 * cc-mode.el: New variable c-bitfield-key.
2989
2990 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2991
2992 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2993 anonymous array expressions (i.e. "new Foo[] {.. bracelist
2994 ..}").
2995
2996 1999-12-12 Dave Love <fx@gnu.org>
2997
2998 * mail/footnote.el: Require cl when compiling. Don't autoload
2999 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3000 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3001 Avoid `acons'.
3002 (footnote-mode-line-string, Footnote-add-footnote): Remove
3003 autoload cookie.
3004
3005 1999-12-12 Richard Sharman <rsharman@pobox.com>
3006
3007 * sh-script.el: Fix for when font-lock mode is active.
3008 (sh-font-lock-unfontify-region-function): New function.
3009
3010 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3011
3012 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3013 if start-process is not bound, since Ispell now supports such
3014 platforms as well.
3015
3016 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3017
3018 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3019 rmail-summary-goto-msg.
3020
3021 * files.el (after-find-file): Fix previous change.
3022
3023 1999-12-11 Dave Love <fx@gnu.org>
3024
3025 * help.el (where-is): Use `commandp' as predicate for
3026 `completing-read'
3027
3028 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3029
3030 * cus-edit.el (custom-save-delete): Delete all occurrences,
3031 leave point where the first occurrence was.
3032 (custom-save-faces): Insert a newline at the end of the comment.
3033 Avoid a double newline there.
3034 If final closeparen is at bol, put a space before it.
3035 (custom-save-variables): Likewise.
3036 (custom-file): Doc fix.
3037
3038 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3039
3040 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3041 regexp matching image and audio files.
3042
3043 1999-12-09 Dave Love <fx@gnu.org>
3044
3045 * mail/footnote.el: New file.
3046
3047 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3048
3049 * files.el (after-find-file): Use auto-save-visited-file-name if
3050 set.
3051
3052 * mail/feedmail.el (feedmail-find-eoh): Take
3053 feedmail-queue-alternative-mail-header-separator into account.
3054
3055 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3056
3057 * smerge-mode.el: New file.
3058
3059 * font-lock.el (font-lock-multiline): New variable.
3060 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3061 (font-lock-remove-keywords): Added a dummy `mode' argument for
3062 potential future support.
3063 (font-lock-fontify-anchored-keywords,
3064 (font-lock-fontify-keywords-region): Only handle multiline strings
3065 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3066
3067 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3068
3069 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3070
3071 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3072
3073 1999-12-07 Dave Love <fx@gnu.org>
3074
3075 * help.el (view-emacs-problems): New command, bound to C-h P.
3076
3077 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3078
3079 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3080
3081 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3082 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3083 New code to support the minor mode version.
3084 (diff-recenter): New function.
3085 (diff-next-hunk, diff-next-file): Use it.
3086 (diff-remembered-files-alist): New var.
3087 (diff-merge-strings): New function.
3088 (diff-find-file-name): Make it smarter and use the user's input more.
3089 (diff-mode): Cosmetic changes.
3090
3091 * files.el (save-some-buffers): Turn EXITING into the more general
3092 PRED argument to allow specifying a subset of buffers.
3093
3094 * simple.el (kill-region): Use the new `delete-and-extract-region'
3095 rather than the undo log (which is incorrect with *-change-functions).
3096
3097 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3098 off-by-one problem that could force re-fontifying the whole buffer.
3099 (font-lock-remove-keywords): New function.
3100 (font-lock-add-keywords): Use the new function to ensure idempotence.
3101
3102 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3103
3104 * viper-cmd.el (viper-minibuffer-standard-hook,
3105 viper-minibuffer-real-start): Mew functions.
3106 (viper-read-string-with-history,viper-file-add-suffix,
3107 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3108 change in the status of the minibuffer prompt.
3109
3110 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3111
3112 * comint.el (comint-redirect-results-list)
3113 (comint-redirect-results-list-from-process): Remove interactive
3114 spec.
3115
3116 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3117
3118 * info.el (info-node, info-menu-5, info-xref): Define colors for
3119 Info faces if the display supports them.
3120
3121 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3122
3123 Changes for automatic remapping of X colors on terminal frames:
3124
3125 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3126 term-setup-hook. Call msdos-remember-default-colors and
3127 msdos-handle-reverse-video.
3128 (msdos-face-setup): Parts of code moved to
3129 msdos-setup-initial-frame.
3130 (msdos-handle-reverse-video): New function, modeled after
3131 x-handle-reverse-video.
3132 (make-msdos-frame): Don't use initial-frame-alist and
3133 default-frame-alist. Call msdos-handle-reverse-video.
3134 (msdos-color-aliases): Remove.
3135 (msdos-color-translate, msdos-approximate-color): Remove.
3136 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3137 for better approximation of X colors.
3138 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3139 up tty-color-alist (it is now on startup.el).
3140 (x-display-color-p, x-color-defined-p, x-color-values,
3141 x-defined-colors, face-color-supported-p, face-color-gray-p):
3142 Remove.
3143
3144 * facemenu.el (facemenu-read-color, list-colors-display): Use
3145 defined-colors for all frame types.
3146 (facemenu-color-equal): Use color-values for all frame types.
3147
3148 * faces.el (read-face-attribute): For :foreground and :background
3149 attributes and frames on character terminals, translate the color
3150 to the closest supported one before looking it up in the list of
3151 valid values.
3152 (face-valid-attribute-values): Call defined-colors for all types
3153 of frames.
3154 (defined-colors, color-defined-p, color-values, display-color-p):
3155 New finctions.
3156 (x-defined-colors, x-color-defined-p, x-color-values,
3157 x-display-color-p): Aliases for the above.
3158
3159 * startup.el (command-line): Register terminal colors for frame
3160 types other than x and w32, but only if the terminal supports
3161 colors. Call tty-color-define instead of face-register-tty-color.
3162
3163 * term/x-win.el (xw-defined-colors): Renamed from
3164 x-defined-colors.
3165 * term/w32-win.el (xw-defined-colors): Likewise.
3166
3167 * term/tty-colors.el: New file.
3168 * loadup.el: Load term/tty-colors.
3169
3170 1999-12-06 Dave Love <fx@gnu.org>
3171
3172 * ffap.el: Autoload the ffap alias directly.
3173
3174 1999-12-06 Inge Frick <inge@nada.kth.se>
3175
3176 * dired-aux.el (dired-do-shell-command): Changed documentation.
3177 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3178 meaning as `*'.
3179
3180 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3181
3182 * simple.el (insert-buffer): Doc fix.
3183
3184 * apropos.el (apropos-mode): Add autoload cookie.
3185
3186 1999-12-06 Sam Steingold <sds@goems.com>
3187
3188 * progmodes/etags.el (etags-tags-completion-table): Modified the
3189 regexp to allow for the CL symbols starting with `+*'.
3190 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3191 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3192 `function' quoting lambda.
3193 (tags-with-face): New macro.
3194 (list-tags, tags-apropos): Use it.
3195 (tags-apropos-additional-actions): New user option.
3196 (etags-tags-apropos-additional): Use it.
3197 (tags-apropos): Call etags-tags-apropos-additional.
3198 (tags-apropos-verbose): New user option.
3199 (etags-tags-apropos): Use it.
3200 (visit-tags-table-buffer, next-file): Use `unless'.
3201 (recognize-empty-tags-table): Renamed to
3202 tags-recognize-empty-tags-table.
3203 (complete-tag): Call tags-complete-tag bypassing try-completion.
3204
3205 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3206
3207 * international/mule.el (set-buffer-file-coding-system): Docstring
3208 modified.
3209
3210 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3211
3212 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3213 using the hideshow package.
3214 (hs-special-modes-alist): Added entry for bibtex to allow the use
3215 of the hideshow package.
3216 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3217 not longer provided by bibtex.el directly. Instead the hideshow
3218 package should be used.
3219 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3220 references to bibtex-hide-entry-bodies.
3221
3222 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3223
3224 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3225 maintainer information closer to the beginning of the bibtex.el
3226 file.
3227 (bibtex-maintainer-salutation): New constant.
3228 (bibtex-version): New constant.
3229 (bibtex-submit-bug-report): Use bibtex-version and
3230 bibtex-maintainer-salutation.
3231 (bibtex-entry-field-alist): Made booktitle field optional for
3232 @inproceedings entries when crossreferenced.
3233 (bibtex-entry-field-alist): Added booktitle field to proceedings
3234 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3235 for the suggestion.
3236 (bibtex-string-file-path): Fixed typo.
3237
3238 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3239
3240 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3241 for reftex.el.
3242 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3243 to menu.
3244
3245 1999-12-04 Dave Love <fx@gnu.org>
3246
3247 * delsel.el: Revert previous change -- region is significant to
3248 skeleton.
3249
3250 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3251
3252 * viper-cmd.el (viper-change-state): Use
3253 viper-ESC-moves-cursor-back to decide whether to move the cursor
3254 back.
3255
3256 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3257
3258 * international/mule-util.el (truncate-string-to-width): Docsting
3259 fixed.
3260
3261 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3262
3263 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3264 use of `cond'.
3265 (lm-with-file): Move all the find-file...kill-buffer stuff into
3266 this macro. Make it use `find-file-noselect' and make it kill
3267 the buffer only if it wasn't already displayed somewhere.
3268 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3269 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3270 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3271 (lm-commentary): Fix to handle the case when the change log is
3272 at the end of the file.
3273
3274 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3275
3276 * international/mule.el (charsetp): Fix typo in docstring.
3277
3278 * international/mule-diag.el (list-coding-categories): Fix typo;
3279 automatic -> autoload.
3280
3281 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3282
3283 * vc.el (vc-update-change-log): Look for rcs2log under
3284 exec-directory.
3285
3286 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3287 outline-regexp, add outline-level.
3288 (lisp-outline-level): New.
3289
3290 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3291 remove extraneous string-match.
3292
3293 * finder.el (finder-commentary): Activate Finder mode.
3294
3295 1999-12-01 Anders Lindgren <andersl@andersl.com>
3296
3297 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3298 off when reverting buffers that contained mode specifiers.
3299 `revert-buffer' is now called with non-nil PRESERVE-MODES
3300 argument.
3301
3302 1999-12-01 Dave Love <fx@gnu.org>
3303
3304 * delsel.el: Grok skeleton-pair-insert-maybe.
3305
3306 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3307
3308 * progmodes/cperl-mode.el (cperl-under-as-char):
3309 Use nil as default.
3310
3311 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3312
3313 * speedbar.el (toplevel): Remove compatibility code for Emacs
3314 versions without custom.el.
3315
3316 1999-11-30 Dave Love <fx@gnu.org>
3317
3318 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3319
3320 * autoinsert.el: Minor doc fixes.
3321 (auto-insert): Return nil.
3322
3323 * faces.el (set-face-documentation): Purecopy STRING.
3324
3325 1999-11-29 Dave Love <fx@gnu.org>
3326
3327 * derived.el: Doc fixes, remove old backquote syntax.
3328
3329 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3330 comment warning about editing.
3331
3332 * help.el (help-mode-hook): Define.
3333
3334 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3335
3336 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3337 invalid translation of old-style backquote syntax to new syntax.
3338
3339 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3340
3341 * Makefile (DONTCOMPILE): Add term/internal.el.
3342
3343 1999-11-26 Dave Love <fx@gnu.org>
3344
3345 * comint.el: Fix last change.
3346
3347 * emacs-lisp/advice.el: Fix last change.
3348
3349 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3350
3351 * cus-edit.el (Custom-reset-standard): Doc fix.
3352 (custom-variable-reset-standard): Doc fix.
3353 (custom-face-reset-standard): Doc fix.
3354 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3355 (custom-variable-menu): Likewise.
3356 (custom-reset-menu): Likewise.
3357 (custom-buffer-create-internal): Likewise.
3358
3359 1999-11-26 Dave Love <fx@gnu.org>
3360
3361 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3362
3363 * font-lock.el: Doc fixes.
3364
3365 * menu-bar.el (menu-bar-mode): Customize.
3366
3367 * cus-start.el: Add use-dialog-box.
3368
3369 * add-log.el (change-log-mode-hook): Customize.
3370 (add-log-current-defun): Use
3371 fortran-{beginning,end}-of-subprogram.
3372
3373 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3374
3375 * emacs-lisp/advice.el: Many doc fixes.
3376
3377 * comint.el (comint-preoutput-filter-functions): Doc fix.
3378
3379 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3380
3381 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3382 Improve messages for capitalization of arg names,
3383 for flag variables, for t and nil, for imperatives.
3384 Call them imperatives rather than infinitives sans "to".
3385 (checkdoc-common-verbs-wrong-voice): Add "moves".
3386 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3387
3388 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3389 Don't convert comments from 3-semicolon to 2-semicolon.
3390 That is a matter of style.
3391 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3392 (checkdoc-comments): Don't bind that variable.
3393
3394 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3395
3396 * files.el (write-file-hooks): Doc fix.
3397
3398 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3399
3400 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3401
3402 1999-11-25 Dave Love <fx@gnu.org>
3403
3404 * hippie-exp.el: Require comint when compiling.
3405 (hippie-expand): Add :links.
3406 (hippie-expand-try-functions-list): Customize.
3407
3408 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3409
3410 * viper*el: Replaced old-style backquotes.
3411
3412 * ediff*el: Replaced old-style backquotes.
3413
3414 * ediff-merge
3415 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3416 Changed to support the new format for ediff-combination-pattern.
3417
3418 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3419 Changed to support the new format for ediff-combination-pattern.
3420
3421 1999-11-24 Dave Love <fx@gnu.org>
3422
3423 * custom.el (custom-declare-group): Purecopy DOC.
3424 (custom-handle-keyword): Purecopy VALUE.
3425 (custom-add-link): Purecopy WIDGET.
3426 (custom-add-version): Purecopy VERSION.
3427 (custom-add-load): Purecopy LOAD.
3428
3429 * cus-face.el (custom-declare-face): Purecopy DOC.
3430
3431 * info.el:
3432 (Info-build-node-completions, Info-search, Info-follow-reference)
3433 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3434 (Info-find-emacs-command-nodes): Avoid properties on matched text
3435 which may appear in minibuffer.
3436
3437 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3438
3439 * locate.el (locate-with-filter): Doc fix.
3440
3441 1999-11-24 Alex Schroeder <alex@gnu.org>
3442
3443 * sql.el (sql-find-sqli-buffer): New function.
3444 (sql-set-sqli-buffer-generally): New function.
3445 (sql-set-sqli-buffer): Better checking of new-buffer.
3446 (sql-copy-column): Add comma after INTO clause, too.
3447
3448 1999-11-24 Alex Schroeder <alex@gnu.org>
3449
3450 * sql.el (sql-imenu-generic-expression): New, used to set
3451 imenu-generic-expression.
3452
3453 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3454 setting font-lock-defaults' SYNTAX-ALIST. Set
3455 imenu-generic-expression, imenu-case-fold-search, and
3456 imenu-syntax-alist.
3457
3458 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3459 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3460
3461 1999-11-23 Andrew Innes <andrewi@gnu.org>
3462
3463 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3464 drop coords aren't over a specific window.
3465
3466 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3467
3468 * ps-print.el: Define mule funs without checking if mule package is
3469 loaded.
3470 (ps-print-version): New version number (5.0.1).
3471 (ps-header-dirpart): Now uses abbreviate-file-name.
3472
3473 1999-11-23 Dave Love <fx@gnu.org>
3474
3475 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3476 comment-line-start.
3477 (fortran-comment-line-start-skip): Renamed from
3478 comment-line-start-skip.
3479 (fortran-mode-map): Use renamed functions. Add manual and custom
3480 entries to menu.
3481 (fortran-mode-hook): Customize.
3482 (fortran-comment-indent-function): Renamed from
3483 fortran-comment-hook.
3484 (delete-horizontal-regexp): Function deleted.
3485 (fortran-electric-line-number): Simplified.
3486 (fortran-beginning-of-subprogram): Renamed from
3487 beginning-of-fortran-subprogram.
3488 (fortran-end-of-subprogram): Renamed from
3489 end-of-fortran-subprogram.
3490 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3491 (fortran-previous-statement, fortran-next-statement): Simplified.
3492 (fortran-blink-match): New function.
3493 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3494 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3495 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3496 line-end-position.
3497 (fortran-fill): No longer interactive. Simplified.
3498 (fortran-break-line): Simplified.
3499 (fortran-analyze-file-format): Use char-after, not looking-at.
3500
3501 * emacs-lisp/find-func.el (find-function-regexp): Use
3502 `define-minor-mode' after easy-menu change.
3503
3504 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3505
3506 * comint.el: Add redirection.from active comint buffers into
3507 another buffer. Written by Peter Breton.
3508
3509 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3510
3511 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3512 `define-minor-mode'.
3513 (define-minor-mode): Specify `doc-string-elt'.
3514
3515 * emacs-lisp/easy-mmode.el: Changed maintainer.
3516 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3517 Use defcustom for the hooks; Improve the auto-generated docstrings.
3518 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3519 (define-minor-mode): Add BODY arg; Only declare the keymap if
3520 provided; Improve the auto-generated docstrings.
3521
3522 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3523
3524 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3525 that the leading `^' is at the start. This is necessary because
3526 paragraphs.el tries to remove anchors, but can find them only if
3527 they are the first character.
3528
3529 * progmodes/antlr-mode.el: New file.
3530
3531 * calendar/calendar.el: Fix autoload for
3532 calendar-absolute-from-astro. Add autoload for
3533 calendar-print-astro-day-number.
3534
3535 1999-11-21 Anders Lindgren <andersl@andersl.com>
3536
3537 * follow.el: Use modern backquote syntax. Minor comment update.
3538
3539 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3540
3541 * simple.el (with-syntax-table): Don't switch buffers.
3542
3543 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3544 progmodes/hideif.el: Use new backquote syntax.
3545
3546 1999-11-21 Ken Manheimer <klm@python.org>
3547
3548 * icomplete.el (icomplete-completions): Use an explicit variable
3549 `icomplete-prospects-length', obviating the need to use an
3550 apparently faulty throw/catch arrangement.
3551
3552 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3553
3554 * term/internal.el (IT-display-table-setup): Don't overstep
3555 character code 255.
3556
3557 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3558
3559 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3560 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3561
3562 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3563
3564 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3565 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3566
3567 * files.el (auto-mode-alist): Add patterns for diff-mode.
3568
3569 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3570 to detect an empty prompt.
3571
3572 1999-11-18 Dave Love <fx@gnu.org>
3573
3574 * simple.el (input-mode-8-bit): Fix the customization.
3575
3576 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3577
3578 * international/iso-acc.el (iso-languages): Add more
3579 characters for Portuguese.
3580
3581 * speedbar.el: Clean up comment at the start of the file.
3582 Remove RCS id.
3583
3584 * progmodes/compile.el (compilation-parse-errors): Use
3585 compilation-buffer-p instead of testing major-mode.
3586
3587 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3588
3589 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3590 (quickurl-ask): completion-ignore-case is set to the value of
3591 quickurl-completion-ignore-case for the duration of the call to
3592 completing-read.
3593
3594 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3595
3596 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3597
3598 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3599
3600 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3601 instead of ps-print-def.
3602
3603 * ps-print.el: Require ps-vars instead of ps-print-def.
3604
3605 * ps-mule.el: Require ps-vars instead of ps-print-def.
3606
3607 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3608
3609 * simple.el (with-syntax-table): Save buffer explicitly instead of
3610 using save-excursion.
3611
3612 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3613
3614 * mail/supercite.el: New maintainer.
3615
3616 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3617
3618 * progmodes/vhdl-mode.el: Use new backquote syntax.
3619
3620 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3621
3622 * simple.el (with-syntax-table): New.
3623
3624 1999-11-15 Sam Steingold <sds@ksp.com>
3625
3626 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3627
3628 1999-02-22 Sam Steingold <sds@goems.com>
3629
3630 * goto-addr.el (goto-address-at-mouse,
3631 goto-address-find-address-at-point): Use compose-mail.
3632 (goto-address-mail-method): Removed variable.
3633 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3634 goto-address-send-using-mail): Removed functions.
3635
3636 1998-11-03 Sam Steingold <sds@goems.com>
3637
3638 * simple.el (backward-delete-char-untabify):
3639 backward-delete-char-untabify-method can be `all' now - to delete
3640 hungrily including newlines.
3641
3642 1999-11-15 Sam Steingold <sds@ksp.com>
3643
3644 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3645
3646 1999-11-15 Dave Love <fx@gnu.org>
3647
3648 * cus-edit.el (customize-face, customize-face-other-window):
3649 Require match from completing-read.
3650 (custom-buffer-done-function): Default to custom-bury-buffer, not
3651 bury-buffer.
3652
3653 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3654
3655 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3656 progmodes/cperl-mode.el: Use new backquote syntax.
3657
3658 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3659
3660 * uniquify.el: Use new backquote syntax.
3661
3662 1999-11-14 Markus Rost <rost@ias.edu>
3663
3664 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3665 as in ispell-local-dictionary-alist.
3666
3667 1999-11-14 Alex Schroeder <alex@gnu.org>
3668
3669 * ansi-color.el (ansi-color-apply): Updated regexps to include
3670 highlighted face.
3671
3672 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3673
3674 * forms.el (forms--make-format-elt-using-text-properties):
3675 Treat `intangible' differently.
3676
3677 * forms.el: Use new backquote syntax.
3678
3679 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3680
3681 * textmodes/scribe.el (scribe-mode): Doc-fix.
3682
3683 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3684
3685 * net-utils.el (run-network-program, net-utils-run-program): Use
3686 the new backquote syntax.
3687 (smbclient-program, smbclient-program-options)
3688 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3689 variables
3690 (smbclient, smbclient-list-shares): New functions
3691
3692 1999-11-12 Sam Steingold <sds@ksp.com>
3693
3694 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3695 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3696 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3697 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3698 (viper-kbd-global-pair, viper-kbd-global-definition):
3699 Use the new backquote syntax.
3700
3701 * emulation/viper-cmd.el (viper-test-com-defun)
3702 (viper-prefix-arg-value, viper-prefix-arg-com):
3703 Use the new backquote syntax.
3704
3705 * emacs-lisp/debug.el (debugger-env-macro):
3706 Use the new backquote syntax.
3707
3708 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3709 Use the new backquote syntax.
3710
3711 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3712 New user variable.
3713 (calendar-hide-window): Use it.
3714 (increment-calendar-month, calendar-for-loop, calendar-sum):
3715 Use the new backquote syntax.
3716
3717 1999-11-12 Andrew Innes <andrewi@gnu.org>
3718
3719 * select.el (x-set-selection): Call buffer-substring, not
3720 substring. Also fix docstring
3721
3722 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3723
3724 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3725 of customizable variables to bug report message. Added
3726 system-type to package name in bug report.
3727
3728 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3729
3730 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3731 to display file names.
3732
3733 1999-11-11 Gerd Moellmann <gerd@gnu.org>
3734
3735 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3736
3737 * isearch.el: Add lazy-highlighting feature.
3738
3739 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3740
3741 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3742 constant.
3743 (ps-mode-submit-bug-report): New function. Entry added to menu.
3744
3745 1999-11-10 William M. Perry <wmperry@aventail.com>
3746
3747 * mwheel.el: New file to support the new style wheeled mice.
3748
3749 1999-11-10 Gerd Moellmann <gerd@gnu.org>
3750
3751 * startup.el (initial-scratch-message): Add ";;" to the front of
3752 lines in the message.
3753
3754 * files.el (file-local-copy): Remove optional BUFFER argument
3755 because that's not used by anything.
3756
3757 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3758 to-address.
3759
3760 1999-11-08 Markus Rost <rost@ias.edu>
3761
3762 * wid-edit.el (widget-button-click): Wrap with save-excursion
3763 to restore track-mouse in the correct buffer.
3764
3765 1999-11-08 Gerd Moellmann <gerd@gnu.org>
3766
3767 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3768
3769 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3770
3771 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3772 lpr-command to "lp" for some system-types. (copied from lpr.el
3773 Emacs version 20.2.1).
3774
3775 1999-11-04 Markus Rost <rost@ias.edu>
3776
3777 * simple.el (comment-region): Strip off white space at end of
3778 comment-start.
3779
3780 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3781
3782 * faces.el (secondary-selection): Fix wrong color name.
3783
3784 1999-11-04 John Tobey <jtobey@epsilondev.com>
3785
3786 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3787 the default when invoking perldb in a non-Perl buffer, and other
3788 cases involving -e or --.
3789
3790 1999-11-04 Gerd Moellmann <gerd@gnu.org>
3791
3792 * simple.el (previous-matching-history-element)
3793 (next-history-element): Use delete-field instead of erase-field.
3794
3795 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3796 Use delete-field instead of erase-field.
3797
3798 * faces.el (secondary-selection): Change background to yellow.
3799
3800 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3801 find the start of the text. Use field-string to read the user
3802 input.
3803
3804 1999-11-03 Gerd Moellmann <gerd@gnu.org>
3805
3806 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3807 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3808 for compatibility with old face implementation.
3809
3810 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3811 Use erase-field instead of erase-buffer.
3812
3813 * frame.el (blink-cursor-mode, blink-cursor-end): Use
3814 internal-show-cursor with new interface.
3815 (blink-cursor-timer-function): New.
3816 (blink-cursor-start): Use blink-cursor-timer-function.
3817
3818 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3819
3820 * calendar.el (redraw-calendar): Move to nearest date before
3821 redrawing.
3822
3823 * diary-lib.el (simple-diary-display): Reset modeline even if
3824 there are no diary entries since the diary buffer may be displayed.
3825
3826 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3827
3828 * emacs-lisp/debug.el (debug): If noninteractive, display the
3829 backtrace using `message', then exit Emacs.
3830 (debugger-batch-max-lines): New variable.
3831 (debugger-setup-buffer): New subroutine, broken out of `debug'.
3832 Change the messages put at the start, to say that the debugger
3833 was entered.
3834
3835 1999-11-02 Sam Steingold <sds@ksp.com>
3836
3837 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3838
3839 1999-11-01 John Tobey <jtobey@epsilondev.com>
3840
3841 * gud.el: (gud-perldb-massage-args): Massage correctly in the
3842 presence of perl switches other than "-e".
3843
3844 1999-11-01 Markus Rost <rost@ias.edu>
3845
3846 * dired-x.el (dired-smart-shell-command): Use
3847 shell-command-history as in shell-command.
3848
3849 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3850
3851 * userlock.el (ask-user-about-lock): Doc fix.
3852
3853 * frame.el: Doc fixes.
3854
3855 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3856
3857 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3858 of show-cursor.
3859 (blink-cursor-start, blink-cursor-end): Ditto.
3860
3861 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3862
3863 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3864
3865 * window.el (walk-windows): If ALL-FRAMES is a frame,
3866 start on that frame. Use save-selected-window.
3867
3868 1999-11-01 Gerd Moellmann <gerd@gnu.org>
3869
3870 * simple.el (end-of-buffer): Use window-end to find the window end
3871 instead of vertical-motion because this handles variable-height
3872 lines correctly.
3873
3874 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
3875
3876 * ediff.el: Version change.
3877
3878 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3879 make sure you are in a good frame before deleting other
3880 windows.
3881 (ediff-file-checked-in-p): Don't consider CVS
3882 files checked in.
3883 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
3884 are writing to a newly created empty file.
3885
3886 * ediff-mult.el (ediff-show-session-group-hook): New default.
3887
3888 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3889 First cd to the file directory. reportedly works
3890 better with remote files.
3891
3892 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3893 Use file-name-nondirectory when passing files to CVS.
3894
3895 * ediff-diff.el (ediff-cmp-options): New variable.
3896 (ediff-same-file-contents): Use ediff-cmp-options.
3897
3898 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3899 ediff-get-patch-buffer): Use current buffer if it appears to be a
3900 patch.
3901
3902 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3903 C-g
3904
3905 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3906 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3907 (viper-save-cursor-color,viper-restore-cursor-color):
3908 Improved cursor color handling.
3909 (viper-get-saved-cursor-color-in-replace-mode,
3910 viper-get-saved-cursor-color-in-insert-mode): New functions for
3911 better cursor color handling.
3912
3913 * viper-ex.el (ex-read,ex-edit):
3914 Fixes for correct interpretation of #,%.
3915 (viper-ex): Now works correctly when called from other functions.
3916 (viper-glob-function): New variable.
3917 (viper-ex): Save excursion before doing :global.
3918
3919 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3920
3921 * viper-cmd.el (viper-post-command-sentinel,
3922 viper-insert-state-post-command-sentinel,
3923 viper-insert-state-pre-command-sentinel): Takes better care of
3924 cursor colors.
3925
3926 * viper.el: Version change.
3927
3928 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
3929
3930 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3931 that the modeline display was updated *only* when
3932 `whitespace-display-in-modeline' was set, not otherwise.
3933
3934 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3935
3936 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3937 "frac12".
3938
3939 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3940 ad-activate.
3941
3942 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
3943
3944 * whitespace.el: Test for existence of `defcustom' and `defgroup'
3945 using fboundp instead of assuming that these are not present in
3946 particular flavors of emacs.
3947 (whitespace-version): Update to 2.8
3948 (whitespace-display-in-modeline): Add custom variable to control
3949 displaying the whitespace errors on the modeline based on
3950 suggestion from <klaus.berndl@sdm.de>
3951 (whitespace-buffer): Now returns `t' if unclean and `nil' if
3952 clean, to enable using as a hook function, as suggested by Puneet
3953 Goel <puneet@computer.org>
3954 (whitespace-buffer): Fix a subtle bug that cleaned up only if
3955 quiet was not set, even with whitespace-auto-cleanup set.
3956 (whitespace-mode-line): Now uses less modeline real estate and
3957 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3958 which is present in the file, and <y> is any type of whitespace
3959 whose check has been suppressed by setting
3960 `whitespace-check-<whitespace-type>' to nil.
3961 (whitespace-unchecked-whitespaces): New function to return the
3962 list of whitespaces for whom checks have been suppressed.
3963 (whitespace-display-unchecked-whitespaces): Renamed to
3964 `whitespace-update-modeline' to reflect its functionality.
3965
3966 1999-10-30 Gerd Moellmann <gerd@gnu.org>
3967
3968 * progmodes/compile.el (compilation-error-regexp-alist):
3969 Undo previous change.
3970
3971 1999-10-28 Dave Love <fx@gnu.org>
3972
3973 * help.el (help-follow): Make arg optional again and really
3974 default to point.
3975
3976 1999-10-28 Gerd Moellmann <gerd@gnu.org>
3977
3978 * paths.el (rmail-file-name): Make it an option.
3979
3980 * progmodes/ada-mode.el, progmodes/ada-prj.el,
3981 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3982 comment fixes.
3983
3984 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3985 MIPS Pro 7.3 compiler error message syntax.
3986
3987 1999-10-27 Dave Love <fx@gnu.org>
3988
3989 * progmodes/compile.el: Checkdoc-inspired fixes.
3990
3991 1999-10-27 Gerd Moellmann <gerd@gnu.org>
3992
3993 * lpr.el (print-buffer): Doc-string fix.
3994
3995 1999-10-27 Dave Love <fx@gnu.org>
3996
3997 * emacs-lisp/advice.el: Doc fixes.
3998 (ad-lemacs-p): Removed.
3999 (advice): Add :link to defgroup.
4000
4001 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4002
4003 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4004 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4005
4006 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4007
4008 * window.el (walk-windows): If ALL-FRAMES is a frame,
4009 start on that frame. Use save-selected-window.
4010
4011 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4012
4013 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4014 ad-activate. All callers changed, including those in data.c.
4015 (ad-activate-internal-off): Renamed from ad-activate-off.
4016 All uses changed.
4017 (ad-activate): Renamed from ad-activate-on. All uses changed.
4018 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4019 Alter the definition of ad-activate-internal, not ad-activate.
4020
4021 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4022
4023 * startup.el (command-line-1): Add support for command line
4024 arguments `file' and `execute'. Fix handling of `visit'.
4025
4026 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4027
4028 * international/mule-cmds.el (read-input-method-name): Handle the
4029 case that the arg DEFAULT is symbol.
4030
4031 * international/mule-diag.el (mule-diag): Handle the case that
4032 default-input-method is symbol.
4033
4034 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4035
4036 * textmodes/tildify.el: New file.
4037
4038 1999-10-25 Sam Steingold <sds@ksp.com>
4039
4040 * Makefile (compile-files): Fixed the "tr" strings.
4041 (EMACS): Set to ../src/emacs.
4042
4043 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4044
4045 * info.el (Info-build-node-completions): Add '("*") to the
4046 completion list.
4047
4048 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4049
4050 * frame.el (auto-raise-mode): When enabling the mode,
4051 immediately raise the selected frame.
4052
4053 * indent.el (indent-region): Doc fix.
4054
4055 * comint.el (comint-output-filter): Make the Comint buffer current
4056 for the comint-preoutput-filter-functions.
4057
4058 * mail/reporter.el: Doc fix.
4059
4060 1999-10-24 Stephen Eglen <stephen@gnu.org>
4061
4062 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4063 that Octave lisp files can also run under XEmacs 20.
4064 (require 'custom) added so that files can run under Emacs 19.34.
4065
4066 * iswitchb.el (iswitchb-default-keybindings): No need to use
4067 read-kbd-macro in keybindings.
4068
4069 1999-10-23 Dave Love <fx@gnu.org>
4070
4071 * elide-head.el: New file.
4072
4073 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4074
4075 * Makefile (compile-files, backup-compiled-files): New targets.
4076 (bootstrap, bootstrap-clean): Ditto.
4077
4078 1999-10-22 Paul Eggert <eggert@twinsun.com>
4079
4080 * international/mule-cmds.c (locale-language-names):
4081 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4082 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4083 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4084 Use Latin-8 for Welsh.
4085 Use Latin-1 for English if "en" is explicitly specified.
4086 Use Latin-1 for Scots Gaelic, Tagalog.
4087 Use Latin-1 (not Latin-4) for Greenlandic.
4088 Use Latin-1 (not Latin-2) for Albanian.
4089 (locale-preferred-coding-systems, locale-language-names):
4090 Remove generic ISO 8859 locales; locale-charset-language-names now
4091 does this.
4092 (locale-charset-language-names): New variable.
4093 (set-locale-environment): Use language name specified by
4094 locale-charset-language-names if its charsets disagree with the
4095 language name specified by locale-language-names.
4096
4097 1999-10-22 Dave Love <fx@gnu.org>
4098
4099 * make-mode.el: Minor doc fixes.
4100
4101 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4102
4103 1999-10-21 Dave Love <fx@gnu.org>
4104
4105 * loadup.el: Add latin-8, latin-9.
4106
4107 1999-10-20 Paul Eggert <eggert@twinsun.com>
4108
4109 * disp-table.el (standard-display-european): Remove undocumented
4110 arg AUTO; no longer used by startup.el. Do not attempt to treat
4111 all non-English language environments as coding system names.
4112 Instead, use the downcased language environment name as a coding
4113 system name if it is one; otherwise, use latin-1.
4114
4115 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4116
4117 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4118 that were split so that part of the comment appeared as Lisp code.
4119
4120 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4121
4122 * ps-bdf.el: Doc fix.
4123
4124 * ps-print-def.el: New file: common definitions for all parts of
4125 ps-print.
4126 (ps-multibyte-buffer): Moved from ps-mule.
4127
4128 * ps-mule.el: File dependence fix.
4129 (ps-multibyte-buffer): Moved to ps-print-def.
4130
4131 * ps-print.el: Doc fix, better customization.
4132 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4133 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4134 (ps-end-file): Doc fix.
4135 (ps-setup, ps-begin-file): Fun fix.
4136 (postscript): New group.
4137 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4138 (ps-print-prologue-1): Adjust PostScript programming.
4139 (ps-print): Adjust group hierarchy.
4140 (ps-print-n-up, ps-print-zebra, ps-print-background,
4141 ps-print-printer)
4142 (ps-print-page): New subgroups.
4143 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4144 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4145 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4146 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4147 (ps-zebra-stripe-height, ps-print-background-image)
4148 (ps-print-background-text, ps-spool-config): Adjust customization.
4149 (dos-ps-printer): Definition eliminated.
4150
4151 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4152
4153 * ps-mule.el: Doc fix, define functions properly if mule package is
4154 loaded or not.
4155 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4156 mule package is loaded or not.
4157
4158 * ps-print.el: Doc fix, n-up printing.
4159 (ps-print-version): New version number (5.0).
4160 (ps-page-dimensions-database): Added document media.
4161 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4162 (ps-page-order, ps-printing-region-p): New vars.
4163 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4164 funs.
4165 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4166 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4167 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4168 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4169 (ps-print-begin-sheet-hook): New hook.
4170 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4171 const.
4172 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4173 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4174 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4175 (ps-count-lines): Changed to defun.
4176 (ps-header-page): Changed to defsubst, fix fun.
4177 (ps-printing-region): Doc fix, adjust programming code.
4178 (ps-output-boolean, ps-background-pages, ps-background-text)
4179 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4180 programming code.
4181
4182 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4183
4184 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4185 (ps-print-version): New version number (4.2).
4186 (ps-spool-config, ps-spool-tumble): New vars.
4187 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4188 programming, new PostScript procedure to handle errors.
4189 (ps-print-prologue-2): Changed to defconst.
4190 (ps-print-duplex-feature): New const: duplex and tumble setting.
4191 (ps-setup, ps-begin-file): Fix funs.
4192 (ps-boolean-capitalized): New fun.
4193
4194 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4195
4196 * Makefile (dontcompilefiles): Obsoleted.
4197 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4198 (EL): Unused.
4199 (temacs): Removed (unused).
4200 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4201 version of the file (necessary for the update to work properly).
4202 (autoloads): Force the use of `pwd`/loaddefs.el.
4203 (updates); Redefined in terms of other targets to reduce redundancy.
4204 (.el.elc): New default rule, just in case you want it.
4205 (compile): Use a single invocation of Emacs.
4206 (bootstrap-compile); Unneeded.
4207 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4208
4209 1999-10-19 Dave Love <fx@gnu.org>
4210
4211 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4212
4213 1999-10-19 Sam Steingold <sds@ksp.com>
4214
4215 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4216 comply with the comment.
4217
4218 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4219
4220 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4221 permanent-local.
4222
4223 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4224
4225 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4226 value: \"lpr\" changed to "lpr"
4227 (ps-mode-version): New constant
4228 (ps-mode-show-version): New function, added key in ps-mode-map
4229 (ps-run-messages): Removed
4230 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4231 ps-run-messages. These keywords now include the value of
4232 ps-run-prompt, making its fontification customizable.
4233 (ps-run-init): Removed \\n from docstring, it is now added when
4234 the value is used
4235 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4236 ps-run-prompt
4237 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4238 customizable variables in doc-string (its equivalent
4239 ps-run-messages was missing in previous version of the doc-string)
4240 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4241 symbols only
4242
4243 1999-10-19 Alex Schroeder <alex@gnu.org>
4244
4245 * ansi-color.el: Complete rewrite.
4246
4247 1999-10-19 Paul Eggert <eggert@twinsun.com>
4248
4249 Fix bootstrapping problems.
4250 Use the system locale to specify Emacs locale defaults.
4251
4252 * international/mule-cmds.el (global-map):
4253 Do not use backquote, because that makes a bootstrapping
4254 problem if you need to recompile all Lisp files using interpreted code.
4255 * international/mule.el (charset-id, charset-bytes,
4256 charset-dimension, charset-chars, charset-width,
4257 charset-direction, charset-iso-final-char,
4258 charset-iso-graphic-plane, charset-reverse-charset,
4259 charset-short-name, charset-long-name, charset-description,
4260 charset-plist): Likewise.
4261 * subr.el (save-match-data): Likewise.
4262
4263 * international/mule-cmds.el
4264 (set-display-table-and-terminal-coding-system): New function,
4265 containing code migrated out of set-language-environment.
4266 (set-language-environment, set-locale-environment): Use it.
4267 (locale-translation-file-name): Moved here from startup.el.
4268 (locale-language-names, locale-preferred-coding-systems):
4269 New vars.
4270 (locale-name-match, set-locale-environment): New functions.
4271
4272 * language/japan-util.el (setup-japanese-environment-internal):
4273 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4274
4275 * startup.el (iso-8859-n-locale-regexp): Remove.
4276 (locale-translation-file-name): Move to mule-cmds.el.
4277 (command-line): Move locale-stuff into set-locale-environment.
4278
4279 1999-10-18 Dave Love <fx@gnu.org>
4280
4281 * abbrev.el (add-abbrev, inverse-add-abbrev)
4282 (expand-region-abbrevs): Remove properties from buffer text.
4283
4284 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4285
4286 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4287 from the mini-buffer, without the prompt.
4288
4289 * simple.el (minibuffer-prompt-end): Return the position
4290 after the prompt, not the position of that last character
4291 of the prompt.
4292
4293 1999-10-17 Miles Bader <miles@gnu.org>
4294
4295 * simple.el: Doc fixes.
4296
4297 1999-10-17 Miles Bader <miles@gnu.org>
4298
4299 * simple.el (previous-matching-history-element, next-history-element):
4300 Change to work correctly even if the point is in the prompt.
4301 (choose-completion-string): Likewise.
4302 (minibuffer-prompt-width): New function (compatibility with old subr).
4303
4304 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4305 When constraining the final position to the current field,
4306 don't use the ONLY-IN-LINE mode of constrain-to-field.
4307
4308 1999-10-17 Miles Bader <miles@gnu.org>
4309
4310 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4311 constrain-to-field.
4312 * textmodes/paragraphs.el (forward-sentence): Likewise.
4313
4314 1999-10-17 Miles Bader <miles@gnu.org>
4315
4316 * simple.el (line-move): Use constrain-to-field to avoid
4317 moving into a prompt.
4318 (previous-complete-history-element): Clarify doc string.
4319 (next-complete-history-element): Likewise.
4320 Use field-beginning instead of point-min.
4321 (next-matching-history-element): Use field-beginning and
4322 erase-field instead of point-min and erase-buffer.
4323 * textmodes/paragraphs.el
4324 (forward-paragraph, forward-sentence): Likewise.
4325 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4326 constrain the kill to an field, as the movement commands now
4327 do this.
4328
4329 1999-10-17 Miles Bader <miles@gnu.org>
4330
4331 * simple.el (previous-matching-history-element): Get the
4332 minibuffer input with field-string instead of buffer-string.
4333 (choose-completion-string): Likewise.
4334 (next-history-element): Likewise.
4335 Erase the minibuffer input with erase-field, not erase-buffer.
4336 Use field-beginning to find the beginning of the input.
4337 * textmodes/paragraphs.el (backward-kill-sentence):
4338 Remove minibuffer-prompt hack.
4339 Constrain to any input field.
4340
4341 1999-10-17 Sam Steingold <sds@ksp.com>
4342
4343 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4344 for CMUCL on sparc and ".ufsl" for LispWorks.
4345 (bound-and-true-p): Bugfix: free variable `v'.
4346
4347 1999-10-16 Dave Love <d.love@dl.ac.uk>
4348
4349 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4350 (edebug-uninstall-read-eval-functions): Use load-read-function,
4351 avoiding elisp-eval.
4352
4353 1999-10-16 Sam Steingold <sds@ksp.com>
4354
4355 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4356 instead of `eql'.
4357
4358 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4359
4360 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4361 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4362 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4363 * ediff-util.el (ediff-make-temp-file):
4364 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4365 * emerge.el (emerge-make-temp-file):
4366 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4367 * vc.el (vc-update-change-log):
4368 * mail/mailpost.el (post-mail-send-it):
4369 * mail/metamail.el (metamail-region):
4370 * progmodes/cmacexp.el (c-macro-expansion):
4371 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4372
4373 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4374
4375 * smtpmail.el (smtpmail-via-smtp): Add support for
4376 automatically appending a domain to RCPT TO: addresses.
4377
4378 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4379
4380 * dired.el (dired-insert-directory): Insert the amount of
4381 free space after the total size.
4382 (dired-free-space-program, dired-free-space-args): New variables.
4383
4384 1999-10-14 Karl Heuer <kwzh@gnu.org>
4385
4386 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4387
4388 1999-10-14 Dave Love <fx@gnu.org>
4389
4390 * international/characters.el:
4391 * international/fontset.el:
4392 * international/mule-conf.el: Add latin-iso8859-1[45].
4393
4394 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4395 strings.
4396
4397 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4398 (command-line): Detect Latin-[89] locales.
4399
4400 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4401
4402 * international/mule-cmds.el (select-safe-coding-system)
4403 (leim-list-header): Avoid the use of strings that start with backslash
4404 newline since lread.c:read1 has a hack to turn those strings into
4405 integer 0 during the loadup.el process.
4406
4407 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4408
4409 1999-10-13 Dave Love <fx@gnu.org>
4410
4411 * image.el (insert-image): Copy the image spec and add an
4412 intangible property.
4413
4414 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4415
4416 * help.el (help-xref-interned): Make it also work on variable-only
4417 and function-only symbols.
4418 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4419 (help-follow): If the point under mouse is not highlighted, try
4420 `help-xref-interned' on the pointed-to symbol anyway.
4421
4422 * info.el (Info-on-current-buffer): New entry point.
4423 (Info-find-node): Split into two for Info-on-current-buffer to
4424 hook into it.
4425 (Info-current-file, Info-set-mode-line, Info-up):
4426 Info-current-file can now be t.
4427 (Info-clone-buffer-hook): Function for `clone-buffer'.
4428 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4429 Make `clone-buffer' available in various ways to the user.
4430
4431 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4432
4433 * simple.el (shell-command, shell-command-on-region): Use
4434 make-temp-file.
4435 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4436
4437 * subr.el (with-current-buffer): Don't use backquotes to avoid
4438 bootstrapping problems.
4439
4440 * loadup.el (load-path): Add subdirs for bootstrapping.
4441 (docstrings): Ignore errors during bootstrapping.
4442 (args): New `bootstrap' argument (for use in place of `dump').
4443
4444 1999-10-12 Emmanuel Briot <briot@gnat.com>
4445
4446 * ada-stmt.el: Doc-string fixes.
4447
4448 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4449
4450 * recentf.el: New file.
4451
4452 * ps-mode.el: New file.
4453
4454 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4455 case insensitive.
4456
4457 1999-10-12 Richard Sharman <rsharman@pobox.com>
4458
4459 * sh-script.el: Added support for indenting existing scripts.
4460 (sh-mode-map): Added new bindings.
4461 (sh-mode): Updated mode doc-string for new commands, added
4462 make-local-variable calls, initialize mode-specific variables.
4463 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4464 is now a different function.
4465 (sh-header-marker): Changed docstring.
4466 (sh-set-shell): Initialize mode-specific variables.
4467 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4468 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4469 Changed these define-skeleton calls to work with user-specified
4470 indentation settings.
4471 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4472 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4473 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4474 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4475 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4476 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4477 (sh-guess-basic-offset, sh-handle-after-case-label)
4478 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4479 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4480 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4481 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4482 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4483 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4484 (sh-handle-this-then, sh-help-string-for-variable)
4485 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4486 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4487 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4488 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4489 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4490 (sh-remove-our-text-properties, sh-rescan-buffer)
4491 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4492 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4493 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4494 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4495 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4496 functions.
4497 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4498 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4499 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4500 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4501 (sh-var-list): New variables.
4502
4503 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4504
4505 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4506 a value one line to high if the cursor wasn't at the start of a
4507 line. A `beginning-of-line' is now performed before making the
4508 call to `count-lines'.
4509
4510 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4511
4512 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4513
4514 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4515
4516 * Makefile (setwins): Abstract out the command to find subdirectories
4517 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4518 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4519 (autoloads-with-other-emacs): Use it.
4520
4521 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4522
4523 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4524
4525 * Makefile (bootstrap-compile): New target. Compile Lisp
4526 files with ../src/temacs.
4527
4528 1999-10-08 Dave Love <fx@gnu.org>
4529
4530 * ange-ftp.el: Require dired when compiling.
4531 (ange-ftp-normal-login): Allow EFS-style port specification.
4532
4533 1999-10-08 Simon Marshall <simon@gnu.org>
4534
4535 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4536 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4537 If STRINGS is nil, return "" rather than nil.
4538
4539 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4540
4541 * Makefile (compile): Compile files one by one. Set load-path to
4542 current directory and subdirectories when compiling.
4543
4544 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4545
4546 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4547 (emacs): Use it everywhere instead of EMACS.
4548 (compile): New target. Compile all Lisp files from scratch.
4549 (recompile): New target. Recompile lisp directory.
4550 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4551 an Emacs executable not built in the current directory tree.
4552
4553 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4554
4555 * filecache.el (file-cache-completion-ignore-case): New variable,
4556 defaulting to the value of completion-ignore-case.
4557 (file-cache-minibuffer-complete): Use it.
4558 (file-cache-files-matching, file-cache-files-matching-internal):
4559 New functions.
4560
4561 1999-10-07 Emmanuel Briot <briot@gnat.com>
4562
4563 * ada-xref.el: New file
4564
4565 * ada-prj.el: New file
4566
4567 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4568
4569 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4570 subprogram being created.
4571
4572 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4573 ada-indent-newline-indent): Rewritten to support the new indentation
4574 scheme
4575
4576 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4577 New functions
4578
4579 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4580 justification parameter
4581
4582 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4583 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4584 external program
4585
4586 1999-10-07 Dave Love <fx@gnu.org>
4587
4588 * bindings.el (bound-and-true-p): New macro.
4589 (make-mode-line-mouse-sensitive): Don't require easymenu.
4590
4591 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4592
4593 * custom.el (defface): Extend documentation for new values of
4594 `type'.
4595
4596 * faces.el (face-spec-set-match-display): Recognize `type' of
4597 `motif', `lucid', `x-toolkit'.
4598 (menu): New face.
4599
4600 1999-10-05 Dave Love <fx@gnu.org>
4601
4602 * files.el: Recognize temporary crontab files.
4603
4604 * info.el: Require jka-compr when compiling.
4605 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4606
4607 1999-10-04 Dave Love <fx@gnu.org>
4608
4609 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4610 scroll-up-aggressively, scroll-down-aggressively.
4611
4612 * time.el (display-time-mode): Add autoload cookie.
4613
4614 * rect.el (delete-extract-rectangle): Doc fix from verna.
4615
4616 * help-macro.el (three-step-help): Customize.
4617
4618 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4619
4620 * hexl.el (hexlify-buffer): Move point in proper range
4621 if it is too large.
4622 (hexl-after-revert-hook): Update hexl-max-address.
4623 (hexl-address-to-marker): Doc fix.
4624
4625 1999-10-03 Dave Love <fx@gnu.org>
4626
4627 * image.el (defimage): Remove redundant code. Substitute file in
4628 image plist.
4629
4630 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4631
4632 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4633 when doing with-temp-file.
4634
4635 1999-10-01 Dave Love <fx@gnu.org>
4636
4637 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4638
4639 * help.el: Require view when compiling.
4640 (view-emacs-FAQ): Use Info version.
4641
4642 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4643
4644 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4645 (normat->normal). Use correct font names for Korean
4646 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4647
4648 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4649
4650 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4651 code not used by KOI8 to the same 8-bit code instead of mapping to
4652 SPC.
4653 (cyrillic-alternativnyj-decode-table): Likewise.
4654
4655 1999-09-29 Alex Schroeder <alex@gnu.org>
4656
4657 * sql.el (sql-imenu-generic-expression): Aew, used to set
4658 imenu-generic-expression.
4659 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4660 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4661 imenu-case-fold-search, and imenu-syntax-alist.
4662 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4663 setting font-lock-defaults' SYNTAX-ALIST.
4664
4665 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4666
4667 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4668 macro, try again.
4669
4670 1999-09-28 Dave Love <fx@gnu.org>
4671
4672 * cus-edit.el (custom-comment): Change widget definition.
4673 (custom-comment-create, custom-comment-show)
4674 (custom-comment-invisible-p): Don't use :comment-overlay.
4675 (custom-comment-hide): New function.
4676 (custom-variable-set, custom-variable-save)
4677 (custom-variable-reset-standard, custom-face-set)
4678 (custom-face-save): Use it.
4679
4680 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4681
4682 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4683
4684 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4685
4686 * faces.el (region): Doc fix.
4687
4688 1999-09-27 Dave Love <fx@gnu.org>
4689
4690 * isearch.el (isearch): Add :links in defgroup.
4691 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4692 (isearch-switch-frame-handler): Comment out (unused).
4693 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4694 (isearch-ring-retreat-edit): Doc fix.
4695 (isearch-mouse-yank): New command.
4696 (isearch-last-command-char): Removed. Callers changed to use
4697 last-command-char.
4698 (isearch-char-to-string): Removed. Callers changed to use
4699 char-to-string.
4700
4701 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4702
4703 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4704 option for Russian.
4705
4706 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4707
4708 * faces.el (face-differs-from-default-p): Compare face
4709 attributes individually.
4710
4711 * image.el (put-image, insert-image): Add string argument.
4712
4713 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4714
4715 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4716 LANG=de_DE.iso88591 on HPUX 11.0.
4717
4718 * dired.el (dired-move-to-filename-regexp): Make it work
4719 for LANG=de_DE.iso88591 on HPUX 11.0.
4720
4721 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4722
4723 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4724 if we know for some other reason it should not be used.
4725
4726 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4727 New variable.
4728 (edebug-recursive-edit): Save current-prefix-arg there,
4729 bind it, and set it back at the end.
4730 (edebug-outside-excursion): Restore and update the outside
4731 value of current-prefix-arg.
4732 (edebug-emacs-version-specific): Delete support for Epoch.
4733
4734 1999-09-24 Howard Melman <howard@silverstream.com>
4735
4736 * imenu.el (imenu-after-jump-hook): New variable.
4737 (imenu): Run menu-after-jump-hook.
4738 (imenu-name-lookup-function): New variable.
4739 * imenu.el (imenu--in-alist): Use those variables.
4740
4741 1999-09-24 Carsten Dominik <cd@gnu.org>
4742
4743 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4744 multiple thebibliography environments.
4745
4746 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4747 with recentering window.
4748 (reftex-extract-bib-entries-from-thebibliography,
4749 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4750 with multiple thebibliography environments.
4751
4752 * textmodes/reftex-vars.el
4753 (reftex-section-levels): Function allowed as cdr.
4754 (reftex-max-section-depth) New option.
4755
4756 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4757 with multiple thebibliography environments.
4758
4759 1999-09-23 Gerd Moellmann <gerd@gnu.org>
4760
4761 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4762 instead of point-min in call to delete-region.
4763
4764 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4765
4766 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4767 out into arbitrary file names.
4768
4769 1999-09-19 Ken'ichi Handa <handa@gnu.org>
4770
4771 * language/european.el ("Turkish"): New language environment.
4772
4773 1999-09-19 Dave Love <fx@gnu.org>
4774
4775 * delim-col.el: New file.
4776
4777 1999-09-17 Richard Stallman <rms@gnu.org>
4778
4779 * files.el (after-find-file): When visiting a backup file,
4780 make it read-only.
4781
4782 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4783 (apropos-keybinding-face, apropos-label-face): Likewise.
4784 (apropos-property-face, apropos-match-face): Likewise.
4785 (apropos-label-properties): New variable.
4786 (apropos-print-doc): Use apropos-label-properties.
4787 (apropos-print): Set apropos-label-properties.
4788
4789 1999-09-15 Richard Stallman <rms@gnu.org>
4790
4791 * winner.el: Use aref instead of sref.
4792
4793 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4794
4795 1999-09-14 Gerd Moellmann <gerd@gnu.org>
4796
4797 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4798
4799 1999-09-14 Richard Stallman <rms@gnu.org>
4800
4801 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4802 cookie, even if followed by a letter.
4803
4804 1999-09-14 Stephen Eglen <stephen@gnu.org>
4805
4806 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4807 --no-line-editing are passed to Octave by including them here
4808 rather than storing them in inferior-octave-startup-args.
4809
4810 1999-09-14 Eli Zaretskii <eliz@gnu.org>
4811
4812 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4813 command, option, env and sc.
4814
4815 * subr.el (shell-quote-argument): Quote argument with double
4816 quotes for ms-dos.
4817
4818 1999-09-14 Richard Stallman <rms@gnu.org>
4819
4820 * simple.el (eval-expression-print-level): New variable.
4821 (eval-expression-print-length): New variable.
4822 (eval-expression-debug-on-error): New variable.
4823 (eval-expression): Bind print-level, print-length and
4824 debug-on-error from those vars.
4825
4826 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4827 Bind print-level, print-length and debug-on-error.
4828
4829 1999-09-14 Inge Frick <inge@nada.kth.se>
4830
4831 * dired.el (dired-recursive-deletes): New custom variable.
4832 (dired-re-no-dot): New variable.
4833 (dired-delete-file): New function deletes files and directories
4834 recursively.
4835 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4836
4837 * dired-aux.el (dired-recursive-copies): New custom variable.
4838 (dired-handle-overwrite): Broke a long line.
4839 (dired-copy-file): Call `dired-copy-file-recursive' instead of
4840 `copy-file'.
4841 (dired-copy-file-recursive): New function. Copy directories
4842 recursively.
4843 (dired-do-create-files): Added support for generalized directory
4844 target. How-to function may now return a function. New fluid
4845 variable `dired-one-file'.
4846 (dired-copy-how-to-fn): New variable.
4847 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4848 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4849 (dired-do-copy-regexp): No recursive copies.
4850
4851 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
4852
4853 * whitespace.el (whitespace-version): Update version to 2.4
4854
4855 * whitespace.el: Add customization variables to conditionally test
4856 any of the five whitespaces, per request from Rune Kleveland
4857 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4858
4859 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4860
4861 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4862 list of modes to be checked for bogus whitespaces.
4863
4864 * whitespace.el (whitespace-rescan-timer-time): Update
4865 documentation.
4866
4867 * whitespace.el (whitespace-display-unchecked-whitespaces):
4868 New function to update modeline with untested whitespaces.
4869
4870 * whitespace.el (whitespace-buffer): Test only whitespaces whose
4871 checking is turned on, and update modeline using the newly created
4872 `whitespace-display-unchecked-whitespaces'.
4873
4874 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4875 whose checking is turned on, and update modeline using the newly
4876 created `whitespace-display-unchecked-whitespaces'.
4877
4878 * whitespace.el (whitespace-describe): Update documentation.
4879
4880 * whitespace.el (whitespace-tickle-timer): Test if
4881 `whitespace-rescan-timer-time' is non-zero before tickling timer.
4882
4883 1999-09-13 Dave Love <fx@gnu.org>
4884
4885 * hideif.el (hide-ifdef-mode): Add autoload cookie.
4886
4887 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4888 for temp buffer.
4889 (checkdoc-this-string-valid): Don't assume default comment-start.
4890
4891 1999-09-13 Gerd Moellmann <gerd@gnu.org>
4892
4893 * rsz-mini.el: Remove code, keep the interface.
4894
4895 1999-09-13 Dave Love <fx@gnu.org>
4896
4897 * help.el (help-highlight-p): Doc fix.
4898
4899 * faces.el (mode-line, header-line, tool-bar): Add :version.
4900 (highlight, secondary-selection): Add :group.
4901 (trailing-whitespace): Add :group, :version.
4902
4903 * wid-edit.el: Remove some compatibility code and checks.
4904 (widget-specify-field, widget-specify-button): Don't use XEmacs
4905 properties.
4906 (widget-overlay-inactive): Change error message.
4907 (widget-button-pressed-face): New variable.
4908 (widget-button-click): Use it.
4909 (widget-documentation-link-add): Specify mouse and button faces.
4910 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4911 removed now the functionality is built in.
4912
4913 * cus-edit.el: Don't define-widget-keywords.
4914 (multimedia): New group.
4915 (custom-last): Function removed.
4916 (custom-quote): Add vectorp case, comment out characterp case.
4917 (custom-buffer-done-function, custom-raised-buttons): New option.
4918 (Custom-buffer-done): New function.
4919 (custom-buffer-create-internal): Obey custom-raised-buttons,
4920 Custom-buffer-done.
4921 (custom-button-face): Make it `released-button'.
4922 (custom-button-pressed-face): Make it `pressed-button'
4923 (custom-mode-map): Bind "q" to Custom-buffer-done.
4924 (custom-mode): Deal with raised/pressed buttons.
4925
4926 Changes from Didier Verna:
4927 (custom-prompt-variable): Optional third arg makes prompt for a
4928 comment string.
4929 (customize-set-value, customize-set-variable,
4930 customize-save-variable): Optional prefix makes function handle
4931 variable comments.
4932 (customize-customized, customize-saved, custom-variable-state-set)
4933 (custom-variable-set, custom-variable-save, custom-face-state-set)
4934 (custom-variable-reset-saved, custom-variable-reset-standard)
4935 (custom-face-set, custom-face-save, custom-face-reset-saved)
4936 (custom-face-reset-standard, customize-save-customized): Handle
4937 custom comments.
4938 (custom-comment-face, custom-comment-tag-face): New face.
4939 (custom-comment): New widget.
4940 (custom-comment-create, custom-comment-delete)
4941 (custom-comment-value-set, custom-comment-show)
4942 ()custom-comment-invisible-p): New functions.
4943 (custom-variable-value-create, custom-face-value-create): Create a
4944 comment field widget.
4945 (custom-variable-menu, custom-face-menu): New entry for custom
4946 comment.
4947 (custom-face-value-create): Remove compatibility code.
4948 (custom-save-variables, custom-save-faces): Possibly save custom
4949 comments.
4950
4951 * cus-face.el (custom-face-attributes): Simplify :underline,
4952 :overline, :inverse-video cases. Fix up :box case (probably needs
4953 more work).
4954
4955 Change from Didier Verna:
4956 (custom-set-faces): The arguments can now have a custom comment as
4957 fourth argument.
4958
4959 * custom.el: Don't define-widget-keywords.
4960 Change from Didier Verna:
4961 (custom-set-variables): The arguments can now have a
4962 custom comment as fifth element.
4963
4964 1999-09-13 Richard Stallman <rms@gnu.org>
4965
4966 * info.el (Info-find-node): Cope better if guesspos is too large.
4967
4968 1999-09-12 Gerd Moellmann <gerd@gnu.org>
4969
4970 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4971 of buffer-substring because buffer-string doesn't copy the
4972 prompt.
4973
4974 * faces.el (mode-line): Replaces `modeline'.
4975 (toplevel): Make `modeline' an alias for `mode-line'.
4976
4977 1999-09-12 Gerd Moellmann <gerd@gnu.org>
4978
4979 * gs.el: Change `ghostscript' to `postscript' in comment.
4980
4981 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
4982
4983 * emulation/tpu-edt.el (tpu-version): New version.
4984 (tpu-search-overlay, tpu-replace-overlay): New variables.
4985 (tpu-search-highlight, tpu-toggle-direction): New functions.
4986 (tpu-lm-replace): Set tpu-replace-overlay.
4987 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4988 command hook.
4989
4990 1999-09-11 Richard Stallman <rms@gnu.org>
4991
4992 * isearch.el (isearch-mode-map): Undo previous change.
4993
4994 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4995 use all of that as the sexp.
4996
4997 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4998 and use the initial argument as file name directly.
4999 Likewise if nothing matches.
5000
5001 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5002
5003 * winner.el: Major changes. Avoid changing point and mark.
5004 Save configurations after they change, not before.
5005
5006 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5007
5008 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5009 Bind print-continuous-numbering and print-number-table.
5010
5011 1999-09-10 Dave Love <fx@gnu.org>
5012
5013 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5014
5015 1999-09-09 Richard Stallman <rms@gnu.org>
5016
5017 * whitespace.el: Finish making it fit Emacs conventions.
5018 Add autoloads.
5019
5020 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5021
5022 * generic-x.el (bat-generic-mode): "::"-style comments don't
5023 need to begin with "-". Fix the font-lock definitions of ON/OFF
5024 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5025 from the list of keywords. Add DO to the list of keywords.
5026
5027 1999-09-09 Dave Love <fx@gnu.org>
5028
5029 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5030 (byte-optimize-backward-word): New optimizations.
5031 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5032 entries.
5033
5034 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5035
5036 * image.el (put-image): Remove optional buffer parameter.
5037
5038 * faces.el (face-italic-p): Return t only for values `italic'
5039 and `oblique'.
5040
5041 * mouse.el (mouse-drag-mode-line-1): Extension of former
5042 mouse-drag-mode-line that also drags the header line.
5043 (mouse-drag-mode-line): Call it.
5044 (mouse-drag-header-line): New.
5045 (toplevel): Bind down-mouse-1 on header lines to
5046 mouse-drage-header-line.
5047
5048 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5049
5050 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5051 (make-mode-line-mouse-sensitive): Replace `top-line' by
5052 `header-line'.
5053
5054 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5055
5056 * help.el (describe-function-1): Don't return empty string for keymaps.
5057
5058 * fill.el (fill-region-as-paragraph, canonically-space-region):
5059 Respect colon-double-space at end of line.
5060
5061 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5062
5063 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5064 (backup-buffer): Use it.
5065
5066 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5067
5068 * generic-x.el (generic-define-unix-modes): Added new modes:
5069 inetd-conf-generic-mode, etc-services-generic-mode,
5070 etc-passwd-generic-mode. These are all defined for Unix by default.
5071 (apache-generic-mode): Use an imenu-generic-expression to list
5072 Configuration keywords.
5073 (samba-generic-mode): Use both ; and # as comment characters.
5074 (samba-generic-mode): Font-lock expressions now highlight name
5075 value pairs.
5076 (bat-generic-mode): Keywords are now case-insensitive through
5077 font-lock-defaults setting.
5078 (java-properties-generic-mode): Supports both ! and # as comment
5079 characters.
5080 (java-properties-generic-mode): Added an imenu-generic-expression
5081 (java-properties-generic-mode): Reworked to support the various
5082 different ways to separate name and value (viz, '=', ':' and
5083 whitespace).
5084 (show-tabs-generic-mode): Added this new generic-mode.
5085
5086 1999-09-08 Richard Stallman <rms@gnu.org>
5087
5088 * progmodes/inf-lisp.el: Moved from top directory.
5089
5090 * tar-mode.el (tar-header-block-tokenize):
5091 Use `when' instead of `and'. Fix some clobbered text.
5092
5093 * gud.el (gud-make-debug-menu): Make a child for the
5094 local menu, for its menu bar, and the debug menu.
5095 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5096 Use the history in the simple way.
5097
5098 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5099
5100 * language/korea-util.el (default-korean-keyboard): Initialize it
5101 according to the environment variable HANGUL_KEYBOARD_TYPE.
5102
5103 1999-09-07 Richard Stallman <rms@gnu.org>
5104
5105 * subr.el (make-temp-file): New function.
5106
5107 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * font-lock.el (font-lock-multiline): New text property contains
5110 a boolean to indicate if the char is part of a multiline match.
5111 (font-lock-default-fontify-region): Extend the region appropriately
5112 for multiline keywords.
5113 (font-lock-default-unfontify-region): Also remove the new
5114 font-lock-multiline text property.
5115 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5116 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5117
5118 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5119
5120 * diary-lib.el (list-diary-entries): Make sure two-digit years
5121 have leading zeros.
5122
5123 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5124
5125 * faces.el (face-set-after-frame-default): Initialize some
5126 attributes of some faces from frame parameters.
5127
5128 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5129
5130 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5131
5132 * faces.el (fringe): Replaces face `margin'.
5133
5134 1999-09-07 Dave Love <fx@gnu.org>
5135
5136 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5137
5138 1999-09-07 Richard Stallman <rms@gnu.org>
5139
5140 * subr.el (push): Doc fix.
5141
5142 1999-09-06 Richard Stallman <rms@gnu.org>
5143
5144 * vc.el (vc-annotate-display): Use < 69 not < 70
5145 to distinguish 20YY from 19YY.
5146
5147 * timezone.el (timezone-parse-date): Use < 69 not < 70
5148 to distinguish 20YY from 19YY.
5149
5150 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5151
5152 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5153
5154 * quickurl.el: (quickurl-list-focused-line): Removed.
5155 (quickurl-list-insert): Now works out the focused line using
5156 `count-lines' instead of using `quickurl-list-focused-line'.
5157
5158 1999-09-06 Richard Stallman <rms@gnu.org>
5159
5160 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5161 to beginning of message.
5162
5163 1999-09-06 Dave Love <fx@gnu.org>
5164
5165 * isearch.el (isearch-mode-map): Add mouse-2.
5166
5167 * mail/rmail.el (rmail-read-password): Deleted.
5168 (rmail-get-pop-password): Use read-password.
5169
5170 * quickurl.el: Don't conditionally define caddr.
5171 (quickurl-url-comment): Use nth, not caddr in function and
5172 defsetf.
5173
5174 1999-09-06 Richard Stallman <rms@gnu.org>
5175
5176 * auto-show.el: Doc fixes.
5177
5178 1999-09-06 Stephen Eglen <stephen@gnu.org>
5179
5180 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5181 --no-line-editing so that TABs in source files are not interpreted
5182 as completion requests.
5183
5184 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5185
5186 * hscroll.el, auto-show.el: Remove all code, keep the public
5187 interface as no-ops.
5188
5189 * faces.el (face-bold-p): Don't return t if face has lighter
5190 weight than normal.
5191
5192 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5193
5194 * startup.el (command-line): Make small-temporary-file-directory
5195 be nil except on ms-dos.
5196
5197 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5198
5199 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5200 is defined.
5201
5202 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5203 letters with a colon after d or l.
5204
5205 1999-09-06 Dave Love <fx@gnu.org>
5206
5207 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5208 primitive.)
5209
5210 1999-09-05 Richard Stallman <rms@gnu.org>
5211
5212 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5213
5214 * textmodes/paragraphs.el (backward-kill-sentence):
5215 Don't test minibuffer-prompt-end here.
5216 (forward-sentence): Do handle it here.
5217 (backward-kill-paragraph): Don't test it here.
5218 (forward-paragraph): Handle it here.
5219
5220 * mouse.el (font-menu-add-default): Simplify code.
5221
5222 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5223
5224 * faces.el (header-line): Renamed from `top-line'.
5225
5226 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5227
5228 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5229
5230 1999-09-04 Richard Stallman <rms@gnu.org>
5231
5232 * whitespace.el: New file.
5233
5234 1999-09-04 Dave Love <fx@gnu.org>
5235
5236 * paths.el: Make some doc strings obey the make-docfile convention.
5237
5238 * bindings.el: Likewise.
5239 (debug-ignored-errors): Remove BBDB ones.
5240
5241 1999-09-03 Richard Stallman <rms@gnu.org>
5242
5243 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5244 not from the draft to forward.
5245
5246 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5247
5248 1999-09-03 Dave Love <fx@gnu.org>
5249
5250 * double.el (double-mode): Customize the variable.
5251
5252 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5253
5254 * international/characters.el: Delete duplicated code.
5255
5256 1999-09-02 Richard Stallman <rms@gnu.org>
5257
5258 * indent.el (indent-relative): Doc fix.
5259
5260 * quickurl.el (quickurl): Doc fix.
5261
5262 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5263
5264 * faces.el (margin): Change background to "gray" for mono (this is
5265 drawn with a stipple pattern).
5266
5267 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5268
5269 * simple.el (next-history-element): Use minibuffer-prompt-end once
5270 again. Remove test for minibuffer-prompt-in-buffer.
5271
5272 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5273
5274 * files.el (small-temporary-file-directory): New variable.
5275
5276 * startup.el (command-line): Compute the value of
5277 small-temporary-file-directory.
5278
5279 * ediff-init.el (ediff-temp-file-prefix): Use
5280 small-temporary-file-directory if non-nil.
5281
5282 * vc.el (vc-update-change-log): Likewise.
5283
5284 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5285
5286 * simple.el (shell-command, shell-command-on-region): Use
5287 make-temp-name properly. Use small-temporary-file-directory if
5288 non-nil, otherwise temporary-file-directory, to generate temporary
5289 files.
5290
5291 * dos-w32.el (direct-print-region-helper): Use
5292 temporary-file-directory. (From Stefan Monnier.)
5293
5294 1999-09-02 Richard Stallman <rms@gnu.org>
5295
5296 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5297 from asm-comment-char.
5298 (asm-font-lock-keywords): Recognize instruction width suffixes.
5299
5300 1999-09-01 Richard Stallman <rms@gnu.org>
5301
5302 * play/fortune.el: New file.
5303
5304 1999-08-31 Dave Love <fx@gnu.org>
5305
5306 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5307 after key table.
5308
5309 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5310 redisplay variables.
5311
5312 * subr.el (push): Fix typo.
5313
5314 1999-08-30 Kevin Blake <kblake@ticnet.com>
5315
5316 * emacs-lisp/ring.el: Many doc fixes.
5317 (ring-size, ring-copy): New functions.
5318
5319 1999-08-29 Richard Stallman <rms@gnu.org>
5320
5321 * progmodes/etags.el (tags-loop-continue):
5322 After tags-loop-operate returns, force skip to next file.
5323
5324 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5325 (mail-extr-first-letters, mail-extr-last-letters):
5326 Use character classes [:alpha:] and [:alnum:].
5327
5328 * subr.el (push, pop): New macros.
5329
5330 * progmodes/compile.el (compilation-error-regexp-alist):
5331 New item for SGI IRIX MipsPro compilers.
5332
5333 * speedbar.el (speedbar-directory-buttons): Recognize
5334 device names when checking for file names.
5335
5336 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5337
5338 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5339 and specially handle defvar inside their expansions.
5340 (eval-defun-1): New subroutine.
5341
5342 * progmodes/compile.el (compilation-error-regexp-alist):
5343 Fix the Perl -w entry to allow period after line number.
5344 Don't allow newlines in file name, but allow them after line number
5345 for Perl debugging traces.
5346
5347 * which-func.el (which-func-cleanup-function): New variable.
5348 (which-function): Call that function.
5349
5350 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5351 to end a function name.
5352
5353 * informat.el (Info-tagify): Don't insert more than one newline
5354 before the tag table.
5355
5356 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5357
5358 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5359 than make-temp-name, use match-string-no-properties, and eliminate
5360 a quadratic behavior when building bibtex-strings.
5361
5362 1999-08-29 Alex Schroeder <alex@gnu.org>
5363
5364 * comint.el (comint-input-ring-separator): New variable.
5365 (comint-read-input-ring): Doc change; use
5366 comint-input-ring-separator when reading file.
5367 (comint-write-input-ring): Use
5368 comint-input-ring-separator when writing file.
5369
5370 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5371
5372 * informat.el (Info-tagify): Start by widening.
5373 Match node headers that don't list the file name,
5374 and more kinds of page separations.
5375 Strip properties during tagification.
5376 Use start of node header line as tag's position.
5377 Fix the "done" message.
5378
5379 (Info-validate): Save and restore match data around narrowing down.
5380
5381 1999-08-28 Richard M. Stallman <rms@gnu.org>
5382
5383 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5384 On repeated call, override previous values put into
5385 minor-mode-map-alist and minor-mode-alist.
5386
5387 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5388
5389 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5390
5391 1999-08-27 Andreas Schwab <schwab@gnu.org>
5392
5393 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5394 from cvs update.
5395
5396 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5397
5398 * calendar/calendar.el (calendar-move-hook): New hook.
5399
5400 * calendar/cal-move.el: Call the new hook in every movement function.
5401
5402 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5403 the right function name.
5404
5405 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5406
5407 * time-stamp.el: Put quote-backquote around all symbol names
5408 in doc strings, for mousing.
5409 (time-stamp): Support multi-line patterns.
5410 (time-stamp-inserts-lines): New variable.
5411 (time-stamp-count): New variable.
5412 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5413 "Thu" instead of "%a".
5414
5415 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5416
5417 * simple.el (kill-word): Undo previous change.
5418
5419 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5420
5421 * jit-lock.el (jit-lock-function): Extend the fontified range
5422 to the beginning of the line containing the range start and
5423 the beginning of the line following the range end.
5424
5425 1999-08-24 Dave Love <fx@gnu.org>
5426
5427 * timezone.el: Move provide to end.
5428 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5429 <70 are 2000+.
5430 (timezone-parse-time): Simplify somewhat.
5431
5432 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5433
5434 * faces.el (margin): Renamed from bitmap-area.
5435
5436 1999-08-24 Alex Schroeder <alex@gnu.org>
5437
5438 * sql.el: Doc changes.
5439 (sql-sybase): Use sql-server instead of sql-database.
5440
5441 1999-08-23 Dave Love <fx@gnu.org>
5442
5443 * rect.el: Add/fix various doc strings. Add `*' to all the
5444 interactive specs.
5445
5446 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5447
5448 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5449 Don't unwind-protect font-lock-fontify-region.
5450
5451 * paragraphs.el (backward-kill-paragraph): Don't move
5452 point into mini-buffer prompt.
5453 (backward-kill-sentence): Ditto.
5454
5455 * simple.el (next-history-element): Use minibuffer-prompt-end.
5456 Remove test for minibuffer-prompt-in-buffer.
5457 (kill-word): Don't move point into mini-buffer prompt.
5458
5459 1999-08-21 Dave Love <fx@gnu.org>
5460
5461 * Makefile: Exclude CVS dirs like RCS.
5462
5463 1999-08-19 Dave Love <fx@gnu.org>
5464
5465 * tooltip.el (tooltip-mode): Customize this, per convention.
5466 (tooltip-active): Option deleted.
5467
5468 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5469
5470 * hanoi.el, page-ext.el: Declare dynamic vars.
5471
5472 * term.el: Avoid ange-ftp related compilation warnings.
5473
5474 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5475
5476 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5477 the default so that beginners can benefit from it without
5478 searching in manuals.
5479
5480 1999-08-18 Ray Blaak <blaak@gnu.org>
5481
5482 * progmodes/delphi.el: Consider assembly sections as blocks, to
5483 indent them better. Make auto-indent on newline optional.
5484
5485 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5486
5487 * bindings.el (mode-line-modified): Look up key binding for C-x
5488 C-q. If it's bound call that binding, otherwise call
5489 toggle-read-only.
5490
5491 1999-08-17 Dave Love <fx@gnu.org>
5492
5493 * info.el (info): Doc fix.
5494
5495 * finder.el (finder-known-keywords): Add `multimedia'.
5496
5497 * apropos.el: Don't capitalize custom group name.
5498
5499 * info-look.el: Remove compatibility code.
5500 (info-lookup-guess-default*): DTRT for point at start of symbol.
5501 (info-complete): Don't lose with point not at end of symbol.
5502
5503 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5504
5505 * term.el (toplevel): Make face `term-default' an empty face.
5506 The code relied on the fact that Emacs ignored invalid faces in
5507 face text properties in 20.4.
5508
5509 1999-08-16 Richard M. Stallman <rms@gnu.org>
5510
5511 * subr.el (point-at-eol, point-at-bol): New aliases.
5512
5513 * simple.el: Functions reordered.
5514
5515 * rect.el (delete-rectangle-line): Use line-end-position.
5516
5517 1999-08-16 Karl Heuer <kwzh@gnu.org>
5518
5519 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5520 here from simple.el.
5521
5522 1999-08-16 Dave Love <fx@gnu.org>
5523
5524 * mouse.el: Provide `mldrag' for compatibility.
5525 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5526 marked obsolete.
5527
5528 * mldrag.el: Removed since the features are in mouse.el.
5529
5530 * jka-compr.el (auto-compression-mode): New variable for
5531 customization.
5532
5533 * bindings.el (mode-line-mule-info): Doc fix.
5534
5535 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5536 name comparisons.
5537
5538 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5539 (find-file): Doc fix.
5540
5541 1999-08-16 Carsten Dominik <cd@gnu.org>
5542
5543 * textmodes/reftex.el: Most of the code moved to other files.
5544 * textmodes/reftex-auc.el: New file, split out from reftex.el
5545 * textmodes/reftex-cite.el: New file, split out from reftex.el
5546 * textmodes/reftex-global.el: New file, split out from reftex.el
5547 * textmodes/reftex-index.el: New file, split out from reftex.el
5548 * textmodes/reftex-parse.el: New file, split out from reftex.el
5549 * textmodes/reftex-ref.el: New file, split out from reftex.el
5550 * textmodes/reftex-sel.el: New file, split out from reftex.el
5551 * textmodes/reftex-toc.el: New file, split out from reftex.el
5552 * textmodes/reftex-vars.el: New file, split out from reftex.el
5553 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5554
5555 1999-08-16 Carsten Dominik <cd@gnu.org>
5556
5557 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5558 conflict with pop-up-frames.
5559 (reftex-special-environment-parsers): New constant.
5560 (reftex-label-alist): car of an entry can also be a function.
5561 (reftex-what-special-env): Cew function.
5562 (reftex-label-location): Call `reftex-what-special-env'.
5563 (reftex-compile-variables): Check for symbol in
5564 `reftex-label-alist'.
5565 (reftex-what-environment): Fixed bug with stacked environments of
5566 same kind (e.g. enumerate).
5567 (reftex-process-string): Preserve default directory.
5568 (reftex-label-alist-builtin): Changed prefixes of endnote and
5569 footnote. Also the magic words.
5570 (reftex-reference): Interprete new option
5571 `reftex-fref-is-default'.
5572 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5573 (reftex-toc-mouse-view-line): Command removed (had no binding).
5574 (reftex-everything-regexp): New function.
5575 (reftex-nearest-match): Made better.
5576 (reftex-toc-find-section): Use new version of
5577 `reftex-nearest-match'.
5578 (reftex-insert-docstruct): Adapted to work with the index stuff.
5579 (reftex-parse-from-file): Find index entries as well.
5580 (reftex-toc-toggle-index): New function
5581 (reftex-toc-map): `i' is now used to togle the index, File
5582 boundaries has been moved to `F'.
5583 (reftex-select-label-map): Toggling display of file boundaries is
5584 now on the `F' key, for consistency with `reftex-toc-map'.
5585 (reftex-erase-all-selection-and-index-buffers): Renamed from
5586 `reftex-erase-all-selection-buffer'. Now also kills the index
5587 buffers.
5588 (reftex-viewing-cross-references): Customization group renamed
5589 from reftex-viewing-cross-references-and-citations.
5590 (reftex-index-macro-regexp,
5591 reftex-find-index-entry-regexp-format): New variables
5592 (reftex-macros-with-index): New variable
5593 (reftex-add-index-macros): New function
5594 (reftex-renumber-simple-labels, reftex-translate): Allow for
5595 multiple labels in a single ref command.
5596 (reftex-index-support): New customization group
5597 (reftex-support-index, reftex-index-special-chars,
5598 reftex-index-macros, reftex-index-default-macro,
5599 reftex-index-default-tag, reftex-index-math-format,
5600 reftex-index-section-letters, reftex-index-include-context,
5601 reftex-index-follow-mode, reftex-index-header-face,
5602 reftex-index-section-face, reftex-index-tag-face,
5603 reftex-index-face): New options
5604 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5605 reftex-index-tag, reftex-index-return-marker,
5606 reftex-index-restriction-indicator, reftex-index-restriction-data,
5607 reftex-index-macro-regexp, reftex-index-level-re,
5608 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5609 reftex-everything-regexp-no-index, reftex-index-re,
5610 reftex-macros-with-index, reftex-index-macro-alist): New variables
5611 (reftex-index-help, reftex-index-macros-builtin,
5612 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5613 reftex-query-index-macro-help): New constants
5614 (reftex-index-selection-or-word, reftex-index,
5615 reftex-default-index, reftex-update-default-index,
5616 reftex-index-complete-tag, reftex-index-select-tag,
5617 reftex-index-complete-key, reftex-index-update-taglist,
5618 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5619 reftex-display-index, reftex-insert-index,
5620 reftex-index-insert-new-letter, reftex-get-restriction,
5621 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5622 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5623 reftex-index-toggle-follow, reftex-index-toggle-context,
5624 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5625 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5626 reftex-index-quit, reftex-index-quit-and-kill,
5627 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5628 reftex-index-revert, reftex-index-switch-index-tag,
5629 reftex-index-restrict-to-section, reftex-index-widen,
5630 reftex-index-restriction-forward,
5631 reftex-index-restriction-backward, reftex-index-visit-location,
5632 reftex-index-analyze-entry, reftex-index-globalize,
5633 reftex-index-edit, reftex-index-toggle-range-beginning,
5634 reftex-index-toggle-range-end, reftex-index-edit-key,
5635 reftex-index-edit-attribute, reftex-index-edit-visual,
5636 reftex-index-edit-part, reftex-index-level-down,
5637 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5638 reftex-index-change-entry, reftex-index-goto-letter,
5639 reftex-add-index-macros, reftex-ensure-index-support,
5640 reftex-index-info-safe, reftex-index-info): New functions.
5641
5642
5643 1999-08-15 Richard M. Stallman <rms@gnu.org>
5644
5645 * paren.el (show-paren-mode): Support making show-paren-mode
5646 a buffer-local variable. Don't check for a window system.
5647 (show-paren-function): Check whether show-paren-function is
5648 enabled in current buffer; do the right thing if not.
5649 Don't check for a window system.
5650 (show-paren-mode): Make it a user variable.
5651
5652 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5653 Handle `enum' like `struct'.
5654
5655 * server.el (server-process-filter): If a client visits no buffers,
5656 close it immediately before recording it.
5657
5658 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5659 Optimize by calling concat just once. Handle =\n sequence.
5660 (mail-unquote-printable-region): New command.
5661 (mail-quote-printable): Make it autoload.
5662
5663 1999-08-15 Karl Heuer <kwzh@gnu.org>
5664
5665 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5666
5667 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5668
5669 * lisp/texinfmt.el: Handle @ifnottex.
5670
5671 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5672
5673 * frame.el (blink-cursor): Don't turn on cursor blinking for
5674 ms-dos.
5675
5676 * faces.el (face-valid-attribute-values): Look in
5677 x-bitmap-file-path only for x and w32 window systems.
5678
5679 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5680 Do that if width is nil as well.
5681 (x-display-mm-height, x-display-mm-width): Update values.
5682 (x-colors): Compute the list from msdos-color-values.
5683 (x-select-enable-clipboard): Doc fix.
5684 (x-frob-font-weight, x-font-family-list): New functions.
5685
5686 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5687
5688 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5689 back up from beginning of buffer.
5690
5691 1999-08-13 Karl Heuer <kwzh@gnu.org>
5692
5693 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5694
5695 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5696
5697 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5698 doomsday clock, speed control is added and changes are made to
5699 allow large numbers of rings: rings now show the whole ring
5700 number, not just the last digit; consecutive rings are allowed to
5701 be the same size when necessary to fit all the rings in the
5702 window; and poles can be oriented horizontally. Face support is
5703 thrown in gratuitously.
5704 (hanoi): Changed default number of rings back to 3.
5705 (hanoi-unix, hanoi-unix-64): New commands
5706 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5707 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5708 hanoi-odd-ring-face): New variables.
5709 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5710 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5711 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5712 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5713 (hanoi-topos, hanoi-draw-ring): Removed.
5714
5715 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5716
5717 * faces.el (face-valid-attribute-values): Return an alist for
5718 families on ttys.
5719 (face-read-integer): Handle unspecified face attributes. Add
5720 completion for `unspecified'.
5721 (read-face-attribute): Handle unspecified font attributes.
5722 (face-valid-attribute-values): Add `unspecified' to lists so that
5723 it can be chosen via completion.
5724 (face-read-string): Don't recognize "none" as input.
5725
5726 1999-08-10 Dave Love <fx@gnu.org>
5727
5728 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5729 string.
5730
5731 * sun-curs.el: Require sun-fns.
5732
5733 1999-08-10 Dave Love <fx@gnu.org>
5734
5735 * autorevert.el (auto-revert-mode): Add autoload cookie.
5736
5737 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5738 hscroll.
5739
5740 * simple.el (hscroll-step, hscroll-point-visible)
5741 (hscroll-window-column): Remove now we have the mentioned real
5742 horizontal autoscrolling.
5743
5744 1999-08-10 Richard M. Stallman <rms@gnu.org>
5745
5746 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5747 control use of -f option.
5748 (mail-specify-envelope-from): New variable.
5749 (mail-from-style): Doc fix.
5750
5751 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5752 (easy-menu-get-map): New arg TO-MODIFY helps choose
5753 between local and global maps.
5754 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5755 (easy-menu-change): Doc fix.
5756
5757 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5758 (info-lookup-guess-default): Simplified and cleaned up.
5759 (info-lookup-guess-default*): Preserve point.
5760
5761 * view.el (view-mode-disable): If buffer-read-only is nil,
5762 don't change it.
5763
5764 * files.el (after-find-file): Disable View mode if buffer is no
5765 longer read-only.
5766
5767 * view.el (view-mode-enable, view-mode-disable):
5768 Call force-mode-line-update.
5769
5770 1999-08-10 Karl Heuer <kwzh@gnu.org>
5771
5772 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5773 * array.el, play/landmark.el, international/latin-3.el: Likewise.
5774 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5775
5776 1999-08-10 Alex Schroeder <asc@bsiag.com>
5777
5778 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5779 to prevent m-eating-bug.
5780
5781 1999-08-10 Eli Zaretskii <eliz@gnu.org>
5782
5783 * term/pc-win.el (msdos-bg-mode): Remove. Call
5784 frame-set-background-mode instead. All callers changed.
5785 (msdos-face-setup): Don't force color display parameter, it is set
5786 by frame-set-background-mode.
5787 (make-msdos-frame): Call x-handle-reverse-video and
5788 face-set-after-frame-default. Delete frame if creation failed.
5789
5790 * faces.el (face-set-after-frame-default): Don't call
5791 make-face-x-resource-internal for the pc window-system.
5792
5793 1999-08-10 Dave Love <fx@melange.gnu.org>
5794
5795 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5796 case with no docstring specially.
5797
5798 1999-08-09 Eli Zaretskii <eliz@gnu.org>
5799
5800 * complete.el (PC-do-completion): If completing on file name,
5801 reproduce str by concatenating its directory and basename parts.
5802
5803 1999-08-07 Dave Love <fx@gnu.org>
5804
5805 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
5806 unibyte to multibyte conversion of search-forward (from Handa),
5807 but avoid the replacement if the language is Latin-N.
5808
5809 1999-08-06 Richard Stallman <rms@gnu.org>
5810
5811 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5812 of eval-buffer.
5813
5814 * international/mule.el (load-with-code-conversion):
5815 Pass t to eval-buffer for DO-ALLOW-PRINT.
5816
5817 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
5818
5819 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5820 of filenames and attributes.
5821 (ls-lisp-insert-directory): Use directory-files-and-attributes
5822 for speed.
5823
5824 1999-08-05 Dave Love <fx@gnu.org>
5825
5826 * auto-show.el (auto-show-mode): Fix :set.
5827
5828 * widget.el (define-widget-keywords): Make dummy definition and
5829 comment-out its use.
5830
5831 1999-08-04 Richard Stallman <rms@gnu.org>
5832
5833 * progmodes/tcl.el: Customized.
5834
5835 * sql.el (sql-accumulate-and-indent): Instead of testing
5836 whether this is Emacs 20 before calling comint-accumulate,
5837 test whether comint-accumulate is defined.
5838
5839 1999-08-04 Dave Love <fx@gnu.org>
5840
5841 * sgml-mode.el: Require outline when compiling.
5842 (sgml-mode-hook, html-mode-hook): Customize.
5843 (sgml-validate-command): Fix :version.
5844 (html-autoview-mode): Doc fix.
5845
5846 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5847 nothing in Latin-N environment.
5848
5849 * info.el (Info-find-node): Call info-initialize here.
5850 (info): Not here.
5851 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5852
5853 1999-08-04 Richard Stallman <rms@gnu.org>
5854
5855 * ansi-color.el: New file.
5856
5857 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
5858
5859 * dired.el (dired-string-replace-match): Return `nil' when no match
5860 found with global search.
5861
5862 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5863 * terminal.el (te-terminfo-directory):
5864 * mail/mailpost.el (post-mail-send-it):
5865 * mail/metamail.el (metamail-region):
5866 * progmodes/ada-mode.el (ada-tmp-directory):
5867 Use temporary-file-directory.
5868
5869 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5870 (compilation-filter, compilation-forget-errors)
5871 (compilation-parse-errors): Use a marker instead of an integer for
5872 `compilation-parsing-end'.
5873
5874 * progmodes/diff.el (diff-parse-differences):
5875 Use a marker instead of an integer for `compilation-parsing-end'.
5876 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5877 Use a marker instead of an integer for `compilation-parsing-end'.
5878
5879 1999-08-03 Richard Stallman <rms@gnu.org>
5880
5881 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5882 (Buffer-menu-mode): Doc fix.
5883 (Buffer-menu-view): New command.
5884 (Buffer-menu-view-other-window): New command.
5885
5886 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
5887
5888 * replace.el (query-replace-regexp-eval)
5889 (replace-eval-replacement, replace-loop-through-replacements)
5890 (replace-match-string-symbols): New functions.
5891 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5892 Use replace-loop-through-replacements.
5893
5894 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
5895
5896 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5897 (5x5): Doc fix.
5898
5899 1999-08-03 Dave Love <fx@gnu.org>
5900
5901 * fortran.el (fortran-indent-new-line): Make it an alias
5902 for reindent-then-newline-and-indent.
5903
5904 1999-08-03 Didier Verna <verna@inf.enst.fr>
5905
5906 * rect.el: All functions rewritten, except when noted above
5907 their declaration. Below is a list of interface changes.
5908 (apply-on-rectangle): New function, mostly replaces
5909 `operate-on-rectangle'. All callers changed.
5910 (move-to-column-force): Pass new second argument to `move-to-column'.
5911 (kill-rectangle): Added optional prefix arg to fill lines.
5912 (delete-rectangle): Ditto.
5913 (delete-whitespace-rectangle): Ditto.
5914 (delete-extract-rectangle): Ditto.
5915 (open-rectangle): Ditto.
5916 (clear-rectangle): Ditto.
5917 (delete-whitespace-rectangle-line): New function.
5918 (delete-rectangle-line): Added third arg FILL.
5919 (delete-extract-rectangle-line): Ditto.
5920 (open-rectangle-line): Ditto.
5921 (clear-rectangle-line): Ditto.
5922
5923 1999-08-03 Ray Blaak <blaak@gnu.org>
5924
5925 * progmodes/delphi.el: New file.
5926
5927 1999-08-02 Richard Stallman <rms@gnu.org>
5928
5929 * textmodes/outline.el (outline-previous-heading): New function.
5930 (outline-up-heading-all): Use outline-previous-heading.
5931 (outline-next-heading): Delete definition inserted yesterday.
5932
5933 1999-08-01 Richard Stallman <rms@gnu.org>
5934
5935 * textmodes/outline.el (outline-next-heading): New function.
5936 (outline-up-heading-all): New function.
5937 (outline-font-lock-level): Using outline-up-heading-all.
5938 Tell outline-back-to-heading to accept invisible headings.
5939
5940 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5941
5942 * mail/mh-utils.el (mh-find-path-run): New variable.
5943 (mh-find-path): Test and set that.
5944 Set mail-user-agent only the first time this function is run.
5945 (mail-user-agent): Defvar deleted.
5946
5947 * info.el (info-initialize): New function.
5948 (info): Call info-initialize.
5949 (Info-directory-list): Initialize to nil,
5950 so info-initialize will set it up for real.
5951
5952 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5953
5954 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5955 does not interpret a time as the year in a day-month entry.
5956
5957 * calendar/diary-lib.el: Change syntax table entry for colon in
5958 the diary as part of the european-date-diary-pattern fix.
5959
5960 1999-08-01 Eli Zaretskii <eliz@gnu.org>
5961
5962 * international/mule.el (set-auto-coding): Allow whitespace before
5963 and after the "variable: value" pair.
5964
5965 1999-07-30 Ken'ichi Handa <handa@gnu.org>
5966
5967 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5968 (default-sendmail-coding-system): Doc-string fixed.
5969
5970 1999-07-30 Dave Love <fx@gnu.org>
5971
5972 * subr.el (assoc-delete-all): New function, renamed from
5973 frame-delete-all.
5974
5975 * frame.el: Change comments to doc strings and other doc fixes.
5976 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5977 Callers changed.
5978 (set-background-color, set-foreground-color, set-cursor-color)
5979 (set-mouse-color, set-border-color): Offer completion of colours.
5980 (cursor): Add :version to defgroup.
5981
5982 * facemenu.el (list-colors-display): Make it work on ttys.
5983 (facemenu-read-color): Likewise.
5984
5985 1999-07-30 Richard M. Stallman <rms@gnu.org>
5986
5987 * frame.el (frame-notice-user-settings): If background
5988 color has been changed, update background-mode from it,
5989 then update faces.
5990
5991 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5992
5993 * net-utils.el (finger): Don't do indirect fingering.
5994
5995 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5996
5997 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5998 rules. Add separator at end of holidays.
5999 (cal-tex-rules): New customizable variable.
6000 (cal-tex-latexify-list): Add optional parameter to put separator
6001 at end.
6002
6003 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6004
6005 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6006 fill prefix on each line while looping to the end of paragraph.
6007 End paragraph if it's longer than the existing fill prefix.
6008
6009 * textmodes/fill.el (fill-context-prefix): Doc fix.
6010
6011 1999-07-30 Dave Love <fx@gnu.org>
6012
6013 * font-lock.el (jit-lock): Fix :load, add :version.
6014
6015 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6016
6017 * term/pc-win.el (msdos-face-setup): Register standard colors in
6018 Vface_tty_color_alist.
6019 (face-color-supported-p, face_color_gray_p): New functions.
6020
6021 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6022 is bound.
6023
6024 * startup.el (command-line): Don't register default colors for
6025 MSDOS window-system.
6026
6027 1999-07-29 Dave Love <fx@gnu.org>
6028
6029 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6030 charquote.
6031
6032 * lisp-mode.el (eval-defun): Re-written to avoid
6033 capturing variables.
6034
6035 * picture.el (picture-beginning-of-line): Don't call
6036 hscroll-point-visible now we have real autoscrolling.
6037 (picture-end-of-line, picture-newline, picture-open-line):
6038 Likewise.
6039
6040 * international/latin-8.el: New file.
6041 * international/latin-9.el: New file.
6042
6043 1999-07-28 Dave Love <fx@gnu.org>
6044
6045 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6046
6047 * msb.el: Require cl only when compiling.
6048 (msb--home-dir): Deleted.
6049 (msb--format-title): Use abbreviate-file-name.
6050 (msb--choose-file-menu): Simplify string comparison.
6051
6052 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6053
6054 * faces.el (toolbar): Add face definition for mono displays.
6055
6056 1999-07-27 Richard M. Stallman <rms@gnu.org>
6057
6058 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6059
6060 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6061 force copying of default-frame-alist.
6062
6063 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6064
6065 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6066
6067 1999-07-26 Richard M. Stallman <rms@gnu.org>
6068
6069 * frame.el (set-mouse-color): If new color is nil,
6070 really respecify the current color.
6071
6072 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6073
6074 * faces.el (bitmap-area): Change background of face `bitmap-area'
6075 to white for mono displays.
6076
6077 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6078
6079 * international/ccl.el (ccl-embed-symbol): New function.
6080 (ccl-program-p): Deleted. Now it's implemented in C code.
6081 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6082 (ccl-compile-translate-character): Likewise.
6083 (ccl-compile-map-single): Likewise.
6084 (ccl-compile-multiple-map-function): Likewise.
6085 (declare-ccl-program): Doc-string modified.
6086 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6087
6088 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6089
6090 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6091
6092 1999-07-25 Markus Rost <rost@gnu.org>
6093
6094 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6095 the entries to make custom-file more readable.
6096
6097 1999-07-25 Richard M. Stallman <rms@gnu.org>
6098
6099 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6100
6101 * emacs-lisp/edebug.el: Delete compatibility code.
6102 (edebug-next-token-class): If . is followed by a digit,
6103 return `symbol' for the token class.
6104
6105 * startup.el (command-line): If we don't find the user's init file,
6106 set user-init-file to nil.
6107
6108 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6109
6110 * info-look.el (info-lookup-interactive-arguments): Add optional
6111 argument query for new choice of help mode.
6112 (info-lookup-symbol): Use it.
6113 (info-lookup-file): Ditto.
6114 (info-lookup): Don't switch to other window, if already in Info
6115 buffer.
6116
6117 1999-07-23 Dave Love <fx@gnu.org>
6118
6119 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6120 syntax.
6121 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6122 (fortran-font-lock-syntactic-keywords): New variable.
6123 (fortran-mode): Use it.
6124 (fortran-font-lock-keywords-1): Don't do comments.
6125 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6126 match data.
6127
6128 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6129
6130 * msb.el (msb-menu-bar-update-buffers): Renamed from
6131 menu-bar-update-buffers.
6132 (msb-custom-set, msb--toggle-menu-type): Call
6133 msb-menu-bar-update-buffers.
6134 (msb-mode): Revise the hook setting.
6135
6136 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6137
6138 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6139
6140 * font-lock.el, help.el, simple.el: Re-integrate previously
6141 described changes that were lost due to errors while checking them
6142 in.
6143
6144 1999-07-23 Kevin Blake <kblake@ticnet.com>
6145
6146 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6147
6148 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6149
6150 * international/encoded-kb.el
6151 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6152 but push it to unread-command-events.
6153 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6154 (encoded-kbd-self-insert-sjis): Likewise.
6155 (encoded-kbd-self-insert-big5): Likewise.
6156
6157 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6158 before left margin and fill-prefix by fill-find-break-point.
6159
6160 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6161
6162 * info-look.el (info-lookup-setup-mode): Don't give up, if
6163 info-lookup-make-completions returns an error.
6164 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6165 name latex, not latex2e.
6166
6167 1999-07-21 Richard M. Stallman <rms@gnu.org>
6168
6169 * replace.el (perform-replace): Turn off case-fold-search
6170 if FROM-STRING argument has uppercase in it.
6171
6172 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6173
6174 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6175 mode is on. Don't use end of changed text.
6176
6177 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6178
6179 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6180 (cl-hash-table-p): Renamed from hash-table-p.
6181 (cl-hash-table-count): Renamed from hash-table-count.
6182 (maphash): Alias to cl-maphash removed.
6183 (gethash): Likewise.
6184 (puthash): Likewise.
6185 (remhash): Likewise.
6186 (clrhash): Likewise.
6187
6188 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6189
6190 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6191 third arg non-nil. See comment there why this isn't a good idea.
6192
6193 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6194
6195 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6196
6197 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6198 sit-for with 3rd arg non-nil to prevent redisplay.
6199
6200 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6201
6202 * image.el (image-type-from-file-header): If file doesn't
6203 have a directory part, add data-directory.
6204
6205 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6206
6207 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6208 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6209 motion handling when tooltip-gud-tips-p is nil.
6210
6211 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6212
6213 * tooltip.el (tooltip-mode): Don't use `plusp'.
6214 (tooltip-active): Use initial value of nil.
6215
6216 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6217
6218 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6219
6220 * bindings.el (make-mode-line-mouse-sensitive): Add key
6221 definitions for `top-line'.
6222
6223 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6224
6225 * faces.el (top-line): New face.
6226
6227 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6228
6229 * image.el (image-type-regexps): Add regexp for PS files.
6230
6231 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6232
6233 * faces.el (set-face-attribute): Fix wrong handling of frame
6234 begin equal to t.
6235
6236 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6237
6238 * image.el (image-type-regexps): Add PNG format.
6239
6240 1999-07-21 Dave Love <fx@gnu.org>
6241
6242 * bindings.el (mode-line-modified): New variable.
6243 (mode-line-mode-menu-1): Switch to appropriate window before
6244 showing menu.
6245
6246 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6247
6248 * faces.el (face-underline): Removed.
6249 (face-underline-color): Ditto.
6250
6251 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6252
6253 * faces.el (face-x-resources): Fix typo.
6254
6255 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6256
6257 * faces.el: Remove handling of `:relief', extend handling of
6258 `:box'.
6259 (frame-set-background-mode): Choose new defface specs after
6260 frame parameters have changed.
6261
6262 * cus-face.el: Ditto.
6263
6264 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6265
6266 * custom.el (defface): Extend documentation to include new
6267 face attributes.
6268
6269 * cus-face.el (custom-face-attributes): Add overline,
6270 strike-through, box.
6271
6272 * faces.el (face-valid-attribute-values): Handle overline,
6273 strike-through, box.
6274 (face-attribute-name-alist): Add pairs for new face attributes.
6275 (describe-face): Handle new face attributes.
6276
6277 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6278
6279 * faces.el (face-x-resources): Add overline, strike-through, box.
6280
6281 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6282
6283 * enriched.el (enriched-translations): Add `display' and
6284 "x-display".
6285 (enriched-handle-display-prop): New.
6286 (enriched-decode-display-prop): New.
6287
6288 * format.el (top-level): Give `display' property
6289 `format-list-atomic-p.
6290 (format-annotate-single-property-change): Test that property.
6291 If present, treat list property values like atoms.
6292
6293 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6294
6295 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6296 so that "*" can be entered.
6297
6298 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6299
6300 * cus-face.el (custom-face-attributes): Don't use `#''.
6301
6302 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6303
6304 * cus-face.el (custom-face-attributes): Return underline
6305 face attribute directly from the second lambda of underline.
6306
6307 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6308
6309 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6310
6311 * frame.el (after-setting-font-hooks): New variable.
6312 (set-frame-font): Run those hooks.
6313
6314 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6315
6316 * faces.el (set-face-attribute): Fix doc string.
6317
6318 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6319
6320 * cus-face.el (custom-face-attributes): Accept color name.
6321
6322 * faces.el (face-underline-p): Accept unspecified underlining.
6323 (face-underline): Ditto. Fix doc string.
6324
6325 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6326
6327 * faces.el (face-underline-color): New function.
6328
6329 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6330
6331 * cus-face.el (custom-face-attributes): Support underline coloring.
6332 Added slot to choose a color.
6333
6334 * faces.el (face-underline): New function.
6335 (face-underline-p): Support underline coloring.
6336 Return nil only if the underline attribute is 'normal.
6337 (set-face-underline): New function.
6338 (face-valid-attribute-values): Support underline coloring.
6339
6340 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6341
6342 * image.el (insert-image): Use `display' instead of `glyph'
6343 as text property name.
6344 (put-image): Ditto.
6345 (image-type-from-file-header): Use insert-file-contents-literally.
6346
6347 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6348
6349 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6350 string to indicate separators.
6351
6352 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6353
6354 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6355 instead of message-log.
6356
6357 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6358
6359 * faces.el (bitmap-area): New face.
6360
6361 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6362
6363 * image.el (insert-image): New.
6364
6365 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6366
6367 * frame.el (blink-cursor): Set the symbol's value.
6368 (show-trailing-whitespace): Change group to font-lock.
6369
6370 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6371
6372 * jit-lock.el: New.
6373 * font-lock.el: Add jit-mode as new support mode.
6374
6375 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6376 reaching end instead of letting re-search-forward signal an error.
6377 (demand-lock-mode): New.
6378 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6379 (font-lock-turn-off-thing-lock): Ditto.
6380 (font-lock-after-fontify-buffer): Ditto.
6381 (font-lock-after-unfontify-buffer): Ditto.
6382
6383 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6384
6385 * gs.el: New file.
6386
6387 * startup.el (command-line-1): Activate tooltip mode if
6388 interactive.
6389
6390 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6391
6392 * faces.el (toolbar): Grey default background.
6393 (modeline): Ditto.
6394
6395 * image.el (image-type-regexps): New.
6396 (image-type-from-file-header): New.
6397 (create-image): Call it.
6398
6399 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6400
6401 * image.el: New file.
6402
6403 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6404
6405 * bindings.el (mode-line-format): Replace `mode-name' with
6406 `(:eval mode-line-mode-name)'.
6407 (mode-line-mode-name): New.
6408 (make-mode-line-mouse-sensitive): Don't change default value
6409 of `mode-name'.
6410
6411 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6412
6413 * tooltip.el: New file.
6414
6415 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6416
6417 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6418 instead of mouse-3 to pop up menus.
6419 (mode-line-kill-buffer): Removed.
6420 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6421 buffer name.
6422 (mode-line-buffer-menu-1): Removed.
6423
6424 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6425
6426 * bindings.el (mode-line-buffer-identification-keymap): New.
6427 (mode-line-buffer-menu-keymap): New.
6428 (mode-line-mode-menu-keymap): New.
6429 (mode-line-unbury-buffer): New.
6430 (mode-line-other-buffer): New.
6431 (mode-line-kill-buffer): New.
6432 (mode-line-buffer-menu-1): New.
6433 (mode-line-mode-menu-1): New.
6434 (make-mode-line-mouse-sensitive): New.
6435
6436 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6437
6438 * help.el (describe-key-briefly): Handle mode line strings
6439 with local-map properties.
6440 (describe-key): Ditto.
6441 (mode-line-key-binding): New.
6442
6443 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6444
6445 * scroll-bar.el (scroll-bar-timer): New.
6446 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6447
6448 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6449
6450 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6451 and `bottom'.
6452
6453 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6454
6455 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6456 (global): Use different key bindings if using tookit scroll bars.
6457
6458 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6459
6460 * faces.el (modeline): Define mode line face with relief for
6461 class color, only.
6462 (toolbar): New face.
6463
6464 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6465
6466 * frame.el (frame-initialize): Set frame-creation-function to
6467 tty-create-frame-with-faces.
6468
6469 * faces.el (frame-set-background-mode): Make it work for
6470 window-system nil.
6471
6472 * faces.el (tty-create-frame-with-faces): New.
6473 (face-set-after-frame-default): Make it work for TTY frames.
6474
6475 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6476
6477 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6478 Return a list of one font family for TTYs. Don't return bitmap
6479 file paths for TTY frames.
6480
6481 * faces.el: Add face specs for tty displays to basic faces.
6482
6483 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6484 (font-lock-string-face): Ditto.
6485 (font-lock-keyword-face): Ditto.
6486 (font-lock-builtin-face): Ditto.
6487 (font-lock-function-name-face): Ditto.
6488 (font-lock-variable-name-face): Ditto.
6489 (font-lock-type-face): Ditto.
6490 (font-lock-constant-face): Ditto.
6491 (font-lock-warning-face): Ditto.
6492
6493 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6494
6495 * startup.el (command-line): Register default tty colors.
6496
6497 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6498
6499 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6500
6501 * faces.el (modeline): For X frames, use a modeline with relief.
6502
6503 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6504
6505 * faces.el (frame-update-faces): Copied from 20.2.
6506 (frame-update-face-colors): Ditto. Code removed that isn't
6507 applicable in the new face implementation.
6508
6509 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6510
6511 * frame.el (show-trailing-whitespace): New.
6512
6513 * faces.el (trailing-whitespace): New basic face.
6514
6515 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6516
6517 * cus-face.el (custom-facep): Always define as alias for facep.
6518
6519 * cus-face.el (custom-face-attributes): Use choice widgets.
6520 Remove :bold and :italic.
6521
6522 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6523
6524 * faces.el (face-charset-registries): Removed since fontset.el
6525 is no always loaded.
6526
6527 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6528
6529 * faces.el (internal-get-face): Added as obsolete function for
6530 compatibility.
6531
6532 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6533
6534 * frame.el (blink-cursor-end): Call show-cursor.
6535 (blink-cursor-mode): Ditto.
6536
6537 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6538
6539 * faces.el (face-spec-reset-face): Reset all attributes to
6540 `unspecified'.
6541 (face-spec-set): Use it.
6542
6543 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6544
6545 * faces.el (read-all-face-attributes): Bug fix.
6546 (face-read-integer): Allow nil default value.
6547 (face-valid-attribute-values): Use symbol names of attribute
6548 values for completion list.
6549
6550 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6551
6552 * faces.el (internal-find-face): Define for compatibility with
6553 20.2.
6554 (face-id): Likewise.
6555
6556 * faces.el (face-id): Return the ID of a realized face for ASCII.
6557
6558 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6559 (x-complement-fontset-spec): Use face-charset-registries.
6560
6561 * faces.el (face-font-selection-order): Set font selection order
6562 from Lisp.
6563 (face-alternative-font-family-alist): Set alternative font
6564 families from Lisp.
6565
6566 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6567
6568 * faces.el (set-face-charset-registries): Set symbol value.
6569
6570 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6571
6572 * faces.el (face-set-after-frame-default): Call function
6573 internal-merge-in-global-face.
6574
6575 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6576
6577 * faces.el (face-list): Return symbols from face-global-alist.
6578
6579 * faces.el (face-list): Return a copy of the face name list so
6580 that it cannot be modified from outside (facemenu.el uses
6581 nreverse, for example).
6582
6583 * cus-face.el (custom-face-attributes): Add :bold and :italic
6584 for compatibility with old code.
6585
6586 * faces.el (set-face-attributes-from-resources): Additional
6587 frame parameter.
6588 (make-face-x-resource-internal): Set attributes from resources
6589 for a given frame or all frames.
6590
6591 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6592
6593 * faces.el (all-faces): Removed.
6594
6595 * custom.el (defface): Add new face attributes to function
6596 comment.
6597
6598 * font-lock.el (font-lock-comment-face): Use new face attribute
6599 names.
6600 (font-lock-string-face): Ditto.
6601 (font-lock-keyword-face): Ditto.
6602 (font-lock-builtin-face): Ditto.
6603 (font-lock-function-name-face): Ditto.
6604 (font-lock-variable-name-face): Ditto.
6605 (font-lock-type-face): Ditto.
6606 (font-lock-reference-face): Ditto.
6607 (font-lock-warning-face): Ditto.
6608 ((boundp 'font-lock-face-attributes)): Ditto.
6609
6610 * cus-face.el (custom-face-attributes): Use new face attributes.
6611
6612 * faces.el (set-face-attribute-from-resource): Initialize
6613 from resources only for X and W32.
6614
6615 * cus-face.el (custom-declare-face): Don't make frame-local
6616 faces.
6617
6618 * faces.el (describe-face): Use princ instead of insert.
6619
6620 * faces.el: Add XLFD manipulation functions from 20.2 again
6621 because fontset.el uses them.
6622 (face-set-after-frame-default): Add empty definition.
6623
6624 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6625
6626 * faces.el (make-face): Correct typo.
6627 (set-face-attribute-from-resource): Use let*.
6628 (face-underline-p): Correct typo.
6629 (face-inverse-video-p): Ditto.
6630 (set-face-stipple): Ditto.
6631 (face-read-string): Make completion-list optional parameter.
6632
6633 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6634
6635 * faces.el (face-charset-registries): Alist mapping charset
6636 symbols to registries and encoding.
6637
6638 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6639
6640 * frame.el (blink-cursor-mode): Use interactive spec "P".
6641
6642 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6643
6644 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6645 mode. The cursor of selected_window blinks if the mode is enabled.
6646
6647 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6648
6649 * simple.el (next-history-element): Set point to the end of the
6650 prompt if minibuffer-prompt-in-buffer.
6651
6652 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6653
6654 * faces.el (x-font-regexp): Add sub-expression parentheses for
6655 several font name components.
6656
6657 1999-07-21 Gerd Moellmann <gerd@acm.org>
6658
6659 * faces.el (set-face-relief): Use index 12 for relief.
6660 (face-fill-in): Set relief from data.
6661 (internal-make-face): Init relief to zero.
6662
6663 * faces.el (face-spec-set): Call modify-face with additional
6664 parameters for relief and fixed-p.
6665
6666 1999-07-21 Gerd Moellmann <gerd@acm.org>
6667
6668 * cus-face.el: ':fixed and ':relief added.
6669
6670 * faces.el (describe-face): Add fixed font attribute and relief.
6671 (face-attr-match-p): Ditto.
6672 (face-attr-construct): Ditto.
6673 (face-spec-set): Ditto.
6674
6675 1999-07-21 Gerd Moellmann <gerd@acm.org>
6676
6677 * faces.el (internal-make-face): Function to create a Lisp vector
6678 suitable for representing a face.
6679 (make-face): Use it instead of make-vector.
6680 (x-create-frame-with-faces): Use it instead of vector.
6681 (internal-facep): Increase vector size to 14.
6682 (internal-make-face): Ditto.
6683 (face-relief): Access relief thickness.
6684 (face-fixed-p): Access fixed font attribute.
6685 (set-face-fixed-p): Set fixed font attribute.
6686 (set-face-relief): Set relief attribute.
6687 (internal-face-interactive-int): Read int attribute of face.
6688 (modify-face): Add fixed-p and relief parameters.
6689 (copy-face): Handle fixed-p and relief.
6690 (face-equal): Compare fixed-p and relief.
6691 (face-differs-from-default-p): Ditto.
6692 (face-nontrivial-p): Add fixed-p and relief.
6693
6694 1999-07-21 Gerd Moellmann <gerd@acm.org>
6695
6696 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6697 (internal-facep): Increase vector size.
6698 (make-face): Ditto.
6699 (face-shadow-thickness): Added.
6700 (set-face-shadow-thickness): Added.
6701 (modify-face): Add optional shadow-thickness parameter.
6702 (make-face-x-resource-internal): Add shadows.
6703 (copy-face): Ditto.
6704 (face-equal): Ditto.
6705 (face-differs-from-default-p): Ditto.
6706 (face-nontrivial-p): Ditto.
6707 (face-attr-match-p): Ditto.
6708 (face-attr-construct): Ditto.
6709 (face-spec-set): Ditto.
6710 (face-fill-in): Ditto.
6711
6712 1999-07-21 Gerd Moellmann <gerd@acm.org>
6713
6714 * bench.el (bench-mark-split-window): New bench mark.
6715
6716 1999-07-21 Gerd Moellmann <gerd@acm.org>
6717
6718 * faces.el (set-face-font): Don't pass default font to
6719 x-resolve-font so that font will not have to be of the same
6720 size.
6721
6722 1999-07-20 Dave Love <fx@gnu.org>
6723
6724 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6725 unconditionally t.
6726
6727 1999-07-20 Karl Heuer <kwzh@gnu.org>
6728
6729 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6730
6731 1999-07-20 Dave Love <fx@gnu.org>
6732
6733 * help.el (describe-variable): Fix test for customizability.
6734
6735 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6736 Check for readonly buffer in interactive spec.
6737 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6738 (backward-kill-word): Add * to interactive spec.
6739
6740 * underline.el (underline-region, ununderline-region): Add * to
6741 interactive spec.
6742
6743 * fill.el (canonically-space-region, justify-current-line): Add *
6744 to interactive spec.
6745 (fill-region-as-paragraph, fill-paragraph, fill-region)
6746 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6747 readonly buffer in interactive spec.
6748
6749 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6750 (backward-kill-sentence, kill-sentence): Add * to interactive
6751 spec.
6752
6753 1999-07-19 Richard M. Stallman <rms@gnu.org>
6754
6755 * dired-aux.el (dired-do-shell-command): Doc fix.
6756
6757 * shell.el (shell-unquote-argument): New function.
6758 (shell-directory-tracker): Use shell-unquote-argument.
6759 * comint.el (comint-arguments): Handle \ followed by space or tab.
6760
6761 1999-07-19 John Wiegley <jwiegley@borland.com>
6762
6763 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6764 color codes 39 and 49, which by the way lynx uses them seem to
6765 mean "foreground reset" and "background reset".
6766
6767 1999-07-19 Karl Heuer <kwzh@gnu.org>
6768
6769 * font-lock.el (c++-keywords): Add "typeid".
6770
6771 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6772 selects no font, treat that as zero selections, not one.
6773
6774 1999-07-19 Dave Love <fx@gnu.org>
6775
6776 * info.el (Info-search): Don't lose with empty regexp.
6777
6778 * version.el: Cater for (free) `ident' program, not `which'.
6779
6780 * hl-line.el: New file.
6781
6782 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6783 for modes which don't define menus.
6784
6785 1999-07-16 Richard M. Stallman <rms@gnu.org>
6786
6787 * webjump.el (webjump-sample-sites): Update some URLs.
6788
6789 1999-07-14 Richard Stallman <rms@gnu.org>
6790
6791 * Version 20.4 released.
6792
6793 1999-07-14 Andreas Schwab <schwab@gnu.org>
6794
6795 * compare-w.el (compare-windows): Try to find the next window in
6796 the current frame before looking at the other frames.
6797
6798 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
6799
6800 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6801 Use cyrillic-jcuken as default input method.
6802
6803 1999-07-12 Richard Stallman <rms@gnu.org>
6804
6805 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6806 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6807
6808 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6809 (ispell-local-dictionary-alist): Add koi8-r for character set.
6810
6811 * textmodes/flyspell.el (flyspell-get-word):
6812 Add special handling for when ispell-otherchars is empty.
6813
6814 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
6815
6816 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6817 when having nested functons.
6818 (pascal-indent-nested-functions) (pascal-indent-line)
6819 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6820 indenting nested functions.
6821
6822 1999-07-09 Richard Stallman <rms@gnu.org>
6823
6824 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6825
6826 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
6827
6828 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6829 the `end' keyword was in the very beginning of the buffer.
6830
6831 1999-07-08 Richard Stallman <rms@gnu.org>
6832
6833 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6834
6835 * term.el (term-emulate-terminal): Avoid infinite loop
6836 in strange case where minibuffer window is selected but not active.
6837
6838 1999-07-07 Stephen Eglen <stephen@gnu.org>
6839
6840 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6841 Change regexp so that it doesn't match commands beginning with `cd'.
6842
6843 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6844
6845 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6846
6847 1999-07-06 Richard Stallman <rms@gnu.org>
6848
6849 * hscroll.el (hscroll-minibuffer-hook): New function.
6850 (hscroll-global-mode): Add and remove that hook.
6851 Set hscroll-old-truncate-was-global's default value.
6852
6853 1999-07-05 Richard Stallman <rms@gnu.org>
6854
6855 * files.el (revert-buffer): Don't preserve point here.
6856 (revert-buffer-insert-file-contents-function): Doc fix.
6857
6858 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6859
6860 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6861 doing a `stat' when it isn't necessary because that can cause
6862 trouble when an NFS server is down.
6863
6864 1999-07-04 Richard Stallman <rms@gnu.org>
6865
6866 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6867
6868 1999-07-03 Richard Stallman <rms@gnu.org>
6869
6870 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6871 for \200...\240 also.
6872 (isearch-printing-char): Use unibyte-char-to-multibyte.
6873
6874 1999-07-02 Richard Stallman <rms@gnu.org>
6875
6876 * frame.el (minibuffer-frame-alist): Use defcustom.
6877 (pop-up-frame-alist): Likewise.
6878 (initial-frame-alist): Specify * in the doc string.
6879
6880 * hscroll.el (hscroll-mode): Make it a permanent local.
6881 (hscroll-mode): Don't cancel the timer
6882 if HScroll mode is enabled in some other buffer.
6883
6884 * isearch.el (isearch-done): If search ends in middle of intangible
6885 text (due to text property), move on to the limit of that text.
6886
6887 1999-07-01 Andrew Innes <andrewi@gnu.org>
6888
6889 * man.el (Man-build-man-command): Use value of null-device,
6890 instead of hard-coding "/dev/null".
6891
6892 * dos-w32.el (untranslated-canonical-name): Avoid expanding
6893 ange-ftp file names, which might force ange-ftp to prompt for a
6894 password.
6895
6896 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6897 to prevent references to temp files.
6898
6899 1999-06-30 Richard Stallman <rms@gnu.org>
6900
6901 * progmodes/sh-script.el (sh-feature): If nothing is known
6902 about the given shell, use the values for `sh'.
6903
6904 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
6905
6906 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6907 to make it non-recursive.
6908
6909 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6910
6911 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6912
6913 * auto-show.el (auto-show-mode): Fix Typo in :set.
6914
6915 1999-06-29 Richard M. Stallman <rms@gnu.org>
6916
6917 * progmodes/sh-script.el (sh-mode): When setting syntax
6918 table, default to the standard one.
6919
6920 1999-06-27 Richard M. Stallman <rms@gnu.org>
6921
6922 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6923
6924 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
6925
6926 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6927 a frame when `return' is requested (even if pop-up-frames = t)
6928 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6929 should only be set for the bibtex buffer.
6930
6931 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6932
6933 * progmodes/compile.el: Deal with compilation-error-screen-columns
6934 being buffer-local.
6935
6936 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
6937
6938 * comint.el (comint-password-prompt-regexp): Allow "(again)".
6939
6940 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6941
6942 * cal-x.el (calendar-only-one-frame-setup): New function.
6943 * calendar.el (calendar): Call it if requested.
6944
6945 1999-06-24 Karl Heuer <kwzh@gnu.org>
6946
6947 * startup.el (iso-8859-n-locale-regexp): Doc fix.
6948
6949 1999-06-22 Richard M. Stallman <rms@gnu.org>
6950
6951 * mail/supercite.el (sc-emacs-features): Doc fix.
6952
6953 1999-06-22 Karl Heuer <kwzh@gnu.org>
6954
6955 * files.el (auto-mode-alist): Add pike-mode.
6956
6957 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
6958
6959 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6960 last byte of a numeric field is a space or a NUL. Parse it as
6961 potentially part of the number. This is used by GNU tar
6962 1.12.64012 to handle larger values.
6963
6964 1999-06-20 Karl Heuer <kwzh@gnu.org>
6965
6966 * custom.el (custom-handle-keyword): Fix error message.
6967
6968 1999-06-18 Andrew Innes <andrewi@gnu.org>
6969
6970 * mail/smtpmail.el (smtpmail-send-it): Use
6971 convert-standard-filename to make file names for queued mail safe
6972 on Windows (`:' is invalid in file names on Windows).
6973
6974 1999-06-17 Kenichi Handa <handa@etl.go.jp>
6975
6976 * international/mule-cmds.el (describe-current-input-method):
6977 Current-input-method is string.
6978 (toggle-input-method): Docstring fixed.
6979
6980 * international/mule-diag.el
6981 (describe-current-coding-system-briefly): Fix format string.
6982
6983 * international/mule-util.el (coding-system-eol-type-mnemonic):
6984 Docstring modified. Return a string.
6985
6986 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
6987
6988 * sql.el (sql-input-ring-file-name): Doc fix.
6989
6990 1999-06-17 Richard M. Stallman <rms@gnu.org>
6991
6992 * calendar/cal-x.el (special-display-buffer-names):
6993 Don't put (get-file-buffer diary-file) on this list.
6994
6995 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
6996
6997 * play/mpuz.el (mpuz-try-proposal): Fix message call.
6998 Don't penalize player for certain impossible guesses.
6999
7000 1999-06-16 Andrew Innes <andrewi@gnu.org>
7001
7002 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7003 return the string "Unk 0 0000" so at least it appears to be a
7004 valid timestamp to `dired-move-to-filename-regexp'.
7005
7006 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7007
7008 * ps-print.el (ps-control-character): Fix previous change.
7009
7010 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7011
7012 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7013 multiple output of the last message.
7014
7015 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7016
7017 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7018 the ASCII apostrophe, as most DOS codepages have some other glyph
7019 there.
7020
7021 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7022
7023 * language/ethio-util.el (setup-ethiopic-environment-internal):
7024 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7025 (exit-ethiopic-environment): Likewize.
7026
7027 1999-06-12 Richard M. Stallman <rms@gnu.org>
7028
7029 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7030
7031 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7032
7033 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7034 custom-initialize-default to avoid infinite loop.
7035 (crisp-mode): (defun) Call transient-mark-mode here, not when
7036 loading the file. Run crisp-mode-hook here, and run
7037 crisp-load-hook when loading the file.
7038
7039 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7040 rmail-summary buffer, search for pattern in rmail-file.
7041
7042 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7043
7044 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7045
7046 * ps-print.el (ps-printer-name): Fix custom type.
7047
7048 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7049
7050 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7051 (vhdl-port-paste-generic-map): Fix indentation bug.
7052 (vhdl-port-paste-port-map): Fix indentation bug.
7053 (vhdl-scan-file-contents): Make scanning case insensitive.
7054
7055 1999-06-11 Richard M. Stallman <rms@gnu.org>
7056
7057 * files.el (write-file): When buffer is not already visiting a file,
7058 don't put buffer name in the minibuffer, just make it the default.
7059 Also handle just directory as arg usefully in that case.
7060
7061 * simple.el (sendmail-user-agent-compose):
7062 Ignore case when inserting the rest of the "other" headers.
7063
7064 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7065
7066 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7067 (info-lookup-interactive-arguments): Never insert the default
7068 into the minibuffer automatically.
7069
7070 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7071
7072 1999-06-09 Richard M. Stallman <rms@gnu.org>
7073
7074 * simple.el (shell-command): Avoid printing "mark set" message.
7075
7076 1999-06-09 Dave Love <fx@gnu.org>
7077
7078 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7079 digits in program name in first pattern.
7080
7081 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7082
7083 * vc.el (vc-dired-mode): Don't match anything before the date in
7084 dired-move-to-filename-regexp.
7085
7086 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7087
7088 * international/quail.el (quail-define-rules): Fix typo in
7089 docstring.
7090
7091 1999-06-05 Stephen Eglen <stephen@gnu.org>
7092
7093 * iswitchb.el (iswitchb-default-keybindings): Add
7094 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7095 than when package is loaded.
7096
7097 1999-06-04 Richard M. Stallman <rms@gnu.org>
7098
7099 * startup.el (command-line): Don't set user-init-file directly;
7100 tell `load' to set it.
7101
7102 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7103
7104 * simple.el (next-history-element):
7105 Handle minibuffer-text-before-history properly when reading sexps.
7106
7107 * disp-table.el (standard-display-european):
7108 For an interactive call by the user,
7109 don't set enable-multibyte-characters,
7110 and don't set the terminal coding system.
7111
7112 * textmodes/refbib.el: Don't print any messages or display
7113 a buffer when loading the library.
7114 (r2b-help): Doc fix.
7115 (r2b-help-message): Update the documentation.
7116 (r2b-load-quietly): Variable deleted.
7117 (r2b-convert-buffer): Doc fix.
7118
7119 1999-06-04 Dave Love <fx@gnu.org>
7120
7121 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7122
7123 * auto-show.el: Don't change hooks on loading.
7124 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7125 (auto-show-mode): Add to hooks here.
7126
7127 1999-06-04 Richard Sharman <rsharman@pobox.com>
7128
7129 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7130 recursion on bogus input.
7131
7132 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7133
7134 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7135 does not select a buffer from the buffers menu, then the attached
7136 frame is not switched to anything.
7137
7138 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7139
7140 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7141 (viet-viscii-...->viet-vscii...).
7142
7143 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7144
7145 1999-06-01 Dave Love <fx@gnu.org>
7146
7147 * progmodes/fortran.el: Add :link to defgroup.
7148 (fortran-blink-matching-if): Match ELSE statements too.
7149 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7150 that filling is always done.
7151
7152 1999-05-31 Richard M. Stallman <rms@gnu.org>
7153
7154 * simple.el (append-next-kill): Use an arg to distinguish
7155 interactive calls from Lisp calls, rather than (interactive-p).
7156
7157 * international/iso-transl.el (iso-transl-language-alist):
7158 Interchange n and N.
7159
7160 1999-05-31 Dave Love <fx@gnu.org>
7161
7162 * msb.el Add to minor-mode-map-alist. Remove hook installation
7163 and keymap munging on load.
7164 (msb-mode): New option.
7165 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7166 Doc fix.
7167 (msb-mode-map): New variable.
7168 (msb-mode): New command.
7169
7170 1999-05-31 Dave Love <fx@gnu.org>
7171
7172 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7173 (ispell-complete-word-dict): Likewise.
7174
7175 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7176
7177 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7178 force the data buffer to be saved, even if the data didn't
7179 change, in case the write filter was modified. Restore the
7180 current record after read-file-filter finishes.
7181
7182 1999-05-29 Karl Heuer <kwzh@gnu.org>
7183
7184 * ispell4.el: Obsolete; file deleted.
7185
7186 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7187
7188 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7189 VALUE is a syntax table.
7190
7191 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7192
7193 * simple.el (zap-to-char): Doc fix.
7194
7195 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7196
7197 * isearch.el (isearch-quote-char): Don't assume character codes
7198 0200 - 0237 stand for characters in some single-byte character
7199 charset.
7200
7201 1999-05-27 Dave Love <fx@gnu.org>
7202
7203 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7204
7205 1999-05-27 Andreas Schwab <schwab@gnu.org>
7206
7207 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7208 headerline does not exist already.
7209
7210 1999-05-26 Richard Stallman <rms@gnu.org>
7211
7212 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7213 Avoid nested null-loops.
7214
7215 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7216
7217 * international/characters.el: Typo fixed; prefered->preferred.
7218
7219 * international/mule-cmds.el (find-coding-systems-for-charsets):
7220 Typo fixed; prefered->preferred.
7221
7222 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7223 method in read-event.
7224
7225 * international/mule.el (charset-info): Doc-string fixed.
7226
7227 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7228
7229 * mail/smtpmail.el (smtpmail-send-it): Bind
7230 smtpmail-code-conv-from properly.
7231 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7232 by smtpmail-code-conv-from.
7233
7234 1999-05-24 Richard Stallman <rms@gnu.org>
7235
7236 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7237 Binding deleted also.
7238
7239 1999-05-24 Karl Heuer <kwzh@gnu.org>
7240
7241 * comint.el (comint-bol-or-process-mark): Doc fix.
7242
7243 1999-05-23 Dave Love <fx@gnu.org>
7244
7245 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7246 Enter it on minor-mode-map-alist.
7247 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7248 Autoload. Add custom setter.
7249 (crisp-mark-line): Doc fix.
7250 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7251 (crisp-mode-hook): Define.
7252
7253 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7254
7255 * files.el (recover-file): Recover buffer-file-coding-system.
7256
7257 1999-05-22 Richard Stallman <rms@gnu.org>
7258
7259 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7260 regexp match the date, to avoid treating date as file size.
7261 Add YYYY S option to WESTERN/
7262
7263 * bookmark.el: Delete some XEmacs compatibility code.
7264 (bookmark-jump-noselect): Check vc-backend.
7265
7266 * subr.el (add-to-list): Doc fix.
7267
7268 1999-05-21 Stephen Eglen <stephen@gnu.org>
7269
7270 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7271
7272 1999-05-18 Richard Stallman <rms@gnu.org>
7273
7274 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7275 non-space after the @anchor command.
7276 (texinfo-format-var): Handle other nested constructs, using
7277 texinfo-parse-expanded-arg and texinfo-discard-command, not
7278 texinfo-parse-arg-discard.
7279
7280 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7281 (debug): Bind and use debugger-outer-inhibit-redisplay.
7282 Bind inhibit-redisplay to nil.
7283 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7284
7285 1999-05-17 Dave Love <fx@gnu.org>
7286
7287 * help.el (describe-function-1): Extra arg, interactive-p.
7288 (describe-key, describe-function): Use it.
7289
7290 1999-05-17 Karl Heuer <kwzh@gnu.org>
7291
7292 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7293
7294 1999-05-16 Dave Love <fx@gnu.org>
7295
7296 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7297 scroll-preserve-screen-position, scroll-conservatively.
7298
7299 1999-05-16 Dave Love <fx@gnu.org>
7300
7301 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7302
7303 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7304
7305 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7306
7307 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7308
7309 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7310 magic number and is not associated with a file.
7311
7312 1999-05-14 Richard M. Stallman <rms@gnu.org>
7313
7314 * files.el (find-file-noselect-1): Fix previous change.
7315
7316 1999-05-14 Simon Marshall <simon@gnu.org>
7317
7318 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7319
7320 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7321
7322 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7323 docstring.
7324
7325 * international/mule-cmds.el: Change MULE to Mule in docstrings
7326 and menus.
7327
7328 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7329
7330 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7331 to correctly reflect the value of BaseLineOffset in
7332 RelativeCompose. Now the value of RelativeCompose is an array of
7333 low and high positions.
7334 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7335 RLC for the above change.
7336
7337 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7338
7339 * comint.el (comint-password-prompt-regexp): Modified to match the
7340 output of ksu and ssh-add.
7341
7342 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7343
7344 * language/korea-util.el (isearch-toggle-korean-input-method):
7345 Adjusted for the change of input method handling in isearch.el.
7346 (isearch-hangul-switch-symbol-ksc): Likewise.
7347 (isearch-hangul-switch-hanja): Likewise.
7348
7349 1999-05-10 Dave Love <fx@gnu.org>
7350
7351 * help.el (help-make-xrefs): Fix typo.
7352
7353 1999-05-10 Andreas Schwab <schwab@gnu.org>
7354
7355 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7356 unibyte-display-via-language-environment.
7357
7358 * help.el (help-make-xrefs): Handle more cases when looking for
7359 commands in a keymap description.
7360
7361 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7362
7363 * loadup.el: For ms-dos systems, load ccl and codepage.
7364
7365 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7366
7367 * ps-print.el (ps-control-character): Call
7368 ps-mule-prepare-ascii-font to setup ASCII fonts.
7369
7370 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7371 ps-multibyte-buffer is nil, use
7372 ps-mule-font-info-database-default."
7373
7374 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7375
7376 * ispell.el (ispell-local-dictionary-alist): New variable for
7377 customizing local dictionaries not accessable by everyone.
7378 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7379 (ispell-required-version): Changed format `(major minor
7380 revision)' to support general pattern matching.
7381 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7382 skip region commented out due to incorrect skip potential in std latex.
7383 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7384 cursor point on small words for calls from `ispell-minor-mode'.
7385 (check-ispell-version): Tests and accepts versions major.minor
7386 and above, with adjustments for interactions in 3.1.0-3.1.11.
7387 (ispell-get-line): No longer skips ispell process special characters.
7388 (ispell-comments-and-strings): Removed `when' macro call.
7389 (ispell-minor-check): Requires ispell-word to restore cursor point.
7390 (ispell-buffer-local-parsing): Supports checking comments only.
7391
7392 1999-05-08 Karl Heuer <kwzh@gnu.org>
7393
7394 * comint.el (comint-password-prompt-regexp): Fix last change to be
7395 more specific.
7396
7397 1999-05-07 Richard M. Stallman <rms@gnu.org>
7398
7399 * subr.el (with-temp-message): Fix the other call to message
7400 to use %s.
7401
7402 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7403
7404 * gud.el (gud-format-command): "%F" means file sans extension.
7405 (jdb): Use %F, not %f, for gud-break.
7406
7407 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7408
7409 * comint.el (comint-password-prompt-regexp): Modified so that it
7410 matches the output of kinit.
7411
7412 1999-05-06 Greg Stark <gsstark@mit.edu>
7413
7414 * timezone.el (timezone-parse-date): Recognize new format used in
7415 internet cookies.
7416
7417 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7418
7419 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7420
7421 1999-05-04 Andrew Innes <andrewi@gnu.org>
7422
7423 * time.el (display-time-update): Allow for wrap-around when
7424 checking against display-time-server-down-time.
7425
7426 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7427
7428 * international/mule-diag.el (describe-coding-system): Fix English
7429 message.
7430
7431 1999-05-03 Jason Rumney <jasonr@altavista.net>
7432
7433 * term/w32-win.el: Change the x-charset-registry property for the
7434 Japanese charsets that are supported by Japanese Windows fonts.
7435
7436 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7437
7438 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7439 diary-block diary entries for which the reminders and the diary
7440 entries can overlap.
7441
7442 1999-05-02 Jason Rumney <jasonr@altavista.net>
7443
7444 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7445 matches the font selected in the dialog.
7446
7447 1999-05-02 Dave Love <fx@gnu.org>
7448
7449 * browse-url.el (browse-url-browser-function): Add :version.
7450
7451 * international/mule.el (auto-coding-alist): Add .tgz.
7452
7453 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7454
7455 * international/codepage.el (cp-coding-system-for-codepage-1):
7456 Make the magnification parameter for the -dos encoder be 2.
7457
7458 1999-05-2 Andrew Innes <andrewi@gnu.org>
7459
7460 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7461 it is dropped, rather than current window.
7462
7463 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7464 after switching buffer, as case-fold-search is a buffer local
7465 variable.
7466
7467 * w32-fns.el (convert-standard-filename): Only convert directory
7468 separators to backslash if the interactive shell is one of the
7469 standard Windows shells that has DOS semantics.
7470
7471 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7472 format-time-string, and return a suitable string to indicate the
7473 timestamp was invalid.
7474
7475 * hexl.el (hexlify-command): Apply shell-quote-argument after
7476 expanding hexl-program in case exec-directory contains a space.
7477 (dehexlify-command): Ditto.
7478
7479 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7480 file extension regexps which aren't necessarily binary files.
7481 (direct-print-region-helper): Use subst-char-in-string instead of
7482 binding directory-sep-char to convert filenames to DOS syntax.
7483 (direct-print-region-use-command-dot-com): New variable.
7484 (direct-print-region-helper): Use it to control whether to invoked
7485 command.com to print on Windows 9x.
7486
7487 * browse-url.el (browse-url-browser-function): Default to
7488 browse-url-default-windows-browser on windows-nt.
7489 (browse-url-default-windows-browser): New function.
7490
7491 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7492
7493 * forms.el (forms-mode): Don't call forms-first-record or
7494 forms-last-record if the data file has zero records.
7495
7496 1999-04-29 Richard M. Stallman <rms@gnu.org>
7497
7498 * files.el (find-file-noselect-1): If buffer-file-name has changed
7499 after find-file-not-found-hooks runs, recompute the truename.
7500 And don't use FILENAME after that point.
7501
7502 1999-04-27 Dave Love <fx@gnu.org>
7503
7504 * paren.el (show-paren-mode)
7505 * which-func.el (which-func-mode-global)
7506 * type-break.el (type-break-mode)
7507 * time.el (display-time-mode)
7508 * rsz-mini.el (resize-minibuffer-mode)
7509 * mouse-sel.el (mouse-sel-mode)
7510 * icomplete.el (icomplete-mode)
7511 * hscroll.el (hscroll-global-mode)
7512 * help.el (temp-buffer-resize-mode)
7513 * font-lock.el (global-font-lock-mode)
7514 * delsel.el (delete-selection-mode)
7515 * avoid.el (mouse-avoidance-mode)
7516 * autoinsert.el (auto-insert-mode)
7517 * winner.el (winner-mode): Doc fix.
7518
7519 1999-04-26 Karl Heuer <kwzh@gnu.org>
7520
7521 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7522 the same whitespace that was ignored in choosing the subject string.
7523
7524 1999-04-26 Richard M. Stallman <rms@gnu.org>
7525
7526 * info.el (Info-find-node): Position properly after finding anchor.
7527
7528 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7529
7530 * simple.el (indent-new-comment-line): Fix previous change.
7531
7532 * complete.el: Delete the wildcard expansion feature
7533 since that is now standard in find-file.
7534 (PC-try-load-many-files): Function deleted.
7535 (PC-after-load-many-files): Function deleted.
7536 (PC-many-files-list): Variable deleted.
7537 (PC-disable-wildcards): Variable deleted.
7538 (partial-completion-mode): Don't enable the wildcard feature.
7539
7540 * complete.el (PC-look-for-include-file): Don't set global variables
7541 `error', `buf' and `filename' here.
7542
7543 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7544
7545 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7546
7547 * textmodes/outline.el (outline-regexp): Doc fix.
7548
7549 1999-04-26 John Wiegley <johnw@borland.com>
7550
7551 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7552 C++Builder 4.0 error message syntax.
7553
7554 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7555
7556 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7557 supported, use find -exec.
7558
7559 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7560
7561 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7562 coding-system-for-write, to avoid hanging when non-interactive.
7563
7564 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7565
7566 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7567 start with a newline.
7568
7569 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7570
7571 * international/mule-conf.el (x-ctext): New coding system.
7572
7573 1999-04-12 Richard M. Stallman <rms@gnu.org>
7574
7575 * international/mule-cmds.el (input-method-function):
7576 Add permanent-local property.
7577
7578 1999-04-12 Dave Love <fx@gnu.org>
7579
7580 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7581 change to use jka-compr-byte-compiler-base-file-name.
7582
7583 * supercite.el (sc-scan-info-alist): Revert last change.
7584 (sc-attrib-selection-list): Fix :type here instead.
7585
7586 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7587
7588 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7589 in the list of case-insensitive filesystems.
7590
7591 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7592
7593 * international/fontset.el (create-fontset-from-fontset-spec):
7594 Don't register duplicated alias fontset names.
7595
7596 1999-04-08 Richard Stallman <rms@gnu.org>
7597
7598 * international/mule.el (auto-coding-alist-lookup): New function.
7599 (set-auto-coding): Use auto-coding-alist-lookup.
7600
7601 * jka-compr.el (jka-compr-insert-file-contents):
7602 Use auto-coding-alist-lookup to check for files that
7603 should not have eol conversion, in the unibyte case.
7604
7605 1999-04-07 Dave Love <fx@gnu.org>
7606
7607 * help.el (describe-variable): Check custom-loads property as well
7608 as custom-type.
7609
7610 * abbrev.el (abbrev-mode): Customizing sets the default value.
7611
7612 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7613
7614 * vc.el (vc-backend-revert): For CVS files that were made
7615 writeable with "cvs edit", call "cvs unedit" to undo that.
7616
7617 1999-04-08 Dave Love <fx@gnu.org>
7618
7619 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7620 more.
7621 (sc-emacs-features): Recognize Emacs 20.
7622 (sc-read-string): Use history arg.
7623 (sc-scan-info-alist): Check for rtnvalue a cons.
7624
7625 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7626
7627 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7628 coding system to encode the message by
7629 select-message-coding-system.
7630
7631 1999-04-07 Richard Stallman <rms@gnu.org>
7632
7633 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7634
7635 * winner.el: Reorder definitions.
7636
7637 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7638
7639 * mail/rmail.el (rmail-decode-babyl-format):
7640 Undo previous change.
7641
7642 1999-04-06 Richard Stallman <rms@gnu.org>
7643
7644 * info.el (Info-find-node): Check for an anchor at the
7645 proper place, before reading an indirect file.
7646
7647 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7648
7649 * jka-compr.el (jka-compr-insert-file-contents):
7650 Use raw-text-unix when we want no conversion.
7651
7652 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7653
7654 * timezone.el (timezone-parse-date): Corrected regexp for
7655 style (5) date format so that tenths of seconds are optional.
7656
7657 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7658
7659 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7660 of dos-codepage-setup.
7661 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7662 codepages for which there's no need to set up cpNNN coding
7663 systems.
7664 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7665
7666 1999-04-05 Richard Stallman <rms@gnu.org>
7667
7668 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7669
7670 1999-04-02 Richard Stallman <rms@gnu.org>
7671
7672 * progmodes/compile.el (compilation-handle-exit): Do right thing
7673 if (car status) doesn't end in a newline.
7674
7675 1999-04-01 Dave Love <fx@gnu.org>
7676
7677 * progmodes/sql.el (SQL): Add defgroup :version.
7678
7679 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7680
7681 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7682 buffer-file-coding-system. If the coding system used is raw-text,
7683 etc., make the *Compiler Input* buffer unibyte.
7684
7685 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7686
7687 * loadup.el: Don't write the fns-...el file if not dumping.
7688
7689 1999-03-31 Dave Love <fx@gnu.org>
7690
7691 * snmp-mode.el (snmp): Fix defgroup :version.
7692
7693 * hilit-chg.el (highlight-changes): Add defgroup :version.
7694
7695 1999-03-31 Andreas Schwab <schwab@gnu.org>
7696
7697 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7698 the gnus-save-hidden-threads macro.
7699
7700 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7701
7702 * faces.el (face-set-after-frame-default): Obey the
7703 `customized-face' for new faces.
7704
7705 1999-03-30 Dave Love <fx@gnu.org>
7706
7707 * international/mule-cmds.el (current-language-environment): Doc fix.
7708 * abbrev.el (abbrev-mode): Doc fix.
7709 * autoinsert.el (auto-insert-mode): Doc fix.
7710 * complete.el (partial-completion-mode): Doc fix.
7711 * avoid.el (mouse-avoidance-mode): Doc fix.
7712 * delsel.el (delete-selection-mode): Doc fix.
7713 * font-lock.el (global-font-lock-mode): Doc fix.
7714 * help.el (temp-buffer-resize-mode): Doc fix.
7715 * hscroll.el (hscroll-global-mode): Doc fix.
7716 * icomplete.el (icomplete-mode): Doc fix.
7717 * mouse-sel.el (mouse-sel-mode): Doc fix.
7718 * paren.el (show-paren-mode): Doc fix.
7719 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7720 * time.el (display-time-mode): Doc fix.
7721 * type-break.el (type-break-mode): Doc fix.
7722 * which-func.el (which-func-mode-global): Doc fix.
7723 * winner.el (winner-mode): Doc fix.
7724
7725 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7726
7727 * wid-edit.el (widget-before-change): Signal text-read-only rather
7728 than an ordinary error.
7729
7730 1999-03-30 Richard M. Stallman <rms@gnu.org>
7731
7732 * repeat.el: Don't require advice.
7733 (repeat): Do function-indirection in check for kbd macro.
7734 In self-insert case, use the *last* char in INSERTION.
7735
7736 1999-03-30 Karl Heuer <kwzh@gnu.org>
7737
7738 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7739
7740 1999-03-29 Andreas Schwab <schwab@gnu.org>
7741
7742 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7743 comint-input-filter-functions. Make variables related to shell
7744 directory tracking local.
7745
7746 1999-03-26 Andreas Schwab <schwab@gnu.org>
7747
7748 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7749
7750 * simple.el (shell-command-on-region): Cope with exit-status being
7751 nil, which happens if call-process-region was interrupted.
7752
7753 1999-03-26 Richard M. Stallman <rms@gnu.org>
7754
7755 * simple.el (indent-new-comment-line): Handle use at a point
7756 after a comment-end. Handle multiple comments.
7757
7758 * mail/rmail.el (rmail-decode-babyl-format):
7759 To prevent locking, bind buffer-file-name to nil.
7760
7761 1999-03-26 Karl Fogel <kfogel@red-bean.com>
7762
7763 * mail-hist.el (mail-hist-current-header-name): Don't make
7764 off-by-one-error when determining if in message body.
7765
7766 1999-03-25 Andrew Innes <andrewi@gnu.org>
7767
7768 * w32-fns.el (set-default-process-coding-system): Copied from
7769 dos-w32.el, but modified to use Unix line endings for process
7770 input, and to add a suitable entry to process-coding-system-alist
7771 for DOS shells.
7772
7773 * dos-fns.el (set-default-process-coding-system): Copied from
7774 dos-w32.el.
7775
7776 * dos-w32.el (set-default-process-coding-system): Move function to
7777 dos-fns.el; a different version is used in w32-fns.el.
7778
7779 1999-03-24 Dave Love <fx@gnu.org>
7780
7781 * info.el (Info-directory-list): Revert change to re-writing
7782 Info-default-directory-list, but put `alternative' first.
7783 (Info-insert-dir): Modify selecting the top dir file as a consequence.
7784
7785 1999-03-23 Simon Marshall <simon@gnu.org>
7786
7787 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7788 on the line by itself.
7789 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
7790 it is not in a declarative context.
7791
7792 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
7793
7794 * cus-edit.el (custom-variable-prompt): Allow customization of
7795 autoloaded symbols.
7796
7797 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
7798
7799 * simple.el (what-cursor-position): Don't cause error when point
7800 is at invalid multibyte sequence.
7801
7802 1999-03-21 Karl Heuer <kwzh@gnu.org>
7803
7804 * complete.el (partial-completion-mode): Doc fix.
7805
7806 1999-03-19 Richard M. Stallman <rms@gnu.org>
7807
7808 * progmodes/cplus-md.el (old-c++): Remove :group.
7809
7810 * progmodes/c-mode.el (old-c): Remove :group.
7811
7812 1999-03-18 Simon Marshall <simon@gnu.org>
7813
7814 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7815 (java-font-lock-keywords-2): Added "strictfp" keyword.
7816
7817 1999-03-17 Jason Rumney <jasonr@altavista.net>
7818
7819 * w32-fns.el (set-w32-system-coding-system) New function.
7820 (w32-system-coding-system) Initialize to 'iso-latin-1.
7821
7822 1999-03-17 Eli Zaretskii <eliz@gnu.org>
7823
7824 * international/mule-cmds.el (set-language-environment): Fix
7825 previous change: don't use dos-codepage when unbound.
7826
7827 1999-03-17 Karl Heuer <kwzh@gnu.org>
7828
7829 * calendar/appt.el (appt-make-list): Fix previous change.
7830
7831 1999-03-16 Richard M. Stallman <rms@gnu.org>
7832
7833 * window.el (shrink-window-if-larger-than-buffer):
7834 Don't try to redisplay with the cursor at the end
7835 on its own line--that would force a scroll and spoil things.
7836
7837 1999-03-16 Eli Zaretskii <eliz@gnu.org>
7838
7839 * international/mule-cmds.el (set-language-environment): Don't use
7840 cpNNN-nonascii-translation-table if it is unbound.
7841
7842 * term/internal.el (dos-codepage-setup): Compute the unibyte
7843 syntax table and bind unibyte-display-via-language-environment
7844 here, rather than at top level, so that resetting to unibyte in
7845 .emacs works as expected.
7846
7847 1999-03-15 Simon Marshall <simon@gnu.org>
7848
7849 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7850
7851 1999-03-14 Milan Zamazal <pdm@pvt.net>
7852
7853 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7854
7855 1999-03-14 Kenichi Handa <handa@etl.go.jp>
7856
7857 * international/mule-util.el (detect-coding-with-priority):
7858 Restore the internal database.
7859
7860 1999-03-14 Stephen Eglen <stephen@gnu.org>
7861
7862 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7863 if mail-from-style has invalid value.
7864
7865 1999-03-12 Karl Heuer <kwzh@gnu.org>
7866
7867 * vc.el (vc-delete-logbuf-window): New var.
7868 (vc-finish-logentry): Use it.
7869
7870 1999-03-12 Richard M. Stallman <rms@gnu.org>
7871
7872 * startup.el (command-line-1): Improve startup msg.
7873
7874 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
7875
7876 * speedbar.el: Added commentary about stealthy functions.
7877 (speedbar-message) new function.
7878 (speedbar-y-or-n-p): New function
7879 (speedbar-with-attached-buffer) Moved macro before reference.
7880 Now uses `save-selected-window'.
7881 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7882 speedbar-generic-item-info, speedbar-item-info-file-helper,
7883 speedbar-item-delete, speedbar-insert-generic-list,
7884 speedbar-timer-fn, speedbar-check-vc-this-line,
7885 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7886 speedbar-buffers-item-info) Use speedbar-message.
7887 (speedbar-item-info) Limit `message-log-max'.
7888 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7889 speedbar-item-delete, speedbar-item-object-delete,
7890 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7891
7892 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
7893
7894 * server.el (server-start): Set coding system for the server
7895 process to raw-text.
7896 (server-process-filter): Decode file names if necessary.
7897
7898 1999-03-12 Dave Love <fx@gnu.org>
7899
7900 * textmodes/fill.el (sentence-end-double-space): Doc fix.
7901
7902 * textmodes/paragraphs.el (sentence-end): Doc fix.
7903
7904 1999-03-11 Karl Heuer <kwzh@gnu.org>
7905
7906 * comint.el (comint-password-prompt-regexp): Accept "login password:"
7907
7908 1999-03-09 Karl Heuer <kwzh@gnu.org>
7909
7910 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7911 (ispell-dictionary-alist-2): Likewise.
7912 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7913 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7914 (ispell-dictionary-alist): Build from six pieces, not just two.
7915
7916 * ps-bdf.el (bdf-directory-list): Doc fix.
7917
7918 * enriched.el (enriched-mode): Make var permanent-local.
7919
7920 1999-03-09 Dave Love <fx@gnu.org>
7921
7922 * textmodes/sgml-mode.el (html-mode): Use
7923 sentence-end-double-space when setting sentence-end.
7924
7925 1999-03-09 Ken'ichi Handa <handa@gnu.org>
7926
7927 * language/thai.el (tis-620): New alias coding system for thai-tis620.
7928
7929 1999-03-08 Felix Lee <flee@cygnus.com>
7930
7931 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7932
7933 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7934
7935 1999-03-08 Karl Heuer <kwzh@gnu.org>
7936
7937 * dired-aux.el (dired-do-copy-regexp): Doc fix.
7938 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7939
7940 * dired.el (dired-do-copy-regexp): Doc fix.
7941 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7942
7943 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
7944
7945 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7946
7947 1999-03-08 Jason Rumney <jasonr@altavista.net>
7948
7949 * international/codepage.el (cp1250-decode-table)
7950 (cp1251-decode-table, cp1253-decode-table)
7951 (cp1257-decode-table): New translation tables for MS Windows codepages.
7952 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7953
7954 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7955
7956 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7957
7958 1999-03-07 Eli Zaretskii <eliz@gnu.org>
7959
7960 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7961
7962 * term/internal.el (top level): Display character 255 as 8bit as well.
7963
7964 1999-03-06 Dave Love <fx@gnu.org>
7965
7966 * progmodes/cc-cmds.el (c-outline-level): Bind
7967 buffer-invisibility-spec.
7968
7969 * progmodes/c-mode.el (c-outline-level): Likewise.
7970
7971 * progmodes/ada-mode.el (ada-outline-level): Likewise.
7972
7973 1999-03-05 Felix Lee <flee@cygnus.com>
7974
7975 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7976
7977 1999-03-05 Richard M. Stallman <rms@gnu.org>
7978
7979 * bindings.el (complete-symbol): Invert meaning of prefix arg.
7980
7981 1999-03-05 Andrew Innes <andrewi@gnu.org>
7982
7983 * w32-fns.el (convert-standard-filename): Convert directory
7984 separators to Windows format.
7985
7986 1999-03-05 Andreas Schwab <schwab@gnu.org>
7987
7988 * international/skkdic-cnv.el: Provide skkdic-cnv.
7989 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7990 (batch-skkdic-convert): Doc fix.
7991
7992 1999-03-04 Dave Love <fx@gnu.org>
7993
7994 * custom.el (custom-set-variables): Protect against setter errors.
7995
7996 1999-03-04 Eli Zaretskii <eliz@gnu.org>
7997
7998 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7999 the file sizes from overflowing.
8000 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8001 Under -s, print the size in blocks with %4.0f, in case they have
8002 a *really* huge file.
8003
8004 1999-03-03 Dave Love <fx@gnu.org>
8005
8006 * options.el (edit-options): Doc fix.
8007 (list-options): Don't lose with unbound symbols. Maintain
8008 Edit-options-mode.
8009
8010 1999-03-01 Dave Love <fx@gnu.org>
8011
8012 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8013
8014 1999-02-28 Richard M. Stallman <rms@gnu.org>
8015
8016 * ispell.el (ispell-dictionary-alist-override): New variable.
8017 (ispell-dictionary-alist): Don't setq it,
8018 if ispell-dictionary-alist-override is set.
8019
8020 * simple.el (shell-command-default-error-buffer): Renamed from
8021 shell-command-on-region-default-error-buffer.
8022 (shell-command-on-region): Mention in echo area when there
8023 is some error output. Mention success or failure, too.
8024 Accumulate multiple error outputs
8025 going forward, with formfeed in between. Display the error buffer
8026 when we have put something in it.
8027 (shell-command): Add the ERROR-BUFFER argument feature.
8028
8029 1999-02-28 Karl Heuer <kwzh@gnu.org>
8030
8031 * mail/mh-utils.el (mh-lib): Doc fix.
8032 (mh-lib-progs, mh-nmh-p): New vars.
8033 (mh-find-progs): Set mh-lib-progs along with other vars.
8034 (mh-path-search): New arg FUNC-P; if specified, use that instead
8035 of mh-file-command-p.
8036 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8037
8038 * mail/mh-comp.el (mh-repl-formfile): New var.
8039 (mh-smail-batch): Don't ignore all arguments.
8040 (mh-reply): Do the right thing when using nmh.
8041
8042 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8043
8044 * international/mule-cmds.el (select-safe-coding-system): Be sure
8045 to show a buffer being decoded.
8046
8047 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8048
8049 * ps-bdf.el (bdf-directory-list): Initialize it to
8050 '("/usr/local/share/emacs/fonts/bdf").
8051
8052 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8053
8054 * ps-print.el: PostScript programming fix.
8055 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8056 setpagedevice operator).
8057
8058 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8059
8060 * ps-print.el: Doc fix, font size specifies landscape and portrait
8061 sizes.
8062 (ps-print-version): New version number (4.1.4).
8063 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8064 Specifies landscape and portrait sizes.
8065 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8066 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8067 fix.
8068 (ps-get-font-size): New fun.
8069 (ps-font-size-internal, ps-header-font-size-internal)
8070 (ps-header-title-font-size-internal): New vars.
8071
8072 * ps-mule.el: Change of ps-print font size variable name.
8073 (ps-mule-generate-font): Fun fix.
8074 (ps-mule-begin-job): Programming uniformization.
8075
8076 1999-02-25 Dave Love <fx@gnu.org>
8077
8078 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8079 (help-make-xrefs): Do Info case first.
8080
8081 * repeat.el: Don't require advice.
8082 (repeat-last-kill-command): Variable deleted.
8083
8084 1999-02-25 Richard Stallman <rms@gnu.org>
8085
8086 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8087 case just because the current buffer is the output buffer.
8088
8089 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8090
8091 * simple.el (what-cursor-position): To show the character's
8092 encoding, use encoded-string-description instead of information
8093 of chaset-origin-alist.
8094
8095 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8096 (encoded-code-description): New function.
8097 (encoded-string-description): New function.
8098 (encode-coding-char): New function.
8099
8100 1999-02-25 Andrew Innes <andrewi@gnu.org>
8101
8102 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8103 checking for .emacs[.el[c]].
8104
8105 1999-02-24 Richard Stallman <rms@gnu.org>
8106
8107 * help.el (describe-function-1): Don't print a whole lambda-function.
8108
8109 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8110
8111 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8112 inputting ?\240.
8113
8114 1999-02-23 Karl Heuer <kwzh@gnu.org>
8115
8116 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8117
8118 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8119 (clean-buffer-list-kill-buffer-names): Doc fix.
8120
8121 * gud.el (gud-jdb-massage-args): Spelling fix.
8122
8123 1999-02-23 Richard M. Stallman <rms@gnu.org>
8124
8125 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8126
8127 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8128
8129 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8130 excursion while calling set-auto-coding-function.
8131
8132 * play/handwrite.el (handwrite): Require ps-print, and use
8133 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8134 if it's defined, instead of forking ps-lpr-command unconditionally.
8135
8136 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8137
8138 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8139 charset-origin-alist property to a coding system for the codepage.
8140
8141 * international/mule.el: Modify comment for charset-origin-alist
8142 property of a coding system.
8143
8144 * simple.el (what-cursor-position): charset-origin-alist property
8145 of a coding system may be a translation table or a symbol of which
8146 `translation-table' property is a translation table.
8147
8148 1999-02-21 Richard Stallman <rms@gnu.org>
8149
8150 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8151 to the "html" template.
8152
8153 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8154
8155 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8156
8157 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8158
8159 * dirtrack.el (dirtrack): Check for the prompt in the input string
8160 instead of the buffer.
8161
8162 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8163
8164 * sql.el: Set version to 1.4.1. Changed mail address to
8165 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8166 (sql-input-ring-separator): Doc fix.
8167 (sql-mode-syntax-table): double-dash starts comments is defined as
8168 ". 56" instead of ". 12b" for XEmacs.
8169 (sql-stop, sql-interactive-mode): Doc fixes.
8170 (sql-postgres): Queries for database and server, not just one.
8171 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8172
8173 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8174 changed. This is needed for master.el to work.
8175 (sql-set-sqli-buffer): Use the new hook.
8176
8177 * sql.el (sql-make-alternate-buffer-name): Function that sets
8178 sql-alternate-buffer-name.
8179 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8180 (sql-interactive-mode): Set sql-alternate-buffer-name.
8181 (sql-rename-buffer): New command.
8182 (sql-interactive-mode-menu): Menu for SQLi buffers.
8183
8184 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8185 and sql-input-ring-file-name are used to temporarily set
8186 comint-input-ring-file-name and comint-input-ring-separator when
8187 reading and writing input history files.
8188
8189 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8190 (sql-input-ring-file-name): New variable with customization.
8191 (sql-input-ring-separator): New variable with customization.
8192 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8193 Callers changed.
8194 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8195 now includes the name of the current buffer.
8196
8197 (sql-mode): Set paragraph-separate and paragraph-start so that
8198 sql-send-paragraph sends the entire SQL statements, even if it
8199 contains indented lines.
8200
8201 1999-02-18 Dave Love <fx@gnu.org>
8202
8203 * format.el (format-encode-run-method, format-decode-run-method):
8204 Fix previous change.
8205
8206 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8207
8208 * international/mule.el (coding-system-list): Moved here from
8209 mule-util.el to avoid autoloading mule-util by the call of
8210 select-safe-coding-system.
8211
8212 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8213
8214 * simple.el (turn-on-auto-fill): Mark it as an option for
8215 `text-mode-hook'.
8216
8217 1999-02-17 Richard Stallman <rms@gnu.org>
8218
8219 * emacs-lisp/easymenu.el (easy-menu-get-map):
8220 Don't crash if (current-local-map) is nil.
8221
8222 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8223
8224 * filecache.el (file-cache-filter-regexps): Added .class.
8225
8226 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8227
8228 * international/mule-util.el (decompose-region): Use
8229 insert-buffer-substring instead of insert-buffer to avoid putting
8230 mark.
8231
8232 1999-02-17 Andreas Schwab <schwab@gnu.org>
8233
8234 * calendar/cal-move.el (scroll-calendar-left): Don't set
8235 displayed-month and displayed-year here, let generate-calendar do
8236 it, after range checking.
8237
8238 1999-02-17 Simon Marshall <simon@gnu.org>
8239
8240 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8241
8242 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8243 correctly between an object declared via a constructor and a method.
8244 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8245 (java-font-lock-keywords-1): Fontify package names individually.
8246 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8247 (java-font-lock-keywords-2): Simplify type fontification.
8248 (java-font-lock-keywords-3): Likewise.
8249
8250 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8251
8252 * language/japanese.el (iso-2022-jp-2): New coding system.
8253 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8254
8255 1999-02-16 Dave Love <fx@gnu.org>
8256
8257 * help.el (describe-function-1): Accept non-symbols.
8258
8259 1999-02-16 Paul Eggert <eggert@twinsun.com>
8260
8261 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8262 find the last match if there are multiple matches.
8263
8264 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8265
8266 * tex-mode.el (tex-run-command, latex-run-command)
8267 (slitex-run-command, tex-command): Doc changes.
8268 (tex-start-options-string): Autoload it. Doc change. Provide
8269 a menu for customization. Allow nil. Quote backslashes only once.
8270 (tex-start-tex): Handle nil value of tex-start-options-string
8271 and apply shell-quote-argument to it.
8272
8273 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8274
8275 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8276 the size in blocks, since it can be a float.
8277 (ls-lisp-format): Likewise
8278
8279 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8280
8281 * language/japanese.el (japanese-shift-jis): Add
8282 charset-origin-alist property.
8283
8284 1999-02-15 Richard Stallman <rms@gnu.org>
8285
8286 * progmodes/compile.el (compile-internal): Use save-selected-window.
8287
8288 * subr.el (momentary-string-display): Bind inhibit-read-only.
8289
8290 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8291
8292 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8293
8294 * mail/rmail.el (rmail-show-message): If an unseen message has a
8295 Summary-line in its header, get past one more line before looking
8296 for the X-Coding-System header.
8297
8298 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8299
8300 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8301 explicitly to accomodate Windows 9X lack of a useful copy program.
8302
8303 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8304
8305 * wid-edit.el (widget-choice-value-create): Use `equal'
8306 instead of `eq'.
8307
8308 1999-02-14 Richard Stallman <rms@gnu.org>
8309
8310 * international/iso-transl.el:
8311 (iso-transl-ae): Renamed from iso-transl-e-slash.
8312 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8313 (iso-transl-AE): Renamed from iso-transl-E-slash.
8314 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8315 (iso-transl-char-map): Related changes.
8316
8317 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8318
8319 1999-02-13 Richard Stallman <rms@gnu.org>
8320
8321 * textmodes/texinfmt.el (texinfo-alias): New function.
8322 (texinfo-fold-nodename-case): Add defvar.
8323 (texinfo-format-node): Do case folding if specified.
8324
8325 * ffap.el (ffap-file-at-point): Test local file names
8326 immediately. Strip off line numbers.
8327
8328 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8329
8330 * sql.el: Set version to 1.3.2
8331 (sql-solid-program): Added support for solid.
8332 (sql-help): Doc mentions sql-solid.
8333 (sql-solid): Entry function for Solid.
8334 (sql-buffer): Doc explains the use of the variable and how to
8335 change it.
8336 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8337 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8338 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8339 is new.
8340 (sql-show-sqli-buffer): New function to display the value of
8341 sql-buffer.
8342 (sql-change-sqli-buffer): New function to change sql-buffer.
8343 (sql-mode): Doc explains how to change sql-buffer.
8344 (sql-send-paragraph): New function to send a paragraph.
8345 (sql-mode-map): Added keybinding for sql-send-paragraph.
8346 (sql-mysql): Doc corrected.
8347 (sql-ms): Doc corrected.
8348
8349 * sql.el (sql-server): Doc fix.
8350 (sql-mysql): Added the use of sql-server to specify the host,
8351 sql-database now specifies database instead of host.
8352 (sql-mode-menu): Send... menu items are only active if sql-buffer
8353 is non-nil.
8354 (sql-help): Changed tag of entry functions a bit.
8355
8356 * sql.el: Added keywords from `finder-by-keyword'.
8357 (sql-mode): Made sql-buffer a local variable, changed the
8358 documentation: removed instructions to add *.sql files to
8359 auto-mode-alist, added documentation for having mutliple SQL
8360 buffers sending their stuff to different SQLi buffers, each
8361 running a different process.
8362 (sql-postgres): Quoted *SQL* in doc string.
8363 (sql-ms): Likewise.
8364 (sql-ingres): Likewise.
8365 (sql-ingres): Quoted *SQL* in doc string, added references to
8366 sql-user and sql-password used during login.
8367 (sql-sybase): Quoted *SQL* in doc string, added comma.
8368 (sql-oracle): Likewise.
8369 (sql-interactive-mode): Added extensive documentation for having
8370 mutliple SQL buffers sending their stuff to different SQLi
8371 buffers, each running a different process.
8372 (sql-buffer): Changed doc from *SQL* to SQLi.
8373 (sql-get-login): Doc fix.
8374
8375 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8376
8377 * international/mule-conf.el (undecided): Set ascii in
8378 safe-charsets property.
8379
8380 1999-02-12 Richard Stallman <rms@gnu.org>
8381
8382 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8383
8384 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8385
8386 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8387 value to ps-mule-font-info-database-latin.
8388
8389 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8390
8391 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8392 (ps-mule-font-info-database-default): New variable.
8393 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8394 ps-mule-font-info-database-default.
8395
8396 1999-02-12 Dave Love <fx@gnu.org>
8397
8398 * timezone.el (timezone-make-date-sortable)
8399 (timezone-make-date-arpa-standard): Doc fix.
8400
8401 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8402
8403 * international/quail.el (quail-show-kbd-layout): Bind
8404 blink-matching-paren to nil.
8405
8406 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8407 for ASCII and Latin-1.
8408
8409 1999-02-12 Andreas Schwab <schwab@gnu.org>
8410
8411 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8412
8413 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8414
8415 * international/mule-cmds.el (language-info-alist): Remove
8416 description about charset-origin-alist.
8417
8418 * international/mule.el: Comment added for a new coding system
8419 property `charset-origin-alit'.
8420 (make-translation-table): This variable deleted.
8421
8422 * language/chinese.el (chinese-big5): Add charset-origin-alist
8423 property.
8424 ("Chinese-CNS"): Remove charset-origin-alist property.
8425
8426 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8427 property.
8428 (cyrillic-alternativnyj): Likewise.
8429 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8430 ("Cyrillic-ALT"): Likewise.
8431
8432 * language/vietnamese.el (vietnamese-viqr): Add
8433 charset-origin-alist property.
8434 ("Vietnamese"): Remove charset-origin-alist property.
8435
8436 * simple.el (what-cursor-position): Don't use the varialbe
8437 charset-origin-alist, but use charset-origin-alist property of
8438 buffer-file-coding-system to decide external character set code.
8439
8440 1999-02-10 Richard Stallman <rms@gnu.org>
8441
8442 * shadowfile.el: Don't turn on the mode when the file is loaded.
8443
8444 1999-02-09 Richard Stallman <rms@gnu.org>
8445
8446 * progmodes/compile.el (compile-auto-highlight): Customize.
8447
8448 * add-log.el (add-log-file-name-function): New variable.
8449 (add-change-log-entry): Call that function, if non-nil.
8450
8451 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8452
8453 * rmail.el (rmail-search): Track match with a marker, not an integer.
8454
8455 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8456
8457 * progmodes/compile.el (compilation-setup): Set value of
8458 compilation-directory-stack as in compilation-forget-errors.
8459 (compile-reinitialize-errors): Bind buffer-undo-list and
8460 deactivate-mark.
8461 (compilation-forget-errors): Likewise.
8462
8463 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8464
8465 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8466 def... constructs.
8467
8468 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8469 Remove calls to sleep-for.
8470
8471 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8472
8473 * international/codepage.el (cp-coding-system-for-codepage-1): On
8474 MS-DOS, use dos-unsupported-char-glyph for characters not
8475 supported by the codepage.
8476 (cp-make-coding-systems-for-codepage): Likewise.
8477
8478 1999-02-08 Andreas Schwab <schwab@gnu.org>
8479
8480 * international/mule-util.el (coding-system-list): Don't sort
8481 coding-system-list here.
8482
8483 * international/mule.el (coding-system-lessp): Moved here from
8484 mule-util.el
8485 (add-to-coding-system-list): New function.
8486 (make-subsidiary-coding-system, make-coding-system,
8487 define-coding-system-alias): Use it instead of setting
8488 coding-system-list directly.
8489
8490 1999-02-07 Dave Love <fx@gnu.org>
8491
8492 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8493 onto message.
8494
8495 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8496
8497 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8498 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8499
8500 1999-02-06 Richard Stallman <rms@gnu.org>
8501
8502 * language/european.el (setup-slovenian-environment): New function.
8503 ("Slovenian"): New language environment.
8504
8505 * progmodes/sql.el (sql-help): Doc fix.
8506 (sql-mysql): Doc fix.
8507
8508 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8509
8510 * tex-mode.el: When compiling, require compare-w and skeleton
8511 to pacify the byte-compiler. Move the def's of the tex-commands
8512 together. Add a comment on kill-process vs. quit-process.
8513
8514 1999-02-05 Dave Love <fx@gnu.org>
8515
8516 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8517 null markers.
8518 (compile-goto-error): Likewise.
8519
8520 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8521
8522 * time-stamp.el (time-stamp-format): Format doc tighter.
8523 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8524 (time-stamp): Don't re-write the time stamp if it didn't change.
8525
8526 1999-02-05 Alex Schroeder <asc@bsiag.com>
8527
8528 * progmodes/sql.el: Changed version to 1.2.1.
8529 (sql-pop-to-buffer-after-send-region): Improved documentation.
8530 (sql-mysql-program): Added MySQL support.
8531 (sql-prompt-length): Made prompt-length configurable.
8532 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8533 (sql-help): Added MySQL support, changed documentation.
8534 (sql-send-region): A message is displayed if something is sent.
8535 (sql-mode): Added buffer-local comment-start.
8536 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8537 (sql-interactive-mode): Added buffer-local comment-start.
8538 (sql-oracle): Set sql-prompt-length.
8539 (sql-sybase): Set sql-prompt-length.
8540 (sql-mysql): Added MySQL support.
8541 (sql-ingres): Set sql-prompt-length.
8542 (sql-ms): Set sql-prompt-length.
8543 (sql-postgres): Set sql-prompt-length.
8544
8545 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8546
8547 * term/internal.el (dos-codepage-setup): Set selection coding
8548 system to cpNNN-dos.
8549
8550 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8551
8552 * international/characters.el: Let ethiopic use iso-2022-7bit.
8553
8554 1999-02-02 Dave Love <fx@gnu.org>
8555
8556 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8557 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8558
8559 1999-02-02 Karl Heuer <kwzh@gnu.org>
8560
8561 * terminal.el (terminal-emulator): Doc fix.
8562
8563 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8564
8565 * international/mule-util.el (compose-chars): Doc-string
8566 modified. Correctly handle a composition character in ARGS.
8567
8568 1999-02-01 Richard Stallman <rms@gnu.org>
8569
8570 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8571 (makefile-menu-index-function): Function deleted.
8572 (makefile-mode): Use makefile-imenu-generic-expression.
8573
8574 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8575
8576 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8577 change, invoke from before-init-hook.
8578
8579 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8580
8581 * subr.el (remove-from-invisibility-spec): Cope with the case when
8582 buffer-invisibility-spec is t.
8583
8584 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8585
8586 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8587 appt-add and appt-delete.
8588
8589 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8590
8591 * term/pc-win.el (msdos-approximate-color): New function.
8592 (msdos-color-translate): Call it to find a DOS color that best
8593 approximates an X-style "#NNNNNN" color specification.
8594
8595 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8596
8597 * international/mule-util.el (compose-chars-component): Add
8598 autoload cookie.
8599
8600 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8601
8602 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8603 function, replace cdr of MAP by the return value of the function
8604 unconditionally.
8605
8606 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8607
8608 * progmodes/compile.el (compilation-next-error-locus): Don't
8609 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8610
8611 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8612
8613 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8614 and NLs before "charset", and allow the charset name be in double
8615 quotes.
8616
8617 1999-01-31 Richard Stallman <rms@gnu.org>
8618
8619 * imenu.el (imenu-sort-function): Fix custom type.
8620
8621 1999-01-30 Richard Stallman <rms@gnu.org>
8622
8623 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8624 (speedbar-line-token): Likewise.
8625
8626 * play/gametree.el (gametree-default-score): Use defcustom.
8627 (gametree-score-regexp, gametree-score-closer): Likewise.
8628 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8629
8630 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8631
8632 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8633 decoding.
8634
8635 1999-01-29 Markus Rost <rost@gnu.org>
8636
8637 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8638 tex-validate-buffer.
8639 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8640 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8641 now with recent occur-mode.
8642 (tex-validate-region): Really walk through all Sexps.
8643 (tex-region): Bind shell-dirtrack-verbose.
8644 (tex-file, tex-bibtex-file): Likewise.
8645
8646 1999-01-29 Dave Love <fx@gnu.org>
8647
8648 * finder.el: (finder-commentary): Fix interactive spec. Try
8649 appending .el to file name.
8650 (finder-find-library, finder-commentary): Doc fixes.
8651
8652 1999-01-29 Andrew Innes <andrewi@gnu.org>
8653
8654 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8655 where the userid contains directory separators.
8656
8657 1999-01-29 Dave Love <fx@gnu.org>
8658
8659 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8660 (lm-commentary): Doc fix.
8661
8662 1999-01-29 Andreas Schwab <schwab@gnu.org>
8663
8664 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8665 wildcard match. Fix regexp that tests if dirpart contains
8666 wildcard characters.
8667
8668 1999-01-28 Richard Stallman <rms@gnu.org>
8669
8670 * font-lock.el (font-lock-default-unfontify-region):
8671 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8672
8673 1999-01-27 Jason Rumney <jasonr@altavista.net>
8674
8675 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8676 from FAMILY field.
8677 (w32-create-initial-fontsets): Do not use before-init-hook.
8678 (mouse-set-font): Document. Automatically create and use fontsets.
8679
8680 * dos-w32.el (direct-print-region-helper): Check for printer
8681 being t as well as a string.
8682
8683 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8684
8685 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8686 (rmail-mime-charset-pattern): New variable.
8687 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8688 rmail-decode-mime-charset is non-nil.
8689
8690 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8691
8692 * international/characters.el: Set category `q' for all characters
8693 in tibetan and tibetan-1-column.
8694
8695 1999-01-27 Andrew Innes <andrewi@gnu.org>
8696
8697 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8698 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8699
8700 1999-01-27 Dave Love <fx@gnu.org>
8701
8702 * international/mule-cmds.el (current-language-environment):
8703 Provide :link, :type (choices) and appropriate :get.
8704
8705 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8706
8707 * startup.el (command-line): Set default eol-mnemonic-* strings to
8708 display end-of-line format in mode line.
8709
8710 * cus-start.el (all): Add eol-mnemonic-* variables.
8711
8712 1999-01-26 Dave Love <fx@gnu.org>
8713
8714 * startup.el (command-line-1): Up-date copyright.
8715
8716 * paths.el (Info-default-directory-list): Use configdir twice.
8717
8718 * info.el (Info-directory-list): Don't set path-separator now
8719 we're not shipped with Texinfo. Simplify path definition.
8720 Substitute all occurrences of instdir in Info-default-directory-list.
8721
8722 1999-01-25 Richard Stallman <rms@gnu.org>
8723
8724 * startup.el (normal-top-level-add-subdirs-to-load-path):
8725 Record the inode numbers of the dirs processed, to avoid loop.
8726
8727 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8728
8729 1999-01-25 Dave Love <fx@gnu.org>
8730
8731 * browse-url.el (browse-url-netscape-program): Doc addition.
8732
8733 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8734 prefix.
8735
8736 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8737 auto-mode-alist.
8738
8739 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8740
8741 * calendar/diary-lib.el (mark-diary-entries): Use
8742 assoc-ignore-case and do not capitalize when matching month and
8743 day names.
8744
8745 * calendar/calendar.el (calendar-read-date): Ditto.
8746
8747 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8748 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8749
8750 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8751
8752 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8753
8754 * calendar/cal-islam.el (calendar-goto-islamic-date)
8755 (mark-islamic-diary-entries): Ditto.
8756
8757 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8758
8759 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8760 (calendar-read-mayan-tzolkin-date): Ditto.
8761
8762 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8763
8764 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
8765
8766 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8767
8768 1999-01-25 Karl Heuer <kwzh@gnu.org>
8769
8770 * faces.el (list-faces-display): Multiline case of previous fix.
8771
8772 1999-01-25 Andreas Schwab <schwab@gnu.org>
8773
8774 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8775
8776 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
8777
8778 * files.el (find-file): If find-file-noselect returns a list,
8779 do switch-to-buffer on each element.
8780 (find-file-other-window): Likewise for all but the first element.
8781 (find-file-other-frame): Same.
8782 (find-file-noselect): When we expand a wildcard, return a list
8783 of buffers.
8784
8785 1999-01-24 Eli Zaretskii <eliz@gnu.org>
8786
8787 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8788 to set the appropriate cpNNN-dos coding system as the
8789 highest-priority coding system.
8790
8791 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8792
8793 * international/fontset.el (generate-fontset-menu): Return a
8794 sorted list by plain names of fontsets.
8795
8796 * international/mule-diag.el (list-fontsets): Sort fontsets by
8797 plain names.
8798
8799 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8800 FIRST is a composite character, decompose it at first.
8801
8802 1999-01-23 Dave Love <fx@gnu.org>
8803
8804 * format.el: Doc fixes.
8805 (format-encode-run-method): Have things happen in the right buffer.
8806 Deal with errors from method. Set coding-system-for-write.
8807 (format-decode-run-method): Have things happen in the right buffer.
8808 Deal with errors from method. Set coding-system-for-read.
8809 (format-alist): Use nil instead of unmatchable regexps.
8810
8811 * simple.el (shell-command-on-region): Return command's exit status.
8812
8813 1999-01-23 Eric Ludlam <zappo@gnu.org>
8814
8815 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8816 of the file whose info we want to display.
8817 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8818 (speedbar-add-mode-functions-list) Improve doc.
8819 (speedbar-line-token) New function.
8820 (speedbar-dired) Fix order of directories in -shown-directories.
8821 (speedbar-line-path): Default return is default-directory
8822 (speedbar-buffers-line-path): Return is dir name only.
8823 (speedbar-mode-functions-list): New variable.
8824 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8825 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8826 speedbar-files-item-info speedbar-buffers-item-info): New functions.
8827 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8828 New functions.
8829 (speedbar-line-file): Broke out part that fetches file from a line.
8830 (speedbar-line-text): New function extracted from speedbar-line-file.
8831 (speedbar-line-path): Converted into a replaceable function.
8832 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8833
8834 1999-01-23 Ken'ichi Handa <handa@gnu.org>
8835
8836 * international/fontset.el (create-fontset-from-x-resource): Make
8837 style variants.
8838
8839 1999-01-22 Dave Love <fx@gnu.org>
8840
8841 * paths.el (Info-default-directory-list): Put sysdir after start.
8842
8843 1999-01-22 Sam Steingold <sds@goems.com>
8844
8845 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8846 a process associated with it.
8847
8848 1999-01-22 Jason Rumney <jasonr@altavista.net>
8849
8850 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8851
8852 1999-01-22 Felix Lee <flee@cygnus.com>
8853
8854 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
8855 major-mode.
8856 (vc-annotate-mode): Delete variable.
8857
8858 1999-01-22 Andrew Innes <andrewi@gnu.org>
8859
8860 * startup.el (command-line): [windows-nt]: Check for existence of
8861 .emacs file so as to notice .emacs.el or .emacs.elc and use them
8862 in preference to _emacs.
8863
8864 1999-01-22 Dave Love <fx@gnu.org>
8865
8866 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8867
8868 1999-01-20 Richard Stallman <rms@gnu.org>
8869
8870 * files.el (find-file-noselect): Do wildcard processing only
8871 if new arg WILDCARDS is non-nil.
8872 (find-file, find-file-other-window): New arg WILDCARDS.
8873 Default it to non-nil if interactive.
8874 (find-file-other-frame): Likewise.
8875 (find-file-read-only): Likewise.
8876 (find-file-read-only-other-window): Likewise.
8877 (find-file-read-only-other-frame): Likewise.
8878
8879 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8880 (widget-plist-convert-option): Delete spurious comma.
8881
8882 1999-01-19 Jason Rumney <jasonr@altavista.net>
8883
8884 * term/w32-win.el (w32-standard-fontspec-spec): Change
8885 iso8859-5 to koi8-r. Add iso8859-9.
8886
8887 1999-01-19 Dave Love <fx@gnu.org>
8888
8889 * browse-url.el (browse-url-maybe-new-window): Delete macro and
8890 its uses.
8891
8892 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8893 is active.
8894 (fortran-indent-subprogram): Likewise.
8895
8896 1999-01-19 Dave Love <d.love@dl.ac.uk>
8897
8898 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8899
8900 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8901
8902 * wid-edit.el (alist): Use sexp as default key-type.
8903
8904 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8905
8906 * textmodes/tex-mode.el (tex-define-common-keys):
8907 Remove key binding of tex-feed-input.
8908 (tex-mode-map): Bind tex-feed-input here.
8909 (tex-start-shell): Use compilation-shell-minor-mode. Set
8910 comint-input-filter-functions before running tex-shell-hook.
8911 (tex-start-tex): Forget compilation errors.
8912 (tex-compilation-parse-errors): Rewritten to work also with
8913 compile-mouse-goto-error and compile-goto-error. Adjusted to
8914 change in tex-region.
8915 (tex-region): For the temp file use file-name without directory.
8916 (tex-file): Expand file name of tex-print-file.
8917
8918 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8919
8920 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
8921
8922 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
8923
8924 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8925 beginning could cause Emacs to hang. Fixed.
8926
8927 1999-01-18 Ken'ichi Handa <handa@gnu.org>
8928
8929 * international/ccl.el (ccl-compile-translate-character): Handle
8930 the case that a tranlation table is CCL register correctly.
8931
8932 * international/mule-cmds.el (select-safe-coding-system):
8933 Hightlight at most 256 characters.
8934
8935 1999-01-18 Dave Love <fx@gnu.org>
8936
8937 * startup.el (command-line): If the init file changes operation to
8938 unibyte, make all buffers unibyte and re-set language environment.
8939
8940 * disp-table.el (standard-display-european): Make all existing
8941 buffers unibyte. Fix doc.
8942
8943 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
8944
8945 * wid-edit.el (coding-system): Define this unconditionally.
8946
8947 * simple.el (shell-command-on-region-default-error-buffer): New var.
8948 (shell-command-on-region): Use that variable as interactive
8949 value of ERROR-BUFFER argument.
8950
8951 1999-01-17 Sam Steingold <sds@goems.com>
8952
8953 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8954
8955 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8956
8957 * progmodes/compile.el (compilation-goto-locus): If already in the
8958 compilation buffer's window, keep it in that window.
8959 (compile-mouse-goto-error): Add Doc. Don't play with windows.
8960 (compile-goto-error): Don't play with windows.
8961
8962 * textmodes/tex-mode.el (latex-run-command): Doc fix.
8963 (tex-command): Doc fix.
8964 (tex-compilation-parse-errors): Doc fix.
8965 (tex-generate-zap-file-name): Don't start the name with -.
8966 (tex-expand-files): Works now also with strings ending with ":".
8967
8968 1999-01-17 Ian T Zimmerman <itz@transbay.net>
8969
8970 Patch failed to install:
8971 * gametree.el: Document scoring functionality.
8972 (gametree-score-regexp): Add optional plus sign.
8973 (gametree-score-opener): Replace `:' with `=' as the former
8974 conflicts with gametree-half-ply-regexp.
8975 (gametree-transpose-following-leaves): Add.
8976 (gametree-insert-new-leaf): Make modifying commands barf in read
8977 only buffers.
8978 (gametree-break-line-here): Add a call to
8979 `gametree-transpose-following-leaves'. This maintains the
8980 necessary invariant that on each level all leaf children precede
8981 all nonleaf children. This has always been implied, but left to
8982 the user, and, unfortunately, undocumented.
8983
8984 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
8985
8986 * wid-edit.el (plist, alist): New widget types.
8987
8988 1999-01-17 Dave Love <fx@gnu.org>
8989
8990 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8991 fix scope of condition-case therein.
8992
8993 1999-01-17 Andrew Innes <andrewi@gnu.org>
8994
8995 * dos-w32.el: (find-buffer-file-type-coding-system): Use
8996 default-buffer-file-coding-system when file doesn't exist (and
8997 isn't covered by a special case) instead of forcing undecided-dos
8998 against the user's wishes.
8999
9000 * dos-w32.el (direct-print-region-helper): New function based on
9001 direct-print-region-function; sends data to specified printer port
9002 without further translation. Recognize and handle specially the
9003 standard `print' and `nprint' programs, as well as `lpr' and
9004 similar programs. Only write directly to the printer port if no
9005 print program is specified. Work around a bug in Windows 9x
9006 affecting Win32 version of Emacs by invoking command.com to write
9007 to the printer port instead of writing directly.
9008 (direct-print-region-function): Use direct-print-region-helper to
9009 do most of the work.
9010 (direct-ps-print-region-function): New function; analogue of
9011 direct-print-region-function for ps-print.
9012 (ps-lpr-command): Comment out setq; leave as example usage.
9013 (ps-lpr-switches): Ditto.
9014
9015 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9016 and MS-Windows.
9017 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9018 DOS and Windows platforms, to indicate direct printing. Update
9019 the docstring accordingly.
9020
9021 * ps-print.el: (ps-printer-name): Update docstring about usage on
9022 MS-DOS and MS-Windows.
9023 (ps-lpr-command): Update docstring as for lpr-command.
9024 (ps-print-region-function): New variable.
9025 (ps-do-despool): Use it.
9026 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9027 DOS/Windows.
9028
9029 * subr.el (subst-char-in-string): New function.
9030
9031 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9032
9033 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9034
9035 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9036 (bdf-find-font-info): New function, looks for the first readable
9037 file from a list of alternatives.
9038 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9039 instead of bdf-get-font-info.
9040 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9041 to ps-mule-generate-bitmap-glyph.
9042
9043 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9044 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9045 now be a list of alternative names.
9046 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9047 (ps-mule-prepare-font): Likewise.
9048
9049 * international/codepage.el (cp855-decode-table,
9050 cp850-decode-table): Fill some nil entries.
9051
9052 1999-01-16 Dave Love <fx@gnu.org>
9053
9054 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9055 last change.
9056
9057 1999-01-15 Dave Love <fx@gnu.org>
9058
9059 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9060 and change regexp for command names.
9061 (help-xref-go-back, function-called-at-point, symbol-file)
9062 (where-is): Doc fixes.
9063 (help-xref-go-back): Remove interactive spec.
9064 (describe-function-1): Fix message for alias. Buttomize alias
9065 name.
9066
9067 * simple.el (join-line): New alias.
9068
9069 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9070
9071 * forms.el: (forms--show-record): Convert integers to string
9072 expicitly since concat will no longer accept integers.
9073 (forms-print): Use local `total-nb-records' since
9074 `forms--total-records' will be inaccessible after buffer switching.
9075
9076 1998-01-14 Felix Lee <flee@cygnus.com>
9077
9078 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9079
9080 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9081
9082 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9083
9084 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9085
9086 * international/codepage.el (cp850-decode-table): Fix previous change.
9087
9088 1999-01-14 Simon Marshall <simon@gnu.org>
9089
9090 * shell.el (shell-dirtrack-verbose): New custom variable.
9091 (shell-dirstack-message): Use it.
9092
9093 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9094
9095 * international/mule-conf.el: Coding system alias `dos' for
9096 `undecided-dos', `mac' for `undecided-mac'.
9097
9098 * international/mule-cmds.el (describe-language-environment):
9099 Don't alter input-method-alist.
9100
9101 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9102
9103 * international/codepage.el (cp850-decode-table): Replace nil
9104 entries with codes of similary looking glyphs. (Suggested by
9105 Jason Rumney <jasonr@altavista.net>.)
9106
9107 1999-01-13 Dave Love <fx@gnu.org>
9108
9109 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9110
9111 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9112
9113 1999-01-12 Karl Heuer <kwzh@gnu.org>
9114
9115 * files.el (auto-save-hook): Defvar this.
9116
9117 1999-01-12 Alex Schroeder <asc@bsiag.com>
9118
9119 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9120 faces, eliminating the need to load font-lock before loading sql.
9121 (sql-mode-oracle-font-lock-keywords): Likewise.
9122 (sql-mode-postgres-font-lock-keywords): Likewise.
9123
9124 1999-01-11 Dave Love <fx@gnu.org>
9125
9126 * cus-start.el: Add inhibit-eol-conversion.
9127
9128 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9129 the values round.
9130
9131 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9132
9133 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9134 Don't switch to Help mode here.
9135 (temp-buffer-setup-hook): Use help-mode-finish.
9136 (help-mode-setup): New function.
9137 (temp-buffer-setup-hook): Use help-mode-setup.
9138
9139 * progmodes/sql.el: New file.
9140
9141 * files.el (auto-mode-alist): Add sql-mode.
9142
9143 * faces.el (list-faces-display): Improve the formatting
9144 by computing the maximum length required for any face-name.
9145
9146 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9147
9148 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9149
9150 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9151
9152 * term.el (term_send_home): Change the string to
9153 be the same as the one emitted by xterm and consistent with the
9154 ones emitted by prior and next.
9155 (term_send_end): Likewise.
9156
9157 1999-01-10 Dave Love <fx@gnu.org>
9158
9159 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9160 bindings.
9161
9162 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9163
9164 * international/codepage.el (codepage-setup): Doc fix.
9165 (cp-decoding-vector-for-codepage): Likewise.
9166
9167 1999-01-10 Markus Rost <rost@gnu.org>
9168
9169 * cus-edit.el (custom-save-delete): First scan the custom-file.
9170
9171 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9172
9173 * international/iso-transl.el: Define a "function name" for
9174 each translation that isn't ASCII. Use these function names
9175 in iso-transl-char-map.
9176
9177 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9178
9179 * international/mule-util.el (decompose-region): Do decomposition
9180 on temporary unibyte buffer.
9181
9182 * international/mule.el (make-char): Doc-string modified.
9183
9184 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9185
9186 * simple.el (comment-region): Delete spaces only if we
9187 deleted a comment starter.
9188
9189 1999-01-07 Dave Love <fx@gnu.org>
9190
9191 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9192
9193 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9194 like eval-defun does.
9195
9196 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9197
9198 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9199 constructions. Doc fixes.
9200 (generic-create-generic-function): Use defalias, not fset.
9201
9202 * find-func.el: More doc fixes.
9203
9204 1999-01-06 Stephen Eglen <stephen@gnu.org>
9205
9206 * files.el (save-buffers-kill-emacs): Show the list of current
9207 processes before prompting to kill them and exit.
9208
9209 1999-01-06 Dave Love <fx@gnu.org>
9210
9211 * emacs-lisp/find-func.el: Doc fixes.
9212 (find-function-regexp): Extend for define-generic-mode,
9213 define-derived-mode, easy-mmode-define-minor-mode.
9214
9215 1999-01-06 Dave Love <fx@gnu.org>
9216
9217 * progmodes/fortran.el (fortran-window-create): Account for scroll
9218 bar width.
9219
9220 * browse-url.el: Require (noerror) w3-auto when compiling.
9221 (browse-url-maybe-new-window): Make it a macro and revert last
9222 change to callers.
9223 (browse-url-w3): Require w3 for w3-fetch-other-window.
9224
9225 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9226
9227 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9228 argument.
9229
9230 1999-01-06 Simon Marshall <simon@gnu.org>
9231
9232 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9233
9234 * font-lock.el (font-lock-default-fontify-buffer): When using
9235 with-temp-message, use nil rather than current-message.
9236
9237 * lazy-lock.el (lazy-lock-unstall):
9238 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9239 rather than current-message.
9240
9241 * fast-lock.el (fast-lock-save-cache-1):
9242 (fast-lock-cache-data): When using with-temp-message, use nil rather
9243 than current-message.
9244
9245 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9246
9247 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9248 the valid-codes property.
9249
9250 * international/mule-cmds.el (prefer-coding-system): Call
9251 set-coding-priority, so that the internal array of priorities is
9252 also updated.
9253
9254 * international/mule-util.el:
9255 (coding-system-change-eol-conversion,
9256 coding-system-change-text-conversion): Don't define here.
9257
9258 * international/mule-cmds.el: Define them here. Remove the
9259 autoload cookies.
9260
9261 1999-01-06 Andreas Schwab <schwab@gnu.org>
9262
9263 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9264 if it was enabled before.
9265
9266 * view.el (View-revert-buffer-scroll-page-forward): Bind
9267 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9268
9269 * files.el (recover-session): Preserve point when inserting
9270 explanation.
9271
9272 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9273
9274 * cus-edit.el (custom-save-delete): Don't delete whitespace
9275 and comments before the sexp that is replaced.
9276
9277 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9278
9279 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9280
9281 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9282
9283 * vc.el (vc-dired-hook): Use the original value of
9284 dired-move-to-filename-regexp on lines that have not been
9285 reformatted yet.
9286 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9287 file lines have already been reformatted.
9288
9289 1999-01-05 Dave Love <fx@gnu.org>
9290
9291 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9292 buffer-local.
9293
9294 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9295
9296 * progmodes/f90.el: Change of regular expressions for type to
9297 correct highlighting and identation. Some small fixes for
9298 compatibility with XEmacs.
9299
9300 1999-01-05 Stephen Eglen <stephen@gnu.org>
9301
9302 * mspools.el (mspools-vm-system-mail): Provide an alternative
9303 value based on rmail-spool-directory if $MAIL is not defined.
9304
9305 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9306
9307 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9308 (reftex-section-info): Handle negative section levels.
9309 (reftex-view-crossref-extra): New option.
9310 (reftex-view-crossref): Generalized to work in more places.
9311 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9312 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9313 (reftex-view-cite-locations-from-bibtex): New command.
9314 (reftex-view-regexp-match, reftex-global-search,
9315 reftex-global-search-continue): New functions.
9316 (reftex-extract-bib-entries): No error for non-existing BibTeX
9317 file, just a message.
9318 (reftex-extract-bib-entries): Better error handling.
9319 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9320 help and force it on current frame.
9321 (reftex-default-bibliography): New function.
9322 (reftex-access-parse-file): Check consistency after loading a
9323 parse file. When inconsistent, enfore rescan.
9324 (reftex-check-parse-consistency): New function.
9325 (easy-menu-define): Options section drastically shortened.
9326
9327 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9328
9329 * language/thai-util.el (thai-compose-string): New function.
9330
9331 1999-01-04 Inge Frick <inge@nada.kth.se>
9332
9333 * easymenu.el (easy-menu-define): Doc fix.
9334 (easy-menu-create-menu): New keyword :included.
9335 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9336 be an expression, not only a string. Simulate style `button'.
9337 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9338 (easy-menu-define-key-intern): New function.
9339 (easy-menu-add-item): Understand value returned from
9340 easy-menu-item-present-p and easy-menu-remove-item.
9341 (easy-menu-return-item): New function.
9342 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9343
9344 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9345
9346 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9347 Use rmail-output-read-rmail-file-name to read the file name.
9348 Always call rmail-output-to-rmail-file noninteractively.
9349 When count > 1, do the loop here.
9350 Handle rmail-delete-after-output here.
9351 (rmail-summary-output): Similar changes.
9352
9353 * mail/rmailout.el: Provide `rmailout'.
9354 (rmail-output-read-rmail-file-name): New function.
9355 (rmail-output-to-rmail-file): Use that.
9356 (rmail-output-read-file-name): New function.
9357 (rmail-output): Use that.
9358
9359 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9360 Error if wildcard matches no files.
9361
9362 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9363
9364 * menu-bar.el (clipboard-yank): Doc fix.
9365
9366 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9367
9368 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9369
9370 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9371
9372 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9373
9374 * rmail.el (rmail-encode-string): Make sure mask value is
9375 positive; (emacs-pid) returns a negative number on Windows 9x
9376 which causes odd behaviour.
9377
9378 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9379
9380 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9381 and about w32-* variables unless on Windows/NT.
9382
9383 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9384
9385 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9386 if buffer is modified; ask about all modified buffers.
9387
9388 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9389
9390 * simple.el (what-cursor-position): Fix previous change.
9391
9392 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9393
9394 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9395 from paragraph-start.
9396
9397 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9398
9399 * international/mule-cmds.el (prefer-coding-system): If the
9400 argument requires specific EOL conversion type, make the default
9401 coding systems use that.
9402
9403 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9404
9405 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9406 Use shell-command-on-region.
9407 (m4-start-m4, m4-end-m4): Functions deleted.
9408
9409 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9410
9411 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9412
9413 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9414
9415 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9416 to compose-mail in the correct places and as a list.
9417
9418 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9419
9420 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9421 (pages-directory-map): Bind mouse-2
9422 (pages-copy-header-and-position): Put text property.
9423 (pages-directory-goto-with-mouse): New function.
9424
9425 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9426
9427 * international/codepage.el (cp-make-coding-systems-for-codepage):
9428 Doc fix.
9429 (cp-coding-system-for-codepage-1): Likewise.
9430
9431 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9432
9433 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9434 composition sequence correctly here instead of calling
9435 thai-compose-region.
9436
9437 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9438 newline in multibyte buffer, if previous or next character is a
9439 composite char, check the first component of the composite char.
9440
9441 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9442
9443 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9444 and track-mouse.
9445
9446 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9447
9448 * mail/sendmail.el (mail-yank-original): Remove text properties
9449 after insertion.
9450 (mail-yank-region): Barf if no mark is set in the message
9451 being replied to.
9452
9453 * help.el (function-called-at-point): First look for function at point.
9454
9455 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9456
9457 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9458
9459 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9460
9461 * simple.el (what-cursor-position): Print character encoding also.
9462
9463 1998-12-26 Dave Love <fx@gnu.org>
9464
9465 * textmodes/flyspell.el: If local-maps work, don't put
9466 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9467 in flyspell-mouse-map (only).
9468 (flyspell-use-local-map): New variable.
9469 Use a different mouse-2 binding in that case,
9470 and don't add to minor-mode-map-alist.
9471 (make-flyspell-overlay, flyspell-correct-word):
9472 Test flyspell-use-local-map.
9473
9474 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9475
9476 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9477 Be careful about whether to return a relative file name,
9478 and if so, relative to what directory.
9479
9480 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9481
9482 * emacs-lisp/easymenu.el (easy-menu-get-map):
9483 Change global map only if this menu exists in the global map already,
9484 and not in the local map.
9485 (easy-menu-do-add-item): Fix error message.
9486
9487 * foldout.el (foldout-inhibit-key-bindings):
9488 Avoid concatenating onto outline-minor-mode-prefix.
9489 Make a new keymap for that prefix, if it does not already have one.
9490
9491 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9492
9493 * cperl-mode.el:
9494 Can use linear algorithm for indentation if Emacs supports it.
9495 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9496 (cperl-after-block-p): Likewise.
9497 (cperl-after-block-and-statement-beg): Likewise.
9498 (cperl-after-block-p): After END/BEGIN we are a block.
9499 (cperl-after-expr-p): Skip labels when checking
9500 (cperl-indent-region): Make a marker for END - text added/removed.
9501 Disable hooks during the call (how to call them later?).
9502 Now indents 820-line-long function in 6.5 sec (including
9503 syntaxification) the first time (when buffer has few
9504 properties), 7.1 sec the second time.
9505 (cperl-indent-region): Do not indent whitespace lines
9506 (cperl-style-alist)
9507 Include `cperl-merge-trailing-else' where the value is clear.
9508 (cperl-styles-entries): Likewise.
9509 (cperl-problems): Improvements to docs.
9510 (cperl-tips): Likewise.
9511 (cperl-non-problems): Likewise.
9512 (cperl-mode): Make lazy syntaxification possible.
9513 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9514 `font-lock-unfontify-region-function' was set to a wrong function.
9515
9516 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9517 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9518 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9519 but 1<<6 was considered as HERE-doc.
9520 <file/glob> made into a string.
9521 Postpone addition of faces after syntactic step.
9522 Recognition of <FH> was wrong.
9523 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9524 Knows that split// is null-RE.
9525 Highlights separators in 3-parts expressions as labels.
9526 <> was considered as a glob.
9527 Would err if the last line is `=head1'.
9528 $a-1 ? foo : bar; was a considered a regexp.
9529 `<< (' was considered a start of HERE-doc.
9530 mark qq[]-etc sections as syntax-type=string
9531 Was not processing sub protos after a comment ine.
9532 Was treating $a++ <= 5 as a glob.
9533 Tolerate unfinished REx at end-of-buffer.
9534 `unwind-protect' was left commented.
9535 / and ? after : start a REx.
9536
9537 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9538 Better default, customizes to `message' too, off in text-mode.
9539
9540 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9541 `defface'd.
9542 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9543 `defface'd.
9544 (cperl-emacs-can-parse): New state variable.
9545 (cperl-indent-line): Corrected to use global state.
9546 (cperl-calculate-indent): Likewise.
9547 (cperl-fix-line-spacing): Likewise (not used yet).
9548 (cperl-calculate-indent): Did not consider `,' as
9549 continuation mark for statements.
9550 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9551 Remove another parse-data optimization at toplevel: would
9552 indent correctly.
9553 Correct for labels when calculating indentation of continuations.
9554 Docstring updated.
9555 (cperl-choose-color): Converted to a function (to be
9556 compilable in text-mode).
9557 (cperl-dark-background): Disable without window-system.
9558 Do `defface' only if window-system.
9559 (cperl-fix-line-spacing): Sped up to bail out early.
9560 (x-color-defined-p): Was not compiling on XEmacs
9561 Was defmacro'ed with a tick. Remove another def.
9562 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9563 (cperl-unwind-to-safe): New function.
9564 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9565 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9566 long strings (not very successful).
9567 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9568 Highlight the starting // in s//foo/ as function-name.
9569 Emit a meaningful error instead of a cryptic one for an
9570 uncomplete REx near end-of-buffer.
9571
9572 (cperl-electric-keyword): `qr' recognized.
9573 (cperl-electric-else): Likewise
9574 (cperl-to-comment-or-eol): Likewise
9575 (cperl-make-regexp-x): Likewise
9576 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9577 Corrected to use new macros;
9578 `if' for copying `reference-face' to `constant-face' was backward.
9579 remove init `font-lock-other-emphasized-face',
9580 `font-lock-emphasized-face', `font-lock-keyword-face'.
9581 Interpolate `cperl-invalid-face'.
9582 (cperl-make-regexp-x): Misprint in a message.
9583 (cperl-syntaxify-unwind): New configuration variable
9584 (cperl-fontify-m-as-s): New configuration variable
9585 (cperl-electric-pod): Check for after-expr was performed
9586 inside of POD too.
9587 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9588 (cperl-clobber-mode-lists): New configuration variable.
9589 (cperl-not-bad-style-regexp): Updated.
9590 Init: `cperl-is-face' was busted.
9591 (cperl-make-face): New macros.
9592 (cperl-force-face): New macros.
9593 (font-lock-other-type-face): Done via `defface' too.
9594 (cperl-nonoverridable-face): New face. Renamed from
9595 `font-lock-other-type-face'.
9596 (cperl-init-faces-weak): Use `cperl-force-face'.
9597 (cperl-comment-indent): Commenting __END__ was not working.
9598 (cperl-indent-for-comment): Likewise.
9599 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9600 When removing old TAGS info was not relativizing filename.
9601 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9602 Another try to work around XEmacs problems. Better progress messages.
9603 (toplevel): Require custom unprotected => failure on 19.28.
9604 (cperl-xemacs-p): Defined when compile too
9605 (cperl-find-tags): Was writing line/pos in a wrong order,
9606 pos off by 1 and not at beg-of-line.
9607 (cperl-etags-snarf-tag): New macro
9608 (cperl-etags-goto-tag-location): New macro
9609 (cperl-version): New variable. New menu entry
9610 random docstrings: References to "future" 20.3 removed.
9611 Menu was described as `CPerl' instead of `Perl'
9612 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9613 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9614 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9615 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9616 `font-lock-reference-face', `font-lock-keyword-face'.
9617 Use `eval-after-load'.
9618 Remove not-CPerl-related faces.
9619 (cperl-tips-faces): New variable and an entry into Mini-docs.
9620 (cperl-indent-exp): Was not processing else-blocks.
9621 (cperl-get-state): NOP line removed.
9622 (cperl-ps-print): New function and menu entry.
9623 (cperl-ps-print-face-properties): New configuration variable.
9624 (cperl-invalid-face): New configuration variable.
9625 (perl-font-lock-keywords): Highlight trailing whitespace
9626 (cperl-contract-levels): Documentation corrected.
9627 (cperl-contract-level): Likewise.
9628 (cperl-ps-extend-face-list): New macro.
9629 (cperl-invalid-face): Change to ''underline.
9630
9631 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9632
9633 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9634 for read-file-name.
9635 (rmail-output-to-rmail-file): Likewise.
9636
9637 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9638
9639 * emacs-lisp/easymenu.el (easy-menu-get-map):
9640 If MENU is nil, use global menu-bar map.
9641 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9642 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9643
9644 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9645
9646 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9647
9648 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9649
9650 * ps-print.el (ps-print-version): New version number (4.1.3).
9651
9652 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9653
9654 * international/mule-cmds.el: Use make-sparse-keymap instead of
9655 define-prefix-key when defining MULE menu items.
9656
9657 * info.el (Info-node-at-bob-matching): New function.
9658 (Info-find-node, Info-build-node-completions): Call it.
9659
9660 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9661
9662 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9663 when this is an autoloaded keymap.
9664
9665 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9666
9667 * international/codepage.el (cp-coding-system-for-codepage-1):
9668 Create separate encoders and decoders, for DOS and Unix. Make the
9669 usual family of 3 coding systems, so that automatic detection of
9670 EOL type works.
9671 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9672 Unix-specific symbols here, and don't call
9673 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9674 Handa <handa@etl.go.jp>.)
9675
9676 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9677
9678 * term/internal.el (IT-character-translations): New variable, an
9679 alist used to display characters for which there's no glyphs in
9680 the current codepage.
9681 (IT-display-table-setup): New function, sets up the DOS terminal
9682 for a given codepage.
9683 (dos-codepage-setup): New function, sets up the MULE environment
9684 for the current value of dos-codepage.
9685 (top-level if): In the multibyte mode, turn on
9686 unibyte-display-via-language-environment. In the unibyte mode,
9687 set up the special syntax tables to map lower- to upper case and
9688 back.
9689
9690 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9691
9692 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9693 (speedbar-frame-plist) Remove useless comments.
9694 (speedbar-frame-mode) Do not specify height if it is in the param list.
9695 Use default y position w/out changing it.
9696 If default x position is a list, keep, calculate the non-list X
9697 value when devining an initial position.
9698 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9699 (speedbar-tag-group-name-minimum-length): New variable.
9700 (speedbar-frame-parameter): New compatibility function.
9701 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9702 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9703 groups to keep things in the right order, and to help with some
9704 naming conventions.
9705 (speedbar-create-tag-hierarchy): Enable buffer local version of
9706 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9707 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9708 the case, derive it from the cursor location in speedbar.
9709
9710 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9711
9712 * international/mule-cmds.el (set-language-environment): On MS-DOS
9713 terminals, install DOS-specific nonascii-translation-table if the
9714 language info doesn't specify one. Pass the default eol-type to
9715 set-language-environment-coding-systems.
9716 (set-default-coding-systems): Copy the eol-type property for the
9717 new default values of {buffer-file,process}-coding-system from the
9718 old defaults.
9719 (set-language-environment-coding-systems): Accept an optional
9720 argument EOL-TYPE, and set the eol-type property of the default
9721 coding systems accordingly.
9722 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9723 (set-keyboard-coding-system): Likewise.
9724 (set-default-coding-systems): Don't set
9725 default-terminal-coding-system on MS-DOS to anything but nil.
9726 (prefer-coding-system): Describe in the doc string that
9727 default-terminal-coding-system is not changed on MS-DOS.
9728 (set-language-environment): For MS-DOS, set standard syntax table
9729 and display table for all characters with code above 127.
9730 (standard-display-european-internal): For MS-DOS, pass all
9731 characters with code above 127 directly to the terminal, and don't
9732 remap characters 160 and 146 in the unibyte case.
9733
9734 * international/codepage.el: New file.
9735
9736 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9737
9738 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9739 comments.
9740
9741 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9742
9743 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9744
9745 * subr.el (read-passwd): Likewise.
9746
9747 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9748
9749 * info.el (Info-find-node): Add 1 to the position read from the
9750 tag table. Don't fail if the node delimiter ^_ is the first
9751 character in the file.
9752 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9753 first character in the file.
9754 (Info-read-subfile): Likewise.
9755 (Info-select-node): Likewise.
9756 (Info-build-node-completions): Likewise.
9757
9758 1998-12-16 Richard Stallman <rms@gnu.org>
9759
9760 * term/x-win.el (x-cut-buffer-or-selection-value):
9761 If clipboard is enabled, try it before PRIMARY selection.
9762
9763 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9764
9765 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9766 insert c-cedilla and C-cedilla respectively, like in latin-1.
9767
9768 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9769
9770 * language/hebrew.el: Don't use sublists in the flags argument
9771 passed to make-coding-system.
9772
9773 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9774
9775 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9776 list of character sets found by find-charset-region.
9777
9778 * ps-mule.el: Always require ps-print. Move some function
9779 definitions for Emacs 20.2 and the earlier to ps-print.el.
9780 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9781
9782 * ps-print.el: Define several functions for Emacs 20.2 and the
9783 earlier version.
9784 (ps-printer-name): Check if printer-name is bound.
9785
9786 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9787
9788 * ps-mule.el: Programming uniformization and little code improvement.
9789 (ps-mule-prepare-font): Programming uniformization.
9790 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9791 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9792
9793 * ps-bdf.el: Programming uniformization and little code improvement.
9794 (bdf-search-and-read): New fun.
9795 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9796 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9797 (bdf-info-relative-compose, bdf-info-baseline-offset)
9798 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9799 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9800 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9801 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9802 improvement.
9803
9804 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9805
9806 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9807 and mule related code extraction. Autoload ps-mule funs.
9808
9809 * ps-mule.el: Doc fix. Require ps-print only when compiled.
9810 (ps-mule-prologue-generated): New fun.
9811 (ps-mule-plot-string): Add autoload cookie.
9812 (ps-mule-begin-job): Call ps-mule-prologue-generated.
9813
9814 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9815
9816 * ps-bdf.el: Require ps-mule instead of ps-print.
9817 (bdf-directory-list): Add autoload cookie.
9818
9819 * ps-mule.el: New file. Mule related code extracted from
9820 ps-print.el. Require ps-print, provide ps-mule.
9821 (ps-multibyte-buffer): Add autoload cookie.
9822 (ps-mule-prepare-ascii-font): New fun.
9823 (ps-mule-set-ascii-font): New fun.
9824 (ps-mule-skip-same-charset): Fun deleted.
9825 (ps-mule-plot-string): Set ps-mule-current-charset.
9826 (ps-mule-initialize): Add autload cookie. Don't set
9827 ps-mule-font-info-database here.
9828 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
9829 ps-mule-font-info-database and ps-control-or-escape-regexp.
9830 (ps-mule-begin-page): New fun.
9831
9832 * ps-print.el: Mule related code moved to ps-mule.el.
9833 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9834 check ps-mule-charset-list.
9835 (ps-begin-page): Don't set ps-mule-current-charset, instead call
9836 ps-mule-begin-page.
9837 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9838 (ps-plot-region): Don't set ps-mule-current-charset, instead call
9839 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
9840 instead skip same charsets by itself.
9841 (ps-generate): Call ps-mule-initialize of needs-begin-file is
9842 non-nil. Call ps-mule-begin-job.
9843
9844 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9845
9846 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
9847 instead of bdf.
9848
9849 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9850 (ps-mule-external-libraries): New element FEATURE.
9851 (ps-mule-init-external-library): Ajusted for the above change.
9852 (ps-mule-generate-font): Likewise.
9853 (ps-mule-generate-glyphs): Likewise.
9854 (ps-mule-prepare-font): Likewise.
9855 (ps-mule-initialize): Likewise.
9856 (ps-begin-file): Superfluous tailing parenthesis deleted.
9857
9858 1998-12-15 Kenichi Handa <handa@etl.go.jp>
9859
9860 * international/fontset.el (x-decompose-font-name): If PATTERN
9861 doesn't have any wild cards, return a vector made from a name that
9862 is found by x-resolve-font-name found. Comments added.
9863
9864 * international/mule-cmds.el (find-coding-systems-for-charsets):
9865 Handle the case of unknown charset.
9866 (find-multibyte-characters): If invalid multibyte characters are
9867 found, return the corresponding strings instead of character
9868 codes.
9869 (find-multibyte-characters): Adjusted for the above change.
9870 (select-safe-coding-system): For a unibyte buffer, always returns
9871 DEFAULT-CODING-SYSTEM.
9872 (get-charset-property): Fix previous change. Make it a function.
9873 (put-charset-property): Make it a function.
9874
9875 * international/mule.el (make-coding-system): Set mime-charset
9876 property of *-with-esc coding system to nil.
9877
9878 * international/quail.el (quail-point-in-conversion-region): New
9879 function.
9880 (quail-conversion-backward-delete-char): When a key sequence is
9881 being translated, call quail-delete-last-char.
9882
9883 * language/devan-util.el
9884 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9885 handle devanagari-decomposition-rules.
9886
9887 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
9888
9889 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9890 tex-start-options-string to empty string.
9891 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9892
9893 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
9894
9895 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9896 5xx responses are already handled properly).
9897
9898 1998-12-13 Richard Stallman <rms@gnu.org>
9899
9900 * progmodes/compile.el (compilation-error-regexp-alist): Insist
9901 on a non-digit in the file name.
9902
9903 * simple.el (comment-region): Handle comment-padding
9904 separately for insertion and for deletion, in the right way for each.
9905
9906 1998-12-13 Felix Lee <flee@cygnus.com>
9907
9908 * progmodes/compile.el (compilation-error-regexp-alist): Fix
9909 regexp to match "ChangeLog:1:1998-12-09 ..."
9910
9911 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
9912
9913 * cus-start.el (dos-unsupported-char-glyph): Add.
9914
9915 1998-12-11 Dave Love <fx@gnu.org>
9916
9917 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9918 forward-sexp in condition-case.
9919
9920 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9921 Remove unnecessary test on `library' for explicit file name.
9922 Widen scope of save-match-data.
9923
9924 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
9925
9926 * international/mule.el (load-with-code-conversion): If the loaded
9927 file was inserted with no-conversion or raw-text coding system,
9928 make the buffer unibyte.
9929
9930 1998-12-09 Richard Stallman <rms@gnu.org>
9931
9932 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9933 Get rid of nested loops.
9934
9935 * mouse.el (mouse-drag-vertical-line):
9936 If WHICH-SIDE is not `right', then scroll bars are on the left.
9937
9938 * loadhist.el (load-history-loaded): defvar moved to help.el.
9939
9940 * help.el (symbol-file-load-history-loaded): Variable renamed,
9941 and defvar moved from loadhist.el.
9942 (symbol-file): Renamed from describe-function-find-file.
9943 Load fns-VERSION.el here.
9944 (describe-variable, describe-function-1): Use symbol-file.
9945
9946 * textmodes/tex-mode.el (tex-generate-zap-file-name):
9947 Don't start the name with #.
9948
9949 * ispell.el: Take out the eval-when's.
9950
9951 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
9952
9953 * dirtrack.el (dirtrack-directory-change-hook): New hook.
9954 (dirtrack): Run it. Make debug message more verbose.
9955
9956 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9957
9958 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9959 name of the abbrev table, and provide support for XEmacs.
9960 (octave-xemacs-p): New variable.
9961
9962 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9963
9964 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9965 exit, when mail-interactive is nil.
9966
9967 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
9968
9969 * files.el (after-find-file): Message fix.
9970
9971 1998-12-09 Ken Stevens <stevens@kdstevens.com>
9972
9973 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9974
9975 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
9976
9977 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9978 filenames using backslashes.
9979
9980 1998-12-09 Dave Love <fx@gnu.org>
9981
9982 * browse-url.el (browse-url-mail): Call compose-mail-other-window
9983 with correct number of args.
9984 (browse-url-maybe-new-window): New arg. Callers changed.
9985
9986 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9987 comment.
9988
9989 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
9990
9991 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9992
9993 1998-12-08 Markus Rost <rost@delysid.gnu.org>
9994
9995 * vc.el (vc-rcs-release): Fix Type.
9996 (vc-sccs-release): Fix Type.
9997 (vc-cvs-release): Fix Type.
9998
9999 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10000 arg work right.
10001
10002 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10003 output of last undeleted message.
10004
10005 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10006
10007 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10008 (buffer-undo-list) [windows-nt]: Use different relative path.
10009
10010 1998-12-07 Simon Marshall <simon@gnu.org>
10011
10012 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10013
10014 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10015
10016 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10017
10018 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10019
10020 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10021
10022 * info.el (Info-menu): Don't return error if point is between menu
10023 header and first menu item.
10024
10025 1998-12-04 Dave Love <fx@gnu.org>
10026
10027 * help.el (describe-function-1): Fix description for alias.
10028
10029 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10030
10031 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10032 specifications from summary line.
10033
10034 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10035 (close-rectangle): Define alias only once in loaddefs.el.
10036
10037 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10038
10039 * term/internal.el: Remove code which sets up a special syntax
10040 table for non-ASCII characters.
10041
10042 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10043
10044 * dos-w32.el (direct-print-region-function): Try to ensure that
10045 printer-name is expanded to a file name on a local drive;
10046 sometimes printing a file loaded from a network volume fails.
10047 (direct-print-region-function): Add a function to
10048 write-region-annotate-functions to append a formfeed character to
10049 the region being printed, if the region doesn't end with a
10050 formfeed already. This avoids creating a second print job
10051 containing a blank page when print spooling is enabled on Windows.
10052
10053 1998-12-02 Dave Love <fx@gnu.org>
10054
10055 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10056 `Info-goto-node'.
10057
10058 1998-12-02 Richard Stallman <rms@gnu.org>
10059
10060 * help.el (temp-buffer-resize-mode): Doc fix.
10061
10062 * cus-edit.el (custom-save-delete): Save point before
10063 reading a sexp, rather than backing up.
10064
10065 * international/iso-transl.el: Fix previous change.
10066
10067 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10068
10069 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10070 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10071 Added defvars to suppress compilation warnings.
10072
10073 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10074
10075 * ispell.el: Improved and fixed customize for variables:
10076 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10077 ispell-dictionary-alist, ispell-skip-sgml.
10078 Improved and fixed comments in variables and messages for
10079 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10080 ispell-menu-map, ispell-checking-message, ispell-parser,
10081 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10082 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10083 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10084 ispell-message-text-end, ispell-add-per-file-word-list.
10085 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10086 system is now required for all languages. Casechars improved for
10087 castellano, castellano8, and norsk dictionaries. Dictionary
10088 norsk7-tex added. Dictionary polish added.
10089 (ispell-dictionary-alist): Redefined at load-time to support
10090 dictionary changes.
10091 (ispell-menu-map): Redefined at load-time to support menu changes.
10092 (ispell-check-version): New alias for `check-ispell-version'.
10093 (ispell-parse-output): Fixed matching for ispell error messages.
10094 Correctly returns spelling suggestions in order generated by ispell
10095 process.
10096 (check-ispell-version): Ensure `case-fold-search' doesn't get
10097 redefined.
10098 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10099 redefined. Fix bug that didn't respect case of word being completed.
10100 (ispell-init-process): Set process coding system to be compatible
10101 with emacs processes and the ispell process.
10102 (ispell-kill-ispell): Ensures ispell process has terminated before
10103 starting new process. This can otherwise confuse process filters
10104 and hang the ispell process.
10105 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10106 skipping support for sgml.
10107 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10108 which could cause `ispell-complete-word' to hang.
10109 (ispell-message): Improved message reference matching. Ensure
10110 `case-fold-search' doesn't get redefined.
10111 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10112 get redefined. Fixed bug in returning to nroff mode from tex mode.
10113 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10114 get redefined.
10115
10116 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10117
10118 * textmodes/flyspell.el (flyspell-check-word-p):
10119 Don't delay inside a kbd macro.
10120
10121 * subr.el (make-local-hook): Return the hook variable.
10122
10123 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10124
10125 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10126 Use a timer instead of post-command-hook.
10127 (hscroll-timer): New variable.
10128
10129 1998-11-30 Dave Love <fx@gnu.org>
10130
10131 * help.el (help-xref-button): Do nothing if text already has the
10132 help-xref property.
10133 (describe-variable): Revert previous change to hyperlink to source.
10134
10135 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10136
10137 * bindings.el (features): Add `base64' to this list.
10138
10139 * loadhist.el (symbol-file): Doc fix.
10140
10141 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10142
10143 * files.el (hack-one-local-variable): Cope with non-file buffers.
10144
10145 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10146
10147 * help.el (describe-mode): Put major mode first.
10148
10149 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10150 to support special-display and same-window features.
10151
10152 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10153
10154 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10155 bound in one function and used in the other.
10156 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10157 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10158
10159 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10160
10161 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10162
10163 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10164
10165 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10166 Give format correct control string.
10167
10168 * international/mule.el (define-translation-table): Fix bug of
10169 setting incorrect translation-table-id. If the first element of
10170 ARGS is a translation table, just register it.
10171
10172 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10173 property.
10174
10175 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10176
10177 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10178 syntax table to determine what is whitespace.
10179
10180 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10181
10182 * frame.el (frame-parameter): Doc fix.
10183
10184 * textmodes/tex-mode.el (tex-feed-input): New function.
10185 (tex-define-common-keys): Add binding for C-c C-m.
10186
10187 1998-11-23 Dave Love <fx@gnu.org>
10188
10189 * progmodes/fortran.el: Various minor doc fixes.
10190 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10191 (fortran-with-subprogram-narrowing): New macro.
10192 (fortran-check-for-matching-do): Use it.
10193 (fortran-end-do): Use fortran-check-end-prog-re.
10194 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10195 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10196
10197 1998-11-23 Simon Marshall <simon@gnu.org>
10198
10199 * font-lock.el (font-lock-defaults): Doc fix.
10200 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10201 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10202
10203 * lazy-lock.el (lazy-lock-unstall):
10204 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10205
10206 * fast-lock.el (fast-lock-save-cache-1):
10207 (fast-lock-cache-data): Rewritten to use with-temp-message.
10208
10209 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10210
10211 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10212 messages that have been added with DOS line endings and convert
10213 the line endings for such messages.
10214
10215 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10216
10217 * help.el: Add resizing of temporary buffers.
10218 (temp-buffer-resize-mode): New command and variable.
10219 (temp-buffer-max-height): New variable.
10220 (resize-temp-buffer-window): New function.
10221
10222 * window.el (window-buffer-height): New function, split from
10223 shrink-window-if-larger-than-buffer.
10224 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10225
10226 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10227
10228 * frame.el (initial-frame-alist): Add defcustom.
10229
10230 * shell.el (shell-prompt-pattern): Add defcustom.
10231
10232 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10233
10234 * message.el (message-ignored-supersedes-headers): Remove
10235 NNTP-Posting-Date.
10236
10237 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10238
10239 * help.el (describe-mode): Don't avoid loop indirecting thru
10240 value of INDICATOR.
10241
10242 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10243
10244 * help.el (describe-variable): Allow any variable with a defcustom,
10245 even if it is not a user variable.
10246
10247 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10248
10249 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10250
10251 * gnus/nntp.el (nntp-request-group): Allow for failures when
10252 requesting a new group.
10253
10254 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10255
10256 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10257
10258 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10259
10260 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10261
10262 1998-11-19 Simon Marshall <simon@gnu.org>
10263
10264 * subr.el (with-temp-message): New macro.
10265
10266 * emacs-lisp/lisp-mode.el (with-temp-message):
10267 Add lisp-indent-function property.
10268
10269 1998-11-18 Dave Love <fx@gnu.org>
10270
10271 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10272
10273 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10274
10275 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10276 This is not obsolete.
10277
10278 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10279
10280 * textmodes/picture.el: Make a new map by make-keymap.
10281 (picture-desired-column): New variable.
10282 (picture-update-desired-column): New function.
10283 (picture-beginning-of-line): Set picture-desired-column to 0.
10284 (picture-end-of-line): Set picture-desired-column to the current
10285 column.
10286 (picture-forward-column): Pay attention to multi-column character.
10287 (picture-backward-column): Likewise.
10288 (picture-move-down): Likewise.
10289 (picture-move-up): Likewise.
10290 (picture-movement-nw): With prefix arg, move twice columns.
10291 (picture-movement-ne): Likewise.
10292 (picture-movement-sw): Likewise.
10293 (picture-movement-se): Likewise.
10294 (picture-set-motion): Handle two-column movements.
10295 (picture-move): Call picture-move-down or picture-forward-column
10296 only when necessary.
10297 (picture-insert): Pay attention to picture-desired-column.
10298 (picture-self-insert): Likewise.
10299 (picture-clear-column): Pay attention to multi-column character.
10300 (picture-mode): Modify doc-string for two-column movement.
10301
10302 * rect.el (move-to-column-force): New function.
10303 (operate-on-rectangle): If coerce-tabs is non-nil, call
10304 move-to-column-force instead of move-to-column.
10305 (insert-rectangle): Call move-to-column-force instead of
10306 move-to-column.
10307 (open-rectangle-line): If begextra is not zero, call
10308 move-to-column-force.
10309
10310
10311 1998-11-16 Dave Love <fx@gnu.org>
10312
10313 * textmodes/sgml-mode.el Require skeleton when compiling.
10314 (sgml-font-lock-keywords-1): Accept single-letter tags.
10315 (v2): Defvar free variable.
10316
10317 1998-11-16 Sam Steingold <sds@goems.com>
10318
10319 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10320 macro, not ELisp one.
10321
10322 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10323
10324 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10325 characters to symbol.
10326
10327 * language/japan-util.el (japanese-zenkaku-region): New optional
10328 arg KATAKANA-ONLY.
10329
10330 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10331
10332 * international/mule.el
10333 (after-insert-file-set-buffer-file-coding-system): If the buffer
10334 is changed to unibyte, return inserted bytes.
10335
10336 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10337 and link names if necessary.
10338 (tar-header-block-summarize): Handle the case that file or link
10339 names are multibyte.
10340 (tar-summarize-buffer): At first set the current buffer unibyte,
10341 then if there are multibyte file names, change it to multibyte.
10342 (tar-mode): Get char position from tar-header-offset.
10343 (tar-extract): Avoid multibyte<->unibyte conversion in
10344 insert-buffer-subsring by setting both buffers unibyte
10345 temporarily.
10346 (tar-copy): Set the buffer unibyte while doing a work. Write
10347 without code conversion.
10348 (tar-expunge): Set the buffer unibyte while doing a work.
10349 (tar-alter-one-field): Likewise.
10350 (tar-clear-modification-flags): Compare byte position with
10351 tar-header-offset.
10352 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10353 insert-buffer-subsring by setting both buffers unibyte
10354 temporarily. Pay attention to multibyteness while updating the
10355 descriptor-line.
10356 (tar-mode-write-file): Write without code conversion.
10357
10358 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10359
10360 * nngateway.el: Require cl.
10361
10362 1998-11-15 Dave Love <fx@gnu.org>
10363
10364 * progmodes/fortran.el: Fix previous change:
10365 (fortran-end-prog-re1): Changed.
10366 (fortran-check-end-prog-re): New function.
10367 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10368
10369 1998-11-13 Tom Breton <tob@world.std.com>
10370
10371 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10372 GNU Emacs.
10373
10374 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10375
10376 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10377 fixed.
10378 (reftex-toc-toggle-file-boundary,
10379 reftex-toc-toggle-labels,
10380 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10381 (reftex-toc-include-labels, reftex-toc-include-context,
10382 reftex-toc-include-file-boundaries,
10383 reftex-toc-keep-other-windows): New options.
10384 (reftex-use-text-after-label-as-context): Option removed.
10385 (reftex-extract-bib-entries): Protect use in non-latex
10386 buffers.
10387 (reftex-toc-visit-location): Renamed from
10388 `reftex-toc-visit-line'.
10389 (reftex-latin1-to-ascii): Works now with and without Mule.
10390 (reftex-truncate): Removed special stuff for Emacs 20.2.
10391 (reftex-get-offset): Made more general.
10392 (reftex-show-label-location): Renamed from
10393 `reftex-select-label-callback'.
10394 (reftex-pop-to-label): Function removed (using
10395 `reftex-show-label-location' instead.
10396 (reftex-insert-docstruct): Renamed from
10397 `reftex-make-and-insert-label-list'. Function args changed.
10398 (reftex-toc): Now uses `reftex-insert-docstruct' and
10399 `reftex-find-start-point'.
10400 (reftex-select-item): Use `reftex-find-start-point'.
10401 (reftex-toc-visit-line): Can display labels and file
10402 boundaries.
10403 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10404
10405 1998-11-12 Sam Steingold <sds@goems.com>
10406
10407 * browse-url.el (browse-url): Handle the case when
10408 `browse-url-browser-function' is a lambda list.
10409
10410 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10411
10412 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10413 version string.
10414 * loadhist.el (symbol-file): Likewise
10415
10416 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10417
10418 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10419
10420 1998-11-11 Sam Steingold <sds@goems.com>
10421
10422 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10423 `run-lisp' instead of signalling an error.
10424
10425 1998-11-11 Karl Heuer <kwzh@gnu.org>
10426
10427 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10428
10429 1998-11-11 Richard Stallman <rms@gnu.org>
10430
10431 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10432
10433 1998-11-11 Per Starback <starback@update.uu.se>
10434
10435 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10436 renamed svenska8 to svenska, and fixed and extended CASECHARS
10437 for it.
10438
10439 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10440
10441 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10442 handling if setpagedevice is not available.
10443 (ps-begin-file): Fix typo.
10444
10445 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10446
10447 * international/mule-util.el (compose-chars-component): Signal
10448 error if CH is a rule-based composition character.
10449 (compose-chars): Signal error if an already compsed character is
10450 going to be composed by rule-base.
10451
10452 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10453 full XLFD, don't try to get information of WEIGHT and SLANT from
10454 that font name.
10455
10456 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10457
10458 * dos-w32.el (set-default-process-coding-system): Use function on
10459 before-init-hook to set default-process-coding-system based on
10460 enable-multibyte-characters.
10461
10462 * term/w32-win.el ([language-change]): For now ignore
10463 keyboard language-change events.
10464
10465 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10466
10467 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10468 convert-standard-file-name, but leave the results of
10469 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10470 characters if the original name already exists, or has a special
10471 handler.
10472
10473 1998-11-10 Karl Heuer <kwzh@gnu.org>
10474
10475 * international/iso-insert.el: Delete autoload cookies.
10476
10477 * international/iso-transl.el: Add autoload cookies.
10478
10479 1998-11-10 Richard Stallman <rms@gnu.org>
10480
10481 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10482 (ispell-process-line): Don't treat multibyte
10483
10484 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10485
10486 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10487 setpagedevice to specify the page size if setpagedevice is
10488 available. This is necessary to select the correct paper tray on
10489 Level 2 printers with multiple paper sizes available.
10490
10491 (ps-begin-file): Cope with font names that contain spaces, and
10492 call BeginDoc in a BeginSetup/EndSetup block.
10493
10494 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10495
10496 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10497 convert-standard-filename.
10498
10499 * loadhist.el (symbol-file): Run fns-VERSION.el through
10500 convert-standard-filename.
10501
10502 1998-11-06 Richard Stallman <rms@gnu.org>
10503
10504 * textmodes/texinfmt.el (texinfo-format-scan):
10505 Detect the case of two @-commands in a row; process just the first.
10506 (texinfo-append-refill): If line has a @c, insert the @refill
10507 before it.
10508 (texinfo-format-refill): Return with point where the @refill was.
10509
10510 * files.el (hack-local-variables): Test local-enable-local-variables.
10511 (hack-local-variables-prop-line): Likewise.
10512 (set-auto-mode): Don't test local-enable-local-variables here.
10513 (enable-local-variables): Doc fix.
10514 (local-enable-local-variables): Doc fix.
10515 (normal-mode): Doc fix.
10516
10517 1998-11-06 Karl Heuer <kwzh@gnu.org>
10518
10519 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10520
10521 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10522
10523 * simple.el (line-number-mode): Doc fix.
10524
10525 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10526
10527 * international/fontset.el (create-fontset-from-fontset-spec):
10528 Give correct arg to `error'.
10529
10530 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10531
10532 * textmodes/sgml-mode.el (html-mode): Doc fix.
10533 (sgml-name-8bit-mode): Fix missing format character in message string.
10534
10535 1998-11-05 Karl Heuer <kwzh@gnu.org>
10536
10537 * mail/sendmail.el (sendmail-send-it): Check for failure.
10538
10539 1998-11-05 Richard Stallman <rms@gnu.org>
10540
10541 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10542
10543 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10544 (close-rectangle): Define as alias.
10545
10546 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10547
10548 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10549
10550 1998-11-05 Dave Love <fx@gnu.org>
10551
10552 * help.el (describe-variable): Don't quote link to source.
10553
10554 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10555
10556 * gud.el (gud-common-init): Use pop-to-buffer.
10557 (same-window-regexps): Add an element that matches all gud buffers.
10558
10559 1998-11-04 Jason Rumney <jasonr@altavista.net>
10560
10561 * term/w32-win.el (x-get-selection-value): Alias to
10562 x-cut-buffer-or-selection-value.
10563 (w32-standard-fontset-spec): New variable.
10564 (w32-create-initial-fontsets, mouse-set-font): Check whether
10565 new-fontset is available.
10566 (w32-use-w32-font-dialog): Enable use of set-variable.
10567
10568 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10569
10570 * vc.el (with-vc-file, edit-vc-file): New macros.
10571
10572 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10573
10574 * international/quail.el (quail-show-guidance-buf): Call
10575 set-minibuffer-window to set minibuffer window of the current
10576 frame correctly.
10577
10578 1998-11-03 Theodore Jump <tjump@tertius.com>
10579
10580 * term/w32-win.el: Require fontset.
10581
10582 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10583
10584 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10585 (set-face-font-auto): Ditto.
10586
10587 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10588
10589 * mouse.el (mouse-drag-region): Fix typo.
10590
10591 1998-11-02 Dave Love <fx@gnu.org>
10592
10593 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10594 (fortran-fontify-string): New function.
10595 (fortran-font-lock-keywords-1): Use it.
10596
10597 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10598
10599 * comint.el (comint-file-name-quote-list): Doc fix.
10600
10601 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10602
10603 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10604 build directory, not source directory.
10605
10606 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10607 if we did not get one for the final move.
10608
10609 1998-11-01 Dave Love <fx@gnu.org>
10610
10611 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10612 Don't funcall browse-url-browser-function.
10613
10614 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10615 Don't funcall browse-url-browser-function.
10616
10617 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10618
10619 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10620
10621 * files.el (revert-buffer): Doc fix.
10622
10623 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10624
10625 * textmodes/tex-mode.el (tex-start-options-string):
10626 Quote the backslashes with more backslashes.
10627
10628 1998-10-31 Dave Love <fx@gnu.org>
10629
10630 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10631 (webjump): Don't funcall browse-url-browser-function.
10632
10633 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10634
10635 * international/quail.el (quail-start-translation): Handle
10636 switching of the frame in read-key-sequence.
10637 (quail-start-conversion): Likewise.
10638 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10639 windows before setting an appropriate window for it.
10640 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10641 quail-guidance-win to nil.
10642 (quail-update-guidance): If quail-guidance-buf is not in the
10643 selected frame, call quail-show-guidance-buf again.
10644
10645 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10646
10647 * progmodes/pascal.el (pascal-mode):
10648 `blink-matching-paren-dont-ignore-comments' set to t.
10649
10650 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10651
10652 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10653
10654 1998-10-30 Dave Love <fx@gnu.org>
10655
10656 * vc.el (vc-backend-merge-news): Check for "P" output.
10657
10658 * help.el (describe-variable): Hyperlink the definition.
10659
10660 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10661
10662 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10663 (sh-set-shell): Likewise.
10664
10665 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10666
10667 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10668 (edebug-on-error): Fix customize type to match that of
10669 debug-on-error.
10670
10671 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10672
10673 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10674 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10675
10676 * international/mule-cmds.el (select-message-coding-system): Doc
10677 fix.
10678
10679 * international/mule-diag.el (describe-coding-system): Describe
10680 all flags.
10681
10682 * mail/sendmail.el (sendmail-coding-system,
10683 default-sendmail-coding-system): Doc fix.
10684
10685 * simple.el (shell-command-on-region): Doc fix.
10686
10687 * loadup.el: Write fns-*.el in current directory instead of
10688 data-directory since no installation directory exists yet. Mark
10689 buffer unmodified afterwards.
10690
10691 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10692 instead of data-directory since it is architecture dependent.
10693 (load-history-loaded): Update doc string.
10694
10695 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10696
10697 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10698 path as a default directory when canonicalizing names.
10699
10700 * w32-fns.el: Remove a dangling reference to a directory on the
10701 build machine.
10702
10703 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10704
10705 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10706 namespace related keywords such as `class', `body', `private',
10707 `variable', `namespace eval', etc.
10708 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10709 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10710 imenu and font-lock so that searches for \sw would find words
10711 containing colons.
10712
10713 * progmodes/etags.el (initialize-new-tags-table):
10714 Do not alter find-tag-marker-ring and tags-location-ring.
10715
10716 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10717
10718 * term/w32-win.el: Require fontset.
10719 (w32-init-fontsets): New function (code from x-win.el).
10720
10721 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10722
10723 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10724 calendar-and-diary-frame-parameters): Add title parameter.
10725
10726 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10727
10728 * completion.el (dynamic-completion-mode): New function to enable
10729 the mode. (Just loading the file now does not change anything.)
10730
10731 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10732
10733 * ps-print.el: User option for multibyte buffer handling and doc fix.
10734 (ps-multibyte-buffer): New user option.
10735 (ps-setup): Print new user option.
10736 (ps-print-quote): New fun.
10737 (ps-color-p, ps-mule-font-info-database-latin): New var.
10738 (ps-default-color, ps-mule-font-info-database)
10739 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10740 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10741 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10742 Little code improvement.
10743 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10744 (ps-print-prologue-header, ps-font-family, ps-font-size)
10745 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10746 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10747 (ps-mule-external-libraries, ps-mule-init-external-library)
10748 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10749 Doc fix.
10750 (ps-print-version): New version number (4.1.1) and doc fix.
10751 (ps-print-prologue-header): New user option.
10752 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10753 Conditional compilation for GNU Emacs and emacsens.
10754 (ps-generate-postscript-with-faces): Skip invisible text better.
10755 (ps-setup): Print new user option.
10756 (ps-print-preprint): Check if input file name exists and is unwritable.
10757 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10758 and insert user PostScript prologue header comments.
10759 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10760 New funs.
10761 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10762 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10763 PostScript programming normalization.
10764 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10765 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10766 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10767 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10768 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10769 Programming style normalization.
10770
10771 1998-10-26 Kenichi Handa <handa@etl.go.jp>
10772
10773 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10774 version, check the value of mule-version.
10775
10776 * international/mule-util.el (compose-region): Insert then delete
10777 to preserve markers.
10778 (decompose-region): Use search-forward for efficiency.
10779
10780 * language/chinese.el (pre-write-encode-hz): Cancel previous
10781 change, use generate-new-buffer instead of get-buffer-create.
10782 * language/devan-util.el
10783 (in-is13194-devanagari-pre-write-conversion): Likewise.
10784 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10785 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10786 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10787
10788 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10789
10790 * mail/rmailsum.el (rmail-message-subject-p):
10791 Handle message whose header has not been reformatted.
10792
10793 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10794
10795 1998-10-25 Jason Rumney <jasonr@altavista.net>
10796
10797 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10798 New variables.
10799 (mouse-set-font): Use font menus instead of dialog according to
10800 w32-use-w32-font-dialog.
10801
10802 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10803
10804 * calendar/calendar.el (calendar-day-name-array): Add doc string
10805 correctly!
10806 (calendar-month-name-array): Add doc string correctly!
10807
10808 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10809
10810 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10811
10812 1998-10-21 Markus Rost <rost@delysid.gnu.org>
10813
10814 * lisp/info.el (Info-next-menu-item): Stay on top of node.
10815
10816 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10817
10818 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10819
10820 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10821
10822 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
10823
10824 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10825
10826 1998-10-21 Karl Heuer <kwzh@gnu.org>
10827
10828 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10829 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10830 (profile-filter, profile-reset-timer): Functions deleted.
10831 (profile-check-zero-init-times, profile-get-time): Likewise.
10832 (profile-find-function, profile-quit): Likewise.
10833 (profile-distinct, profile-call-stack, profile-last-time): New vars.
10834 (profile-time-list, profile-init-list): Doc fix.
10835 (profile-functions): Simplify.
10836 (profile-print): Use float. Make output include space separators.
10837 (profile-add-time): New helper function.
10838 (profile-function-prolog): Renamed from profile-start-function.
10839 Handle profile-distinct.
10840 (profile-function-epilog): Renamed from profile-update-function.
10841 Handle profile-distinct.
10842 (profile-a-function): If the function to be profiled is an
10843 autoload form, load it. If it's lazy-loaded, fetch it.
10844 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10845 (profile-restore-fun): Arg FUN is now a function symbol, as was
10846 documented, rather than a one-element list.
10847 (profile-finish): Call profile-restore-fun properly.
10848
10849 1998-10-21 Kenichi Handa <handa@etl.go.jp>
10850
10851 * international/characters.el: Setup charset property
10852 nospace-between-words.
10853
10854 * international/mule-cmds.el (get-charset-property): If CHARSET is
10855 composition, return nil.
10856 (put-charset-property): If CHARSET is composition, do nothing.
10857
10858 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10859 * language/devan-util.el
10860 (in-is13194-devanagari-pre-write-conversion): Likewise.
10861 * language/thai-util.el (thai-pre-write-conversion): Likewise.
10862 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10863 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10864
10865 * textmodes/fill.el (sentence-end-without-period): New variable.
10866 (canonically-space-region): Pay attention to
10867 sentence-end-without-period.
10868 (fill-find-break-point): The first argument CHARSET deleted.
10869 Caller changed.
10870 (fill-region-as-paragraph): Pay attention to charset property
10871 nospace-between-words and text property nospace-between-words.
10872
10873 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10874
10875 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10876 an unrecognized shell.
10877
10878 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10879
10880 * desktop.el (desktop-save): Include minor modes symbolically.
10881 (desktop-create-buffer): Turn on all minor modes in `mim'.
10882
10883 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10884
10885 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10886 (sh-font-lock-keywords): Handle rpm and rpm2.
10887 (sh-ancestor-alist): Handle rpm.
10888
10889 * files.el (auto-mode-alist): Recognize .rpm files.
10890 Also .spec and .mspec files.
10891
10892 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10893
10894 * faces.el (frame-set-background-mode): Enable the function for
10895 MSDOS frames.
10896
10897 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10898
10899 * calendar/calendar.el (calendar-day-name-array): Add doc string.
10900 (calendar-month-name-array): Add doc string.
10901
10902 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10903
10904 * simple.el (kill-ring-max): Increased to 60.
10905
10906 1998-10-17 Kenichi Handa <handa@etl.go.jp>
10907
10908 * international/characters.el: Setup auto-fill-chars.
10909
10910 * international/kinsoku.el (kinsoku): Check the variable
10911 enable-kinsoku.
10912
10913 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10914 Don't call kinsoku directly, intead call fill-find-break-point.
10915
10916 * textmodes/fill.el: Setup `fill-find-break-point-function'
10917 property to character sets which require `kinsoku' processing for
10918 filling.
10919 (fill-find-break-point): New function.
10920 (fill-region-as-paragraph): Don't check kinsoku-enable here.
10921 Don't call kinsoku directly, intead call fill-find-break-point.
10922
10923 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10924
10925 * faces.el (modify-face-read-string): Return (nil) for "none".
10926 (modify-face): Don't get error if (nil) is the argument.
10927 (face-try-color-list): Don't check whether nil is a valid color.
10928
10929 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10930
10931 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10932 Print message about each directory, even in batch mode.
10933
10934 * gnus/nntp.el: Require `cl' before using nnoo-declare.
10935
10936 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10937 (ps-mule-string-char): No need to use sref.
10938 (ps-mule-next-index): No need to use sref.
10939
10940 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10941
10942 * files.el (revert-buffer-internal-hook): Add defvar.
10943
10944 * arc-mode.el (archive-mode): Locally set file-precious-flag.
10945
10946 * tar-mode.el (tar-mode): Locally set file-precious-flag.
10947
10948 1998-10-16 Markus Rost <rost@delysid.gnu.org>
10949
10950 * international/mule-cmds.el (default-input-method): Fix custom type.
10951
10952 * net-utils.el (whois-server-list): Fix customization type.
10953
10954 * shell.el (shell-input-autoexpand): Fix customization group.
10955
10956 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
10957
10958 * repeat.el (repeat): Handle keyboard macros properly.
10959 Handle new prefix arg after self-insert command.
10960
10961 * repeat.el: Don't include cl even at compile time.
10962 (repeat): Avoid using `loop'.
10963
10964 * simple.el (shell-command-on-region): Doc fix.
10965 (next-history-element): Special error message if no default.
10966
10967 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
10968
10969 * ps-print.el (ps-print-buffer): Doc fix.
10970 (ps-despool): Likewise.
10971
10972 * arc-mode.el (arc-mode): Provide arc-mode.
10973
10974 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10975
10976 * ps-print.el (ps-print-buffer): Doc fix.
10977
10978 1998-10-14 Dave Love <fx@gnu.org>
10979
10980 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10981 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10982 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10983
10984 * progmodes/fortran.el (fortran-mode-map): Change "Join
10985 Continuation Line" to "Join Line".
10986 (fortran-font-lock-keywords-1): Add "cycle", "exit".
10987
10988 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10989
10990 * progmodes/fortran.el (fortran-join-line): Use
10991 `delete-indentation' instead of issuing an error message if not on
10992 a continuation line. Provide for joining several lines using
10993 prefix arg.
10994
10995 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
10996
10997 * term/pc-win.el (msdos-color-values): New variable.
10998 (x-color-values): New function, emulates its namesake from
10999 src/xfns.c.
11000 (msdos-bg-mode): Add all dark colors to those which return
11001 "dark".
11002
11003 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11004
11005 * replace.el (keep-lines, flush-lines, how-many):
11006 Don't ignore case if arg has upper case letters.
11007
11008 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11009
11010 * progmodes/vhdl-mode.el
11011 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11012 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11013 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11014 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11015 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11016 (vhdl-when): Fix indentation problem.
11017 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11018 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11019 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11020
11021 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11022
11023 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11024 (ls-lisp-insert-directory): Renamed from insert-directory.
11025 (insert-directory): New function.
11026
11027 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11028
11029 * simple.el (completion-fixup-function): Variable deleted.
11030 (completion-setup-function): Delete code for completion-fixup-function.
11031 * emacs-lisp/lisp.el (lisp-complete-symbol):
11032 Don't bind completion-fixup-function.
11033
11034 * files.el (find-file-wildcards): New option.
11035 (find-file-noselect): Handle wild cards, if enabled.
11036 (file-expand-wildcards): New function.
11037
11038 * simple.el (set-fill-column): Doc fix.
11039
11040 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11041
11042 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11043
11044 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11045
11046 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11047 Move declaration before first use.
11048 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11049 hif-math, hif-factor): Rename token to hif-token and token-list to
11050 hif-token-list.
11051 (hif-token, hif-token-list): Declare them.
11052 (hif-find-ifdef-block): Return cons of top and bottom point
11053 instead of setting dynamically bound variables.
11054 (hide-ifdef-block, show-ifdef-block): Use return value of
11055 hif-find-ifdef-block.
11056
11057 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11058
11059 * subr.el (read-passwd): Use clear-this-command-keys.
11060
11061 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11062
11063 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11064 and ...-for-write.
11065
11066 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11067
11068 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11069 responses to GROUP command, since this may be called from a timer
11070 with quit inhibited.
11071
11072 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11073
11074 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11075 set unconditional-jump to nil.
11076 (ccl-compile-read-multibyte-character): Return nil.
11077 (ccl-compile-write-multibyte-character): Likewise.
11078 (ccl-compile-translate-character): Likewise
11079 (ccl-compile-map-multiple): Likewise.
11080 (ccl-compile-map-single): Likewise.
11081
11082 * international/kinsoku.el: Add coding tag.
11083 (kinsoku-bol): Remove superfluous TAB in a string.
11084
11085 * international/mule-cmds.el (find-coding-systems-for-charsets):
11086 Delete `composition' (if any) from CHARSETS.
11087
11088 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11089
11090 * international/mule-cmds.el (setup-specified-language-environment):
11091 Add apropos-inhibit property.
11092 (describe-specified-language-support): Likewise.
11093
11094 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11095
11096 * international/mule.el (make-coding-system): Create -with-esc
11097 variant coding system.
11098
11099 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11100
11101 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11102 (next-file): Optionally offer to revert a file's buffer,
11103 if it has an existing buffer but the file has changed.
11104
11105 * info.el (Info-insert-dir): Detect and report problems
11106 in input files, such as "No Top node". Return with point
11107 at the beginning of the text.
11108 (Info-find-node): Reinsert the code to handle files
11109 with no tags table; it was deleted by mistake.
11110
11111 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11112
11113 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11114 texinfo-find-higher-level-node repeatedly find the same node.
11115 (texinfo-find-higher-level-node): Doc fix.
11116
11117 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11118
11119 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11120 (smtpmail-address-buffer): Add defvar.
11121 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11122
11123 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11124
11125 * ffap.el (ffap-machine-p-local): Fix editing error.
11126
11127 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11128
11129 * faces.el (frame-set-background-mode):
11130 Don't do anythung for text-only or MSDOS frame.
11131
11132 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11133
11134 * international/quail.el (quail-defrule): New optional arg APPEND.
11135 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11136
11137 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11138
11139 * gnus/pop3.el (pop3-open-server):
11140 Set process-coding-system-alist around open-network-stream.
11141
11142 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11143
11144 * files.el (save-buffer): Doc fix.
11145
11146 1998-10-07 Karl Heuer <kwzh@gnu.org>
11147
11148 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11149 return DEF unchanged, not nil. Simplify.
11150
11151 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11152
11153 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11154
11155 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11156
11157 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11158
11159 * net-utils.el (ftp, nslookup): Require comint.
11160 (network-service-connection): Likewise.
11161 (whois-server-name): Defaults to whois.arin.net
11162 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11163 (whois): Tries to guess the appropriate top-level domain server.
11164 (whois-get-tld): New function.
11165
11166 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11167 (dirtrack-debug-toggle): Added this function.
11168
11169 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11170
11171 * files.el (find-file-noselect): Switch to the correct buffer
11172 before checking find-file-literally, and allow non-nil non-t
11173 rawfile params.
11174
11175 1998-10-06 Karl Heuer <kwzh@gnu.org>
11176
11177 * midnight.el (clean-buffer-list): Add autoload cookie.
11178
11179 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11180 no-autosave.
11181 * tar-mode.el (tar-mode-revert): Likewise.
11182 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11183 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11184 * gnus/message.el (message-auto-save-directory): Renamed from
11185 message-autosave-directory. All references changed.
11186
11187 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11188
11189 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11190 string. Expose mime stuff while searching.
11191
11192 1998-10-06 Richard Stallman <rms@gnu.org>
11193
11194 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11195
11196 * replace.el (perform-replace): Position point properly
11197 before and after the recursive edit of C-r.
11198
11199 * progmodes/etags.el (tags-reset-tags-tables): Properly
11200 find the markers in the old rings that are being discarded.
11201
11202 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11203
11204 * apropos.el (apropos-print): Control invalid characters.
11205
11206 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11207 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11208 confusing customize.
11209
11210 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11211
11212 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11213 built-in commands. Add more built-in commands and fix face names.
11214
11215 1998-10-05 Simon Marshall <simon@gnu.org>
11216
11217 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11218
11219 1998-10-04 Eric Ludlam <zappo@gnu.org>
11220
11221 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11222 customization since it is not useful in this case.
11223 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11224 sure it gets evalled to a number. Also verify that set-frame-name
11225 fn exists before calling it.
11226
11227 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11228 Protect a `forward-sexp' call which could fail, and improved regex
11229 for ie, and eg abbreviations.
11230
11231 1998-10-02 Noah Friedman <friedman@splode.com>
11232
11233 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11234 send-string.
11235 (rlogin-send-Ctrl-D): Here also.
11236 (rlogin-send-Ctrl-Z): Here also.
11237 (rlogin-send-Ctrl-backslash): Here also.
11238
11239 1998-10-02 Dave Love <fx@gnu.org>
11240
11241 * outline.el (hide-region-body): Bind
11242 outline-view-change-hook to nil while making repeated calls to
11243 outline-flag-region. Run it once at the end.
11244 (hide-other, hide-sublevels, show-children): Likewise.
11245
11246 * info-look.el: Remove duplicate scheme-mode entry.
11247 (info-lookup-make-completions): When looking for entries, check
11248 that `item' isn't null or "Menu".
11249
11250 1998-10-01 Karl Heuer <kwzh@gnu.org>
11251
11252 * net-utils.el: Don't require ffap.
11253 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11254 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11255
11256 1998-09-30 Richard Stallman <rms@gnu.org>
11257
11258 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11259
11260 * imenu.el (imenu--generic-function): Sort each submenu by position.
11261 (imenu--sort-by-position): New function.
11262
11263 * cus-edit.el (Custom-mode-menu): Fix info node name.
11264 (customize group): Fix info node name.
11265
11266 * mail/mailalias.el (build-mail-aliases): Don't allow
11267 a newline in the alias name. Don't define an alias
11268 if the definition would be empty.
11269
11270 * which-func.el (which-func-mode-global): Make :set function
11271 more reliable.
11272
11273 * custom.el (custom-set-variables): Load the requests first,
11274 then check the symbol's `set' function.
11275
11276 * ffap.el: Doc fixes.
11277
11278 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11279
11280 * gnus.el: (gnus-valid-select-methods): Fix type.
11281 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11282 * gnus-score.el (gnus-orphan-score): Fix type.
11283 (gnus-score-default-header, gnus-score-default-type): Fix type.
11284 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11285 (gnus-saved-headers): Fix type.
11286
11287 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11288 Avoid nil value of `two-lines-citation-part'.
11289
11290 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11291
11292 * which-func.el (which-function): Handle case when
11293 (car imenu--index-alist) is nil.
11294
11295 1998-09-29 Dave Love <fx@gnu.org>
11296
11297 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11298 bzip2 args.
11299
11300 1998-09-29 Simon Marshall <simon@gnu.org>
11301
11302 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11303 comint-exec-hook.
11304
11305 1998-09-29 Stephen Eglen <stephen@gnu.org>
11306
11307 * info-look.el: Add support for Octave.
11308
11309 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11310
11311 * textmodes/reftex.el (reftex-finding-files): New customize group.
11312 (reftex-texpath-environment-variables,
11313 reftex-use-external-file-finders, reftex-external-file-finders,
11314 reftex-search-unrecursed-path-first): New options.
11315 (reftex-process-string, reftex-find-file-externally): New
11316 functions.
11317 (reftex-access-search-path): Execute shell commands to find the
11318 search path.
11319 (reftex-toggle-auto-view-crossref): When turning on, make sure
11320 `reftex-auto-view-crossref' becomes non-nil.
11321 (reftex-abbrev-regexp): Constant removed.
11322 (reftex-convert-string): Abbrev regexp calculated locally.
11323
11324 1998-09-28 Dave Love <fx@gnu.org>
11325
11326 * progmodes/fortran.el: Don't call regexp-opt when deriving
11327 font-lock patterns with keywords that aren't all literal.
11328
11329 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11330
11331 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11332 the form `octave.bin:1>' which come from using precopiled binary
11333 versions.
11334
11335 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11336
11337 * help.el (help-for-help): Use %THIS-KEY%.
11338 (help-quit): Add doc.
11339
11340 * help-macro.el (make-help-screen): Keep HELP-TEXT
11341 in a separate function definition, not in the help command FNAME.
11342 Replace %THIS-KEY% with the key sequence that ran FNAME.
11343
11344 1998-09-25 Richard Stallman <rms@gnu.org>
11345
11346 * textmodes/texinfo.el (texinfo-show-structure):
11347 Bind inhibit-read-only.
11348
11349 * isearch.el (isearch-search-and-update): Properly
11350 handle upper case letters in the reverse-search special case.
11351
11352 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11353
11354 * gnus.el: Extend the list of autoloaded functions.
11355
11356 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11357 buffer before creating help group. (from Gnus v5.6.43, fix by
11358 1998-08-20 Per Starback <starback@update.uu.se>)
11359
11360 * gnus-util.el (gnus-output-to-rmail): Adjust to
11361 `rmail-output-to-rmail-file'.
11362
11363 1998-09-25 Karl Heuer <kwzh@gnu.org>
11364
11365 * hexl.el (hexl-mode-map): More of previous change.
11366
11367 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11368 (tex-start-tex): Don't use tex-start-options-string in star case.
11369 Quote file name in star case as well as in non-star.
11370 Add blank and quoting of option string here.
11371 (tex-start-options-string): Not here.
11372
11373 1998-09-23 Karl Heuer <kwzh@gnu.org>
11374
11375 * term.el (term-delimiter-argument-list): Doc fix.
11376 (term-emulate-terminal): Escape literal semicolon.
11377 * progmodes/asm-mode.el (asm-mode): Doc fix.
11378 (asm-comment-char): Escape literal semicolon.
11379 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11380
11381 1998-09-23 Richard Stallman <rms@gnu.org>
11382
11383 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11384 only those that normally modify the buffer.
11385
11386 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11387 over again.
11388
11389 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11390
11391 * ispell.el (check-ispell-version): Ensure same buffer is current
11392 when let-binding of case-fold-search ends.
11393
11394 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11395
11396 * ps-print.el: Skip invisible overlay.
11397 Test for set-buffer-multibyte rather than using mule-version.
11398 (ps-print-version): New version number (4.1) and doc fix.
11399 (ps-generate-postscript-with-faces): Skip invisible overlay.
11400
11401 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11402
11403 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11404
11405 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11406
11407 * international/quail.el (quail-update-guidance): Check for the
11408 return value of (quail-guidance) fixed.
11409 (quail-update-translation): Bind quail-current-str locally when it
11410 calls quail-update-guidance.
11411 (quail-update-translation): If input-method-exit-on-first-char is
11412 non-nil, terminate translation only when the current input method
11413 is simple.
11414
11415 1998-09-22 Paul Eggert <eggert@twinsun.com>
11416
11417 * startup.el (locale-translation-file-name): Prefer X-related names
11418 to the name used by GNU/Linux sans X. Set to nil if no file found.
11419 (command-line): Use locale-translation-file-name if it is not nil,
11420 instead of testing for its existence again.
11421 regexp-quote the ctype before using it in a regexp.
11422 Allow a colon to appear after the ctype in the aliases file,
11423 as is done in X11R6.4.
11424
11425 1998-09-21 Richard Stallman <rms@gnu.org>
11426
11427 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11428
11429 * calendar/appt.el (appt-interval): Variable deleted.
11430 (appt-check): For minutes in between appt-display-interval times,
11431 do check, but don't display anything except an updated mode line.
11432 Count against appt-display-interval based on minutes since
11433 first display of this appointment, not based on time of day.
11434 If appt-display-mode-line, force mode line redisplay
11435 whenever appt-mode-string has changed.
11436 (appt-add, appt-delete): Add autoload cookies.
11437 (appt-check): Catch errors from calling `diary'.
11438 (appt-max-time): Renamed from max-time.
11439 (appt-now-displayed, appt-display-count): New variables.
11440 (appt-timer): Don't create one if we already have one.
11441
11442 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11443 More general code to use the source buffer instead of the zap file.
11444
11445 * hilit-chg.el (highlight-compare-with-file): Renamed from
11446 compare-with-file.
11447
11448 * loadhist.el (load-history-loaded): New variable.
11449 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11450
11451 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11452
11453 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11454 Fix error messages.
11455
11456 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11457
11458 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11459 Emacs frame.
11460
11461 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11462
11463 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11464 `undecided' and `undecided-unix'.
11465
11466 1998-09-21 Dave Love <fx@gnu.org>
11467
11468 * help.el (help-make-xrefs): Fix typo affecting Info references.
11469
11470 * subr.el (remove-hook): Check list values to avoid errors.
11471
11472 1998-09-18 Noah Friedman <friedman@splode.com>
11473
11474 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11475 store string in eldoc-last-message without consing a new string.
11476 Rearrange logic from nested if's into cond's.
11477 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11478 Do not print message; just return string.
11479 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11480 Do not print message; just return string.
11481 Cache that string in eldoc-last-data.
11482 (eldoc-last-data): Make into a vector.
11483 (eldoc-get-fnsym-args-string): Use new data form of structure.
11484 (eldoc-get-var-docstring): Here also.
11485 (eldoc-last-data-store): New function.
11486 (eldoc-get-fnsym-args-string): Use it.
11487 (eldoc-get-var-docstring): Here also.
11488 (eldoc-docstring-first-line): Minimize interim string consing.
11489 Call substitute-command-keys on the result.
11490 (eldoc-print-var-docstrings, eldoc-print-docstring,
11491 eldoc-docstring-message): Functions removed.
11492 (eldoc-docstring-format-sym-doc): New function, functionality
11493 ripped out of eldoc-docstring-message.
11494 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11495
11496 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11497
11498 * international/mule.el (make-coding-system): Doc-string modified.
11499
11500 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11501
11502 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11503
11504 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11505 customize type.
11506
11507 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11508 type.
11509
11510 * progmodes/compile.el (compilation-error-screen-columns): New
11511 variable.
11512 (compilation-next-error-locus): Use it to decide whether to use
11513 forward-char or move-to-column.
11514
11515 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11516
11517 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11518 feedmail-fiddle-plex-user-list,
11519 feedmail-spray-address-fiddle-plex-list,
11520 feedmail-prompt-before-queue-user-alist,
11521 feedmail-prompt-before-queue-help-supplement,
11522 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11523 feedmail-queue-alternative-mail-header-separator): Fix customize
11524 type.
11525
11526 * startup.el (site-run-file): Fix customize type.
11527
11528 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11529 customize type.
11530
11531 * shell.el (shell-input-autoexpand): Fix customize type.
11532
11533 * ps-print.el (ps-font-info-database): Add missing dots in value.
11534 Improve layout of customize type.
11535
11536 * net-utils.el (traceroute-program-options, ping-program-options,
11537 ipconfig-program-options, netstat-program-options,
11538 arp-program-options, route-program-options,
11539 nslookup-program-options, ftp-program-options): Fix customize
11540 type.
11541
11542 * midnight.el (clean-buffer-list-kill-regexps,
11543 clean-buffer-list-kill-buffer-names,
11544 clean-buffer-list-kill-never-buffer-names,
11545 clean-buffer-list-kill-never-regexps): Fix customize type.
11546
11547 * man.el (Man-init-defvars): Avoid trailing nil on
11548 Man-filter-list.
11549
11550 * lpr.el (printer-name): Fix customize type.
11551
11552 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11553
11554 * international/mule-cmds.el (reset-language-environment): Call
11555 update-coding-systems-internal.
11556
11557 * international/mule-conf.el: Call update-coding-systems-internal
11558 at the tail.
11559
11560 1998-09-14 Dave Love <fx@gnu.org>
11561
11562 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11563 use the menu-enable properties, pending doing it correctly and
11564 acceptably fast.
11565
11566 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11567
11568 1998-09-13 Dave Love <d.love@dl.ac.uk>
11569
11570 * progmodes/hideshow.el (hs-grok-mode-type): Check
11571 comment-{start,end} non-nil as well as bound. Report an error if
11572 we can't grok the mode.
11573
11574 1998-09-13 Richard Stallman <rms@gnu.org>
11575
11576 * simple.el (blink-matching-open): Don't log paren matching
11577 messages in *Messages*.
11578
11579 1998-09-12 Richard Stallman <rms@gnu.org>
11580
11581 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11582 Set point-before-scroll at end even if there was an error.
11583
11584 * ange-ftp.el (ange-ftp-insert-file-contents):
11585 Use binary mode for dumb-unix hosts as for unix hosts.
11586 (ange-ftp-copy-file-internal): Likewise.
11587
11588 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11589
11590 * emacs-lisp/pp.el: Doc fixes.
11591
11592 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11593 (widget-choose): Don't use single-char shortcuts if # items
11594 exceeds that many. Use minibuffer instead.
11595
11596 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11597
11598 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11599
11600 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11601
11602 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11603 in terminal mode.
11604
11605 1998-09-10 Noah Friedman <friedman@splode.com>
11606
11607 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11608 defcustom declaration. It's wreaking too much havoc with XEmacs
11609 and older versions of Emacs, which share this code.
11610
11611 * type-break.el (type-break-mode): Here also.
11612
11613 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11614 `t' to add-hook also to modify the new local value.
11615
11616 1998-09-10 Dave Love <fx@gnu.org>
11617
11618 * vc.el (vc-insert-headers): Doc fix.
11619
11620 1998-09-10 Richard Stallman <rms@gnu.org>
11621
11622 * textmodes/flyspell.el (flyspell-mode-on): Make the
11623 ispell-... variables permanent locals.
11624 (flyspell-mode-off): Add autoload cookie.
11625
11626 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11627 do use binary mode, just as for `unix'.
11628 (ange-ftp-host-type): If HOST is nil, return `unix'.
11629
11630 * dired.el (dired-mark-files-containing-regexp):
11631 Don't scan directories. Ignore non-readable files.
11632
11633 * progmodes/compile.el (compilation-error-regexp-alist):
11634 Fix previous change: allow . and _ in command name.
11635
11636 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11637
11638 * uncompress.el (uncompress-while-visiting):
11639 Use just the car of what find-operation-coding-system returns.
11640
11641 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11642
11643 * shell.el (shell-file-name-quote-list): Add # to the value.
11644
11645 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11646
11647 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11648 to make killing of ispell process work even if
11649 kill-all-local-variables has been run.
11650
11651 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11652
11653 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11654 loop when sexp entry ends at end of file with no newline.
11655
11656 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11657
11658 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11659 (Custom-reset-standard): Fix menu inconsistency.
11660
11661 * mail/feedmail.el (feedmail-from-line): Allow t.
11662 (feedmail-message-id-suffix): Allow nil.
11663
11664 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11665 Simplify. Make prefix arg work right.
11666
11667 1998-09-09 Dave Love <fx@gnu.org>
11668
11669 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11670
11671 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11672
11673 1998-09-08 Dave Love <fx@gnu.org>
11674
11675 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11676 stuff only after file names or at start of line. Allow parens
11677 around e-mail, as well as angles.
11678
11679 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11680 ignore-errors too, eval'd when compile. Require w3 stuff at load
11681 time for nicer failure if it's not available.
11682
11683 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11684
11685 * comint.el (comint-arguments): Ignore backslashes when using
11686 w32 shells that expect backslashes as the directory separator.
11687
11688 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11689
11690 * international/fontset.el (resolved-ascii-font): New variable.
11691 (x-complement-fontset-spec): By side effect, set
11692 `resolved-ascii-font' to the resolved name of ASCII font."
11693 (create-fontset-from-fontset-spec): Don't get a value for
11694 resolved-ascii-font from the list full-fontlist. It is set by
11695 x-complement-fontset-spec now.
11696
11697 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11698 version, check the value of mule-version.
11699
11700 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11701
11702 * textmodes/reftex.el (reftex-view-crossref): Split up into
11703 several functions. No longer moves to find a macro.
11704 (reftex-view-cr-cite, reftex-view-cr-ref,
11705 reftex-end-of-bib-entry): New functions.
11706 (reftex-auto-view-crossref): New value `window' allowed.
11707 (reftex-view-crossref-when-idle): Process new `window' option in
11708 (reftex-translate-to-ascii-function): New default.
11709 (reftex-label-illegal-re): Default changed, removed Latin1.
11710 (reftex-latin1-to-ascii): New function.
11711 (reftex-what-environment): Check for section regexp before use.
11712 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11713 absolute path names.
11714 (reftex-TeX-master-file): Changed sequence of file checks.
11715 (reftex-do-citation): bibview cache only with RefTeX mode on.
11716
11717 1998-09-06 Richard Stallman <rms@gnu.org>
11718
11719 * progmodes/compile.el (compilation-error-regexp-alist):
11720 In first pattern (GNU utilities and other things),
11721 allow a space after the optional program name at the beginning.
11722
11723 * mail/mail-hist.el (mail-hist-current-header-contents):
11724 Fix previous change: use mail-header-end.
11725
11726 1998-09-06 Bill Richter <richter@math.nwu.edu>
11727
11728 * international/ccl.el: Doc fixes.
11729 * international/encoded-kb.el: Doc fixes.
11730 * international/fontset.el: Doc fixes.
11731 * international/kinsoku.el: Doc fixes.
11732 * international/kkc.el: Doc fixes.
11733 * international/mule-cmds.el: Doc fixes.
11734 * international/mule-conf.el: Doc fixes.
11735 * international/mule-util.el: Doc fixes.
11736 * international/mule.el: Doc fixes.
11737
11738 1998-09-05 Eric Ludlam <zappo@gnu.org>
11739
11740 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11741 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11742 (checkdoc-this-string-valid-engine): Permit ? as terminating
11743 punctuation for first line sentence breaking.
11744 (checkdoc-this-string-valid): When converting a comment into a doc
11745 string, make sure " chars are \".
11746 (checkdoc-sentencespace-region-engine): Only do double space check
11747 if based on the variable `sentence-end-double-space'
11748 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11749 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11750
11751 1998-09-04 Richard Stallman <rms@gnu.org>
11752
11753 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11754 Recognize define-skeleton as a function definer.
11755
11756 * cus-edit.el (customize-option): Refuse to customize
11757 a variable that has no defcustom. But if variable is autoloaded,
11758 first try to load the library that defines it.
11759
11760 * international/iso-insert.el: Use `string' before calling `insert'
11761 so that in multibyte buffers we insert multibyte chars.
11762
11763 * dired.el (dired-mark-files-containing-regexp):
11764 Don't use find-file; instead, insert the file in a temp buffer.
11765
11766 * textmodes/tex-mode.el (tex-start-options-string): New option.
11767 (tex-start-tex): Use that variable.
11768
11769 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11770 value in the `repeat' alternative a list.
11771
11772 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11773 the inserted newline, verify that one was really inserted.
11774
11775 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11776 remains on or remains off.
11777 (flyspell-multi-language-p): Default changed to nil.
11778
11779 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11780 In "found in comment" case, don't beginning-of-line after forward-line.
11781
11782 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11783 If the function definition is not a lambda, return original FORM
11784 with no error.
11785
11786 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
11787
11788 * net-utils.el (netstat-program-options): Changed from nil to "-a"
11789 so that by default netstat shows all network connections.
11790
11791 1998-09-04 Bob Weiner <weiner@altrasoft.com>
11792
11793 * international/quail.el: Doc fixes.
11794
11795 * info.el (info): Don't add parens if FILE already has them.
11796
11797 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
11798
11799 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11800 on extension lines.
11801
11802 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
11803
11804 * w32-fns.el (w32-shell-dos-semantics): New function.
11805
11806 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
11807
11808 * international/quail.el (quail-choose-completion-string): Store
11809 completion `choice' in `quail-current-str'; don't insert it.
11810
11811 1998-09-02 Kenichi Handa <handa@etl.go.jp>
11812
11813 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
11814 argument to ps-mule-generate-bitmap-font.
11815
11816 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11817 entry and change Latin-1 entry in the default value.
11818 (ps-mule-font-info-database-ps-bdf): New variable.
11819 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11820 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11821 registerd in FONT-SPEC.
11822 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11823 charcter width of bitmap fonts.
11824 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11825 procedure NF.
11826 (ps-begin-file): Output PostScript code for setting
11827 SpaceWidthRatio.
11828 (ps-plot-region): Use line-beginning-position to get a position of
11829 the beginning of the current line.
11830
11831 * international/mule-cmds.el (register-input-method): Doc-string
11832 modified.
11833
11834 1998-09-01 Dave Love <fx@gnu.org>
11835
11836 * international/mule-cmds.el (current-language-environment): Fix
11837 setter function.
11838
11839 1998-09-01 Simon Marshall <simon@gnu.org>
11840
11841 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11842 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11843 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11844 names with font-lock-type-face. Fontify type specs, etc., with
11845 font-lock-keyword-face.
11846
11847 1998-08-31 Kenichi Handa <handa@etl.go.jp>
11848
11849 * international/fontset.el (x-complement-fontset-spec): If ASCII
11850 font is specified in FONTLIST, don't substitute it for the
11851 resolved name.
11852
11853 1998-08-31 Paul Eggert <eggert@twinsun.com>
11854
11855 * international/mule.el (charset-description): Doc fix.
11856
11857 * language/chinese.el, language/cyrillic.el, language/czech.el,
11858 language/devanagari.el, language/ethiopic.el,
11859 language/european.el, language/hebrew.el, language/indian.el,
11860 language/japanese.el, language/korean.el, language/lao.el,
11861 language/slovak.el, language/thai.el, language/tibetan.el,
11862 language/vietnamese.el:
11863 Add coding: local variable, to avoid bootstrapping problem
11864 if you need to recompile all the Lisp files using interpreted code.
11865
11866 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11867
11868 * cal-china.el (chinese-year-cache): Change range of years from
11869 1989-2000 to 1990-2010.
11870
11871 1998-08-29 Dave Love <d.love@dl.ac.uk>
11872
11873 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11874 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11875
11876 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11877
11878 * ps-print.el (ps-print-control-characters): Doc-string modified.
11879 (ps-output-string-prim): Comment format changed.
11880 (ps-do-despool): Indentation of source code changed.
11881
11882 1998-08-28 Kenichi Handa <handa@etl.go.jp>
11883
11884 * subr.el (sref): Make it an alias of aref. Make the
11885 byte-compiler warn that it is obsolete.
11886 (char-bytes): Make the byte-compiler warn that it is obsolete.
11887
11888 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11889 Calculate the total bytes using position-bytes instead of
11890 char-bytes.
11891
11892 1998-08-27 Karl Heuer <kwzh@gnu.org>
11893
11894 * snmp-mode.el: New file.
11895 * files.el (auto-mode-alist): Add snmp-mode patterns.
11896
11897 1998-08-27 Karl Eichwalder <ke@suse.de>
11898
11899 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11900
11901 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11902
11903 * calendar/diary-lib.el (diary-block): Doc fix..
11904 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11905
11906 1998-08-27 Richard Stallman <rms@gnu.org>
11907
11908 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11909 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11910 Clear appt-mode-string if we don't put something in it.
11911
11912 1998-08-27 Dave Love <fx@gnu.org>
11913
11914 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11915 dired-local-variables-file for dired-x.
11916
11917 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11918 for compressed library files too.
11919
11920 1998-08-26 Kenichi Handa <handa@etl.go.jp>
11921
11922 * language/european.el ("Latin-1"): Modify `documentation' key value.
11923 ("Latin-2"): Likewise.
11924
11925 1998-08-26 Karl Heuer <kwzh@gnu.org>
11926
11927 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11928
11929 1998-08-26 Albert L. Ting <alt@artisan.com>
11930
11931 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11932 (mail-hist-current-header-contents): Use mail-text-start.
11933
11934 1998-08-26 Richard Stallman <rms@gnu.org>
11935
11936 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11937 (customize-changed-options-previous-release): New variable.
11938 (customize-changed-options): Use that variable as default arg.
11939
11940 1998-08-26 Karl Eichwalder <ke@suse.de>
11941
11942 * midnight.el: Require `timer' not only when compiling.
11943
11944 1998-08-26 Per Starback <starback@update.uu.se>
11945
11946 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11947 buffer before creating help group.
11948
11949 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11950
11951 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11952 coding-system-for-write before saving.
11953
11954 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
11955
11956 * isearch.el (isearch-forward): Doc fix.
11957
11958 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
11959
11960 * emacs-lisp/find-func.el: Fix :version tags to have a string
11961 value, not a float.
11962
11963 * cus-dep.el: Fix typo in output.
11964
11965 1998-08-25 Dave Love <fx@gnu.org>
11966
11967 * repeat.el (repeat): Doc fix.
11968 [From rms:]
11969 (repeat-previous-repeated-command): New variable.
11970 (repeat): Check for real-last-command being null or repeat. Set
11971 repeat-previous-repeated-command.
11972
11973 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11974
11975 1998-08-25 Kenichi Handa <handa@etl.go.jp>
11976
11977 * gnus/message.el (message-send-mail-with-sendmail): Bind
11978 coding-system-for-write by the return value of
11979 select-message-coding-system.
11980 (message-send-mail-with-qmail): Likewise.
11981
11982 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
11983
11984 * emacs-lisp/autoload.el: Fix doc-string-elt property on
11985 define-derived-mode.
11986
11987 * files.el (file-name-invalid-regexp):
11988 Fix regex for ms-dos without long file names.
11989
11990 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11991
11992 * ps-print.el: Multi-byte buffer handling.
11993 (ps-print-version): New version number (4.0) and doc fix.
11994 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11995 compilation for GNU Emacs and emacsens.
11996 (ps-generate-postscript-with-faces): Force invisible text to be
11997 visible.
11998 (dos-ps-printer): New var to avoid compilation gripes.
11999
12000 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12001
12002 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12003 that no more characters can't be printed in the current line.
12004
12005 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12006
12007 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12008 greater than TO.
12009
12010 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12011
12012 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12013 20.2 and the earlier version.
12014 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12015 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12016 (ps-mule-find-wrappoint): Likewise.
12017 (ps-mule-generate-font): Change `X' to `x' in format
12018 control-string.
12019 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12020 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12021 `restore' form procedures `BC' and `EC'.
12022
12023 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12024
12025 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12026 is an executable procedure. Make LineThickness, Xshadow, and
12027 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12028 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12029 ps-mule-font-info-database-bdf): New vars.
12030 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12031 (ccl-encode-ethio-unicode): New CCL program.
12032 (ps-mule-encode-ethiopic): New fun.
12033 (ps-mule-current-charset): New var.
12034 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12035 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12036 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12037 (ps-mule-external-libraries): New var.
12038 (ps-mule-init-external-library): New fun.
12039 (ps-mule-font-cache): New var.
12040 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12041 (ps-last-font): New var.
12042 (ps-mule-prepare-font): New fun.
12043 (ps-mule-charset-list): New var.
12044 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12045 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12046 ps-mule-plot-string): New funs.
12047 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12048 New vars.
12049 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12050 ps-mule-prepare-cmpchar-font): New funs.
12051 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12052 vars.
12053 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12054 ps-mule-generate-bitmap-glyph): New funs.
12055 (ps-mule-initialize, ps-mule-begin): New funs.
12056 (ps-output-string-prim): Insert string as unibyte.
12057 (ps-output-prologue): New fun.
12058 (ps-flush-output): Handle the case of 'prologue.
12059 (ps-begin-file): Call ps-mule-initialize.
12060 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12061 printing multibyte characters.
12062 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12063 (ps-basic-plot-string): Handle the case of printing ASCII
12064 characters by external libraries (e.g. BDF).
12065 (ps-set-font): Set ps-last-font.
12066 (ps-plot-region): Handle multibyte characters, use
12067 ps-mule-plot-string for them.
12068 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12069
12070 * bdf.el: New file.
12071
12072 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12073
12074 * international/mule-cmds.el (select-message-coding-system): New
12075 function.
12076 (set-language-environment-coding-systems): Set
12077 default-sendmail-coding-system.
12078
12079 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12080 (default-sendmail-coding-system): New variable.
12081 (sendmail-send-it): Encode the message by a coding system
12082 select-message-coding-system returns.
12083
12084 1998-08-23 Eric Ludlam <zappo@gnu.org>
12085
12086 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12087 (speedbar-mode): Set buffer to read only.
12088 (speedbar-temp-buffer-show-function): For emacs don't call hook
12089 with arguments.
12090 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12091
12092 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12093
12094 * speedbar.el (speedbar-key-map): Fix typo.
12095
12096 See ChangeLog.7 for earlier changes.