]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2
3 * files.el (auto-mode-alist): Add `EBROWSE'.
4
5 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
6 space before testing for end of buffer.
7 (ebrowse-load): Removed.
8 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9 (ebrowse-create-tree-buffer): Rewritten.
10 (ebrowse-tree-mode): Read tree from buffer.
11
12 * progmodes/ebrowse-ffh.el: Removed.
13
14 2000-04-10 Kenichi Handa <handa@etl.go.jp>
15
16 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17
18 2000-04-10 Gerd Moellmann <gerd@gnu.org>
19
20 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
21 at the wrong place.
22
23 2000-04-09 Gerd Moellmann <gerd@gnu.org>
24
25 * progmodes/ebrowse-ffh.el: New file.
26
27 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
28 to ebrowse-ffh.el.
29 (ebrowse-load): Add autoload.
30
31 * finder.el (finder-commentary): Add autoload cookie.
32
33 * mail/rfc2368.el: Correct author's email address.
34
35 * progmodes/ebrowse.el: New file.
36
37 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
38 item help string.
39 (easy-menu-do-add-item): Ditto.
40 (easy-menu-define): Extend doc string.
41
42 * jit-lock.el (with-buffer-unmodified): Use
43 restore-buffer-modified-p.
44 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
45 (jit-lock-function, jit-lock-stealth-fontify): Don't use
46 with-buffer-unmodified.
47
48 2000-04-08 Dave Love <fx@gnu.org>
49
50 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
51 unless, when.
52
53 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
54
55 * viper-util.el (viper-put-on-search-overlay): New subroutine.
56 (viper-flash-search-pattern): No operation when using Emacs
57 doesn't support face.
58 Use `viper-put-on-search-overlay'.
59
60 2000-04-04 Gerd Moellmann <gerd@gnu.org>
61
62 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
63 like C-r.
64
65 * progmodes/make-mode.el: Some doc fixes.
66 (makefile-mode-abbrev-table): New variable.
67 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
68 (makefile-font-lock-keywords): Fontify includes and conditionals.
69 (toplevel): Require `dabbrev' and `add-log' when compiling.
70
71 * replace.el (perform-replace): Don't move forward one char
72 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
73 to do that because it leaves point 1 position after the last
74 replacement, after everything has been replaced.
75
76 * jit-lock.el (with-buffer-unmodified): New macro.
77 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
78 modified state.
79 (jit-lock-function-1): Extracted from jit-lock-function; not
80 preserving buffer's modified state.
81 (jit-lock-function, jit-lock-stealth-fontify): Call
82 jit-lock-function-1.
83
84 * mail/rfc2368.el: Remove supernumerary copyright line.
85
86 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
87
88 * glasses.el: Provide facilities for inserting space before left
89 parentheses and uncapitalization of identifiers.
90 (glasses-mode): Try to remove old overlays in all cases.
91
92 2000-04-03 Gerd Moellmann <gerd@gnu.org>
93
94 * progmodes/compile.el (compile-internal): Display the compilation
95 buffer in a different frame, if it's already displayed there.
96
97 * mail/rfc2368.el: New file.
98
99 * simple.el (sendmail-user-agent-compose): Recognize a `body'
100 header and insert its value as mail body.
101
102 * subr.el (member-ignore-case): New function.
103
104 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
105 (dabbrev--find-expansion): Ignore buffers matching a regexp
106 from dabbrev-ignored-regexps.
107
108 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
109 to extensions handled by gzip.
110
111 2000-04-03 Richard M. Stallman <rms@gnu.org>
112
113 * files.el (insert-directory): List the total free space
114 along with the used space.
115
116 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
117 line is followed by one that matches CITATION-REGEXP, end the
118 paragraph.
119
120 2000-04-03 Markus Rost <rost@delysid.gnu.org>
121
122 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
123 (rmail-make-basic-summary-line): Use that option.
124
125 2000-04-03 Kenichi Handa <handa@etl.go.jp>
126
127 * international/mule-cmds.el (encoded-string-description):
128 Rewritten. Try pretty description for ISO 2022 escape sequences
129 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
130 for hexadecimal format.
131
132 2000-04-01 Dave Love <fx@gnu.org>
133
134 * cpp.el: Change customization group to `c' from `C'.
135
136 * vcursor.el (vcursor-move): Use display-color-p.
137
138 * international/mule-util.el: Provide mule-utils.
139 (string-to-sequence): Simplify and speed up.
140
141 * international/mule.el (make-coding-system): Purecopy doc-string.
142
143 * international/mule-cmds.el: Various menu changes.
144 (describe-specified-language-support): Handle `Default'.
145 (set-language-info): Purecopy `info'.
146
147 2000-03-31 Andrew Innes <andrewi@gnu.org>
148
149 * vc.el (vc-backend-diff): Return the correct status if we had to
150 retry the rcsdiff command without the --brief option.
151
152 2000-03-31 Dave Love <fx@gnu.org>
153
154 * help.el (help-manyarg-func-alist): Correct several omissions.
155
156 * add-log.el: Don't require cl, fortran.
157 (add-log-current-defun-function): Doc fix.
158 (change-log-version-number-regexp-list): Remove SCCS part. Doc
159 fix.
160 (change-log-version-rcs): Function deleted.
161 (change-log-version-number-search): Doc fix. Use
162 vc-workfile-version. Avoid CL dolist.
163 (add-change-log-entry): Just call add-log-current-defun to get
164 defun. Simplify somewhat.
165 (change-log-get-method-definition-1): Likewise.
166 (add-log-current-defun): Return nil if calling
167 add-log-current-defun-function does so. Move Fortran stuff to
168 fortran.el. Return string without properties.
169
170 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
171 and :alpha: char classes.
172
173 * mail/supercite.el: Defvar curline when compiling.
174 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
175 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
176 rather than a-zA-Z0-9 to allow non-ASCII characters.
177
178 2000-03-31 Gerd Moellmann <gerd@gnu.org>
179
180 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
181
182 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
183 Re-enable new code.
184
185 * lpr.el (print-region-1): Use -d to specify printer name for
186 systems `usg-unix-v*, `dgux', `hpux', `irix'.
187
188 2000-03-31 Dave Love <fx@gnu.org>
189
190 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
191 for function definition in symbol's function value slot first
192 instead of first consulting byte-compile-function-environment.
193
194 2000-03-31 Kenichi Handa <handa@etl.go.jp>
195
196 * language/european.el ("Polish"): New language environment.
197 (setup-polish-environment): New function.
198
199 2000-03-30 Gerd Moellmann <gerd@gnu.org>
200
201 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
202 Disable new code.
203
204 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
205 trying to `load' the symbol of an autoload instead of the file
206 recorded in the autoload. Fix error messages.
207
208 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
209
210 * ps-print.el: PostScript programming fix for ghostview, doc fix.
211 (ps-print-version): New version number (5.1.3).
212 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
213 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
214 (ps-generate-postscript-with-faces): Code fix.
215 (ps-color-values): XEmacs compatibility.
216 (ps-print-background-image, ps-print-background-text, ps-printer-name)
217 (ps-default-fg, ps-default-bg): Adjust customization.
218 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
219 (ps-color-scale): Renaming old ps-color-value fun.
220 (ps-print-headers): Replace ps-print-header group to avoid conflict
221 with ps-print-header variable.
222 (ps-print-miscellany): New group.
223 (ps-format-color, ps-rgb-color): New funs.
224 (ps-default-foreground): New var.
225 (ps-printer-name-option): New const.
226
227 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
228
229 * net/net-utils.el:
230 (network-connection-host, network-connection-service): New variables
231 (network-connection-mode): New mode, derived from comint-mode
232 (network-connection-mode-setup): New function, saves host and
233 service information in local variables.
234
235 * lisp/locate.el:
236 (locate-word-at-point): Added this function
237 (locate): Default to using locate-word-at-point as input
238 Run dired-mode-hook
239
240 2000-03-29 Dave Love <fx@gnu.org>
241
242 * calendar/appt.el: Doc fixes.
243 (appt-check): Convert min-to-app to a string before passing to
244 appt-disp-window-function or concat.
245 (appt-delete-window): Remove test for frame-root-window.
246 (appt-select-lowest-window, appt-convert-time): Simplify.
247
248 * emacs-lisp/bytecomp.el: Doc fixes.
249 (byte-compile-file-form-autoload): Update
250 byte-compile-function-environment.
251
252 2000-03-29 Andreas Schwab <schwab@suse.de>
253
254 * emacs-lisp/autoload.el: Also print defsubst doc string
255 specially.
256
257 * dired.el (dired-insert-directory): If dired-free-space-program
258 failed just delete its output.
259
260 2000-03-29 Dave Love <fx@gnu.org>
261
262 * international/iso-cvt.el: Move provide to end. Doc fixes.
263 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
264 (iso-iso2sgml, iso-sgml2iso): New functions.
265 (iso-cvt-define-menu): Fix some entries and use backquote for
266 clarity.
267
268 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
269
270 2000-03-28 Gerd Moellmann <gerd@gnu.org>
271
272 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
273 ISO-DATE. If non-nil, return date in ISO 8601 format.
274
275 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
276
277 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
278 if it ever becomes used.
279 (log-edit-mode-hook): Default to vc-log-mode-hook.
280 (log-edit-mode): Fix the docstring.
281
282 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
283 the code.
284
285 2000-03-26 Dave Love <fx@gnu.org>
286
287 * net/browse-url.el (browse-url): Re-fix case of
288 browse-url-browser-function being an alist.
289 (browse-url): Add :link to defgroup.
290
291 * files.el: Doc fixes.
292 (file-truename): Include `[' in wildcard characters.
293 (automount-dir-prefix): Customize.
294 (find-file-wildcards): Add :version.
295 (find-file-noselect): Simplify a mapcar call.
296
297 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
298 compatible with inf-lisp version.
299 (eval-defun-1): Fix custom-declare-variable case.
300
301 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
302
303 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
304
305 2000-03-24 Gerd Moellmann <gerd@gnu.org>
306
307 * Makefile (COMPILE_FIRST): New macro.
308 (compile-files): Compile files from COMPILE_FIRST first.
309
310 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
311 code.
312
313 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
314 matching open parenthesis in column 0 to defun-prompt-regexp
315 only if open-paren-in-column-0-is-defun-start is set.
316
317 * sun-curs.el: Require CL at compile-time only.
318
319 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
320 instead of copy-list which is a function from CL.
321 (msb--choose-menu, msb--mode-menu-cond)
322 (msb--create-buffer-menu-2): Use dolist instead of mapc.
323 (msb--init-file-alist): Use mapcar instead of mapcan.
324 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
325 `(' in column 0 in doc string.
326 (msb--add-separators): Use mapcar instead of mapcan.
327
328 * cus-dep.el: Require CL at compile-time only.
329
330 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
331
332 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
333 (byte-compile-warnings): New warning `noruntime'.
334 (byte-compile-constants, byte-compile-variables): Fix docstring.
335 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
336 execute `eval-whenc-compile's body.
337 (byte-compile-unresolved-functions): Fix docstring.
338 (byte-compile-eval): New function.
339 (byte-compile-callargs-warn): Check if the function will be available
340 at runtime (via property `byte-compile-noruntime').
341 (byte-compile-print-syms): New function.
342 (byte-compile-warn-about-unresolved-functions): Also warn about
343 `noruntime' functions (and use `byte-compile-print-syms').
344 (byte-compile-file): Capitalize the message.
345
346 2000-03-24 Gerd Moellmann <gerd@gnu.org>
347
348 * mail/rmail.el (rmail-confirm-expunge): New user-option.
349 (rmail-expunge): Ask for confirmation depending on the setting
350 of rmail-confirm-expunge.
351
352 2000-03-23 Gerd Moellmann <gerd@gnu.org>
353
354 * Makefile (bootstrap-clean): If $(emacs) exists, build
355 loaddefs.el first. A loaddefs.el that's not up-to-date might
356 cause a bootstrap failure because things don't autoload as
357 expected.
358
359 2000-03-23 Dave Love <fx@gnu.org>
360
361 * net/browse-url.el: Restore previous use of
362 browse-url-maybe-new-window.
363
364 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
365
366 * ps-print.el: Skip banner page fix.
367 (ps-print-version): New version number (5.1.2).
368 (ps-begin-file, ps-end-file, ps-generate): Code fix.
369
370 2000-03-23 Dave Pearson <davep@davep.org>
371
372 * net/quickurl.el Changed the type of parameter passed to the
373 function defined by `quickurl-format-function'. Before only the
374 text of the URL was passed. Now the whole URL structure is passed
375 and the function is responsible for extracting the parts it
376 requires. Changed the default of `quickurl-format-function'
377 accordingly.
378 (quickurl-insert): Changed the `funcall' of
379 `quickurl-format-function' to match the above change.
380 (quickurl-list-insert): Changed the `url' case so that it makes
381 use of `quickurl-format-function', previous to this the format was
382 hard wired.
383
384 2000-03-22 Gerd Moellmann <gerd@gnu.org>
385
386 * startup.el: Change some spellings for the X Window System.
387
388 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
389
390 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
391 up the code and the regexp and make sure the cursor is temporarily
392 moved to the suspicious line while querying the user.
393
394 2000-03-22 Jason Rumney <jasonr@gnu.org>
395
396 * w32-fns.el (w32-charset-info-alist): Initialize.
397
398 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399
400 * ps-print.el: N-up last page fix.
401 (ps-print-version): New version number (5.1.1).
402 (ps-end-file, ps-end-job, ps-generate): Code fix.
403
404 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
405
406 * files.el (find-file-run-dired): Update docstring.
407 (find-directory-functions): New hook.
408 (find-file-noselect): Run find-directory-functions rather than
409 calling dired directly.
410
411 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
412
413 * pcvs.el: Add a minimal leading commentary.
414 (cvs-make-cvs-buffer): Change the header part by removing the startup
415 message and adding a `Module' entry. Also replace the FOOTER and
416 HEADER special fileinfos with the new support in ewoc for updating
417 its own footer and header.
418 (cvs-update-header): Update to use the header/footer of the ewoc.
419 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
420 (cvs-is-within-p): New function.
421 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
422 to only examine some subset of the buffers.
423
424 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
425 `format' instead of our own ad-hoc functions.
426 Remove HEADER and FOOTER cases, now handled in the EWOC.
427 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
428
429 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
430 output to avoid scaring the user.
431 (cvs-parse-table): Catch message for non-up-to-date commits.
432
433 * pcvs-defs.el (cvs-startup-message): Remove.
434 (cvs-global-menu): New autoloaded menu.
435
436 * pcvs-util.el (cvs-string-fill): Remove.
437
438 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
439 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
440 PP part of it and also make it work for footers and headers.
441 (ewoc-create): Drop POS and BUFFER arguments.
442 Use the DLL's dummy node to store the end-of-footer position.
443 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
444 (ewoc-refresh): Remove unused `header' variable.
445 (ewoc-(get|set)-hf): New functions.
446
447 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
448 log-view-*-(message|file) and use easy-mmode-define-navigation.
449 (log-view-message-re): Match SCCS format as well.
450 And match the revision line rather than the dashed separator line.
451 (log-view-mode): Use the new define-derived-mode.
452 (log-view-current-tag): Fill in with an actual implementation.
453
454 * cvs-status.el (cvs-status-(prev|next)): Rename from
455 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
456 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
457 to let the output "breathe" a little more (more readable).
458 (cvs-status-mode): Use the new define-derived-mode.
459
460 * smerge-mode.el (smerge-auto-leave): New function and variable.
461 (smerge-basic-map): Rename from smerge-basic-keymap.
462 Change the bindings for smerge-diff-*.
463 (smerge-*-map): Use easy-mmode-defmap.
464 (smerge-(next|prev)): Use easy-mmode-define-navigation.
465 (smerge-keep-*): Use smerge-auto-leave.
466
467 2000-03-21 Jason Rumney <jasonr@gnu.org>
468
469 * cus-edit.el (custom-button-face): Use 3D look for w32.
470 (custom-button-pressed-face): Likewise.
471
472 2000-03-21 Gerd Moellmann <gerd@gnu.org>
473
474 * progmodes/etags.el (tags-case-fold-search): New user-option.
475 (tags-loop-eval): New function. Bind case-fold-search around eval
476 depending on the value of tags-case-fold-search.
477 (tags-loop-continue): Use tags-loop-eval.
478 (find-tag-in-order): Bind case-fold-search depending on the value
479 of tags-case-fold-search.
480
481 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
482
483 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
484 (diff-end-of-hunk): Return the end position for use in
485 `easy-mmode-define-navigation'.
486 (diff-recenter): Remove.
487 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
488 of `easy-mmode-define-navigation'.
489 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
490 previous renaming) and fix to use new names.
491 (diff-merge-strings): Use \n as separator: simpler, faster.
492 (diff-mode): Use `define-derived-mode'.
493
494 * derived.el (define-derived-mode): Don't autoload anymore.
495 Prefer the macro-only version provided by easy-mmode.el.
496
497 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
498 `easy-mmode-define-derived-mode'.
499 Use `combine-run-hooks'.
500 (easy-mmode-define-navigation): New macro.
501
502 * subr.el (combine-run-hooks): New function.
503
504 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
505
506 * term/x-win.el: Fontsets related initialization is simplified.
507
508 * international/mule-diag.el (describe-font): Don't refer to
509 global-fontset-alist, instead call font-list.
510 (describe-fontset, list-fontsets, mule-diag): Likewise.
511 (print-fontset): Adjusted for the change of fontset
512 implementation.
513
514 * international/fontset.el (x-charset-registries): Variable
515 removed, instead the corresponding data is stored in the default
516 fontset.
517 (register-alternate-fontnames): Function removed.
518 (resolved-ascii-font): Variable removed.
519 (x-compose-font-name): Ignore the second argument REDOCE.
520 (x-complement-fontset-spec): Complement only an ASCII font and
521 element for those charsets than can use that ASCII font.
522 (generate-fontset-menu): Don't refer to global-fontset-alist,
523 instead call fontset-list.
524 (uninstantiated-fontset-alist): Variable removed.
525 (x-style-funcs-alist): Likewise.
526 (fontset-default-styles): Likewise.
527 (x-modify-font-name): Function removed.
528 (create-fontset-from-fontset-spec): Ignore the argument
529 STYLE-VARIANT.
530 (create-fontset-from-ascii-font): Docsting adjusted for the above
531 change.
532 (instantiate-fontset, resolve-fontset-name): Functions removed.
533 (fontset-list): Now implemented by C code.
534
535 * faces.el (read-face-font): Fix TABLE arg to completing-read.
536 (describe-face): Include `font' attribute in the description.
537
538 2000-03-21 Kenichi Handa <handa@etl.go.jp>
539
540 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
541
542 2000-03-20 Gerd Moellmann <gerd@gnu.org>
543
544 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
545 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
546 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
547
548 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
549 about behavior of set-buffer-modified-p wrt redisplay.
550
551 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
552
553 * view.el (view-mode-disable): Kill local binding of view-read-only.
554
555 2000-03-18 Gerd Moellmann <gerd@gnu.org>
556
557 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
558 is a string, convert it to a syntax cell using string-to-syntax.
559
560 * simple.el (syntax-code-table, syntax-flag-table): New variables.
561 (string-to-syntax): New function.
562
563 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
564 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
565 try to use passive ftp mode.
566
567 2000-03-17 Gerd Moellmann <gerd@gnu.org>
568
569 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
570
571 * simple.el (append-to-buffer): Update point of windows after
572 insertion.
573
574 * abbrev.el (inverse-add-abbrev): Identify word by first moving
575 forward then moving backward. Reindent.
576
577 * frame.el (other-frame): Call x-focus-frame only if
578 focus-follows-mouse is off.
579
580 2000-03-17 Dave Love <fx@gnu.org>
581
582 * pcvs-util.el (cvs-strings->string): Rename
583 replace-regexps-in-string.
584
585 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
586
587 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
588 regexp for labels cannot span several lines.
589
590 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
591 `(setq :<key> ':<key>)' to the macro expansion.
592
593 2000-03-16 Dave Love <fx@gnu.org>
594
595 * progmodes/f90.el (f90): Put custom group under `languages', not
596 `fortran'.
597 (f90-mode-hook): Customize.
598 (f90-mode): Set add-log-current-defun-function.
599 (f90-current-defun): New function.
600
601 2000-03-16 Gerd Moellmann <gerd@gnu.org>
602
603 * cus-edit.el (custom-variable-tag-face): Handle case that
604 default face's height is not a number.
605 (custom-face-tag-face, custom-group-tag-face-1)
606 (custom-group-tag-face): Ditto.
607 (custom-group-tag-face-1): Add :group.
608
609 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
610
611 2000-03-15 Gerd Moellmann <gerd@gnu.org>
612
613 * pcvs-defs.el (toplevel): Remove autoload cookie for form
614 requiring easymenu.
615
616 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
617
618 * ps-print.el: PostScript user-defined prologue, PostScript error
619 handler, doc fix.
620 (ps-print-version): New version number (5.1).
621 (ps-user-defined-prologue, ps-error-handler-message)
622 (ps-print-prologue-0, ps-error-handler-alist): New vars.
623 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
624 (ps-insert-string): New function.
625
626 2000-03-15 Kenichi Handa <handa@etl.go.jp>
627
628 * international/ccl.el (ccl-compile-expression): Don't generate
629 invalid self-assignment code.
630
631 2000-03-14 Dave Love <fx@gnu.org>
632
633 * subr.el (replace-regexp-in-string): Renamed from
634 replace-regexps-in-string. Doc fix.
635
636 2000-03-12 Dave Love <fx@gnu.org>
637
638 * cus-edit.el: Doc fixes.
639 (customize-set-variable, customize-save-variable): Rename args for
640 doc.
641 (custom-variable-tag-face, custom-face-tag-face)
642 (custom-group-tag-face-1, custom-group-tag-face): Modify from
643 style which user identify as hyperlink.
644 (hook): Don't add undefined functions to the hook.
645 (debug-ignored-errors): Transfer message from bindings.el.
646
647 2000-03-12 Gerd Moellmann <gerd@gnu.org>
648
649 * recentf.el (recentf-keep-non-readable-files-p): Remove
650 double/nested definition.
651
652 2000-03-12 Dave Love <fx@gnu.org>
653
654 * facemenu.el (facemenu-get-face): Use display-color-p.
655 * enriched.el (enriched-decode-foreground): Likewise.
656 (enriched-decode-background): Likewise.
657 * isearch.el (isearch-highlight): Likewise.
658 * info-look.el (info-lookup): Likewise.
659 * simple.el (completion-setup-function): Likewise.
660
661 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
662 :options.
663
664 * bindings.el (mode-line-format): Fix line-number and
665 column-number items. Add help-echo for the background.
666 (mode-line-mule-info): Modify help-echo.
667
668 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
669 defcustom.
670
671 * files.el (load-file): Allow completion to .elc.
672
673 * man.el: Doc fixes.
674 (Man-init-defvars): Use display-color-p to set fontification.
675
676 * play/hanoi.el (hanoi-internal): Don't use oddp.
677
678 2000-03-12 Gerd Moellmann <gerd@gnu.org>
679
680 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
681
682 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
683
684 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
685
686 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
687 Fix comment.
688
689 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
690
691 * font-lock.el (font-lock-keywords): Fix the doc now that
692 regexp-opt-depth is unnecessary.
693 (save-buffer-state): Set an edebug spec.
694 (font-lock-fontify-anchored-keywords): Properly handle the case when
695 the matcher goes past the limit.
696
697 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
698 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
699
700 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
701 dll.el and cookie.el (from Elib) with heavy renaming and other
702 massaging.
703
704 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
705 Autoload the functions used.
706 (easy-mmode-define-syntax): Fix CL typo.
707 (easy-mmode-define-derived-mode): Improve the docstring generation.
708
709 2000-03-10 Gerd Moellmann <gerd@gnu.org>
710
711 * textmodes/texinfo.el (texinfo-version): Variable and function
712 removed.
713
714 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
715
716 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
717 allow more flexibility.
718 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
719 fns.
720 (easy-mmode-defmap, easy-mmode-defsyntax)
721 (easy-mmode-define-derived-mode): New macros.
722
723 2000-03-09 Didier Verna <didier@xemacs.org>
724
725 * rect.el (replace-rectangle): New function.
726
727 2000-03-09 Dave Love <fx@gnu.org>
728
729 * progmodes/fortran.el (fortran-comment-line-start): Define as
730 "C".
731 (fortran-comment-line-start-skip): Don't match cpp stuff.
732 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
733 (fortran-mode-map): Remove over-eager custom-menu-create for now.
734 (fortran-mode): Don't set fortran-comment-line-start-skip,
735 fortran-comment-line-start here. Set comment-start,
736 add-log-current-defun.
737 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
738 (fortran-current-defun): New function.
739
740 2000-03-09 Gerd Moellmann <gerd@gnu.org>
741
742 * emacs-lisp/re-builder.el: New file.
743
744 * mouse.el (mouse-drag-region): Don't run up-event handler
745 if hscroll has changed.
746
747 * octave-mod.el (octave-font-lock-keywords): To font-lock the
748 builtin operators, use `font-lock-builtin-face' for Emacs and
749 `font-lock-preprocessor-face' otherwise.
750
751 * font-lock.el (lisp-font-lock-keywords-1): Highlight
752 `(defun (setf foo)' differently.
753
754 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
755
756 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
757 (regexp-opt): Update comment and adapt the code the new meaning of
758 the `paren' argument of regex-opt-group for shy-groups.
759 (regexp-opt-depth): Handle shy groups as well as backslashed
760 backslashes.
761 (regexp-opt-group): Turn the leading comment into a docstring.
762 Allow `paren' to be a string (the string to use to open a group).
763 Remove open-presuf and close-presuf. Instead of checking for `all
764 one-char' and then later on check for `several one-char', handle
765 both cases close together. Also apply a more generic algorithm
766 for suffixes (the mirror image of the algorithm used for
767 prefixes). Use shy-groups. Use nreverse rather than reverse.
768 (regexp-opt-try-suffix): Removed.
769
770 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
771 from comint-mode-map, so we can just inherit from it. Also, move
772 the initialization into the `defvar' since there's no docstring
773 anyway and it's fairly short.
774 (inferior-scheme-mode): Define it as derived-mode: the code is
775 shorter and this way we inherit from comint-mode-map rather than
776 copying it.
777
778 * subr.el (replace-regexps-in-string): Properly handle the case
779 where we match an empty string.
780
781 * comint.el (comint-exec-1): Add the current-dir to the exec-path
782 when the command has a directory component (such as "./testml").
783 Also fix a typo in the comment.
784
785 2000-03-08 Gerd Moellmann <gerd@gnu.org>
786
787 * Makefile (compile-files): Compile files one by one because
788 that's the only way to ensure a clean compilation environment for
789 each individual file.
790
791 * frame.el (other-frame): Call x-focus-frame.
792
793 2000-03-07 Dave Love <fx@gnu.org>
794
795 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
796 :require to defcustom.
797
798 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
799 lists.
800
801 * files.el (auto-mode-alist): Add configure.in.
802
803 * progmodes/autoconf.el: New file.
804
805 2000-03-07 Gerd Moellmann <gerd@gnu.org>
806
807 * mail/mh-e.el: Change maintainer to `none'.
808
809 * recentf.el (recentf-keep-non-readable-files-p): Quote args
810 to remove-hook and add-hook.
811
812 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
813
814 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
815 it as the default.
816 (mail-send): Test mail-send-nonascii also for the new `mime' value.
817 (sendmail-send-it): Conditionally add MIME headers specifying the
818 used character set.
819
820 2000-03-07 Dave Love <fx@gnu.org>
821
822 * winner.el: Fix keywords, autoload cookies. Split
823 eval-when-compile form to avoid compilation failure.
824
825 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
826
827 * international/mule.el: Modify comment about coding system
828 property `coding-category'.
829 (make-coding-system): New argument EOL-TYPE. Pay attention to
830 coding-category property of PROPERTIES.
831
832 * international/mule-conf.el (coding-category-utf-8,
833 coding-category-utf-16-be, coding-category-utf-16-le): New coding
834 categories. Include them in the argument for set-coding-priority.
835
836 * international/mule-cmds.el (reset-language-environment): Include
837 coding-category-utf-8, coding-category-utf-16-be, and
838 coding-category-utf-16-le in the argument for set-coding-priority.
839 (reset-language-environment): Initialize coding-category-utf-8,
840 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
841
842 2000-03-06 Karl Fogel <kfogel@red-bean.com>
843
844 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
845 code abstracted out of `bookmark-jump-noselect'. Now tries info
846 extensions as well as compression extensions.
847 (bookmark-jump-noselect): Use above new func.
848
849 2000-03-03 Gerd Moellmann <gerd@gnu.org>
850
851 * strokes.el: Change maintainer's mail address.
852
853 2000-03-03 Kenichi Handa <handa@etl.go.jp>
854
855 * international/mule-diag.el (list-character-sets): Make help-echo
856 string by substitute-command-keys.
857 (list-character-sets): Likewise.
858 (sort-listed-character-sets): Call help-setup-xref.
859
860 2000-03-02 Gerd Moellmann <gerd@gnu.org>
861
862 * time.el (display-time-mail-file): Add `none' to the list of
863 choices.
864
865 2000-03-01 Dave Love <fx@gnu.org>
866
867 * help.el (help-xref-go-back): Don't try to set position.
868
869 * international/mule-diag.el (list-character-sets): Call
870 help-setup-xref. Add help-echo to xrefs.
871 (list-character-sets-1): Add help-echo to xrefs.
872
873 2000-03-02 Gerd Moellmann <gerd@gnu.org>
874
875 * frame.el (blink-cursor-mode): Switch cursor on when turning
876 the mode off.
877
878 * add-log.el (add-log-current-defun): Add support for
879 Autoconf mode.
880
881 * mail/rmail.el (rmail-quit-hook): New variable.
882
883 2000-03-01 Dave Love <fx@gnu.org>
884
885 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
886
887 * help.el (help-xref-button): Add help-echo arg.
888 (describe-function-1, describe-variable, help-make-xrefs): Use it.
889
890 * faces.el (list-faces-display): Supply help-echo with
891 help-make-xrefs.
892
893 * facemenu.el (list-text-properties-at): Set help-xref-stack to
894 nil.
895
896 2000-03-01 Gerd Moellmann <gerd@gnu.org>
897
898 * image.el (defimage): Look for image files in load-path.
899
900 * frame.el (busy-cursor-delay-seconds): Change type to
901 `number'.
902
903 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
904
905 * recentf.el (recentf): Added version tag to the defgroup of
906 recentf.
907
908 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
909
910 * recentf.el (recentf-cleanup): Changed to remove excluded file
911 too.
912 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
913 action to select/unselect a file.
914 (recentf-edit-list): Code cleanup and improvement.
915 (recentf-open-more-files-action): `recentf-open-more-files' button
916 widget action to open a file.
917 (recentf-open-more-files): No more use standard completion but
918 widgets.
919 (recentf-more-collection): Deleted.
920 (recentf-more-history): Deleted.
921 (recentf-setup-more-completion): Deleted.
922
923 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
924
925 * recentf.el (recentf-mode): No more needs that Emacs is running
926 under a window-system.
927
928 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
929
930 * recentf.el (recentf-edit-list): New command to edit the recent
931 list which allow the user to remove files.
932 (recentf-edit-selected-items): New global variable, used by
933 `recentf-edit-list' to hold the list of files to be removed from
934 the recent list.
935 (recentf-make-menu-items): Updated to display a "Edit list..."
936 menu item. Minor code cleanup.
937
938 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
939
940 * recentf.el (recentf-open-more-files): New command to open files
941 that are not displayed in the menu.
942 (recentf-more-collection): New global variable holding the set of
943 permissible completions used by `recentf-open-more-files'.
944 (recentf-more-history): New global variable holding the history list
945 used by `recentf-open-more-files' completion.
946 (recentf-setup-more-completion): New function to setup completion for
947 `recentf-open-more-files'.
948 (recentf-make-menu-items): Updated to display a "More..." menu item.
949
950 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
951
952 * recentf.el (recentf-menu-action): Doc fixed.
953
954 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
955
956 * recentf.el (recentf-menu-filter): Doc updated.
957 (recentf-update-menu-hook): Allow menu filters to force menu update.
958 (recentf-make-menu-items): New menu filter handling.
959 (recentf-make-menu-item): New helper function.
960 (recentf-menu-elements): New menu handling function.
961 (recentf-sort-ascending): Updated to new menu filter handling.
962 (recentf-sort-descending): Updated to new menu filter handling.
963 (recentf-sort-basenames-ascending): New menu filter function.
964 (recentf-sort-basenames-descending): New menu filter function.
965 (recentf-show-basenames): New menu filter function.
966 (recentf-show-basenames-ascending): New menu filter function.
967 (recentf-show-basenames-descending): New menu filter function.
968
969 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
970
971 * diary-lib.el (list-diary-entries): Don't try to go forward at
972 the end of the buffer.
973
974 2000-02-29 Kenichi Handa <handa@etl.go.jp>
975
976 * international/mule-diag.el (list-character-sets): Completely
977 rewritten.
978 (sort-listed-character-sets): New function.
979 (list-character-sets-1): Completely rewritten.
980 (list-character-sets-2): New function.
981 (non-iso-charset-alist): New variable.
982 (decode-codepage-char): New function.
983 (charset-history): New variable.
984 (read-charset) (list-block-of-chars)
985 (list-iso-charset-chars)
986 (list-non-iso-charset-chars)
987 (list-charset-chars): New functions.
988 (mule-diag): Call list-character-sets-2, not
989 list-character-sets-2.
990 (dump-charsets): Likewise.
991
992 2000-02-29 Gerd Moellmann <gerd@gnu.org>
993
994 * dired-x.el (dired-filename-at-point): Add `@' to valid
995 file name characters.
996 (dired-filename-at-point): Handle ange-ftp file names.
997
998 * frame.el (frame-notice-user-settings): Use assq-delete-all
999 instead of assoc-delete-all.
1000 (frame-notice-user-settings): Ditto.
1001
1002 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1003 Don't copy alist.
1004
1005 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1006
1007 * calculator.el (calculator-use-menu): New option.
1008 (calculator-initial-bindings): Changed some bindings to work as
1009 macros.
1010 (calculator-forced-input): Removed.
1011 (calculator-restart-other-mode): New variable.
1012 (calculator-mode-map): Set up menu.
1013
1014 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1015
1016 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1017 tags.
1018
1019 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1020
1021 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1022 translate all ESC key sequences.
1023 (viper-goto-mark-subr): restore markers for files for which
1024 they were saved.
1025 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1026 * viper-util.el (viper-set-replace-overlay-glyphs,
1027 viper-set-replace-overlay): always check if the replacement
1028 overlay is live.
1029 * viper.el (viper-vi-state-mode-list): added major modes.
1030 * ediff-wind.el: minor comment changes.
1031 * ediff.el: copyright notice date fix.
1032
1033 2000-02-27 Jason Rumney <jasonr@gnu.org>
1034
1035 * faces.el (face-font-family-alternatives): Add arial to helv.
1036 (mode-line, header-line, tool-bar): Same default as x for w32.
1037 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1038 face-font-family-alternatives from working.
1039 * term/w32-win.el (mouse-set-font): Do not build fontset from
1040 chosen font.
1041
1042 2000-02-25 Sam Steingold <sds@goems.com>
1043
1044 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1045 properly.
1046
1047 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1048
1049 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1050
1051 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1052
1053 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1054 writable.
1055
1056 * frame.el (busy-cursor-delay-seconds): New option.
1057
1058 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1059
1060 * frame.el (show-cursor-in-non-selected-windows): New option.
1061
1062 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1063
1064 * diary-lib.el (include-other-diary-files): Undo the selective
1065 display in any included file and don't kill it.
1066
1067 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1068
1069 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1070 bar. Menu items converted to (menu-item format, help strings
1071 added.
1072 [downcase, upcase]: Don't enable on MS-DOS.
1073 [symlink, symlinks]: Don't show if make-symbolic-link is not
1074 bound.
1075 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1076
1077 2000-02-23 Dave Love <fx@gnu.org>
1078
1079 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1080 (backward-kill-word): Revert addition of * to interactive spec --
1081 it's a feature.
1082
1083 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1084 (backward-kill-sentence, kill-sentence): Likewise.
1085
1086 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1087 scratch buffer name.
1088 (gud-format-command): Use int-to-string in ?l case. Simplify
1089 slightly.
1090
1091 * term/w32-win.el (internal-face-interactive): Update prompt for
1092 new read-face-name.
1093
1094 * mail/footnote.el (footnote): Add :version to defgroup.
1095 (footnote-section-tag-regexp): Customize.
1096 (footnote-start-tag, footnote-end-tag): New option.
1097 (footnote-latin-regexp): New variable.
1098 (Footnote-latin): New function.
1099 (footnote-style-alist): Add element for latin style.
1100 (footnote-style): Moved.
1101 (Footnote-goto-footnote): Use eq to test arg.
1102
1103 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1104
1105 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1106 (byte-compile-trueconstp): Include keywords.
1107 (byte-optimize-quote, byte-optimize-lapcode): Use
1108 byte-compile-const-symbol-p.
1109 (byte-optimize-char-before): New optimization.
1110
1111 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1112 (byte-compile-const-symbol-p): New function.
1113 (byte-compile-constp, byte-compile-out-toplevel)
1114 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1115 Use it.
1116
1117 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1118
1119 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1120
1121 * international/encoded-kb.el: Be sure to update minor-mode-alist
1122 and minor-mode-map-alist.
1123 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1124 codes SS2 and SS3 correctly.
1125 (encoded-kbd-self-insert-ccl): New function.
1126 (encoded-kbd-setup-keymap): New function.
1127 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1128 by calling encoded-kbd-setup-keymap.
1129
1130 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1131 characters.
1132 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1133 locally.
1134
1135 2000-02-22 Dave Love <fx@gnu.org>
1136
1137 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1138 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1139 defvar.
1140 (lisp-mode-syntax-table): Set up for #|...|# comments.
1141 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1142 classes. Match `defface'.
1143 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1144 (eval-defun-1): Fix for defcustom.
1145 (lisp-indent-region): Doc fix.
1146
1147 * subr.el (when, unless, split-string): Doc fix.
1148 (read-passwd): Move call of clear-this-command-keys to the right
1149 place.
1150 (replace-regexps-in-string): New function.
1151
1152 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1153
1154 * help.el (describe-variable): Set syntax table to
1155 emacs-lisp-mode-syntax-table when moving forward over the
1156 symbol's name.
1157
1158 2000-02-22 Dave Love <fx@gnu.org>
1159
1160 * xt-mouse.el: Doc fixes.
1161 (xterm-mouse-position-function): New function, replacing advice of
1162 mouse-position.
1163 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1164
1165 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1166
1167 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1168
1169 * format.el (format-annotate-single-property-change): Handle
1170 properties.with dotted-list values.
1171 (format-proper-list-p): New function.
1172
1173 * enriched.el (enriched-face-ans): Handle '(foreground-color
1174 . COLOR) and (background-color . COLOR).
1175
1176 2000-02-20 Dave Love <fx@gnu.org>
1177
1178 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1179 and assignments to it.
1180 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1181 current local map.
1182 (make-flyspell-overlay): Use it.
1183 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1184
1185 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1186 (lm-get-header-re): Defun, not defsubst.
1187 (lm-get-package-name): Defun, not defsubst. Simplify.
1188 (lm-version): Doc fix. Simplify.
1189 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1190 (lm-crack-address, lm-last-modified-date, lm-commentary)
1191 (lm-verify, lm-synopsis): Simplify.
1192 (lm-report-bug): Require emacsbug. Use compose-mail.
1193
1194 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1195
1196 * dired.el (dired-mode): Call propertized-buffer-identification
1197 to set mode-line-buffer-identification to something having
1198 the right text properties.
1199
1200 * bindings.el (propertized-buffer-identification): New function.
1201
1202 2000-02-20 Dave Love <fx@gnu.org>
1203
1204 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1205 check for t-mouse too.
1206
1207 * cus-start.el: Make echo-keystrokes `number'.
1208
1209 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1210
1211 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1212 Don't call ring-empty-p unless tags-location-ring is bound.
1213 From Noah Friedman <friedman@splode.com>.
1214
1215 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1216
1217 * progmodes/hideshow.el (hs-flag-region): No longer use
1218 `intangible' overlay property.
1219
1220 (hs-toggle-hiding): New command.
1221 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1222
1223 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1224 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1225 and deactivation.
1226
1227 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1228
1229 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1230
1231 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1232
1233 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1234
1235 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1236 of `*' to handle `(* ... *)' comments.
1237
1238 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1239
1240 * faces.el (list-faces-display): Use display-mouse-p instead of
1241 window-system.
1242
1243 * menu-bar.el (global-map): Menu-bar items converted to the new
1244 format (menu-item..., rearranged for better CUA compliance, and
1245 their names changed for better clarity. Help strings added.
1246
1247 * international/mule-cmds.el (mule-menu-keymap)
1248 (describe-language-environment-map, set-coding-system-map)
1249 (setup-language-environment-map): Convert to new (menu-item...
1250 form, add help strings. Change names of menu items for better
1251 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1252 submenu).
1253
1254 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1255
1256 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1257 within the code.
1258
1259 2000-02-16 Dave Love <fx@gnu.org>
1260
1261 * faces.el: Don't require custom. Add more specific :groups to
1262 various deffaces.
1263 (set-face-attribute): Purecopy args.
1264 (read-face-name): Default to name at point and use it in prompt.
1265 Remove colon from arg in all callers.
1266 (list-faces-display): Hyperlink to face descriptions and customize
1267 buffers.
1268
1269 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1270
1271 * wid-edit.el (widget-match-inline): An atom never matches a
1272 list.
1273
1274 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1275
1276 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1277 at ':' characters by call to split-string.
1278
1279 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1280
1281 * textmodes/bibtex.el: Added RCS version identification.
1282
1283 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1284
1285 * textmodes/bibtex.el: Some temporary comments removed.
1286 (bibtex-field-name, bibtex-entry-type): Made the relationship
1287 explicit.
1288 (bibtex-field-const): Allow capital letters.
1289 (bibtex-start-of-string): Deleted because unused.
1290
1291 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1292 use the term 'reference' to describe a bibtex entry as a whole.
1293 Further, reference keys are no longer called 'labels'.
1294 (bibtex-keys): Renamed to bibtex-reference-keys.
1295 (bibtex-reformat-previous-labels): Renamed to
1296 bibtex-reformat-previous-reference-keys.
1297 (bibtex-reference-type): Renamed to bibtex-entry-type.
1298 (bibtex-reference-head): Renamed to bibtex-entry-head.
1299 (bibtex-reference-maybe-empty-head): Renamed to
1300 bibtex-entry-maybe-empty-head.
1301 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1302 (bibtex-search-reference): Renamed to bibtex-search-entry.
1303 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1304 bibtex-enclosing-entry-maybe-empty-head.
1305 (bibtex-entry-field-alist, bibtex-entry-head,
1306 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1307 bibtex-map-entries, bibtex-search-entry,
1308 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1309 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1310 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1311 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1312 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1313 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1314 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1315
1316 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1317
1318 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1319 comment.
1320 (bibtex-format-field-delimiters): New function, functionality
1321 extracted from bibtex-format-entry.
1322 (bibtex-autokey-get-yearfield-digits): New function, functionality
1323 extracted from bibtex-autokey-get-yearfield.
1324
1325 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1326 entries in order to avoid stack overflow in the regexp matcher if
1327 field contents become large.
1328 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1329 bibtex-field-string-part-not-braced,
1330 bibtex-field-string-part-no-inner-braces,
1331 bibtex-field-string-part-1-inner-brace,
1332 bibtex-field-string-part-2-inner-braces,
1333 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1334 bibtex-field-string-quoted, bibtex-field-string,
1335 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1336 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1337 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1338 as parsing is now performed by the following functions.
1339 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1340 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1341 bibtex-parse-field-string, bibtex-search-forward-field-string,
1342 bibtex-parse-association, bibtex-field-name-for-parsing,
1343 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1344 bibtex-search-forward-field, bibtex-search-backward-field,
1345 bibtex-start-of-field, bibtex-end-of-field,
1346 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1347 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1348 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1349 bibtex-parse-string, bibtex-search-forward-string,
1350 bibtex-search-backward-string, bibtex-start-of-string,
1351 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1352 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1353 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1354 entries. Instead of reporting the results of the parsing by
1355 match-beginning or match-end, these functions return data structures
1356 that hold the corresponding positions.
1357 (bibtex-enclosing-field): Changed to also report field boundaries by
1358 return values rather than by match-beginning or match-end. The
1359 following functions have been adapted to use the new parsing
1360 functions.
1361 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1362 bibtex-enclosing-field, bibtex-format-entry,
1363 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1364 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1365 bibtex-print-help-message, bibtex-end-of-entry,
1366 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1367 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1368 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1369 method for parsing.
1370 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1371 bibtex-map-entries, bibtex-flash-head,
1372 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1373 bibtex-autokey-change, bibtex-autokey-get-namefield,
1374 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1375 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1376 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1377 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1378 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1379 order to make the new binding of case-fold-search immediately
1380 visible.
1381
1382 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1383
1384 * textmodes/bibtex.el: Copyright notice is up to date.
1385 Added constant 'bibtex-maintainer-salutation.
1386
1387 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1388 than make-temp-name, use match-string-no-properties and eliminate
1389 a quadratic behavior when building bibtex-strings.
1390
1391 * bibtex.el (bibtex-reference-key): Accept string entries whose
1392 reference key contains upper case letters.
1393
1394 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1395
1396 * bibtex.el (bibtex-reference-head): Allow entries to start with
1397 a new line.
1398
1399 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1400
1401 * bibtex.el: Hiding of entry bodies is not longer provided by
1402 bibtex.el directly. Instead the hideshow package can be used.
1403 Added a special bibtex entry to hs-special-modes-alist.
1404 (bibtex-hs-forward-sexp): Added for hideshow.el.
1405
1406 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1407
1408 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1409 at ':' characters by call to split-string.
1410
1411 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1412
1413 * textmodes/bibtex.el: Added RCS version identification.
1414
1415 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1416
1417 * textmodes/bibtex.el: Some temporary comments removed.
1418 (bibtex-field-name, bibtex-entry-type): Made the relationship
1419 explicit.
1420 (bibtex-field-const): Allow capital letters.
1421 (bibtex-start-of-string): Deleted because unused.
1422
1423 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1424 use the term 'reference' to describe a bibtex entry as a whole.
1425 Further, reference keys are no longer called 'labels'.
1426 (bibtex-keys): Renamed to bibtex-reference-keys.
1427 (bibtex-reformat-previous-labels): Renamed to
1428 bibtex-reformat-previous-reference-keys.
1429 (bibtex-reference-type): Renamed to bibtex-entry-type.
1430 (bibtex-reference-head): Renamed to bibtex-entry-head.
1431 (bibtex-reference-maybe-empty-head): Renamed to
1432 bibtex-entry-maybe-empty-head.
1433 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1434 (bibtex-search-reference): Renamed to bibtex-search-entry.
1435 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1436 bibtex-enclosing-entry-maybe-empty-head.
1437 (bibtex-entry-field-alist, bibtex-entry-head,
1438 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1439 bibtex-map-entries, bibtex-search-entry,
1440 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1441 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1442 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1443 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1444 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1445 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1446 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1447
1448 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1449
1450 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1451 comment.
1452 (bibtex-format-field-delimiters): New function, functionality
1453 extracted from bibtex-format-entry.
1454 (bibtex-autokey-get-yearfield-digits): New function, functionality
1455 extracted from bibtex-autokey-get-yearfield.
1456
1457 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1458 entries in order to avoid stack overflow in the regexp matcher if
1459 field contents become large.
1460 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1461 bibtex-field-string-part-not-braced,
1462 bibtex-field-string-part-no-inner-braces,
1463 bibtex-field-string-part-1-inner-brace,
1464 bibtex-field-string-part-2-inner-braces,
1465 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1466 bibtex-field-string-quoted, bibtex-field-string,
1467 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1468 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1469 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1470 as parsing is now performed by the following functions.
1471 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1472 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1473 bibtex-parse-field-string, bibtex-search-forward-field-string,
1474 bibtex-parse-association, bibtex-field-name-for-parsing,
1475 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1476 bibtex-search-forward-field, bibtex-search-backward-field,
1477 bibtex-start-of-field, bibtex-end-of-field,
1478 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1479 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1480 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1481 bibtex-parse-string, bibtex-search-forward-string,
1482 bibtex-search-backward-string, bibtex-start-of-string,
1483 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1484 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1485 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1486 entries. Instead of reporting the results of the parsing by
1487 match-beginning or match-end, these functions return data structures
1488 that hold the corresponding positions.
1489 (bibtex-enclosing-field): Changed to also report field boundaries by
1490 return values rather than by match-beginning or match-end. The
1491 following functions have been adapted to use the new parsing
1492 functions.
1493 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1494 bibtex-enclosing-field, bibtex-format-entry,
1495 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1496 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1497 bibtex-print-help-message, bibtex-end-of-entry,
1498 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1499 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1500 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1501 method for parsing.
1502 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1503 bibtex-map-entries, bibtex-flash-head,
1504 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1505 bibtex-autokey-change, bibtex-autokey-get-namefield,
1506 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1507 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1508 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1509 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1510 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1511 order to make the new binding of case-fold-search immediately
1512 visible.
1513
1514 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1515
1516 * textmodes/bibtex.el: Copyright notice is up to date.
1517 Added constant 'bibtex-maintainer-salutation.
1518
1519 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1520 than make-temp-name, use match-string-no-properties and eliminate
1521 a quadratic behavior when building bibtex-strings.
1522
1523 * bibtex.el (bibtex-reference-key): Accept string entries whose
1524 reference key contains upper case letters.
1525
1526 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1527
1528 * bibtex.el (bibtex-reference-head): Allow entries to start with
1529 a new line.
1530
1531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1532
1533 * bibtex.el: Hiding of entry bodies is not longer provided by
1534 bibtex.el directly. Instead the hideshow package can be used.
1535 Added a special bibtex entry to hs-special-modes-alist.
1536 (bibtex-hs-forward-sexp): Added for hideshow.el.
1537
1538 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1539
1540 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1541 proceedings entry type (for cross referencing). Thanks to Wagner
1542 Toledo Correa for the suggestion.
1543
1544 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1545
1546 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1547
1548 * international/characters.el: Setup case table for Vietnamese.
1549
1550 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1551
1552 * uniquify.el (toplevel): Require CL at compile time.
1553 (uniquify-push): Removed.
1554
1555 * shadowfile.el (shadow-when): Removed.
1556
1557 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1558 (tempo-process-and-insert-string): Use dolist instead of
1559 tempo-dolist.
1560
1561 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1562 regexp for paragraph-start.
1563
1564 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1565 commas as well.
1566
1567 2000-02-10 Dave Love <fx@gnu.org>
1568
1569 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1570 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1571 Deleted.
1572 (widget-specify-field, widget-specify-button): Don't use
1573 widget-mouse-help as help-echo property.
1574 (default): Use #'ignore for :validate and :mouse-down-action.
1575 (checkbox): Add help-echo.
1576 (widget-sexp-validate): Rewritten to clarify error messages.
1577 (character): Use char-valid-p in :match function.
1578 (widget-color-complete): Use facemenu-color-alist.
1579 (widget-color-action): Use facemenu-read-color.
1580
1581 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1582 set up `caar' &c that we now have.
1583
1584 2000-02-09 Ray Blaak <blaak@gnu.org>
1585
1586 * delphi.el: Make resourcestring a declaration region, like const
1587 and var.
1588
1589 2000-02-09 Dave Love <fx@gnu.org>
1590
1591 * bindings.el (mode-line-input-method-map): New variable.
1592 (mode-line-mule-info): Use it; fix last change.
1593 (mode-line-mode-menu): Move definition.
1594 (mode-line-mouse-sensitive-p): Deleted.
1595 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1596 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1597 level.
1598
1599 * startup.el (command-line-1): Don't call
1600 make-mode-line-mouse-sensitive.
1601
1602 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1603
1604 * mail/rmail.el (rmail-retry-failure): Use
1605 rmail-beginning-of-message before rmail-toggle-header, because the
1606 former toggles headers.
1607
1608 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1609
1610 * diff-mode.el (diff-kill-junk): New interactive function.
1611 (diff-reverse-direction): Use delete-and-extract-region.
1612 (diff-post-command-hook): Restrict the area so that the hook also works
1613 outside of any diff hunk. This is necessary for the minor-mode.
1614 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1615 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1616
1617 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1618 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1619 so that it can be used more easily in <foo>-mode-hook. Also make sure
1620 to avoid duplicate entries.
1621 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1622 (font-lock-remove-keywords): Just as was done for `add', allow it to
1623 work even if font-lock-mode is nil. Also make sure we don't modify
1624 any pre-existing list by forcing a copy-sequence. Finally rename
1625 `major-mode' to `mode'.
1626 (font-lock-fontify-syntactic-anchored-keywords)
1627 (font-lock-fontify-anchored-keywords)
1628 (font-lock-fontify-keywords-region): Use line-end-position.
1629 Don't make `font-lock-multiline' local (it's now done in
1630 font-lock-set-defaults).
1631 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1632 move the `font-lock-fontified' creation to inside the `unless'.
1633
1634 2000-02-06 Andrew Innes <andrewi@gnu.org>
1635
1636 * term/w32-win.el (x-handle-args): Comment out call to message,
1637 which occurs before window system is initialized.
1638
1639 * makefile.nt: Add support for recompiling lisp code.
1640
1641 2000-02-04 Dave Love <fx@gnu.org>
1642
1643 * bindings.el (mode-line-mule-info): Fix/extend last change.
1644
1645 * completion.el: Replace completion-dolist with dolist.
1646
1647 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1648 dotimes.
1649
1650 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1651
1652 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1653 environment names before they go into the section regexp.
1654
1655 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1656 char class in regexp.
1657
1658 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1659 `case-fold-search' to nil.
1660
1661 * progmodes/idlwave.el (idlwave-template): Respect
1662 `idlwave-abbrev-change-case'.
1663 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1664 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1665 idlwave-while): respect `idlwave-reserved-word-upcase'.
1666 (idlwave-rw-case): New function.
1667 (idlwave-statement-match): Fixed problem with assignment regexp.
1668 (idlwave-font-lock-keywords): Improved regexp for keyword
1669 parameters.
1670 (idlwave-surround): New argument LENGTH to support padding of
1671 operators longer than 1 char.
1672
1673 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1674 idlwave-shell-expression-overlay. Implemented printing of
1675 expressions on higher levels of the calling stack.
1676 (idlwave-shell-display-level-in-calling-stack): Restore stack
1677 level.
1678 (idlwave-retrieve-expression-from-level): New function.
1679 (idlwave-shell-last-calling-stack): Variable removed.
1680 (idlwave-shell-reset): Argument action reversed (`visible' to
1681 `hidden'). Also remove stop-line overlay.
1682 (idlwave-shell-calling-stack-routine): New variable.
1683 (idlwave-shell-parse-stack-and-display): Messages now display
1684 negative level numbers.
1685 (idlwave-shell-mode): Set `modeline-format'.
1686 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1687 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1688 21.
1689 (idlwave-shell-print-expression-function): New option.
1690
1691 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1692 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1693 `tool-bar' instead of `toolbar'.
1694
1695 2000-02-02 Dave Love <fx@gnu.org>
1696
1697 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1698 emacs-lisp-mode-hook. Don't check for defalias being defined.
1699
1700 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1701 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1702 the new builtins directly.
1703
1704 * whitespace.el (whitespace): Add :version to defgroup.
1705
1706 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1707 Doc fix.
1708
1709 * thingatpt.el (sexp-at-point, symbol-at-point)
1710 (number-at-point, list-at-point): Add autoload cookie.
1711
1712 * recentf.el (recentf): Add :version to defgroup.
1713
1714 * quickurl.el (quickurl): Add :version to defgroup.
1715
1716 * elide-head.el (elide-head): Use point-marker more.
1717
1718 * bs.el (bs): Add :version to defgroup.
1719
1720 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1721
1722 * progmodes/delphi.el (delphi): Add :version to defgroup.
1723
1724 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1725
1726 * ange-ftp.el (ange-ftp-write-region): Handle case that
1727 succeeding process operation sets a different coding system.
1728
1729 * calculator.el: New file.
1730
1731 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1732
1733 * frame.el (frames-on-display-list, framep-on-display): New
1734 functions.
1735 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1736 (display-selections-p, display-screens, display-pixel-width)
1737 (display-pixel-height, display-mm-width, display-mm-height)
1738 (display-backing-store, display-save-under, display-planes)
1739 (display-color-cells, display-visual-class): New functions.
1740
1741 * term/tty-colors.el (tty-color-gray-shades): New function.
1742
1743 * faces.el (display-color-p): Use framep-on-display.
1744 (display-grayscale-p): New function.
1745
1746 2000-01-31 Dave Love <fx@gnu.org>
1747
1748 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1749 (create-fontset-from-x-resource): Don't concat integers.
1750
1751 2000-01-31 Inge Frick <inge@nada.kth.se>
1752
1753 * view.el: Some changes in documentation. Removed some trailing
1754 whitespace. Changed some parameter names to agree with
1755 documentation.
1756 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1757 window is not deleted. Modifies change 1998-04-26.
1758
1759 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1760
1761 * windmove.el: New file.
1762
1763 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1764 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1765 progmodes/ebnf-yac.el: Update copyright and license info.
1766
1767 * jit-lock.el (jit-lock-function): Widen before calculating end
1768 position.
1769 (jit-lock-stealth-chunk-start): Rewritten.
1770
1771 * info.el (Info-title-face-alist): Removed.
1772 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1773 faces.
1774 (Info-fontify-node): Use these faces.
1775
1776 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1777
1778 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1779 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1780 `&allow-other-keywords'.
1781
1782 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1783 the list of directories scanned heuristically.
1784
1785 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1786 exist.
1787
1788 2000-01-30 Jason Rumney <jasonr@gnu.org>
1789
1790 * w32-fns.el: Define w32-tty-standard-colors.
1791
1792 * startup.el (command-line): Use w32-tty-standard-colors when in
1793 w32 console mode.
1794
1795 2000-01-30 Dave Love <fx@gnu.org>
1796
1797 * jka-compr.el (jka-compr-load): Fix up load-history.
1798
1799 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1800
1801 * emacs-lisp/cl-macs.el: Revert previous change.
1802
1803 2000-01-29 Dave Love <fx@gnu.org>
1804
1805 * facemenu.el: Purecopy various strings.
1806
1807 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1808 years. Deal with three-digit years.
1809
1810 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1811 defconst, purecopy.
1812 (help-back-label): Purecopy it.
1813
1814 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1815
1816 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1817 variable. If non-nil, order the buffer list according to the
1818 currently selected frame.
1819 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1820 non-nil, pass the selected frame to function buffer-list.
1821
1822 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1823
1824 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1825
1826 2000-01-28 Dave Love <fx@gnu.org>
1827
1828 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1829
1830 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1831 Don't use lisp-indent-hook property.
1832 (cl-abs): Remove.
1833
1834 * subr.el: Move out indent and edebug specs for when and unless.
1835
1836 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1837 when, unless.
1838
1839 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1840 unless, when.
1841
1842 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1843
1844 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1845 `collecting' as synonym for `collect'.
1846
1847 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1848 for the case it contains spaces.
1849
1850 * simple.el (what-cursor-position): Change formatting of
1851 messages.
1852
1853 * frame.el (delete-other-frames): New function.
1854 (toplevel): Bind it to C-x 5 1.
1855
1856 * sort.el (sort-numeric-base): New option.
1857 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1858 interpret it as octal or hexadecimal. Use sort-numeric-base
1859 as default base.
1860
1861 * progmodes/glasses.el: New file.
1862
1863 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1864
1865 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1866 userids differently.
1867
1868 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1869 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1870 progmodes/ebnf-yac.el: New files.
1871
1872 2000-01-26 Dave Love <fx@gnu.org>
1873
1874 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1875 on a function with an empty body. [From Eric Ludlam.]
1876
1877 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1878
1879 * vc.el (vc-version-diff): Make sure file name is expanded.
1880
1881 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1882
1883 * scroll-bar.el (scroll-bar-timer): Variable removed.
1884 (scroll-bar-toolkit-scroll): Don't use a timer.
1885
1886 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1887
1888 * language/thai-util.el (thai-composition-function): Delete
1889 superfluous `a'.
1890
1891 2000-01-24 Dave Love <fx@gnu.org>
1892
1893 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1894 end-of-defun-function.
1895
1896 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1897 &c.
1898
1899 2000-01-22 Jason Rumney <jasonr@gnu.org>
1900
1901 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1902 conflicts with new face support.
1903
1904 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1905
1906 * replace.el (query-replace): Rename last arg to DELIMITED.
1907 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1908 (query-replace-regexp): Likewise.
1909
1910 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1911
1912 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1913
1914 * emacs-lisp/lisp.el (beginning-of-defun-function):
1915 Variable renamed from beginning-of-defun.
1916 Do not call make-variable-buffer-local.
1917 (beginning-of-defun-raw): Use new variable name; doc fix.
1918 (beginning-of-defun): Doc fix.
1919 (end-of-defun-function): Variable renamed from end-of-defun.
1920 Do not call make-variable-buffer-local.
1921 (end-of-defun): Use new variable name; doc fix.
1922
1923 * subr.el (dolist, dotimes): Copied from cl-macs.el
1924 and made to work.
1925
1926 * mail/undigest.el (rmail-digest-end-regexps):
1927 Variable replaces rmail-digest-end-regexp.
1928 Allows multiple regexps for detecting the end line.
1929 (undigestify-rmail-message): Corresponding changes.
1930
1931 2000-01-19 Dave Love <fx@gnu.org>
1932
1933 * files.el (user-init-file): Don't declare here -- is primitive.
1934
1935 * startup.el (command-line): Check for compiled user-init-file and
1936 set to uncompiled version if necessary.
1937
1938 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1939
1940 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1941 (undigestify-rmail-message): Use it.
1942
1943 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1944
1945 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1946
1947 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1948 of mini-buffer.
1949
1950 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1951
1952 * emacs-lisp/copyright.el (copyright-update): Removed the
1953 requirement for a trailing space from `copyright-regexp', to
1954 support copyrights with owner specified on a separate line..
1955
1956 * align.el: New file.
1957
1958 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1959
1960 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1961
1962 2000-01-13 Dave Love <fx@gnu.org>
1963
1964 * ph.el: Removed. (Obsoleted by EUDC.)
1965
1966 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1967
1968 * net/eudc.el (toplevel): Remove autoloaded code installing
1969 menu with easymenu, because that causes build problems.
1970
1971 * frame.el (frame-notice-user-settings): New variable.
1972 (frame-notice-user-settings): Don't modify frame parameters
1973 if called a second time.
1974
1975 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1976
1977 * frame.el (frame-notice-user-settings):
1978 Notice default-frame-parameters even for non-window frames.
1979
1980 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1981
1982 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1983 for Emacs.
1984 (eudc-bob-can-display-inline-images): Extend for Emacs.
1985 (eudc-bob-toggle-inline-display): Ditto.
1986 (eudc-bob-display-jpeg): Ditto.
1987
1988 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1989
1990 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1991 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1992 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1993
1994 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1995 nil)'.
1996
1997 * subdirs.el: Add `net' directory.
1998
1999 * net: New directory.
2000
2001 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2002 eval-last-sexp. Don't bind debug-on-error here.
2003 (eval-last-sexp): New function. Bind debug-on-error if
2004 eval-expression-debug-on-error is non-nil.
2005 (eval-defun-2, eval-defun): Likewise.
2006
2007 * simple.el (eval-expression): Don't bind debug-on-error if
2008 eval-expression-debug-on-error is nil. Detect changed
2009 debug-on-error, and propagate new value to global binding, if
2010 eval-expression-debug-on-error is non-nil,
2011 (eval-expression-debug-on-error): Change doc string.
2012
2013 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2014
2015 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2016
2017 * emacs-lisp/lisp-mode.el (with-syntax-table):
2018 Set up lisp-indent-function property.
2019
2020 * subr.el (with-syntax-table): Moved from simple.el.
2021
2022 * simple.el (with-syntax-table): Moved to subr.el.
2023
2024 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2025
2026 * tmm.el (tmm-shortcut): Delete region after prompt instead
2027 of erasing buffer.
2028
2029 * textmodes/fill.el (fill-common-string-prefix): New function.
2030 (fill-context-prefix): Use the longest common prefix of first
2031 and second line fill prefix, if there is one.
2032
2033 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2034
2035 * array.el (array-mode): Don't use make-variable-buffer-local.
2036 Use make-local-variable for `truncate-lines'.
2037
2038 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2039
2040 * add-log.el (add-log-current-defun): Handle user-defined
2041 add-log-current-function returning nil,
2042
2043 * add-log.el (add-change-log-entry): Insert version number
2044 if having found a current function
2045
2046 * add-log.el (add-log-current-defun): Call
2047 `add-log-current-defun-function'. Try matches at level 0 and
2048 level 1. Strip whitespace from defun found.
2049
2050 2000-01-10 John Wiegley <johnw@gnu.org>
2051
2052 * allout.el (isearch-done/outline-provisions): Added `edit'
2053 argument to correspond with the current definition of
2054 `isearch-done'.
2055
2056 2000-01-10 Dave Love <fx@gnu.org>
2057
2058 * elide-head.el (elide-head): Use point-marker, not point.
2059
2060 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2061
2062 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2063 before and after the year 2000.
2064
2065 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2066 Add ispell- prefix.
2067
2068 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2069
2070 * ispell.el: Only define dictionaries in menus when they exist.
2071 (version18p): New variable.
2072 (version20p): New variable.
2073 (xemacsp): New variable.
2074 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2075 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2076 (ispell-dictionary-alist6): Russian command lines no longer accept
2077 run-together words.
2078 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2079 (ispell-dictionary-alist): Add koi8-r to customize definition.
2080 (check-ispell-version): Added documentation string. Returns
2081 library path when called non-interactively.
2082 (ispell-menu-map-needed): Uses new variables.
2083 (ispell-library-path): New variable.
2084 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2085 (ispell-word): Improved documentation string. Test for valid
2086 character mappings. Correctly check typed in word changes that can
2087 result in single words split into multiple words. Returns
2088 replacement word.
2089 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2090 replace in recursive query replace mode. Help message for
2091 recursive edit mode.
2092 (ispell-show-choices): Protect against bad framepop bindings.
2093 (ispell-help): Fix to work with XEmacs.
2094 (ispell-highlight-spelling-error): Use new variables.
2095 (ispell-overlay-window): Fix to work with XEmacs.
2096 (ispell-parse-output): Passed and returns location information
2097 tracking spelling corrections. Doesn't recheck same word on
2098 current line.
2099 (ispell-init-process): Protect against bogus XEmacs variable binding.
2100 Fix call to single argument in sleep-for. Use new variables.
2101 (ispell-region): Passed and returns location information tracking
2102 spelling corrections. Doesn't check same word on current line.
2103 Improved documentation string. Doesn't resend a line already
2104 checked to the ispell process - fixes bug in LaTeX parsing.
2105 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2106 (ispell-skip-region): No longer skips <TT> in SGML.
2107 (ispell-process-line): Tracks location information with spelling
2108 corrections. Added documentation string. Accounts for words
2109 already accepted on this line. Don't allow query-replace on line
2110 starting with math characters. Doesn't resend a line already sent
2111 to ispell process. Fixes alignment error bug.
2112
2113 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2114
2115 * dired-x.el (dired-guess-shell-alist-default):
2116 Suggest xloadimage, which is free, not xv, which isn't.
2117
2118 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2119 Don't ever include the host name or user name in the value.
2120
2121 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2122
2123 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2124 of a real newline.
2125
2126 2000-01-09 Stephen Eglen <stephen@gnu.org>
2127
2128 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2129 for .png files.
2130
2131 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2132
2133 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2134
2135 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2136
2137 * progmodes/cperl-mode.el: Replace ^F with ^L.
2138
2139 * sendmail.el (toplevel): Provide `sendmail' when compiling
2140 before `require'ing rmail and mailalias to prevent infinite
2141 recursion.
2142
2143 2000-01-08 Dave Love <fx@gnu.org>
2144
2145 * emacs-lisp/backquote.el: Remove inappropriate customization
2146 (allowing custom.el to use backquote).
2147
2148 2000-01-07 Dave Love <fx@gnu.org>
2149
2150 * add-log.el (add-log-debugging): Deleted.
2151 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2152 file. Remove debugging code.
2153 (change-log-get-method-definition, change-log-name): Add doc.
2154 (change-log-sortable-date-at): New function.
2155 (change-log-merge): New command.
2156
2157 * time.el (display-time-string-forms): Make the Mail string active.
2158 (display-time-update): Provide help-echo for load average.
2159
2160 * bindings.el (make-mode-line-mouse2-map): New function.
2161 (mode-line-modified): Use it and simplify.
2162 (mode-line-mule-info): Provide help-echo info.
2163 (minor-mode-alist): Activate the strings.
2164 (make-mode-line-mouse-sensitive): Simplify for
2165 mode-line-buffer-identification.
2166
2167 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2168
2169 * play/pong.el: New file.
2170
2171 2000-01-06 Dave Love <fx@gnu.org>
2172
2173 * array.el: Assorted cleanups for compiler warnings, doc strings,
2174 `array-' prefix for symbols.
2175
2176 2000-01-05 Dave Love <fx@gnu.org>
2177
2178 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2179 outline-headers-as-kill.
2180 (outline-mode): Define imenu-generic-expression.
2181 (outline-headers-as-kill): New command.
2182
2183 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2184 from paragraph-start.
2185 (paragraph-indent-minor-mode): New command.
2186
2187 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2188 M-C-e, M-C-h, C-j, C-xnd, TAB.
2189 (fortran-mode): Set beginning-of-defun, end-of-defun.
2190 (fortran-column-ruler): Simplify.
2191 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2192 (fortran-with-subprogram-narrowing): Likewise.
2193 (fortran-indent-subprogram): Call mark-defun.
2194 (fortran-check-for-matching-do): Change narrowing.
2195
2196 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2197 (cl-lucid-hash-tag): Delete.
2198 (cl-hash-table-p): Correct test for native table.
2199 (cl-hash-table-count): Use hash-table-count.
2200
2201 * browse-url.el (browse-url): Fix case of
2202 browse-url-browser-function being an alist.
2203
2204 2000-01-05 Carsten Dominik <cd@gnu.org>
2205
2206 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2207 (reftex-index-phrase-file-extension): New options.
2208
2209 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2210 Use new option `reftex-index-phrase-file-extension'.
2211
2212 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2213 `reftex-parse-file-extension'.
2214
2215 2000-01-05 Dave Love <fx@gnu.org>
2216
2217 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2218 (beginning-of-defun-raw): Use it.
2219 (end-of-defun): New variable.
2220 (end-of-defun): Use it.
2221 (check-parens): New command.
2222
2223 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2224
2225 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2226 (hs-show-block): Don't use `mapcar' when not accumulating.
2227
2228 Fix buglet in local variables initialization.
2229
2230 2000-01-05 Andreas Schwab <schwab@suse.de>
2231
2232 * hscroll.el (hscroll): Doc fix.
2233
2234 2000-01-05 Carsten Dominik <cd@gnu.org>
2235
2236 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2237 idlw-toolbar.
2238
2239 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2240 file idlw-rinfo.el.
2241 (idlwave-customize): load must read file idlw-shell.el.
2242 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2243
2244 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2245
2246 * progmodes/idlw-shell.el: Also provide idlwave-shell
2247 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2248 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2249
2250 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2251 both reftex-dcr and reftex-vcr.
2252
2253 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2254
2255 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2256
2257 * ps-print.el: PostScript code now is in separate files, doc fix.
2258 (ps-print-version): New version number (5.0.3).
2259 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2260 local.
2261 (ps-spool-config): Initialization fix.
2262 (ps-print-prologue-1, ps-print-prologue-2)
2263 (ps-print-duplex-feature): PostScript code moved to separated file.
2264 (ps-background-image): Little code reformating.
2265 (ps-begin-file, ps-begin-job): Fix code.
2266 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2267 (ps-prologue-file): New fun.
2268
2269 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2270
2271 * ps-vars.el: Eliminated.
2272
2273 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2274 `;;;###autoload'.
2275
2276 * ps-print.el: ps-vars eliminated, doc fix.
2277 (ps-print-version): New version number (5.0.2).
2278 (ps-spool-config): Initialization fix.
2279 (ps-print-customize): New fun.
2280
2281 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2282
2283 * autorevert.el (auto-revert-mode): Return value of
2284 auto-revert-mode.
2285
2286 2000-01-04 Dave Love <fx@gnu.org>
2287
2288 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2289 menu items.
2290
2291 2000-01-03 Dave Love <fx@gnu.org>
2292
2293 * elide-head.el (elide-head) [defgroup]: Add :version.
2294
2295 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2296 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2297 `cl-hash-table-p', not `hash-table-p'.
2298 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2299
2300 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * faces.el (face-read-integer, read-face-attribute)
2303 (color-defined-p, color-values): unspecified-{f,b}g are now
2304 strings.
2305
2306 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2307
2308 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2309 at comment end, and re-insert them after filling.
2310
2311 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2312
2313 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2314 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2315 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2316
2317 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2318
2319 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2320 the new name of face-color-supported-p.
2321
2322 * term/w32-win.el (xw-defined-colors): Likewise.
2323
2324 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2325
2326 * simple.el (completion-setup-function): Count completion-size
2327 from minibuffer-prompt-end, not from point-min.
2328
2329 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2330
2331 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2332 Pass the frame to tty-color-* functions.
2333 (display-color-p, frame-set-background-mode): Pass the frame to
2334 tty-display-color-p.
2335
2336 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2337 tty-color-alist.
2338 (tty-color-alist, tty-modify-color-alist): New functions.
2339 (tty-color-define, tty-color-clear, tty-color-approximate)
2340 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2341 an optional parameter FRAME.
2342
2343 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2344
2345 * image.el (create-image, defimage): Don't assume image data is a
2346 string.
2347
2348 * image.el (defimage): Handle specifications containing :data
2349 instead of :file.
2350 (image-type-from-data): New function.
2351 (image-type-from-file-header): Use it.
2352 (create-image): Add parameter DATA-P.
2353
2354 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2355
2356 * echistory.el (electric-command-history): Call Command-history-setup
2357 and command-history-mode using their new conventions.
2358
2359 * chistory.el (Command-history-setup): Don't switch buffers. Take
2360 no args, and do not set major-mode, mode-name or the local map.
2361 (command-history-mode): New function, does some of those things
2362 Command-history-setup used to do.
2363 (list-command-history): Call command-history-mode, not
2364 Command-history-setup.
2365 (command-history): Renamed from command-history-mode.
2366
2367 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2368
2369 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2370
2371 1999-12-31 William M. Perry <wmperry@aventail.com>
2372
2373 * image.el (defimage): Images with the `:data' keyword should be
2374 considered valid as well.
2375
2376 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2377
2378 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2379 with FILE if FILE is nil.
2380
2381 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2382
2383 * simple.el (choose-completion-string): In minibuffer,
2384 do not delete the prompt string.
2385
2386 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2387
2388 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2389 assigned to mode-line-mode-menu because bindings.el is dumped with
2390 Emacs, and thus the lists used for menu-item definition will be
2391 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2392 like pure menu item definitions.
2393
2394 * expand.el (expand-abbrev-hook): Return t if expansion was
2395 done, nil otherwise.
2396
2397 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2398
2399 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2400 (tar-quit): Function deleted.
2401
2402 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2403
2404 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2405 was used but not declared.
2406
2407 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2408 hs-find-block-beginning): Add or modify docstrings.
2409
2410 (hs-isearch-show): Rewrite.
2411
2412 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2413
2414 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2415
2416 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2417 space in front of a C-style comment end.
2418
2419 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2420
2421 * startup.el (command-line-1): Make mode line mouse-sensitive for
2422 the MS-DOS version as well.
2423
2424 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2425
2426 * bs.el: New file.
2427
2428 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2429
2430 * textmodes/ispell.el (ispell-process-line):
2431 Add local var line-offset to adjust for the change
2432 in positions within the line, due to previous replacements.
2433
2434 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2435
2436 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2437 Doc fixes.
2438
2439 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2440
2441 * add-log.el (change-log-version-number-regexp-list)
2442 (change-log-version-info-enabled): Change :version to 21.1.
2443 (toplevel): Require CL when compiling.
2444
2445 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2446
2447 * add-log.el (change-log-version-number-regexp-list): Added tag
2448 :version 20.6
2449 (change-log-version-info-enabled): Added tag :version 20.6
2450
2451 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2452
2453 * add-log.el: More general version number search with
2454 user-configurable regexp list.
2455 (change-log-version-number-regexp-list): New user variable.
2456 (change-log-find-version): Rewritten. Use user-configurable
2457 version numbering regexp list
2458 change-log-version-number-regexp-list.
2459 (change-log-find-version): Renamed to
2460 change-log-version-number-search
2461 (add-log-file-name-function): New.
2462 (change-log-search-vc-number): Added END paramaeter. Added doc
2463 string to function.
2464 (change-log-version-rcs): Renamed. Was
2465 change-log-search-vc-number.
2466
2467 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2468
2469 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2470 overlays if they interfere.
2471 (compilation-find-file): Make intangible overlays tangible.
2472
2473 * progmodes/hideshow.el: Generally, synch w/ maintainer
2474 version 5.9.
2475
2476 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2477
2478 (hs-minor-mode-hook): Don't initialize.
2479
2480 (hs-special-modes-alist): Rewrite value and docstring.
2481
2482 (hs-minor-mode-prefix): Delete unused var.
2483
2484 (hs-block-start-mdata-select): New var, buffer local.
2485
2486 (hs-headline): New var.
2487
2488 (hs-match-data, hs-forward-sexp): New funcs.
2489
2490 (hs-hide-comment-region): New func.
2491
2492 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2493 hs-safety-is-job-n, hs-hide-initial-comment-block,
2494 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2495 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2496 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2497 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2498 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2499
2500 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2501 (hs-isearch-show-temporary): New funcs.
2502
2503 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2504
2505 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2506
2507 When constructing menu, use `[(shift button2)]' notation.
2508
2509 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2510
2511 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2512 (jka-compr-compression-info-list): Add new elt to each vector.
2513 (jka-compr-write-region): Don't compress the data if it is
2514 already compressed.
2515
2516 * jka-compr.el (jka-compr-really-do-compress): New variable.
2517 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2518 if visiting.
2519 (jka-compr-write-region): Set jka-compr-really-do-compress
2520 if visiting. Test it when deciding to compress.
2521
2522 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2523
2524 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2525 with third argument t.
2526
2527 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2528
2529 * antlr-mode.el: Version 1.2 is released.
2530 (antlr): This package has a web page.
2531
2532 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2533
2534 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2535 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2536 (antlr-mode-map): New binding [C-c C-c].
2537 (antlr-mode-menu): New entries.
2538
2539 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2540
2541 * antlr-mode.el: Respect Emacs conventions.
2542 ((require 'cl)): Only use during compilation.
2543 (antlr-language-for-option): New function to avoid using `find'.
2544 (antlr-mode): Use it.
2545 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2546 (antlr-imenu-create-index-function): Change accordingly.
2547 (antlr-inside-rule-p): Ditto.
2548 (antlr-end-of-rule): Ditto.
2549 (antlr-end-of-body): Ditto.
2550 (antlr-beginning-of-rule): Ditto.
2551 (antlr-indent-line): Ditto.
2552
2553 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2554
2555 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2556 (antlr-set-tabs): Don't use hard-coded values.
2557
2558 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2559 won't be possible without a huge time penalty.
2560 (antlr-skip-exception-part): Be more specific.
2561 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2562 Renamed from `antlr-skip-grammar-header'.
2563 (antlr-next-rule): Change accordingly.
2564 (antlr-end-of-body): Ditto. Better error message.
2565 (antlr-beginning-of-body): Better error message.
2566 (antlr-imenu-create-index-function): Skip rule action prelude.
2567
2568 * antlr-mode.el: Minor syntax highlighting changes.
2569 (antlr-font-lock-default-face): Deletia.
2570 (antlr-font-lock-tokendef-face): Changed color.
2571 (antlr-font-lock-tokenref-face): Changed color.
2572 (antlr-font-lock-literal-face): Changed color.
2573 (antlr-font-lock-additional-keywords): Minor changes.
2574
2575 1999-12-20 Carsten Dominik <cd@gnu.org>
2576
2577 * progmodes/idlwave.el: New file.
2578
2579 * progmodes/idlwave-rinfo.el: New file.
2580
2581 * progmodes/idlwave-shell.el: New file.
2582
2583 * progmodes/idlwave-toolbar.el: New file.
2584
2585 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2586
2587 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2588
2589 * progmodes/cwarn.el: New file.
2590
2591 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2592
2593 * bindings.el (completion-ignored-extensions): Add .pdf.
2594
2595 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2596
2597 * version.el: Put the version info into binary on MS-DOS as well.
2598
2599 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2600
2601 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2602 debugger-may-continue is nil.
2603
2604 1999-12-18 Dave Love <fx@gnu.org>
2605
2606 * emacs-lisp/cl-macs.el: Remove conditional definition of
2607 eval-when-compile. Don't specify abs, expt, gethash,
2608 hash-table-count, hash-table-p as side-effect-free here.
2609 (cl-emacs-type): Don't declare.
2610 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2611 (cl-parse-loop-clause): Remove compatibility code.
2612
2613 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2614 (side-effect-free-fns): Add gethash, hash-table-count.
2615 (side-effect-and-error-free-fns): Add hash-table-p.
2616
2617 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2618 `cl-' to autoload names for some hash functions. Don't autoload
2619 eval-when-compile. Don't provide mini-cl.
2620 (cl-emacs-type): Remove.
2621 (cl-map-extents): Remove compatibility code.
2622
2623 * emacs-lisp/float.el: Bind free variables.
2624
2625 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2626
2627 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2628
2629 * bindings.el (completion-ignored-extensions): Add .tfm.
2630
2631 1999-12-16 Dave Love <fx@gnu.org>
2632
2633 * faces.el (set-face-attribute): Purecopy the attributes set.
2634
2635 * custom.el (custom-declare-variable): Purecopy value.
2636
2637 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2638 (byte-extrude-byte-code-vectors): Use remprop.
2639 (byte-compile-lambda): Check that arg is a lambda.
2640
2641 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2642
2643 * font-lock.el: System for adding and removing keywords.
2644 Both local (previously added keyword) and global keywords
2645 can be removed.
2646 (font-lock-remove-keywords): New user-level function.
2647 (font-lock-update-removed-keyword-alist): New internal function.
2648 (font-lock-removed-keywords-alist): New variable.
2649 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2650 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2651 growing datastructures.
2652 (font-lock-set-defaults): Removes keywords stored in
2653 `font-lock-removed-keywords-alist' after local keywords added.
2654
2655 1999-12-16 Anders Lindgren <andersl@andersl.com>
2656
2657 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2658 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2659
2660 * font-lock.el (c-keywords): Only highlight preprocessor
2661 directives when spelled correctly.
2662
2663 * font-lock.el (font-lock-match-c++-structor-declaration,
2664 c++-keywords): Fontify constructors and destructors with function
2665 face inside C++ class declarations.
2666
2667 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2668
2669 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2670 the shell from sh-shell-file.
2671
2672 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2673
2674 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2675
2676 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2677 if one of the files specified cannot be accessed by
2678 file-attributes. Do not strip any leading directories from the
2679 file names, to behave more like `ls' does.
2680
2681 * dired.el (dired-get-filename): Handle absolute file names.
2682 (dired-readin-insert): If argument is a cons, don't print
2683 "wildcard" on the ``total'' line.
2684
2685 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2686
2687 * faces.el (face-read-integer, read-face-attribute)
2688 (color-defined-p, color-values): Allow color values unspecified-fg
2689 and unspecified-bg, handle them as unspecified.
2690
2691 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2692
2693 * textmodes/reftex.el: (reftex-compile-variables): respect new
2694 structure of `reftex-index-macro'
2695 (reftex-compile-variables): Use the changed structure of
2696 `reftex-label-alist'.
2697
2698 * textmodes/reftex-vars.el (reftex-index-math-format,
2699 (reftex-toc-max-level): New option.
2700 reftex-index-phrases-search-whole-words,
2701 reftex-index-phrases-case-fold-search,
2702 reftex-index-phrases-skip-indexed-matches,
2703 reftex-index-phrases-wrap-long-lines,
2704 reftex-index-phrases-sort-prefers-entry,
2705 reftex-index-phrases-sort-in-blocks): New options.
2706 (reftex-index-macros): Option structure changed.
2707 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2708 (reftex-label-alist): Additional item in each entry to specify if
2709 the environment should be listed in the TOC.
2710 (eval-when-compile (require 'cl)) added.
2711
2712 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2713 longer deals with "repeat".
2714 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2715 now used.
2716 (reftex-index-phrases-comment-regexp,
2717 reftex-index-phrases-macrodef-regexp,
2718 reftex-index-phrases-phrase-regexp1,
2719 reftex-index-phrases-phrase-regexp2,
2720 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2721 New constants.
2722 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2723 reftex-index-phrases-font-lock-keywords,
2724 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2725 reftex-index-phrases-restrict-file): New variables.
2726 (reftex-index-phrase-selection-or-word,
2727 reftex-index-visit-phrases-buffer,
2728 reftex-index-initialize-phrases-buffer,
2729 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2730 reftex-index-next-phrase, reftex-index-this-phrase,
2731 reftex-index-all-phrases, reftex-index-region-phrases,
2732 reftex-index-phrases-parse-header,
2733 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2734 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2735 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2736 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2737 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2738 reftex-index-make-replace-string,
2739 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2740 reftex-index-phrase-match-is-indexed,
2741 reftex-index-phrases-fixup-line,
2742 reftex-index-phrases-replace-space,
2743 reftex-index-select-phrases-macro): New functions.
2744 (reftex-index-globalize, reftex-index-globally): functions removed
2745 (eval-when-compile (require 'cl)) added.
2746
2747 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2748 for max level.
2749 (reftex-toc-max-level-indicator): New variable.
2750 (reftex-toc-max-level): New command.
2751 (reftex-toc-map): New keybinding `t'.
2752 (reftex-toc-help): Constant updated.
2753 (eval-when-compile (require 'cl)) added.
2754
2755 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2756 `t' command key can change `reftex-toc-max-level'
2757 (eval-when-compile (require 'cl)) added.
2758
2759 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2760 `reftex-toc-max-level'
2761 (eval-when-compile (require 'cl)) added.
2762
2763 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2764 added.
2765
2766 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2767 added.
2768
2769 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2770 commands.
2771 (reftex-citation, reftex-do-citation,
2772 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2773 preselect a citation format.
2774 (eval-when-compile (require 'cl)) added.
2775
2776 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2777 parameter to-end
2778 (reftex-section-info): Deal with environment matches.
2779 (eval-when-compile (require 'cl)) added.
2780
2781 * reftex-global.el (eval-when-compile (require 'cl)) added.
2782
2783 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2784
2785 The following changes are for the new composition mechanism. We
2786 have deleted `composition' charset and composite characters,
2787 instead introduced a special text property `composition'.
2788
2789 * composite.el: New file.
2790
2791 * ps-mule.el: Define encode-composition-rule and find-composition
2792 for Emacs 20.4 and the earlier versions.
2793 (ps-mule-init-external-library): Just require a feature for
2794 external libraries.
2795 (ps-mule-prologue): Postscript code modified for new composition.
2796 (ps-mule-find-wrappoint): New arg COMPOSITION.
2797 (ps-mule-plot-string): Delete code for composite characaters.
2798 (ps-mule-plot-composition): New funcion.
2799 (ps-mule-prepare-font-for-components): New function.
2800 (ps-mule-plot-components): New function.
2801 (ps-mule-composition-prologue-generated): Renamed from
2802 ps-mule-cmpchar-prologue-generated.
2803 (ps-mule-composition-prologue): New named from
2804 ps-mule-cmpchar-prologue. Modified for new composition.
2805 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2806 ps-mule-prepare-cmpchar-font): Deleted.
2807 (ps-mule-string-encoding): New arg NO-SETFONT.
2808 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2809 check Composing, not Cmpchar
2810 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2811 to nil.
2812 (ps-mule-begin-job): Check existence of new composition.
2813
2814 * ps-print.el (ps-plot-region): Handle new composition.
2815
2816 * simple.el (what-cursor-position): Show "(composed)" if the
2817 character is composed.
2818
2819 * international/characters.el: Fix cateogries of Lao symbols.
2820
2821 * international/fontset.el (vertical-centering-font-regexp): New
2822 variable.
2823
2824 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2825 (mule-version-date): Updated to 1999.12.7.
2826 (with-category-table): New macro.
2827
2828 * international/mule-cmds.el (encode-coding-char): Don't check
2829 composite character.
2830
2831 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2832 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2833 x-ctext): Give `composition' property t.
2834
2835 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2836 non-nil) at the tail of ALIST.
2837 (compose-region, decompose-region, decompse-string,
2838 reference-point-alist, compose-chars): Moved to composite.el.
2839 (compose-chars-component, compose-chars-rule,
2840 decompose-composite-char): Deleted.
2841
2842 * international/quail.el (quail-install-map): New optional arg
2843 NAME.
2844 (quail-get-translation): If DEF is a symbol but not a function,
2845 ignore it.
2846 (quail-start-translation): Put a key sequence undefined in the
2847 translation keymap in unread-command-events, not generated-events.
2848 Return parameterized event (compose-last-chars N) if the input
2849 characters should be composed.
2850 (quail-map-definition): If DEF is t, treat it as nil.
2851 (quail-delete-last-char): Delete the quail region.
2852 (quail-show-translations): Don't show list of translations if the
2853 quail package is deterministic.
2854 (quail-completion-max-depth): New variable.
2855 (quail-completion-1): Pay attention to the above variable. Fix
2856 for the case that a translation is a function.
2857 (quail-map-from-table, quail-map-from-table-1,
2858 quail-map-from-table-2): New functions.
2859 (quail-lookup-map-and-concat): New function
2860
2861 * language/devan-util.el: Mostly rewritten.
2862
2863 * language/lao.el: Register lao-composition-function in
2864 composition-function-table.
2865
2866 * language/lao-util.el: Mostly rewritten.
2867
2868 * language/thai.el: Register thai-composition-function in
2869 composition-function-table.
2870 (thai-tis620): Delete `pre-write-conversion' property.
2871
2872 * language/thai-util.el: (thai-category-table): Make it by
2873 make-category-table.
2874 (thai-composition-pattern): New variable.
2875 (thai-compose-region, thai-compose-string): Use
2876 with-category-table.
2877 (thai-post-read-conversion): Just call thai-compose-region.
2878 (thai-pre-write-conversion): Deleted.
2879 (thai-composition-function): New funciton.
2880
2881 * language/tibet-util.el: Most functions rewritten.
2882 (tibetan-char-p): Renamed from tibetan-char-examin.
2883 (tibetan-composable-examin) (tibetan-complete-char-examin)
2884 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2885 (tibetan-add-components): New function.
2886 (tibetan-composition-function): New function.
2887
2888 * language/tibetan.el: Register tibetan-composition-function in
2889 composition-function-table.
2890 (tibetan-composable-pattern): New variable.
2891 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2892 (tibetan-precomposition-rule-alist): Move punctuations to
2893 tibetan-punctuation-transcription-alist and
2894 tibetan-obsolete-glyphs.
2895 (tibetan-punctuation-transcription-alist): New variable.
2896 (tibetan-obsolete-glyphs): New variable.
2897 (tibetan-regexp): Improve the initialization code.
2898
2899 * textmodes/fill.el (fill-find-break-point): Delete codes for
2900 composite characters.
2901 (fill-region-as-paragraph): Likewise.
2902
2903 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2904
2905 * international/mule-cmds.el (default-input-method): Specify
2906 that it should be set after current-language-environment.
2907
2908 * custom.el (custom-handle-keyword): Add :set-after.
2909 (custom-add-dependencies): New function.
2910 (custom-set-variables): Take dependencies between args into
2911 account.
2912
2913 * battery.el (battery): Doc fix.
2914
2915 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2916
2917 * progmodes/cc-make.el: Removed.
2918
2919 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2920
2921 * Release of cc-mode 5.26
2922
2923 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2924
2925 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2926 target depth. Optionally count #else lines as clause limits,
2927 as suggested by don provan <provan@lucent.com>. #elif
2928 handling fixed.
2929
2930 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2931 (c-down-conditional-with-else): New commands that uses the
2932 added functionality in `c-forward-conditional'.
2933
2934 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2935
2936 * cc-align.el (c-lineup-comment): Preserve the alignment with
2937 a comment on the previous line instead of preserving the
2938 comment-column.
2939
2940 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2941
2942 * Fixes to IDL mode after input from Eric Eide
2943 <eeide@cs.utah.edu>:
2944 * cc-engine.el (c-beginning-of-statement-1): Allow
2945 `c-conditional-key' to be nil, for the benefit of IDL mode.
2946 * cc-engine.el (c-guess-basic-syntax): Ditto.
2947 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2948 but do match CORBA 2.3 `valuetype'.
2949 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2950 for IDL.
2951 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2952 be nil for IDL.
2953 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2954 Like C++.
2955 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2956 set `c-method-key' and `c-baseclass-key' to nil.
2957
2958 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2959
2960 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2961 with nonhanging open braces.
2962
2963 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2964
2965 * cc-align.el: Added docstrings to all lineup functions.
2966
2967 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2968 keyword.
2969
2970 * cc-align.el (c-lineup-C-comments): Handle free form text
2971 comments. Use c-comment-prefix-regexp and comment-start-skip
2972 instead of hardcoded regexps.
2973
2974 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2975
2976 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2977 behavior and return value as documented.
2978
2979 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2980
2981 * Changes for new style variable init system:
2982 * cc-langs.el (c-common-init): Dito.
2983 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2984 now customizable.
2985 * cc-vars.el: Style variables may now take a value
2986 'set-from-style to make them take their value from the style
2987 system. This value is now the default on all these variables.
2988 * cc-vars.el (c-valid-offset): New function to verify a
2989 syntactic symbol offset setting.
2990 * cc-vars.el (c-offsets-alist): Variable moved from
2991 cc-styles.el since it's now customizable in a similar way to
2992 the other style variables.
2993 * cc-vars.el (c-old-style-variable-behavior): New variable to
2994 revert to the old style init behavior.
2995
2996 * cc-vars.el (c-file-style, c-file-offsets): Made always
2997 buffer local.
2998
2999 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3000 the throws clause that might follow the function prototype in
3001 C++.
3002
3003 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3004
3005 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3006 could move forward for macros that doesn't start in column 0.
3007
3008 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3009
3010 * cc-align.el (c-indent-multi-line-block,
3011 c-lineup-whitesmith-in-block): Two new lineup functions for
3012 use in whitesmith style.
3013
3014 * cc-styles.el (c-style-alist): More fixes to whitesmith
3015 style. It should now handle all different braces uniformly in
3016 both hanging and non-hanging cases.
3017
3018 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3019
3020 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3021 make it stay in the same position relative to the surrounding
3022 text.
3023
3024 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3025 when adaptive-fill-mode doesn't manage to get it correct.
3026
3027 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3028 with dotted notation, e.g. foo.bar.Gnu.
3029
3030 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3031 within unwind-protect (previously only some were wrapped so it
3032 would be possible to register mode initialization when full
3033 initialization did not finish).
3034
3035 * cc-styles.el (c-style-alist): Corrected the brace placement
3036 in the whitesmith style. Thanks to Sean Luke
3037 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3038 styles with consistent brace placement for all constructs.
3039
3040 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3041
3042 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3043 when point is in the middle of them.
3044
3045 * cc-cmds.el: Line breaking and paragraph filling code
3046 rewritten:
3047 (c-guess-fill-prefix): New function that uses various
3048 heuristics to guess the comment prefix.
3049 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3050 It now assumes adaptive filling is active to preserve the line
3051 prefix inside comments.
3052 (c-indent-new-comment-line): Replacement for the now
3053 obsolete `c-comment-line-break-function' that uses
3054 `c-guess-fill-prefix' when appropriate. It now observes the
3055 setting of `comment-multi-line', which has effect in C-style
3056 block comments.
3057
3058 * cc-cmds.el (c-context-line-break): New function intended to
3059 be put on RET. It's essentially `newline-and-indent', but
3060 continues C block comments with the appropriate line prefix.
3061
3062 * cc-cmds.el (c-do-auto-fill): New function put on
3063 `normal-auto-fill-function' to implement the
3064 `c-ignore-auto-fill' variable.
3065
3066 * cc-cmds.el (c-beginning-of-statement): Use
3067 `c-comment-prefix-regexp' to avoid ending up inside the
3068 comment prefix. Better handling of comment starters and
3069 enders. Catch comments better when traversing code. Stop at
3070 preprocessor directives.
3071
3072 * cc-defs.el (c-forward-comment): New subst to hide platform
3073 dependent quirks in `forward-comment'.
3074
3075 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3076 argument.
3077 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3078 arguments. Activate this function by default when
3079 `parse-partial-sexp' supports it (currently Emacs 20.x).
3080
3081 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3082 on the comment opener to make constants usable as lineup
3083 arguments.
3084
3085 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3086 changed anchor position in the `c' syntactic symbol. Handle
3087 more than stars in the comment prefix; use the new variable
3088 `c-comment-prefix-regexp'. Don't indent text not preceded by
3089 a comment prefix to the right of the comment opener if it's
3090 long.
3091
3092 * cc-langs.el: Fixes to mode initialization for new line
3093 breaking and paragraph filling method. Adaptive fill mode is
3094 now activated at startup instead of deactivated. The
3095 variables used for adaptive filling and paragraph movement are
3096 also changed to incorporate the value of
3097 `c-comment-prefix-regexp'. `substitute-key-definition' is
3098 used to override some functions in the global map instead of
3099 overriding their default bindings.
3100
3101 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3102 javadoc markup at mode init.
3103
3104 * cc-mode.el (c-setup-filladapt): A new convenience function
3105 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3106 function is intended to be used explicitly by the end user
3107 only.
3108
3109 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3110 recognize the comment fill prefix inside comments.
3111 (c-block-comment-prefix): New name for
3112 `c-comment-contiuation-stars', which is now obsolete. It's
3113 generalized to handle any character sequence.
3114 (c-ignore-auto-fill): New variable used to selectively disable
3115 Auto Fill mode in specific contexts.
3116
3117 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3118
3119 * cc-cmds.el (c-comment-indent): Leave at least one space
3120 between the comment and the last nonblank character in the
3121 case where we look at the indentation of the comment on the
3122 previous line (case 4).
3123
3124 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3125 list of characters that may start a statement (it's a sort of
3126 prefix operator in Pike, and isn't used at all in any of the
3127 other languages).
3128
3129 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3130
3131 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3132 inside continued statements as statement-cont instead of
3133 brace-list-open. The reason is that one normally adjusts
3134 brace-list-open for brace lists as top-level constructs, and
3135 brace lists inside statements is a completely different
3136 context. Case 10B.2 changed. Also changed (the somewhat
3137 esoteric) case 9A to cope with this.
3138
3139 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3140
3141 * cc-cmds.el (c-electric-brace): Added electric handling of
3142 the open brace for brace-elseif-brace.
3143
3144 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3145
3146 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3147 syntax tables temporarily.
3148
3149 * cc-engine.el (c-guess-basic-syntax): Handle template and
3150 member init argument lists split over several lines. Case 5D
3151 changed.
3152
3153 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3154 @throws introduced in Javadoc 1.2.
3155
3156 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3157 patch from RMS to avoid infinite backtracking.
3158
3159 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3160
3161 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3162 by [ ].
3163
3164 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3165
3166 * cc-align.el (c-lineup-dont-change): Compensate properly for
3167 the column in langelem.
3168
3169 * cc-engine.el (c-syntactic-information-on-region): New
3170 function to help debugging the syntactic analysis.
3171
3172 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3173
3174 * cc-align.el (c-lineup-template-args): Handle nested template
3175 arglists.
3176
3177 * cc-langs.el (c++-template-syntax-table): New syntax table
3178 that makes `<' and `>' parenthesis characters, which is useful
3179 to switch to temporarily when analyzing template arglists.
3180
3181 * cc-styles.el: Changed default alignment of labels in the
3182 java style to conform to the examples in the Java Language
3183 Specification.
3184
3185 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3186 by default.
3187
3188 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3189
3190 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3191 immediately before the closing paren in an arglist, so don't
3192 check that in Pike mode. Case 7A changed.
3193
3194 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3195
3196 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3197 lines were ignored under certain conditions.
3198
3199 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3200
3201 * cc-align.el (c-lineup-template-args): New function for
3202 aligning continued template argument lists.
3203
3204 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3205 lists containing function arglists split over several lines.
3206 Case 5D.1 changed.
3207
3208 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3209 template-args-cont didn't get recognized when the first
3210 arglist opener line doesn't contain a template argument. New
3211 case 5K.
3212
3213 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3214
3215 * cc-defs.el (c-point): Changed from subst to macro for
3216 efficiency.
3217 (c-beginning-of-defun-1, c-end-of-defun-1): New
3218 beginning-of-defun/end-of-defun wrappers separated from
3219 c-point.
3220
3221 * cc-menus.el (imenu-generic-expression,
3222 imenu-case-fold-search, imenu-progress-message): Dummy
3223 definitions to avoid compiler warnings if imenu can't be
3224 loaded.
3225 * cc-menus.el (cc-imenu-init): New function called at mode
3226 init.
3227 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3228 imenu initializations to cc-imenu-init.
3229
3230 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3231
3232 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3233 for lambda-intro-cont in Pike mode. Case 6 changed.
3234
3235 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3236 anything following "new Foo()" was considered an anonymous
3237 class body in Java mode.
3238
3239 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3240
3241 * cc-cmds.el (c-comment-line-break-function): When breaking in
3242 a string, don't insert a new line.
3243
3244 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3245
3246 * cc-engine.el (c-at-toplevel-p): New interface function which
3247 returns information useful to add-on authors. It tells you
3248 whether you're at a toplevel statement or not.
3249
3250 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3251
3252 * cc-cmds.el (c-comment-line-break-function): It is possible
3253 that forward-line does not land us at the bol, say if we're on
3254 the last line in a file. In that case, do a
3255 back-to-indentation instead of a forward-comment -1.
3256
3257 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3258
3259 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3260 "default:" as normal label in case 4.
3261
3262 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3263
3264 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3265 recognize continued bitfield declarations. Case 5D.1 changed.
3266 * cc-langs.el: New variable c-bitfield-key.
3267 * cc-mode.el: New variable c-bitfield-key.
3268
3269 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3270
3271 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3272 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3273 ..}").
3274
3275 1999-12-12 Dave Love <fx@gnu.org>
3276
3277 * mail/footnote.el: Require cl when compiling. Don't autoload
3278 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3279 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3280 Avoid `acons'.
3281 (footnote-mode-line-string, Footnote-add-footnote): Remove
3282 autoload cookie.
3283
3284 1999-12-12 Richard Sharman <rsharman@pobox.com>
3285
3286 * sh-script.el: Fix for when font-lock mode is active.
3287 (sh-font-lock-unfontify-region-function): New function.
3288
3289 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3290
3291 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3292 if start-process is not bound, since Ispell now supports such
3293 platforms as well.
3294
3295 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3296
3297 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3298 rmail-summary-goto-msg.
3299
3300 * files.el (after-find-file): Fix previous change.
3301
3302 1999-12-11 Dave Love <fx@gnu.org>
3303
3304 * help.el (where-is): Use `commandp' as predicate for
3305 `completing-read'
3306
3307 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3308
3309 * cus-edit.el (custom-save-delete): Delete all occurrences,
3310 leave point where the first occurrence was.
3311 (custom-save-faces): Insert a newline at the end of the comment.
3312 Avoid a double newline there.
3313 If final closeparen is at bol, put a space before it.
3314 (custom-save-variables): Likewise.
3315 (custom-file): Doc fix.
3316
3317 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3318
3319 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3320 regexp matching image and audio files.
3321
3322 1999-12-09 Dave Love <fx@gnu.org>
3323
3324 * mail/footnote.el: New file.
3325
3326 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3327
3328 * files.el (after-find-file): Use auto-save-visited-file-name if
3329 set.
3330
3331 * mail/feedmail.el (feedmail-find-eoh): Take
3332 feedmail-queue-alternative-mail-header-separator into account.
3333
3334 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3335
3336 * smerge-mode.el: New file.
3337
3338 * font-lock.el (font-lock-multiline): New variable.
3339 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3340 (font-lock-remove-keywords): Added a dummy `mode' argument for
3341 potential future support.
3342 (font-lock-fontify-anchored-keywords,
3343 (font-lock-fontify-keywords-region): Only handle multiline strings
3344 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3345
3346 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3347
3348 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3349
3350 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3351
3352 1999-12-07 Dave Love <fx@gnu.org>
3353
3354 * help.el (view-emacs-problems): New command, bound to C-h P.
3355
3356 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3357
3358 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3359
3360 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3361 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3362 New code to support the minor mode version.
3363 (diff-recenter): New function.
3364 (diff-next-hunk, diff-next-file): Use it.
3365 (diff-remembered-files-alist): New var.
3366 (diff-merge-strings): New function.
3367 (diff-find-file-name): Make it smarter and use the user's input more.
3368 (diff-mode): Cosmetic changes.
3369
3370 * files.el (save-some-buffers): Turn EXITING into the more general
3371 PRED argument to allow specifying a subset of buffers.
3372
3373 * simple.el (kill-region): Use the new `delete-and-extract-region'
3374 rather than the undo log (which is incorrect with *-change-functions).
3375
3376 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3377 off-by-one problem that could force re-fontifying the whole buffer.
3378 (font-lock-remove-keywords): New function.
3379 (font-lock-add-keywords): Use the new function to ensure idempotence.
3380
3381 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3382
3383 * viper-cmd.el (viper-minibuffer-standard-hook,
3384 viper-minibuffer-real-start): Mew functions.
3385 (viper-read-string-with-history,viper-file-add-suffix,
3386 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3387 change in the status of the minibuffer prompt.
3388
3389 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3390
3391 * comint.el (comint-redirect-results-list)
3392 (comint-redirect-results-list-from-process): Remove interactive
3393 spec.
3394
3395 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3396
3397 * info.el (info-node, info-menu-5, info-xref): Define colors for
3398 Info faces if the display supports them.
3399
3400 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3401
3402 Changes for automatic remapping of X colors on terminal frames:
3403
3404 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3405 term-setup-hook. Call msdos-remember-default-colors and
3406 msdos-handle-reverse-video.
3407 (msdos-face-setup): Parts of code moved to
3408 msdos-setup-initial-frame.
3409 (msdos-handle-reverse-video): New function, modeled after
3410 x-handle-reverse-video.
3411 (make-msdos-frame): Don't use initial-frame-alist and
3412 default-frame-alist. Call msdos-handle-reverse-video.
3413 (msdos-color-aliases): Remove.
3414 (msdos-color-translate, msdos-approximate-color): Remove.
3415 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3416 for better approximation of X colors.
3417 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3418 up tty-color-alist (it is now on startup.el).
3419 (x-display-color-p, x-color-defined-p, x-color-values,
3420 x-defined-colors, face-color-supported-p, face-color-gray-p):
3421 Remove.
3422
3423 * facemenu.el (facemenu-read-color, list-colors-display): Use
3424 defined-colors for all frame types.
3425 (facemenu-color-equal): Use color-values for all frame types.
3426
3427 * faces.el (read-face-attribute): For :foreground and :background
3428 attributes and frames on character terminals, translate the color
3429 to the closest supported one before looking it up in the list of
3430 valid values.
3431 (face-valid-attribute-values): Call defined-colors for all types
3432 of frames.
3433 (defined-colors, color-defined-p, color-values, display-color-p):
3434 New finctions.
3435 (x-defined-colors, x-color-defined-p, x-color-values,
3436 x-display-color-p): Aliases for the above.
3437
3438 * startup.el (command-line): Register terminal colors for frame
3439 types other than x and w32, but only if the terminal supports
3440 colors. Call tty-color-define instead of face-register-tty-color.
3441
3442 * term/x-win.el (xw-defined-colors): Renamed from
3443 x-defined-colors.
3444 * term/w32-win.el (xw-defined-colors): Likewise.
3445
3446 * term/tty-colors.el: New file.
3447 * loadup.el: Load term/tty-colors.
3448
3449 1999-12-06 Dave Love <fx@gnu.org>
3450
3451 * ffap.el: Autoload the ffap alias directly.
3452
3453 1999-12-06 Inge Frick <inge@nada.kth.se>
3454
3455 * dired-aux.el (dired-do-shell-command): Changed documentation.
3456 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3457 meaning as `*'.
3458
3459 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3460
3461 * simple.el (insert-buffer): Doc fix.
3462
3463 * apropos.el (apropos-mode): Add autoload cookie.
3464
3465 1999-12-06 Sam Steingold <sds@goems.com>
3466
3467 * progmodes/etags.el (etags-tags-completion-table): Modified the
3468 regexp to allow for the CL symbols starting with `+*'.
3469 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3470 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3471 `function' quoting lambda.
3472 (tags-with-face): New macro.
3473 (list-tags, tags-apropos): Use it.
3474 (tags-apropos-additional-actions): New user option.
3475 (etags-tags-apropos-additional): Use it.
3476 (tags-apropos): Call etags-tags-apropos-additional.
3477 (tags-apropos-verbose): New user option.
3478 (etags-tags-apropos): Use it.
3479 (visit-tags-table-buffer, next-file): Use `unless'.
3480 (recognize-empty-tags-table): Renamed to
3481 tags-recognize-empty-tags-table.
3482 (complete-tag): Call tags-complete-tag bypassing try-completion.
3483
3484 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3485
3486 * international/mule.el (set-buffer-file-coding-system): Docstring
3487 modified.
3488
3489 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3490
3491 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3492 using the hideshow package.
3493 (hs-special-modes-alist): Added entry for bibtex to allow the use
3494 of the hideshow package.
3495 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3496 not longer provided by bibtex.el directly. Instead the hideshow
3497 package should be used.
3498 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3499 references to bibtex-hide-entry-bodies.
3500
3501 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3502
3503 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3504 maintainer information closer to the beginning of the bibtex.el
3505 file.
3506 (bibtex-maintainer-salutation): New constant.
3507 (bibtex-version): New constant.
3508 (bibtex-submit-bug-report): Use bibtex-version and
3509 bibtex-maintainer-salutation.
3510 (bibtex-entry-field-alist): Made booktitle field optional for
3511 @inproceedings entries when crossreferenced.
3512 (bibtex-entry-field-alist): Added booktitle field to proceedings
3513 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3514 for the suggestion.
3515 (bibtex-string-file-path): Fixed typo.
3516
3517 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3518
3519 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3520 for reftex.el.
3521 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3522 to menu.
3523
3524 1999-12-04 Dave Love <fx@gnu.org>
3525
3526 * delsel.el: Revert previous change -- region is significant to
3527 skeleton.
3528
3529 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3530
3531 * viper-cmd.el (viper-change-state): Use
3532 viper-ESC-moves-cursor-back to decide whether to move the cursor
3533 back.
3534
3535 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3536
3537 * international/mule-util.el (truncate-string-to-width): Docsting
3538 fixed.
3539
3540 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3541
3542 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3543 use of `cond'.
3544 (lm-with-file): Move all the find-file...kill-buffer stuff into
3545 this macro. Make it use `find-file-noselect' and make it kill
3546 the buffer only if it wasn't already displayed somewhere.
3547 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3548 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3549 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3550 (lm-commentary): Fix to handle the case when the change log is
3551 at the end of the file.
3552
3553 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3554
3555 * international/mule.el (charsetp): Fix typo in docstring.
3556
3557 * international/mule-diag.el (list-coding-categories): Fix typo;
3558 automatic -> autoload.
3559
3560 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3561
3562 * vc.el (vc-update-change-log): Look for rcs2log under
3563 exec-directory.
3564
3565 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3566 outline-regexp, add outline-level.
3567 (lisp-outline-level): New.
3568
3569 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3570 remove extraneous string-match.
3571
3572 * finder.el (finder-commentary): Activate Finder mode.
3573
3574 1999-12-01 Anders Lindgren <andersl@andersl.com>
3575
3576 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3577 off when reverting buffers that contained mode specifiers.
3578 `revert-buffer' is now called with non-nil PRESERVE-MODES
3579 argument.
3580
3581 1999-12-01 Dave Love <fx@gnu.org>
3582
3583 * delsel.el: Grok skeleton-pair-insert-maybe.
3584
3585 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3586
3587 * progmodes/cperl-mode.el (cperl-under-as-char):
3588 Use nil as default.
3589
3590 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3591
3592 * speedbar.el (toplevel): Remove compatibility code for Emacs
3593 versions without custom.el.
3594
3595 1999-11-30 Dave Love <fx@gnu.org>
3596
3597 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3598
3599 * autoinsert.el: Minor doc fixes.
3600 (auto-insert): Return nil.
3601
3602 * faces.el (set-face-documentation): Purecopy STRING.
3603
3604 1999-11-29 Dave Love <fx@gnu.org>
3605
3606 * derived.el: Doc fixes, remove old backquote syntax.
3607
3608 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3609 comment warning about editing.
3610
3611 * help.el (help-mode-hook): Define.
3612
3613 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3614
3615 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3616 invalid translation of old-style backquote syntax to new syntax.
3617
3618 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3619
3620 * Makefile (DONTCOMPILE): Add term/internal.el.
3621
3622 1999-11-26 Dave Love <fx@gnu.org>
3623
3624 * comint.el: Fix last change.
3625
3626 * emacs-lisp/advice.el: Fix last change.
3627
3628 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3629
3630 * cus-edit.el (Custom-reset-standard): Doc fix.
3631 (custom-variable-reset-standard): Doc fix.
3632 (custom-face-reset-standard): Doc fix.
3633 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3634 (custom-variable-menu): Likewise.
3635 (custom-reset-menu): Likewise.
3636 (custom-buffer-create-internal): Likewise.
3637
3638 1999-11-26 Dave Love <fx@gnu.org>
3639
3640 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3641
3642 * font-lock.el: Doc fixes.
3643
3644 * menu-bar.el (menu-bar-mode): Customize.
3645
3646 * cus-start.el: Add use-dialog-box.
3647
3648 * add-log.el (change-log-mode-hook): Customize.
3649 (add-log-current-defun): Use
3650 fortran-{beginning,end}-of-subprogram.
3651
3652 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3653
3654 * emacs-lisp/advice.el: Many doc fixes.
3655
3656 * comint.el (comint-preoutput-filter-functions): Doc fix.
3657
3658 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3659
3660 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3661 Improve messages for capitalization of arg names,
3662 for flag variables, for t and nil, for imperatives.
3663 Call them imperatives rather than infinitives sans "to".
3664 (checkdoc-common-verbs-wrong-voice): Add "moves".
3665 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3666
3667 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3668 Don't convert comments from 3-semicolon to 2-semicolon.
3669 That is a matter of style.
3670 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3671 (checkdoc-comments): Don't bind that variable.
3672
3673 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3674
3675 * files.el (write-file-hooks): Doc fix.
3676
3677 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3678
3679 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3680
3681 1999-11-25 Dave Love <fx@gnu.org>
3682
3683 * hippie-exp.el: Require comint when compiling.
3684 (hippie-expand): Add :links.
3685 (hippie-expand-try-functions-list): Customize.
3686
3687 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3688
3689 * viper*el: Replaced old-style backquotes.
3690
3691 * ediff*el: Replaced old-style backquotes.
3692
3693 * ediff-merge
3694 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3695 Changed to support the new format for ediff-combination-pattern.
3696
3697 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3698 Changed to support the new format for ediff-combination-pattern.
3699
3700 1999-11-24 Dave Love <fx@gnu.org>
3701
3702 * custom.el (custom-declare-group): Purecopy DOC.
3703 (custom-handle-keyword): Purecopy VALUE.
3704 (custom-add-link): Purecopy WIDGET.
3705 (custom-add-version): Purecopy VERSION.
3706 (custom-add-load): Purecopy LOAD.
3707
3708 * cus-face.el (custom-declare-face): Purecopy DOC.
3709
3710 * info.el:
3711 (Info-build-node-completions, Info-search, Info-follow-reference)
3712 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3713 (Info-find-emacs-command-nodes): Avoid properties on matched text
3714 which may appear in minibuffer.
3715
3716 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3717
3718 * locate.el (locate-with-filter): Doc fix.
3719
3720 1999-11-24 Alex Schroeder <alex@gnu.org>
3721
3722 * sql.el (sql-find-sqli-buffer): New function.
3723 (sql-set-sqli-buffer-generally): New function.
3724 (sql-set-sqli-buffer): Better checking of new-buffer.
3725 (sql-copy-column): Add comma after INTO clause, too.
3726
3727 1999-11-24 Alex Schroeder <alex@gnu.org>
3728
3729 * sql.el (sql-imenu-generic-expression): New, used to set
3730 imenu-generic-expression.
3731
3732 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3733 setting font-lock-defaults' SYNTAX-ALIST. Set
3734 imenu-generic-expression, imenu-case-fold-search, and
3735 imenu-syntax-alist.
3736
3737 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3738 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3739
3740 1999-11-23 Andrew Innes <andrewi@gnu.org>
3741
3742 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3743 drop coords aren't over a specific window.
3744
3745 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3746
3747 * ps-print.el: Define mule funs without checking if mule package is
3748 loaded.
3749 (ps-print-version): New version number (5.0.1).
3750 (ps-header-dirpart): Now uses abbreviate-file-name.
3751
3752 1999-11-23 Dave Love <fx@gnu.org>
3753
3754 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3755 comment-line-start.
3756 (fortran-comment-line-start-skip): Renamed from
3757 comment-line-start-skip.
3758 (fortran-mode-map): Use renamed functions. Add manual and custom
3759 entries to menu.
3760 (fortran-mode-hook): Customize.
3761 (fortran-comment-indent-function): Renamed from
3762 fortran-comment-hook.
3763 (delete-horizontal-regexp): Function deleted.
3764 (fortran-electric-line-number): Simplified.
3765 (fortran-beginning-of-subprogram): Renamed from
3766 beginning-of-fortran-subprogram.
3767 (fortran-end-of-subprogram): Renamed from
3768 end-of-fortran-subprogram.
3769 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3770 (fortran-previous-statement, fortran-next-statement): Simplified.
3771 (fortran-blink-match): New function.
3772 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3773 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3774 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3775 line-end-position.
3776 (fortran-fill): No longer interactive. Simplified.
3777 (fortran-break-line): Simplified.
3778 (fortran-analyze-file-format): Use char-after, not looking-at.
3779
3780 * emacs-lisp/find-func.el (find-function-regexp): Use
3781 `define-minor-mode' after easy-menu change.
3782
3783 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3784
3785 * comint.el: Add redirection.from active comint buffers into
3786 another buffer. Written by Peter Breton.
3787
3788 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3789
3790 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3791 `define-minor-mode'.
3792 (define-minor-mode): Specify `doc-string-elt'.
3793
3794 * emacs-lisp/easy-mmode.el: Changed maintainer.
3795 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3796 Use defcustom for the hooks; Improve the auto-generated docstrings.
3797 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3798 (define-minor-mode): Add BODY arg; Only declare the keymap if
3799 provided; Improve the auto-generated docstrings.
3800
3801 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3802
3803 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3804 that the leading `^' is at the start. This is necessary because
3805 paragraphs.el tries to remove anchors, but can find them only if
3806 they are the first character.
3807
3808 * progmodes/antlr-mode.el: New file.
3809
3810 * calendar/calendar.el: Fix autoload for
3811 calendar-absolute-from-astro. Add autoload for
3812 calendar-print-astro-day-number.
3813
3814 1999-11-21 Anders Lindgren <andersl@andersl.com>
3815
3816 * follow.el: Use modern backquote syntax. Minor comment update.
3817
3818 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3819
3820 * simple.el (with-syntax-table): Don't switch buffers.
3821
3822 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3823 progmodes/hideif.el: Use new backquote syntax.
3824
3825 1999-11-21 Ken Manheimer <klm@python.org>
3826
3827 * icomplete.el (icomplete-completions): Use an explicit variable
3828 `icomplete-prospects-length', obviating the need to use an
3829 apparently faulty throw/catch arrangement.
3830
3831 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3832
3833 * term/internal.el (IT-display-table-setup): Don't overstep
3834 character code 255.
3835
3836 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3837
3838 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3839 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3840
3841 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3842
3843 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3844 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3845
3846 * files.el (auto-mode-alist): Add patterns for diff-mode.
3847
3848 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3849 to detect an empty prompt.
3850
3851 1999-11-18 Dave Love <fx@gnu.org>
3852
3853 * simple.el (input-mode-8-bit): Fix the customization.
3854
3855 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3856
3857 * international/iso-acc.el (iso-languages): Add more
3858 characters for Portuguese.
3859
3860 * speedbar.el: Clean up comment at the start of the file.
3861 Remove RCS id.
3862
3863 * progmodes/compile.el (compilation-parse-errors): Use
3864 compilation-buffer-p instead of testing major-mode.
3865
3866 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3867
3868 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3869 (quickurl-ask): completion-ignore-case is set to the value of
3870 quickurl-completion-ignore-case for the duration of the call to
3871 completing-read.
3872
3873 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3874
3875 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3876
3877 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3878
3879 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3880 instead of ps-print-def.
3881
3882 * ps-print.el: Require ps-vars instead of ps-print-def.
3883
3884 * ps-mule.el: Require ps-vars instead of ps-print-def.
3885
3886 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3887
3888 * simple.el (with-syntax-table): Save buffer explicitly instead of
3889 using save-excursion.
3890
3891 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3892
3893 * mail/supercite.el: New maintainer.
3894
3895 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3896
3897 * progmodes/vhdl-mode.el: Use new backquote syntax.
3898
3899 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3900
3901 * simple.el (with-syntax-table): New.
3902
3903 1999-11-15 Sam Steingold <sds@ksp.com>
3904
3905 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3906
3907 1999-02-22 Sam Steingold <sds@goems.com>
3908
3909 * goto-addr.el (goto-address-at-mouse,
3910 goto-address-find-address-at-point): Use compose-mail.
3911 (goto-address-mail-method): Removed variable.
3912 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3913 goto-address-send-using-mail): Removed functions.
3914
3915 1998-11-03 Sam Steingold <sds@goems.com>
3916
3917 * simple.el (backward-delete-char-untabify):
3918 backward-delete-char-untabify-method can be `all' now - to delete
3919 hungrily including newlines.
3920
3921 1999-11-15 Sam Steingold <sds@ksp.com>
3922
3923 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3924
3925 1999-11-15 Dave Love <fx@gnu.org>
3926
3927 * cus-edit.el (customize-face, customize-face-other-window):
3928 Require match from completing-read.
3929 (custom-buffer-done-function): Default to custom-bury-buffer, not
3930 bury-buffer.
3931
3932 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3933
3934 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3935 progmodes/cperl-mode.el: Use new backquote syntax.
3936
3937 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3938
3939 * uniquify.el: Use new backquote syntax.
3940
3941 1999-11-14 Markus Rost <rost@ias.edu>
3942
3943 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3944 as in ispell-local-dictionary-alist.
3945
3946 1999-11-14 Alex Schroeder <alex@gnu.org>
3947
3948 * ansi-color.el (ansi-color-apply): Updated regexps to include
3949 highlighted face.
3950
3951 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3952
3953 * forms.el (forms--make-format-elt-using-text-properties):
3954 Treat `intangible' differently.
3955
3956 * forms.el: Use new backquote syntax.
3957
3958 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3959
3960 * textmodes/scribe.el (scribe-mode): Doc-fix.
3961
3962 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3963
3964 * net-utils.el (run-network-program, net-utils-run-program): Use
3965 the new backquote syntax.
3966 (smbclient-program, smbclient-program-options)
3967 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3968 variables
3969 (smbclient, smbclient-list-shares): New functions
3970
3971 1999-11-12 Sam Steingold <sds@ksp.com>
3972
3973 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3974 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3975 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3976 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3977 (viper-kbd-global-pair, viper-kbd-global-definition):
3978 Use the new backquote syntax.
3979
3980 * emulation/viper-cmd.el (viper-test-com-defun)
3981 (viper-prefix-arg-value, viper-prefix-arg-com):
3982 Use the new backquote syntax.
3983
3984 * emacs-lisp/debug.el (debugger-env-macro):
3985 Use the new backquote syntax.
3986
3987 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3988 Use the new backquote syntax.
3989
3990 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3991 New user variable.
3992 (calendar-hide-window): Use it.
3993 (increment-calendar-month, calendar-for-loop, calendar-sum):
3994 Use the new backquote syntax.
3995
3996 1999-11-12 Andrew Innes <andrewi@gnu.org>
3997
3998 * select.el (x-set-selection): Call buffer-substring, not
3999 substring. Also fix docstring
4000
4001 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4002
4003 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4004 of customizable variables to bug report message. Added
4005 system-type to package name in bug report.
4006
4007 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4008
4009 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4010 to display file names.
4011
4012 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4013
4014 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4015
4016 * isearch.el: Add lazy-highlighting feature.
4017
4018 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4019
4020 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4021 constant.
4022 (ps-mode-submit-bug-report): New function. Entry added to menu.
4023
4024 1999-11-10 William M. Perry <wmperry@aventail.com>
4025
4026 * mwheel.el: New file to support the new style wheeled mice.
4027
4028 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4029
4030 * startup.el (initial-scratch-message): Add ";;" to the front of
4031 lines in the message.
4032
4033 * files.el (file-local-copy): Remove optional BUFFER argument
4034 because that's not used by anything.
4035
4036 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4037 to-address.
4038
4039 1999-11-08 Markus Rost <rost@ias.edu>
4040
4041 * wid-edit.el (widget-button-click): Wrap with save-excursion
4042 to restore track-mouse in the correct buffer.
4043
4044 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4045
4046 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4047
4048 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4049
4050 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4051 lpr-command to "lp" for some system-types. (copied from lpr.el
4052 Emacs version 20.2.1).
4053
4054 1999-11-04 Markus Rost <rost@ias.edu>
4055
4056 * simple.el (comment-region): Strip off white space at end of
4057 comment-start.
4058
4059 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4060
4061 * faces.el (secondary-selection): Fix wrong color name.
4062
4063 1999-11-04 John Tobey <jtobey@epsilondev.com>
4064
4065 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4066 the default when invoking perldb in a non-Perl buffer, and other
4067 cases involving -e or --.
4068
4069 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4070
4071 * simple.el (previous-matching-history-element)
4072 (next-history-element): Use delete-field instead of erase-field.
4073
4074 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4075 Use delete-field instead of erase-field.
4076
4077 * faces.el (secondary-selection): Change background to yellow.
4078
4079 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4080 find the start of the text. Use field-string to read the user
4081 input.
4082
4083 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4084
4085 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4086 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4087 for compatibility with old face implementation.
4088
4089 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4090 Use erase-field instead of erase-buffer.
4091
4092 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4093 internal-show-cursor with new interface.
4094 (blink-cursor-timer-function): New.
4095 (blink-cursor-start): Use blink-cursor-timer-function.
4096
4097 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4098
4099 * calendar.el (redraw-calendar): Move to nearest date before
4100 redrawing.
4101
4102 * diary-lib.el (simple-diary-display): Reset modeline even if
4103 there are no diary entries since the diary buffer may be displayed.
4104
4105 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4106
4107 * emacs-lisp/debug.el (debug): If noninteractive, display the
4108 backtrace using `message', then exit Emacs.
4109 (debugger-batch-max-lines): New variable.
4110 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4111 Change the messages put at the start, to say that the debugger
4112 was entered.
4113
4114 1999-11-02 Sam Steingold <sds@ksp.com>
4115
4116 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4117
4118 1999-11-01 John Tobey <jtobey@epsilondev.com>
4119
4120 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4121 presence of perl switches other than "-e".
4122
4123 1999-11-01 Markus Rost <rost@ias.edu>
4124
4125 * dired-x.el (dired-smart-shell-command): Use
4126 shell-command-history as in shell-command.
4127
4128 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4129
4130 * userlock.el (ask-user-about-lock): Doc fix.
4131
4132 * frame.el: Doc fixes.
4133
4134 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4135
4136 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4137 of show-cursor.
4138 (blink-cursor-start, blink-cursor-end): Ditto.
4139
4140 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4141
4142 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4143
4144 * window.el (walk-windows): If ALL-FRAMES is a frame,
4145 start on that frame. Use save-selected-window.
4146
4147 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4148
4149 * simple.el (end-of-buffer): Use window-end to find the window end
4150 instead of vertical-motion because this handles variable-height
4151 lines correctly.
4152
4153 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4154
4155 * ediff.el: Version change.
4156
4157 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4158 make sure you are in a good frame before deleting other
4159 windows.
4160 (ediff-file-checked-in-p): Don't consider CVS
4161 files checked in.
4162 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4163 are writing to a newly created empty file.
4164
4165 * ediff-mult.el (ediff-show-session-group-hook): New default.
4166
4167 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4168 First cd to the file directory. reportedly works
4169 better with remote files.
4170
4171 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4172 Use file-name-nondirectory when passing files to CVS.
4173
4174 * ediff-diff.el (ediff-cmp-options): New variable.
4175 (ediff-same-file-contents): Use ediff-cmp-options.
4176
4177 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4178 ediff-get-patch-buffer): Use current buffer if it appears to be a
4179 patch.
4180
4181 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4182 C-g
4183
4184 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4185 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4186 (viper-save-cursor-color,viper-restore-cursor-color):
4187 Improved cursor color handling.
4188 (viper-get-saved-cursor-color-in-replace-mode,
4189 viper-get-saved-cursor-color-in-insert-mode): New functions for
4190 better cursor color handling.
4191
4192 * viper-ex.el (ex-read,ex-edit):
4193 Fixes for correct interpretation of #,%.
4194 (viper-ex): Now works correctly when called from other functions.
4195 (viper-glob-function): New variable.
4196 (viper-ex): Save excursion before doing :global.
4197
4198 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4199
4200 * viper-cmd.el (viper-post-command-sentinel,
4201 viper-insert-state-post-command-sentinel,
4202 viper-insert-state-pre-command-sentinel): Takes better care of
4203 cursor colors.
4204
4205 * viper.el: Version change.
4206
4207 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4208
4209 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4210 that the modeline display was updated *only* when
4211 `whitespace-display-in-modeline' was set, not otherwise.
4212
4213 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4214
4215 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4216 "frac12".
4217
4218 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4219 ad-activate.
4220
4221 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4222
4223 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4224 using fboundp instead of assuming that these are not present in
4225 particular flavors of emacs.
4226 (whitespace-version): Update to 2.8
4227 (whitespace-display-in-modeline): Add custom variable to control
4228 displaying the whitespace errors on the modeline based on
4229 suggestion from <klaus.berndl@sdm.de>
4230 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4231 clean, to enable using as a hook function, as suggested by Puneet
4232 Goel <puneet@computer.org>
4233 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4234 quiet was not set, even with whitespace-auto-cleanup set.
4235 (whitespace-mode-line): Now uses less modeline real estate and
4236 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4237 which is present in the file, and <y> is any type of whitespace
4238 whose check has been suppressed by setting
4239 `whitespace-check-<whitespace-type>' to nil.
4240 (whitespace-unchecked-whitespaces): New function to return the
4241 list of whitespaces for whom checks have been suppressed.
4242 (whitespace-display-unchecked-whitespaces): Renamed to
4243 `whitespace-update-modeline' to reflect its functionality.
4244
4245 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4246
4247 * progmodes/compile.el (compilation-error-regexp-alist):
4248 Undo previous change.
4249
4250 1999-10-28 Dave Love <fx@gnu.org>
4251
4252 * help.el (help-follow): Make arg optional again and really
4253 default to point.
4254
4255 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4256
4257 * paths.el (rmail-file-name): Make it an option.
4258
4259 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4260 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4261 comment fixes.
4262
4263 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4264 MIPS Pro 7.3 compiler error message syntax.
4265
4266 1999-10-27 Dave Love <fx@gnu.org>
4267
4268 * progmodes/compile.el: Checkdoc-inspired fixes.
4269
4270 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4271
4272 * lpr.el (print-buffer): Doc-string fix.
4273
4274 1999-10-27 Dave Love <fx@gnu.org>
4275
4276 * emacs-lisp/advice.el: Doc fixes.
4277 (ad-lemacs-p): Removed.
4278 (advice): Add :link to defgroup.
4279
4280 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4281
4282 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4283 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4284
4285 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4286
4287 * window.el (walk-windows): If ALL-FRAMES is a frame,
4288 start on that frame. Use save-selected-window.
4289
4290 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4291
4292 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4293 ad-activate. All callers changed, including those in data.c.
4294 (ad-activate-internal-off): Renamed from ad-activate-off.
4295 All uses changed.
4296 (ad-activate): Renamed from ad-activate-on. All uses changed.
4297 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4298 Alter the definition of ad-activate-internal, not ad-activate.
4299
4300 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4301
4302 * startup.el (command-line-1): Add support for command line
4303 arguments `file' and `execute'. Fix handling of `visit'.
4304
4305 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4306
4307 * international/mule-cmds.el (read-input-method-name): Handle the
4308 case that the arg DEFAULT is symbol.
4309
4310 * international/mule-diag.el (mule-diag): Handle the case that
4311 default-input-method is symbol.
4312
4313 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4314
4315 * textmodes/tildify.el: New file.
4316
4317 1999-10-25 Sam Steingold <sds@ksp.com>
4318
4319 * Makefile (compile-files): Fixed the "tr" strings.
4320 (EMACS): Set to ../src/emacs.
4321
4322 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4323
4324 * info.el (Info-build-node-completions): Add '("*") to the
4325 completion list.
4326
4327 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4328
4329 * frame.el (auto-raise-mode): When enabling the mode,
4330 immediately raise the selected frame.
4331
4332 * indent.el (indent-region): Doc fix.
4333
4334 * comint.el (comint-output-filter): Make the Comint buffer current
4335 for the comint-preoutput-filter-functions.
4336
4337 * mail/reporter.el: Doc fix.
4338
4339 1999-10-24 Stephen Eglen <stephen@gnu.org>
4340
4341 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4342 that Octave lisp files can also run under XEmacs 20.
4343 (require 'custom) added so that files can run under Emacs 19.34.
4344
4345 * iswitchb.el (iswitchb-default-keybindings): No need to use
4346 read-kbd-macro in keybindings.
4347
4348 1999-10-23 Dave Love <fx@gnu.org>
4349
4350 * elide-head.el: New file.
4351
4352 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4353
4354 * Makefile (compile-files, backup-compiled-files): New targets.
4355 (bootstrap, bootstrap-clean): Ditto.
4356
4357 1999-10-22 Paul Eggert <eggert@twinsun.com>
4358
4359 * international/mule-cmds.c (locale-language-names):
4360 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4361 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4362 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4363 Use Latin-8 for Welsh.
4364 Use Latin-1 for English if "en" is explicitly specified.
4365 Use Latin-1 for Scots Gaelic, Tagalog.
4366 Use Latin-1 (not Latin-4) for Greenlandic.
4367 Use Latin-1 (not Latin-2) for Albanian.
4368 (locale-preferred-coding-systems, locale-language-names):
4369 Remove generic ISO 8859 locales; locale-charset-language-names now
4370 does this.
4371 (locale-charset-language-names): New variable.
4372 (set-locale-environment): Use language name specified by
4373 locale-charset-language-names if its charsets disagree with the
4374 language name specified by locale-language-names.
4375
4376 1999-10-22 Dave Love <fx@gnu.org>
4377
4378 * make-mode.el: Minor doc fixes.
4379
4380 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4381
4382 1999-10-21 Dave Love <fx@gnu.org>
4383
4384 * loadup.el: Add latin-8, latin-9.
4385
4386 1999-10-20 Paul Eggert <eggert@twinsun.com>
4387
4388 * disp-table.el (standard-display-european): Remove undocumented
4389 arg AUTO; no longer used by startup.el. Do not attempt to treat
4390 all non-English language environments as coding system names.
4391 Instead, use the downcased language environment name as a coding
4392 system name if it is one; otherwise, use latin-1.
4393
4394 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4395
4396 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4397 that were split so that part of the comment appeared as Lisp code.
4398
4399 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4400
4401 * ps-bdf.el: Doc fix.
4402
4403 * ps-print-def.el: New file: common definitions for all parts of
4404 ps-print.
4405 (ps-multibyte-buffer): Moved from ps-mule.
4406
4407 * ps-mule.el: File dependence fix.
4408 (ps-multibyte-buffer): Moved to ps-print-def.
4409
4410 * ps-print.el: Doc fix, better customization.
4411 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4412 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4413 (ps-end-file): Doc fix.
4414 (ps-setup, ps-begin-file): Fun fix.
4415 (postscript): New group.
4416 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4417 (ps-print-prologue-1): Adjust PostScript programming.
4418 (ps-print): Adjust group hierarchy.
4419 (ps-print-n-up, ps-print-zebra, ps-print-background,
4420 ps-print-printer)
4421 (ps-print-page): New subgroups.
4422 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4423 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4424 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4425 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4426 (ps-zebra-stripe-height, ps-print-background-image)
4427 (ps-print-background-text, ps-spool-config): Adjust customization.
4428 (dos-ps-printer): Definition eliminated.
4429
4430 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4431
4432 * ps-mule.el: Doc fix, define functions properly if mule package is
4433 loaded or not.
4434 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4435 mule package is loaded or not.
4436
4437 * ps-print.el: Doc fix, n-up printing.
4438 (ps-print-version): New version number (5.0).
4439 (ps-page-dimensions-database): Added document media.
4440 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4441 (ps-page-order, ps-printing-region-p): New vars.
4442 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4443 funs.
4444 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4445 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4446 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4447 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4448 (ps-print-begin-sheet-hook): New hook.
4449 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4450 const.
4451 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4452 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4453 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4454 (ps-count-lines): Changed to defun.
4455 (ps-header-page): Changed to defsubst, fix fun.
4456 (ps-printing-region): Doc fix, adjust programming code.
4457 (ps-output-boolean, ps-background-pages, ps-background-text)
4458 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4459 programming code.
4460
4461 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4462
4463 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4464 (ps-print-version): New version number (4.2).
4465 (ps-spool-config, ps-spool-tumble): New vars.
4466 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4467 programming, new PostScript procedure to handle errors.
4468 (ps-print-prologue-2): Changed to defconst.
4469 (ps-print-duplex-feature): New const: duplex and tumble setting.
4470 (ps-setup, ps-begin-file): Fix funs.
4471 (ps-boolean-capitalized): New fun.
4472
4473 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4474
4475 * Makefile (dontcompilefiles): Obsoleted.
4476 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4477 (EL): Unused.
4478 (temacs): Removed (unused).
4479 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4480 version of the file (necessary for the update to work properly).
4481 (autoloads): Force the use of `pwd`/loaddefs.el.
4482 (updates); Redefined in terms of other targets to reduce redundancy.
4483 (.el.elc): New default rule, just in case you want it.
4484 (compile): Use a single invocation of Emacs.
4485 (bootstrap-compile); Unneeded.
4486 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4487
4488 1999-10-19 Dave Love <fx@gnu.org>
4489
4490 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4491
4492 1999-10-19 Sam Steingold <sds@ksp.com>
4493
4494 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4495 comply with the comment.
4496
4497 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4498
4499 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4500 permanent-local.
4501
4502 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4503
4504 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4505 value: \"lpr\" changed to "lpr"
4506 (ps-mode-version): New constant
4507 (ps-mode-show-version): New function, added key in ps-mode-map
4508 (ps-run-messages): Removed
4509 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4510 ps-run-messages. These keywords now include the value of
4511 ps-run-prompt, making its fontification customizable.
4512 (ps-run-init): Removed \\n from docstring, it is now added when
4513 the value is used
4514 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4515 ps-run-prompt
4516 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4517 customizable variables in doc-string (its equivalent
4518 ps-run-messages was missing in previous version of the doc-string)
4519 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4520 symbols only
4521
4522 1999-10-19 Alex Schroeder <alex@gnu.org>
4523
4524 * ansi-color.el: Complete rewrite.
4525
4526 1999-10-19 Paul Eggert <eggert@twinsun.com>
4527
4528 Fix bootstrapping problems.
4529 Use the system locale to specify Emacs locale defaults.
4530
4531 * international/mule-cmds.el (global-map):
4532 Do not use backquote, because that makes a bootstrapping
4533 problem if you need to recompile all Lisp files using interpreted code.
4534 * international/mule.el (charset-id, charset-bytes,
4535 charset-dimension, charset-chars, charset-width,
4536 charset-direction, charset-iso-final-char,
4537 charset-iso-graphic-plane, charset-reverse-charset,
4538 charset-short-name, charset-long-name, charset-description,
4539 charset-plist): Likewise.
4540 * subr.el (save-match-data): Likewise.
4541
4542 * international/mule-cmds.el
4543 (set-display-table-and-terminal-coding-system): New function,
4544 containing code migrated out of set-language-environment.
4545 (set-language-environment, set-locale-environment): Use it.
4546 (locale-translation-file-name): Moved here from startup.el.
4547 (locale-language-names, locale-preferred-coding-systems):
4548 New vars.
4549 (locale-name-match, set-locale-environment): New functions.
4550
4551 * language/japan-util.el (setup-japanese-environment-internal):
4552 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4553
4554 * startup.el (iso-8859-n-locale-regexp): Remove.
4555 (locale-translation-file-name): Move to mule-cmds.el.
4556 (command-line): Move locale-stuff into set-locale-environment.
4557
4558 1999-10-18 Dave Love <fx@gnu.org>
4559
4560 * abbrev.el (add-abbrev, inverse-add-abbrev)
4561 (expand-region-abbrevs): Remove properties from buffer text.
4562
4563 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4564
4565 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4566 from the mini-buffer, without the prompt.
4567
4568 * simple.el (minibuffer-prompt-end): Return the position
4569 after the prompt, not the position of that last character
4570 of the prompt.
4571
4572 1999-10-17 Miles Bader <miles@gnu.org>
4573
4574 * simple.el: Doc fixes.
4575
4576 1999-10-17 Miles Bader <miles@gnu.org>
4577
4578 * simple.el (previous-matching-history-element, next-history-element):
4579 Change to work correctly even if the point is in the prompt.
4580 (choose-completion-string): Likewise.
4581 (minibuffer-prompt-width): New function (compatibility with old subr).
4582
4583 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4584 When constraining the final position to the current field,
4585 don't use the ONLY-IN-LINE mode of constrain-to-field.
4586
4587 1999-10-17 Miles Bader <miles@gnu.org>
4588
4589 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4590 constrain-to-field.
4591 * textmodes/paragraphs.el (forward-sentence): Likewise.
4592
4593 1999-10-17 Miles Bader <miles@gnu.org>
4594
4595 * simple.el (line-move): Use constrain-to-field to avoid
4596 moving into a prompt.
4597 (previous-complete-history-element): Clarify doc string.
4598 (next-complete-history-element): Likewise.
4599 Use field-beginning instead of point-min.
4600 (next-matching-history-element): Use field-beginning and
4601 erase-field instead of point-min and erase-buffer.
4602 * textmodes/paragraphs.el
4603 (forward-paragraph, forward-sentence): Likewise.
4604 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4605 constrain the kill to an field, as the movement commands now
4606 do this.
4607
4608 1999-10-17 Miles Bader <miles@gnu.org>
4609
4610 * simple.el (previous-matching-history-element): Get the
4611 minibuffer input with field-string instead of buffer-string.
4612 (choose-completion-string): Likewise.
4613 (next-history-element): Likewise.
4614 Erase the minibuffer input with erase-field, not erase-buffer.
4615 Use field-beginning to find the beginning of the input.
4616 * textmodes/paragraphs.el (backward-kill-sentence):
4617 Remove minibuffer-prompt hack.
4618 Constrain to any input field.
4619
4620 1999-10-17 Sam Steingold <sds@ksp.com>
4621
4622 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4623 for CMUCL on sparc and ".ufsl" for LispWorks.
4624 (bound-and-true-p): Bugfix: free variable `v'.
4625
4626 1999-10-16 Dave Love <d.love@dl.ac.uk>
4627
4628 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4629 (edebug-uninstall-read-eval-functions): Use load-read-function,
4630 avoiding elisp-eval.
4631
4632 1999-10-16 Sam Steingold <sds@ksp.com>
4633
4634 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4635 instead of `eql'.
4636
4637 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4638
4639 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4640 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4641 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4642 * ediff-util.el (ediff-make-temp-file):
4643 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4644 * emerge.el (emerge-make-temp-file):
4645 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4646 * vc.el (vc-update-change-log):
4647 * mail/mailpost.el (post-mail-send-it):
4648 * mail/metamail.el (metamail-region):
4649 * progmodes/cmacexp.el (c-macro-expansion):
4650 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4651
4652 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4653
4654 * smtpmail.el (smtpmail-via-smtp): Add support for
4655 automatically appending a domain to RCPT TO: addresses.
4656
4657 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4658
4659 * dired.el (dired-insert-directory): Insert the amount of
4660 free space after the total size.
4661 (dired-free-space-program, dired-free-space-args): New variables.
4662
4663 1999-10-14 Karl Heuer <kwzh@gnu.org>
4664
4665 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4666
4667 1999-10-14 Dave Love <fx@gnu.org>
4668
4669 * international/characters.el:
4670 * international/fontset.el:
4671 * international/mule-conf.el: Add latin-iso8859-1[45].
4672
4673 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4674 strings.
4675
4676 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4677 (command-line): Detect Latin-[89] locales.
4678
4679 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4680
4681 * international/mule-cmds.el (select-safe-coding-system)
4682 (leim-list-header): Avoid the use of strings that start with backslash
4683 newline since lread.c:read1 has a hack to turn those strings into
4684 integer 0 during the loadup.el process.
4685
4686 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4687
4688 1999-10-13 Dave Love <fx@gnu.org>
4689
4690 * image.el (insert-image): Copy the image spec and add an
4691 intangible property.
4692
4693 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4694
4695 * help.el (help-xref-interned): Make it also work on variable-only
4696 and function-only symbols.
4697 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4698 (help-follow): If the point under mouse is not highlighted, try
4699 `help-xref-interned' on the pointed-to symbol anyway.
4700
4701 * info.el (Info-on-current-buffer): New entry point.
4702 (Info-find-node): Split into two for Info-on-current-buffer to
4703 hook into it.
4704 (Info-current-file, Info-set-mode-line, Info-up):
4705 Info-current-file can now be t.
4706 (Info-clone-buffer-hook): Function for `clone-buffer'.
4707 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4708 Make `clone-buffer' available in various ways to the user.
4709
4710 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4711
4712 * simple.el (shell-command, shell-command-on-region): Use
4713 make-temp-file.
4714 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4715
4716 * subr.el (with-current-buffer): Don't use backquotes to avoid
4717 bootstrapping problems.
4718
4719 * loadup.el (load-path): Add subdirs for bootstrapping.
4720 (docstrings): Ignore errors during bootstrapping.
4721 (args): New `bootstrap' argument (for use in place of `dump').
4722
4723 1999-10-12 Emmanuel Briot <briot@gnat.com>
4724
4725 * ada-stmt.el: Doc-string fixes.
4726
4727 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4728
4729 * recentf.el: New file.
4730
4731 * ps-mode.el: New file.
4732
4733 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4734 case insensitive.
4735
4736 1999-10-12 Richard Sharman <rsharman@pobox.com>
4737
4738 * sh-script.el: Added support for indenting existing scripts.
4739 (sh-mode-map): Added new bindings.
4740 (sh-mode): Updated mode doc-string for new commands, added
4741 make-local-variable calls, initialize mode-specific variables.
4742 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4743 is now a different function.
4744 (sh-header-marker): Changed docstring.
4745 (sh-set-shell): Initialize mode-specific variables.
4746 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4747 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4748 Changed these define-skeleton calls to work with user-specified
4749 indentation settings.
4750 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4751 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4752 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4753 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4754 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4755 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4756 (sh-guess-basic-offset, sh-handle-after-case-label)
4757 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4758 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4759 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4760 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4761 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4762 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4763 (sh-handle-this-then, sh-help-string-for-variable)
4764 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4765 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4766 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4767 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4768 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4769 (sh-remove-our-text-properties, sh-rescan-buffer)
4770 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4771 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4772 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4773 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4774 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4775 functions.
4776 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4777 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4778 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4779 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4780 (sh-var-list): New variables.
4781
4782 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4783
4784 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4785 a value one line to high if the cursor wasn't at the start of a
4786 line. A `beginning-of-line' is now performed before making the
4787 call to `count-lines'.
4788
4789 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4790
4791 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4792
4793 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4794
4795 * Makefile (setwins): Abstract out the command to find subdirectories
4796 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4797 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4798 (autoloads-with-other-emacs): Use it.
4799
4800 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4801
4802 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4803
4804 * Makefile (bootstrap-compile): New target. Compile Lisp
4805 files with ../src/temacs.
4806
4807 1999-10-08 Dave Love <fx@gnu.org>
4808
4809 * ange-ftp.el: Require dired when compiling.
4810 (ange-ftp-normal-login): Allow EFS-style port specification.
4811
4812 1999-10-08 Simon Marshall <simon@gnu.org>
4813
4814 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4815 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4816 If STRINGS is nil, return "" rather than nil.
4817
4818 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4819
4820 * Makefile (compile): Compile files one by one. Set load-path to
4821 current directory and subdirectories when compiling.
4822
4823 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4824
4825 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4826 (emacs): Use it everywhere instead of EMACS.
4827 (compile): New target. Compile all Lisp files from scratch.
4828 (recompile): New target. Recompile lisp directory.
4829 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4830 an Emacs executable not built in the current directory tree.
4831
4832 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4833
4834 * filecache.el (file-cache-completion-ignore-case): New variable,
4835 defaulting to the value of completion-ignore-case.
4836 (file-cache-minibuffer-complete): Use it.
4837 (file-cache-files-matching, file-cache-files-matching-internal):
4838 New functions.
4839
4840 1999-10-07 Emmanuel Briot <briot@gnat.com>
4841
4842 * ada-xref.el: New file
4843
4844 * ada-prj.el: New file
4845
4846 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4847
4848 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4849 subprogram being created.
4850
4851 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4852 ada-indent-newline-indent): Rewritten to support the new indentation
4853 scheme
4854
4855 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4856 New functions
4857
4858 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4859 justification parameter
4860
4861 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4862 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4863 external program
4864
4865 1999-10-07 Dave Love <fx@gnu.org>
4866
4867 * bindings.el (bound-and-true-p): New macro.
4868 (make-mode-line-mouse-sensitive): Don't require easymenu.
4869
4870 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4871
4872 * custom.el (defface): Extend documentation for new values of
4873 `type'.
4874
4875 * faces.el (face-spec-set-match-display): Recognize `type' of
4876 `motif', `lucid', `x-toolkit'.
4877 (menu): New face.
4878
4879 1999-10-05 Dave Love <fx@gnu.org>
4880
4881 * files.el: Recognize temporary crontab files.
4882
4883 * info.el: Require jka-compr when compiling.
4884 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4885
4886 1999-10-04 Dave Love <fx@gnu.org>
4887
4888 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4889 scroll-up-aggressively, scroll-down-aggressively.
4890
4891 * time.el (display-time-mode): Add autoload cookie.
4892
4893 * rect.el (delete-extract-rectangle): Doc fix from verna.
4894
4895 * help-macro.el (three-step-help): Customize.
4896
4897 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4898
4899 * hexl.el (hexlify-buffer): Move point in proper range
4900 if it is too large.
4901 (hexl-after-revert-hook): Update hexl-max-address.
4902 (hexl-address-to-marker): Doc fix.
4903
4904 1999-10-03 Dave Love <fx@gnu.org>
4905
4906 * image.el (defimage): Remove redundant code. Substitute file in
4907 image plist.
4908
4909 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4910
4911 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4912 when doing with-temp-file.
4913
4914 1999-10-01 Dave Love <fx@gnu.org>
4915
4916 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4917
4918 * help.el: Require view when compiling.
4919 (view-emacs-FAQ): Use Info version.
4920
4921 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4922
4923 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4924 (normat->normal). Use correct font names for Korean
4925 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4926
4927 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4928
4929 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4930 code not used by KOI8 to the same 8-bit code instead of mapping to
4931 SPC.
4932 (cyrillic-alternativnyj-decode-table): Likewise.
4933
4934 1999-09-29 Alex Schroeder <alex@gnu.org>
4935
4936 * sql.el (sql-imenu-generic-expression): Aew, used to set
4937 imenu-generic-expression.
4938 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4939 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4940 imenu-case-fold-search, and imenu-syntax-alist.
4941 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4942 setting font-lock-defaults' SYNTAX-ALIST.
4943
4944 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4945
4946 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4947 macro, try again.
4948
4949 1999-09-28 Dave Love <fx@gnu.org>
4950
4951 * cus-edit.el (custom-comment): Change widget definition.
4952 (custom-comment-create, custom-comment-show)
4953 (custom-comment-invisible-p): Don't use :comment-overlay.
4954 (custom-comment-hide): New function.
4955 (custom-variable-set, custom-variable-save)
4956 (custom-variable-reset-standard, custom-face-set)
4957 (custom-face-save): Use it.
4958
4959 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4960
4961 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4962
4963 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4964
4965 * faces.el (region): Doc fix.
4966
4967 1999-09-27 Dave Love <fx@gnu.org>
4968
4969 * isearch.el (isearch): Add :links in defgroup.
4970 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4971 (isearch-switch-frame-handler): Comment out (unused).
4972 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4973 (isearch-ring-retreat-edit): Doc fix.
4974 (isearch-mouse-yank): New command.
4975 (isearch-last-command-char): Removed. Callers changed to use
4976 last-command-char.
4977 (isearch-char-to-string): Removed. Callers changed to use
4978 char-to-string.
4979
4980 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4981
4982 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4983 option for Russian.
4984
4985 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4986
4987 * faces.el (face-differs-from-default-p): Compare face
4988 attributes individually.
4989
4990 * image.el (put-image, insert-image): Add string argument.
4991
4992 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4993
4994 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4995 LANG=de_DE.iso88591 on HPUX 11.0.
4996
4997 * dired.el (dired-move-to-filename-regexp): Make it work
4998 for LANG=de_DE.iso88591 on HPUX 11.0.
4999
5000 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5001
5002 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5003 if we know for some other reason it should not be used.
5004
5005 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5006 New variable.
5007 (edebug-recursive-edit): Save current-prefix-arg there,
5008 bind it, and set it back at the end.
5009 (edebug-outside-excursion): Restore and update the outside
5010 value of current-prefix-arg.
5011 (edebug-emacs-version-specific): Delete support for Epoch.
5012
5013 1999-09-24 Howard Melman <howard@silverstream.com>
5014
5015 * imenu.el (imenu-after-jump-hook): New variable.
5016 (imenu): Run menu-after-jump-hook.
5017 (imenu-name-lookup-function): New variable.
5018 * imenu.el (imenu--in-alist): Use those variables.
5019
5020 1999-09-24 Carsten Dominik <cd@gnu.org>
5021
5022 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5023 multiple thebibliography environments.
5024
5025 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5026 with recentering window.
5027 (reftex-extract-bib-entries-from-thebibliography,
5028 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5029 with multiple thebibliography environments.
5030
5031 * textmodes/reftex-vars.el
5032 (reftex-section-levels): Function allowed as cdr.
5033 (reftex-max-section-depth) New option.
5034
5035 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5036 with multiple thebibliography environments.
5037
5038 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5039
5040 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5041 instead of point-min in call to delete-region.
5042
5043 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5044
5045 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5046 out into arbitrary file names.
5047
5048 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5049
5050 * language/european.el ("Turkish"): New language environment.
5051
5052 1999-09-19 Dave Love <fx@gnu.org>
5053
5054 * delim-col.el: New file.
5055
5056 1999-09-17 Richard Stallman <rms@gnu.org>
5057
5058 * files.el (after-find-file): When visiting a backup file,
5059 make it read-only.
5060
5061 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5062 (apropos-keybinding-face, apropos-label-face): Likewise.
5063 (apropos-property-face, apropos-match-face): Likewise.
5064 (apropos-label-properties): New variable.
5065 (apropos-print-doc): Use apropos-label-properties.
5066 (apropos-print): Set apropos-label-properties.
5067
5068 1999-09-15 Richard Stallman <rms@gnu.org>
5069
5070 * winner.el: Use aref instead of sref.
5071
5072 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5073
5074 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5075
5076 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5077
5078 1999-09-14 Richard Stallman <rms@gnu.org>
5079
5080 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5081 cookie, even if followed by a letter.
5082
5083 1999-09-14 Stephen Eglen <stephen@gnu.org>
5084
5085 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5086 --no-line-editing are passed to Octave by including them here
5087 rather than storing them in inferior-octave-startup-args.
5088
5089 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5090
5091 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5092 command, option, env and sc.
5093
5094 * subr.el (shell-quote-argument): Quote argument with double
5095 quotes for ms-dos.
5096
5097 1999-09-14 Richard Stallman <rms@gnu.org>
5098
5099 * simple.el (eval-expression-print-level): New variable.
5100 (eval-expression-print-length): New variable.
5101 (eval-expression-debug-on-error): New variable.
5102 (eval-expression): Bind print-level, print-length and
5103 debug-on-error from those vars.
5104
5105 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5106 Bind print-level, print-length and debug-on-error.
5107
5108 1999-09-14 Inge Frick <inge@nada.kth.se>
5109
5110 * dired.el (dired-recursive-deletes): New custom variable.
5111 (dired-re-no-dot): New variable.
5112 (dired-delete-file): New function deletes files and directories
5113 recursively.
5114 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5115
5116 * dired-aux.el (dired-recursive-copies): New custom variable.
5117 (dired-handle-overwrite): Broke a long line.
5118 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5119 `copy-file'.
5120 (dired-copy-file-recursive): New function. Copy directories
5121 recursively.
5122 (dired-do-create-files): Added support for generalized directory
5123 target. How-to function may now return a function. New fluid
5124 variable `dired-one-file'.
5125 (dired-copy-how-to-fn): New variable.
5126 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5127 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5128 (dired-do-copy-regexp): No recursive copies.
5129
5130 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5131
5132 * whitespace.el (whitespace-version): Update version to 2.4
5133
5134 * whitespace.el: Add customization variables to conditionally test
5135 any of the five whitespaces, per request from Rune Kleveland
5136 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5137
5138 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5139
5140 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5141 list of modes to be checked for bogus whitespaces.
5142
5143 * whitespace.el (whitespace-rescan-timer-time): Update
5144 documentation.
5145
5146 * whitespace.el (whitespace-display-unchecked-whitespaces):
5147 New function to update modeline with untested whitespaces.
5148
5149 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5150 checking is turned on, and update modeline using the newly created
5151 `whitespace-display-unchecked-whitespaces'.
5152
5153 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5154 whose checking is turned on, and update modeline using the newly
5155 created `whitespace-display-unchecked-whitespaces'.
5156
5157 * whitespace.el (whitespace-describe): Update documentation.
5158
5159 * whitespace.el (whitespace-tickle-timer): Test if
5160 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5161
5162 1999-09-13 Dave Love <fx@gnu.org>
5163
5164 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5165
5166 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5167 for temp buffer.
5168 (checkdoc-this-string-valid): Don't assume default comment-start.
5169
5170 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5171
5172 * rsz-mini.el: Remove code, keep the interface.
5173
5174 1999-09-13 Dave Love <fx@gnu.org>
5175
5176 * help.el (help-highlight-p): Doc fix.
5177
5178 * faces.el (mode-line, header-line, tool-bar): Add :version.
5179 (highlight, secondary-selection): Add :group.
5180 (trailing-whitespace): Add :group, :version.
5181
5182 * wid-edit.el: Remove some compatibility code and checks.
5183 (widget-specify-field, widget-specify-button): Don't use XEmacs
5184 properties.
5185 (widget-overlay-inactive): Change error message.
5186 (widget-button-pressed-face): New variable.
5187 (widget-button-click): Use it.
5188 (widget-documentation-link-add): Specify mouse and button faces.
5189 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5190 removed now the functionality is built in.
5191
5192 * cus-edit.el: Don't define-widget-keywords.
5193 (multimedia): New group.
5194 (custom-last): Function removed.
5195 (custom-quote): Add vectorp case, comment out characterp case.
5196 (custom-buffer-done-function, custom-raised-buttons): New option.
5197 (Custom-buffer-done): New function.
5198 (custom-buffer-create-internal): Obey custom-raised-buttons,
5199 Custom-buffer-done.
5200 (custom-button-face): Make it `released-button'.
5201 (custom-button-pressed-face): Make it `pressed-button'
5202 (custom-mode-map): Bind "q" to Custom-buffer-done.
5203 (custom-mode): Deal with raised/pressed buttons.
5204
5205 Changes from Didier Verna:
5206 (custom-prompt-variable): Optional third arg makes prompt for a
5207 comment string.
5208 (customize-set-value, customize-set-variable,
5209 customize-save-variable): Optional prefix makes function handle
5210 variable comments.
5211 (customize-customized, customize-saved, custom-variable-state-set)
5212 (custom-variable-set, custom-variable-save, custom-face-state-set)
5213 (custom-variable-reset-saved, custom-variable-reset-standard)
5214 (custom-face-set, custom-face-save, custom-face-reset-saved)
5215 (custom-face-reset-standard, customize-save-customized): Handle
5216 custom comments.
5217 (custom-comment-face, custom-comment-tag-face): New face.
5218 (custom-comment): New widget.
5219 (custom-comment-create, custom-comment-delete)
5220 (custom-comment-value-set, custom-comment-show)
5221 ()custom-comment-invisible-p): New functions.
5222 (custom-variable-value-create, custom-face-value-create): Create a
5223 comment field widget.
5224 (custom-variable-menu, custom-face-menu): New entry for custom
5225 comment.
5226 (custom-face-value-create): Remove compatibility code.
5227 (custom-save-variables, custom-save-faces): Possibly save custom
5228 comments.
5229
5230 * cus-face.el (custom-face-attributes): Simplify :underline,
5231 :overline, :inverse-video cases. Fix up :box case (probably needs
5232 more work).
5233
5234 Change from Didier Verna:
5235 (custom-set-faces): The arguments can now have a custom comment as
5236 fourth argument.
5237
5238 * custom.el: Don't define-widget-keywords.
5239 Change from Didier Verna:
5240 (custom-set-variables): The arguments can now have a
5241 custom comment as fifth element.
5242
5243 1999-09-13 Richard Stallman <rms@gnu.org>
5244
5245 * info.el (Info-find-node): Cope better if guesspos is too large.
5246
5247 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5248
5249 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5250 of buffer-substring because buffer-string doesn't copy the
5251 prompt.
5252
5253 * faces.el (mode-line): Replaces `modeline'.
5254 (toplevel): Make `modeline' an alias for `mode-line'.
5255
5256 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5257
5258 * gs.el: Change `ghostscript' to `postscript' in comment.
5259
5260 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5261
5262 * emulation/tpu-edt.el (tpu-version): New version.
5263 (tpu-search-overlay, tpu-replace-overlay): New variables.
5264 (tpu-search-highlight, tpu-toggle-direction): New functions.
5265 (tpu-lm-replace): Set tpu-replace-overlay.
5266 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5267 command hook.
5268
5269 1999-09-11 Richard Stallman <rms@gnu.org>
5270
5271 * isearch.el (isearch-mode-map): Undo previous change.
5272
5273 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5274 use all of that as the sexp.
5275
5276 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5277 and use the initial argument as file name directly.
5278 Likewise if nothing matches.
5279
5280 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5281
5282 * winner.el: Major changes. Avoid changing point and mark.
5283 Save configurations after they change, not before.
5284
5285 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5286
5287 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5288 Bind print-continuous-numbering and print-number-table.
5289
5290 1999-09-10 Dave Love <fx@gnu.org>
5291
5292 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5293
5294 1999-09-09 Richard Stallman <rms@gnu.org>
5295
5296 * whitespace.el: Finish making it fit Emacs conventions.
5297 Add autoloads.
5298
5299 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5300
5301 * generic-x.el (bat-generic-mode): "::"-style comments don't
5302 need to begin with "-". Fix the font-lock definitions of ON/OFF
5303 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5304 from the list of keywords. Add DO to the list of keywords.
5305
5306 1999-09-09 Dave Love <fx@gnu.org>
5307
5308 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5309 (byte-optimize-backward-word): New optimizations.
5310 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5311 entries.
5312
5313 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5314
5315 * image.el (put-image): Remove optional buffer parameter.
5316
5317 * faces.el (face-italic-p): Return t only for values `italic'
5318 and `oblique'.
5319
5320 * mouse.el (mouse-drag-mode-line-1): Extension of former
5321 mouse-drag-mode-line that also drags the header line.
5322 (mouse-drag-mode-line): Call it.
5323 (mouse-drag-header-line): New.
5324 (toplevel): Bind down-mouse-1 on header lines to
5325 mouse-drage-header-line.
5326
5327 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5328
5329 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5330 (make-mode-line-mouse-sensitive): Replace `top-line' by
5331 `header-line'.
5332
5333 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5334
5335 * help.el (describe-function-1): Don't return empty string for keymaps.
5336
5337 * fill.el (fill-region-as-paragraph, canonically-space-region):
5338 Respect colon-double-space at end of line.
5339
5340 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5341
5342 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5343 (backup-buffer): Use it.
5344
5345 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5346
5347 * generic-x.el (generic-define-unix-modes): Added new modes:
5348 inetd-conf-generic-mode, etc-services-generic-mode,
5349 etc-passwd-generic-mode. These are all defined for Unix by default.
5350 (apache-generic-mode): Use an imenu-generic-expression to list
5351 Configuration keywords.
5352 (samba-generic-mode): Use both ; and # as comment characters.
5353 (samba-generic-mode): Font-lock expressions now highlight name
5354 value pairs.
5355 (bat-generic-mode): Keywords are now case-insensitive through
5356 font-lock-defaults setting.
5357 (java-properties-generic-mode): Supports both ! and # as comment
5358 characters.
5359 (java-properties-generic-mode): Added an imenu-generic-expression
5360 (java-properties-generic-mode): Reworked to support the various
5361 different ways to separate name and value (viz, '=', ':' and
5362 whitespace).
5363 (show-tabs-generic-mode): Added this new generic-mode.
5364
5365 1999-09-08 Richard Stallman <rms@gnu.org>
5366
5367 * progmodes/inf-lisp.el: Moved from top directory.
5368
5369 * tar-mode.el (tar-header-block-tokenize):
5370 Use `when' instead of `and'. Fix some clobbered text.
5371
5372 * gud.el (gud-make-debug-menu): Make a child for the
5373 local menu, for its menu bar, and the debug menu.
5374 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5375 Use the history in the simple way.
5376
5377 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5378
5379 * language/korea-util.el (default-korean-keyboard): Initialize it
5380 according to the environment variable HANGUL_KEYBOARD_TYPE.
5381
5382 1999-09-07 Richard Stallman <rms@gnu.org>
5383
5384 * subr.el (make-temp-file): New function.
5385
5386 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5387
5388 * font-lock.el (font-lock-multiline): New text property contains
5389 a boolean to indicate if the char is part of a multiline match.
5390 (font-lock-default-fontify-region): Extend the region appropriately
5391 for multiline keywords.
5392 (font-lock-default-unfontify-region): Also remove the new
5393 font-lock-multiline text property.
5394 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5395 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5396
5397 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5398
5399 * diary-lib.el (list-diary-entries): Make sure two-digit years
5400 have leading zeros.
5401
5402 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5403
5404 * faces.el (face-set-after-frame-default): Initialize some
5405 attributes of some faces from frame parameters.
5406
5407 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5408
5409 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5410
5411 * faces.el (fringe): Replaces face `margin'.
5412
5413 1999-09-07 Dave Love <fx@gnu.org>
5414
5415 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5416
5417 1999-09-07 Richard Stallman <rms@gnu.org>
5418
5419 * subr.el (push): Doc fix.
5420
5421 1999-09-06 Richard Stallman <rms@gnu.org>
5422
5423 * vc.el (vc-annotate-display): Use < 69 not < 70
5424 to distinguish 20YY from 19YY.
5425
5426 * timezone.el (timezone-parse-date): Use < 69 not < 70
5427 to distinguish 20YY from 19YY.
5428
5429 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5430
5431 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5432
5433 * quickurl.el: (quickurl-list-focused-line): Removed.
5434 (quickurl-list-insert): Now works out the focused line using
5435 `count-lines' instead of using `quickurl-list-focused-line'.
5436
5437 1999-09-06 Richard Stallman <rms@gnu.org>
5438
5439 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5440 to beginning of message.
5441
5442 1999-09-06 Dave Love <fx@gnu.org>
5443
5444 * isearch.el (isearch-mode-map): Add mouse-2.
5445
5446 * mail/rmail.el (rmail-read-password): Deleted.
5447 (rmail-get-pop-password): Use read-password.
5448
5449 * quickurl.el: Don't conditionally define caddr.
5450 (quickurl-url-comment): Use nth, not caddr in function and
5451 defsetf.
5452
5453 1999-09-06 Richard Stallman <rms@gnu.org>
5454
5455 * auto-show.el: Doc fixes.
5456
5457 1999-09-06 Stephen Eglen <stephen@gnu.org>
5458
5459 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5460 --no-line-editing so that TABs in source files are not interpreted
5461 as completion requests.
5462
5463 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5464
5465 * hscroll.el, auto-show.el: Remove all code, keep the public
5466 interface as no-ops.
5467
5468 * faces.el (face-bold-p): Don't return t if face has lighter
5469 weight than normal.
5470
5471 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5472
5473 * startup.el (command-line): Make small-temporary-file-directory
5474 be nil except on ms-dos.
5475
5476 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5477
5478 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5479 is defined.
5480
5481 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5482 letters with a colon after d or l.
5483
5484 1999-09-06 Dave Love <fx@gnu.org>
5485
5486 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5487 primitive.)
5488
5489 1999-09-05 Richard Stallman <rms@gnu.org>
5490
5491 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5492
5493 * textmodes/paragraphs.el (backward-kill-sentence):
5494 Don't test minibuffer-prompt-end here.
5495 (forward-sentence): Do handle it here.
5496 (backward-kill-paragraph): Don't test it here.
5497 (forward-paragraph): Handle it here.
5498
5499 * mouse.el (font-menu-add-default): Simplify code.
5500
5501 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5502
5503 * faces.el (header-line): Renamed from `top-line'.
5504
5505 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5506
5507 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5508
5509 1999-09-04 Richard Stallman <rms@gnu.org>
5510
5511 * whitespace.el: New file.
5512
5513 1999-09-04 Dave Love <fx@gnu.org>
5514
5515 * paths.el: Make some doc strings obey the make-docfile convention.
5516
5517 * bindings.el: Likewise.
5518 (debug-ignored-errors): Remove BBDB ones.
5519
5520 1999-09-03 Richard Stallman <rms@gnu.org>
5521
5522 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5523 not from the draft to forward.
5524
5525 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5526
5527 1999-09-03 Dave Love <fx@gnu.org>
5528
5529 * double.el (double-mode): Customize the variable.
5530
5531 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5532
5533 * international/characters.el: Delete duplicated code.
5534
5535 1999-09-02 Richard Stallman <rms@gnu.org>
5536
5537 * indent.el (indent-relative): Doc fix.
5538
5539 * quickurl.el (quickurl): Doc fix.
5540
5541 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5542
5543 * faces.el (margin): Change background to "gray" for mono (this is
5544 drawn with a stipple pattern).
5545
5546 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5547
5548 * simple.el (next-history-element): Use minibuffer-prompt-end once
5549 again. Remove test for minibuffer-prompt-in-buffer.
5550
5551 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5552
5553 * files.el (small-temporary-file-directory): New variable.
5554
5555 * startup.el (command-line): Compute the value of
5556 small-temporary-file-directory.
5557
5558 * ediff-init.el (ediff-temp-file-prefix): Use
5559 small-temporary-file-directory if non-nil.
5560
5561 * vc.el (vc-update-change-log): Likewise.
5562
5563 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5564
5565 * simple.el (shell-command, shell-command-on-region): Use
5566 make-temp-name properly. Use small-temporary-file-directory if
5567 non-nil, otherwise temporary-file-directory, to generate temporary
5568 files.
5569
5570 * dos-w32.el (direct-print-region-helper): Use
5571 temporary-file-directory. (From Stefan Monnier.)
5572
5573 1999-09-02 Richard Stallman <rms@gnu.org>
5574
5575 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5576 from asm-comment-char.
5577 (asm-font-lock-keywords): Recognize instruction width suffixes.
5578
5579 1999-09-01 Richard Stallman <rms@gnu.org>
5580
5581 * play/fortune.el: New file.
5582
5583 1999-08-31 Dave Love <fx@gnu.org>
5584
5585 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5586 after key table.
5587
5588 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5589 redisplay variables.
5590
5591 * subr.el (push): Fix typo.
5592
5593 1999-08-30 Kevin Blake <kblake@ticnet.com>
5594
5595 * emacs-lisp/ring.el: Many doc fixes.
5596 (ring-size, ring-copy): New functions.
5597
5598 1999-08-29 Richard Stallman <rms@gnu.org>
5599
5600 * progmodes/etags.el (tags-loop-continue):
5601 After tags-loop-operate returns, force skip to next file.
5602
5603 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5604 (mail-extr-first-letters, mail-extr-last-letters):
5605 Use character classes [:alpha:] and [:alnum:].
5606
5607 * subr.el (push, pop): New macros.
5608
5609 * progmodes/compile.el (compilation-error-regexp-alist):
5610 New item for SGI IRIX MipsPro compilers.
5611
5612 * speedbar.el (speedbar-directory-buttons): Recognize
5613 device names when checking for file names.
5614
5615 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5616
5617 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5618 and specially handle defvar inside their expansions.
5619 (eval-defun-1): New subroutine.
5620
5621 * progmodes/compile.el (compilation-error-regexp-alist):
5622 Fix the Perl -w entry to allow period after line number.
5623 Don't allow newlines in file name, but allow them after line number
5624 for Perl debugging traces.
5625
5626 * which-func.el (which-func-cleanup-function): New variable.
5627 (which-function): Call that function.
5628
5629 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5630 to end a function name.
5631
5632 * informat.el (Info-tagify): Don't insert more than one newline
5633 before the tag table.
5634
5635 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5636
5637 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5638 than make-temp-name, use match-string-no-properties, and eliminate
5639 a quadratic behavior when building bibtex-strings.
5640
5641 1999-08-29 Alex Schroeder <alex@gnu.org>
5642
5643 * comint.el (comint-input-ring-separator): New variable.
5644 (comint-read-input-ring): Doc change; use
5645 comint-input-ring-separator when reading file.
5646 (comint-write-input-ring): Use
5647 comint-input-ring-separator when writing file.
5648
5649 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5650
5651 * informat.el (Info-tagify): Start by widening.
5652 Match node headers that don't list the file name,
5653 and more kinds of page separations.
5654 Strip properties during tagification.
5655 Use start of node header line as tag's position.
5656 Fix the "done" message.
5657
5658 (Info-validate): Save and restore match data around narrowing down.
5659
5660 1999-08-28 Richard M. Stallman <rms@gnu.org>
5661
5662 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5663 On repeated call, override previous values put into
5664 minor-mode-map-alist and minor-mode-alist.
5665
5666 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5667
5668 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5669
5670 1999-08-27 Andreas Schwab <schwab@gnu.org>
5671
5672 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5673 from cvs update.
5674
5675 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5676
5677 * calendar/calendar.el (calendar-move-hook): New hook.
5678
5679 * calendar/cal-move.el: Call the new hook in every movement function.
5680
5681 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5682 the right function name.
5683
5684 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5685
5686 * time-stamp.el: Put quote-backquote around all symbol names
5687 in doc strings, for mousing.
5688 (time-stamp): Support multi-line patterns.
5689 (time-stamp-inserts-lines): New variable.
5690 (time-stamp-count): New variable.
5691 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5692 "Thu" instead of "%a".
5693
5694 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5695
5696 * simple.el (kill-word): Undo previous change.
5697
5698 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5699
5700 * jit-lock.el (jit-lock-function): Extend the fontified range
5701 to the beginning of the line containing the range start and
5702 the beginning of the line following the range end.
5703
5704 1999-08-24 Dave Love <fx@gnu.org>
5705
5706 * timezone.el: Move provide to end.
5707 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5708 <70 are 2000+.
5709 (timezone-parse-time): Simplify somewhat.
5710
5711 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5712
5713 * faces.el (margin): Renamed from bitmap-area.
5714
5715 1999-08-24 Alex Schroeder <alex@gnu.org>
5716
5717 * sql.el: Doc changes.
5718 (sql-sybase): Use sql-server instead of sql-database.
5719
5720 1999-08-23 Dave Love <fx@gnu.org>
5721
5722 * rect.el: Add/fix various doc strings. Add `*' to all the
5723 interactive specs.
5724
5725 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5726
5727 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5728 Don't unwind-protect font-lock-fontify-region.
5729
5730 * paragraphs.el (backward-kill-paragraph): Don't move
5731 point into mini-buffer prompt.
5732 (backward-kill-sentence): Ditto.
5733
5734 * simple.el (next-history-element): Use minibuffer-prompt-end.
5735 Remove test for minibuffer-prompt-in-buffer.
5736 (kill-word): Don't move point into mini-buffer prompt.
5737
5738 1999-08-21 Dave Love <fx@gnu.org>
5739
5740 * Makefile: Exclude CVS dirs like RCS.
5741
5742 1999-08-19 Dave Love <fx@gnu.org>
5743
5744 * tooltip.el (tooltip-mode): Customize this, per convention.
5745 (tooltip-active): Option deleted.
5746
5747 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5748
5749 * hanoi.el, page-ext.el: Declare dynamic vars.
5750
5751 * term.el: Avoid ange-ftp related compilation warnings.
5752
5753 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5754
5755 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5756 the default so that beginners can benefit from it without
5757 searching in manuals.
5758
5759 1999-08-18 Ray Blaak <blaak@gnu.org>
5760
5761 * progmodes/delphi.el: Consider assembly sections as blocks, to
5762 indent them better. Make auto-indent on newline optional.
5763
5764 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5765
5766 * bindings.el (mode-line-modified): Look up key binding for C-x
5767 C-q. If it's bound call that binding, otherwise call
5768 toggle-read-only.
5769
5770 1999-08-17 Dave Love <fx@gnu.org>
5771
5772 * info.el (info): Doc fix.
5773
5774 * finder.el (finder-known-keywords): Add `multimedia'.
5775
5776 * apropos.el: Don't capitalize custom group name.
5777
5778 * info-look.el: Remove compatibility code.
5779 (info-lookup-guess-default*): DTRT for point at start of symbol.
5780 (info-complete): Don't lose with point not at end of symbol.
5781
5782 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5783
5784 * term.el (toplevel): Make face `term-default' an empty face.
5785 The code relied on the fact that Emacs ignored invalid faces in
5786 face text properties in 20.4.
5787
5788 1999-08-16 Richard M. Stallman <rms@gnu.org>
5789
5790 * subr.el (point-at-eol, point-at-bol): New aliases.
5791
5792 * simple.el: Functions reordered.
5793
5794 * rect.el (delete-rectangle-line): Use line-end-position.
5795
5796 1999-08-16 Karl Heuer <kwzh@gnu.org>
5797
5798 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5799 here from simple.el.
5800
5801 1999-08-16 Dave Love <fx@gnu.org>
5802
5803 * mouse.el: Provide `mldrag' for compatibility.
5804 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5805 marked obsolete.
5806
5807 * mldrag.el: Removed since the features are in mouse.el.
5808
5809 * jka-compr.el (auto-compression-mode): New variable for
5810 customization.
5811
5812 * bindings.el (mode-line-mule-info): Doc fix.
5813
5814 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5815 name comparisons.
5816
5817 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5818 (find-file): Doc fix.
5819
5820 1999-08-16 Carsten Dominik <cd@gnu.org>
5821
5822 * textmodes/reftex.el: Most of the code moved to other files.
5823 * textmodes/reftex-auc.el: New file, split out from reftex.el
5824 * textmodes/reftex-cite.el: New file, split out from reftex.el
5825 * textmodes/reftex-global.el: New file, split out from reftex.el
5826 * textmodes/reftex-index.el: New file, split out from reftex.el
5827 * textmodes/reftex-parse.el: New file, split out from reftex.el
5828 * textmodes/reftex-ref.el: New file, split out from reftex.el
5829 * textmodes/reftex-sel.el: New file, split out from reftex.el
5830 * textmodes/reftex-toc.el: New file, split out from reftex.el
5831 * textmodes/reftex-vars.el: New file, split out from reftex.el
5832 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5833
5834 1999-08-16 Carsten Dominik <cd@gnu.org>
5835
5836 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5837 conflict with pop-up-frames.
5838 (reftex-special-environment-parsers): New constant.
5839 (reftex-label-alist): car of an entry can also be a function.
5840 (reftex-what-special-env): Cew function.
5841 (reftex-label-location): Call `reftex-what-special-env'.
5842 (reftex-compile-variables): Check for symbol in
5843 `reftex-label-alist'.
5844 (reftex-what-environment): Fixed bug with stacked environments of
5845 same kind (e.g. enumerate).
5846 (reftex-process-string): Preserve default directory.
5847 (reftex-label-alist-builtin): Changed prefixes of endnote and
5848 footnote. Also the magic words.
5849 (reftex-reference): Interprete new option
5850 `reftex-fref-is-default'.
5851 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5852 (reftex-toc-mouse-view-line): Command removed (had no binding).
5853 (reftex-everything-regexp): New function.
5854 (reftex-nearest-match): Made better.
5855 (reftex-toc-find-section): Use new version of
5856 `reftex-nearest-match'.
5857 (reftex-insert-docstruct): Adapted to work with the index stuff.
5858 (reftex-parse-from-file): Find index entries as well.
5859 (reftex-toc-toggle-index): New function
5860 (reftex-toc-map): `i' is now used to togle the index, File
5861 boundaries has been moved to `F'.
5862 (reftex-select-label-map): Toggling display of file boundaries is
5863 now on the `F' key, for consistency with `reftex-toc-map'.
5864 (reftex-erase-all-selection-and-index-buffers): Renamed from
5865 `reftex-erase-all-selection-buffer'. Now also kills the index
5866 buffers.
5867 (reftex-viewing-cross-references): Customization group renamed
5868 from reftex-viewing-cross-references-and-citations.
5869 (reftex-index-macro-regexp,
5870 reftex-find-index-entry-regexp-format): New variables
5871 (reftex-macros-with-index): New variable
5872 (reftex-add-index-macros): New function
5873 (reftex-renumber-simple-labels, reftex-translate): Allow for
5874 multiple labels in a single ref command.
5875 (reftex-index-support): New customization group
5876 (reftex-support-index, reftex-index-special-chars,
5877 reftex-index-macros, reftex-index-default-macro,
5878 reftex-index-default-tag, reftex-index-math-format,
5879 reftex-index-section-letters, reftex-index-include-context,
5880 reftex-index-follow-mode, reftex-index-header-face,
5881 reftex-index-section-face, reftex-index-tag-face,
5882 reftex-index-face): New options
5883 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5884 reftex-index-tag, reftex-index-return-marker,
5885 reftex-index-restriction-indicator, reftex-index-restriction-data,
5886 reftex-index-macro-regexp, reftex-index-level-re,
5887 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5888 reftex-everything-regexp-no-index, reftex-index-re,
5889 reftex-macros-with-index, reftex-index-macro-alist): New variables
5890 (reftex-index-help, reftex-index-macros-builtin,
5891 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5892 reftex-query-index-macro-help): New constants
5893 (reftex-index-selection-or-word, reftex-index,
5894 reftex-default-index, reftex-update-default-index,
5895 reftex-index-complete-tag, reftex-index-select-tag,
5896 reftex-index-complete-key, reftex-index-update-taglist,
5897 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5898 reftex-display-index, reftex-insert-index,
5899 reftex-index-insert-new-letter, reftex-get-restriction,
5900 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5901 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5902 reftex-index-toggle-follow, reftex-index-toggle-context,
5903 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5904 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5905 reftex-index-quit, reftex-index-quit-and-kill,
5906 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5907 reftex-index-revert, reftex-index-switch-index-tag,
5908 reftex-index-restrict-to-section, reftex-index-widen,
5909 reftex-index-restriction-forward,
5910 reftex-index-restriction-backward, reftex-index-visit-location,
5911 reftex-index-analyze-entry, reftex-index-globalize,
5912 reftex-index-edit, reftex-index-toggle-range-beginning,
5913 reftex-index-toggle-range-end, reftex-index-edit-key,
5914 reftex-index-edit-attribute, reftex-index-edit-visual,
5915 reftex-index-edit-part, reftex-index-level-down,
5916 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5917 reftex-index-change-entry, reftex-index-goto-letter,
5918 reftex-add-index-macros, reftex-ensure-index-support,
5919 reftex-index-info-safe, reftex-index-info): New functions.
5920
5921
5922 1999-08-15 Richard M. Stallman <rms@gnu.org>
5923
5924 * paren.el (show-paren-mode): Support making show-paren-mode
5925 a buffer-local variable. Don't check for a window system.
5926 (show-paren-function): Check whether show-paren-function is
5927 enabled in current buffer; do the right thing if not.
5928 Don't check for a window system.
5929 (show-paren-mode): Make it a user variable.
5930
5931 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5932 Handle `enum' like `struct'.
5933
5934 * server.el (server-process-filter): If a client visits no buffers,
5935 close it immediately before recording it.
5936
5937 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5938 Optimize by calling concat just once. Handle =\n sequence.
5939 (mail-unquote-printable-region): New command.
5940 (mail-quote-printable): Make it autoload.
5941
5942 1999-08-15 Karl Heuer <kwzh@gnu.org>
5943
5944 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5945
5946 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5947
5948 * lisp/texinfmt.el: Handle @ifnottex.
5949
5950 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5951
5952 * frame.el (blink-cursor): Don't turn on cursor blinking for
5953 ms-dos.
5954
5955 * faces.el (face-valid-attribute-values): Look in
5956 x-bitmap-file-path only for x and w32 window systems.
5957
5958 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5959 Do that if width is nil as well.
5960 (x-display-mm-height, x-display-mm-width): Update values.
5961 (x-colors): Compute the list from msdos-color-values.
5962 (x-select-enable-clipboard): Doc fix.
5963 (x-frob-font-weight, x-font-family-list): New functions.
5964
5965 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5966
5967 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5968 back up from beginning of buffer.
5969
5970 1999-08-13 Karl Heuer <kwzh@gnu.org>
5971
5972 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5973
5974 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5975
5976 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5977 doomsday clock, speed control is added and changes are made to
5978 allow large numbers of rings: rings now show the whole ring
5979 number, not just the last digit; consecutive rings are allowed to
5980 be the same size when necessary to fit all the rings in the
5981 window; and poles can be oriented horizontally. Face support is
5982 thrown in gratuitously.
5983 (hanoi): Changed default number of rings back to 3.
5984 (hanoi-unix, hanoi-unix-64): New commands
5985 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5986 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5987 hanoi-odd-ring-face): New variables.
5988 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5989 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5990 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5991 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5992 (hanoi-topos, hanoi-draw-ring): Removed.
5993
5994 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5995
5996 * faces.el (face-valid-attribute-values): Return an alist for
5997 families on ttys.
5998 (face-read-integer): Handle unspecified face attributes. Add
5999 completion for `unspecified'.
6000 (read-face-attribute): Handle unspecified font attributes.
6001 (face-valid-attribute-values): Add `unspecified' to lists so that
6002 it can be chosen via completion.
6003 (face-read-string): Don't recognize "none" as input.
6004
6005 1999-08-10 Dave Love <fx@gnu.org>
6006
6007 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6008 string.
6009
6010 * sun-curs.el: Require sun-fns.
6011
6012 1999-08-10 Dave Love <fx@gnu.org>
6013
6014 * autorevert.el (auto-revert-mode): Add autoload cookie.
6015
6016 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6017 hscroll.
6018
6019 * simple.el (hscroll-step, hscroll-point-visible)
6020 (hscroll-window-column): Remove now we have the mentioned real
6021 horizontal autoscrolling.
6022
6023 1999-08-10 Richard M. Stallman <rms@gnu.org>
6024
6025 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6026 control use of -f option.
6027 (mail-specify-envelope-from): New variable.
6028 (mail-from-style): Doc fix.
6029
6030 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6031 (easy-menu-get-map): New arg TO-MODIFY helps choose
6032 between local and global maps.
6033 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6034 (easy-menu-change): Doc fix.
6035
6036 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6037 (info-lookup-guess-default): Simplified and cleaned up.
6038 (info-lookup-guess-default*): Preserve point.
6039
6040 * view.el (view-mode-disable): If buffer-read-only is nil,
6041 don't change it.
6042
6043 * files.el (after-find-file): Disable View mode if buffer is no
6044 longer read-only.
6045
6046 * view.el (view-mode-enable, view-mode-disable):
6047 Call force-mode-line-update.
6048
6049 1999-08-10 Karl Heuer <kwzh@gnu.org>
6050
6051 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6052 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6053 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6054
6055 1999-08-10 Alex Schroeder <asc@bsiag.com>
6056
6057 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6058 to prevent m-eating-bug.
6059
6060 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6061
6062 * term/pc-win.el (msdos-bg-mode): Remove. Call
6063 frame-set-background-mode instead. All callers changed.
6064 (msdos-face-setup): Don't force color display parameter, it is set
6065 by frame-set-background-mode.
6066 (make-msdos-frame): Call x-handle-reverse-video and
6067 face-set-after-frame-default. Delete frame if creation failed.
6068
6069 * faces.el (face-set-after-frame-default): Don't call
6070 make-face-x-resource-internal for the pc window-system.
6071
6072 1999-08-10 Dave Love <fx@melange.gnu.org>
6073
6074 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6075 case with no docstring specially.
6076
6077 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6078
6079 * complete.el (PC-do-completion): If completing on file name,
6080 reproduce str by concatenating its directory and basename parts.
6081
6082 1999-08-07 Dave Love <fx@gnu.org>
6083
6084 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6085 unibyte to multibyte conversion of search-forward (from Handa),
6086 but avoid the replacement if the language is Latin-N.
6087
6088 1999-08-06 Richard Stallman <rms@gnu.org>
6089
6090 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6091 of eval-buffer.
6092
6093 * international/mule.el (load-with-code-conversion):
6094 Pass t to eval-buffer for DO-ALLOW-PRINT.
6095
6096 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6097
6098 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6099 of filenames and attributes.
6100 (ls-lisp-insert-directory): Use directory-files-and-attributes
6101 for speed.
6102
6103 1999-08-05 Dave Love <fx@gnu.org>
6104
6105 * auto-show.el (auto-show-mode): Fix :set.
6106
6107 * widget.el (define-widget-keywords): Make dummy definition and
6108 comment-out its use.
6109
6110 1999-08-04 Richard Stallman <rms@gnu.org>
6111
6112 * progmodes/tcl.el: Customized.
6113
6114 * sql.el (sql-accumulate-and-indent): Instead of testing
6115 whether this is Emacs 20 before calling comint-accumulate,
6116 test whether comint-accumulate is defined.
6117
6118 1999-08-04 Dave Love <fx@gnu.org>
6119
6120 * sgml-mode.el: Require outline when compiling.
6121 (sgml-mode-hook, html-mode-hook): Customize.
6122 (sgml-validate-command): Fix :version.
6123 (html-autoview-mode): Doc fix.
6124
6125 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6126 nothing in Latin-N environment.
6127
6128 * info.el (Info-find-node): Call info-initialize here.
6129 (info): Not here.
6130 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6131
6132 1999-08-04 Richard Stallman <rms@gnu.org>
6133
6134 * ansi-color.el: New file.
6135
6136 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6137
6138 * dired.el (dired-string-replace-match): Return `nil' when no match
6139 found with global search.
6140
6141 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6142 * terminal.el (te-terminfo-directory):
6143 * mail/mailpost.el (post-mail-send-it):
6144 * mail/metamail.el (metamail-region):
6145 * progmodes/ada-mode.el (ada-tmp-directory):
6146 Use temporary-file-directory.
6147
6148 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6149 (compilation-filter, compilation-forget-errors)
6150 (compilation-parse-errors): Use a marker instead of an integer for
6151 `compilation-parsing-end'.
6152
6153 * progmodes/diff.el (diff-parse-differences):
6154 Use a marker instead of an integer for `compilation-parsing-end'.
6155 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6156 Use a marker instead of an integer for `compilation-parsing-end'.
6157
6158 1999-08-03 Richard Stallman <rms@gnu.org>
6159
6160 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6161 (Buffer-menu-mode): Doc fix.
6162 (Buffer-menu-view): New command.
6163 (Buffer-menu-view-other-window): New command.
6164
6165 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6166
6167 * replace.el (query-replace-regexp-eval)
6168 (replace-eval-replacement, replace-loop-through-replacements)
6169 (replace-match-string-symbols): New functions.
6170 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6171 Use replace-loop-through-replacements.
6172
6173 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6174
6175 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6176 (5x5): Doc fix.
6177
6178 1999-08-03 Dave Love <fx@gnu.org>
6179
6180 * fortran.el (fortran-indent-new-line): Make it an alias
6181 for reindent-then-newline-and-indent.
6182
6183 1999-08-03 Didier Verna <verna@inf.enst.fr>
6184
6185 * rect.el: All functions rewritten, except when noted above
6186 their declaration. Below is a list of interface changes.
6187 (apply-on-rectangle): New function, mostly replaces
6188 `operate-on-rectangle'. All callers changed.
6189 (move-to-column-force): Pass new second argument to `move-to-column'.
6190 (kill-rectangle): Added optional prefix arg to fill lines.
6191 (delete-rectangle): Ditto.
6192 (delete-whitespace-rectangle): Ditto.
6193 (delete-extract-rectangle): Ditto.
6194 (open-rectangle): Ditto.
6195 (clear-rectangle): Ditto.
6196 (delete-whitespace-rectangle-line): New function.
6197 (delete-rectangle-line): Added third arg FILL.
6198 (delete-extract-rectangle-line): Ditto.
6199 (open-rectangle-line): Ditto.
6200 (clear-rectangle-line): Ditto.
6201
6202 1999-08-03 Ray Blaak <blaak@gnu.org>
6203
6204 * progmodes/delphi.el: New file.
6205
6206 1999-08-02 Richard Stallman <rms@gnu.org>
6207
6208 * textmodes/outline.el (outline-previous-heading): New function.
6209 (outline-up-heading-all): Use outline-previous-heading.
6210 (outline-next-heading): Delete definition inserted yesterday.
6211
6212 1999-08-01 Richard Stallman <rms@gnu.org>
6213
6214 * textmodes/outline.el (outline-next-heading): New function.
6215 (outline-up-heading-all): New function.
6216 (outline-font-lock-level): Using outline-up-heading-all.
6217 Tell outline-back-to-heading to accept invisible headings.
6218
6219 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6220
6221 * mail/mh-utils.el (mh-find-path-run): New variable.
6222 (mh-find-path): Test and set that.
6223 Set mail-user-agent only the first time this function is run.
6224 (mail-user-agent): Defvar deleted.
6225
6226 * info.el (info-initialize): New function.
6227 (info): Call info-initialize.
6228 (Info-directory-list): Initialize to nil,
6229 so info-initialize will set it up for real.
6230
6231 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6232
6233 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6234 does not interpret a time as the year in a day-month entry.
6235
6236 * calendar/diary-lib.el: Change syntax table entry for colon in
6237 the diary as part of the european-date-diary-pattern fix.
6238
6239 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6240
6241 * international/mule.el (set-auto-coding): Allow whitespace before
6242 and after the "variable: value" pair.
6243
6244 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6245
6246 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6247 (default-sendmail-coding-system): Doc-string fixed.
6248
6249 1999-07-30 Dave Love <fx@gnu.org>
6250
6251 * subr.el (assoc-delete-all): New function, renamed from
6252 frame-delete-all.
6253
6254 * frame.el: Change comments to doc strings and other doc fixes.
6255 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6256 Callers changed.
6257 (set-background-color, set-foreground-color, set-cursor-color)
6258 (set-mouse-color, set-border-color): Offer completion of colours.
6259 (cursor): Add :version to defgroup.
6260
6261 * facemenu.el (list-colors-display): Make it work on ttys.
6262 (facemenu-read-color): Likewise.
6263
6264 1999-07-30 Richard M. Stallman <rms@gnu.org>
6265
6266 * frame.el (frame-notice-user-settings): If background
6267 color has been changed, update background-mode from it,
6268 then update faces.
6269
6270 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6271
6272 * net-utils.el (finger): Don't do indirect fingering.
6273
6274 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6275
6276 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6277 rules. Add separator at end of holidays.
6278 (cal-tex-rules): New customizable variable.
6279 (cal-tex-latexify-list): Add optional parameter to put separator
6280 at end.
6281
6282 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6283
6284 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6285 fill prefix on each line while looping to the end of paragraph.
6286 End paragraph if it's longer than the existing fill prefix.
6287
6288 * textmodes/fill.el (fill-context-prefix): Doc fix.
6289
6290 1999-07-30 Dave Love <fx@gnu.org>
6291
6292 * font-lock.el (jit-lock): Fix :load, add :version.
6293
6294 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6295
6296 * term/pc-win.el (msdos-face-setup): Register standard colors in
6297 Vface_tty_color_alist.
6298 (face-color-supported-p, face_color_gray_p): New functions.
6299
6300 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6301 is bound.
6302
6303 * startup.el (command-line): Don't register default colors for
6304 MSDOS window-system.
6305
6306 1999-07-29 Dave Love <fx@gnu.org>
6307
6308 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6309 charquote.
6310
6311 * lisp-mode.el (eval-defun): Re-written to avoid
6312 capturing variables.
6313
6314 * picture.el (picture-beginning-of-line): Don't call
6315 hscroll-point-visible now we have real autoscrolling.
6316 (picture-end-of-line, picture-newline, picture-open-line):
6317 Likewise.
6318
6319 * international/latin-8.el: New file.
6320 * international/latin-9.el: New file.
6321
6322 1999-07-28 Dave Love <fx@gnu.org>
6323
6324 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6325
6326 * msb.el: Require cl only when compiling.
6327 (msb--home-dir): Deleted.
6328 (msb--format-title): Use abbreviate-file-name.
6329 (msb--choose-file-menu): Simplify string comparison.
6330
6331 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6332
6333 * faces.el (toolbar): Add face definition for mono displays.
6334
6335 1999-07-27 Richard M. Stallman <rms@gnu.org>
6336
6337 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6338
6339 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6340 force copying of default-frame-alist.
6341
6342 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6343
6344 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6345
6346 1999-07-26 Richard M. Stallman <rms@gnu.org>
6347
6348 * frame.el (set-mouse-color): If new color is nil,
6349 really respecify the current color.
6350
6351 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6352
6353 * faces.el (bitmap-area): Change background of face `bitmap-area'
6354 to white for mono displays.
6355
6356 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6357
6358 * international/ccl.el (ccl-embed-symbol): New function.
6359 (ccl-program-p): Deleted. Now it's implemented in C code.
6360 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6361 (ccl-compile-translate-character): Likewise.
6362 (ccl-compile-map-single): Likewise.
6363 (ccl-compile-multiple-map-function): Likewise.
6364 (declare-ccl-program): Doc-string modified.
6365 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6366
6367 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6368
6369 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6370
6371 1999-07-25 Markus Rost <rost@gnu.org>
6372
6373 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6374 the entries to make custom-file more readable.
6375
6376 1999-07-25 Richard M. Stallman <rms@gnu.org>
6377
6378 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6379
6380 * emacs-lisp/edebug.el: Delete compatibility code.
6381 (edebug-next-token-class): If . is followed by a digit,
6382 return `symbol' for the token class.
6383
6384 * startup.el (command-line): If we don't find the user's init file,
6385 set user-init-file to nil.
6386
6387 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6388
6389 * info-look.el (info-lookup-interactive-arguments): Add optional
6390 argument query for new choice of help mode.
6391 (info-lookup-symbol): Use it.
6392 (info-lookup-file): Ditto.
6393 (info-lookup): Don't switch to other window, if already in Info
6394 buffer.
6395
6396 1999-07-23 Dave Love <fx@gnu.org>
6397
6398 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6399 syntax.
6400 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6401 (fortran-font-lock-syntactic-keywords): New variable.
6402 (fortran-mode): Use it.
6403 (fortran-font-lock-keywords-1): Don't do comments.
6404 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6405 match data.
6406
6407 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6408
6409 * msb.el (msb-menu-bar-update-buffers): Renamed from
6410 menu-bar-update-buffers.
6411 (msb-custom-set, msb--toggle-menu-type): Call
6412 msb-menu-bar-update-buffers.
6413 (msb-mode): Revise the hook setting.
6414
6415 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6416
6417 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6418
6419 * font-lock.el, help.el, simple.el: Re-integrate previously
6420 described changes that were lost due to errors while checking them
6421 in.
6422
6423 1999-07-23 Kevin Blake <kblake@ticnet.com>
6424
6425 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6426
6427 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6428
6429 * international/encoded-kb.el
6430 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6431 but push it to unread-command-events.
6432 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6433 (encoded-kbd-self-insert-sjis): Likewise.
6434 (encoded-kbd-self-insert-big5): Likewise.
6435
6436 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6437 before left margin and fill-prefix by fill-find-break-point.
6438
6439 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6440
6441 * info-look.el (info-lookup-setup-mode): Don't give up, if
6442 info-lookup-make-completions returns an error.
6443 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6444 name latex, not latex2e.
6445
6446 1999-07-21 Richard M. Stallman <rms@gnu.org>
6447
6448 * replace.el (perform-replace): Turn off case-fold-search
6449 if FROM-STRING argument has uppercase in it.
6450
6451 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6452
6453 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6454 mode is on. Don't use end of changed text.
6455
6456 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6457
6458 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6459 (cl-hash-table-p): Renamed from hash-table-p.
6460 (cl-hash-table-count): Renamed from hash-table-count.
6461 (maphash): Alias to cl-maphash removed.
6462 (gethash): Likewise.
6463 (puthash): Likewise.
6464 (remhash): Likewise.
6465 (clrhash): Likewise.
6466
6467 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6468
6469 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6470 third arg non-nil. See comment there why this isn't a good idea.
6471
6472 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6473
6474 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6475
6476 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6477 sit-for with 3rd arg non-nil to prevent redisplay.
6478
6479 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6480
6481 * image.el (image-type-from-file-header): If file doesn't
6482 have a directory part, add data-directory.
6483
6484 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6485
6486 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6487 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6488 motion handling when tooltip-gud-tips-p is nil.
6489
6490 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6491
6492 * tooltip.el (tooltip-mode): Don't use `plusp'.
6493 (tooltip-active): Use initial value of nil.
6494
6495 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6496
6497 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6498
6499 * bindings.el (make-mode-line-mouse-sensitive): Add key
6500 definitions for `top-line'.
6501
6502 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6503
6504 * faces.el (top-line): New face.
6505
6506 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6507
6508 * image.el (image-type-regexps): Add regexp for PS files.
6509
6510 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6511
6512 * faces.el (set-face-attribute): Fix wrong handling of frame
6513 begin equal to t.
6514
6515 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6516
6517 * image.el (image-type-regexps): Add PNG format.
6518
6519 1999-07-21 Dave Love <fx@gnu.org>
6520
6521 * bindings.el (mode-line-modified): New variable.
6522 (mode-line-mode-menu-1): Switch to appropriate window before
6523 showing menu.
6524
6525 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6526
6527 * faces.el (face-underline): Removed.
6528 (face-underline-color): Ditto.
6529
6530 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6531
6532 * faces.el (face-x-resources): Fix typo.
6533
6534 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6535
6536 * faces.el: Remove handling of `:relief', extend handling of
6537 `:box'.
6538 (frame-set-background-mode): Choose new defface specs after
6539 frame parameters have changed.
6540
6541 * cus-face.el: Ditto.
6542
6543 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6544
6545 * custom.el (defface): Extend documentation to include new
6546 face attributes.
6547
6548 * cus-face.el (custom-face-attributes): Add overline,
6549 strike-through, box.
6550
6551 * faces.el (face-valid-attribute-values): Handle overline,
6552 strike-through, box.
6553 (face-attribute-name-alist): Add pairs for new face attributes.
6554 (describe-face): Handle new face attributes.
6555
6556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6557
6558 * faces.el (face-x-resources): Add overline, strike-through, box.
6559
6560 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6561
6562 * enriched.el (enriched-translations): Add `display' and
6563 "x-display".
6564 (enriched-handle-display-prop): New.
6565 (enriched-decode-display-prop): New.
6566
6567 * format.el (top-level): Give `display' property
6568 `format-list-atomic-p.
6569 (format-annotate-single-property-change): Test that property.
6570 If present, treat list property values like atoms.
6571
6572 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6573
6574 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6575 so that "*" can be entered.
6576
6577 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6578
6579 * cus-face.el (custom-face-attributes): Don't use `#''.
6580
6581 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6582
6583 * cus-face.el (custom-face-attributes): Return underline
6584 face attribute directly from the second lambda of underline.
6585
6586 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6587
6588 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6589
6590 * frame.el (after-setting-font-hooks): New variable.
6591 (set-frame-font): Run those hooks.
6592
6593 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6594
6595 * faces.el (set-face-attribute): Fix doc string.
6596
6597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6598
6599 * cus-face.el (custom-face-attributes): Accept color name.
6600
6601 * faces.el (face-underline-p): Accept unspecified underlining.
6602 (face-underline): Ditto. Fix doc string.
6603
6604 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6605
6606 * faces.el (face-underline-color): New function.
6607
6608 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6609
6610 * cus-face.el (custom-face-attributes): Support underline coloring.
6611 Added slot to choose a color.
6612
6613 * faces.el (face-underline): New function.
6614 (face-underline-p): Support underline coloring.
6615 Return nil only if the underline attribute is 'normal.
6616 (set-face-underline): New function.
6617 (face-valid-attribute-values): Support underline coloring.
6618
6619 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6620
6621 * image.el (insert-image): Use `display' instead of `glyph'
6622 as text property name.
6623 (put-image): Ditto.
6624 (image-type-from-file-header): Use insert-file-contents-literally.
6625
6626 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6627
6628 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6629 string to indicate separators.
6630
6631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6632
6633 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6634 instead of message-log.
6635
6636 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6637
6638 * faces.el (bitmap-area): New face.
6639
6640 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6641
6642 * image.el (insert-image): New.
6643
6644 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6645
6646 * frame.el (blink-cursor): Set the symbol's value.
6647 (show-trailing-whitespace): Change group to font-lock.
6648
6649 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6650
6651 * jit-lock.el: New.
6652 * font-lock.el: Add jit-mode as new support mode.
6653
6654 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6655 reaching end instead of letting re-search-forward signal an error.
6656 (demand-lock-mode): New.
6657 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6658 (font-lock-turn-off-thing-lock): Ditto.
6659 (font-lock-after-fontify-buffer): Ditto.
6660 (font-lock-after-unfontify-buffer): Ditto.
6661
6662 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6663
6664 * gs.el: New file.
6665
6666 * startup.el (command-line-1): Activate tooltip mode if
6667 interactive.
6668
6669 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6670
6671 * faces.el (toolbar): Grey default background.
6672 (modeline): Ditto.
6673
6674 * image.el (image-type-regexps): New.
6675 (image-type-from-file-header): New.
6676 (create-image): Call it.
6677
6678 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6679
6680 * image.el: New file.
6681
6682 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6683
6684 * bindings.el (mode-line-format): Replace `mode-name' with
6685 `(:eval mode-line-mode-name)'.
6686 (mode-line-mode-name): New.
6687 (make-mode-line-mouse-sensitive): Don't change default value
6688 of `mode-name'.
6689
6690 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6691
6692 * tooltip.el: New file.
6693
6694 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6695
6696 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6697 instead of mouse-3 to pop up menus.
6698 (mode-line-kill-buffer): Removed.
6699 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6700 buffer name.
6701 (mode-line-buffer-menu-1): Removed.
6702
6703 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6704
6705 * bindings.el (mode-line-buffer-identification-keymap): New.
6706 (mode-line-buffer-menu-keymap): New.
6707 (mode-line-mode-menu-keymap): New.
6708 (mode-line-unbury-buffer): New.
6709 (mode-line-other-buffer): New.
6710 (mode-line-kill-buffer): New.
6711 (mode-line-buffer-menu-1): New.
6712 (mode-line-mode-menu-1): New.
6713 (make-mode-line-mouse-sensitive): New.
6714
6715 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6716
6717 * help.el (describe-key-briefly): Handle mode line strings
6718 with local-map properties.
6719 (describe-key): Ditto.
6720 (mode-line-key-binding): New.
6721
6722 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6723
6724 * scroll-bar.el (scroll-bar-timer): New.
6725 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6726
6727 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6728
6729 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6730 and `bottom'.
6731
6732 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6733
6734 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6735 (global): Use different key bindings if using tookit scroll bars.
6736
6737 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6738
6739 * faces.el (modeline): Define mode line face with relief for
6740 class color, only.
6741 (toolbar): New face.
6742
6743 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6744
6745 * frame.el (frame-initialize): Set frame-creation-function to
6746 tty-create-frame-with-faces.
6747
6748 * faces.el (frame-set-background-mode): Make it work for
6749 window-system nil.
6750
6751 * faces.el (tty-create-frame-with-faces): New.
6752 (face-set-after-frame-default): Make it work for TTY frames.
6753
6754 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6755
6756 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6757 Return a list of one font family for TTYs. Don't return bitmap
6758 file paths for TTY frames.
6759
6760 * faces.el: Add face specs for tty displays to basic faces.
6761
6762 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6763 (font-lock-string-face): Ditto.
6764 (font-lock-keyword-face): Ditto.
6765 (font-lock-builtin-face): Ditto.
6766 (font-lock-function-name-face): Ditto.
6767 (font-lock-variable-name-face): Ditto.
6768 (font-lock-type-face): Ditto.
6769 (font-lock-constant-face): Ditto.
6770 (font-lock-warning-face): Ditto.
6771
6772 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6773
6774 * startup.el (command-line): Register default tty colors.
6775
6776 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6777
6778 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6779
6780 * faces.el (modeline): For X frames, use a modeline with relief.
6781
6782 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6783
6784 * faces.el (frame-update-faces): Copied from 20.2.
6785 (frame-update-face-colors): Ditto. Code removed that isn't
6786 applicable in the new face implementation.
6787
6788 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6789
6790 * frame.el (show-trailing-whitespace): New.
6791
6792 * faces.el (trailing-whitespace): New basic face.
6793
6794 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6795
6796 * cus-face.el (custom-facep): Always define as alias for facep.
6797
6798 * cus-face.el (custom-face-attributes): Use choice widgets.
6799 Remove :bold and :italic.
6800
6801 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6802
6803 * faces.el (face-charset-registries): Removed since fontset.el
6804 is no always loaded.
6805
6806 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6807
6808 * faces.el (internal-get-face): Added as obsolete function for
6809 compatibility.
6810
6811 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6812
6813 * frame.el (blink-cursor-end): Call show-cursor.
6814 (blink-cursor-mode): Ditto.
6815
6816 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6817
6818 * faces.el (face-spec-reset-face): Reset all attributes to
6819 `unspecified'.
6820 (face-spec-set): Use it.
6821
6822 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6823
6824 * faces.el (read-all-face-attributes): Bug fix.
6825 (face-read-integer): Allow nil default value.
6826 (face-valid-attribute-values): Use symbol names of attribute
6827 values for completion list.
6828
6829 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6830
6831 * faces.el (internal-find-face): Define for compatibility with
6832 20.2.
6833 (face-id): Likewise.
6834
6835 * faces.el (face-id): Return the ID of a realized face for ASCII.
6836
6837 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6838 (x-complement-fontset-spec): Use face-charset-registries.
6839
6840 * faces.el (face-font-selection-order): Set font selection order
6841 from Lisp.
6842 (face-alternative-font-family-alist): Set alternative font
6843 families from Lisp.
6844
6845 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6846
6847 * faces.el (set-face-charset-registries): Set symbol value.
6848
6849 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6850
6851 * faces.el (face-set-after-frame-default): Call function
6852 internal-merge-in-global-face.
6853
6854 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6855
6856 * faces.el (face-list): Return symbols from face-global-alist.
6857
6858 * faces.el (face-list): Return a copy of the face name list so
6859 that it cannot be modified from outside (facemenu.el uses
6860 nreverse, for example).
6861
6862 * cus-face.el (custom-face-attributes): Add :bold and :italic
6863 for compatibility with old code.
6864
6865 * faces.el (set-face-attributes-from-resources): Additional
6866 frame parameter.
6867 (make-face-x-resource-internal): Set attributes from resources
6868 for a given frame or all frames.
6869
6870 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6871
6872 * faces.el (all-faces): Removed.
6873
6874 * custom.el (defface): Add new face attributes to function
6875 comment.
6876
6877 * font-lock.el (font-lock-comment-face): Use new face attribute
6878 names.
6879 (font-lock-string-face): Ditto.
6880 (font-lock-keyword-face): Ditto.
6881 (font-lock-builtin-face): Ditto.
6882 (font-lock-function-name-face): Ditto.
6883 (font-lock-variable-name-face): Ditto.
6884 (font-lock-type-face): Ditto.
6885 (font-lock-reference-face): Ditto.
6886 (font-lock-warning-face): Ditto.
6887 ((boundp 'font-lock-face-attributes)): Ditto.
6888
6889 * cus-face.el (custom-face-attributes): Use new face attributes.
6890
6891 * faces.el (set-face-attribute-from-resource): Initialize
6892 from resources only for X and W32.
6893
6894 * cus-face.el (custom-declare-face): Don't make frame-local
6895 faces.
6896
6897 * faces.el (describe-face): Use princ instead of insert.
6898
6899 * faces.el: Add XLFD manipulation functions from 20.2 again
6900 because fontset.el uses them.
6901 (face-set-after-frame-default): Add empty definition.
6902
6903 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6904
6905 * faces.el (make-face): Correct typo.
6906 (set-face-attribute-from-resource): Use let*.
6907 (face-underline-p): Correct typo.
6908 (face-inverse-video-p): Ditto.
6909 (set-face-stipple): Ditto.
6910 (face-read-string): Make completion-list optional parameter.
6911
6912 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6913
6914 * faces.el (face-charset-registries): Alist mapping charset
6915 symbols to registries and encoding.
6916
6917 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6918
6919 * frame.el (blink-cursor-mode): Use interactive spec "P".
6920
6921 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6922
6923 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6924 mode. The cursor of selected_window blinks if the mode is enabled.
6925
6926 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6927
6928 * simple.el (next-history-element): Set point to the end of the
6929 prompt if minibuffer-prompt-in-buffer.
6930
6931 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6932
6933 * faces.el (x-font-regexp): Add sub-expression parentheses for
6934 several font name components.
6935
6936 1999-07-21 Gerd Moellmann <gerd@acm.org>
6937
6938 * faces.el (set-face-relief): Use index 12 for relief.
6939 (face-fill-in): Set relief from data.
6940 (internal-make-face): Init relief to zero.
6941
6942 * faces.el (face-spec-set): Call modify-face with additional
6943 parameters for relief and fixed-p.
6944
6945 1999-07-21 Gerd Moellmann <gerd@acm.org>
6946
6947 * cus-face.el: ':fixed and ':relief added.
6948
6949 * faces.el (describe-face): Add fixed font attribute and relief.
6950 (face-attr-match-p): Ditto.
6951 (face-attr-construct): Ditto.
6952 (face-spec-set): Ditto.
6953
6954 1999-07-21 Gerd Moellmann <gerd@acm.org>
6955
6956 * faces.el (internal-make-face): Function to create a Lisp vector
6957 suitable for representing a face.
6958 (make-face): Use it instead of make-vector.
6959 (x-create-frame-with-faces): Use it instead of vector.
6960 (internal-facep): Increase vector size to 14.
6961 (internal-make-face): Ditto.
6962 (face-relief): Access relief thickness.
6963 (face-fixed-p): Access fixed font attribute.
6964 (set-face-fixed-p): Set fixed font attribute.
6965 (set-face-relief): Set relief attribute.
6966 (internal-face-interactive-int): Read int attribute of face.
6967 (modify-face): Add fixed-p and relief parameters.
6968 (copy-face): Handle fixed-p and relief.
6969 (face-equal): Compare fixed-p and relief.
6970 (face-differs-from-default-p): Ditto.
6971 (face-nontrivial-p): Add fixed-p and relief.
6972
6973 1999-07-21 Gerd Moellmann <gerd@acm.org>
6974
6975 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6976 (internal-facep): Increase vector size.
6977 (make-face): Ditto.
6978 (face-shadow-thickness): Added.
6979 (set-face-shadow-thickness): Added.
6980 (modify-face): Add optional shadow-thickness parameter.
6981 (make-face-x-resource-internal): Add shadows.
6982 (copy-face): Ditto.
6983 (face-equal): Ditto.
6984 (face-differs-from-default-p): Ditto.
6985 (face-nontrivial-p): Ditto.
6986 (face-attr-match-p): Ditto.
6987 (face-attr-construct): Ditto.
6988 (face-spec-set): Ditto.
6989 (face-fill-in): Ditto.
6990
6991 1999-07-21 Gerd Moellmann <gerd@acm.org>
6992
6993 * bench.el (bench-mark-split-window): New bench mark.
6994
6995 1999-07-21 Gerd Moellmann <gerd@acm.org>
6996
6997 * faces.el (set-face-font): Don't pass default font to
6998 x-resolve-font so that font will not have to be of the same
6999 size.
7000
7001 1999-07-20 Dave Love <fx@gnu.org>
7002
7003 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7004 unconditionally t.
7005
7006 1999-07-20 Karl Heuer <kwzh@gnu.org>
7007
7008 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7009
7010 1999-07-20 Dave Love <fx@gnu.org>
7011
7012 * help.el (describe-variable): Fix test for customizability.
7013
7014 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7015 Check for readonly buffer in interactive spec.
7016 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7017 (backward-kill-word): Add * to interactive spec.
7018
7019 * underline.el (underline-region, ununderline-region): Add * to
7020 interactive spec.
7021
7022 * fill.el (canonically-space-region, justify-current-line): Add *
7023 to interactive spec.
7024 (fill-region-as-paragraph, fill-paragraph, fill-region)
7025 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7026 readonly buffer in interactive spec.
7027
7028 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7029 (backward-kill-sentence, kill-sentence): Add * to interactive
7030 spec.
7031
7032 1999-07-19 Richard M. Stallman <rms@gnu.org>
7033
7034 * dired-aux.el (dired-do-shell-command): Doc fix.
7035
7036 * shell.el (shell-unquote-argument): New function.
7037 (shell-directory-tracker): Use shell-unquote-argument.
7038 * comint.el (comint-arguments): Handle \ followed by space or tab.
7039
7040 1999-07-19 John Wiegley <jwiegley@borland.com>
7041
7042 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7043 color codes 39 and 49, which by the way lynx uses them seem to
7044 mean "foreground reset" and "background reset".
7045
7046 1999-07-19 Karl Heuer <kwzh@gnu.org>
7047
7048 * font-lock.el (c++-keywords): Add "typeid".
7049
7050 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7051 selects no font, treat that as zero selections, not one.
7052
7053 1999-07-19 Dave Love <fx@gnu.org>
7054
7055 * info.el (Info-search): Don't lose with empty regexp.
7056
7057 * version.el: Cater for (free) `ident' program, not `which'.
7058
7059 * hl-line.el: New file.
7060
7061 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7062 for modes which don't define menus.
7063
7064 1999-07-16 Richard M. Stallman <rms@gnu.org>
7065
7066 * webjump.el (webjump-sample-sites): Update some URLs.
7067
7068 1999-07-14 Richard Stallman <rms@gnu.org>
7069
7070 * Version 20.4 released.
7071
7072 1999-07-14 Andreas Schwab <schwab@gnu.org>
7073
7074 * compare-w.el (compare-windows): Try to find the next window in
7075 the current frame before looking at the other frames.
7076
7077 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7078
7079 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7080 Use cyrillic-jcuken as default input method.
7081
7082 1999-07-12 Richard Stallman <rms@gnu.org>
7083
7084 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7085 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7086
7087 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7088 (ispell-local-dictionary-alist): Add koi8-r for character set.
7089
7090 * textmodes/flyspell.el (flyspell-get-word):
7091 Add special handling for when ispell-otherchars is empty.
7092
7093 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7094
7095 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7096 when having nested functons.
7097 (pascal-indent-nested-functions) (pascal-indent-line)
7098 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7099 indenting nested functions.
7100
7101 1999-07-09 Richard Stallman <rms@gnu.org>
7102
7103 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7104
7105 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7106
7107 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7108 the `end' keyword was in the very beginning of the buffer.
7109
7110 1999-07-08 Richard Stallman <rms@gnu.org>
7111
7112 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7113
7114 * term.el (term-emulate-terminal): Avoid infinite loop
7115 in strange case where minibuffer window is selected but not active.
7116
7117 1999-07-07 Stephen Eglen <stephen@gnu.org>
7118
7119 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7120 Change regexp so that it doesn't match commands beginning with `cd'.
7121
7122 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7123
7124 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7125
7126 1999-07-06 Richard Stallman <rms@gnu.org>
7127
7128 * hscroll.el (hscroll-minibuffer-hook): New function.
7129 (hscroll-global-mode): Add and remove that hook.
7130 Set hscroll-old-truncate-was-global's default value.
7131
7132 1999-07-05 Richard Stallman <rms@gnu.org>
7133
7134 * files.el (revert-buffer): Don't preserve point here.
7135 (revert-buffer-insert-file-contents-function): Doc fix.
7136
7137 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7138
7139 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7140 doing a `stat' when it isn't necessary because that can cause
7141 trouble when an NFS server is down.
7142
7143 1999-07-04 Richard Stallman <rms@gnu.org>
7144
7145 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7146
7147 1999-07-03 Richard Stallman <rms@gnu.org>
7148
7149 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7150 for \200...\240 also.
7151 (isearch-printing-char): Use unibyte-char-to-multibyte.
7152
7153 1999-07-02 Richard Stallman <rms@gnu.org>
7154
7155 * frame.el (minibuffer-frame-alist): Use defcustom.
7156 (pop-up-frame-alist): Likewise.
7157 (initial-frame-alist): Specify * in the doc string.
7158
7159 * hscroll.el (hscroll-mode): Make it a permanent local.
7160 (hscroll-mode): Don't cancel the timer
7161 if HScroll mode is enabled in some other buffer.
7162
7163 * isearch.el (isearch-done): If search ends in middle of intangible
7164 text (due to text property), move on to the limit of that text.
7165
7166 1999-07-01 Andrew Innes <andrewi@gnu.org>
7167
7168 * man.el (Man-build-man-command): Use value of null-device,
7169 instead of hard-coding "/dev/null".
7170
7171 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7172 ange-ftp file names, which might force ange-ftp to prompt for a
7173 password.
7174
7175 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7176 to prevent references to temp files.
7177
7178 1999-06-30 Richard Stallman <rms@gnu.org>
7179
7180 * progmodes/sh-script.el (sh-feature): If nothing is known
7181 about the given shell, use the values for `sh'.
7182
7183 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7184
7185 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7186 to make it non-recursive.
7187
7188 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7189
7190 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7191
7192 * auto-show.el (auto-show-mode): Fix Typo in :set.
7193
7194 1999-06-29 Richard M. Stallman <rms@gnu.org>
7195
7196 * progmodes/sh-script.el (sh-mode): When setting syntax
7197 table, default to the standard one.
7198
7199 1999-06-27 Richard M. Stallman <rms@gnu.org>
7200
7201 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7202
7203 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7204
7205 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7206 a frame when `return' is requested (even if pop-up-frames = t)
7207 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7208 should only be set for the bibtex buffer.
7209
7210 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7211
7212 * progmodes/compile.el: Deal with compilation-error-screen-columns
7213 being buffer-local.
7214
7215 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7216
7217 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7218
7219 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7220
7221 * cal-x.el (calendar-only-one-frame-setup): New function.
7222 * calendar.el (calendar): Call it if requested.
7223
7224 1999-06-24 Karl Heuer <kwzh@gnu.org>
7225
7226 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7227
7228 1999-06-22 Richard M. Stallman <rms@gnu.org>
7229
7230 * mail/supercite.el (sc-emacs-features): Doc fix.
7231
7232 1999-06-22 Karl Heuer <kwzh@gnu.org>
7233
7234 * files.el (auto-mode-alist): Add pike-mode.
7235
7236 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7237
7238 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7239 last byte of a numeric field is a space or a NUL. Parse it as
7240 potentially part of the number. This is used by GNU tar
7241 1.12.64012 to handle larger values.
7242
7243 1999-06-20 Karl Heuer <kwzh@gnu.org>
7244
7245 * custom.el (custom-handle-keyword): Fix error message.
7246
7247 1999-06-18 Andrew Innes <andrewi@gnu.org>
7248
7249 * mail/smtpmail.el (smtpmail-send-it): Use
7250 convert-standard-filename to make file names for queued mail safe
7251 on Windows (`:' is invalid in file names on Windows).
7252
7253 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7254
7255 * international/mule-cmds.el (describe-current-input-method):
7256 Current-input-method is string.
7257 (toggle-input-method): Docstring fixed.
7258
7259 * international/mule-diag.el
7260 (describe-current-coding-system-briefly): Fix format string.
7261
7262 * international/mule-util.el (coding-system-eol-type-mnemonic):
7263 Docstring modified. Return a string.
7264
7265 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7266
7267 * sql.el (sql-input-ring-file-name): Doc fix.
7268
7269 1999-06-17 Richard M. Stallman <rms@gnu.org>
7270
7271 * calendar/cal-x.el (special-display-buffer-names):
7272 Don't put (get-file-buffer diary-file) on this list.
7273
7274 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7275
7276 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7277 Don't penalize player for certain impossible guesses.
7278
7279 1999-06-16 Andrew Innes <andrewi@gnu.org>
7280
7281 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7282 return the string "Unk 0 0000" so at least it appears to be a
7283 valid timestamp to `dired-move-to-filename-regexp'.
7284
7285 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7286
7287 * ps-print.el (ps-control-character): Fix previous change.
7288
7289 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7290
7291 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7292 multiple output of the last message.
7293
7294 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7295
7296 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7297 the ASCII apostrophe, as most DOS codepages have some other glyph
7298 there.
7299
7300 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7301
7302 * language/ethio-util.el (setup-ethiopic-environment-internal):
7303 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7304 (exit-ethiopic-environment): Likewize.
7305
7306 1999-06-12 Richard M. Stallman <rms@gnu.org>
7307
7308 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7309
7310 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7311
7312 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7313 custom-initialize-default to avoid infinite loop.
7314 (crisp-mode): (defun) Call transient-mark-mode here, not when
7315 loading the file. Run crisp-mode-hook here, and run
7316 crisp-load-hook when loading the file.
7317
7318 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7319 rmail-summary buffer, search for pattern in rmail-file.
7320
7321 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7322
7323 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7324
7325 * ps-print.el (ps-printer-name): Fix custom type.
7326
7327 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7328
7329 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7330 (vhdl-port-paste-generic-map): Fix indentation bug.
7331 (vhdl-port-paste-port-map): Fix indentation bug.
7332 (vhdl-scan-file-contents): Make scanning case insensitive.
7333
7334 1999-06-11 Richard M. Stallman <rms@gnu.org>
7335
7336 * files.el (write-file): When buffer is not already visiting a file,
7337 don't put buffer name in the minibuffer, just make it the default.
7338 Also handle just directory as arg usefully in that case.
7339
7340 * simple.el (sendmail-user-agent-compose):
7341 Ignore case when inserting the rest of the "other" headers.
7342
7343 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7344
7345 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7346 (info-lookup-interactive-arguments): Never insert the default
7347 into the minibuffer automatically.
7348
7349 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7350
7351 1999-06-09 Richard M. Stallman <rms@gnu.org>
7352
7353 * simple.el (shell-command): Avoid printing "mark set" message.
7354
7355 1999-06-09 Dave Love <fx@gnu.org>
7356
7357 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7358 digits in program name in first pattern.
7359
7360 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7361
7362 * vc.el (vc-dired-mode): Don't match anything before the date in
7363 dired-move-to-filename-regexp.
7364
7365 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7366
7367 * international/quail.el (quail-define-rules): Fix typo in
7368 docstring.
7369
7370 1999-06-05 Stephen Eglen <stephen@gnu.org>
7371
7372 * iswitchb.el (iswitchb-default-keybindings): Add
7373 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7374 than when package is loaded.
7375
7376 1999-06-04 Richard M. Stallman <rms@gnu.org>
7377
7378 * startup.el (command-line): Don't set user-init-file directly;
7379 tell `load' to set it.
7380
7381 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7382
7383 * simple.el (next-history-element):
7384 Handle minibuffer-text-before-history properly when reading sexps.
7385
7386 * disp-table.el (standard-display-european):
7387 For an interactive call by the user,
7388 don't set enable-multibyte-characters,
7389 and don't set the terminal coding system.
7390
7391 * textmodes/refbib.el: Don't print any messages or display
7392 a buffer when loading the library.
7393 (r2b-help): Doc fix.
7394 (r2b-help-message): Update the documentation.
7395 (r2b-load-quietly): Variable deleted.
7396 (r2b-convert-buffer): Doc fix.
7397
7398 1999-06-04 Dave Love <fx@gnu.org>
7399
7400 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7401
7402 * auto-show.el: Don't change hooks on loading.
7403 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7404 (auto-show-mode): Add to hooks here.
7405
7406 1999-06-04 Richard Sharman <rsharman@pobox.com>
7407
7408 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7409 recursion on bogus input.
7410
7411 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7412
7413 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7414 does not select a buffer from the buffers menu, then the attached
7415 frame is not switched to anything.
7416
7417 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7418
7419 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7420 (viet-viscii-...->viet-vscii...).
7421
7422 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7423
7424 1999-06-01 Dave Love <fx@gnu.org>
7425
7426 * progmodes/fortran.el: Add :link to defgroup.
7427 (fortran-blink-matching-if): Match ELSE statements too.
7428 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7429 that filling is always done.
7430
7431 1999-05-31 Richard M. Stallman <rms@gnu.org>
7432
7433 * simple.el (append-next-kill): Use an arg to distinguish
7434 interactive calls from Lisp calls, rather than (interactive-p).
7435
7436 * international/iso-transl.el (iso-transl-language-alist):
7437 Interchange n and N.
7438
7439 1999-05-31 Dave Love <fx@gnu.org>
7440
7441 * msb.el Add to minor-mode-map-alist. Remove hook installation
7442 and keymap munging on load.
7443 (msb-mode): New option.
7444 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7445 Doc fix.
7446 (msb-mode-map): New variable.
7447 (msb-mode): New command.
7448
7449 1999-05-31 Dave Love <fx@gnu.org>
7450
7451 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7452 (ispell-complete-word-dict): Likewise.
7453
7454 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7455
7456 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7457 force the data buffer to be saved, even if the data didn't
7458 change, in case the write filter was modified. Restore the
7459 current record after read-file-filter finishes.
7460
7461 1999-05-29 Karl Heuer <kwzh@gnu.org>
7462
7463 * ispell4.el: Obsolete; file deleted.
7464
7465 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7466
7467 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7468 VALUE is a syntax table.
7469
7470 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7471
7472 * simple.el (zap-to-char): Doc fix.
7473
7474 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7475
7476 * isearch.el (isearch-quote-char): Don't assume character codes
7477 0200 - 0237 stand for characters in some single-byte character
7478 charset.
7479
7480 1999-05-27 Dave Love <fx@gnu.org>
7481
7482 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7483
7484 1999-05-27 Andreas Schwab <schwab@gnu.org>
7485
7486 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7487 headerline does not exist already.
7488
7489 1999-05-26 Richard Stallman <rms@gnu.org>
7490
7491 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7492 Avoid nested null-loops.
7493
7494 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7495
7496 * international/characters.el: Typo fixed; prefered->preferred.
7497
7498 * international/mule-cmds.el (find-coding-systems-for-charsets):
7499 Typo fixed; prefered->preferred.
7500
7501 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7502 method in read-event.
7503
7504 * international/mule.el (charset-info): Doc-string fixed.
7505
7506 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7507
7508 * mail/smtpmail.el (smtpmail-send-it): Bind
7509 smtpmail-code-conv-from properly.
7510 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7511 by smtpmail-code-conv-from.
7512
7513 1999-05-24 Richard Stallman <rms@gnu.org>
7514
7515 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7516 Binding deleted also.
7517
7518 1999-05-24 Karl Heuer <kwzh@gnu.org>
7519
7520 * comint.el (comint-bol-or-process-mark): Doc fix.
7521
7522 1999-05-23 Dave Love <fx@gnu.org>
7523
7524 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7525 Enter it on minor-mode-map-alist.
7526 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7527 Autoload. Add custom setter.
7528 (crisp-mark-line): Doc fix.
7529 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7530 (crisp-mode-hook): Define.
7531
7532 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7533
7534 * files.el (recover-file): Recover buffer-file-coding-system.
7535
7536 1999-05-22 Richard Stallman <rms@gnu.org>
7537
7538 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7539 regexp match the date, to avoid treating date as file size.
7540 Add YYYY S option to WESTERN/
7541
7542 * bookmark.el: Delete some XEmacs compatibility code.
7543 (bookmark-jump-noselect): Check vc-backend.
7544
7545 * subr.el (add-to-list): Doc fix.
7546
7547 1999-05-21 Stephen Eglen <stephen@gnu.org>
7548
7549 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7550
7551 1999-05-18 Richard Stallman <rms@gnu.org>
7552
7553 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7554 non-space after the @anchor command.
7555 (texinfo-format-var): Handle other nested constructs, using
7556 texinfo-parse-expanded-arg and texinfo-discard-command, not
7557 texinfo-parse-arg-discard.
7558
7559 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7560 (debug): Bind and use debugger-outer-inhibit-redisplay.
7561 Bind inhibit-redisplay to nil.
7562 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7563
7564 1999-05-17 Dave Love <fx@gnu.org>
7565
7566 * help.el (describe-function-1): Extra arg, interactive-p.
7567 (describe-key, describe-function): Use it.
7568
7569 1999-05-17 Karl Heuer <kwzh@gnu.org>
7570
7571 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7572
7573 1999-05-16 Dave Love <fx@gnu.org>
7574
7575 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7576 scroll-preserve-screen-position, scroll-conservatively.
7577
7578 1999-05-16 Dave Love <fx@gnu.org>
7579
7580 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7581
7582 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7583
7584 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7585
7586 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7587
7588 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7589 magic number and is not associated with a file.
7590
7591 1999-05-14 Richard M. Stallman <rms@gnu.org>
7592
7593 * files.el (find-file-noselect-1): Fix previous change.
7594
7595 1999-05-14 Simon Marshall <simon@gnu.org>
7596
7597 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7598
7599 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7600
7601 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7602 docstring.
7603
7604 * international/mule-cmds.el: Change MULE to Mule in docstrings
7605 and menus.
7606
7607 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7608
7609 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7610 to correctly reflect the value of BaseLineOffset in
7611 RelativeCompose. Now the value of RelativeCompose is an array of
7612 low and high positions.
7613 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7614 RLC for the above change.
7615
7616 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7617
7618 * comint.el (comint-password-prompt-regexp): Modified to match the
7619 output of ksu and ssh-add.
7620
7621 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7622
7623 * language/korea-util.el (isearch-toggle-korean-input-method):
7624 Adjusted for the change of input method handling in isearch.el.
7625 (isearch-hangul-switch-symbol-ksc): Likewise.
7626 (isearch-hangul-switch-hanja): Likewise.
7627
7628 1999-05-10 Dave Love <fx@gnu.org>
7629
7630 * help.el (help-make-xrefs): Fix typo.
7631
7632 1999-05-10 Andreas Schwab <schwab@gnu.org>
7633
7634 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7635 unibyte-display-via-language-environment.
7636
7637 * help.el (help-make-xrefs): Handle more cases when looking for
7638 commands in a keymap description.
7639
7640 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7641
7642 * loadup.el: For ms-dos systems, load ccl and codepage.
7643
7644 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7645
7646 * ps-print.el (ps-control-character): Call
7647 ps-mule-prepare-ascii-font to setup ASCII fonts.
7648
7649 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7650 ps-multibyte-buffer is nil, use
7651 ps-mule-font-info-database-default."
7652
7653 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7654
7655 * ispell.el (ispell-local-dictionary-alist): New variable for
7656 customizing local dictionaries not accessable by everyone.
7657 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7658 (ispell-required-version): Changed format `(major minor
7659 revision)' to support general pattern matching.
7660 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7661 skip region commented out due to incorrect skip potential in std latex.
7662 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7663 cursor point on small words for calls from `ispell-minor-mode'.
7664 (check-ispell-version): Tests and accepts versions major.minor
7665 and above, with adjustments for interactions in 3.1.0-3.1.11.
7666 (ispell-get-line): No longer skips ispell process special characters.
7667 (ispell-comments-and-strings): Removed `when' macro call.
7668 (ispell-minor-check): Requires ispell-word to restore cursor point.
7669 (ispell-buffer-local-parsing): Supports checking comments only.
7670
7671 1999-05-08 Karl Heuer <kwzh@gnu.org>
7672
7673 * comint.el (comint-password-prompt-regexp): Fix last change to be
7674 more specific.
7675
7676 1999-05-07 Richard M. Stallman <rms@gnu.org>
7677
7678 * subr.el (with-temp-message): Fix the other call to message
7679 to use %s.
7680
7681 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7682
7683 * gud.el (gud-format-command): "%F" means file sans extension.
7684 (jdb): Use %F, not %f, for gud-break.
7685
7686 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7687
7688 * comint.el (comint-password-prompt-regexp): Modified so that it
7689 matches the output of kinit.
7690
7691 1999-05-06 Greg Stark <gsstark@mit.edu>
7692
7693 * timezone.el (timezone-parse-date): Recognize new format used in
7694 internet cookies.
7695
7696 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7697
7698 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7699
7700 1999-05-04 Andrew Innes <andrewi@gnu.org>
7701
7702 * time.el (display-time-update): Allow for wrap-around when
7703 checking against display-time-server-down-time.
7704
7705 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7706
7707 * international/mule-diag.el (describe-coding-system): Fix English
7708 message.
7709
7710 1999-05-03 Jason Rumney <jasonr@altavista.net>
7711
7712 * term/w32-win.el: Change the x-charset-registry property for the
7713 Japanese charsets that are supported by Japanese Windows fonts.
7714
7715 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7716
7717 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7718 diary-block diary entries for which the reminders and the diary
7719 entries can overlap.
7720
7721 1999-05-02 Jason Rumney <jasonr@altavista.net>
7722
7723 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7724 matches the font selected in the dialog.
7725
7726 1999-05-02 Dave Love <fx@gnu.org>
7727
7728 * browse-url.el (browse-url-browser-function): Add :version.
7729
7730 * international/mule.el (auto-coding-alist): Add .tgz.
7731
7732 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7733
7734 * international/codepage.el (cp-coding-system-for-codepage-1):
7735 Make the magnification parameter for the -dos encoder be 2.
7736
7737 1999-05-2 Andrew Innes <andrewi@gnu.org>
7738
7739 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7740 it is dropped, rather than current window.
7741
7742 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7743 after switching buffer, as case-fold-search is a buffer local
7744 variable.
7745
7746 * w32-fns.el (convert-standard-filename): Only convert directory
7747 separators to backslash if the interactive shell is one of the
7748 standard Windows shells that has DOS semantics.
7749
7750 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7751 format-time-string, and return a suitable string to indicate the
7752 timestamp was invalid.
7753
7754 * hexl.el (hexlify-command): Apply shell-quote-argument after
7755 expanding hexl-program in case exec-directory contains a space.
7756 (dehexlify-command): Ditto.
7757
7758 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7759 file extension regexps which aren't necessarily binary files.
7760 (direct-print-region-helper): Use subst-char-in-string instead of
7761 binding directory-sep-char to convert filenames to DOS syntax.
7762 (direct-print-region-use-command-dot-com): New variable.
7763 (direct-print-region-helper): Use it to control whether to invoked
7764 command.com to print on Windows 9x.
7765
7766 * browse-url.el (browse-url-browser-function): Default to
7767 browse-url-default-windows-browser on windows-nt.
7768 (browse-url-default-windows-browser): New function.
7769
7770 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * forms.el (forms-mode): Don't call forms-first-record or
7773 forms-last-record if the data file has zero records.
7774
7775 1999-04-29 Richard M. Stallman <rms@gnu.org>
7776
7777 * files.el (find-file-noselect-1): If buffer-file-name has changed
7778 after find-file-not-found-hooks runs, recompute the truename.
7779 And don't use FILENAME after that point.
7780
7781 1999-04-27 Dave Love <fx@gnu.org>
7782
7783 * paren.el (show-paren-mode)
7784 * which-func.el (which-func-mode-global)
7785 * type-break.el (type-break-mode)
7786 * time.el (display-time-mode)
7787 * rsz-mini.el (resize-minibuffer-mode)
7788 * mouse-sel.el (mouse-sel-mode)
7789 * icomplete.el (icomplete-mode)
7790 * hscroll.el (hscroll-global-mode)
7791 * help.el (temp-buffer-resize-mode)
7792 * font-lock.el (global-font-lock-mode)
7793 * delsel.el (delete-selection-mode)
7794 * avoid.el (mouse-avoidance-mode)
7795 * autoinsert.el (auto-insert-mode)
7796 * winner.el (winner-mode): Doc fix.
7797
7798 1999-04-26 Karl Heuer <kwzh@gnu.org>
7799
7800 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7801 the same whitespace that was ignored in choosing the subject string.
7802
7803 1999-04-26 Richard M. Stallman <rms@gnu.org>
7804
7805 * info.el (Info-find-node): Position properly after finding anchor.
7806
7807 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7808
7809 * simple.el (indent-new-comment-line): Fix previous change.
7810
7811 * complete.el: Delete the wildcard expansion feature
7812 since that is now standard in find-file.
7813 (PC-try-load-many-files): Function deleted.
7814 (PC-after-load-many-files): Function deleted.
7815 (PC-many-files-list): Variable deleted.
7816 (PC-disable-wildcards): Variable deleted.
7817 (partial-completion-mode): Don't enable the wildcard feature.
7818
7819 * complete.el (PC-look-for-include-file): Don't set global variables
7820 `error', `buf' and `filename' here.
7821
7822 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7823
7824 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7825
7826 * textmodes/outline.el (outline-regexp): Doc fix.
7827
7828 1999-04-26 John Wiegley <johnw@borland.com>
7829
7830 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7831 C++Builder 4.0 error message syntax.
7832
7833 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7834
7835 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7836 supported, use find -exec.
7837
7838 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7839
7840 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7841 coding-system-for-write, to avoid hanging when non-interactive.
7842
7843 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7844
7845 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7846 start with a newline.
7847
7848 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7849
7850 * international/mule-conf.el (x-ctext): New coding system.
7851
7852 1999-04-12 Richard M. Stallman <rms@gnu.org>
7853
7854 * international/mule-cmds.el (input-method-function):
7855 Add permanent-local property.
7856
7857 1999-04-12 Dave Love <fx@gnu.org>
7858
7859 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7860 change to use jka-compr-byte-compiler-base-file-name.
7861
7862 * supercite.el (sc-scan-info-alist): Revert last change.
7863 (sc-attrib-selection-list): Fix :type here instead.
7864
7865 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7866
7867 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7868 in the list of case-insensitive filesystems.
7869
7870 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7871
7872 * international/fontset.el (create-fontset-from-fontset-spec):
7873 Don't register duplicated alias fontset names.
7874
7875 1999-04-08 Richard Stallman <rms@gnu.org>
7876
7877 * international/mule.el (auto-coding-alist-lookup): New function.
7878 (set-auto-coding): Use auto-coding-alist-lookup.
7879
7880 * jka-compr.el (jka-compr-insert-file-contents):
7881 Use auto-coding-alist-lookup to check for files that
7882 should not have eol conversion, in the unibyte case.
7883
7884 1999-04-07 Dave Love <fx@gnu.org>
7885
7886 * help.el (describe-variable): Check custom-loads property as well
7887 as custom-type.
7888
7889 * abbrev.el (abbrev-mode): Customizing sets the default value.
7890
7891 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7892
7893 * vc.el (vc-backend-revert): For CVS files that were made
7894 writeable with "cvs edit", call "cvs unedit" to undo that.
7895
7896 1999-04-08 Dave Love <fx@gnu.org>
7897
7898 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7899 more.
7900 (sc-emacs-features): Recognize Emacs 20.
7901 (sc-read-string): Use history arg.
7902 (sc-scan-info-alist): Check for rtnvalue a cons.
7903
7904 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7905
7906 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7907 coding system to encode the message by
7908 select-message-coding-system.
7909
7910 1999-04-07 Richard Stallman <rms@gnu.org>
7911
7912 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7913
7914 * winner.el: Reorder definitions.
7915
7916 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7917
7918 * mail/rmail.el (rmail-decode-babyl-format):
7919 Undo previous change.
7920
7921 1999-04-06 Richard Stallman <rms@gnu.org>
7922
7923 * info.el (Info-find-node): Check for an anchor at the
7924 proper place, before reading an indirect file.
7925
7926 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7927
7928 * jka-compr.el (jka-compr-insert-file-contents):
7929 Use raw-text-unix when we want no conversion.
7930
7931 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7932
7933 * timezone.el (timezone-parse-date): Corrected regexp for
7934 style (5) date format so that tenths of seconds are optional.
7935
7936 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7937
7938 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7939 of dos-codepage-setup.
7940 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7941 codepages for which there's no need to set up cpNNN coding
7942 systems.
7943 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7944
7945 1999-04-05 Richard Stallman <rms@gnu.org>
7946
7947 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7948
7949 1999-04-02 Richard Stallman <rms@gnu.org>
7950
7951 * progmodes/compile.el (compilation-handle-exit): Do right thing
7952 if (car status) doesn't end in a newline.
7953
7954 1999-04-01 Dave Love <fx@gnu.org>
7955
7956 * progmodes/sql.el (SQL): Add defgroup :version.
7957
7958 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7959
7960 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7961 buffer-file-coding-system. If the coding system used is raw-text,
7962 etc., make the *Compiler Input* buffer unibyte.
7963
7964 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7965
7966 * loadup.el: Don't write the fns-...el file if not dumping.
7967
7968 1999-03-31 Dave Love <fx@gnu.org>
7969
7970 * snmp-mode.el (snmp): Fix defgroup :version.
7971
7972 * hilit-chg.el (highlight-changes): Add defgroup :version.
7973
7974 1999-03-31 Andreas Schwab <schwab@gnu.org>
7975
7976 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7977 the gnus-save-hidden-threads macro.
7978
7979 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7980
7981 * faces.el (face-set-after-frame-default): Obey the
7982 `customized-face' for new faces.
7983
7984 1999-03-30 Dave Love <fx@gnu.org>
7985
7986 * international/mule-cmds.el (current-language-environment): Doc fix.
7987 * abbrev.el (abbrev-mode): Doc fix.
7988 * autoinsert.el (auto-insert-mode): Doc fix.
7989 * complete.el (partial-completion-mode): Doc fix.
7990 * avoid.el (mouse-avoidance-mode): Doc fix.
7991 * delsel.el (delete-selection-mode): Doc fix.
7992 * font-lock.el (global-font-lock-mode): Doc fix.
7993 * help.el (temp-buffer-resize-mode): Doc fix.
7994 * hscroll.el (hscroll-global-mode): Doc fix.
7995 * icomplete.el (icomplete-mode): Doc fix.
7996 * mouse-sel.el (mouse-sel-mode): Doc fix.
7997 * paren.el (show-paren-mode): Doc fix.
7998 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7999 * time.el (display-time-mode): Doc fix.
8000 * type-break.el (type-break-mode): Doc fix.
8001 * which-func.el (which-func-mode-global): Doc fix.
8002 * winner.el (winner-mode): Doc fix.
8003
8004 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8005
8006 * wid-edit.el (widget-before-change): Signal text-read-only rather
8007 than an ordinary error.
8008
8009 1999-03-30 Richard M. Stallman <rms@gnu.org>
8010
8011 * repeat.el: Don't require advice.
8012 (repeat): Do function-indirection in check for kbd macro.
8013 In self-insert case, use the *last* char in INSERTION.
8014
8015 1999-03-30 Karl Heuer <kwzh@gnu.org>
8016
8017 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8018
8019 1999-03-29 Andreas Schwab <schwab@gnu.org>
8020
8021 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8022 comint-input-filter-functions. Make variables related to shell
8023 directory tracking local.
8024
8025 1999-03-26 Andreas Schwab <schwab@gnu.org>
8026
8027 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8028
8029 * simple.el (shell-command-on-region): Cope with exit-status being
8030 nil, which happens if call-process-region was interrupted.
8031
8032 1999-03-26 Richard M. Stallman <rms@gnu.org>
8033
8034 * simple.el (indent-new-comment-line): Handle use at a point
8035 after a comment-end. Handle multiple comments.
8036
8037 * mail/rmail.el (rmail-decode-babyl-format):
8038 To prevent locking, bind buffer-file-name to nil.
8039
8040 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8041
8042 * mail-hist.el (mail-hist-current-header-name): Don't make
8043 off-by-one-error when determining if in message body.
8044
8045 1999-03-25 Andrew Innes <andrewi@gnu.org>
8046
8047 * w32-fns.el (set-default-process-coding-system): Copied from
8048 dos-w32.el, but modified to use Unix line endings for process
8049 input, and to add a suitable entry to process-coding-system-alist
8050 for DOS shells.
8051
8052 * dos-fns.el (set-default-process-coding-system): Copied from
8053 dos-w32.el.
8054
8055 * dos-w32.el (set-default-process-coding-system): Move function to
8056 dos-fns.el; a different version is used in w32-fns.el.
8057
8058 1999-03-24 Dave Love <fx@gnu.org>
8059
8060 * info.el (Info-directory-list): Revert change to re-writing
8061 Info-default-directory-list, but put `alternative' first.
8062 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8063
8064 1999-03-23 Simon Marshall <simon@gnu.org>
8065
8066 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8067 on the line by itself.
8068 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8069 it is not in a declarative context.
8070
8071 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8072
8073 * cus-edit.el (custom-variable-prompt): Allow customization of
8074 autoloaded symbols.
8075
8076 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8077
8078 * simple.el (what-cursor-position): Don't cause error when point
8079 is at invalid multibyte sequence.
8080
8081 1999-03-21 Karl Heuer <kwzh@gnu.org>
8082
8083 * complete.el (partial-completion-mode): Doc fix.
8084
8085 1999-03-19 Richard M. Stallman <rms@gnu.org>
8086
8087 * progmodes/cplus-md.el (old-c++): Remove :group.
8088
8089 * progmodes/c-mode.el (old-c): Remove :group.
8090
8091 1999-03-18 Simon Marshall <simon@gnu.org>
8092
8093 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8094 (java-font-lock-keywords-2): Added "strictfp" keyword.
8095
8096 1999-03-17 Jason Rumney <jasonr@altavista.net>
8097
8098 * w32-fns.el (set-w32-system-coding-system) New function.
8099 (w32-system-coding-system) Initialize to 'iso-latin-1.
8100
8101 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8102
8103 * international/mule-cmds.el (set-language-environment): Fix
8104 previous change: don't use dos-codepage when unbound.
8105
8106 1999-03-17 Karl Heuer <kwzh@gnu.org>
8107
8108 * calendar/appt.el (appt-make-list): Fix previous change.
8109
8110 1999-03-16 Richard M. Stallman <rms@gnu.org>
8111
8112 * window.el (shrink-window-if-larger-than-buffer):
8113 Don't try to redisplay with the cursor at the end
8114 on its own line--that would force a scroll and spoil things.
8115
8116 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8117
8118 * international/mule-cmds.el (set-language-environment): Don't use
8119 cpNNN-nonascii-translation-table if it is unbound.
8120
8121 * term/internal.el (dos-codepage-setup): Compute the unibyte
8122 syntax table and bind unibyte-display-via-language-environment
8123 here, rather than at top level, so that resetting to unibyte in
8124 .emacs works as expected.
8125
8126 1999-03-15 Simon Marshall <simon@gnu.org>
8127
8128 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8129
8130 1999-03-14 Milan Zamazal <pdm@pvt.net>
8131
8132 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8133
8134 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8135
8136 * international/mule-util.el (detect-coding-with-priority):
8137 Restore the internal database.
8138
8139 1999-03-14 Stephen Eglen <stephen@gnu.org>
8140
8141 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8142 if mail-from-style has invalid value.
8143
8144 1999-03-12 Karl Heuer <kwzh@gnu.org>
8145
8146 * vc.el (vc-delete-logbuf-window): New var.
8147 (vc-finish-logentry): Use it.
8148
8149 1999-03-12 Richard M. Stallman <rms@gnu.org>
8150
8151 * startup.el (command-line-1): Improve startup msg.
8152
8153 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8154
8155 * speedbar.el: Added commentary about stealthy functions.
8156 (speedbar-message) new function.
8157 (speedbar-y-or-n-p): New function
8158 (speedbar-with-attached-buffer) Moved macro before reference.
8159 Now uses `save-selected-window'.
8160 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8161 speedbar-generic-item-info, speedbar-item-info-file-helper,
8162 speedbar-item-delete, speedbar-insert-generic-list,
8163 speedbar-timer-fn, speedbar-check-vc-this-line,
8164 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8165 speedbar-buffers-item-info) Use speedbar-message.
8166 (speedbar-item-info) Limit `message-log-max'.
8167 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8168 speedbar-item-delete, speedbar-item-object-delete,
8169 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8170
8171 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8172
8173 * server.el (server-start): Set coding system for the server
8174 process to raw-text.
8175 (server-process-filter): Decode file names if necessary.
8176
8177 1999-03-12 Dave Love <fx@gnu.org>
8178
8179 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8180
8181 * textmodes/paragraphs.el (sentence-end): Doc fix.
8182
8183 1999-03-11 Karl Heuer <kwzh@gnu.org>
8184
8185 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8186
8187 1999-03-09 Karl Heuer <kwzh@gnu.org>
8188
8189 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8190 (ispell-dictionary-alist-2): Likewise.
8191 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8192 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8193 (ispell-dictionary-alist): Build from six pieces, not just two.
8194
8195 * ps-bdf.el (bdf-directory-list): Doc fix.
8196
8197 * enriched.el (enriched-mode): Make var permanent-local.
8198
8199 1999-03-09 Dave Love <fx@gnu.org>
8200
8201 * textmodes/sgml-mode.el (html-mode): Use
8202 sentence-end-double-space when setting sentence-end.
8203
8204 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8205
8206 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8207
8208 1999-03-08 Felix Lee <flee@cygnus.com>
8209
8210 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8211
8212 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8213
8214 1999-03-08 Karl Heuer <kwzh@gnu.org>
8215
8216 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8217 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8218
8219 * dired.el (dired-do-copy-regexp): Doc fix.
8220 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8221
8222 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8223
8224 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8225
8226 1999-03-08 Jason Rumney <jasonr@altavista.net>
8227
8228 * international/codepage.el (cp1250-decode-table)
8229 (cp1251-decode-table, cp1253-decode-table)
8230 (cp1257-decode-table): New translation tables for MS Windows codepages.
8231 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8232
8233 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8234
8235 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8236
8237 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8238
8239 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8240
8241 * term/internal.el (top level): Display character 255 as 8bit as well.
8242
8243 1999-03-06 Dave Love <fx@gnu.org>
8244
8245 * progmodes/cc-cmds.el (c-outline-level): Bind
8246 buffer-invisibility-spec.
8247
8248 * progmodes/c-mode.el (c-outline-level): Likewise.
8249
8250 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8251
8252 1999-03-05 Felix Lee <flee@cygnus.com>
8253
8254 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8255
8256 1999-03-05 Richard M. Stallman <rms@gnu.org>
8257
8258 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8259
8260 1999-03-05 Andrew Innes <andrewi@gnu.org>
8261
8262 * w32-fns.el (convert-standard-filename): Convert directory
8263 separators to Windows format.
8264
8265 1999-03-05 Andreas Schwab <schwab@gnu.org>
8266
8267 * international/skkdic-cnv.el: Provide skkdic-cnv.
8268 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8269 (batch-skkdic-convert): Doc fix.
8270
8271 1999-03-04 Dave Love <fx@gnu.org>
8272
8273 * custom.el (custom-set-variables): Protect against setter errors.
8274
8275 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8276
8277 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8278 the file sizes from overflowing.
8279 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8280 Under -s, print the size in blocks with %4.0f, in case they have
8281 a *really* huge file.
8282
8283 1999-03-03 Dave Love <fx@gnu.org>
8284
8285 * options.el (edit-options): Doc fix.
8286 (list-options): Don't lose with unbound symbols. Maintain
8287 Edit-options-mode.
8288
8289 1999-03-01 Dave Love <fx@gnu.org>
8290
8291 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8292
8293 1999-02-28 Richard M. Stallman <rms@gnu.org>
8294
8295 * ispell.el (ispell-dictionary-alist-override): New variable.
8296 (ispell-dictionary-alist): Don't setq it,
8297 if ispell-dictionary-alist-override is set.
8298
8299 * simple.el (shell-command-default-error-buffer): Renamed from
8300 shell-command-on-region-default-error-buffer.
8301 (shell-command-on-region): Mention in echo area when there
8302 is some error output. Mention success or failure, too.
8303 Accumulate multiple error outputs
8304 going forward, with formfeed in between. Display the error buffer
8305 when we have put something in it.
8306 (shell-command): Add the ERROR-BUFFER argument feature.
8307
8308 1999-02-28 Karl Heuer <kwzh@gnu.org>
8309
8310 * mail/mh-utils.el (mh-lib): Doc fix.
8311 (mh-lib-progs, mh-nmh-p): New vars.
8312 (mh-find-progs): Set mh-lib-progs along with other vars.
8313 (mh-path-search): New arg FUNC-P; if specified, use that instead
8314 of mh-file-command-p.
8315 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8316
8317 * mail/mh-comp.el (mh-repl-formfile): New var.
8318 (mh-smail-batch): Don't ignore all arguments.
8319 (mh-reply): Do the right thing when using nmh.
8320
8321 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8322
8323 * international/mule-cmds.el (select-safe-coding-system): Be sure
8324 to show a buffer being decoded.
8325
8326 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8327
8328 * ps-bdf.el (bdf-directory-list): Initialize it to
8329 '("/usr/local/share/emacs/fonts/bdf").
8330
8331 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8332
8333 * ps-print.el: PostScript programming fix.
8334 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8335 setpagedevice operator).
8336
8337 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8338
8339 * ps-print.el: Doc fix, font size specifies landscape and portrait
8340 sizes.
8341 (ps-print-version): New version number (4.1.4).
8342 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8343 Specifies landscape and portrait sizes.
8344 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8345 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8346 fix.
8347 (ps-get-font-size): New fun.
8348 (ps-font-size-internal, ps-header-font-size-internal)
8349 (ps-header-title-font-size-internal): New vars.
8350
8351 * ps-mule.el: Change of ps-print font size variable name.
8352 (ps-mule-generate-font): Fun fix.
8353 (ps-mule-begin-job): Programming uniformization.
8354
8355 1999-02-25 Dave Love <fx@gnu.org>
8356
8357 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8358 (help-make-xrefs): Do Info case first.
8359
8360 * repeat.el: Don't require advice.
8361 (repeat-last-kill-command): Variable deleted.
8362
8363 1999-02-25 Richard Stallman <rms@gnu.org>
8364
8365 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8366 case just because the current buffer is the output buffer.
8367
8368 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8369
8370 * simple.el (what-cursor-position): To show the character's
8371 encoding, use encoded-string-description instead of information
8372 of chaset-origin-alist.
8373
8374 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8375 (encoded-code-description): New function.
8376 (encoded-string-description): New function.
8377 (encode-coding-char): New function.
8378
8379 1999-02-25 Andrew Innes <andrewi@gnu.org>
8380
8381 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8382 checking for .emacs[.el[c]].
8383
8384 1999-02-24 Richard Stallman <rms@gnu.org>
8385
8386 * help.el (describe-function-1): Don't print a whole lambda-function.
8387
8388 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8389
8390 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8391 inputting ?\240.
8392
8393 1999-02-23 Karl Heuer <kwzh@gnu.org>
8394
8395 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8396
8397 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8398 (clean-buffer-list-kill-buffer-names): Doc fix.
8399
8400 * gud.el (gud-jdb-massage-args): Spelling fix.
8401
8402 1999-02-23 Richard M. Stallman <rms@gnu.org>
8403
8404 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8405
8406 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8407
8408 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8409 excursion while calling set-auto-coding-function.
8410
8411 * play/handwrite.el (handwrite): Require ps-print, and use
8412 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8413 if it's defined, instead of forking ps-lpr-command unconditionally.
8414
8415 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8416
8417 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8418 charset-origin-alist property to a coding system for the codepage.
8419
8420 * international/mule.el: Modify comment for charset-origin-alist
8421 property of a coding system.
8422
8423 * simple.el (what-cursor-position): charset-origin-alist property
8424 of a coding system may be a translation table or a symbol of which
8425 `translation-table' property is a translation table.
8426
8427 1999-02-21 Richard Stallman <rms@gnu.org>
8428
8429 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8430 to the "html" template.
8431
8432 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8433
8434 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8435
8436 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8437
8438 * dirtrack.el (dirtrack): Check for the prompt in the input string
8439 instead of the buffer.
8440
8441 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8442
8443 * sql.el: Set version to 1.4.1. Changed mail address to
8444 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8445 (sql-input-ring-separator): Doc fix.
8446 (sql-mode-syntax-table): double-dash starts comments is defined as
8447 ". 56" instead of ". 12b" for XEmacs.
8448 (sql-stop, sql-interactive-mode): Doc fixes.
8449 (sql-postgres): Queries for database and server, not just one.
8450 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8451
8452 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8453 changed. This is needed for master.el to work.
8454 (sql-set-sqli-buffer): Use the new hook.
8455
8456 * sql.el (sql-make-alternate-buffer-name): Function that sets
8457 sql-alternate-buffer-name.
8458 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8459 (sql-interactive-mode): Set sql-alternate-buffer-name.
8460 (sql-rename-buffer): New command.
8461 (sql-interactive-mode-menu): Menu for SQLi buffers.
8462
8463 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8464 and sql-input-ring-file-name are used to temporarily set
8465 comint-input-ring-file-name and comint-input-ring-separator when
8466 reading and writing input history files.
8467
8468 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8469 (sql-input-ring-file-name): New variable with customization.
8470 (sql-input-ring-separator): New variable with customization.
8471 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8472 Callers changed.
8473 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8474 now includes the name of the current buffer.
8475
8476 (sql-mode): Set paragraph-separate and paragraph-start so that
8477 sql-send-paragraph sends the entire SQL statements, even if it
8478 contains indented lines.
8479
8480 1999-02-18 Dave Love <fx@gnu.org>
8481
8482 * format.el (format-encode-run-method, format-decode-run-method):
8483 Fix previous change.
8484
8485 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8486
8487 * international/mule.el (coding-system-list): Moved here from
8488 mule-util.el to avoid autoloading mule-util by the call of
8489 select-safe-coding-system.
8490
8491 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8492
8493 * simple.el (turn-on-auto-fill): Mark it as an option for
8494 `text-mode-hook'.
8495
8496 1999-02-17 Richard Stallman <rms@gnu.org>
8497
8498 * emacs-lisp/easymenu.el (easy-menu-get-map):
8499 Don't crash if (current-local-map) is nil.
8500
8501 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8502
8503 * filecache.el (file-cache-filter-regexps): Added .class.
8504
8505 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8506
8507 * international/mule-util.el (decompose-region): Use
8508 insert-buffer-substring instead of insert-buffer to avoid putting
8509 mark.
8510
8511 1999-02-17 Andreas Schwab <schwab@gnu.org>
8512
8513 * calendar/cal-move.el (scroll-calendar-left): Don't set
8514 displayed-month and displayed-year here, let generate-calendar do
8515 it, after range checking.
8516
8517 1999-02-17 Simon Marshall <simon@gnu.org>
8518
8519 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8520
8521 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8522 correctly between an object declared via a constructor and a method.
8523 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8524 (java-font-lock-keywords-1): Fontify package names individually.
8525 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8526 (java-font-lock-keywords-2): Simplify type fontification.
8527 (java-font-lock-keywords-3): Likewise.
8528
8529 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8530
8531 * language/japanese.el (iso-2022-jp-2): New coding system.
8532 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8533
8534 1999-02-16 Dave Love <fx@gnu.org>
8535
8536 * help.el (describe-function-1): Accept non-symbols.
8537
8538 1999-02-16 Paul Eggert <eggert@twinsun.com>
8539
8540 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8541 find the last match if there are multiple matches.
8542
8543 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8544
8545 * tex-mode.el (tex-run-command, latex-run-command)
8546 (slitex-run-command, tex-command): Doc changes.
8547 (tex-start-options-string): Autoload it. Doc change. Provide
8548 a menu for customization. Allow nil. Quote backslashes only once.
8549 (tex-start-tex): Handle nil value of tex-start-options-string
8550 and apply shell-quote-argument to it.
8551
8552 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8553
8554 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8555 the size in blocks, since it can be a float.
8556 (ls-lisp-format): Likewise
8557
8558 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8559
8560 * language/japanese.el (japanese-shift-jis): Add
8561 charset-origin-alist property.
8562
8563 1999-02-15 Richard Stallman <rms@gnu.org>
8564
8565 * progmodes/compile.el (compile-internal): Use save-selected-window.
8566
8567 * subr.el (momentary-string-display): Bind inhibit-read-only.
8568
8569 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8570
8571 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8572
8573 * mail/rmail.el (rmail-show-message): If an unseen message has a
8574 Summary-line in its header, get past one more line before looking
8575 for the X-Coding-System header.
8576
8577 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8578
8579 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8580 explicitly to accomodate Windows 9X lack of a useful copy program.
8581
8582 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8583
8584 * wid-edit.el (widget-choice-value-create): Use `equal'
8585 instead of `eq'.
8586
8587 1999-02-14 Richard Stallman <rms@gnu.org>
8588
8589 * international/iso-transl.el:
8590 (iso-transl-ae): Renamed from iso-transl-e-slash.
8591 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8592 (iso-transl-AE): Renamed from iso-transl-E-slash.
8593 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8594 (iso-transl-char-map): Related changes.
8595
8596 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8597
8598 1999-02-13 Richard Stallman <rms@gnu.org>
8599
8600 * textmodes/texinfmt.el (texinfo-alias): New function.
8601 (texinfo-fold-nodename-case): Add defvar.
8602 (texinfo-format-node): Do case folding if specified.
8603
8604 * ffap.el (ffap-file-at-point): Test local file names
8605 immediately. Strip off line numbers.
8606
8607 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8608
8609 * sql.el: Set version to 1.3.2
8610 (sql-solid-program): Added support for solid.
8611 (sql-help): Doc mentions sql-solid.
8612 (sql-solid): Entry function for Solid.
8613 (sql-buffer): Doc explains the use of the variable and how to
8614 change it.
8615 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8616 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8617 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8618 is new.
8619 (sql-show-sqli-buffer): New function to display the value of
8620 sql-buffer.
8621 (sql-change-sqli-buffer): New function to change sql-buffer.
8622 (sql-mode): Doc explains how to change sql-buffer.
8623 (sql-send-paragraph): New function to send a paragraph.
8624 (sql-mode-map): Added keybinding for sql-send-paragraph.
8625 (sql-mysql): Doc corrected.
8626 (sql-ms): Doc corrected.
8627
8628 * sql.el (sql-server): Doc fix.
8629 (sql-mysql): Added the use of sql-server to specify the host,
8630 sql-database now specifies database instead of host.
8631 (sql-mode-menu): Send... menu items are only active if sql-buffer
8632 is non-nil.
8633 (sql-help): Changed tag of entry functions a bit.
8634
8635 * sql.el: Added keywords from `finder-by-keyword'.
8636 (sql-mode): Made sql-buffer a local variable, changed the
8637 documentation: removed instructions to add *.sql files to
8638 auto-mode-alist, added documentation for having mutliple SQL
8639 buffers sending their stuff to different SQLi buffers, each
8640 running a different process.
8641 (sql-postgres): Quoted *SQL* in doc string.
8642 (sql-ms): Likewise.
8643 (sql-ingres): Likewise.
8644 (sql-ingres): Quoted *SQL* in doc string, added references to
8645 sql-user and sql-password used during login.
8646 (sql-sybase): Quoted *SQL* in doc string, added comma.
8647 (sql-oracle): Likewise.
8648 (sql-interactive-mode): Added extensive documentation for having
8649 mutliple SQL buffers sending their stuff to different SQLi
8650 buffers, each running a different process.
8651 (sql-buffer): Changed doc from *SQL* to SQLi.
8652 (sql-get-login): Doc fix.
8653
8654 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8655
8656 * international/mule-conf.el (undecided): Set ascii in
8657 safe-charsets property.
8658
8659 1999-02-12 Richard Stallman <rms@gnu.org>
8660
8661 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8662
8663 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8664
8665 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8666 value to ps-mule-font-info-database-latin.
8667
8668 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8669
8670 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8671 (ps-mule-font-info-database-default): New variable.
8672 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8673 ps-mule-font-info-database-default.
8674
8675 1999-02-12 Dave Love <fx@gnu.org>
8676
8677 * timezone.el (timezone-make-date-sortable)
8678 (timezone-make-date-arpa-standard): Doc fix.
8679
8680 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8681
8682 * international/quail.el (quail-show-kbd-layout): Bind
8683 blink-matching-paren to nil.
8684
8685 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8686 for ASCII and Latin-1.
8687
8688 1999-02-12 Andreas Schwab <schwab@gnu.org>
8689
8690 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8691
8692 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8693
8694 * international/mule-cmds.el (language-info-alist): Remove
8695 description about charset-origin-alist.
8696
8697 * international/mule.el: Comment added for a new coding system
8698 property `charset-origin-alit'.
8699 (make-translation-table): This variable deleted.
8700
8701 * language/chinese.el (chinese-big5): Add charset-origin-alist
8702 property.
8703 ("Chinese-CNS"): Remove charset-origin-alist property.
8704
8705 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8706 property.
8707 (cyrillic-alternativnyj): Likewise.
8708 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8709 ("Cyrillic-ALT"): Likewise.
8710
8711 * language/vietnamese.el (vietnamese-viqr): Add
8712 charset-origin-alist property.
8713 ("Vietnamese"): Remove charset-origin-alist property.
8714
8715 * simple.el (what-cursor-position): Don't use the varialbe
8716 charset-origin-alist, but use charset-origin-alist property of
8717 buffer-file-coding-system to decide external character set code.
8718
8719 1999-02-10 Richard Stallman <rms@gnu.org>
8720
8721 * shadowfile.el: Don't turn on the mode when the file is loaded.
8722
8723 1999-02-09 Richard Stallman <rms@gnu.org>
8724
8725 * progmodes/compile.el (compile-auto-highlight): Customize.
8726
8727 * add-log.el (add-log-file-name-function): New variable.
8728 (add-change-log-entry): Call that function, if non-nil.
8729
8730 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8731
8732 * rmail.el (rmail-search): Track match with a marker, not an integer.
8733
8734 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8735
8736 * progmodes/compile.el (compilation-setup): Set value of
8737 compilation-directory-stack as in compilation-forget-errors.
8738 (compile-reinitialize-errors): Bind buffer-undo-list and
8739 deactivate-mark.
8740 (compilation-forget-errors): Likewise.
8741
8742 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8743
8744 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8745 def... constructs.
8746
8747 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8748 Remove calls to sleep-for.
8749
8750 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8751
8752 * international/codepage.el (cp-coding-system-for-codepage-1): On
8753 MS-DOS, use dos-unsupported-char-glyph for characters not
8754 supported by the codepage.
8755 (cp-make-coding-systems-for-codepage): Likewise.
8756
8757 1999-02-08 Andreas Schwab <schwab@gnu.org>
8758
8759 * international/mule-util.el (coding-system-list): Don't sort
8760 coding-system-list here.
8761
8762 * international/mule.el (coding-system-lessp): Moved here from
8763 mule-util.el
8764 (add-to-coding-system-list): New function.
8765 (make-subsidiary-coding-system, make-coding-system,
8766 define-coding-system-alias): Use it instead of setting
8767 coding-system-list directly.
8768
8769 1999-02-07 Dave Love <fx@gnu.org>
8770
8771 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8772 onto message.
8773
8774 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8775
8776 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8777 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8778
8779 1999-02-06 Richard Stallman <rms@gnu.org>
8780
8781 * language/european.el (setup-slovenian-environment): New function.
8782 ("Slovenian"): New language environment.
8783
8784 * progmodes/sql.el (sql-help): Doc fix.
8785 (sql-mysql): Doc fix.
8786
8787 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8788
8789 * tex-mode.el: When compiling, require compare-w and skeleton
8790 to pacify the byte-compiler. Move the def's of the tex-commands
8791 together. Add a comment on kill-process vs. quit-process.
8792
8793 1999-02-05 Dave Love <fx@gnu.org>
8794
8795 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8796 null markers.
8797 (compile-goto-error): Likewise.
8798
8799 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8800
8801 * time-stamp.el (time-stamp-format): Format doc tighter.
8802 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8803 (time-stamp): Don't re-write the time stamp if it didn't change.
8804
8805 1999-02-05 Alex Schroeder <asc@bsiag.com>
8806
8807 * progmodes/sql.el: Changed version to 1.2.1.
8808 (sql-pop-to-buffer-after-send-region): Improved documentation.
8809 (sql-mysql-program): Added MySQL support.
8810 (sql-prompt-length): Made prompt-length configurable.
8811 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8812 (sql-help): Added MySQL support, changed documentation.
8813 (sql-send-region): A message is displayed if something is sent.
8814 (sql-mode): Added buffer-local comment-start.
8815 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8816 (sql-interactive-mode): Added buffer-local comment-start.
8817 (sql-oracle): Set sql-prompt-length.
8818 (sql-sybase): Set sql-prompt-length.
8819 (sql-mysql): Added MySQL support.
8820 (sql-ingres): Set sql-prompt-length.
8821 (sql-ms): Set sql-prompt-length.
8822 (sql-postgres): Set sql-prompt-length.
8823
8824 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8825
8826 * term/internal.el (dos-codepage-setup): Set selection coding
8827 system to cpNNN-dos.
8828
8829 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8830
8831 * international/characters.el: Let ethiopic use iso-2022-7bit.
8832
8833 1999-02-02 Dave Love <fx@gnu.org>
8834
8835 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8836 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8837
8838 1999-02-02 Karl Heuer <kwzh@gnu.org>
8839
8840 * terminal.el (terminal-emulator): Doc fix.
8841
8842 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8843
8844 * international/mule-util.el (compose-chars): Doc-string
8845 modified. Correctly handle a composition character in ARGS.
8846
8847 1999-02-01 Richard Stallman <rms@gnu.org>
8848
8849 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8850 (makefile-menu-index-function): Function deleted.
8851 (makefile-mode): Use makefile-imenu-generic-expression.
8852
8853 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8854
8855 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8856 change, invoke from before-init-hook.
8857
8858 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8859
8860 * subr.el (remove-from-invisibility-spec): Cope with the case when
8861 buffer-invisibility-spec is t.
8862
8863 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8864
8865 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8866 appt-add and appt-delete.
8867
8868 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8869
8870 * term/pc-win.el (msdos-approximate-color): New function.
8871 (msdos-color-translate): Call it to find a DOS color that best
8872 approximates an X-style "#NNNNNN" color specification.
8873
8874 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8875
8876 * international/mule-util.el (compose-chars-component): Add
8877 autoload cookie.
8878
8879 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8880
8881 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8882 function, replace cdr of MAP by the return value of the function
8883 unconditionally.
8884
8885 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8886
8887 * progmodes/compile.el (compilation-next-error-locus): Don't
8888 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8889
8890 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8891
8892 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8893 and NLs before "charset", and allow the charset name be in double
8894 quotes.
8895
8896 1999-01-31 Richard Stallman <rms@gnu.org>
8897
8898 * imenu.el (imenu-sort-function): Fix custom type.
8899
8900 1999-01-30 Richard Stallman <rms@gnu.org>
8901
8902 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8903 (speedbar-line-token): Likewise.
8904
8905 * play/gametree.el (gametree-default-score): Use defcustom.
8906 (gametree-score-regexp, gametree-score-closer): Likewise.
8907 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8908
8909 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8910
8911 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8912 decoding.
8913
8914 1999-01-29 Markus Rost <rost@gnu.org>
8915
8916 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8917 tex-validate-buffer.
8918 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8919 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8920 now with recent occur-mode.
8921 (tex-validate-region): Really walk through all Sexps.
8922 (tex-region): Bind shell-dirtrack-verbose.
8923 (tex-file, tex-bibtex-file): Likewise.
8924
8925 1999-01-29 Dave Love <fx@gnu.org>
8926
8927 * finder.el: (finder-commentary): Fix interactive spec. Try
8928 appending .el to file name.
8929 (finder-find-library, finder-commentary): Doc fixes.
8930
8931 1999-01-29 Andrew Innes <andrewi@gnu.org>
8932
8933 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8934 where the userid contains directory separators.
8935
8936 1999-01-29 Dave Love <fx@gnu.org>
8937
8938 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8939 (lm-commentary): Doc fix.
8940
8941 1999-01-29 Andreas Schwab <schwab@gnu.org>
8942
8943 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8944 wildcard match. Fix regexp that tests if dirpart contains
8945 wildcard characters.
8946
8947 1999-01-28 Richard Stallman <rms@gnu.org>
8948
8949 * font-lock.el (font-lock-default-unfontify-region):
8950 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8951
8952 1999-01-27 Jason Rumney <jasonr@altavista.net>
8953
8954 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8955 from FAMILY field.
8956 (w32-create-initial-fontsets): Do not use before-init-hook.
8957 (mouse-set-font): Document. Automatically create and use fontsets.
8958
8959 * dos-w32.el (direct-print-region-helper): Check for printer
8960 being t as well as a string.
8961
8962 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8963
8964 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8965 (rmail-mime-charset-pattern): New variable.
8966 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8967 rmail-decode-mime-charset is non-nil.
8968
8969 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8970
8971 * international/characters.el: Set category `q' for all characters
8972 in tibetan and tibetan-1-column.
8973
8974 1999-01-27 Andrew Innes <andrewi@gnu.org>
8975
8976 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8977 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8978
8979 1999-01-27 Dave Love <fx@gnu.org>
8980
8981 * international/mule-cmds.el (current-language-environment):
8982 Provide :link, :type (choices) and appropriate :get.
8983
8984 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8985
8986 * startup.el (command-line): Set default eol-mnemonic-* strings to
8987 display end-of-line format in mode line.
8988
8989 * cus-start.el (all): Add eol-mnemonic-* variables.
8990
8991 1999-01-26 Dave Love <fx@gnu.org>
8992
8993 * startup.el (command-line-1): Up-date copyright.
8994
8995 * paths.el (Info-default-directory-list): Use configdir twice.
8996
8997 * info.el (Info-directory-list): Don't set path-separator now
8998 we're not shipped with Texinfo. Simplify path definition.
8999 Substitute all occurrences of instdir in Info-default-directory-list.
9000
9001 1999-01-25 Richard Stallman <rms@gnu.org>
9002
9003 * startup.el (normal-top-level-add-subdirs-to-load-path):
9004 Record the inode numbers of the dirs processed, to avoid loop.
9005
9006 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9007
9008 1999-01-25 Dave Love <fx@gnu.org>
9009
9010 * browse-url.el (browse-url-netscape-program): Doc addition.
9011
9012 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9013 prefix.
9014
9015 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9016 auto-mode-alist.
9017
9018 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9019
9020 * calendar/diary-lib.el (mark-diary-entries): Use
9021 assoc-ignore-case and do not capitalize when matching month and
9022 day names.
9023
9024 * calendar/calendar.el (calendar-read-date): Ditto.
9025
9026 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9027 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9028
9029 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9030
9031 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9032
9033 * calendar/cal-islam.el (calendar-goto-islamic-date)
9034 (mark-islamic-diary-entries): Ditto.
9035
9036 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9037
9038 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9039 (calendar-read-mayan-tzolkin-date): Ditto.
9040
9041 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9042
9043 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9044
9045 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9046
9047 1999-01-25 Karl Heuer <kwzh@gnu.org>
9048
9049 * faces.el (list-faces-display): Multiline case of previous fix.
9050
9051 1999-01-25 Andreas Schwab <schwab@gnu.org>
9052
9053 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9054
9055 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9056
9057 * files.el (find-file): If find-file-noselect returns a list,
9058 do switch-to-buffer on each element.
9059 (find-file-other-window): Likewise for all but the first element.
9060 (find-file-other-frame): Same.
9061 (find-file-noselect): When we expand a wildcard, return a list
9062 of buffers.
9063
9064 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9065
9066 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9067 to set the appropriate cpNNN-dos coding system as the
9068 highest-priority coding system.
9069
9070 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9071
9072 * international/fontset.el (generate-fontset-menu): Return a
9073 sorted list by plain names of fontsets.
9074
9075 * international/mule-diag.el (list-fontsets): Sort fontsets by
9076 plain names.
9077
9078 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9079 FIRST is a composite character, decompose it at first.
9080
9081 1999-01-23 Dave Love <fx@gnu.org>
9082
9083 * format.el: Doc fixes.
9084 (format-encode-run-method): Have things happen in the right buffer.
9085 Deal with errors from method. Set coding-system-for-write.
9086 (format-decode-run-method): Have things happen in the right buffer.
9087 Deal with errors from method. Set coding-system-for-read.
9088 (format-alist): Use nil instead of unmatchable regexps.
9089
9090 * simple.el (shell-command-on-region): Return command's exit status.
9091
9092 1999-01-23 Eric Ludlam <zappo@gnu.org>
9093
9094 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9095 of the file whose info we want to display.
9096 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9097 (speedbar-add-mode-functions-list) Improve doc.
9098 (speedbar-line-token) New function.
9099 (speedbar-dired) Fix order of directories in -shown-directories.
9100 (speedbar-line-path): Default return is default-directory
9101 (speedbar-buffers-line-path): Return is dir name only.
9102 (speedbar-mode-functions-list): New variable.
9103 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9104 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9105 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9106 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9107 New functions.
9108 (speedbar-line-file): Broke out part that fetches file from a line.
9109 (speedbar-line-text): New function extracted from speedbar-line-file.
9110 (speedbar-line-path): Converted into a replaceable function.
9111 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9112
9113 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9114
9115 * international/fontset.el (create-fontset-from-x-resource): Make
9116 style variants.
9117
9118 1999-01-22 Dave Love <fx@gnu.org>
9119
9120 * paths.el (Info-default-directory-list): Put sysdir after start.
9121
9122 1999-01-22 Sam Steingold <sds@goems.com>
9123
9124 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9125 a process associated with it.
9126
9127 1999-01-22 Jason Rumney <jasonr@altavista.net>
9128
9129 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9130
9131 1999-01-22 Felix Lee <flee@cygnus.com>
9132
9133 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9134 major-mode.
9135 (vc-annotate-mode): Delete variable.
9136
9137 1999-01-22 Andrew Innes <andrewi@gnu.org>
9138
9139 * startup.el (command-line): [windows-nt]: Check for existence of
9140 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9141 in preference to _emacs.
9142
9143 1999-01-22 Dave Love <fx@gnu.org>
9144
9145 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9146
9147 1999-01-20 Richard Stallman <rms@gnu.org>
9148
9149 * files.el (find-file-noselect): Do wildcard processing only
9150 if new arg WILDCARDS is non-nil.
9151 (find-file, find-file-other-window): New arg WILDCARDS.
9152 Default it to non-nil if interactive.
9153 (find-file-other-frame): Likewise.
9154 (find-file-read-only): Likewise.
9155 (find-file-read-only-other-window): Likewise.
9156 (find-file-read-only-other-frame): Likewise.
9157
9158 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9159 (widget-plist-convert-option): Delete spurious comma.
9160
9161 1999-01-19 Jason Rumney <jasonr@altavista.net>
9162
9163 * term/w32-win.el (w32-standard-fontspec-spec): Change
9164 iso8859-5 to koi8-r. Add iso8859-9.
9165
9166 1999-01-19 Dave Love <fx@gnu.org>
9167
9168 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9169 its uses.
9170
9171 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9172 is active.
9173 (fortran-indent-subprogram): Likewise.
9174
9175 1999-01-19 Dave Love <d.love@dl.ac.uk>
9176
9177 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9178
9179 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9180
9181 * wid-edit.el (alist): Use sexp as default key-type.
9182
9183 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9184
9185 * textmodes/tex-mode.el (tex-define-common-keys):
9186 Remove key binding of tex-feed-input.
9187 (tex-mode-map): Bind tex-feed-input here.
9188 (tex-start-shell): Use compilation-shell-minor-mode. Set
9189 comint-input-filter-functions before running tex-shell-hook.
9190 (tex-start-tex): Forget compilation errors.
9191 (tex-compilation-parse-errors): Rewritten to work also with
9192 compile-mouse-goto-error and compile-goto-error. Adjusted to
9193 change in tex-region.
9194 (tex-region): For the temp file use file-name without directory.
9195 (tex-file): Expand file name of tex-print-file.
9196
9197 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9198
9199 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9200
9201 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9202
9203 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9204 beginning could cause Emacs to hang. Fixed.
9205
9206 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9207
9208 * international/ccl.el (ccl-compile-translate-character): Handle
9209 the case that a tranlation table is CCL register correctly.
9210
9211 * international/mule-cmds.el (select-safe-coding-system):
9212 Hightlight at most 256 characters.
9213
9214 1999-01-18 Dave Love <fx@gnu.org>
9215
9216 * startup.el (command-line): If the init file changes operation to
9217 unibyte, make all buffers unibyte and re-set language environment.
9218
9219 * disp-table.el (standard-display-european): Make all existing
9220 buffers unibyte. Fix doc.
9221
9222 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9223
9224 * wid-edit.el (coding-system): Define this unconditionally.
9225
9226 * simple.el (shell-command-on-region-default-error-buffer): New var.
9227 (shell-command-on-region): Use that variable as interactive
9228 value of ERROR-BUFFER argument.
9229
9230 1999-01-17 Sam Steingold <sds@goems.com>
9231
9232 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9233
9234 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9235
9236 * progmodes/compile.el (compilation-goto-locus): If already in the
9237 compilation buffer's window, keep it in that window.
9238 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9239 (compile-goto-error): Don't play with windows.
9240
9241 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9242 (tex-command): Doc fix.
9243 (tex-compilation-parse-errors): Doc fix.
9244 (tex-generate-zap-file-name): Don't start the name with -.
9245 (tex-expand-files): Works now also with strings ending with ":".
9246
9247 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9248
9249 Patch failed to install:
9250 * gametree.el: Document scoring functionality.
9251 (gametree-score-regexp): Add optional plus sign.
9252 (gametree-score-opener): Replace `:' with `=' as the former
9253 conflicts with gametree-half-ply-regexp.
9254 (gametree-transpose-following-leaves): Add.
9255 (gametree-insert-new-leaf): Make modifying commands barf in read
9256 only buffers.
9257 (gametree-break-line-here): Add a call to
9258 `gametree-transpose-following-leaves'. This maintains the
9259 necessary invariant that on each level all leaf children precede
9260 all nonleaf children. This has always been implied, but left to
9261 the user, and, unfortunately, undocumented.
9262
9263 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9264
9265 * wid-edit.el (plist, alist): New widget types.
9266
9267 1999-01-17 Dave Love <fx@gnu.org>
9268
9269 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9270 fix scope of condition-case therein.
9271
9272 1999-01-17 Andrew Innes <andrewi@gnu.org>
9273
9274 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9275 default-buffer-file-coding-system when file doesn't exist (and
9276 isn't covered by a special case) instead of forcing undecided-dos
9277 against the user's wishes.
9278
9279 * dos-w32.el (direct-print-region-helper): New function based on
9280 direct-print-region-function; sends data to specified printer port
9281 without further translation. Recognize and handle specially the
9282 standard `print' and `nprint' programs, as well as `lpr' and
9283 similar programs. Only write directly to the printer port if no
9284 print program is specified. Work around a bug in Windows 9x
9285 affecting Win32 version of Emacs by invoking command.com to write
9286 to the printer port instead of writing directly.
9287 (direct-print-region-function): Use direct-print-region-helper to
9288 do most of the work.
9289 (direct-ps-print-region-function): New function; analogue of
9290 direct-print-region-function for ps-print.
9291 (ps-lpr-command): Comment out setq; leave as example usage.
9292 (ps-lpr-switches): Ditto.
9293
9294 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9295 and MS-Windows.
9296 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9297 DOS and Windows platforms, to indicate direct printing. Update
9298 the docstring accordingly.
9299
9300 * ps-print.el: (ps-printer-name): Update docstring about usage on
9301 MS-DOS and MS-Windows.
9302 (ps-lpr-command): Update docstring as for lpr-command.
9303 (ps-print-region-function): New variable.
9304 (ps-do-despool): Use it.
9305 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9306 DOS/Windows.
9307
9308 * subr.el (subst-char-in-string): New function.
9309
9310 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9311
9312 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9313
9314 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9315 (bdf-find-font-info): New function, looks for the first readable
9316 file from a list of alternatives.
9317 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9318 instead of bdf-get-font-info.
9319 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9320 to ps-mule-generate-bitmap-glyph.
9321
9322 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9323 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9324 now be a list of alternative names.
9325 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9326 (ps-mule-prepare-font): Likewise.
9327
9328 * international/codepage.el (cp855-decode-table,
9329 cp850-decode-table): Fill some nil entries.
9330
9331 1999-01-16 Dave Love <fx@gnu.org>
9332
9333 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9334 last change.
9335
9336 1999-01-15 Dave Love <fx@gnu.org>
9337
9338 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9339 and change regexp for command names.
9340 (help-xref-go-back, function-called-at-point, symbol-file)
9341 (where-is): Doc fixes.
9342 (help-xref-go-back): Remove interactive spec.
9343 (describe-function-1): Fix message for alias. Buttomize alias
9344 name.
9345
9346 * simple.el (join-line): New alias.
9347
9348 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9349
9350 * forms.el: (forms--show-record): Convert integers to string
9351 expicitly since concat will no longer accept integers.
9352 (forms-print): Use local `total-nb-records' since
9353 `forms--total-records' will be inaccessible after buffer switching.
9354
9355 1998-01-14 Felix Lee <flee@cygnus.com>
9356
9357 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9358
9359 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9360
9361 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9362
9363 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9364
9365 * international/codepage.el (cp850-decode-table): Fix previous change.
9366
9367 1999-01-14 Simon Marshall <simon@gnu.org>
9368
9369 * shell.el (shell-dirtrack-verbose): New custom variable.
9370 (shell-dirstack-message): Use it.
9371
9372 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9373
9374 * international/mule-conf.el: Coding system alias `dos' for
9375 `undecided-dos', `mac' for `undecided-mac'.
9376
9377 * international/mule-cmds.el (describe-language-environment):
9378 Don't alter input-method-alist.
9379
9380 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9381
9382 * international/codepage.el (cp850-decode-table): Replace nil
9383 entries with codes of similary looking glyphs. (Suggested by
9384 Jason Rumney <jasonr@altavista.net>.)
9385
9386 1999-01-13 Dave Love <fx@gnu.org>
9387
9388 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9389
9390 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9391
9392 1999-01-12 Karl Heuer <kwzh@gnu.org>
9393
9394 * files.el (auto-save-hook): Defvar this.
9395
9396 1999-01-12 Alex Schroeder <asc@bsiag.com>
9397
9398 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9399 faces, eliminating the need to load font-lock before loading sql.
9400 (sql-mode-oracle-font-lock-keywords): Likewise.
9401 (sql-mode-postgres-font-lock-keywords): Likewise.
9402
9403 1999-01-11 Dave Love <fx@gnu.org>
9404
9405 * cus-start.el: Add inhibit-eol-conversion.
9406
9407 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9408 the values round.
9409
9410 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9411
9412 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9413 Don't switch to Help mode here.
9414 (temp-buffer-setup-hook): Use help-mode-finish.
9415 (help-mode-setup): New function.
9416 (temp-buffer-setup-hook): Use help-mode-setup.
9417
9418 * progmodes/sql.el: New file.
9419
9420 * files.el (auto-mode-alist): Add sql-mode.
9421
9422 * faces.el (list-faces-display): Improve the formatting
9423 by computing the maximum length required for any face-name.
9424
9425 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9426
9427 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9428
9429 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9430
9431 * term.el (term_send_home): Change the string to
9432 be the same as the one emitted by xterm and consistent with the
9433 ones emitted by prior and next.
9434 (term_send_end): Likewise.
9435
9436 1999-01-10 Dave Love <fx@gnu.org>
9437
9438 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9439 bindings.
9440
9441 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9442
9443 * international/codepage.el (codepage-setup): Doc fix.
9444 (cp-decoding-vector-for-codepage): Likewise.
9445
9446 1999-01-10 Markus Rost <rost@gnu.org>
9447
9448 * cus-edit.el (custom-save-delete): First scan the custom-file.
9449
9450 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9451
9452 * international/iso-transl.el: Define a "function name" for
9453 each translation that isn't ASCII. Use these function names
9454 in iso-transl-char-map.
9455
9456 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9457
9458 * international/mule-util.el (decompose-region): Do decomposition
9459 on temporary unibyte buffer.
9460
9461 * international/mule.el (make-char): Doc-string modified.
9462
9463 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9464
9465 * simple.el (comment-region): Delete spaces only if we
9466 deleted a comment starter.
9467
9468 1999-01-07 Dave Love <fx@gnu.org>
9469
9470 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9471
9472 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9473 like eval-defun does.
9474
9475 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9476
9477 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9478 constructions. Doc fixes.
9479 (generic-create-generic-function): Use defalias, not fset.
9480
9481 * find-func.el: More doc fixes.
9482
9483 1999-01-06 Stephen Eglen <stephen@gnu.org>
9484
9485 * files.el (save-buffers-kill-emacs): Show the list of current
9486 processes before prompting to kill them and exit.
9487
9488 1999-01-06 Dave Love <fx@gnu.org>
9489
9490 * emacs-lisp/find-func.el: Doc fixes.
9491 (find-function-regexp): Extend for define-generic-mode,
9492 define-derived-mode, easy-mmode-define-minor-mode.
9493
9494 1999-01-06 Dave Love <fx@gnu.org>
9495
9496 * progmodes/fortran.el (fortran-window-create): Account for scroll
9497 bar width.
9498
9499 * browse-url.el: Require (noerror) w3-auto when compiling.
9500 (browse-url-maybe-new-window): Make it a macro and revert last
9501 change to callers.
9502 (browse-url-w3): Require w3 for w3-fetch-other-window.
9503
9504 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9505
9506 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9507 argument.
9508
9509 1999-01-06 Simon Marshall <simon@gnu.org>
9510
9511 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9512
9513 * font-lock.el (font-lock-default-fontify-buffer): When using
9514 with-temp-message, use nil rather than current-message.
9515
9516 * lazy-lock.el (lazy-lock-unstall):
9517 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9518 rather than current-message.
9519
9520 * fast-lock.el (fast-lock-save-cache-1):
9521 (fast-lock-cache-data): When using with-temp-message, use nil rather
9522 than current-message.
9523
9524 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9525
9526 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9527 the valid-codes property.
9528
9529 * international/mule-cmds.el (prefer-coding-system): Call
9530 set-coding-priority, so that the internal array of priorities is
9531 also updated.
9532
9533 * international/mule-util.el:
9534 (coding-system-change-eol-conversion,
9535 coding-system-change-text-conversion): Don't define here.
9536
9537 * international/mule-cmds.el: Define them here. Remove the
9538 autoload cookies.
9539
9540 1999-01-06 Andreas Schwab <schwab@gnu.org>
9541
9542 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9543 if it was enabled before.
9544
9545 * view.el (View-revert-buffer-scroll-page-forward): Bind
9546 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9547
9548 * files.el (recover-session): Preserve point when inserting
9549 explanation.
9550
9551 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9552
9553 * cus-edit.el (custom-save-delete): Don't delete whitespace
9554 and comments before the sexp that is replaced.
9555
9556 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9557
9558 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9559
9560 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9561
9562 * vc.el (vc-dired-hook): Use the original value of
9563 dired-move-to-filename-regexp on lines that have not been
9564 reformatted yet.
9565 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9566 file lines have already been reformatted.
9567
9568 1999-01-05 Dave Love <fx@gnu.org>
9569
9570 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9571 buffer-local.
9572
9573 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9574
9575 * progmodes/f90.el: Change of regular expressions for type to
9576 correct highlighting and identation. Some small fixes for
9577 compatibility with XEmacs.
9578
9579 1999-01-05 Stephen Eglen <stephen@gnu.org>
9580
9581 * mspools.el (mspools-vm-system-mail): Provide an alternative
9582 value based on rmail-spool-directory if $MAIL is not defined.
9583
9584 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9585
9586 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9587 (reftex-section-info): Handle negative section levels.
9588 (reftex-view-crossref-extra): New option.
9589 (reftex-view-crossref): Generalized to work in more places.
9590 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9591 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9592 (reftex-view-cite-locations-from-bibtex): New command.
9593 (reftex-view-regexp-match, reftex-global-search,
9594 reftex-global-search-continue): New functions.
9595 (reftex-extract-bib-entries): No error for non-existing BibTeX
9596 file, just a message.
9597 (reftex-extract-bib-entries): Better error handling.
9598 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9599 help and force it on current frame.
9600 (reftex-default-bibliography): New function.
9601 (reftex-access-parse-file): Check consistency after loading a
9602 parse file. When inconsistent, enfore rescan.
9603 (reftex-check-parse-consistency): New function.
9604 (easy-menu-define): Options section drastically shortened.
9605
9606 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9607
9608 * language/thai-util.el (thai-compose-string): New function.
9609
9610 1999-01-04 Inge Frick <inge@nada.kth.se>
9611
9612 * easymenu.el (easy-menu-define): Doc fix.
9613 (easy-menu-create-menu): New keyword :included.
9614 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9615 be an expression, not only a string. Simulate style `button'.
9616 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9617 (easy-menu-define-key-intern): New function.
9618 (easy-menu-add-item): Understand value returned from
9619 easy-menu-item-present-p and easy-menu-remove-item.
9620 (easy-menu-return-item): New function.
9621 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9622
9623 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9624
9625 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9626 Use rmail-output-read-rmail-file-name to read the file name.
9627 Always call rmail-output-to-rmail-file noninteractively.
9628 When count > 1, do the loop here.
9629 Handle rmail-delete-after-output here.
9630 (rmail-summary-output): Similar changes.
9631
9632 * mail/rmailout.el: Provide `rmailout'.
9633 (rmail-output-read-rmail-file-name): New function.
9634 (rmail-output-to-rmail-file): Use that.
9635 (rmail-output-read-file-name): New function.
9636 (rmail-output): Use that.
9637
9638 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9639 Error if wildcard matches no files.
9640
9641 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9642
9643 * menu-bar.el (clipboard-yank): Doc fix.
9644
9645 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9646
9647 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9648
9649 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9650
9651 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9652
9653 * rmail.el (rmail-encode-string): Make sure mask value is
9654 positive; (emacs-pid) returns a negative number on Windows 9x
9655 which causes odd behaviour.
9656
9657 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9658
9659 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9660 and about w32-* variables unless on Windows/NT.
9661
9662 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9663
9664 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9665 if buffer is modified; ask about all modified buffers.
9666
9667 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9668
9669 * simple.el (what-cursor-position): Fix previous change.
9670
9671 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9672
9673 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9674 from paragraph-start.
9675
9676 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9677
9678 * international/mule-cmds.el (prefer-coding-system): If the
9679 argument requires specific EOL conversion type, make the default
9680 coding systems use that.
9681
9682 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9683
9684 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9685 Use shell-command-on-region.
9686 (m4-start-m4, m4-end-m4): Functions deleted.
9687
9688 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9689
9690 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9691
9692 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9693
9694 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9695 to compose-mail in the correct places and as a list.
9696
9697 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9698
9699 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9700 (pages-directory-map): Bind mouse-2
9701 (pages-copy-header-and-position): Put text property.
9702 (pages-directory-goto-with-mouse): New function.
9703
9704 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9705
9706 * international/codepage.el (cp-make-coding-systems-for-codepage):
9707 Doc fix.
9708 (cp-coding-system-for-codepage-1): Likewise.
9709
9710 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9711
9712 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9713 composition sequence correctly here instead of calling
9714 thai-compose-region.
9715
9716 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9717 newline in multibyte buffer, if previous or next character is a
9718 composite char, check the first component of the composite char.
9719
9720 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9721
9722 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9723 and track-mouse.
9724
9725 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9726
9727 * mail/sendmail.el (mail-yank-original): Remove text properties
9728 after insertion.
9729 (mail-yank-region): Barf if no mark is set in the message
9730 being replied to.
9731
9732 * help.el (function-called-at-point): First look for function at point.
9733
9734 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9735
9736 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9737
9738 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9739
9740 * simple.el (what-cursor-position): Print character encoding also.
9741
9742 1998-12-26 Dave Love <fx@gnu.org>
9743
9744 * textmodes/flyspell.el: If local-maps work, don't put
9745 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9746 in flyspell-mouse-map (only).
9747 (flyspell-use-local-map): New variable.
9748 Use a different mouse-2 binding in that case,
9749 and don't add to minor-mode-map-alist.
9750 (make-flyspell-overlay, flyspell-correct-word):
9751 Test flyspell-use-local-map.
9752
9753 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9754
9755 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9756 Be careful about whether to return a relative file name,
9757 and if so, relative to what directory.
9758
9759 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9760
9761 * emacs-lisp/easymenu.el (easy-menu-get-map):
9762 Change global map only if this menu exists in the global map already,
9763 and not in the local map.
9764 (easy-menu-do-add-item): Fix error message.
9765
9766 * foldout.el (foldout-inhibit-key-bindings):
9767 Avoid concatenating onto outline-minor-mode-prefix.
9768 Make a new keymap for that prefix, if it does not already have one.
9769
9770 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9771
9772 * cperl-mode.el:
9773 Can use linear algorithm for indentation if Emacs supports it.
9774 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9775 (cperl-after-block-p): Likewise.
9776 (cperl-after-block-and-statement-beg): Likewise.
9777 (cperl-after-block-p): After END/BEGIN we are a block.
9778 (cperl-after-expr-p): Skip labels when checking
9779 (cperl-indent-region): Make a marker for END - text added/removed.
9780 Disable hooks during the call (how to call them later?).
9781 Now indents 820-line-long function in 6.5 sec (including
9782 syntaxification) the first time (when buffer has few
9783 properties), 7.1 sec the second time.
9784 (cperl-indent-region): Do not indent whitespace lines
9785 (cperl-style-alist)
9786 Include `cperl-merge-trailing-else' where the value is clear.
9787 (cperl-styles-entries): Likewise.
9788 (cperl-problems): Improvements to docs.
9789 (cperl-tips): Likewise.
9790 (cperl-non-problems): Likewise.
9791 (cperl-mode): Make lazy syntaxification possible.
9792 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9793 `font-lock-unfontify-region-function' was set to a wrong function.
9794
9795 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9796 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9797 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9798 but 1<<6 was considered as HERE-doc.
9799 <file/glob> made into a string.
9800 Postpone addition of faces after syntactic step.
9801 Recognition of <FH> was wrong.
9802 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9803 Knows that split// is null-RE.
9804 Highlights separators in 3-parts expressions as labels.
9805 <> was considered as a glob.
9806 Would err if the last line is `=head1'.
9807 $a-1 ? foo : bar; was a considered a regexp.
9808 `<< (' was considered a start of HERE-doc.
9809 mark qq[]-etc sections as syntax-type=string
9810 Was not processing sub protos after a comment ine.
9811 Was treating $a++ <= 5 as a glob.
9812 Tolerate unfinished REx at end-of-buffer.
9813 `unwind-protect' was left commented.
9814 / and ? after : start a REx.
9815
9816 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9817 Better default, customizes to `message' too, off in text-mode.
9818
9819 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9820 `defface'd.
9821 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9822 `defface'd.
9823 (cperl-emacs-can-parse): New state variable.
9824 (cperl-indent-line): Corrected to use global state.
9825 (cperl-calculate-indent): Likewise.
9826 (cperl-fix-line-spacing): Likewise (not used yet).
9827 (cperl-calculate-indent): Did not consider `,' as
9828 continuation mark for statements.
9829 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9830 Remove another parse-data optimization at toplevel: would
9831 indent correctly.
9832 Correct for labels when calculating indentation of continuations.
9833 Docstring updated.
9834 (cperl-choose-color): Converted to a function (to be
9835 compilable in text-mode).
9836 (cperl-dark-background): Disable without window-system.
9837 Do `defface' only if window-system.
9838 (cperl-fix-line-spacing): Sped up to bail out early.
9839 (x-color-defined-p): Was not compiling on XEmacs
9840 Was defmacro'ed with a tick. Remove another def.
9841 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9842 (cperl-unwind-to-safe): New function.
9843 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9844 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9845 long strings (not very successful).
9846 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9847 Highlight the starting // in s//foo/ as function-name.
9848 Emit a meaningful error instead of a cryptic one for an
9849 uncomplete REx near end-of-buffer.
9850
9851 (cperl-electric-keyword): `qr' recognized.
9852 (cperl-electric-else): Likewise
9853 (cperl-to-comment-or-eol): Likewise
9854 (cperl-make-regexp-x): Likewise
9855 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9856 Corrected to use new macros;
9857 `if' for copying `reference-face' to `constant-face' was backward.
9858 remove init `font-lock-other-emphasized-face',
9859 `font-lock-emphasized-face', `font-lock-keyword-face'.
9860 Interpolate `cperl-invalid-face'.
9861 (cperl-make-regexp-x): Misprint in a message.
9862 (cperl-syntaxify-unwind): New configuration variable
9863 (cperl-fontify-m-as-s): New configuration variable
9864 (cperl-electric-pod): Check for after-expr was performed
9865 inside of POD too.
9866 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9867 (cperl-clobber-mode-lists): New configuration variable.
9868 (cperl-not-bad-style-regexp): Updated.
9869 Init: `cperl-is-face' was busted.
9870 (cperl-make-face): New macros.
9871 (cperl-force-face): New macros.
9872 (font-lock-other-type-face): Done via `defface' too.
9873 (cperl-nonoverridable-face): New face. Renamed from
9874 `font-lock-other-type-face'.
9875 (cperl-init-faces-weak): Use `cperl-force-face'.
9876 (cperl-comment-indent): Commenting __END__ was not working.
9877 (cperl-indent-for-comment): Likewise.
9878 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9879 When removing old TAGS info was not relativizing filename.
9880 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9881 Another try to work around XEmacs problems. Better progress messages.
9882 (toplevel): Require custom unprotected => failure on 19.28.
9883 (cperl-xemacs-p): Defined when compile too
9884 (cperl-find-tags): Was writing line/pos in a wrong order,
9885 pos off by 1 and not at beg-of-line.
9886 (cperl-etags-snarf-tag): New macro
9887 (cperl-etags-goto-tag-location): New macro
9888 (cperl-version): New variable. New menu entry
9889 random docstrings: References to "future" 20.3 removed.
9890 Menu was described as `CPerl' instead of `Perl'
9891 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9892 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9893 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9894 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9895 `font-lock-reference-face', `font-lock-keyword-face'.
9896 Use `eval-after-load'.
9897 Remove not-CPerl-related faces.
9898 (cperl-tips-faces): New variable and an entry into Mini-docs.
9899 (cperl-indent-exp): Was not processing else-blocks.
9900 (cperl-get-state): NOP line removed.
9901 (cperl-ps-print): New function and menu entry.
9902 (cperl-ps-print-face-properties): New configuration variable.
9903 (cperl-invalid-face): New configuration variable.
9904 (perl-font-lock-keywords): Highlight trailing whitespace
9905 (cperl-contract-levels): Documentation corrected.
9906 (cperl-contract-level): Likewise.
9907 (cperl-ps-extend-face-list): New macro.
9908 (cperl-invalid-face): Change to ''underline.
9909
9910 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9911
9912 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9913 for read-file-name.
9914 (rmail-output-to-rmail-file): Likewise.
9915
9916 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9917
9918 * emacs-lisp/easymenu.el (easy-menu-get-map):
9919 If MENU is nil, use global menu-bar map.
9920 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9921 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9922
9923 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9924
9925 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9926
9927 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9928
9929 * ps-print.el (ps-print-version): New version number (4.1.3).
9930
9931 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9932
9933 * international/mule-cmds.el: Use make-sparse-keymap instead of
9934 define-prefix-key when defining MULE menu items.
9935
9936 * info.el (Info-node-at-bob-matching): New function.
9937 (Info-find-node, Info-build-node-completions): Call it.
9938
9939 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9940
9941 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9942 when this is an autoloaded keymap.
9943
9944 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9945
9946 * international/codepage.el (cp-coding-system-for-codepage-1):
9947 Create separate encoders and decoders, for DOS and Unix. Make the
9948 usual family of 3 coding systems, so that automatic detection of
9949 EOL type works.
9950 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9951 Unix-specific symbols here, and don't call
9952 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9953 Handa <handa@etl.go.jp>.)
9954
9955 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9956
9957 * term/internal.el (IT-character-translations): New variable, an
9958 alist used to display characters for which there's no glyphs in
9959 the current codepage.
9960 (IT-display-table-setup): New function, sets up the DOS terminal
9961 for a given codepage.
9962 (dos-codepage-setup): New function, sets up the MULE environment
9963 for the current value of dos-codepage.
9964 (top-level if): In the multibyte mode, turn on
9965 unibyte-display-via-language-environment. In the unibyte mode,
9966 set up the special syntax tables to map lower- to upper case and
9967 back.
9968
9969 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9970
9971 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9972 (speedbar-frame-plist) Remove useless comments.
9973 (speedbar-frame-mode) Do not specify height if it is in the param list.
9974 Use default y position w/out changing it.
9975 If default x position is a list, keep, calculate the non-list X
9976 value when devining an initial position.
9977 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9978 (speedbar-tag-group-name-minimum-length): New variable.
9979 (speedbar-frame-parameter): New compatibility function.
9980 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9981 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9982 groups to keep things in the right order, and to help with some
9983 naming conventions.
9984 (speedbar-create-tag-hierarchy): Enable buffer local version of
9985 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9986 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9987 the case, derive it from the cursor location in speedbar.
9988
9989 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9990
9991 * international/mule-cmds.el (set-language-environment): On MS-DOS
9992 terminals, install DOS-specific nonascii-translation-table if the
9993 language info doesn't specify one. Pass the default eol-type to
9994 set-language-environment-coding-systems.
9995 (set-default-coding-systems): Copy the eol-type property for the
9996 new default values of {buffer-file,process}-coding-system from the
9997 old defaults.
9998 (set-language-environment-coding-systems): Accept an optional
9999 argument EOL-TYPE, and set the eol-type property of the default
10000 coding systems accordingly.
10001 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10002 (set-keyboard-coding-system): Likewise.
10003 (set-default-coding-systems): Don't set
10004 default-terminal-coding-system on MS-DOS to anything but nil.
10005 (prefer-coding-system): Describe in the doc string that
10006 default-terminal-coding-system is not changed on MS-DOS.
10007 (set-language-environment): For MS-DOS, set standard syntax table
10008 and display table for all characters with code above 127.
10009 (standard-display-european-internal): For MS-DOS, pass all
10010 characters with code above 127 directly to the terminal, and don't
10011 remap characters 160 and 146 in the unibyte case.
10012
10013 * international/codepage.el: New file.
10014
10015 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10016
10017 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10018 comments.
10019
10020 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10021
10022 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10023
10024 * subr.el (read-passwd): Likewise.
10025
10026 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10027
10028 * info.el (Info-find-node): Add 1 to the position read from the
10029 tag table. Don't fail if the node delimiter ^_ is the first
10030 character in the file.
10031 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10032 first character in the file.
10033 (Info-read-subfile): Likewise.
10034 (Info-select-node): Likewise.
10035 (Info-build-node-completions): Likewise.
10036
10037 1998-12-16 Richard Stallman <rms@gnu.org>
10038
10039 * term/x-win.el (x-cut-buffer-or-selection-value):
10040 If clipboard is enabled, try it before PRIMARY selection.
10041
10042 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10043
10044 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10045 insert c-cedilla and C-cedilla respectively, like in latin-1.
10046
10047 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10048
10049 * language/hebrew.el: Don't use sublists in the flags argument
10050 passed to make-coding-system.
10051
10052 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10053
10054 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10055 list of character sets found by find-charset-region.
10056
10057 * ps-mule.el: Always require ps-print. Move some function
10058 definitions for Emacs 20.2 and the earlier to ps-print.el.
10059 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10060
10061 * ps-print.el: Define several functions for Emacs 20.2 and the
10062 earlier version.
10063 (ps-printer-name): Check if printer-name is bound.
10064
10065 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10066
10067 * ps-mule.el: Programming uniformization and little code improvement.
10068 (ps-mule-prepare-font): Programming uniformization.
10069 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10070 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10071
10072 * ps-bdf.el: Programming uniformization and little code improvement.
10073 (bdf-search-and-read): New fun.
10074 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10075 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10076 (bdf-info-relative-compose, bdf-info-baseline-offset)
10077 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10078 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10079 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10080 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10081 improvement.
10082
10083 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10084
10085 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10086 and mule related code extraction. Autoload ps-mule funs.
10087
10088 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10089 (ps-mule-prologue-generated): New fun.
10090 (ps-mule-plot-string): Add autoload cookie.
10091 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10092
10093 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10094
10095 * ps-bdf.el: Require ps-mule instead of ps-print.
10096 (bdf-directory-list): Add autoload cookie.
10097
10098 * ps-mule.el: New file. Mule related code extracted from
10099 ps-print.el. Require ps-print, provide ps-mule.
10100 (ps-multibyte-buffer): Add autoload cookie.
10101 (ps-mule-prepare-ascii-font): New fun.
10102 (ps-mule-set-ascii-font): New fun.
10103 (ps-mule-skip-same-charset): Fun deleted.
10104 (ps-mule-plot-string): Set ps-mule-current-charset.
10105 (ps-mule-initialize): Add autload cookie. Don't set
10106 ps-mule-font-info-database here.
10107 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10108 ps-mule-font-info-database and ps-control-or-escape-regexp.
10109 (ps-mule-begin-page): New fun.
10110
10111 * ps-print.el: Mule related code moved to ps-mule.el.
10112 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10113 check ps-mule-charset-list.
10114 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10115 ps-mule-begin-page.
10116 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10117 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10118 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10119 instead skip same charsets by itself.
10120 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10121 non-nil. Call ps-mule-begin-job.
10122
10123 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10124
10125 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10126 instead of bdf.
10127
10128 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10129 (ps-mule-external-libraries): New element FEATURE.
10130 (ps-mule-init-external-library): Ajusted for the above change.
10131 (ps-mule-generate-font): Likewise.
10132 (ps-mule-generate-glyphs): Likewise.
10133 (ps-mule-prepare-font): Likewise.
10134 (ps-mule-initialize): Likewise.
10135 (ps-begin-file): Superfluous tailing parenthesis deleted.
10136
10137 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10138
10139 * international/fontset.el (x-decompose-font-name): If PATTERN
10140 doesn't have any wild cards, return a vector made from a name that
10141 is found by x-resolve-font-name found. Comments added.
10142
10143 * international/mule-cmds.el (find-coding-systems-for-charsets):
10144 Handle the case of unknown charset.
10145 (find-multibyte-characters): If invalid multibyte characters are
10146 found, return the corresponding strings instead of character
10147 codes.
10148 (find-multibyte-characters): Adjusted for the above change.
10149 (select-safe-coding-system): For a unibyte buffer, always returns
10150 DEFAULT-CODING-SYSTEM.
10151 (get-charset-property): Fix previous change. Make it a function.
10152 (put-charset-property): Make it a function.
10153
10154 * international/mule.el (make-coding-system): Set mime-charset
10155 property of *-with-esc coding system to nil.
10156
10157 * international/quail.el (quail-point-in-conversion-region): New
10158 function.
10159 (quail-conversion-backward-delete-char): When a key sequence is
10160 being translated, call quail-delete-last-char.
10161
10162 * language/devan-util.el
10163 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10164 handle devanagari-decomposition-rules.
10165
10166 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10167
10168 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10169 tex-start-options-string to empty string.
10170 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10171
10172 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10173
10174 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10175 5xx responses are already handled properly).
10176
10177 1998-12-13 Richard Stallman <rms@gnu.org>
10178
10179 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10180 on a non-digit in the file name.
10181
10182 * simple.el (comment-region): Handle comment-padding
10183 separately for insertion and for deletion, in the right way for each.
10184
10185 1998-12-13 Felix Lee <flee@cygnus.com>
10186
10187 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10188 regexp to match "ChangeLog:1:1998-12-09 ..."
10189
10190 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10191
10192 * cus-start.el (dos-unsupported-char-glyph): Add.
10193
10194 1998-12-11 Dave Love <fx@gnu.org>
10195
10196 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10197 forward-sexp in condition-case.
10198
10199 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10200 Remove unnecessary test on `library' for explicit file name.
10201 Widen scope of save-match-data.
10202
10203 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10204
10205 * international/mule.el (load-with-code-conversion): If the loaded
10206 file was inserted with no-conversion or raw-text coding system,
10207 make the buffer unibyte.
10208
10209 1998-12-09 Richard Stallman <rms@gnu.org>
10210
10211 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10212 Get rid of nested loops.
10213
10214 * mouse.el (mouse-drag-vertical-line):
10215 If WHICH-SIDE is not `right', then scroll bars are on the left.
10216
10217 * loadhist.el (load-history-loaded): defvar moved to help.el.
10218
10219 * help.el (symbol-file-load-history-loaded): Variable renamed,
10220 and defvar moved from loadhist.el.
10221 (symbol-file): Renamed from describe-function-find-file.
10222 Load fns-VERSION.el here.
10223 (describe-variable, describe-function-1): Use symbol-file.
10224
10225 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10226 Don't start the name with #.
10227
10228 * ispell.el: Take out the eval-when's.
10229
10230 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10231
10232 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10233 (dirtrack): Run it. Make debug message more verbose.
10234
10235 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10236
10237 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10238 name of the abbrev table, and provide support for XEmacs.
10239 (octave-xemacs-p): New variable.
10240
10241 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10242
10243 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10244 exit, when mail-interactive is nil.
10245
10246 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10247
10248 * files.el (after-find-file): Message fix.
10249
10250 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10251
10252 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10253
10254 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10255
10256 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10257 filenames using backslashes.
10258
10259 1998-12-09 Dave Love <fx@gnu.org>
10260
10261 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10262 with correct number of args.
10263 (browse-url-maybe-new-window): New arg. Callers changed.
10264
10265 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10266 comment.
10267
10268 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10269
10270 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10271
10272 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10273
10274 * vc.el (vc-rcs-release): Fix Type.
10275 (vc-sccs-release): Fix Type.
10276 (vc-cvs-release): Fix Type.
10277
10278 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10279 arg work right.
10280
10281 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10282 output of last undeleted message.
10283
10284 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10285
10286 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10287 (buffer-undo-list) [windows-nt]: Use different relative path.
10288
10289 1998-12-07 Simon Marshall <simon@gnu.org>
10290
10291 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10292
10293 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10294
10295 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10296
10297 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10298
10299 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10300
10301 * info.el (Info-menu): Don't return error if point is between menu
10302 header and first menu item.
10303
10304 1998-12-04 Dave Love <fx@gnu.org>
10305
10306 * help.el (describe-function-1): Fix description for alias.
10307
10308 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10309
10310 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10311 specifications from summary line.
10312
10313 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10314 (close-rectangle): Define alias only once in loaddefs.el.
10315
10316 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10317
10318 * term/internal.el: Remove code which sets up a special syntax
10319 table for non-ASCII characters.
10320
10321 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10322
10323 * dos-w32.el (direct-print-region-function): Try to ensure that
10324 printer-name is expanded to a file name on a local drive;
10325 sometimes printing a file loaded from a network volume fails.
10326 (direct-print-region-function): Add a function to
10327 write-region-annotate-functions to append a formfeed character to
10328 the region being printed, if the region doesn't end with a
10329 formfeed already. This avoids creating a second print job
10330 containing a blank page when print spooling is enabled on Windows.
10331
10332 1998-12-02 Dave Love <fx@gnu.org>
10333
10334 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10335 `Info-goto-node'.
10336
10337 1998-12-02 Richard Stallman <rms@gnu.org>
10338
10339 * help.el (temp-buffer-resize-mode): Doc fix.
10340
10341 * cus-edit.el (custom-save-delete): Save point before
10342 reading a sexp, rather than backing up.
10343
10344 * international/iso-transl.el: Fix previous change.
10345
10346 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10347
10348 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10349 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10350 Added defvars to suppress compilation warnings.
10351
10352 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10353
10354 * ispell.el: Improved and fixed customize for variables:
10355 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10356 ispell-dictionary-alist, ispell-skip-sgml.
10357 Improved and fixed comments in variables and messages for
10358 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10359 ispell-menu-map, ispell-checking-message, ispell-parser,
10360 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10361 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10362 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10363 ispell-message-text-end, ispell-add-per-file-word-list.
10364 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10365 system is now required for all languages. Casechars improved for
10366 castellano, castellano8, and norsk dictionaries. Dictionary
10367 norsk7-tex added. Dictionary polish added.
10368 (ispell-dictionary-alist): Redefined at load-time to support
10369 dictionary changes.
10370 (ispell-menu-map): Redefined at load-time to support menu changes.
10371 (ispell-check-version): New alias for `check-ispell-version'.
10372 (ispell-parse-output): Fixed matching for ispell error messages.
10373 Correctly returns spelling suggestions in order generated by ispell
10374 process.
10375 (check-ispell-version): Ensure `case-fold-search' doesn't get
10376 redefined.
10377 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10378 redefined. Fix bug that didn't respect case of word being completed.
10379 (ispell-init-process): Set process coding system to be compatible
10380 with emacs processes and the ispell process.
10381 (ispell-kill-ispell): Ensures ispell process has terminated before
10382 starting new process. This can otherwise confuse process filters
10383 and hang the ispell process.
10384 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10385 skipping support for sgml.
10386 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10387 which could cause `ispell-complete-word' to hang.
10388 (ispell-message): Improved message reference matching. Ensure
10389 `case-fold-search' doesn't get redefined.
10390 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10391 get redefined. Fixed bug in returning to nroff mode from tex mode.
10392 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10393 get redefined.
10394
10395 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10396
10397 * textmodes/flyspell.el (flyspell-check-word-p):
10398 Don't delay inside a kbd macro.
10399
10400 * subr.el (make-local-hook): Return the hook variable.
10401
10402 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10403
10404 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10405 Use a timer instead of post-command-hook.
10406 (hscroll-timer): New variable.
10407
10408 1998-11-30 Dave Love <fx@gnu.org>
10409
10410 * help.el (help-xref-button): Do nothing if text already has the
10411 help-xref property.
10412 (describe-variable): Revert previous change to hyperlink to source.
10413
10414 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10415
10416 * bindings.el (features): Add `base64' to this list.
10417
10418 * loadhist.el (symbol-file): Doc fix.
10419
10420 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10421
10422 * files.el (hack-one-local-variable): Cope with non-file buffers.
10423
10424 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10425
10426 * help.el (describe-mode): Put major mode first.
10427
10428 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10429 to support special-display and same-window features.
10430
10431 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10432
10433 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10434 bound in one function and used in the other.
10435 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10436 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10437
10438 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10439
10440 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10441
10442 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10443
10444 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10445 Give format correct control string.
10446
10447 * international/mule.el (define-translation-table): Fix bug of
10448 setting incorrect translation-table-id. If the first element of
10449 ARGS is a translation table, just register it.
10450
10451 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10452 property.
10453
10454 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10455
10456 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10457 syntax table to determine what is whitespace.
10458
10459 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10460
10461 * frame.el (frame-parameter): Doc fix.
10462
10463 * textmodes/tex-mode.el (tex-feed-input): New function.
10464 (tex-define-common-keys): Add binding for C-c C-m.
10465
10466 1998-11-23 Dave Love <fx@gnu.org>
10467
10468 * progmodes/fortran.el: Various minor doc fixes.
10469 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10470 (fortran-with-subprogram-narrowing): New macro.
10471 (fortran-check-for-matching-do): Use it.
10472 (fortran-end-do): Use fortran-check-end-prog-re.
10473 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10474 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10475
10476 1998-11-23 Simon Marshall <simon@gnu.org>
10477
10478 * font-lock.el (font-lock-defaults): Doc fix.
10479 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10480 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10481
10482 * lazy-lock.el (lazy-lock-unstall):
10483 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10484
10485 * fast-lock.el (fast-lock-save-cache-1):
10486 (fast-lock-cache-data): Rewritten to use with-temp-message.
10487
10488 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10489
10490 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10491 messages that have been added with DOS line endings and convert
10492 the line endings for such messages.
10493
10494 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10495
10496 * help.el: Add resizing of temporary buffers.
10497 (temp-buffer-resize-mode): New command and variable.
10498 (temp-buffer-max-height): New variable.
10499 (resize-temp-buffer-window): New function.
10500
10501 * window.el (window-buffer-height): New function, split from
10502 shrink-window-if-larger-than-buffer.
10503 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10504
10505 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10506
10507 * frame.el (initial-frame-alist): Add defcustom.
10508
10509 * shell.el (shell-prompt-pattern): Add defcustom.
10510
10511 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10512
10513 * message.el (message-ignored-supersedes-headers): Remove
10514 NNTP-Posting-Date.
10515
10516 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10517
10518 * help.el (describe-mode): Don't avoid loop indirecting thru
10519 value of INDICATOR.
10520
10521 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10522
10523 * help.el (describe-variable): Allow any variable with a defcustom,
10524 even if it is not a user variable.
10525
10526 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10527
10528 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10529
10530 * gnus/nntp.el (nntp-request-group): Allow for failures when
10531 requesting a new group.
10532
10533 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10534
10535 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10536
10537 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10538
10539 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10540
10541 1998-11-19 Simon Marshall <simon@gnu.org>
10542
10543 * subr.el (with-temp-message): New macro.
10544
10545 * emacs-lisp/lisp-mode.el (with-temp-message):
10546 Add lisp-indent-function property.
10547
10548 1998-11-18 Dave Love <fx@gnu.org>
10549
10550 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10551
10552 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10553
10554 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10555 This is not obsolete.
10556
10557 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10558
10559 * textmodes/picture.el: Make a new map by make-keymap.
10560 (picture-desired-column): New variable.
10561 (picture-update-desired-column): New function.
10562 (picture-beginning-of-line): Set picture-desired-column to 0.
10563 (picture-end-of-line): Set picture-desired-column to the current
10564 column.
10565 (picture-forward-column): Pay attention to multi-column character.
10566 (picture-backward-column): Likewise.
10567 (picture-move-down): Likewise.
10568 (picture-move-up): Likewise.
10569 (picture-movement-nw): With prefix arg, move twice columns.
10570 (picture-movement-ne): Likewise.
10571 (picture-movement-sw): Likewise.
10572 (picture-movement-se): Likewise.
10573 (picture-set-motion): Handle two-column movements.
10574 (picture-move): Call picture-move-down or picture-forward-column
10575 only when necessary.
10576 (picture-insert): Pay attention to picture-desired-column.
10577 (picture-self-insert): Likewise.
10578 (picture-clear-column): Pay attention to multi-column character.
10579 (picture-mode): Modify doc-string for two-column movement.
10580
10581 * rect.el (move-to-column-force): New function.
10582 (operate-on-rectangle): If coerce-tabs is non-nil, call
10583 move-to-column-force instead of move-to-column.
10584 (insert-rectangle): Call move-to-column-force instead of
10585 move-to-column.
10586 (open-rectangle-line): If begextra is not zero, call
10587 move-to-column-force.
10588
10589
10590 1998-11-16 Dave Love <fx@gnu.org>
10591
10592 * textmodes/sgml-mode.el Require skeleton when compiling.
10593 (sgml-font-lock-keywords-1): Accept single-letter tags.
10594 (v2): Defvar free variable.
10595
10596 1998-11-16 Sam Steingold <sds@goems.com>
10597
10598 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10599 macro, not ELisp one.
10600
10601 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10602
10603 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10604 characters to symbol.
10605
10606 * language/japan-util.el (japanese-zenkaku-region): New optional
10607 arg KATAKANA-ONLY.
10608
10609 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10610
10611 * international/mule.el
10612 (after-insert-file-set-buffer-file-coding-system): If the buffer
10613 is changed to unibyte, return inserted bytes.
10614
10615 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10616 and link names if necessary.
10617 (tar-header-block-summarize): Handle the case that file or link
10618 names are multibyte.
10619 (tar-summarize-buffer): At first set the current buffer unibyte,
10620 then if there are multibyte file names, change it to multibyte.
10621 (tar-mode): Get char position from tar-header-offset.
10622 (tar-extract): Avoid multibyte<->unibyte conversion in
10623 insert-buffer-subsring by setting both buffers unibyte
10624 temporarily.
10625 (tar-copy): Set the buffer unibyte while doing a work. Write
10626 without code conversion.
10627 (tar-expunge): Set the buffer unibyte while doing a work.
10628 (tar-alter-one-field): Likewise.
10629 (tar-clear-modification-flags): Compare byte position with
10630 tar-header-offset.
10631 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10632 insert-buffer-subsring by setting both buffers unibyte
10633 temporarily. Pay attention to multibyteness while updating the
10634 descriptor-line.
10635 (tar-mode-write-file): Write without code conversion.
10636
10637 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10638
10639 * nngateway.el: Require cl.
10640
10641 1998-11-15 Dave Love <fx@gnu.org>
10642
10643 * progmodes/fortran.el: Fix previous change:
10644 (fortran-end-prog-re1): Changed.
10645 (fortran-check-end-prog-re): New function.
10646 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10647
10648 1998-11-13 Tom Breton <tob@world.std.com>
10649
10650 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10651 GNU Emacs.
10652
10653 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10654
10655 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10656 fixed.
10657 (reftex-toc-toggle-file-boundary,
10658 reftex-toc-toggle-labels,
10659 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10660 (reftex-toc-include-labels, reftex-toc-include-context,
10661 reftex-toc-include-file-boundaries,
10662 reftex-toc-keep-other-windows): New options.
10663 (reftex-use-text-after-label-as-context): Option removed.
10664 (reftex-extract-bib-entries): Protect use in non-latex
10665 buffers.
10666 (reftex-toc-visit-location): Renamed from
10667 `reftex-toc-visit-line'.
10668 (reftex-latin1-to-ascii): Works now with and without Mule.
10669 (reftex-truncate): Removed special stuff for Emacs 20.2.
10670 (reftex-get-offset): Made more general.
10671 (reftex-show-label-location): Renamed from
10672 `reftex-select-label-callback'.
10673 (reftex-pop-to-label): Function removed (using
10674 `reftex-show-label-location' instead.
10675 (reftex-insert-docstruct): Renamed from
10676 `reftex-make-and-insert-label-list'. Function args changed.
10677 (reftex-toc): Now uses `reftex-insert-docstruct' and
10678 `reftex-find-start-point'.
10679 (reftex-select-item): Use `reftex-find-start-point'.
10680 (reftex-toc-visit-line): Can display labels and file
10681 boundaries.
10682 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10683
10684 1998-11-12 Sam Steingold <sds@goems.com>
10685
10686 * browse-url.el (browse-url): Handle the case when
10687 `browse-url-browser-function' is a lambda list.
10688
10689 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10690
10691 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10692 version string.
10693 * loadhist.el (symbol-file): Likewise
10694
10695 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10696
10697 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10698
10699 1998-11-11 Sam Steingold <sds@goems.com>
10700
10701 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10702 `run-lisp' instead of signalling an error.
10703
10704 1998-11-11 Karl Heuer <kwzh@gnu.org>
10705
10706 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10707
10708 1998-11-11 Richard Stallman <rms@gnu.org>
10709
10710 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10711
10712 1998-11-11 Per Starback <starback@update.uu.se>
10713
10714 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10715 renamed svenska8 to svenska, and fixed and extended CASECHARS
10716 for it.
10717
10718 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10719
10720 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10721 handling if setpagedevice is not available.
10722 (ps-begin-file): Fix typo.
10723
10724 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10725
10726 * international/mule-util.el (compose-chars-component): Signal
10727 error if CH is a rule-based composition character.
10728 (compose-chars): Signal error if an already compsed character is
10729 going to be composed by rule-base.
10730
10731 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10732 full XLFD, don't try to get information of WEIGHT and SLANT from
10733 that font name.
10734
10735 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10736
10737 * dos-w32.el (set-default-process-coding-system): Use function on
10738 before-init-hook to set default-process-coding-system based on
10739 enable-multibyte-characters.
10740
10741 * term/w32-win.el ([language-change]): For now ignore
10742 keyboard language-change events.
10743
10744 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10745
10746 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10747 convert-standard-file-name, but leave the results of
10748 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10749 characters if the original name already exists, or has a special
10750 handler.
10751
10752 1998-11-10 Karl Heuer <kwzh@gnu.org>
10753
10754 * international/iso-insert.el: Delete autoload cookies.
10755
10756 * international/iso-transl.el: Add autoload cookies.
10757
10758 1998-11-10 Richard Stallman <rms@gnu.org>
10759
10760 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10761 (ispell-process-line): Don't treat multibyte
10762
10763 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10764
10765 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10766 setpagedevice to specify the page size if setpagedevice is
10767 available. This is necessary to select the correct paper tray on
10768 Level 2 printers with multiple paper sizes available.
10769
10770 (ps-begin-file): Cope with font names that contain spaces, and
10771 call BeginDoc in a BeginSetup/EndSetup block.
10772
10773 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10774
10775 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10776 convert-standard-filename.
10777
10778 * loadhist.el (symbol-file): Run fns-VERSION.el through
10779 convert-standard-filename.
10780
10781 1998-11-06 Richard Stallman <rms@gnu.org>
10782
10783 * textmodes/texinfmt.el (texinfo-format-scan):
10784 Detect the case of two @-commands in a row; process just the first.
10785 (texinfo-append-refill): If line has a @c, insert the @refill
10786 before it.
10787 (texinfo-format-refill): Return with point where the @refill was.
10788
10789 * files.el (hack-local-variables): Test local-enable-local-variables.
10790 (hack-local-variables-prop-line): Likewise.
10791 (set-auto-mode): Don't test local-enable-local-variables here.
10792 (enable-local-variables): Doc fix.
10793 (local-enable-local-variables): Doc fix.
10794 (normal-mode): Doc fix.
10795
10796 1998-11-06 Karl Heuer <kwzh@gnu.org>
10797
10798 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10799
10800 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10801
10802 * simple.el (line-number-mode): Doc fix.
10803
10804 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10805
10806 * international/fontset.el (create-fontset-from-fontset-spec):
10807 Give correct arg to `error'.
10808
10809 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10810
10811 * textmodes/sgml-mode.el (html-mode): Doc fix.
10812 (sgml-name-8bit-mode): Fix missing format character in message string.
10813
10814 1998-11-05 Karl Heuer <kwzh@gnu.org>
10815
10816 * mail/sendmail.el (sendmail-send-it): Check for failure.
10817
10818 1998-11-05 Richard Stallman <rms@gnu.org>
10819
10820 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10821
10822 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10823 (close-rectangle): Define as alias.
10824
10825 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10826
10827 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10828
10829 1998-11-05 Dave Love <fx@gnu.org>
10830
10831 * help.el (describe-variable): Don't quote link to source.
10832
10833 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10834
10835 * gud.el (gud-common-init): Use pop-to-buffer.
10836 (same-window-regexps): Add an element that matches all gud buffers.
10837
10838 1998-11-04 Jason Rumney <jasonr@altavista.net>
10839
10840 * term/w32-win.el (x-get-selection-value): Alias to
10841 x-cut-buffer-or-selection-value.
10842 (w32-standard-fontset-spec): New variable.
10843 (w32-create-initial-fontsets, mouse-set-font): Check whether
10844 new-fontset is available.
10845 (w32-use-w32-font-dialog): Enable use of set-variable.
10846
10847 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10848
10849 * vc.el (with-vc-file, edit-vc-file): New macros.
10850
10851 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10852
10853 * international/quail.el (quail-show-guidance-buf): Call
10854 set-minibuffer-window to set minibuffer window of the current
10855 frame correctly.
10856
10857 1998-11-03 Theodore Jump <tjump@tertius.com>
10858
10859 * term/w32-win.el: Require fontset.
10860
10861 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10862
10863 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10864 (set-face-font-auto): Ditto.
10865
10866 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10867
10868 * mouse.el (mouse-drag-region): Fix typo.
10869
10870 1998-11-02 Dave Love <fx@gnu.org>
10871
10872 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10873 (fortran-fontify-string): New function.
10874 (fortran-font-lock-keywords-1): Use it.
10875
10876 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10877
10878 * comint.el (comint-file-name-quote-list): Doc fix.
10879
10880 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10881
10882 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10883 build directory, not source directory.
10884
10885 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10886 if we did not get one for the final move.
10887
10888 1998-11-01 Dave Love <fx@gnu.org>
10889
10890 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10891 Don't funcall browse-url-browser-function.
10892
10893 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10894 Don't funcall browse-url-browser-function.
10895
10896 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10897
10898 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10899
10900 * files.el (revert-buffer): Doc fix.
10901
10902 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10903
10904 * textmodes/tex-mode.el (tex-start-options-string):
10905 Quote the backslashes with more backslashes.
10906
10907 1998-10-31 Dave Love <fx@gnu.org>
10908
10909 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10910 (webjump): Don't funcall browse-url-browser-function.
10911
10912 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10913
10914 * international/quail.el (quail-start-translation): Handle
10915 switching of the frame in read-key-sequence.
10916 (quail-start-conversion): Likewise.
10917 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10918 windows before setting an appropriate window for it.
10919 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10920 quail-guidance-win to nil.
10921 (quail-update-guidance): If quail-guidance-buf is not in the
10922 selected frame, call quail-show-guidance-buf again.
10923
10924 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10925
10926 * progmodes/pascal.el (pascal-mode):
10927 `blink-matching-paren-dont-ignore-comments' set to t.
10928
10929 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10930
10931 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10932
10933 1998-10-30 Dave Love <fx@gnu.org>
10934
10935 * vc.el (vc-backend-merge-news): Check for "P" output.
10936
10937 * help.el (describe-variable): Hyperlink the definition.
10938
10939 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10940
10941 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10942 (sh-set-shell): Likewise.
10943
10944 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10945
10946 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10947 (edebug-on-error): Fix customize type to match that of
10948 debug-on-error.
10949
10950 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10951
10952 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10953 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10954
10955 * international/mule-cmds.el (select-message-coding-system): Doc
10956 fix.
10957
10958 * international/mule-diag.el (describe-coding-system): Describe
10959 all flags.
10960
10961 * mail/sendmail.el (sendmail-coding-system,
10962 default-sendmail-coding-system): Doc fix.
10963
10964 * simple.el (shell-command-on-region): Doc fix.
10965
10966 * loadup.el: Write fns-*.el in current directory instead of
10967 data-directory since no installation directory exists yet. Mark
10968 buffer unmodified afterwards.
10969
10970 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10971 instead of data-directory since it is architecture dependent.
10972 (load-history-loaded): Update doc string.
10973
10974 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10975
10976 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10977 path as a default directory when canonicalizing names.
10978
10979 * w32-fns.el: Remove a dangling reference to a directory on the
10980 build machine.
10981
10982 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10983
10984 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10985 namespace related keywords such as `class', `body', `private',
10986 `variable', `namespace eval', etc.
10987 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10988 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10989 imenu and font-lock so that searches for \sw would find words
10990 containing colons.
10991
10992 * progmodes/etags.el (initialize-new-tags-table):
10993 Do not alter find-tag-marker-ring and tags-location-ring.
10994
10995 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10996
10997 * term/w32-win.el: Require fontset.
10998 (w32-init-fontsets): New function (code from x-win.el).
10999
11000 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11001
11002 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11003 calendar-and-diary-frame-parameters): Add title parameter.
11004
11005 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11006
11007 * completion.el (dynamic-completion-mode): New function to enable
11008 the mode. (Just loading the file now does not change anything.)
11009
11010 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11011
11012 * ps-print.el: User option for multibyte buffer handling and doc fix.
11013 (ps-multibyte-buffer): New user option.
11014 (ps-setup): Print new user option.
11015 (ps-print-quote): New fun.
11016 (ps-color-p, ps-mule-font-info-database-latin): New var.
11017 (ps-default-color, ps-mule-font-info-database)
11018 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11019 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11020 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11021 Little code improvement.
11022 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11023 (ps-print-prologue-header, ps-font-family, ps-font-size)
11024 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11025 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11026 (ps-mule-external-libraries, ps-mule-init-external-library)
11027 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11028 Doc fix.
11029 (ps-print-version): New version number (4.1.1) and doc fix.
11030 (ps-print-prologue-header): New user option.
11031 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11032 Conditional compilation for GNU Emacs and emacsens.
11033 (ps-generate-postscript-with-faces): Skip invisible text better.
11034 (ps-setup): Print new user option.
11035 (ps-print-preprint): Check if input file name exists and is unwritable.
11036 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11037 and insert user PostScript prologue header comments.
11038 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11039 New funs.
11040 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11041 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11042 PostScript programming normalization.
11043 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11044 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11045 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11046 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11047 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11048 Programming style normalization.
11049
11050 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11051
11052 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11053 version, check the value of mule-version.
11054
11055 * international/mule-util.el (compose-region): Insert then delete
11056 to preserve markers.
11057 (decompose-region): Use search-forward for efficiency.
11058
11059 * language/chinese.el (pre-write-encode-hz): Cancel previous
11060 change, use generate-new-buffer instead of get-buffer-create.
11061 * language/devan-util.el
11062 (in-is13194-devanagari-pre-write-conversion): Likewise.
11063 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11064 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11065 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11066
11067 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11068
11069 * mail/rmailsum.el (rmail-message-subject-p):
11070 Handle message whose header has not been reformatted.
11071
11072 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11073
11074 1998-10-25 Jason Rumney <jasonr@altavista.net>
11075
11076 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11077 New variables.
11078 (mouse-set-font): Use font menus instead of dialog according to
11079 w32-use-w32-font-dialog.
11080
11081 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11082
11083 * calendar/calendar.el (calendar-day-name-array): Add doc string
11084 correctly!
11085 (calendar-month-name-array): Add doc string correctly!
11086
11087 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11088
11089 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11090
11091 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11092
11093 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11094
11095 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11096
11097 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11098
11099 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11100
11101 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11102
11103 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11104
11105 1998-10-21 Karl Heuer <kwzh@gnu.org>
11106
11107 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11108 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11109 (profile-filter, profile-reset-timer): Functions deleted.
11110 (profile-check-zero-init-times, profile-get-time): Likewise.
11111 (profile-find-function, profile-quit): Likewise.
11112 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11113 (profile-time-list, profile-init-list): Doc fix.
11114 (profile-functions): Simplify.
11115 (profile-print): Use float. Make output include space separators.
11116 (profile-add-time): New helper function.
11117 (profile-function-prolog): Renamed from profile-start-function.
11118 Handle profile-distinct.
11119 (profile-function-epilog): Renamed from profile-update-function.
11120 Handle profile-distinct.
11121 (profile-a-function): If the function to be profiled is an
11122 autoload form, load it. If it's lazy-loaded, fetch it.
11123 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11124 (profile-restore-fun): Arg FUN is now a function symbol, as was
11125 documented, rather than a one-element list.
11126 (profile-finish): Call profile-restore-fun properly.
11127
11128 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11129
11130 * international/characters.el: Setup charset property
11131 nospace-between-words.
11132
11133 * international/mule-cmds.el (get-charset-property): If CHARSET is
11134 composition, return nil.
11135 (put-charset-property): If CHARSET is composition, do nothing.
11136
11137 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11138 * language/devan-util.el
11139 (in-is13194-devanagari-pre-write-conversion): Likewise.
11140 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11141 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11142 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11143
11144 * textmodes/fill.el (sentence-end-without-period): New variable.
11145 (canonically-space-region): Pay attention to
11146 sentence-end-without-period.
11147 (fill-find-break-point): The first argument CHARSET deleted.
11148 Caller changed.
11149 (fill-region-as-paragraph): Pay attention to charset property
11150 nospace-between-words and text property nospace-between-words.
11151
11152 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11153
11154 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11155 an unrecognized shell.
11156
11157 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11158
11159 * desktop.el (desktop-save): Include minor modes symbolically.
11160 (desktop-create-buffer): Turn on all minor modes in `mim'.
11161
11162 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11163
11164 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11165 (sh-font-lock-keywords): Handle rpm and rpm2.
11166 (sh-ancestor-alist): Handle rpm.
11167
11168 * files.el (auto-mode-alist): Recognize .rpm files.
11169 Also .spec and .mspec files.
11170
11171 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11172
11173 * faces.el (frame-set-background-mode): Enable the function for
11174 MSDOS frames.
11175
11176 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11177
11178 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11179 (calendar-month-name-array): Add doc string.
11180
11181 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11182
11183 * simple.el (kill-ring-max): Increased to 60.
11184
11185 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11186
11187 * international/characters.el: Setup auto-fill-chars.
11188
11189 * international/kinsoku.el (kinsoku): Check the variable
11190 enable-kinsoku.
11191
11192 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11193 Don't call kinsoku directly, intead call fill-find-break-point.
11194
11195 * textmodes/fill.el: Setup `fill-find-break-point-function'
11196 property to character sets which require `kinsoku' processing for
11197 filling.
11198 (fill-find-break-point): New function.
11199 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11200 Don't call kinsoku directly, intead call fill-find-break-point.
11201
11202 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11203
11204 * faces.el (modify-face-read-string): Return (nil) for "none".
11205 (modify-face): Don't get error if (nil) is the argument.
11206 (face-try-color-list): Don't check whether nil is a valid color.
11207
11208 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11209
11210 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11211 Print message about each directory, even in batch mode.
11212
11213 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11214
11215 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11216 (ps-mule-string-char): No need to use sref.
11217 (ps-mule-next-index): No need to use sref.
11218
11219 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11220
11221 * files.el (revert-buffer-internal-hook): Add defvar.
11222
11223 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11224
11225 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11226
11227 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11228
11229 * international/mule-cmds.el (default-input-method): Fix custom type.
11230
11231 * net-utils.el (whois-server-list): Fix customization type.
11232
11233 * shell.el (shell-input-autoexpand): Fix customization group.
11234
11235 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11236
11237 * repeat.el (repeat): Handle keyboard macros properly.
11238 Handle new prefix arg after self-insert command.
11239
11240 * repeat.el: Don't include cl even at compile time.
11241 (repeat): Avoid using `loop'.
11242
11243 * simple.el (shell-command-on-region): Doc fix.
11244 (next-history-element): Special error message if no default.
11245
11246 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11247
11248 * ps-print.el (ps-print-buffer): Doc fix.
11249 (ps-despool): Likewise.
11250
11251 * arc-mode.el (arc-mode): Provide arc-mode.
11252
11253 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11254
11255 * ps-print.el (ps-print-buffer): Doc fix.
11256
11257 1998-10-14 Dave Love <fx@gnu.org>
11258
11259 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11260 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11261 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11262
11263 * progmodes/fortran.el (fortran-mode-map): Change "Join
11264 Continuation Line" to "Join Line".
11265 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11266
11267 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11268
11269 * progmodes/fortran.el (fortran-join-line): Use
11270 `delete-indentation' instead of issuing an error message if not on
11271 a continuation line. Provide for joining several lines using
11272 prefix arg.
11273
11274 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11275
11276 * term/pc-win.el (msdos-color-values): New variable.
11277 (x-color-values): New function, emulates its namesake from
11278 src/xfns.c.
11279 (msdos-bg-mode): Add all dark colors to those which return
11280 "dark".
11281
11282 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11283
11284 * replace.el (keep-lines, flush-lines, how-many):
11285 Don't ignore case if arg has upper case letters.
11286
11287 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11288
11289 * progmodes/vhdl-mode.el
11290 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11291 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11292 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11293 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11294 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11295 (vhdl-when): Fix indentation problem.
11296 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11297 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11298 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11299
11300 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11301
11302 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11303 (ls-lisp-insert-directory): Renamed from insert-directory.
11304 (insert-directory): New function.
11305
11306 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11307
11308 * simple.el (completion-fixup-function): Variable deleted.
11309 (completion-setup-function): Delete code for completion-fixup-function.
11310 * emacs-lisp/lisp.el (lisp-complete-symbol):
11311 Don't bind completion-fixup-function.
11312
11313 * files.el (find-file-wildcards): New option.
11314 (find-file-noselect): Handle wild cards, if enabled.
11315 (file-expand-wildcards): New function.
11316
11317 * simple.el (set-fill-column): Doc fix.
11318
11319 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11320
11321 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11322
11323 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11324
11325 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11326 Move declaration before first use.
11327 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11328 hif-math, hif-factor): Rename token to hif-token and token-list to
11329 hif-token-list.
11330 (hif-token, hif-token-list): Declare them.
11331 (hif-find-ifdef-block): Return cons of top and bottom point
11332 instead of setting dynamically bound variables.
11333 (hide-ifdef-block, show-ifdef-block): Use return value of
11334 hif-find-ifdef-block.
11335
11336 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11337
11338 * subr.el (read-passwd): Use clear-this-command-keys.
11339
11340 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11341
11342 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11343 and ...-for-write.
11344
11345 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11346
11347 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11348 responses to GROUP command, since this may be called from a timer
11349 with quit inhibited.
11350
11351 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11352
11353 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11354 set unconditional-jump to nil.
11355 (ccl-compile-read-multibyte-character): Return nil.
11356 (ccl-compile-write-multibyte-character): Likewise.
11357 (ccl-compile-translate-character): Likewise
11358 (ccl-compile-map-multiple): Likewise.
11359 (ccl-compile-map-single): Likewise.
11360
11361 * international/kinsoku.el: Add coding tag.
11362 (kinsoku-bol): Remove superfluous TAB in a string.
11363
11364 * international/mule-cmds.el (find-coding-systems-for-charsets):
11365 Delete `composition' (if any) from CHARSETS.
11366
11367 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11368
11369 * international/mule-cmds.el (setup-specified-language-environment):
11370 Add apropos-inhibit property.
11371 (describe-specified-language-support): Likewise.
11372
11373 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11374
11375 * international/mule.el (make-coding-system): Create -with-esc
11376 variant coding system.
11377
11378 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11379
11380 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11381 (next-file): Optionally offer to revert a file's buffer,
11382 if it has an existing buffer but the file has changed.
11383
11384 * info.el (Info-insert-dir): Detect and report problems
11385 in input files, such as "No Top node". Return with point
11386 at the beginning of the text.
11387 (Info-find-node): Reinsert the code to handle files
11388 with no tags table; it was deleted by mistake.
11389
11390 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11391
11392 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11393 texinfo-find-higher-level-node repeatedly find the same node.
11394 (texinfo-find-higher-level-node): Doc fix.
11395
11396 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11397
11398 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11399 (smtpmail-address-buffer): Add defvar.
11400 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11401
11402 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11403
11404 * ffap.el (ffap-machine-p-local): Fix editing error.
11405
11406 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11407
11408 * faces.el (frame-set-background-mode):
11409 Don't do anythung for text-only or MSDOS frame.
11410
11411 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11412
11413 * international/quail.el (quail-defrule): New optional arg APPEND.
11414 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11415
11416 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11417
11418 * gnus/pop3.el (pop3-open-server):
11419 Set process-coding-system-alist around open-network-stream.
11420
11421 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11422
11423 * files.el (save-buffer): Doc fix.
11424
11425 1998-10-07 Karl Heuer <kwzh@gnu.org>
11426
11427 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11428 return DEF unchanged, not nil. Simplify.
11429
11430 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11431
11432 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11433
11434 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11435
11436 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11437
11438 * net-utils.el (ftp, nslookup): Require comint.
11439 (network-service-connection): Likewise.
11440 (whois-server-name): Defaults to whois.arin.net
11441 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11442 (whois): Tries to guess the appropriate top-level domain server.
11443 (whois-get-tld): New function.
11444
11445 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11446 (dirtrack-debug-toggle): Added this function.
11447
11448 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11449
11450 * files.el (find-file-noselect): Switch to the correct buffer
11451 before checking find-file-literally, and allow non-nil non-t
11452 rawfile params.
11453
11454 1998-10-06 Karl Heuer <kwzh@gnu.org>
11455
11456 * midnight.el (clean-buffer-list): Add autoload cookie.
11457
11458 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11459 no-autosave.
11460 * tar-mode.el (tar-mode-revert): Likewise.
11461 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11462 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11463 * gnus/message.el (message-auto-save-directory): Renamed from
11464 message-autosave-directory. All references changed.
11465
11466 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11467
11468 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11469 string. Expose mime stuff while searching.
11470
11471 1998-10-06 Richard Stallman <rms@gnu.org>
11472
11473 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11474
11475 * replace.el (perform-replace): Position point properly
11476 before and after the recursive edit of C-r.
11477
11478 * progmodes/etags.el (tags-reset-tags-tables): Properly
11479 find the markers in the old rings that are being discarded.
11480
11481 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11482
11483 * apropos.el (apropos-print): Control invalid characters.
11484
11485 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11486 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11487 confusing customize.
11488
11489 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11490
11491 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11492 built-in commands. Add more built-in commands and fix face names.
11493
11494 1998-10-05 Simon Marshall <simon@gnu.org>
11495
11496 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11497
11498 1998-10-04 Eric Ludlam <zappo@gnu.org>
11499
11500 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11501 customization since it is not useful in this case.
11502 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11503 sure it gets evalled to a number. Also verify that set-frame-name
11504 fn exists before calling it.
11505
11506 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11507 Protect a `forward-sexp' call which could fail, and improved regex
11508 for ie, and eg abbreviations.
11509
11510 1998-10-02 Noah Friedman <friedman@splode.com>
11511
11512 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11513 send-string.
11514 (rlogin-send-Ctrl-D): Here also.
11515 (rlogin-send-Ctrl-Z): Here also.
11516 (rlogin-send-Ctrl-backslash): Here also.
11517
11518 1998-10-02 Dave Love <fx@gnu.org>
11519
11520 * outline.el (hide-region-body): Bind
11521 outline-view-change-hook to nil while making repeated calls to
11522 outline-flag-region. Run it once at the end.
11523 (hide-other, hide-sublevels, show-children): Likewise.
11524
11525 * info-look.el: Remove duplicate scheme-mode entry.
11526 (info-lookup-make-completions): When looking for entries, check
11527 that `item' isn't null or "Menu".
11528
11529 1998-10-01 Karl Heuer <kwzh@gnu.org>
11530
11531 * net-utils.el: Don't require ffap.
11532 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11533 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11534
11535 1998-09-30 Richard Stallman <rms@gnu.org>
11536
11537 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11538
11539 * imenu.el (imenu--generic-function): Sort each submenu by position.
11540 (imenu--sort-by-position): New function.
11541
11542 * cus-edit.el (Custom-mode-menu): Fix info node name.
11543 (customize group): Fix info node name.
11544
11545 * mail/mailalias.el (build-mail-aliases): Don't allow
11546 a newline in the alias name. Don't define an alias
11547 if the definition would be empty.
11548
11549 * which-func.el (which-func-mode-global): Make :set function
11550 more reliable.
11551
11552 * custom.el (custom-set-variables): Load the requests first,
11553 then check the symbol's `set' function.
11554
11555 * ffap.el: Doc fixes.
11556
11557 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11558
11559 * gnus.el: (gnus-valid-select-methods): Fix type.
11560 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11561 * gnus-score.el (gnus-orphan-score): Fix type.
11562 (gnus-score-default-header, gnus-score-default-type): Fix type.
11563 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11564 (gnus-saved-headers): Fix type.
11565
11566 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11567 Avoid nil value of `two-lines-citation-part'.
11568
11569 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11570
11571 * which-func.el (which-function): Handle case when
11572 (car imenu--index-alist) is nil.
11573
11574 1998-09-29 Dave Love <fx@gnu.org>
11575
11576 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11577 bzip2 args.
11578
11579 1998-09-29 Simon Marshall <simon@gnu.org>
11580
11581 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11582 comint-exec-hook.
11583
11584 1998-09-29 Stephen Eglen <stephen@gnu.org>
11585
11586 * info-look.el: Add support for Octave.
11587
11588 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11589
11590 * textmodes/reftex.el (reftex-finding-files): New customize group.
11591 (reftex-texpath-environment-variables,
11592 reftex-use-external-file-finders, reftex-external-file-finders,
11593 reftex-search-unrecursed-path-first): New options.
11594 (reftex-process-string, reftex-find-file-externally): New
11595 functions.
11596 (reftex-access-search-path): Execute shell commands to find the
11597 search path.
11598 (reftex-toggle-auto-view-crossref): When turning on, make sure
11599 `reftex-auto-view-crossref' becomes non-nil.
11600 (reftex-abbrev-regexp): Constant removed.
11601 (reftex-convert-string): Abbrev regexp calculated locally.
11602
11603 1998-09-28 Dave Love <fx@gnu.org>
11604
11605 * progmodes/fortran.el: Don't call regexp-opt when deriving
11606 font-lock patterns with keywords that aren't all literal.
11607
11608 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11609
11610 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11611 the form `octave.bin:1>' which come from using precopiled binary
11612 versions.
11613
11614 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11615
11616 * help.el (help-for-help): Use %THIS-KEY%.
11617 (help-quit): Add doc.
11618
11619 * help-macro.el (make-help-screen): Keep HELP-TEXT
11620 in a separate function definition, not in the help command FNAME.
11621 Replace %THIS-KEY% with the key sequence that ran FNAME.
11622
11623 1998-09-25 Richard Stallman <rms@gnu.org>
11624
11625 * textmodes/texinfo.el (texinfo-show-structure):
11626 Bind inhibit-read-only.
11627
11628 * isearch.el (isearch-search-and-update): Properly
11629 handle upper case letters in the reverse-search special case.
11630
11631 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11632
11633 * gnus.el: Extend the list of autoloaded functions.
11634
11635 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11636 buffer before creating help group. (from Gnus v5.6.43, fix by
11637 1998-08-20 Per Starback <starback@update.uu.se>)
11638
11639 * gnus-util.el (gnus-output-to-rmail): Adjust to
11640 `rmail-output-to-rmail-file'.
11641
11642 1998-09-25 Karl Heuer <kwzh@gnu.org>
11643
11644 * hexl.el (hexl-mode-map): More of previous change.
11645
11646 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11647 (tex-start-tex): Don't use tex-start-options-string in star case.
11648 Quote file name in star case as well as in non-star.
11649 Add blank and quoting of option string here.
11650 (tex-start-options-string): Not here.
11651
11652 1998-09-23 Karl Heuer <kwzh@gnu.org>
11653
11654 * term.el (term-delimiter-argument-list): Doc fix.
11655 (term-emulate-terminal): Escape literal semicolon.
11656 * progmodes/asm-mode.el (asm-mode): Doc fix.
11657 (asm-comment-char): Escape literal semicolon.
11658 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11659
11660 1998-09-23 Richard Stallman <rms@gnu.org>
11661
11662 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11663 only those that normally modify the buffer.
11664
11665 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11666 over again.
11667
11668 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11669
11670 * ispell.el (check-ispell-version): Ensure same buffer is current
11671 when let-binding of case-fold-search ends.
11672
11673 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11674
11675 * ps-print.el: Skip invisible overlay.
11676 Test for set-buffer-multibyte rather than using mule-version.
11677 (ps-print-version): New version number (4.1) and doc fix.
11678 (ps-generate-postscript-with-faces): Skip invisible overlay.
11679
11680 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11681
11682 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11683
11684 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11685
11686 * international/quail.el (quail-update-guidance): Check for the
11687 return value of (quail-guidance) fixed.
11688 (quail-update-translation): Bind quail-current-str locally when it
11689 calls quail-update-guidance.
11690 (quail-update-translation): If input-method-exit-on-first-char is
11691 non-nil, terminate translation only when the current input method
11692 is simple.
11693
11694 1998-09-22 Paul Eggert <eggert@twinsun.com>
11695
11696 * startup.el (locale-translation-file-name): Prefer X-related names
11697 to the name used by GNU/Linux sans X. Set to nil if no file found.
11698 (command-line): Use locale-translation-file-name if it is not nil,
11699 instead of testing for its existence again.
11700 regexp-quote the ctype before using it in a regexp.
11701 Allow a colon to appear after the ctype in the aliases file,
11702 as is done in X11R6.4.
11703
11704 1998-09-21 Richard Stallman <rms@gnu.org>
11705
11706 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11707
11708 * calendar/appt.el (appt-interval): Variable deleted.
11709 (appt-check): For minutes in between appt-display-interval times,
11710 do check, but don't display anything except an updated mode line.
11711 Count against appt-display-interval based on minutes since
11712 first display of this appointment, not based on time of day.
11713 If appt-display-mode-line, force mode line redisplay
11714 whenever appt-mode-string has changed.
11715 (appt-add, appt-delete): Add autoload cookies.
11716 (appt-check): Catch errors from calling `diary'.
11717 (appt-max-time): Renamed from max-time.
11718 (appt-now-displayed, appt-display-count): New variables.
11719 (appt-timer): Don't create one if we already have one.
11720
11721 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11722 More general code to use the source buffer instead of the zap file.
11723
11724 * hilit-chg.el (highlight-compare-with-file): Renamed from
11725 compare-with-file.
11726
11727 * loadhist.el (load-history-loaded): New variable.
11728 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11729
11730 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11731
11732 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11733 Fix error messages.
11734
11735 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11736
11737 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11738 Emacs frame.
11739
11740 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11741
11742 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11743 `undecided' and `undecided-unix'.
11744
11745 1998-09-21 Dave Love <fx@gnu.org>
11746
11747 * help.el (help-make-xrefs): Fix typo affecting Info references.
11748
11749 * subr.el (remove-hook): Check list values to avoid errors.
11750
11751 1998-09-18 Noah Friedman <friedman@splode.com>
11752
11753 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11754 store string in eldoc-last-message without consing a new string.
11755 Rearrange logic from nested if's into cond's.
11756 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11757 Do not print message; just return string.
11758 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11759 Do not print message; just return string.
11760 Cache that string in eldoc-last-data.
11761 (eldoc-last-data): Make into a vector.
11762 (eldoc-get-fnsym-args-string): Use new data form of structure.
11763 (eldoc-get-var-docstring): Here also.
11764 (eldoc-last-data-store): New function.
11765 (eldoc-get-fnsym-args-string): Use it.
11766 (eldoc-get-var-docstring): Here also.
11767 (eldoc-docstring-first-line): Minimize interim string consing.
11768 Call substitute-command-keys on the result.
11769 (eldoc-print-var-docstrings, eldoc-print-docstring,
11770 eldoc-docstring-message): Functions removed.
11771 (eldoc-docstring-format-sym-doc): New function, functionality
11772 ripped out of eldoc-docstring-message.
11773 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11774
11775 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11776
11777 * international/mule.el (make-coding-system): Doc-string modified.
11778
11779 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11780
11781 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11782
11783 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11784 customize type.
11785
11786 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11787 type.
11788
11789 * progmodes/compile.el (compilation-error-screen-columns): New
11790 variable.
11791 (compilation-next-error-locus): Use it to decide whether to use
11792 forward-char or move-to-column.
11793
11794 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11795
11796 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11797 feedmail-fiddle-plex-user-list,
11798 feedmail-spray-address-fiddle-plex-list,
11799 feedmail-prompt-before-queue-user-alist,
11800 feedmail-prompt-before-queue-help-supplement,
11801 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11802 feedmail-queue-alternative-mail-header-separator): Fix customize
11803 type.
11804
11805 * startup.el (site-run-file): Fix customize type.
11806
11807 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11808 customize type.
11809
11810 * shell.el (shell-input-autoexpand): Fix customize type.
11811
11812 * ps-print.el (ps-font-info-database): Add missing dots in value.
11813 Improve layout of customize type.
11814
11815 * net-utils.el (traceroute-program-options, ping-program-options,
11816 ipconfig-program-options, netstat-program-options,
11817 arp-program-options, route-program-options,
11818 nslookup-program-options, ftp-program-options): Fix customize
11819 type.
11820
11821 * midnight.el (clean-buffer-list-kill-regexps,
11822 clean-buffer-list-kill-buffer-names,
11823 clean-buffer-list-kill-never-buffer-names,
11824 clean-buffer-list-kill-never-regexps): Fix customize type.
11825
11826 * man.el (Man-init-defvars): Avoid trailing nil on
11827 Man-filter-list.
11828
11829 * lpr.el (printer-name): Fix customize type.
11830
11831 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11832
11833 * international/mule-cmds.el (reset-language-environment): Call
11834 update-coding-systems-internal.
11835
11836 * international/mule-conf.el: Call update-coding-systems-internal
11837 at the tail.
11838
11839 1998-09-14 Dave Love <fx@gnu.org>
11840
11841 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11842 use the menu-enable properties, pending doing it correctly and
11843 acceptably fast.
11844
11845 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11846
11847 1998-09-13 Dave Love <d.love@dl.ac.uk>
11848
11849 * progmodes/hideshow.el (hs-grok-mode-type): Check
11850 comment-{start,end} non-nil as well as bound. Report an error if
11851 we can't grok the mode.
11852
11853 1998-09-13 Richard Stallman <rms@gnu.org>
11854
11855 * simple.el (blink-matching-open): Don't log paren matching
11856 messages in *Messages*.
11857
11858 1998-09-12 Richard Stallman <rms@gnu.org>
11859
11860 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11861 Set point-before-scroll at end even if there was an error.
11862
11863 * ange-ftp.el (ange-ftp-insert-file-contents):
11864 Use binary mode for dumb-unix hosts as for unix hosts.
11865 (ange-ftp-copy-file-internal): Likewise.
11866
11867 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11868
11869 * emacs-lisp/pp.el: Doc fixes.
11870
11871 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11872 (widget-choose): Don't use single-char shortcuts if # items
11873 exceeds that many. Use minibuffer instead.
11874
11875 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11876
11877 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11878
11879 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11880
11881 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11882 in terminal mode.
11883
11884 1998-09-10 Noah Friedman <friedman@splode.com>
11885
11886 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11887 defcustom declaration. It's wreaking too much havoc with XEmacs
11888 and older versions of Emacs, which share this code.
11889
11890 * type-break.el (type-break-mode): Here also.
11891
11892 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11893 `t' to add-hook also to modify the new local value.
11894
11895 1998-09-10 Dave Love <fx@gnu.org>
11896
11897 * vc.el (vc-insert-headers): Doc fix.
11898
11899 1998-09-10 Richard Stallman <rms@gnu.org>
11900
11901 * textmodes/flyspell.el (flyspell-mode-on): Make the
11902 ispell-... variables permanent locals.
11903 (flyspell-mode-off): Add autoload cookie.
11904
11905 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11906 do use binary mode, just as for `unix'.
11907 (ange-ftp-host-type): If HOST is nil, return `unix'.
11908
11909 * dired.el (dired-mark-files-containing-regexp):
11910 Don't scan directories. Ignore non-readable files.
11911
11912 * progmodes/compile.el (compilation-error-regexp-alist):
11913 Fix previous change: allow . and _ in command name.
11914
11915 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11916
11917 * uncompress.el (uncompress-while-visiting):
11918 Use just the car of what find-operation-coding-system returns.
11919
11920 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11921
11922 * shell.el (shell-file-name-quote-list): Add # to the value.
11923
11924 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11925
11926 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11927 to make killing of ispell process work even if
11928 kill-all-local-variables has been run.
11929
11930 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11931
11932 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11933 loop when sexp entry ends at end of file with no newline.
11934
11935 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11936
11937 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11938 (Custom-reset-standard): Fix menu inconsistency.
11939
11940 * mail/feedmail.el (feedmail-from-line): Allow t.
11941 (feedmail-message-id-suffix): Allow nil.
11942
11943 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11944 Simplify. Make prefix arg work right.
11945
11946 1998-09-09 Dave Love <fx@gnu.org>
11947
11948 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11949
11950 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11951
11952 1998-09-08 Dave Love <fx@gnu.org>
11953
11954 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11955 stuff only after file names or at start of line. Allow parens
11956 around e-mail, as well as angles.
11957
11958 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11959 ignore-errors too, eval'd when compile. Require w3 stuff at load
11960 time for nicer failure if it's not available.
11961
11962 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11963
11964 * comint.el (comint-arguments): Ignore backslashes when using
11965 w32 shells that expect backslashes as the directory separator.
11966
11967 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11968
11969 * international/fontset.el (resolved-ascii-font): New variable.
11970 (x-complement-fontset-spec): By side effect, set
11971 `resolved-ascii-font' to the resolved name of ASCII font."
11972 (create-fontset-from-fontset-spec): Don't get a value for
11973 resolved-ascii-font from the list full-fontlist. It is set by
11974 x-complement-fontset-spec now.
11975
11976 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11977 version, check the value of mule-version.
11978
11979 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11980
11981 * textmodes/reftex.el (reftex-view-crossref): Split up into
11982 several functions. No longer moves to find a macro.
11983 (reftex-view-cr-cite, reftex-view-cr-ref,
11984 reftex-end-of-bib-entry): New functions.
11985 (reftex-auto-view-crossref): New value `window' allowed.
11986 (reftex-view-crossref-when-idle): Process new `window' option in
11987 (reftex-translate-to-ascii-function): New default.
11988 (reftex-label-illegal-re): Default changed, removed Latin1.
11989 (reftex-latin1-to-ascii): New function.
11990 (reftex-what-environment): Check for section regexp before use.
11991 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11992 absolute path names.
11993 (reftex-TeX-master-file): Changed sequence of file checks.
11994 (reftex-do-citation): bibview cache only with RefTeX mode on.
11995
11996 1998-09-06 Richard Stallman <rms@gnu.org>
11997
11998 * progmodes/compile.el (compilation-error-regexp-alist):
11999 In first pattern (GNU utilities and other things),
12000 allow a space after the optional program name at the beginning.
12001
12002 * mail/mail-hist.el (mail-hist-current-header-contents):
12003 Fix previous change: use mail-header-end.
12004
12005 1998-09-06 Bill Richter <richter@math.nwu.edu>
12006
12007 * international/ccl.el: Doc fixes.
12008 * international/encoded-kb.el: Doc fixes.
12009 * international/fontset.el: Doc fixes.
12010 * international/kinsoku.el: Doc fixes.
12011 * international/kkc.el: Doc fixes.
12012 * international/mule-cmds.el: Doc fixes.
12013 * international/mule-conf.el: Doc fixes.
12014 * international/mule-util.el: Doc fixes.
12015 * international/mule.el: Doc fixes.
12016
12017 1998-09-05 Eric Ludlam <zappo@gnu.org>
12018
12019 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12020 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12021 (checkdoc-this-string-valid-engine): Permit ? as terminating
12022 punctuation for first line sentence breaking.
12023 (checkdoc-this-string-valid): When converting a comment into a doc
12024 string, make sure " chars are \".
12025 (checkdoc-sentencespace-region-engine): Only do double space check
12026 if based on the variable `sentence-end-double-space'
12027 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12028 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12029
12030 1998-09-04 Richard Stallman <rms@gnu.org>
12031
12032 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12033 Recognize define-skeleton as a function definer.
12034
12035 * cus-edit.el (customize-option): Refuse to customize
12036 a variable that has no defcustom. But if variable is autoloaded,
12037 first try to load the library that defines it.
12038
12039 * international/iso-insert.el: Use `string' before calling `insert'
12040 so that in multibyte buffers we insert multibyte chars.
12041
12042 * dired.el (dired-mark-files-containing-regexp):
12043 Don't use find-file; instead, insert the file in a temp buffer.
12044
12045 * textmodes/tex-mode.el (tex-start-options-string): New option.
12046 (tex-start-tex): Use that variable.
12047
12048 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12049 value in the `repeat' alternative a list.
12050
12051 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12052 the inserted newline, verify that one was really inserted.
12053
12054 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12055 remains on or remains off.
12056 (flyspell-multi-language-p): Default changed to nil.
12057
12058 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12059 In "found in comment" case, don't beginning-of-line after forward-line.
12060
12061 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12062 If the function definition is not a lambda, return original FORM
12063 with no error.
12064
12065 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12066
12067 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12068 so that by default netstat shows all network connections.
12069
12070 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12071
12072 * international/quail.el: Doc fixes.
12073
12074 * info.el (info): Don't add parens if FILE already has them.
12075
12076 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12077
12078 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12079 on extension lines.
12080
12081 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12082
12083 * w32-fns.el (w32-shell-dos-semantics): New function.
12084
12085 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12086
12087 * international/quail.el (quail-choose-completion-string): Store
12088 completion `choice' in `quail-current-str'; don't insert it.
12089
12090 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12091
12092 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12093 argument to ps-mule-generate-bitmap-font.
12094
12095 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12096 entry and change Latin-1 entry in the default value.
12097 (ps-mule-font-info-database-ps-bdf): New variable.
12098 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12099 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12100 registerd in FONT-SPEC.
12101 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12102 charcter width of bitmap fonts.
12103 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12104 procedure NF.
12105 (ps-begin-file): Output PostScript code for setting
12106 SpaceWidthRatio.
12107 (ps-plot-region): Use line-beginning-position to get a position of
12108 the beginning of the current line.
12109
12110 * international/mule-cmds.el (register-input-method): Doc-string
12111 modified.
12112
12113 1998-09-01 Dave Love <fx@gnu.org>
12114
12115 * international/mule-cmds.el (current-language-environment): Fix
12116 setter function.
12117
12118 1998-09-01 Simon Marshall <simon@gnu.org>
12119
12120 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12121 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12122 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12123 names with font-lock-type-face. Fontify type specs, etc., with
12124 font-lock-keyword-face.
12125
12126 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12127
12128 * international/fontset.el (x-complement-fontset-spec): If ASCII
12129 font is specified in FONTLIST, don't substitute it for the
12130 resolved name.
12131
12132 1998-08-31 Paul Eggert <eggert@twinsun.com>
12133
12134 * international/mule.el (charset-description): Doc fix.
12135
12136 * language/chinese.el, language/cyrillic.el, language/czech.el,
12137 language/devanagari.el, language/ethiopic.el,
12138 language/european.el, language/hebrew.el, language/indian.el,
12139 language/japanese.el, language/korean.el, language/lao.el,
12140 language/slovak.el, language/thai.el, language/tibetan.el,
12141 language/vietnamese.el:
12142 Add coding: local variable, to avoid bootstrapping problem
12143 if you need to recompile all the Lisp files using interpreted code.
12144
12145 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12146
12147 * cal-china.el (chinese-year-cache): Change range of years from
12148 1989-2000 to 1990-2010.
12149
12150 1998-08-29 Dave Love <d.love@dl.ac.uk>
12151
12152 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12153 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12154
12155 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12156
12157 * ps-print.el (ps-print-control-characters): Doc-string modified.
12158 (ps-output-string-prim): Comment format changed.
12159 (ps-do-despool): Indentation of source code changed.
12160
12161 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12162
12163 * subr.el (sref): Make it an alias of aref. Make the
12164 byte-compiler warn that it is obsolete.
12165 (char-bytes): Make the byte-compiler warn that it is obsolete.
12166
12167 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12168 Calculate the total bytes using position-bytes instead of
12169 char-bytes.
12170
12171 1998-08-27 Karl Heuer <kwzh@gnu.org>
12172
12173 * snmp-mode.el: New file.
12174 * files.el (auto-mode-alist): Add snmp-mode patterns.
12175
12176 1998-08-27 Karl Eichwalder <ke@suse.de>
12177
12178 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12179
12180 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12181
12182 * calendar/diary-lib.el (diary-block): Doc fix..
12183 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12184
12185 1998-08-27 Richard Stallman <rms@gnu.org>
12186
12187 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12188 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12189 Clear appt-mode-string if we don't put something in it.
12190
12191 1998-08-27 Dave Love <fx@gnu.org>
12192
12193 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12194 dired-local-variables-file for dired-x.
12195
12196 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12197 for compressed library files too.
12198
12199 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12200
12201 * language/european.el ("Latin-1"): Modify `documentation' key value.
12202 ("Latin-2"): Likewise.
12203
12204 1998-08-26 Karl Heuer <kwzh@gnu.org>
12205
12206 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12207
12208 1998-08-26 Albert L. Ting <alt@artisan.com>
12209
12210 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12211 (mail-hist-current-header-contents): Use mail-text-start.
12212
12213 1998-08-26 Richard Stallman <rms@gnu.org>
12214
12215 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12216 (customize-changed-options-previous-release): New variable.
12217 (customize-changed-options): Use that variable as default arg.
12218
12219 1998-08-26 Karl Eichwalder <ke@suse.de>
12220
12221 * midnight.el: Require `timer' not only when compiling.
12222
12223 1998-08-26 Per Starback <starback@update.uu.se>
12224
12225 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12226 buffer before creating help group.
12227
12228 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12229
12230 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12231 coding-system-for-write before saving.
12232
12233 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12234
12235 * isearch.el (isearch-forward): Doc fix.
12236
12237 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12238
12239 * emacs-lisp/find-func.el: Fix :version tags to have a string
12240 value, not a float.
12241
12242 * cus-dep.el: Fix typo in output.
12243
12244 1998-08-25 Dave Love <fx@gnu.org>
12245
12246 * repeat.el (repeat): Doc fix.
12247 [From rms:]
12248 (repeat-previous-repeated-command): New variable.
12249 (repeat): Check for real-last-command being null or repeat. Set
12250 repeat-previous-repeated-command.
12251
12252 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12253
12254 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12255
12256 * gnus/message.el (message-send-mail-with-sendmail): Bind
12257 coding-system-for-write by the return value of
12258 select-message-coding-system.
12259 (message-send-mail-with-qmail): Likewise.
12260
12261 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12262
12263 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12264 define-derived-mode.
12265
12266 * files.el (file-name-invalid-regexp):
12267 Fix regex for ms-dos without long file names.
12268
12269 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12270
12271 * ps-print.el: Multi-byte buffer handling.
12272 (ps-print-version): New version number (4.0) and doc fix.
12273 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12274 compilation for GNU Emacs and emacsens.
12275 (ps-generate-postscript-with-faces): Force invisible text to be
12276 visible.
12277 (dos-ps-printer): New var to avoid compilation gripes.
12278
12279 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12280
12281 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12282 that no more characters can't be printed in the current line.
12283
12284 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12285
12286 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12287 greater than TO.
12288
12289 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12290
12291 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12292 20.2 and the earlier version.
12293 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12294 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12295 (ps-mule-find-wrappoint): Likewise.
12296 (ps-mule-generate-font): Change `X' to `x' in format
12297 control-string.
12298 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12299 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12300 `restore' form procedures `BC' and `EC'.
12301
12302 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12303
12304 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12305 is an executable procedure. Make LineThickness, Xshadow, and
12306 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12307 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12308 ps-mule-font-info-database-bdf): New vars.
12309 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12310 (ccl-encode-ethio-unicode): New CCL program.
12311 (ps-mule-encode-ethiopic): New fun.
12312 (ps-mule-current-charset): New var.
12313 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12314 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12315 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12316 (ps-mule-external-libraries): New var.
12317 (ps-mule-init-external-library): New fun.
12318 (ps-mule-font-cache): New var.
12319 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12320 (ps-last-font): New var.
12321 (ps-mule-prepare-font): New fun.
12322 (ps-mule-charset-list): New var.
12323 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12324 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12325 ps-mule-plot-string): New funs.
12326 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12327 New vars.
12328 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12329 ps-mule-prepare-cmpchar-font): New funs.
12330 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12331 vars.
12332 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12333 ps-mule-generate-bitmap-glyph): New funs.
12334 (ps-mule-initialize, ps-mule-begin): New funs.
12335 (ps-output-string-prim): Insert string as unibyte.
12336 (ps-output-prologue): New fun.
12337 (ps-flush-output): Handle the case of 'prologue.
12338 (ps-begin-file): Call ps-mule-initialize.
12339 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12340 printing multibyte characters.
12341 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12342 (ps-basic-plot-string): Handle the case of printing ASCII
12343 characters by external libraries (e.g. BDF).
12344 (ps-set-font): Set ps-last-font.
12345 (ps-plot-region): Handle multibyte characters, use
12346 ps-mule-plot-string for them.
12347 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12348
12349 * bdf.el: New file.
12350
12351 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12352
12353 * international/mule-cmds.el (select-message-coding-system): New
12354 function.
12355 (set-language-environment-coding-systems): Set
12356 default-sendmail-coding-system.
12357
12358 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12359 (default-sendmail-coding-system): New variable.
12360 (sendmail-send-it): Encode the message by a coding system
12361 select-message-coding-system returns.
12362
12363 1998-08-23 Eric Ludlam <zappo@gnu.org>
12364
12365 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12366 (speedbar-mode): Set buffer to read only.
12367 (speedbar-temp-buffer-show-function): For emacs don't call hook
12368 with arguments.
12369 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12370
12371 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12372
12373 * speedbar.el (speedbar-key-map): Fix typo.
12374
12375 See ChangeLog.7 for earlier changes.