]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-04-10 Kenichi Handa <handa@etl.go.jp>
2
3 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
4
5 2000-04-10 Gerd Moellmann <gerd@gnu.org>
6
7 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8 at the wrong place.
9
10 2000-04-09 Gerd Moellmann <gerd@gnu.org>
11
12 * progmodes/ebrowse-ffh.el: New file.
13
14 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
15 to ebrowse-ffh.el.
16 (ebrowse-load): Add autoload.
17
18 * finder.el (finder-commentary): Add autoload cookie.
19
20 * mail/rfc2368.el: Correct author's email address.
21
22 * progmodes/ebrowse.el: New file.
23
24 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
25 item help string.
26 (easy-menu-do-add-item): Ditto.
27 (easy-menu-define): Extend doc string.
28
29 * jit-lock.el (with-buffer-unmodified): Use
30 restore-buffer-modified-p.
31 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
32 (jit-lock-function, jit-lock-stealth-fontify): Don't use
33 with-buffer-unmodified.
34
35 2000-04-08 Dave Love <fx@gnu.org>
36
37 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
38 unless, when.
39
40 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
41
42 * viper-util.el (viper-put-on-search-overlay): New subroutine.
43 (viper-flash-search-pattern): No operation when using Emacs
44 doesn't support face.
45 Use `viper-put-on-search-overlay'.
46
47 2000-04-04 Gerd Moellmann <gerd@gnu.org>
48
49 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
50 like C-r.
51
52 * progmodes/make-mode.el: Some doc fixes.
53 (makefile-mode-abbrev-table): New variable.
54 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
55 (makefile-font-lock-keywords): Fontify includes and conditionals.
56 (toplevel): Require `dabbrev' and `add-log' when compiling.
57
58 * replace.el (perform-replace): Don't move forward one char
59 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
60 to do that because it leaves point 1 position after the last
61 replacement, after everything has been replaced.
62
63 * jit-lock.el (with-buffer-unmodified): New macro.
64 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
65 modified state.
66 (jit-lock-function-1): Extracted from jit-lock-function; not
67 preserving buffer's modified state.
68 (jit-lock-function, jit-lock-stealth-fontify): Call
69 jit-lock-function-1.
70
71 * mail/rfc2368.el: Remove supernumerary copyright line.
72
73 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
74
75 * glasses.el: Provide facilities for inserting space before left
76 parentheses and uncapitalization of identifiers.
77 (glasses-mode): Try to remove old overlays in all cases.
78
79 2000-04-03 Gerd Moellmann <gerd@gnu.org>
80
81 * progmodes/compile.el (compile-internal): Display the compilation
82 buffer in a different frame, if it's already displayed there.
83
84 * mail/rfc2368.el: New file.
85
86 * simple.el (sendmail-user-agent-compose): Recognize a `body'
87 header and insert its value as mail body.
88
89 * subr.el (member-ignore-case): New function.
90
91 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
92 (dabbrev--find-expansion): Ignore buffers matching a regexp
93 from dabbrev-ignored-regexps.
94
95 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
96 to extensions handled by gzip.
97
98 2000-04-03 Richard M. Stallman <rms@gnu.org>
99
100 * files.el (insert-directory): List the total free space
101 along with the used space.
102
103 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
104 line is followed by one that matches CITATION-REGEXP, end the
105 paragraph.
106
107 2000-04-03 Markus Rost <rost@delysid.gnu.org>
108
109 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
110 (rmail-make-basic-summary-line): Use that option.
111
112 2000-04-03 Kenichi Handa <handa@etl.go.jp>
113
114 * international/mule-cmds.el (encoded-string-description):
115 Rewritten. Try pretty description for ISO 2022 escape sequences
116 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
117 for hexadecimal format.
118
119 2000-04-01 Dave Love <fx@gnu.org>
120
121 * cpp.el: Change customization group to `c' from `C'.
122
123 * vcursor.el (vcursor-move): Use display-color-p.
124
125 * international/mule-util.el: Provide mule-utils.
126 (string-to-sequence): Simplify and speed up.
127
128 * international/mule.el (make-coding-system): Purecopy doc-string.
129
130 * international/mule-cmds.el: Various menu changes.
131 (describe-specified-language-support): Handle `Default'.
132 (set-language-info): Purecopy `info'.
133
134 2000-03-31 Andrew Innes <andrewi@gnu.org>
135
136 * vc.el (vc-backend-diff): Return the correct status if we had to
137 retry the rcsdiff command without the --brief option.
138
139 2000-03-31 Dave Love <fx@gnu.org>
140
141 * help.el (help-manyarg-func-alist): Correct several omissions.
142
143 * add-log.el: Don't require cl, fortran.
144 (add-log-current-defun-function): Doc fix.
145 (change-log-version-number-regexp-list): Remove SCCS part. Doc
146 fix.
147 (change-log-version-rcs): Function deleted.
148 (change-log-version-number-search): Doc fix. Use
149 vc-workfile-version. Avoid CL dolist.
150 (add-change-log-entry): Just call add-log-current-defun to get
151 defun. Simplify somewhat.
152 (change-log-get-method-definition-1): Likewise.
153 (add-log-current-defun): Return nil if calling
154 add-log-current-defun-function does so. Move Fortran stuff to
155 fortran.el. Return string without properties.
156
157 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
158 and :alpha: char classes.
159
160 * mail/supercite.el: Defvar curline when compiling.
161 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
162 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
163 rather than a-zA-Z0-9 to allow non-ASCII characters.
164
165 2000-03-31 Gerd Moellmann <gerd@gnu.org>
166
167 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
168
169 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
170 Re-enable new code.
171
172 * lpr.el (print-region-1): Use -d to specify printer name for
173 systems `usg-unix-v*, `dgux', `hpux', `irix'.
174
175 2000-03-31 Dave Love <fx@gnu.org>
176
177 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
178 for function definition in symbol's function value slot first
179 instead of first consulting byte-compile-function-environment.
180
181 2000-03-31 Kenichi Handa <handa@etl.go.jp>
182
183 * language/european.el ("Polish"): New language environment.
184 (setup-polish-environment): New function.
185
186 2000-03-30 Gerd Moellmann <gerd@gnu.org>
187
188 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
189 Disable new code.
190
191 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
192 trying to `load' the symbol of an autoload instead of the file
193 recorded in the autoload. Fix error messages.
194
195 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
196
197 * ps-print.el: PostScript programming fix for ghostview, doc fix.
198 (ps-print-version): New version number (5.1.3).
199 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
200 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
201 (ps-generate-postscript-with-faces): Code fix.
202 (ps-color-values): XEmacs compatibility.
203 (ps-print-background-image, ps-print-background-text, ps-printer-name)
204 (ps-default-fg, ps-default-bg): Adjust customization.
205 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
206 (ps-color-scale): Renaming old ps-color-value fun.
207 (ps-print-headers): Replace ps-print-header group to avoid conflict
208 with ps-print-header variable.
209 (ps-print-miscellany): New group.
210 (ps-format-color, ps-rgb-color): New funs.
211 (ps-default-foreground): New var.
212 (ps-printer-name-option): New const.
213
214 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
215
216 * net/net-utils.el:
217 (network-connection-host, network-connection-service): New variables
218 (network-connection-mode): New mode, derived from comint-mode
219 (network-connection-mode-setup): New function, saves host and
220 service information in local variables.
221
222 * lisp/locate.el:
223 (locate-word-at-point): Added this function
224 (locate): Default to using locate-word-at-point as input
225 Run dired-mode-hook
226
227 2000-03-29 Dave Love <fx@gnu.org>
228
229 * calendar/appt.el: Doc fixes.
230 (appt-check): Convert min-to-app to a string before passing to
231 appt-disp-window-function or concat.
232 (appt-delete-window): Remove test for frame-root-window.
233 (appt-select-lowest-window, appt-convert-time): Simplify.
234
235 * emacs-lisp/bytecomp.el: Doc fixes.
236 (byte-compile-file-form-autoload): Update
237 byte-compile-function-environment.
238
239 2000-03-29 Andreas Schwab <schwab@suse.de>
240
241 * emacs-lisp/autoload.el: Also print defsubst doc string
242 specially.
243
244 * dired.el (dired-insert-directory): If dired-free-space-program
245 failed just delete its output.
246
247 2000-03-29 Dave Love <fx@gnu.org>
248
249 * international/iso-cvt.el: Move provide to end. Doc fixes.
250 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
251 (iso-iso2sgml, iso-sgml2iso): New functions.
252 (iso-cvt-define-menu): Fix some entries and use backquote for
253 clarity.
254
255 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
256
257 2000-03-28 Gerd Moellmann <gerd@gnu.org>
258
259 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
260 ISO-DATE. If non-nil, return date in ISO 8601 format.
261
262 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
263
264 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
265 if it ever becomes used.
266 (log-edit-mode-hook): Default to vc-log-mode-hook.
267 (log-edit-mode): Fix the docstring.
268
269 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
270 the code.
271
272 2000-03-26 Dave Love <fx@gnu.org>
273
274 * net/browse-url.el (browse-url): Re-fix case of
275 browse-url-browser-function being an alist.
276 (browse-url): Add :link to defgroup.
277
278 * files.el: Doc fixes.
279 (file-truename): Include `[' in wildcard characters.
280 (automount-dir-prefix): Customize.
281 (find-file-wildcards): Add :version.
282 (find-file-noselect): Simplify a mapcar call.
283
284 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
285 compatible with inf-lisp version.
286 (eval-defun-1): Fix custom-declare-variable case.
287
288 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
289
290 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
291
292 2000-03-24 Gerd Moellmann <gerd@gnu.org>
293
294 * Makefile (COMPILE_FIRST): New macro.
295 (compile-files): Compile files from COMPILE_FIRST first.
296
297 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
298 code.
299
300 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
301 matching open parenthesis in column 0 to defun-prompt-regexp
302 only if open-paren-in-column-0-is-defun-start is set.
303
304 * sun-curs.el: Require CL at compile-time only.
305
306 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
307 instead of copy-list which is a function from CL.
308 (msb--choose-menu, msb--mode-menu-cond)
309 (msb--create-buffer-menu-2): Use dolist instead of mapc.
310 (msb--init-file-alist): Use mapcar instead of mapcan.
311 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
312 `(' in column 0 in doc string.
313 (msb--add-separators): Use mapcar instead of mapcan.
314
315 * cus-dep.el: Require CL at compile-time only.
316
317 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
318
319 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
320 (byte-compile-warnings): New warning `noruntime'.
321 (byte-compile-constants, byte-compile-variables): Fix docstring.
322 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
323 execute `eval-whenc-compile's body.
324 (byte-compile-unresolved-functions): Fix docstring.
325 (byte-compile-eval): New function.
326 (byte-compile-callargs-warn): Check if the function will be available
327 at runtime (via property `byte-compile-noruntime').
328 (byte-compile-print-syms): New function.
329 (byte-compile-warn-about-unresolved-functions): Also warn about
330 `noruntime' functions (and use `byte-compile-print-syms').
331 (byte-compile-file): Capitalize the message.
332
333 2000-03-24 Gerd Moellmann <gerd@gnu.org>
334
335 * mail/rmail.el (rmail-confirm-expunge): New user-option.
336 (rmail-expunge): Ask for confirmation depending on the setting
337 of rmail-confirm-expunge.
338
339 2000-03-23 Gerd Moellmann <gerd@gnu.org>
340
341 * Makefile (bootstrap-clean): If $(emacs) exists, build
342 loaddefs.el first. A loaddefs.el that's not up-to-date might
343 cause a bootstrap failure because things don't autoload as
344 expected.
345
346 2000-03-23 Dave Love <fx@gnu.org>
347
348 * net/browse-url.el: Restore previous use of
349 browse-url-maybe-new-window.
350
351 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
352
353 * ps-print.el: Skip banner page fix.
354 (ps-print-version): New version number (5.1.2).
355 (ps-begin-file, ps-end-file, ps-generate): Code fix.
356
357 2000-03-23 Dave Pearson <davep@davep.org>
358
359 * net/quickurl.el Changed the type of parameter passed to the
360 function defined by `quickurl-format-function'. Before only the
361 text of the URL was passed. Now the whole URL structure is passed
362 and the function is responsible for extracting the parts it
363 requires. Changed the default of `quickurl-format-function'
364 accordingly.
365 (quickurl-insert): Changed the `funcall' of
366 `quickurl-format-function' to match the above change.
367 (quickurl-list-insert): Changed the `url' case so that it makes
368 use of `quickurl-format-function', previous to this the format was
369 hard wired.
370
371 2000-03-22 Gerd Moellmann <gerd@gnu.org>
372
373 * startup.el: Change some spellings for the X Window System.
374
375 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
376
377 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
378 up the code and the regexp and make sure the cursor is temporarily
379 moved to the suspicious line while querying the user.
380
381 2000-03-22 Jason Rumney <jasonr@gnu.org>
382
383 * w32-fns.el (w32-charset-info-alist): Initialize.
384
385 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
386
387 * ps-print.el: N-up last page fix.
388 (ps-print-version): New version number (5.1.1).
389 (ps-end-file, ps-end-job, ps-generate): Code fix.
390
391 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
392
393 * files.el (find-file-run-dired): Update docstring.
394 (find-directory-functions): New hook.
395 (find-file-noselect): Run find-directory-functions rather than
396 calling dired directly.
397
398 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
399
400 * pcvs.el: Add a minimal leading commentary.
401 (cvs-make-cvs-buffer): Change the header part by removing the startup
402 message and adding a `Module' entry. Also replace the FOOTER and
403 HEADER special fileinfos with the new support in ewoc for updating
404 its own footer and header.
405 (cvs-update-header): Update to use the header/footer of the ewoc.
406 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
407 (cvs-is-within-p): New function.
408 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
409 to only examine some subset of the buffers.
410
411 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
412 `format' instead of our own ad-hoc functions.
413 Remove HEADER and FOOTER cases, now handled in the EWOC.
414 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
415
416 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
417 output to avoid scaring the user.
418 (cvs-parse-table): Catch message for non-up-to-date commits.
419
420 * pcvs-defs.el (cvs-startup-message): Remove.
421 (cvs-global-menu): New autoloaded menu.
422
423 * pcvs-util.el (cvs-string-fill): Remove.
424
425 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
426 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
427 PP part of it and also make it work for footers and headers.
428 (ewoc-create): Drop POS and BUFFER arguments.
429 Use the DLL's dummy node to store the end-of-footer position.
430 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
431 (ewoc-refresh): Remove unused `header' variable.
432 (ewoc-(get|set)-hf): New functions.
433
434 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
435 log-view-*-(message|file) and use easy-mmode-define-navigation.
436 (log-view-message-re): Match SCCS format as well.
437 And match the revision line rather than the dashed separator line.
438 (log-view-mode): Use the new define-derived-mode.
439 (log-view-current-tag): Fill in with an actual implementation.
440
441 * cvs-status.el (cvs-status-(prev|next)): Rename from
442 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
443 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
444 to let the output "breathe" a little more (more readable).
445 (cvs-status-mode): Use the new define-derived-mode.
446
447 * smerge-mode.el (smerge-auto-leave): New function and variable.
448 (smerge-basic-map): Rename from smerge-basic-keymap.
449 Change the bindings for smerge-diff-*.
450 (smerge-*-map): Use easy-mmode-defmap.
451 (smerge-(next|prev)): Use easy-mmode-define-navigation.
452 (smerge-keep-*): Use smerge-auto-leave.
453
454 2000-03-21 Jason Rumney <jasonr@gnu.org>
455
456 * cus-edit.el (custom-button-face): Use 3D look for w32.
457 (custom-button-pressed-face): Likewise.
458
459 2000-03-21 Gerd Moellmann <gerd@gnu.org>
460
461 * progmodes/etags.el (tags-case-fold-search): New user-option.
462 (tags-loop-eval): New function. Bind case-fold-search around eval
463 depending on the value of tags-case-fold-search.
464 (tags-loop-continue): Use tags-loop-eval.
465 (find-tag-in-order): Bind case-fold-search depending on the value
466 of tags-case-fold-search.
467
468 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
469
470 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
471 (diff-end-of-hunk): Return the end position for use in
472 `easy-mmode-define-navigation'.
473 (diff-recenter): Remove.
474 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
475 of `easy-mmode-define-navigation'.
476 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
477 previous renaming) and fix to use new names.
478 (diff-merge-strings): Use \n as separator: simpler, faster.
479 (diff-mode): Use `define-derived-mode'.
480
481 * derived.el (define-derived-mode): Don't autoload anymore.
482 Prefer the macro-only version provided by easy-mmode.el.
483
484 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
485 `easy-mmode-define-derived-mode'.
486 Use `combine-run-hooks'.
487 (easy-mmode-define-navigation): New macro.
488
489 * subr.el (combine-run-hooks): New function.
490
491 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
492
493 * term/x-win.el: Fontsets related initialization is simplified.
494
495 * international/mule-diag.el (describe-font): Don't refer to
496 global-fontset-alist, instead call font-list.
497 (describe-fontset, list-fontsets, mule-diag): Likewise.
498 (print-fontset): Adjusted for the change of fontset
499 implementation.
500
501 * international/fontset.el (x-charset-registries): Variable
502 removed, instead the corresponding data is stored in the default
503 fontset.
504 (register-alternate-fontnames): Function removed.
505 (resolved-ascii-font): Variable removed.
506 (x-compose-font-name): Ignore the second argument REDOCE.
507 (x-complement-fontset-spec): Complement only an ASCII font and
508 element for those charsets than can use that ASCII font.
509 (generate-fontset-menu): Don't refer to global-fontset-alist,
510 instead call fontset-list.
511 (uninstantiated-fontset-alist): Variable removed.
512 (x-style-funcs-alist): Likewise.
513 (fontset-default-styles): Likewise.
514 (x-modify-font-name): Function removed.
515 (create-fontset-from-fontset-spec): Ignore the argument
516 STYLE-VARIANT.
517 (create-fontset-from-ascii-font): Docsting adjusted for the above
518 change.
519 (instantiate-fontset, resolve-fontset-name): Functions removed.
520 (fontset-list): Now implemented by C code.
521
522 * faces.el (read-face-font): Fix TABLE arg to completing-read.
523 (describe-face): Include `font' attribute in the description.
524
525 2000-03-21 Kenichi Handa <handa@etl.go.jp>
526
527 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
528
529 2000-03-20 Gerd Moellmann <gerd@gnu.org>
530
531 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
532 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
533 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
534
535 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
536 about behavior of set-buffer-modified-p wrt redisplay.
537
538 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
539
540 * view.el (view-mode-disable): Kill local binding of view-read-only.
541
542 2000-03-18 Gerd Moellmann <gerd@gnu.org>
543
544 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
545 is a string, convert it to a syntax cell using string-to-syntax.
546
547 * simple.el (syntax-code-table, syntax-flag-table): New variables.
548 (string-to-syntax): New function.
549
550 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
551 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
552 try to use passive ftp mode.
553
554 2000-03-17 Gerd Moellmann <gerd@gnu.org>
555
556 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
557
558 * simple.el (append-to-buffer): Update point of windows after
559 insertion.
560
561 * abbrev.el (inverse-add-abbrev): Identify word by first moving
562 forward then moving backward. Reindent.
563
564 * frame.el (other-frame): Call x-focus-frame only if
565 focus-follows-mouse is off.
566
567 2000-03-17 Dave Love <fx@gnu.org>
568
569 * pcvs-util.el (cvs-strings->string): Rename
570 replace-regexps-in-string.
571
572 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
573
574 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
575 regexp for labels cannot span several lines.
576
577 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
578 `(setq :<key> ':<key>)' to the macro expansion.
579
580 2000-03-16 Dave Love <fx@gnu.org>
581
582 * progmodes/f90.el (f90): Put custom group under `languages', not
583 `fortran'.
584 (f90-mode-hook): Customize.
585 (f90-mode): Set add-log-current-defun-function.
586 (f90-current-defun): New function.
587
588 2000-03-16 Gerd Moellmann <gerd@gnu.org>
589
590 * cus-edit.el (custom-variable-tag-face): Handle case that
591 default face's height is not a number.
592 (custom-face-tag-face, custom-group-tag-face-1)
593 (custom-group-tag-face): Ditto.
594 (custom-group-tag-face-1): Add :group.
595
596 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
597
598 2000-03-15 Gerd Moellmann <gerd@gnu.org>
599
600 * pcvs-defs.el (toplevel): Remove autoload cookie for form
601 requiring easymenu.
602
603 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
604
605 * ps-print.el: PostScript user-defined prologue, PostScript error
606 handler, doc fix.
607 (ps-print-version): New version number (5.1).
608 (ps-user-defined-prologue, ps-error-handler-message)
609 (ps-print-prologue-0, ps-error-handler-alist): New vars.
610 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
611 (ps-insert-string): New function.
612
613 2000-03-15 Kenichi Handa <handa@etl.go.jp>
614
615 * international/ccl.el (ccl-compile-expression): Don't generate
616 invalid self-assignment code.
617
618 2000-03-14 Dave Love <fx@gnu.org>
619
620 * subr.el (replace-regexp-in-string): Renamed from
621 replace-regexps-in-string. Doc fix.
622
623 2000-03-12 Dave Love <fx@gnu.org>
624
625 * cus-edit.el: Doc fixes.
626 (customize-set-variable, customize-save-variable): Rename args for
627 doc.
628 (custom-variable-tag-face, custom-face-tag-face)
629 (custom-group-tag-face-1, custom-group-tag-face): Modify from
630 style which user identify as hyperlink.
631 (hook): Don't add undefined functions to the hook.
632 (debug-ignored-errors): Transfer message from bindings.el.
633
634 2000-03-12 Gerd Moellmann <gerd@gnu.org>
635
636 * recentf.el (recentf-keep-non-readable-files-p): Remove
637 double/nested definition.
638
639 2000-03-12 Dave Love <fx@gnu.org>
640
641 * facemenu.el (facemenu-get-face): Use display-color-p.
642 * enriched.el (enriched-decode-foreground): Likewise.
643 (enriched-decode-background): Likewise.
644 * isearch.el (isearch-highlight): Likewise.
645 * info-look.el (info-lookup): Likewise.
646 * simple.el (completion-setup-function): Likewise.
647
648 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
649 :options.
650
651 * bindings.el (mode-line-format): Fix line-number and
652 column-number items. Add help-echo for the background.
653 (mode-line-mule-info): Modify help-echo.
654
655 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
656 defcustom.
657
658 * files.el (load-file): Allow completion to .elc.
659
660 * man.el: Doc fixes.
661 (Man-init-defvars): Use display-color-p to set fontification.
662
663 * play/hanoi.el (hanoi-internal): Don't use oddp.
664
665 2000-03-12 Gerd Moellmann <gerd@gnu.org>
666
667 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
668
669 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
670
671 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
672
673 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
674 Fix comment.
675
676 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
677
678 * font-lock.el (font-lock-keywords): Fix the doc now that
679 regexp-opt-depth is unnecessary.
680 (save-buffer-state): Set an edebug spec.
681 (font-lock-fontify-anchored-keywords): Properly handle the case when
682 the matcher goes past the limit.
683
684 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
685 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
686
687 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
688 dll.el and cookie.el (from Elib) with heavy renaming and other
689 massaging.
690
691 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
692 Autoload the functions used.
693 (easy-mmode-define-syntax): Fix CL typo.
694 (easy-mmode-define-derived-mode): Improve the docstring generation.
695
696 2000-03-10 Gerd Moellmann <gerd@gnu.org>
697
698 * textmodes/texinfo.el (texinfo-version): Variable and function
699 removed.
700
701 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
702
703 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
704 allow more flexibility.
705 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
706 fns.
707 (easy-mmode-defmap, easy-mmode-defsyntax)
708 (easy-mmode-define-derived-mode): New macros.
709
710 2000-03-09 Didier Verna <didier@xemacs.org>
711
712 * rect.el (replace-rectangle): New function.
713
714 2000-03-09 Dave Love <fx@gnu.org>
715
716 * progmodes/fortran.el (fortran-comment-line-start): Define as
717 "C".
718 (fortran-comment-line-start-skip): Don't match cpp stuff.
719 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
720 (fortran-mode-map): Remove over-eager custom-menu-create for now.
721 (fortran-mode): Don't set fortran-comment-line-start-skip,
722 fortran-comment-line-start here. Set comment-start,
723 add-log-current-defun.
724 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
725 (fortran-current-defun): New function.
726
727 2000-03-09 Gerd Moellmann <gerd@gnu.org>
728
729 * emacs-lisp/re-builder.el: New file.
730
731 * mouse.el (mouse-drag-region): Don't run up-event handler
732 if hscroll has changed.
733
734 * octave-mod.el (octave-font-lock-keywords): To font-lock the
735 builtin operators, use `font-lock-builtin-face' for Emacs and
736 `font-lock-preprocessor-face' otherwise.
737
738 * font-lock.el (lisp-font-lock-keywords-1): Highlight
739 `(defun (setf foo)' differently.
740
741 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
742
743 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
744 (regexp-opt): Update comment and adapt the code the new meaning of
745 the `paren' argument of regex-opt-group for shy-groups.
746 (regexp-opt-depth): Handle shy groups as well as backslashed
747 backslashes.
748 (regexp-opt-group): Turn the leading comment into a docstring.
749 Allow `paren' to be a string (the string to use to open a group).
750 Remove open-presuf and close-presuf. Instead of checking for `all
751 one-char' and then later on check for `several one-char', handle
752 both cases close together. Also apply a more generic algorithm
753 for suffixes (the mirror image of the algorithm used for
754 prefixes). Use shy-groups. Use nreverse rather than reverse.
755 (regexp-opt-try-suffix): Removed.
756
757 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
758 from comint-mode-map, so we can just inherit from it. Also, move
759 the initialization into the `defvar' since there's no docstring
760 anyway and it's fairly short.
761 (inferior-scheme-mode): Define it as derived-mode: the code is
762 shorter and this way we inherit from comint-mode-map rather than
763 copying it.
764
765 * subr.el (replace-regexps-in-string): Properly handle the case
766 where we match an empty string.
767
768 * comint.el (comint-exec-1): Add the current-dir to the exec-path
769 when the command has a directory component (such as "./testml").
770 Also fix a typo in the comment.
771
772 2000-03-08 Gerd Moellmann <gerd@gnu.org>
773
774 * Makefile (compile-files): Compile files one by one because
775 that's the only way to ensure a clean compilation environment for
776 each individual file.
777
778 * frame.el (other-frame): Call x-focus-frame.
779
780 2000-03-07 Dave Love <fx@gnu.org>
781
782 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
783 :require to defcustom.
784
785 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
786 lists.
787
788 * files.el (auto-mode-alist): Add configure.in.
789
790 * progmodes/autoconf.el: New file.
791
792 2000-03-07 Gerd Moellmann <gerd@gnu.org>
793
794 * mail/mh-e.el: Change maintainer to `none'.
795
796 * recentf.el (recentf-keep-non-readable-files-p): Quote args
797 to remove-hook and add-hook.
798
799 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
800
801 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
802 it as the default.
803 (mail-send): Test mail-send-nonascii also for the new `mime' value.
804 (sendmail-send-it): Conditionally add MIME headers specifying the
805 used character set.
806
807 2000-03-07 Dave Love <fx@gnu.org>
808
809 * winner.el: Fix keywords, autoload cookies. Split
810 eval-when-compile form to avoid compilation failure.
811
812 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
813
814 * international/mule.el: Modify comment about coding system
815 property `coding-category'.
816 (make-coding-system): New argument EOL-TYPE. Pay attention to
817 coding-category property of PROPERTIES.
818
819 * international/mule-conf.el (coding-category-utf-8,
820 coding-category-utf-16-be, coding-category-utf-16-le): New coding
821 categories. Include them in the argument for set-coding-priority.
822
823 * international/mule-cmds.el (reset-language-environment): Include
824 coding-category-utf-8, coding-category-utf-16-be, and
825 coding-category-utf-16-le in the argument for set-coding-priority.
826 (reset-language-environment): Initialize coding-category-utf-8,
827 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
828
829 2000-03-06 Karl Fogel <kfogel@red-bean.com>
830
831 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
832 code abstracted out of `bookmark-jump-noselect'. Now tries info
833 extensions as well as compression extensions.
834 (bookmark-jump-noselect): Use above new func.
835
836 2000-03-03 Gerd Moellmann <gerd@gnu.org>
837
838 * strokes.el: Change maintainer's mail address.
839
840 2000-03-03 Kenichi Handa <handa@etl.go.jp>
841
842 * international/mule-diag.el (list-character-sets): Make help-echo
843 string by substitute-command-keys.
844 (list-character-sets): Likewise.
845 (sort-listed-character-sets): Call help-setup-xref.
846
847 2000-03-02 Gerd Moellmann <gerd@gnu.org>
848
849 * time.el (display-time-mail-file): Add `none' to the list of
850 choices.
851
852 2000-03-01 Dave Love <fx@gnu.org>
853
854 * help.el (help-xref-go-back): Don't try to set position.
855
856 * international/mule-diag.el (list-character-sets): Call
857 help-setup-xref. Add help-echo to xrefs.
858 (list-character-sets-1): Add help-echo to xrefs.
859
860 2000-03-02 Gerd Moellmann <gerd@gnu.org>
861
862 * frame.el (blink-cursor-mode): Switch cursor on when turning
863 the mode off.
864
865 * add-log.el (add-log-current-defun): Add support for
866 Autoconf mode.
867
868 * mail/rmail.el (rmail-quit-hook): New variable.
869
870 2000-03-01 Dave Love <fx@gnu.org>
871
872 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
873
874 * help.el (help-xref-button): Add help-echo arg.
875 (describe-function-1, describe-variable, help-make-xrefs): Use it.
876
877 * faces.el (list-faces-display): Supply help-echo with
878 help-make-xrefs.
879
880 * facemenu.el (list-text-properties-at): Set help-xref-stack to
881 nil.
882
883 2000-03-01 Gerd Moellmann <gerd@gnu.org>
884
885 * image.el (defimage): Look for image files in load-path.
886
887 * frame.el (busy-cursor-delay-seconds): Change type to
888 `number'.
889
890 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
891
892 * recentf.el (recentf): Added version tag to the defgroup of
893 recentf.
894
895 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
896
897 * recentf.el (recentf-cleanup): Changed to remove excluded file
898 too.
899 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
900 action to select/unselect a file.
901 (recentf-edit-list): Code cleanup and improvement.
902 (recentf-open-more-files-action): `recentf-open-more-files' button
903 widget action to open a file.
904 (recentf-open-more-files): No more use standard completion but
905 widgets.
906 (recentf-more-collection): Deleted.
907 (recentf-more-history): Deleted.
908 (recentf-setup-more-completion): Deleted.
909
910 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
911
912 * recentf.el (recentf-mode): No more needs that Emacs is running
913 under a window-system.
914
915 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
916
917 * recentf.el (recentf-edit-list): New command to edit the recent
918 list which allow the user to remove files.
919 (recentf-edit-selected-items): New global variable, used by
920 `recentf-edit-list' to hold the list of files to be removed from
921 the recent list.
922 (recentf-make-menu-items): Updated to display a "Edit list..."
923 menu item. Minor code cleanup.
924
925 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
926
927 * recentf.el (recentf-open-more-files): New command to open files
928 that are not displayed in the menu.
929 (recentf-more-collection): New global variable holding the set of
930 permissible completions used by `recentf-open-more-files'.
931 (recentf-more-history): New global variable holding the history list
932 used by `recentf-open-more-files' completion.
933 (recentf-setup-more-completion): New function to setup completion for
934 `recentf-open-more-files'.
935 (recentf-make-menu-items): Updated to display a "More..." menu item.
936
937 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
938
939 * recentf.el (recentf-menu-action): Doc fixed.
940
941 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
942
943 * recentf.el (recentf-menu-filter): Doc updated.
944 (recentf-update-menu-hook): Allow menu filters to force menu update.
945 (recentf-make-menu-items): New menu filter handling.
946 (recentf-make-menu-item): New helper function.
947 (recentf-menu-elements): New menu handling function.
948 (recentf-sort-ascending): Updated to new menu filter handling.
949 (recentf-sort-descending): Updated to new menu filter handling.
950 (recentf-sort-basenames-ascending): New menu filter function.
951 (recentf-sort-basenames-descending): New menu filter function.
952 (recentf-show-basenames): New menu filter function.
953 (recentf-show-basenames-ascending): New menu filter function.
954 (recentf-show-basenames-descending): New menu filter function.
955
956 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
957
958 * diary-lib.el (list-diary-entries): Don't try to go forward at
959 the end of the buffer.
960
961 2000-02-29 Kenichi Handa <handa@etl.go.jp>
962
963 * international/mule-diag.el (list-character-sets): Completely
964 rewritten.
965 (sort-listed-character-sets): New function.
966 (list-character-sets-1): Completely rewritten.
967 (list-character-sets-2): New function.
968 (non-iso-charset-alist): New variable.
969 (decode-codepage-char): New function.
970 (charset-history): New variable.
971 (read-charset) (list-block-of-chars)
972 (list-iso-charset-chars)
973 (list-non-iso-charset-chars)
974 (list-charset-chars): New functions.
975 (mule-diag): Call list-character-sets-2, not
976 list-character-sets-2.
977 (dump-charsets): Likewise.
978
979 2000-02-29 Gerd Moellmann <gerd@gnu.org>
980
981 * dired-x.el (dired-filename-at-point): Add `@' to valid
982 file name characters.
983 (dired-filename-at-point): Handle ange-ftp file names.
984
985 * frame.el (frame-notice-user-settings): Use assq-delete-all
986 instead of assoc-delete-all.
987 (frame-notice-user-settings): Ditto.
988
989 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
990 Don't copy alist.
991
992 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
993
994 * calculator.el (calculator-use-menu): New option.
995 (calculator-initial-bindings): Changed some bindings to work as
996 macros.
997 (calculator-forced-input): Removed.
998 (calculator-restart-other-mode): New variable.
999 (calculator-mode-map): Set up menu.
1000
1001 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1002
1003 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1004 tags.
1005
1006 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1007
1008 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1009 translate all ESC key sequences.
1010 (viper-goto-mark-subr): restore markers for files for which
1011 they were saved.
1012 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1013 * viper-util.el (viper-set-replace-overlay-glyphs,
1014 viper-set-replace-overlay): always check if the replacement
1015 overlay is live.
1016 * viper.el (viper-vi-state-mode-list): added major modes.
1017 * ediff-wind.el: minor comment changes.
1018 * ediff.el: copyright notice date fix.
1019
1020 2000-02-27 Jason Rumney <jasonr@gnu.org>
1021
1022 * faces.el (face-font-family-alternatives): Add arial to helv.
1023 (mode-line, header-line, tool-bar): Same default as x for w32.
1024 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1025 face-font-family-alternatives from working.
1026 * term/w32-win.el (mouse-set-font): Do not build fontset from
1027 chosen font.
1028
1029 2000-02-25 Sam Steingold <sds@goems.com>
1030
1031 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1032 properly.
1033
1034 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1035
1036 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1037
1038 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1039
1040 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1041 writable.
1042
1043 * frame.el (busy-cursor-delay-seconds): New option.
1044
1045 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1046
1047 * frame.el (show-cursor-in-non-selected-windows): New option.
1048
1049 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1050
1051 * diary-lib.el (include-other-diary-files): Undo the selective
1052 display in any included file and don't kill it.
1053
1054 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1057 bar. Menu items converted to (menu-item format, help strings
1058 added.
1059 [downcase, upcase]: Don't enable on MS-DOS.
1060 [symlink, symlinks]: Don't show if make-symbolic-link is not
1061 bound.
1062 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1063
1064 2000-02-23 Dave Love <fx@gnu.org>
1065
1066 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1067 (backward-kill-word): Revert addition of * to interactive spec --
1068 it's a feature.
1069
1070 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1071 (backward-kill-sentence, kill-sentence): Likewise.
1072
1073 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1074 scratch buffer name.
1075 (gud-format-command): Use int-to-string in ?l case. Simplify
1076 slightly.
1077
1078 * term/w32-win.el (internal-face-interactive): Update prompt for
1079 new read-face-name.
1080
1081 * mail/footnote.el (footnote): Add :version to defgroup.
1082 (footnote-section-tag-regexp): Customize.
1083 (footnote-start-tag, footnote-end-tag): New option.
1084 (footnote-latin-regexp): New variable.
1085 (Footnote-latin): New function.
1086 (footnote-style-alist): Add element for latin style.
1087 (footnote-style): Moved.
1088 (Footnote-goto-footnote): Use eq to test arg.
1089
1090 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1091
1092 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1093 (byte-compile-trueconstp): Include keywords.
1094 (byte-optimize-quote, byte-optimize-lapcode): Use
1095 byte-compile-const-symbol-p.
1096 (byte-optimize-char-before): New optimization.
1097
1098 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1099 (byte-compile-const-symbol-p): New function.
1100 (byte-compile-constp, byte-compile-out-toplevel)
1101 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1102 Use it.
1103
1104 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1105
1106 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1107
1108 * international/encoded-kb.el: Be sure to update minor-mode-alist
1109 and minor-mode-map-alist.
1110 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1111 codes SS2 and SS3 correctly.
1112 (encoded-kbd-self-insert-ccl): New function.
1113 (encoded-kbd-setup-keymap): New function.
1114 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1115 by calling encoded-kbd-setup-keymap.
1116
1117 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1118 characters.
1119 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1120 locally.
1121
1122 2000-02-22 Dave Love <fx@gnu.org>
1123
1124 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1125 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1126 defvar.
1127 (lisp-mode-syntax-table): Set up for #|...|# comments.
1128 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1129 classes. Match `defface'.
1130 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1131 (eval-defun-1): Fix for defcustom.
1132 (lisp-indent-region): Doc fix.
1133
1134 * subr.el (when, unless, split-string): Doc fix.
1135 (read-passwd): Move call of clear-this-command-keys to the right
1136 place.
1137 (replace-regexps-in-string): New function.
1138
1139 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1140
1141 * help.el (describe-variable): Set syntax table to
1142 emacs-lisp-mode-syntax-table when moving forward over the
1143 symbol's name.
1144
1145 2000-02-22 Dave Love <fx@gnu.org>
1146
1147 * xt-mouse.el: Doc fixes.
1148 (xterm-mouse-position-function): New function, replacing advice of
1149 mouse-position.
1150 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1151
1152 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1153
1154 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1155
1156 * format.el (format-annotate-single-property-change): Handle
1157 properties.with dotted-list values.
1158 (format-proper-list-p): New function.
1159
1160 * enriched.el (enriched-face-ans): Handle '(foreground-color
1161 . COLOR) and (background-color . COLOR).
1162
1163 2000-02-20 Dave Love <fx@gnu.org>
1164
1165 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1166 and assignments to it.
1167 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1168 current local map.
1169 (make-flyspell-overlay): Use it.
1170 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1171
1172 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1173 (lm-get-header-re): Defun, not defsubst.
1174 (lm-get-package-name): Defun, not defsubst. Simplify.
1175 (lm-version): Doc fix. Simplify.
1176 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1177 (lm-crack-address, lm-last-modified-date, lm-commentary)
1178 (lm-verify, lm-synopsis): Simplify.
1179 (lm-report-bug): Require emacsbug. Use compose-mail.
1180
1181 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1182
1183 * dired.el (dired-mode): Call propertized-buffer-identification
1184 to set mode-line-buffer-identification to something having
1185 the right text properties.
1186
1187 * bindings.el (propertized-buffer-identification): New function.
1188
1189 2000-02-20 Dave Love <fx@gnu.org>
1190
1191 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1192 check for t-mouse too.
1193
1194 * cus-start.el: Make echo-keystrokes `number'.
1195
1196 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1197
1198 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1199 Don't call ring-empty-p unless tags-location-ring is bound.
1200 From Noah Friedman <friedman@splode.com>.
1201
1202 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1203
1204 * progmodes/hideshow.el (hs-flag-region): No longer use
1205 `intangible' overlay property.
1206
1207 (hs-toggle-hiding): New command.
1208 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1209
1210 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1211 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1212 and deactivation.
1213
1214 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1215
1216 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1217
1218 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1219
1220 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1221
1222 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1223 of `*' to handle `(* ... *)' comments.
1224
1225 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1226
1227 * faces.el (list-faces-display): Use display-mouse-p instead of
1228 window-system.
1229
1230 * menu-bar.el (global-map): Menu-bar items converted to the new
1231 format (menu-item..., rearranged for better CUA compliance, and
1232 their names changed for better clarity. Help strings added.
1233
1234 * international/mule-cmds.el (mule-menu-keymap)
1235 (describe-language-environment-map, set-coding-system-map)
1236 (setup-language-environment-map): Convert to new (menu-item...
1237 form, add help strings. Change names of menu items for better
1238 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1239 submenu).
1240
1241 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1242
1243 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1244 within the code.
1245
1246 2000-02-16 Dave Love <fx@gnu.org>
1247
1248 * faces.el: Don't require custom. Add more specific :groups to
1249 various deffaces.
1250 (set-face-attribute): Purecopy args.
1251 (read-face-name): Default to name at point and use it in prompt.
1252 Remove colon from arg in all callers.
1253 (list-faces-display): Hyperlink to face descriptions and customize
1254 buffers.
1255
1256 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1257
1258 * wid-edit.el (widget-match-inline): An atom never matches a
1259 list.
1260
1261 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1262
1263 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1264 at ':' characters by call to split-string.
1265
1266 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1267
1268 * textmodes/bibtex.el: Added RCS version identification.
1269
1270 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1271
1272 * textmodes/bibtex.el: Some temporary comments removed.
1273 (bibtex-field-name, bibtex-entry-type): Made the relationship
1274 explicit.
1275 (bibtex-field-const): Allow capital letters.
1276 (bibtex-start-of-string): Deleted because unused.
1277
1278 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1279 use the term 'reference' to describe a bibtex entry as a whole.
1280 Further, reference keys are no longer called 'labels'.
1281 (bibtex-keys): Renamed to bibtex-reference-keys.
1282 (bibtex-reformat-previous-labels): Renamed to
1283 bibtex-reformat-previous-reference-keys.
1284 (bibtex-reference-type): Renamed to bibtex-entry-type.
1285 (bibtex-reference-head): Renamed to bibtex-entry-head.
1286 (bibtex-reference-maybe-empty-head): Renamed to
1287 bibtex-entry-maybe-empty-head.
1288 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1289 (bibtex-search-reference): Renamed to bibtex-search-entry.
1290 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1291 bibtex-enclosing-entry-maybe-empty-head.
1292 (bibtex-entry-field-alist, bibtex-entry-head,
1293 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1294 bibtex-map-entries, bibtex-search-entry,
1295 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1296 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1297 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1298 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1299 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1300 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1301 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1302
1303 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1304
1305 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1306 comment.
1307 (bibtex-format-field-delimiters): New function, functionality
1308 extracted from bibtex-format-entry.
1309 (bibtex-autokey-get-yearfield-digits): New function, functionality
1310 extracted from bibtex-autokey-get-yearfield.
1311
1312 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1313 entries in order to avoid stack overflow in the regexp matcher if
1314 field contents become large.
1315 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1316 bibtex-field-string-part-not-braced,
1317 bibtex-field-string-part-no-inner-braces,
1318 bibtex-field-string-part-1-inner-brace,
1319 bibtex-field-string-part-2-inner-braces,
1320 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1321 bibtex-field-string-quoted, bibtex-field-string,
1322 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1323 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1324 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1325 as parsing is now performed by the following functions.
1326 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1327 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1328 bibtex-parse-field-string, bibtex-search-forward-field-string,
1329 bibtex-parse-association, bibtex-field-name-for-parsing,
1330 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1331 bibtex-search-forward-field, bibtex-search-backward-field,
1332 bibtex-start-of-field, bibtex-end-of-field,
1333 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1334 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1335 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1336 bibtex-parse-string, bibtex-search-forward-string,
1337 bibtex-search-backward-string, bibtex-start-of-string,
1338 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1339 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1340 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1341 entries. Instead of reporting the results of the parsing by
1342 match-beginning or match-end, these functions return data structures
1343 that hold the corresponding positions.
1344 (bibtex-enclosing-field): Changed to also report field boundaries by
1345 return values rather than by match-beginning or match-end. The
1346 following functions have been adapted to use the new parsing
1347 functions.
1348 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1349 bibtex-enclosing-field, bibtex-format-entry,
1350 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1351 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1352 bibtex-print-help-message, bibtex-end-of-entry,
1353 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1354 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1355 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1356 method for parsing.
1357 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1358 bibtex-map-entries, bibtex-flash-head,
1359 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1360 bibtex-autokey-change, bibtex-autokey-get-namefield,
1361 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1362 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1363 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1364 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1365 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1366 order to make the new binding of case-fold-search immediately
1367 visible.
1368
1369 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1370
1371 * textmodes/bibtex.el: Copyright notice is up to date.
1372 Added constant 'bibtex-maintainer-salutation.
1373
1374 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1375 than make-temp-name, use match-string-no-properties and eliminate
1376 a quadratic behavior when building bibtex-strings.
1377
1378 * bibtex.el (bibtex-reference-key): Accept string entries whose
1379 reference key contains upper case letters.
1380
1381 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1382
1383 * bibtex.el (bibtex-reference-head): Allow entries to start with
1384 a new line.
1385
1386 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1387
1388 * bibtex.el: Hiding of entry bodies is not longer provided by
1389 bibtex.el directly. Instead the hideshow package can be used.
1390 Added a special bibtex entry to hs-special-modes-alist.
1391 (bibtex-hs-forward-sexp): Added for hideshow.el.
1392
1393 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1394
1395 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1396 at ':' characters by call to split-string.
1397
1398 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1399
1400 * textmodes/bibtex.el: Added RCS version identification.
1401
1402 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1403
1404 * textmodes/bibtex.el: Some temporary comments removed.
1405 (bibtex-field-name, bibtex-entry-type): Made the relationship
1406 explicit.
1407 (bibtex-field-const): Allow capital letters.
1408 (bibtex-start-of-string): Deleted because unused.
1409
1410 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1411 use the term 'reference' to describe a bibtex entry as a whole.
1412 Further, reference keys are no longer called 'labels'.
1413 (bibtex-keys): Renamed to bibtex-reference-keys.
1414 (bibtex-reformat-previous-labels): Renamed to
1415 bibtex-reformat-previous-reference-keys.
1416 (bibtex-reference-type): Renamed to bibtex-entry-type.
1417 (bibtex-reference-head): Renamed to bibtex-entry-head.
1418 (bibtex-reference-maybe-empty-head): Renamed to
1419 bibtex-entry-maybe-empty-head.
1420 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1421 (bibtex-search-reference): Renamed to bibtex-search-entry.
1422 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1423 bibtex-enclosing-entry-maybe-empty-head.
1424 (bibtex-entry-field-alist, bibtex-entry-head,
1425 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1426 bibtex-map-entries, bibtex-search-entry,
1427 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1428 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1429 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1430 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1431 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1432 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1433 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1434
1435 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1436
1437 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1438 comment.
1439 (bibtex-format-field-delimiters): New function, functionality
1440 extracted from bibtex-format-entry.
1441 (bibtex-autokey-get-yearfield-digits): New function, functionality
1442 extracted from bibtex-autokey-get-yearfield.
1443
1444 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1445 entries in order to avoid stack overflow in the regexp matcher if
1446 field contents become large.
1447 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1448 bibtex-field-string-part-not-braced,
1449 bibtex-field-string-part-no-inner-braces,
1450 bibtex-field-string-part-1-inner-brace,
1451 bibtex-field-string-part-2-inner-braces,
1452 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1453 bibtex-field-string-quoted, bibtex-field-string,
1454 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1455 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1456 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1457 as parsing is now performed by the following functions.
1458 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1459 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1460 bibtex-parse-field-string, bibtex-search-forward-field-string,
1461 bibtex-parse-association, bibtex-field-name-for-parsing,
1462 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1463 bibtex-search-forward-field, bibtex-search-backward-field,
1464 bibtex-start-of-field, bibtex-end-of-field,
1465 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1466 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1467 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1468 bibtex-parse-string, bibtex-search-forward-string,
1469 bibtex-search-backward-string, bibtex-start-of-string,
1470 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1471 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1472 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1473 entries. Instead of reporting the results of the parsing by
1474 match-beginning or match-end, these functions return data structures
1475 that hold the corresponding positions.
1476 (bibtex-enclosing-field): Changed to also report field boundaries by
1477 return values rather than by match-beginning or match-end. The
1478 following functions have been adapted to use the new parsing
1479 functions.
1480 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1481 bibtex-enclosing-field, bibtex-format-entry,
1482 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1483 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1484 bibtex-print-help-message, bibtex-end-of-entry,
1485 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1486 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1487 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1488 method for parsing.
1489 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1490 bibtex-map-entries, bibtex-flash-head,
1491 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1492 bibtex-autokey-change, bibtex-autokey-get-namefield,
1493 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1494 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1495 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1496 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1497 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1498 order to make the new binding of case-fold-search immediately
1499 visible.
1500
1501 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1502
1503 * textmodes/bibtex.el: Copyright notice is up to date.
1504 Added constant 'bibtex-maintainer-salutation.
1505
1506 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1507 than make-temp-name, use match-string-no-properties and eliminate
1508 a quadratic behavior when building bibtex-strings.
1509
1510 * bibtex.el (bibtex-reference-key): Accept string entries whose
1511 reference key contains upper case letters.
1512
1513 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1514
1515 * bibtex.el (bibtex-reference-head): Allow entries to start with
1516 a new line.
1517
1518 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1519
1520 * bibtex.el: Hiding of entry bodies is not longer provided by
1521 bibtex.el directly. Instead the hideshow package can be used.
1522 Added a special bibtex entry to hs-special-modes-alist.
1523 (bibtex-hs-forward-sexp): Added for hideshow.el.
1524
1525 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1526
1527 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1528 proceedings entry type (for cross referencing). Thanks to Wagner
1529 Toledo Correa for the suggestion.
1530
1531 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1532
1533 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1534
1535 * international/characters.el: Setup case table for Vietnamese.
1536
1537 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1538
1539 * uniquify.el (toplevel): Require CL at compile time.
1540 (uniquify-push): Removed.
1541
1542 * shadowfile.el (shadow-when): Removed.
1543
1544 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1545 (tempo-process-and-insert-string): Use dolist instead of
1546 tempo-dolist.
1547
1548 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1549 regexp for paragraph-start.
1550
1551 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1552 commas as well.
1553
1554 2000-02-10 Dave Love <fx@gnu.org>
1555
1556 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1557 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1558 Deleted.
1559 (widget-specify-field, widget-specify-button): Don't use
1560 widget-mouse-help as help-echo property.
1561 (default): Use #'ignore for :validate and :mouse-down-action.
1562 (checkbox): Add help-echo.
1563 (widget-sexp-validate): Rewritten to clarify error messages.
1564 (character): Use char-valid-p in :match function.
1565 (widget-color-complete): Use facemenu-color-alist.
1566 (widget-color-action): Use facemenu-read-color.
1567
1568 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1569 set up `caar' &c that we now have.
1570
1571 2000-02-09 Ray Blaak <blaak@gnu.org>
1572
1573 * delphi.el: Make resourcestring a declaration region, like const
1574 and var.
1575
1576 2000-02-09 Dave Love <fx@gnu.org>
1577
1578 * bindings.el (mode-line-input-method-map): New variable.
1579 (mode-line-mule-info): Use it; fix last change.
1580 (mode-line-mode-menu): Move definition.
1581 (mode-line-mouse-sensitive-p): Deleted.
1582 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1583 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1584 level.
1585
1586 * startup.el (command-line-1): Don't call
1587 make-mode-line-mouse-sensitive.
1588
1589 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1590
1591 * mail/rmail.el (rmail-retry-failure): Use
1592 rmail-beginning-of-message before rmail-toggle-header, because the
1593 former toggles headers.
1594
1595 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1596
1597 * diff-mode.el (diff-kill-junk): New interactive function.
1598 (diff-reverse-direction): Use delete-and-extract-region.
1599 (diff-post-command-hook): Restrict the area so that the hook also works
1600 outside of any diff hunk. This is necessary for the minor-mode.
1601 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1602 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1603
1604 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1605 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1606 so that it can be used more easily in <foo>-mode-hook. Also make sure
1607 to avoid duplicate entries.
1608 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1609 (font-lock-remove-keywords): Just as was done for `add', allow it to
1610 work even if font-lock-mode is nil. Also make sure we don't modify
1611 any pre-existing list by forcing a copy-sequence. Finally rename
1612 `major-mode' to `mode'.
1613 (font-lock-fontify-syntactic-anchored-keywords)
1614 (font-lock-fontify-anchored-keywords)
1615 (font-lock-fontify-keywords-region): Use line-end-position.
1616 Don't make `font-lock-multiline' local (it's now done in
1617 font-lock-set-defaults).
1618 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1619 move the `font-lock-fontified' creation to inside the `unless'.
1620
1621 2000-02-06 Andrew Innes <andrewi@gnu.org>
1622
1623 * term/w32-win.el (x-handle-args): Comment out call to message,
1624 which occurs before window system is initialized.
1625
1626 * makefile.nt: Add support for recompiling lisp code.
1627
1628 2000-02-04 Dave Love <fx@gnu.org>
1629
1630 * bindings.el (mode-line-mule-info): Fix/extend last change.
1631
1632 * completion.el: Replace completion-dolist with dolist.
1633
1634 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1635 dotimes.
1636
1637 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1638
1639 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1640 environment names before they go into the section regexp.
1641
1642 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1643 char class in regexp.
1644
1645 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1646 `case-fold-search' to nil.
1647
1648 * progmodes/idlwave.el (idlwave-template): Respect
1649 `idlwave-abbrev-change-case'.
1650 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1651 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1652 idlwave-while): respect `idlwave-reserved-word-upcase'.
1653 (idlwave-rw-case): New function.
1654 (idlwave-statement-match): Fixed problem with assignment regexp.
1655 (idlwave-font-lock-keywords): Improved regexp for keyword
1656 parameters.
1657 (idlwave-surround): New argument LENGTH to support padding of
1658 operators longer than 1 char.
1659
1660 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1661 idlwave-shell-expression-overlay. Implemented printing of
1662 expressions on higher levels of the calling stack.
1663 (idlwave-shell-display-level-in-calling-stack): Restore stack
1664 level.
1665 (idlwave-retrieve-expression-from-level): New function.
1666 (idlwave-shell-last-calling-stack): Variable removed.
1667 (idlwave-shell-reset): Argument action reversed (`visible' to
1668 `hidden'). Also remove stop-line overlay.
1669 (idlwave-shell-calling-stack-routine): New variable.
1670 (idlwave-shell-parse-stack-and-display): Messages now display
1671 negative level numbers.
1672 (idlwave-shell-mode): Set `modeline-format'.
1673 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1674 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1675 21.
1676 (idlwave-shell-print-expression-function): New option.
1677
1678 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1679 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1680 `tool-bar' instead of `toolbar'.
1681
1682 2000-02-02 Dave Love <fx@gnu.org>
1683
1684 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1685 emacs-lisp-mode-hook. Don't check for defalias being defined.
1686
1687 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1688 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1689 the new builtins directly.
1690
1691 * whitespace.el (whitespace): Add :version to defgroup.
1692
1693 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1694 Doc fix.
1695
1696 * thingatpt.el (sexp-at-point, symbol-at-point)
1697 (number-at-point, list-at-point): Add autoload cookie.
1698
1699 * recentf.el (recentf): Add :version to defgroup.
1700
1701 * quickurl.el (quickurl): Add :version to defgroup.
1702
1703 * elide-head.el (elide-head): Use point-marker more.
1704
1705 * bs.el (bs): Add :version to defgroup.
1706
1707 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1708
1709 * progmodes/delphi.el (delphi): Add :version to defgroup.
1710
1711 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1712
1713 * ange-ftp.el (ange-ftp-write-region): Handle case that
1714 succeeding process operation sets a different coding system.
1715
1716 * calculator.el: New file.
1717
1718 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * frame.el (frames-on-display-list, framep-on-display): New
1721 functions.
1722 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1723 (display-selections-p, display-screens, display-pixel-width)
1724 (display-pixel-height, display-mm-width, display-mm-height)
1725 (display-backing-store, display-save-under, display-planes)
1726 (display-color-cells, display-visual-class): New functions.
1727
1728 * term/tty-colors.el (tty-color-gray-shades): New function.
1729
1730 * faces.el (display-color-p): Use framep-on-display.
1731 (display-grayscale-p): New function.
1732
1733 2000-01-31 Dave Love <fx@gnu.org>
1734
1735 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1736 (create-fontset-from-x-resource): Don't concat integers.
1737
1738 2000-01-31 Inge Frick <inge@nada.kth.se>
1739
1740 * view.el: Some changes in documentation. Removed some trailing
1741 whitespace. Changed some parameter names to agree with
1742 documentation.
1743 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1744 window is not deleted. Modifies change 1998-04-26.
1745
1746 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1747
1748 * windmove.el: New file.
1749
1750 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1751 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1752 progmodes/ebnf-yac.el: Update copyright and license info.
1753
1754 * jit-lock.el (jit-lock-function): Widen before calculating end
1755 position.
1756 (jit-lock-stealth-chunk-start): Rewritten.
1757
1758 * info.el (Info-title-face-alist): Removed.
1759 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1760 faces.
1761 (Info-fontify-node): Use these faces.
1762
1763 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1764
1765 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1766 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1767 `&allow-other-keywords'.
1768
1769 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1770 the list of directories scanned heuristically.
1771
1772 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1773 exist.
1774
1775 2000-01-30 Jason Rumney <jasonr@gnu.org>
1776
1777 * w32-fns.el: Define w32-tty-standard-colors.
1778
1779 * startup.el (command-line): Use w32-tty-standard-colors when in
1780 w32 console mode.
1781
1782 2000-01-30 Dave Love <fx@gnu.org>
1783
1784 * jka-compr.el (jka-compr-load): Fix up load-history.
1785
1786 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1787
1788 * emacs-lisp/cl-macs.el: Revert previous change.
1789
1790 2000-01-29 Dave Love <fx@gnu.org>
1791
1792 * facemenu.el: Purecopy various strings.
1793
1794 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1795 years. Deal with three-digit years.
1796
1797 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1798 defconst, purecopy.
1799 (help-back-label): Purecopy it.
1800
1801 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1802
1803 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1804 variable. If non-nil, order the buffer list according to the
1805 currently selected frame.
1806 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1807 non-nil, pass the selected frame to function buffer-list.
1808
1809 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1810
1811 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1812
1813 2000-01-28 Dave Love <fx@gnu.org>
1814
1815 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1816
1817 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1818 Don't use lisp-indent-hook property.
1819 (cl-abs): Remove.
1820
1821 * subr.el: Move out indent and edebug specs for when and unless.
1822
1823 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1824 when, unless.
1825
1826 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1827 unless, when.
1828
1829 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1830
1831 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1832 `collecting' as synonym for `collect'.
1833
1834 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1835 for the case it contains spaces.
1836
1837 * simple.el (what-cursor-position): Change formatting of
1838 messages.
1839
1840 * frame.el (delete-other-frames): New function.
1841 (toplevel): Bind it to C-x 5 1.
1842
1843 * sort.el (sort-numeric-base): New option.
1844 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1845 interpret it as octal or hexadecimal. Use sort-numeric-base
1846 as default base.
1847
1848 * progmodes/glasses.el: New file.
1849
1850 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1851
1852 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1853 userids differently.
1854
1855 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1856 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1857 progmodes/ebnf-yac.el: New files.
1858
1859 2000-01-26 Dave Love <fx@gnu.org>
1860
1861 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1862 on a function with an empty body. [From Eric Ludlam.]
1863
1864 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1865
1866 * vc.el (vc-version-diff): Make sure file name is expanded.
1867
1868 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1869
1870 * scroll-bar.el (scroll-bar-timer): Variable removed.
1871 (scroll-bar-toolkit-scroll): Don't use a timer.
1872
1873 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1874
1875 * language/thai-util.el (thai-composition-function): Delete
1876 superfluous `a'.
1877
1878 2000-01-24 Dave Love <fx@gnu.org>
1879
1880 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1881 end-of-defun-function.
1882
1883 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1884 &c.
1885
1886 2000-01-22 Jason Rumney <jasonr@gnu.org>
1887
1888 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1889 conflicts with new face support.
1890
1891 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1892
1893 * replace.el (query-replace): Rename last arg to DELIMITED.
1894 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1895 (query-replace-regexp): Likewise.
1896
1897 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1898
1899 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1900
1901 * emacs-lisp/lisp.el (beginning-of-defun-function):
1902 Variable renamed from beginning-of-defun.
1903 Do not call make-variable-buffer-local.
1904 (beginning-of-defun-raw): Use new variable name; doc fix.
1905 (beginning-of-defun): Doc fix.
1906 (end-of-defun-function): Variable renamed from end-of-defun.
1907 Do not call make-variable-buffer-local.
1908 (end-of-defun): Use new variable name; doc fix.
1909
1910 * subr.el (dolist, dotimes): Copied from cl-macs.el
1911 and made to work.
1912
1913 * mail/undigest.el (rmail-digest-end-regexps):
1914 Variable replaces rmail-digest-end-regexp.
1915 Allows multiple regexps for detecting the end line.
1916 (undigestify-rmail-message): Corresponding changes.
1917
1918 2000-01-19 Dave Love <fx@gnu.org>
1919
1920 * files.el (user-init-file): Don't declare here -- is primitive.
1921
1922 * startup.el (command-line): Check for compiled user-init-file and
1923 set to uncompiled version if necessary.
1924
1925 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1926
1927 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1928 (undigestify-rmail-message): Use it.
1929
1930 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1931
1932 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1933
1934 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1935 of mini-buffer.
1936
1937 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1938
1939 * emacs-lisp/copyright.el (copyright-update): Removed the
1940 requirement for a trailing space from `copyright-regexp', to
1941 support copyrights with owner specified on a separate line..
1942
1943 * align.el: New file.
1944
1945 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1946
1947 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1948
1949 2000-01-13 Dave Love <fx@gnu.org>
1950
1951 * ph.el: Removed. (Obsoleted by EUDC.)
1952
1953 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1954
1955 * net/eudc.el (toplevel): Remove autoloaded code installing
1956 menu with easymenu, because that causes build problems.
1957
1958 * frame.el (frame-notice-user-settings): New variable.
1959 (frame-notice-user-settings): Don't modify frame parameters
1960 if called a second time.
1961
1962 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1963
1964 * frame.el (frame-notice-user-settings):
1965 Notice default-frame-parameters even for non-window frames.
1966
1967 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1968
1969 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1970 for Emacs.
1971 (eudc-bob-can-display-inline-images): Extend for Emacs.
1972 (eudc-bob-toggle-inline-display): Ditto.
1973 (eudc-bob-display-jpeg): Ditto.
1974
1975 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1976
1977 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1978 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1979 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1980
1981 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1982 nil)'.
1983
1984 * subdirs.el: Add `net' directory.
1985
1986 * net: New directory.
1987
1988 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1989 eval-last-sexp. Don't bind debug-on-error here.
1990 (eval-last-sexp): New function. Bind debug-on-error if
1991 eval-expression-debug-on-error is non-nil.
1992 (eval-defun-2, eval-defun): Likewise.
1993
1994 * simple.el (eval-expression): Don't bind debug-on-error if
1995 eval-expression-debug-on-error is nil. Detect changed
1996 debug-on-error, and propagate new value to global binding, if
1997 eval-expression-debug-on-error is non-nil,
1998 (eval-expression-debug-on-error): Change doc string.
1999
2000 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2001
2002 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2003
2004 * emacs-lisp/lisp-mode.el (with-syntax-table):
2005 Set up lisp-indent-function property.
2006
2007 * subr.el (with-syntax-table): Moved from simple.el.
2008
2009 * simple.el (with-syntax-table): Moved to subr.el.
2010
2011 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2012
2013 * tmm.el (tmm-shortcut): Delete region after prompt instead
2014 of erasing buffer.
2015
2016 * textmodes/fill.el (fill-common-string-prefix): New function.
2017 (fill-context-prefix): Use the longest common prefix of first
2018 and second line fill prefix, if there is one.
2019
2020 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2021
2022 * array.el (array-mode): Don't use make-variable-buffer-local.
2023 Use make-local-variable for `truncate-lines'.
2024
2025 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2026
2027 * add-log.el (add-log-current-defun): Handle user-defined
2028 add-log-current-function returning nil,
2029
2030 * add-log.el (add-change-log-entry): Insert version number
2031 if having found a current function
2032
2033 * add-log.el (add-log-current-defun): Call
2034 `add-log-current-defun-function'. Try matches at level 0 and
2035 level 1. Strip whitespace from defun found.
2036
2037 2000-01-10 John Wiegley <johnw@gnu.org>
2038
2039 * allout.el (isearch-done/outline-provisions): Added `edit'
2040 argument to correspond with the current definition of
2041 `isearch-done'.
2042
2043 2000-01-10 Dave Love <fx@gnu.org>
2044
2045 * elide-head.el (elide-head): Use point-marker, not point.
2046
2047 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2048
2049 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2050 before and after the year 2000.
2051
2052 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2053 Add ispell- prefix.
2054
2055 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2056
2057 * ispell.el: Only define dictionaries in menus when they exist.
2058 (version18p): New variable.
2059 (version20p): New variable.
2060 (xemacsp): New variable.
2061 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2062 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2063 (ispell-dictionary-alist6): Russian command lines no longer accept
2064 run-together words.
2065 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2066 (ispell-dictionary-alist): Add koi8-r to customize definition.
2067 (check-ispell-version): Added documentation string. Returns
2068 library path when called non-interactively.
2069 (ispell-menu-map-needed): Uses new variables.
2070 (ispell-library-path): New variable.
2071 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2072 (ispell-word): Improved documentation string. Test for valid
2073 character mappings. Correctly check typed in word changes that can
2074 result in single words split into multiple words. Returns
2075 replacement word.
2076 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2077 replace in recursive query replace mode. Help message for
2078 recursive edit mode.
2079 (ispell-show-choices): Protect against bad framepop bindings.
2080 (ispell-help): Fix to work with XEmacs.
2081 (ispell-highlight-spelling-error): Use new variables.
2082 (ispell-overlay-window): Fix to work with XEmacs.
2083 (ispell-parse-output): Passed and returns location information
2084 tracking spelling corrections. Doesn't recheck same word on
2085 current line.
2086 (ispell-init-process): Protect against bogus XEmacs variable binding.
2087 Fix call to single argument in sleep-for. Use new variables.
2088 (ispell-region): Passed and returns location information tracking
2089 spelling corrections. Doesn't check same word on current line.
2090 Improved documentation string. Doesn't resend a line already
2091 checked to the ispell process - fixes bug in LaTeX parsing.
2092 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2093 (ispell-skip-region): No longer skips <TT> in SGML.
2094 (ispell-process-line): Tracks location information with spelling
2095 corrections. Added documentation string. Accounts for words
2096 already accepted on this line. Don't allow query-replace on line
2097 starting with math characters. Doesn't resend a line already sent
2098 to ispell process. Fixes alignment error bug.
2099
2100 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2101
2102 * dired-x.el (dired-guess-shell-alist-default):
2103 Suggest xloadimage, which is free, not xv, which isn't.
2104
2105 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2106 Don't ever include the host name or user name in the value.
2107
2108 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2109
2110 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2111 of a real newline.
2112
2113 2000-01-09 Stephen Eglen <stephen@gnu.org>
2114
2115 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2116 for .png files.
2117
2118 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2119
2120 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2121
2122 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2123
2124 * progmodes/cperl-mode.el: Replace ^F with ^L.
2125
2126 * sendmail.el (toplevel): Provide `sendmail' when compiling
2127 before `require'ing rmail and mailalias to prevent infinite
2128 recursion.
2129
2130 2000-01-08 Dave Love <fx@gnu.org>
2131
2132 * emacs-lisp/backquote.el: Remove inappropriate customization
2133 (allowing custom.el to use backquote).
2134
2135 2000-01-07 Dave Love <fx@gnu.org>
2136
2137 * add-log.el (add-log-debugging): Deleted.
2138 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2139 file. Remove debugging code.
2140 (change-log-get-method-definition, change-log-name): Add doc.
2141 (change-log-sortable-date-at): New function.
2142 (change-log-merge): New command.
2143
2144 * time.el (display-time-string-forms): Make the Mail string active.
2145 (display-time-update): Provide help-echo for load average.
2146
2147 * bindings.el (make-mode-line-mouse2-map): New function.
2148 (mode-line-modified): Use it and simplify.
2149 (mode-line-mule-info): Provide help-echo info.
2150 (minor-mode-alist): Activate the strings.
2151 (make-mode-line-mouse-sensitive): Simplify for
2152 mode-line-buffer-identification.
2153
2154 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2155
2156 * play/pong.el: New file.
2157
2158 2000-01-06 Dave Love <fx@gnu.org>
2159
2160 * array.el: Assorted cleanups for compiler warnings, doc strings,
2161 `array-' prefix for symbols.
2162
2163 2000-01-05 Dave Love <fx@gnu.org>
2164
2165 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2166 outline-headers-as-kill.
2167 (outline-mode): Define imenu-generic-expression.
2168 (outline-headers-as-kill): New command.
2169
2170 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2171 from paragraph-start.
2172 (paragraph-indent-minor-mode): New command.
2173
2174 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2175 M-C-e, M-C-h, C-j, C-xnd, TAB.
2176 (fortran-mode): Set beginning-of-defun, end-of-defun.
2177 (fortran-column-ruler): Simplify.
2178 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2179 (fortran-with-subprogram-narrowing): Likewise.
2180 (fortran-indent-subprogram): Call mark-defun.
2181 (fortran-check-for-matching-do): Change narrowing.
2182
2183 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2184 (cl-lucid-hash-tag): Delete.
2185 (cl-hash-table-p): Correct test for native table.
2186 (cl-hash-table-count): Use hash-table-count.
2187
2188 * browse-url.el (browse-url): Fix case of
2189 browse-url-browser-function being an alist.
2190
2191 2000-01-05 Carsten Dominik <cd@gnu.org>
2192
2193 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2194 (reftex-index-phrase-file-extension): New options.
2195
2196 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2197 Use new option `reftex-index-phrase-file-extension'.
2198
2199 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2200 `reftex-parse-file-extension'.
2201
2202 2000-01-05 Dave Love <fx@gnu.org>
2203
2204 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2205 (beginning-of-defun-raw): Use it.
2206 (end-of-defun): New variable.
2207 (end-of-defun): Use it.
2208 (check-parens): New command.
2209
2210 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2211
2212 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2213 (hs-show-block): Don't use `mapcar' when not accumulating.
2214
2215 Fix buglet in local variables initialization.
2216
2217 2000-01-05 Andreas Schwab <schwab@suse.de>
2218
2219 * hscroll.el (hscroll): Doc fix.
2220
2221 2000-01-05 Carsten Dominik <cd@gnu.org>
2222
2223 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2224 idlw-toolbar.
2225
2226 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2227 file idlw-rinfo.el.
2228 (idlwave-customize): load must read file idlw-shell.el.
2229 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2230
2231 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2232
2233 * progmodes/idlw-shell.el: Also provide idlwave-shell
2234 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2235 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2236
2237 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2238 both reftex-dcr and reftex-vcr.
2239
2240 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2241
2242 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2243
2244 * ps-print.el: PostScript code now is in separate files, doc fix.
2245 (ps-print-version): New version number (5.0.3).
2246 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2247 local.
2248 (ps-spool-config): Initialization fix.
2249 (ps-print-prologue-1, ps-print-prologue-2)
2250 (ps-print-duplex-feature): PostScript code moved to separated file.
2251 (ps-background-image): Little code reformating.
2252 (ps-begin-file, ps-begin-job): Fix code.
2253 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2254 (ps-prologue-file): New fun.
2255
2256 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2257
2258 * ps-vars.el: Eliminated.
2259
2260 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2261 `;;;###autoload'.
2262
2263 * ps-print.el: ps-vars eliminated, doc fix.
2264 (ps-print-version): New version number (5.0.2).
2265 (ps-spool-config): Initialization fix.
2266 (ps-print-customize): New fun.
2267
2268 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2269
2270 * autorevert.el (auto-revert-mode): Return value of
2271 auto-revert-mode.
2272
2273 2000-01-04 Dave Love <fx@gnu.org>
2274
2275 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2276 menu items.
2277
2278 2000-01-03 Dave Love <fx@gnu.org>
2279
2280 * elide-head.el (elide-head) [defgroup]: Add :version.
2281
2282 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2283 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2284 `cl-hash-table-p', not `hash-table-p'.
2285 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2286
2287 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2288
2289 * faces.el (face-read-integer, read-face-attribute)
2290 (color-defined-p, color-values): unspecified-{f,b}g are now
2291 strings.
2292
2293 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2294
2295 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2296 at comment end, and re-insert them after filling.
2297
2298 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2299
2300 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2301 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2302 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2303
2304 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2305
2306 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2307 the new name of face-color-supported-p.
2308
2309 * term/w32-win.el (xw-defined-colors): Likewise.
2310
2311 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2312
2313 * simple.el (completion-setup-function): Count completion-size
2314 from minibuffer-prompt-end, not from point-min.
2315
2316 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2317
2318 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2319 Pass the frame to tty-color-* functions.
2320 (display-color-p, frame-set-background-mode): Pass the frame to
2321 tty-display-color-p.
2322
2323 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2324 tty-color-alist.
2325 (tty-color-alist, tty-modify-color-alist): New functions.
2326 (tty-color-define, tty-color-clear, tty-color-approximate)
2327 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2328 an optional parameter FRAME.
2329
2330 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2331
2332 * image.el (create-image, defimage): Don't assume image data is a
2333 string.
2334
2335 * image.el (defimage): Handle specifications containing :data
2336 instead of :file.
2337 (image-type-from-data): New function.
2338 (image-type-from-file-header): Use it.
2339 (create-image): Add parameter DATA-P.
2340
2341 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2342
2343 * echistory.el (electric-command-history): Call Command-history-setup
2344 and command-history-mode using their new conventions.
2345
2346 * chistory.el (Command-history-setup): Don't switch buffers. Take
2347 no args, and do not set major-mode, mode-name or the local map.
2348 (command-history-mode): New function, does some of those things
2349 Command-history-setup used to do.
2350 (list-command-history): Call command-history-mode, not
2351 Command-history-setup.
2352 (command-history): Renamed from command-history-mode.
2353
2354 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2355
2356 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2357
2358 1999-12-31 William M. Perry <wmperry@aventail.com>
2359
2360 * image.el (defimage): Images with the `:data' keyword should be
2361 considered valid as well.
2362
2363 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2364
2365 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2366 with FILE if FILE is nil.
2367
2368 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2369
2370 * simple.el (choose-completion-string): In minibuffer,
2371 do not delete the prompt string.
2372
2373 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2374
2375 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2376 assigned to mode-line-mode-menu because bindings.el is dumped with
2377 Emacs, and thus the lists used for menu-item definition will be
2378 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2379 like pure menu item definitions.
2380
2381 * expand.el (expand-abbrev-hook): Return t if expansion was
2382 done, nil otherwise.
2383
2384 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2385
2386 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2387 (tar-quit): Function deleted.
2388
2389 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2390
2391 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2392 was used but not declared.
2393
2394 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2395 hs-find-block-beginning): Add or modify docstrings.
2396
2397 (hs-isearch-show): Rewrite.
2398
2399 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2400
2401 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2402
2403 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2404 space in front of a C-style comment end.
2405
2406 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2407
2408 * startup.el (command-line-1): Make mode line mouse-sensitive for
2409 the MS-DOS version as well.
2410
2411 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2412
2413 * bs.el: New file.
2414
2415 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2416
2417 * textmodes/ispell.el (ispell-process-line):
2418 Add local var line-offset to adjust for the change
2419 in positions within the line, due to previous replacements.
2420
2421 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2422
2423 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2424 Doc fixes.
2425
2426 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2427
2428 * add-log.el (change-log-version-number-regexp-list)
2429 (change-log-version-info-enabled): Change :version to 21.1.
2430 (toplevel): Require CL when compiling.
2431
2432 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2433
2434 * add-log.el (change-log-version-number-regexp-list): Added tag
2435 :version 20.6
2436 (change-log-version-info-enabled): Added tag :version 20.6
2437
2438 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2439
2440 * add-log.el: More general version number search with
2441 user-configurable regexp list.
2442 (change-log-version-number-regexp-list): New user variable.
2443 (change-log-find-version): Rewritten. Use user-configurable
2444 version numbering regexp list
2445 change-log-version-number-regexp-list.
2446 (change-log-find-version): Renamed to
2447 change-log-version-number-search
2448 (add-log-file-name-function): New.
2449 (change-log-search-vc-number): Added END paramaeter. Added doc
2450 string to function.
2451 (change-log-version-rcs): Renamed. Was
2452 change-log-search-vc-number.
2453
2454 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2455
2456 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2457 overlays if they interfere.
2458 (compilation-find-file): Make intangible overlays tangible.
2459
2460 * progmodes/hideshow.el: Generally, synch w/ maintainer
2461 version 5.9.
2462
2463 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2464
2465 (hs-minor-mode-hook): Don't initialize.
2466
2467 (hs-special-modes-alist): Rewrite value and docstring.
2468
2469 (hs-minor-mode-prefix): Delete unused var.
2470
2471 (hs-block-start-mdata-select): New var, buffer local.
2472
2473 (hs-headline): New var.
2474
2475 (hs-match-data, hs-forward-sexp): New funcs.
2476
2477 (hs-hide-comment-region): New func.
2478
2479 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2480 hs-safety-is-job-n, hs-hide-initial-comment-block,
2481 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2482 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2483 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2484 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2485 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2486
2487 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2488 (hs-isearch-show-temporary): New funcs.
2489
2490 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2491
2492 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2493
2494 When constructing menu, use `[(shift button2)]' notation.
2495
2496 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2497
2498 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2499 (jka-compr-compression-info-list): Add new elt to each vector.
2500 (jka-compr-write-region): Don't compress the data if it is
2501 already compressed.
2502
2503 * jka-compr.el (jka-compr-really-do-compress): New variable.
2504 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2505 if visiting.
2506 (jka-compr-write-region): Set jka-compr-really-do-compress
2507 if visiting. Test it when deciding to compress.
2508
2509 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2510
2511 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2512 with third argument t.
2513
2514 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2515
2516 * antlr-mode.el: Version 1.2 is released.
2517 (antlr): This package has a web page.
2518
2519 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2520
2521 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2522 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2523 (antlr-mode-map): New binding [C-c C-c].
2524 (antlr-mode-menu): New entries.
2525
2526 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2527
2528 * antlr-mode.el: Respect Emacs conventions.
2529 ((require 'cl)): Only use during compilation.
2530 (antlr-language-for-option): New function to avoid using `find'.
2531 (antlr-mode): Use it.
2532 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2533 (antlr-imenu-create-index-function): Change accordingly.
2534 (antlr-inside-rule-p): Ditto.
2535 (antlr-end-of-rule): Ditto.
2536 (antlr-end-of-body): Ditto.
2537 (antlr-beginning-of-rule): Ditto.
2538 (antlr-indent-line): Ditto.
2539
2540 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2541
2542 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2543 (antlr-set-tabs): Don't use hard-coded values.
2544
2545 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2546 won't be possible without a huge time penalty.
2547 (antlr-skip-exception-part): Be more specific.
2548 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2549 Renamed from `antlr-skip-grammar-header'.
2550 (antlr-next-rule): Change accordingly.
2551 (antlr-end-of-body): Ditto. Better error message.
2552 (antlr-beginning-of-body): Better error message.
2553 (antlr-imenu-create-index-function): Skip rule action prelude.
2554
2555 * antlr-mode.el: Minor syntax highlighting changes.
2556 (antlr-font-lock-default-face): Deletia.
2557 (antlr-font-lock-tokendef-face): Changed color.
2558 (antlr-font-lock-tokenref-face): Changed color.
2559 (antlr-font-lock-literal-face): Changed color.
2560 (antlr-font-lock-additional-keywords): Minor changes.
2561
2562 1999-12-20 Carsten Dominik <cd@gnu.org>
2563
2564 * progmodes/idlwave.el: New file.
2565
2566 * progmodes/idlwave-rinfo.el: New file.
2567
2568 * progmodes/idlwave-shell.el: New file.
2569
2570 * progmodes/idlwave-toolbar.el: New file.
2571
2572 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2573
2574 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2575
2576 * progmodes/cwarn.el: New file.
2577
2578 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2579
2580 * bindings.el (completion-ignored-extensions): Add .pdf.
2581
2582 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * version.el: Put the version info into binary on MS-DOS as well.
2585
2586 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2587
2588 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2589 debugger-may-continue is nil.
2590
2591 1999-12-18 Dave Love <fx@gnu.org>
2592
2593 * emacs-lisp/cl-macs.el: Remove conditional definition of
2594 eval-when-compile. Don't specify abs, expt, gethash,
2595 hash-table-count, hash-table-p as side-effect-free here.
2596 (cl-emacs-type): Don't declare.
2597 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2598 (cl-parse-loop-clause): Remove compatibility code.
2599
2600 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2601 (side-effect-free-fns): Add gethash, hash-table-count.
2602 (side-effect-and-error-free-fns): Add hash-table-p.
2603
2604 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2605 `cl-' to autoload names for some hash functions. Don't autoload
2606 eval-when-compile. Don't provide mini-cl.
2607 (cl-emacs-type): Remove.
2608 (cl-map-extents): Remove compatibility code.
2609
2610 * emacs-lisp/float.el: Bind free variables.
2611
2612 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2613
2614 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2615
2616 * bindings.el (completion-ignored-extensions): Add .tfm.
2617
2618 1999-12-16 Dave Love <fx@gnu.org>
2619
2620 * faces.el (set-face-attribute): Purecopy the attributes set.
2621
2622 * custom.el (custom-declare-variable): Purecopy value.
2623
2624 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2625 (byte-extrude-byte-code-vectors): Use remprop.
2626 (byte-compile-lambda): Check that arg is a lambda.
2627
2628 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2629
2630 * font-lock.el: System for adding and removing keywords.
2631 Both local (previously added keyword) and global keywords
2632 can be removed.
2633 (font-lock-remove-keywords): New user-level function.
2634 (font-lock-update-removed-keyword-alist): New internal function.
2635 (font-lock-removed-keywords-alist): New variable.
2636 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2637 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2638 growing datastructures.
2639 (font-lock-set-defaults): Removes keywords stored in
2640 `font-lock-removed-keywords-alist' after local keywords added.
2641
2642 1999-12-16 Anders Lindgren <andersl@andersl.com>
2643
2644 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2645 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2646
2647 * font-lock.el (c-keywords): Only highlight preprocessor
2648 directives when spelled correctly.
2649
2650 * font-lock.el (font-lock-match-c++-structor-declaration,
2651 c++-keywords): Fontify constructors and destructors with function
2652 face inside C++ class declarations.
2653
2654 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2655
2656 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2657 the shell from sh-shell-file.
2658
2659 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2660
2661 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2662
2663 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2664 if one of the files specified cannot be accessed by
2665 file-attributes. Do not strip any leading directories from the
2666 file names, to behave more like `ls' does.
2667
2668 * dired.el (dired-get-filename): Handle absolute file names.
2669 (dired-readin-insert): If argument is a cons, don't print
2670 "wildcard" on the ``total'' line.
2671
2672 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2673
2674 * faces.el (face-read-integer, read-face-attribute)
2675 (color-defined-p, color-values): Allow color values unspecified-fg
2676 and unspecified-bg, handle them as unspecified.
2677
2678 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2679
2680 * textmodes/reftex.el: (reftex-compile-variables): respect new
2681 structure of `reftex-index-macro'
2682 (reftex-compile-variables): Use the changed structure of
2683 `reftex-label-alist'.
2684
2685 * textmodes/reftex-vars.el (reftex-index-math-format,
2686 (reftex-toc-max-level): New option.
2687 reftex-index-phrases-search-whole-words,
2688 reftex-index-phrases-case-fold-search,
2689 reftex-index-phrases-skip-indexed-matches,
2690 reftex-index-phrases-wrap-long-lines,
2691 reftex-index-phrases-sort-prefers-entry,
2692 reftex-index-phrases-sort-in-blocks): New options.
2693 (reftex-index-macros): Option structure changed.
2694 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2695 (reftex-label-alist): Additional item in each entry to specify if
2696 the environment should be listed in the TOC.
2697 (eval-when-compile (require 'cl)) added.
2698
2699 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2700 longer deals with "repeat".
2701 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2702 now used.
2703 (reftex-index-phrases-comment-regexp,
2704 reftex-index-phrases-macrodef-regexp,
2705 reftex-index-phrases-phrase-regexp1,
2706 reftex-index-phrases-phrase-regexp2,
2707 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2708 New constants.
2709 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2710 reftex-index-phrases-font-lock-keywords,
2711 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2712 reftex-index-phrases-restrict-file): New variables.
2713 (reftex-index-phrase-selection-or-word,
2714 reftex-index-visit-phrases-buffer,
2715 reftex-index-initialize-phrases-buffer,
2716 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2717 reftex-index-next-phrase, reftex-index-this-phrase,
2718 reftex-index-all-phrases, reftex-index-region-phrases,
2719 reftex-index-phrases-parse-header,
2720 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2721 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2722 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2723 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2724 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2725 reftex-index-make-replace-string,
2726 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2727 reftex-index-phrase-match-is-indexed,
2728 reftex-index-phrases-fixup-line,
2729 reftex-index-phrases-replace-space,
2730 reftex-index-select-phrases-macro): New functions.
2731 (reftex-index-globalize, reftex-index-globally): functions removed
2732 (eval-when-compile (require 'cl)) added.
2733
2734 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2735 for max level.
2736 (reftex-toc-max-level-indicator): New variable.
2737 (reftex-toc-max-level): New command.
2738 (reftex-toc-map): New keybinding `t'.
2739 (reftex-toc-help): Constant updated.
2740 (eval-when-compile (require 'cl)) added.
2741
2742 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2743 `t' command key can change `reftex-toc-max-level'
2744 (eval-when-compile (require 'cl)) added.
2745
2746 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2747 `reftex-toc-max-level'
2748 (eval-when-compile (require 'cl)) added.
2749
2750 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2751 added.
2752
2753 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2754 added.
2755
2756 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2757 commands.
2758 (reftex-citation, reftex-do-citation,
2759 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2760 preselect a citation format.
2761 (eval-when-compile (require 'cl)) added.
2762
2763 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2764 parameter to-end
2765 (reftex-section-info): Deal with environment matches.
2766 (eval-when-compile (require 'cl)) added.
2767
2768 * reftex-global.el (eval-when-compile (require 'cl)) added.
2769
2770 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2771
2772 The following changes are for the new composition mechanism. We
2773 have deleted `composition' charset and composite characters,
2774 instead introduced a special text property `composition'.
2775
2776 * composite.el: New file.
2777
2778 * ps-mule.el: Define encode-composition-rule and find-composition
2779 for Emacs 20.4 and the earlier versions.
2780 (ps-mule-init-external-library): Just require a feature for
2781 external libraries.
2782 (ps-mule-prologue): Postscript code modified for new composition.
2783 (ps-mule-find-wrappoint): New arg COMPOSITION.
2784 (ps-mule-plot-string): Delete code for composite characaters.
2785 (ps-mule-plot-composition): New funcion.
2786 (ps-mule-prepare-font-for-components): New function.
2787 (ps-mule-plot-components): New function.
2788 (ps-mule-composition-prologue-generated): Renamed from
2789 ps-mule-cmpchar-prologue-generated.
2790 (ps-mule-composition-prologue): New named from
2791 ps-mule-cmpchar-prologue. Modified for new composition.
2792 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2793 ps-mule-prepare-cmpchar-font): Deleted.
2794 (ps-mule-string-encoding): New arg NO-SETFONT.
2795 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2796 check Composing, not Cmpchar
2797 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2798 to nil.
2799 (ps-mule-begin-job): Check existence of new composition.
2800
2801 * ps-print.el (ps-plot-region): Handle new composition.
2802
2803 * simple.el (what-cursor-position): Show "(composed)" if the
2804 character is composed.
2805
2806 * international/characters.el: Fix cateogries of Lao symbols.
2807
2808 * international/fontset.el (vertical-centering-font-regexp): New
2809 variable.
2810
2811 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2812 (mule-version-date): Updated to 1999.12.7.
2813 (with-category-table): New macro.
2814
2815 * international/mule-cmds.el (encode-coding-char): Don't check
2816 composite character.
2817
2818 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2819 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2820 x-ctext): Give `composition' property t.
2821
2822 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2823 non-nil) at the tail of ALIST.
2824 (compose-region, decompose-region, decompse-string,
2825 reference-point-alist, compose-chars): Moved to composite.el.
2826 (compose-chars-component, compose-chars-rule,
2827 decompose-composite-char): Deleted.
2828
2829 * international/quail.el (quail-install-map): New optional arg
2830 NAME.
2831 (quail-get-translation): If DEF is a symbol but not a function,
2832 ignore it.
2833 (quail-start-translation): Put a key sequence undefined in the
2834 translation keymap in unread-command-events, not generated-events.
2835 Return parameterized event (compose-last-chars N) if the input
2836 characters should be composed.
2837 (quail-map-definition): If DEF is t, treat it as nil.
2838 (quail-delete-last-char): Delete the quail region.
2839 (quail-show-translations): Don't show list of translations if the
2840 quail package is deterministic.
2841 (quail-completion-max-depth): New variable.
2842 (quail-completion-1): Pay attention to the above variable. Fix
2843 for the case that a translation is a function.
2844 (quail-map-from-table, quail-map-from-table-1,
2845 quail-map-from-table-2): New functions.
2846 (quail-lookup-map-and-concat): New function
2847
2848 * language/devan-util.el: Mostly rewritten.
2849
2850 * language/lao.el: Register lao-composition-function in
2851 composition-function-table.
2852
2853 * language/lao-util.el: Mostly rewritten.
2854
2855 * language/thai.el: Register thai-composition-function in
2856 composition-function-table.
2857 (thai-tis620): Delete `pre-write-conversion' property.
2858
2859 * language/thai-util.el: (thai-category-table): Make it by
2860 make-category-table.
2861 (thai-composition-pattern): New variable.
2862 (thai-compose-region, thai-compose-string): Use
2863 with-category-table.
2864 (thai-post-read-conversion): Just call thai-compose-region.
2865 (thai-pre-write-conversion): Deleted.
2866 (thai-composition-function): New funciton.
2867
2868 * language/tibet-util.el: Most functions rewritten.
2869 (tibetan-char-p): Renamed from tibetan-char-examin.
2870 (tibetan-composable-examin) (tibetan-complete-char-examin)
2871 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2872 (tibetan-add-components): New function.
2873 (tibetan-composition-function): New function.
2874
2875 * language/tibetan.el: Register tibetan-composition-function in
2876 composition-function-table.
2877 (tibetan-composable-pattern): New variable.
2878 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2879 (tibetan-precomposition-rule-alist): Move punctuations to
2880 tibetan-punctuation-transcription-alist and
2881 tibetan-obsolete-glyphs.
2882 (tibetan-punctuation-transcription-alist): New variable.
2883 (tibetan-obsolete-glyphs): New variable.
2884 (tibetan-regexp): Improve the initialization code.
2885
2886 * textmodes/fill.el (fill-find-break-point): Delete codes for
2887 composite characters.
2888 (fill-region-as-paragraph): Likewise.
2889
2890 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2891
2892 * international/mule-cmds.el (default-input-method): Specify
2893 that it should be set after current-language-environment.
2894
2895 * custom.el (custom-handle-keyword): Add :set-after.
2896 (custom-add-dependencies): New function.
2897 (custom-set-variables): Take dependencies between args into
2898 account.
2899
2900 * battery.el (battery): Doc fix.
2901
2902 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2903
2904 * progmodes/cc-make.el: Removed.
2905
2906 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2907
2908 * Release of cc-mode 5.26
2909
2910 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2911
2912 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2913 target depth. Optionally count #else lines as clause limits,
2914 as suggested by don provan <provan@lucent.com>. #elif
2915 handling fixed.
2916
2917 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2918 (c-down-conditional-with-else): New commands that uses the
2919 added functionality in `c-forward-conditional'.
2920
2921 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2922
2923 * cc-align.el (c-lineup-comment): Preserve the alignment with
2924 a comment on the previous line instead of preserving the
2925 comment-column.
2926
2927 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2928
2929 * Fixes to IDL mode after input from Eric Eide
2930 <eeide@cs.utah.edu>:
2931 * cc-engine.el (c-beginning-of-statement-1): Allow
2932 `c-conditional-key' to be nil, for the benefit of IDL mode.
2933 * cc-engine.el (c-guess-basic-syntax): Ditto.
2934 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2935 but do match CORBA 2.3 `valuetype'.
2936 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2937 for IDL.
2938 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2939 be nil for IDL.
2940 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2941 Like C++.
2942 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2943 set `c-method-key' and `c-baseclass-key' to nil.
2944
2945 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2946
2947 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2948 with nonhanging open braces.
2949
2950 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2951
2952 * cc-align.el: Added docstrings to all lineup functions.
2953
2954 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2955 keyword.
2956
2957 * cc-align.el (c-lineup-C-comments): Handle free form text
2958 comments. Use c-comment-prefix-regexp and comment-start-skip
2959 instead of hardcoded regexps.
2960
2961 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2962
2963 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2964 behavior and return value as documented.
2965
2966 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2967
2968 * Changes for new style variable init system:
2969 * cc-langs.el (c-common-init): Dito.
2970 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2971 now customizable.
2972 * cc-vars.el: Style variables may now take a value
2973 'set-from-style to make them take their value from the style
2974 system. This value is now the default on all these variables.
2975 * cc-vars.el (c-valid-offset): New function to verify a
2976 syntactic symbol offset setting.
2977 * cc-vars.el (c-offsets-alist): Variable moved from
2978 cc-styles.el since it's now customizable in a similar way to
2979 the other style variables.
2980 * cc-vars.el (c-old-style-variable-behavior): New variable to
2981 revert to the old style init behavior.
2982
2983 * cc-vars.el (c-file-style, c-file-offsets): Made always
2984 buffer local.
2985
2986 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2987 the throws clause that might follow the function prototype in
2988 C++.
2989
2990 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2991
2992 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2993 could move forward for macros that doesn't start in column 0.
2994
2995 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2996
2997 * cc-align.el (c-indent-multi-line-block,
2998 c-lineup-whitesmith-in-block): Two new lineup functions for
2999 use in whitesmith style.
3000
3001 * cc-styles.el (c-style-alist): More fixes to whitesmith
3002 style. It should now handle all different braces uniformly in
3003 both hanging and non-hanging cases.
3004
3005 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3006
3007 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3008 make it stay in the same position relative to the surrounding
3009 text.
3010
3011 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3012 when adaptive-fill-mode doesn't manage to get it correct.
3013
3014 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3015 with dotted notation, e.g. foo.bar.Gnu.
3016
3017 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3018 within unwind-protect (previously only some were wrapped so it
3019 would be possible to register mode initialization when full
3020 initialization did not finish).
3021
3022 * cc-styles.el (c-style-alist): Corrected the brace placement
3023 in the whitesmith style. Thanks to Sean Luke
3024 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3025 styles with consistent brace placement for all constructs.
3026
3027 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3028
3029 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3030 when point is in the middle of them.
3031
3032 * cc-cmds.el: Line breaking and paragraph filling code
3033 rewritten:
3034 (c-guess-fill-prefix): New function that uses various
3035 heuristics to guess the comment prefix.
3036 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3037 It now assumes adaptive filling is active to preserve the line
3038 prefix inside comments.
3039 (c-indent-new-comment-line): Replacement for the now
3040 obsolete `c-comment-line-break-function' that uses
3041 `c-guess-fill-prefix' when appropriate. It now observes the
3042 setting of `comment-multi-line', which has effect in C-style
3043 block comments.
3044
3045 * cc-cmds.el (c-context-line-break): New function intended to
3046 be put on RET. It's essentially `newline-and-indent', but
3047 continues C block comments with the appropriate line prefix.
3048
3049 * cc-cmds.el (c-do-auto-fill): New function put on
3050 `normal-auto-fill-function' to implement the
3051 `c-ignore-auto-fill' variable.
3052
3053 * cc-cmds.el (c-beginning-of-statement): Use
3054 `c-comment-prefix-regexp' to avoid ending up inside the
3055 comment prefix. Better handling of comment starters and
3056 enders. Catch comments better when traversing code. Stop at
3057 preprocessor directives.
3058
3059 * cc-defs.el (c-forward-comment): New subst to hide platform
3060 dependent quirks in `forward-comment'.
3061
3062 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3063 argument.
3064 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3065 arguments. Activate this function by default when
3066 `parse-partial-sexp' supports it (currently Emacs 20.x).
3067
3068 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3069 on the comment opener to make constants usable as lineup
3070 arguments.
3071
3072 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3073 changed anchor position in the `c' syntactic symbol. Handle
3074 more than stars in the comment prefix; use the new variable
3075 `c-comment-prefix-regexp'. Don't indent text not preceded by
3076 a comment prefix to the right of the comment opener if it's
3077 long.
3078
3079 * cc-langs.el: Fixes to mode initialization for new line
3080 breaking and paragraph filling method. Adaptive fill mode is
3081 now activated at startup instead of deactivated. The
3082 variables used for adaptive filling and paragraph movement are
3083 also changed to incorporate the value of
3084 `c-comment-prefix-regexp'. `substitute-key-definition' is
3085 used to override some functions in the global map instead of
3086 overriding their default bindings.
3087
3088 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3089 javadoc markup at mode init.
3090
3091 * cc-mode.el (c-setup-filladapt): A new convenience function
3092 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3093 function is intended to be used explicitly by the end user
3094 only.
3095
3096 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3097 recognize the comment fill prefix inside comments.
3098 (c-block-comment-prefix): New name for
3099 `c-comment-contiuation-stars', which is now obsolete. It's
3100 generalized to handle any character sequence.
3101 (c-ignore-auto-fill): New variable used to selectively disable
3102 Auto Fill mode in specific contexts.
3103
3104 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3105
3106 * cc-cmds.el (c-comment-indent): Leave at least one space
3107 between the comment and the last nonblank character in the
3108 case where we look at the indentation of the comment on the
3109 previous line (case 4).
3110
3111 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3112 list of characters that may start a statement (it's a sort of
3113 prefix operator in Pike, and isn't used at all in any of the
3114 other languages).
3115
3116 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3117
3118 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3119 inside continued statements as statement-cont instead of
3120 brace-list-open. The reason is that one normally adjusts
3121 brace-list-open for brace lists as top-level constructs, and
3122 brace lists inside statements is a completely different
3123 context. Case 10B.2 changed. Also changed (the somewhat
3124 esoteric) case 9A to cope with this.
3125
3126 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3127
3128 * cc-cmds.el (c-electric-brace): Added electric handling of
3129 the open brace for brace-elseif-brace.
3130
3131 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3132
3133 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3134 syntax tables temporarily.
3135
3136 * cc-engine.el (c-guess-basic-syntax): Handle template and
3137 member init argument lists split over several lines. Case 5D
3138 changed.
3139
3140 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3141 @throws introduced in Javadoc 1.2.
3142
3143 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3144 patch from RMS to avoid infinite backtracking.
3145
3146 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3147
3148 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3149 by [ ].
3150
3151 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3152
3153 * cc-align.el (c-lineup-dont-change): Compensate properly for
3154 the column in langelem.
3155
3156 * cc-engine.el (c-syntactic-information-on-region): New
3157 function to help debugging the syntactic analysis.
3158
3159 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3160
3161 * cc-align.el (c-lineup-template-args): Handle nested template
3162 arglists.
3163
3164 * cc-langs.el (c++-template-syntax-table): New syntax table
3165 that makes `<' and `>' parenthesis characters, which is useful
3166 to switch to temporarily when analyzing template arglists.
3167
3168 * cc-styles.el: Changed default alignment of labels in the
3169 java style to conform to the examples in the Java Language
3170 Specification.
3171
3172 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3173 by default.
3174
3175 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3176
3177 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3178 immediately before the closing paren in an arglist, so don't
3179 check that in Pike mode. Case 7A changed.
3180
3181 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3182
3183 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3184 lines were ignored under certain conditions.
3185
3186 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3187
3188 * cc-align.el (c-lineup-template-args): New function for
3189 aligning continued template argument lists.
3190
3191 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3192 lists containing function arglists split over several lines.
3193 Case 5D.1 changed.
3194
3195 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3196 template-args-cont didn't get recognized when the first
3197 arglist opener line doesn't contain a template argument. New
3198 case 5K.
3199
3200 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3201
3202 * cc-defs.el (c-point): Changed from subst to macro for
3203 efficiency.
3204 (c-beginning-of-defun-1, c-end-of-defun-1): New
3205 beginning-of-defun/end-of-defun wrappers separated from
3206 c-point.
3207
3208 * cc-menus.el (imenu-generic-expression,
3209 imenu-case-fold-search, imenu-progress-message): Dummy
3210 definitions to avoid compiler warnings if imenu can't be
3211 loaded.
3212 * cc-menus.el (cc-imenu-init): New function called at mode
3213 init.
3214 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3215 imenu initializations to cc-imenu-init.
3216
3217 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3218
3219 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3220 for lambda-intro-cont in Pike mode. Case 6 changed.
3221
3222 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3223 anything following "new Foo()" was considered an anonymous
3224 class body in Java mode.
3225
3226 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3227
3228 * cc-cmds.el (c-comment-line-break-function): When breaking in
3229 a string, don't insert a new line.
3230
3231 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3232
3233 * cc-engine.el (c-at-toplevel-p): New interface function which
3234 returns information useful to add-on authors. It tells you
3235 whether you're at a toplevel statement or not.
3236
3237 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3238
3239 * cc-cmds.el (c-comment-line-break-function): It is possible
3240 that forward-line does not land us at the bol, say if we're on
3241 the last line in a file. In that case, do a
3242 back-to-indentation instead of a forward-comment -1.
3243
3244 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3245
3246 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3247 "default:" as normal label in case 4.
3248
3249 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3250
3251 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3252 recognize continued bitfield declarations. Case 5D.1 changed.
3253 * cc-langs.el: New variable c-bitfield-key.
3254 * cc-mode.el: New variable c-bitfield-key.
3255
3256 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3257
3258 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3259 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3260 ..}").
3261
3262 1999-12-12 Dave Love <fx@gnu.org>
3263
3264 * mail/footnote.el: Require cl when compiling. Don't autoload
3265 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3266 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3267 Avoid `acons'.
3268 (footnote-mode-line-string, Footnote-add-footnote): Remove
3269 autoload cookie.
3270
3271 1999-12-12 Richard Sharman <rsharman@pobox.com>
3272
3273 * sh-script.el: Fix for when font-lock mode is active.
3274 (sh-font-lock-unfontify-region-function): New function.
3275
3276 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3277
3278 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3279 if start-process is not bound, since Ispell now supports such
3280 platforms as well.
3281
3282 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3283
3284 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3285 rmail-summary-goto-msg.
3286
3287 * files.el (after-find-file): Fix previous change.
3288
3289 1999-12-11 Dave Love <fx@gnu.org>
3290
3291 * help.el (where-is): Use `commandp' as predicate for
3292 `completing-read'
3293
3294 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3295
3296 * cus-edit.el (custom-save-delete): Delete all occurrences,
3297 leave point where the first occurrence was.
3298 (custom-save-faces): Insert a newline at the end of the comment.
3299 Avoid a double newline there.
3300 If final closeparen is at bol, put a space before it.
3301 (custom-save-variables): Likewise.
3302 (custom-file): Doc fix.
3303
3304 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3305
3306 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3307 regexp matching image and audio files.
3308
3309 1999-12-09 Dave Love <fx@gnu.org>
3310
3311 * mail/footnote.el: New file.
3312
3313 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3314
3315 * files.el (after-find-file): Use auto-save-visited-file-name if
3316 set.
3317
3318 * mail/feedmail.el (feedmail-find-eoh): Take
3319 feedmail-queue-alternative-mail-header-separator into account.
3320
3321 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3322
3323 * smerge-mode.el: New file.
3324
3325 * font-lock.el (font-lock-multiline): New variable.
3326 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3327 (font-lock-remove-keywords): Added a dummy `mode' argument for
3328 potential future support.
3329 (font-lock-fontify-anchored-keywords,
3330 (font-lock-fontify-keywords-region): Only handle multiline strings
3331 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3332
3333 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3334
3335 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3336
3337 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3338
3339 1999-12-07 Dave Love <fx@gnu.org>
3340
3341 * help.el (view-emacs-problems): New command, bound to C-h P.
3342
3343 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3344
3345 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3346
3347 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3348 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3349 New code to support the minor mode version.
3350 (diff-recenter): New function.
3351 (diff-next-hunk, diff-next-file): Use it.
3352 (diff-remembered-files-alist): New var.
3353 (diff-merge-strings): New function.
3354 (diff-find-file-name): Make it smarter and use the user's input more.
3355 (diff-mode): Cosmetic changes.
3356
3357 * files.el (save-some-buffers): Turn EXITING into the more general
3358 PRED argument to allow specifying a subset of buffers.
3359
3360 * simple.el (kill-region): Use the new `delete-and-extract-region'
3361 rather than the undo log (which is incorrect with *-change-functions).
3362
3363 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3364 off-by-one problem that could force re-fontifying the whole buffer.
3365 (font-lock-remove-keywords): New function.
3366 (font-lock-add-keywords): Use the new function to ensure idempotence.
3367
3368 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3369
3370 * viper-cmd.el (viper-minibuffer-standard-hook,
3371 viper-minibuffer-real-start): Mew functions.
3372 (viper-read-string-with-history,viper-file-add-suffix,
3373 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3374 change in the status of the minibuffer prompt.
3375
3376 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3377
3378 * comint.el (comint-redirect-results-list)
3379 (comint-redirect-results-list-from-process): Remove interactive
3380 spec.
3381
3382 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3383
3384 * info.el (info-node, info-menu-5, info-xref): Define colors for
3385 Info faces if the display supports them.
3386
3387 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3388
3389 Changes for automatic remapping of X colors on terminal frames:
3390
3391 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3392 term-setup-hook. Call msdos-remember-default-colors and
3393 msdos-handle-reverse-video.
3394 (msdos-face-setup): Parts of code moved to
3395 msdos-setup-initial-frame.
3396 (msdos-handle-reverse-video): New function, modeled after
3397 x-handle-reverse-video.
3398 (make-msdos-frame): Don't use initial-frame-alist and
3399 default-frame-alist. Call msdos-handle-reverse-video.
3400 (msdos-color-aliases): Remove.
3401 (msdos-color-translate, msdos-approximate-color): Remove.
3402 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3403 for better approximation of X colors.
3404 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3405 up tty-color-alist (it is now on startup.el).
3406 (x-display-color-p, x-color-defined-p, x-color-values,
3407 x-defined-colors, face-color-supported-p, face-color-gray-p):
3408 Remove.
3409
3410 * facemenu.el (facemenu-read-color, list-colors-display): Use
3411 defined-colors for all frame types.
3412 (facemenu-color-equal): Use color-values for all frame types.
3413
3414 * faces.el (read-face-attribute): For :foreground and :background
3415 attributes and frames on character terminals, translate the color
3416 to the closest supported one before looking it up in the list of
3417 valid values.
3418 (face-valid-attribute-values): Call defined-colors for all types
3419 of frames.
3420 (defined-colors, color-defined-p, color-values, display-color-p):
3421 New finctions.
3422 (x-defined-colors, x-color-defined-p, x-color-values,
3423 x-display-color-p): Aliases for the above.
3424
3425 * startup.el (command-line): Register terminal colors for frame
3426 types other than x and w32, but only if the terminal supports
3427 colors. Call tty-color-define instead of face-register-tty-color.
3428
3429 * term/x-win.el (xw-defined-colors): Renamed from
3430 x-defined-colors.
3431 * term/w32-win.el (xw-defined-colors): Likewise.
3432
3433 * term/tty-colors.el: New file.
3434 * loadup.el: Load term/tty-colors.
3435
3436 1999-12-06 Dave Love <fx@gnu.org>
3437
3438 * ffap.el: Autoload the ffap alias directly.
3439
3440 1999-12-06 Inge Frick <inge@nada.kth.se>
3441
3442 * dired-aux.el (dired-do-shell-command): Changed documentation.
3443 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3444 meaning as `*'.
3445
3446 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3447
3448 * simple.el (insert-buffer): Doc fix.
3449
3450 * apropos.el (apropos-mode): Add autoload cookie.
3451
3452 1999-12-06 Sam Steingold <sds@goems.com>
3453
3454 * progmodes/etags.el (etags-tags-completion-table): Modified the
3455 regexp to allow for the CL symbols starting with `+*'.
3456 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3457 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3458 `function' quoting lambda.
3459 (tags-with-face): New macro.
3460 (list-tags, tags-apropos): Use it.
3461 (tags-apropos-additional-actions): New user option.
3462 (etags-tags-apropos-additional): Use it.
3463 (tags-apropos): Call etags-tags-apropos-additional.
3464 (tags-apropos-verbose): New user option.
3465 (etags-tags-apropos): Use it.
3466 (visit-tags-table-buffer, next-file): Use `unless'.
3467 (recognize-empty-tags-table): Renamed to
3468 tags-recognize-empty-tags-table.
3469 (complete-tag): Call tags-complete-tag bypassing try-completion.
3470
3471 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3472
3473 * international/mule.el (set-buffer-file-coding-system): Docstring
3474 modified.
3475
3476 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3477
3478 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3479 using the hideshow package.
3480 (hs-special-modes-alist): Added entry for bibtex to allow the use
3481 of the hideshow package.
3482 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3483 not longer provided by bibtex.el directly. Instead the hideshow
3484 package should be used.
3485 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3486 references to bibtex-hide-entry-bodies.
3487
3488 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3489
3490 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3491 maintainer information closer to the beginning of the bibtex.el
3492 file.
3493 (bibtex-maintainer-salutation): New constant.
3494 (bibtex-version): New constant.
3495 (bibtex-submit-bug-report): Use bibtex-version and
3496 bibtex-maintainer-salutation.
3497 (bibtex-entry-field-alist): Made booktitle field optional for
3498 @inproceedings entries when crossreferenced.
3499 (bibtex-entry-field-alist): Added booktitle field to proceedings
3500 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3501 for the suggestion.
3502 (bibtex-string-file-path): Fixed typo.
3503
3504 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3505
3506 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3507 for reftex.el.
3508 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3509 to menu.
3510
3511 1999-12-04 Dave Love <fx@gnu.org>
3512
3513 * delsel.el: Revert previous change -- region is significant to
3514 skeleton.
3515
3516 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3517
3518 * viper-cmd.el (viper-change-state): Use
3519 viper-ESC-moves-cursor-back to decide whether to move the cursor
3520 back.
3521
3522 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3523
3524 * international/mule-util.el (truncate-string-to-width): Docsting
3525 fixed.
3526
3527 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3528
3529 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3530 use of `cond'.
3531 (lm-with-file): Move all the find-file...kill-buffer stuff into
3532 this macro. Make it use `find-file-noselect' and make it kill
3533 the buffer only if it wasn't already displayed somewhere.
3534 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3535 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3536 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3537 (lm-commentary): Fix to handle the case when the change log is
3538 at the end of the file.
3539
3540 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3541
3542 * international/mule.el (charsetp): Fix typo in docstring.
3543
3544 * international/mule-diag.el (list-coding-categories): Fix typo;
3545 automatic -> autoload.
3546
3547 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3548
3549 * vc.el (vc-update-change-log): Look for rcs2log under
3550 exec-directory.
3551
3552 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3553 outline-regexp, add outline-level.
3554 (lisp-outline-level): New.
3555
3556 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3557 remove extraneous string-match.
3558
3559 * finder.el (finder-commentary): Activate Finder mode.
3560
3561 1999-12-01 Anders Lindgren <andersl@andersl.com>
3562
3563 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3564 off when reverting buffers that contained mode specifiers.
3565 `revert-buffer' is now called with non-nil PRESERVE-MODES
3566 argument.
3567
3568 1999-12-01 Dave Love <fx@gnu.org>
3569
3570 * delsel.el: Grok skeleton-pair-insert-maybe.
3571
3572 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3573
3574 * progmodes/cperl-mode.el (cperl-under-as-char):
3575 Use nil as default.
3576
3577 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3578
3579 * speedbar.el (toplevel): Remove compatibility code for Emacs
3580 versions without custom.el.
3581
3582 1999-11-30 Dave Love <fx@gnu.org>
3583
3584 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3585
3586 * autoinsert.el: Minor doc fixes.
3587 (auto-insert): Return nil.
3588
3589 * faces.el (set-face-documentation): Purecopy STRING.
3590
3591 1999-11-29 Dave Love <fx@gnu.org>
3592
3593 * derived.el: Doc fixes, remove old backquote syntax.
3594
3595 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3596 comment warning about editing.
3597
3598 * help.el (help-mode-hook): Define.
3599
3600 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3601
3602 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3603 invalid translation of old-style backquote syntax to new syntax.
3604
3605 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3606
3607 * Makefile (DONTCOMPILE): Add term/internal.el.
3608
3609 1999-11-26 Dave Love <fx@gnu.org>
3610
3611 * comint.el: Fix last change.
3612
3613 * emacs-lisp/advice.el: Fix last change.
3614
3615 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3616
3617 * cus-edit.el (Custom-reset-standard): Doc fix.
3618 (custom-variable-reset-standard): Doc fix.
3619 (custom-face-reset-standard): Doc fix.
3620 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3621 (custom-variable-menu): Likewise.
3622 (custom-reset-menu): Likewise.
3623 (custom-buffer-create-internal): Likewise.
3624
3625 1999-11-26 Dave Love <fx@gnu.org>
3626
3627 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3628
3629 * font-lock.el: Doc fixes.
3630
3631 * menu-bar.el (menu-bar-mode): Customize.
3632
3633 * cus-start.el: Add use-dialog-box.
3634
3635 * add-log.el (change-log-mode-hook): Customize.
3636 (add-log-current-defun): Use
3637 fortran-{beginning,end}-of-subprogram.
3638
3639 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3640
3641 * emacs-lisp/advice.el: Many doc fixes.
3642
3643 * comint.el (comint-preoutput-filter-functions): Doc fix.
3644
3645 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3646
3647 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3648 Improve messages for capitalization of arg names,
3649 for flag variables, for t and nil, for imperatives.
3650 Call them imperatives rather than infinitives sans "to".
3651 (checkdoc-common-verbs-wrong-voice): Add "moves".
3652 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3653
3654 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3655 Don't convert comments from 3-semicolon to 2-semicolon.
3656 That is a matter of style.
3657 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3658 (checkdoc-comments): Don't bind that variable.
3659
3660 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3661
3662 * files.el (write-file-hooks): Doc fix.
3663
3664 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3665
3666 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3667
3668 1999-11-25 Dave Love <fx@gnu.org>
3669
3670 * hippie-exp.el: Require comint when compiling.
3671 (hippie-expand): Add :links.
3672 (hippie-expand-try-functions-list): Customize.
3673
3674 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3675
3676 * viper*el: Replaced old-style backquotes.
3677
3678 * ediff*el: Replaced old-style backquotes.
3679
3680 * ediff-merge
3681 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3682 Changed to support the new format for ediff-combination-pattern.
3683
3684 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3685 Changed to support the new format for ediff-combination-pattern.
3686
3687 1999-11-24 Dave Love <fx@gnu.org>
3688
3689 * custom.el (custom-declare-group): Purecopy DOC.
3690 (custom-handle-keyword): Purecopy VALUE.
3691 (custom-add-link): Purecopy WIDGET.
3692 (custom-add-version): Purecopy VERSION.
3693 (custom-add-load): Purecopy LOAD.
3694
3695 * cus-face.el (custom-declare-face): Purecopy DOC.
3696
3697 * info.el:
3698 (Info-build-node-completions, Info-search, Info-follow-reference)
3699 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3700 (Info-find-emacs-command-nodes): Avoid properties on matched text
3701 which may appear in minibuffer.
3702
3703 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3704
3705 * locate.el (locate-with-filter): Doc fix.
3706
3707 1999-11-24 Alex Schroeder <alex@gnu.org>
3708
3709 * sql.el (sql-find-sqli-buffer): New function.
3710 (sql-set-sqli-buffer-generally): New function.
3711 (sql-set-sqli-buffer): Better checking of new-buffer.
3712 (sql-copy-column): Add comma after INTO clause, too.
3713
3714 1999-11-24 Alex Schroeder <alex@gnu.org>
3715
3716 * sql.el (sql-imenu-generic-expression): New, used to set
3717 imenu-generic-expression.
3718
3719 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3720 setting font-lock-defaults' SYNTAX-ALIST. Set
3721 imenu-generic-expression, imenu-case-fold-search, and
3722 imenu-syntax-alist.
3723
3724 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3725 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3726
3727 1999-11-23 Andrew Innes <andrewi@gnu.org>
3728
3729 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3730 drop coords aren't over a specific window.
3731
3732 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3733
3734 * ps-print.el: Define mule funs without checking if mule package is
3735 loaded.
3736 (ps-print-version): New version number (5.0.1).
3737 (ps-header-dirpart): Now uses abbreviate-file-name.
3738
3739 1999-11-23 Dave Love <fx@gnu.org>
3740
3741 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3742 comment-line-start.
3743 (fortran-comment-line-start-skip): Renamed from
3744 comment-line-start-skip.
3745 (fortran-mode-map): Use renamed functions. Add manual and custom
3746 entries to menu.
3747 (fortran-mode-hook): Customize.
3748 (fortran-comment-indent-function): Renamed from
3749 fortran-comment-hook.
3750 (delete-horizontal-regexp): Function deleted.
3751 (fortran-electric-line-number): Simplified.
3752 (fortran-beginning-of-subprogram): Renamed from
3753 beginning-of-fortran-subprogram.
3754 (fortran-end-of-subprogram): Renamed from
3755 end-of-fortran-subprogram.
3756 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3757 (fortran-previous-statement, fortran-next-statement): Simplified.
3758 (fortran-blink-match): New function.
3759 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3760 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3761 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3762 line-end-position.
3763 (fortran-fill): No longer interactive. Simplified.
3764 (fortran-break-line): Simplified.
3765 (fortran-analyze-file-format): Use char-after, not looking-at.
3766
3767 * emacs-lisp/find-func.el (find-function-regexp): Use
3768 `define-minor-mode' after easy-menu change.
3769
3770 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3771
3772 * comint.el: Add redirection.from active comint buffers into
3773 another buffer. Written by Peter Breton.
3774
3775 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3776
3777 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3778 `define-minor-mode'.
3779 (define-minor-mode): Specify `doc-string-elt'.
3780
3781 * emacs-lisp/easy-mmode.el: Changed maintainer.
3782 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3783 Use defcustom for the hooks; Improve the auto-generated docstrings.
3784 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3785 (define-minor-mode): Add BODY arg; Only declare the keymap if
3786 provided; Improve the auto-generated docstrings.
3787
3788 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3789
3790 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3791 that the leading `^' is at the start. This is necessary because
3792 paragraphs.el tries to remove anchors, but can find them only if
3793 they are the first character.
3794
3795 * progmodes/antlr-mode.el: New file.
3796
3797 * calendar/calendar.el: Fix autoload for
3798 calendar-absolute-from-astro. Add autoload for
3799 calendar-print-astro-day-number.
3800
3801 1999-11-21 Anders Lindgren <andersl@andersl.com>
3802
3803 * follow.el: Use modern backquote syntax. Minor comment update.
3804
3805 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3806
3807 * simple.el (with-syntax-table): Don't switch buffers.
3808
3809 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3810 progmodes/hideif.el: Use new backquote syntax.
3811
3812 1999-11-21 Ken Manheimer <klm@python.org>
3813
3814 * icomplete.el (icomplete-completions): Use an explicit variable
3815 `icomplete-prospects-length', obviating the need to use an
3816 apparently faulty throw/catch arrangement.
3817
3818 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3819
3820 * term/internal.el (IT-display-table-setup): Don't overstep
3821 character code 255.
3822
3823 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3824
3825 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3826 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3827
3828 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3829
3830 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3831 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3832
3833 * files.el (auto-mode-alist): Add patterns for diff-mode.
3834
3835 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3836 to detect an empty prompt.
3837
3838 1999-11-18 Dave Love <fx@gnu.org>
3839
3840 * simple.el (input-mode-8-bit): Fix the customization.
3841
3842 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3843
3844 * international/iso-acc.el (iso-languages): Add more
3845 characters for Portuguese.
3846
3847 * speedbar.el: Clean up comment at the start of the file.
3848 Remove RCS id.
3849
3850 * progmodes/compile.el (compilation-parse-errors): Use
3851 compilation-buffer-p instead of testing major-mode.
3852
3853 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3854
3855 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3856 (quickurl-ask): completion-ignore-case is set to the value of
3857 quickurl-completion-ignore-case for the duration of the call to
3858 completing-read.
3859
3860 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3861
3862 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3863
3864 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3865
3866 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3867 instead of ps-print-def.
3868
3869 * ps-print.el: Require ps-vars instead of ps-print-def.
3870
3871 * ps-mule.el: Require ps-vars instead of ps-print-def.
3872
3873 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3874
3875 * simple.el (with-syntax-table): Save buffer explicitly instead of
3876 using save-excursion.
3877
3878 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3879
3880 * mail/supercite.el: New maintainer.
3881
3882 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3883
3884 * progmodes/vhdl-mode.el: Use new backquote syntax.
3885
3886 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3887
3888 * simple.el (with-syntax-table): New.
3889
3890 1999-11-15 Sam Steingold <sds@ksp.com>
3891
3892 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3893
3894 1999-02-22 Sam Steingold <sds@goems.com>
3895
3896 * goto-addr.el (goto-address-at-mouse,
3897 goto-address-find-address-at-point): Use compose-mail.
3898 (goto-address-mail-method): Removed variable.
3899 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3900 goto-address-send-using-mail): Removed functions.
3901
3902 1998-11-03 Sam Steingold <sds@goems.com>
3903
3904 * simple.el (backward-delete-char-untabify):
3905 backward-delete-char-untabify-method can be `all' now - to delete
3906 hungrily including newlines.
3907
3908 1999-11-15 Sam Steingold <sds@ksp.com>
3909
3910 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3911
3912 1999-11-15 Dave Love <fx@gnu.org>
3913
3914 * cus-edit.el (customize-face, customize-face-other-window):
3915 Require match from completing-read.
3916 (custom-buffer-done-function): Default to custom-bury-buffer, not
3917 bury-buffer.
3918
3919 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3920
3921 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3922 progmodes/cperl-mode.el: Use new backquote syntax.
3923
3924 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3925
3926 * uniquify.el: Use new backquote syntax.
3927
3928 1999-11-14 Markus Rost <rost@ias.edu>
3929
3930 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3931 as in ispell-local-dictionary-alist.
3932
3933 1999-11-14 Alex Schroeder <alex@gnu.org>
3934
3935 * ansi-color.el (ansi-color-apply): Updated regexps to include
3936 highlighted face.
3937
3938 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3939
3940 * forms.el (forms--make-format-elt-using-text-properties):
3941 Treat `intangible' differently.
3942
3943 * forms.el: Use new backquote syntax.
3944
3945 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3946
3947 * textmodes/scribe.el (scribe-mode): Doc-fix.
3948
3949 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3950
3951 * net-utils.el (run-network-program, net-utils-run-program): Use
3952 the new backquote syntax.
3953 (smbclient-program, smbclient-program-options)
3954 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3955 variables
3956 (smbclient, smbclient-list-shares): New functions
3957
3958 1999-11-12 Sam Steingold <sds@ksp.com>
3959
3960 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3961 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3962 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3963 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3964 (viper-kbd-global-pair, viper-kbd-global-definition):
3965 Use the new backquote syntax.
3966
3967 * emulation/viper-cmd.el (viper-test-com-defun)
3968 (viper-prefix-arg-value, viper-prefix-arg-com):
3969 Use the new backquote syntax.
3970
3971 * emacs-lisp/debug.el (debugger-env-macro):
3972 Use the new backquote syntax.
3973
3974 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3975 Use the new backquote syntax.
3976
3977 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3978 New user variable.
3979 (calendar-hide-window): Use it.
3980 (increment-calendar-month, calendar-for-loop, calendar-sum):
3981 Use the new backquote syntax.
3982
3983 1999-11-12 Andrew Innes <andrewi@gnu.org>
3984
3985 * select.el (x-set-selection): Call buffer-substring, not
3986 substring. Also fix docstring
3987
3988 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3989
3990 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3991 of customizable variables to bug report message. Added
3992 system-type to package name in bug report.
3993
3994 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3995
3996 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3997 to display file names.
3998
3999 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4000
4001 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4002
4003 * isearch.el: Add lazy-highlighting feature.
4004
4005 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4006
4007 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4008 constant.
4009 (ps-mode-submit-bug-report): New function. Entry added to menu.
4010
4011 1999-11-10 William M. Perry <wmperry@aventail.com>
4012
4013 * mwheel.el: New file to support the new style wheeled mice.
4014
4015 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4016
4017 * startup.el (initial-scratch-message): Add ";;" to the front of
4018 lines in the message.
4019
4020 * files.el (file-local-copy): Remove optional BUFFER argument
4021 because that's not used by anything.
4022
4023 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4024 to-address.
4025
4026 1999-11-08 Markus Rost <rost@ias.edu>
4027
4028 * wid-edit.el (widget-button-click): Wrap with save-excursion
4029 to restore track-mouse in the correct buffer.
4030
4031 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4032
4033 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4034
4035 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4036
4037 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4038 lpr-command to "lp" for some system-types. (copied from lpr.el
4039 Emacs version 20.2.1).
4040
4041 1999-11-04 Markus Rost <rost@ias.edu>
4042
4043 * simple.el (comment-region): Strip off white space at end of
4044 comment-start.
4045
4046 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4047
4048 * faces.el (secondary-selection): Fix wrong color name.
4049
4050 1999-11-04 John Tobey <jtobey@epsilondev.com>
4051
4052 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4053 the default when invoking perldb in a non-Perl buffer, and other
4054 cases involving -e or --.
4055
4056 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4057
4058 * simple.el (previous-matching-history-element)
4059 (next-history-element): Use delete-field instead of erase-field.
4060
4061 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4062 Use delete-field instead of erase-field.
4063
4064 * faces.el (secondary-selection): Change background to yellow.
4065
4066 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4067 find the start of the text. Use field-string to read the user
4068 input.
4069
4070 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4071
4072 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4073 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4074 for compatibility with old face implementation.
4075
4076 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4077 Use erase-field instead of erase-buffer.
4078
4079 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4080 internal-show-cursor with new interface.
4081 (blink-cursor-timer-function): New.
4082 (blink-cursor-start): Use blink-cursor-timer-function.
4083
4084 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4085
4086 * calendar.el (redraw-calendar): Move to nearest date before
4087 redrawing.
4088
4089 * diary-lib.el (simple-diary-display): Reset modeline even if
4090 there are no diary entries since the diary buffer may be displayed.
4091
4092 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4093
4094 * emacs-lisp/debug.el (debug): If noninteractive, display the
4095 backtrace using `message', then exit Emacs.
4096 (debugger-batch-max-lines): New variable.
4097 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4098 Change the messages put at the start, to say that the debugger
4099 was entered.
4100
4101 1999-11-02 Sam Steingold <sds@ksp.com>
4102
4103 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4104
4105 1999-11-01 John Tobey <jtobey@epsilondev.com>
4106
4107 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4108 presence of perl switches other than "-e".
4109
4110 1999-11-01 Markus Rost <rost@ias.edu>
4111
4112 * dired-x.el (dired-smart-shell-command): Use
4113 shell-command-history as in shell-command.
4114
4115 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4116
4117 * userlock.el (ask-user-about-lock): Doc fix.
4118
4119 * frame.el: Doc fixes.
4120
4121 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4122
4123 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4124 of show-cursor.
4125 (blink-cursor-start, blink-cursor-end): Ditto.
4126
4127 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4128
4129 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4130
4131 * window.el (walk-windows): If ALL-FRAMES is a frame,
4132 start on that frame. Use save-selected-window.
4133
4134 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4135
4136 * simple.el (end-of-buffer): Use window-end to find the window end
4137 instead of vertical-motion because this handles variable-height
4138 lines correctly.
4139
4140 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4141
4142 * ediff.el: Version change.
4143
4144 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4145 make sure you are in a good frame before deleting other
4146 windows.
4147 (ediff-file-checked-in-p): Don't consider CVS
4148 files checked in.
4149 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4150 are writing to a newly created empty file.
4151
4152 * ediff-mult.el (ediff-show-session-group-hook): New default.
4153
4154 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4155 First cd to the file directory. reportedly works
4156 better with remote files.
4157
4158 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4159 Use file-name-nondirectory when passing files to CVS.
4160
4161 * ediff-diff.el (ediff-cmp-options): New variable.
4162 (ediff-same-file-contents): Use ediff-cmp-options.
4163
4164 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4165 ediff-get-patch-buffer): Use current buffer if it appears to be a
4166 patch.
4167
4168 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4169 C-g
4170
4171 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4172 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4173 (viper-save-cursor-color,viper-restore-cursor-color):
4174 Improved cursor color handling.
4175 (viper-get-saved-cursor-color-in-replace-mode,
4176 viper-get-saved-cursor-color-in-insert-mode): New functions for
4177 better cursor color handling.
4178
4179 * viper-ex.el (ex-read,ex-edit):
4180 Fixes for correct interpretation of #,%.
4181 (viper-ex): Now works correctly when called from other functions.
4182 (viper-glob-function): New variable.
4183 (viper-ex): Save excursion before doing :global.
4184
4185 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4186
4187 * viper-cmd.el (viper-post-command-sentinel,
4188 viper-insert-state-post-command-sentinel,
4189 viper-insert-state-pre-command-sentinel): Takes better care of
4190 cursor colors.
4191
4192 * viper.el: Version change.
4193
4194 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4195
4196 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4197 that the modeline display was updated *only* when
4198 `whitespace-display-in-modeline' was set, not otherwise.
4199
4200 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4201
4202 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4203 "frac12".
4204
4205 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4206 ad-activate.
4207
4208 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4209
4210 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4211 using fboundp instead of assuming that these are not present in
4212 particular flavors of emacs.
4213 (whitespace-version): Update to 2.8
4214 (whitespace-display-in-modeline): Add custom variable to control
4215 displaying the whitespace errors on the modeline based on
4216 suggestion from <klaus.berndl@sdm.de>
4217 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4218 clean, to enable using as a hook function, as suggested by Puneet
4219 Goel <puneet@computer.org>
4220 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4221 quiet was not set, even with whitespace-auto-cleanup set.
4222 (whitespace-mode-line): Now uses less modeline real estate and
4223 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4224 which is present in the file, and <y> is any type of whitespace
4225 whose check has been suppressed by setting
4226 `whitespace-check-<whitespace-type>' to nil.
4227 (whitespace-unchecked-whitespaces): New function to return the
4228 list of whitespaces for whom checks have been suppressed.
4229 (whitespace-display-unchecked-whitespaces): Renamed to
4230 `whitespace-update-modeline' to reflect its functionality.
4231
4232 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4233
4234 * progmodes/compile.el (compilation-error-regexp-alist):
4235 Undo previous change.
4236
4237 1999-10-28 Dave Love <fx@gnu.org>
4238
4239 * help.el (help-follow): Make arg optional again and really
4240 default to point.
4241
4242 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4243
4244 * paths.el (rmail-file-name): Make it an option.
4245
4246 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4247 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4248 comment fixes.
4249
4250 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4251 MIPS Pro 7.3 compiler error message syntax.
4252
4253 1999-10-27 Dave Love <fx@gnu.org>
4254
4255 * progmodes/compile.el: Checkdoc-inspired fixes.
4256
4257 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4258
4259 * lpr.el (print-buffer): Doc-string fix.
4260
4261 1999-10-27 Dave Love <fx@gnu.org>
4262
4263 * emacs-lisp/advice.el: Doc fixes.
4264 (ad-lemacs-p): Removed.
4265 (advice): Add :link to defgroup.
4266
4267 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4268
4269 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4270 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4271
4272 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4273
4274 * window.el (walk-windows): If ALL-FRAMES is a frame,
4275 start on that frame. Use save-selected-window.
4276
4277 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4278
4279 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4280 ad-activate. All callers changed, including those in data.c.
4281 (ad-activate-internal-off): Renamed from ad-activate-off.
4282 All uses changed.
4283 (ad-activate): Renamed from ad-activate-on. All uses changed.
4284 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4285 Alter the definition of ad-activate-internal, not ad-activate.
4286
4287 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4288
4289 * startup.el (command-line-1): Add support for command line
4290 arguments `file' and `execute'. Fix handling of `visit'.
4291
4292 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4293
4294 * international/mule-cmds.el (read-input-method-name): Handle the
4295 case that the arg DEFAULT is symbol.
4296
4297 * international/mule-diag.el (mule-diag): Handle the case that
4298 default-input-method is symbol.
4299
4300 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4301
4302 * textmodes/tildify.el: New file.
4303
4304 1999-10-25 Sam Steingold <sds@ksp.com>
4305
4306 * Makefile (compile-files): Fixed the "tr" strings.
4307 (EMACS): Set to ../src/emacs.
4308
4309 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4310
4311 * info.el (Info-build-node-completions): Add '("*") to the
4312 completion list.
4313
4314 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4315
4316 * frame.el (auto-raise-mode): When enabling the mode,
4317 immediately raise the selected frame.
4318
4319 * indent.el (indent-region): Doc fix.
4320
4321 * comint.el (comint-output-filter): Make the Comint buffer current
4322 for the comint-preoutput-filter-functions.
4323
4324 * mail/reporter.el: Doc fix.
4325
4326 1999-10-24 Stephen Eglen <stephen@gnu.org>
4327
4328 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4329 that Octave lisp files can also run under XEmacs 20.
4330 (require 'custom) added so that files can run under Emacs 19.34.
4331
4332 * iswitchb.el (iswitchb-default-keybindings): No need to use
4333 read-kbd-macro in keybindings.
4334
4335 1999-10-23 Dave Love <fx@gnu.org>
4336
4337 * elide-head.el: New file.
4338
4339 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4340
4341 * Makefile (compile-files, backup-compiled-files): New targets.
4342 (bootstrap, bootstrap-clean): Ditto.
4343
4344 1999-10-22 Paul Eggert <eggert@twinsun.com>
4345
4346 * international/mule-cmds.c (locale-language-names):
4347 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4348 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4349 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4350 Use Latin-8 for Welsh.
4351 Use Latin-1 for English if "en" is explicitly specified.
4352 Use Latin-1 for Scots Gaelic, Tagalog.
4353 Use Latin-1 (not Latin-4) for Greenlandic.
4354 Use Latin-1 (not Latin-2) for Albanian.
4355 (locale-preferred-coding-systems, locale-language-names):
4356 Remove generic ISO 8859 locales; locale-charset-language-names now
4357 does this.
4358 (locale-charset-language-names): New variable.
4359 (set-locale-environment): Use language name specified by
4360 locale-charset-language-names if its charsets disagree with the
4361 language name specified by locale-language-names.
4362
4363 1999-10-22 Dave Love <fx@gnu.org>
4364
4365 * make-mode.el: Minor doc fixes.
4366
4367 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4368
4369 1999-10-21 Dave Love <fx@gnu.org>
4370
4371 * loadup.el: Add latin-8, latin-9.
4372
4373 1999-10-20 Paul Eggert <eggert@twinsun.com>
4374
4375 * disp-table.el (standard-display-european): Remove undocumented
4376 arg AUTO; no longer used by startup.el. Do not attempt to treat
4377 all non-English language environments as coding system names.
4378 Instead, use the downcased language environment name as a coding
4379 system name if it is one; otherwise, use latin-1.
4380
4381 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4382
4383 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4384 that were split so that part of the comment appeared as Lisp code.
4385
4386 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4387
4388 * ps-bdf.el: Doc fix.
4389
4390 * ps-print-def.el: New file: common definitions for all parts of
4391 ps-print.
4392 (ps-multibyte-buffer): Moved from ps-mule.
4393
4394 * ps-mule.el: File dependence fix.
4395 (ps-multibyte-buffer): Moved to ps-print-def.
4396
4397 * ps-print.el: Doc fix, better customization.
4398 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4399 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4400 (ps-end-file): Doc fix.
4401 (ps-setup, ps-begin-file): Fun fix.
4402 (postscript): New group.
4403 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4404 (ps-print-prologue-1): Adjust PostScript programming.
4405 (ps-print): Adjust group hierarchy.
4406 (ps-print-n-up, ps-print-zebra, ps-print-background,
4407 ps-print-printer)
4408 (ps-print-page): New subgroups.
4409 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4410 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4411 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4412 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4413 (ps-zebra-stripe-height, ps-print-background-image)
4414 (ps-print-background-text, ps-spool-config): Adjust customization.
4415 (dos-ps-printer): Definition eliminated.
4416
4417 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4418
4419 * ps-mule.el: Doc fix, define functions properly if mule package is
4420 loaded or not.
4421 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4422 mule package is loaded or not.
4423
4424 * ps-print.el: Doc fix, n-up printing.
4425 (ps-print-version): New version number (5.0).
4426 (ps-page-dimensions-database): Added document media.
4427 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4428 (ps-page-order, ps-printing-region-p): New vars.
4429 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4430 funs.
4431 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4432 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4433 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4434 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4435 (ps-print-begin-sheet-hook): New hook.
4436 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4437 const.
4438 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4439 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4440 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4441 (ps-count-lines): Changed to defun.
4442 (ps-header-page): Changed to defsubst, fix fun.
4443 (ps-printing-region): Doc fix, adjust programming code.
4444 (ps-output-boolean, ps-background-pages, ps-background-text)
4445 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4446 programming code.
4447
4448 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4449
4450 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4451 (ps-print-version): New version number (4.2).
4452 (ps-spool-config, ps-spool-tumble): New vars.
4453 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4454 programming, new PostScript procedure to handle errors.
4455 (ps-print-prologue-2): Changed to defconst.
4456 (ps-print-duplex-feature): New const: duplex and tumble setting.
4457 (ps-setup, ps-begin-file): Fix funs.
4458 (ps-boolean-capitalized): New fun.
4459
4460 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4461
4462 * Makefile (dontcompilefiles): Obsoleted.
4463 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4464 (EL): Unused.
4465 (temacs): Removed (unused).
4466 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4467 version of the file (necessary for the update to work properly).
4468 (autoloads): Force the use of `pwd`/loaddefs.el.
4469 (updates); Redefined in terms of other targets to reduce redundancy.
4470 (.el.elc): New default rule, just in case you want it.
4471 (compile): Use a single invocation of Emacs.
4472 (bootstrap-compile); Unneeded.
4473 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4474
4475 1999-10-19 Dave Love <fx@gnu.org>
4476
4477 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4478
4479 1999-10-19 Sam Steingold <sds@ksp.com>
4480
4481 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4482 comply with the comment.
4483
4484 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4485
4486 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4487 permanent-local.
4488
4489 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4490
4491 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4492 value: \"lpr\" changed to "lpr"
4493 (ps-mode-version): New constant
4494 (ps-mode-show-version): New function, added key in ps-mode-map
4495 (ps-run-messages): Removed
4496 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4497 ps-run-messages. These keywords now include the value of
4498 ps-run-prompt, making its fontification customizable.
4499 (ps-run-init): Removed \\n from docstring, it is now added when
4500 the value is used
4501 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4502 ps-run-prompt
4503 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4504 customizable variables in doc-string (its equivalent
4505 ps-run-messages was missing in previous version of the doc-string)
4506 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4507 symbols only
4508
4509 1999-10-19 Alex Schroeder <alex@gnu.org>
4510
4511 * ansi-color.el: Complete rewrite.
4512
4513 1999-10-19 Paul Eggert <eggert@twinsun.com>
4514
4515 Fix bootstrapping problems.
4516 Use the system locale to specify Emacs locale defaults.
4517
4518 * international/mule-cmds.el (global-map):
4519 Do not use backquote, because that makes a bootstrapping
4520 problem if you need to recompile all Lisp files using interpreted code.
4521 * international/mule.el (charset-id, charset-bytes,
4522 charset-dimension, charset-chars, charset-width,
4523 charset-direction, charset-iso-final-char,
4524 charset-iso-graphic-plane, charset-reverse-charset,
4525 charset-short-name, charset-long-name, charset-description,
4526 charset-plist): Likewise.
4527 * subr.el (save-match-data): Likewise.
4528
4529 * international/mule-cmds.el
4530 (set-display-table-and-terminal-coding-system): New function,
4531 containing code migrated out of set-language-environment.
4532 (set-language-environment, set-locale-environment): Use it.
4533 (locale-translation-file-name): Moved here from startup.el.
4534 (locale-language-names, locale-preferred-coding-systems):
4535 New vars.
4536 (locale-name-match, set-locale-environment): New functions.
4537
4538 * language/japan-util.el (setup-japanese-environment-internal):
4539 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4540
4541 * startup.el (iso-8859-n-locale-regexp): Remove.
4542 (locale-translation-file-name): Move to mule-cmds.el.
4543 (command-line): Move locale-stuff into set-locale-environment.
4544
4545 1999-10-18 Dave Love <fx@gnu.org>
4546
4547 * abbrev.el (add-abbrev, inverse-add-abbrev)
4548 (expand-region-abbrevs): Remove properties from buffer text.
4549
4550 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4551
4552 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4553 from the mini-buffer, without the prompt.
4554
4555 * simple.el (minibuffer-prompt-end): Return the position
4556 after the prompt, not the position of that last character
4557 of the prompt.
4558
4559 1999-10-17 Miles Bader <miles@gnu.org>
4560
4561 * simple.el: Doc fixes.
4562
4563 1999-10-17 Miles Bader <miles@gnu.org>
4564
4565 * simple.el (previous-matching-history-element, next-history-element):
4566 Change to work correctly even if the point is in the prompt.
4567 (choose-completion-string): Likewise.
4568 (minibuffer-prompt-width): New function (compatibility with old subr).
4569
4570 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4571 When constraining the final position to the current field,
4572 don't use the ONLY-IN-LINE mode of constrain-to-field.
4573
4574 1999-10-17 Miles Bader <miles@gnu.org>
4575
4576 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4577 constrain-to-field.
4578 * textmodes/paragraphs.el (forward-sentence): Likewise.
4579
4580 1999-10-17 Miles Bader <miles@gnu.org>
4581
4582 * simple.el (line-move): Use constrain-to-field to avoid
4583 moving into a prompt.
4584 (previous-complete-history-element): Clarify doc string.
4585 (next-complete-history-element): Likewise.
4586 Use field-beginning instead of point-min.
4587 (next-matching-history-element): Use field-beginning and
4588 erase-field instead of point-min and erase-buffer.
4589 * textmodes/paragraphs.el
4590 (forward-paragraph, forward-sentence): Likewise.
4591 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4592 constrain the kill to an field, as the movement commands now
4593 do this.
4594
4595 1999-10-17 Miles Bader <miles@gnu.org>
4596
4597 * simple.el (previous-matching-history-element): Get the
4598 minibuffer input with field-string instead of buffer-string.
4599 (choose-completion-string): Likewise.
4600 (next-history-element): Likewise.
4601 Erase the minibuffer input with erase-field, not erase-buffer.
4602 Use field-beginning to find the beginning of the input.
4603 * textmodes/paragraphs.el (backward-kill-sentence):
4604 Remove minibuffer-prompt hack.
4605 Constrain to any input field.
4606
4607 1999-10-17 Sam Steingold <sds@ksp.com>
4608
4609 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4610 for CMUCL on sparc and ".ufsl" for LispWorks.
4611 (bound-and-true-p): Bugfix: free variable `v'.
4612
4613 1999-10-16 Dave Love <d.love@dl.ac.uk>
4614
4615 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4616 (edebug-uninstall-read-eval-functions): Use load-read-function,
4617 avoiding elisp-eval.
4618
4619 1999-10-16 Sam Steingold <sds@ksp.com>
4620
4621 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4622 instead of `eql'.
4623
4624 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4625
4626 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4627 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4628 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4629 * ediff-util.el (ediff-make-temp-file):
4630 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4631 * emerge.el (emerge-make-temp-file):
4632 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4633 * vc.el (vc-update-change-log):
4634 * mail/mailpost.el (post-mail-send-it):
4635 * mail/metamail.el (metamail-region):
4636 * progmodes/cmacexp.el (c-macro-expansion):
4637 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4638
4639 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4640
4641 * smtpmail.el (smtpmail-via-smtp): Add support for
4642 automatically appending a domain to RCPT TO: addresses.
4643
4644 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4645
4646 * dired.el (dired-insert-directory): Insert the amount of
4647 free space after the total size.
4648 (dired-free-space-program, dired-free-space-args): New variables.
4649
4650 1999-10-14 Karl Heuer <kwzh@gnu.org>
4651
4652 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4653
4654 1999-10-14 Dave Love <fx@gnu.org>
4655
4656 * international/characters.el:
4657 * international/fontset.el:
4658 * international/mule-conf.el: Add latin-iso8859-1[45].
4659
4660 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4661 strings.
4662
4663 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4664 (command-line): Detect Latin-[89] locales.
4665
4666 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * international/mule-cmds.el (select-safe-coding-system)
4669 (leim-list-header): Avoid the use of strings that start with backslash
4670 newline since lread.c:read1 has a hack to turn those strings into
4671 integer 0 during the loadup.el process.
4672
4673 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4674
4675 1999-10-13 Dave Love <fx@gnu.org>
4676
4677 * image.el (insert-image): Copy the image spec and add an
4678 intangible property.
4679
4680 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4681
4682 * help.el (help-xref-interned): Make it also work on variable-only
4683 and function-only symbols.
4684 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4685 (help-follow): If the point under mouse is not highlighted, try
4686 `help-xref-interned' on the pointed-to symbol anyway.
4687
4688 * info.el (Info-on-current-buffer): New entry point.
4689 (Info-find-node): Split into two for Info-on-current-buffer to
4690 hook into it.
4691 (Info-current-file, Info-set-mode-line, Info-up):
4692 Info-current-file can now be t.
4693 (Info-clone-buffer-hook): Function for `clone-buffer'.
4694 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4695 Make `clone-buffer' available in various ways to the user.
4696
4697 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4698
4699 * simple.el (shell-command, shell-command-on-region): Use
4700 make-temp-file.
4701 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4702
4703 * subr.el (with-current-buffer): Don't use backquotes to avoid
4704 bootstrapping problems.
4705
4706 * loadup.el (load-path): Add subdirs for bootstrapping.
4707 (docstrings): Ignore errors during bootstrapping.
4708 (args): New `bootstrap' argument (for use in place of `dump').
4709
4710 1999-10-12 Emmanuel Briot <briot@gnat.com>
4711
4712 * ada-stmt.el: Doc-string fixes.
4713
4714 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4715
4716 * recentf.el: New file.
4717
4718 * ps-mode.el: New file.
4719
4720 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4721 case insensitive.
4722
4723 1999-10-12 Richard Sharman <rsharman@pobox.com>
4724
4725 * sh-script.el: Added support for indenting existing scripts.
4726 (sh-mode-map): Added new bindings.
4727 (sh-mode): Updated mode doc-string for new commands, added
4728 make-local-variable calls, initialize mode-specific variables.
4729 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4730 is now a different function.
4731 (sh-header-marker): Changed docstring.
4732 (sh-set-shell): Initialize mode-specific variables.
4733 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4734 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4735 Changed these define-skeleton calls to work with user-specified
4736 indentation settings.
4737 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4738 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4739 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4740 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4741 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4742 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4743 (sh-guess-basic-offset, sh-handle-after-case-label)
4744 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4745 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4746 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4747 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4748 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4749 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4750 (sh-handle-this-then, sh-help-string-for-variable)
4751 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4752 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4753 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4754 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4755 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4756 (sh-remove-our-text-properties, sh-rescan-buffer)
4757 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4758 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4759 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4760 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4761 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4762 functions.
4763 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4764 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4765 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4766 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4767 (sh-var-list): New variables.
4768
4769 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4770
4771 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4772 a value one line to high if the cursor wasn't at the start of a
4773 line. A `beginning-of-line' is now performed before making the
4774 call to `count-lines'.
4775
4776 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4777
4778 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4779
4780 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4781
4782 * Makefile (setwins): Abstract out the command to find subdirectories
4783 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4784 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4785 (autoloads-with-other-emacs): Use it.
4786
4787 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4788
4789 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4790
4791 * Makefile (bootstrap-compile): New target. Compile Lisp
4792 files with ../src/temacs.
4793
4794 1999-10-08 Dave Love <fx@gnu.org>
4795
4796 * ange-ftp.el: Require dired when compiling.
4797 (ange-ftp-normal-login): Allow EFS-style port specification.
4798
4799 1999-10-08 Simon Marshall <simon@gnu.org>
4800
4801 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4802 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4803 If STRINGS is nil, return "" rather than nil.
4804
4805 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4806
4807 * Makefile (compile): Compile files one by one. Set load-path to
4808 current directory and subdirectories when compiling.
4809
4810 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4811
4812 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4813 (emacs): Use it everywhere instead of EMACS.
4814 (compile): New target. Compile all Lisp files from scratch.
4815 (recompile): New target. Recompile lisp directory.
4816 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4817 an Emacs executable not built in the current directory tree.
4818
4819 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4820
4821 * filecache.el (file-cache-completion-ignore-case): New variable,
4822 defaulting to the value of completion-ignore-case.
4823 (file-cache-minibuffer-complete): Use it.
4824 (file-cache-files-matching, file-cache-files-matching-internal):
4825 New functions.
4826
4827 1999-10-07 Emmanuel Briot <briot@gnat.com>
4828
4829 * ada-xref.el: New file
4830
4831 * ada-prj.el: New file
4832
4833 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4834
4835 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4836 subprogram being created.
4837
4838 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4839 ada-indent-newline-indent): Rewritten to support the new indentation
4840 scheme
4841
4842 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4843 New functions
4844
4845 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4846 justification parameter
4847
4848 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4849 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4850 external program
4851
4852 1999-10-07 Dave Love <fx@gnu.org>
4853
4854 * bindings.el (bound-and-true-p): New macro.
4855 (make-mode-line-mouse-sensitive): Don't require easymenu.
4856
4857 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4858
4859 * custom.el (defface): Extend documentation for new values of
4860 `type'.
4861
4862 * faces.el (face-spec-set-match-display): Recognize `type' of
4863 `motif', `lucid', `x-toolkit'.
4864 (menu): New face.
4865
4866 1999-10-05 Dave Love <fx@gnu.org>
4867
4868 * files.el: Recognize temporary crontab files.
4869
4870 * info.el: Require jka-compr when compiling.
4871 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4872
4873 1999-10-04 Dave Love <fx@gnu.org>
4874
4875 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4876 scroll-up-aggressively, scroll-down-aggressively.
4877
4878 * time.el (display-time-mode): Add autoload cookie.
4879
4880 * rect.el (delete-extract-rectangle): Doc fix from verna.
4881
4882 * help-macro.el (three-step-help): Customize.
4883
4884 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4885
4886 * hexl.el (hexlify-buffer): Move point in proper range
4887 if it is too large.
4888 (hexl-after-revert-hook): Update hexl-max-address.
4889 (hexl-address-to-marker): Doc fix.
4890
4891 1999-10-03 Dave Love <fx@gnu.org>
4892
4893 * image.el (defimage): Remove redundant code. Substitute file in
4894 image plist.
4895
4896 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4897
4898 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4899 when doing with-temp-file.
4900
4901 1999-10-01 Dave Love <fx@gnu.org>
4902
4903 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4904
4905 * help.el: Require view when compiling.
4906 (view-emacs-FAQ): Use Info version.
4907
4908 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4909
4910 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4911 (normat->normal). Use correct font names for Korean
4912 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4913
4914 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4915
4916 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4917 code not used by KOI8 to the same 8-bit code instead of mapping to
4918 SPC.
4919 (cyrillic-alternativnyj-decode-table): Likewise.
4920
4921 1999-09-29 Alex Schroeder <alex@gnu.org>
4922
4923 * sql.el (sql-imenu-generic-expression): Aew, used to set
4924 imenu-generic-expression.
4925 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4926 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4927 imenu-case-fold-search, and imenu-syntax-alist.
4928 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4929 setting font-lock-defaults' SYNTAX-ALIST.
4930
4931 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4932
4933 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4934 macro, try again.
4935
4936 1999-09-28 Dave Love <fx@gnu.org>
4937
4938 * cus-edit.el (custom-comment): Change widget definition.
4939 (custom-comment-create, custom-comment-show)
4940 (custom-comment-invisible-p): Don't use :comment-overlay.
4941 (custom-comment-hide): New function.
4942 (custom-variable-set, custom-variable-save)
4943 (custom-variable-reset-standard, custom-face-set)
4944 (custom-face-save): Use it.
4945
4946 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4947
4948 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4949
4950 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4951
4952 * faces.el (region): Doc fix.
4953
4954 1999-09-27 Dave Love <fx@gnu.org>
4955
4956 * isearch.el (isearch): Add :links in defgroup.
4957 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4958 (isearch-switch-frame-handler): Comment out (unused).
4959 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4960 (isearch-ring-retreat-edit): Doc fix.
4961 (isearch-mouse-yank): New command.
4962 (isearch-last-command-char): Removed. Callers changed to use
4963 last-command-char.
4964 (isearch-char-to-string): Removed. Callers changed to use
4965 char-to-string.
4966
4967 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4968
4969 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4970 option for Russian.
4971
4972 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4973
4974 * faces.el (face-differs-from-default-p): Compare face
4975 attributes individually.
4976
4977 * image.el (put-image, insert-image): Add string argument.
4978
4979 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4980
4981 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4982 LANG=de_DE.iso88591 on HPUX 11.0.
4983
4984 * dired.el (dired-move-to-filename-regexp): Make it work
4985 for LANG=de_DE.iso88591 on HPUX 11.0.
4986
4987 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4988
4989 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4990 if we know for some other reason it should not be used.
4991
4992 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4993 New variable.
4994 (edebug-recursive-edit): Save current-prefix-arg there,
4995 bind it, and set it back at the end.
4996 (edebug-outside-excursion): Restore and update the outside
4997 value of current-prefix-arg.
4998 (edebug-emacs-version-specific): Delete support for Epoch.
4999
5000 1999-09-24 Howard Melman <howard@silverstream.com>
5001
5002 * imenu.el (imenu-after-jump-hook): New variable.
5003 (imenu): Run menu-after-jump-hook.
5004 (imenu-name-lookup-function): New variable.
5005 * imenu.el (imenu--in-alist): Use those variables.
5006
5007 1999-09-24 Carsten Dominik <cd@gnu.org>
5008
5009 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5010 multiple thebibliography environments.
5011
5012 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5013 with recentering window.
5014 (reftex-extract-bib-entries-from-thebibliography,
5015 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5016 with multiple thebibliography environments.
5017
5018 * textmodes/reftex-vars.el
5019 (reftex-section-levels): Function allowed as cdr.
5020 (reftex-max-section-depth) New option.
5021
5022 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5023 with multiple thebibliography environments.
5024
5025 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5026
5027 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5028 instead of point-min in call to delete-region.
5029
5030 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5031
5032 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5033 out into arbitrary file names.
5034
5035 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5036
5037 * language/european.el ("Turkish"): New language environment.
5038
5039 1999-09-19 Dave Love <fx@gnu.org>
5040
5041 * delim-col.el: New file.
5042
5043 1999-09-17 Richard Stallman <rms@gnu.org>
5044
5045 * files.el (after-find-file): When visiting a backup file,
5046 make it read-only.
5047
5048 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5049 (apropos-keybinding-face, apropos-label-face): Likewise.
5050 (apropos-property-face, apropos-match-face): Likewise.
5051 (apropos-label-properties): New variable.
5052 (apropos-print-doc): Use apropos-label-properties.
5053 (apropos-print): Set apropos-label-properties.
5054
5055 1999-09-15 Richard Stallman <rms@gnu.org>
5056
5057 * winner.el: Use aref instead of sref.
5058
5059 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5060
5061 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5062
5063 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5064
5065 1999-09-14 Richard Stallman <rms@gnu.org>
5066
5067 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5068 cookie, even if followed by a letter.
5069
5070 1999-09-14 Stephen Eglen <stephen@gnu.org>
5071
5072 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5073 --no-line-editing are passed to Octave by including them here
5074 rather than storing them in inferior-octave-startup-args.
5075
5076 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5077
5078 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5079 command, option, env and sc.
5080
5081 * subr.el (shell-quote-argument): Quote argument with double
5082 quotes for ms-dos.
5083
5084 1999-09-14 Richard Stallman <rms@gnu.org>
5085
5086 * simple.el (eval-expression-print-level): New variable.
5087 (eval-expression-print-length): New variable.
5088 (eval-expression-debug-on-error): New variable.
5089 (eval-expression): Bind print-level, print-length and
5090 debug-on-error from those vars.
5091
5092 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5093 Bind print-level, print-length and debug-on-error.
5094
5095 1999-09-14 Inge Frick <inge@nada.kth.se>
5096
5097 * dired.el (dired-recursive-deletes): New custom variable.
5098 (dired-re-no-dot): New variable.
5099 (dired-delete-file): New function deletes files and directories
5100 recursively.
5101 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5102
5103 * dired-aux.el (dired-recursive-copies): New custom variable.
5104 (dired-handle-overwrite): Broke a long line.
5105 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5106 `copy-file'.
5107 (dired-copy-file-recursive): New function. Copy directories
5108 recursively.
5109 (dired-do-create-files): Added support for generalized directory
5110 target. How-to function may now return a function. New fluid
5111 variable `dired-one-file'.
5112 (dired-copy-how-to-fn): New variable.
5113 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5114 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5115 (dired-do-copy-regexp): No recursive copies.
5116
5117 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5118
5119 * whitespace.el (whitespace-version): Update version to 2.4
5120
5121 * whitespace.el: Add customization variables to conditionally test
5122 any of the five whitespaces, per request from Rune Kleveland
5123 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5124
5125 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5126
5127 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5128 list of modes to be checked for bogus whitespaces.
5129
5130 * whitespace.el (whitespace-rescan-timer-time): Update
5131 documentation.
5132
5133 * whitespace.el (whitespace-display-unchecked-whitespaces):
5134 New function to update modeline with untested whitespaces.
5135
5136 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5137 checking is turned on, and update modeline using the newly created
5138 `whitespace-display-unchecked-whitespaces'.
5139
5140 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5141 whose checking is turned on, and update modeline using the newly
5142 created `whitespace-display-unchecked-whitespaces'.
5143
5144 * whitespace.el (whitespace-describe): Update documentation.
5145
5146 * whitespace.el (whitespace-tickle-timer): Test if
5147 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5148
5149 1999-09-13 Dave Love <fx@gnu.org>
5150
5151 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5152
5153 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5154 for temp buffer.
5155 (checkdoc-this-string-valid): Don't assume default comment-start.
5156
5157 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5158
5159 * rsz-mini.el: Remove code, keep the interface.
5160
5161 1999-09-13 Dave Love <fx@gnu.org>
5162
5163 * help.el (help-highlight-p): Doc fix.
5164
5165 * faces.el (mode-line, header-line, tool-bar): Add :version.
5166 (highlight, secondary-selection): Add :group.
5167 (trailing-whitespace): Add :group, :version.
5168
5169 * wid-edit.el: Remove some compatibility code and checks.
5170 (widget-specify-field, widget-specify-button): Don't use XEmacs
5171 properties.
5172 (widget-overlay-inactive): Change error message.
5173 (widget-button-pressed-face): New variable.
5174 (widget-button-click): Use it.
5175 (widget-documentation-link-add): Specify mouse and button faces.
5176 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5177 removed now the functionality is built in.
5178
5179 * cus-edit.el: Don't define-widget-keywords.
5180 (multimedia): New group.
5181 (custom-last): Function removed.
5182 (custom-quote): Add vectorp case, comment out characterp case.
5183 (custom-buffer-done-function, custom-raised-buttons): New option.
5184 (Custom-buffer-done): New function.
5185 (custom-buffer-create-internal): Obey custom-raised-buttons,
5186 Custom-buffer-done.
5187 (custom-button-face): Make it `released-button'.
5188 (custom-button-pressed-face): Make it `pressed-button'
5189 (custom-mode-map): Bind "q" to Custom-buffer-done.
5190 (custom-mode): Deal with raised/pressed buttons.
5191
5192 Changes from Didier Verna:
5193 (custom-prompt-variable): Optional third arg makes prompt for a
5194 comment string.
5195 (customize-set-value, customize-set-variable,
5196 customize-save-variable): Optional prefix makes function handle
5197 variable comments.
5198 (customize-customized, customize-saved, custom-variable-state-set)
5199 (custom-variable-set, custom-variable-save, custom-face-state-set)
5200 (custom-variable-reset-saved, custom-variable-reset-standard)
5201 (custom-face-set, custom-face-save, custom-face-reset-saved)
5202 (custom-face-reset-standard, customize-save-customized): Handle
5203 custom comments.
5204 (custom-comment-face, custom-comment-tag-face): New face.
5205 (custom-comment): New widget.
5206 (custom-comment-create, custom-comment-delete)
5207 (custom-comment-value-set, custom-comment-show)
5208 ()custom-comment-invisible-p): New functions.
5209 (custom-variable-value-create, custom-face-value-create): Create a
5210 comment field widget.
5211 (custom-variable-menu, custom-face-menu): New entry for custom
5212 comment.
5213 (custom-face-value-create): Remove compatibility code.
5214 (custom-save-variables, custom-save-faces): Possibly save custom
5215 comments.
5216
5217 * cus-face.el (custom-face-attributes): Simplify :underline,
5218 :overline, :inverse-video cases. Fix up :box case (probably needs
5219 more work).
5220
5221 Change from Didier Verna:
5222 (custom-set-faces): The arguments can now have a custom comment as
5223 fourth argument.
5224
5225 * custom.el: Don't define-widget-keywords.
5226 Change from Didier Verna:
5227 (custom-set-variables): The arguments can now have a
5228 custom comment as fifth element.
5229
5230 1999-09-13 Richard Stallman <rms@gnu.org>
5231
5232 * info.el (Info-find-node): Cope better if guesspos is too large.
5233
5234 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5235
5236 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5237 of buffer-substring because buffer-string doesn't copy the
5238 prompt.
5239
5240 * faces.el (mode-line): Replaces `modeline'.
5241 (toplevel): Make `modeline' an alias for `mode-line'.
5242
5243 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5244
5245 * gs.el: Change `ghostscript' to `postscript' in comment.
5246
5247 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5248
5249 * emulation/tpu-edt.el (tpu-version): New version.
5250 (tpu-search-overlay, tpu-replace-overlay): New variables.
5251 (tpu-search-highlight, tpu-toggle-direction): New functions.
5252 (tpu-lm-replace): Set tpu-replace-overlay.
5253 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5254 command hook.
5255
5256 1999-09-11 Richard Stallman <rms@gnu.org>
5257
5258 * isearch.el (isearch-mode-map): Undo previous change.
5259
5260 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5261 use all of that as the sexp.
5262
5263 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5264 and use the initial argument as file name directly.
5265 Likewise if nothing matches.
5266
5267 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5268
5269 * winner.el: Major changes. Avoid changing point and mark.
5270 Save configurations after they change, not before.
5271
5272 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5273
5274 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5275 Bind print-continuous-numbering and print-number-table.
5276
5277 1999-09-10 Dave Love <fx@gnu.org>
5278
5279 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5280
5281 1999-09-09 Richard Stallman <rms@gnu.org>
5282
5283 * whitespace.el: Finish making it fit Emacs conventions.
5284 Add autoloads.
5285
5286 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5287
5288 * generic-x.el (bat-generic-mode): "::"-style comments don't
5289 need to begin with "-". Fix the font-lock definitions of ON/OFF
5290 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5291 from the list of keywords. Add DO to the list of keywords.
5292
5293 1999-09-09 Dave Love <fx@gnu.org>
5294
5295 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5296 (byte-optimize-backward-word): New optimizations.
5297 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5298 entries.
5299
5300 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5301
5302 * image.el (put-image): Remove optional buffer parameter.
5303
5304 * faces.el (face-italic-p): Return t only for values `italic'
5305 and `oblique'.
5306
5307 * mouse.el (mouse-drag-mode-line-1): Extension of former
5308 mouse-drag-mode-line that also drags the header line.
5309 (mouse-drag-mode-line): Call it.
5310 (mouse-drag-header-line): New.
5311 (toplevel): Bind down-mouse-1 on header lines to
5312 mouse-drage-header-line.
5313
5314 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5315
5316 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5317 (make-mode-line-mouse-sensitive): Replace `top-line' by
5318 `header-line'.
5319
5320 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5321
5322 * help.el (describe-function-1): Don't return empty string for keymaps.
5323
5324 * fill.el (fill-region-as-paragraph, canonically-space-region):
5325 Respect colon-double-space at end of line.
5326
5327 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5328
5329 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5330 (backup-buffer): Use it.
5331
5332 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5333
5334 * generic-x.el (generic-define-unix-modes): Added new modes:
5335 inetd-conf-generic-mode, etc-services-generic-mode,
5336 etc-passwd-generic-mode. These are all defined for Unix by default.
5337 (apache-generic-mode): Use an imenu-generic-expression to list
5338 Configuration keywords.
5339 (samba-generic-mode): Use both ; and # as comment characters.
5340 (samba-generic-mode): Font-lock expressions now highlight name
5341 value pairs.
5342 (bat-generic-mode): Keywords are now case-insensitive through
5343 font-lock-defaults setting.
5344 (java-properties-generic-mode): Supports both ! and # as comment
5345 characters.
5346 (java-properties-generic-mode): Added an imenu-generic-expression
5347 (java-properties-generic-mode): Reworked to support the various
5348 different ways to separate name and value (viz, '=', ':' and
5349 whitespace).
5350 (show-tabs-generic-mode): Added this new generic-mode.
5351
5352 1999-09-08 Richard Stallman <rms@gnu.org>
5353
5354 * progmodes/inf-lisp.el: Moved from top directory.
5355
5356 * tar-mode.el (tar-header-block-tokenize):
5357 Use `when' instead of `and'. Fix some clobbered text.
5358
5359 * gud.el (gud-make-debug-menu): Make a child for the
5360 local menu, for its menu bar, and the debug menu.
5361 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5362 Use the history in the simple way.
5363
5364 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5365
5366 * language/korea-util.el (default-korean-keyboard): Initialize it
5367 according to the environment variable HANGUL_KEYBOARD_TYPE.
5368
5369 1999-09-07 Richard Stallman <rms@gnu.org>
5370
5371 * subr.el (make-temp-file): New function.
5372
5373 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5374
5375 * font-lock.el (font-lock-multiline): New text property contains
5376 a boolean to indicate if the char is part of a multiline match.
5377 (font-lock-default-fontify-region): Extend the region appropriately
5378 for multiline keywords.
5379 (font-lock-default-unfontify-region): Also remove the new
5380 font-lock-multiline text property.
5381 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5382 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5383
5384 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5385
5386 * diary-lib.el (list-diary-entries): Make sure two-digit years
5387 have leading zeros.
5388
5389 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5390
5391 * faces.el (face-set-after-frame-default): Initialize some
5392 attributes of some faces from frame parameters.
5393
5394 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5395
5396 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5397
5398 * faces.el (fringe): Replaces face `margin'.
5399
5400 1999-09-07 Dave Love <fx@gnu.org>
5401
5402 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5403
5404 1999-09-07 Richard Stallman <rms@gnu.org>
5405
5406 * subr.el (push): Doc fix.
5407
5408 1999-09-06 Richard Stallman <rms@gnu.org>
5409
5410 * vc.el (vc-annotate-display): Use < 69 not < 70
5411 to distinguish 20YY from 19YY.
5412
5413 * timezone.el (timezone-parse-date): Use < 69 not < 70
5414 to distinguish 20YY from 19YY.
5415
5416 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5417
5418 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5419
5420 * quickurl.el: (quickurl-list-focused-line): Removed.
5421 (quickurl-list-insert): Now works out the focused line using
5422 `count-lines' instead of using `quickurl-list-focused-line'.
5423
5424 1999-09-06 Richard Stallman <rms@gnu.org>
5425
5426 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5427 to beginning of message.
5428
5429 1999-09-06 Dave Love <fx@gnu.org>
5430
5431 * isearch.el (isearch-mode-map): Add mouse-2.
5432
5433 * mail/rmail.el (rmail-read-password): Deleted.
5434 (rmail-get-pop-password): Use read-password.
5435
5436 * quickurl.el: Don't conditionally define caddr.
5437 (quickurl-url-comment): Use nth, not caddr in function and
5438 defsetf.
5439
5440 1999-09-06 Richard Stallman <rms@gnu.org>
5441
5442 * auto-show.el: Doc fixes.
5443
5444 1999-09-06 Stephen Eglen <stephen@gnu.org>
5445
5446 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5447 --no-line-editing so that TABs in source files are not interpreted
5448 as completion requests.
5449
5450 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5451
5452 * hscroll.el, auto-show.el: Remove all code, keep the public
5453 interface as no-ops.
5454
5455 * faces.el (face-bold-p): Don't return t if face has lighter
5456 weight than normal.
5457
5458 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5459
5460 * startup.el (command-line): Make small-temporary-file-directory
5461 be nil except on ms-dos.
5462
5463 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5464
5465 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5466 is defined.
5467
5468 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5469 letters with a colon after d or l.
5470
5471 1999-09-06 Dave Love <fx@gnu.org>
5472
5473 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5474 primitive.)
5475
5476 1999-09-05 Richard Stallman <rms@gnu.org>
5477
5478 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5479
5480 * textmodes/paragraphs.el (backward-kill-sentence):
5481 Don't test minibuffer-prompt-end here.
5482 (forward-sentence): Do handle it here.
5483 (backward-kill-paragraph): Don't test it here.
5484 (forward-paragraph): Handle it here.
5485
5486 * mouse.el (font-menu-add-default): Simplify code.
5487
5488 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5489
5490 * faces.el (header-line): Renamed from `top-line'.
5491
5492 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5493
5494 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5495
5496 1999-09-04 Richard Stallman <rms@gnu.org>
5497
5498 * whitespace.el: New file.
5499
5500 1999-09-04 Dave Love <fx@gnu.org>
5501
5502 * paths.el: Make some doc strings obey the make-docfile convention.
5503
5504 * bindings.el: Likewise.
5505 (debug-ignored-errors): Remove BBDB ones.
5506
5507 1999-09-03 Richard Stallman <rms@gnu.org>
5508
5509 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5510 not from the draft to forward.
5511
5512 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5513
5514 1999-09-03 Dave Love <fx@gnu.org>
5515
5516 * double.el (double-mode): Customize the variable.
5517
5518 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5519
5520 * international/characters.el: Delete duplicated code.
5521
5522 1999-09-02 Richard Stallman <rms@gnu.org>
5523
5524 * indent.el (indent-relative): Doc fix.
5525
5526 * quickurl.el (quickurl): Doc fix.
5527
5528 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5529
5530 * faces.el (margin): Change background to "gray" for mono (this is
5531 drawn with a stipple pattern).
5532
5533 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5534
5535 * simple.el (next-history-element): Use minibuffer-prompt-end once
5536 again. Remove test for minibuffer-prompt-in-buffer.
5537
5538 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5539
5540 * files.el (small-temporary-file-directory): New variable.
5541
5542 * startup.el (command-line): Compute the value of
5543 small-temporary-file-directory.
5544
5545 * ediff-init.el (ediff-temp-file-prefix): Use
5546 small-temporary-file-directory if non-nil.
5547
5548 * vc.el (vc-update-change-log): Likewise.
5549
5550 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5551
5552 * simple.el (shell-command, shell-command-on-region): Use
5553 make-temp-name properly. Use small-temporary-file-directory if
5554 non-nil, otherwise temporary-file-directory, to generate temporary
5555 files.
5556
5557 * dos-w32.el (direct-print-region-helper): Use
5558 temporary-file-directory. (From Stefan Monnier.)
5559
5560 1999-09-02 Richard Stallman <rms@gnu.org>
5561
5562 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5563 from asm-comment-char.
5564 (asm-font-lock-keywords): Recognize instruction width suffixes.
5565
5566 1999-09-01 Richard Stallman <rms@gnu.org>
5567
5568 * play/fortune.el: New file.
5569
5570 1999-08-31 Dave Love <fx@gnu.org>
5571
5572 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5573 after key table.
5574
5575 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5576 redisplay variables.
5577
5578 * subr.el (push): Fix typo.
5579
5580 1999-08-30 Kevin Blake <kblake@ticnet.com>
5581
5582 * emacs-lisp/ring.el: Many doc fixes.
5583 (ring-size, ring-copy): New functions.
5584
5585 1999-08-29 Richard Stallman <rms@gnu.org>
5586
5587 * progmodes/etags.el (tags-loop-continue):
5588 After tags-loop-operate returns, force skip to next file.
5589
5590 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5591 (mail-extr-first-letters, mail-extr-last-letters):
5592 Use character classes [:alpha:] and [:alnum:].
5593
5594 * subr.el (push, pop): New macros.
5595
5596 * progmodes/compile.el (compilation-error-regexp-alist):
5597 New item for SGI IRIX MipsPro compilers.
5598
5599 * speedbar.el (speedbar-directory-buttons): Recognize
5600 device names when checking for file names.
5601
5602 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5603
5604 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5605 and specially handle defvar inside their expansions.
5606 (eval-defun-1): New subroutine.
5607
5608 * progmodes/compile.el (compilation-error-regexp-alist):
5609 Fix the Perl -w entry to allow period after line number.
5610 Don't allow newlines in file name, but allow them after line number
5611 for Perl debugging traces.
5612
5613 * which-func.el (which-func-cleanup-function): New variable.
5614 (which-function): Call that function.
5615
5616 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5617 to end a function name.
5618
5619 * informat.el (Info-tagify): Don't insert more than one newline
5620 before the tag table.
5621
5622 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5623
5624 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5625 than make-temp-name, use match-string-no-properties, and eliminate
5626 a quadratic behavior when building bibtex-strings.
5627
5628 1999-08-29 Alex Schroeder <alex@gnu.org>
5629
5630 * comint.el (comint-input-ring-separator): New variable.
5631 (comint-read-input-ring): Doc change; use
5632 comint-input-ring-separator when reading file.
5633 (comint-write-input-ring): Use
5634 comint-input-ring-separator when writing file.
5635
5636 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5637
5638 * informat.el (Info-tagify): Start by widening.
5639 Match node headers that don't list the file name,
5640 and more kinds of page separations.
5641 Strip properties during tagification.
5642 Use start of node header line as tag's position.
5643 Fix the "done" message.
5644
5645 (Info-validate): Save and restore match data around narrowing down.
5646
5647 1999-08-28 Richard M. Stallman <rms@gnu.org>
5648
5649 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5650 On repeated call, override previous values put into
5651 minor-mode-map-alist and minor-mode-alist.
5652
5653 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5654
5655 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5656
5657 1999-08-27 Andreas Schwab <schwab@gnu.org>
5658
5659 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5660 from cvs update.
5661
5662 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5663
5664 * calendar/calendar.el (calendar-move-hook): New hook.
5665
5666 * calendar/cal-move.el: Call the new hook in every movement function.
5667
5668 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5669 the right function name.
5670
5671 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5672
5673 * time-stamp.el: Put quote-backquote around all symbol names
5674 in doc strings, for mousing.
5675 (time-stamp): Support multi-line patterns.
5676 (time-stamp-inserts-lines): New variable.
5677 (time-stamp-count): New variable.
5678 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5679 "Thu" instead of "%a".
5680
5681 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5682
5683 * simple.el (kill-word): Undo previous change.
5684
5685 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5686
5687 * jit-lock.el (jit-lock-function): Extend the fontified range
5688 to the beginning of the line containing the range start and
5689 the beginning of the line following the range end.
5690
5691 1999-08-24 Dave Love <fx@gnu.org>
5692
5693 * timezone.el: Move provide to end.
5694 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5695 <70 are 2000+.
5696 (timezone-parse-time): Simplify somewhat.
5697
5698 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5699
5700 * faces.el (margin): Renamed from bitmap-area.
5701
5702 1999-08-24 Alex Schroeder <alex@gnu.org>
5703
5704 * sql.el: Doc changes.
5705 (sql-sybase): Use sql-server instead of sql-database.
5706
5707 1999-08-23 Dave Love <fx@gnu.org>
5708
5709 * rect.el: Add/fix various doc strings. Add `*' to all the
5710 interactive specs.
5711
5712 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5713
5714 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5715 Don't unwind-protect font-lock-fontify-region.
5716
5717 * paragraphs.el (backward-kill-paragraph): Don't move
5718 point into mini-buffer prompt.
5719 (backward-kill-sentence): Ditto.
5720
5721 * simple.el (next-history-element): Use minibuffer-prompt-end.
5722 Remove test for minibuffer-prompt-in-buffer.
5723 (kill-word): Don't move point into mini-buffer prompt.
5724
5725 1999-08-21 Dave Love <fx@gnu.org>
5726
5727 * Makefile: Exclude CVS dirs like RCS.
5728
5729 1999-08-19 Dave Love <fx@gnu.org>
5730
5731 * tooltip.el (tooltip-mode): Customize this, per convention.
5732 (tooltip-active): Option deleted.
5733
5734 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5735
5736 * hanoi.el, page-ext.el: Declare dynamic vars.
5737
5738 * term.el: Avoid ange-ftp related compilation warnings.
5739
5740 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5741
5742 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5743 the default so that beginners can benefit from it without
5744 searching in manuals.
5745
5746 1999-08-18 Ray Blaak <blaak@gnu.org>
5747
5748 * progmodes/delphi.el: Consider assembly sections as blocks, to
5749 indent them better. Make auto-indent on newline optional.
5750
5751 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5752
5753 * bindings.el (mode-line-modified): Look up key binding for C-x
5754 C-q. If it's bound call that binding, otherwise call
5755 toggle-read-only.
5756
5757 1999-08-17 Dave Love <fx@gnu.org>
5758
5759 * info.el (info): Doc fix.
5760
5761 * finder.el (finder-known-keywords): Add `multimedia'.
5762
5763 * apropos.el: Don't capitalize custom group name.
5764
5765 * info-look.el: Remove compatibility code.
5766 (info-lookup-guess-default*): DTRT for point at start of symbol.
5767 (info-complete): Don't lose with point not at end of symbol.
5768
5769 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5770
5771 * term.el (toplevel): Make face `term-default' an empty face.
5772 The code relied on the fact that Emacs ignored invalid faces in
5773 face text properties in 20.4.
5774
5775 1999-08-16 Richard M. Stallman <rms@gnu.org>
5776
5777 * subr.el (point-at-eol, point-at-bol): New aliases.
5778
5779 * simple.el: Functions reordered.
5780
5781 * rect.el (delete-rectangle-line): Use line-end-position.
5782
5783 1999-08-16 Karl Heuer <kwzh@gnu.org>
5784
5785 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5786 here from simple.el.
5787
5788 1999-08-16 Dave Love <fx@gnu.org>
5789
5790 * mouse.el: Provide `mldrag' for compatibility.
5791 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5792 marked obsolete.
5793
5794 * mldrag.el: Removed since the features are in mouse.el.
5795
5796 * jka-compr.el (auto-compression-mode): New variable for
5797 customization.
5798
5799 * bindings.el (mode-line-mule-info): Doc fix.
5800
5801 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5802 name comparisons.
5803
5804 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5805 (find-file): Doc fix.
5806
5807 1999-08-16 Carsten Dominik <cd@gnu.org>
5808
5809 * textmodes/reftex.el: Most of the code moved to other files.
5810 * textmodes/reftex-auc.el: New file, split out from reftex.el
5811 * textmodes/reftex-cite.el: New file, split out from reftex.el
5812 * textmodes/reftex-global.el: New file, split out from reftex.el
5813 * textmodes/reftex-index.el: New file, split out from reftex.el
5814 * textmodes/reftex-parse.el: New file, split out from reftex.el
5815 * textmodes/reftex-ref.el: New file, split out from reftex.el
5816 * textmodes/reftex-sel.el: New file, split out from reftex.el
5817 * textmodes/reftex-toc.el: New file, split out from reftex.el
5818 * textmodes/reftex-vars.el: New file, split out from reftex.el
5819 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5820
5821 1999-08-16 Carsten Dominik <cd@gnu.org>
5822
5823 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5824 conflict with pop-up-frames.
5825 (reftex-special-environment-parsers): New constant.
5826 (reftex-label-alist): car of an entry can also be a function.
5827 (reftex-what-special-env): Cew function.
5828 (reftex-label-location): Call `reftex-what-special-env'.
5829 (reftex-compile-variables): Check for symbol in
5830 `reftex-label-alist'.
5831 (reftex-what-environment): Fixed bug with stacked environments of
5832 same kind (e.g. enumerate).
5833 (reftex-process-string): Preserve default directory.
5834 (reftex-label-alist-builtin): Changed prefixes of endnote and
5835 footnote. Also the magic words.
5836 (reftex-reference): Interprete new option
5837 `reftex-fref-is-default'.
5838 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5839 (reftex-toc-mouse-view-line): Command removed (had no binding).
5840 (reftex-everything-regexp): New function.
5841 (reftex-nearest-match): Made better.
5842 (reftex-toc-find-section): Use new version of
5843 `reftex-nearest-match'.
5844 (reftex-insert-docstruct): Adapted to work with the index stuff.
5845 (reftex-parse-from-file): Find index entries as well.
5846 (reftex-toc-toggle-index): New function
5847 (reftex-toc-map): `i' is now used to togle the index, File
5848 boundaries has been moved to `F'.
5849 (reftex-select-label-map): Toggling display of file boundaries is
5850 now on the `F' key, for consistency with `reftex-toc-map'.
5851 (reftex-erase-all-selection-and-index-buffers): Renamed from
5852 `reftex-erase-all-selection-buffer'. Now also kills the index
5853 buffers.
5854 (reftex-viewing-cross-references): Customization group renamed
5855 from reftex-viewing-cross-references-and-citations.
5856 (reftex-index-macro-regexp,
5857 reftex-find-index-entry-regexp-format): New variables
5858 (reftex-macros-with-index): New variable
5859 (reftex-add-index-macros): New function
5860 (reftex-renumber-simple-labels, reftex-translate): Allow for
5861 multiple labels in a single ref command.
5862 (reftex-index-support): New customization group
5863 (reftex-support-index, reftex-index-special-chars,
5864 reftex-index-macros, reftex-index-default-macro,
5865 reftex-index-default-tag, reftex-index-math-format,
5866 reftex-index-section-letters, reftex-index-include-context,
5867 reftex-index-follow-mode, reftex-index-header-face,
5868 reftex-index-section-face, reftex-index-tag-face,
5869 reftex-index-face): New options
5870 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5871 reftex-index-tag, reftex-index-return-marker,
5872 reftex-index-restriction-indicator, reftex-index-restriction-data,
5873 reftex-index-macro-regexp, reftex-index-level-re,
5874 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5875 reftex-everything-regexp-no-index, reftex-index-re,
5876 reftex-macros-with-index, reftex-index-macro-alist): New variables
5877 (reftex-index-help, reftex-index-macros-builtin,
5878 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5879 reftex-query-index-macro-help): New constants
5880 (reftex-index-selection-or-word, reftex-index,
5881 reftex-default-index, reftex-update-default-index,
5882 reftex-index-complete-tag, reftex-index-select-tag,
5883 reftex-index-complete-key, reftex-index-update-taglist,
5884 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5885 reftex-display-index, reftex-insert-index,
5886 reftex-index-insert-new-letter, reftex-get-restriction,
5887 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5888 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5889 reftex-index-toggle-follow, reftex-index-toggle-context,
5890 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5891 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5892 reftex-index-quit, reftex-index-quit-and-kill,
5893 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5894 reftex-index-revert, reftex-index-switch-index-tag,
5895 reftex-index-restrict-to-section, reftex-index-widen,
5896 reftex-index-restriction-forward,
5897 reftex-index-restriction-backward, reftex-index-visit-location,
5898 reftex-index-analyze-entry, reftex-index-globalize,
5899 reftex-index-edit, reftex-index-toggle-range-beginning,
5900 reftex-index-toggle-range-end, reftex-index-edit-key,
5901 reftex-index-edit-attribute, reftex-index-edit-visual,
5902 reftex-index-edit-part, reftex-index-level-down,
5903 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5904 reftex-index-change-entry, reftex-index-goto-letter,
5905 reftex-add-index-macros, reftex-ensure-index-support,
5906 reftex-index-info-safe, reftex-index-info): New functions.
5907
5908
5909 1999-08-15 Richard M. Stallman <rms@gnu.org>
5910
5911 * paren.el (show-paren-mode): Support making show-paren-mode
5912 a buffer-local variable. Don't check for a window system.
5913 (show-paren-function): Check whether show-paren-function is
5914 enabled in current buffer; do the right thing if not.
5915 Don't check for a window system.
5916 (show-paren-mode): Make it a user variable.
5917
5918 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5919 Handle `enum' like `struct'.
5920
5921 * server.el (server-process-filter): If a client visits no buffers,
5922 close it immediately before recording it.
5923
5924 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5925 Optimize by calling concat just once. Handle =\n sequence.
5926 (mail-unquote-printable-region): New command.
5927 (mail-quote-printable): Make it autoload.
5928
5929 1999-08-15 Karl Heuer <kwzh@gnu.org>
5930
5931 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5932
5933 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5934
5935 * lisp/texinfmt.el: Handle @ifnottex.
5936
5937 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5938
5939 * frame.el (blink-cursor): Don't turn on cursor blinking for
5940 ms-dos.
5941
5942 * faces.el (face-valid-attribute-values): Look in
5943 x-bitmap-file-path only for x and w32 window systems.
5944
5945 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5946 Do that if width is nil as well.
5947 (x-display-mm-height, x-display-mm-width): Update values.
5948 (x-colors): Compute the list from msdos-color-values.
5949 (x-select-enable-clipboard): Doc fix.
5950 (x-frob-font-weight, x-font-family-list): New functions.
5951
5952 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5953
5954 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5955 back up from beginning of buffer.
5956
5957 1999-08-13 Karl Heuer <kwzh@gnu.org>
5958
5959 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5960
5961 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5962
5963 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5964 doomsday clock, speed control is added and changes are made to
5965 allow large numbers of rings: rings now show the whole ring
5966 number, not just the last digit; consecutive rings are allowed to
5967 be the same size when necessary to fit all the rings in the
5968 window; and poles can be oriented horizontally. Face support is
5969 thrown in gratuitously.
5970 (hanoi): Changed default number of rings back to 3.
5971 (hanoi-unix, hanoi-unix-64): New commands
5972 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5973 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5974 hanoi-odd-ring-face): New variables.
5975 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5976 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5977 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5978 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5979 (hanoi-topos, hanoi-draw-ring): Removed.
5980
5981 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5982
5983 * faces.el (face-valid-attribute-values): Return an alist for
5984 families on ttys.
5985 (face-read-integer): Handle unspecified face attributes. Add
5986 completion for `unspecified'.
5987 (read-face-attribute): Handle unspecified font attributes.
5988 (face-valid-attribute-values): Add `unspecified' to lists so that
5989 it can be chosen via completion.
5990 (face-read-string): Don't recognize "none" as input.
5991
5992 1999-08-10 Dave Love <fx@gnu.org>
5993
5994 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5995 string.
5996
5997 * sun-curs.el: Require sun-fns.
5998
5999 1999-08-10 Dave Love <fx@gnu.org>
6000
6001 * autorevert.el (auto-revert-mode): Add autoload cookie.
6002
6003 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6004 hscroll.
6005
6006 * simple.el (hscroll-step, hscroll-point-visible)
6007 (hscroll-window-column): Remove now we have the mentioned real
6008 horizontal autoscrolling.
6009
6010 1999-08-10 Richard M. Stallman <rms@gnu.org>
6011
6012 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6013 control use of -f option.
6014 (mail-specify-envelope-from): New variable.
6015 (mail-from-style): Doc fix.
6016
6017 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6018 (easy-menu-get-map): New arg TO-MODIFY helps choose
6019 between local and global maps.
6020 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6021 (easy-menu-change): Doc fix.
6022
6023 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6024 (info-lookup-guess-default): Simplified and cleaned up.
6025 (info-lookup-guess-default*): Preserve point.
6026
6027 * view.el (view-mode-disable): If buffer-read-only is nil,
6028 don't change it.
6029
6030 * files.el (after-find-file): Disable View mode if buffer is no
6031 longer read-only.
6032
6033 * view.el (view-mode-enable, view-mode-disable):
6034 Call force-mode-line-update.
6035
6036 1999-08-10 Karl Heuer <kwzh@gnu.org>
6037
6038 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6039 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6040 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6041
6042 1999-08-10 Alex Schroeder <asc@bsiag.com>
6043
6044 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6045 to prevent m-eating-bug.
6046
6047 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6048
6049 * term/pc-win.el (msdos-bg-mode): Remove. Call
6050 frame-set-background-mode instead. All callers changed.
6051 (msdos-face-setup): Don't force color display parameter, it is set
6052 by frame-set-background-mode.
6053 (make-msdos-frame): Call x-handle-reverse-video and
6054 face-set-after-frame-default. Delete frame if creation failed.
6055
6056 * faces.el (face-set-after-frame-default): Don't call
6057 make-face-x-resource-internal for the pc window-system.
6058
6059 1999-08-10 Dave Love <fx@melange.gnu.org>
6060
6061 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6062 case with no docstring specially.
6063
6064 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6065
6066 * complete.el (PC-do-completion): If completing on file name,
6067 reproduce str by concatenating its directory and basename parts.
6068
6069 1999-08-07 Dave Love <fx@gnu.org>
6070
6071 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6072 unibyte to multibyte conversion of search-forward (from Handa),
6073 but avoid the replacement if the language is Latin-N.
6074
6075 1999-08-06 Richard Stallman <rms@gnu.org>
6076
6077 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6078 of eval-buffer.
6079
6080 * international/mule.el (load-with-code-conversion):
6081 Pass t to eval-buffer for DO-ALLOW-PRINT.
6082
6083 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6084
6085 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6086 of filenames and attributes.
6087 (ls-lisp-insert-directory): Use directory-files-and-attributes
6088 for speed.
6089
6090 1999-08-05 Dave Love <fx@gnu.org>
6091
6092 * auto-show.el (auto-show-mode): Fix :set.
6093
6094 * widget.el (define-widget-keywords): Make dummy definition and
6095 comment-out its use.
6096
6097 1999-08-04 Richard Stallman <rms@gnu.org>
6098
6099 * progmodes/tcl.el: Customized.
6100
6101 * sql.el (sql-accumulate-and-indent): Instead of testing
6102 whether this is Emacs 20 before calling comint-accumulate,
6103 test whether comint-accumulate is defined.
6104
6105 1999-08-04 Dave Love <fx@gnu.org>
6106
6107 * sgml-mode.el: Require outline when compiling.
6108 (sgml-mode-hook, html-mode-hook): Customize.
6109 (sgml-validate-command): Fix :version.
6110 (html-autoview-mode): Doc fix.
6111
6112 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6113 nothing in Latin-N environment.
6114
6115 * info.el (Info-find-node): Call info-initialize here.
6116 (info): Not here.
6117 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6118
6119 1999-08-04 Richard Stallman <rms@gnu.org>
6120
6121 * ansi-color.el: New file.
6122
6123 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6124
6125 * dired.el (dired-string-replace-match): Return `nil' when no match
6126 found with global search.
6127
6128 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6129 * terminal.el (te-terminfo-directory):
6130 * mail/mailpost.el (post-mail-send-it):
6131 * mail/metamail.el (metamail-region):
6132 * progmodes/ada-mode.el (ada-tmp-directory):
6133 Use temporary-file-directory.
6134
6135 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6136 (compilation-filter, compilation-forget-errors)
6137 (compilation-parse-errors): Use a marker instead of an integer for
6138 `compilation-parsing-end'.
6139
6140 * progmodes/diff.el (diff-parse-differences):
6141 Use a marker instead of an integer for `compilation-parsing-end'.
6142 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6143 Use a marker instead of an integer for `compilation-parsing-end'.
6144
6145 1999-08-03 Richard Stallman <rms@gnu.org>
6146
6147 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6148 (Buffer-menu-mode): Doc fix.
6149 (Buffer-menu-view): New command.
6150 (Buffer-menu-view-other-window): New command.
6151
6152 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6153
6154 * replace.el (query-replace-regexp-eval)
6155 (replace-eval-replacement, replace-loop-through-replacements)
6156 (replace-match-string-symbols): New functions.
6157 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6158 Use replace-loop-through-replacements.
6159
6160 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6161
6162 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6163 (5x5): Doc fix.
6164
6165 1999-08-03 Dave Love <fx@gnu.org>
6166
6167 * fortran.el (fortran-indent-new-line): Make it an alias
6168 for reindent-then-newline-and-indent.
6169
6170 1999-08-03 Didier Verna <verna@inf.enst.fr>
6171
6172 * rect.el: All functions rewritten, except when noted above
6173 their declaration. Below is a list of interface changes.
6174 (apply-on-rectangle): New function, mostly replaces
6175 `operate-on-rectangle'. All callers changed.
6176 (move-to-column-force): Pass new second argument to `move-to-column'.
6177 (kill-rectangle): Added optional prefix arg to fill lines.
6178 (delete-rectangle): Ditto.
6179 (delete-whitespace-rectangle): Ditto.
6180 (delete-extract-rectangle): Ditto.
6181 (open-rectangle): Ditto.
6182 (clear-rectangle): Ditto.
6183 (delete-whitespace-rectangle-line): New function.
6184 (delete-rectangle-line): Added third arg FILL.
6185 (delete-extract-rectangle-line): Ditto.
6186 (open-rectangle-line): Ditto.
6187 (clear-rectangle-line): Ditto.
6188
6189 1999-08-03 Ray Blaak <blaak@gnu.org>
6190
6191 * progmodes/delphi.el: New file.
6192
6193 1999-08-02 Richard Stallman <rms@gnu.org>
6194
6195 * textmodes/outline.el (outline-previous-heading): New function.
6196 (outline-up-heading-all): Use outline-previous-heading.
6197 (outline-next-heading): Delete definition inserted yesterday.
6198
6199 1999-08-01 Richard Stallman <rms@gnu.org>
6200
6201 * textmodes/outline.el (outline-next-heading): New function.
6202 (outline-up-heading-all): New function.
6203 (outline-font-lock-level): Using outline-up-heading-all.
6204 Tell outline-back-to-heading to accept invisible headings.
6205
6206 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6207
6208 * mail/mh-utils.el (mh-find-path-run): New variable.
6209 (mh-find-path): Test and set that.
6210 Set mail-user-agent only the first time this function is run.
6211 (mail-user-agent): Defvar deleted.
6212
6213 * info.el (info-initialize): New function.
6214 (info): Call info-initialize.
6215 (Info-directory-list): Initialize to nil,
6216 so info-initialize will set it up for real.
6217
6218 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6219
6220 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6221 does not interpret a time as the year in a day-month entry.
6222
6223 * calendar/diary-lib.el: Change syntax table entry for colon in
6224 the diary as part of the european-date-diary-pattern fix.
6225
6226 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6227
6228 * international/mule.el (set-auto-coding): Allow whitespace before
6229 and after the "variable: value" pair.
6230
6231 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6232
6233 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6234 (default-sendmail-coding-system): Doc-string fixed.
6235
6236 1999-07-30 Dave Love <fx@gnu.org>
6237
6238 * subr.el (assoc-delete-all): New function, renamed from
6239 frame-delete-all.
6240
6241 * frame.el: Change comments to doc strings and other doc fixes.
6242 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6243 Callers changed.
6244 (set-background-color, set-foreground-color, set-cursor-color)
6245 (set-mouse-color, set-border-color): Offer completion of colours.
6246 (cursor): Add :version to defgroup.
6247
6248 * facemenu.el (list-colors-display): Make it work on ttys.
6249 (facemenu-read-color): Likewise.
6250
6251 1999-07-30 Richard M. Stallman <rms@gnu.org>
6252
6253 * frame.el (frame-notice-user-settings): If background
6254 color has been changed, update background-mode from it,
6255 then update faces.
6256
6257 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6258
6259 * net-utils.el (finger): Don't do indirect fingering.
6260
6261 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6262
6263 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6264 rules. Add separator at end of holidays.
6265 (cal-tex-rules): New customizable variable.
6266 (cal-tex-latexify-list): Add optional parameter to put separator
6267 at end.
6268
6269 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6270
6271 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6272 fill prefix on each line while looping to the end of paragraph.
6273 End paragraph if it's longer than the existing fill prefix.
6274
6275 * textmodes/fill.el (fill-context-prefix): Doc fix.
6276
6277 1999-07-30 Dave Love <fx@gnu.org>
6278
6279 * font-lock.el (jit-lock): Fix :load, add :version.
6280
6281 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6282
6283 * term/pc-win.el (msdos-face-setup): Register standard colors in
6284 Vface_tty_color_alist.
6285 (face-color-supported-p, face_color_gray_p): New functions.
6286
6287 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6288 is bound.
6289
6290 * startup.el (command-line): Don't register default colors for
6291 MSDOS window-system.
6292
6293 1999-07-29 Dave Love <fx@gnu.org>
6294
6295 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6296 charquote.
6297
6298 * lisp-mode.el (eval-defun): Re-written to avoid
6299 capturing variables.
6300
6301 * picture.el (picture-beginning-of-line): Don't call
6302 hscroll-point-visible now we have real autoscrolling.
6303 (picture-end-of-line, picture-newline, picture-open-line):
6304 Likewise.
6305
6306 * international/latin-8.el: New file.
6307 * international/latin-9.el: New file.
6308
6309 1999-07-28 Dave Love <fx@gnu.org>
6310
6311 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6312
6313 * msb.el: Require cl only when compiling.
6314 (msb--home-dir): Deleted.
6315 (msb--format-title): Use abbreviate-file-name.
6316 (msb--choose-file-menu): Simplify string comparison.
6317
6318 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6319
6320 * faces.el (toolbar): Add face definition for mono displays.
6321
6322 1999-07-27 Richard M. Stallman <rms@gnu.org>
6323
6324 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6325
6326 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6327 force copying of default-frame-alist.
6328
6329 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6330
6331 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6332
6333 1999-07-26 Richard M. Stallman <rms@gnu.org>
6334
6335 * frame.el (set-mouse-color): If new color is nil,
6336 really respecify the current color.
6337
6338 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6339
6340 * faces.el (bitmap-area): Change background of face `bitmap-area'
6341 to white for mono displays.
6342
6343 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6344
6345 * international/ccl.el (ccl-embed-symbol): New function.
6346 (ccl-program-p): Deleted. Now it's implemented in C code.
6347 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6348 (ccl-compile-translate-character): Likewise.
6349 (ccl-compile-map-single): Likewise.
6350 (ccl-compile-multiple-map-function): Likewise.
6351 (declare-ccl-program): Doc-string modified.
6352 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6353
6354 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6355
6356 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6357
6358 1999-07-25 Markus Rost <rost@gnu.org>
6359
6360 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6361 the entries to make custom-file more readable.
6362
6363 1999-07-25 Richard M. Stallman <rms@gnu.org>
6364
6365 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6366
6367 * emacs-lisp/edebug.el: Delete compatibility code.
6368 (edebug-next-token-class): If . is followed by a digit,
6369 return `symbol' for the token class.
6370
6371 * startup.el (command-line): If we don't find the user's init file,
6372 set user-init-file to nil.
6373
6374 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6375
6376 * info-look.el (info-lookup-interactive-arguments): Add optional
6377 argument query for new choice of help mode.
6378 (info-lookup-symbol): Use it.
6379 (info-lookup-file): Ditto.
6380 (info-lookup): Don't switch to other window, if already in Info
6381 buffer.
6382
6383 1999-07-23 Dave Love <fx@gnu.org>
6384
6385 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6386 syntax.
6387 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6388 (fortran-font-lock-syntactic-keywords): New variable.
6389 (fortran-mode): Use it.
6390 (fortran-font-lock-keywords-1): Don't do comments.
6391 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6392 match data.
6393
6394 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6395
6396 * msb.el (msb-menu-bar-update-buffers): Renamed from
6397 menu-bar-update-buffers.
6398 (msb-custom-set, msb--toggle-menu-type): Call
6399 msb-menu-bar-update-buffers.
6400 (msb-mode): Revise the hook setting.
6401
6402 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6403
6404 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6405
6406 * font-lock.el, help.el, simple.el: Re-integrate previously
6407 described changes that were lost due to errors while checking them
6408 in.
6409
6410 1999-07-23 Kevin Blake <kblake@ticnet.com>
6411
6412 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6413
6414 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6415
6416 * international/encoded-kb.el
6417 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6418 but push it to unread-command-events.
6419 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6420 (encoded-kbd-self-insert-sjis): Likewise.
6421 (encoded-kbd-self-insert-big5): Likewise.
6422
6423 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6424 before left margin and fill-prefix by fill-find-break-point.
6425
6426 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6427
6428 * info-look.el (info-lookup-setup-mode): Don't give up, if
6429 info-lookup-make-completions returns an error.
6430 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6431 name latex, not latex2e.
6432
6433 1999-07-21 Richard M. Stallman <rms@gnu.org>
6434
6435 * replace.el (perform-replace): Turn off case-fold-search
6436 if FROM-STRING argument has uppercase in it.
6437
6438 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6439
6440 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6441 mode is on. Don't use end of changed text.
6442
6443 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6444
6445 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6446 (cl-hash-table-p): Renamed from hash-table-p.
6447 (cl-hash-table-count): Renamed from hash-table-count.
6448 (maphash): Alias to cl-maphash removed.
6449 (gethash): Likewise.
6450 (puthash): Likewise.
6451 (remhash): Likewise.
6452 (clrhash): Likewise.
6453
6454 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6455
6456 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6457 third arg non-nil. See comment there why this isn't a good idea.
6458
6459 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6460
6461 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6462
6463 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6464 sit-for with 3rd arg non-nil to prevent redisplay.
6465
6466 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6467
6468 * image.el (image-type-from-file-header): If file doesn't
6469 have a directory part, add data-directory.
6470
6471 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6472
6473 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6474 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6475 motion handling when tooltip-gud-tips-p is nil.
6476
6477 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6478
6479 * tooltip.el (tooltip-mode): Don't use `plusp'.
6480 (tooltip-active): Use initial value of nil.
6481
6482 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6483
6484 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6485
6486 * bindings.el (make-mode-line-mouse-sensitive): Add key
6487 definitions for `top-line'.
6488
6489 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6490
6491 * faces.el (top-line): New face.
6492
6493 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6494
6495 * image.el (image-type-regexps): Add regexp for PS files.
6496
6497 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6498
6499 * faces.el (set-face-attribute): Fix wrong handling of frame
6500 begin equal to t.
6501
6502 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6503
6504 * image.el (image-type-regexps): Add PNG format.
6505
6506 1999-07-21 Dave Love <fx@gnu.org>
6507
6508 * bindings.el (mode-line-modified): New variable.
6509 (mode-line-mode-menu-1): Switch to appropriate window before
6510 showing menu.
6511
6512 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6513
6514 * faces.el (face-underline): Removed.
6515 (face-underline-color): Ditto.
6516
6517 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6518
6519 * faces.el (face-x-resources): Fix typo.
6520
6521 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6522
6523 * faces.el: Remove handling of `:relief', extend handling of
6524 `:box'.
6525 (frame-set-background-mode): Choose new defface specs after
6526 frame parameters have changed.
6527
6528 * cus-face.el: Ditto.
6529
6530 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6531
6532 * custom.el (defface): Extend documentation to include new
6533 face attributes.
6534
6535 * cus-face.el (custom-face-attributes): Add overline,
6536 strike-through, box.
6537
6538 * faces.el (face-valid-attribute-values): Handle overline,
6539 strike-through, box.
6540 (face-attribute-name-alist): Add pairs for new face attributes.
6541 (describe-face): Handle new face attributes.
6542
6543 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6544
6545 * faces.el (face-x-resources): Add overline, strike-through, box.
6546
6547 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6548
6549 * enriched.el (enriched-translations): Add `display' and
6550 "x-display".
6551 (enriched-handle-display-prop): New.
6552 (enriched-decode-display-prop): New.
6553
6554 * format.el (top-level): Give `display' property
6555 `format-list-atomic-p.
6556 (format-annotate-single-property-change): Test that property.
6557 If present, treat list property values like atoms.
6558
6559 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6560
6561 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6562 so that "*" can be entered.
6563
6564 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6565
6566 * cus-face.el (custom-face-attributes): Don't use `#''.
6567
6568 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6569
6570 * cus-face.el (custom-face-attributes): Return underline
6571 face attribute directly from the second lambda of underline.
6572
6573 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6574
6575 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6576
6577 * frame.el (after-setting-font-hooks): New variable.
6578 (set-frame-font): Run those hooks.
6579
6580 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6581
6582 * faces.el (set-face-attribute): Fix doc string.
6583
6584 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6585
6586 * cus-face.el (custom-face-attributes): Accept color name.
6587
6588 * faces.el (face-underline-p): Accept unspecified underlining.
6589 (face-underline): Ditto. Fix doc string.
6590
6591 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6592
6593 * faces.el (face-underline-color): New function.
6594
6595 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6596
6597 * cus-face.el (custom-face-attributes): Support underline coloring.
6598 Added slot to choose a color.
6599
6600 * faces.el (face-underline): New function.
6601 (face-underline-p): Support underline coloring.
6602 Return nil only if the underline attribute is 'normal.
6603 (set-face-underline): New function.
6604 (face-valid-attribute-values): Support underline coloring.
6605
6606 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6607
6608 * image.el (insert-image): Use `display' instead of `glyph'
6609 as text property name.
6610 (put-image): Ditto.
6611 (image-type-from-file-header): Use insert-file-contents-literally.
6612
6613 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6614
6615 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6616 string to indicate separators.
6617
6618 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6619
6620 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6621 instead of message-log.
6622
6623 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6624
6625 * faces.el (bitmap-area): New face.
6626
6627 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6628
6629 * image.el (insert-image): New.
6630
6631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6632
6633 * frame.el (blink-cursor): Set the symbol's value.
6634 (show-trailing-whitespace): Change group to font-lock.
6635
6636 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6637
6638 * jit-lock.el: New.
6639 * font-lock.el: Add jit-mode as new support mode.
6640
6641 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6642 reaching end instead of letting re-search-forward signal an error.
6643 (demand-lock-mode): New.
6644 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6645 (font-lock-turn-off-thing-lock): Ditto.
6646 (font-lock-after-fontify-buffer): Ditto.
6647 (font-lock-after-unfontify-buffer): Ditto.
6648
6649 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6650
6651 * gs.el: New file.
6652
6653 * startup.el (command-line-1): Activate tooltip mode if
6654 interactive.
6655
6656 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6657
6658 * faces.el (toolbar): Grey default background.
6659 (modeline): Ditto.
6660
6661 * image.el (image-type-regexps): New.
6662 (image-type-from-file-header): New.
6663 (create-image): Call it.
6664
6665 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6666
6667 * image.el: New file.
6668
6669 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6670
6671 * bindings.el (mode-line-format): Replace `mode-name' with
6672 `(:eval mode-line-mode-name)'.
6673 (mode-line-mode-name): New.
6674 (make-mode-line-mouse-sensitive): Don't change default value
6675 of `mode-name'.
6676
6677 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6678
6679 * tooltip.el: New file.
6680
6681 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6682
6683 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6684 instead of mouse-3 to pop up menus.
6685 (mode-line-kill-buffer): Removed.
6686 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6687 buffer name.
6688 (mode-line-buffer-menu-1): Removed.
6689
6690 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6691
6692 * bindings.el (mode-line-buffer-identification-keymap): New.
6693 (mode-line-buffer-menu-keymap): New.
6694 (mode-line-mode-menu-keymap): New.
6695 (mode-line-unbury-buffer): New.
6696 (mode-line-other-buffer): New.
6697 (mode-line-kill-buffer): New.
6698 (mode-line-buffer-menu-1): New.
6699 (mode-line-mode-menu-1): New.
6700 (make-mode-line-mouse-sensitive): New.
6701
6702 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6703
6704 * help.el (describe-key-briefly): Handle mode line strings
6705 with local-map properties.
6706 (describe-key): Ditto.
6707 (mode-line-key-binding): New.
6708
6709 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6710
6711 * scroll-bar.el (scroll-bar-timer): New.
6712 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6713
6714 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6715
6716 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6717 and `bottom'.
6718
6719 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6720
6721 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6722 (global): Use different key bindings if using tookit scroll bars.
6723
6724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6725
6726 * faces.el (modeline): Define mode line face with relief for
6727 class color, only.
6728 (toolbar): New face.
6729
6730 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6731
6732 * frame.el (frame-initialize): Set frame-creation-function to
6733 tty-create-frame-with-faces.
6734
6735 * faces.el (frame-set-background-mode): Make it work for
6736 window-system nil.
6737
6738 * faces.el (tty-create-frame-with-faces): New.
6739 (face-set-after-frame-default): Make it work for TTY frames.
6740
6741 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6742
6743 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6744 Return a list of one font family for TTYs. Don't return bitmap
6745 file paths for TTY frames.
6746
6747 * faces.el: Add face specs for tty displays to basic faces.
6748
6749 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6750 (font-lock-string-face): Ditto.
6751 (font-lock-keyword-face): Ditto.
6752 (font-lock-builtin-face): Ditto.
6753 (font-lock-function-name-face): Ditto.
6754 (font-lock-variable-name-face): Ditto.
6755 (font-lock-type-face): Ditto.
6756 (font-lock-constant-face): Ditto.
6757 (font-lock-warning-face): Ditto.
6758
6759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6760
6761 * startup.el (command-line): Register default tty colors.
6762
6763 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6764
6765 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6766
6767 * faces.el (modeline): For X frames, use a modeline with relief.
6768
6769 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6770
6771 * faces.el (frame-update-faces): Copied from 20.2.
6772 (frame-update-face-colors): Ditto. Code removed that isn't
6773 applicable in the new face implementation.
6774
6775 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6776
6777 * frame.el (show-trailing-whitespace): New.
6778
6779 * faces.el (trailing-whitespace): New basic face.
6780
6781 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6782
6783 * cus-face.el (custom-facep): Always define as alias for facep.
6784
6785 * cus-face.el (custom-face-attributes): Use choice widgets.
6786 Remove :bold and :italic.
6787
6788 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6789
6790 * faces.el (face-charset-registries): Removed since fontset.el
6791 is no always loaded.
6792
6793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6794
6795 * faces.el (internal-get-face): Added as obsolete function for
6796 compatibility.
6797
6798 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6799
6800 * frame.el (blink-cursor-end): Call show-cursor.
6801 (blink-cursor-mode): Ditto.
6802
6803 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6804
6805 * faces.el (face-spec-reset-face): Reset all attributes to
6806 `unspecified'.
6807 (face-spec-set): Use it.
6808
6809 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6810
6811 * faces.el (read-all-face-attributes): Bug fix.
6812 (face-read-integer): Allow nil default value.
6813 (face-valid-attribute-values): Use symbol names of attribute
6814 values for completion list.
6815
6816 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6817
6818 * faces.el (internal-find-face): Define for compatibility with
6819 20.2.
6820 (face-id): Likewise.
6821
6822 * faces.el (face-id): Return the ID of a realized face for ASCII.
6823
6824 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6825 (x-complement-fontset-spec): Use face-charset-registries.
6826
6827 * faces.el (face-font-selection-order): Set font selection order
6828 from Lisp.
6829 (face-alternative-font-family-alist): Set alternative font
6830 families from Lisp.
6831
6832 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6833
6834 * faces.el (set-face-charset-registries): Set symbol value.
6835
6836 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6837
6838 * faces.el (face-set-after-frame-default): Call function
6839 internal-merge-in-global-face.
6840
6841 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6842
6843 * faces.el (face-list): Return symbols from face-global-alist.
6844
6845 * faces.el (face-list): Return a copy of the face name list so
6846 that it cannot be modified from outside (facemenu.el uses
6847 nreverse, for example).
6848
6849 * cus-face.el (custom-face-attributes): Add :bold and :italic
6850 for compatibility with old code.
6851
6852 * faces.el (set-face-attributes-from-resources): Additional
6853 frame parameter.
6854 (make-face-x-resource-internal): Set attributes from resources
6855 for a given frame or all frames.
6856
6857 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6858
6859 * faces.el (all-faces): Removed.
6860
6861 * custom.el (defface): Add new face attributes to function
6862 comment.
6863
6864 * font-lock.el (font-lock-comment-face): Use new face attribute
6865 names.
6866 (font-lock-string-face): Ditto.
6867 (font-lock-keyword-face): Ditto.
6868 (font-lock-builtin-face): Ditto.
6869 (font-lock-function-name-face): Ditto.
6870 (font-lock-variable-name-face): Ditto.
6871 (font-lock-type-face): Ditto.
6872 (font-lock-reference-face): Ditto.
6873 (font-lock-warning-face): Ditto.
6874 ((boundp 'font-lock-face-attributes)): Ditto.
6875
6876 * cus-face.el (custom-face-attributes): Use new face attributes.
6877
6878 * faces.el (set-face-attribute-from-resource): Initialize
6879 from resources only for X and W32.
6880
6881 * cus-face.el (custom-declare-face): Don't make frame-local
6882 faces.
6883
6884 * faces.el (describe-face): Use princ instead of insert.
6885
6886 * faces.el: Add XLFD manipulation functions from 20.2 again
6887 because fontset.el uses them.
6888 (face-set-after-frame-default): Add empty definition.
6889
6890 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6891
6892 * faces.el (make-face): Correct typo.
6893 (set-face-attribute-from-resource): Use let*.
6894 (face-underline-p): Correct typo.
6895 (face-inverse-video-p): Ditto.
6896 (set-face-stipple): Ditto.
6897 (face-read-string): Make completion-list optional parameter.
6898
6899 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6900
6901 * faces.el (face-charset-registries): Alist mapping charset
6902 symbols to registries and encoding.
6903
6904 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6905
6906 * frame.el (blink-cursor-mode): Use interactive spec "P".
6907
6908 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6909
6910 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6911 mode. The cursor of selected_window blinks if the mode is enabled.
6912
6913 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6914
6915 * simple.el (next-history-element): Set point to the end of the
6916 prompt if minibuffer-prompt-in-buffer.
6917
6918 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6919
6920 * faces.el (x-font-regexp): Add sub-expression parentheses for
6921 several font name components.
6922
6923 1999-07-21 Gerd Moellmann <gerd@acm.org>
6924
6925 * faces.el (set-face-relief): Use index 12 for relief.
6926 (face-fill-in): Set relief from data.
6927 (internal-make-face): Init relief to zero.
6928
6929 * faces.el (face-spec-set): Call modify-face with additional
6930 parameters for relief and fixed-p.
6931
6932 1999-07-21 Gerd Moellmann <gerd@acm.org>
6933
6934 * cus-face.el: ':fixed and ':relief added.
6935
6936 * faces.el (describe-face): Add fixed font attribute and relief.
6937 (face-attr-match-p): Ditto.
6938 (face-attr-construct): Ditto.
6939 (face-spec-set): Ditto.
6940
6941 1999-07-21 Gerd Moellmann <gerd@acm.org>
6942
6943 * faces.el (internal-make-face): Function to create a Lisp vector
6944 suitable for representing a face.
6945 (make-face): Use it instead of make-vector.
6946 (x-create-frame-with-faces): Use it instead of vector.
6947 (internal-facep): Increase vector size to 14.
6948 (internal-make-face): Ditto.
6949 (face-relief): Access relief thickness.
6950 (face-fixed-p): Access fixed font attribute.
6951 (set-face-fixed-p): Set fixed font attribute.
6952 (set-face-relief): Set relief attribute.
6953 (internal-face-interactive-int): Read int attribute of face.
6954 (modify-face): Add fixed-p and relief parameters.
6955 (copy-face): Handle fixed-p and relief.
6956 (face-equal): Compare fixed-p and relief.
6957 (face-differs-from-default-p): Ditto.
6958 (face-nontrivial-p): Add fixed-p and relief.
6959
6960 1999-07-21 Gerd Moellmann <gerd@acm.org>
6961
6962 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6963 (internal-facep): Increase vector size.
6964 (make-face): Ditto.
6965 (face-shadow-thickness): Added.
6966 (set-face-shadow-thickness): Added.
6967 (modify-face): Add optional shadow-thickness parameter.
6968 (make-face-x-resource-internal): Add shadows.
6969 (copy-face): Ditto.
6970 (face-equal): Ditto.
6971 (face-differs-from-default-p): Ditto.
6972 (face-nontrivial-p): Ditto.
6973 (face-attr-match-p): Ditto.
6974 (face-attr-construct): Ditto.
6975 (face-spec-set): Ditto.
6976 (face-fill-in): Ditto.
6977
6978 1999-07-21 Gerd Moellmann <gerd@acm.org>
6979
6980 * bench.el (bench-mark-split-window): New bench mark.
6981
6982 1999-07-21 Gerd Moellmann <gerd@acm.org>
6983
6984 * faces.el (set-face-font): Don't pass default font to
6985 x-resolve-font so that font will not have to be of the same
6986 size.
6987
6988 1999-07-20 Dave Love <fx@gnu.org>
6989
6990 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6991 unconditionally t.
6992
6993 1999-07-20 Karl Heuer <kwzh@gnu.org>
6994
6995 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6996
6997 1999-07-20 Dave Love <fx@gnu.org>
6998
6999 * help.el (describe-variable): Fix test for customizability.
7000
7001 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7002 Check for readonly buffer in interactive spec.
7003 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7004 (backward-kill-word): Add * to interactive spec.
7005
7006 * underline.el (underline-region, ununderline-region): Add * to
7007 interactive spec.
7008
7009 * fill.el (canonically-space-region, justify-current-line): Add *
7010 to interactive spec.
7011 (fill-region-as-paragraph, fill-paragraph, fill-region)
7012 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7013 readonly buffer in interactive spec.
7014
7015 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7016 (backward-kill-sentence, kill-sentence): Add * to interactive
7017 spec.
7018
7019 1999-07-19 Richard M. Stallman <rms@gnu.org>
7020
7021 * dired-aux.el (dired-do-shell-command): Doc fix.
7022
7023 * shell.el (shell-unquote-argument): New function.
7024 (shell-directory-tracker): Use shell-unquote-argument.
7025 * comint.el (comint-arguments): Handle \ followed by space or tab.
7026
7027 1999-07-19 John Wiegley <jwiegley@borland.com>
7028
7029 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7030 color codes 39 and 49, which by the way lynx uses them seem to
7031 mean "foreground reset" and "background reset".
7032
7033 1999-07-19 Karl Heuer <kwzh@gnu.org>
7034
7035 * font-lock.el (c++-keywords): Add "typeid".
7036
7037 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7038 selects no font, treat that as zero selections, not one.
7039
7040 1999-07-19 Dave Love <fx@gnu.org>
7041
7042 * info.el (Info-search): Don't lose with empty regexp.
7043
7044 * version.el: Cater for (free) `ident' program, not `which'.
7045
7046 * hl-line.el: New file.
7047
7048 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7049 for modes which don't define menus.
7050
7051 1999-07-16 Richard M. Stallman <rms@gnu.org>
7052
7053 * webjump.el (webjump-sample-sites): Update some URLs.
7054
7055 1999-07-14 Richard Stallman <rms@gnu.org>
7056
7057 * Version 20.4 released.
7058
7059 1999-07-14 Andreas Schwab <schwab@gnu.org>
7060
7061 * compare-w.el (compare-windows): Try to find the next window in
7062 the current frame before looking at the other frames.
7063
7064 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7065
7066 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7067 Use cyrillic-jcuken as default input method.
7068
7069 1999-07-12 Richard Stallman <rms@gnu.org>
7070
7071 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7072 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7073
7074 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7075 (ispell-local-dictionary-alist): Add koi8-r for character set.
7076
7077 * textmodes/flyspell.el (flyspell-get-word):
7078 Add special handling for when ispell-otherchars is empty.
7079
7080 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7081
7082 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7083 when having nested functons.
7084 (pascal-indent-nested-functions) (pascal-indent-line)
7085 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7086 indenting nested functions.
7087
7088 1999-07-09 Richard Stallman <rms@gnu.org>
7089
7090 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7091
7092 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7093
7094 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7095 the `end' keyword was in the very beginning of the buffer.
7096
7097 1999-07-08 Richard Stallman <rms@gnu.org>
7098
7099 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7100
7101 * term.el (term-emulate-terminal): Avoid infinite loop
7102 in strange case where minibuffer window is selected but not active.
7103
7104 1999-07-07 Stephen Eglen <stephen@gnu.org>
7105
7106 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7107 Change regexp so that it doesn't match commands beginning with `cd'.
7108
7109 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7110
7111 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7112
7113 1999-07-06 Richard Stallman <rms@gnu.org>
7114
7115 * hscroll.el (hscroll-minibuffer-hook): New function.
7116 (hscroll-global-mode): Add and remove that hook.
7117 Set hscroll-old-truncate-was-global's default value.
7118
7119 1999-07-05 Richard Stallman <rms@gnu.org>
7120
7121 * files.el (revert-buffer): Don't preserve point here.
7122 (revert-buffer-insert-file-contents-function): Doc fix.
7123
7124 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7125
7126 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7127 doing a `stat' when it isn't necessary because that can cause
7128 trouble when an NFS server is down.
7129
7130 1999-07-04 Richard Stallman <rms@gnu.org>
7131
7132 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7133
7134 1999-07-03 Richard Stallman <rms@gnu.org>
7135
7136 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7137 for \200...\240 also.
7138 (isearch-printing-char): Use unibyte-char-to-multibyte.
7139
7140 1999-07-02 Richard Stallman <rms@gnu.org>
7141
7142 * frame.el (minibuffer-frame-alist): Use defcustom.
7143 (pop-up-frame-alist): Likewise.
7144 (initial-frame-alist): Specify * in the doc string.
7145
7146 * hscroll.el (hscroll-mode): Make it a permanent local.
7147 (hscroll-mode): Don't cancel the timer
7148 if HScroll mode is enabled in some other buffer.
7149
7150 * isearch.el (isearch-done): If search ends in middle of intangible
7151 text (due to text property), move on to the limit of that text.
7152
7153 1999-07-01 Andrew Innes <andrewi@gnu.org>
7154
7155 * man.el (Man-build-man-command): Use value of null-device,
7156 instead of hard-coding "/dev/null".
7157
7158 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7159 ange-ftp file names, which might force ange-ftp to prompt for a
7160 password.
7161
7162 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7163 to prevent references to temp files.
7164
7165 1999-06-30 Richard Stallman <rms@gnu.org>
7166
7167 * progmodes/sh-script.el (sh-feature): If nothing is known
7168 about the given shell, use the values for `sh'.
7169
7170 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7171
7172 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7173 to make it non-recursive.
7174
7175 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7176
7177 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7178
7179 * auto-show.el (auto-show-mode): Fix Typo in :set.
7180
7181 1999-06-29 Richard M. Stallman <rms@gnu.org>
7182
7183 * progmodes/sh-script.el (sh-mode): When setting syntax
7184 table, default to the standard one.
7185
7186 1999-06-27 Richard M. Stallman <rms@gnu.org>
7187
7188 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7189
7190 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7191
7192 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7193 a frame when `return' is requested (even if pop-up-frames = t)
7194 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7195 should only be set for the bibtex buffer.
7196
7197 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7198
7199 * progmodes/compile.el: Deal with compilation-error-screen-columns
7200 being buffer-local.
7201
7202 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7203
7204 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7205
7206 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7207
7208 * cal-x.el (calendar-only-one-frame-setup): New function.
7209 * calendar.el (calendar): Call it if requested.
7210
7211 1999-06-24 Karl Heuer <kwzh@gnu.org>
7212
7213 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7214
7215 1999-06-22 Richard M. Stallman <rms@gnu.org>
7216
7217 * mail/supercite.el (sc-emacs-features): Doc fix.
7218
7219 1999-06-22 Karl Heuer <kwzh@gnu.org>
7220
7221 * files.el (auto-mode-alist): Add pike-mode.
7222
7223 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7224
7225 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7226 last byte of a numeric field is a space or a NUL. Parse it as
7227 potentially part of the number. This is used by GNU tar
7228 1.12.64012 to handle larger values.
7229
7230 1999-06-20 Karl Heuer <kwzh@gnu.org>
7231
7232 * custom.el (custom-handle-keyword): Fix error message.
7233
7234 1999-06-18 Andrew Innes <andrewi@gnu.org>
7235
7236 * mail/smtpmail.el (smtpmail-send-it): Use
7237 convert-standard-filename to make file names for queued mail safe
7238 on Windows (`:' is invalid in file names on Windows).
7239
7240 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7241
7242 * international/mule-cmds.el (describe-current-input-method):
7243 Current-input-method is string.
7244 (toggle-input-method): Docstring fixed.
7245
7246 * international/mule-diag.el
7247 (describe-current-coding-system-briefly): Fix format string.
7248
7249 * international/mule-util.el (coding-system-eol-type-mnemonic):
7250 Docstring modified. Return a string.
7251
7252 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7253
7254 * sql.el (sql-input-ring-file-name): Doc fix.
7255
7256 1999-06-17 Richard M. Stallman <rms@gnu.org>
7257
7258 * calendar/cal-x.el (special-display-buffer-names):
7259 Don't put (get-file-buffer diary-file) on this list.
7260
7261 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7262
7263 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7264 Don't penalize player for certain impossible guesses.
7265
7266 1999-06-16 Andrew Innes <andrewi@gnu.org>
7267
7268 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7269 return the string "Unk 0 0000" so at least it appears to be a
7270 valid timestamp to `dired-move-to-filename-regexp'.
7271
7272 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7273
7274 * ps-print.el (ps-control-character): Fix previous change.
7275
7276 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7277
7278 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7279 multiple output of the last message.
7280
7281 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7282
7283 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7284 the ASCII apostrophe, as most DOS codepages have some other glyph
7285 there.
7286
7287 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7288
7289 * language/ethio-util.el (setup-ethiopic-environment-internal):
7290 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7291 (exit-ethiopic-environment): Likewize.
7292
7293 1999-06-12 Richard M. Stallman <rms@gnu.org>
7294
7295 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7296
7297 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7298
7299 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7300 custom-initialize-default to avoid infinite loop.
7301 (crisp-mode): (defun) Call transient-mark-mode here, not when
7302 loading the file. Run crisp-mode-hook here, and run
7303 crisp-load-hook when loading the file.
7304
7305 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7306 rmail-summary buffer, search for pattern in rmail-file.
7307
7308 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7309
7310 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7311
7312 * ps-print.el (ps-printer-name): Fix custom type.
7313
7314 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7315
7316 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7317 (vhdl-port-paste-generic-map): Fix indentation bug.
7318 (vhdl-port-paste-port-map): Fix indentation bug.
7319 (vhdl-scan-file-contents): Make scanning case insensitive.
7320
7321 1999-06-11 Richard M. Stallman <rms@gnu.org>
7322
7323 * files.el (write-file): When buffer is not already visiting a file,
7324 don't put buffer name in the minibuffer, just make it the default.
7325 Also handle just directory as arg usefully in that case.
7326
7327 * simple.el (sendmail-user-agent-compose):
7328 Ignore case when inserting the rest of the "other" headers.
7329
7330 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7331
7332 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7333 (info-lookup-interactive-arguments): Never insert the default
7334 into the minibuffer automatically.
7335
7336 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7337
7338 1999-06-09 Richard M. Stallman <rms@gnu.org>
7339
7340 * simple.el (shell-command): Avoid printing "mark set" message.
7341
7342 1999-06-09 Dave Love <fx@gnu.org>
7343
7344 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7345 digits in program name in first pattern.
7346
7347 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7348
7349 * vc.el (vc-dired-mode): Don't match anything before the date in
7350 dired-move-to-filename-regexp.
7351
7352 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7353
7354 * international/quail.el (quail-define-rules): Fix typo in
7355 docstring.
7356
7357 1999-06-05 Stephen Eglen <stephen@gnu.org>
7358
7359 * iswitchb.el (iswitchb-default-keybindings): Add
7360 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7361 than when package is loaded.
7362
7363 1999-06-04 Richard M. Stallman <rms@gnu.org>
7364
7365 * startup.el (command-line): Don't set user-init-file directly;
7366 tell `load' to set it.
7367
7368 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7369
7370 * simple.el (next-history-element):
7371 Handle minibuffer-text-before-history properly when reading sexps.
7372
7373 * disp-table.el (standard-display-european):
7374 For an interactive call by the user,
7375 don't set enable-multibyte-characters,
7376 and don't set the terminal coding system.
7377
7378 * textmodes/refbib.el: Don't print any messages or display
7379 a buffer when loading the library.
7380 (r2b-help): Doc fix.
7381 (r2b-help-message): Update the documentation.
7382 (r2b-load-quietly): Variable deleted.
7383 (r2b-convert-buffer): Doc fix.
7384
7385 1999-06-04 Dave Love <fx@gnu.org>
7386
7387 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7388
7389 * auto-show.el: Don't change hooks on loading.
7390 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7391 (auto-show-mode): Add to hooks here.
7392
7393 1999-06-04 Richard Sharman <rsharman@pobox.com>
7394
7395 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7396 recursion on bogus input.
7397
7398 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7399
7400 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7401 does not select a buffer from the buffers menu, then the attached
7402 frame is not switched to anything.
7403
7404 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7405
7406 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7407 (viet-viscii-...->viet-vscii...).
7408
7409 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7410
7411 1999-06-01 Dave Love <fx@gnu.org>
7412
7413 * progmodes/fortran.el: Add :link to defgroup.
7414 (fortran-blink-matching-if): Match ELSE statements too.
7415 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7416 that filling is always done.
7417
7418 1999-05-31 Richard M. Stallman <rms@gnu.org>
7419
7420 * simple.el (append-next-kill): Use an arg to distinguish
7421 interactive calls from Lisp calls, rather than (interactive-p).
7422
7423 * international/iso-transl.el (iso-transl-language-alist):
7424 Interchange n and N.
7425
7426 1999-05-31 Dave Love <fx@gnu.org>
7427
7428 * msb.el Add to minor-mode-map-alist. Remove hook installation
7429 and keymap munging on load.
7430 (msb-mode): New option.
7431 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7432 Doc fix.
7433 (msb-mode-map): New variable.
7434 (msb-mode): New command.
7435
7436 1999-05-31 Dave Love <fx@gnu.org>
7437
7438 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7439 (ispell-complete-word-dict): Likewise.
7440
7441 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7442
7443 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7444 force the data buffer to be saved, even if the data didn't
7445 change, in case the write filter was modified. Restore the
7446 current record after read-file-filter finishes.
7447
7448 1999-05-29 Karl Heuer <kwzh@gnu.org>
7449
7450 * ispell4.el: Obsolete; file deleted.
7451
7452 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7453
7454 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7455 VALUE is a syntax table.
7456
7457 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7458
7459 * simple.el (zap-to-char): Doc fix.
7460
7461 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7462
7463 * isearch.el (isearch-quote-char): Don't assume character codes
7464 0200 - 0237 stand for characters in some single-byte character
7465 charset.
7466
7467 1999-05-27 Dave Love <fx@gnu.org>
7468
7469 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7470
7471 1999-05-27 Andreas Schwab <schwab@gnu.org>
7472
7473 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7474 headerline does not exist already.
7475
7476 1999-05-26 Richard Stallman <rms@gnu.org>
7477
7478 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7479 Avoid nested null-loops.
7480
7481 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7482
7483 * international/characters.el: Typo fixed; prefered->preferred.
7484
7485 * international/mule-cmds.el (find-coding-systems-for-charsets):
7486 Typo fixed; prefered->preferred.
7487
7488 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7489 method in read-event.
7490
7491 * international/mule.el (charset-info): Doc-string fixed.
7492
7493 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7494
7495 * mail/smtpmail.el (smtpmail-send-it): Bind
7496 smtpmail-code-conv-from properly.
7497 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7498 by smtpmail-code-conv-from.
7499
7500 1999-05-24 Richard Stallman <rms@gnu.org>
7501
7502 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7503 Binding deleted also.
7504
7505 1999-05-24 Karl Heuer <kwzh@gnu.org>
7506
7507 * comint.el (comint-bol-or-process-mark): Doc fix.
7508
7509 1999-05-23 Dave Love <fx@gnu.org>
7510
7511 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7512 Enter it on minor-mode-map-alist.
7513 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7514 Autoload. Add custom setter.
7515 (crisp-mark-line): Doc fix.
7516 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7517 (crisp-mode-hook): Define.
7518
7519 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7520
7521 * files.el (recover-file): Recover buffer-file-coding-system.
7522
7523 1999-05-22 Richard Stallman <rms@gnu.org>
7524
7525 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7526 regexp match the date, to avoid treating date as file size.
7527 Add YYYY S option to WESTERN/
7528
7529 * bookmark.el: Delete some XEmacs compatibility code.
7530 (bookmark-jump-noselect): Check vc-backend.
7531
7532 * subr.el (add-to-list): Doc fix.
7533
7534 1999-05-21 Stephen Eglen <stephen@gnu.org>
7535
7536 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7537
7538 1999-05-18 Richard Stallman <rms@gnu.org>
7539
7540 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7541 non-space after the @anchor command.
7542 (texinfo-format-var): Handle other nested constructs, using
7543 texinfo-parse-expanded-arg and texinfo-discard-command, not
7544 texinfo-parse-arg-discard.
7545
7546 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7547 (debug): Bind and use debugger-outer-inhibit-redisplay.
7548 Bind inhibit-redisplay to nil.
7549 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7550
7551 1999-05-17 Dave Love <fx@gnu.org>
7552
7553 * help.el (describe-function-1): Extra arg, interactive-p.
7554 (describe-key, describe-function): Use it.
7555
7556 1999-05-17 Karl Heuer <kwzh@gnu.org>
7557
7558 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7559
7560 1999-05-16 Dave Love <fx@gnu.org>
7561
7562 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7563 scroll-preserve-screen-position, scroll-conservatively.
7564
7565 1999-05-16 Dave Love <fx@gnu.org>
7566
7567 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7568
7569 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7570
7571 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7572
7573 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7574
7575 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7576 magic number and is not associated with a file.
7577
7578 1999-05-14 Richard M. Stallman <rms@gnu.org>
7579
7580 * files.el (find-file-noselect-1): Fix previous change.
7581
7582 1999-05-14 Simon Marshall <simon@gnu.org>
7583
7584 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7585
7586 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7587
7588 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7589 docstring.
7590
7591 * international/mule-cmds.el: Change MULE to Mule in docstrings
7592 and menus.
7593
7594 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7595
7596 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7597 to correctly reflect the value of BaseLineOffset in
7598 RelativeCompose. Now the value of RelativeCompose is an array of
7599 low and high positions.
7600 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7601 RLC for the above change.
7602
7603 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7604
7605 * comint.el (comint-password-prompt-regexp): Modified to match the
7606 output of ksu and ssh-add.
7607
7608 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7609
7610 * language/korea-util.el (isearch-toggle-korean-input-method):
7611 Adjusted for the change of input method handling in isearch.el.
7612 (isearch-hangul-switch-symbol-ksc): Likewise.
7613 (isearch-hangul-switch-hanja): Likewise.
7614
7615 1999-05-10 Dave Love <fx@gnu.org>
7616
7617 * help.el (help-make-xrefs): Fix typo.
7618
7619 1999-05-10 Andreas Schwab <schwab@gnu.org>
7620
7621 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7622 unibyte-display-via-language-environment.
7623
7624 * help.el (help-make-xrefs): Handle more cases when looking for
7625 commands in a keymap description.
7626
7627 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7628
7629 * loadup.el: For ms-dos systems, load ccl and codepage.
7630
7631 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7632
7633 * ps-print.el (ps-control-character): Call
7634 ps-mule-prepare-ascii-font to setup ASCII fonts.
7635
7636 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7637 ps-multibyte-buffer is nil, use
7638 ps-mule-font-info-database-default."
7639
7640 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7641
7642 * ispell.el (ispell-local-dictionary-alist): New variable for
7643 customizing local dictionaries not accessable by everyone.
7644 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7645 (ispell-required-version): Changed format `(major minor
7646 revision)' to support general pattern matching.
7647 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7648 skip region commented out due to incorrect skip potential in std latex.
7649 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7650 cursor point on small words for calls from `ispell-minor-mode'.
7651 (check-ispell-version): Tests and accepts versions major.minor
7652 and above, with adjustments for interactions in 3.1.0-3.1.11.
7653 (ispell-get-line): No longer skips ispell process special characters.
7654 (ispell-comments-and-strings): Removed `when' macro call.
7655 (ispell-minor-check): Requires ispell-word to restore cursor point.
7656 (ispell-buffer-local-parsing): Supports checking comments only.
7657
7658 1999-05-08 Karl Heuer <kwzh@gnu.org>
7659
7660 * comint.el (comint-password-prompt-regexp): Fix last change to be
7661 more specific.
7662
7663 1999-05-07 Richard M. Stallman <rms@gnu.org>
7664
7665 * subr.el (with-temp-message): Fix the other call to message
7666 to use %s.
7667
7668 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7669
7670 * gud.el (gud-format-command): "%F" means file sans extension.
7671 (jdb): Use %F, not %f, for gud-break.
7672
7673 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7674
7675 * comint.el (comint-password-prompt-regexp): Modified so that it
7676 matches the output of kinit.
7677
7678 1999-05-06 Greg Stark <gsstark@mit.edu>
7679
7680 * timezone.el (timezone-parse-date): Recognize new format used in
7681 internet cookies.
7682
7683 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7684
7685 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7686
7687 1999-05-04 Andrew Innes <andrewi@gnu.org>
7688
7689 * time.el (display-time-update): Allow for wrap-around when
7690 checking against display-time-server-down-time.
7691
7692 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7693
7694 * international/mule-diag.el (describe-coding-system): Fix English
7695 message.
7696
7697 1999-05-03 Jason Rumney <jasonr@altavista.net>
7698
7699 * term/w32-win.el: Change the x-charset-registry property for the
7700 Japanese charsets that are supported by Japanese Windows fonts.
7701
7702 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7703
7704 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7705 diary-block diary entries for which the reminders and the diary
7706 entries can overlap.
7707
7708 1999-05-02 Jason Rumney <jasonr@altavista.net>
7709
7710 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7711 matches the font selected in the dialog.
7712
7713 1999-05-02 Dave Love <fx@gnu.org>
7714
7715 * browse-url.el (browse-url-browser-function): Add :version.
7716
7717 * international/mule.el (auto-coding-alist): Add .tgz.
7718
7719 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7720
7721 * international/codepage.el (cp-coding-system-for-codepage-1):
7722 Make the magnification parameter for the -dos encoder be 2.
7723
7724 1999-05-2 Andrew Innes <andrewi@gnu.org>
7725
7726 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7727 it is dropped, rather than current window.
7728
7729 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7730 after switching buffer, as case-fold-search is a buffer local
7731 variable.
7732
7733 * w32-fns.el (convert-standard-filename): Only convert directory
7734 separators to backslash if the interactive shell is one of the
7735 standard Windows shells that has DOS semantics.
7736
7737 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7738 format-time-string, and return a suitable string to indicate the
7739 timestamp was invalid.
7740
7741 * hexl.el (hexlify-command): Apply shell-quote-argument after
7742 expanding hexl-program in case exec-directory contains a space.
7743 (dehexlify-command): Ditto.
7744
7745 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7746 file extension regexps which aren't necessarily binary files.
7747 (direct-print-region-helper): Use subst-char-in-string instead of
7748 binding directory-sep-char to convert filenames to DOS syntax.
7749 (direct-print-region-use-command-dot-com): New variable.
7750 (direct-print-region-helper): Use it to control whether to invoked
7751 command.com to print on Windows 9x.
7752
7753 * browse-url.el (browse-url-browser-function): Default to
7754 browse-url-default-windows-browser on windows-nt.
7755 (browse-url-default-windows-browser): New function.
7756
7757 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7758
7759 * forms.el (forms-mode): Don't call forms-first-record or
7760 forms-last-record if the data file has zero records.
7761
7762 1999-04-29 Richard M. Stallman <rms@gnu.org>
7763
7764 * files.el (find-file-noselect-1): If buffer-file-name has changed
7765 after find-file-not-found-hooks runs, recompute the truename.
7766 And don't use FILENAME after that point.
7767
7768 1999-04-27 Dave Love <fx@gnu.org>
7769
7770 * paren.el (show-paren-mode)
7771 * which-func.el (which-func-mode-global)
7772 * type-break.el (type-break-mode)
7773 * time.el (display-time-mode)
7774 * rsz-mini.el (resize-minibuffer-mode)
7775 * mouse-sel.el (mouse-sel-mode)
7776 * icomplete.el (icomplete-mode)
7777 * hscroll.el (hscroll-global-mode)
7778 * help.el (temp-buffer-resize-mode)
7779 * font-lock.el (global-font-lock-mode)
7780 * delsel.el (delete-selection-mode)
7781 * avoid.el (mouse-avoidance-mode)
7782 * autoinsert.el (auto-insert-mode)
7783 * winner.el (winner-mode): Doc fix.
7784
7785 1999-04-26 Karl Heuer <kwzh@gnu.org>
7786
7787 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7788 the same whitespace that was ignored in choosing the subject string.
7789
7790 1999-04-26 Richard M. Stallman <rms@gnu.org>
7791
7792 * info.el (Info-find-node): Position properly after finding anchor.
7793
7794 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7795
7796 * simple.el (indent-new-comment-line): Fix previous change.
7797
7798 * complete.el: Delete the wildcard expansion feature
7799 since that is now standard in find-file.
7800 (PC-try-load-many-files): Function deleted.
7801 (PC-after-load-many-files): Function deleted.
7802 (PC-many-files-list): Variable deleted.
7803 (PC-disable-wildcards): Variable deleted.
7804 (partial-completion-mode): Don't enable the wildcard feature.
7805
7806 * complete.el (PC-look-for-include-file): Don't set global variables
7807 `error', `buf' and `filename' here.
7808
7809 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7810
7811 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7812
7813 * textmodes/outline.el (outline-regexp): Doc fix.
7814
7815 1999-04-26 John Wiegley <johnw@borland.com>
7816
7817 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7818 C++Builder 4.0 error message syntax.
7819
7820 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7821
7822 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7823 supported, use find -exec.
7824
7825 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7826
7827 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7828 coding-system-for-write, to avoid hanging when non-interactive.
7829
7830 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7831
7832 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7833 start with a newline.
7834
7835 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7836
7837 * international/mule-conf.el (x-ctext): New coding system.
7838
7839 1999-04-12 Richard M. Stallman <rms@gnu.org>
7840
7841 * international/mule-cmds.el (input-method-function):
7842 Add permanent-local property.
7843
7844 1999-04-12 Dave Love <fx@gnu.org>
7845
7846 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7847 change to use jka-compr-byte-compiler-base-file-name.
7848
7849 * supercite.el (sc-scan-info-alist): Revert last change.
7850 (sc-attrib-selection-list): Fix :type here instead.
7851
7852 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7853
7854 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7855 in the list of case-insensitive filesystems.
7856
7857 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7858
7859 * international/fontset.el (create-fontset-from-fontset-spec):
7860 Don't register duplicated alias fontset names.
7861
7862 1999-04-08 Richard Stallman <rms@gnu.org>
7863
7864 * international/mule.el (auto-coding-alist-lookup): New function.
7865 (set-auto-coding): Use auto-coding-alist-lookup.
7866
7867 * jka-compr.el (jka-compr-insert-file-contents):
7868 Use auto-coding-alist-lookup to check for files that
7869 should not have eol conversion, in the unibyte case.
7870
7871 1999-04-07 Dave Love <fx@gnu.org>
7872
7873 * help.el (describe-variable): Check custom-loads property as well
7874 as custom-type.
7875
7876 * abbrev.el (abbrev-mode): Customizing sets the default value.
7877
7878 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7879
7880 * vc.el (vc-backend-revert): For CVS files that were made
7881 writeable with "cvs edit", call "cvs unedit" to undo that.
7882
7883 1999-04-08 Dave Love <fx@gnu.org>
7884
7885 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7886 more.
7887 (sc-emacs-features): Recognize Emacs 20.
7888 (sc-read-string): Use history arg.
7889 (sc-scan-info-alist): Check for rtnvalue a cons.
7890
7891 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7892
7893 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7894 coding system to encode the message by
7895 select-message-coding-system.
7896
7897 1999-04-07 Richard Stallman <rms@gnu.org>
7898
7899 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7900
7901 * winner.el: Reorder definitions.
7902
7903 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7904
7905 * mail/rmail.el (rmail-decode-babyl-format):
7906 Undo previous change.
7907
7908 1999-04-06 Richard Stallman <rms@gnu.org>
7909
7910 * info.el (Info-find-node): Check for an anchor at the
7911 proper place, before reading an indirect file.
7912
7913 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7914
7915 * jka-compr.el (jka-compr-insert-file-contents):
7916 Use raw-text-unix when we want no conversion.
7917
7918 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7919
7920 * timezone.el (timezone-parse-date): Corrected regexp for
7921 style (5) date format so that tenths of seconds are optional.
7922
7923 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7924
7925 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7926 of dos-codepage-setup.
7927 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7928 codepages for which there's no need to set up cpNNN coding
7929 systems.
7930 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7931
7932 1999-04-05 Richard Stallman <rms@gnu.org>
7933
7934 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7935
7936 1999-04-02 Richard Stallman <rms@gnu.org>
7937
7938 * progmodes/compile.el (compilation-handle-exit): Do right thing
7939 if (car status) doesn't end in a newline.
7940
7941 1999-04-01 Dave Love <fx@gnu.org>
7942
7943 * progmodes/sql.el (SQL): Add defgroup :version.
7944
7945 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7946
7947 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7948 buffer-file-coding-system. If the coding system used is raw-text,
7949 etc., make the *Compiler Input* buffer unibyte.
7950
7951 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7952
7953 * loadup.el: Don't write the fns-...el file if not dumping.
7954
7955 1999-03-31 Dave Love <fx@gnu.org>
7956
7957 * snmp-mode.el (snmp): Fix defgroup :version.
7958
7959 * hilit-chg.el (highlight-changes): Add defgroup :version.
7960
7961 1999-03-31 Andreas Schwab <schwab@gnu.org>
7962
7963 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7964 the gnus-save-hidden-threads macro.
7965
7966 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7967
7968 * faces.el (face-set-after-frame-default): Obey the
7969 `customized-face' for new faces.
7970
7971 1999-03-30 Dave Love <fx@gnu.org>
7972
7973 * international/mule-cmds.el (current-language-environment): Doc fix.
7974 * abbrev.el (abbrev-mode): Doc fix.
7975 * autoinsert.el (auto-insert-mode): Doc fix.
7976 * complete.el (partial-completion-mode): Doc fix.
7977 * avoid.el (mouse-avoidance-mode): Doc fix.
7978 * delsel.el (delete-selection-mode): Doc fix.
7979 * font-lock.el (global-font-lock-mode): Doc fix.
7980 * help.el (temp-buffer-resize-mode): Doc fix.
7981 * hscroll.el (hscroll-global-mode): Doc fix.
7982 * icomplete.el (icomplete-mode): Doc fix.
7983 * mouse-sel.el (mouse-sel-mode): Doc fix.
7984 * paren.el (show-paren-mode): Doc fix.
7985 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7986 * time.el (display-time-mode): Doc fix.
7987 * type-break.el (type-break-mode): Doc fix.
7988 * which-func.el (which-func-mode-global): Doc fix.
7989 * winner.el (winner-mode): Doc fix.
7990
7991 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7992
7993 * wid-edit.el (widget-before-change): Signal text-read-only rather
7994 than an ordinary error.
7995
7996 1999-03-30 Richard M. Stallman <rms@gnu.org>
7997
7998 * repeat.el: Don't require advice.
7999 (repeat): Do function-indirection in check for kbd macro.
8000 In self-insert case, use the *last* char in INSERTION.
8001
8002 1999-03-30 Karl Heuer <kwzh@gnu.org>
8003
8004 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8005
8006 1999-03-29 Andreas Schwab <schwab@gnu.org>
8007
8008 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8009 comint-input-filter-functions. Make variables related to shell
8010 directory tracking local.
8011
8012 1999-03-26 Andreas Schwab <schwab@gnu.org>
8013
8014 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8015
8016 * simple.el (shell-command-on-region): Cope with exit-status being
8017 nil, which happens if call-process-region was interrupted.
8018
8019 1999-03-26 Richard M. Stallman <rms@gnu.org>
8020
8021 * simple.el (indent-new-comment-line): Handle use at a point
8022 after a comment-end. Handle multiple comments.
8023
8024 * mail/rmail.el (rmail-decode-babyl-format):
8025 To prevent locking, bind buffer-file-name to nil.
8026
8027 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8028
8029 * mail-hist.el (mail-hist-current-header-name): Don't make
8030 off-by-one-error when determining if in message body.
8031
8032 1999-03-25 Andrew Innes <andrewi@gnu.org>
8033
8034 * w32-fns.el (set-default-process-coding-system): Copied from
8035 dos-w32.el, but modified to use Unix line endings for process
8036 input, and to add a suitable entry to process-coding-system-alist
8037 for DOS shells.
8038
8039 * dos-fns.el (set-default-process-coding-system): Copied from
8040 dos-w32.el.
8041
8042 * dos-w32.el (set-default-process-coding-system): Move function to
8043 dos-fns.el; a different version is used in w32-fns.el.
8044
8045 1999-03-24 Dave Love <fx@gnu.org>
8046
8047 * info.el (Info-directory-list): Revert change to re-writing
8048 Info-default-directory-list, but put `alternative' first.
8049 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8050
8051 1999-03-23 Simon Marshall <simon@gnu.org>
8052
8053 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8054 on the line by itself.
8055 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8056 it is not in a declarative context.
8057
8058 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8059
8060 * cus-edit.el (custom-variable-prompt): Allow customization of
8061 autoloaded symbols.
8062
8063 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8064
8065 * simple.el (what-cursor-position): Don't cause error when point
8066 is at invalid multibyte sequence.
8067
8068 1999-03-21 Karl Heuer <kwzh@gnu.org>
8069
8070 * complete.el (partial-completion-mode): Doc fix.
8071
8072 1999-03-19 Richard M. Stallman <rms@gnu.org>
8073
8074 * progmodes/cplus-md.el (old-c++): Remove :group.
8075
8076 * progmodes/c-mode.el (old-c): Remove :group.
8077
8078 1999-03-18 Simon Marshall <simon@gnu.org>
8079
8080 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8081 (java-font-lock-keywords-2): Added "strictfp" keyword.
8082
8083 1999-03-17 Jason Rumney <jasonr@altavista.net>
8084
8085 * w32-fns.el (set-w32-system-coding-system) New function.
8086 (w32-system-coding-system) Initialize to 'iso-latin-1.
8087
8088 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8089
8090 * international/mule-cmds.el (set-language-environment): Fix
8091 previous change: don't use dos-codepage when unbound.
8092
8093 1999-03-17 Karl Heuer <kwzh@gnu.org>
8094
8095 * calendar/appt.el (appt-make-list): Fix previous change.
8096
8097 1999-03-16 Richard M. Stallman <rms@gnu.org>
8098
8099 * window.el (shrink-window-if-larger-than-buffer):
8100 Don't try to redisplay with the cursor at the end
8101 on its own line--that would force a scroll and spoil things.
8102
8103 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8104
8105 * international/mule-cmds.el (set-language-environment): Don't use
8106 cpNNN-nonascii-translation-table if it is unbound.
8107
8108 * term/internal.el (dos-codepage-setup): Compute the unibyte
8109 syntax table and bind unibyte-display-via-language-environment
8110 here, rather than at top level, so that resetting to unibyte in
8111 .emacs works as expected.
8112
8113 1999-03-15 Simon Marshall <simon@gnu.org>
8114
8115 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8116
8117 1999-03-14 Milan Zamazal <pdm@pvt.net>
8118
8119 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8120
8121 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8122
8123 * international/mule-util.el (detect-coding-with-priority):
8124 Restore the internal database.
8125
8126 1999-03-14 Stephen Eglen <stephen@gnu.org>
8127
8128 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8129 if mail-from-style has invalid value.
8130
8131 1999-03-12 Karl Heuer <kwzh@gnu.org>
8132
8133 * vc.el (vc-delete-logbuf-window): New var.
8134 (vc-finish-logentry): Use it.
8135
8136 1999-03-12 Richard M. Stallman <rms@gnu.org>
8137
8138 * startup.el (command-line-1): Improve startup msg.
8139
8140 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8141
8142 * speedbar.el: Added commentary about stealthy functions.
8143 (speedbar-message) new function.
8144 (speedbar-y-or-n-p): New function
8145 (speedbar-with-attached-buffer) Moved macro before reference.
8146 Now uses `save-selected-window'.
8147 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8148 speedbar-generic-item-info, speedbar-item-info-file-helper,
8149 speedbar-item-delete, speedbar-insert-generic-list,
8150 speedbar-timer-fn, speedbar-check-vc-this-line,
8151 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8152 speedbar-buffers-item-info) Use speedbar-message.
8153 (speedbar-item-info) Limit `message-log-max'.
8154 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8155 speedbar-item-delete, speedbar-item-object-delete,
8156 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8157
8158 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8159
8160 * server.el (server-start): Set coding system for the server
8161 process to raw-text.
8162 (server-process-filter): Decode file names if necessary.
8163
8164 1999-03-12 Dave Love <fx@gnu.org>
8165
8166 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8167
8168 * textmodes/paragraphs.el (sentence-end): Doc fix.
8169
8170 1999-03-11 Karl Heuer <kwzh@gnu.org>
8171
8172 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8173
8174 1999-03-09 Karl Heuer <kwzh@gnu.org>
8175
8176 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8177 (ispell-dictionary-alist-2): Likewise.
8178 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8179 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8180 (ispell-dictionary-alist): Build from six pieces, not just two.
8181
8182 * ps-bdf.el (bdf-directory-list): Doc fix.
8183
8184 * enriched.el (enriched-mode): Make var permanent-local.
8185
8186 1999-03-09 Dave Love <fx@gnu.org>
8187
8188 * textmodes/sgml-mode.el (html-mode): Use
8189 sentence-end-double-space when setting sentence-end.
8190
8191 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8192
8193 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8194
8195 1999-03-08 Felix Lee <flee@cygnus.com>
8196
8197 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8198
8199 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8200
8201 1999-03-08 Karl Heuer <kwzh@gnu.org>
8202
8203 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8204 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8205
8206 * dired.el (dired-do-copy-regexp): Doc fix.
8207 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8208
8209 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8210
8211 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8212
8213 1999-03-08 Jason Rumney <jasonr@altavista.net>
8214
8215 * international/codepage.el (cp1250-decode-table)
8216 (cp1251-decode-table, cp1253-decode-table)
8217 (cp1257-decode-table): New translation tables for MS Windows codepages.
8218 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8219
8220 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8221
8222 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8223
8224 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8225
8226 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8227
8228 * term/internal.el (top level): Display character 255 as 8bit as well.
8229
8230 1999-03-06 Dave Love <fx@gnu.org>
8231
8232 * progmodes/cc-cmds.el (c-outline-level): Bind
8233 buffer-invisibility-spec.
8234
8235 * progmodes/c-mode.el (c-outline-level): Likewise.
8236
8237 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8238
8239 1999-03-05 Felix Lee <flee@cygnus.com>
8240
8241 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8242
8243 1999-03-05 Richard M. Stallman <rms@gnu.org>
8244
8245 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8246
8247 1999-03-05 Andrew Innes <andrewi@gnu.org>
8248
8249 * w32-fns.el (convert-standard-filename): Convert directory
8250 separators to Windows format.
8251
8252 1999-03-05 Andreas Schwab <schwab@gnu.org>
8253
8254 * international/skkdic-cnv.el: Provide skkdic-cnv.
8255 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8256 (batch-skkdic-convert): Doc fix.
8257
8258 1999-03-04 Dave Love <fx@gnu.org>
8259
8260 * custom.el (custom-set-variables): Protect against setter errors.
8261
8262 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8263
8264 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8265 the file sizes from overflowing.
8266 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8267 Under -s, print the size in blocks with %4.0f, in case they have
8268 a *really* huge file.
8269
8270 1999-03-03 Dave Love <fx@gnu.org>
8271
8272 * options.el (edit-options): Doc fix.
8273 (list-options): Don't lose with unbound symbols. Maintain
8274 Edit-options-mode.
8275
8276 1999-03-01 Dave Love <fx@gnu.org>
8277
8278 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8279
8280 1999-02-28 Richard M. Stallman <rms@gnu.org>
8281
8282 * ispell.el (ispell-dictionary-alist-override): New variable.
8283 (ispell-dictionary-alist): Don't setq it,
8284 if ispell-dictionary-alist-override is set.
8285
8286 * simple.el (shell-command-default-error-buffer): Renamed from
8287 shell-command-on-region-default-error-buffer.
8288 (shell-command-on-region): Mention in echo area when there
8289 is some error output. Mention success or failure, too.
8290 Accumulate multiple error outputs
8291 going forward, with formfeed in between. Display the error buffer
8292 when we have put something in it.
8293 (shell-command): Add the ERROR-BUFFER argument feature.
8294
8295 1999-02-28 Karl Heuer <kwzh@gnu.org>
8296
8297 * mail/mh-utils.el (mh-lib): Doc fix.
8298 (mh-lib-progs, mh-nmh-p): New vars.
8299 (mh-find-progs): Set mh-lib-progs along with other vars.
8300 (mh-path-search): New arg FUNC-P; if specified, use that instead
8301 of mh-file-command-p.
8302 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8303
8304 * mail/mh-comp.el (mh-repl-formfile): New var.
8305 (mh-smail-batch): Don't ignore all arguments.
8306 (mh-reply): Do the right thing when using nmh.
8307
8308 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8309
8310 * international/mule-cmds.el (select-safe-coding-system): Be sure
8311 to show a buffer being decoded.
8312
8313 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8314
8315 * ps-bdf.el (bdf-directory-list): Initialize it to
8316 '("/usr/local/share/emacs/fonts/bdf").
8317
8318 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8319
8320 * ps-print.el: PostScript programming fix.
8321 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8322 setpagedevice operator).
8323
8324 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8325
8326 * ps-print.el: Doc fix, font size specifies landscape and portrait
8327 sizes.
8328 (ps-print-version): New version number (4.1.4).
8329 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8330 Specifies landscape and portrait sizes.
8331 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8332 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8333 fix.
8334 (ps-get-font-size): New fun.
8335 (ps-font-size-internal, ps-header-font-size-internal)
8336 (ps-header-title-font-size-internal): New vars.
8337
8338 * ps-mule.el: Change of ps-print font size variable name.
8339 (ps-mule-generate-font): Fun fix.
8340 (ps-mule-begin-job): Programming uniformization.
8341
8342 1999-02-25 Dave Love <fx@gnu.org>
8343
8344 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8345 (help-make-xrefs): Do Info case first.
8346
8347 * repeat.el: Don't require advice.
8348 (repeat-last-kill-command): Variable deleted.
8349
8350 1999-02-25 Richard Stallman <rms@gnu.org>
8351
8352 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8353 case just because the current buffer is the output buffer.
8354
8355 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8356
8357 * simple.el (what-cursor-position): To show the character's
8358 encoding, use encoded-string-description instead of information
8359 of chaset-origin-alist.
8360
8361 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8362 (encoded-code-description): New function.
8363 (encoded-string-description): New function.
8364 (encode-coding-char): New function.
8365
8366 1999-02-25 Andrew Innes <andrewi@gnu.org>
8367
8368 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8369 checking for .emacs[.el[c]].
8370
8371 1999-02-24 Richard Stallman <rms@gnu.org>
8372
8373 * help.el (describe-function-1): Don't print a whole lambda-function.
8374
8375 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8376
8377 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8378 inputting ?\240.
8379
8380 1999-02-23 Karl Heuer <kwzh@gnu.org>
8381
8382 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8383
8384 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8385 (clean-buffer-list-kill-buffer-names): Doc fix.
8386
8387 * gud.el (gud-jdb-massage-args): Spelling fix.
8388
8389 1999-02-23 Richard M. Stallman <rms@gnu.org>
8390
8391 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8392
8393 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8394
8395 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8396 excursion while calling set-auto-coding-function.
8397
8398 * play/handwrite.el (handwrite): Require ps-print, and use
8399 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8400 if it's defined, instead of forking ps-lpr-command unconditionally.
8401
8402 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8403
8404 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8405 charset-origin-alist property to a coding system for the codepage.
8406
8407 * international/mule.el: Modify comment for charset-origin-alist
8408 property of a coding system.
8409
8410 * simple.el (what-cursor-position): charset-origin-alist property
8411 of a coding system may be a translation table or a symbol of which
8412 `translation-table' property is a translation table.
8413
8414 1999-02-21 Richard Stallman <rms@gnu.org>
8415
8416 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8417 to the "html" template.
8418
8419 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8420
8421 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8422
8423 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8424
8425 * dirtrack.el (dirtrack): Check for the prompt in the input string
8426 instead of the buffer.
8427
8428 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8429
8430 * sql.el: Set version to 1.4.1. Changed mail address to
8431 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8432 (sql-input-ring-separator): Doc fix.
8433 (sql-mode-syntax-table): double-dash starts comments is defined as
8434 ". 56" instead of ". 12b" for XEmacs.
8435 (sql-stop, sql-interactive-mode): Doc fixes.
8436 (sql-postgres): Queries for database and server, not just one.
8437 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8438
8439 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8440 changed. This is needed for master.el to work.
8441 (sql-set-sqli-buffer): Use the new hook.
8442
8443 * sql.el (sql-make-alternate-buffer-name): Function that sets
8444 sql-alternate-buffer-name.
8445 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8446 (sql-interactive-mode): Set sql-alternate-buffer-name.
8447 (sql-rename-buffer): New command.
8448 (sql-interactive-mode-menu): Menu for SQLi buffers.
8449
8450 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8451 and sql-input-ring-file-name are used to temporarily set
8452 comint-input-ring-file-name and comint-input-ring-separator when
8453 reading and writing input history files.
8454
8455 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8456 (sql-input-ring-file-name): New variable with customization.
8457 (sql-input-ring-separator): New variable with customization.
8458 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8459 Callers changed.
8460 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8461 now includes the name of the current buffer.
8462
8463 (sql-mode): Set paragraph-separate and paragraph-start so that
8464 sql-send-paragraph sends the entire SQL statements, even if it
8465 contains indented lines.
8466
8467 1999-02-18 Dave Love <fx@gnu.org>
8468
8469 * format.el (format-encode-run-method, format-decode-run-method):
8470 Fix previous change.
8471
8472 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8473
8474 * international/mule.el (coding-system-list): Moved here from
8475 mule-util.el to avoid autoloading mule-util by the call of
8476 select-safe-coding-system.
8477
8478 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8479
8480 * simple.el (turn-on-auto-fill): Mark it as an option for
8481 `text-mode-hook'.
8482
8483 1999-02-17 Richard Stallman <rms@gnu.org>
8484
8485 * emacs-lisp/easymenu.el (easy-menu-get-map):
8486 Don't crash if (current-local-map) is nil.
8487
8488 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8489
8490 * filecache.el (file-cache-filter-regexps): Added .class.
8491
8492 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8493
8494 * international/mule-util.el (decompose-region): Use
8495 insert-buffer-substring instead of insert-buffer to avoid putting
8496 mark.
8497
8498 1999-02-17 Andreas Schwab <schwab@gnu.org>
8499
8500 * calendar/cal-move.el (scroll-calendar-left): Don't set
8501 displayed-month and displayed-year here, let generate-calendar do
8502 it, after range checking.
8503
8504 1999-02-17 Simon Marshall <simon@gnu.org>
8505
8506 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8507
8508 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8509 correctly between an object declared via a constructor and a method.
8510 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8511 (java-font-lock-keywords-1): Fontify package names individually.
8512 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8513 (java-font-lock-keywords-2): Simplify type fontification.
8514 (java-font-lock-keywords-3): Likewise.
8515
8516 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8517
8518 * language/japanese.el (iso-2022-jp-2): New coding system.
8519 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8520
8521 1999-02-16 Dave Love <fx@gnu.org>
8522
8523 * help.el (describe-function-1): Accept non-symbols.
8524
8525 1999-02-16 Paul Eggert <eggert@twinsun.com>
8526
8527 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8528 find the last match if there are multiple matches.
8529
8530 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8531
8532 * tex-mode.el (tex-run-command, latex-run-command)
8533 (slitex-run-command, tex-command): Doc changes.
8534 (tex-start-options-string): Autoload it. Doc change. Provide
8535 a menu for customization. Allow nil. Quote backslashes only once.
8536 (tex-start-tex): Handle nil value of tex-start-options-string
8537 and apply shell-quote-argument to it.
8538
8539 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8540
8541 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8542 the size in blocks, since it can be a float.
8543 (ls-lisp-format): Likewise
8544
8545 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8546
8547 * language/japanese.el (japanese-shift-jis): Add
8548 charset-origin-alist property.
8549
8550 1999-02-15 Richard Stallman <rms@gnu.org>
8551
8552 * progmodes/compile.el (compile-internal): Use save-selected-window.
8553
8554 * subr.el (momentary-string-display): Bind inhibit-read-only.
8555
8556 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8557
8558 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8559
8560 * mail/rmail.el (rmail-show-message): If an unseen message has a
8561 Summary-line in its header, get past one more line before looking
8562 for the X-Coding-System header.
8563
8564 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8565
8566 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8567 explicitly to accomodate Windows 9X lack of a useful copy program.
8568
8569 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8570
8571 * wid-edit.el (widget-choice-value-create): Use `equal'
8572 instead of `eq'.
8573
8574 1999-02-14 Richard Stallman <rms@gnu.org>
8575
8576 * international/iso-transl.el:
8577 (iso-transl-ae): Renamed from iso-transl-e-slash.
8578 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8579 (iso-transl-AE): Renamed from iso-transl-E-slash.
8580 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8581 (iso-transl-char-map): Related changes.
8582
8583 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8584
8585 1999-02-13 Richard Stallman <rms@gnu.org>
8586
8587 * textmodes/texinfmt.el (texinfo-alias): New function.
8588 (texinfo-fold-nodename-case): Add defvar.
8589 (texinfo-format-node): Do case folding if specified.
8590
8591 * ffap.el (ffap-file-at-point): Test local file names
8592 immediately. Strip off line numbers.
8593
8594 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8595
8596 * sql.el: Set version to 1.3.2
8597 (sql-solid-program): Added support for solid.
8598 (sql-help): Doc mentions sql-solid.
8599 (sql-solid): Entry function for Solid.
8600 (sql-buffer): Doc explains the use of the variable and how to
8601 change it.
8602 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8603 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8604 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8605 is new.
8606 (sql-show-sqli-buffer): New function to display the value of
8607 sql-buffer.
8608 (sql-change-sqli-buffer): New function to change sql-buffer.
8609 (sql-mode): Doc explains how to change sql-buffer.
8610 (sql-send-paragraph): New function to send a paragraph.
8611 (sql-mode-map): Added keybinding for sql-send-paragraph.
8612 (sql-mysql): Doc corrected.
8613 (sql-ms): Doc corrected.
8614
8615 * sql.el (sql-server): Doc fix.
8616 (sql-mysql): Added the use of sql-server to specify the host,
8617 sql-database now specifies database instead of host.
8618 (sql-mode-menu): Send... menu items are only active if sql-buffer
8619 is non-nil.
8620 (sql-help): Changed tag of entry functions a bit.
8621
8622 * sql.el: Added keywords from `finder-by-keyword'.
8623 (sql-mode): Made sql-buffer a local variable, changed the
8624 documentation: removed instructions to add *.sql files to
8625 auto-mode-alist, added documentation for having mutliple SQL
8626 buffers sending their stuff to different SQLi buffers, each
8627 running a different process.
8628 (sql-postgres): Quoted *SQL* in doc string.
8629 (sql-ms): Likewise.
8630 (sql-ingres): Likewise.
8631 (sql-ingres): Quoted *SQL* in doc string, added references to
8632 sql-user and sql-password used during login.
8633 (sql-sybase): Quoted *SQL* in doc string, added comma.
8634 (sql-oracle): Likewise.
8635 (sql-interactive-mode): Added extensive documentation for having
8636 mutliple SQL buffers sending their stuff to different SQLi
8637 buffers, each running a different process.
8638 (sql-buffer): Changed doc from *SQL* to SQLi.
8639 (sql-get-login): Doc fix.
8640
8641 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8642
8643 * international/mule-conf.el (undecided): Set ascii in
8644 safe-charsets property.
8645
8646 1999-02-12 Richard Stallman <rms@gnu.org>
8647
8648 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8649
8650 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8651
8652 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8653 value to ps-mule-font-info-database-latin.
8654
8655 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8656
8657 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8658 (ps-mule-font-info-database-default): New variable.
8659 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8660 ps-mule-font-info-database-default.
8661
8662 1999-02-12 Dave Love <fx@gnu.org>
8663
8664 * timezone.el (timezone-make-date-sortable)
8665 (timezone-make-date-arpa-standard): Doc fix.
8666
8667 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8668
8669 * international/quail.el (quail-show-kbd-layout): Bind
8670 blink-matching-paren to nil.
8671
8672 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8673 for ASCII and Latin-1.
8674
8675 1999-02-12 Andreas Schwab <schwab@gnu.org>
8676
8677 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8678
8679 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8680
8681 * international/mule-cmds.el (language-info-alist): Remove
8682 description about charset-origin-alist.
8683
8684 * international/mule.el: Comment added for a new coding system
8685 property `charset-origin-alit'.
8686 (make-translation-table): This variable deleted.
8687
8688 * language/chinese.el (chinese-big5): Add charset-origin-alist
8689 property.
8690 ("Chinese-CNS"): Remove charset-origin-alist property.
8691
8692 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8693 property.
8694 (cyrillic-alternativnyj): Likewise.
8695 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8696 ("Cyrillic-ALT"): Likewise.
8697
8698 * language/vietnamese.el (vietnamese-viqr): Add
8699 charset-origin-alist property.
8700 ("Vietnamese"): Remove charset-origin-alist property.
8701
8702 * simple.el (what-cursor-position): Don't use the varialbe
8703 charset-origin-alist, but use charset-origin-alist property of
8704 buffer-file-coding-system to decide external character set code.
8705
8706 1999-02-10 Richard Stallman <rms@gnu.org>
8707
8708 * shadowfile.el: Don't turn on the mode when the file is loaded.
8709
8710 1999-02-09 Richard Stallman <rms@gnu.org>
8711
8712 * progmodes/compile.el (compile-auto-highlight): Customize.
8713
8714 * add-log.el (add-log-file-name-function): New variable.
8715 (add-change-log-entry): Call that function, if non-nil.
8716
8717 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8718
8719 * rmail.el (rmail-search): Track match with a marker, not an integer.
8720
8721 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8722
8723 * progmodes/compile.el (compilation-setup): Set value of
8724 compilation-directory-stack as in compilation-forget-errors.
8725 (compile-reinitialize-errors): Bind buffer-undo-list and
8726 deactivate-mark.
8727 (compilation-forget-errors): Likewise.
8728
8729 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8730
8731 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8732 def... constructs.
8733
8734 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8735 Remove calls to sleep-for.
8736
8737 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8738
8739 * international/codepage.el (cp-coding-system-for-codepage-1): On
8740 MS-DOS, use dos-unsupported-char-glyph for characters not
8741 supported by the codepage.
8742 (cp-make-coding-systems-for-codepage): Likewise.
8743
8744 1999-02-08 Andreas Schwab <schwab@gnu.org>
8745
8746 * international/mule-util.el (coding-system-list): Don't sort
8747 coding-system-list here.
8748
8749 * international/mule.el (coding-system-lessp): Moved here from
8750 mule-util.el
8751 (add-to-coding-system-list): New function.
8752 (make-subsidiary-coding-system, make-coding-system,
8753 define-coding-system-alias): Use it instead of setting
8754 coding-system-list directly.
8755
8756 1999-02-07 Dave Love <fx@gnu.org>
8757
8758 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8759 onto message.
8760
8761 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8762
8763 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8764 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8765
8766 1999-02-06 Richard Stallman <rms@gnu.org>
8767
8768 * language/european.el (setup-slovenian-environment): New function.
8769 ("Slovenian"): New language environment.
8770
8771 * progmodes/sql.el (sql-help): Doc fix.
8772 (sql-mysql): Doc fix.
8773
8774 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8775
8776 * tex-mode.el: When compiling, require compare-w and skeleton
8777 to pacify the byte-compiler. Move the def's of the tex-commands
8778 together. Add a comment on kill-process vs. quit-process.
8779
8780 1999-02-05 Dave Love <fx@gnu.org>
8781
8782 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8783 null markers.
8784 (compile-goto-error): Likewise.
8785
8786 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8787
8788 * time-stamp.el (time-stamp-format): Format doc tighter.
8789 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8790 (time-stamp): Don't re-write the time stamp if it didn't change.
8791
8792 1999-02-05 Alex Schroeder <asc@bsiag.com>
8793
8794 * progmodes/sql.el: Changed version to 1.2.1.
8795 (sql-pop-to-buffer-after-send-region): Improved documentation.
8796 (sql-mysql-program): Added MySQL support.
8797 (sql-prompt-length): Made prompt-length configurable.
8798 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8799 (sql-help): Added MySQL support, changed documentation.
8800 (sql-send-region): A message is displayed if something is sent.
8801 (sql-mode): Added buffer-local comment-start.
8802 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8803 (sql-interactive-mode): Added buffer-local comment-start.
8804 (sql-oracle): Set sql-prompt-length.
8805 (sql-sybase): Set sql-prompt-length.
8806 (sql-mysql): Added MySQL support.
8807 (sql-ingres): Set sql-prompt-length.
8808 (sql-ms): Set sql-prompt-length.
8809 (sql-postgres): Set sql-prompt-length.
8810
8811 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8812
8813 * term/internal.el (dos-codepage-setup): Set selection coding
8814 system to cpNNN-dos.
8815
8816 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8817
8818 * international/characters.el: Let ethiopic use iso-2022-7bit.
8819
8820 1999-02-02 Dave Love <fx@gnu.org>
8821
8822 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8823 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8824
8825 1999-02-02 Karl Heuer <kwzh@gnu.org>
8826
8827 * terminal.el (terminal-emulator): Doc fix.
8828
8829 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8830
8831 * international/mule-util.el (compose-chars): Doc-string
8832 modified. Correctly handle a composition character in ARGS.
8833
8834 1999-02-01 Richard Stallman <rms@gnu.org>
8835
8836 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8837 (makefile-menu-index-function): Function deleted.
8838 (makefile-mode): Use makefile-imenu-generic-expression.
8839
8840 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8841
8842 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8843 change, invoke from before-init-hook.
8844
8845 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8846
8847 * subr.el (remove-from-invisibility-spec): Cope with the case when
8848 buffer-invisibility-spec is t.
8849
8850 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8851
8852 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8853 appt-add and appt-delete.
8854
8855 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8856
8857 * term/pc-win.el (msdos-approximate-color): New function.
8858 (msdos-color-translate): Call it to find a DOS color that best
8859 approximates an X-style "#NNNNNN" color specification.
8860
8861 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8862
8863 * international/mule-util.el (compose-chars-component): Add
8864 autoload cookie.
8865
8866 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8867
8868 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8869 function, replace cdr of MAP by the return value of the function
8870 unconditionally.
8871
8872 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8873
8874 * progmodes/compile.el (compilation-next-error-locus): Don't
8875 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8876
8877 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8878
8879 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8880 and NLs before "charset", and allow the charset name be in double
8881 quotes.
8882
8883 1999-01-31 Richard Stallman <rms@gnu.org>
8884
8885 * imenu.el (imenu-sort-function): Fix custom type.
8886
8887 1999-01-30 Richard Stallman <rms@gnu.org>
8888
8889 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8890 (speedbar-line-token): Likewise.
8891
8892 * play/gametree.el (gametree-default-score): Use defcustom.
8893 (gametree-score-regexp, gametree-score-closer): Likewise.
8894 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8895
8896 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8897
8898 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8899 decoding.
8900
8901 1999-01-29 Markus Rost <rost@gnu.org>
8902
8903 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8904 tex-validate-buffer.
8905 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8906 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8907 now with recent occur-mode.
8908 (tex-validate-region): Really walk through all Sexps.
8909 (tex-region): Bind shell-dirtrack-verbose.
8910 (tex-file, tex-bibtex-file): Likewise.
8911
8912 1999-01-29 Dave Love <fx@gnu.org>
8913
8914 * finder.el: (finder-commentary): Fix interactive spec. Try
8915 appending .el to file name.
8916 (finder-find-library, finder-commentary): Doc fixes.
8917
8918 1999-01-29 Andrew Innes <andrewi@gnu.org>
8919
8920 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8921 where the userid contains directory separators.
8922
8923 1999-01-29 Dave Love <fx@gnu.org>
8924
8925 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8926 (lm-commentary): Doc fix.
8927
8928 1999-01-29 Andreas Schwab <schwab@gnu.org>
8929
8930 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8931 wildcard match. Fix regexp that tests if dirpart contains
8932 wildcard characters.
8933
8934 1999-01-28 Richard Stallman <rms@gnu.org>
8935
8936 * font-lock.el (font-lock-default-unfontify-region):
8937 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8938
8939 1999-01-27 Jason Rumney <jasonr@altavista.net>
8940
8941 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8942 from FAMILY field.
8943 (w32-create-initial-fontsets): Do not use before-init-hook.
8944 (mouse-set-font): Document. Automatically create and use fontsets.
8945
8946 * dos-w32.el (direct-print-region-helper): Check for printer
8947 being t as well as a string.
8948
8949 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8950
8951 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8952 (rmail-mime-charset-pattern): New variable.
8953 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8954 rmail-decode-mime-charset is non-nil.
8955
8956 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8957
8958 * international/characters.el: Set category `q' for all characters
8959 in tibetan and tibetan-1-column.
8960
8961 1999-01-27 Andrew Innes <andrewi@gnu.org>
8962
8963 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8964 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8965
8966 1999-01-27 Dave Love <fx@gnu.org>
8967
8968 * international/mule-cmds.el (current-language-environment):
8969 Provide :link, :type (choices) and appropriate :get.
8970
8971 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8972
8973 * startup.el (command-line): Set default eol-mnemonic-* strings to
8974 display end-of-line format in mode line.
8975
8976 * cus-start.el (all): Add eol-mnemonic-* variables.
8977
8978 1999-01-26 Dave Love <fx@gnu.org>
8979
8980 * startup.el (command-line-1): Up-date copyright.
8981
8982 * paths.el (Info-default-directory-list): Use configdir twice.
8983
8984 * info.el (Info-directory-list): Don't set path-separator now
8985 we're not shipped with Texinfo. Simplify path definition.
8986 Substitute all occurrences of instdir in Info-default-directory-list.
8987
8988 1999-01-25 Richard Stallman <rms@gnu.org>
8989
8990 * startup.el (normal-top-level-add-subdirs-to-load-path):
8991 Record the inode numbers of the dirs processed, to avoid loop.
8992
8993 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8994
8995 1999-01-25 Dave Love <fx@gnu.org>
8996
8997 * browse-url.el (browse-url-netscape-program): Doc addition.
8998
8999 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9000 prefix.
9001
9002 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9003 auto-mode-alist.
9004
9005 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9006
9007 * calendar/diary-lib.el (mark-diary-entries): Use
9008 assoc-ignore-case and do not capitalize when matching month and
9009 day names.
9010
9011 * calendar/calendar.el (calendar-read-date): Ditto.
9012
9013 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9014 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9015
9016 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9017
9018 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9019
9020 * calendar/cal-islam.el (calendar-goto-islamic-date)
9021 (mark-islamic-diary-entries): Ditto.
9022
9023 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9024
9025 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9026 (calendar-read-mayan-tzolkin-date): Ditto.
9027
9028 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9029
9030 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9031
9032 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9033
9034 1999-01-25 Karl Heuer <kwzh@gnu.org>
9035
9036 * faces.el (list-faces-display): Multiline case of previous fix.
9037
9038 1999-01-25 Andreas Schwab <schwab@gnu.org>
9039
9040 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9041
9042 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9043
9044 * files.el (find-file): If find-file-noselect returns a list,
9045 do switch-to-buffer on each element.
9046 (find-file-other-window): Likewise for all but the first element.
9047 (find-file-other-frame): Same.
9048 (find-file-noselect): When we expand a wildcard, return a list
9049 of buffers.
9050
9051 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9052
9053 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9054 to set the appropriate cpNNN-dos coding system as the
9055 highest-priority coding system.
9056
9057 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9058
9059 * international/fontset.el (generate-fontset-menu): Return a
9060 sorted list by plain names of fontsets.
9061
9062 * international/mule-diag.el (list-fontsets): Sort fontsets by
9063 plain names.
9064
9065 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9066 FIRST is a composite character, decompose it at first.
9067
9068 1999-01-23 Dave Love <fx@gnu.org>
9069
9070 * format.el: Doc fixes.
9071 (format-encode-run-method): Have things happen in the right buffer.
9072 Deal with errors from method. Set coding-system-for-write.
9073 (format-decode-run-method): Have things happen in the right buffer.
9074 Deal with errors from method. Set coding-system-for-read.
9075 (format-alist): Use nil instead of unmatchable regexps.
9076
9077 * simple.el (shell-command-on-region): Return command's exit status.
9078
9079 1999-01-23 Eric Ludlam <zappo@gnu.org>
9080
9081 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9082 of the file whose info we want to display.
9083 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9084 (speedbar-add-mode-functions-list) Improve doc.
9085 (speedbar-line-token) New function.
9086 (speedbar-dired) Fix order of directories in -shown-directories.
9087 (speedbar-line-path): Default return is default-directory
9088 (speedbar-buffers-line-path): Return is dir name only.
9089 (speedbar-mode-functions-list): New variable.
9090 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9091 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9092 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9093 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9094 New functions.
9095 (speedbar-line-file): Broke out part that fetches file from a line.
9096 (speedbar-line-text): New function extracted from speedbar-line-file.
9097 (speedbar-line-path): Converted into a replaceable function.
9098 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9099
9100 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9101
9102 * international/fontset.el (create-fontset-from-x-resource): Make
9103 style variants.
9104
9105 1999-01-22 Dave Love <fx@gnu.org>
9106
9107 * paths.el (Info-default-directory-list): Put sysdir after start.
9108
9109 1999-01-22 Sam Steingold <sds@goems.com>
9110
9111 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9112 a process associated with it.
9113
9114 1999-01-22 Jason Rumney <jasonr@altavista.net>
9115
9116 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9117
9118 1999-01-22 Felix Lee <flee@cygnus.com>
9119
9120 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9121 major-mode.
9122 (vc-annotate-mode): Delete variable.
9123
9124 1999-01-22 Andrew Innes <andrewi@gnu.org>
9125
9126 * startup.el (command-line): [windows-nt]: Check for existence of
9127 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9128 in preference to _emacs.
9129
9130 1999-01-22 Dave Love <fx@gnu.org>
9131
9132 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9133
9134 1999-01-20 Richard Stallman <rms@gnu.org>
9135
9136 * files.el (find-file-noselect): Do wildcard processing only
9137 if new arg WILDCARDS is non-nil.
9138 (find-file, find-file-other-window): New arg WILDCARDS.
9139 Default it to non-nil if interactive.
9140 (find-file-other-frame): Likewise.
9141 (find-file-read-only): Likewise.
9142 (find-file-read-only-other-window): Likewise.
9143 (find-file-read-only-other-frame): Likewise.
9144
9145 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9146 (widget-plist-convert-option): Delete spurious comma.
9147
9148 1999-01-19 Jason Rumney <jasonr@altavista.net>
9149
9150 * term/w32-win.el (w32-standard-fontspec-spec): Change
9151 iso8859-5 to koi8-r. Add iso8859-9.
9152
9153 1999-01-19 Dave Love <fx@gnu.org>
9154
9155 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9156 its uses.
9157
9158 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9159 is active.
9160 (fortran-indent-subprogram): Likewise.
9161
9162 1999-01-19 Dave Love <d.love@dl.ac.uk>
9163
9164 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9165
9166 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9167
9168 * wid-edit.el (alist): Use sexp as default key-type.
9169
9170 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9171
9172 * textmodes/tex-mode.el (tex-define-common-keys):
9173 Remove key binding of tex-feed-input.
9174 (tex-mode-map): Bind tex-feed-input here.
9175 (tex-start-shell): Use compilation-shell-minor-mode. Set
9176 comint-input-filter-functions before running tex-shell-hook.
9177 (tex-start-tex): Forget compilation errors.
9178 (tex-compilation-parse-errors): Rewritten to work also with
9179 compile-mouse-goto-error and compile-goto-error. Adjusted to
9180 change in tex-region.
9181 (tex-region): For the temp file use file-name without directory.
9182 (tex-file): Expand file name of tex-print-file.
9183
9184 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9185
9186 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9187
9188 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9189
9190 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9191 beginning could cause Emacs to hang. Fixed.
9192
9193 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9194
9195 * international/ccl.el (ccl-compile-translate-character): Handle
9196 the case that a tranlation table is CCL register correctly.
9197
9198 * international/mule-cmds.el (select-safe-coding-system):
9199 Hightlight at most 256 characters.
9200
9201 1999-01-18 Dave Love <fx@gnu.org>
9202
9203 * startup.el (command-line): If the init file changes operation to
9204 unibyte, make all buffers unibyte and re-set language environment.
9205
9206 * disp-table.el (standard-display-european): Make all existing
9207 buffers unibyte. Fix doc.
9208
9209 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9210
9211 * wid-edit.el (coding-system): Define this unconditionally.
9212
9213 * simple.el (shell-command-on-region-default-error-buffer): New var.
9214 (shell-command-on-region): Use that variable as interactive
9215 value of ERROR-BUFFER argument.
9216
9217 1999-01-17 Sam Steingold <sds@goems.com>
9218
9219 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9220
9221 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9222
9223 * progmodes/compile.el (compilation-goto-locus): If already in the
9224 compilation buffer's window, keep it in that window.
9225 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9226 (compile-goto-error): Don't play with windows.
9227
9228 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9229 (tex-command): Doc fix.
9230 (tex-compilation-parse-errors): Doc fix.
9231 (tex-generate-zap-file-name): Don't start the name with -.
9232 (tex-expand-files): Works now also with strings ending with ":".
9233
9234 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9235
9236 Patch failed to install:
9237 * gametree.el: Document scoring functionality.
9238 (gametree-score-regexp): Add optional plus sign.
9239 (gametree-score-opener): Replace `:' with `=' as the former
9240 conflicts with gametree-half-ply-regexp.
9241 (gametree-transpose-following-leaves): Add.
9242 (gametree-insert-new-leaf): Make modifying commands barf in read
9243 only buffers.
9244 (gametree-break-line-here): Add a call to
9245 `gametree-transpose-following-leaves'. This maintains the
9246 necessary invariant that on each level all leaf children precede
9247 all nonleaf children. This has always been implied, but left to
9248 the user, and, unfortunately, undocumented.
9249
9250 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9251
9252 * wid-edit.el (plist, alist): New widget types.
9253
9254 1999-01-17 Dave Love <fx@gnu.org>
9255
9256 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9257 fix scope of condition-case therein.
9258
9259 1999-01-17 Andrew Innes <andrewi@gnu.org>
9260
9261 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9262 default-buffer-file-coding-system when file doesn't exist (and
9263 isn't covered by a special case) instead of forcing undecided-dos
9264 against the user's wishes.
9265
9266 * dos-w32.el (direct-print-region-helper): New function based on
9267 direct-print-region-function; sends data to specified printer port
9268 without further translation. Recognize and handle specially the
9269 standard `print' and `nprint' programs, as well as `lpr' and
9270 similar programs. Only write directly to the printer port if no
9271 print program is specified. Work around a bug in Windows 9x
9272 affecting Win32 version of Emacs by invoking command.com to write
9273 to the printer port instead of writing directly.
9274 (direct-print-region-function): Use direct-print-region-helper to
9275 do most of the work.
9276 (direct-ps-print-region-function): New function; analogue of
9277 direct-print-region-function for ps-print.
9278 (ps-lpr-command): Comment out setq; leave as example usage.
9279 (ps-lpr-switches): Ditto.
9280
9281 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9282 and MS-Windows.
9283 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9284 DOS and Windows platforms, to indicate direct printing. Update
9285 the docstring accordingly.
9286
9287 * ps-print.el: (ps-printer-name): Update docstring about usage on
9288 MS-DOS and MS-Windows.
9289 (ps-lpr-command): Update docstring as for lpr-command.
9290 (ps-print-region-function): New variable.
9291 (ps-do-despool): Use it.
9292 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9293 DOS/Windows.
9294
9295 * subr.el (subst-char-in-string): New function.
9296
9297 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9298
9299 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9300
9301 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9302 (bdf-find-font-info): New function, looks for the first readable
9303 file from a list of alternatives.
9304 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9305 instead of bdf-get-font-info.
9306 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9307 to ps-mule-generate-bitmap-glyph.
9308
9309 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9310 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9311 now be a list of alternative names.
9312 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9313 (ps-mule-prepare-font): Likewise.
9314
9315 * international/codepage.el (cp855-decode-table,
9316 cp850-decode-table): Fill some nil entries.
9317
9318 1999-01-16 Dave Love <fx@gnu.org>
9319
9320 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9321 last change.
9322
9323 1999-01-15 Dave Love <fx@gnu.org>
9324
9325 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9326 and change regexp for command names.
9327 (help-xref-go-back, function-called-at-point, symbol-file)
9328 (where-is): Doc fixes.
9329 (help-xref-go-back): Remove interactive spec.
9330 (describe-function-1): Fix message for alias. Buttomize alias
9331 name.
9332
9333 * simple.el (join-line): New alias.
9334
9335 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9336
9337 * forms.el: (forms--show-record): Convert integers to string
9338 expicitly since concat will no longer accept integers.
9339 (forms-print): Use local `total-nb-records' since
9340 `forms--total-records' will be inaccessible after buffer switching.
9341
9342 1998-01-14 Felix Lee <flee@cygnus.com>
9343
9344 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9345
9346 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9347
9348 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9349
9350 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9351
9352 * international/codepage.el (cp850-decode-table): Fix previous change.
9353
9354 1999-01-14 Simon Marshall <simon@gnu.org>
9355
9356 * shell.el (shell-dirtrack-verbose): New custom variable.
9357 (shell-dirstack-message): Use it.
9358
9359 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9360
9361 * international/mule-conf.el: Coding system alias `dos' for
9362 `undecided-dos', `mac' for `undecided-mac'.
9363
9364 * international/mule-cmds.el (describe-language-environment):
9365 Don't alter input-method-alist.
9366
9367 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9368
9369 * international/codepage.el (cp850-decode-table): Replace nil
9370 entries with codes of similary looking glyphs. (Suggested by
9371 Jason Rumney <jasonr@altavista.net>.)
9372
9373 1999-01-13 Dave Love <fx@gnu.org>
9374
9375 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9376
9377 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9378
9379 1999-01-12 Karl Heuer <kwzh@gnu.org>
9380
9381 * files.el (auto-save-hook): Defvar this.
9382
9383 1999-01-12 Alex Schroeder <asc@bsiag.com>
9384
9385 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9386 faces, eliminating the need to load font-lock before loading sql.
9387 (sql-mode-oracle-font-lock-keywords): Likewise.
9388 (sql-mode-postgres-font-lock-keywords): Likewise.
9389
9390 1999-01-11 Dave Love <fx@gnu.org>
9391
9392 * cus-start.el: Add inhibit-eol-conversion.
9393
9394 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9395 the values round.
9396
9397 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9398
9399 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9400 Don't switch to Help mode here.
9401 (temp-buffer-setup-hook): Use help-mode-finish.
9402 (help-mode-setup): New function.
9403 (temp-buffer-setup-hook): Use help-mode-setup.
9404
9405 * progmodes/sql.el: New file.
9406
9407 * files.el (auto-mode-alist): Add sql-mode.
9408
9409 * faces.el (list-faces-display): Improve the formatting
9410 by computing the maximum length required for any face-name.
9411
9412 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9413
9414 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9415
9416 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9417
9418 * term.el (term_send_home): Change the string to
9419 be the same as the one emitted by xterm and consistent with the
9420 ones emitted by prior and next.
9421 (term_send_end): Likewise.
9422
9423 1999-01-10 Dave Love <fx@gnu.org>
9424
9425 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9426 bindings.
9427
9428 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9429
9430 * international/codepage.el (codepage-setup): Doc fix.
9431 (cp-decoding-vector-for-codepage): Likewise.
9432
9433 1999-01-10 Markus Rost <rost@gnu.org>
9434
9435 * cus-edit.el (custom-save-delete): First scan the custom-file.
9436
9437 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9438
9439 * international/iso-transl.el: Define a "function name" for
9440 each translation that isn't ASCII. Use these function names
9441 in iso-transl-char-map.
9442
9443 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9444
9445 * international/mule-util.el (decompose-region): Do decomposition
9446 on temporary unibyte buffer.
9447
9448 * international/mule.el (make-char): Doc-string modified.
9449
9450 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9451
9452 * simple.el (comment-region): Delete spaces only if we
9453 deleted a comment starter.
9454
9455 1999-01-07 Dave Love <fx@gnu.org>
9456
9457 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9458
9459 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9460 like eval-defun does.
9461
9462 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9463
9464 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9465 constructions. Doc fixes.
9466 (generic-create-generic-function): Use defalias, not fset.
9467
9468 * find-func.el: More doc fixes.
9469
9470 1999-01-06 Stephen Eglen <stephen@gnu.org>
9471
9472 * files.el (save-buffers-kill-emacs): Show the list of current
9473 processes before prompting to kill them and exit.
9474
9475 1999-01-06 Dave Love <fx@gnu.org>
9476
9477 * emacs-lisp/find-func.el: Doc fixes.
9478 (find-function-regexp): Extend for define-generic-mode,
9479 define-derived-mode, easy-mmode-define-minor-mode.
9480
9481 1999-01-06 Dave Love <fx@gnu.org>
9482
9483 * progmodes/fortran.el (fortran-window-create): Account for scroll
9484 bar width.
9485
9486 * browse-url.el: Require (noerror) w3-auto when compiling.
9487 (browse-url-maybe-new-window): Make it a macro and revert last
9488 change to callers.
9489 (browse-url-w3): Require w3 for w3-fetch-other-window.
9490
9491 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9492
9493 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9494 argument.
9495
9496 1999-01-06 Simon Marshall <simon@gnu.org>
9497
9498 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9499
9500 * font-lock.el (font-lock-default-fontify-buffer): When using
9501 with-temp-message, use nil rather than current-message.
9502
9503 * lazy-lock.el (lazy-lock-unstall):
9504 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9505 rather than current-message.
9506
9507 * fast-lock.el (fast-lock-save-cache-1):
9508 (fast-lock-cache-data): When using with-temp-message, use nil rather
9509 than current-message.
9510
9511 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9512
9513 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9514 the valid-codes property.
9515
9516 * international/mule-cmds.el (prefer-coding-system): Call
9517 set-coding-priority, so that the internal array of priorities is
9518 also updated.
9519
9520 * international/mule-util.el:
9521 (coding-system-change-eol-conversion,
9522 coding-system-change-text-conversion): Don't define here.
9523
9524 * international/mule-cmds.el: Define them here. Remove the
9525 autoload cookies.
9526
9527 1999-01-06 Andreas Schwab <schwab@gnu.org>
9528
9529 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9530 if it was enabled before.
9531
9532 * view.el (View-revert-buffer-scroll-page-forward): Bind
9533 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9534
9535 * files.el (recover-session): Preserve point when inserting
9536 explanation.
9537
9538 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9539
9540 * cus-edit.el (custom-save-delete): Don't delete whitespace
9541 and comments before the sexp that is replaced.
9542
9543 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9544
9545 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9546
9547 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9548
9549 * vc.el (vc-dired-hook): Use the original value of
9550 dired-move-to-filename-regexp on lines that have not been
9551 reformatted yet.
9552 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9553 file lines have already been reformatted.
9554
9555 1999-01-05 Dave Love <fx@gnu.org>
9556
9557 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9558 buffer-local.
9559
9560 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9561
9562 * progmodes/f90.el: Change of regular expressions for type to
9563 correct highlighting and identation. Some small fixes for
9564 compatibility with XEmacs.
9565
9566 1999-01-05 Stephen Eglen <stephen@gnu.org>
9567
9568 * mspools.el (mspools-vm-system-mail): Provide an alternative
9569 value based on rmail-spool-directory if $MAIL is not defined.
9570
9571 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9572
9573 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9574 (reftex-section-info): Handle negative section levels.
9575 (reftex-view-crossref-extra): New option.
9576 (reftex-view-crossref): Generalized to work in more places.
9577 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9578 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9579 (reftex-view-cite-locations-from-bibtex): New command.
9580 (reftex-view-regexp-match, reftex-global-search,
9581 reftex-global-search-continue): New functions.
9582 (reftex-extract-bib-entries): No error for non-existing BibTeX
9583 file, just a message.
9584 (reftex-extract-bib-entries): Better error handling.
9585 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9586 help and force it on current frame.
9587 (reftex-default-bibliography): New function.
9588 (reftex-access-parse-file): Check consistency after loading a
9589 parse file. When inconsistent, enfore rescan.
9590 (reftex-check-parse-consistency): New function.
9591 (easy-menu-define): Options section drastically shortened.
9592
9593 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9594
9595 * language/thai-util.el (thai-compose-string): New function.
9596
9597 1999-01-04 Inge Frick <inge@nada.kth.se>
9598
9599 * easymenu.el (easy-menu-define): Doc fix.
9600 (easy-menu-create-menu): New keyword :included.
9601 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9602 be an expression, not only a string. Simulate style `button'.
9603 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9604 (easy-menu-define-key-intern): New function.
9605 (easy-menu-add-item): Understand value returned from
9606 easy-menu-item-present-p and easy-menu-remove-item.
9607 (easy-menu-return-item): New function.
9608 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9609
9610 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9611
9612 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9613 Use rmail-output-read-rmail-file-name to read the file name.
9614 Always call rmail-output-to-rmail-file noninteractively.
9615 When count > 1, do the loop here.
9616 Handle rmail-delete-after-output here.
9617 (rmail-summary-output): Similar changes.
9618
9619 * mail/rmailout.el: Provide `rmailout'.
9620 (rmail-output-read-rmail-file-name): New function.
9621 (rmail-output-to-rmail-file): Use that.
9622 (rmail-output-read-file-name): New function.
9623 (rmail-output): Use that.
9624
9625 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9626 Error if wildcard matches no files.
9627
9628 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9629
9630 * menu-bar.el (clipboard-yank): Doc fix.
9631
9632 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9633
9634 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9635
9636 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9637
9638 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9639
9640 * rmail.el (rmail-encode-string): Make sure mask value is
9641 positive; (emacs-pid) returns a negative number on Windows 9x
9642 which causes odd behaviour.
9643
9644 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9645
9646 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9647 and about w32-* variables unless on Windows/NT.
9648
9649 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9650
9651 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9652 if buffer is modified; ask about all modified buffers.
9653
9654 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9655
9656 * simple.el (what-cursor-position): Fix previous change.
9657
9658 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9659
9660 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9661 from paragraph-start.
9662
9663 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9664
9665 * international/mule-cmds.el (prefer-coding-system): If the
9666 argument requires specific EOL conversion type, make the default
9667 coding systems use that.
9668
9669 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9670
9671 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9672 Use shell-command-on-region.
9673 (m4-start-m4, m4-end-m4): Functions deleted.
9674
9675 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9676
9677 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9678
9679 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9680
9681 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9682 to compose-mail in the correct places and as a list.
9683
9684 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9685
9686 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9687 (pages-directory-map): Bind mouse-2
9688 (pages-copy-header-and-position): Put text property.
9689 (pages-directory-goto-with-mouse): New function.
9690
9691 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9692
9693 * international/codepage.el (cp-make-coding-systems-for-codepage):
9694 Doc fix.
9695 (cp-coding-system-for-codepage-1): Likewise.
9696
9697 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9698
9699 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9700 composition sequence correctly here instead of calling
9701 thai-compose-region.
9702
9703 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9704 newline in multibyte buffer, if previous or next character is a
9705 composite char, check the first component of the composite char.
9706
9707 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9708
9709 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9710 and track-mouse.
9711
9712 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9713
9714 * mail/sendmail.el (mail-yank-original): Remove text properties
9715 after insertion.
9716 (mail-yank-region): Barf if no mark is set in the message
9717 being replied to.
9718
9719 * help.el (function-called-at-point): First look for function at point.
9720
9721 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9722
9723 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9724
9725 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9726
9727 * simple.el (what-cursor-position): Print character encoding also.
9728
9729 1998-12-26 Dave Love <fx@gnu.org>
9730
9731 * textmodes/flyspell.el: If local-maps work, don't put
9732 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9733 in flyspell-mouse-map (only).
9734 (flyspell-use-local-map): New variable.
9735 Use a different mouse-2 binding in that case,
9736 and don't add to minor-mode-map-alist.
9737 (make-flyspell-overlay, flyspell-correct-word):
9738 Test flyspell-use-local-map.
9739
9740 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9741
9742 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9743 Be careful about whether to return a relative file name,
9744 and if so, relative to what directory.
9745
9746 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9747
9748 * emacs-lisp/easymenu.el (easy-menu-get-map):
9749 Change global map only if this menu exists in the global map already,
9750 and not in the local map.
9751 (easy-menu-do-add-item): Fix error message.
9752
9753 * foldout.el (foldout-inhibit-key-bindings):
9754 Avoid concatenating onto outline-minor-mode-prefix.
9755 Make a new keymap for that prefix, if it does not already have one.
9756
9757 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9758
9759 * cperl-mode.el:
9760 Can use linear algorithm for indentation if Emacs supports it.
9761 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9762 (cperl-after-block-p): Likewise.
9763 (cperl-after-block-and-statement-beg): Likewise.
9764 (cperl-after-block-p): After END/BEGIN we are a block.
9765 (cperl-after-expr-p): Skip labels when checking
9766 (cperl-indent-region): Make a marker for END - text added/removed.
9767 Disable hooks during the call (how to call them later?).
9768 Now indents 820-line-long function in 6.5 sec (including
9769 syntaxification) the first time (when buffer has few
9770 properties), 7.1 sec the second time.
9771 (cperl-indent-region): Do not indent whitespace lines
9772 (cperl-style-alist)
9773 Include `cperl-merge-trailing-else' where the value is clear.
9774 (cperl-styles-entries): Likewise.
9775 (cperl-problems): Improvements to docs.
9776 (cperl-tips): Likewise.
9777 (cperl-non-problems): Likewise.
9778 (cperl-mode): Make lazy syntaxification possible.
9779 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9780 `font-lock-unfontify-region-function' was set to a wrong function.
9781
9782 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9783 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9784 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9785 but 1<<6 was considered as HERE-doc.
9786 <file/glob> made into a string.
9787 Postpone addition of faces after syntactic step.
9788 Recognition of <FH> was wrong.
9789 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9790 Knows that split// is null-RE.
9791 Highlights separators in 3-parts expressions as labels.
9792 <> was considered as a glob.
9793 Would err if the last line is `=head1'.
9794 $a-1 ? foo : bar; was a considered a regexp.
9795 `<< (' was considered a start of HERE-doc.
9796 mark qq[]-etc sections as syntax-type=string
9797 Was not processing sub protos after a comment ine.
9798 Was treating $a++ <= 5 as a glob.
9799 Tolerate unfinished REx at end-of-buffer.
9800 `unwind-protect' was left commented.
9801 / and ? after : start a REx.
9802
9803 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9804 Better default, customizes to `message' too, off in text-mode.
9805
9806 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9807 `defface'd.
9808 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9809 `defface'd.
9810 (cperl-emacs-can-parse): New state variable.
9811 (cperl-indent-line): Corrected to use global state.
9812 (cperl-calculate-indent): Likewise.
9813 (cperl-fix-line-spacing): Likewise (not used yet).
9814 (cperl-calculate-indent): Did not consider `,' as
9815 continuation mark for statements.
9816 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9817 Remove another parse-data optimization at toplevel: would
9818 indent correctly.
9819 Correct for labels when calculating indentation of continuations.
9820 Docstring updated.
9821 (cperl-choose-color): Converted to a function (to be
9822 compilable in text-mode).
9823 (cperl-dark-background): Disable without window-system.
9824 Do `defface' only if window-system.
9825 (cperl-fix-line-spacing): Sped up to bail out early.
9826 (x-color-defined-p): Was not compiling on XEmacs
9827 Was defmacro'ed with a tick. Remove another def.
9828 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9829 (cperl-unwind-to-safe): New function.
9830 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9831 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9832 long strings (not very successful).
9833 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9834 Highlight the starting // in s//foo/ as function-name.
9835 Emit a meaningful error instead of a cryptic one for an
9836 uncomplete REx near end-of-buffer.
9837
9838 (cperl-electric-keyword): `qr' recognized.
9839 (cperl-electric-else): Likewise
9840 (cperl-to-comment-or-eol): Likewise
9841 (cperl-make-regexp-x): Likewise
9842 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9843 Corrected to use new macros;
9844 `if' for copying `reference-face' to `constant-face' was backward.
9845 remove init `font-lock-other-emphasized-face',
9846 `font-lock-emphasized-face', `font-lock-keyword-face'.
9847 Interpolate `cperl-invalid-face'.
9848 (cperl-make-regexp-x): Misprint in a message.
9849 (cperl-syntaxify-unwind): New configuration variable
9850 (cperl-fontify-m-as-s): New configuration variable
9851 (cperl-electric-pod): Check for after-expr was performed
9852 inside of POD too.
9853 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9854 (cperl-clobber-mode-lists): New configuration variable.
9855 (cperl-not-bad-style-regexp): Updated.
9856 Init: `cperl-is-face' was busted.
9857 (cperl-make-face): New macros.
9858 (cperl-force-face): New macros.
9859 (font-lock-other-type-face): Done via `defface' too.
9860 (cperl-nonoverridable-face): New face. Renamed from
9861 `font-lock-other-type-face'.
9862 (cperl-init-faces-weak): Use `cperl-force-face'.
9863 (cperl-comment-indent): Commenting __END__ was not working.
9864 (cperl-indent-for-comment): Likewise.
9865 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9866 When removing old TAGS info was not relativizing filename.
9867 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9868 Another try to work around XEmacs problems. Better progress messages.
9869 (toplevel): Require custom unprotected => failure on 19.28.
9870 (cperl-xemacs-p): Defined when compile too
9871 (cperl-find-tags): Was writing line/pos in a wrong order,
9872 pos off by 1 and not at beg-of-line.
9873 (cperl-etags-snarf-tag): New macro
9874 (cperl-etags-goto-tag-location): New macro
9875 (cperl-version): New variable. New menu entry
9876 random docstrings: References to "future" 20.3 removed.
9877 Menu was described as `CPerl' instead of `Perl'
9878 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9879 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9880 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9881 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9882 `font-lock-reference-face', `font-lock-keyword-face'.
9883 Use `eval-after-load'.
9884 Remove not-CPerl-related faces.
9885 (cperl-tips-faces): New variable and an entry into Mini-docs.
9886 (cperl-indent-exp): Was not processing else-blocks.
9887 (cperl-get-state): NOP line removed.
9888 (cperl-ps-print): New function and menu entry.
9889 (cperl-ps-print-face-properties): New configuration variable.
9890 (cperl-invalid-face): New configuration variable.
9891 (perl-font-lock-keywords): Highlight trailing whitespace
9892 (cperl-contract-levels): Documentation corrected.
9893 (cperl-contract-level): Likewise.
9894 (cperl-ps-extend-face-list): New macro.
9895 (cperl-invalid-face): Change to ''underline.
9896
9897 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9898
9899 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9900 for read-file-name.
9901 (rmail-output-to-rmail-file): Likewise.
9902
9903 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9904
9905 * emacs-lisp/easymenu.el (easy-menu-get-map):
9906 If MENU is nil, use global menu-bar map.
9907 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9908 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9909
9910 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9911
9912 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9913
9914 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9915
9916 * ps-print.el (ps-print-version): New version number (4.1.3).
9917
9918 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9919
9920 * international/mule-cmds.el: Use make-sparse-keymap instead of
9921 define-prefix-key when defining MULE menu items.
9922
9923 * info.el (Info-node-at-bob-matching): New function.
9924 (Info-find-node, Info-build-node-completions): Call it.
9925
9926 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9927
9928 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9929 when this is an autoloaded keymap.
9930
9931 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9932
9933 * international/codepage.el (cp-coding-system-for-codepage-1):
9934 Create separate encoders and decoders, for DOS and Unix. Make the
9935 usual family of 3 coding systems, so that automatic detection of
9936 EOL type works.
9937 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9938 Unix-specific symbols here, and don't call
9939 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9940 Handa <handa@etl.go.jp>.)
9941
9942 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9943
9944 * term/internal.el (IT-character-translations): New variable, an
9945 alist used to display characters for which there's no glyphs in
9946 the current codepage.
9947 (IT-display-table-setup): New function, sets up the DOS terminal
9948 for a given codepage.
9949 (dos-codepage-setup): New function, sets up the MULE environment
9950 for the current value of dos-codepage.
9951 (top-level if): In the multibyte mode, turn on
9952 unibyte-display-via-language-environment. In the unibyte mode,
9953 set up the special syntax tables to map lower- to upper case and
9954 back.
9955
9956 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9957
9958 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9959 (speedbar-frame-plist) Remove useless comments.
9960 (speedbar-frame-mode) Do not specify height if it is in the param list.
9961 Use default y position w/out changing it.
9962 If default x position is a list, keep, calculate the non-list X
9963 value when devining an initial position.
9964 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9965 (speedbar-tag-group-name-minimum-length): New variable.
9966 (speedbar-frame-parameter): New compatibility function.
9967 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9968 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9969 groups to keep things in the right order, and to help with some
9970 naming conventions.
9971 (speedbar-create-tag-hierarchy): Enable buffer local version of
9972 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9973 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9974 the case, derive it from the cursor location in speedbar.
9975
9976 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9977
9978 * international/mule-cmds.el (set-language-environment): On MS-DOS
9979 terminals, install DOS-specific nonascii-translation-table if the
9980 language info doesn't specify one. Pass the default eol-type to
9981 set-language-environment-coding-systems.
9982 (set-default-coding-systems): Copy the eol-type property for the
9983 new default values of {buffer-file,process}-coding-system from the
9984 old defaults.
9985 (set-language-environment-coding-systems): Accept an optional
9986 argument EOL-TYPE, and set the eol-type property of the default
9987 coding systems accordingly.
9988 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9989 (set-keyboard-coding-system): Likewise.
9990 (set-default-coding-systems): Don't set
9991 default-terminal-coding-system on MS-DOS to anything but nil.
9992 (prefer-coding-system): Describe in the doc string that
9993 default-terminal-coding-system is not changed on MS-DOS.
9994 (set-language-environment): For MS-DOS, set standard syntax table
9995 and display table for all characters with code above 127.
9996 (standard-display-european-internal): For MS-DOS, pass all
9997 characters with code above 127 directly to the terminal, and don't
9998 remap characters 160 and 146 in the unibyte case.
9999
10000 * international/codepage.el: New file.
10001
10002 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10003
10004 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10005 comments.
10006
10007 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10008
10009 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10010
10011 * subr.el (read-passwd): Likewise.
10012
10013 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10014
10015 * info.el (Info-find-node): Add 1 to the position read from the
10016 tag table. Don't fail if the node delimiter ^_ is the first
10017 character in the file.
10018 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10019 first character in the file.
10020 (Info-read-subfile): Likewise.
10021 (Info-select-node): Likewise.
10022 (Info-build-node-completions): Likewise.
10023
10024 1998-12-16 Richard Stallman <rms@gnu.org>
10025
10026 * term/x-win.el (x-cut-buffer-or-selection-value):
10027 If clipboard is enabled, try it before PRIMARY selection.
10028
10029 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10030
10031 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10032 insert c-cedilla and C-cedilla respectively, like in latin-1.
10033
10034 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10035
10036 * language/hebrew.el: Don't use sublists in the flags argument
10037 passed to make-coding-system.
10038
10039 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10040
10041 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10042 list of character sets found by find-charset-region.
10043
10044 * ps-mule.el: Always require ps-print. Move some function
10045 definitions for Emacs 20.2 and the earlier to ps-print.el.
10046 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10047
10048 * ps-print.el: Define several functions for Emacs 20.2 and the
10049 earlier version.
10050 (ps-printer-name): Check if printer-name is bound.
10051
10052 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10053
10054 * ps-mule.el: Programming uniformization and little code improvement.
10055 (ps-mule-prepare-font): Programming uniformization.
10056 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10057 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10058
10059 * ps-bdf.el: Programming uniformization and little code improvement.
10060 (bdf-search-and-read): New fun.
10061 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10062 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10063 (bdf-info-relative-compose, bdf-info-baseline-offset)
10064 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10065 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10066 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10067 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10068 improvement.
10069
10070 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10071
10072 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10073 and mule related code extraction. Autoload ps-mule funs.
10074
10075 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10076 (ps-mule-prologue-generated): New fun.
10077 (ps-mule-plot-string): Add autoload cookie.
10078 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10079
10080 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10081
10082 * ps-bdf.el: Require ps-mule instead of ps-print.
10083 (bdf-directory-list): Add autoload cookie.
10084
10085 * ps-mule.el: New file. Mule related code extracted from
10086 ps-print.el. Require ps-print, provide ps-mule.
10087 (ps-multibyte-buffer): Add autoload cookie.
10088 (ps-mule-prepare-ascii-font): New fun.
10089 (ps-mule-set-ascii-font): New fun.
10090 (ps-mule-skip-same-charset): Fun deleted.
10091 (ps-mule-plot-string): Set ps-mule-current-charset.
10092 (ps-mule-initialize): Add autload cookie. Don't set
10093 ps-mule-font-info-database here.
10094 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10095 ps-mule-font-info-database and ps-control-or-escape-regexp.
10096 (ps-mule-begin-page): New fun.
10097
10098 * ps-print.el: Mule related code moved to ps-mule.el.
10099 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10100 check ps-mule-charset-list.
10101 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10102 ps-mule-begin-page.
10103 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10104 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10105 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10106 instead skip same charsets by itself.
10107 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10108 non-nil. Call ps-mule-begin-job.
10109
10110 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10111
10112 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10113 instead of bdf.
10114
10115 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10116 (ps-mule-external-libraries): New element FEATURE.
10117 (ps-mule-init-external-library): Ajusted for the above change.
10118 (ps-mule-generate-font): Likewise.
10119 (ps-mule-generate-glyphs): Likewise.
10120 (ps-mule-prepare-font): Likewise.
10121 (ps-mule-initialize): Likewise.
10122 (ps-begin-file): Superfluous tailing parenthesis deleted.
10123
10124 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10125
10126 * international/fontset.el (x-decompose-font-name): If PATTERN
10127 doesn't have any wild cards, return a vector made from a name that
10128 is found by x-resolve-font-name found. Comments added.
10129
10130 * international/mule-cmds.el (find-coding-systems-for-charsets):
10131 Handle the case of unknown charset.
10132 (find-multibyte-characters): If invalid multibyte characters are
10133 found, return the corresponding strings instead of character
10134 codes.
10135 (find-multibyte-characters): Adjusted for the above change.
10136 (select-safe-coding-system): For a unibyte buffer, always returns
10137 DEFAULT-CODING-SYSTEM.
10138 (get-charset-property): Fix previous change. Make it a function.
10139 (put-charset-property): Make it a function.
10140
10141 * international/mule.el (make-coding-system): Set mime-charset
10142 property of *-with-esc coding system to nil.
10143
10144 * international/quail.el (quail-point-in-conversion-region): New
10145 function.
10146 (quail-conversion-backward-delete-char): When a key sequence is
10147 being translated, call quail-delete-last-char.
10148
10149 * language/devan-util.el
10150 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10151 handle devanagari-decomposition-rules.
10152
10153 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10154
10155 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10156 tex-start-options-string to empty string.
10157 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10158
10159 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10160
10161 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10162 5xx responses are already handled properly).
10163
10164 1998-12-13 Richard Stallman <rms@gnu.org>
10165
10166 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10167 on a non-digit in the file name.
10168
10169 * simple.el (comment-region): Handle comment-padding
10170 separately for insertion and for deletion, in the right way for each.
10171
10172 1998-12-13 Felix Lee <flee@cygnus.com>
10173
10174 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10175 regexp to match "ChangeLog:1:1998-12-09 ..."
10176
10177 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10178
10179 * cus-start.el (dos-unsupported-char-glyph): Add.
10180
10181 1998-12-11 Dave Love <fx@gnu.org>
10182
10183 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10184 forward-sexp in condition-case.
10185
10186 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10187 Remove unnecessary test on `library' for explicit file name.
10188 Widen scope of save-match-data.
10189
10190 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10191
10192 * international/mule.el (load-with-code-conversion): If the loaded
10193 file was inserted with no-conversion or raw-text coding system,
10194 make the buffer unibyte.
10195
10196 1998-12-09 Richard Stallman <rms@gnu.org>
10197
10198 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10199 Get rid of nested loops.
10200
10201 * mouse.el (mouse-drag-vertical-line):
10202 If WHICH-SIDE is not `right', then scroll bars are on the left.
10203
10204 * loadhist.el (load-history-loaded): defvar moved to help.el.
10205
10206 * help.el (symbol-file-load-history-loaded): Variable renamed,
10207 and defvar moved from loadhist.el.
10208 (symbol-file): Renamed from describe-function-find-file.
10209 Load fns-VERSION.el here.
10210 (describe-variable, describe-function-1): Use symbol-file.
10211
10212 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10213 Don't start the name with #.
10214
10215 * ispell.el: Take out the eval-when's.
10216
10217 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10218
10219 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10220 (dirtrack): Run it. Make debug message more verbose.
10221
10222 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10223
10224 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10225 name of the abbrev table, and provide support for XEmacs.
10226 (octave-xemacs-p): New variable.
10227
10228 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10229
10230 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10231 exit, when mail-interactive is nil.
10232
10233 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10234
10235 * files.el (after-find-file): Message fix.
10236
10237 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10238
10239 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10240
10241 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10242
10243 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10244 filenames using backslashes.
10245
10246 1998-12-09 Dave Love <fx@gnu.org>
10247
10248 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10249 with correct number of args.
10250 (browse-url-maybe-new-window): New arg. Callers changed.
10251
10252 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10253 comment.
10254
10255 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10256
10257 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10258
10259 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10260
10261 * vc.el (vc-rcs-release): Fix Type.
10262 (vc-sccs-release): Fix Type.
10263 (vc-cvs-release): Fix Type.
10264
10265 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10266 arg work right.
10267
10268 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10269 output of last undeleted message.
10270
10271 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10272
10273 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10274 (buffer-undo-list) [windows-nt]: Use different relative path.
10275
10276 1998-12-07 Simon Marshall <simon@gnu.org>
10277
10278 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10279
10280 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10281
10282 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10283
10284 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10285
10286 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10287
10288 * info.el (Info-menu): Don't return error if point is between menu
10289 header and first menu item.
10290
10291 1998-12-04 Dave Love <fx@gnu.org>
10292
10293 * help.el (describe-function-1): Fix description for alias.
10294
10295 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10296
10297 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10298 specifications from summary line.
10299
10300 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10301 (close-rectangle): Define alias only once in loaddefs.el.
10302
10303 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10304
10305 * term/internal.el: Remove code which sets up a special syntax
10306 table for non-ASCII characters.
10307
10308 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10309
10310 * dos-w32.el (direct-print-region-function): Try to ensure that
10311 printer-name is expanded to a file name on a local drive;
10312 sometimes printing a file loaded from a network volume fails.
10313 (direct-print-region-function): Add a function to
10314 write-region-annotate-functions to append a formfeed character to
10315 the region being printed, if the region doesn't end with a
10316 formfeed already. This avoids creating a second print job
10317 containing a blank page when print spooling is enabled on Windows.
10318
10319 1998-12-02 Dave Love <fx@gnu.org>
10320
10321 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10322 `Info-goto-node'.
10323
10324 1998-12-02 Richard Stallman <rms@gnu.org>
10325
10326 * help.el (temp-buffer-resize-mode): Doc fix.
10327
10328 * cus-edit.el (custom-save-delete): Save point before
10329 reading a sexp, rather than backing up.
10330
10331 * international/iso-transl.el: Fix previous change.
10332
10333 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10334
10335 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10336 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10337 Added defvars to suppress compilation warnings.
10338
10339 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10340
10341 * ispell.el: Improved and fixed customize for variables:
10342 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10343 ispell-dictionary-alist, ispell-skip-sgml.
10344 Improved and fixed comments in variables and messages for
10345 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10346 ispell-menu-map, ispell-checking-message, ispell-parser,
10347 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10348 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10349 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10350 ispell-message-text-end, ispell-add-per-file-word-list.
10351 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10352 system is now required for all languages. Casechars improved for
10353 castellano, castellano8, and norsk dictionaries. Dictionary
10354 norsk7-tex added. Dictionary polish added.
10355 (ispell-dictionary-alist): Redefined at load-time to support
10356 dictionary changes.
10357 (ispell-menu-map): Redefined at load-time to support menu changes.
10358 (ispell-check-version): New alias for `check-ispell-version'.
10359 (ispell-parse-output): Fixed matching for ispell error messages.
10360 Correctly returns spelling suggestions in order generated by ispell
10361 process.
10362 (check-ispell-version): Ensure `case-fold-search' doesn't get
10363 redefined.
10364 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10365 redefined. Fix bug that didn't respect case of word being completed.
10366 (ispell-init-process): Set process coding system to be compatible
10367 with emacs processes and the ispell process.
10368 (ispell-kill-ispell): Ensures ispell process has terminated before
10369 starting new process. This can otherwise confuse process filters
10370 and hang the ispell process.
10371 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10372 skipping support for sgml.
10373 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10374 which could cause `ispell-complete-word' to hang.
10375 (ispell-message): Improved message reference matching. Ensure
10376 `case-fold-search' doesn't get redefined.
10377 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10378 get redefined. Fixed bug in returning to nroff mode from tex mode.
10379 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10380 get redefined.
10381
10382 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10383
10384 * textmodes/flyspell.el (flyspell-check-word-p):
10385 Don't delay inside a kbd macro.
10386
10387 * subr.el (make-local-hook): Return the hook variable.
10388
10389 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10390
10391 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10392 Use a timer instead of post-command-hook.
10393 (hscroll-timer): New variable.
10394
10395 1998-11-30 Dave Love <fx@gnu.org>
10396
10397 * help.el (help-xref-button): Do nothing if text already has the
10398 help-xref property.
10399 (describe-variable): Revert previous change to hyperlink to source.
10400
10401 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10402
10403 * bindings.el (features): Add `base64' to this list.
10404
10405 * loadhist.el (symbol-file): Doc fix.
10406
10407 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10408
10409 * files.el (hack-one-local-variable): Cope with non-file buffers.
10410
10411 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10412
10413 * help.el (describe-mode): Put major mode first.
10414
10415 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10416 to support special-display and same-window features.
10417
10418 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10419
10420 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10421 bound in one function and used in the other.
10422 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10423 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10424
10425 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10426
10427 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10428
10429 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10430
10431 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10432 Give format correct control string.
10433
10434 * international/mule.el (define-translation-table): Fix bug of
10435 setting incorrect translation-table-id. If the first element of
10436 ARGS is a translation table, just register it.
10437
10438 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10439 property.
10440
10441 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10442
10443 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10444 syntax table to determine what is whitespace.
10445
10446 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10447
10448 * frame.el (frame-parameter): Doc fix.
10449
10450 * textmodes/tex-mode.el (tex-feed-input): New function.
10451 (tex-define-common-keys): Add binding for C-c C-m.
10452
10453 1998-11-23 Dave Love <fx@gnu.org>
10454
10455 * progmodes/fortran.el: Various minor doc fixes.
10456 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10457 (fortran-with-subprogram-narrowing): New macro.
10458 (fortran-check-for-matching-do): Use it.
10459 (fortran-end-do): Use fortran-check-end-prog-re.
10460 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10461 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10462
10463 1998-11-23 Simon Marshall <simon@gnu.org>
10464
10465 * font-lock.el (font-lock-defaults): Doc fix.
10466 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10467 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10468
10469 * lazy-lock.el (lazy-lock-unstall):
10470 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10471
10472 * fast-lock.el (fast-lock-save-cache-1):
10473 (fast-lock-cache-data): Rewritten to use with-temp-message.
10474
10475 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10476
10477 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10478 messages that have been added with DOS line endings and convert
10479 the line endings for such messages.
10480
10481 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10482
10483 * help.el: Add resizing of temporary buffers.
10484 (temp-buffer-resize-mode): New command and variable.
10485 (temp-buffer-max-height): New variable.
10486 (resize-temp-buffer-window): New function.
10487
10488 * window.el (window-buffer-height): New function, split from
10489 shrink-window-if-larger-than-buffer.
10490 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10491
10492 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10493
10494 * frame.el (initial-frame-alist): Add defcustom.
10495
10496 * shell.el (shell-prompt-pattern): Add defcustom.
10497
10498 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10499
10500 * message.el (message-ignored-supersedes-headers): Remove
10501 NNTP-Posting-Date.
10502
10503 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10504
10505 * help.el (describe-mode): Don't avoid loop indirecting thru
10506 value of INDICATOR.
10507
10508 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10509
10510 * help.el (describe-variable): Allow any variable with a defcustom,
10511 even if it is not a user variable.
10512
10513 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10514
10515 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10516
10517 * gnus/nntp.el (nntp-request-group): Allow for failures when
10518 requesting a new group.
10519
10520 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10521
10522 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10523
10524 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10525
10526 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10527
10528 1998-11-19 Simon Marshall <simon@gnu.org>
10529
10530 * subr.el (with-temp-message): New macro.
10531
10532 * emacs-lisp/lisp-mode.el (with-temp-message):
10533 Add lisp-indent-function property.
10534
10535 1998-11-18 Dave Love <fx@gnu.org>
10536
10537 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10538
10539 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10540
10541 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10542 This is not obsolete.
10543
10544 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10545
10546 * textmodes/picture.el: Make a new map by make-keymap.
10547 (picture-desired-column): New variable.
10548 (picture-update-desired-column): New function.
10549 (picture-beginning-of-line): Set picture-desired-column to 0.
10550 (picture-end-of-line): Set picture-desired-column to the current
10551 column.
10552 (picture-forward-column): Pay attention to multi-column character.
10553 (picture-backward-column): Likewise.
10554 (picture-move-down): Likewise.
10555 (picture-move-up): Likewise.
10556 (picture-movement-nw): With prefix arg, move twice columns.
10557 (picture-movement-ne): Likewise.
10558 (picture-movement-sw): Likewise.
10559 (picture-movement-se): Likewise.
10560 (picture-set-motion): Handle two-column movements.
10561 (picture-move): Call picture-move-down or picture-forward-column
10562 only when necessary.
10563 (picture-insert): Pay attention to picture-desired-column.
10564 (picture-self-insert): Likewise.
10565 (picture-clear-column): Pay attention to multi-column character.
10566 (picture-mode): Modify doc-string for two-column movement.
10567
10568 * rect.el (move-to-column-force): New function.
10569 (operate-on-rectangle): If coerce-tabs is non-nil, call
10570 move-to-column-force instead of move-to-column.
10571 (insert-rectangle): Call move-to-column-force instead of
10572 move-to-column.
10573 (open-rectangle-line): If begextra is not zero, call
10574 move-to-column-force.
10575
10576
10577 1998-11-16 Dave Love <fx@gnu.org>
10578
10579 * textmodes/sgml-mode.el Require skeleton when compiling.
10580 (sgml-font-lock-keywords-1): Accept single-letter tags.
10581 (v2): Defvar free variable.
10582
10583 1998-11-16 Sam Steingold <sds@goems.com>
10584
10585 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10586 macro, not ELisp one.
10587
10588 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10589
10590 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10591 characters to symbol.
10592
10593 * language/japan-util.el (japanese-zenkaku-region): New optional
10594 arg KATAKANA-ONLY.
10595
10596 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10597
10598 * international/mule.el
10599 (after-insert-file-set-buffer-file-coding-system): If the buffer
10600 is changed to unibyte, return inserted bytes.
10601
10602 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10603 and link names if necessary.
10604 (tar-header-block-summarize): Handle the case that file or link
10605 names are multibyte.
10606 (tar-summarize-buffer): At first set the current buffer unibyte,
10607 then if there are multibyte file names, change it to multibyte.
10608 (tar-mode): Get char position from tar-header-offset.
10609 (tar-extract): Avoid multibyte<->unibyte conversion in
10610 insert-buffer-subsring by setting both buffers unibyte
10611 temporarily.
10612 (tar-copy): Set the buffer unibyte while doing a work. Write
10613 without code conversion.
10614 (tar-expunge): Set the buffer unibyte while doing a work.
10615 (tar-alter-one-field): Likewise.
10616 (tar-clear-modification-flags): Compare byte position with
10617 tar-header-offset.
10618 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10619 insert-buffer-subsring by setting both buffers unibyte
10620 temporarily. Pay attention to multibyteness while updating the
10621 descriptor-line.
10622 (tar-mode-write-file): Write without code conversion.
10623
10624 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10625
10626 * nngateway.el: Require cl.
10627
10628 1998-11-15 Dave Love <fx@gnu.org>
10629
10630 * progmodes/fortran.el: Fix previous change:
10631 (fortran-end-prog-re1): Changed.
10632 (fortran-check-end-prog-re): New function.
10633 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10634
10635 1998-11-13 Tom Breton <tob@world.std.com>
10636
10637 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10638 GNU Emacs.
10639
10640 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10641
10642 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10643 fixed.
10644 (reftex-toc-toggle-file-boundary,
10645 reftex-toc-toggle-labels,
10646 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10647 (reftex-toc-include-labels, reftex-toc-include-context,
10648 reftex-toc-include-file-boundaries,
10649 reftex-toc-keep-other-windows): New options.
10650 (reftex-use-text-after-label-as-context): Option removed.
10651 (reftex-extract-bib-entries): Protect use in non-latex
10652 buffers.
10653 (reftex-toc-visit-location): Renamed from
10654 `reftex-toc-visit-line'.
10655 (reftex-latin1-to-ascii): Works now with and without Mule.
10656 (reftex-truncate): Removed special stuff for Emacs 20.2.
10657 (reftex-get-offset): Made more general.
10658 (reftex-show-label-location): Renamed from
10659 `reftex-select-label-callback'.
10660 (reftex-pop-to-label): Function removed (using
10661 `reftex-show-label-location' instead.
10662 (reftex-insert-docstruct): Renamed from
10663 `reftex-make-and-insert-label-list'. Function args changed.
10664 (reftex-toc): Now uses `reftex-insert-docstruct' and
10665 `reftex-find-start-point'.
10666 (reftex-select-item): Use `reftex-find-start-point'.
10667 (reftex-toc-visit-line): Can display labels and file
10668 boundaries.
10669 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10670
10671 1998-11-12 Sam Steingold <sds@goems.com>
10672
10673 * browse-url.el (browse-url): Handle the case when
10674 `browse-url-browser-function' is a lambda list.
10675
10676 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10677
10678 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10679 version string.
10680 * loadhist.el (symbol-file): Likewise
10681
10682 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10683
10684 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10685
10686 1998-11-11 Sam Steingold <sds@goems.com>
10687
10688 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10689 `run-lisp' instead of signalling an error.
10690
10691 1998-11-11 Karl Heuer <kwzh@gnu.org>
10692
10693 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10694
10695 1998-11-11 Richard Stallman <rms@gnu.org>
10696
10697 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10698
10699 1998-11-11 Per Starback <starback@update.uu.se>
10700
10701 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10702 renamed svenska8 to svenska, and fixed and extended CASECHARS
10703 for it.
10704
10705 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10706
10707 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10708 handling if setpagedevice is not available.
10709 (ps-begin-file): Fix typo.
10710
10711 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10712
10713 * international/mule-util.el (compose-chars-component): Signal
10714 error if CH is a rule-based composition character.
10715 (compose-chars): Signal error if an already compsed character is
10716 going to be composed by rule-base.
10717
10718 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10719 full XLFD, don't try to get information of WEIGHT and SLANT from
10720 that font name.
10721
10722 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10723
10724 * dos-w32.el (set-default-process-coding-system): Use function on
10725 before-init-hook to set default-process-coding-system based on
10726 enable-multibyte-characters.
10727
10728 * term/w32-win.el ([language-change]): For now ignore
10729 keyboard language-change events.
10730
10731 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10732
10733 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10734 convert-standard-file-name, but leave the results of
10735 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10736 characters if the original name already exists, or has a special
10737 handler.
10738
10739 1998-11-10 Karl Heuer <kwzh@gnu.org>
10740
10741 * international/iso-insert.el: Delete autoload cookies.
10742
10743 * international/iso-transl.el: Add autoload cookies.
10744
10745 1998-11-10 Richard Stallman <rms@gnu.org>
10746
10747 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10748 (ispell-process-line): Don't treat multibyte
10749
10750 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10751
10752 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10753 setpagedevice to specify the page size if setpagedevice is
10754 available. This is necessary to select the correct paper tray on
10755 Level 2 printers with multiple paper sizes available.
10756
10757 (ps-begin-file): Cope with font names that contain spaces, and
10758 call BeginDoc in a BeginSetup/EndSetup block.
10759
10760 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10761
10762 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10763 convert-standard-filename.
10764
10765 * loadhist.el (symbol-file): Run fns-VERSION.el through
10766 convert-standard-filename.
10767
10768 1998-11-06 Richard Stallman <rms@gnu.org>
10769
10770 * textmodes/texinfmt.el (texinfo-format-scan):
10771 Detect the case of two @-commands in a row; process just the first.
10772 (texinfo-append-refill): If line has a @c, insert the @refill
10773 before it.
10774 (texinfo-format-refill): Return with point where the @refill was.
10775
10776 * files.el (hack-local-variables): Test local-enable-local-variables.
10777 (hack-local-variables-prop-line): Likewise.
10778 (set-auto-mode): Don't test local-enable-local-variables here.
10779 (enable-local-variables): Doc fix.
10780 (local-enable-local-variables): Doc fix.
10781 (normal-mode): Doc fix.
10782
10783 1998-11-06 Karl Heuer <kwzh@gnu.org>
10784
10785 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10786
10787 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10788
10789 * simple.el (line-number-mode): Doc fix.
10790
10791 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10792
10793 * international/fontset.el (create-fontset-from-fontset-spec):
10794 Give correct arg to `error'.
10795
10796 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10797
10798 * textmodes/sgml-mode.el (html-mode): Doc fix.
10799 (sgml-name-8bit-mode): Fix missing format character in message string.
10800
10801 1998-11-05 Karl Heuer <kwzh@gnu.org>
10802
10803 * mail/sendmail.el (sendmail-send-it): Check for failure.
10804
10805 1998-11-05 Richard Stallman <rms@gnu.org>
10806
10807 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10808
10809 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10810 (close-rectangle): Define as alias.
10811
10812 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10813
10814 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10815
10816 1998-11-05 Dave Love <fx@gnu.org>
10817
10818 * help.el (describe-variable): Don't quote link to source.
10819
10820 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10821
10822 * gud.el (gud-common-init): Use pop-to-buffer.
10823 (same-window-regexps): Add an element that matches all gud buffers.
10824
10825 1998-11-04 Jason Rumney <jasonr@altavista.net>
10826
10827 * term/w32-win.el (x-get-selection-value): Alias to
10828 x-cut-buffer-or-selection-value.
10829 (w32-standard-fontset-spec): New variable.
10830 (w32-create-initial-fontsets, mouse-set-font): Check whether
10831 new-fontset is available.
10832 (w32-use-w32-font-dialog): Enable use of set-variable.
10833
10834 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10835
10836 * vc.el (with-vc-file, edit-vc-file): New macros.
10837
10838 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10839
10840 * international/quail.el (quail-show-guidance-buf): Call
10841 set-minibuffer-window to set minibuffer window of the current
10842 frame correctly.
10843
10844 1998-11-03 Theodore Jump <tjump@tertius.com>
10845
10846 * term/w32-win.el: Require fontset.
10847
10848 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10849
10850 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10851 (set-face-font-auto): Ditto.
10852
10853 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10854
10855 * mouse.el (mouse-drag-region): Fix typo.
10856
10857 1998-11-02 Dave Love <fx@gnu.org>
10858
10859 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10860 (fortran-fontify-string): New function.
10861 (fortran-font-lock-keywords-1): Use it.
10862
10863 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10864
10865 * comint.el (comint-file-name-quote-list): Doc fix.
10866
10867 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10868
10869 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10870 build directory, not source directory.
10871
10872 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10873 if we did not get one for the final move.
10874
10875 1998-11-01 Dave Love <fx@gnu.org>
10876
10877 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10878 Don't funcall browse-url-browser-function.
10879
10880 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10881 Don't funcall browse-url-browser-function.
10882
10883 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10884
10885 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10886
10887 * files.el (revert-buffer): Doc fix.
10888
10889 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10890
10891 * textmodes/tex-mode.el (tex-start-options-string):
10892 Quote the backslashes with more backslashes.
10893
10894 1998-10-31 Dave Love <fx@gnu.org>
10895
10896 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10897 (webjump): Don't funcall browse-url-browser-function.
10898
10899 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10900
10901 * international/quail.el (quail-start-translation): Handle
10902 switching of the frame in read-key-sequence.
10903 (quail-start-conversion): Likewise.
10904 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10905 windows before setting an appropriate window for it.
10906 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10907 quail-guidance-win to nil.
10908 (quail-update-guidance): If quail-guidance-buf is not in the
10909 selected frame, call quail-show-guidance-buf again.
10910
10911 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10912
10913 * progmodes/pascal.el (pascal-mode):
10914 `blink-matching-paren-dont-ignore-comments' set to t.
10915
10916 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10917
10918 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10919
10920 1998-10-30 Dave Love <fx@gnu.org>
10921
10922 * vc.el (vc-backend-merge-news): Check for "P" output.
10923
10924 * help.el (describe-variable): Hyperlink the definition.
10925
10926 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10927
10928 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10929 (sh-set-shell): Likewise.
10930
10931 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10932
10933 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10934 (edebug-on-error): Fix customize type to match that of
10935 debug-on-error.
10936
10937 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10938
10939 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10940 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10941
10942 * international/mule-cmds.el (select-message-coding-system): Doc
10943 fix.
10944
10945 * international/mule-diag.el (describe-coding-system): Describe
10946 all flags.
10947
10948 * mail/sendmail.el (sendmail-coding-system,
10949 default-sendmail-coding-system): Doc fix.
10950
10951 * simple.el (shell-command-on-region): Doc fix.
10952
10953 * loadup.el: Write fns-*.el in current directory instead of
10954 data-directory since no installation directory exists yet. Mark
10955 buffer unmodified afterwards.
10956
10957 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10958 instead of data-directory since it is architecture dependent.
10959 (load-history-loaded): Update doc string.
10960
10961 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10962
10963 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10964 path as a default directory when canonicalizing names.
10965
10966 * w32-fns.el: Remove a dangling reference to a directory on the
10967 build machine.
10968
10969 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10970
10971 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10972 namespace related keywords such as `class', `body', `private',
10973 `variable', `namespace eval', etc.
10974 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10975 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10976 imenu and font-lock so that searches for \sw would find words
10977 containing colons.
10978
10979 * progmodes/etags.el (initialize-new-tags-table):
10980 Do not alter find-tag-marker-ring and tags-location-ring.
10981
10982 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10983
10984 * term/w32-win.el: Require fontset.
10985 (w32-init-fontsets): New function (code from x-win.el).
10986
10987 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10988
10989 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10990 calendar-and-diary-frame-parameters): Add title parameter.
10991
10992 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10993
10994 * completion.el (dynamic-completion-mode): New function to enable
10995 the mode. (Just loading the file now does not change anything.)
10996
10997 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10998
10999 * ps-print.el: User option for multibyte buffer handling and doc fix.
11000 (ps-multibyte-buffer): New user option.
11001 (ps-setup): Print new user option.
11002 (ps-print-quote): New fun.
11003 (ps-color-p, ps-mule-font-info-database-latin): New var.
11004 (ps-default-color, ps-mule-font-info-database)
11005 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11006 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11007 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11008 Little code improvement.
11009 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11010 (ps-print-prologue-header, ps-font-family, ps-font-size)
11011 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11012 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11013 (ps-mule-external-libraries, ps-mule-init-external-library)
11014 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11015 Doc fix.
11016 (ps-print-version): New version number (4.1.1) and doc fix.
11017 (ps-print-prologue-header): New user option.
11018 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11019 Conditional compilation for GNU Emacs and emacsens.
11020 (ps-generate-postscript-with-faces): Skip invisible text better.
11021 (ps-setup): Print new user option.
11022 (ps-print-preprint): Check if input file name exists and is unwritable.
11023 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11024 and insert user PostScript prologue header comments.
11025 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11026 New funs.
11027 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11028 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11029 PostScript programming normalization.
11030 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11031 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11032 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11033 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11034 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11035 Programming style normalization.
11036
11037 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11038
11039 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11040 version, check the value of mule-version.
11041
11042 * international/mule-util.el (compose-region): Insert then delete
11043 to preserve markers.
11044 (decompose-region): Use search-forward for efficiency.
11045
11046 * language/chinese.el (pre-write-encode-hz): Cancel previous
11047 change, use generate-new-buffer instead of get-buffer-create.
11048 * language/devan-util.el
11049 (in-is13194-devanagari-pre-write-conversion): Likewise.
11050 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11051 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11052 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11053
11054 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11055
11056 * mail/rmailsum.el (rmail-message-subject-p):
11057 Handle message whose header has not been reformatted.
11058
11059 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11060
11061 1998-10-25 Jason Rumney <jasonr@altavista.net>
11062
11063 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11064 New variables.
11065 (mouse-set-font): Use font menus instead of dialog according to
11066 w32-use-w32-font-dialog.
11067
11068 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11069
11070 * calendar/calendar.el (calendar-day-name-array): Add doc string
11071 correctly!
11072 (calendar-month-name-array): Add doc string correctly!
11073
11074 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11075
11076 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11077
11078 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11079
11080 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11081
11082 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11083
11084 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11085
11086 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11087
11088 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11089
11090 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11091
11092 1998-10-21 Karl Heuer <kwzh@gnu.org>
11093
11094 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11095 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11096 (profile-filter, profile-reset-timer): Functions deleted.
11097 (profile-check-zero-init-times, profile-get-time): Likewise.
11098 (profile-find-function, profile-quit): Likewise.
11099 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11100 (profile-time-list, profile-init-list): Doc fix.
11101 (profile-functions): Simplify.
11102 (profile-print): Use float. Make output include space separators.
11103 (profile-add-time): New helper function.
11104 (profile-function-prolog): Renamed from profile-start-function.
11105 Handle profile-distinct.
11106 (profile-function-epilog): Renamed from profile-update-function.
11107 Handle profile-distinct.
11108 (profile-a-function): If the function to be profiled is an
11109 autoload form, load it. If it's lazy-loaded, fetch it.
11110 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11111 (profile-restore-fun): Arg FUN is now a function symbol, as was
11112 documented, rather than a one-element list.
11113 (profile-finish): Call profile-restore-fun properly.
11114
11115 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11116
11117 * international/characters.el: Setup charset property
11118 nospace-between-words.
11119
11120 * international/mule-cmds.el (get-charset-property): If CHARSET is
11121 composition, return nil.
11122 (put-charset-property): If CHARSET is composition, do nothing.
11123
11124 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11125 * language/devan-util.el
11126 (in-is13194-devanagari-pre-write-conversion): Likewise.
11127 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11128 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11129 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11130
11131 * textmodes/fill.el (sentence-end-without-period): New variable.
11132 (canonically-space-region): Pay attention to
11133 sentence-end-without-period.
11134 (fill-find-break-point): The first argument CHARSET deleted.
11135 Caller changed.
11136 (fill-region-as-paragraph): Pay attention to charset property
11137 nospace-between-words and text property nospace-between-words.
11138
11139 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11140
11141 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11142 an unrecognized shell.
11143
11144 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11145
11146 * desktop.el (desktop-save): Include minor modes symbolically.
11147 (desktop-create-buffer): Turn on all minor modes in `mim'.
11148
11149 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11150
11151 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11152 (sh-font-lock-keywords): Handle rpm and rpm2.
11153 (sh-ancestor-alist): Handle rpm.
11154
11155 * files.el (auto-mode-alist): Recognize .rpm files.
11156 Also .spec and .mspec files.
11157
11158 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11159
11160 * faces.el (frame-set-background-mode): Enable the function for
11161 MSDOS frames.
11162
11163 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11164
11165 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11166 (calendar-month-name-array): Add doc string.
11167
11168 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11169
11170 * simple.el (kill-ring-max): Increased to 60.
11171
11172 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11173
11174 * international/characters.el: Setup auto-fill-chars.
11175
11176 * international/kinsoku.el (kinsoku): Check the variable
11177 enable-kinsoku.
11178
11179 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11180 Don't call kinsoku directly, intead call fill-find-break-point.
11181
11182 * textmodes/fill.el: Setup `fill-find-break-point-function'
11183 property to character sets which require `kinsoku' processing for
11184 filling.
11185 (fill-find-break-point): New function.
11186 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11187 Don't call kinsoku directly, intead call fill-find-break-point.
11188
11189 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11190
11191 * faces.el (modify-face-read-string): Return (nil) for "none".
11192 (modify-face): Don't get error if (nil) is the argument.
11193 (face-try-color-list): Don't check whether nil is a valid color.
11194
11195 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11196
11197 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11198 Print message about each directory, even in batch mode.
11199
11200 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11201
11202 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11203 (ps-mule-string-char): No need to use sref.
11204 (ps-mule-next-index): No need to use sref.
11205
11206 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11207
11208 * files.el (revert-buffer-internal-hook): Add defvar.
11209
11210 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11211
11212 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11213
11214 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11215
11216 * international/mule-cmds.el (default-input-method): Fix custom type.
11217
11218 * net-utils.el (whois-server-list): Fix customization type.
11219
11220 * shell.el (shell-input-autoexpand): Fix customization group.
11221
11222 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11223
11224 * repeat.el (repeat): Handle keyboard macros properly.
11225 Handle new prefix arg after self-insert command.
11226
11227 * repeat.el: Don't include cl even at compile time.
11228 (repeat): Avoid using `loop'.
11229
11230 * simple.el (shell-command-on-region): Doc fix.
11231 (next-history-element): Special error message if no default.
11232
11233 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11234
11235 * ps-print.el (ps-print-buffer): Doc fix.
11236 (ps-despool): Likewise.
11237
11238 * arc-mode.el (arc-mode): Provide arc-mode.
11239
11240 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11241
11242 * ps-print.el (ps-print-buffer): Doc fix.
11243
11244 1998-10-14 Dave Love <fx@gnu.org>
11245
11246 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11247 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11248 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11249
11250 * progmodes/fortran.el (fortran-mode-map): Change "Join
11251 Continuation Line" to "Join Line".
11252 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11253
11254 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11255
11256 * progmodes/fortran.el (fortran-join-line): Use
11257 `delete-indentation' instead of issuing an error message if not on
11258 a continuation line. Provide for joining several lines using
11259 prefix arg.
11260
11261 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11262
11263 * term/pc-win.el (msdos-color-values): New variable.
11264 (x-color-values): New function, emulates its namesake from
11265 src/xfns.c.
11266 (msdos-bg-mode): Add all dark colors to those which return
11267 "dark".
11268
11269 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11270
11271 * replace.el (keep-lines, flush-lines, how-many):
11272 Don't ignore case if arg has upper case letters.
11273
11274 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11275
11276 * progmodes/vhdl-mode.el
11277 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11278 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11279 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11280 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11281 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11282 (vhdl-when): Fix indentation problem.
11283 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11284 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11285 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11286
11287 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11288
11289 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11290 (ls-lisp-insert-directory): Renamed from insert-directory.
11291 (insert-directory): New function.
11292
11293 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11294
11295 * simple.el (completion-fixup-function): Variable deleted.
11296 (completion-setup-function): Delete code for completion-fixup-function.
11297 * emacs-lisp/lisp.el (lisp-complete-symbol):
11298 Don't bind completion-fixup-function.
11299
11300 * files.el (find-file-wildcards): New option.
11301 (find-file-noselect): Handle wild cards, if enabled.
11302 (file-expand-wildcards): New function.
11303
11304 * simple.el (set-fill-column): Doc fix.
11305
11306 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11307
11308 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11309
11310 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11311
11312 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11313 Move declaration before first use.
11314 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11315 hif-math, hif-factor): Rename token to hif-token and token-list to
11316 hif-token-list.
11317 (hif-token, hif-token-list): Declare them.
11318 (hif-find-ifdef-block): Return cons of top and bottom point
11319 instead of setting dynamically bound variables.
11320 (hide-ifdef-block, show-ifdef-block): Use return value of
11321 hif-find-ifdef-block.
11322
11323 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11324
11325 * subr.el (read-passwd): Use clear-this-command-keys.
11326
11327 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11328
11329 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11330 and ...-for-write.
11331
11332 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11333
11334 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11335 responses to GROUP command, since this may be called from a timer
11336 with quit inhibited.
11337
11338 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11339
11340 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11341 set unconditional-jump to nil.
11342 (ccl-compile-read-multibyte-character): Return nil.
11343 (ccl-compile-write-multibyte-character): Likewise.
11344 (ccl-compile-translate-character): Likewise
11345 (ccl-compile-map-multiple): Likewise.
11346 (ccl-compile-map-single): Likewise.
11347
11348 * international/kinsoku.el: Add coding tag.
11349 (kinsoku-bol): Remove superfluous TAB in a string.
11350
11351 * international/mule-cmds.el (find-coding-systems-for-charsets):
11352 Delete `composition' (if any) from CHARSETS.
11353
11354 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11355
11356 * international/mule-cmds.el (setup-specified-language-environment):
11357 Add apropos-inhibit property.
11358 (describe-specified-language-support): Likewise.
11359
11360 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11361
11362 * international/mule.el (make-coding-system): Create -with-esc
11363 variant coding system.
11364
11365 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11366
11367 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11368 (next-file): Optionally offer to revert a file's buffer,
11369 if it has an existing buffer but the file has changed.
11370
11371 * info.el (Info-insert-dir): Detect and report problems
11372 in input files, such as "No Top node". Return with point
11373 at the beginning of the text.
11374 (Info-find-node): Reinsert the code to handle files
11375 with no tags table; it was deleted by mistake.
11376
11377 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11378
11379 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11380 texinfo-find-higher-level-node repeatedly find the same node.
11381 (texinfo-find-higher-level-node): Doc fix.
11382
11383 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11384
11385 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11386 (smtpmail-address-buffer): Add defvar.
11387 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11388
11389 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11390
11391 * ffap.el (ffap-machine-p-local): Fix editing error.
11392
11393 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11394
11395 * faces.el (frame-set-background-mode):
11396 Don't do anythung for text-only or MSDOS frame.
11397
11398 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11399
11400 * international/quail.el (quail-defrule): New optional arg APPEND.
11401 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11402
11403 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11404
11405 * gnus/pop3.el (pop3-open-server):
11406 Set process-coding-system-alist around open-network-stream.
11407
11408 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11409
11410 * files.el (save-buffer): Doc fix.
11411
11412 1998-10-07 Karl Heuer <kwzh@gnu.org>
11413
11414 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11415 return DEF unchanged, not nil. Simplify.
11416
11417 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11418
11419 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11420
11421 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11422
11423 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11424
11425 * net-utils.el (ftp, nslookup): Require comint.
11426 (network-service-connection): Likewise.
11427 (whois-server-name): Defaults to whois.arin.net
11428 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11429 (whois): Tries to guess the appropriate top-level domain server.
11430 (whois-get-tld): New function.
11431
11432 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11433 (dirtrack-debug-toggle): Added this function.
11434
11435 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11436
11437 * files.el (find-file-noselect): Switch to the correct buffer
11438 before checking find-file-literally, and allow non-nil non-t
11439 rawfile params.
11440
11441 1998-10-06 Karl Heuer <kwzh@gnu.org>
11442
11443 * midnight.el (clean-buffer-list): Add autoload cookie.
11444
11445 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11446 no-autosave.
11447 * tar-mode.el (tar-mode-revert): Likewise.
11448 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11449 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11450 * gnus/message.el (message-auto-save-directory): Renamed from
11451 message-autosave-directory. All references changed.
11452
11453 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11454
11455 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11456 string. Expose mime stuff while searching.
11457
11458 1998-10-06 Richard Stallman <rms@gnu.org>
11459
11460 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11461
11462 * replace.el (perform-replace): Position point properly
11463 before and after the recursive edit of C-r.
11464
11465 * progmodes/etags.el (tags-reset-tags-tables): Properly
11466 find the markers in the old rings that are being discarded.
11467
11468 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11469
11470 * apropos.el (apropos-print): Control invalid characters.
11471
11472 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11473 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11474 confusing customize.
11475
11476 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11477
11478 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11479 built-in commands. Add more built-in commands and fix face names.
11480
11481 1998-10-05 Simon Marshall <simon@gnu.org>
11482
11483 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11484
11485 1998-10-04 Eric Ludlam <zappo@gnu.org>
11486
11487 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11488 customization since it is not useful in this case.
11489 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11490 sure it gets evalled to a number. Also verify that set-frame-name
11491 fn exists before calling it.
11492
11493 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11494 Protect a `forward-sexp' call which could fail, and improved regex
11495 for ie, and eg abbreviations.
11496
11497 1998-10-02 Noah Friedman <friedman@splode.com>
11498
11499 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11500 send-string.
11501 (rlogin-send-Ctrl-D): Here also.
11502 (rlogin-send-Ctrl-Z): Here also.
11503 (rlogin-send-Ctrl-backslash): Here also.
11504
11505 1998-10-02 Dave Love <fx@gnu.org>
11506
11507 * outline.el (hide-region-body): Bind
11508 outline-view-change-hook to nil while making repeated calls to
11509 outline-flag-region. Run it once at the end.
11510 (hide-other, hide-sublevels, show-children): Likewise.
11511
11512 * info-look.el: Remove duplicate scheme-mode entry.
11513 (info-lookup-make-completions): When looking for entries, check
11514 that `item' isn't null or "Menu".
11515
11516 1998-10-01 Karl Heuer <kwzh@gnu.org>
11517
11518 * net-utils.el: Don't require ffap.
11519 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11520 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11521
11522 1998-09-30 Richard Stallman <rms@gnu.org>
11523
11524 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11525
11526 * imenu.el (imenu--generic-function): Sort each submenu by position.
11527 (imenu--sort-by-position): New function.
11528
11529 * cus-edit.el (Custom-mode-menu): Fix info node name.
11530 (customize group): Fix info node name.
11531
11532 * mail/mailalias.el (build-mail-aliases): Don't allow
11533 a newline in the alias name. Don't define an alias
11534 if the definition would be empty.
11535
11536 * which-func.el (which-func-mode-global): Make :set function
11537 more reliable.
11538
11539 * custom.el (custom-set-variables): Load the requests first,
11540 then check the symbol's `set' function.
11541
11542 * ffap.el: Doc fixes.
11543
11544 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11545
11546 * gnus.el: (gnus-valid-select-methods): Fix type.
11547 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11548 * gnus-score.el (gnus-orphan-score): Fix type.
11549 (gnus-score-default-header, gnus-score-default-type): Fix type.
11550 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11551 (gnus-saved-headers): Fix type.
11552
11553 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11554 Avoid nil value of `two-lines-citation-part'.
11555
11556 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11557
11558 * which-func.el (which-function): Handle case when
11559 (car imenu--index-alist) is nil.
11560
11561 1998-09-29 Dave Love <fx@gnu.org>
11562
11563 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11564 bzip2 args.
11565
11566 1998-09-29 Simon Marshall <simon@gnu.org>
11567
11568 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11569 comint-exec-hook.
11570
11571 1998-09-29 Stephen Eglen <stephen@gnu.org>
11572
11573 * info-look.el: Add support for Octave.
11574
11575 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11576
11577 * textmodes/reftex.el (reftex-finding-files): New customize group.
11578 (reftex-texpath-environment-variables,
11579 reftex-use-external-file-finders, reftex-external-file-finders,
11580 reftex-search-unrecursed-path-first): New options.
11581 (reftex-process-string, reftex-find-file-externally): New
11582 functions.
11583 (reftex-access-search-path): Execute shell commands to find the
11584 search path.
11585 (reftex-toggle-auto-view-crossref): When turning on, make sure
11586 `reftex-auto-view-crossref' becomes non-nil.
11587 (reftex-abbrev-regexp): Constant removed.
11588 (reftex-convert-string): Abbrev regexp calculated locally.
11589
11590 1998-09-28 Dave Love <fx@gnu.org>
11591
11592 * progmodes/fortran.el: Don't call regexp-opt when deriving
11593 font-lock patterns with keywords that aren't all literal.
11594
11595 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11596
11597 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11598 the form `octave.bin:1>' which come from using precopiled binary
11599 versions.
11600
11601 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11602
11603 * help.el (help-for-help): Use %THIS-KEY%.
11604 (help-quit): Add doc.
11605
11606 * help-macro.el (make-help-screen): Keep HELP-TEXT
11607 in a separate function definition, not in the help command FNAME.
11608 Replace %THIS-KEY% with the key sequence that ran FNAME.
11609
11610 1998-09-25 Richard Stallman <rms@gnu.org>
11611
11612 * textmodes/texinfo.el (texinfo-show-structure):
11613 Bind inhibit-read-only.
11614
11615 * isearch.el (isearch-search-and-update): Properly
11616 handle upper case letters in the reverse-search special case.
11617
11618 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11619
11620 * gnus.el: Extend the list of autoloaded functions.
11621
11622 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11623 buffer before creating help group. (from Gnus v5.6.43, fix by
11624 1998-08-20 Per Starback <starback@update.uu.se>)
11625
11626 * gnus-util.el (gnus-output-to-rmail): Adjust to
11627 `rmail-output-to-rmail-file'.
11628
11629 1998-09-25 Karl Heuer <kwzh@gnu.org>
11630
11631 * hexl.el (hexl-mode-map): More of previous change.
11632
11633 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11634 (tex-start-tex): Don't use tex-start-options-string in star case.
11635 Quote file name in star case as well as in non-star.
11636 Add blank and quoting of option string here.
11637 (tex-start-options-string): Not here.
11638
11639 1998-09-23 Karl Heuer <kwzh@gnu.org>
11640
11641 * term.el (term-delimiter-argument-list): Doc fix.
11642 (term-emulate-terminal): Escape literal semicolon.
11643 * progmodes/asm-mode.el (asm-mode): Doc fix.
11644 (asm-comment-char): Escape literal semicolon.
11645 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11646
11647 1998-09-23 Richard Stallman <rms@gnu.org>
11648
11649 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11650 only those that normally modify the buffer.
11651
11652 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11653 over again.
11654
11655 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11656
11657 * ispell.el (check-ispell-version): Ensure same buffer is current
11658 when let-binding of case-fold-search ends.
11659
11660 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11661
11662 * ps-print.el: Skip invisible overlay.
11663 Test for set-buffer-multibyte rather than using mule-version.
11664 (ps-print-version): New version number (4.1) and doc fix.
11665 (ps-generate-postscript-with-faces): Skip invisible overlay.
11666
11667 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11668
11669 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11670
11671 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11672
11673 * international/quail.el (quail-update-guidance): Check for the
11674 return value of (quail-guidance) fixed.
11675 (quail-update-translation): Bind quail-current-str locally when it
11676 calls quail-update-guidance.
11677 (quail-update-translation): If input-method-exit-on-first-char is
11678 non-nil, terminate translation only when the current input method
11679 is simple.
11680
11681 1998-09-22 Paul Eggert <eggert@twinsun.com>
11682
11683 * startup.el (locale-translation-file-name): Prefer X-related names
11684 to the name used by GNU/Linux sans X. Set to nil if no file found.
11685 (command-line): Use locale-translation-file-name if it is not nil,
11686 instead of testing for its existence again.
11687 regexp-quote the ctype before using it in a regexp.
11688 Allow a colon to appear after the ctype in the aliases file,
11689 as is done in X11R6.4.
11690
11691 1998-09-21 Richard Stallman <rms@gnu.org>
11692
11693 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11694
11695 * calendar/appt.el (appt-interval): Variable deleted.
11696 (appt-check): For minutes in between appt-display-interval times,
11697 do check, but don't display anything except an updated mode line.
11698 Count against appt-display-interval based on minutes since
11699 first display of this appointment, not based on time of day.
11700 If appt-display-mode-line, force mode line redisplay
11701 whenever appt-mode-string has changed.
11702 (appt-add, appt-delete): Add autoload cookies.
11703 (appt-check): Catch errors from calling `diary'.
11704 (appt-max-time): Renamed from max-time.
11705 (appt-now-displayed, appt-display-count): New variables.
11706 (appt-timer): Don't create one if we already have one.
11707
11708 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11709 More general code to use the source buffer instead of the zap file.
11710
11711 * hilit-chg.el (highlight-compare-with-file): Renamed from
11712 compare-with-file.
11713
11714 * loadhist.el (load-history-loaded): New variable.
11715 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11716
11717 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11718
11719 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11720 Fix error messages.
11721
11722 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11723
11724 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11725 Emacs frame.
11726
11727 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11728
11729 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11730 `undecided' and `undecided-unix'.
11731
11732 1998-09-21 Dave Love <fx@gnu.org>
11733
11734 * help.el (help-make-xrefs): Fix typo affecting Info references.
11735
11736 * subr.el (remove-hook): Check list values to avoid errors.
11737
11738 1998-09-18 Noah Friedman <friedman@splode.com>
11739
11740 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11741 store string in eldoc-last-message without consing a new string.
11742 Rearrange logic from nested if's into cond's.
11743 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11744 Do not print message; just return string.
11745 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11746 Do not print message; just return string.
11747 Cache that string in eldoc-last-data.
11748 (eldoc-last-data): Make into a vector.
11749 (eldoc-get-fnsym-args-string): Use new data form of structure.
11750 (eldoc-get-var-docstring): Here also.
11751 (eldoc-last-data-store): New function.
11752 (eldoc-get-fnsym-args-string): Use it.
11753 (eldoc-get-var-docstring): Here also.
11754 (eldoc-docstring-first-line): Minimize interim string consing.
11755 Call substitute-command-keys on the result.
11756 (eldoc-print-var-docstrings, eldoc-print-docstring,
11757 eldoc-docstring-message): Functions removed.
11758 (eldoc-docstring-format-sym-doc): New function, functionality
11759 ripped out of eldoc-docstring-message.
11760 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11761
11762 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11763
11764 * international/mule.el (make-coding-system): Doc-string modified.
11765
11766 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11767
11768 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11769
11770 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11771 customize type.
11772
11773 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11774 type.
11775
11776 * progmodes/compile.el (compilation-error-screen-columns): New
11777 variable.
11778 (compilation-next-error-locus): Use it to decide whether to use
11779 forward-char or move-to-column.
11780
11781 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11782
11783 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11784 feedmail-fiddle-plex-user-list,
11785 feedmail-spray-address-fiddle-plex-list,
11786 feedmail-prompt-before-queue-user-alist,
11787 feedmail-prompt-before-queue-help-supplement,
11788 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11789 feedmail-queue-alternative-mail-header-separator): Fix customize
11790 type.
11791
11792 * startup.el (site-run-file): Fix customize type.
11793
11794 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11795 customize type.
11796
11797 * shell.el (shell-input-autoexpand): Fix customize type.
11798
11799 * ps-print.el (ps-font-info-database): Add missing dots in value.
11800 Improve layout of customize type.
11801
11802 * net-utils.el (traceroute-program-options, ping-program-options,
11803 ipconfig-program-options, netstat-program-options,
11804 arp-program-options, route-program-options,
11805 nslookup-program-options, ftp-program-options): Fix customize
11806 type.
11807
11808 * midnight.el (clean-buffer-list-kill-regexps,
11809 clean-buffer-list-kill-buffer-names,
11810 clean-buffer-list-kill-never-buffer-names,
11811 clean-buffer-list-kill-never-regexps): Fix customize type.
11812
11813 * man.el (Man-init-defvars): Avoid trailing nil on
11814 Man-filter-list.
11815
11816 * lpr.el (printer-name): Fix customize type.
11817
11818 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11819
11820 * international/mule-cmds.el (reset-language-environment): Call
11821 update-coding-systems-internal.
11822
11823 * international/mule-conf.el: Call update-coding-systems-internal
11824 at the tail.
11825
11826 1998-09-14 Dave Love <fx@gnu.org>
11827
11828 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11829 use the menu-enable properties, pending doing it correctly and
11830 acceptably fast.
11831
11832 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11833
11834 1998-09-13 Dave Love <d.love@dl.ac.uk>
11835
11836 * progmodes/hideshow.el (hs-grok-mode-type): Check
11837 comment-{start,end} non-nil as well as bound. Report an error if
11838 we can't grok the mode.
11839
11840 1998-09-13 Richard Stallman <rms@gnu.org>
11841
11842 * simple.el (blink-matching-open): Don't log paren matching
11843 messages in *Messages*.
11844
11845 1998-09-12 Richard Stallman <rms@gnu.org>
11846
11847 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11848 Set point-before-scroll at end even if there was an error.
11849
11850 * ange-ftp.el (ange-ftp-insert-file-contents):
11851 Use binary mode for dumb-unix hosts as for unix hosts.
11852 (ange-ftp-copy-file-internal): Likewise.
11853
11854 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11855
11856 * emacs-lisp/pp.el: Doc fixes.
11857
11858 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11859 (widget-choose): Don't use single-char shortcuts if # items
11860 exceeds that many. Use minibuffer instead.
11861
11862 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11863
11864 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11865
11866 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11867
11868 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11869 in terminal mode.
11870
11871 1998-09-10 Noah Friedman <friedman@splode.com>
11872
11873 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11874 defcustom declaration. It's wreaking too much havoc with XEmacs
11875 and older versions of Emacs, which share this code.
11876
11877 * type-break.el (type-break-mode): Here also.
11878
11879 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11880 `t' to add-hook also to modify the new local value.
11881
11882 1998-09-10 Dave Love <fx@gnu.org>
11883
11884 * vc.el (vc-insert-headers): Doc fix.
11885
11886 1998-09-10 Richard Stallman <rms@gnu.org>
11887
11888 * textmodes/flyspell.el (flyspell-mode-on): Make the
11889 ispell-... variables permanent locals.
11890 (flyspell-mode-off): Add autoload cookie.
11891
11892 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11893 do use binary mode, just as for `unix'.
11894 (ange-ftp-host-type): If HOST is nil, return `unix'.
11895
11896 * dired.el (dired-mark-files-containing-regexp):
11897 Don't scan directories. Ignore non-readable files.
11898
11899 * progmodes/compile.el (compilation-error-regexp-alist):
11900 Fix previous change: allow . and _ in command name.
11901
11902 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11903
11904 * uncompress.el (uncompress-while-visiting):
11905 Use just the car of what find-operation-coding-system returns.
11906
11907 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11908
11909 * shell.el (shell-file-name-quote-list): Add # to the value.
11910
11911 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11912
11913 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11914 to make killing of ispell process work even if
11915 kill-all-local-variables has been run.
11916
11917 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11918
11919 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11920 loop when sexp entry ends at end of file with no newline.
11921
11922 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11923
11924 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11925 (Custom-reset-standard): Fix menu inconsistency.
11926
11927 * mail/feedmail.el (feedmail-from-line): Allow t.
11928 (feedmail-message-id-suffix): Allow nil.
11929
11930 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11931 Simplify. Make prefix arg work right.
11932
11933 1998-09-09 Dave Love <fx@gnu.org>
11934
11935 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11936
11937 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11938
11939 1998-09-08 Dave Love <fx@gnu.org>
11940
11941 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11942 stuff only after file names or at start of line. Allow parens
11943 around e-mail, as well as angles.
11944
11945 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11946 ignore-errors too, eval'd when compile. Require w3 stuff at load
11947 time for nicer failure if it's not available.
11948
11949 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11950
11951 * comint.el (comint-arguments): Ignore backslashes when using
11952 w32 shells that expect backslashes as the directory separator.
11953
11954 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11955
11956 * international/fontset.el (resolved-ascii-font): New variable.
11957 (x-complement-fontset-spec): By side effect, set
11958 `resolved-ascii-font' to the resolved name of ASCII font."
11959 (create-fontset-from-fontset-spec): Don't get a value for
11960 resolved-ascii-font from the list full-fontlist. It is set by
11961 x-complement-fontset-spec now.
11962
11963 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11964 version, check the value of mule-version.
11965
11966 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11967
11968 * textmodes/reftex.el (reftex-view-crossref): Split up into
11969 several functions. No longer moves to find a macro.
11970 (reftex-view-cr-cite, reftex-view-cr-ref,
11971 reftex-end-of-bib-entry): New functions.
11972 (reftex-auto-view-crossref): New value `window' allowed.
11973 (reftex-view-crossref-when-idle): Process new `window' option in
11974 (reftex-translate-to-ascii-function): New default.
11975 (reftex-label-illegal-re): Default changed, removed Latin1.
11976 (reftex-latin1-to-ascii): New function.
11977 (reftex-what-environment): Check for section regexp before use.
11978 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11979 absolute path names.
11980 (reftex-TeX-master-file): Changed sequence of file checks.
11981 (reftex-do-citation): bibview cache only with RefTeX mode on.
11982
11983 1998-09-06 Richard Stallman <rms@gnu.org>
11984
11985 * progmodes/compile.el (compilation-error-regexp-alist):
11986 In first pattern (GNU utilities and other things),
11987 allow a space after the optional program name at the beginning.
11988
11989 * mail/mail-hist.el (mail-hist-current-header-contents):
11990 Fix previous change: use mail-header-end.
11991
11992 1998-09-06 Bill Richter <richter@math.nwu.edu>
11993
11994 * international/ccl.el: Doc fixes.
11995 * international/encoded-kb.el: Doc fixes.
11996 * international/fontset.el: Doc fixes.
11997 * international/kinsoku.el: Doc fixes.
11998 * international/kkc.el: Doc fixes.
11999 * international/mule-cmds.el: Doc fixes.
12000 * international/mule-conf.el: Doc fixes.
12001 * international/mule-util.el: Doc fixes.
12002 * international/mule.el: Doc fixes.
12003
12004 1998-09-05 Eric Ludlam <zappo@gnu.org>
12005
12006 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12007 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12008 (checkdoc-this-string-valid-engine): Permit ? as terminating
12009 punctuation for first line sentence breaking.
12010 (checkdoc-this-string-valid): When converting a comment into a doc
12011 string, make sure " chars are \".
12012 (checkdoc-sentencespace-region-engine): Only do double space check
12013 if based on the variable `sentence-end-double-space'
12014 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12015 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12016
12017 1998-09-04 Richard Stallman <rms@gnu.org>
12018
12019 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12020 Recognize define-skeleton as a function definer.
12021
12022 * cus-edit.el (customize-option): Refuse to customize
12023 a variable that has no defcustom. But if variable is autoloaded,
12024 first try to load the library that defines it.
12025
12026 * international/iso-insert.el: Use `string' before calling `insert'
12027 so that in multibyte buffers we insert multibyte chars.
12028
12029 * dired.el (dired-mark-files-containing-regexp):
12030 Don't use find-file; instead, insert the file in a temp buffer.
12031
12032 * textmodes/tex-mode.el (tex-start-options-string): New option.
12033 (tex-start-tex): Use that variable.
12034
12035 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12036 value in the `repeat' alternative a list.
12037
12038 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12039 the inserted newline, verify that one was really inserted.
12040
12041 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12042 remains on or remains off.
12043 (flyspell-multi-language-p): Default changed to nil.
12044
12045 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12046 In "found in comment" case, don't beginning-of-line after forward-line.
12047
12048 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12049 If the function definition is not a lambda, return original FORM
12050 with no error.
12051
12052 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12053
12054 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12055 so that by default netstat shows all network connections.
12056
12057 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12058
12059 * international/quail.el: Doc fixes.
12060
12061 * info.el (info): Don't add parens if FILE already has them.
12062
12063 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12064
12065 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12066 on extension lines.
12067
12068 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12069
12070 * w32-fns.el (w32-shell-dos-semantics): New function.
12071
12072 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12073
12074 * international/quail.el (quail-choose-completion-string): Store
12075 completion `choice' in `quail-current-str'; don't insert it.
12076
12077 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12078
12079 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12080 argument to ps-mule-generate-bitmap-font.
12081
12082 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12083 entry and change Latin-1 entry in the default value.
12084 (ps-mule-font-info-database-ps-bdf): New variable.
12085 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12086 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12087 registerd in FONT-SPEC.
12088 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12089 charcter width of bitmap fonts.
12090 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12091 procedure NF.
12092 (ps-begin-file): Output PostScript code for setting
12093 SpaceWidthRatio.
12094 (ps-plot-region): Use line-beginning-position to get a position of
12095 the beginning of the current line.
12096
12097 * international/mule-cmds.el (register-input-method): Doc-string
12098 modified.
12099
12100 1998-09-01 Dave Love <fx@gnu.org>
12101
12102 * international/mule-cmds.el (current-language-environment): Fix
12103 setter function.
12104
12105 1998-09-01 Simon Marshall <simon@gnu.org>
12106
12107 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12108 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12109 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12110 names with font-lock-type-face. Fontify type specs, etc., with
12111 font-lock-keyword-face.
12112
12113 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12114
12115 * international/fontset.el (x-complement-fontset-spec): If ASCII
12116 font is specified in FONTLIST, don't substitute it for the
12117 resolved name.
12118
12119 1998-08-31 Paul Eggert <eggert@twinsun.com>
12120
12121 * international/mule.el (charset-description): Doc fix.
12122
12123 * language/chinese.el, language/cyrillic.el, language/czech.el,
12124 language/devanagari.el, language/ethiopic.el,
12125 language/european.el, language/hebrew.el, language/indian.el,
12126 language/japanese.el, language/korean.el, language/lao.el,
12127 language/slovak.el, language/thai.el, language/tibetan.el,
12128 language/vietnamese.el:
12129 Add coding: local variable, to avoid bootstrapping problem
12130 if you need to recompile all the Lisp files using interpreted code.
12131
12132 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12133
12134 * cal-china.el (chinese-year-cache): Change range of years from
12135 1989-2000 to 1990-2010.
12136
12137 1998-08-29 Dave Love <d.love@dl.ac.uk>
12138
12139 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12140 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12141
12142 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12143
12144 * ps-print.el (ps-print-control-characters): Doc-string modified.
12145 (ps-output-string-prim): Comment format changed.
12146 (ps-do-despool): Indentation of source code changed.
12147
12148 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12149
12150 * subr.el (sref): Make it an alias of aref. Make the
12151 byte-compiler warn that it is obsolete.
12152 (char-bytes): Make the byte-compiler warn that it is obsolete.
12153
12154 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12155 Calculate the total bytes using position-bytes instead of
12156 char-bytes.
12157
12158 1998-08-27 Karl Heuer <kwzh@gnu.org>
12159
12160 * snmp-mode.el: New file.
12161 * files.el (auto-mode-alist): Add snmp-mode patterns.
12162
12163 1998-08-27 Karl Eichwalder <ke@suse.de>
12164
12165 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12166
12167 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12168
12169 * calendar/diary-lib.el (diary-block): Doc fix..
12170 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12171
12172 1998-08-27 Richard Stallman <rms@gnu.org>
12173
12174 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12175 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12176 Clear appt-mode-string if we don't put something in it.
12177
12178 1998-08-27 Dave Love <fx@gnu.org>
12179
12180 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12181 dired-local-variables-file for dired-x.
12182
12183 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12184 for compressed library files too.
12185
12186 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12187
12188 * language/european.el ("Latin-1"): Modify `documentation' key value.
12189 ("Latin-2"): Likewise.
12190
12191 1998-08-26 Karl Heuer <kwzh@gnu.org>
12192
12193 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12194
12195 1998-08-26 Albert L. Ting <alt@artisan.com>
12196
12197 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12198 (mail-hist-current-header-contents): Use mail-text-start.
12199
12200 1998-08-26 Richard Stallman <rms@gnu.org>
12201
12202 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12203 (customize-changed-options-previous-release): New variable.
12204 (customize-changed-options): Use that variable as default arg.
12205
12206 1998-08-26 Karl Eichwalder <ke@suse.de>
12207
12208 * midnight.el: Require `timer' not only when compiling.
12209
12210 1998-08-26 Per Starback <starback@update.uu.se>
12211
12212 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12213 buffer before creating help group.
12214
12215 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12216
12217 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12218 coding-system-for-write before saving.
12219
12220 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12221
12222 * isearch.el (isearch-forward): Doc fix.
12223
12224 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12225
12226 * emacs-lisp/find-func.el: Fix :version tags to have a string
12227 value, not a float.
12228
12229 * cus-dep.el: Fix typo in output.
12230
12231 1998-08-25 Dave Love <fx@gnu.org>
12232
12233 * repeat.el (repeat): Doc fix.
12234 [From rms:]
12235 (repeat-previous-repeated-command): New variable.
12236 (repeat): Check for real-last-command being null or repeat. Set
12237 repeat-previous-repeated-command.
12238
12239 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12240
12241 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12242
12243 * gnus/message.el (message-send-mail-with-sendmail): Bind
12244 coding-system-for-write by the return value of
12245 select-message-coding-system.
12246 (message-send-mail-with-qmail): Likewise.
12247
12248 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12249
12250 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12251 define-derived-mode.
12252
12253 * files.el (file-name-invalid-regexp):
12254 Fix regex for ms-dos without long file names.
12255
12256 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12257
12258 * ps-print.el: Multi-byte buffer handling.
12259 (ps-print-version): New version number (4.0) and doc fix.
12260 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12261 compilation for GNU Emacs and emacsens.
12262 (ps-generate-postscript-with-faces): Force invisible text to be
12263 visible.
12264 (dos-ps-printer): New var to avoid compilation gripes.
12265
12266 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12267
12268 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12269 that no more characters can't be printed in the current line.
12270
12271 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12272
12273 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12274 greater than TO.
12275
12276 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12277
12278 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12279 20.2 and the earlier version.
12280 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12281 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12282 (ps-mule-find-wrappoint): Likewise.
12283 (ps-mule-generate-font): Change `X' to `x' in format
12284 control-string.
12285 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12286 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12287 `restore' form procedures `BC' and `EC'.
12288
12289 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12290
12291 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12292 is an executable procedure. Make LineThickness, Xshadow, and
12293 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12294 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12295 ps-mule-font-info-database-bdf): New vars.
12296 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12297 (ccl-encode-ethio-unicode): New CCL program.
12298 (ps-mule-encode-ethiopic): New fun.
12299 (ps-mule-current-charset): New var.
12300 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12301 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12302 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12303 (ps-mule-external-libraries): New var.
12304 (ps-mule-init-external-library): New fun.
12305 (ps-mule-font-cache): New var.
12306 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12307 (ps-last-font): New var.
12308 (ps-mule-prepare-font): New fun.
12309 (ps-mule-charset-list): New var.
12310 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12311 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12312 ps-mule-plot-string): New funs.
12313 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12314 New vars.
12315 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12316 ps-mule-prepare-cmpchar-font): New funs.
12317 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12318 vars.
12319 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12320 ps-mule-generate-bitmap-glyph): New funs.
12321 (ps-mule-initialize, ps-mule-begin): New funs.
12322 (ps-output-string-prim): Insert string as unibyte.
12323 (ps-output-prologue): New fun.
12324 (ps-flush-output): Handle the case of 'prologue.
12325 (ps-begin-file): Call ps-mule-initialize.
12326 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12327 printing multibyte characters.
12328 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12329 (ps-basic-plot-string): Handle the case of printing ASCII
12330 characters by external libraries (e.g. BDF).
12331 (ps-set-font): Set ps-last-font.
12332 (ps-plot-region): Handle multibyte characters, use
12333 ps-mule-plot-string for them.
12334 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12335
12336 * bdf.el: New file.
12337
12338 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12339
12340 * international/mule-cmds.el (select-message-coding-system): New
12341 function.
12342 (set-language-environment-coding-systems): Set
12343 default-sendmail-coding-system.
12344
12345 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12346 (default-sendmail-coding-system): New variable.
12347 (sendmail-send-it): Encode the message by a coding system
12348 select-message-coding-system returns.
12349
12350 1998-08-23 Eric Ludlam <zappo@gnu.org>
12351
12352 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12353 (speedbar-mode): Set buffer to read only.
12354 (speedbar-temp-buffer-show-function): For emacs don't call hook
12355 with arguments.
12356 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12357
12358 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12359
12360 * speedbar.el (speedbar-key-map): Fix typo.
12361
12362 See ChangeLog.7 for earlier changes.