]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
[gnu-emacs] / lisp / ChangeLog
1 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2
3 * viper-util.el (viper-put-on-search-overlay): New subroutine.
4 (viper-flash-search-pattern): No operation when using Emacs
5 doesn't support face.
6 Use `viper-put-on-search-overlay'.
7
8 2000-04-04 Gerd Moellmann <gerd@gnu.org>
9
10 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11 like C-r.
12
13 * progmodes/make-mode.el: Some doc fixes.
14 (makefile-mode-abbrev-table): New variable.
15 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16 (makefile-font-lock-keywords): Fontify includes and conditionals.
17 (toplevel): Require `dabbrev' and `add-log' when compiling.
18
19 * replace.el (perform-replace): Don't move forward one char
20 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
21 to do that because it leaves point 1 position after the last
22 replacement, after everything has been replaced.
23
24 * jit-lock.el (with-buffer-unmodified): New macro.
25 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
26 modified state.
27 (jit-lock-function-1): Extracted from jit-lock-function; not
28 preserving buffer's modified state.
29 (jit-lock-function, jit-lock-stealth-fontify): Call
30 jit-lock-function-1.
31
32 * mail/rfc2368.el: Remove supernumerary copyright line.
33
34 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
35
36 * glasses.el: Provide facilities for inserting space before left
37 parentheses and uncapitalization of identifiers.
38 (glasses-mode): Try to remove old overlays in all cases.
39
40 2000-04-03 Gerd Moellmann <gerd@gnu.org>
41
42 * progmodes/compile.el (compile-internal): Display the compilation
43 buffer in a different frame, if it's already displayed there.
44
45 * mail/rfc2368.el: New file.
46
47 * simple.el (sendmail-user-agent-compose): Recognize a `body'
48 header and insert its value as mail body.
49
50 * subr.el (member-ignore-case): New function.
51
52 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
53 (dabbrev--find-expansion): Ignore buffers matching a regexp
54 from dabbrev-ignored-regexps.
55
56 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
57 to extensions handled by gzip.
58
59 2000-04-03 Richard M. Stallman <rms@gnu.org>
60
61 * files.el (insert-directory): List the total free space
62 along with the used space.
63
64 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
65 line is followed by one that matches CITATION-REGEXP, end the
66 paragraph.
67
68 2000-04-03 Markus Rost <rost@delysid.gnu.org>
69
70 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
71 (rmail-make-basic-summary-line): Use that option.
72
73 2000-04-03 Kenichi Handa <handa@etl.go.jp>
74
75 * international/mule-cmds.el (encoded-string-description):
76 Rewritten. Try pretty description for ISO 2022 escape sequences
77 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
78 for hexadecimal format.
79
80 2000-04-01 Dave Love <fx@gnu.org>
81
82 * cpp.el: Change customization group to `c' from `C'.
83
84 * vcursor.el (vcursor-move): Use display-color-p.
85
86 * international/mule-util.el: Provide mule-utils.
87 (string-to-sequence): Simplify and speed up.
88
89 * international/mule.el (make-coding-system): Purecopy doc-string.
90
91 * international/mule-cmds.el: Various menu changes.
92 (describe-specified-language-support): Handle `Default'.
93 (set-language-info): Purecopy `info'.
94
95 2000-03-31 Andrew Innes <andrewi@gnu.org>
96
97 * vc.el (vc-backend-diff): Return the correct status if we had to
98 retry the rcsdiff command without the --brief option.
99
100 2000-03-31 Dave Love <fx@gnu.org>
101
102 * help.el (help-manyarg-func-alist): Correct several omissions.
103
104 * add-log.el: Don't require cl, fortran.
105 (add-log-current-defun-function): Doc fix.
106 (change-log-version-number-regexp-list): Remove SCCS part. Doc
107 fix.
108 (change-log-version-rcs): Function deleted.
109 (change-log-version-number-search): Doc fix. Use
110 vc-workfile-version. Avoid CL dolist.
111 (add-change-log-entry): Just call add-log-current-defun to get
112 defun. Simplify somewhat.
113 (change-log-get-method-definition-1): Likewise.
114 (add-log-current-defun): Return nil if calling
115 add-log-current-defun-function does so. Move Fortran stuff to
116 fortran.el. Return string without properties.
117
118 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
119 and :alpha: char classes.
120
121 * mail/supercite.el: Defvar curline when compiling.
122 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
123 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
124 rather than a-zA-Z0-9 to allow non-ASCII characters.
125
126 2000-03-31 Gerd Moellmann <gerd@gnu.org>
127
128 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
129
130 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
131 Re-enable new code.
132
133 * lpr.el (print-region-1): Use -d to specify printer name for
134 systems `usg-unix-v*, `dgux', `hpux', `irix'.
135
136 2000-03-31 Dave Love <fx@gnu.org>
137
138 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
139 for function definition in symbol's function value slot first
140 instead of first consulting byte-compile-function-environment.
141
142 2000-03-31 Kenichi Handa <handa@etl.go.jp>
143
144 * language/european.el ("Polish"): New language environment.
145 (setup-polish-environment): New function.
146
147 2000-03-30 Gerd Moellmann <gerd@gnu.org>
148
149 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
150 Disable new code.
151
152 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
153 trying to `load' the symbol of an autoload instead of the file
154 recorded in the autoload. Fix error messages.
155
156 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
157
158 * ps-print.el: PostScript programming fix for ghostview, doc fix.
159 (ps-print-version): New version number (5.1.3).
160 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
161 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
162 (ps-generate-postscript-with-faces): Code fix.
163 (ps-color-values): XEmacs compatibility.
164 (ps-print-background-image, ps-print-background-text, ps-printer-name)
165 (ps-default-fg, ps-default-bg): Adjust customization.
166 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
167 (ps-color-scale): Renaming old ps-color-value fun.
168 (ps-print-headers): Replace ps-print-header group to avoid conflict
169 with ps-print-header variable.
170 (ps-print-miscellany): New group.
171 (ps-format-color, ps-rgb-color): New funs.
172 (ps-default-foreground): New var.
173 (ps-printer-name-option): New const.
174
175 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
176
177 * net/net-utils.el:
178 (network-connection-host, network-connection-service): New variables
179 (network-connection-mode): New mode, derived from comint-mode
180 (network-connection-mode-setup): New function, saves host and
181 service information in local variables.
182
183 * lisp/locate.el:
184 (locate-word-at-point): Added this function
185 (locate): Default to using locate-word-at-point as input
186 Run dired-mode-hook
187
188 2000-03-29 Dave Love <fx@gnu.org>
189
190 * calendar/appt.el: Doc fixes.
191 (appt-check): Convert min-to-app to a string before passing to
192 appt-disp-window-function or concat.
193 (appt-delete-window): Remove test for frame-root-window.
194 (appt-select-lowest-window, appt-convert-time): Simplify.
195
196 * emacs-lisp/bytecomp.el: Doc fixes.
197 (byte-compile-file-form-autoload): Update
198 byte-compile-function-environment.
199
200 2000-03-29 Andreas Schwab <schwab@suse.de>
201
202 * emacs-lisp/autoload.el: Also print defsubst doc string
203 specially.
204
205 * dired.el (dired-insert-directory): If dired-free-space-program
206 failed just delete its output.
207
208 2000-03-29 Dave Love <fx@gnu.org>
209
210 * international/iso-cvt.el: Move provide to end. Doc fixes.
211 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
212 (iso-iso2sgml, iso-sgml2iso): New functions.
213 (iso-cvt-define-menu): Fix some entries and use backquote for
214 clarity.
215
216 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
217
218 2000-03-28 Gerd Moellmann <gerd@gnu.org>
219
220 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
221 ISO-DATE. If non-nil, return date in ISO 8601 format.
222
223 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
224
225 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
226 if it ever becomes used.
227 (log-edit-mode-hook): Default to vc-log-mode-hook.
228 (log-edit-mode): Fix the docstring.
229
230 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
231 the code.
232
233 2000-03-26 Dave Love <fx@gnu.org>
234
235 * net/browse-url.el (browse-url): Re-fix case of
236 browse-url-browser-function being an alist.
237 (browse-url): Add :link to defgroup.
238
239 * files.el: Doc fixes.
240 (file-truename): Include `[' in wildcard characters.
241 (automount-dir-prefix): Customize.
242 (find-file-wildcards): Add :version.
243 (find-file-noselect): Simplify a mapcar call.
244
245 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
246 compatible with inf-lisp version.
247 (eval-defun-1): Fix custom-declare-variable case.
248
249 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
250
251 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
252
253 2000-03-24 Gerd Moellmann <gerd@gnu.org>
254
255 * Makefile (COMPILE_FIRST): New macro.
256 (compile-files): Compile files from COMPILE_FIRST first.
257
258 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
259 code.
260
261 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
262 matching open parenthesis in column 0 to defun-prompt-regexp
263 only if open-paren-in-column-0-is-defun-start is set.
264
265 * sun-curs.el: Require CL at compile-time only.
266
267 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
268 instead of copy-list which is a function from CL.
269 (msb--choose-menu, msb--mode-menu-cond)
270 (msb--create-buffer-menu-2): Use dolist instead of mapc.
271 (msb--init-file-alist): Use mapcar instead of mapcan.
272 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
273 `(' in column 0 in doc string.
274 (msb--add-separators): Use mapcar instead of mapcan.
275
276 * cus-dep.el: Require CL at compile-time only.
277
278 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
279
280 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
281 (byte-compile-warnings): New warning `noruntime'.
282 (byte-compile-constants, byte-compile-variables): Fix docstring.
283 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
284 execute `eval-whenc-compile's body.
285 (byte-compile-unresolved-functions): Fix docstring.
286 (byte-compile-eval): New function.
287 (byte-compile-callargs-warn): Check if the function will be available
288 at runtime (via property `byte-compile-noruntime').
289 (byte-compile-print-syms): New function.
290 (byte-compile-warn-about-unresolved-functions): Also warn about
291 `noruntime' functions (and use `byte-compile-print-syms').
292 (byte-compile-file): Capitalize the message.
293
294 2000-03-24 Gerd Moellmann <gerd@gnu.org>
295
296 * mail/rmail.el (rmail-confirm-expunge): New user-option.
297 (rmail-expunge): Ask for confirmation depending on the setting
298 of rmail-confirm-expunge.
299
300 2000-03-23 Gerd Moellmann <gerd@gnu.org>
301
302 * Makefile (bootstrap-clean): If $(emacs) exists, build
303 loaddefs.el first. A loaddefs.el that's not up-to-date might
304 cause a bootstrap failure because things don't autoload as
305 expected.
306
307 2000-03-23 Dave Love <fx@gnu.org>
308
309 * net/browse-url.el: Restore previous use of
310 browse-url-maybe-new-window.
311
312 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
313
314 * ps-print.el: Skip banner page fix.
315 (ps-print-version): New version number (5.1.2).
316 (ps-begin-file, ps-end-file, ps-generate): Code fix.
317
318 2000-03-23 Dave Pearson <davep@davep.org>
319
320 * net/quickurl.el Changed the type of parameter passed to the
321 function defined by `quickurl-format-function'. Before only the
322 text of the URL was passed. Now the whole URL structure is passed
323 and the function is responsible for extracting the parts it
324 requires. Changed the default of `quickurl-format-function'
325 accordingly.
326 (quickurl-insert): Changed the `funcall' of
327 `quickurl-format-function' to match the above change.
328 (quickurl-list-insert): Changed the `url' case so that it makes
329 use of `quickurl-format-function', previous to this the format was
330 hard wired.
331
332 2000-03-22 Gerd Moellmann <gerd@gnu.org>
333
334 * startup.el: Change some spellings for the X Window System.
335
336 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
337
338 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
339 up the code and the regexp and make sure the cursor is temporarily
340 moved to the suspicious line while querying the user.
341
342 2000-03-22 Jason Rumney <jasonr@gnu.org>
343
344 * w32-fns.el (w32-charset-info-alist): Initialize.
345
346 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
347
348 * ps-print.el: N-up last page fix.
349 (ps-print-version): New version number (5.1.1).
350 (ps-end-file, ps-end-job, ps-generate): Code fix.
351
352 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
353
354 * files.el (find-file-run-dired): Update docstring.
355 (find-directory-functions): New hook.
356 (find-file-noselect): Run find-directory-functions rather than
357 calling dired directly.
358
359 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
360
361 * pcvs.el: Add a minimal leading commentary.
362 (cvs-make-cvs-buffer): Change the header part by removing the startup
363 message and adding a `Module' entry. Also replace the FOOTER and
364 HEADER special fileinfos with the new support in ewoc for updating
365 its own footer and header.
366 (cvs-update-header): Update to use the header/footer of the ewoc.
367 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
368 (cvs-is-within-p): New function.
369 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
370 to only examine some subset of the buffers.
371
372 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
373 `format' instead of our own ad-hoc functions.
374 Remove HEADER and FOOTER cases, now handled in the EWOC.
375 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
376
377 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
378 output to avoid scaring the user.
379 (cvs-parse-table): Catch message for non-up-to-date commits.
380
381 * pcvs-defs.el (cvs-startup-message): Remove.
382 (cvs-global-menu): New autoloaded menu.
383
384 * pcvs-util.el (cvs-string-fill): Remove.
385
386 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
387 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
388 PP part of it and also make it work for footers and headers.
389 (ewoc-create): Drop POS and BUFFER arguments.
390 Use the DLL's dummy node to store the end-of-footer position.
391 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
392 (ewoc-refresh): Remove unused `header' variable.
393 (ewoc-(get|set)-hf): New functions.
394
395 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
396 log-view-*-(message|file) and use easy-mmode-define-navigation.
397 (log-view-message-re): Match SCCS format as well.
398 And match the revision line rather than the dashed separator line.
399 (log-view-mode): Use the new define-derived-mode.
400 (log-view-current-tag): Fill in with an actual implementation.
401
402 * cvs-status.el (cvs-status-(prev|next)): Rename from
403 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
404 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
405 to let the output "breathe" a little more (more readable).
406 (cvs-status-mode): Use the new define-derived-mode.
407
408 * smerge-mode.el (smerge-auto-leave): New function and variable.
409 (smerge-basic-map): Rename from smerge-basic-keymap.
410 Change the bindings for smerge-diff-*.
411 (smerge-*-map): Use easy-mmode-defmap.
412 (smerge-(next|prev)): Use easy-mmode-define-navigation.
413 (smerge-keep-*): Use smerge-auto-leave.
414
415 2000-03-21 Jason Rumney <jasonr@gnu.org>
416
417 * cus-edit.el (custom-button-face): Use 3D look for w32.
418 (custom-button-pressed-face): Likewise.
419
420 2000-03-21 Gerd Moellmann <gerd@gnu.org>
421
422 * progmodes/etags.el (tags-case-fold-search): New user-option.
423 (tags-loop-eval): New function. Bind case-fold-search around eval
424 depending on the value of tags-case-fold-search.
425 (tags-loop-continue): Use tags-loop-eval.
426 (find-tag-in-order): Bind case-fold-search depending on the value
427 of tags-case-fold-search.
428
429 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
430
431 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
432 (diff-end-of-hunk): Return the end position for use in
433 `easy-mmode-define-navigation'.
434 (diff-recenter): Remove.
435 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
436 of `easy-mmode-define-navigation'.
437 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
438 previous renaming) and fix to use new names.
439 (diff-merge-strings): Use \n as separator: simpler, faster.
440 (diff-mode): Use `define-derived-mode'.
441
442 * derived.el (define-derived-mode): Don't autoload anymore.
443 Prefer the macro-only version provided by easy-mmode.el.
444
445 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
446 `easy-mmode-define-derived-mode'.
447 Use `combine-run-hooks'.
448 (easy-mmode-define-navigation): New macro.
449
450 * subr.el (combine-run-hooks): New function.
451
452 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
453
454 * term/x-win.el: Fontsets related initialization is simplified.
455
456 * international/mule-diag.el (describe-font): Don't refer to
457 global-fontset-alist, instead call font-list.
458 (describe-fontset, list-fontsets, mule-diag): Likewise.
459 (print-fontset): Adjusted for the change of fontset
460 implementation.
461
462 * international/fontset.el (x-charset-registries): Variable
463 removed, instead the corresponding data is stored in the default
464 fontset.
465 (register-alternate-fontnames): Function removed.
466 (resolved-ascii-font): Variable removed.
467 (x-compose-font-name): Ignore the second argument REDOCE.
468 (x-complement-fontset-spec): Complement only an ASCII font and
469 element for those charsets than can use that ASCII font.
470 (generate-fontset-menu): Don't refer to global-fontset-alist,
471 instead call fontset-list.
472 (uninstantiated-fontset-alist): Variable removed.
473 (x-style-funcs-alist): Likewise.
474 (fontset-default-styles): Likewise.
475 (x-modify-font-name): Function removed.
476 (create-fontset-from-fontset-spec): Ignore the argument
477 STYLE-VARIANT.
478 (create-fontset-from-ascii-font): Docsting adjusted for the above
479 change.
480 (instantiate-fontset, resolve-fontset-name): Functions removed.
481 (fontset-list): Now implemented by C code.
482
483 * faces.el (read-face-font): Fix TABLE arg to completing-read.
484 (describe-face): Include `font' attribute in the description.
485
486 2000-03-21 Kenichi Handa <handa@etl.go.jp>
487
488 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
489
490 2000-03-20 Gerd Moellmann <gerd@gnu.org>
491
492 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
493 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
494 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
495
496 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
497 about behavior of set-buffer-modified-p wrt redisplay.
498
499 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
500
501 * view.el (view-mode-disable): Kill local binding of view-read-only.
502
503 2000-03-18 Gerd Moellmann <gerd@gnu.org>
504
505 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
506 is a string, convert it to a syntax cell using string-to-syntax.
507
508 * simple.el (syntax-code-table, syntax-flag-table): New variables.
509 (string-to-syntax): New function.
510
511 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
512 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
513 try to use passive ftp mode.
514
515 2000-03-17 Gerd Moellmann <gerd@gnu.org>
516
517 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
518
519 * simple.el (append-to-buffer): Update point of windows after
520 insertion.
521
522 * abbrev.el (inverse-add-abbrev): Identify word by first moving
523 forward then moving backward. Reindent.
524
525 * frame.el (other-frame): Call x-focus-frame only if
526 focus-follows-mouse is off.
527
528 2000-03-17 Dave Love <fx@gnu.org>
529
530 * pcvs-util.el (cvs-strings->string): Rename
531 replace-regexps-in-string.
532
533 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
534
535 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
536 regexp for labels cannot span several lines.
537
538 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
539 `(setq :<key> ':<key>)' to the macro expansion.
540
541 2000-03-16 Dave Love <fx@gnu.org>
542
543 * progmodes/f90.el (f90): Put custom group under `languages', not
544 `fortran'.
545 (f90-mode-hook): Customize.
546 (f90-mode): Set add-log-current-defun-function.
547 (f90-current-defun): New function.
548
549 2000-03-16 Gerd Moellmann <gerd@gnu.org>
550
551 * cus-edit.el (custom-variable-tag-face): Handle case that
552 default face's height is not a number.
553 (custom-face-tag-face, custom-group-tag-face-1)
554 (custom-group-tag-face): Ditto.
555 (custom-group-tag-face-1): Add :group.
556
557 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
558
559 2000-03-15 Gerd Moellmann <gerd@gnu.org>
560
561 * pcvs-defs.el (toplevel): Remove autoload cookie for form
562 requiring easymenu.
563
564 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
565
566 * ps-print.el: PostScript user-defined prologue, PostScript error
567 handler, doc fix.
568 (ps-print-version): New version number (5.1).
569 (ps-user-defined-prologue, ps-error-handler-message)
570 (ps-print-prologue-0, ps-error-handler-alist): New vars.
571 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
572 (ps-insert-string): New function.
573
574 2000-03-15 Kenichi Handa <handa@etl.go.jp>
575
576 * international/ccl.el (ccl-compile-expression): Don't generate
577 invalid self-assignment code.
578
579 2000-03-14 Dave Love <fx@gnu.org>
580
581 * subr.el (replace-regexp-in-string): Renamed from
582 replace-regexps-in-string. Doc fix.
583
584 2000-03-12 Dave Love <fx@gnu.org>
585
586 * cus-edit.el: Doc fixes.
587 (customize-set-variable, customize-save-variable): Rename args for
588 doc.
589 (custom-variable-tag-face, custom-face-tag-face)
590 (custom-group-tag-face-1, custom-group-tag-face): Modify from
591 style which user identify as hyperlink.
592 (hook): Don't add undefined functions to the hook.
593 (debug-ignored-errors): Transfer message from bindings.el.
594
595 2000-03-12 Gerd Moellmann <gerd@gnu.org>
596
597 * recentf.el (recentf-keep-non-readable-files-p): Remove
598 double/nested definition.
599
600 2000-03-12 Dave Love <fx@gnu.org>
601
602 * facemenu.el (facemenu-get-face): Use display-color-p.
603 * enriched.el (enriched-decode-foreground): Likewise.
604 (enriched-decode-background): Likewise.
605 * isearch.el (isearch-highlight): Likewise.
606 * info-look.el (info-lookup): Likewise.
607 * simple.el (completion-setup-function): Likewise.
608
609 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
610 :options.
611
612 * bindings.el (mode-line-format): Fix line-number and
613 column-number items. Add help-echo for the background.
614 (mode-line-mule-info): Modify help-echo.
615
616 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
617 defcustom.
618
619 * files.el (load-file): Allow completion to .elc.
620
621 * man.el: Doc fixes.
622 (Man-init-defvars): Use display-color-p to set fontification.
623
624 * play/hanoi.el (hanoi-internal): Don't use oddp.
625
626 2000-03-12 Gerd Moellmann <gerd@gnu.org>
627
628 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
629
630 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
631
632 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
633
634 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
635 Fix comment.
636
637 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
638
639 * font-lock.el (font-lock-keywords): Fix the doc now that
640 regexp-opt-depth is unnecessary.
641 (save-buffer-state): Set an edebug spec.
642 (font-lock-fontify-anchored-keywords): Properly handle the case when
643 the matcher goes past the limit.
644
645 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
646 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
647
648 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
649 dll.el and cookie.el (from Elib) with heavy renaming and other
650 massaging.
651
652 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
653 Autoload the functions used.
654 (easy-mmode-define-syntax): Fix CL typo.
655 (easy-mmode-define-derived-mode): Improve the docstring generation.
656
657 2000-03-10 Gerd Moellmann <gerd@gnu.org>
658
659 * textmodes/texinfo.el (texinfo-version): Variable and function
660 removed.
661
662 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
663
664 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
665 allow more flexibility.
666 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
667 fns.
668 (easy-mmode-defmap, easy-mmode-defsyntax)
669 (easy-mmode-define-derived-mode): New macros.
670
671 2000-03-09 Didier Verna <didier@xemacs.org>
672
673 * rect.el (replace-rectangle): New function.
674
675 2000-03-09 Dave Love <fx@gnu.org>
676
677 * progmodes/fortran.el (fortran-comment-line-start): Define as
678 "C".
679 (fortran-comment-line-start-skip): Don't match cpp stuff.
680 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
681 (fortran-mode-map): Remove over-eager custom-menu-create for now.
682 (fortran-mode): Don't set fortran-comment-line-start-skip,
683 fortran-comment-line-start here. Set comment-start,
684 add-log-current-defun.
685 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
686 (fortran-current-defun): New function.
687
688 2000-03-09 Gerd Moellmann <gerd@gnu.org>
689
690 * emacs-lisp/re-builder.el: New file.
691
692 * mouse.el (mouse-drag-region): Don't run up-event handler
693 if hscroll has changed.
694
695 * octave-mod.el (octave-font-lock-keywords): To font-lock the
696 builtin operators, use `font-lock-builtin-face' for Emacs and
697 `font-lock-preprocessor-face' otherwise.
698
699 * font-lock.el (lisp-font-lock-keywords-1): Highlight
700 `(defun (setf foo)' differently.
701
702 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
703
704 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
705 (regexp-opt): Update comment and adapt the code the new meaning of
706 the `paren' argument of regex-opt-group for shy-groups.
707 (regexp-opt-depth): Handle shy groups as well as backslashed
708 backslashes.
709 (regexp-opt-group): Turn the leading comment into a docstring.
710 Allow `paren' to be a string (the string to use to open a group).
711 Remove open-presuf and close-presuf. Instead of checking for `all
712 one-char' and then later on check for `several one-char', handle
713 both cases close together. Also apply a more generic algorithm
714 for suffixes (the mirror image of the algorithm used for
715 prefixes). Use shy-groups. Use nreverse rather than reverse.
716 (regexp-opt-try-suffix): Removed.
717
718 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
719 from comint-mode-map, so we can just inherit from it. Also, move
720 the initialization into the `defvar' since there's no docstring
721 anyway and it's fairly short.
722 (inferior-scheme-mode): Define it as derived-mode: the code is
723 shorter and this way we inherit from comint-mode-map rather than
724 copying it.
725
726 * subr.el (replace-regexps-in-string): Properly handle the case
727 where we match an empty string.
728
729 * comint.el (comint-exec-1): Add the current-dir to the exec-path
730 when the command has a directory component (such as "./testml").
731 Also fix a typo in the comment.
732
733 2000-03-08 Gerd Moellmann <gerd@gnu.org>
734
735 * Makefile (compile-files): Compile files one by one because
736 that's the only way to ensure a clean compilation environment for
737 each individual file.
738
739 * frame.el (other-frame): Call x-focus-frame.
740
741 2000-03-07 Dave Love <fx@gnu.org>
742
743 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
744 :require to defcustom.
745
746 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
747 lists.
748
749 * files.el (auto-mode-alist): Add configure.in.
750
751 * progmodes/autoconf.el: New file.
752
753 2000-03-07 Gerd Moellmann <gerd@gnu.org>
754
755 * mail/mh-e.el: Change maintainer to `none'.
756
757 * recentf.el (recentf-keep-non-readable-files-p): Quote args
758 to remove-hook and add-hook.
759
760 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
761
762 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
763 it as the default.
764 (mail-send): Test mail-send-nonascii also for the new `mime' value.
765 (sendmail-send-it): Conditionally add MIME headers specifying the
766 used character set.
767
768 2000-03-07 Dave Love <fx@gnu.org>
769
770 * winner.el: Fix keywords, autoload cookies. Split
771 eval-when-compile form to avoid compilation failure.
772
773 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
774
775 * international/mule.el: Modify comment about coding system
776 property `coding-category'.
777 (make-coding-system): New argument EOL-TYPE. Pay attention to
778 coding-category property of PROPERTIES.
779
780 * international/mule-conf.el (coding-category-utf-8,
781 coding-category-utf-16-be, coding-category-utf-16-le): New coding
782 categories. Include them in the argument for set-coding-priority.
783
784 * international/mule-cmds.el (reset-language-environment): Include
785 coding-category-utf-8, coding-category-utf-16-be, and
786 coding-category-utf-16-le in the argument for set-coding-priority.
787 (reset-language-environment): Initialize coding-category-utf-8,
788 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
789
790 2000-03-06 Karl Fogel <kfogel@red-bean.com>
791
792 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
793 code abstracted out of `bookmark-jump-noselect'. Now tries info
794 extensions as well as compression extensions.
795 (bookmark-jump-noselect): Use above new func.
796
797 2000-03-03 Gerd Moellmann <gerd@gnu.org>
798
799 * strokes.el: Change maintainer's mail address.
800
801 2000-03-03 Kenichi Handa <handa@etl.go.jp>
802
803 * international/mule-diag.el (list-character-sets): Make help-echo
804 string by substitute-command-keys.
805 (list-character-sets): Likewise.
806 (sort-listed-character-sets): Call help-setup-xref.
807
808 2000-03-02 Gerd Moellmann <gerd@gnu.org>
809
810 * time.el (display-time-mail-file): Add `none' to the list of
811 choices.
812
813 2000-03-01 Dave Love <fx@gnu.org>
814
815 * help.el (help-xref-go-back): Don't try to set position.
816
817 * international/mule-diag.el (list-character-sets): Call
818 help-setup-xref. Add help-echo to xrefs.
819 (list-character-sets-1): Add help-echo to xrefs.
820
821 2000-03-02 Gerd Moellmann <gerd@gnu.org>
822
823 * frame.el (blink-cursor-mode): Switch cursor on when turning
824 the mode off.
825
826 * add-log.el (add-log-current-defun): Add support for
827 Autoconf mode.
828
829 * mail/rmail.el (rmail-quit-hook): New variable.
830
831 2000-03-01 Dave Love <fx@gnu.org>
832
833 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
834
835 * help.el (help-xref-button): Add help-echo arg.
836 (describe-function-1, describe-variable, help-make-xrefs): Use it.
837
838 * faces.el (list-faces-display): Supply help-echo with
839 help-make-xrefs.
840
841 * facemenu.el (list-text-properties-at): Set help-xref-stack to
842 nil.
843
844 2000-03-01 Gerd Moellmann <gerd@gnu.org>
845
846 * image.el (defimage): Look for image files in load-path.
847
848 * frame.el (busy-cursor-delay-seconds): Change type to
849 `number'.
850
851 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
852
853 * recentf.el (recentf): Added version tag to the defgroup of
854 recentf.
855
856 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
857
858 * recentf.el (recentf-cleanup): Changed to remove excluded file
859 too.
860 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
861 action to select/unselect a file.
862 (recentf-edit-list): Code cleanup and improvement.
863 (recentf-open-more-files-action): `recentf-open-more-files' button
864 widget action to open a file.
865 (recentf-open-more-files): No more use standard completion but
866 widgets.
867 (recentf-more-collection): Deleted.
868 (recentf-more-history): Deleted.
869 (recentf-setup-more-completion): Deleted.
870
871 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
872
873 * recentf.el (recentf-mode): No more needs that Emacs is running
874 under a window-system.
875
876 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
877
878 * recentf.el (recentf-edit-list): New command to edit the recent
879 list which allow the user to remove files.
880 (recentf-edit-selected-items): New global variable, used by
881 `recentf-edit-list' to hold the list of files to be removed from
882 the recent list.
883 (recentf-make-menu-items): Updated to display a "Edit list..."
884 menu item. Minor code cleanup.
885
886 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
887
888 * recentf.el (recentf-open-more-files): New command to open files
889 that are not displayed in the menu.
890 (recentf-more-collection): New global variable holding the set of
891 permissible completions used by `recentf-open-more-files'.
892 (recentf-more-history): New global variable holding the history list
893 used by `recentf-open-more-files' completion.
894 (recentf-setup-more-completion): New function to setup completion for
895 `recentf-open-more-files'.
896 (recentf-make-menu-items): Updated to display a "More..." menu item.
897
898 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
899
900 * recentf.el (recentf-menu-action): Doc fixed.
901
902 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
903
904 * recentf.el (recentf-menu-filter): Doc updated.
905 (recentf-update-menu-hook): Allow menu filters to force menu update.
906 (recentf-make-menu-items): New menu filter handling.
907 (recentf-make-menu-item): New helper function.
908 (recentf-menu-elements): New menu handling function.
909 (recentf-sort-ascending): Updated to new menu filter handling.
910 (recentf-sort-descending): Updated to new menu filter handling.
911 (recentf-sort-basenames-ascending): New menu filter function.
912 (recentf-sort-basenames-descending): New menu filter function.
913 (recentf-show-basenames): New menu filter function.
914 (recentf-show-basenames-ascending): New menu filter function.
915 (recentf-show-basenames-descending): New menu filter function.
916
917 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
918
919 * diary-lib.el (list-diary-entries): Don't try to go forward at
920 the end of the buffer.
921
922 2000-02-29 Kenichi Handa <handa@etl.go.jp>
923
924 * international/mule-diag.el (list-character-sets): Completely
925 rewritten.
926 (sort-listed-character-sets): New function.
927 (list-character-sets-1): Completely rewritten.
928 (list-character-sets-2): New function.
929 (non-iso-charset-alist): New variable.
930 (decode-codepage-char): New function.
931 (charset-history): New variable.
932 (read-charset) (list-block-of-chars)
933 (list-iso-charset-chars)
934 (list-non-iso-charset-chars)
935 (list-charset-chars): New functions.
936 (mule-diag): Call list-character-sets-2, not
937 list-character-sets-2.
938 (dump-charsets): Likewise.
939
940 2000-02-29 Gerd Moellmann <gerd@gnu.org>
941
942 * dired-x.el (dired-filename-at-point): Add `@' to valid
943 file name characters.
944 (dired-filename-at-point): Handle ange-ftp file names.
945
946 * frame.el (frame-notice-user-settings): Use assq-delete-all
947 instead of assoc-delete-all.
948 (frame-notice-user-settings): Ditto.
949
950 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
951 Don't copy alist.
952
953 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
954
955 * calculator.el (calculator-use-menu): New option.
956 (calculator-initial-bindings): Changed some bindings to work as
957 macros.
958 (calculator-forced-input): Removed.
959 (calculator-restart-other-mode): New variable.
960 (calculator-mode-map): Set up menu.
961
962 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
963
964 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
965 tags.
966
967 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
968
969 * viper-cmd.el (viper-envelop-ESC-key): added the option to
970 translate all ESC key sequences.
971 (viper-goto-mark-subr): restore markers for files for which
972 they were saved.
973 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
974 * viper-util.el (viper-set-replace-overlay-glyphs,
975 viper-set-replace-overlay): always check if the replacement
976 overlay is live.
977 * viper.el (viper-vi-state-mode-list): added major modes.
978 * ediff-wind.el: minor comment changes.
979 * ediff.el: copyright notice date fix.
980
981 2000-02-27 Jason Rumney <jasonr@gnu.org>
982
983 * faces.el (face-font-family-alternatives): Add arial to helv.
984 (mode-line, header-line, tool-bar): Same default as x for w32.
985 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
986 face-font-family-alternatives from working.
987 * term/w32-win.el (mouse-set-font): Do not build fontset from
988 chosen font.
989
990 2000-02-25 Sam Steingold <sds@goems.com>
991
992 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
993 properly.
994
995 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
996
997 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
998
999 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1000
1001 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1002 writable.
1003
1004 * frame.el (busy-cursor-delay-seconds): New option.
1005
1006 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1007
1008 * frame.el (show-cursor-in-non-selected-windows): New option.
1009
1010 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1011
1012 * diary-lib.el (include-other-diary-files): Undo the selective
1013 display in any included file and don't kill it.
1014
1015 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1016
1017 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1018 bar. Menu items converted to (menu-item format, help strings
1019 added.
1020 [downcase, upcase]: Don't enable on MS-DOS.
1021 [symlink, symlinks]: Don't show if make-symbolic-link is not
1022 bound.
1023 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1024
1025 2000-02-23 Dave Love <fx@gnu.org>
1026
1027 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1028 (backward-kill-word): Revert addition of * to interactive spec --
1029 it's a feature.
1030
1031 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1032 (backward-kill-sentence, kill-sentence): Likewise.
1033
1034 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1035 scratch buffer name.
1036 (gud-format-command): Use int-to-string in ?l case. Simplify
1037 slightly.
1038
1039 * term/w32-win.el (internal-face-interactive): Update prompt for
1040 new read-face-name.
1041
1042 * mail/footnote.el (footnote): Add :version to defgroup.
1043 (footnote-section-tag-regexp): Customize.
1044 (footnote-start-tag, footnote-end-tag): New option.
1045 (footnote-latin-regexp): New variable.
1046 (Footnote-latin): New function.
1047 (footnote-style-alist): Add element for latin style.
1048 (footnote-style): Moved.
1049 (Footnote-goto-footnote): Use eq to test arg.
1050
1051 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1052
1053 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1054 (byte-compile-trueconstp): Include keywords.
1055 (byte-optimize-quote, byte-optimize-lapcode): Use
1056 byte-compile-const-symbol-p.
1057 (byte-optimize-char-before): New optimization.
1058
1059 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1060 (byte-compile-const-symbol-p): New function.
1061 (byte-compile-constp, byte-compile-out-toplevel)
1062 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1063 Use it.
1064
1065 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1066
1067 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1068
1069 * international/encoded-kb.el: Be sure to update minor-mode-alist
1070 and minor-mode-map-alist.
1071 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1072 codes SS2 and SS3 correctly.
1073 (encoded-kbd-self-insert-ccl): New function.
1074 (encoded-kbd-setup-keymap): New function.
1075 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1076 by calling encoded-kbd-setup-keymap.
1077
1078 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1079 characters.
1080 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1081 locally.
1082
1083 2000-02-22 Dave Love <fx@gnu.org>
1084
1085 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1086 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1087 defvar.
1088 (lisp-mode-syntax-table): Set up for #|...|# comments.
1089 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1090 classes. Match `defface'.
1091 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1092 (eval-defun-1): Fix for defcustom.
1093 (lisp-indent-region): Doc fix.
1094
1095 * subr.el (when, unless, split-string): Doc fix.
1096 (read-passwd): Move call of clear-this-command-keys to the right
1097 place.
1098 (replace-regexps-in-string): New function.
1099
1100 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1101
1102 * help.el (describe-variable): Set syntax table to
1103 emacs-lisp-mode-syntax-table when moving forward over the
1104 symbol's name.
1105
1106 2000-02-22 Dave Love <fx@gnu.org>
1107
1108 * xt-mouse.el: Doc fixes.
1109 (xterm-mouse-position-function): New function, replacing advice of
1110 mouse-position.
1111 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1112
1113 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1114
1115 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1116
1117 * format.el (format-annotate-single-property-change): Handle
1118 properties.with dotted-list values.
1119 (format-proper-list-p): New function.
1120
1121 * enriched.el (enriched-face-ans): Handle '(foreground-color
1122 . COLOR) and (background-color . COLOR).
1123
1124 2000-02-20 Dave Love <fx@gnu.org>
1125
1126 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1127 and assignments to it.
1128 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1129 current local map.
1130 (make-flyspell-overlay): Use it.
1131 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1132
1133 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1134 (lm-get-header-re): Defun, not defsubst.
1135 (lm-get-package-name): Defun, not defsubst. Simplify.
1136 (lm-version): Doc fix. Simplify.
1137 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1138 (lm-crack-address, lm-last-modified-date, lm-commentary)
1139 (lm-verify, lm-synopsis): Simplify.
1140 (lm-report-bug): Require emacsbug. Use compose-mail.
1141
1142 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1143
1144 * dired.el (dired-mode): Call propertized-buffer-identification
1145 to set mode-line-buffer-identification to something having
1146 the right text properties.
1147
1148 * bindings.el (propertized-buffer-identification): New function.
1149
1150 2000-02-20 Dave Love <fx@gnu.org>
1151
1152 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1153 check for t-mouse too.
1154
1155 * cus-start.el: Make echo-keystrokes `number'.
1156
1157 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1158
1159 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1160 Don't call ring-empty-p unless tags-location-ring is bound.
1161 From Noah Friedman <friedman@splode.com>.
1162
1163 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1164
1165 * progmodes/hideshow.el (hs-flag-region): No longer use
1166 `intangible' overlay property.
1167
1168 (hs-toggle-hiding): New command.
1169 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1170
1171 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1172 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1173 and deactivation.
1174
1175 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1176
1177 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1178
1179 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1180
1181 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1182
1183 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1184 of `*' to handle `(* ... *)' comments.
1185
1186 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1187
1188 * faces.el (list-faces-display): Use display-mouse-p instead of
1189 window-system.
1190
1191 * menu-bar.el (global-map): Menu-bar items converted to the new
1192 format (menu-item..., rearranged for better CUA compliance, and
1193 their names changed for better clarity. Help strings added.
1194
1195 * international/mule-cmds.el (mule-menu-keymap)
1196 (describe-language-environment-map, set-coding-system-map)
1197 (setup-language-environment-map): Convert to new (menu-item...
1198 form, add help strings. Change names of menu items for better
1199 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1200 submenu).
1201
1202 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1203
1204 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1205 within the code.
1206
1207 2000-02-16 Dave Love <fx@gnu.org>
1208
1209 * faces.el: Don't require custom. Add more specific :groups to
1210 various deffaces.
1211 (set-face-attribute): Purecopy args.
1212 (read-face-name): Default to name at point and use it in prompt.
1213 Remove colon from arg in all callers.
1214 (list-faces-display): Hyperlink to face descriptions and customize
1215 buffers.
1216
1217 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1218
1219 * wid-edit.el (widget-match-inline): An atom never matches a
1220 list.
1221
1222 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1223
1224 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1225 at ':' characters by call to split-string.
1226
1227 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1228
1229 * textmodes/bibtex.el: Added RCS version identification.
1230
1231 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1232
1233 * textmodes/bibtex.el: Some temporary comments removed.
1234 (bibtex-field-name, bibtex-entry-type): Made the relationship
1235 explicit.
1236 (bibtex-field-const): Allow capital letters.
1237 (bibtex-start-of-string): Deleted because unused.
1238
1239 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1240 use the term 'reference' to describe a bibtex entry as a whole.
1241 Further, reference keys are no longer called 'labels'.
1242 (bibtex-keys): Renamed to bibtex-reference-keys.
1243 (bibtex-reformat-previous-labels): Renamed to
1244 bibtex-reformat-previous-reference-keys.
1245 (bibtex-reference-type): Renamed to bibtex-entry-type.
1246 (bibtex-reference-head): Renamed to bibtex-entry-head.
1247 (bibtex-reference-maybe-empty-head): Renamed to
1248 bibtex-entry-maybe-empty-head.
1249 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1250 (bibtex-search-reference): Renamed to bibtex-search-entry.
1251 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1252 bibtex-enclosing-entry-maybe-empty-head.
1253 (bibtex-entry-field-alist, bibtex-entry-head,
1254 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1255 bibtex-map-entries, bibtex-search-entry,
1256 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1257 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1258 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1259 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1260 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1261 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1262 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1263
1264 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1265
1266 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1267 comment.
1268 (bibtex-format-field-delimiters): New function, functionality
1269 extracted from bibtex-format-entry.
1270 (bibtex-autokey-get-yearfield-digits): New function, functionality
1271 extracted from bibtex-autokey-get-yearfield.
1272
1273 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1274 entries in order to avoid stack overflow in the regexp matcher if
1275 field contents become large.
1276 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1277 bibtex-field-string-part-not-braced,
1278 bibtex-field-string-part-no-inner-braces,
1279 bibtex-field-string-part-1-inner-brace,
1280 bibtex-field-string-part-2-inner-braces,
1281 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1282 bibtex-field-string-quoted, bibtex-field-string,
1283 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1284 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1285 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1286 as parsing is now performed by the following functions.
1287 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1288 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1289 bibtex-parse-field-string, bibtex-search-forward-field-string,
1290 bibtex-parse-association, bibtex-field-name-for-parsing,
1291 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1292 bibtex-search-forward-field, bibtex-search-backward-field,
1293 bibtex-start-of-field, bibtex-end-of-field,
1294 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1295 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1296 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1297 bibtex-parse-string, bibtex-search-forward-string,
1298 bibtex-search-backward-string, bibtex-start-of-string,
1299 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1300 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1301 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1302 entries. Instead of reporting the results of the parsing by
1303 match-beginning or match-end, these functions return data structures
1304 that hold the corresponding positions.
1305 (bibtex-enclosing-field): Changed to also report field boundaries by
1306 return values rather than by match-beginning or match-end. The
1307 following functions have been adapted to use the new parsing
1308 functions.
1309 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1310 bibtex-enclosing-field, bibtex-format-entry,
1311 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1312 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1313 bibtex-print-help-message, bibtex-end-of-entry,
1314 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1315 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1316 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1317 method for parsing.
1318 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1319 bibtex-map-entries, bibtex-flash-head,
1320 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1321 bibtex-autokey-change, bibtex-autokey-get-namefield,
1322 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1323 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1324 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1325 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1326 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1327 order to make the new binding of case-fold-search immediately
1328 visible.
1329
1330 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1331
1332 * textmodes/bibtex.el: Copyright notice is up to date.
1333 Added constant 'bibtex-maintainer-salutation.
1334
1335 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1336 than make-temp-name, use match-string-no-properties and eliminate
1337 a quadratic behavior when building bibtex-strings.
1338
1339 * bibtex.el (bibtex-reference-key): Accept string entries whose
1340 reference key contains upper case letters.
1341
1342 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1343
1344 * bibtex.el (bibtex-reference-head): Allow entries to start with
1345 a new line.
1346
1347 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1348
1349 * bibtex.el: Hiding of entry bodies is not longer provided by
1350 bibtex.el directly. Instead the hideshow package can be used.
1351 Added a special bibtex entry to hs-special-modes-alist.
1352 (bibtex-hs-forward-sexp): Added for hideshow.el.
1353
1354 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1355
1356 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1357 at ':' characters by call to split-string.
1358
1359 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1360
1361 * textmodes/bibtex.el: Added RCS version identification.
1362
1363 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1364
1365 * textmodes/bibtex.el: Some temporary comments removed.
1366 (bibtex-field-name, bibtex-entry-type): Made the relationship
1367 explicit.
1368 (bibtex-field-const): Allow capital letters.
1369 (bibtex-start-of-string): Deleted because unused.
1370
1371 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1372 use the term 'reference' to describe a bibtex entry as a whole.
1373 Further, reference keys are no longer called 'labels'.
1374 (bibtex-keys): Renamed to bibtex-reference-keys.
1375 (bibtex-reformat-previous-labels): Renamed to
1376 bibtex-reformat-previous-reference-keys.
1377 (bibtex-reference-type): Renamed to bibtex-entry-type.
1378 (bibtex-reference-head): Renamed to bibtex-entry-head.
1379 (bibtex-reference-maybe-empty-head): Renamed to
1380 bibtex-entry-maybe-empty-head.
1381 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1382 (bibtex-search-reference): Renamed to bibtex-search-entry.
1383 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1384 bibtex-enclosing-entry-maybe-empty-head.
1385 (bibtex-entry-field-alist, bibtex-entry-head,
1386 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1387 bibtex-map-entries, bibtex-search-entry,
1388 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1389 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1390 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1391 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1392 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1393 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1394 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1395
1396 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1397
1398 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1399 comment.
1400 (bibtex-format-field-delimiters): New function, functionality
1401 extracted from bibtex-format-entry.
1402 (bibtex-autokey-get-yearfield-digits): New function, functionality
1403 extracted from bibtex-autokey-get-yearfield.
1404
1405 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1406 entries in order to avoid stack overflow in the regexp matcher if
1407 field contents become large.
1408 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1409 bibtex-field-string-part-not-braced,
1410 bibtex-field-string-part-no-inner-braces,
1411 bibtex-field-string-part-1-inner-brace,
1412 bibtex-field-string-part-2-inner-braces,
1413 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1414 bibtex-field-string-quoted, bibtex-field-string,
1415 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1416 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1417 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1418 as parsing is now performed by the following functions.
1419 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1420 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1421 bibtex-parse-field-string, bibtex-search-forward-field-string,
1422 bibtex-parse-association, bibtex-field-name-for-parsing,
1423 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1424 bibtex-search-forward-field, bibtex-search-backward-field,
1425 bibtex-start-of-field, bibtex-end-of-field,
1426 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1427 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1428 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1429 bibtex-parse-string, bibtex-search-forward-string,
1430 bibtex-search-backward-string, bibtex-start-of-string,
1431 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1432 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1433 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1434 entries. Instead of reporting the results of the parsing by
1435 match-beginning or match-end, these functions return data structures
1436 that hold the corresponding positions.
1437 (bibtex-enclosing-field): Changed to also report field boundaries by
1438 return values rather than by match-beginning or match-end. The
1439 following functions have been adapted to use the new parsing
1440 functions.
1441 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1442 bibtex-enclosing-field, bibtex-format-entry,
1443 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1444 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1445 bibtex-print-help-message, bibtex-end-of-entry,
1446 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1447 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1448 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1449 method for parsing.
1450 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1451 bibtex-map-entries, bibtex-flash-head,
1452 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1453 bibtex-autokey-change, bibtex-autokey-get-namefield,
1454 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1455 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1456 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1457 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1458 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1459 order to make the new binding of case-fold-search immediately
1460 visible.
1461
1462 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1463
1464 * textmodes/bibtex.el: Copyright notice is up to date.
1465 Added constant 'bibtex-maintainer-salutation.
1466
1467 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1468 than make-temp-name, use match-string-no-properties and eliminate
1469 a quadratic behavior when building bibtex-strings.
1470
1471 * bibtex.el (bibtex-reference-key): Accept string entries whose
1472 reference key contains upper case letters.
1473
1474 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1475
1476 * bibtex.el (bibtex-reference-head): Allow entries to start with
1477 a new line.
1478
1479 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1480
1481 * bibtex.el: Hiding of entry bodies is not longer provided by
1482 bibtex.el directly. Instead the hideshow package can be used.
1483 Added a special bibtex entry to hs-special-modes-alist.
1484 (bibtex-hs-forward-sexp): Added for hideshow.el.
1485
1486 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1487
1488 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1489 proceedings entry type (for cross referencing). Thanks to Wagner
1490 Toledo Correa for the suggestion.
1491
1492 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1493
1494 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1495
1496 * international/characters.el: Setup case table for Vietnamese.
1497
1498 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1499
1500 * uniquify.el (toplevel): Require CL at compile time.
1501 (uniquify-push): Removed.
1502
1503 * shadowfile.el (shadow-when): Removed.
1504
1505 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1506 (tempo-process-and-insert-string): Use dolist instead of
1507 tempo-dolist.
1508
1509 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1510 regexp for paragraph-start.
1511
1512 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1513 commas as well.
1514
1515 2000-02-10 Dave Love <fx@gnu.org>
1516
1517 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1518 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1519 Deleted.
1520 (widget-specify-field, widget-specify-button): Don't use
1521 widget-mouse-help as help-echo property.
1522 (default): Use #'ignore for :validate and :mouse-down-action.
1523 (checkbox): Add help-echo.
1524 (widget-sexp-validate): Rewritten to clarify error messages.
1525 (character): Use char-valid-p in :match function.
1526 (widget-color-complete): Use facemenu-color-alist.
1527 (widget-color-action): Use facemenu-read-color.
1528
1529 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1530 set up `caar' &c that we now have.
1531
1532 2000-02-09 Ray Blaak <blaak@gnu.org>
1533
1534 * delphi.el: Make resourcestring a declaration region, like const
1535 and var.
1536
1537 2000-02-09 Dave Love <fx@gnu.org>
1538
1539 * bindings.el (mode-line-input-method-map): New variable.
1540 (mode-line-mule-info): Use it; fix last change.
1541 (mode-line-mode-menu): Move definition.
1542 (mode-line-mouse-sensitive-p): Deleted.
1543 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1544 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1545 level.
1546
1547 * startup.el (command-line-1): Don't call
1548 make-mode-line-mouse-sensitive.
1549
1550 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1551
1552 * mail/rmail.el (rmail-retry-failure): Use
1553 rmail-beginning-of-message before rmail-toggle-header, because the
1554 former toggles headers.
1555
1556 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1557
1558 * diff-mode.el (diff-kill-junk): New interactive function.
1559 (diff-reverse-direction): Use delete-and-extract-region.
1560 (diff-post-command-hook): Restrict the area so that the hook also works
1561 outside of any diff hunk. This is necessary for the minor-mode.
1562 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1563 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1564
1565 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1566 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1567 so that it can be used more easily in <foo>-mode-hook. Also make sure
1568 to avoid duplicate entries.
1569 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1570 (font-lock-remove-keywords): Just as was done for `add', allow it to
1571 work even if font-lock-mode is nil. Also make sure we don't modify
1572 any pre-existing list by forcing a copy-sequence. Finally rename
1573 `major-mode' to `mode'.
1574 (font-lock-fontify-syntactic-anchored-keywords)
1575 (font-lock-fontify-anchored-keywords)
1576 (font-lock-fontify-keywords-region): Use line-end-position.
1577 Don't make `font-lock-multiline' local (it's now done in
1578 font-lock-set-defaults).
1579 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1580 move the `font-lock-fontified' creation to inside the `unless'.
1581
1582 2000-02-06 Andrew Innes <andrewi@gnu.org>
1583
1584 * term/w32-win.el (x-handle-args): Comment out call to message,
1585 which occurs before window system is initialized.
1586
1587 * makefile.nt: Add support for recompiling lisp code.
1588
1589 2000-02-04 Dave Love <fx@gnu.org>
1590
1591 * bindings.el (mode-line-mule-info): Fix/extend last change.
1592
1593 * completion.el: Replace completion-dolist with dolist.
1594
1595 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1596 dotimes.
1597
1598 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1599
1600 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1601 environment names before they go into the section regexp.
1602
1603 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1604 char class in regexp.
1605
1606 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1607 `case-fold-search' to nil.
1608
1609 * progmodes/idlwave.el (idlwave-template): Respect
1610 `idlwave-abbrev-change-case'.
1611 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1612 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1613 idlwave-while): respect `idlwave-reserved-word-upcase'.
1614 (idlwave-rw-case): New function.
1615 (idlwave-statement-match): Fixed problem with assignment regexp.
1616 (idlwave-font-lock-keywords): Improved regexp for keyword
1617 parameters.
1618 (idlwave-surround): New argument LENGTH to support padding of
1619 operators longer than 1 char.
1620
1621 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1622 idlwave-shell-expression-overlay. Implemented printing of
1623 expressions on higher levels of the calling stack.
1624 (idlwave-shell-display-level-in-calling-stack): Restore stack
1625 level.
1626 (idlwave-retrieve-expression-from-level): New function.
1627 (idlwave-shell-last-calling-stack): Variable removed.
1628 (idlwave-shell-reset): Argument action reversed (`visible' to
1629 `hidden'). Also remove stop-line overlay.
1630 (idlwave-shell-calling-stack-routine): New variable.
1631 (idlwave-shell-parse-stack-and-display): Messages now display
1632 negative level numbers.
1633 (idlwave-shell-mode): Set `modeline-format'.
1634 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1635 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1636 21.
1637 (idlwave-shell-print-expression-function): New option.
1638
1639 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1640 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1641 `tool-bar' instead of `toolbar'.
1642
1643 2000-02-02 Dave Love <fx@gnu.org>
1644
1645 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1646 emacs-lisp-mode-hook. Don't check for defalias being defined.
1647
1648 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1649 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1650 the new builtins directly.
1651
1652 * whitespace.el (whitespace): Add :version to defgroup.
1653
1654 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1655 Doc fix.
1656
1657 * thingatpt.el (sexp-at-point, symbol-at-point)
1658 (number-at-point, list-at-point): Add autoload cookie.
1659
1660 * recentf.el (recentf): Add :version to defgroup.
1661
1662 * quickurl.el (quickurl): Add :version to defgroup.
1663
1664 * elide-head.el (elide-head): Use point-marker more.
1665
1666 * bs.el (bs): Add :version to defgroup.
1667
1668 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1669
1670 * progmodes/delphi.el (delphi): Add :version to defgroup.
1671
1672 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1673
1674 * ange-ftp.el (ange-ftp-write-region): Handle case that
1675 succeeding process operation sets a different coding system.
1676
1677 * calculator.el: New file.
1678
1679 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1680
1681 * frame.el (frames-on-display-list, framep-on-display): New
1682 functions.
1683 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1684 (display-selections-p, display-screens, display-pixel-width)
1685 (display-pixel-height, display-mm-width, display-mm-height)
1686 (display-backing-store, display-save-under, display-planes)
1687 (display-color-cells, display-visual-class): New functions.
1688
1689 * term/tty-colors.el (tty-color-gray-shades): New function.
1690
1691 * faces.el (display-color-p): Use framep-on-display.
1692 (display-grayscale-p): New function.
1693
1694 2000-01-31 Dave Love <fx@gnu.org>
1695
1696 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1697 (create-fontset-from-x-resource): Don't concat integers.
1698
1699 2000-01-31 Inge Frick <inge@nada.kth.se>
1700
1701 * view.el: Some changes in documentation. Removed some trailing
1702 whitespace. Changed some parameter names to agree with
1703 documentation.
1704 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1705 window is not deleted. Modifies change 1998-04-26.
1706
1707 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1708
1709 * windmove.el: New file.
1710
1711 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1712 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1713 progmodes/ebnf-yac.el: Update copyright and license info.
1714
1715 * jit-lock.el (jit-lock-function): Widen before calculating end
1716 position.
1717 (jit-lock-stealth-chunk-start): Rewritten.
1718
1719 * info.el (Info-title-face-alist): Removed.
1720 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1721 faces.
1722 (Info-fontify-node): Use these faces.
1723
1724 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1725
1726 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1727 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1728 `&allow-other-keywords'.
1729
1730 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1731 the list of directories scanned heuristically.
1732
1733 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1734 exist.
1735
1736 2000-01-30 Jason Rumney <jasonr@gnu.org>
1737
1738 * w32-fns.el: Define w32-tty-standard-colors.
1739
1740 * startup.el (command-line): Use w32-tty-standard-colors when in
1741 w32 console mode.
1742
1743 2000-01-30 Dave Love <fx@gnu.org>
1744
1745 * jka-compr.el (jka-compr-load): Fix up load-history.
1746
1747 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1748
1749 * emacs-lisp/cl-macs.el: Revert previous change.
1750
1751 2000-01-29 Dave Love <fx@gnu.org>
1752
1753 * facemenu.el: Purecopy various strings.
1754
1755 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1756 years. Deal with three-digit years.
1757
1758 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1759 defconst, purecopy.
1760 (help-back-label): Purecopy it.
1761
1762 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1763
1764 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1765 variable. If non-nil, order the buffer list according to the
1766 currently selected frame.
1767 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1768 non-nil, pass the selected frame to function buffer-list.
1769
1770 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1771
1772 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1773
1774 2000-01-28 Dave Love <fx@gnu.org>
1775
1776 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1777
1778 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1779 Don't use lisp-indent-hook property.
1780 (cl-abs): Remove.
1781
1782 * subr.el: Move out indent and edebug specs for when and unless.
1783
1784 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1785 when, unless.
1786
1787 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1788 unless, when.
1789
1790 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1791
1792 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1793 `collecting' as synonym for `collect'.
1794
1795 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1796 for the case it contains spaces.
1797
1798 * simple.el (what-cursor-position): Change formatting of
1799 messages.
1800
1801 * frame.el (delete-other-frames): New function.
1802 (toplevel): Bind it to C-x 5 1.
1803
1804 * sort.el (sort-numeric-base): New option.
1805 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1806 interpret it as octal or hexadecimal. Use sort-numeric-base
1807 as default base.
1808
1809 * progmodes/glasses.el: New file.
1810
1811 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1812
1813 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1814 userids differently.
1815
1816 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1817 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1818 progmodes/ebnf-yac.el: New files.
1819
1820 2000-01-26 Dave Love <fx@gnu.org>
1821
1822 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1823 on a function with an empty body. [From Eric Ludlam.]
1824
1825 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1826
1827 * vc.el (vc-version-diff): Make sure file name is expanded.
1828
1829 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1830
1831 * scroll-bar.el (scroll-bar-timer): Variable removed.
1832 (scroll-bar-toolkit-scroll): Don't use a timer.
1833
1834 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1835
1836 * language/thai-util.el (thai-composition-function): Delete
1837 superfluous `a'.
1838
1839 2000-01-24 Dave Love <fx@gnu.org>
1840
1841 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1842 end-of-defun-function.
1843
1844 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1845 &c.
1846
1847 2000-01-22 Jason Rumney <jasonr@gnu.org>
1848
1849 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1850 conflicts with new face support.
1851
1852 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1853
1854 * replace.el (query-replace): Rename last arg to DELIMITED.
1855 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1856 (query-replace-regexp): Likewise.
1857
1858 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1859
1860 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1861
1862 * emacs-lisp/lisp.el (beginning-of-defun-function):
1863 Variable renamed from beginning-of-defun.
1864 Do not call make-variable-buffer-local.
1865 (beginning-of-defun-raw): Use new variable name; doc fix.
1866 (beginning-of-defun): Doc fix.
1867 (end-of-defun-function): Variable renamed from end-of-defun.
1868 Do not call make-variable-buffer-local.
1869 (end-of-defun): Use new variable name; doc fix.
1870
1871 * subr.el (dolist, dotimes): Copied from cl-macs.el
1872 and made to work.
1873
1874 * mail/undigest.el (rmail-digest-end-regexps):
1875 Variable replaces rmail-digest-end-regexp.
1876 Allows multiple regexps for detecting the end line.
1877 (undigestify-rmail-message): Corresponding changes.
1878
1879 2000-01-19 Dave Love <fx@gnu.org>
1880
1881 * files.el (user-init-file): Don't declare here -- is primitive.
1882
1883 * startup.el (command-line): Check for compiled user-init-file and
1884 set to uncompiled version if necessary.
1885
1886 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1887
1888 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1889 (undigestify-rmail-message): Use it.
1890
1891 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1892
1893 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1894
1895 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1896 of mini-buffer.
1897
1898 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1899
1900 * emacs-lisp/copyright.el (copyright-update): Removed the
1901 requirement for a trailing space from `copyright-regexp', to
1902 support copyrights with owner specified on a separate line..
1903
1904 * align.el: New file.
1905
1906 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1907
1908 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1909
1910 2000-01-13 Dave Love <fx@gnu.org>
1911
1912 * ph.el: Removed. (Obsoleted by EUDC.)
1913
1914 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1915
1916 * net/eudc.el (toplevel): Remove autoloaded code installing
1917 menu with easymenu, because that causes build problems.
1918
1919 * frame.el (frame-notice-user-settings): New variable.
1920 (frame-notice-user-settings): Don't modify frame parameters
1921 if called a second time.
1922
1923 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1924
1925 * frame.el (frame-notice-user-settings):
1926 Notice default-frame-parameters even for non-window frames.
1927
1928 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1929
1930 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1931 for Emacs.
1932 (eudc-bob-can-display-inline-images): Extend for Emacs.
1933 (eudc-bob-toggle-inline-display): Ditto.
1934 (eudc-bob-display-jpeg): Ditto.
1935
1936 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1937
1938 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1939 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1940 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1941
1942 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1943 nil)'.
1944
1945 * subdirs.el: Add `net' directory.
1946
1947 * net: New directory.
1948
1949 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1950 eval-last-sexp. Don't bind debug-on-error here.
1951 (eval-last-sexp): New function. Bind debug-on-error if
1952 eval-expression-debug-on-error is non-nil.
1953 (eval-defun-2, eval-defun): Likewise.
1954
1955 * simple.el (eval-expression): Don't bind debug-on-error if
1956 eval-expression-debug-on-error is nil. Detect changed
1957 debug-on-error, and propagate new value to global binding, if
1958 eval-expression-debug-on-error is non-nil,
1959 (eval-expression-debug-on-error): Change doc string.
1960
1961 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1962
1963 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1964
1965 * emacs-lisp/lisp-mode.el (with-syntax-table):
1966 Set up lisp-indent-function property.
1967
1968 * subr.el (with-syntax-table): Moved from simple.el.
1969
1970 * simple.el (with-syntax-table): Moved to subr.el.
1971
1972 2000-01-11 Gerd Moellmann <gerd@gnu.org>
1973
1974 * tmm.el (tmm-shortcut): Delete region after prompt instead
1975 of erasing buffer.
1976
1977 * textmodes/fill.el (fill-common-string-prefix): New function.
1978 (fill-context-prefix): Use the longest common prefix of first
1979 and second line fill prefix, if there is one.
1980
1981 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1982
1983 * array.el (array-mode): Don't use make-variable-buffer-local.
1984 Use make-local-variable for `truncate-lines'.
1985
1986 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
1987
1988 * add-log.el (add-log-current-defun): Handle user-defined
1989 add-log-current-function returning nil,
1990
1991 * add-log.el (add-change-log-entry): Insert version number
1992 if having found a current function
1993
1994 * add-log.el (add-log-current-defun): Call
1995 `add-log-current-defun-function'. Try matches at level 0 and
1996 level 1. Strip whitespace from defun found.
1997
1998 2000-01-10 John Wiegley <johnw@gnu.org>
1999
2000 * allout.el (isearch-done/outline-provisions): Added `edit'
2001 argument to correspond with the current definition of
2002 `isearch-done'.
2003
2004 2000-01-10 Dave Love <fx@gnu.org>
2005
2006 * elide-head.el (elide-head): Use point-marker, not point.
2007
2008 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2009
2010 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2011 before and after the year 2000.
2012
2013 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2014 Add ispell- prefix.
2015
2016 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2017
2018 * ispell.el: Only define dictionaries in menus when they exist.
2019 (version18p): New variable.
2020 (version20p): New variable.
2021 (xemacsp): New variable.
2022 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2023 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2024 (ispell-dictionary-alist6): Russian command lines no longer accept
2025 run-together words.
2026 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2027 (ispell-dictionary-alist): Add koi8-r to customize definition.
2028 (check-ispell-version): Added documentation string. Returns
2029 library path when called non-interactively.
2030 (ispell-menu-map-needed): Uses new variables.
2031 (ispell-library-path): New variable.
2032 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2033 (ispell-word): Improved documentation string. Test for valid
2034 character mappings. Correctly check typed in word changes that can
2035 result in single words split into multiple words. Returns
2036 replacement word.
2037 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2038 replace in recursive query replace mode. Help message for
2039 recursive edit mode.
2040 (ispell-show-choices): Protect against bad framepop bindings.
2041 (ispell-help): Fix to work with XEmacs.
2042 (ispell-highlight-spelling-error): Use new variables.
2043 (ispell-overlay-window): Fix to work with XEmacs.
2044 (ispell-parse-output): Passed and returns location information
2045 tracking spelling corrections. Doesn't recheck same word on
2046 current line.
2047 (ispell-init-process): Protect against bogus XEmacs variable binding.
2048 Fix call to single argument in sleep-for. Use new variables.
2049 (ispell-region): Passed and returns location information tracking
2050 spelling corrections. Doesn't check same word on current line.
2051 Improved documentation string. Doesn't resend a line already
2052 checked to the ispell process - fixes bug in LaTeX parsing.
2053 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2054 (ispell-skip-region): No longer skips <TT> in SGML.
2055 (ispell-process-line): Tracks location information with spelling
2056 corrections. Added documentation string. Accounts for words
2057 already accepted on this line. Don't allow query-replace on line
2058 starting with math characters. Doesn't resend a line already sent
2059 to ispell process. Fixes alignment error bug.
2060
2061 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2062
2063 * dired-x.el (dired-guess-shell-alist-default):
2064 Suggest xloadimage, which is free, not xv, which isn't.
2065
2066 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2067 Don't ever include the host name or user name in the value.
2068
2069 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2070
2071 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2072 of a real newline.
2073
2074 2000-01-09 Stephen Eglen <stephen@gnu.org>
2075
2076 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2077 for .png files.
2078
2079 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2080
2081 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2082
2083 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2084
2085 * progmodes/cperl-mode.el: Replace ^F with ^L.
2086
2087 * sendmail.el (toplevel): Provide `sendmail' when compiling
2088 before `require'ing rmail and mailalias to prevent infinite
2089 recursion.
2090
2091 2000-01-08 Dave Love <fx@gnu.org>
2092
2093 * emacs-lisp/backquote.el: Remove inappropriate customization
2094 (allowing custom.el to use backquote).
2095
2096 2000-01-07 Dave Love <fx@gnu.org>
2097
2098 * add-log.el (add-log-debugging): Deleted.
2099 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2100 file. Remove debugging code.
2101 (change-log-get-method-definition, change-log-name): Add doc.
2102 (change-log-sortable-date-at): New function.
2103 (change-log-merge): New command.
2104
2105 * time.el (display-time-string-forms): Make the Mail string active.
2106 (display-time-update): Provide help-echo for load average.
2107
2108 * bindings.el (make-mode-line-mouse2-map): New function.
2109 (mode-line-modified): Use it and simplify.
2110 (mode-line-mule-info): Provide help-echo info.
2111 (minor-mode-alist): Activate the strings.
2112 (make-mode-line-mouse-sensitive): Simplify for
2113 mode-line-buffer-identification.
2114
2115 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2116
2117 * play/pong.el: New file.
2118
2119 2000-01-06 Dave Love <fx@gnu.org>
2120
2121 * array.el: Assorted cleanups for compiler warnings, doc strings,
2122 `array-' prefix for symbols.
2123
2124 2000-01-05 Dave Love <fx@gnu.org>
2125
2126 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2127 outline-headers-as-kill.
2128 (outline-mode): Define imenu-generic-expression.
2129 (outline-headers-as-kill): New command.
2130
2131 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2132 from paragraph-start.
2133 (paragraph-indent-minor-mode): New command.
2134
2135 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2136 M-C-e, M-C-h, C-j, C-xnd, TAB.
2137 (fortran-mode): Set beginning-of-defun, end-of-defun.
2138 (fortran-column-ruler): Simplify.
2139 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2140 (fortran-with-subprogram-narrowing): Likewise.
2141 (fortran-indent-subprogram): Call mark-defun.
2142 (fortran-check-for-matching-do): Change narrowing.
2143
2144 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2145 (cl-lucid-hash-tag): Delete.
2146 (cl-hash-table-p): Correct test for native table.
2147 (cl-hash-table-count): Use hash-table-count.
2148
2149 * browse-url.el (browse-url): Fix case of
2150 browse-url-browser-function being an alist.
2151
2152 2000-01-05 Carsten Dominik <cd@gnu.org>
2153
2154 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2155 (reftex-index-phrase-file-extension): New options.
2156
2157 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2158 Use new option `reftex-index-phrase-file-extension'.
2159
2160 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2161 `reftex-parse-file-extension'.
2162
2163 2000-01-05 Dave Love <fx@gnu.org>
2164
2165 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2166 (beginning-of-defun-raw): Use it.
2167 (end-of-defun): New variable.
2168 (end-of-defun): Use it.
2169 (check-parens): New command.
2170
2171 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2172
2173 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2174 (hs-show-block): Don't use `mapcar' when not accumulating.
2175
2176 Fix buglet in local variables initialization.
2177
2178 2000-01-05 Andreas Schwab <schwab@suse.de>
2179
2180 * hscroll.el (hscroll): Doc fix.
2181
2182 2000-01-05 Carsten Dominik <cd@gnu.org>
2183
2184 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2185 idlw-toolbar.
2186
2187 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2188 file idlw-rinfo.el.
2189 (idlwave-customize): load must read file idlw-shell.el.
2190 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2191
2192 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2193
2194 * progmodes/idlw-shell.el: Also provide idlwave-shell
2195 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2196 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2197
2198 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2199 both reftex-dcr and reftex-vcr.
2200
2201 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2202
2203 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2204
2205 * ps-print.el: PostScript code now is in separate files, doc fix.
2206 (ps-print-version): New version number (5.0.3).
2207 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2208 local.
2209 (ps-spool-config): Initialization fix.
2210 (ps-print-prologue-1, ps-print-prologue-2)
2211 (ps-print-duplex-feature): PostScript code moved to separated file.
2212 (ps-background-image): Little code reformating.
2213 (ps-begin-file, ps-begin-job): Fix code.
2214 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2215 (ps-prologue-file): New fun.
2216
2217 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2218
2219 * ps-vars.el: Eliminated.
2220
2221 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2222 `;;;###autoload'.
2223
2224 * ps-print.el: ps-vars eliminated, doc fix.
2225 (ps-print-version): New version number (5.0.2).
2226 (ps-spool-config): Initialization fix.
2227 (ps-print-customize): New fun.
2228
2229 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2230
2231 * autorevert.el (auto-revert-mode): Return value of
2232 auto-revert-mode.
2233
2234 2000-01-04 Dave Love <fx@gnu.org>
2235
2236 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2237 menu items.
2238
2239 2000-01-03 Dave Love <fx@gnu.org>
2240
2241 * elide-head.el (elide-head) [defgroup]: Add :version.
2242
2243 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2244 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2245 `cl-hash-table-p', not `hash-table-p'.
2246 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2247
2248 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2249
2250 * faces.el (face-read-integer, read-face-attribute)
2251 (color-defined-p, color-values): unspecified-{f,b}g are now
2252 strings.
2253
2254 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2255
2256 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2257 at comment end, and re-insert them after filling.
2258
2259 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2260
2261 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2262 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2263 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2264
2265 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2266
2267 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2268 the new name of face-color-supported-p.
2269
2270 * term/w32-win.el (xw-defined-colors): Likewise.
2271
2272 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2273
2274 * simple.el (completion-setup-function): Count completion-size
2275 from minibuffer-prompt-end, not from point-min.
2276
2277 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2278
2279 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2280 Pass the frame to tty-color-* functions.
2281 (display-color-p, frame-set-background-mode): Pass the frame to
2282 tty-display-color-p.
2283
2284 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2285 tty-color-alist.
2286 (tty-color-alist, tty-modify-color-alist): New functions.
2287 (tty-color-define, tty-color-clear, tty-color-approximate)
2288 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2289 an optional parameter FRAME.
2290
2291 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2292
2293 * image.el (create-image, defimage): Don't assume image data is a
2294 string.
2295
2296 * image.el (defimage): Handle specifications containing :data
2297 instead of :file.
2298 (image-type-from-data): New function.
2299 (image-type-from-file-header): Use it.
2300 (create-image): Add parameter DATA-P.
2301
2302 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2303
2304 * echistory.el (electric-command-history): Call Command-history-setup
2305 and command-history-mode using their new conventions.
2306
2307 * chistory.el (Command-history-setup): Don't switch buffers. Take
2308 no args, and do not set major-mode, mode-name or the local map.
2309 (command-history-mode): New function, does some of those things
2310 Command-history-setup used to do.
2311 (list-command-history): Call command-history-mode, not
2312 Command-history-setup.
2313 (command-history): Renamed from command-history-mode.
2314
2315 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2316
2317 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2318
2319 1999-12-31 William M. Perry <wmperry@aventail.com>
2320
2321 * image.el (defimage): Images with the `:data' keyword should be
2322 considered valid as well.
2323
2324 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2325
2326 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2327 with FILE if FILE is nil.
2328
2329 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2330
2331 * simple.el (choose-completion-string): In minibuffer,
2332 do not delete the prompt string.
2333
2334 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2335
2336 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2337 assigned to mode-line-mode-menu because bindings.el is dumped with
2338 Emacs, and thus the lists used for menu-item definition will be
2339 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2340 like pure menu item definitions.
2341
2342 * expand.el (expand-abbrev-hook): Return t if expansion was
2343 done, nil otherwise.
2344
2345 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2346
2347 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2348 (tar-quit): Function deleted.
2349
2350 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2351
2352 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2353 was used but not declared.
2354
2355 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2356 hs-find-block-beginning): Add or modify docstrings.
2357
2358 (hs-isearch-show): Rewrite.
2359
2360 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2361
2362 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2363
2364 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2365 space in front of a C-style comment end.
2366
2367 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2368
2369 * startup.el (command-line-1): Make mode line mouse-sensitive for
2370 the MS-DOS version as well.
2371
2372 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2373
2374 * bs.el: New file.
2375
2376 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2377
2378 * textmodes/ispell.el (ispell-process-line):
2379 Add local var line-offset to adjust for the change
2380 in positions within the line, due to previous replacements.
2381
2382 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2383
2384 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2385 Doc fixes.
2386
2387 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2388
2389 * add-log.el (change-log-version-number-regexp-list)
2390 (change-log-version-info-enabled): Change :version to 21.1.
2391 (toplevel): Require CL when compiling.
2392
2393 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2394
2395 * add-log.el (change-log-version-number-regexp-list): Added tag
2396 :version 20.6
2397 (change-log-version-info-enabled): Added tag :version 20.6
2398
2399 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2400
2401 * add-log.el: More general version number search with
2402 user-configurable regexp list.
2403 (change-log-version-number-regexp-list): New user variable.
2404 (change-log-find-version): Rewritten. Use user-configurable
2405 version numbering regexp list
2406 change-log-version-number-regexp-list.
2407 (change-log-find-version): Renamed to
2408 change-log-version-number-search
2409 (add-log-file-name-function): New.
2410 (change-log-search-vc-number): Added END paramaeter. Added doc
2411 string to function.
2412 (change-log-version-rcs): Renamed. Was
2413 change-log-search-vc-number.
2414
2415 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2416
2417 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2418 overlays if they interfere.
2419 (compilation-find-file): Make intangible overlays tangible.
2420
2421 * progmodes/hideshow.el: Generally, synch w/ maintainer
2422 version 5.9.
2423
2424 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2425
2426 (hs-minor-mode-hook): Don't initialize.
2427
2428 (hs-special-modes-alist): Rewrite value and docstring.
2429
2430 (hs-minor-mode-prefix): Delete unused var.
2431
2432 (hs-block-start-mdata-select): New var, buffer local.
2433
2434 (hs-headline): New var.
2435
2436 (hs-match-data, hs-forward-sexp): New funcs.
2437
2438 (hs-hide-comment-region): New func.
2439
2440 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2441 hs-safety-is-job-n, hs-hide-initial-comment-block,
2442 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2443 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2444 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2445 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2446 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2447
2448 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2449 (hs-isearch-show-temporary): New funcs.
2450
2451 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2452
2453 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2454
2455 When constructing menu, use `[(shift button2)]' notation.
2456
2457 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2458
2459 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2460 (jka-compr-compression-info-list): Add new elt to each vector.
2461 (jka-compr-write-region): Don't compress the data if it is
2462 already compressed.
2463
2464 * jka-compr.el (jka-compr-really-do-compress): New variable.
2465 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2466 if visiting.
2467 (jka-compr-write-region): Set jka-compr-really-do-compress
2468 if visiting. Test it when deciding to compress.
2469
2470 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2471
2472 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2473 with third argument t.
2474
2475 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2476
2477 * antlr-mode.el: Version 1.2 is released.
2478 (antlr): This package has a web page.
2479
2480 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2481
2482 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2483 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2484 (antlr-mode-map): New binding [C-c C-c].
2485 (antlr-mode-menu): New entries.
2486
2487 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2488
2489 * antlr-mode.el: Respect Emacs conventions.
2490 ((require 'cl)): Only use during compilation.
2491 (antlr-language-for-option): New function to avoid using `find'.
2492 (antlr-mode): Use it.
2493 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2494 (antlr-imenu-create-index-function): Change accordingly.
2495 (antlr-inside-rule-p): Ditto.
2496 (antlr-end-of-rule): Ditto.
2497 (antlr-end-of-body): Ditto.
2498 (antlr-beginning-of-rule): Ditto.
2499 (antlr-indent-line): Ditto.
2500
2501 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2502
2503 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2504 (antlr-set-tabs): Don't use hard-coded values.
2505
2506 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2507 won't be possible without a huge time penalty.
2508 (antlr-skip-exception-part): Be more specific.
2509 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2510 Renamed from `antlr-skip-grammar-header'.
2511 (antlr-next-rule): Change accordingly.
2512 (antlr-end-of-body): Ditto. Better error message.
2513 (antlr-beginning-of-body): Better error message.
2514 (antlr-imenu-create-index-function): Skip rule action prelude.
2515
2516 * antlr-mode.el: Minor syntax highlighting changes.
2517 (antlr-font-lock-default-face): Deletia.
2518 (antlr-font-lock-tokendef-face): Changed color.
2519 (antlr-font-lock-tokenref-face): Changed color.
2520 (antlr-font-lock-literal-face): Changed color.
2521 (antlr-font-lock-additional-keywords): Minor changes.
2522
2523 1999-12-20 Carsten Dominik <cd@gnu.org>
2524
2525 * progmodes/idlwave.el: New file.
2526
2527 * progmodes/idlwave-rinfo.el: New file.
2528
2529 * progmodes/idlwave-shell.el: New file.
2530
2531 * progmodes/idlwave-toolbar.el: New file.
2532
2533 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2534
2535 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2536
2537 * progmodes/cwarn.el: New file.
2538
2539 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2540
2541 * bindings.el (completion-ignored-extensions): Add .pdf.
2542
2543 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2544
2545 * version.el: Put the version info into binary on MS-DOS as well.
2546
2547 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2548
2549 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2550 debugger-may-continue is nil.
2551
2552 1999-12-18 Dave Love <fx@gnu.org>
2553
2554 * emacs-lisp/cl-macs.el: Remove conditional definition of
2555 eval-when-compile. Don't specify abs, expt, gethash,
2556 hash-table-count, hash-table-p as side-effect-free here.
2557 (cl-emacs-type): Don't declare.
2558 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2559 (cl-parse-loop-clause): Remove compatibility code.
2560
2561 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2562 (side-effect-free-fns): Add gethash, hash-table-count.
2563 (side-effect-and-error-free-fns): Add hash-table-p.
2564
2565 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2566 `cl-' to autoload names for some hash functions. Don't autoload
2567 eval-when-compile. Don't provide mini-cl.
2568 (cl-emacs-type): Remove.
2569 (cl-map-extents): Remove compatibility code.
2570
2571 * emacs-lisp/float.el: Bind free variables.
2572
2573 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2574
2575 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2576
2577 * bindings.el (completion-ignored-extensions): Add .tfm.
2578
2579 1999-12-16 Dave Love <fx@gnu.org>
2580
2581 * faces.el (set-face-attribute): Purecopy the attributes set.
2582
2583 * custom.el (custom-declare-variable): Purecopy value.
2584
2585 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2586 (byte-extrude-byte-code-vectors): Use remprop.
2587 (byte-compile-lambda): Check that arg is a lambda.
2588
2589 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2590
2591 * font-lock.el: System for adding and removing keywords.
2592 Both local (previously added keyword) and global keywords
2593 can be removed.
2594 (font-lock-remove-keywords): New user-level function.
2595 (font-lock-update-removed-keyword-alist): New internal function.
2596 (font-lock-removed-keywords-alist): New variable.
2597 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2598 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2599 growing datastructures.
2600 (font-lock-set-defaults): Removes keywords stored in
2601 `font-lock-removed-keywords-alist' after local keywords added.
2602
2603 1999-12-16 Anders Lindgren <andersl@andersl.com>
2604
2605 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2606 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2607
2608 * font-lock.el (c-keywords): Only highlight preprocessor
2609 directives when spelled correctly.
2610
2611 * font-lock.el (font-lock-match-c++-structor-declaration,
2612 c++-keywords): Fontify constructors and destructors with function
2613 face inside C++ class declarations.
2614
2615 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2616
2617 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2618 the shell from sh-shell-file.
2619
2620 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2621
2622 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2623
2624 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2625 if one of the files specified cannot be accessed by
2626 file-attributes. Do not strip any leading directories from the
2627 file names, to behave more like `ls' does.
2628
2629 * dired.el (dired-get-filename): Handle absolute file names.
2630 (dired-readin-insert): If argument is a cons, don't print
2631 "wildcard" on the ``total'' line.
2632
2633 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2634
2635 * faces.el (face-read-integer, read-face-attribute)
2636 (color-defined-p, color-values): Allow color values unspecified-fg
2637 and unspecified-bg, handle them as unspecified.
2638
2639 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2640
2641 * textmodes/reftex.el: (reftex-compile-variables): respect new
2642 structure of `reftex-index-macro'
2643 (reftex-compile-variables): Use the changed structure of
2644 `reftex-label-alist'.
2645
2646 * textmodes/reftex-vars.el (reftex-index-math-format,
2647 (reftex-toc-max-level): New option.
2648 reftex-index-phrases-search-whole-words,
2649 reftex-index-phrases-case-fold-search,
2650 reftex-index-phrases-skip-indexed-matches,
2651 reftex-index-phrases-wrap-long-lines,
2652 reftex-index-phrases-sort-prefers-entry,
2653 reftex-index-phrases-sort-in-blocks): New options.
2654 (reftex-index-macros): Option structure changed.
2655 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2656 (reftex-label-alist): Additional item in each entry to specify if
2657 the environment should be listed in the TOC.
2658 (eval-when-compile (require 'cl)) added.
2659
2660 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2661 longer deals with "repeat".
2662 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2663 now used.
2664 (reftex-index-phrases-comment-regexp,
2665 reftex-index-phrases-macrodef-regexp,
2666 reftex-index-phrases-phrase-regexp1,
2667 reftex-index-phrases-phrase-regexp2,
2668 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2669 New constants.
2670 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2671 reftex-index-phrases-font-lock-keywords,
2672 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2673 reftex-index-phrases-restrict-file): New variables.
2674 (reftex-index-phrase-selection-or-word,
2675 reftex-index-visit-phrases-buffer,
2676 reftex-index-initialize-phrases-buffer,
2677 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2678 reftex-index-next-phrase, reftex-index-this-phrase,
2679 reftex-index-all-phrases, reftex-index-region-phrases,
2680 reftex-index-phrases-parse-header,
2681 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2682 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2683 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2684 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2685 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2686 reftex-index-make-replace-string,
2687 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2688 reftex-index-phrase-match-is-indexed,
2689 reftex-index-phrases-fixup-line,
2690 reftex-index-phrases-replace-space,
2691 reftex-index-select-phrases-macro): New functions.
2692 (reftex-index-globalize, reftex-index-globally): functions removed
2693 (eval-when-compile (require 'cl)) added.
2694
2695 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2696 for max level.
2697 (reftex-toc-max-level-indicator): New variable.
2698 (reftex-toc-max-level): New command.
2699 (reftex-toc-map): New keybinding `t'.
2700 (reftex-toc-help): Constant updated.
2701 (eval-when-compile (require 'cl)) added.
2702
2703 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2704 `t' command key can change `reftex-toc-max-level'
2705 (eval-when-compile (require 'cl)) added.
2706
2707 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2708 `reftex-toc-max-level'
2709 (eval-when-compile (require 'cl)) added.
2710
2711 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2712 added.
2713
2714 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2715 added.
2716
2717 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2718 commands.
2719 (reftex-citation, reftex-do-citation,
2720 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2721 preselect a citation format.
2722 (eval-when-compile (require 'cl)) added.
2723
2724 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2725 parameter to-end
2726 (reftex-section-info): Deal with environment matches.
2727 (eval-when-compile (require 'cl)) added.
2728
2729 * reftex-global.el (eval-when-compile (require 'cl)) added.
2730
2731 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2732
2733 The following changes are for the new composition mechanism. We
2734 have deleted `composition' charset and composite characters,
2735 instead introduced a special text property `composition'.
2736
2737 * composite.el: New file.
2738
2739 * ps-mule.el: Define encode-composition-rule and find-composition
2740 for Emacs 20.4 and the earlier versions.
2741 (ps-mule-init-external-library): Just require a feature for
2742 external libraries.
2743 (ps-mule-prologue): Postscript code modified for new composition.
2744 (ps-mule-find-wrappoint): New arg COMPOSITION.
2745 (ps-mule-plot-string): Delete code for composite characaters.
2746 (ps-mule-plot-composition): New funcion.
2747 (ps-mule-prepare-font-for-components): New function.
2748 (ps-mule-plot-components): New function.
2749 (ps-mule-composition-prologue-generated): Renamed from
2750 ps-mule-cmpchar-prologue-generated.
2751 (ps-mule-composition-prologue): New named from
2752 ps-mule-cmpchar-prologue. Modified for new composition.
2753 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2754 ps-mule-prepare-cmpchar-font): Deleted.
2755 (ps-mule-string-encoding): New arg NO-SETFONT.
2756 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2757 check Composing, not Cmpchar
2758 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2759 to nil.
2760 (ps-mule-begin-job): Check existence of new composition.
2761
2762 * ps-print.el (ps-plot-region): Handle new composition.
2763
2764 * simple.el (what-cursor-position): Show "(composed)" if the
2765 character is composed.
2766
2767 * international/characters.el: Fix cateogries of Lao symbols.
2768
2769 * international/fontset.el (vertical-centering-font-regexp): New
2770 variable.
2771
2772 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2773 (mule-version-date): Updated to 1999.12.7.
2774 (with-category-table): New macro.
2775
2776 * international/mule-cmds.el (encode-coding-char): Don't check
2777 composite character.
2778
2779 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2780 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2781 x-ctext): Give `composition' property t.
2782
2783 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2784 non-nil) at the tail of ALIST.
2785 (compose-region, decompose-region, decompse-string,
2786 reference-point-alist, compose-chars): Moved to composite.el.
2787 (compose-chars-component, compose-chars-rule,
2788 decompose-composite-char): Deleted.
2789
2790 * international/quail.el (quail-install-map): New optional arg
2791 NAME.
2792 (quail-get-translation): If DEF is a symbol but not a function,
2793 ignore it.
2794 (quail-start-translation): Put a key sequence undefined in the
2795 translation keymap in unread-command-events, not generated-events.
2796 Return parameterized event (compose-last-chars N) if the input
2797 characters should be composed.
2798 (quail-map-definition): If DEF is t, treat it as nil.
2799 (quail-delete-last-char): Delete the quail region.
2800 (quail-show-translations): Don't show list of translations if the
2801 quail package is deterministic.
2802 (quail-completion-max-depth): New variable.
2803 (quail-completion-1): Pay attention to the above variable. Fix
2804 for the case that a translation is a function.
2805 (quail-map-from-table, quail-map-from-table-1,
2806 quail-map-from-table-2): New functions.
2807 (quail-lookup-map-and-concat): New function
2808
2809 * language/devan-util.el: Mostly rewritten.
2810
2811 * language/lao.el: Register lao-composition-function in
2812 composition-function-table.
2813
2814 * language/lao-util.el: Mostly rewritten.
2815
2816 * language/thai.el: Register thai-composition-function in
2817 composition-function-table.
2818 (thai-tis620): Delete `pre-write-conversion' property.
2819
2820 * language/thai-util.el: (thai-category-table): Make it by
2821 make-category-table.
2822 (thai-composition-pattern): New variable.
2823 (thai-compose-region, thai-compose-string): Use
2824 with-category-table.
2825 (thai-post-read-conversion): Just call thai-compose-region.
2826 (thai-pre-write-conversion): Deleted.
2827 (thai-composition-function): New funciton.
2828
2829 * language/tibet-util.el: Most functions rewritten.
2830 (tibetan-char-p): Renamed from tibetan-char-examin.
2831 (tibetan-composable-examin) (tibetan-complete-char-examin)
2832 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2833 (tibetan-add-components): New function.
2834 (tibetan-composition-function): New function.
2835
2836 * language/tibetan.el: Register tibetan-composition-function in
2837 composition-function-table.
2838 (tibetan-composable-pattern): New variable.
2839 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2840 (tibetan-precomposition-rule-alist): Move punctuations to
2841 tibetan-punctuation-transcription-alist and
2842 tibetan-obsolete-glyphs.
2843 (tibetan-punctuation-transcription-alist): New variable.
2844 (tibetan-obsolete-glyphs): New variable.
2845 (tibetan-regexp): Improve the initialization code.
2846
2847 * textmodes/fill.el (fill-find-break-point): Delete codes for
2848 composite characters.
2849 (fill-region-as-paragraph): Likewise.
2850
2851 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2852
2853 * international/mule-cmds.el (default-input-method): Specify
2854 that it should be set after current-language-environment.
2855
2856 * custom.el (custom-handle-keyword): Add :set-after.
2857 (custom-add-dependencies): New function.
2858 (custom-set-variables): Take dependencies between args into
2859 account.
2860
2861 * battery.el (battery): Doc fix.
2862
2863 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2864
2865 * progmodes/cc-make.el: Removed.
2866
2867 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2868
2869 * Release of cc-mode 5.26
2870
2871 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2872
2873 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2874 target depth. Optionally count #else lines as clause limits,
2875 as suggested by don provan <provan@lucent.com>. #elif
2876 handling fixed.
2877
2878 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2879 (c-down-conditional-with-else): New commands that uses the
2880 added functionality in `c-forward-conditional'.
2881
2882 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2883
2884 * cc-align.el (c-lineup-comment): Preserve the alignment with
2885 a comment on the previous line instead of preserving the
2886 comment-column.
2887
2888 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2889
2890 * Fixes to IDL mode after input from Eric Eide
2891 <eeide@cs.utah.edu>:
2892 * cc-engine.el (c-beginning-of-statement-1): Allow
2893 `c-conditional-key' to be nil, for the benefit of IDL mode.
2894 * cc-engine.el (c-guess-basic-syntax): Ditto.
2895 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2896 but do match CORBA 2.3 `valuetype'.
2897 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2898 for IDL.
2899 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2900 be nil for IDL.
2901 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2902 Like C++.
2903 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2904 set `c-method-key' and `c-baseclass-key' to nil.
2905
2906 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2907
2908 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2909 with nonhanging open braces.
2910
2911 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2912
2913 * cc-align.el: Added docstrings to all lineup functions.
2914
2915 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2916 keyword.
2917
2918 * cc-align.el (c-lineup-C-comments): Handle free form text
2919 comments. Use c-comment-prefix-regexp and comment-start-skip
2920 instead of hardcoded regexps.
2921
2922 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2923
2924 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2925 behavior and return value as documented.
2926
2927 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2928
2929 * Changes for new style variable init system:
2930 * cc-langs.el (c-common-init): Dito.
2931 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2932 now customizable.
2933 * cc-vars.el: Style variables may now take a value
2934 'set-from-style to make them take their value from the style
2935 system. This value is now the default on all these variables.
2936 * cc-vars.el (c-valid-offset): New function to verify a
2937 syntactic symbol offset setting.
2938 * cc-vars.el (c-offsets-alist): Variable moved from
2939 cc-styles.el since it's now customizable in a similar way to
2940 the other style variables.
2941 * cc-vars.el (c-old-style-variable-behavior): New variable to
2942 revert to the old style init behavior.
2943
2944 * cc-vars.el (c-file-style, c-file-offsets): Made always
2945 buffer local.
2946
2947 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2948 the throws clause that might follow the function prototype in
2949 C++.
2950
2951 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2952
2953 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2954 could move forward for macros that doesn't start in column 0.
2955
2956 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2957
2958 * cc-align.el (c-indent-multi-line-block,
2959 c-lineup-whitesmith-in-block): Two new lineup functions for
2960 use in whitesmith style.
2961
2962 * cc-styles.el (c-style-alist): More fixes to whitesmith
2963 style. It should now handle all different braces uniformly in
2964 both hanging and non-hanging cases.
2965
2966 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2967
2968 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2969 make it stay in the same position relative to the surrounding
2970 text.
2971
2972 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2973 when adaptive-fill-mode doesn't manage to get it correct.
2974
2975 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2976 with dotted notation, e.g. foo.bar.Gnu.
2977
2978 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2979 within unwind-protect (previously only some were wrapped so it
2980 would be possible to register mode initialization when full
2981 initialization did not finish).
2982
2983 * cc-styles.el (c-style-alist): Corrected the brace placement
2984 in the whitesmith style. Thanks to Sean Luke
2985 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
2986 styles with consistent brace placement for all constructs.
2987
2988 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2989
2990 * cc-cmds.el (c-context-line-break): Continue C++ comments too
2991 when point is in the middle of them.
2992
2993 * cc-cmds.el: Line breaking and paragraph filling code
2994 rewritten:
2995 (c-guess-fill-prefix): New function that uses various
2996 heuristics to guess the comment prefix.
2997 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2998 It now assumes adaptive filling is active to preserve the line
2999 prefix inside comments.
3000 (c-indent-new-comment-line): Replacement for the now
3001 obsolete `c-comment-line-break-function' that uses
3002 `c-guess-fill-prefix' when appropriate. It now observes the
3003 setting of `comment-multi-line', which has effect in C-style
3004 block comments.
3005
3006 * cc-cmds.el (c-context-line-break): New function intended to
3007 be put on RET. It's essentially `newline-and-indent', but
3008 continues C block comments with the appropriate line prefix.
3009
3010 * cc-cmds.el (c-do-auto-fill): New function put on
3011 `normal-auto-fill-function' to implement the
3012 `c-ignore-auto-fill' variable.
3013
3014 * cc-cmds.el (c-beginning-of-statement): Use
3015 `c-comment-prefix-regexp' to avoid ending up inside the
3016 comment prefix. Better handling of comment starters and
3017 enders. Catch comments better when traversing code. Stop at
3018 preprocessor directives.
3019
3020 * cc-defs.el (c-forward-comment): New subst to hide platform
3021 dependent quirks in `forward-comment'.
3022
3023 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3024 argument.
3025 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3026 arguments. Activate this function by default when
3027 `parse-partial-sexp' supports it (currently Emacs 20.x).
3028
3029 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3030 on the comment opener to make constants usable as lineup
3031 arguments.
3032
3033 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3034 changed anchor position in the `c' syntactic symbol. Handle
3035 more than stars in the comment prefix; use the new variable
3036 `c-comment-prefix-regexp'. Don't indent text not preceded by
3037 a comment prefix to the right of the comment opener if it's
3038 long.
3039
3040 * cc-langs.el: Fixes to mode initialization for new line
3041 breaking and paragraph filling method. Adaptive fill mode is
3042 now activated at startup instead of deactivated. The
3043 variables used for adaptive filling and paragraph movement are
3044 also changed to incorporate the value of
3045 `c-comment-prefix-regexp'. `substitute-key-definition' is
3046 used to override some functions in the global map instead of
3047 overriding their default bindings.
3048
3049 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3050 javadoc markup at mode init.
3051
3052 * cc-mode.el (c-setup-filladapt): A new convenience function
3053 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3054 function is intended to be used explicitly by the end user
3055 only.
3056
3057 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3058 recognize the comment fill prefix inside comments.
3059 (c-block-comment-prefix): New name for
3060 `c-comment-contiuation-stars', which is now obsolete. It's
3061 generalized to handle any character sequence.
3062 (c-ignore-auto-fill): New variable used to selectively disable
3063 Auto Fill mode in specific contexts.
3064
3065 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3066
3067 * cc-cmds.el (c-comment-indent): Leave at least one space
3068 between the comment and the last nonblank character in the
3069 case where we look at the indentation of the comment on the
3070 previous line (case 4).
3071
3072 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3073 list of characters that may start a statement (it's a sort of
3074 prefix operator in Pike, and isn't used at all in any of the
3075 other languages).
3076
3077 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3078
3079 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3080 inside continued statements as statement-cont instead of
3081 brace-list-open. The reason is that one normally adjusts
3082 brace-list-open for brace lists as top-level constructs, and
3083 brace lists inside statements is a completely different
3084 context. Case 10B.2 changed. Also changed (the somewhat
3085 esoteric) case 9A to cope with this.
3086
3087 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3088
3089 * cc-cmds.el (c-electric-brace): Added electric handling of
3090 the open brace for brace-elseif-brace.
3091
3092 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3093
3094 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3095 syntax tables temporarily.
3096
3097 * cc-engine.el (c-guess-basic-syntax): Handle template and
3098 member init argument lists split over several lines. Case 5D
3099 changed.
3100
3101 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3102 @throws introduced in Javadoc 1.2.
3103
3104 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3105 patch from RMS to avoid infinite backtracking.
3106
3107 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3108
3109 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3110 by [ ].
3111
3112 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3113
3114 * cc-align.el (c-lineup-dont-change): Compensate properly for
3115 the column in langelem.
3116
3117 * cc-engine.el (c-syntactic-information-on-region): New
3118 function to help debugging the syntactic analysis.
3119
3120 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3121
3122 * cc-align.el (c-lineup-template-args): Handle nested template
3123 arglists.
3124
3125 * cc-langs.el (c++-template-syntax-table): New syntax table
3126 that makes `<' and `>' parenthesis characters, which is useful
3127 to switch to temporarily when analyzing template arglists.
3128
3129 * cc-styles.el: Changed default alignment of labels in the
3130 java style to conform to the examples in the Java Language
3131 Specification.
3132
3133 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3134 by default.
3135
3136 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3137
3138 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3139 immediately before the closing paren in an arglist, so don't
3140 check that in Pike mode. Case 7A changed.
3141
3142 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3143
3144 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3145 lines were ignored under certain conditions.
3146
3147 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3148
3149 * cc-align.el (c-lineup-template-args): New function for
3150 aligning continued template argument lists.
3151
3152 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3153 lists containing function arglists split over several lines.
3154 Case 5D.1 changed.
3155
3156 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3157 template-args-cont didn't get recognized when the first
3158 arglist opener line doesn't contain a template argument. New
3159 case 5K.
3160
3161 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3162
3163 * cc-defs.el (c-point): Changed from subst to macro for
3164 efficiency.
3165 (c-beginning-of-defun-1, c-end-of-defun-1): New
3166 beginning-of-defun/end-of-defun wrappers separated from
3167 c-point.
3168
3169 * cc-menus.el (imenu-generic-expression,
3170 imenu-case-fold-search, imenu-progress-message): Dummy
3171 definitions to avoid compiler warnings if imenu can't be
3172 loaded.
3173 * cc-menus.el (cc-imenu-init): New function called at mode
3174 init.
3175 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3176 imenu initializations to cc-imenu-init.
3177
3178 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3179
3180 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3181 for lambda-intro-cont in Pike mode. Case 6 changed.
3182
3183 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3184 anything following "new Foo()" was considered an anonymous
3185 class body in Java mode.
3186
3187 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3188
3189 * cc-cmds.el (c-comment-line-break-function): When breaking in
3190 a string, don't insert a new line.
3191
3192 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3193
3194 * cc-engine.el (c-at-toplevel-p): New interface function which
3195 returns information useful to add-on authors. It tells you
3196 whether you're at a toplevel statement or not.
3197
3198 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3199
3200 * cc-cmds.el (c-comment-line-break-function): It is possible
3201 that forward-line does not land us at the bol, say if we're on
3202 the last line in a file. In that case, do a
3203 back-to-indentation instead of a forward-comment -1.
3204
3205 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3206
3207 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3208 "default:" as normal label in case 4.
3209
3210 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3211
3212 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3213 recognize continued bitfield declarations. Case 5D.1 changed.
3214 * cc-langs.el: New variable c-bitfield-key.
3215 * cc-mode.el: New variable c-bitfield-key.
3216
3217 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3218
3219 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3220 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3221 ..}").
3222
3223 1999-12-12 Dave Love <fx@gnu.org>
3224
3225 * mail/footnote.el: Require cl when compiling. Don't autoload
3226 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3227 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3228 Avoid `acons'.
3229 (footnote-mode-line-string, Footnote-add-footnote): Remove
3230 autoload cookie.
3231
3232 1999-12-12 Richard Sharman <rsharman@pobox.com>
3233
3234 * sh-script.el: Fix for when font-lock mode is active.
3235 (sh-font-lock-unfontify-region-function): New function.
3236
3237 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3238
3239 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3240 if start-process is not bound, since Ispell now supports such
3241 platforms as well.
3242
3243 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3244
3245 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3246 rmail-summary-goto-msg.
3247
3248 * files.el (after-find-file): Fix previous change.
3249
3250 1999-12-11 Dave Love <fx@gnu.org>
3251
3252 * help.el (where-is): Use `commandp' as predicate for
3253 `completing-read'
3254
3255 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3256
3257 * cus-edit.el (custom-save-delete): Delete all occurrences,
3258 leave point where the first occurrence was.
3259 (custom-save-faces): Insert a newline at the end of the comment.
3260 Avoid a double newline there.
3261 If final closeparen is at bol, put a space before it.
3262 (custom-save-variables): Likewise.
3263 (custom-file): Doc fix.
3264
3265 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3266
3267 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3268 regexp matching image and audio files.
3269
3270 1999-12-09 Dave Love <fx@gnu.org>
3271
3272 * mail/footnote.el: New file.
3273
3274 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3275
3276 * files.el (after-find-file): Use auto-save-visited-file-name if
3277 set.
3278
3279 * mail/feedmail.el (feedmail-find-eoh): Take
3280 feedmail-queue-alternative-mail-header-separator into account.
3281
3282 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3283
3284 * smerge-mode.el: New file.
3285
3286 * font-lock.el (font-lock-multiline): New variable.
3287 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3288 (font-lock-remove-keywords): Added a dummy `mode' argument for
3289 potential future support.
3290 (font-lock-fontify-anchored-keywords,
3291 (font-lock-fontify-keywords-region): Only handle multiline strings
3292 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3293
3294 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3295
3296 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3297
3298 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3299
3300 1999-12-07 Dave Love <fx@gnu.org>
3301
3302 * help.el (view-emacs-problems): New command, bound to C-h P.
3303
3304 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3305
3306 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3307
3308 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3309 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3310 New code to support the minor mode version.
3311 (diff-recenter): New function.
3312 (diff-next-hunk, diff-next-file): Use it.
3313 (diff-remembered-files-alist): New var.
3314 (diff-merge-strings): New function.
3315 (diff-find-file-name): Make it smarter and use the user's input more.
3316 (diff-mode): Cosmetic changes.
3317
3318 * files.el (save-some-buffers): Turn EXITING into the more general
3319 PRED argument to allow specifying a subset of buffers.
3320
3321 * simple.el (kill-region): Use the new `delete-and-extract-region'
3322 rather than the undo log (which is incorrect with *-change-functions).
3323
3324 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3325 off-by-one problem that could force re-fontifying the whole buffer.
3326 (font-lock-remove-keywords): New function.
3327 (font-lock-add-keywords): Use the new function to ensure idempotence.
3328
3329 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3330
3331 * viper-cmd.el (viper-minibuffer-standard-hook,
3332 viper-minibuffer-real-start): Mew functions.
3333 (viper-read-string-with-history,viper-file-add-suffix,
3334 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3335 change in the status of the minibuffer prompt.
3336
3337 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3338
3339 * comint.el (comint-redirect-results-list)
3340 (comint-redirect-results-list-from-process): Remove interactive
3341 spec.
3342
3343 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3344
3345 * info.el (info-node, info-menu-5, info-xref): Define colors for
3346 Info faces if the display supports them.
3347
3348 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3349
3350 Changes for automatic remapping of X colors on terminal frames:
3351
3352 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3353 term-setup-hook. Call msdos-remember-default-colors and
3354 msdos-handle-reverse-video.
3355 (msdos-face-setup): Parts of code moved to
3356 msdos-setup-initial-frame.
3357 (msdos-handle-reverse-video): New function, modeled after
3358 x-handle-reverse-video.
3359 (make-msdos-frame): Don't use initial-frame-alist and
3360 default-frame-alist. Call msdos-handle-reverse-video.
3361 (msdos-color-aliases): Remove.
3362 (msdos-color-translate, msdos-approximate-color): Remove.
3363 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3364 for better approximation of X colors.
3365 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3366 up tty-color-alist (it is now on startup.el).
3367 (x-display-color-p, x-color-defined-p, x-color-values,
3368 x-defined-colors, face-color-supported-p, face-color-gray-p):
3369 Remove.
3370
3371 * facemenu.el (facemenu-read-color, list-colors-display): Use
3372 defined-colors for all frame types.
3373 (facemenu-color-equal): Use color-values for all frame types.
3374
3375 * faces.el (read-face-attribute): For :foreground and :background
3376 attributes and frames on character terminals, translate the color
3377 to the closest supported one before looking it up in the list of
3378 valid values.
3379 (face-valid-attribute-values): Call defined-colors for all types
3380 of frames.
3381 (defined-colors, color-defined-p, color-values, display-color-p):
3382 New finctions.
3383 (x-defined-colors, x-color-defined-p, x-color-values,
3384 x-display-color-p): Aliases for the above.
3385
3386 * startup.el (command-line): Register terminal colors for frame
3387 types other than x and w32, but only if the terminal supports
3388 colors. Call tty-color-define instead of face-register-tty-color.
3389
3390 * term/x-win.el (xw-defined-colors): Renamed from
3391 x-defined-colors.
3392 * term/w32-win.el (xw-defined-colors): Likewise.
3393
3394 * term/tty-colors.el: New file.
3395 * loadup.el: Load term/tty-colors.
3396
3397 1999-12-06 Dave Love <fx@gnu.org>
3398
3399 * ffap.el: Autoload the ffap alias directly.
3400
3401 1999-12-06 Inge Frick <inge@nada.kth.se>
3402
3403 * dired-aux.el (dired-do-shell-command): Changed documentation.
3404 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3405 meaning as `*'.
3406
3407 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3408
3409 * simple.el (insert-buffer): Doc fix.
3410
3411 * apropos.el (apropos-mode): Add autoload cookie.
3412
3413 1999-12-06 Sam Steingold <sds@goems.com>
3414
3415 * progmodes/etags.el (etags-tags-completion-table): Modified the
3416 regexp to allow for the CL symbols starting with `+*'.
3417 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3418 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3419 `function' quoting lambda.
3420 (tags-with-face): New macro.
3421 (list-tags, tags-apropos): Use it.
3422 (tags-apropos-additional-actions): New user option.
3423 (etags-tags-apropos-additional): Use it.
3424 (tags-apropos): Call etags-tags-apropos-additional.
3425 (tags-apropos-verbose): New user option.
3426 (etags-tags-apropos): Use it.
3427 (visit-tags-table-buffer, next-file): Use `unless'.
3428 (recognize-empty-tags-table): Renamed to
3429 tags-recognize-empty-tags-table.
3430 (complete-tag): Call tags-complete-tag bypassing try-completion.
3431
3432 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3433
3434 * international/mule.el (set-buffer-file-coding-system): Docstring
3435 modified.
3436
3437 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3438
3439 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3440 using the hideshow package.
3441 (hs-special-modes-alist): Added entry for bibtex to allow the use
3442 of the hideshow package.
3443 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3444 not longer provided by bibtex.el directly. Instead the hideshow
3445 package should be used.
3446 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3447 references to bibtex-hide-entry-bodies.
3448
3449 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3450
3451 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3452 maintainer information closer to the beginning of the bibtex.el
3453 file.
3454 (bibtex-maintainer-salutation): New constant.
3455 (bibtex-version): New constant.
3456 (bibtex-submit-bug-report): Use bibtex-version and
3457 bibtex-maintainer-salutation.
3458 (bibtex-entry-field-alist): Made booktitle field optional for
3459 @inproceedings entries when crossreferenced.
3460 (bibtex-entry-field-alist): Added booktitle field to proceedings
3461 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3462 for the suggestion.
3463 (bibtex-string-file-path): Fixed typo.
3464
3465 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3466
3467 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3468 for reftex.el.
3469 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3470 to menu.
3471
3472 1999-12-04 Dave Love <fx@gnu.org>
3473
3474 * delsel.el: Revert previous change -- region is significant to
3475 skeleton.
3476
3477 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3478
3479 * viper-cmd.el (viper-change-state): Use
3480 viper-ESC-moves-cursor-back to decide whether to move the cursor
3481 back.
3482
3483 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3484
3485 * international/mule-util.el (truncate-string-to-width): Docsting
3486 fixed.
3487
3488 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3489
3490 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3491 use of `cond'.
3492 (lm-with-file): Move all the find-file...kill-buffer stuff into
3493 this macro. Make it use `find-file-noselect' and make it kill
3494 the buffer only if it wasn't already displayed somewhere.
3495 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3496 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3497 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3498 (lm-commentary): Fix to handle the case when the change log is
3499 at the end of the file.
3500
3501 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3502
3503 * international/mule.el (charsetp): Fix typo in docstring.
3504
3505 * international/mule-diag.el (list-coding-categories): Fix typo;
3506 automatic -> autoload.
3507
3508 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3509
3510 * vc.el (vc-update-change-log): Look for rcs2log under
3511 exec-directory.
3512
3513 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3514 outline-regexp, add outline-level.
3515 (lisp-outline-level): New.
3516
3517 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3518 remove extraneous string-match.
3519
3520 * finder.el (finder-commentary): Activate Finder mode.
3521
3522 1999-12-01 Anders Lindgren <andersl@andersl.com>
3523
3524 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3525 off when reverting buffers that contained mode specifiers.
3526 `revert-buffer' is now called with non-nil PRESERVE-MODES
3527 argument.
3528
3529 1999-12-01 Dave Love <fx@gnu.org>
3530
3531 * delsel.el: Grok skeleton-pair-insert-maybe.
3532
3533 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3534
3535 * progmodes/cperl-mode.el (cperl-under-as-char):
3536 Use nil as default.
3537
3538 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3539
3540 * speedbar.el (toplevel): Remove compatibility code for Emacs
3541 versions without custom.el.
3542
3543 1999-11-30 Dave Love <fx@gnu.org>
3544
3545 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3546
3547 * autoinsert.el: Minor doc fixes.
3548 (auto-insert): Return nil.
3549
3550 * faces.el (set-face-documentation): Purecopy STRING.
3551
3552 1999-11-29 Dave Love <fx@gnu.org>
3553
3554 * derived.el: Doc fixes, remove old backquote syntax.
3555
3556 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3557 comment warning about editing.
3558
3559 * help.el (help-mode-hook): Define.
3560
3561 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3562
3563 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3564 invalid translation of old-style backquote syntax to new syntax.
3565
3566 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3567
3568 * Makefile (DONTCOMPILE): Add term/internal.el.
3569
3570 1999-11-26 Dave Love <fx@gnu.org>
3571
3572 * comint.el: Fix last change.
3573
3574 * emacs-lisp/advice.el: Fix last change.
3575
3576 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3577
3578 * cus-edit.el (Custom-reset-standard): Doc fix.
3579 (custom-variable-reset-standard): Doc fix.
3580 (custom-face-reset-standard): Doc fix.
3581 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3582 (custom-variable-menu): Likewise.
3583 (custom-reset-menu): Likewise.
3584 (custom-buffer-create-internal): Likewise.
3585
3586 1999-11-26 Dave Love <fx@gnu.org>
3587
3588 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3589
3590 * font-lock.el: Doc fixes.
3591
3592 * menu-bar.el (menu-bar-mode): Customize.
3593
3594 * cus-start.el: Add use-dialog-box.
3595
3596 * add-log.el (change-log-mode-hook): Customize.
3597 (add-log-current-defun): Use
3598 fortran-{beginning,end}-of-subprogram.
3599
3600 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3601
3602 * emacs-lisp/advice.el: Many doc fixes.
3603
3604 * comint.el (comint-preoutput-filter-functions): Doc fix.
3605
3606 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3607
3608 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3609 Improve messages for capitalization of arg names,
3610 for flag variables, for t and nil, for imperatives.
3611 Call them imperatives rather than infinitives sans "to".
3612 (checkdoc-common-verbs-wrong-voice): Add "moves".
3613 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3614
3615 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3616 Don't convert comments from 3-semicolon to 2-semicolon.
3617 That is a matter of style.
3618 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3619 (checkdoc-comments): Don't bind that variable.
3620
3621 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3622
3623 * files.el (write-file-hooks): Doc fix.
3624
3625 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3626
3627 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3628
3629 1999-11-25 Dave Love <fx@gnu.org>
3630
3631 * hippie-exp.el: Require comint when compiling.
3632 (hippie-expand): Add :links.
3633 (hippie-expand-try-functions-list): Customize.
3634
3635 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3636
3637 * viper*el: Replaced old-style backquotes.
3638
3639 * ediff*el: Replaced old-style backquotes.
3640
3641 * ediff-merge
3642 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3643 Changed to support the new format for ediff-combination-pattern.
3644
3645 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3646 Changed to support the new format for ediff-combination-pattern.
3647
3648 1999-11-24 Dave Love <fx@gnu.org>
3649
3650 * custom.el (custom-declare-group): Purecopy DOC.
3651 (custom-handle-keyword): Purecopy VALUE.
3652 (custom-add-link): Purecopy WIDGET.
3653 (custom-add-version): Purecopy VERSION.
3654 (custom-add-load): Purecopy LOAD.
3655
3656 * cus-face.el (custom-declare-face): Purecopy DOC.
3657
3658 * info.el:
3659 (Info-build-node-completions, Info-search, Info-follow-reference)
3660 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3661 (Info-find-emacs-command-nodes): Avoid properties on matched text
3662 which may appear in minibuffer.
3663
3664 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3665
3666 * locate.el (locate-with-filter): Doc fix.
3667
3668 1999-11-24 Alex Schroeder <alex@gnu.org>
3669
3670 * sql.el (sql-find-sqli-buffer): New function.
3671 (sql-set-sqli-buffer-generally): New function.
3672 (sql-set-sqli-buffer): Better checking of new-buffer.
3673 (sql-copy-column): Add comma after INTO clause, too.
3674
3675 1999-11-24 Alex Schroeder <alex@gnu.org>
3676
3677 * sql.el (sql-imenu-generic-expression): New, used to set
3678 imenu-generic-expression.
3679
3680 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3681 setting font-lock-defaults' SYNTAX-ALIST. Set
3682 imenu-generic-expression, imenu-case-fold-search, and
3683 imenu-syntax-alist.
3684
3685 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3686 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3687
3688 1999-11-23 Andrew Innes <andrewi@gnu.org>
3689
3690 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3691 drop coords aren't over a specific window.
3692
3693 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3694
3695 * ps-print.el: Define mule funs without checking if mule package is
3696 loaded.
3697 (ps-print-version): New version number (5.0.1).
3698 (ps-header-dirpart): Now uses abbreviate-file-name.
3699
3700 1999-11-23 Dave Love <fx@gnu.org>
3701
3702 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3703 comment-line-start.
3704 (fortran-comment-line-start-skip): Renamed from
3705 comment-line-start-skip.
3706 (fortran-mode-map): Use renamed functions. Add manual and custom
3707 entries to menu.
3708 (fortran-mode-hook): Customize.
3709 (fortran-comment-indent-function): Renamed from
3710 fortran-comment-hook.
3711 (delete-horizontal-regexp): Function deleted.
3712 (fortran-electric-line-number): Simplified.
3713 (fortran-beginning-of-subprogram): Renamed from
3714 beginning-of-fortran-subprogram.
3715 (fortran-end-of-subprogram): Renamed from
3716 end-of-fortran-subprogram.
3717 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3718 (fortran-previous-statement, fortran-next-statement): Simplified.
3719 (fortran-blink-match): New function.
3720 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3721 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3722 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3723 line-end-position.
3724 (fortran-fill): No longer interactive. Simplified.
3725 (fortran-break-line): Simplified.
3726 (fortran-analyze-file-format): Use char-after, not looking-at.
3727
3728 * emacs-lisp/find-func.el (find-function-regexp): Use
3729 `define-minor-mode' after easy-menu change.
3730
3731 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3732
3733 * comint.el: Add redirection.from active comint buffers into
3734 another buffer. Written by Peter Breton.
3735
3736 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3737
3738 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3739 `define-minor-mode'.
3740 (define-minor-mode): Specify `doc-string-elt'.
3741
3742 * emacs-lisp/easy-mmode.el: Changed maintainer.
3743 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3744 Use defcustom for the hooks; Improve the auto-generated docstrings.
3745 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3746 (define-minor-mode): Add BODY arg; Only declare the keymap if
3747 provided; Improve the auto-generated docstrings.
3748
3749 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3750
3751 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3752 that the leading `^' is at the start. This is necessary because
3753 paragraphs.el tries to remove anchors, but can find them only if
3754 they are the first character.
3755
3756 * progmodes/antlr-mode.el: New file.
3757
3758 * calendar/calendar.el: Fix autoload for
3759 calendar-absolute-from-astro. Add autoload for
3760 calendar-print-astro-day-number.
3761
3762 1999-11-21 Anders Lindgren <andersl@andersl.com>
3763
3764 * follow.el: Use modern backquote syntax. Minor comment update.
3765
3766 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3767
3768 * simple.el (with-syntax-table): Don't switch buffers.
3769
3770 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3771 progmodes/hideif.el: Use new backquote syntax.
3772
3773 1999-11-21 Ken Manheimer <klm@python.org>
3774
3775 * icomplete.el (icomplete-completions): Use an explicit variable
3776 `icomplete-prospects-length', obviating the need to use an
3777 apparently faulty throw/catch arrangement.
3778
3779 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3780
3781 * term/internal.el (IT-display-table-setup): Don't overstep
3782 character code 255.
3783
3784 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3785
3786 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3787 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3788
3789 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3790
3791 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3792 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3793
3794 * files.el (auto-mode-alist): Add patterns for diff-mode.
3795
3796 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3797 to detect an empty prompt.
3798
3799 1999-11-18 Dave Love <fx@gnu.org>
3800
3801 * simple.el (input-mode-8-bit): Fix the customization.
3802
3803 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3804
3805 * international/iso-acc.el (iso-languages): Add more
3806 characters for Portuguese.
3807
3808 * speedbar.el: Clean up comment at the start of the file.
3809 Remove RCS id.
3810
3811 * progmodes/compile.el (compilation-parse-errors): Use
3812 compilation-buffer-p instead of testing major-mode.
3813
3814 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3815
3816 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3817 (quickurl-ask): completion-ignore-case is set to the value of
3818 quickurl-completion-ignore-case for the duration of the call to
3819 completing-read.
3820
3821 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3822
3823 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3824
3825 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3826
3827 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3828 instead of ps-print-def.
3829
3830 * ps-print.el: Require ps-vars instead of ps-print-def.
3831
3832 * ps-mule.el: Require ps-vars instead of ps-print-def.
3833
3834 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3835
3836 * simple.el (with-syntax-table): Save buffer explicitly instead of
3837 using save-excursion.
3838
3839 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3840
3841 * mail/supercite.el: New maintainer.
3842
3843 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3844
3845 * progmodes/vhdl-mode.el: Use new backquote syntax.
3846
3847 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3848
3849 * simple.el (with-syntax-table): New.
3850
3851 1999-11-15 Sam Steingold <sds@ksp.com>
3852
3853 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3854
3855 1999-02-22 Sam Steingold <sds@goems.com>
3856
3857 * goto-addr.el (goto-address-at-mouse,
3858 goto-address-find-address-at-point): Use compose-mail.
3859 (goto-address-mail-method): Removed variable.
3860 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3861 goto-address-send-using-mail): Removed functions.
3862
3863 1998-11-03 Sam Steingold <sds@goems.com>
3864
3865 * simple.el (backward-delete-char-untabify):
3866 backward-delete-char-untabify-method can be `all' now - to delete
3867 hungrily including newlines.
3868
3869 1999-11-15 Sam Steingold <sds@ksp.com>
3870
3871 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3872
3873 1999-11-15 Dave Love <fx@gnu.org>
3874
3875 * cus-edit.el (customize-face, customize-face-other-window):
3876 Require match from completing-read.
3877 (custom-buffer-done-function): Default to custom-bury-buffer, not
3878 bury-buffer.
3879
3880 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3881
3882 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3883 progmodes/cperl-mode.el: Use new backquote syntax.
3884
3885 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3886
3887 * uniquify.el: Use new backquote syntax.
3888
3889 1999-11-14 Markus Rost <rost@ias.edu>
3890
3891 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3892 as in ispell-local-dictionary-alist.
3893
3894 1999-11-14 Alex Schroeder <alex@gnu.org>
3895
3896 * ansi-color.el (ansi-color-apply): Updated regexps to include
3897 highlighted face.
3898
3899 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3900
3901 * forms.el (forms--make-format-elt-using-text-properties):
3902 Treat `intangible' differently.
3903
3904 * forms.el: Use new backquote syntax.
3905
3906 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3907
3908 * textmodes/scribe.el (scribe-mode): Doc-fix.
3909
3910 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3911
3912 * net-utils.el (run-network-program, net-utils-run-program): Use
3913 the new backquote syntax.
3914 (smbclient-program, smbclient-program-options)
3915 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3916 variables
3917 (smbclient, smbclient-list-shares): New functions
3918
3919 1999-11-12 Sam Steingold <sds@ksp.com>
3920
3921 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3922 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3923 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3924 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3925 (viper-kbd-global-pair, viper-kbd-global-definition):
3926 Use the new backquote syntax.
3927
3928 * emulation/viper-cmd.el (viper-test-com-defun)
3929 (viper-prefix-arg-value, viper-prefix-arg-com):
3930 Use the new backquote syntax.
3931
3932 * emacs-lisp/debug.el (debugger-env-macro):
3933 Use the new backquote syntax.
3934
3935 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3936 Use the new backquote syntax.
3937
3938 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3939 New user variable.
3940 (calendar-hide-window): Use it.
3941 (increment-calendar-month, calendar-for-loop, calendar-sum):
3942 Use the new backquote syntax.
3943
3944 1999-11-12 Andrew Innes <andrewi@gnu.org>
3945
3946 * select.el (x-set-selection): Call buffer-substring, not
3947 substring. Also fix docstring
3948
3949 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3950
3951 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3952 of customizable variables to bug report message. Added
3953 system-type to package name in bug report.
3954
3955 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3956
3957 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3958 to display file names.
3959
3960 1999-11-11 Gerd Moellmann <gerd@gnu.org>
3961
3962 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3963
3964 * isearch.el: Add lazy-highlighting feature.
3965
3966 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3967
3968 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3969 constant.
3970 (ps-mode-submit-bug-report): New function. Entry added to menu.
3971
3972 1999-11-10 William M. Perry <wmperry@aventail.com>
3973
3974 * mwheel.el: New file to support the new style wheeled mice.
3975
3976 1999-11-10 Gerd Moellmann <gerd@gnu.org>
3977
3978 * startup.el (initial-scratch-message): Add ";;" to the front of
3979 lines in the message.
3980
3981 * files.el (file-local-copy): Remove optional BUFFER argument
3982 because that's not used by anything.
3983
3984 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3985 to-address.
3986
3987 1999-11-08 Markus Rost <rost@ias.edu>
3988
3989 * wid-edit.el (widget-button-click): Wrap with save-excursion
3990 to restore track-mouse in the correct buffer.
3991
3992 1999-11-08 Gerd Moellmann <gerd@gnu.org>
3993
3994 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3995
3996 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
3997
3998 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3999 lpr-command to "lp" for some system-types. (copied from lpr.el
4000 Emacs version 20.2.1).
4001
4002 1999-11-04 Markus Rost <rost@ias.edu>
4003
4004 * simple.el (comment-region): Strip off white space at end of
4005 comment-start.
4006
4007 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4008
4009 * faces.el (secondary-selection): Fix wrong color name.
4010
4011 1999-11-04 John Tobey <jtobey@epsilondev.com>
4012
4013 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4014 the default when invoking perldb in a non-Perl buffer, and other
4015 cases involving -e or --.
4016
4017 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4018
4019 * simple.el (previous-matching-history-element)
4020 (next-history-element): Use delete-field instead of erase-field.
4021
4022 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4023 Use delete-field instead of erase-field.
4024
4025 * faces.el (secondary-selection): Change background to yellow.
4026
4027 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4028 find the start of the text. Use field-string to read the user
4029 input.
4030
4031 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4032
4033 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4034 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4035 for compatibility with old face implementation.
4036
4037 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4038 Use erase-field instead of erase-buffer.
4039
4040 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4041 internal-show-cursor with new interface.
4042 (blink-cursor-timer-function): New.
4043 (blink-cursor-start): Use blink-cursor-timer-function.
4044
4045 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4046
4047 * calendar.el (redraw-calendar): Move to nearest date before
4048 redrawing.
4049
4050 * diary-lib.el (simple-diary-display): Reset modeline even if
4051 there are no diary entries since the diary buffer may be displayed.
4052
4053 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4054
4055 * emacs-lisp/debug.el (debug): If noninteractive, display the
4056 backtrace using `message', then exit Emacs.
4057 (debugger-batch-max-lines): New variable.
4058 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4059 Change the messages put at the start, to say that the debugger
4060 was entered.
4061
4062 1999-11-02 Sam Steingold <sds@ksp.com>
4063
4064 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4065
4066 1999-11-01 John Tobey <jtobey@epsilondev.com>
4067
4068 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4069 presence of perl switches other than "-e".
4070
4071 1999-11-01 Markus Rost <rost@ias.edu>
4072
4073 * dired-x.el (dired-smart-shell-command): Use
4074 shell-command-history as in shell-command.
4075
4076 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4077
4078 * userlock.el (ask-user-about-lock): Doc fix.
4079
4080 * frame.el: Doc fixes.
4081
4082 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4083
4084 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4085 of show-cursor.
4086 (blink-cursor-start, blink-cursor-end): Ditto.
4087
4088 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4089
4090 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4091
4092 * window.el (walk-windows): If ALL-FRAMES is a frame,
4093 start on that frame. Use save-selected-window.
4094
4095 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4096
4097 * simple.el (end-of-buffer): Use window-end to find the window end
4098 instead of vertical-motion because this handles variable-height
4099 lines correctly.
4100
4101 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4102
4103 * ediff.el: Version change.
4104
4105 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4106 make sure you are in a good frame before deleting other
4107 windows.
4108 (ediff-file-checked-in-p): Don't consider CVS
4109 files checked in.
4110 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4111 are writing to a newly created empty file.
4112
4113 * ediff-mult.el (ediff-show-session-group-hook): New default.
4114
4115 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4116 First cd to the file directory. reportedly works
4117 better with remote files.
4118
4119 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4120 Use file-name-nondirectory when passing files to CVS.
4121
4122 * ediff-diff.el (ediff-cmp-options): New variable.
4123 (ediff-same-file-contents): Use ediff-cmp-options.
4124
4125 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4126 ediff-get-patch-buffer): Use current buffer if it appears to be a
4127 patch.
4128
4129 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4130 C-g
4131
4132 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4133 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4134 (viper-save-cursor-color,viper-restore-cursor-color):
4135 Improved cursor color handling.
4136 (viper-get-saved-cursor-color-in-replace-mode,
4137 viper-get-saved-cursor-color-in-insert-mode): New functions for
4138 better cursor color handling.
4139
4140 * viper-ex.el (ex-read,ex-edit):
4141 Fixes for correct interpretation of #,%.
4142 (viper-ex): Now works correctly when called from other functions.
4143 (viper-glob-function): New variable.
4144 (viper-ex): Save excursion before doing :global.
4145
4146 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4147
4148 * viper-cmd.el (viper-post-command-sentinel,
4149 viper-insert-state-post-command-sentinel,
4150 viper-insert-state-pre-command-sentinel): Takes better care of
4151 cursor colors.
4152
4153 * viper.el: Version change.
4154
4155 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4156
4157 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4158 that the modeline display was updated *only* when
4159 `whitespace-display-in-modeline' was set, not otherwise.
4160
4161 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4162
4163 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4164 "frac12".
4165
4166 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4167 ad-activate.
4168
4169 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4170
4171 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4172 using fboundp instead of assuming that these are not present in
4173 particular flavors of emacs.
4174 (whitespace-version): Update to 2.8
4175 (whitespace-display-in-modeline): Add custom variable to control
4176 displaying the whitespace errors on the modeline based on
4177 suggestion from <klaus.berndl@sdm.de>
4178 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4179 clean, to enable using as a hook function, as suggested by Puneet
4180 Goel <puneet@computer.org>
4181 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4182 quiet was not set, even with whitespace-auto-cleanup set.
4183 (whitespace-mode-line): Now uses less modeline real estate and
4184 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4185 which is present in the file, and <y> is any type of whitespace
4186 whose check has been suppressed by setting
4187 `whitespace-check-<whitespace-type>' to nil.
4188 (whitespace-unchecked-whitespaces): New function to return the
4189 list of whitespaces for whom checks have been suppressed.
4190 (whitespace-display-unchecked-whitespaces): Renamed to
4191 `whitespace-update-modeline' to reflect its functionality.
4192
4193 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4194
4195 * progmodes/compile.el (compilation-error-regexp-alist):
4196 Undo previous change.
4197
4198 1999-10-28 Dave Love <fx@gnu.org>
4199
4200 * help.el (help-follow): Make arg optional again and really
4201 default to point.
4202
4203 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4204
4205 * paths.el (rmail-file-name): Make it an option.
4206
4207 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4208 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4209 comment fixes.
4210
4211 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4212 MIPS Pro 7.3 compiler error message syntax.
4213
4214 1999-10-27 Dave Love <fx@gnu.org>
4215
4216 * progmodes/compile.el: Checkdoc-inspired fixes.
4217
4218 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4219
4220 * lpr.el (print-buffer): Doc-string fix.
4221
4222 1999-10-27 Dave Love <fx@gnu.org>
4223
4224 * emacs-lisp/advice.el: Doc fixes.
4225 (ad-lemacs-p): Removed.
4226 (advice): Add :link to defgroup.
4227
4228 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4229
4230 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4231 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4232
4233 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4234
4235 * window.el (walk-windows): If ALL-FRAMES is a frame,
4236 start on that frame. Use save-selected-window.
4237
4238 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4239
4240 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4241 ad-activate. All callers changed, including those in data.c.
4242 (ad-activate-internal-off): Renamed from ad-activate-off.
4243 All uses changed.
4244 (ad-activate): Renamed from ad-activate-on. All uses changed.
4245 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4246 Alter the definition of ad-activate-internal, not ad-activate.
4247
4248 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4249
4250 * startup.el (command-line-1): Add support for command line
4251 arguments `file' and `execute'. Fix handling of `visit'.
4252
4253 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4254
4255 * international/mule-cmds.el (read-input-method-name): Handle the
4256 case that the arg DEFAULT is symbol.
4257
4258 * international/mule-diag.el (mule-diag): Handle the case that
4259 default-input-method is symbol.
4260
4261 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4262
4263 * textmodes/tildify.el: New file.
4264
4265 1999-10-25 Sam Steingold <sds@ksp.com>
4266
4267 * Makefile (compile-files): Fixed the "tr" strings.
4268 (EMACS): Set to ../src/emacs.
4269
4270 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4271
4272 * info.el (Info-build-node-completions): Add '("*") to the
4273 completion list.
4274
4275 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4276
4277 * frame.el (auto-raise-mode): When enabling the mode,
4278 immediately raise the selected frame.
4279
4280 * indent.el (indent-region): Doc fix.
4281
4282 * comint.el (comint-output-filter): Make the Comint buffer current
4283 for the comint-preoutput-filter-functions.
4284
4285 * mail/reporter.el: Doc fix.
4286
4287 1999-10-24 Stephen Eglen <stephen@gnu.org>
4288
4289 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4290 that Octave lisp files can also run under XEmacs 20.
4291 (require 'custom) added so that files can run under Emacs 19.34.
4292
4293 * iswitchb.el (iswitchb-default-keybindings): No need to use
4294 read-kbd-macro in keybindings.
4295
4296 1999-10-23 Dave Love <fx@gnu.org>
4297
4298 * elide-head.el: New file.
4299
4300 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4301
4302 * Makefile (compile-files, backup-compiled-files): New targets.
4303 (bootstrap, bootstrap-clean): Ditto.
4304
4305 1999-10-22 Paul Eggert <eggert@twinsun.com>
4306
4307 * international/mule-cmds.c (locale-language-names):
4308 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4309 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4310 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4311 Use Latin-8 for Welsh.
4312 Use Latin-1 for English if "en" is explicitly specified.
4313 Use Latin-1 for Scots Gaelic, Tagalog.
4314 Use Latin-1 (not Latin-4) for Greenlandic.
4315 Use Latin-1 (not Latin-2) for Albanian.
4316 (locale-preferred-coding-systems, locale-language-names):
4317 Remove generic ISO 8859 locales; locale-charset-language-names now
4318 does this.
4319 (locale-charset-language-names): New variable.
4320 (set-locale-environment): Use language name specified by
4321 locale-charset-language-names if its charsets disagree with the
4322 language name specified by locale-language-names.
4323
4324 1999-10-22 Dave Love <fx@gnu.org>
4325
4326 * make-mode.el: Minor doc fixes.
4327
4328 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4329
4330 1999-10-21 Dave Love <fx@gnu.org>
4331
4332 * loadup.el: Add latin-8, latin-9.
4333
4334 1999-10-20 Paul Eggert <eggert@twinsun.com>
4335
4336 * disp-table.el (standard-display-european): Remove undocumented
4337 arg AUTO; no longer used by startup.el. Do not attempt to treat
4338 all non-English language environments as coding system names.
4339 Instead, use the downcased language environment name as a coding
4340 system name if it is one; otherwise, use latin-1.
4341
4342 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4343
4344 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4345 that were split so that part of the comment appeared as Lisp code.
4346
4347 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4348
4349 * ps-bdf.el: Doc fix.
4350
4351 * ps-print-def.el: New file: common definitions for all parts of
4352 ps-print.
4353 (ps-multibyte-buffer): Moved from ps-mule.
4354
4355 * ps-mule.el: File dependence fix.
4356 (ps-multibyte-buffer): Moved to ps-print-def.
4357
4358 * ps-print.el: Doc fix, better customization.
4359 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4360 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4361 (ps-end-file): Doc fix.
4362 (ps-setup, ps-begin-file): Fun fix.
4363 (postscript): New group.
4364 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4365 (ps-print-prologue-1): Adjust PostScript programming.
4366 (ps-print): Adjust group hierarchy.
4367 (ps-print-n-up, ps-print-zebra, ps-print-background,
4368 ps-print-printer)
4369 (ps-print-page): New subgroups.
4370 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4371 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4372 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4373 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4374 (ps-zebra-stripe-height, ps-print-background-image)
4375 (ps-print-background-text, ps-spool-config): Adjust customization.
4376 (dos-ps-printer): Definition eliminated.
4377
4378 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4379
4380 * ps-mule.el: Doc fix, define functions properly if mule package is
4381 loaded or not.
4382 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4383 mule package is loaded or not.
4384
4385 * ps-print.el: Doc fix, n-up printing.
4386 (ps-print-version): New version number (5.0).
4387 (ps-page-dimensions-database): Added document media.
4388 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4389 (ps-page-order, ps-printing-region-p): New vars.
4390 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4391 funs.
4392 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4393 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4394 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4395 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4396 (ps-print-begin-sheet-hook): New hook.
4397 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4398 const.
4399 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4400 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4401 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4402 (ps-count-lines): Changed to defun.
4403 (ps-header-page): Changed to defsubst, fix fun.
4404 (ps-printing-region): Doc fix, adjust programming code.
4405 (ps-output-boolean, ps-background-pages, ps-background-text)
4406 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4407 programming code.
4408
4409 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4410
4411 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4412 (ps-print-version): New version number (4.2).
4413 (ps-spool-config, ps-spool-tumble): New vars.
4414 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4415 programming, new PostScript procedure to handle errors.
4416 (ps-print-prologue-2): Changed to defconst.
4417 (ps-print-duplex-feature): New const: duplex and tumble setting.
4418 (ps-setup, ps-begin-file): Fix funs.
4419 (ps-boolean-capitalized): New fun.
4420
4421 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4422
4423 * Makefile (dontcompilefiles): Obsoleted.
4424 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4425 (EL): Unused.
4426 (temacs): Removed (unused).
4427 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4428 version of the file (necessary for the update to work properly).
4429 (autoloads): Force the use of `pwd`/loaddefs.el.
4430 (updates); Redefined in terms of other targets to reduce redundancy.
4431 (.el.elc): New default rule, just in case you want it.
4432 (compile): Use a single invocation of Emacs.
4433 (bootstrap-compile); Unneeded.
4434 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4435
4436 1999-10-19 Dave Love <fx@gnu.org>
4437
4438 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4439
4440 1999-10-19 Sam Steingold <sds@ksp.com>
4441
4442 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4443 comply with the comment.
4444
4445 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4446
4447 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4448 permanent-local.
4449
4450 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4451
4452 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4453 value: \"lpr\" changed to "lpr"
4454 (ps-mode-version): New constant
4455 (ps-mode-show-version): New function, added key in ps-mode-map
4456 (ps-run-messages): Removed
4457 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4458 ps-run-messages. These keywords now include the value of
4459 ps-run-prompt, making its fontification customizable.
4460 (ps-run-init): Removed \\n from docstring, it is now added when
4461 the value is used
4462 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4463 ps-run-prompt
4464 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4465 customizable variables in doc-string (its equivalent
4466 ps-run-messages was missing in previous version of the doc-string)
4467 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4468 symbols only
4469
4470 1999-10-19 Alex Schroeder <alex@gnu.org>
4471
4472 * ansi-color.el: Complete rewrite.
4473
4474 1999-10-19 Paul Eggert <eggert@twinsun.com>
4475
4476 Fix bootstrapping problems.
4477 Use the system locale to specify Emacs locale defaults.
4478
4479 * international/mule-cmds.el (global-map):
4480 Do not use backquote, because that makes a bootstrapping
4481 problem if you need to recompile all Lisp files using interpreted code.
4482 * international/mule.el (charset-id, charset-bytes,
4483 charset-dimension, charset-chars, charset-width,
4484 charset-direction, charset-iso-final-char,
4485 charset-iso-graphic-plane, charset-reverse-charset,
4486 charset-short-name, charset-long-name, charset-description,
4487 charset-plist): Likewise.
4488 * subr.el (save-match-data): Likewise.
4489
4490 * international/mule-cmds.el
4491 (set-display-table-and-terminal-coding-system): New function,
4492 containing code migrated out of set-language-environment.
4493 (set-language-environment, set-locale-environment): Use it.
4494 (locale-translation-file-name): Moved here from startup.el.
4495 (locale-language-names, locale-preferred-coding-systems):
4496 New vars.
4497 (locale-name-match, set-locale-environment): New functions.
4498
4499 * language/japan-util.el (setup-japanese-environment-internal):
4500 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4501
4502 * startup.el (iso-8859-n-locale-regexp): Remove.
4503 (locale-translation-file-name): Move to mule-cmds.el.
4504 (command-line): Move locale-stuff into set-locale-environment.
4505
4506 1999-10-18 Dave Love <fx@gnu.org>
4507
4508 * abbrev.el (add-abbrev, inverse-add-abbrev)
4509 (expand-region-abbrevs): Remove properties from buffer text.
4510
4511 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4512
4513 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4514 from the mini-buffer, without the prompt.
4515
4516 * simple.el (minibuffer-prompt-end): Return the position
4517 after the prompt, not the position of that last character
4518 of the prompt.
4519
4520 1999-10-17 Miles Bader <miles@gnu.org>
4521
4522 * simple.el: Doc fixes.
4523
4524 1999-10-17 Miles Bader <miles@gnu.org>
4525
4526 * simple.el (previous-matching-history-element, next-history-element):
4527 Change to work correctly even if the point is in the prompt.
4528 (choose-completion-string): Likewise.
4529 (minibuffer-prompt-width): New function (compatibility with old subr).
4530
4531 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4532 When constraining the final position to the current field,
4533 don't use the ONLY-IN-LINE mode of constrain-to-field.
4534
4535 1999-10-17 Miles Bader <miles@gnu.org>
4536
4537 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4538 constrain-to-field.
4539 * textmodes/paragraphs.el (forward-sentence): Likewise.
4540
4541 1999-10-17 Miles Bader <miles@gnu.org>
4542
4543 * simple.el (line-move): Use constrain-to-field to avoid
4544 moving into a prompt.
4545 (previous-complete-history-element): Clarify doc string.
4546 (next-complete-history-element): Likewise.
4547 Use field-beginning instead of point-min.
4548 (next-matching-history-element): Use field-beginning and
4549 erase-field instead of point-min and erase-buffer.
4550 * textmodes/paragraphs.el
4551 (forward-paragraph, forward-sentence): Likewise.
4552 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4553 constrain the kill to an field, as the movement commands now
4554 do this.
4555
4556 1999-10-17 Miles Bader <miles@gnu.org>
4557
4558 * simple.el (previous-matching-history-element): Get the
4559 minibuffer input with field-string instead of buffer-string.
4560 (choose-completion-string): Likewise.
4561 (next-history-element): Likewise.
4562 Erase the minibuffer input with erase-field, not erase-buffer.
4563 Use field-beginning to find the beginning of the input.
4564 * textmodes/paragraphs.el (backward-kill-sentence):
4565 Remove minibuffer-prompt hack.
4566 Constrain to any input field.
4567
4568 1999-10-17 Sam Steingold <sds@ksp.com>
4569
4570 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4571 for CMUCL on sparc and ".ufsl" for LispWorks.
4572 (bound-and-true-p): Bugfix: free variable `v'.
4573
4574 1999-10-16 Dave Love <d.love@dl.ac.uk>
4575
4576 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4577 (edebug-uninstall-read-eval-functions): Use load-read-function,
4578 avoiding elisp-eval.
4579
4580 1999-10-16 Sam Steingold <sds@ksp.com>
4581
4582 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4583 instead of `eql'.
4584
4585 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4588 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4589 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4590 * ediff-util.el (ediff-make-temp-file):
4591 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4592 * emerge.el (emerge-make-temp-file):
4593 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4594 * vc.el (vc-update-change-log):
4595 * mail/mailpost.el (post-mail-send-it):
4596 * mail/metamail.el (metamail-region):
4597 * progmodes/cmacexp.el (c-macro-expansion):
4598 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4599
4600 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4601
4602 * smtpmail.el (smtpmail-via-smtp): Add support for
4603 automatically appending a domain to RCPT TO: addresses.
4604
4605 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4606
4607 * dired.el (dired-insert-directory): Insert the amount of
4608 free space after the total size.
4609 (dired-free-space-program, dired-free-space-args): New variables.
4610
4611 1999-10-14 Karl Heuer <kwzh@gnu.org>
4612
4613 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4614
4615 1999-10-14 Dave Love <fx@gnu.org>
4616
4617 * international/characters.el:
4618 * international/fontset.el:
4619 * international/mule-conf.el: Add latin-iso8859-1[45].
4620
4621 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4622 strings.
4623
4624 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4625 (command-line): Detect Latin-[89] locales.
4626
4627 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4628
4629 * international/mule-cmds.el (select-safe-coding-system)
4630 (leim-list-header): Avoid the use of strings that start with backslash
4631 newline since lread.c:read1 has a hack to turn those strings into
4632 integer 0 during the loadup.el process.
4633
4634 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4635
4636 1999-10-13 Dave Love <fx@gnu.org>
4637
4638 * image.el (insert-image): Copy the image spec and add an
4639 intangible property.
4640
4641 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4642
4643 * help.el (help-xref-interned): Make it also work on variable-only
4644 and function-only symbols.
4645 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4646 (help-follow): If the point under mouse is not highlighted, try
4647 `help-xref-interned' on the pointed-to symbol anyway.
4648
4649 * info.el (Info-on-current-buffer): New entry point.
4650 (Info-find-node): Split into two for Info-on-current-buffer to
4651 hook into it.
4652 (Info-current-file, Info-set-mode-line, Info-up):
4653 Info-current-file can now be t.
4654 (Info-clone-buffer-hook): Function for `clone-buffer'.
4655 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4656 Make `clone-buffer' available in various ways to the user.
4657
4658 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4659
4660 * simple.el (shell-command, shell-command-on-region): Use
4661 make-temp-file.
4662 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4663
4664 * subr.el (with-current-buffer): Don't use backquotes to avoid
4665 bootstrapping problems.
4666
4667 * loadup.el (load-path): Add subdirs for bootstrapping.
4668 (docstrings): Ignore errors during bootstrapping.
4669 (args): New `bootstrap' argument (for use in place of `dump').
4670
4671 1999-10-12 Emmanuel Briot <briot@gnat.com>
4672
4673 * ada-stmt.el: Doc-string fixes.
4674
4675 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4676
4677 * recentf.el: New file.
4678
4679 * ps-mode.el: New file.
4680
4681 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4682 case insensitive.
4683
4684 1999-10-12 Richard Sharman <rsharman@pobox.com>
4685
4686 * sh-script.el: Added support for indenting existing scripts.
4687 (sh-mode-map): Added new bindings.
4688 (sh-mode): Updated mode doc-string for new commands, added
4689 make-local-variable calls, initialize mode-specific variables.
4690 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4691 is now a different function.
4692 (sh-header-marker): Changed docstring.
4693 (sh-set-shell): Initialize mode-specific variables.
4694 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4695 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4696 Changed these define-skeleton calls to work with user-specified
4697 indentation settings.
4698 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4699 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4700 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4701 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4702 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4703 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4704 (sh-guess-basic-offset, sh-handle-after-case-label)
4705 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4706 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4707 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4708 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4709 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4710 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4711 (sh-handle-this-then, sh-help-string-for-variable)
4712 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4713 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4714 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4715 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4716 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4717 (sh-remove-our-text-properties, sh-rescan-buffer)
4718 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4719 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4720 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4721 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4722 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4723 functions.
4724 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4725 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4726 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4727 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4728 (sh-var-list): New variables.
4729
4730 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4731
4732 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4733 a value one line to high if the cursor wasn't at the start of a
4734 line. A `beginning-of-line' is now performed before making the
4735 call to `count-lines'.
4736
4737 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4738
4739 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4740
4741 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4742
4743 * Makefile (setwins): Abstract out the command to find subdirectories
4744 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4745 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4746 (autoloads-with-other-emacs): Use it.
4747
4748 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4749
4750 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4751
4752 * Makefile (bootstrap-compile): New target. Compile Lisp
4753 files with ../src/temacs.
4754
4755 1999-10-08 Dave Love <fx@gnu.org>
4756
4757 * ange-ftp.el: Require dired when compiling.
4758 (ange-ftp-normal-login): Allow EFS-style port specification.
4759
4760 1999-10-08 Simon Marshall <simon@gnu.org>
4761
4762 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4763 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4764 If STRINGS is nil, return "" rather than nil.
4765
4766 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4767
4768 * Makefile (compile): Compile files one by one. Set load-path to
4769 current directory and subdirectories when compiling.
4770
4771 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4772
4773 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4774 (emacs): Use it everywhere instead of EMACS.
4775 (compile): New target. Compile all Lisp files from scratch.
4776 (recompile): New target. Recompile lisp directory.
4777 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4778 an Emacs executable not built in the current directory tree.
4779
4780 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4781
4782 * filecache.el (file-cache-completion-ignore-case): New variable,
4783 defaulting to the value of completion-ignore-case.
4784 (file-cache-minibuffer-complete): Use it.
4785 (file-cache-files-matching, file-cache-files-matching-internal):
4786 New functions.
4787
4788 1999-10-07 Emmanuel Briot <briot@gnat.com>
4789
4790 * ada-xref.el: New file
4791
4792 * ada-prj.el: New file
4793
4794 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4795
4796 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4797 subprogram being created.
4798
4799 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4800 ada-indent-newline-indent): Rewritten to support the new indentation
4801 scheme
4802
4803 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4804 New functions
4805
4806 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4807 justification parameter
4808
4809 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4810 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4811 external program
4812
4813 1999-10-07 Dave Love <fx@gnu.org>
4814
4815 * bindings.el (bound-and-true-p): New macro.
4816 (make-mode-line-mouse-sensitive): Don't require easymenu.
4817
4818 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4819
4820 * custom.el (defface): Extend documentation for new values of
4821 `type'.
4822
4823 * faces.el (face-spec-set-match-display): Recognize `type' of
4824 `motif', `lucid', `x-toolkit'.
4825 (menu): New face.
4826
4827 1999-10-05 Dave Love <fx@gnu.org>
4828
4829 * files.el: Recognize temporary crontab files.
4830
4831 * info.el: Require jka-compr when compiling.
4832 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4833
4834 1999-10-04 Dave Love <fx@gnu.org>
4835
4836 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4837 scroll-up-aggressively, scroll-down-aggressively.
4838
4839 * time.el (display-time-mode): Add autoload cookie.
4840
4841 * rect.el (delete-extract-rectangle): Doc fix from verna.
4842
4843 * help-macro.el (three-step-help): Customize.
4844
4845 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4846
4847 * hexl.el (hexlify-buffer): Move point in proper range
4848 if it is too large.
4849 (hexl-after-revert-hook): Update hexl-max-address.
4850 (hexl-address-to-marker): Doc fix.
4851
4852 1999-10-03 Dave Love <fx@gnu.org>
4853
4854 * image.el (defimage): Remove redundant code. Substitute file in
4855 image plist.
4856
4857 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4858
4859 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4860 when doing with-temp-file.
4861
4862 1999-10-01 Dave Love <fx@gnu.org>
4863
4864 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4865
4866 * help.el: Require view when compiling.
4867 (view-emacs-FAQ): Use Info version.
4868
4869 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4870
4871 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4872 (normat->normal). Use correct font names for Korean
4873 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4874
4875 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4876
4877 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4878 code not used by KOI8 to the same 8-bit code instead of mapping to
4879 SPC.
4880 (cyrillic-alternativnyj-decode-table): Likewise.
4881
4882 1999-09-29 Alex Schroeder <alex@gnu.org>
4883
4884 * sql.el (sql-imenu-generic-expression): Aew, used to set
4885 imenu-generic-expression.
4886 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4887 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4888 imenu-case-fold-search, and imenu-syntax-alist.
4889 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4890 setting font-lock-defaults' SYNTAX-ALIST.
4891
4892 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4893
4894 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4895 macro, try again.
4896
4897 1999-09-28 Dave Love <fx@gnu.org>
4898
4899 * cus-edit.el (custom-comment): Change widget definition.
4900 (custom-comment-create, custom-comment-show)
4901 (custom-comment-invisible-p): Don't use :comment-overlay.
4902 (custom-comment-hide): New function.
4903 (custom-variable-set, custom-variable-save)
4904 (custom-variable-reset-standard, custom-face-set)
4905 (custom-face-save): Use it.
4906
4907 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4908
4909 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4910
4911 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4912
4913 * faces.el (region): Doc fix.
4914
4915 1999-09-27 Dave Love <fx@gnu.org>
4916
4917 * isearch.el (isearch): Add :links in defgroup.
4918 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4919 (isearch-switch-frame-handler): Comment out (unused).
4920 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4921 (isearch-ring-retreat-edit): Doc fix.
4922 (isearch-mouse-yank): New command.
4923 (isearch-last-command-char): Removed. Callers changed to use
4924 last-command-char.
4925 (isearch-char-to-string): Removed. Callers changed to use
4926 char-to-string.
4927
4928 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4929
4930 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4931 option for Russian.
4932
4933 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4934
4935 * faces.el (face-differs-from-default-p): Compare face
4936 attributes individually.
4937
4938 * image.el (put-image, insert-image): Add string argument.
4939
4940 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4941
4942 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4943 LANG=de_DE.iso88591 on HPUX 11.0.
4944
4945 * dired.el (dired-move-to-filename-regexp): Make it work
4946 for LANG=de_DE.iso88591 on HPUX 11.0.
4947
4948 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4949
4950 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4951 if we know for some other reason it should not be used.
4952
4953 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4954 New variable.
4955 (edebug-recursive-edit): Save current-prefix-arg there,
4956 bind it, and set it back at the end.
4957 (edebug-outside-excursion): Restore and update the outside
4958 value of current-prefix-arg.
4959 (edebug-emacs-version-specific): Delete support for Epoch.
4960
4961 1999-09-24 Howard Melman <howard@silverstream.com>
4962
4963 * imenu.el (imenu-after-jump-hook): New variable.
4964 (imenu): Run menu-after-jump-hook.
4965 (imenu-name-lookup-function): New variable.
4966 * imenu.el (imenu--in-alist): Use those variables.
4967
4968 1999-09-24 Carsten Dominik <cd@gnu.org>
4969
4970 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4971 multiple thebibliography environments.
4972
4973 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4974 with recentering window.
4975 (reftex-extract-bib-entries-from-thebibliography,
4976 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
4977 with multiple thebibliography environments.
4978
4979 * textmodes/reftex-vars.el
4980 (reftex-section-levels): Function allowed as cdr.
4981 (reftex-max-section-depth) New option.
4982
4983 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4984 with multiple thebibliography environments.
4985
4986 1999-09-23 Gerd Moellmann <gerd@gnu.org>
4987
4988 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4989 instead of point-min in call to delete-region.
4990
4991 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
4992
4993 * vc.el (vc-backend-checkout): Use with-temp-file when checking
4994 out into arbitrary file names.
4995
4996 1999-09-19 Ken'ichi Handa <handa@gnu.org>
4997
4998 * language/european.el ("Turkish"): New language environment.
4999
5000 1999-09-19 Dave Love <fx@gnu.org>
5001
5002 * delim-col.el: New file.
5003
5004 1999-09-17 Richard Stallman <rms@gnu.org>
5005
5006 * files.el (after-find-file): When visiting a backup file,
5007 make it read-only.
5008
5009 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5010 (apropos-keybinding-face, apropos-label-face): Likewise.
5011 (apropos-property-face, apropos-match-face): Likewise.
5012 (apropos-label-properties): New variable.
5013 (apropos-print-doc): Use apropos-label-properties.
5014 (apropos-print): Set apropos-label-properties.
5015
5016 1999-09-15 Richard Stallman <rms@gnu.org>
5017
5018 * winner.el: Use aref instead of sref.
5019
5020 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5021
5022 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5023
5024 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5025
5026 1999-09-14 Richard Stallman <rms@gnu.org>
5027
5028 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5029 cookie, even if followed by a letter.
5030
5031 1999-09-14 Stephen Eglen <stephen@gnu.org>
5032
5033 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5034 --no-line-editing are passed to Octave by including them here
5035 rather than storing them in inferior-octave-startup-args.
5036
5037 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5038
5039 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5040 command, option, env and sc.
5041
5042 * subr.el (shell-quote-argument): Quote argument with double
5043 quotes for ms-dos.
5044
5045 1999-09-14 Richard Stallman <rms@gnu.org>
5046
5047 * simple.el (eval-expression-print-level): New variable.
5048 (eval-expression-print-length): New variable.
5049 (eval-expression-debug-on-error): New variable.
5050 (eval-expression): Bind print-level, print-length and
5051 debug-on-error from those vars.
5052
5053 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5054 Bind print-level, print-length and debug-on-error.
5055
5056 1999-09-14 Inge Frick <inge@nada.kth.se>
5057
5058 * dired.el (dired-recursive-deletes): New custom variable.
5059 (dired-re-no-dot): New variable.
5060 (dired-delete-file): New function deletes files and directories
5061 recursively.
5062 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5063
5064 * dired-aux.el (dired-recursive-copies): New custom variable.
5065 (dired-handle-overwrite): Broke a long line.
5066 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5067 `copy-file'.
5068 (dired-copy-file-recursive): New function. Copy directories
5069 recursively.
5070 (dired-do-create-files): Added support for generalized directory
5071 target. How-to function may now return a function. New fluid
5072 variable `dired-one-file'.
5073 (dired-copy-how-to-fn): New variable.
5074 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5075 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5076 (dired-do-copy-regexp): No recursive copies.
5077
5078 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5079
5080 * whitespace.el (whitespace-version): Update version to 2.4
5081
5082 * whitespace.el: Add customization variables to conditionally test
5083 any of the five whitespaces, per request from Rune Kleveland
5084 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5085
5086 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5087
5088 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5089 list of modes to be checked for bogus whitespaces.
5090
5091 * whitespace.el (whitespace-rescan-timer-time): Update
5092 documentation.
5093
5094 * whitespace.el (whitespace-display-unchecked-whitespaces):
5095 New function to update modeline with untested whitespaces.
5096
5097 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5098 checking is turned on, and update modeline using the newly created
5099 `whitespace-display-unchecked-whitespaces'.
5100
5101 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5102 whose checking is turned on, and update modeline using the newly
5103 created `whitespace-display-unchecked-whitespaces'.
5104
5105 * whitespace.el (whitespace-describe): Update documentation.
5106
5107 * whitespace.el (whitespace-tickle-timer): Test if
5108 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5109
5110 1999-09-13 Dave Love <fx@gnu.org>
5111
5112 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5113
5114 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5115 for temp buffer.
5116 (checkdoc-this-string-valid): Don't assume default comment-start.
5117
5118 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5119
5120 * rsz-mini.el: Remove code, keep the interface.
5121
5122 1999-09-13 Dave Love <fx@gnu.org>
5123
5124 * help.el (help-highlight-p): Doc fix.
5125
5126 * faces.el (mode-line, header-line, tool-bar): Add :version.
5127 (highlight, secondary-selection): Add :group.
5128 (trailing-whitespace): Add :group, :version.
5129
5130 * wid-edit.el: Remove some compatibility code and checks.
5131 (widget-specify-field, widget-specify-button): Don't use XEmacs
5132 properties.
5133 (widget-overlay-inactive): Change error message.
5134 (widget-button-pressed-face): New variable.
5135 (widget-button-click): Use it.
5136 (widget-documentation-link-add): Specify mouse and button faces.
5137 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5138 removed now the functionality is built in.
5139
5140 * cus-edit.el: Don't define-widget-keywords.
5141 (multimedia): New group.
5142 (custom-last): Function removed.
5143 (custom-quote): Add vectorp case, comment out characterp case.
5144 (custom-buffer-done-function, custom-raised-buttons): New option.
5145 (Custom-buffer-done): New function.
5146 (custom-buffer-create-internal): Obey custom-raised-buttons,
5147 Custom-buffer-done.
5148 (custom-button-face): Make it `released-button'.
5149 (custom-button-pressed-face): Make it `pressed-button'
5150 (custom-mode-map): Bind "q" to Custom-buffer-done.
5151 (custom-mode): Deal with raised/pressed buttons.
5152
5153 Changes from Didier Verna:
5154 (custom-prompt-variable): Optional third arg makes prompt for a
5155 comment string.
5156 (customize-set-value, customize-set-variable,
5157 customize-save-variable): Optional prefix makes function handle
5158 variable comments.
5159 (customize-customized, customize-saved, custom-variable-state-set)
5160 (custom-variable-set, custom-variable-save, custom-face-state-set)
5161 (custom-variable-reset-saved, custom-variable-reset-standard)
5162 (custom-face-set, custom-face-save, custom-face-reset-saved)
5163 (custom-face-reset-standard, customize-save-customized): Handle
5164 custom comments.
5165 (custom-comment-face, custom-comment-tag-face): New face.
5166 (custom-comment): New widget.
5167 (custom-comment-create, custom-comment-delete)
5168 (custom-comment-value-set, custom-comment-show)
5169 ()custom-comment-invisible-p): New functions.
5170 (custom-variable-value-create, custom-face-value-create): Create a
5171 comment field widget.
5172 (custom-variable-menu, custom-face-menu): New entry for custom
5173 comment.
5174 (custom-face-value-create): Remove compatibility code.
5175 (custom-save-variables, custom-save-faces): Possibly save custom
5176 comments.
5177
5178 * cus-face.el (custom-face-attributes): Simplify :underline,
5179 :overline, :inverse-video cases. Fix up :box case (probably needs
5180 more work).
5181
5182 Change from Didier Verna:
5183 (custom-set-faces): The arguments can now have a custom comment as
5184 fourth argument.
5185
5186 * custom.el: Don't define-widget-keywords.
5187 Change from Didier Verna:
5188 (custom-set-variables): The arguments can now have a
5189 custom comment as fifth element.
5190
5191 1999-09-13 Richard Stallman <rms@gnu.org>
5192
5193 * info.el (Info-find-node): Cope better if guesspos is too large.
5194
5195 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5196
5197 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5198 of buffer-substring because buffer-string doesn't copy the
5199 prompt.
5200
5201 * faces.el (mode-line): Replaces `modeline'.
5202 (toplevel): Make `modeline' an alias for `mode-line'.
5203
5204 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5205
5206 * gs.el: Change `ghostscript' to `postscript' in comment.
5207
5208 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5209
5210 * emulation/tpu-edt.el (tpu-version): New version.
5211 (tpu-search-overlay, tpu-replace-overlay): New variables.
5212 (tpu-search-highlight, tpu-toggle-direction): New functions.
5213 (tpu-lm-replace): Set tpu-replace-overlay.
5214 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5215 command hook.
5216
5217 1999-09-11 Richard Stallman <rms@gnu.org>
5218
5219 * isearch.el (isearch-mode-map): Undo previous change.
5220
5221 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5222 use all of that as the sexp.
5223
5224 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5225 and use the initial argument as file name directly.
5226 Likewise if nothing matches.
5227
5228 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5229
5230 * winner.el: Major changes. Avoid changing point and mark.
5231 Save configurations after they change, not before.
5232
5233 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5234
5235 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5236 Bind print-continuous-numbering and print-number-table.
5237
5238 1999-09-10 Dave Love <fx@gnu.org>
5239
5240 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5241
5242 1999-09-09 Richard Stallman <rms@gnu.org>
5243
5244 * whitespace.el: Finish making it fit Emacs conventions.
5245 Add autoloads.
5246
5247 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5248
5249 * generic-x.el (bat-generic-mode): "::"-style comments don't
5250 need to begin with "-". Fix the font-lock definitions of ON/OFF
5251 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5252 from the list of keywords. Add DO to the list of keywords.
5253
5254 1999-09-09 Dave Love <fx@gnu.org>
5255
5256 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5257 (byte-optimize-backward-word): New optimizations.
5258 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5259 entries.
5260
5261 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5262
5263 * image.el (put-image): Remove optional buffer parameter.
5264
5265 * faces.el (face-italic-p): Return t only for values `italic'
5266 and `oblique'.
5267
5268 * mouse.el (mouse-drag-mode-line-1): Extension of former
5269 mouse-drag-mode-line that also drags the header line.
5270 (mouse-drag-mode-line): Call it.
5271 (mouse-drag-header-line): New.
5272 (toplevel): Bind down-mouse-1 on header lines to
5273 mouse-drage-header-line.
5274
5275 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5276
5277 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5278 (make-mode-line-mouse-sensitive): Replace `top-line' by
5279 `header-line'.
5280
5281 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5282
5283 * help.el (describe-function-1): Don't return empty string for keymaps.
5284
5285 * fill.el (fill-region-as-paragraph, canonically-space-region):
5286 Respect colon-double-space at end of line.
5287
5288 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5289
5290 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5291 (backup-buffer): Use it.
5292
5293 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5294
5295 * generic-x.el (generic-define-unix-modes): Added new modes:
5296 inetd-conf-generic-mode, etc-services-generic-mode,
5297 etc-passwd-generic-mode. These are all defined for Unix by default.
5298 (apache-generic-mode): Use an imenu-generic-expression to list
5299 Configuration keywords.
5300 (samba-generic-mode): Use both ; and # as comment characters.
5301 (samba-generic-mode): Font-lock expressions now highlight name
5302 value pairs.
5303 (bat-generic-mode): Keywords are now case-insensitive through
5304 font-lock-defaults setting.
5305 (java-properties-generic-mode): Supports both ! and # as comment
5306 characters.
5307 (java-properties-generic-mode): Added an imenu-generic-expression
5308 (java-properties-generic-mode): Reworked to support the various
5309 different ways to separate name and value (viz, '=', ':' and
5310 whitespace).
5311 (show-tabs-generic-mode): Added this new generic-mode.
5312
5313 1999-09-08 Richard Stallman <rms@gnu.org>
5314
5315 * progmodes/inf-lisp.el: Moved from top directory.
5316
5317 * tar-mode.el (tar-header-block-tokenize):
5318 Use `when' instead of `and'. Fix some clobbered text.
5319
5320 * gud.el (gud-make-debug-menu): Make a child for the
5321 local menu, for its menu bar, and the debug menu.
5322 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5323 Use the history in the simple way.
5324
5325 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5326
5327 * language/korea-util.el (default-korean-keyboard): Initialize it
5328 according to the environment variable HANGUL_KEYBOARD_TYPE.
5329
5330 1999-09-07 Richard Stallman <rms@gnu.org>
5331
5332 * subr.el (make-temp-file): New function.
5333
5334 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5335
5336 * font-lock.el (font-lock-multiline): New text property contains
5337 a boolean to indicate if the char is part of a multiline match.
5338 (font-lock-default-fontify-region): Extend the region appropriately
5339 for multiline keywords.
5340 (font-lock-default-unfontify-region): Also remove the new
5341 font-lock-multiline text property.
5342 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5343 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5344
5345 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5346
5347 * diary-lib.el (list-diary-entries): Make sure two-digit years
5348 have leading zeros.
5349
5350 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5351
5352 * faces.el (face-set-after-frame-default): Initialize some
5353 attributes of some faces from frame parameters.
5354
5355 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5356
5357 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5358
5359 * faces.el (fringe): Replaces face `margin'.
5360
5361 1999-09-07 Dave Love <fx@gnu.org>
5362
5363 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5364
5365 1999-09-07 Richard Stallman <rms@gnu.org>
5366
5367 * subr.el (push): Doc fix.
5368
5369 1999-09-06 Richard Stallman <rms@gnu.org>
5370
5371 * vc.el (vc-annotate-display): Use < 69 not < 70
5372 to distinguish 20YY from 19YY.
5373
5374 * timezone.el (timezone-parse-date): Use < 69 not < 70
5375 to distinguish 20YY from 19YY.
5376
5377 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5378
5379 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5380
5381 * quickurl.el: (quickurl-list-focused-line): Removed.
5382 (quickurl-list-insert): Now works out the focused line using
5383 `count-lines' instead of using `quickurl-list-focused-line'.
5384
5385 1999-09-06 Richard Stallman <rms@gnu.org>
5386
5387 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5388 to beginning of message.
5389
5390 1999-09-06 Dave Love <fx@gnu.org>
5391
5392 * isearch.el (isearch-mode-map): Add mouse-2.
5393
5394 * mail/rmail.el (rmail-read-password): Deleted.
5395 (rmail-get-pop-password): Use read-password.
5396
5397 * quickurl.el: Don't conditionally define caddr.
5398 (quickurl-url-comment): Use nth, not caddr in function and
5399 defsetf.
5400
5401 1999-09-06 Richard Stallman <rms@gnu.org>
5402
5403 * auto-show.el: Doc fixes.
5404
5405 1999-09-06 Stephen Eglen <stephen@gnu.org>
5406
5407 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5408 --no-line-editing so that TABs in source files are not interpreted
5409 as completion requests.
5410
5411 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5412
5413 * hscroll.el, auto-show.el: Remove all code, keep the public
5414 interface as no-ops.
5415
5416 * faces.el (face-bold-p): Don't return t if face has lighter
5417 weight than normal.
5418
5419 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5420
5421 * startup.el (command-line): Make small-temporary-file-directory
5422 be nil except on ms-dos.
5423
5424 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5425
5426 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5427 is defined.
5428
5429 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5430 letters with a colon after d or l.
5431
5432 1999-09-06 Dave Love <fx@gnu.org>
5433
5434 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5435 primitive.)
5436
5437 1999-09-05 Richard Stallman <rms@gnu.org>
5438
5439 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5440
5441 * textmodes/paragraphs.el (backward-kill-sentence):
5442 Don't test minibuffer-prompt-end here.
5443 (forward-sentence): Do handle it here.
5444 (backward-kill-paragraph): Don't test it here.
5445 (forward-paragraph): Handle it here.
5446
5447 * mouse.el (font-menu-add-default): Simplify code.
5448
5449 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5450
5451 * faces.el (header-line): Renamed from `top-line'.
5452
5453 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5454
5455 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5456
5457 1999-09-04 Richard Stallman <rms@gnu.org>
5458
5459 * whitespace.el: New file.
5460
5461 1999-09-04 Dave Love <fx@gnu.org>
5462
5463 * paths.el: Make some doc strings obey the make-docfile convention.
5464
5465 * bindings.el: Likewise.
5466 (debug-ignored-errors): Remove BBDB ones.
5467
5468 1999-09-03 Richard Stallman <rms@gnu.org>
5469
5470 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5471 not from the draft to forward.
5472
5473 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5474
5475 1999-09-03 Dave Love <fx@gnu.org>
5476
5477 * double.el (double-mode): Customize the variable.
5478
5479 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5480
5481 * international/characters.el: Delete duplicated code.
5482
5483 1999-09-02 Richard Stallman <rms@gnu.org>
5484
5485 * indent.el (indent-relative): Doc fix.
5486
5487 * quickurl.el (quickurl): Doc fix.
5488
5489 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5490
5491 * faces.el (margin): Change background to "gray" for mono (this is
5492 drawn with a stipple pattern).
5493
5494 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5495
5496 * simple.el (next-history-element): Use minibuffer-prompt-end once
5497 again. Remove test for minibuffer-prompt-in-buffer.
5498
5499 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5500
5501 * files.el (small-temporary-file-directory): New variable.
5502
5503 * startup.el (command-line): Compute the value of
5504 small-temporary-file-directory.
5505
5506 * ediff-init.el (ediff-temp-file-prefix): Use
5507 small-temporary-file-directory if non-nil.
5508
5509 * vc.el (vc-update-change-log): Likewise.
5510
5511 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5512
5513 * simple.el (shell-command, shell-command-on-region): Use
5514 make-temp-name properly. Use small-temporary-file-directory if
5515 non-nil, otherwise temporary-file-directory, to generate temporary
5516 files.
5517
5518 * dos-w32.el (direct-print-region-helper): Use
5519 temporary-file-directory. (From Stefan Monnier.)
5520
5521 1999-09-02 Richard Stallman <rms@gnu.org>
5522
5523 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5524 from asm-comment-char.
5525 (asm-font-lock-keywords): Recognize instruction width suffixes.
5526
5527 1999-09-01 Richard Stallman <rms@gnu.org>
5528
5529 * play/fortune.el: New file.
5530
5531 1999-08-31 Dave Love <fx@gnu.org>
5532
5533 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5534 after key table.
5535
5536 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5537 redisplay variables.
5538
5539 * subr.el (push): Fix typo.
5540
5541 1999-08-30 Kevin Blake <kblake@ticnet.com>
5542
5543 * emacs-lisp/ring.el: Many doc fixes.
5544 (ring-size, ring-copy): New functions.
5545
5546 1999-08-29 Richard Stallman <rms@gnu.org>
5547
5548 * progmodes/etags.el (tags-loop-continue):
5549 After tags-loop-operate returns, force skip to next file.
5550
5551 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5552 (mail-extr-first-letters, mail-extr-last-letters):
5553 Use character classes [:alpha:] and [:alnum:].
5554
5555 * subr.el (push, pop): New macros.
5556
5557 * progmodes/compile.el (compilation-error-regexp-alist):
5558 New item for SGI IRIX MipsPro compilers.
5559
5560 * speedbar.el (speedbar-directory-buttons): Recognize
5561 device names when checking for file names.
5562
5563 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5564
5565 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5566 and specially handle defvar inside their expansions.
5567 (eval-defun-1): New subroutine.
5568
5569 * progmodes/compile.el (compilation-error-regexp-alist):
5570 Fix the Perl -w entry to allow period after line number.
5571 Don't allow newlines in file name, but allow them after line number
5572 for Perl debugging traces.
5573
5574 * which-func.el (which-func-cleanup-function): New variable.
5575 (which-function): Call that function.
5576
5577 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5578 to end a function name.
5579
5580 * informat.el (Info-tagify): Don't insert more than one newline
5581 before the tag table.
5582
5583 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5584
5585 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5586 than make-temp-name, use match-string-no-properties, and eliminate
5587 a quadratic behavior when building bibtex-strings.
5588
5589 1999-08-29 Alex Schroeder <alex@gnu.org>
5590
5591 * comint.el (comint-input-ring-separator): New variable.
5592 (comint-read-input-ring): Doc change; use
5593 comint-input-ring-separator when reading file.
5594 (comint-write-input-ring): Use
5595 comint-input-ring-separator when writing file.
5596
5597 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5598
5599 * informat.el (Info-tagify): Start by widening.
5600 Match node headers that don't list the file name,
5601 and more kinds of page separations.
5602 Strip properties during tagification.
5603 Use start of node header line as tag's position.
5604 Fix the "done" message.
5605
5606 (Info-validate): Save and restore match data around narrowing down.
5607
5608 1999-08-28 Richard M. Stallman <rms@gnu.org>
5609
5610 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5611 On repeated call, override previous values put into
5612 minor-mode-map-alist and minor-mode-alist.
5613
5614 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5615
5616 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5617
5618 1999-08-27 Andreas Schwab <schwab@gnu.org>
5619
5620 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5621 from cvs update.
5622
5623 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5624
5625 * calendar/calendar.el (calendar-move-hook): New hook.
5626
5627 * calendar/cal-move.el: Call the new hook in every movement function.
5628
5629 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5630 the right function name.
5631
5632 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5633
5634 * time-stamp.el: Put quote-backquote around all symbol names
5635 in doc strings, for mousing.
5636 (time-stamp): Support multi-line patterns.
5637 (time-stamp-inserts-lines): New variable.
5638 (time-stamp-count): New variable.
5639 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5640 "Thu" instead of "%a".
5641
5642 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5643
5644 * simple.el (kill-word): Undo previous change.
5645
5646 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5647
5648 * jit-lock.el (jit-lock-function): Extend the fontified range
5649 to the beginning of the line containing the range start and
5650 the beginning of the line following the range end.
5651
5652 1999-08-24 Dave Love <fx@gnu.org>
5653
5654 * timezone.el: Move provide to end.
5655 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5656 <70 are 2000+.
5657 (timezone-parse-time): Simplify somewhat.
5658
5659 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5660
5661 * faces.el (margin): Renamed from bitmap-area.
5662
5663 1999-08-24 Alex Schroeder <alex@gnu.org>
5664
5665 * sql.el: Doc changes.
5666 (sql-sybase): Use sql-server instead of sql-database.
5667
5668 1999-08-23 Dave Love <fx@gnu.org>
5669
5670 * rect.el: Add/fix various doc strings. Add `*' to all the
5671 interactive specs.
5672
5673 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5674
5675 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5676 Don't unwind-protect font-lock-fontify-region.
5677
5678 * paragraphs.el (backward-kill-paragraph): Don't move
5679 point into mini-buffer prompt.
5680 (backward-kill-sentence): Ditto.
5681
5682 * simple.el (next-history-element): Use minibuffer-prompt-end.
5683 Remove test for minibuffer-prompt-in-buffer.
5684 (kill-word): Don't move point into mini-buffer prompt.
5685
5686 1999-08-21 Dave Love <fx@gnu.org>
5687
5688 * Makefile: Exclude CVS dirs like RCS.
5689
5690 1999-08-19 Dave Love <fx@gnu.org>
5691
5692 * tooltip.el (tooltip-mode): Customize this, per convention.
5693 (tooltip-active): Option deleted.
5694
5695 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5696
5697 * hanoi.el, page-ext.el: Declare dynamic vars.
5698
5699 * term.el: Avoid ange-ftp related compilation warnings.
5700
5701 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5702
5703 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5704 the default so that beginners can benefit from it without
5705 searching in manuals.
5706
5707 1999-08-18 Ray Blaak <blaak@gnu.org>
5708
5709 * progmodes/delphi.el: Consider assembly sections as blocks, to
5710 indent them better. Make auto-indent on newline optional.
5711
5712 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5713
5714 * bindings.el (mode-line-modified): Look up key binding for C-x
5715 C-q. If it's bound call that binding, otherwise call
5716 toggle-read-only.
5717
5718 1999-08-17 Dave Love <fx@gnu.org>
5719
5720 * info.el (info): Doc fix.
5721
5722 * finder.el (finder-known-keywords): Add `multimedia'.
5723
5724 * apropos.el: Don't capitalize custom group name.
5725
5726 * info-look.el: Remove compatibility code.
5727 (info-lookup-guess-default*): DTRT for point at start of symbol.
5728 (info-complete): Don't lose with point not at end of symbol.
5729
5730 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5731
5732 * term.el (toplevel): Make face `term-default' an empty face.
5733 The code relied on the fact that Emacs ignored invalid faces in
5734 face text properties in 20.4.
5735
5736 1999-08-16 Richard M. Stallman <rms@gnu.org>
5737
5738 * subr.el (point-at-eol, point-at-bol): New aliases.
5739
5740 * simple.el: Functions reordered.
5741
5742 * rect.el (delete-rectangle-line): Use line-end-position.
5743
5744 1999-08-16 Karl Heuer <kwzh@gnu.org>
5745
5746 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5747 here from simple.el.
5748
5749 1999-08-16 Dave Love <fx@gnu.org>
5750
5751 * mouse.el: Provide `mldrag' for compatibility.
5752 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5753 marked obsolete.
5754
5755 * mldrag.el: Removed since the features are in mouse.el.
5756
5757 * jka-compr.el (auto-compression-mode): New variable for
5758 customization.
5759
5760 * bindings.el (mode-line-mule-info): Doc fix.
5761
5762 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5763 name comparisons.
5764
5765 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5766 (find-file): Doc fix.
5767
5768 1999-08-16 Carsten Dominik <cd@gnu.org>
5769
5770 * textmodes/reftex.el: Most of the code moved to other files.
5771 * textmodes/reftex-auc.el: New file, split out from reftex.el
5772 * textmodes/reftex-cite.el: New file, split out from reftex.el
5773 * textmodes/reftex-global.el: New file, split out from reftex.el
5774 * textmodes/reftex-index.el: New file, split out from reftex.el
5775 * textmodes/reftex-parse.el: New file, split out from reftex.el
5776 * textmodes/reftex-ref.el: New file, split out from reftex.el
5777 * textmodes/reftex-sel.el: New file, split out from reftex.el
5778 * textmodes/reftex-toc.el: New file, split out from reftex.el
5779 * textmodes/reftex-vars.el: New file, split out from reftex.el
5780 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5781
5782 1999-08-16 Carsten Dominik <cd@gnu.org>
5783
5784 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5785 conflict with pop-up-frames.
5786 (reftex-special-environment-parsers): New constant.
5787 (reftex-label-alist): car of an entry can also be a function.
5788 (reftex-what-special-env): Cew function.
5789 (reftex-label-location): Call `reftex-what-special-env'.
5790 (reftex-compile-variables): Check for symbol in
5791 `reftex-label-alist'.
5792 (reftex-what-environment): Fixed bug with stacked environments of
5793 same kind (e.g. enumerate).
5794 (reftex-process-string): Preserve default directory.
5795 (reftex-label-alist-builtin): Changed prefixes of endnote and
5796 footnote. Also the magic words.
5797 (reftex-reference): Interprete new option
5798 `reftex-fref-is-default'.
5799 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5800 (reftex-toc-mouse-view-line): Command removed (had no binding).
5801 (reftex-everything-regexp): New function.
5802 (reftex-nearest-match): Made better.
5803 (reftex-toc-find-section): Use new version of
5804 `reftex-nearest-match'.
5805 (reftex-insert-docstruct): Adapted to work with the index stuff.
5806 (reftex-parse-from-file): Find index entries as well.
5807 (reftex-toc-toggle-index): New function
5808 (reftex-toc-map): `i' is now used to togle the index, File
5809 boundaries has been moved to `F'.
5810 (reftex-select-label-map): Toggling display of file boundaries is
5811 now on the `F' key, for consistency with `reftex-toc-map'.
5812 (reftex-erase-all-selection-and-index-buffers): Renamed from
5813 `reftex-erase-all-selection-buffer'. Now also kills the index
5814 buffers.
5815 (reftex-viewing-cross-references): Customization group renamed
5816 from reftex-viewing-cross-references-and-citations.
5817 (reftex-index-macro-regexp,
5818 reftex-find-index-entry-regexp-format): New variables
5819 (reftex-macros-with-index): New variable
5820 (reftex-add-index-macros): New function
5821 (reftex-renumber-simple-labels, reftex-translate): Allow for
5822 multiple labels in a single ref command.
5823 (reftex-index-support): New customization group
5824 (reftex-support-index, reftex-index-special-chars,
5825 reftex-index-macros, reftex-index-default-macro,
5826 reftex-index-default-tag, reftex-index-math-format,
5827 reftex-index-section-letters, reftex-index-include-context,
5828 reftex-index-follow-mode, reftex-index-header-face,
5829 reftex-index-section-face, reftex-index-tag-face,
5830 reftex-index-face): New options
5831 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5832 reftex-index-tag, reftex-index-return-marker,
5833 reftex-index-restriction-indicator, reftex-index-restriction-data,
5834 reftex-index-macro-regexp, reftex-index-level-re,
5835 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5836 reftex-everything-regexp-no-index, reftex-index-re,
5837 reftex-macros-with-index, reftex-index-macro-alist): New variables
5838 (reftex-index-help, reftex-index-macros-builtin,
5839 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5840 reftex-query-index-macro-help): New constants
5841 (reftex-index-selection-or-word, reftex-index,
5842 reftex-default-index, reftex-update-default-index,
5843 reftex-index-complete-tag, reftex-index-select-tag,
5844 reftex-index-complete-key, reftex-index-update-taglist,
5845 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5846 reftex-display-index, reftex-insert-index,
5847 reftex-index-insert-new-letter, reftex-get-restriction,
5848 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5849 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5850 reftex-index-toggle-follow, reftex-index-toggle-context,
5851 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5852 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5853 reftex-index-quit, reftex-index-quit-and-kill,
5854 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5855 reftex-index-revert, reftex-index-switch-index-tag,
5856 reftex-index-restrict-to-section, reftex-index-widen,
5857 reftex-index-restriction-forward,
5858 reftex-index-restriction-backward, reftex-index-visit-location,
5859 reftex-index-analyze-entry, reftex-index-globalize,
5860 reftex-index-edit, reftex-index-toggle-range-beginning,
5861 reftex-index-toggle-range-end, reftex-index-edit-key,
5862 reftex-index-edit-attribute, reftex-index-edit-visual,
5863 reftex-index-edit-part, reftex-index-level-down,
5864 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5865 reftex-index-change-entry, reftex-index-goto-letter,
5866 reftex-add-index-macros, reftex-ensure-index-support,
5867 reftex-index-info-safe, reftex-index-info): New functions.
5868
5869
5870 1999-08-15 Richard M. Stallman <rms@gnu.org>
5871
5872 * paren.el (show-paren-mode): Support making show-paren-mode
5873 a buffer-local variable. Don't check for a window system.
5874 (show-paren-function): Check whether show-paren-function is
5875 enabled in current buffer; do the right thing if not.
5876 Don't check for a window system.
5877 (show-paren-mode): Make it a user variable.
5878
5879 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5880 Handle `enum' like `struct'.
5881
5882 * server.el (server-process-filter): If a client visits no buffers,
5883 close it immediately before recording it.
5884
5885 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5886 Optimize by calling concat just once. Handle =\n sequence.
5887 (mail-unquote-printable-region): New command.
5888 (mail-quote-printable): Make it autoload.
5889
5890 1999-08-15 Karl Heuer <kwzh@gnu.org>
5891
5892 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5893
5894 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5895
5896 * lisp/texinfmt.el: Handle @ifnottex.
5897
5898 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5899
5900 * frame.el (blink-cursor): Don't turn on cursor blinking for
5901 ms-dos.
5902
5903 * faces.el (face-valid-attribute-values): Look in
5904 x-bitmap-file-path only for x and w32 window systems.
5905
5906 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5907 Do that if width is nil as well.
5908 (x-display-mm-height, x-display-mm-width): Update values.
5909 (x-colors): Compute the list from msdos-color-values.
5910 (x-select-enable-clipboard): Doc fix.
5911 (x-frob-font-weight, x-font-family-list): New functions.
5912
5913 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5914
5915 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5916 back up from beginning of buffer.
5917
5918 1999-08-13 Karl Heuer <kwzh@gnu.org>
5919
5920 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5921
5922 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5923
5924 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5925 doomsday clock, speed control is added and changes are made to
5926 allow large numbers of rings: rings now show the whole ring
5927 number, not just the last digit; consecutive rings are allowed to
5928 be the same size when necessary to fit all the rings in the
5929 window; and poles can be oriented horizontally. Face support is
5930 thrown in gratuitously.
5931 (hanoi): Changed default number of rings back to 3.
5932 (hanoi-unix, hanoi-unix-64): New commands
5933 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5934 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5935 hanoi-odd-ring-face): New variables.
5936 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5937 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5938 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5939 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5940 (hanoi-topos, hanoi-draw-ring): Removed.
5941
5942 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5943
5944 * faces.el (face-valid-attribute-values): Return an alist for
5945 families on ttys.
5946 (face-read-integer): Handle unspecified face attributes. Add
5947 completion for `unspecified'.
5948 (read-face-attribute): Handle unspecified font attributes.
5949 (face-valid-attribute-values): Add `unspecified' to lists so that
5950 it can be chosen via completion.
5951 (face-read-string): Don't recognize "none" as input.
5952
5953 1999-08-10 Dave Love <fx@gnu.org>
5954
5955 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5956 string.
5957
5958 * sun-curs.el: Require sun-fns.
5959
5960 1999-08-10 Dave Love <fx@gnu.org>
5961
5962 * autorevert.el (auto-revert-mode): Add autoload cookie.
5963
5964 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5965 hscroll.
5966
5967 * simple.el (hscroll-step, hscroll-point-visible)
5968 (hscroll-window-column): Remove now we have the mentioned real
5969 horizontal autoscrolling.
5970
5971 1999-08-10 Richard M. Stallman <rms@gnu.org>
5972
5973 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5974 control use of -f option.
5975 (mail-specify-envelope-from): New variable.
5976 (mail-from-style): Doc fix.
5977
5978 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5979 (easy-menu-get-map): New arg TO-MODIFY helps choose
5980 between local and global maps.
5981 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5982 (easy-menu-change): Doc fix.
5983
5984 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5985 (info-lookup-guess-default): Simplified and cleaned up.
5986 (info-lookup-guess-default*): Preserve point.
5987
5988 * view.el (view-mode-disable): If buffer-read-only is nil,
5989 don't change it.
5990
5991 * files.el (after-find-file): Disable View mode if buffer is no
5992 longer read-only.
5993
5994 * view.el (view-mode-enable, view-mode-disable):
5995 Call force-mode-line-update.
5996
5997 1999-08-10 Karl Heuer <kwzh@gnu.org>
5998
5999 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6000 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6001 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6002
6003 1999-08-10 Alex Schroeder <asc@bsiag.com>
6004
6005 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6006 to prevent m-eating-bug.
6007
6008 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6009
6010 * term/pc-win.el (msdos-bg-mode): Remove. Call
6011 frame-set-background-mode instead. All callers changed.
6012 (msdos-face-setup): Don't force color display parameter, it is set
6013 by frame-set-background-mode.
6014 (make-msdos-frame): Call x-handle-reverse-video and
6015 face-set-after-frame-default. Delete frame if creation failed.
6016
6017 * faces.el (face-set-after-frame-default): Don't call
6018 make-face-x-resource-internal for the pc window-system.
6019
6020 1999-08-10 Dave Love <fx@melange.gnu.org>
6021
6022 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6023 case with no docstring specially.
6024
6025 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6026
6027 * complete.el (PC-do-completion): If completing on file name,
6028 reproduce str by concatenating its directory and basename parts.
6029
6030 1999-08-07 Dave Love <fx@gnu.org>
6031
6032 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6033 unibyte to multibyte conversion of search-forward (from Handa),
6034 but avoid the replacement if the language is Latin-N.
6035
6036 1999-08-06 Richard Stallman <rms@gnu.org>
6037
6038 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6039 of eval-buffer.
6040
6041 * international/mule.el (load-with-code-conversion):
6042 Pass t to eval-buffer for DO-ALLOW-PRINT.
6043
6044 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6045
6046 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6047 of filenames and attributes.
6048 (ls-lisp-insert-directory): Use directory-files-and-attributes
6049 for speed.
6050
6051 1999-08-05 Dave Love <fx@gnu.org>
6052
6053 * auto-show.el (auto-show-mode): Fix :set.
6054
6055 * widget.el (define-widget-keywords): Make dummy definition and
6056 comment-out its use.
6057
6058 1999-08-04 Richard Stallman <rms@gnu.org>
6059
6060 * progmodes/tcl.el: Customized.
6061
6062 * sql.el (sql-accumulate-and-indent): Instead of testing
6063 whether this is Emacs 20 before calling comint-accumulate,
6064 test whether comint-accumulate is defined.
6065
6066 1999-08-04 Dave Love <fx@gnu.org>
6067
6068 * sgml-mode.el: Require outline when compiling.
6069 (sgml-mode-hook, html-mode-hook): Customize.
6070 (sgml-validate-command): Fix :version.
6071 (html-autoview-mode): Doc fix.
6072
6073 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6074 nothing in Latin-N environment.
6075
6076 * info.el (Info-find-node): Call info-initialize here.
6077 (info): Not here.
6078 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6079
6080 1999-08-04 Richard Stallman <rms@gnu.org>
6081
6082 * ansi-color.el: New file.
6083
6084 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6085
6086 * dired.el (dired-string-replace-match): Return `nil' when no match
6087 found with global search.
6088
6089 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6090 * terminal.el (te-terminfo-directory):
6091 * mail/mailpost.el (post-mail-send-it):
6092 * mail/metamail.el (metamail-region):
6093 * progmodes/ada-mode.el (ada-tmp-directory):
6094 Use temporary-file-directory.
6095
6096 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6097 (compilation-filter, compilation-forget-errors)
6098 (compilation-parse-errors): Use a marker instead of an integer for
6099 `compilation-parsing-end'.
6100
6101 * progmodes/diff.el (diff-parse-differences):
6102 Use a marker instead of an integer for `compilation-parsing-end'.
6103 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6104 Use a marker instead of an integer for `compilation-parsing-end'.
6105
6106 1999-08-03 Richard Stallman <rms@gnu.org>
6107
6108 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6109 (Buffer-menu-mode): Doc fix.
6110 (Buffer-menu-view): New command.
6111 (Buffer-menu-view-other-window): New command.
6112
6113 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6114
6115 * replace.el (query-replace-regexp-eval)
6116 (replace-eval-replacement, replace-loop-through-replacements)
6117 (replace-match-string-symbols): New functions.
6118 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6119 Use replace-loop-through-replacements.
6120
6121 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6122
6123 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6124 (5x5): Doc fix.
6125
6126 1999-08-03 Dave Love <fx@gnu.org>
6127
6128 * fortran.el (fortran-indent-new-line): Make it an alias
6129 for reindent-then-newline-and-indent.
6130
6131 1999-08-03 Didier Verna <verna@inf.enst.fr>
6132
6133 * rect.el: All functions rewritten, except when noted above
6134 their declaration. Below is a list of interface changes.
6135 (apply-on-rectangle): New function, mostly replaces
6136 `operate-on-rectangle'. All callers changed.
6137 (move-to-column-force): Pass new second argument to `move-to-column'.
6138 (kill-rectangle): Added optional prefix arg to fill lines.
6139 (delete-rectangle): Ditto.
6140 (delete-whitespace-rectangle): Ditto.
6141 (delete-extract-rectangle): Ditto.
6142 (open-rectangle): Ditto.
6143 (clear-rectangle): Ditto.
6144 (delete-whitespace-rectangle-line): New function.
6145 (delete-rectangle-line): Added third arg FILL.
6146 (delete-extract-rectangle-line): Ditto.
6147 (open-rectangle-line): Ditto.
6148 (clear-rectangle-line): Ditto.
6149
6150 1999-08-03 Ray Blaak <blaak@gnu.org>
6151
6152 * progmodes/delphi.el: New file.
6153
6154 1999-08-02 Richard Stallman <rms@gnu.org>
6155
6156 * textmodes/outline.el (outline-previous-heading): New function.
6157 (outline-up-heading-all): Use outline-previous-heading.
6158 (outline-next-heading): Delete definition inserted yesterday.
6159
6160 1999-08-01 Richard Stallman <rms@gnu.org>
6161
6162 * textmodes/outline.el (outline-next-heading): New function.
6163 (outline-up-heading-all): New function.
6164 (outline-font-lock-level): Using outline-up-heading-all.
6165 Tell outline-back-to-heading to accept invisible headings.
6166
6167 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6168
6169 * mail/mh-utils.el (mh-find-path-run): New variable.
6170 (mh-find-path): Test and set that.
6171 Set mail-user-agent only the first time this function is run.
6172 (mail-user-agent): Defvar deleted.
6173
6174 * info.el (info-initialize): New function.
6175 (info): Call info-initialize.
6176 (Info-directory-list): Initialize to nil,
6177 so info-initialize will set it up for real.
6178
6179 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6180
6181 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6182 does not interpret a time as the year in a day-month entry.
6183
6184 * calendar/diary-lib.el: Change syntax table entry for colon in
6185 the diary as part of the european-date-diary-pattern fix.
6186
6187 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6188
6189 * international/mule.el (set-auto-coding): Allow whitespace before
6190 and after the "variable: value" pair.
6191
6192 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6193
6194 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6195 (default-sendmail-coding-system): Doc-string fixed.
6196
6197 1999-07-30 Dave Love <fx@gnu.org>
6198
6199 * subr.el (assoc-delete-all): New function, renamed from
6200 frame-delete-all.
6201
6202 * frame.el: Change comments to doc strings and other doc fixes.
6203 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6204 Callers changed.
6205 (set-background-color, set-foreground-color, set-cursor-color)
6206 (set-mouse-color, set-border-color): Offer completion of colours.
6207 (cursor): Add :version to defgroup.
6208
6209 * facemenu.el (list-colors-display): Make it work on ttys.
6210 (facemenu-read-color): Likewise.
6211
6212 1999-07-30 Richard M. Stallman <rms@gnu.org>
6213
6214 * frame.el (frame-notice-user-settings): If background
6215 color has been changed, update background-mode from it,
6216 then update faces.
6217
6218 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6219
6220 * net-utils.el (finger): Don't do indirect fingering.
6221
6222 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6223
6224 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6225 rules. Add separator at end of holidays.
6226 (cal-tex-rules): New customizable variable.
6227 (cal-tex-latexify-list): Add optional parameter to put separator
6228 at end.
6229
6230 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6231
6232 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6233 fill prefix on each line while looping to the end of paragraph.
6234 End paragraph if it's longer than the existing fill prefix.
6235
6236 * textmodes/fill.el (fill-context-prefix): Doc fix.
6237
6238 1999-07-30 Dave Love <fx@gnu.org>
6239
6240 * font-lock.el (jit-lock): Fix :load, add :version.
6241
6242 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6243
6244 * term/pc-win.el (msdos-face-setup): Register standard colors in
6245 Vface_tty_color_alist.
6246 (face-color-supported-p, face_color_gray_p): New functions.
6247
6248 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6249 is bound.
6250
6251 * startup.el (command-line): Don't register default colors for
6252 MSDOS window-system.
6253
6254 1999-07-29 Dave Love <fx@gnu.org>
6255
6256 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6257 charquote.
6258
6259 * lisp-mode.el (eval-defun): Re-written to avoid
6260 capturing variables.
6261
6262 * picture.el (picture-beginning-of-line): Don't call
6263 hscroll-point-visible now we have real autoscrolling.
6264 (picture-end-of-line, picture-newline, picture-open-line):
6265 Likewise.
6266
6267 * international/latin-8.el: New file.
6268 * international/latin-9.el: New file.
6269
6270 1999-07-28 Dave Love <fx@gnu.org>
6271
6272 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6273
6274 * msb.el: Require cl only when compiling.
6275 (msb--home-dir): Deleted.
6276 (msb--format-title): Use abbreviate-file-name.
6277 (msb--choose-file-menu): Simplify string comparison.
6278
6279 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6280
6281 * faces.el (toolbar): Add face definition for mono displays.
6282
6283 1999-07-27 Richard M. Stallman <rms@gnu.org>
6284
6285 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6286
6287 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6288 force copying of default-frame-alist.
6289
6290 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6291
6292 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6293
6294 1999-07-26 Richard M. Stallman <rms@gnu.org>
6295
6296 * frame.el (set-mouse-color): If new color is nil,
6297 really respecify the current color.
6298
6299 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6300
6301 * faces.el (bitmap-area): Change background of face `bitmap-area'
6302 to white for mono displays.
6303
6304 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6305
6306 * international/ccl.el (ccl-embed-symbol): New function.
6307 (ccl-program-p): Deleted. Now it's implemented in C code.
6308 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6309 (ccl-compile-translate-character): Likewise.
6310 (ccl-compile-map-single): Likewise.
6311 (ccl-compile-multiple-map-function): Likewise.
6312 (declare-ccl-program): Doc-string modified.
6313 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6314
6315 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6316
6317 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6318
6319 1999-07-25 Markus Rost <rost@gnu.org>
6320
6321 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6322 the entries to make custom-file more readable.
6323
6324 1999-07-25 Richard M. Stallman <rms@gnu.org>
6325
6326 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6327
6328 * emacs-lisp/edebug.el: Delete compatibility code.
6329 (edebug-next-token-class): If . is followed by a digit,
6330 return `symbol' for the token class.
6331
6332 * startup.el (command-line): If we don't find the user's init file,
6333 set user-init-file to nil.
6334
6335 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6336
6337 * info-look.el (info-lookup-interactive-arguments): Add optional
6338 argument query for new choice of help mode.
6339 (info-lookup-symbol): Use it.
6340 (info-lookup-file): Ditto.
6341 (info-lookup): Don't switch to other window, if already in Info
6342 buffer.
6343
6344 1999-07-23 Dave Love <fx@gnu.org>
6345
6346 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6347 syntax.
6348 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6349 (fortran-font-lock-syntactic-keywords): New variable.
6350 (fortran-mode): Use it.
6351 (fortran-font-lock-keywords-1): Don't do comments.
6352 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6353 match data.
6354
6355 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6356
6357 * msb.el (msb-menu-bar-update-buffers): Renamed from
6358 menu-bar-update-buffers.
6359 (msb-custom-set, msb--toggle-menu-type): Call
6360 msb-menu-bar-update-buffers.
6361 (msb-mode): Revise the hook setting.
6362
6363 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6364
6365 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6366
6367 * font-lock.el, help.el, simple.el: Re-integrate previously
6368 described changes that were lost due to errors while checking them
6369 in.
6370
6371 1999-07-23 Kevin Blake <kblake@ticnet.com>
6372
6373 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6374
6375 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6376
6377 * international/encoded-kb.el
6378 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6379 but push it to unread-command-events.
6380 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6381 (encoded-kbd-self-insert-sjis): Likewise.
6382 (encoded-kbd-self-insert-big5): Likewise.
6383
6384 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6385 before left margin and fill-prefix by fill-find-break-point.
6386
6387 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6388
6389 * info-look.el (info-lookup-setup-mode): Don't give up, if
6390 info-lookup-make-completions returns an error.
6391 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6392 name latex, not latex2e.
6393
6394 1999-07-21 Richard M. Stallman <rms@gnu.org>
6395
6396 * replace.el (perform-replace): Turn off case-fold-search
6397 if FROM-STRING argument has uppercase in it.
6398
6399 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6400
6401 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6402 mode is on. Don't use end of changed text.
6403
6404 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6405
6406 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6407 (cl-hash-table-p): Renamed from hash-table-p.
6408 (cl-hash-table-count): Renamed from hash-table-count.
6409 (maphash): Alias to cl-maphash removed.
6410 (gethash): Likewise.
6411 (puthash): Likewise.
6412 (remhash): Likewise.
6413 (clrhash): Likewise.
6414
6415 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6416
6417 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6418 third arg non-nil. See comment there why this isn't a good idea.
6419
6420 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6421
6422 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6423
6424 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6425 sit-for with 3rd arg non-nil to prevent redisplay.
6426
6427 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6428
6429 * image.el (image-type-from-file-header): If file doesn't
6430 have a directory part, add data-directory.
6431
6432 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6433
6434 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6435 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6436 motion handling when tooltip-gud-tips-p is nil.
6437
6438 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6439
6440 * tooltip.el (tooltip-mode): Don't use `plusp'.
6441 (tooltip-active): Use initial value of nil.
6442
6443 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6444
6445 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6446
6447 * bindings.el (make-mode-line-mouse-sensitive): Add key
6448 definitions for `top-line'.
6449
6450 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6451
6452 * faces.el (top-line): New face.
6453
6454 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6455
6456 * image.el (image-type-regexps): Add regexp for PS files.
6457
6458 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6459
6460 * faces.el (set-face-attribute): Fix wrong handling of frame
6461 begin equal to t.
6462
6463 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6464
6465 * image.el (image-type-regexps): Add PNG format.
6466
6467 1999-07-21 Dave Love <fx@gnu.org>
6468
6469 * bindings.el (mode-line-modified): New variable.
6470 (mode-line-mode-menu-1): Switch to appropriate window before
6471 showing menu.
6472
6473 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6474
6475 * faces.el (face-underline): Removed.
6476 (face-underline-color): Ditto.
6477
6478 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6479
6480 * faces.el (face-x-resources): Fix typo.
6481
6482 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6483
6484 * faces.el: Remove handling of `:relief', extend handling of
6485 `:box'.
6486 (frame-set-background-mode): Choose new defface specs after
6487 frame parameters have changed.
6488
6489 * cus-face.el: Ditto.
6490
6491 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6492
6493 * custom.el (defface): Extend documentation to include new
6494 face attributes.
6495
6496 * cus-face.el (custom-face-attributes): Add overline,
6497 strike-through, box.
6498
6499 * faces.el (face-valid-attribute-values): Handle overline,
6500 strike-through, box.
6501 (face-attribute-name-alist): Add pairs for new face attributes.
6502 (describe-face): Handle new face attributes.
6503
6504 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6505
6506 * faces.el (face-x-resources): Add overline, strike-through, box.
6507
6508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6509
6510 * enriched.el (enriched-translations): Add `display' and
6511 "x-display".
6512 (enriched-handle-display-prop): New.
6513 (enriched-decode-display-prop): New.
6514
6515 * format.el (top-level): Give `display' property
6516 `format-list-atomic-p.
6517 (format-annotate-single-property-change): Test that property.
6518 If present, treat list property values like atoms.
6519
6520 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6521
6522 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6523 so that "*" can be entered.
6524
6525 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6526
6527 * cus-face.el (custom-face-attributes): Don't use `#''.
6528
6529 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6530
6531 * cus-face.el (custom-face-attributes): Return underline
6532 face attribute directly from the second lambda of underline.
6533
6534 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6535
6536 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6537
6538 * frame.el (after-setting-font-hooks): New variable.
6539 (set-frame-font): Run those hooks.
6540
6541 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6542
6543 * faces.el (set-face-attribute): Fix doc string.
6544
6545 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6546
6547 * cus-face.el (custom-face-attributes): Accept color name.
6548
6549 * faces.el (face-underline-p): Accept unspecified underlining.
6550 (face-underline): Ditto. Fix doc string.
6551
6552 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6553
6554 * faces.el (face-underline-color): New function.
6555
6556 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6557
6558 * cus-face.el (custom-face-attributes): Support underline coloring.
6559 Added slot to choose a color.
6560
6561 * faces.el (face-underline): New function.
6562 (face-underline-p): Support underline coloring.
6563 Return nil only if the underline attribute is 'normal.
6564 (set-face-underline): New function.
6565 (face-valid-attribute-values): Support underline coloring.
6566
6567 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6568
6569 * image.el (insert-image): Use `display' instead of `glyph'
6570 as text property name.
6571 (put-image): Ditto.
6572 (image-type-from-file-header): Use insert-file-contents-literally.
6573
6574 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6575
6576 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6577 string to indicate separators.
6578
6579 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6580
6581 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6582 instead of message-log.
6583
6584 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6585
6586 * faces.el (bitmap-area): New face.
6587
6588 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6589
6590 * image.el (insert-image): New.
6591
6592 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6593
6594 * frame.el (blink-cursor): Set the symbol's value.
6595 (show-trailing-whitespace): Change group to font-lock.
6596
6597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6598
6599 * jit-lock.el: New.
6600 * font-lock.el: Add jit-mode as new support mode.
6601
6602 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6603 reaching end instead of letting re-search-forward signal an error.
6604 (demand-lock-mode): New.
6605 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6606 (font-lock-turn-off-thing-lock): Ditto.
6607 (font-lock-after-fontify-buffer): Ditto.
6608 (font-lock-after-unfontify-buffer): Ditto.
6609
6610 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6611
6612 * gs.el: New file.
6613
6614 * startup.el (command-line-1): Activate tooltip mode if
6615 interactive.
6616
6617 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6618
6619 * faces.el (toolbar): Grey default background.
6620 (modeline): Ditto.
6621
6622 * image.el (image-type-regexps): New.
6623 (image-type-from-file-header): New.
6624 (create-image): Call it.
6625
6626 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6627
6628 * image.el: New file.
6629
6630 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6631
6632 * bindings.el (mode-line-format): Replace `mode-name' with
6633 `(:eval mode-line-mode-name)'.
6634 (mode-line-mode-name): New.
6635 (make-mode-line-mouse-sensitive): Don't change default value
6636 of `mode-name'.
6637
6638 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6639
6640 * tooltip.el: New file.
6641
6642 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6643
6644 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6645 instead of mouse-3 to pop up menus.
6646 (mode-line-kill-buffer): Removed.
6647 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6648 buffer name.
6649 (mode-line-buffer-menu-1): Removed.
6650
6651 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6652
6653 * bindings.el (mode-line-buffer-identification-keymap): New.
6654 (mode-line-buffer-menu-keymap): New.
6655 (mode-line-mode-menu-keymap): New.
6656 (mode-line-unbury-buffer): New.
6657 (mode-line-other-buffer): New.
6658 (mode-line-kill-buffer): New.
6659 (mode-line-buffer-menu-1): New.
6660 (mode-line-mode-menu-1): New.
6661 (make-mode-line-mouse-sensitive): New.
6662
6663 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6664
6665 * help.el (describe-key-briefly): Handle mode line strings
6666 with local-map properties.
6667 (describe-key): Ditto.
6668 (mode-line-key-binding): New.
6669
6670 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6671
6672 * scroll-bar.el (scroll-bar-timer): New.
6673 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6674
6675 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6676
6677 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6678 and `bottom'.
6679
6680 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6681
6682 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6683 (global): Use different key bindings if using tookit scroll bars.
6684
6685 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6686
6687 * faces.el (modeline): Define mode line face with relief for
6688 class color, only.
6689 (toolbar): New face.
6690
6691 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6692
6693 * frame.el (frame-initialize): Set frame-creation-function to
6694 tty-create-frame-with-faces.
6695
6696 * faces.el (frame-set-background-mode): Make it work for
6697 window-system nil.
6698
6699 * faces.el (tty-create-frame-with-faces): New.
6700 (face-set-after-frame-default): Make it work for TTY frames.
6701
6702 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6703
6704 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6705 Return a list of one font family for TTYs. Don't return bitmap
6706 file paths for TTY frames.
6707
6708 * faces.el: Add face specs for tty displays to basic faces.
6709
6710 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6711 (font-lock-string-face): Ditto.
6712 (font-lock-keyword-face): Ditto.
6713 (font-lock-builtin-face): Ditto.
6714 (font-lock-function-name-face): Ditto.
6715 (font-lock-variable-name-face): Ditto.
6716 (font-lock-type-face): Ditto.
6717 (font-lock-constant-face): Ditto.
6718 (font-lock-warning-face): Ditto.
6719
6720 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6721
6722 * startup.el (command-line): Register default tty colors.
6723
6724 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6725
6726 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6727
6728 * faces.el (modeline): For X frames, use a modeline with relief.
6729
6730 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6731
6732 * faces.el (frame-update-faces): Copied from 20.2.
6733 (frame-update-face-colors): Ditto. Code removed that isn't
6734 applicable in the new face implementation.
6735
6736 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6737
6738 * frame.el (show-trailing-whitespace): New.
6739
6740 * faces.el (trailing-whitespace): New basic face.
6741
6742 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6743
6744 * cus-face.el (custom-facep): Always define as alias for facep.
6745
6746 * cus-face.el (custom-face-attributes): Use choice widgets.
6747 Remove :bold and :italic.
6748
6749 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6750
6751 * faces.el (face-charset-registries): Removed since fontset.el
6752 is no always loaded.
6753
6754 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6755
6756 * faces.el (internal-get-face): Added as obsolete function for
6757 compatibility.
6758
6759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6760
6761 * frame.el (blink-cursor-end): Call show-cursor.
6762 (blink-cursor-mode): Ditto.
6763
6764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6765
6766 * faces.el (face-spec-reset-face): Reset all attributes to
6767 `unspecified'.
6768 (face-spec-set): Use it.
6769
6770 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6771
6772 * faces.el (read-all-face-attributes): Bug fix.
6773 (face-read-integer): Allow nil default value.
6774 (face-valid-attribute-values): Use symbol names of attribute
6775 values for completion list.
6776
6777 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6778
6779 * faces.el (internal-find-face): Define for compatibility with
6780 20.2.
6781 (face-id): Likewise.
6782
6783 * faces.el (face-id): Return the ID of a realized face for ASCII.
6784
6785 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6786 (x-complement-fontset-spec): Use face-charset-registries.
6787
6788 * faces.el (face-font-selection-order): Set font selection order
6789 from Lisp.
6790 (face-alternative-font-family-alist): Set alternative font
6791 families from Lisp.
6792
6793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6794
6795 * faces.el (set-face-charset-registries): Set symbol value.
6796
6797 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6798
6799 * faces.el (face-set-after-frame-default): Call function
6800 internal-merge-in-global-face.
6801
6802 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6803
6804 * faces.el (face-list): Return symbols from face-global-alist.
6805
6806 * faces.el (face-list): Return a copy of the face name list so
6807 that it cannot be modified from outside (facemenu.el uses
6808 nreverse, for example).
6809
6810 * cus-face.el (custom-face-attributes): Add :bold and :italic
6811 for compatibility with old code.
6812
6813 * faces.el (set-face-attributes-from-resources): Additional
6814 frame parameter.
6815 (make-face-x-resource-internal): Set attributes from resources
6816 for a given frame or all frames.
6817
6818 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6819
6820 * faces.el (all-faces): Removed.
6821
6822 * custom.el (defface): Add new face attributes to function
6823 comment.
6824
6825 * font-lock.el (font-lock-comment-face): Use new face attribute
6826 names.
6827 (font-lock-string-face): Ditto.
6828 (font-lock-keyword-face): Ditto.
6829 (font-lock-builtin-face): Ditto.
6830 (font-lock-function-name-face): Ditto.
6831 (font-lock-variable-name-face): Ditto.
6832 (font-lock-type-face): Ditto.
6833 (font-lock-reference-face): Ditto.
6834 (font-lock-warning-face): Ditto.
6835 ((boundp 'font-lock-face-attributes)): Ditto.
6836
6837 * cus-face.el (custom-face-attributes): Use new face attributes.
6838
6839 * faces.el (set-face-attribute-from-resource): Initialize
6840 from resources only for X and W32.
6841
6842 * cus-face.el (custom-declare-face): Don't make frame-local
6843 faces.
6844
6845 * faces.el (describe-face): Use princ instead of insert.
6846
6847 * faces.el: Add XLFD manipulation functions from 20.2 again
6848 because fontset.el uses them.
6849 (face-set-after-frame-default): Add empty definition.
6850
6851 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6852
6853 * faces.el (make-face): Correct typo.
6854 (set-face-attribute-from-resource): Use let*.
6855 (face-underline-p): Correct typo.
6856 (face-inverse-video-p): Ditto.
6857 (set-face-stipple): Ditto.
6858 (face-read-string): Make completion-list optional parameter.
6859
6860 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6861
6862 * faces.el (face-charset-registries): Alist mapping charset
6863 symbols to registries and encoding.
6864
6865 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6866
6867 * frame.el (blink-cursor-mode): Use interactive spec "P".
6868
6869 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6870
6871 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6872 mode. The cursor of selected_window blinks if the mode is enabled.
6873
6874 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6875
6876 * simple.el (next-history-element): Set point to the end of the
6877 prompt if minibuffer-prompt-in-buffer.
6878
6879 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6880
6881 * faces.el (x-font-regexp): Add sub-expression parentheses for
6882 several font name components.
6883
6884 1999-07-21 Gerd Moellmann <gerd@acm.org>
6885
6886 * faces.el (set-face-relief): Use index 12 for relief.
6887 (face-fill-in): Set relief from data.
6888 (internal-make-face): Init relief to zero.
6889
6890 * faces.el (face-spec-set): Call modify-face with additional
6891 parameters for relief and fixed-p.
6892
6893 1999-07-21 Gerd Moellmann <gerd@acm.org>
6894
6895 * cus-face.el: ':fixed and ':relief added.
6896
6897 * faces.el (describe-face): Add fixed font attribute and relief.
6898 (face-attr-match-p): Ditto.
6899 (face-attr-construct): Ditto.
6900 (face-spec-set): Ditto.
6901
6902 1999-07-21 Gerd Moellmann <gerd@acm.org>
6903
6904 * faces.el (internal-make-face): Function to create a Lisp vector
6905 suitable for representing a face.
6906 (make-face): Use it instead of make-vector.
6907 (x-create-frame-with-faces): Use it instead of vector.
6908 (internal-facep): Increase vector size to 14.
6909 (internal-make-face): Ditto.
6910 (face-relief): Access relief thickness.
6911 (face-fixed-p): Access fixed font attribute.
6912 (set-face-fixed-p): Set fixed font attribute.
6913 (set-face-relief): Set relief attribute.
6914 (internal-face-interactive-int): Read int attribute of face.
6915 (modify-face): Add fixed-p and relief parameters.
6916 (copy-face): Handle fixed-p and relief.
6917 (face-equal): Compare fixed-p and relief.
6918 (face-differs-from-default-p): Ditto.
6919 (face-nontrivial-p): Add fixed-p and relief.
6920
6921 1999-07-21 Gerd Moellmann <gerd@acm.org>
6922
6923 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6924 (internal-facep): Increase vector size.
6925 (make-face): Ditto.
6926 (face-shadow-thickness): Added.
6927 (set-face-shadow-thickness): Added.
6928 (modify-face): Add optional shadow-thickness parameter.
6929 (make-face-x-resource-internal): Add shadows.
6930 (copy-face): Ditto.
6931 (face-equal): Ditto.
6932 (face-differs-from-default-p): Ditto.
6933 (face-nontrivial-p): Ditto.
6934 (face-attr-match-p): Ditto.
6935 (face-attr-construct): Ditto.
6936 (face-spec-set): Ditto.
6937 (face-fill-in): Ditto.
6938
6939 1999-07-21 Gerd Moellmann <gerd@acm.org>
6940
6941 * bench.el (bench-mark-split-window): New bench mark.
6942
6943 1999-07-21 Gerd Moellmann <gerd@acm.org>
6944
6945 * faces.el (set-face-font): Don't pass default font to
6946 x-resolve-font so that font will not have to be of the same
6947 size.
6948
6949 1999-07-20 Dave Love <fx@gnu.org>
6950
6951 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6952 unconditionally t.
6953
6954 1999-07-20 Karl Heuer <kwzh@gnu.org>
6955
6956 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6957
6958 1999-07-20 Dave Love <fx@gnu.org>
6959
6960 * help.el (describe-variable): Fix test for customizability.
6961
6962 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6963 Check for readonly buffer in interactive spec.
6964 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6965 (backward-kill-word): Add * to interactive spec.
6966
6967 * underline.el (underline-region, ununderline-region): Add * to
6968 interactive spec.
6969
6970 * fill.el (canonically-space-region, justify-current-line): Add *
6971 to interactive spec.
6972 (fill-region-as-paragraph, fill-paragraph, fill-region)
6973 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6974 readonly buffer in interactive spec.
6975
6976 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6977 (backward-kill-sentence, kill-sentence): Add * to interactive
6978 spec.
6979
6980 1999-07-19 Richard M. Stallman <rms@gnu.org>
6981
6982 * dired-aux.el (dired-do-shell-command): Doc fix.
6983
6984 * shell.el (shell-unquote-argument): New function.
6985 (shell-directory-tracker): Use shell-unquote-argument.
6986 * comint.el (comint-arguments): Handle \ followed by space or tab.
6987
6988 1999-07-19 John Wiegley <jwiegley@borland.com>
6989
6990 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6991 color codes 39 and 49, which by the way lynx uses them seem to
6992 mean "foreground reset" and "background reset".
6993
6994 1999-07-19 Karl Heuer <kwzh@gnu.org>
6995
6996 * font-lock.el (c++-keywords): Add "typeid".
6997
6998 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6999 selects no font, treat that as zero selections, not one.
7000
7001 1999-07-19 Dave Love <fx@gnu.org>
7002
7003 * info.el (Info-search): Don't lose with empty regexp.
7004
7005 * version.el: Cater for (free) `ident' program, not `which'.
7006
7007 * hl-line.el: New file.
7008
7009 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7010 for modes which don't define menus.
7011
7012 1999-07-16 Richard M. Stallman <rms@gnu.org>
7013
7014 * webjump.el (webjump-sample-sites): Update some URLs.
7015
7016 1999-07-14 Richard Stallman <rms@gnu.org>
7017
7018 * Version 20.4 released.
7019
7020 1999-07-14 Andreas Schwab <schwab@gnu.org>
7021
7022 * compare-w.el (compare-windows): Try to find the next window in
7023 the current frame before looking at the other frames.
7024
7025 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7026
7027 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7028 Use cyrillic-jcuken as default input method.
7029
7030 1999-07-12 Richard Stallman <rms@gnu.org>
7031
7032 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7033 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7034
7035 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7036 (ispell-local-dictionary-alist): Add koi8-r for character set.
7037
7038 * textmodes/flyspell.el (flyspell-get-word):
7039 Add special handling for when ispell-otherchars is empty.
7040
7041 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7042
7043 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7044 when having nested functons.
7045 (pascal-indent-nested-functions) (pascal-indent-line)
7046 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7047 indenting nested functions.
7048
7049 1999-07-09 Richard Stallman <rms@gnu.org>
7050
7051 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7052
7053 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7054
7055 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7056 the `end' keyword was in the very beginning of the buffer.
7057
7058 1999-07-08 Richard Stallman <rms@gnu.org>
7059
7060 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7061
7062 * term.el (term-emulate-terminal): Avoid infinite loop
7063 in strange case where minibuffer window is selected but not active.
7064
7065 1999-07-07 Stephen Eglen <stephen@gnu.org>
7066
7067 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7068 Change regexp so that it doesn't match commands beginning with `cd'.
7069
7070 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7071
7072 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7073
7074 1999-07-06 Richard Stallman <rms@gnu.org>
7075
7076 * hscroll.el (hscroll-minibuffer-hook): New function.
7077 (hscroll-global-mode): Add and remove that hook.
7078 Set hscroll-old-truncate-was-global's default value.
7079
7080 1999-07-05 Richard Stallman <rms@gnu.org>
7081
7082 * files.el (revert-buffer): Don't preserve point here.
7083 (revert-buffer-insert-file-contents-function): Doc fix.
7084
7085 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7086
7087 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7088 doing a `stat' when it isn't necessary because that can cause
7089 trouble when an NFS server is down.
7090
7091 1999-07-04 Richard Stallman <rms@gnu.org>
7092
7093 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7094
7095 1999-07-03 Richard Stallman <rms@gnu.org>
7096
7097 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7098 for \200...\240 also.
7099 (isearch-printing-char): Use unibyte-char-to-multibyte.
7100
7101 1999-07-02 Richard Stallman <rms@gnu.org>
7102
7103 * frame.el (minibuffer-frame-alist): Use defcustom.
7104 (pop-up-frame-alist): Likewise.
7105 (initial-frame-alist): Specify * in the doc string.
7106
7107 * hscroll.el (hscroll-mode): Make it a permanent local.
7108 (hscroll-mode): Don't cancel the timer
7109 if HScroll mode is enabled in some other buffer.
7110
7111 * isearch.el (isearch-done): If search ends in middle of intangible
7112 text (due to text property), move on to the limit of that text.
7113
7114 1999-07-01 Andrew Innes <andrewi@gnu.org>
7115
7116 * man.el (Man-build-man-command): Use value of null-device,
7117 instead of hard-coding "/dev/null".
7118
7119 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7120 ange-ftp file names, which might force ange-ftp to prompt for a
7121 password.
7122
7123 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7124 to prevent references to temp files.
7125
7126 1999-06-30 Richard Stallman <rms@gnu.org>
7127
7128 * progmodes/sh-script.el (sh-feature): If nothing is known
7129 about the given shell, use the values for `sh'.
7130
7131 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7132
7133 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7134 to make it non-recursive.
7135
7136 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7137
7138 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7139
7140 * auto-show.el (auto-show-mode): Fix Typo in :set.
7141
7142 1999-06-29 Richard M. Stallman <rms@gnu.org>
7143
7144 * progmodes/sh-script.el (sh-mode): When setting syntax
7145 table, default to the standard one.
7146
7147 1999-06-27 Richard M. Stallman <rms@gnu.org>
7148
7149 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7150
7151 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7152
7153 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7154 a frame when `return' is requested (even if pop-up-frames = t)
7155 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7156 should only be set for the bibtex buffer.
7157
7158 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7159
7160 * progmodes/compile.el: Deal with compilation-error-screen-columns
7161 being buffer-local.
7162
7163 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7164
7165 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7166
7167 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7168
7169 * cal-x.el (calendar-only-one-frame-setup): New function.
7170 * calendar.el (calendar): Call it if requested.
7171
7172 1999-06-24 Karl Heuer <kwzh@gnu.org>
7173
7174 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7175
7176 1999-06-22 Richard M. Stallman <rms@gnu.org>
7177
7178 * mail/supercite.el (sc-emacs-features): Doc fix.
7179
7180 1999-06-22 Karl Heuer <kwzh@gnu.org>
7181
7182 * files.el (auto-mode-alist): Add pike-mode.
7183
7184 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7185
7186 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7187 last byte of a numeric field is a space or a NUL. Parse it as
7188 potentially part of the number. This is used by GNU tar
7189 1.12.64012 to handle larger values.
7190
7191 1999-06-20 Karl Heuer <kwzh@gnu.org>
7192
7193 * custom.el (custom-handle-keyword): Fix error message.
7194
7195 1999-06-18 Andrew Innes <andrewi@gnu.org>
7196
7197 * mail/smtpmail.el (smtpmail-send-it): Use
7198 convert-standard-filename to make file names for queued mail safe
7199 on Windows (`:' is invalid in file names on Windows).
7200
7201 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7202
7203 * international/mule-cmds.el (describe-current-input-method):
7204 Current-input-method is string.
7205 (toggle-input-method): Docstring fixed.
7206
7207 * international/mule-diag.el
7208 (describe-current-coding-system-briefly): Fix format string.
7209
7210 * international/mule-util.el (coding-system-eol-type-mnemonic):
7211 Docstring modified. Return a string.
7212
7213 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7214
7215 * sql.el (sql-input-ring-file-name): Doc fix.
7216
7217 1999-06-17 Richard M. Stallman <rms@gnu.org>
7218
7219 * calendar/cal-x.el (special-display-buffer-names):
7220 Don't put (get-file-buffer diary-file) on this list.
7221
7222 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7223
7224 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7225 Don't penalize player for certain impossible guesses.
7226
7227 1999-06-16 Andrew Innes <andrewi@gnu.org>
7228
7229 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7230 return the string "Unk 0 0000" so at least it appears to be a
7231 valid timestamp to `dired-move-to-filename-regexp'.
7232
7233 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7234
7235 * ps-print.el (ps-control-character): Fix previous change.
7236
7237 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7238
7239 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7240 multiple output of the last message.
7241
7242 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7243
7244 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7245 the ASCII apostrophe, as most DOS codepages have some other glyph
7246 there.
7247
7248 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7249
7250 * language/ethio-util.el (setup-ethiopic-environment-internal):
7251 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7252 (exit-ethiopic-environment): Likewize.
7253
7254 1999-06-12 Richard M. Stallman <rms@gnu.org>
7255
7256 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7257
7258 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7259
7260 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7261 custom-initialize-default to avoid infinite loop.
7262 (crisp-mode): (defun) Call transient-mark-mode here, not when
7263 loading the file. Run crisp-mode-hook here, and run
7264 crisp-load-hook when loading the file.
7265
7266 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7267 rmail-summary buffer, search for pattern in rmail-file.
7268
7269 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7270
7271 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7272
7273 * ps-print.el (ps-printer-name): Fix custom type.
7274
7275 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7276
7277 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7278 (vhdl-port-paste-generic-map): Fix indentation bug.
7279 (vhdl-port-paste-port-map): Fix indentation bug.
7280 (vhdl-scan-file-contents): Make scanning case insensitive.
7281
7282 1999-06-11 Richard M. Stallman <rms@gnu.org>
7283
7284 * files.el (write-file): When buffer is not already visiting a file,
7285 don't put buffer name in the minibuffer, just make it the default.
7286 Also handle just directory as arg usefully in that case.
7287
7288 * simple.el (sendmail-user-agent-compose):
7289 Ignore case when inserting the rest of the "other" headers.
7290
7291 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7292
7293 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7294 (info-lookup-interactive-arguments): Never insert the default
7295 into the minibuffer automatically.
7296
7297 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7298
7299 1999-06-09 Richard M. Stallman <rms@gnu.org>
7300
7301 * simple.el (shell-command): Avoid printing "mark set" message.
7302
7303 1999-06-09 Dave Love <fx@gnu.org>
7304
7305 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7306 digits in program name in first pattern.
7307
7308 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7309
7310 * vc.el (vc-dired-mode): Don't match anything before the date in
7311 dired-move-to-filename-regexp.
7312
7313 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7314
7315 * international/quail.el (quail-define-rules): Fix typo in
7316 docstring.
7317
7318 1999-06-05 Stephen Eglen <stephen@gnu.org>
7319
7320 * iswitchb.el (iswitchb-default-keybindings): Add
7321 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7322 than when package is loaded.
7323
7324 1999-06-04 Richard M. Stallman <rms@gnu.org>
7325
7326 * startup.el (command-line): Don't set user-init-file directly;
7327 tell `load' to set it.
7328
7329 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7330
7331 * simple.el (next-history-element):
7332 Handle minibuffer-text-before-history properly when reading sexps.
7333
7334 * disp-table.el (standard-display-european):
7335 For an interactive call by the user,
7336 don't set enable-multibyte-characters,
7337 and don't set the terminal coding system.
7338
7339 * textmodes/refbib.el: Don't print any messages or display
7340 a buffer when loading the library.
7341 (r2b-help): Doc fix.
7342 (r2b-help-message): Update the documentation.
7343 (r2b-load-quietly): Variable deleted.
7344 (r2b-convert-buffer): Doc fix.
7345
7346 1999-06-04 Dave Love <fx@gnu.org>
7347
7348 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7349
7350 * auto-show.el: Don't change hooks on loading.
7351 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7352 (auto-show-mode): Add to hooks here.
7353
7354 1999-06-04 Richard Sharman <rsharman@pobox.com>
7355
7356 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7357 recursion on bogus input.
7358
7359 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7360
7361 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7362 does not select a buffer from the buffers menu, then the attached
7363 frame is not switched to anything.
7364
7365 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7366
7367 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7368 (viet-viscii-...->viet-vscii...).
7369
7370 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7371
7372 1999-06-01 Dave Love <fx@gnu.org>
7373
7374 * progmodes/fortran.el: Add :link to defgroup.
7375 (fortran-blink-matching-if): Match ELSE statements too.
7376 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7377 that filling is always done.
7378
7379 1999-05-31 Richard M. Stallman <rms@gnu.org>
7380
7381 * simple.el (append-next-kill): Use an arg to distinguish
7382 interactive calls from Lisp calls, rather than (interactive-p).
7383
7384 * international/iso-transl.el (iso-transl-language-alist):
7385 Interchange n and N.
7386
7387 1999-05-31 Dave Love <fx@gnu.org>
7388
7389 * msb.el Add to minor-mode-map-alist. Remove hook installation
7390 and keymap munging on load.
7391 (msb-mode): New option.
7392 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7393 Doc fix.
7394 (msb-mode-map): New variable.
7395 (msb-mode): New command.
7396
7397 1999-05-31 Dave Love <fx@gnu.org>
7398
7399 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7400 (ispell-complete-word-dict): Likewise.
7401
7402 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7403
7404 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7405 force the data buffer to be saved, even if the data didn't
7406 change, in case the write filter was modified. Restore the
7407 current record after read-file-filter finishes.
7408
7409 1999-05-29 Karl Heuer <kwzh@gnu.org>
7410
7411 * ispell4.el: Obsolete; file deleted.
7412
7413 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7414
7415 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7416 VALUE is a syntax table.
7417
7418 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7419
7420 * simple.el (zap-to-char): Doc fix.
7421
7422 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7423
7424 * isearch.el (isearch-quote-char): Don't assume character codes
7425 0200 - 0237 stand for characters in some single-byte character
7426 charset.
7427
7428 1999-05-27 Dave Love <fx@gnu.org>
7429
7430 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7431
7432 1999-05-27 Andreas Schwab <schwab@gnu.org>
7433
7434 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7435 headerline does not exist already.
7436
7437 1999-05-26 Richard Stallman <rms@gnu.org>
7438
7439 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7440 Avoid nested null-loops.
7441
7442 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7443
7444 * international/characters.el: Typo fixed; prefered->preferred.
7445
7446 * international/mule-cmds.el (find-coding-systems-for-charsets):
7447 Typo fixed; prefered->preferred.
7448
7449 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7450 method in read-event.
7451
7452 * international/mule.el (charset-info): Doc-string fixed.
7453
7454 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7455
7456 * mail/smtpmail.el (smtpmail-send-it): Bind
7457 smtpmail-code-conv-from properly.
7458 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7459 by smtpmail-code-conv-from.
7460
7461 1999-05-24 Richard Stallman <rms@gnu.org>
7462
7463 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7464 Binding deleted also.
7465
7466 1999-05-24 Karl Heuer <kwzh@gnu.org>
7467
7468 * comint.el (comint-bol-or-process-mark): Doc fix.
7469
7470 1999-05-23 Dave Love <fx@gnu.org>
7471
7472 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7473 Enter it on minor-mode-map-alist.
7474 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7475 Autoload. Add custom setter.
7476 (crisp-mark-line): Doc fix.
7477 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7478 (crisp-mode-hook): Define.
7479
7480 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7481
7482 * files.el (recover-file): Recover buffer-file-coding-system.
7483
7484 1999-05-22 Richard Stallman <rms@gnu.org>
7485
7486 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7487 regexp match the date, to avoid treating date as file size.
7488 Add YYYY S option to WESTERN/
7489
7490 * bookmark.el: Delete some XEmacs compatibility code.
7491 (bookmark-jump-noselect): Check vc-backend.
7492
7493 * subr.el (add-to-list): Doc fix.
7494
7495 1999-05-21 Stephen Eglen <stephen@gnu.org>
7496
7497 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7498
7499 1999-05-18 Richard Stallman <rms@gnu.org>
7500
7501 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7502 non-space after the @anchor command.
7503 (texinfo-format-var): Handle other nested constructs, using
7504 texinfo-parse-expanded-arg and texinfo-discard-command, not
7505 texinfo-parse-arg-discard.
7506
7507 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7508 (debug): Bind and use debugger-outer-inhibit-redisplay.
7509 Bind inhibit-redisplay to nil.
7510 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7511
7512 1999-05-17 Dave Love <fx@gnu.org>
7513
7514 * help.el (describe-function-1): Extra arg, interactive-p.
7515 (describe-key, describe-function): Use it.
7516
7517 1999-05-17 Karl Heuer <kwzh@gnu.org>
7518
7519 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7520
7521 1999-05-16 Dave Love <fx@gnu.org>
7522
7523 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7524 scroll-preserve-screen-position, scroll-conservatively.
7525
7526 1999-05-16 Dave Love <fx@gnu.org>
7527
7528 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7529
7530 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7531
7532 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7533
7534 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7535
7536 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7537 magic number and is not associated with a file.
7538
7539 1999-05-14 Richard M. Stallman <rms@gnu.org>
7540
7541 * files.el (find-file-noselect-1): Fix previous change.
7542
7543 1999-05-14 Simon Marshall <simon@gnu.org>
7544
7545 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7546
7547 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7548
7549 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7550 docstring.
7551
7552 * international/mule-cmds.el: Change MULE to Mule in docstrings
7553 and menus.
7554
7555 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7556
7557 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7558 to correctly reflect the value of BaseLineOffset in
7559 RelativeCompose. Now the value of RelativeCompose is an array of
7560 low and high positions.
7561 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7562 RLC for the above change.
7563
7564 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7565
7566 * comint.el (comint-password-prompt-regexp): Modified to match the
7567 output of ksu and ssh-add.
7568
7569 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7570
7571 * language/korea-util.el (isearch-toggle-korean-input-method):
7572 Adjusted for the change of input method handling in isearch.el.
7573 (isearch-hangul-switch-symbol-ksc): Likewise.
7574 (isearch-hangul-switch-hanja): Likewise.
7575
7576 1999-05-10 Dave Love <fx@gnu.org>
7577
7578 * help.el (help-make-xrefs): Fix typo.
7579
7580 1999-05-10 Andreas Schwab <schwab@gnu.org>
7581
7582 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7583 unibyte-display-via-language-environment.
7584
7585 * help.el (help-make-xrefs): Handle more cases when looking for
7586 commands in a keymap description.
7587
7588 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7589
7590 * loadup.el: For ms-dos systems, load ccl and codepage.
7591
7592 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7593
7594 * ps-print.el (ps-control-character): Call
7595 ps-mule-prepare-ascii-font to setup ASCII fonts.
7596
7597 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7598 ps-multibyte-buffer is nil, use
7599 ps-mule-font-info-database-default."
7600
7601 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7602
7603 * ispell.el (ispell-local-dictionary-alist): New variable for
7604 customizing local dictionaries not accessable by everyone.
7605 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7606 (ispell-required-version): Changed format `(major minor
7607 revision)' to support general pattern matching.
7608 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7609 skip region commented out due to incorrect skip potential in std latex.
7610 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7611 cursor point on small words for calls from `ispell-minor-mode'.
7612 (check-ispell-version): Tests and accepts versions major.minor
7613 and above, with adjustments for interactions in 3.1.0-3.1.11.
7614 (ispell-get-line): No longer skips ispell process special characters.
7615 (ispell-comments-and-strings): Removed `when' macro call.
7616 (ispell-minor-check): Requires ispell-word to restore cursor point.
7617 (ispell-buffer-local-parsing): Supports checking comments only.
7618
7619 1999-05-08 Karl Heuer <kwzh@gnu.org>
7620
7621 * comint.el (comint-password-prompt-regexp): Fix last change to be
7622 more specific.
7623
7624 1999-05-07 Richard M. Stallman <rms@gnu.org>
7625
7626 * subr.el (with-temp-message): Fix the other call to message
7627 to use %s.
7628
7629 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7630
7631 * gud.el (gud-format-command): "%F" means file sans extension.
7632 (jdb): Use %F, not %f, for gud-break.
7633
7634 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7635
7636 * comint.el (comint-password-prompt-regexp): Modified so that it
7637 matches the output of kinit.
7638
7639 1999-05-06 Greg Stark <gsstark@mit.edu>
7640
7641 * timezone.el (timezone-parse-date): Recognize new format used in
7642 internet cookies.
7643
7644 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7645
7646 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7647
7648 1999-05-04 Andrew Innes <andrewi@gnu.org>
7649
7650 * time.el (display-time-update): Allow for wrap-around when
7651 checking against display-time-server-down-time.
7652
7653 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7654
7655 * international/mule-diag.el (describe-coding-system): Fix English
7656 message.
7657
7658 1999-05-03 Jason Rumney <jasonr@altavista.net>
7659
7660 * term/w32-win.el: Change the x-charset-registry property for the
7661 Japanese charsets that are supported by Japanese Windows fonts.
7662
7663 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7664
7665 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7666 diary-block diary entries for which the reminders and the diary
7667 entries can overlap.
7668
7669 1999-05-02 Jason Rumney <jasonr@altavista.net>
7670
7671 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7672 matches the font selected in the dialog.
7673
7674 1999-05-02 Dave Love <fx@gnu.org>
7675
7676 * browse-url.el (browse-url-browser-function): Add :version.
7677
7678 * international/mule.el (auto-coding-alist): Add .tgz.
7679
7680 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7681
7682 * international/codepage.el (cp-coding-system-for-codepage-1):
7683 Make the magnification parameter for the -dos encoder be 2.
7684
7685 1999-05-2 Andrew Innes <andrewi@gnu.org>
7686
7687 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7688 it is dropped, rather than current window.
7689
7690 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7691 after switching buffer, as case-fold-search is a buffer local
7692 variable.
7693
7694 * w32-fns.el (convert-standard-filename): Only convert directory
7695 separators to backslash if the interactive shell is one of the
7696 standard Windows shells that has DOS semantics.
7697
7698 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7699 format-time-string, and return a suitable string to indicate the
7700 timestamp was invalid.
7701
7702 * hexl.el (hexlify-command): Apply shell-quote-argument after
7703 expanding hexl-program in case exec-directory contains a space.
7704 (dehexlify-command): Ditto.
7705
7706 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7707 file extension regexps which aren't necessarily binary files.
7708 (direct-print-region-helper): Use subst-char-in-string instead of
7709 binding directory-sep-char to convert filenames to DOS syntax.
7710 (direct-print-region-use-command-dot-com): New variable.
7711 (direct-print-region-helper): Use it to control whether to invoked
7712 command.com to print on Windows 9x.
7713
7714 * browse-url.el (browse-url-browser-function): Default to
7715 browse-url-default-windows-browser on windows-nt.
7716 (browse-url-default-windows-browser): New function.
7717
7718 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7719
7720 * forms.el (forms-mode): Don't call forms-first-record or
7721 forms-last-record if the data file has zero records.
7722
7723 1999-04-29 Richard M. Stallman <rms@gnu.org>
7724
7725 * files.el (find-file-noselect-1): If buffer-file-name has changed
7726 after find-file-not-found-hooks runs, recompute the truename.
7727 And don't use FILENAME after that point.
7728
7729 1999-04-27 Dave Love <fx@gnu.org>
7730
7731 * paren.el (show-paren-mode)
7732 * which-func.el (which-func-mode-global)
7733 * type-break.el (type-break-mode)
7734 * time.el (display-time-mode)
7735 * rsz-mini.el (resize-minibuffer-mode)
7736 * mouse-sel.el (mouse-sel-mode)
7737 * icomplete.el (icomplete-mode)
7738 * hscroll.el (hscroll-global-mode)
7739 * help.el (temp-buffer-resize-mode)
7740 * font-lock.el (global-font-lock-mode)
7741 * delsel.el (delete-selection-mode)
7742 * avoid.el (mouse-avoidance-mode)
7743 * autoinsert.el (auto-insert-mode)
7744 * winner.el (winner-mode): Doc fix.
7745
7746 1999-04-26 Karl Heuer <kwzh@gnu.org>
7747
7748 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7749 the same whitespace that was ignored in choosing the subject string.
7750
7751 1999-04-26 Richard M. Stallman <rms@gnu.org>
7752
7753 * info.el (Info-find-node): Position properly after finding anchor.
7754
7755 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7756
7757 * simple.el (indent-new-comment-line): Fix previous change.
7758
7759 * complete.el: Delete the wildcard expansion feature
7760 since that is now standard in find-file.
7761 (PC-try-load-many-files): Function deleted.
7762 (PC-after-load-many-files): Function deleted.
7763 (PC-many-files-list): Variable deleted.
7764 (PC-disable-wildcards): Variable deleted.
7765 (partial-completion-mode): Don't enable the wildcard feature.
7766
7767 * complete.el (PC-look-for-include-file): Don't set global variables
7768 `error', `buf' and `filename' here.
7769
7770 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7771
7772 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7773
7774 * textmodes/outline.el (outline-regexp): Doc fix.
7775
7776 1999-04-26 John Wiegley <johnw@borland.com>
7777
7778 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7779 C++Builder 4.0 error message syntax.
7780
7781 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7782
7783 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7784 supported, use find -exec.
7785
7786 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7787
7788 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7789 coding-system-for-write, to avoid hanging when non-interactive.
7790
7791 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7792
7793 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7794 start with a newline.
7795
7796 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7797
7798 * international/mule-conf.el (x-ctext): New coding system.
7799
7800 1999-04-12 Richard M. Stallman <rms@gnu.org>
7801
7802 * international/mule-cmds.el (input-method-function):
7803 Add permanent-local property.
7804
7805 1999-04-12 Dave Love <fx@gnu.org>
7806
7807 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7808 change to use jka-compr-byte-compiler-base-file-name.
7809
7810 * supercite.el (sc-scan-info-alist): Revert last change.
7811 (sc-attrib-selection-list): Fix :type here instead.
7812
7813 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7814
7815 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7816 in the list of case-insensitive filesystems.
7817
7818 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7819
7820 * international/fontset.el (create-fontset-from-fontset-spec):
7821 Don't register duplicated alias fontset names.
7822
7823 1999-04-08 Richard Stallman <rms@gnu.org>
7824
7825 * international/mule.el (auto-coding-alist-lookup): New function.
7826 (set-auto-coding): Use auto-coding-alist-lookup.
7827
7828 * jka-compr.el (jka-compr-insert-file-contents):
7829 Use auto-coding-alist-lookup to check for files that
7830 should not have eol conversion, in the unibyte case.
7831
7832 1999-04-07 Dave Love <fx@gnu.org>
7833
7834 * help.el (describe-variable): Check custom-loads property as well
7835 as custom-type.
7836
7837 * abbrev.el (abbrev-mode): Customizing sets the default value.
7838
7839 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7840
7841 * vc.el (vc-backend-revert): For CVS files that were made
7842 writeable with "cvs edit", call "cvs unedit" to undo that.
7843
7844 1999-04-08 Dave Love <fx@gnu.org>
7845
7846 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7847 more.
7848 (sc-emacs-features): Recognize Emacs 20.
7849 (sc-read-string): Use history arg.
7850 (sc-scan-info-alist): Check for rtnvalue a cons.
7851
7852 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7853
7854 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7855 coding system to encode the message by
7856 select-message-coding-system.
7857
7858 1999-04-07 Richard Stallman <rms@gnu.org>
7859
7860 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7861
7862 * winner.el: Reorder definitions.
7863
7864 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7865
7866 * mail/rmail.el (rmail-decode-babyl-format):
7867 Undo previous change.
7868
7869 1999-04-06 Richard Stallman <rms@gnu.org>
7870
7871 * info.el (Info-find-node): Check for an anchor at the
7872 proper place, before reading an indirect file.
7873
7874 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7875
7876 * jka-compr.el (jka-compr-insert-file-contents):
7877 Use raw-text-unix when we want no conversion.
7878
7879 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7880
7881 * timezone.el (timezone-parse-date): Corrected regexp for
7882 style (5) date format so that tenths of seconds are optional.
7883
7884 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7885
7886 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7887 of dos-codepage-setup.
7888 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7889 codepages for which there's no need to set up cpNNN coding
7890 systems.
7891 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7892
7893 1999-04-05 Richard Stallman <rms@gnu.org>
7894
7895 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7896
7897 1999-04-02 Richard Stallman <rms@gnu.org>
7898
7899 * progmodes/compile.el (compilation-handle-exit): Do right thing
7900 if (car status) doesn't end in a newline.
7901
7902 1999-04-01 Dave Love <fx@gnu.org>
7903
7904 * progmodes/sql.el (SQL): Add defgroup :version.
7905
7906 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7907
7908 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7909 buffer-file-coding-system. If the coding system used is raw-text,
7910 etc., make the *Compiler Input* buffer unibyte.
7911
7912 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7913
7914 * loadup.el: Don't write the fns-...el file if not dumping.
7915
7916 1999-03-31 Dave Love <fx@gnu.org>
7917
7918 * snmp-mode.el (snmp): Fix defgroup :version.
7919
7920 * hilit-chg.el (highlight-changes): Add defgroup :version.
7921
7922 1999-03-31 Andreas Schwab <schwab@gnu.org>
7923
7924 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7925 the gnus-save-hidden-threads macro.
7926
7927 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7928
7929 * faces.el (face-set-after-frame-default): Obey the
7930 `customized-face' for new faces.
7931
7932 1999-03-30 Dave Love <fx@gnu.org>
7933
7934 * international/mule-cmds.el (current-language-environment): Doc fix.
7935 * abbrev.el (abbrev-mode): Doc fix.
7936 * autoinsert.el (auto-insert-mode): Doc fix.
7937 * complete.el (partial-completion-mode): Doc fix.
7938 * avoid.el (mouse-avoidance-mode): Doc fix.
7939 * delsel.el (delete-selection-mode): Doc fix.
7940 * font-lock.el (global-font-lock-mode): Doc fix.
7941 * help.el (temp-buffer-resize-mode): Doc fix.
7942 * hscroll.el (hscroll-global-mode): Doc fix.
7943 * icomplete.el (icomplete-mode): Doc fix.
7944 * mouse-sel.el (mouse-sel-mode): Doc fix.
7945 * paren.el (show-paren-mode): Doc fix.
7946 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7947 * time.el (display-time-mode): Doc fix.
7948 * type-break.el (type-break-mode): Doc fix.
7949 * which-func.el (which-func-mode-global): Doc fix.
7950 * winner.el (winner-mode): Doc fix.
7951
7952 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7953
7954 * wid-edit.el (widget-before-change): Signal text-read-only rather
7955 than an ordinary error.
7956
7957 1999-03-30 Richard M. Stallman <rms@gnu.org>
7958
7959 * repeat.el: Don't require advice.
7960 (repeat): Do function-indirection in check for kbd macro.
7961 In self-insert case, use the *last* char in INSERTION.
7962
7963 1999-03-30 Karl Heuer <kwzh@gnu.org>
7964
7965 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7966
7967 1999-03-29 Andreas Schwab <schwab@gnu.org>
7968
7969 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7970 comint-input-filter-functions. Make variables related to shell
7971 directory tracking local.
7972
7973 1999-03-26 Andreas Schwab <schwab@gnu.org>
7974
7975 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7976
7977 * simple.el (shell-command-on-region): Cope with exit-status being
7978 nil, which happens if call-process-region was interrupted.
7979
7980 1999-03-26 Richard M. Stallman <rms@gnu.org>
7981
7982 * simple.el (indent-new-comment-line): Handle use at a point
7983 after a comment-end. Handle multiple comments.
7984
7985 * mail/rmail.el (rmail-decode-babyl-format):
7986 To prevent locking, bind buffer-file-name to nil.
7987
7988 1999-03-26 Karl Fogel <kfogel@red-bean.com>
7989
7990 * mail-hist.el (mail-hist-current-header-name): Don't make
7991 off-by-one-error when determining if in message body.
7992
7993 1999-03-25 Andrew Innes <andrewi@gnu.org>
7994
7995 * w32-fns.el (set-default-process-coding-system): Copied from
7996 dos-w32.el, but modified to use Unix line endings for process
7997 input, and to add a suitable entry to process-coding-system-alist
7998 for DOS shells.
7999
8000 * dos-fns.el (set-default-process-coding-system): Copied from
8001 dos-w32.el.
8002
8003 * dos-w32.el (set-default-process-coding-system): Move function to
8004 dos-fns.el; a different version is used in w32-fns.el.
8005
8006 1999-03-24 Dave Love <fx@gnu.org>
8007
8008 * info.el (Info-directory-list): Revert change to re-writing
8009 Info-default-directory-list, but put `alternative' first.
8010 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8011
8012 1999-03-23 Simon Marshall <simon@gnu.org>
8013
8014 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8015 on the line by itself.
8016 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8017 it is not in a declarative context.
8018
8019 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8020
8021 * cus-edit.el (custom-variable-prompt): Allow customization of
8022 autoloaded symbols.
8023
8024 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8025
8026 * simple.el (what-cursor-position): Don't cause error when point
8027 is at invalid multibyte sequence.
8028
8029 1999-03-21 Karl Heuer <kwzh@gnu.org>
8030
8031 * complete.el (partial-completion-mode): Doc fix.
8032
8033 1999-03-19 Richard M. Stallman <rms@gnu.org>
8034
8035 * progmodes/cplus-md.el (old-c++): Remove :group.
8036
8037 * progmodes/c-mode.el (old-c): Remove :group.
8038
8039 1999-03-18 Simon Marshall <simon@gnu.org>
8040
8041 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8042 (java-font-lock-keywords-2): Added "strictfp" keyword.
8043
8044 1999-03-17 Jason Rumney <jasonr@altavista.net>
8045
8046 * w32-fns.el (set-w32-system-coding-system) New function.
8047 (w32-system-coding-system) Initialize to 'iso-latin-1.
8048
8049 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8050
8051 * international/mule-cmds.el (set-language-environment): Fix
8052 previous change: don't use dos-codepage when unbound.
8053
8054 1999-03-17 Karl Heuer <kwzh@gnu.org>
8055
8056 * calendar/appt.el (appt-make-list): Fix previous change.
8057
8058 1999-03-16 Richard M. Stallman <rms@gnu.org>
8059
8060 * window.el (shrink-window-if-larger-than-buffer):
8061 Don't try to redisplay with the cursor at the end
8062 on its own line--that would force a scroll and spoil things.
8063
8064 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8065
8066 * international/mule-cmds.el (set-language-environment): Don't use
8067 cpNNN-nonascii-translation-table if it is unbound.
8068
8069 * term/internal.el (dos-codepage-setup): Compute the unibyte
8070 syntax table and bind unibyte-display-via-language-environment
8071 here, rather than at top level, so that resetting to unibyte in
8072 .emacs works as expected.
8073
8074 1999-03-15 Simon Marshall <simon@gnu.org>
8075
8076 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8077
8078 1999-03-14 Milan Zamazal <pdm@pvt.net>
8079
8080 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8081
8082 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8083
8084 * international/mule-util.el (detect-coding-with-priority):
8085 Restore the internal database.
8086
8087 1999-03-14 Stephen Eglen <stephen@gnu.org>
8088
8089 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8090 if mail-from-style has invalid value.
8091
8092 1999-03-12 Karl Heuer <kwzh@gnu.org>
8093
8094 * vc.el (vc-delete-logbuf-window): New var.
8095 (vc-finish-logentry): Use it.
8096
8097 1999-03-12 Richard M. Stallman <rms@gnu.org>
8098
8099 * startup.el (command-line-1): Improve startup msg.
8100
8101 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8102
8103 * speedbar.el: Added commentary about stealthy functions.
8104 (speedbar-message) new function.
8105 (speedbar-y-or-n-p): New function
8106 (speedbar-with-attached-buffer) Moved macro before reference.
8107 Now uses `save-selected-window'.
8108 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8109 speedbar-generic-item-info, speedbar-item-info-file-helper,
8110 speedbar-item-delete, speedbar-insert-generic-list,
8111 speedbar-timer-fn, speedbar-check-vc-this-line,
8112 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8113 speedbar-buffers-item-info) Use speedbar-message.
8114 (speedbar-item-info) Limit `message-log-max'.
8115 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8116 speedbar-item-delete, speedbar-item-object-delete,
8117 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8118
8119 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8120
8121 * server.el (server-start): Set coding system for the server
8122 process to raw-text.
8123 (server-process-filter): Decode file names if necessary.
8124
8125 1999-03-12 Dave Love <fx@gnu.org>
8126
8127 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8128
8129 * textmodes/paragraphs.el (sentence-end): Doc fix.
8130
8131 1999-03-11 Karl Heuer <kwzh@gnu.org>
8132
8133 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8134
8135 1999-03-09 Karl Heuer <kwzh@gnu.org>
8136
8137 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8138 (ispell-dictionary-alist-2): Likewise.
8139 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8140 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8141 (ispell-dictionary-alist): Build from six pieces, not just two.
8142
8143 * ps-bdf.el (bdf-directory-list): Doc fix.
8144
8145 * enriched.el (enriched-mode): Make var permanent-local.
8146
8147 1999-03-09 Dave Love <fx@gnu.org>
8148
8149 * textmodes/sgml-mode.el (html-mode): Use
8150 sentence-end-double-space when setting sentence-end.
8151
8152 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8153
8154 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8155
8156 1999-03-08 Felix Lee <flee@cygnus.com>
8157
8158 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8159
8160 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8161
8162 1999-03-08 Karl Heuer <kwzh@gnu.org>
8163
8164 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8165 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8166
8167 * dired.el (dired-do-copy-regexp): Doc fix.
8168 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8169
8170 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8171
8172 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8173
8174 1999-03-08 Jason Rumney <jasonr@altavista.net>
8175
8176 * international/codepage.el (cp1250-decode-table)
8177 (cp1251-decode-table, cp1253-decode-table)
8178 (cp1257-decode-table): New translation tables for MS Windows codepages.
8179 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8180
8181 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8182
8183 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8184
8185 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8186
8187 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8188
8189 * term/internal.el (top level): Display character 255 as 8bit as well.
8190
8191 1999-03-06 Dave Love <fx@gnu.org>
8192
8193 * progmodes/cc-cmds.el (c-outline-level): Bind
8194 buffer-invisibility-spec.
8195
8196 * progmodes/c-mode.el (c-outline-level): Likewise.
8197
8198 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8199
8200 1999-03-05 Felix Lee <flee@cygnus.com>
8201
8202 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8203
8204 1999-03-05 Richard M. Stallman <rms@gnu.org>
8205
8206 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8207
8208 1999-03-05 Andrew Innes <andrewi@gnu.org>
8209
8210 * w32-fns.el (convert-standard-filename): Convert directory
8211 separators to Windows format.
8212
8213 1999-03-05 Andreas Schwab <schwab@gnu.org>
8214
8215 * international/skkdic-cnv.el: Provide skkdic-cnv.
8216 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8217 (batch-skkdic-convert): Doc fix.
8218
8219 1999-03-04 Dave Love <fx@gnu.org>
8220
8221 * custom.el (custom-set-variables): Protect against setter errors.
8222
8223 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8224
8225 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8226 the file sizes from overflowing.
8227 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8228 Under -s, print the size in blocks with %4.0f, in case they have
8229 a *really* huge file.
8230
8231 1999-03-03 Dave Love <fx@gnu.org>
8232
8233 * options.el (edit-options): Doc fix.
8234 (list-options): Don't lose with unbound symbols. Maintain
8235 Edit-options-mode.
8236
8237 1999-03-01 Dave Love <fx@gnu.org>
8238
8239 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8240
8241 1999-02-28 Richard M. Stallman <rms@gnu.org>
8242
8243 * ispell.el (ispell-dictionary-alist-override): New variable.
8244 (ispell-dictionary-alist): Don't setq it,
8245 if ispell-dictionary-alist-override is set.
8246
8247 * simple.el (shell-command-default-error-buffer): Renamed from
8248 shell-command-on-region-default-error-buffer.
8249 (shell-command-on-region): Mention in echo area when there
8250 is some error output. Mention success or failure, too.
8251 Accumulate multiple error outputs
8252 going forward, with formfeed in between. Display the error buffer
8253 when we have put something in it.
8254 (shell-command): Add the ERROR-BUFFER argument feature.
8255
8256 1999-02-28 Karl Heuer <kwzh@gnu.org>
8257
8258 * mail/mh-utils.el (mh-lib): Doc fix.
8259 (mh-lib-progs, mh-nmh-p): New vars.
8260 (mh-find-progs): Set mh-lib-progs along with other vars.
8261 (mh-path-search): New arg FUNC-P; if specified, use that instead
8262 of mh-file-command-p.
8263 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8264
8265 * mail/mh-comp.el (mh-repl-formfile): New var.
8266 (mh-smail-batch): Don't ignore all arguments.
8267 (mh-reply): Do the right thing when using nmh.
8268
8269 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8270
8271 * international/mule-cmds.el (select-safe-coding-system): Be sure
8272 to show a buffer being decoded.
8273
8274 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8275
8276 * ps-bdf.el (bdf-directory-list): Initialize it to
8277 '("/usr/local/share/emacs/fonts/bdf").
8278
8279 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8280
8281 * ps-print.el: PostScript programming fix.
8282 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8283 setpagedevice operator).
8284
8285 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8286
8287 * ps-print.el: Doc fix, font size specifies landscape and portrait
8288 sizes.
8289 (ps-print-version): New version number (4.1.4).
8290 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8291 Specifies landscape and portrait sizes.
8292 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8293 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8294 fix.
8295 (ps-get-font-size): New fun.
8296 (ps-font-size-internal, ps-header-font-size-internal)
8297 (ps-header-title-font-size-internal): New vars.
8298
8299 * ps-mule.el: Change of ps-print font size variable name.
8300 (ps-mule-generate-font): Fun fix.
8301 (ps-mule-begin-job): Programming uniformization.
8302
8303 1999-02-25 Dave Love <fx@gnu.org>
8304
8305 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8306 (help-make-xrefs): Do Info case first.
8307
8308 * repeat.el: Don't require advice.
8309 (repeat-last-kill-command): Variable deleted.
8310
8311 1999-02-25 Richard Stallman <rms@gnu.org>
8312
8313 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8314 case just because the current buffer is the output buffer.
8315
8316 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8317
8318 * simple.el (what-cursor-position): To show the character's
8319 encoding, use encoded-string-description instead of information
8320 of chaset-origin-alist.
8321
8322 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8323 (encoded-code-description): New function.
8324 (encoded-string-description): New function.
8325 (encode-coding-char): New function.
8326
8327 1999-02-25 Andrew Innes <andrewi@gnu.org>
8328
8329 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8330 checking for .emacs[.el[c]].
8331
8332 1999-02-24 Richard Stallman <rms@gnu.org>
8333
8334 * help.el (describe-function-1): Don't print a whole lambda-function.
8335
8336 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8337
8338 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8339 inputting ?\240.
8340
8341 1999-02-23 Karl Heuer <kwzh@gnu.org>
8342
8343 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8344
8345 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8346 (clean-buffer-list-kill-buffer-names): Doc fix.
8347
8348 * gud.el (gud-jdb-massage-args): Spelling fix.
8349
8350 1999-02-23 Richard M. Stallman <rms@gnu.org>
8351
8352 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8353
8354 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8355
8356 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8357 excursion while calling set-auto-coding-function.
8358
8359 * play/handwrite.el (handwrite): Require ps-print, and use
8360 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8361 if it's defined, instead of forking ps-lpr-command unconditionally.
8362
8363 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8364
8365 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8366 charset-origin-alist property to a coding system for the codepage.
8367
8368 * international/mule.el: Modify comment for charset-origin-alist
8369 property of a coding system.
8370
8371 * simple.el (what-cursor-position): charset-origin-alist property
8372 of a coding system may be a translation table or a symbol of which
8373 `translation-table' property is a translation table.
8374
8375 1999-02-21 Richard Stallman <rms@gnu.org>
8376
8377 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8378 to the "html" template.
8379
8380 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8381
8382 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8383
8384 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8385
8386 * dirtrack.el (dirtrack): Check for the prompt in the input string
8387 instead of the buffer.
8388
8389 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8390
8391 * sql.el: Set version to 1.4.1. Changed mail address to
8392 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8393 (sql-input-ring-separator): Doc fix.
8394 (sql-mode-syntax-table): double-dash starts comments is defined as
8395 ". 56" instead of ". 12b" for XEmacs.
8396 (sql-stop, sql-interactive-mode): Doc fixes.
8397 (sql-postgres): Queries for database and server, not just one.
8398 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8399
8400 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8401 changed. This is needed for master.el to work.
8402 (sql-set-sqli-buffer): Use the new hook.
8403
8404 * sql.el (sql-make-alternate-buffer-name): Function that sets
8405 sql-alternate-buffer-name.
8406 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8407 (sql-interactive-mode): Set sql-alternate-buffer-name.
8408 (sql-rename-buffer): New command.
8409 (sql-interactive-mode-menu): Menu for SQLi buffers.
8410
8411 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8412 and sql-input-ring-file-name are used to temporarily set
8413 comint-input-ring-file-name and comint-input-ring-separator when
8414 reading and writing input history files.
8415
8416 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8417 (sql-input-ring-file-name): New variable with customization.
8418 (sql-input-ring-separator): New variable with customization.
8419 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8420 Callers changed.
8421 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8422 now includes the name of the current buffer.
8423
8424 (sql-mode): Set paragraph-separate and paragraph-start so that
8425 sql-send-paragraph sends the entire SQL statements, even if it
8426 contains indented lines.
8427
8428 1999-02-18 Dave Love <fx@gnu.org>
8429
8430 * format.el (format-encode-run-method, format-decode-run-method):
8431 Fix previous change.
8432
8433 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8434
8435 * international/mule.el (coding-system-list): Moved here from
8436 mule-util.el to avoid autoloading mule-util by the call of
8437 select-safe-coding-system.
8438
8439 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8440
8441 * simple.el (turn-on-auto-fill): Mark it as an option for
8442 `text-mode-hook'.
8443
8444 1999-02-17 Richard Stallman <rms@gnu.org>
8445
8446 * emacs-lisp/easymenu.el (easy-menu-get-map):
8447 Don't crash if (current-local-map) is nil.
8448
8449 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8450
8451 * filecache.el (file-cache-filter-regexps): Added .class.
8452
8453 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8454
8455 * international/mule-util.el (decompose-region): Use
8456 insert-buffer-substring instead of insert-buffer to avoid putting
8457 mark.
8458
8459 1999-02-17 Andreas Schwab <schwab@gnu.org>
8460
8461 * calendar/cal-move.el (scroll-calendar-left): Don't set
8462 displayed-month and displayed-year here, let generate-calendar do
8463 it, after range checking.
8464
8465 1999-02-17 Simon Marshall <simon@gnu.org>
8466
8467 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8468
8469 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8470 correctly between an object declared via a constructor and a method.
8471 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8472 (java-font-lock-keywords-1): Fontify package names individually.
8473 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8474 (java-font-lock-keywords-2): Simplify type fontification.
8475 (java-font-lock-keywords-3): Likewise.
8476
8477 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8478
8479 * language/japanese.el (iso-2022-jp-2): New coding system.
8480 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8481
8482 1999-02-16 Dave Love <fx@gnu.org>
8483
8484 * help.el (describe-function-1): Accept non-symbols.
8485
8486 1999-02-16 Paul Eggert <eggert@twinsun.com>
8487
8488 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8489 find the last match if there are multiple matches.
8490
8491 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8492
8493 * tex-mode.el (tex-run-command, latex-run-command)
8494 (slitex-run-command, tex-command): Doc changes.
8495 (tex-start-options-string): Autoload it. Doc change. Provide
8496 a menu for customization. Allow nil. Quote backslashes only once.
8497 (tex-start-tex): Handle nil value of tex-start-options-string
8498 and apply shell-quote-argument to it.
8499
8500 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8501
8502 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8503 the size in blocks, since it can be a float.
8504 (ls-lisp-format): Likewise
8505
8506 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8507
8508 * language/japanese.el (japanese-shift-jis): Add
8509 charset-origin-alist property.
8510
8511 1999-02-15 Richard Stallman <rms@gnu.org>
8512
8513 * progmodes/compile.el (compile-internal): Use save-selected-window.
8514
8515 * subr.el (momentary-string-display): Bind inhibit-read-only.
8516
8517 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8518
8519 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8520
8521 * mail/rmail.el (rmail-show-message): If an unseen message has a
8522 Summary-line in its header, get past one more line before looking
8523 for the X-Coding-System header.
8524
8525 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8526
8527 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8528 explicitly to accomodate Windows 9X lack of a useful copy program.
8529
8530 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8531
8532 * wid-edit.el (widget-choice-value-create): Use `equal'
8533 instead of `eq'.
8534
8535 1999-02-14 Richard Stallman <rms@gnu.org>
8536
8537 * international/iso-transl.el:
8538 (iso-transl-ae): Renamed from iso-transl-e-slash.
8539 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8540 (iso-transl-AE): Renamed from iso-transl-E-slash.
8541 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8542 (iso-transl-char-map): Related changes.
8543
8544 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8545
8546 1999-02-13 Richard Stallman <rms@gnu.org>
8547
8548 * textmodes/texinfmt.el (texinfo-alias): New function.
8549 (texinfo-fold-nodename-case): Add defvar.
8550 (texinfo-format-node): Do case folding if specified.
8551
8552 * ffap.el (ffap-file-at-point): Test local file names
8553 immediately. Strip off line numbers.
8554
8555 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8556
8557 * sql.el: Set version to 1.3.2
8558 (sql-solid-program): Added support for solid.
8559 (sql-help): Doc mentions sql-solid.
8560 (sql-solid): Entry function for Solid.
8561 (sql-buffer): Doc explains the use of the variable and how to
8562 change it.
8563 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8564 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8565 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8566 is new.
8567 (sql-show-sqli-buffer): New function to display the value of
8568 sql-buffer.
8569 (sql-change-sqli-buffer): New function to change sql-buffer.
8570 (sql-mode): Doc explains how to change sql-buffer.
8571 (sql-send-paragraph): New function to send a paragraph.
8572 (sql-mode-map): Added keybinding for sql-send-paragraph.
8573 (sql-mysql): Doc corrected.
8574 (sql-ms): Doc corrected.
8575
8576 * sql.el (sql-server): Doc fix.
8577 (sql-mysql): Added the use of sql-server to specify the host,
8578 sql-database now specifies database instead of host.
8579 (sql-mode-menu): Send... menu items are only active if sql-buffer
8580 is non-nil.
8581 (sql-help): Changed tag of entry functions a bit.
8582
8583 * sql.el: Added keywords from `finder-by-keyword'.
8584 (sql-mode): Made sql-buffer a local variable, changed the
8585 documentation: removed instructions to add *.sql files to
8586 auto-mode-alist, added documentation for having mutliple SQL
8587 buffers sending their stuff to different SQLi buffers, each
8588 running a different process.
8589 (sql-postgres): Quoted *SQL* in doc string.
8590 (sql-ms): Likewise.
8591 (sql-ingres): Likewise.
8592 (sql-ingres): Quoted *SQL* in doc string, added references to
8593 sql-user and sql-password used during login.
8594 (sql-sybase): Quoted *SQL* in doc string, added comma.
8595 (sql-oracle): Likewise.
8596 (sql-interactive-mode): Added extensive documentation for having
8597 mutliple SQL buffers sending their stuff to different SQLi
8598 buffers, each running a different process.
8599 (sql-buffer): Changed doc from *SQL* to SQLi.
8600 (sql-get-login): Doc fix.
8601
8602 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8603
8604 * international/mule-conf.el (undecided): Set ascii in
8605 safe-charsets property.
8606
8607 1999-02-12 Richard Stallman <rms@gnu.org>
8608
8609 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8610
8611 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8612
8613 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8614 value to ps-mule-font-info-database-latin.
8615
8616 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8617
8618 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8619 (ps-mule-font-info-database-default): New variable.
8620 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8621 ps-mule-font-info-database-default.
8622
8623 1999-02-12 Dave Love <fx@gnu.org>
8624
8625 * timezone.el (timezone-make-date-sortable)
8626 (timezone-make-date-arpa-standard): Doc fix.
8627
8628 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8629
8630 * international/quail.el (quail-show-kbd-layout): Bind
8631 blink-matching-paren to nil.
8632
8633 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8634 for ASCII and Latin-1.
8635
8636 1999-02-12 Andreas Schwab <schwab@gnu.org>
8637
8638 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8639
8640 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8641
8642 * international/mule-cmds.el (language-info-alist): Remove
8643 description about charset-origin-alist.
8644
8645 * international/mule.el: Comment added for a new coding system
8646 property `charset-origin-alit'.
8647 (make-translation-table): This variable deleted.
8648
8649 * language/chinese.el (chinese-big5): Add charset-origin-alist
8650 property.
8651 ("Chinese-CNS"): Remove charset-origin-alist property.
8652
8653 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8654 property.
8655 (cyrillic-alternativnyj): Likewise.
8656 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8657 ("Cyrillic-ALT"): Likewise.
8658
8659 * language/vietnamese.el (vietnamese-viqr): Add
8660 charset-origin-alist property.
8661 ("Vietnamese"): Remove charset-origin-alist property.
8662
8663 * simple.el (what-cursor-position): Don't use the varialbe
8664 charset-origin-alist, but use charset-origin-alist property of
8665 buffer-file-coding-system to decide external character set code.
8666
8667 1999-02-10 Richard Stallman <rms@gnu.org>
8668
8669 * shadowfile.el: Don't turn on the mode when the file is loaded.
8670
8671 1999-02-09 Richard Stallman <rms@gnu.org>
8672
8673 * progmodes/compile.el (compile-auto-highlight): Customize.
8674
8675 * add-log.el (add-log-file-name-function): New variable.
8676 (add-change-log-entry): Call that function, if non-nil.
8677
8678 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8679
8680 * rmail.el (rmail-search): Track match with a marker, not an integer.
8681
8682 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8683
8684 * progmodes/compile.el (compilation-setup): Set value of
8685 compilation-directory-stack as in compilation-forget-errors.
8686 (compile-reinitialize-errors): Bind buffer-undo-list and
8687 deactivate-mark.
8688 (compilation-forget-errors): Likewise.
8689
8690 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8691
8692 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8693 def... constructs.
8694
8695 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8696 Remove calls to sleep-for.
8697
8698 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8699
8700 * international/codepage.el (cp-coding-system-for-codepage-1): On
8701 MS-DOS, use dos-unsupported-char-glyph for characters not
8702 supported by the codepage.
8703 (cp-make-coding-systems-for-codepage): Likewise.
8704
8705 1999-02-08 Andreas Schwab <schwab@gnu.org>
8706
8707 * international/mule-util.el (coding-system-list): Don't sort
8708 coding-system-list here.
8709
8710 * international/mule.el (coding-system-lessp): Moved here from
8711 mule-util.el
8712 (add-to-coding-system-list): New function.
8713 (make-subsidiary-coding-system, make-coding-system,
8714 define-coding-system-alias): Use it instead of setting
8715 coding-system-list directly.
8716
8717 1999-02-07 Dave Love <fx@gnu.org>
8718
8719 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8720 onto message.
8721
8722 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8723
8724 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8725 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8726
8727 1999-02-06 Richard Stallman <rms@gnu.org>
8728
8729 * language/european.el (setup-slovenian-environment): New function.
8730 ("Slovenian"): New language environment.
8731
8732 * progmodes/sql.el (sql-help): Doc fix.
8733 (sql-mysql): Doc fix.
8734
8735 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8736
8737 * tex-mode.el: When compiling, require compare-w and skeleton
8738 to pacify the byte-compiler. Move the def's of the tex-commands
8739 together. Add a comment on kill-process vs. quit-process.
8740
8741 1999-02-05 Dave Love <fx@gnu.org>
8742
8743 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8744 null markers.
8745 (compile-goto-error): Likewise.
8746
8747 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8748
8749 * time-stamp.el (time-stamp-format): Format doc tighter.
8750 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8751 (time-stamp): Don't re-write the time stamp if it didn't change.
8752
8753 1999-02-05 Alex Schroeder <asc@bsiag.com>
8754
8755 * progmodes/sql.el: Changed version to 1.2.1.
8756 (sql-pop-to-buffer-after-send-region): Improved documentation.
8757 (sql-mysql-program): Added MySQL support.
8758 (sql-prompt-length): Made prompt-length configurable.
8759 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8760 (sql-help): Added MySQL support, changed documentation.
8761 (sql-send-region): A message is displayed if something is sent.
8762 (sql-mode): Added buffer-local comment-start.
8763 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8764 (sql-interactive-mode): Added buffer-local comment-start.
8765 (sql-oracle): Set sql-prompt-length.
8766 (sql-sybase): Set sql-prompt-length.
8767 (sql-mysql): Added MySQL support.
8768 (sql-ingres): Set sql-prompt-length.
8769 (sql-ms): Set sql-prompt-length.
8770 (sql-postgres): Set sql-prompt-length.
8771
8772 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8773
8774 * term/internal.el (dos-codepage-setup): Set selection coding
8775 system to cpNNN-dos.
8776
8777 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8778
8779 * international/characters.el: Let ethiopic use iso-2022-7bit.
8780
8781 1999-02-02 Dave Love <fx@gnu.org>
8782
8783 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8784 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8785
8786 1999-02-02 Karl Heuer <kwzh@gnu.org>
8787
8788 * terminal.el (terminal-emulator): Doc fix.
8789
8790 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8791
8792 * international/mule-util.el (compose-chars): Doc-string
8793 modified. Correctly handle a composition character in ARGS.
8794
8795 1999-02-01 Richard Stallman <rms@gnu.org>
8796
8797 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8798 (makefile-menu-index-function): Function deleted.
8799 (makefile-mode): Use makefile-imenu-generic-expression.
8800
8801 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8802
8803 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8804 change, invoke from before-init-hook.
8805
8806 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8807
8808 * subr.el (remove-from-invisibility-spec): Cope with the case when
8809 buffer-invisibility-spec is t.
8810
8811 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8812
8813 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8814 appt-add and appt-delete.
8815
8816 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8817
8818 * term/pc-win.el (msdos-approximate-color): New function.
8819 (msdos-color-translate): Call it to find a DOS color that best
8820 approximates an X-style "#NNNNNN" color specification.
8821
8822 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8823
8824 * international/mule-util.el (compose-chars-component): Add
8825 autoload cookie.
8826
8827 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8828
8829 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8830 function, replace cdr of MAP by the return value of the function
8831 unconditionally.
8832
8833 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8834
8835 * progmodes/compile.el (compilation-next-error-locus): Don't
8836 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8837
8838 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8839
8840 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8841 and NLs before "charset", and allow the charset name be in double
8842 quotes.
8843
8844 1999-01-31 Richard Stallman <rms@gnu.org>
8845
8846 * imenu.el (imenu-sort-function): Fix custom type.
8847
8848 1999-01-30 Richard Stallman <rms@gnu.org>
8849
8850 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8851 (speedbar-line-token): Likewise.
8852
8853 * play/gametree.el (gametree-default-score): Use defcustom.
8854 (gametree-score-regexp, gametree-score-closer): Likewise.
8855 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8856
8857 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8858
8859 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8860 decoding.
8861
8862 1999-01-29 Markus Rost <rost@gnu.org>
8863
8864 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8865 tex-validate-buffer.
8866 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8867 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8868 now with recent occur-mode.
8869 (tex-validate-region): Really walk through all Sexps.
8870 (tex-region): Bind shell-dirtrack-verbose.
8871 (tex-file, tex-bibtex-file): Likewise.
8872
8873 1999-01-29 Dave Love <fx@gnu.org>
8874
8875 * finder.el: (finder-commentary): Fix interactive spec. Try
8876 appending .el to file name.
8877 (finder-find-library, finder-commentary): Doc fixes.
8878
8879 1999-01-29 Andrew Innes <andrewi@gnu.org>
8880
8881 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8882 where the userid contains directory separators.
8883
8884 1999-01-29 Dave Love <fx@gnu.org>
8885
8886 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8887 (lm-commentary): Doc fix.
8888
8889 1999-01-29 Andreas Schwab <schwab@gnu.org>
8890
8891 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8892 wildcard match. Fix regexp that tests if dirpart contains
8893 wildcard characters.
8894
8895 1999-01-28 Richard Stallman <rms@gnu.org>
8896
8897 * font-lock.el (font-lock-default-unfontify-region):
8898 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8899
8900 1999-01-27 Jason Rumney <jasonr@altavista.net>
8901
8902 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8903 from FAMILY field.
8904 (w32-create-initial-fontsets): Do not use before-init-hook.
8905 (mouse-set-font): Document. Automatically create and use fontsets.
8906
8907 * dos-w32.el (direct-print-region-helper): Check for printer
8908 being t as well as a string.
8909
8910 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8911
8912 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8913 (rmail-mime-charset-pattern): New variable.
8914 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8915 rmail-decode-mime-charset is non-nil.
8916
8917 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8918
8919 * international/characters.el: Set category `q' for all characters
8920 in tibetan and tibetan-1-column.
8921
8922 1999-01-27 Andrew Innes <andrewi@gnu.org>
8923
8924 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8925 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8926
8927 1999-01-27 Dave Love <fx@gnu.org>
8928
8929 * international/mule-cmds.el (current-language-environment):
8930 Provide :link, :type (choices) and appropriate :get.
8931
8932 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8933
8934 * startup.el (command-line): Set default eol-mnemonic-* strings to
8935 display end-of-line format in mode line.
8936
8937 * cus-start.el (all): Add eol-mnemonic-* variables.
8938
8939 1999-01-26 Dave Love <fx@gnu.org>
8940
8941 * startup.el (command-line-1): Up-date copyright.
8942
8943 * paths.el (Info-default-directory-list): Use configdir twice.
8944
8945 * info.el (Info-directory-list): Don't set path-separator now
8946 we're not shipped with Texinfo. Simplify path definition.
8947 Substitute all occurrences of instdir in Info-default-directory-list.
8948
8949 1999-01-25 Richard Stallman <rms@gnu.org>
8950
8951 * startup.el (normal-top-level-add-subdirs-to-load-path):
8952 Record the inode numbers of the dirs processed, to avoid loop.
8953
8954 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8955
8956 1999-01-25 Dave Love <fx@gnu.org>
8957
8958 * browse-url.el (browse-url-netscape-program): Doc addition.
8959
8960 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8961 prefix.
8962
8963 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8964 auto-mode-alist.
8965
8966 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8967
8968 * calendar/diary-lib.el (mark-diary-entries): Use
8969 assoc-ignore-case and do not capitalize when matching month and
8970 day names.
8971
8972 * calendar/calendar.el (calendar-read-date): Ditto.
8973
8974 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8975 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8976
8977 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8978
8979 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8980
8981 * calendar/cal-islam.el (calendar-goto-islamic-date)
8982 (mark-islamic-diary-entries): Ditto.
8983
8984 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8985
8986 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8987 (calendar-read-mayan-tzolkin-date): Ditto.
8988
8989 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8990
8991 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
8992
8993 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8994
8995 1999-01-25 Karl Heuer <kwzh@gnu.org>
8996
8997 * faces.el (list-faces-display): Multiline case of previous fix.
8998
8999 1999-01-25 Andreas Schwab <schwab@gnu.org>
9000
9001 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9002
9003 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9004
9005 * files.el (find-file): If find-file-noselect returns a list,
9006 do switch-to-buffer on each element.
9007 (find-file-other-window): Likewise for all but the first element.
9008 (find-file-other-frame): Same.
9009 (find-file-noselect): When we expand a wildcard, return a list
9010 of buffers.
9011
9012 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9013
9014 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9015 to set the appropriate cpNNN-dos coding system as the
9016 highest-priority coding system.
9017
9018 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9019
9020 * international/fontset.el (generate-fontset-menu): Return a
9021 sorted list by plain names of fontsets.
9022
9023 * international/mule-diag.el (list-fontsets): Sort fontsets by
9024 plain names.
9025
9026 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9027 FIRST is a composite character, decompose it at first.
9028
9029 1999-01-23 Dave Love <fx@gnu.org>
9030
9031 * format.el: Doc fixes.
9032 (format-encode-run-method): Have things happen in the right buffer.
9033 Deal with errors from method. Set coding-system-for-write.
9034 (format-decode-run-method): Have things happen in the right buffer.
9035 Deal with errors from method. Set coding-system-for-read.
9036 (format-alist): Use nil instead of unmatchable regexps.
9037
9038 * simple.el (shell-command-on-region): Return command's exit status.
9039
9040 1999-01-23 Eric Ludlam <zappo@gnu.org>
9041
9042 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9043 of the file whose info we want to display.
9044 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9045 (speedbar-add-mode-functions-list) Improve doc.
9046 (speedbar-line-token) New function.
9047 (speedbar-dired) Fix order of directories in -shown-directories.
9048 (speedbar-line-path): Default return is default-directory
9049 (speedbar-buffers-line-path): Return is dir name only.
9050 (speedbar-mode-functions-list): New variable.
9051 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9052 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9053 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9054 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9055 New functions.
9056 (speedbar-line-file): Broke out part that fetches file from a line.
9057 (speedbar-line-text): New function extracted from speedbar-line-file.
9058 (speedbar-line-path): Converted into a replaceable function.
9059 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9060
9061 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9062
9063 * international/fontset.el (create-fontset-from-x-resource): Make
9064 style variants.
9065
9066 1999-01-22 Dave Love <fx@gnu.org>
9067
9068 * paths.el (Info-default-directory-list): Put sysdir after start.
9069
9070 1999-01-22 Sam Steingold <sds@goems.com>
9071
9072 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9073 a process associated with it.
9074
9075 1999-01-22 Jason Rumney <jasonr@altavista.net>
9076
9077 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9078
9079 1999-01-22 Felix Lee <flee@cygnus.com>
9080
9081 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9082 major-mode.
9083 (vc-annotate-mode): Delete variable.
9084
9085 1999-01-22 Andrew Innes <andrewi@gnu.org>
9086
9087 * startup.el (command-line): [windows-nt]: Check for existence of
9088 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9089 in preference to _emacs.
9090
9091 1999-01-22 Dave Love <fx@gnu.org>
9092
9093 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9094
9095 1999-01-20 Richard Stallman <rms@gnu.org>
9096
9097 * files.el (find-file-noselect): Do wildcard processing only
9098 if new arg WILDCARDS is non-nil.
9099 (find-file, find-file-other-window): New arg WILDCARDS.
9100 Default it to non-nil if interactive.
9101 (find-file-other-frame): Likewise.
9102 (find-file-read-only): Likewise.
9103 (find-file-read-only-other-window): Likewise.
9104 (find-file-read-only-other-frame): Likewise.
9105
9106 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9107 (widget-plist-convert-option): Delete spurious comma.
9108
9109 1999-01-19 Jason Rumney <jasonr@altavista.net>
9110
9111 * term/w32-win.el (w32-standard-fontspec-spec): Change
9112 iso8859-5 to koi8-r. Add iso8859-9.
9113
9114 1999-01-19 Dave Love <fx@gnu.org>
9115
9116 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9117 its uses.
9118
9119 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9120 is active.
9121 (fortran-indent-subprogram): Likewise.
9122
9123 1999-01-19 Dave Love <d.love@dl.ac.uk>
9124
9125 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9126
9127 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9128
9129 * wid-edit.el (alist): Use sexp as default key-type.
9130
9131 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9132
9133 * textmodes/tex-mode.el (tex-define-common-keys):
9134 Remove key binding of tex-feed-input.
9135 (tex-mode-map): Bind tex-feed-input here.
9136 (tex-start-shell): Use compilation-shell-minor-mode. Set
9137 comint-input-filter-functions before running tex-shell-hook.
9138 (tex-start-tex): Forget compilation errors.
9139 (tex-compilation-parse-errors): Rewritten to work also with
9140 compile-mouse-goto-error and compile-goto-error. Adjusted to
9141 change in tex-region.
9142 (tex-region): For the temp file use file-name without directory.
9143 (tex-file): Expand file name of tex-print-file.
9144
9145 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9146
9147 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9148
9149 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9150
9151 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9152 beginning could cause Emacs to hang. Fixed.
9153
9154 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9155
9156 * international/ccl.el (ccl-compile-translate-character): Handle
9157 the case that a tranlation table is CCL register correctly.
9158
9159 * international/mule-cmds.el (select-safe-coding-system):
9160 Hightlight at most 256 characters.
9161
9162 1999-01-18 Dave Love <fx@gnu.org>
9163
9164 * startup.el (command-line): If the init file changes operation to
9165 unibyte, make all buffers unibyte and re-set language environment.
9166
9167 * disp-table.el (standard-display-european): Make all existing
9168 buffers unibyte. Fix doc.
9169
9170 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9171
9172 * wid-edit.el (coding-system): Define this unconditionally.
9173
9174 * simple.el (shell-command-on-region-default-error-buffer): New var.
9175 (shell-command-on-region): Use that variable as interactive
9176 value of ERROR-BUFFER argument.
9177
9178 1999-01-17 Sam Steingold <sds@goems.com>
9179
9180 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9181
9182 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9183
9184 * progmodes/compile.el (compilation-goto-locus): If already in the
9185 compilation buffer's window, keep it in that window.
9186 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9187 (compile-goto-error): Don't play with windows.
9188
9189 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9190 (tex-command): Doc fix.
9191 (tex-compilation-parse-errors): Doc fix.
9192 (tex-generate-zap-file-name): Don't start the name with -.
9193 (tex-expand-files): Works now also with strings ending with ":".
9194
9195 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9196
9197 Patch failed to install:
9198 * gametree.el: Document scoring functionality.
9199 (gametree-score-regexp): Add optional plus sign.
9200 (gametree-score-opener): Replace `:' with `=' as the former
9201 conflicts with gametree-half-ply-regexp.
9202 (gametree-transpose-following-leaves): Add.
9203 (gametree-insert-new-leaf): Make modifying commands barf in read
9204 only buffers.
9205 (gametree-break-line-here): Add a call to
9206 `gametree-transpose-following-leaves'. This maintains the
9207 necessary invariant that on each level all leaf children precede
9208 all nonleaf children. This has always been implied, but left to
9209 the user, and, unfortunately, undocumented.
9210
9211 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9212
9213 * wid-edit.el (plist, alist): New widget types.
9214
9215 1999-01-17 Dave Love <fx@gnu.org>
9216
9217 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9218 fix scope of condition-case therein.
9219
9220 1999-01-17 Andrew Innes <andrewi@gnu.org>
9221
9222 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9223 default-buffer-file-coding-system when file doesn't exist (and
9224 isn't covered by a special case) instead of forcing undecided-dos
9225 against the user's wishes.
9226
9227 * dos-w32.el (direct-print-region-helper): New function based on
9228 direct-print-region-function; sends data to specified printer port
9229 without further translation. Recognize and handle specially the
9230 standard `print' and `nprint' programs, as well as `lpr' and
9231 similar programs. Only write directly to the printer port if no
9232 print program is specified. Work around a bug in Windows 9x
9233 affecting Win32 version of Emacs by invoking command.com to write
9234 to the printer port instead of writing directly.
9235 (direct-print-region-function): Use direct-print-region-helper to
9236 do most of the work.
9237 (direct-ps-print-region-function): New function; analogue of
9238 direct-print-region-function for ps-print.
9239 (ps-lpr-command): Comment out setq; leave as example usage.
9240 (ps-lpr-switches): Ditto.
9241
9242 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9243 and MS-Windows.
9244 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9245 DOS and Windows platforms, to indicate direct printing. Update
9246 the docstring accordingly.
9247
9248 * ps-print.el: (ps-printer-name): Update docstring about usage on
9249 MS-DOS and MS-Windows.
9250 (ps-lpr-command): Update docstring as for lpr-command.
9251 (ps-print-region-function): New variable.
9252 (ps-do-despool): Use it.
9253 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9254 DOS/Windows.
9255
9256 * subr.el (subst-char-in-string): New function.
9257
9258 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9259
9260 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9261
9262 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9263 (bdf-find-font-info): New function, looks for the first readable
9264 file from a list of alternatives.
9265 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9266 instead of bdf-get-font-info.
9267 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9268 to ps-mule-generate-bitmap-glyph.
9269
9270 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9271 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9272 now be a list of alternative names.
9273 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9274 (ps-mule-prepare-font): Likewise.
9275
9276 * international/codepage.el (cp855-decode-table,
9277 cp850-decode-table): Fill some nil entries.
9278
9279 1999-01-16 Dave Love <fx@gnu.org>
9280
9281 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9282 last change.
9283
9284 1999-01-15 Dave Love <fx@gnu.org>
9285
9286 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9287 and change regexp for command names.
9288 (help-xref-go-back, function-called-at-point, symbol-file)
9289 (where-is): Doc fixes.
9290 (help-xref-go-back): Remove interactive spec.
9291 (describe-function-1): Fix message for alias. Buttomize alias
9292 name.
9293
9294 * simple.el (join-line): New alias.
9295
9296 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9297
9298 * forms.el: (forms--show-record): Convert integers to string
9299 expicitly since concat will no longer accept integers.
9300 (forms-print): Use local `total-nb-records' since
9301 `forms--total-records' will be inaccessible after buffer switching.
9302
9303 1998-01-14 Felix Lee <flee@cygnus.com>
9304
9305 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9306
9307 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9308
9309 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9310
9311 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9312
9313 * international/codepage.el (cp850-decode-table): Fix previous change.
9314
9315 1999-01-14 Simon Marshall <simon@gnu.org>
9316
9317 * shell.el (shell-dirtrack-verbose): New custom variable.
9318 (shell-dirstack-message): Use it.
9319
9320 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9321
9322 * international/mule-conf.el: Coding system alias `dos' for
9323 `undecided-dos', `mac' for `undecided-mac'.
9324
9325 * international/mule-cmds.el (describe-language-environment):
9326 Don't alter input-method-alist.
9327
9328 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9329
9330 * international/codepage.el (cp850-decode-table): Replace nil
9331 entries with codes of similary looking glyphs. (Suggested by
9332 Jason Rumney <jasonr@altavista.net>.)
9333
9334 1999-01-13 Dave Love <fx@gnu.org>
9335
9336 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9337
9338 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9339
9340 1999-01-12 Karl Heuer <kwzh@gnu.org>
9341
9342 * files.el (auto-save-hook): Defvar this.
9343
9344 1999-01-12 Alex Schroeder <asc@bsiag.com>
9345
9346 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9347 faces, eliminating the need to load font-lock before loading sql.
9348 (sql-mode-oracle-font-lock-keywords): Likewise.
9349 (sql-mode-postgres-font-lock-keywords): Likewise.
9350
9351 1999-01-11 Dave Love <fx@gnu.org>
9352
9353 * cus-start.el: Add inhibit-eol-conversion.
9354
9355 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9356 the values round.
9357
9358 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9359
9360 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9361 Don't switch to Help mode here.
9362 (temp-buffer-setup-hook): Use help-mode-finish.
9363 (help-mode-setup): New function.
9364 (temp-buffer-setup-hook): Use help-mode-setup.
9365
9366 * progmodes/sql.el: New file.
9367
9368 * files.el (auto-mode-alist): Add sql-mode.
9369
9370 * faces.el (list-faces-display): Improve the formatting
9371 by computing the maximum length required for any face-name.
9372
9373 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9374
9375 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9376
9377 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9378
9379 * term.el (term_send_home): Change the string to
9380 be the same as the one emitted by xterm and consistent with the
9381 ones emitted by prior and next.
9382 (term_send_end): Likewise.
9383
9384 1999-01-10 Dave Love <fx@gnu.org>
9385
9386 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9387 bindings.
9388
9389 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9390
9391 * international/codepage.el (codepage-setup): Doc fix.
9392 (cp-decoding-vector-for-codepage): Likewise.
9393
9394 1999-01-10 Markus Rost <rost@gnu.org>
9395
9396 * cus-edit.el (custom-save-delete): First scan the custom-file.
9397
9398 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9399
9400 * international/iso-transl.el: Define a "function name" for
9401 each translation that isn't ASCII. Use these function names
9402 in iso-transl-char-map.
9403
9404 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9405
9406 * international/mule-util.el (decompose-region): Do decomposition
9407 on temporary unibyte buffer.
9408
9409 * international/mule.el (make-char): Doc-string modified.
9410
9411 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9412
9413 * simple.el (comment-region): Delete spaces only if we
9414 deleted a comment starter.
9415
9416 1999-01-07 Dave Love <fx@gnu.org>
9417
9418 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9419
9420 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9421 like eval-defun does.
9422
9423 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9424
9425 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9426 constructions. Doc fixes.
9427 (generic-create-generic-function): Use defalias, not fset.
9428
9429 * find-func.el: More doc fixes.
9430
9431 1999-01-06 Stephen Eglen <stephen@gnu.org>
9432
9433 * files.el (save-buffers-kill-emacs): Show the list of current
9434 processes before prompting to kill them and exit.
9435
9436 1999-01-06 Dave Love <fx@gnu.org>
9437
9438 * emacs-lisp/find-func.el: Doc fixes.
9439 (find-function-regexp): Extend for define-generic-mode,
9440 define-derived-mode, easy-mmode-define-minor-mode.
9441
9442 1999-01-06 Dave Love <fx@gnu.org>
9443
9444 * progmodes/fortran.el (fortran-window-create): Account for scroll
9445 bar width.
9446
9447 * browse-url.el: Require (noerror) w3-auto when compiling.
9448 (browse-url-maybe-new-window): Make it a macro and revert last
9449 change to callers.
9450 (browse-url-w3): Require w3 for w3-fetch-other-window.
9451
9452 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9453
9454 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9455 argument.
9456
9457 1999-01-06 Simon Marshall <simon@gnu.org>
9458
9459 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9460
9461 * font-lock.el (font-lock-default-fontify-buffer): When using
9462 with-temp-message, use nil rather than current-message.
9463
9464 * lazy-lock.el (lazy-lock-unstall):
9465 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9466 rather than current-message.
9467
9468 * fast-lock.el (fast-lock-save-cache-1):
9469 (fast-lock-cache-data): When using with-temp-message, use nil rather
9470 than current-message.
9471
9472 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9473
9474 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9475 the valid-codes property.
9476
9477 * international/mule-cmds.el (prefer-coding-system): Call
9478 set-coding-priority, so that the internal array of priorities is
9479 also updated.
9480
9481 * international/mule-util.el:
9482 (coding-system-change-eol-conversion,
9483 coding-system-change-text-conversion): Don't define here.
9484
9485 * international/mule-cmds.el: Define them here. Remove the
9486 autoload cookies.
9487
9488 1999-01-06 Andreas Schwab <schwab@gnu.org>
9489
9490 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9491 if it was enabled before.
9492
9493 * view.el (View-revert-buffer-scroll-page-forward): Bind
9494 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9495
9496 * files.el (recover-session): Preserve point when inserting
9497 explanation.
9498
9499 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9500
9501 * cus-edit.el (custom-save-delete): Don't delete whitespace
9502 and comments before the sexp that is replaced.
9503
9504 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9505
9506 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9507
9508 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9509
9510 * vc.el (vc-dired-hook): Use the original value of
9511 dired-move-to-filename-regexp on lines that have not been
9512 reformatted yet.
9513 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9514 file lines have already been reformatted.
9515
9516 1999-01-05 Dave Love <fx@gnu.org>
9517
9518 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9519 buffer-local.
9520
9521 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9522
9523 * progmodes/f90.el: Change of regular expressions for type to
9524 correct highlighting and identation. Some small fixes for
9525 compatibility with XEmacs.
9526
9527 1999-01-05 Stephen Eglen <stephen@gnu.org>
9528
9529 * mspools.el (mspools-vm-system-mail): Provide an alternative
9530 value based on rmail-spool-directory if $MAIL is not defined.
9531
9532 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9533
9534 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9535 (reftex-section-info): Handle negative section levels.
9536 (reftex-view-crossref-extra): New option.
9537 (reftex-view-crossref): Generalized to work in more places.
9538 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9539 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9540 (reftex-view-cite-locations-from-bibtex): New command.
9541 (reftex-view-regexp-match, reftex-global-search,
9542 reftex-global-search-continue): New functions.
9543 (reftex-extract-bib-entries): No error for non-existing BibTeX
9544 file, just a message.
9545 (reftex-extract-bib-entries): Better error handling.
9546 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9547 help and force it on current frame.
9548 (reftex-default-bibliography): New function.
9549 (reftex-access-parse-file): Check consistency after loading a
9550 parse file. When inconsistent, enfore rescan.
9551 (reftex-check-parse-consistency): New function.
9552 (easy-menu-define): Options section drastically shortened.
9553
9554 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9555
9556 * language/thai-util.el (thai-compose-string): New function.
9557
9558 1999-01-04 Inge Frick <inge@nada.kth.se>
9559
9560 * easymenu.el (easy-menu-define): Doc fix.
9561 (easy-menu-create-menu): New keyword :included.
9562 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9563 be an expression, not only a string. Simulate style `button'.
9564 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9565 (easy-menu-define-key-intern): New function.
9566 (easy-menu-add-item): Understand value returned from
9567 easy-menu-item-present-p and easy-menu-remove-item.
9568 (easy-menu-return-item): New function.
9569 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9570
9571 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9572
9573 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9574 Use rmail-output-read-rmail-file-name to read the file name.
9575 Always call rmail-output-to-rmail-file noninteractively.
9576 When count > 1, do the loop here.
9577 Handle rmail-delete-after-output here.
9578 (rmail-summary-output): Similar changes.
9579
9580 * mail/rmailout.el: Provide `rmailout'.
9581 (rmail-output-read-rmail-file-name): New function.
9582 (rmail-output-to-rmail-file): Use that.
9583 (rmail-output-read-file-name): New function.
9584 (rmail-output): Use that.
9585
9586 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9587 Error if wildcard matches no files.
9588
9589 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9590
9591 * menu-bar.el (clipboard-yank): Doc fix.
9592
9593 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9594
9595 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9596
9597 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9598
9599 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9600
9601 * rmail.el (rmail-encode-string): Make sure mask value is
9602 positive; (emacs-pid) returns a negative number on Windows 9x
9603 which causes odd behaviour.
9604
9605 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9606
9607 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9608 and about w32-* variables unless on Windows/NT.
9609
9610 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9611
9612 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9613 if buffer is modified; ask about all modified buffers.
9614
9615 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9616
9617 * simple.el (what-cursor-position): Fix previous change.
9618
9619 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9620
9621 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9622 from paragraph-start.
9623
9624 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9625
9626 * international/mule-cmds.el (prefer-coding-system): If the
9627 argument requires specific EOL conversion type, make the default
9628 coding systems use that.
9629
9630 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9631
9632 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9633 Use shell-command-on-region.
9634 (m4-start-m4, m4-end-m4): Functions deleted.
9635
9636 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9637
9638 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9639
9640 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9641
9642 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9643 to compose-mail in the correct places and as a list.
9644
9645 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9646
9647 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9648 (pages-directory-map): Bind mouse-2
9649 (pages-copy-header-and-position): Put text property.
9650 (pages-directory-goto-with-mouse): New function.
9651
9652 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9653
9654 * international/codepage.el (cp-make-coding-systems-for-codepage):
9655 Doc fix.
9656 (cp-coding-system-for-codepage-1): Likewise.
9657
9658 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9659
9660 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9661 composition sequence correctly here instead of calling
9662 thai-compose-region.
9663
9664 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9665 newline in multibyte buffer, if previous or next character is a
9666 composite char, check the first component of the composite char.
9667
9668 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9669
9670 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9671 and track-mouse.
9672
9673 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9674
9675 * mail/sendmail.el (mail-yank-original): Remove text properties
9676 after insertion.
9677 (mail-yank-region): Barf if no mark is set in the message
9678 being replied to.
9679
9680 * help.el (function-called-at-point): First look for function at point.
9681
9682 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9683
9684 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9685
9686 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9687
9688 * simple.el (what-cursor-position): Print character encoding also.
9689
9690 1998-12-26 Dave Love <fx@gnu.org>
9691
9692 * textmodes/flyspell.el: If local-maps work, don't put
9693 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9694 in flyspell-mouse-map (only).
9695 (flyspell-use-local-map): New variable.
9696 Use a different mouse-2 binding in that case,
9697 and don't add to minor-mode-map-alist.
9698 (make-flyspell-overlay, flyspell-correct-word):
9699 Test flyspell-use-local-map.
9700
9701 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9702
9703 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9704 Be careful about whether to return a relative file name,
9705 and if so, relative to what directory.
9706
9707 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9708
9709 * emacs-lisp/easymenu.el (easy-menu-get-map):
9710 Change global map only if this menu exists in the global map already,
9711 and not in the local map.
9712 (easy-menu-do-add-item): Fix error message.
9713
9714 * foldout.el (foldout-inhibit-key-bindings):
9715 Avoid concatenating onto outline-minor-mode-prefix.
9716 Make a new keymap for that prefix, if it does not already have one.
9717
9718 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9719
9720 * cperl-mode.el:
9721 Can use linear algorithm for indentation if Emacs supports it.
9722 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9723 (cperl-after-block-p): Likewise.
9724 (cperl-after-block-and-statement-beg): Likewise.
9725 (cperl-after-block-p): After END/BEGIN we are a block.
9726 (cperl-after-expr-p): Skip labels when checking
9727 (cperl-indent-region): Make a marker for END - text added/removed.
9728 Disable hooks during the call (how to call them later?).
9729 Now indents 820-line-long function in 6.5 sec (including
9730 syntaxification) the first time (when buffer has few
9731 properties), 7.1 sec the second time.
9732 (cperl-indent-region): Do not indent whitespace lines
9733 (cperl-style-alist)
9734 Include `cperl-merge-trailing-else' where the value is clear.
9735 (cperl-styles-entries): Likewise.
9736 (cperl-problems): Improvements to docs.
9737 (cperl-tips): Likewise.
9738 (cperl-non-problems): Likewise.
9739 (cperl-mode): Make lazy syntaxification possible.
9740 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9741 `font-lock-unfontify-region-function' was set to a wrong function.
9742
9743 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9744 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9745 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9746 but 1<<6 was considered as HERE-doc.
9747 <file/glob> made into a string.
9748 Postpone addition of faces after syntactic step.
9749 Recognition of <FH> was wrong.
9750 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9751 Knows that split// is null-RE.
9752 Highlights separators in 3-parts expressions as labels.
9753 <> was considered as a glob.
9754 Would err if the last line is `=head1'.
9755 $a-1 ? foo : bar; was a considered a regexp.
9756 `<< (' was considered a start of HERE-doc.
9757 mark qq[]-etc sections as syntax-type=string
9758 Was not processing sub protos after a comment ine.
9759 Was treating $a++ <= 5 as a glob.
9760 Tolerate unfinished REx at end-of-buffer.
9761 `unwind-protect' was left commented.
9762 / and ? after : start a REx.
9763
9764 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9765 Better default, customizes to `message' too, off in text-mode.
9766
9767 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9768 `defface'd.
9769 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9770 `defface'd.
9771 (cperl-emacs-can-parse): New state variable.
9772 (cperl-indent-line): Corrected to use global state.
9773 (cperl-calculate-indent): Likewise.
9774 (cperl-fix-line-spacing): Likewise (not used yet).
9775 (cperl-calculate-indent): Did not consider `,' as
9776 continuation mark for statements.
9777 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9778 Remove another parse-data optimization at toplevel: would
9779 indent correctly.
9780 Correct for labels when calculating indentation of continuations.
9781 Docstring updated.
9782 (cperl-choose-color): Converted to a function (to be
9783 compilable in text-mode).
9784 (cperl-dark-background): Disable without window-system.
9785 Do `defface' only if window-system.
9786 (cperl-fix-line-spacing): Sped up to bail out early.
9787 (x-color-defined-p): Was not compiling on XEmacs
9788 Was defmacro'ed with a tick. Remove another def.
9789 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9790 (cperl-unwind-to-safe): New function.
9791 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9792 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9793 long strings (not very successful).
9794 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9795 Highlight the starting // in s//foo/ as function-name.
9796 Emit a meaningful error instead of a cryptic one for an
9797 uncomplete REx near end-of-buffer.
9798
9799 (cperl-electric-keyword): `qr' recognized.
9800 (cperl-electric-else): Likewise
9801 (cperl-to-comment-or-eol): Likewise
9802 (cperl-make-regexp-x): Likewise
9803 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9804 Corrected to use new macros;
9805 `if' for copying `reference-face' to `constant-face' was backward.
9806 remove init `font-lock-other-emphasized-face',
9807 `font-lock-emphasized-face', `font-lock-keyword-face'.
9808 Interpolate `cperl-invalid-face'.
9809 (cperl-make-regexp-x): Misprint in a message.
9810 (cperl-syntaxify-unwind): New configuration variable
9811 (cperl-fontify-m-as-s): New configuration variable
9812 (cperl-electric-pod): Check for after-expr was performed
9813 inside of POD too.
9814 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9815 (cperl-clobber-mode-lists): New configuration variable.
9816 (cperl-not-bad-style-regexp): Updated.
9817 Init: `cperl-is-face' was busted.
9818 (cperl-make-face): New macros.
9819 (cperl-force-face): New macros.
9820 (font-lock-other-type-face): Done via `defface' too.
9821 (cperl-nonoverridable-face): New face. Renamed from
9822 `font-lock-other-type-face'.
9823 (cperl-init-faces-weak): Use `cperl-force-face'.
9824 (cperl-comment-indent): Commenting __END__ was not working.
9825 (cperl-indent-for-comment): Likewise.
9826 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9827 When removing old TAGS info was not relativizing filename.
9828 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9829 Another try to work around XEmacs problems. Better progress messages.
9830 (toplevel): Require custom unprotected => failure on 19.28.
9831 (cperl-xemacs-p): Defined when compile too
9832 (cperl-find-tags): Was writing line/pos in a wrong order,
9833 pos off by 1 and not at beg-of-line.
9834 (cperl-etags-snarf-tag): New macro
9835 (cperl-etags-goto-tag-location): New macro
9836 (cperl-version): New variable. New menu entry
9837 random docstrings: References to "future" 20.3 removed.
9838 Menu was described as `CPerl' instead of `Perl'
9839 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9840 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9841 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9842 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9843 `font-lock-reference-face', `font-lock-keyword-face'.
9844 Use `eval-after-load'.
9845 Remove not-CPerl-related faces.
9846 (cperl-tips-faces): New variable and an entry into Mini-docs.
9847 (cperl-indent-exp): Was not processing else-blocks.
9848 (cperl-get-state): NOP line removed.
9849 (cperl-ps-print): New function and menu entry.
9850 (cperl-ps-print-face-properties): New configuration variable.
9851 (cperl-invalid-face): New configuration variable.
9852 (perl-font-lock-keywords): Highlight trailing whitespace
9853 (cperl-contract-levels): Documentation corrected.
9854 (cperl-contract-level): Likewise.
9855 (cperl-ps-extend-face-list): New macro.
9856 (cperl-invalid-face): Change to ''underline.
9857
9858 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9859
9860 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9861 for read-file-name.
9862 (rmail-output-to-rmail-file): Likewise.
9863
9864 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9865
9866 * emacs-lisp/easymenu.el (easy-menu-get-map):
9867 If MENU is nil, use global menu-bar map.
9868 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9869 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9870
9871 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9872
9873 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9874
9875 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9876
9877 * ps-print.el (ps-print-version): New version number (4.1.3).
9878
9879 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9880
9881 * international/mule-cmds.el: Use make-sparse-keymap instead of
9882 define-prefix-key when defining MULE menu items.
9883
9884 * info.el (Info-node-at-bob-matching): New function.
9885 (Info-find-node, Info-build-node-completions): Call it.
9886
9887 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9888
9889 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9890 when this is an autoloaded keymap.
9891
9892 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9893
9894 * international/codepage.el (cp-coding-system-for-codepage-1):
9895 Create separate encoders and decoders, for DOS and Unix. Make the
9896 usual family of 3 coding systems, so that automatic detection of
9897 EOL type works.
9898 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9899 Unix-specific symbols here, and don't call
9900 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9901 Handa <handa@etl.go.jp>.)
9902
9903 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9904
9905 * term/internal.el (IT-character-translations): New variable, an
9906 alist used to display characters for which there's no glyphs in
9907 the current codepage.
9908 (IT-display-table-setup): New function, sets up the DOS terminal
9909 for a given codepage.
9910 (dos-codepage-setup): New function, sets up the MULE environment
9911 for the current value of dos-codepage.
9912 (top-level if): In the multibyte mode, turn on
9913 unibyte-display-via-language-environment. In the unibyte mode,
9914 set up the special syntax tables to map lower- to upper case and
9915 back.
9916
9917 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9918
9919 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9920 (speedbar-frame-plist) Remove useless comments.
9921 (speedbar-frame-mode) Do not specify height if it is in the param list.
9922 Use default y position w/out changing it.
9923 If default x position is a list, keep, calculate the non-list X
9924 value when devining an initial position.
9925 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9926 (speedbar-tag-group-name-minimum-length): New variable.
9927 (speedbar-frame-parameter): New compatibility function.
9928 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9929 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9930 groups to keep things in the right order, and to help with some
9931 naming conventions.
9932 (speedbar-create-tag-hierarchy): Enable buffer local version of
9933 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9934 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9935 the case, derive it from the cursor location in speedbar.
9936
9937 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9938
9939 * international/mule-cmds.el (set-language-environment): On MS-DOS
9940 terminals, install DOS-specific nonascii-translation-table if the
9941 language info doesn't specify one. Pass the default eol-type to
9942 set-language-environment-coding-systems.
9943 (set-default-coding-systems): Copy the eol-type property for the
9944 new default values of {buffer-file,process}-coding-system from the
9945 old defaults.
9946 (set-language-environment-coding-systems): Accept an optional
9947 argument EOL-TYPE, and set the eol-type property of the default
9948 coding systems accordingly.
9949 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9950 (set-keyboard-coding-system): Likewise.
9951 (set-default-coding-systems): Don't set
9952 default-terminal-coding-system on MS-DOS to anything but nil.
9953 (prefer-coding-system): Describe in the doc string that
9954 default-terminal-coding-system is not changed on MS-DOS.
9955 (set-language-environment): For MS-DOS, set standard syntax table
9956 and display table for all characters with code above 127.
9957 (standard-display-european-internal): For MS-DOS, pass all
9958 characters with code above 127 directly to the terminal, and don't
9959 remap characters 160 and 146 in the unibyte case.
9960
9961 * international/codepage.el: New file.
9962
9963 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9964
9965 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9966 comments.
9967
9968 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9969
9970 * map-ynp.el (map-y-or-n-p): Ignore input methods.
9971
9972 * subr.el (read-passwd): Likewise.
9973
9974 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
9975
9976 * info.el (Info-find-node): Add 1 to the position read from the
9977 tag table. Don't fail if the node delimiter ^_ is the first
9978 character in the file.
9979 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9980 first character in the file.
9981 (Info-read-subfile): Likewise.
9982 (Info-select-node): Likewise.
9983 (Info-build-node-completions): Likewise.
9984
9985 1998-12-16 Richard Stallman <rms@gnu.org>
9986
9987 * term/x-win.el (x-cut-buffer-or-selection-value):
9988 If clipboard is enabled, try it before PRIMARY selection.
9989
9990 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9991
9992 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9993 insert c-cedilla and C-cedilla respectively, like in latin-1.
9994
9995 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
9996
9997 * language/hebrew.el: Don't use sublists in the flags argument
9998 passed to make-coding-system.
9999
10000 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10001
10002 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10003 list of character sets found by find-charset-region.
10004
10005 * ps-mule.el: Always require ps-print. Move some function
10006 definitions for Emacs 20.2 and the earlier to ps-print.el.
10007 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10008
10009 * ps-print.el: Define several functions for Emacs 20.2 and the
10010 earlier version.
10011 (ps-printer-name): Check if printer-name is bound.
10012
10013 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10014
10015 * ps-mule.el: Programming uniformization and little code improvement.
10016 (ps-mule-prepare-font): Programming uniformization.
10017 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10018 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10019
10020 * ps-bdf.el: Programming uniformization and little code improvement.
10021 (bdf-search-and-read): New fun.
10022 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10023 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10024 (bdf-info-relative-compose, bdf-info-baseline-offset)
10025 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10026 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10027 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10028 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10029 improvement.
10030
10031 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10032
10033 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10034 and mule related code extraction. Autoload ps-mule funs.
10035
10036 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10037 (ps-mule-prologue-generated): New fun.
10038 (ps-mule-plot-string): Add autoload cookie.
10039 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10040
10041 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10042
10043 * ps-bdf.el: Require ps-mule instead of ps-print.
10044 (bdf-directory-list): Add autoload cookie.
10045
10046 * ps-mule.el: New file. Mule related code extracted from
10047 ps-print.el. Require ps-print, provide ps-mule.
10048 (ps-multibyte-buffer): Add autoload cookie.
10049 (ps-mule-prepare-ascii-font): New fun.
10050 (ps-mule-set-ascii-font): New fun.
10051 (ps-mule-skip-same-charset): Fun deleted.
10052 (ps-mule-plot-string): Set ps-mule-current-charset.
10053 (ps-mule-initialize): Add autload cookie. Don't set
10054 ps-mule-font-info-database here.
10055 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10056 ps-mule-font-info-database and ps-control-or-escape-regexp.
10057 (ps-mule-begin-page): New fun.
10058
10059 * ps-print.el: Mule related code moved to ps-mule.el.
10060 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10061 check ps-mule-charset-list.
10062 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10063 ps-mule-begin-page.
10064 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10065 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10066 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10067 instead skip same charsets by itself.
10068 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10069 non-nil. Call ps-mule-begin-job.
10070
10071 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10072
10073 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10074 instead of bdf.
10075
10076 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10077 (ps-mule-external-libraries): New element FEATURE.
10078 (ps-mule-init-external-library): Ajusted for the above change.
10079 (ps-mule-generate-font): Likewise.
10080 (ps-mule-generate-glyphs): Likewise.
10081 (ps-mule-prepare-font): Likewise.
10082 (ps-mule-initialize): Likewise.
10083 (ps-begin-file): Superfluous tailing parenthesis deleted.
10084
10085 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10086
10087 * international/fontset.el (x-decompose-font-name): If PATTERN
10088 doesn't have any wild cards, return a vector made from a name that
10089 is found by x-resolve-font-name found. Comments added.
10090
10091 * international/mule-cmds.el (find-coding-systems-for-charsets):
10092 Handle the case of unknown charset.
10093 (find-multibyte-characters): If invalid multibyte characters are
10094 found, return the corresponding strings instead of character
10095 codes.
10096 (find-multibyte-characters): Adjusted for the above change.
10097 (select-safe-coding-system): For a unibyte buffer, always returns
10098 DEFAULT-CODING-SYSTEM.
10099 (get-charset-property): Fix previous change. Make it a function.
10100 (put-charset-property): Make it a function.
10101
10102 * international/mule.el (make-coding-system): Set mime-charset
10103 property of *-with-esc coding system to nil.
10104
10105 * international/quail.el (quail-point-in-conversion-region): New
10106 function.
10107 (quail-conversion-backward-delete-char): When a key sequence is
10108 being translated, call quail-delete-last-char.
10109
10110 * language/devan-util.el
10111 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10112 handle devanagari-decomposition-rules.
10113
10114 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10115
10116 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10117 tex-start-options-string to empty string.
10118 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10119
10120 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10121
10122 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10123 5xx responses are already handled properly).
10124
10125 1998-12-13 Richard Stallman <rms@gnu.org>
10126
10127 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10128 on a non-digit in the file name.
10129
10130 * simple.el (comment-region): Handle comment-padding
10131 separately for insertion and for deletion, in the right way for each.
10132
10133 1998-12-13 Felix Lee <flee@cygnus.com>
10134
10135 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10136 regexp to match "ChangeLog:1:1998-12-09 ..."
10137
10138 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10139
10140 * cus-start.el (dos-unsupported-char-glyph): Add.
10141
10142 1998-12-11 Dave Love <fx@gnu.org>
10143
10144 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10145 forward-sexp in condition-case.
10146
10147 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10148 Remove unnecessary test on `library' for explicit file name.
10149 Widen scope of save-match-data.
10150
10151 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10152
10153 * international/mule.el (load-with-code-conversion): If the loaded
10154 file was inserted with no-conversion or raw-text coding system,
10155 make the buffer unibyte.
10156
10157 1998-12-09 Richard Stallman <rms@gnu.org>
10158
10159 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10160 Get rid of nested loops.
10161
10162 * mouse.el (mouse-drag-vertical-line):
10163 If WHICH-SIDE is not `right', then scroll bars are on the left.
10164
10165 * loadhist.el (load-history-loaded): defvar moved to help.el.
10166
10167 * help.el (symbol-file-load-history-loaded): Variable renamed,
10168 and defvar moved from loadhist.el.
10169 (symbol-file): Renamed from describe-function-find-file.
10170 Load fns-VERSION.el here.
10171 (describe-variable, describe-function-1): Use symbol-file.
10172
10173 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10174 Don't start the name with #.
10175
10176 * ispell.el: Take out the eval-when's.
10177
10178 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10179
10180 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10181 (dirtrack): Run it. Make debug message more verbose.
10182
10183 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10184
10185 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10186 name of the abbrev table, and provide support for XEmacs.
10187 (octave-xemacs-p): New variable.
10188
10189 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10190
10191 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10192 exit, when mail-interactive is nil.
10193
10194 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10195
10196 * files.el (after-find-file): Message fix.
10197
10198 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10199
10200 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10201
10202 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10203
10204 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10205 filenames using backslashes.
10206
10207 1998-12-09 Dave Love <fx@gnu.org>
10208
10209 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10210 with correct number of args.
10211 (browse-url-maybe-new-window): New arg. Callers changed.
10212
10213 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10214 comment.
10215
10216 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10217
10218 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10219
10220 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10221
10222 * vc.el (vc-rcs-release): Fix Type.
10223 (vc-sccs-release): Fix Type.
10224 (vc-cvs-release): Fix Type.
10225
10226 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10227 arg work right.
10228
10229 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10230 output of last undeleted message.
10231
10232 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10233
10234 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10235 (buffer-undo-list) [windows-nt]: Use different relative path.
10236
10237 1998-12-07 Simon Marshall <simon@gnu.org>
10238
10239 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10240
10241 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10242
10243 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10244
10245 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10246
10247 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10248
10249 * info.el (Info-menu): Don't return error if point is between menu
10250 header and first menu item.
10251
10252 1998-12-04 Dave Love <fx@gnu.org>
10253
10254 * help.el (describe-function-1): Fix description for alias.
10255
10256 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10257
10258 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10259 specifications from summary line.
10260
10261 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10262 (close-rectangle): Define alias only once in loaddefs.el.
10263
10264 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10265
10266 * term/internal.el: Remove code which sets up a special syntax
10267 table for non-ASCII characters.
10268
10269 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10270
10271 * dos-w32.el (direct-print-region-function): Try to ensure that
10272 printer-name is expanded to a file name on a local drive;
10273 sometimes printing a file loaded from a network volume fails.
10274 (direct-print-region-function): Add a function to
10275 write-region-annotate-functions to append a formfeed character to
10276 the region being printed, if the region doesn't end with a
10277 formfeed already. This avoids creating a second print job
10278 containing a blank page when print spooling is enabled on Windows.
10279
10280 1998-12-02 Dave Love <fx@gnu.org>
10281
10282 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10283 `Info-goto-node'.
10284
10285 1998-12-02 Richard Stallman <rms@gnu.org>
10286
10287 * help.el (temp-buffer-resize-mode): Doc fix.
10288
10289 * cus-edit.el (custom-save-delete): Save point before
10290 reading a sexp, rather than backing up.
10291
10292 * international/iso-transl.el: Fix previous change.
10293
10294 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10295
10296 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10297 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10298 Added defvars to suppress compilation warnings.
10299
10300 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10301
10302 * ispell.el: Improved and fixed customize for variables:
10303 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10304 ispell-dictionary-alist, ispell-skip-sgml.
10305 Improved and fixed comments in variables and messages for
10306 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10307 ispell-menu-map, ispell-checking-message, ispell-parser,
10308 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10309 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10310 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10311 ispell-message-text-end, ispell-add-per-file-word-list.
10312 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10313 system is now required for all languages. Casechars improved for
10314 castellano, castellano8, and norsk dictionaries. Dictionary
10315 norsk7-tex added. Dictionary polish added.
10316 (ispell-dictionary-alist): Redefined at load-time to support
10317 dictionary changes.
10318 (ispell-menu-map): Redefined at load-time to support menu changes.
10319 (ispell-check-version): New alias for `check-ispell-version'.
10320 (ispell-parse-output): Fixed matching for ispell error messages.
10321 Correctly returns spelling suggestions in order generated by ispell
10322 process.
10323 (check-ispell-version): Ensure `case-fold-search' doesn't get
10324 redefined.
10325 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10326 redefined. Fix bug that didn't respect case of word being completed.
10327 (ispell-init-process): Set process coding system to be compatible
10328 with emacs processes and the ispell process.
10329 (ispell-kill-ispell): Ensures ispell process has terminated before
10330 starting new process. This can otherwise confuse process filters
10331 and hang the ispell process.
10332 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10333 skipping support for sgml.
10334 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10335 which could cause `ispell-complete-word' to hang.
10336 (ispell-message): Improved message reference matching. Ensure
10337 `case-fold-search' doesn't get redefined.
10338 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10339 get redefined. Fixed bug in returning to nroff mode from tex mode.
10340 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10341 get redefined.
10342
10343 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10344
10345 * textmodes/flyspell.el (flyspell-check-word-p):
10346 Don't delay inside a kbd macro.
10347
10348 * subr.el (make-local-hook): Return the hook variable.
10349
10350 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10351
10352 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10353 Use a timer instead of post-command-hook.
10354 (hscroll-timer): New variable.
10355
10356 1998-11-30 Dave Love <fx@gnu.org>
10357
10358 * help.el (help-xref-button): Do nothing if text already has the
10359 help-xref property.
10360 (describe-variable): Revert previous change to hyperlink to source.
10361
10362 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10363
10364 * bindings.el (features): Add `base64' to this list.
10365
10366 * loadhist.el (symbol-file): Doc fix.
10367
10368 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10369
10370 * files.el (hack-one-local-variable): Cope with non-file buffers.
10371
10372 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10373
10374 * help.el (describe-mode): Put major mode first.
10375
10376 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10377 to support special-display and same-window features.
10378
10379 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10380
10381 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10382 bound in one function and used in the other.
10383 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10384 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10385
10386 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10387
10388 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10389
10390 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10391
10392 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10393 Give format correct control string.
10394
10395 * international/mule.el (define-translation-table): Fix bug of
10396 setting incorrect translation-table-id. If the first element of
10397 ARGS is a translation table, just register it.
10398
10399 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10400 property.
10401
10402 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10403
10404 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10405 syntax table to determine what is whitespace.
10406
10407 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10408
10409 * frame.el (frame-parameter): Doc fix.
10410
10411 * textmodes/tex-mode.el (tex-feed-input): New function.
10412 (tex-define-common-keys): Add binding for C-c C-m.
10413
10414 1998-11-23 Dave Love <fx@gnu.org>
10415
10416 * progmodes/fortran.el: Various minor doc fixes.
10417 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10418 (fortran-with-subprogram-narrowing): New macro.
10419 (fortran-check-for-matching-do): Use it.
10420 (fortran-end-do): Use fortran-check-end-prog-re.
10421 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10422 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10423
10424 1998-11-23 Simon Marshall <simon@gnu.org>
10425
10426 * font-lock.el (font-lock-defaults): Doc fix.
10427 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10428 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10429
10430 * lazy-lock.el (lazy-lock-unstall):
10431 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10432
10433 * fast-lock.el (fast-lock-save-cache-1):
10434 (fast-lock-cache-data): Rewritten to use with-temp-message.
10435
10436 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10437
10438 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10439 messages that have been added with DOS line endings and convert
10440 the line endings for such messages.
10441
10442 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10443
10444 * help.el: Add resizing of temporary buffers.
10445 (temp-buffer-resize-mode): New command and variable.
10446 (temp-buffer-max-height): New variable.
10447 (resize-temp-buffer-window): New function.
10448
10449 * window.el (window-buffer-height): New function, split from
10450 shrink-window-if-larger-than-buffer.
10451 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10452
10453 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10454
10455 * frame.el (initial-frame-alist): Add defcustom.
10456
10457 * shell.el (shell-prompt-pattern): Add defcustom.
10458
10459 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10460
10461 * message.el (message-ignored-supersedes-headers): Remove
10462 NNTP-Posting-Date.
10463
10464 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10465
10466 * help.el (describe-mode): Don't avoid loop indirecting thru
10467 value of INDICATOR.
10468
10469 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10470
10471 * help.el (describe-variable): Allow any variable with a defcustom,
10472 even if it is not a user variable.
10473
10474 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10475
10476 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10477
10478 * gnus/nntp.el (nntp-request-group): Allow for failures when
10479 requesting a new group.
10480
10481 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10482
10483 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10484
10485 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10486
10487 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10488
10489 1998-11-19 Simon Marshall <simon@gnu.org>
10490
10491 * subr.el (with-temp-message): New macro.
10492
10493 * emacs-lisp/lisp-mode.el (with-temp-message):
10494 Add lisp-indent-function property.
10495
10496 1998-11-18 Dave Love <fx@gnu.org>
10497
10498 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10499
10500 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10501
10502 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10503 This is not obsolete.
10504
10505 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10506
10507 * textmodes/picture.el: Make a new map by make-keymap.
10508 (picture-desired-column): New variable.
10509 (picture-update-desired-column): New function.
10510 (picture-beginning-of-line): Set picture-desired-column to 0.
10511 (picture-end-of-line): Set picture-desired-column to the current
10512 column.
10513 (picture-forward-column): Pay attention to multi-column character.
10514 (picture-backward-column): Likewise.
10515 (picture-move-down): Likewise.
10516 (picture-move-up): Likewise.
10517 (picture-movement-nw): With prefix arg, move twice columns.
10518 (picture-movement-ne): Likewise.
10519 (picture-movement-sw): Likewise.
10520 (picture-movement-se): Likewise.
10521 (picture-set-motion): Handle two-column movements.
10522 (picture-move): Call picture-move-down or picture-forward-column
10523 only when necessary.
10524 (picture-insert): Pay attention to picture-desired-column.
10525 (picture-self-insert): Likewise.
10526 (picture-clear-column): Pay attention to multi-column character.
10527 (picture-mode): Modify doc-string for two-column movement.
10528
10529 * rect.el (move-to-column-force): New function.
10530 (operate-on-rectangle): If coerce-tabs is non-nil, call
10531 move-to-column-force instead of move-to-column.
10532 (insert-rectangle): Call move-to-column-force instead of
10533 move-to-column.
10534 (open-rectangle-line): If begextra is not zero, call
10535 move-to-column-force.
10536
10537
10538 1998-11-16 Dave Love <fx@gnu.org>
10539
10540 * textmodes/sgml-mode.el Require skeleton when compiling.
10541 (sgml-font-lock-keywords-1): Accept single-letter tags.
10542 (v2): Defvar free variable.
10543
10544 1998-11-16 Sam Steingold <sds@goems.com>
10545
10546 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10547 macro, not ELisp one.
10548
10549 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10550
10551 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10552 characters to symbol.
10553
10554 * language/japan-util.el (japanese-zenkaku-region): New optional
10555 arg KATAKANA-ONLY.
10556
10557 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10558
10559 * international/mule.el
10560 (after-insert-file-set-buffer-file-coding-system): If the buffer
10561 is changed to unibyte, return inserted bytes.
10562
10563 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10564 and link names if necessary.
10565 (tar-header-block-summarize): Handle the case that file or link
10566 names are multibyte.
10567 (tar-summarize-buffer): At first set the current buffer unibyte,
10568 then if there are multibyte file names, change it to multibyte.
10569 (tar-mode): Get char position from tar-header-offset.
10570 (tar-extract): Avoid multibyte<->unibyte conversion in
10571 insert-buffer-subsring by setting both buffers unibyte
10572 temporarily.
10573 (tar-copy): Set the buffer unibyte while doing a work. Write
10574 without code conversion.
10575 (tar-expunge): Set the buffer unibyte while doing a work.
10576 (tar-alter-one-field): Likewise.
10577 (tar-clear-modification-flags): Compare byte position with
10578 tar-header-offset.
10579 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10580 insert-buffer-subsring by setting both buffers unibyte
10581 temporarily. Pay attention to multibyteness while updating the
10582 descriptor-line.
10583 (tar-mode-write-file): Write without code conversion.
10584
10585 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10586
10587 * nngateway.el: Require cl.
10588
10589 1998-11-15 Dave Love <fx@gnu.org>
10590
10591 * progmodes/fortran.el: Fix previous change:
10592 (fortran-end-prog-re1): Changed.
10593 (fortran-check-end-prog-re): New function.
10594 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10595
10596 1998-11-13 Tom Breton <tob@world.std.com>
10597
10598 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10599 GNU Emacs.
10600
10601 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10602
10603 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10604 fixed.
10605 (reftex-toc-toggle-file-boundary,
10606 reftex-toc-toggle-labels,
10607 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10608 (reftex-toc-include-labels, reftex-toc-include-context,
10609 reftex-toc-include-file-boundaries,
10610 reftex-toc-keep-other-windows): New options.
10611 (reftex-use-text-after-label-as-context): Option removed.
10612 (reftex-extract-bib-entries): Protect use in non-latex
10613 buffers.
10614 (reftex-toc-visit-location): Renamed from
10615 `reftex-toc-visit-line'.
10616 (reftex-latin1-to-ascii): Works now with and without Mule.
10617 (reftex-truncate): Removed special stuff for Emacs 20.2.
10618 (reftex-get-offset): Made more general.
10619 (reftex-show-label-location): Renamed from
10620 `reftex-select-label-callback'.
10621 (reftex-pop-to-label): Function removed (using
10622 `reftex-show-label-location' instead.
10623 (reftex-insert-docstruct): Renamed from
10624 `reftex-make-and-insert-label-list'. Function args changed.
10625 (reftex-toc): Now uses `reftex-insert-docstruct' and
10626 `reftex-find-start-point'.
10627 (reftex-select-item): Use `reftex-find-start-point'.
10628 (reftex-toc-visit-line): Can display labels and file
10629 boundaries.
10630 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10631
10632 1998-11-12 Sam Steingold <sds@goems.com>
10633
10634 * browse-url.el (browse-url): Handle the case when
10635 `browse-url-browser-function' is a lambda list.
10636
10637 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10638
10639 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10640 version string.
10641 * loadhist.el (symbol-file): Likewise
10642
10643 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10644
10645 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10646
10647 1998-11-11 Sam Steingold <sds@goems.com>
10648
10649 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10650 `run-lisp' instead of signalling an error.
10651
10652 1998-11-11 Karl Heuer <kwzh@gnu.org>
10653
10654 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10655
10656 1998-11-11 Richard Stallman <rms@gnu.org>
10657
10658 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10659
10660 1998-11-11 Per Starback <starback@update.uu.se>
10661
10662 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10663 renamed svenska8 to svenska, and fixed and extended CASECHARS
10664 for it.
10665
10666 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10667
10668 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10669 handling if setpagedevice is not available.
10670 (ps-begin-file): Fix typo.
10671
10672 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10673
10674 * international/mule-util.el (compose-chars-component): Signal
10675 error if CH is a rule-based composition character.
10676 (compose-chars): Signal error if an already compsed character is
10677 going to be composed by rule-base.
10678
10679 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10680 full XLFD, don't try to get information of WEIGHT and SLANT from
10681 that font name.
10682
10683 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10684
10685 * dos-w32.el (set-default-process-coding-system): Use function on
10686 before-init-hook to set default-process-coding-system based on
10687 enable-multibyte-characters.
10688
10689 * term/w32-win.el ([language-change]): For now ignore
10690 keyboard language-change events.
10691
10692 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10693
10694 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10695 convert-standard-file-name, but leave the results of
10696 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10697 characters if the original name already exists, or has a special
10698 handler.
10699
10700 1998-11-10 Karl Heuer <kwzh@gnu.org>
10701
10702 * international/iso-insert.el: Delete autoload cookies.
10703
10704 * international/iso-transl.el: Add autoload cookies.
10705
10706 1998-11-10 Richard Stallman <rms@gnu.org>
10707
10708 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10709 (ispell-process-line): Don't treat multibyte
10710
10711 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10712
10713 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10714 setpagedevice to specify the page size if setpagedevice is
10715 available. This is necessary to select the correct paper tray on
10716 Level 2 printers with multiple paper sizes available.
10717
10718 (ps-begin-file): Cope with font names that contain spaces, and
10719 call BeginDoc in a BeginSetup/EndSetup block.
10720
10721 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10722
10723 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10724 convert-standard-filename.
10725
10726 * loadhist.el (symbol-file): Run fns-VERSION.el through
10727 convert-standard-filename.
10728
10729 1998-11-06 Richard Stallman <rms@gnu.org>
10730
10731 * textmodes/texinfmt.el (texinfo-format-scan):
10732 Detect the case of two @-commands in a row; process just the first.
10733 (texinfo-append-refill): If line has a @c, insert the @refill
10734 before it.
10735 (texinfo-format-refill): Return with point where the @refill was.
10736
10737 * files.el (hack-local-variables): Test local-enable-local-variables.
10738 (hack-local-variables-prop-line): Likewise.
10739 (set-auto-mode): Don't test local-enable-local-variables here.
10740 (enable-local-variables): Doc fix.
10741 (local-enable-local-variables): Doc fix.
10742 (normal-mode): Doc fix.
10743
10744 1998-11-06 Karl Heuer <kwzh@gnu.org>
10745
10746 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10747
10748 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10749
10750 * simple.el (line-number-mode): Doc fix.
10751
10752 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10753
10754 * international/fontset.el (create-fontset-from-fontset-spec):
10755 Give correct arg to `error'.
10756
10757 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10758
10759 * textmodes/sgml-mode.el (html-mode): Doc fix.
10760 (sgml-name-8bit-mode): Fix missing format character in message string.
10761
10762 1998-11-05 Karl Heuer <kwzh@gnu.org>
10763
10764 * mail/sendmail.el (sendmail-send-it): Check for failure.
10765
10766 1998-11-05 Richard Stallman <rms@gnu.org>
10767
10768 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10769
10770 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10771 (close-rectangle): Define as alias.
10772
10773 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10774
10775 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10776
10777 1998-11-05 Dave Love <fx@gnu.org>
10778
10779 * help.el (describe-variable): Don't quote link to source.
10780
10781 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10782
10783 * gud.el (gud-common-init): Use pop-to-buffer.
10784 (same-window-regexps): Add an element that matches all gud buffers.
10785
10786 1998-11-04 Jason Rumney <jasonr@altavista.net>
10787
10788 * term/w32-win.el (x-get-selection-value): Alias to
10789 x-cut-buffer-or-selection-value.
10790 (w32-standard-fontset-spec): New variable.
10791 (w32-create-initial-fontsets, mouse-set-font): Check whether
10792 new-fontset is available.
10793 (w32-use-w32-font-dialog): Enable use of set-variable.
10794
10795 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10796
10797 * vc.el (with-vc-file, edit-vc-file): New macros.
10798
10799 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10800
10801 * international/quail.el (quail-show-guidance-buf): Call
10802 set-minibuffer-window to set minibuffer window of the current
10803 frame correctly.
10804
10805 1998-11-03 Theodore Jump <tjump@tertius.com>
10806
10807 * term/w32-win.el: Require fontset.
10808
10809 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10810
10811 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10812 (set-face-font-auto): Ditto.
10813
10814 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10815
10816 * mouse.el (mouse-drag-region): Fix typo.
10817
10818 1998-11-02 Dave Love <fx@gnu.org>
10819
10820 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10821 (fortran-fontify-string): New function.
10822 (fortran-font-lock-keywords-1): Use it.
10823
10824 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10825
10826 * comint.el (comint-file-name-quote-list): Doc fix.
10827
10828 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10829
10830 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10831 build directory, not source directory.
10832
10833 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10834 if we did not get one for the final move.
10835
10836 1998-11-01 Dave Love <fx@gnu.org>
10837
10838 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10839 Don't funcall browse-url-browser-function.
10840
10841 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10842 Don't funcall browse-url-browser-function.
10843
10844 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10845
10846 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10847
10848 * files.el (revert-buffer): Doc fix.
10849
10850 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10851
10852 * textmodes/tex-mode.el (tex-start-options-string):
10853 Quote the backslashes with more backslashes.
10854
10855 1998-10-31 Dave Love <fx@gnu.org>
10856
10857 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10858 (webjump): Don't funcall browse-url-browser-function.
10859
10860 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10861
10862 * international/quail.el (quail-start-translation): Handle
10863 switching of the frame in read-key-sequence.
10864 (quail-start-conversion): Likewise.
10865 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10866 windows before setting an appropriate window for it.
10867 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10868 quail-guidance-win to nil.
10869 (quail-update-guidance): If quail-guidance-buf is not in the
10870 selected frame, call quail-show-guidance-buf again.
10871
10872 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10873
10874 * progmodes/pascal.el (pascal-mode):
10875 `blink-matching-paren-dont-ignore-comments' set to t.
10876
10877 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10878
10879 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10880
10881 1998-10-30 Dave Love <fx@gnu.org>
10882
10883 * vc.el (vc-backend-merge-news): Check for "P" output.
10884
10885 * help.el (describe-variable): Hyperlink the definition.
10886
10887 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10888
10889 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10890 (sh-set-shell): Likewise.
10891
10892 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10893
10894 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10895 (edebug-on-error): Fix customize type to match that of
10896 debug-on-error.
10897
10898 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10899
10900 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10901 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10902
10903 * international/mule-cmds.el (select-message-coding-system): Doc
10904 fix.
10905
10906 * international/mule-diag.el (describe-coding-system): Describe
10907 all flags.
10908
10909 * mail/sendmail.el (sendmail-coding-system,
10910 default-sendmail-coding-system): Doc fix.
10911
10912 * simple.el (shell-command-on-region): Doc fix.
10913
10914 * loadup.el: Write fns-*.el in current directory instead of
10915 data-directory since no installation directory exists yet. Mark
10916 buffer unmodified afterwards.
10917
10918 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10919 instead of data-directory since it is architecture dependent.
10920 (load-history-loaded): Update doc string.
10921
10922 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10923
10924 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10925 path as a default directory when canonicalizing names.
10926
10927 * w32-fns.el: Remove a dangling reference to a directory on the
10928 build machine.
10929
10930 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10931
10932 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10933 namespace related keywords such as `class', `body', `private',
10934 `variable', `namespace eval', etc.
10935 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10936 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10937 imenu and font-lock so that searches for \sw would find words
10938 containing colons.
10939
10940 * progmodes/etags.el (initialize-new-tags-table):
10941 Do not alter find-tag-marker-ring and tags-location-ring.
10942
10943 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10944
10945 * term/w32-win.el: Require fontset.
10946 (w32-init-fontsets): New function (code from x-win.el).
10947
10948 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10949
10950 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10951 calendar-and-diary-frame-parameters): Add title parameter.
10952
10953 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10954
10955 * completion.el (dynamic-completion-mode): New function to enable
10956 the mode. (Just loading the file now does not change anything.)
10957
10958 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10959
10960 * ps-print.el: User option for multibyte buffer handling and doc fix.
10961 (ps-multibyte-buffer): New user option.
10962 (ps-setup): Print new user option.
10963 (ps-print-quote): New fun.
10964 (ps-color-p, ps-mule-font-info-database-latin): New var.
10965 (ps-default-color, ps-mule-font-info-database)
10966 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10967 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10968 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10969 Little code improvement.
10970 (ps-mule-initialize): Initialize ps-mule-font-info-database.
10971 (ps-print-prologue-header, ps-font-family, ps-font-size)
10972 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10973 (ps-build-face-reference, ps-mule-font-info-database-bdf)
10974 (ps-mule-external-libraries, ps-mule-init-external-library)
10975 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10976 Doc fix.
10977 (ps-print-version): New version number (4.1.1) and doc fix.
10978 (ps-print-prologue-header): New user option.
10979 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10980 Conditional compilation for GNU Emacs and emacsens.
10981 (ps-generate-postscript-with-faces): Skip invisible text better.
10982 (ps-setup): Print new user option.
10983 (ps-print-preprint): Check if input file name exists and is unwritable.
10984 (ps-begin-file): Adjust PostScript prologue header for duplex printers
10985 and insert user PostScript prologue header comments.
10986 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10987 New funs.
10988 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10989 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10990 PostScript programming normalization.
10991 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10992 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10993 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10994 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10995 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10996 Programming style normalization.
10997
10998 1998-10-26 Kenichi Handa <handa@etl.go.jp>
10999
11000 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11001 version, check the value of mule-version.
11002
11003 * international/mule-util.el (compose-region): Insert then delete
11004 to preserve markers.
11005 (decompose-region): Use search-forward for efficiency.
11006
11007 * language/chinese.el (pre-write-encode-hz): Cancel previous
11008 change, use generate-new-buffer instead of get-buffer-create.
11009 * language/devan-util.el
11010 (in-is13194-devanagari-pre-write-conversion): Likewise.
11011 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11012 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11013 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11014
11015 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11016
11017 * mail/rmailsum.el (rmail-message-subject-p):
11018 Handle message whose header has not been reformatted.
11019
11020 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11021
11022 1998-10-25 Jason Rumney <jasonr@altavista.net>
11023
11024 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11025 New variables.
11026 (mouse-set-font): Use font menus instead of dialog according to
11027 w32-use-w32-font-dialog.
11028
11029 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11030
11031 * calendar/calendar.el (calendar-day-name-array): Add doc string
11032 correctly!
11033 (calendar-month-name-array): Add doc string correctly!
11034
11035 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11036
11037 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11038
11039 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11040
11041 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11042
11043 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11044
11045 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11046
11047 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11048
11049 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11050
11051 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11052
11053 1998-10-21 Karl Heuer <kwzh@gnu.org>
11054
11055 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11056 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11057 (profile-filter, profile-reset-timer): Functions deleted.
11058 (profile-check-zero-init-times, profile-get-time): Likewise.
11059 (profile-find-function, profile-quit): Likewise.
11060 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11061 (profile-time-list, profile-init-list): Doc fix.
11062 (profile-functions): Simplify.
11063 (profile-print): Use float. Make output include space separators.
11064 (profile-add-time): New helper function.
11065 (profile-function-prolog): Renamed from profile-start-function.
11066 Handle profile-distinct.
11067 (profile-function-epilog): Renamed from profile-update-function.
11068 Handle profile-distinct.
11069 (profile-a-function): If the function to be profiled is an
11070 autoload form, load it. If it's lazy-loaded, fetch it.
11071 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11072 (profile-restore-fun): Arg FUN is now a function symbol, as was
11073 documented, rather than a one-element list.
11074 (profile-finish): Call profile-restore-fun properly.
11075
11076 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11077
11078 * international/characters.el: Setup charset property
11079 nospace-between-words.
11080
11081 * international/mule-cmds.el (get-charset-property): If CHARSET is
11082 composition, return nil.
11083 (put-charset-property): If CHARSET is composition, do nothing.
11084
11085 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11086 * language/devan-util.el
11087 (in-is13194-devanagari-pre-write-conversion): Likewise.
11088 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11089 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11090 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11091
11092 * textmodes/fill.el (sentence-end-without-period): New variable.
11093 (canonically-space-region): Pay attention to
11094 sentence-end-without-period.
11095 (fill-find-break-point): The first argument CHARSET deleted.
11096 Caller changed.
11097 (fill-region-as-paragraph): Pay attention to charset property
11098 nospace-between-words and text property nospace-between-words.
11099
11100 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11101
11102 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11103 an unrecognized shell.
11104
11105 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11106
11107 * desktop.el (desktop-save): Include minor modes symbolically.
11108 (desktop-create-buffer): Turn on all minor modes in `mim'.
11109
11110 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11111
11112 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11113 (sh-font-lock-keywords): Handle rpm and rpm2.
11114 (sh-ancestor-alist): Handle rpm.
11115
11116 * files.el (auto-mode-alist): Recognize .rpm files.
11117 Also .spec and .mspec files.
11118
11119 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11120
11121 * faces.el (frame-set-background-mode): Enable the function for
11122 MSDOS frames.
11123
11124 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11125
11126 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11127 (calendar-month-name-array): Add doc string.
11128
11129 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11130
11131 * simple.el (kill-ring-max): Increased to 60.
11132
11133 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11134
11135 * international/characters.el: Setup auto-fill-chars.
11136
11137 * international/kinsoku.el (kinsoku): Check the variable
11138 enable-kinsoku.
11139
11140 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11141 Don't call kinsoku directly, intead call fill-find-break-point.
11142
11143 * textmodes/fill.el: Setup `fill-find-break-point-function'
11144 property to character sets which require `kinsoku' processing for
11145 filling.
11146 (fill-find-break-point): New function.
11147 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11148 Don't call kinsoku directly, intead call fill-find-break-point.
11149
11150 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11151
11152 * faces.el (modify-face-read-string): Return (nil) for "none".
11153 (modify-face): Don't get error if (nil) is the argument.
11154 (face-try-color-list): Don't check whether nil is a valid color.
11155
11156 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11157
11158 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11159 Print message about each directory, even in batch mode.
11160
11161 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11162
11163 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11164 (ps-mule-string-char): No need to use sref.
11165 (ps-mule-next-index): No need to use sref.
11166
11167 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11168
11169 * files.el (revert-buffer-internal-hook): Add defvar.
11170
11171 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11172
11173 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11174
11175 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11176
11177 * international/mule-cmds.el (default-input-method): Fix custom type.
11178
11179 * net-utils.el (whois-server-list): Fix customization type.
11180
11181 * shell.el (shell-input-autoexpand): Fix customization group.
11182
11183 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11184
11185 * repeat.el (repeat): Handle keyboard macros properly.
11186 Handle new prefix arg after self-insert command.
11187
11188 * repeat.el: Don't include cl even at compile time.
11189 (repeat): Avoid using `loop'.
11190
11191 * simple.el (shell-command-on-region): Doc fix.
11192 (next-history-element): Special error message if no default.
11193
11194 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11195
11196 * ps-print.el (ps-print-buffer): Doc fix.
11197 (ps-despool): Likewise.
11198
11199 * arc-mode.el (arc-mode): Provide arc-mode.
11200
11201 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11202
11203 * ps-print.el (ps-print-buffer): Doc fix.
11204
11205 1998-10-14 Dave Love <fx@gnu.org>
11206
11207 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11208 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11209 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11210
11211 * progmodes/fortran.el (fortran-mode-map): Change "Join
11212 Continuation Line" to "Join Line".
11213 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11214
11215 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11216
11217 * progmodes/fortran.el (fortran-join-line): Use
11218 `delete-indentation' instead of issuing an error message if not on
11219 a continuation line. Provide for joining several lines using
11220 prefix arg.
11221
11222 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11223
11224 * term/pc-win.el (msdos-color-values): New variable.
11225 (x-color-values): New function, emulates its namesake from
11226 src/xfns.c.
11227 (msdos-bg-mode): Add all dark colors to those which return
11228 "dark".
11229
11230 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11231
11232 * replace.el (keep-lines, flush-lines, how-many):
11233 Don't ignore case if arg has upper case letters.
11234
11235 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11236
11237 * progmodes/vhdl-mode.el
11238 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11239 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11240 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11241 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11242 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11243 (vhdl-when): Fix indentation problem.
11244 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11245 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11246 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11247
11248 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11249
11250 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11251 (ls-lisp-insert-directory): Renamed from insert-directory.
11252 (insert-directory): New function.
11253
11254 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11255
11256 * simple.el (completion-fixup-function): Variable deleted.
11257 (completion-setup-function): Delete code for completion-fixup-function.
11258 * emacs-lisp/lisp.el (lisp-complete-symbol):
11259 Don't bind completion-fixup-function.
11260
11261 * files.el (find-file-wildcards): New option.
11262 (find-file-noselect): Handle wild cards, if enabled.
11263 (file-expand-wildcards): New function.
11264
11265 * simple.el (set-fill-column): Doc fix.
11266
11267 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11268
11269 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11270
11271 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11272
11273 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11274 Move declaration before first use.
11275 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11276 hif-math, hif-factor): Rename token to hif-token and token-list to
11277 hif-token-list.
11278 (hif-token, hif-token-list): Declare them.
11279 (hif-find-ifdef-block): Return cons of top and bottom point
11280 instead of setting dynamically bound variables.
11281 (hide-ifdef-block, show-ifdef-block): Use return value of
11282 hif-find-ifdef-block.
11283
11284 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11285
11286 * subr.el (read-passwd): Use clear-this-command-keys.
11287
11288 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11289
11290 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11291 and ...-for-write.
11292
11293 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11294
11295 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11296 responses to GROUP command, since this may be called from a timer
11297 with quit inhibited.
11298
11299 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11300
11301 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11302 set unconditional-jump to nil.
11303 (ccl-compile-read-multibyte-character): Return nil.
11304 (ccl-compile-write-multibyte-character): Likewise.
11305 (ccl-compile-translate-character): Likewise
11306 (ccl-compile-map-multiple): Likewise.
11307 (ccl-compile-map-single): Likewise.
11308
11309 * international/kinsoku.el: Add coding tag.
11310 (kinsoku-bol): Remove superfluous TAB in a string.
11311
11312 * international/mule-cmds.el (find-coding-systems-for-charsets):
11313 Delete `composition' (if any) from CHARSETS.
11314
11315 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11316
11317 * international/mule-cmds.el (setup-specified-language-environment):
11318 Add apropos-inhibit property.
11319 (describe-specified-language-support): Likewise.
11320
11321 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11322
11323 * international/mule.el (make-coding-system): Create -with-esc
11324 variant coding system.
11325
11326 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11327
11328 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11329 (next-file): Optionally offer to revert a file's buffer,
11330 if it has an existing buffer but the file has changed.
11331
11332 * info.el (Info-insert-dir): Detect and report problems
11333 in input files, such as "No Top node". Return with point
11334 at the beginning of the text.
11335 (Info-find-node): Reinsert the code to handle files
11336 with no tags table; it was deleted by mistake.
11337
11338 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11339
11340 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11341 texinfo-find-higher-level-node repeatedly find the same node.
11342 (texinfo-find-higher-level-node): Doc fix.
11343
11344 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11345
11346 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11347 (smtpmail-address-buffer): Add defvar.
11348 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11349
11350 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11351
11352 * ffap.el (ffap-machine-p-local): Fix editing error.
11353
11354 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11355
11356 * faces.el (frame-set-background-mode):
11357 Don't do anythung for text-only or MSDOS frame.
11358
11359 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11360
11361 * international/quail.el (quail-defrule): New optional arg APPEND.
11362 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11363
11364 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11365
11366 * gnus/pop3.el (pop3-open-server):
11367 Set process-coding-system-alist around open-network-stream.
11368
11369 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11370
11371 * files.el (save-buffer): Doc fix.
11372
11373 1998-10-07 Karl Heuer <kwzh@gnu.org>
11374
11375 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11376 return DEF unchanged, not nil. Simplify.
11377
11378 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11379
11380 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11381
11382 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11383
11384 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11385
11386 * net-utils.el (ftp, nslookup): Require comint.
11387 (network-service-connection): Likewise.
11388 (whois-server-name): Defaults to whois.arin.net
11389 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11390 (whois): Tries to guess the appropriate top-level domain server.
11391 (whois-get-tld): New function.
11392
11393 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11394 (dirtrack-debug-toggle): Added this function.
11395
11396 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11397
11398 * files.el (find-file-noselect): Switch to the correct buffer
11399 before checking find-file-literally, and allow non-nil non-t
11400 rawfile params.
11401
11402 1998-10-06 Karl Heuer <kwzh@gnu.org>
11403
11404 * midnight.el (clean-buffer-list): Add autoload cookie.
11405
11406 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11407 no-autosave.
11408 * tar-mode.el (tar-mode-revert): Likewise.
11409 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11410 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11411 * gnus/message.el (message-auto-save-directory): Renamed from
11412 message-autosave-directory. All references changed.
11413
11414 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11415
11416 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11417 string. Expose mime stuff while searching.
11418
11419 1998-10-06 Richard Stallman <rms@gnu.org>
11420
11421 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11422
11423 * replace.el (perform-replace): Position point properly
11424 before and after the recursive edit of C-r.
11425
11426 * progmodes/etags.el (tags-reset-tags-tables): Properly
11427 find the markers in the old rings that are being discarded.
11428
11429 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11430
11431 * apropos.el (apropos-print): Control invalid characters.
11432
11433 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11434 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11435 confusing customize.
11436
11437 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11438
11439 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11440 built-in commands. Add more built-in commands and fix face names.
11441
11442 1998-10-05 Simon Marshall <simon@gnu.org>
11443
11444 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11445
11446 1998-10-04 Eric Ludlam <zappo@gnu.org>
11447
11448 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11449 customization since it is not useful in this case.
11450 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11451 sure it gets evalled to a number. Also verify that set-frame-name
11452 fn exists before calling it.
11453
11454 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11455 Protect a `forward-sexp' call which could fail, and improved regex
11456 for ie, and eg abbreviations.
11457
11458 1998-10-02 Noah Friedman <friedman@splode.com>
11459
11460 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11461 send-string.
11462 (rlogin-send-Ctrl-D): Here also.
11463 (rlogin-send-Ctrl-Z): Here also.
11464 (rlogin-send-Ctrl-backslash): Here also.
11465
11466 1998-10-02 Dave Love <fx@gnu.org>
11467
11468 * outline.el (hide-region-body): Bind
11469 outline-view-change-hook to nil while making repeated calls to
11470 outline-flag-region. Run it once at the end.
11471 (hide-other, hide-sublevels, show-children): Likewise.
11472
11473 * info-look.el: Remove duplicate scheme-mode entry.
11474 (info-lookup-make-completions): When looking for entries, check
11475 that `item' isn't null or "Menu".
11476
11477 1998-10-01 Karl Heuer <kwzh@gnu.org>
11478
11479 * net-utils.el: Don't require ffap.
11480 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11481 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11482
11483 1998-09-30 Richard Stallman <rms@gnu.org>
11484
11485 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11486
11487 * imenu.el (imenu--generic-function): Sort each submenu by position.
11488 (imenu--sort-by-position): New function.
11489
11490 * cus-edit.el (Custom-mode-menu): Fix info node name.
11491 (customize group): Fix info node name.
11492
11493 * mail/mailalias.el (build-mail-aliases): Don't allow
11494 a newline in the alias name. Don't define an alias
11495 if the definition would be empty.
11496
11497 * which-func.el (which-func-mode-global): Make :set function
11498 more reliable.
11499
11500 * custom.el (custom-set-variables): Load the requests first,
11501 then check the symbol's `set' function.
11502
11503 * ffap.el: Doc fixes.
11504
11505 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11506
11507 * gnus.el: (gnus-valid-select-methods): Fix type.
11508 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11509 * gnus-score.el (gnus-orphan-score): Fix type.
11510 (gnus-score-default-header, gnus-score-default-type): Fix type.
11511 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11512 (gnus-saved-headers): Fix type.
11513
11514 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11515 Avoid nil value of `two-lines-citation-part'.
11516
11517 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11518
11519 * which-func.el (which-function): Handle case when
11520 (car imenu--index-alist) is nil.
11521
11522 1998-09-29 Dave Love <fx@gnu.org>
11523
11524 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11525 bzip2 args.
11526
11527 1998-09-29 Simon Marshall <simon@gnu.org>
11528
11529 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11530 comint-exec-hook.
11531
11532 1998-09-29 Stephen Eglen <stephen@gnu.org>
11533
11534 * info-look.el: Add support for Octave.
11535
11536 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11537
11538 * textmodes/reftex.el (reftex-finding-files): New customize group.
11539 (reftex-texpath-environment-variables,
11540 reftex-use-external-file-finders, reftex-external-file-finders,
11541 reftex-search-unrecursed-path-first): New options.
11542 (reftex-process-string, reftex-find-file-externally): New
11543 functions.
11544 (reftex-access-search-path): Execute shell commands to find the
11545 search path.
11546 (reftex-toggle-auto-view-crossref): When turning on, make sure
11547 `reftex-auto-view-crossref' becomes non-nil.
11548 (reftex-abbrev-regexp): Constant removed.
11549 (reftex-convert-string): Abbrev regexp calculated locally.
11550
11551 1998-09-28 Dave Love <fx@gnu.org>
11552
11553 * progmodes/fortran.el: Don't call regexp-opt when deriving
11554 font-lock patterns with keywords that aren't all literal.
11555
11556 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11557
11558 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11559 the form `octave.bin:1>' which come from using precopiled binary
11560 versions.
11561
11562 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11563
11564 * help.el (help-for-help): Use %THIS-KEY%.
11565 (help-quit): Add doc.
11566
11567 * help-macro.el (make-help-screen): Keep HELP-TEXT
11568 in a separate function definition, not in the help command FNAME.
11569 Replace %THIS-KEY% with the key sequence that ran FNAME.
11570
11571 1998-09-25 Richard Stallman <rms@gnu.org>
11572
11573 * textmodes/texinfo.el (texinfo-show-structure):
11574 Bind inhibit-read-only.
11575
11576 * isearch.el (isearch-search-and-update): Properly
11577 handle upper case letters in the reverse-search special case.
11578
11579 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11580
11581 * gnus.el: Extend the list of autoloaded functions.
11582
11583 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11584 buffer before creating help group. (from Gnus v5.6.43, fix by
11585 1998-08-20 Per Starback <starback@update.uu.se>)
11586
11587 * gnus-util.el (gnus-output-to-rmail): Adjust to
11588 `rmail-output-to-rmail-file'.
11589
11590 1998-09-25 Karl Heuer <kwzh@gnu.org>
11591
11592 * hexl.el (hexl-mode-map): More of previous change.
11593
11594 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11595 (tex-start-tex): Don't use tex-start-options-string in star case.
11596 Quote file name in star case as well as in non-star.
11597 Add blank and quoting of option string here.
11598 (tex-start-options-string): Not here.
11599
11600 1998-09-23 Karl Heuer <kwzh@gnu.org>
11601
11602 * term.el (term-delimiter-argument-list): Doc fix.
11603 (term-emulate-terminal): Escape literal semicolon.
11604 * progmodes/asm-mode.el (asm-mode): Doc fix.
11605 (asm-comment-char): Escape literal semicolon.
11606 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11607
11608 1998-09-23 Richard Stallman <rms@gnu.org>
11609
11610 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11611 only those that normally modify the buffer.
11612
11613 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11614 over again.
11615
11616 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11617
11618 * ispell.el (check-ispell-version): Ensure same buffer is current
11619 when let-binding of case-fold-search ends.
11620
11621 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11622
11623 * ps-print.el: Skip invisible overlay.
11624 Test for set-buffer-multibyte rather than using mule-version.
11625 (ps-print-version): New version number (4.1) and doc fix.
11626 (ps-generate-postscript-with-faces): Skip invisible overlay.
11627
11628 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11629
11630 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11631
11632 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11633
11634 * international/quail.el (quail-update-guidance): Check for the
11635 return value of (quail-guidance) fixed.
11636 (quail-update-translation): Bind quail-current-str locally when it
11637 calls quail-update-guidance.
11638 (quail-update-translation): If input-method-exit-on-first-char is
11639 non-nil, terminate translation only when the current input method
11640 is simple.
11641
11642 1998-09-22 Paul Eggert <eggert@twinsun.com>
11643
11644 * startup.el (locale-translation-file-name): Prefer X-related names
11645 to the name used by GNU/Linux sans X. Set to nil if no file found.
11646 (command-line): Use locale-translation-file-name if it is not nil,
11647 instead of testing for its existence again.
11648 regexp-quote the ctype before using it in a regexp.
11649 Allow a colon to appear after the ctype in the aliases file,
11650 as is done in X11R6.4.
11651
11652 1998-09-21 Richard Stallman <rms@gnu.org>
11653
11654 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11655
11656 * calendar/appt.el (appt-interval): Variable deleted.
11657 (appt-check): For minutes in between appt-display-interval times,
11658 do check, but don't display anything except an updated mode line.
11659 Count against appt-display-interval based on minutes since
11660 first display of this appointment, not based on time of day.
11661 If appt-display-mode-line, force mode line redisplay
11662 whenever appt-mode-string has changed.
11663 (appt-add, appt-delete): Add autoload cookies.
11664 (appt-check): Catch errors from calling `diary'.
11665 (appt-max-time): Renamed from max-time.
11666 (appt-now-displayed, appt-display-count): New variables.
11667 (appt-timer): Don't create one if we already have one.
11668
11669 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11670 More general code to use the source buffer instead of the zap file.
11671
11672 * hilit-chg.el (highlight-compare-with-file): Renamed from
11673 compare-with-file.
11674
11675 * loadhist.el (load-history-loaded): New variable.
11676 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11677
11678 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11679
11680 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11681 Fix error messages.
11682
11683 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11684
11685 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11686 Emacs frame.
11687
11688 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11689
11690 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11691 `undecided' and `undecided-unix'.
11692
11693 1998-09-21 Dave Love <fx@gnu.org>
11694
11695 * help.el (help-make-xrefs): Fix typo affecting Info references.
11696
11697 * subr.el (remove-hook): Check list values to avoid errors.
11698
11699 1998-09-18 Noah Friedman <friedman@splode.com>
11700
11701 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11702 store string in eldoc-last-message without consing a new string.
11703 Rearrange logic from nested if's into cond's.
11704 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11705 Do not print message; just return string.
11706 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11707 Do not print message; just return string.
11708 Cache that string in eldoc-last-data.
11709 (eldoc-last-data): Make into a vector.
11710 (eldoc-get-fnsym-args-string): Use new data form of structure.
11711 (eldoc-get-var-docstring): Here also.
11712 (eldoc-last-data-store): New function.
11713 (eldoc-get-fnsym-args-string): Use it.
11714 (eldoc-get-var-docstring): Here also.
11715 (eldoc-docstring-first-line): Minimize interim string consing.
11716 Call substitute-command-keys on the result.
11717 (eldoc-print-var-docstrings, eldoc-print-docstring,
11718 eldoc-docstring-message): Functions removed.
11719 (eldoc-docstring-format-sym-doc): New function, functionality
11720 ripped out of eldoc-docstring-message.
11721 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11722
11723 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11724
11725 * international/mule.el (make-coding-system): Doc-string modified.
11726
11727 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11728
11729 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11730
11731 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11732 customize type.
11733
11734 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11735 type.
11736
11737 * progmodes/compile.el (compilation-error-screen-columns): New
11738 variable.
11739 (compilation-next-error-locus): Use it to decide whether to use
11740 forward-char or move-to-column.
11741
11742 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11743
11744 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11745 feedmail-fiddle-plex-user-list,
11746 feedmail-spray-address-fiddle-plex-list,
11747 feedmail-prompt-before-queue-user-alist,
11748 feedmail-prompt-before-queue-help-supplement,
11749 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11750 feedmail-queue-alternative-mail-header-separator): Fix customize
11751 type.
11752
11753 * startup.el (site-run-file): Fix customize type.
11754
11755 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11756 customize type.
11757
11758 * shell.el (shell-input-autoexpand): Fix customize type.
11759
11760 * ps-print.el (ps-font-info-database): Add missing dots in value.
11761 Improve layout of customize type.
11762
11763 * net-utils.el (traceroute-program-options, ping-program-options,
11764 ipconfig-program-options, netstat-program-options,
11765 arp-program-options, route-program-options,
11766 nslookup-program-options, ftp-program-options): Fix customize
11767 type.
11768
11769 * midnight.el (clean-buffer-list-kill-regexps,
11770 clean-buffer-list-kill-buffer-names,
11771 clean-buffer-list-kill-never-buffer-names,
11772 clean-buffer-list-kill-never-regexps): Fix customize type.
11773
11774 * man.el (Man-init-defvars): Avoid trailing nil on
11775 Man-filter-list.
11776
11777 * lpr.el (printer-name): Fix customize type.
11778
11779 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11780
11781 * international/mule-cmds.el (reset-language-environment): Call
11782 update-coding-systems-internal.
11783
11784 * international/mule-conf.el: Call update-coding-systems-internal
11785 at the tail.
11786
11787 1998-09-14 Dave Love <fx@gnu.org>
11788
11789 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11790 use the menu-enable properties, pending doing it correctly and
11791 acceptably fast.
11792
11793 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11794
11795 1998-09-13 Dave Love <d.love@dl.ac.uk>
11796
11797 * progmodes/hideshow.el (hs-grok-mode-type): Check
11798 comment-{start,end} non-nil as well as bound. Report an error if
11799 we can't grok the mode.
11800
11801 1998-09-13 Richard Stallman <rms@gnu.org>
11802
11803 * simple.el (blink-matching-open): Don't log paren matching
11804 messages in *Messages*.
11805
11806 1998-09-12 Richard Stallman <rms@gnu.org>
11807
11808 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11809 Set point-before-scroll at end even if there was an error.
11810
11811 * ange-ftp.el (ange-ftp-insert-file-contents):
11812 Use binary mode for dumb-unix hosts as for unix hosts.
11813 (ange-ftp-copy-file-internal): Likewise.
11814
11815 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11816
11817 * emacs-lisp/pp.el: Doc fixes.
11818
11819 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11820 (widget-choose): Don't use single-char shortcuts if # items
11821 exceeds that many. Use minibuffer instead.
11822
11823 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11824
11825 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11826
11827 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11828
11829 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11830 in terminal mode.
11831
11832 1998-09-10 Noah Friedman <friedman@splode.com>
11833
11834 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11835 defcustom declaration. It's wreaking too much havoc with XEmacs
11836 and older versions of Emacs, which share this code.
11837
11838 * type-break.el (type-break-mode): Here also.
11839
11840 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11841 `t' to add-hook also to modify the new local value.
11842
11843 1998-09-10 Dave Love <fx@gnu.org>
11844
11845 * vc.el (vc-insert-headers): Doc fix.
11846
11847 1998-09-10 Richard Stallman <rms@gnu.org>
11848
11849 * textmodes/flyspell.el (flyspell-mode-on): Make the
11850 ispell-... variables permanent locals.
11851 (flyspell-mode-off): Add autoload cookie.
11852
11853 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11854 do use binary mode, just as for `unix'.
11855 (ange-ftp-host-type): If HOST is nil, return `unix'.
11856
11857 * dired.el (dired-mark-files-containing-regexp):
11858 Don't scan directories. Ignore non-readable files.
11859
11860 * progmodes/compile.el (compilation-error-regexp-alist):
11861 Fix previous change: allow . and _ in command name.
11862
11863 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11864
11865 * uncompress.el (uncompress-while-visiting):
11866 Use just the car of what find-operation-coding-system returns.
11867
11868 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11869
11870 * shell.el (shell-file-name-quote-list): Add # to the value.
11871
11872 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11873
11874 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11875 to make killing of ispell process work even if
11876 kill-all-local-variables has been run.
11877
11878 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11879
11880 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11881 loop when sexp entry ends at end of file with no newline.
11882
11883 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11884
11885 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11886 (Custom-reset-standard): Fix menu inconsistency.
11887
11888 * mail/feedmail.el (feedmail-from-line): Allow t.
11889 (feedmail-message-id-suffix): Allow nil.
11890
11891 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11892 Simplify. Make prefix arg work right.
11893
11894 1998-09-09 Dave Love <fx@gnu.org>
11895
11896 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11897
11898 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11899
11900 1998-09-08 Dave Love <fx@gnu.org>
11901
11902 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11903 stuff only after file names or at start of line. Allow parens
11904 around e-mail, as well as angles.
11905
11906 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11907 ignore-errors too, eval'd when compile. Require w3 stuff at load
11908 time for nicer failure if it's not available.
11909
11910 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11911
11912 * comint.el (comint-arguments): Ignore backslashes when using
11913 w32 shells that expect backslashes as the directory separator.
11914
11915 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11916
11917 * international/fontset.el (resolved-ascii-font): New variable.
11918 (x-complement-fontset-spec): By side effect, set
11919 `resolved-ascii-font' to the resolved name of ASCII font."
11920 (create-fontset-from-fontset-spec): Don't get a value for
11921 resolved-ascii-font from the list full-fontlist. It is set by
11922 x-complement-fontset-spec now.
11923
11924 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11925 version, check the value of mule-version.
11926
11927 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11928
11929 * textmodes/reftex.el (reftex-view-crossref): Split up into
11930 several functions. No longer moves to find a macro.
11931 (reftex-view-cr-cite, reftex-view-cr-ref,
11932 reftex-end-of-bib-entry): New functions.
11933 (reftex-auto-view-crossref): New value `window' allowed.
11934 (reftex-view-crossref-when-idle): Process new `window' option in
11935 (reftex-translate-to-ascii-function): New default.
11936 (reftex-label-illegal-re): Default changed, removed Latin1.
11937 (reftex-latin1-to-ascii): New function.
11938 (reftex-what-environment): Check for section regexp before use.
11939 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11940 absolute path names.
11941 (reftex-TeX-master-file): Changed sequence of file checks.
11942 (reftex-do-citation): bibview cache only with RefTeX mode on.
11943
11944 1998-09-06 Richard Stallman <rms@gnu.org>
11945
11946 * progmodes/compile.el (compilation-error-regexp-alist):
11947 In first pattern (GNU utilities and other things),
11948 allow a space after the optional program name at the beginning.
11949
11950 * mail/mail-hist.el (mail-hist-current-header-contents):
11951 Fix previous change: use mail-header-end.
11952
11953 1998-09-06 Bill Richter <richter@math.nwu.edu>
11954
11955 * international/ccl.el: Doc fixes.
11956 * international/encoded-kb.el: Doc fixes.
11957 * international/fontset.el: Doc fixes.
11958 * international/kinsoku.el: Doc fixes.
11959 * international/kkc.el: Doc fixes.
11960 * international/mule-cmds.el: Doc fixes.
11961 * international/mule-conf.el: Doc fixes.
11962 * international/mule-util.el: Doc fixes.
11963 * international/mule.el: Doc fixes.
11964
11965 1998-09-05 Eric Ludlam <zappo@gnu.org>
11966
11967 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11968 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11969 (checkdoc-this-string-valid-engine): Permit ? as terminating
11970 punctuation for first line sentence breaking.
11971 (checkdoc-this-string-valid): When converting a comment into a doc
11972 string, make sure " chars are \".
11973 (checkdoc-sentencespace-region-engine): Only do double space check
11974 if based on the variable `sentence-end-double-space'
11975 (checkdoc-this-string-valid-engine): ? ends valid sentence.
11976 (checkdoc-proper-noun-region-engine): Exclude items in URLs
11977
11978 1998-09-04 Richard Stallman <rms@gnu.org>
11979
11980 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11981 Recognize define-skeleton as a function definer.
11982
11983 * cus-edit.el (customize-option): Refuse to customize
11984 a variable that has no defcustom. But if variable is autoloaded,
11985 first try to load the library that defines it.
11986
11987 * international/iso-insert.el: Use `string' before calling `insert'
11988 so that in multibyte buffers we insert multibyte chars.
11989
11990 * dired.el (dired-mark-files-containing-regexp):
11991 Don't use find-file; instead, insert the file in a temp buffer.
11992
11993 * textmodes/tex-mode.el (tex-start-options-string): New option.
11994 (tex-start-tex): Use that variable.
11995
11996 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11997 value in the `repeat' alternative a list.
11998
11999 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12000 the inserted newline, verify that one was really inserted.
12001
12002 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12003 remains on or remains off.
12004 (flyspell-multi-language-p): Default changed to nil.
12005
12006 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12007 In "found in comment" case, don't beginning-of-line after forward-line.
12008
12009 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12010 If the function definition is not a lambda, return original FORM
12011 with no error.
12012
12013 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12014
12015 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12016 so that by default netstat shows all network connections.
12017
12018 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12019
12020 * international/quail.el: Doc fixes.
12021
12022 * info.el (info): Don't add parens if FILE already has them.
12023
12024 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12025
12026 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12027 on extension lines.
12028
12029 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12030
12031 * w32-fns.el (w32-shell-dos-semantics): New function.
12032
12033 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12034
12035 * international/quail.el (quail-choose-completion-string): Store
12036 completion `choice' in `quail-current-str'; don't insert it.
12037
12038 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12039
12040 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12041 argument to ps-mule-generate-bitmap-font.
12042
12043 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12044 entry and change Latin-1 entry in the default value.
12045 (ps-mule-font-info-database-ps-bdf): New variable.
12046 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12047 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12048 registerd in FONT-SPEC.
12049 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12050 charcter width of bitmap fonts.
12051 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12052 procedure NF.
12053 (ps-begin-file): Output PostScript code for setting
12054 SpaceWidthRatio.
12055 (ps-plot-region): Use line-beginning-position to get a position of
12056 the beginning of the current line.
12057
12058 * international/mule-cmds.el (register-input-method): Doc-string
12059 modified.
12060
12061 1998-09-01 Dave Love <fx@gnu.org>
12062
12063 * international/mule-cmds.el (current-language-environment): Fix
12064 setter function.
12065
12066 1998-09-01 Simon Marshall <simon@gnu.org>
12067
12068 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12069 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12070 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12071 names with font-lock-type-face. Fontify type specs, etc., with
12072 font-lock-keyword-face.
12073
12074 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12075
12076 * international/fontset.el (x-complement-fontset-spec): If ASCII
12077 font is specified in FONTLIST, don't substitute it for the
12078 resolved name.
12079
12080 1998-08-31 Paul Eggert <eggert@twinsun.com>
12081
12082 * international/mule.el (charset-description): Doc fix.
12083
12084 * language/chinese.el, language/cyrillic.el, language/czech.el,
12085 language/devanagari.el, language/ethiopic.el,
12086 language/european.el, language/hebrew.el, language/indian.el,
12087 language/japanese.el, language/korean.el, language/lao.el,
12088 language/slovak.el, language/thai.el, language/tibetan.el,
12089 language/vietnamese.el:
12090 Add coding: local variable, to avoid bootstrapping problem
12091 if you need to recompile all the Lisp files using interpreted code.
12092
12093 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12094
12095 * cal-china.el (chinese-year-cache): Change range of years from
12096 1989-2000 to 1990-2010.
12097
12098 1998-08-29 Dave Love <d.love@dl.ac.uk>
12099
12100 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12101 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12102
12103 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12104
12105 * ps-print.el (ps-print-control-characters): Doc-string modified.
12106 (ps-output-string-prim): Comment format changed.
12107 (ps-do-despool): Indentation of source code changed.
12108
12109 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12110
12111 * subr.el (sref): Make it an alias of aref. Make the
12112 byte-compiler warn that it is obsolete.
12113 (char-bytes): Make the byte-compiler warn that it is obsolete.
12114
12115 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12116 Calculate the total bytes using position-bytes instead of
12117 char-bytes.
12118
12119 1998-08-27 Karl Heuer <kwzh@gnu.org>
12120
12121 * snmp-mode.el: New file.
12122 * files.el (auto-mode-alist): Add snmp-mode patterns.
12123
12124 1998-08-27 Karl Eichwalder <ke@suse.de>
12125
12126 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12127
12128 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12129
12130 * calendar/diary-lib.el (diary-block): Doc fix..
12131 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12132
12133 1998-08-27 Richard Stallman <rms@gnu.org>
12134
12135 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12136 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12137 Clear appt-mode-string if we don't put something in it.
12138
12139 1998-08-27 Dave Love <fx@gnu.org>
12140
12141 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12142 dired-local-variables-file for dired-x.
12143
12144 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12145 for compressed library files too.
12146
12147 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12148
12149 * language/european.el ("Latin-1"): Modify `documentation' key value.
12150 ("Latin-2"): Likewise.
12151
12152 1998-08-26 Karl Heuer <kwzh@gnu.org>
12153
12154 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12155
12156 1998-08-26 Albert L. Ting <alt@artisan.com>
12157
12158 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12159 (mail-hist-current-header-contents): Use mail-text-start.
12160
12161 1998-08-26 Richard Stallman <rms@gnu.org>
12162
12163 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12164 (customize-changed-options-previous-release): New variable.
12165 (customize-changed-options): Use that variable as default arg.
12166
12167 1998-08-26 Karl Eichwalder <ke@suse.de>
12168
12169 * midnight.el: Require `timer' not only when compiling.
12170
12171 1998-08-26 Per Starback <starback@update.uu.se>
12172
12173 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12174 buffer before creating help group.
12175
12176 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12177
12178 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12179 coding-system-for-write before saving.
12180
12181 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12182
12183 * isearch.el (isearch-forward): Doc fix.
12184
12185 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12186
12187 * emacs-lisp/find-func.el: Fix :version tags to have a string
12188 value, not a float.
12189
12190 * cus-dep.el: Fix typo in output.
12191
12192 1998-08-25 Dave Love <fx@gnu.org>
12193
12194 * repeat.el (repeat): Doc fix.
12195 [From rms:]
12196 (repeat-previous-repeated-command): New variable.
12197 (repeat): Check for real-last-command being null or repeat. Set
12198 repeat-previous-repeated-command.
12199
12200 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12201
12202 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12203
12204 * gnus/message.el (message-send-mail-with-sendmail): Bind
12205 coding-system-for-write by the return value of
12206 select-message-coding-system.
12207 (message-send-mail-with-qmail): Likewise.
12208
12209 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12210
12211 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12212 define-derived-mode.
12213
12214 * files.el (file-name-invalid-regexp):
12215 Fix regex for ms-dos without long file names.
12216
12217 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12218
12219 * ps-print.el: Multi-byte buffer handling.
12220 (ps-print-version): New version number (4.0) and doc fix.
12221 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12222 compilation for GNU Emacs and emacsens.
12223 (ps-generate-postscript-with-faces): Force invisible text to be
12224 visible.
12225 (dos-ps-printer): New var to avoid compilation gripes.
12226
12227 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12228
12229 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12230 that no more characters can't be printed in the current line.
12231
12232 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12233
12234 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12235 greater than TO.
12236
12237 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12238
12239 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12240 20.2 and the earlier version.
12241 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12242 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12243 (ps-mule-find-wrappoint): Likewise.
12244 (ps-mule-generate-font): Change `X' to `x' in format
12245 control-string.
12246 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12247 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12248 `restore' form procedures `BC' and `EC'.
12249
12250 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12251
12252 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12253 is an executable procedure. Make LineThickness, Xshadow, and
12254 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12255 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12256 ps-mule-font-info-database-bdf): New vars.
12257 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12258 (ccl-encode-ethio-unicode): New CCL program.
12259 (ps-mule-encode-ethiopic): New fun.
12260 (ps-mule-current-charset): New var.
12261 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12262 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12263 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12264 (ps-mule-external-libraries): New var.
12265 (ps-mule-init-external-library): New fun.
12266 (ps-mule-font-cache): New var.
12267 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12268 (ps-last-font): New var.
12269 (ps-mule-prepare-font): New fun.
12270 (ps-mule-charset-list): New var.
12271 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12272 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12273 ps-mule-plot-string): New funs.
12274 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12275 New vars.
12276 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12277 ps-mule-prepare-cmpchar-font): New funs.
12278 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12279 vars.
12280 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12281 ps-mule-generate-bitmap-glyph): New funs.
12282 (ps-mule-initialize, ps-mule-begin): New funs.
12283 (ps-output-string-prim): Insert string as unibyte.
12284 (ps-output-prologue): New fun.
12285 (ps-flush-output): Handle the case of 'prologue.
12286 (ps-begin-file): Call ps-mule-initialize.
12287 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12288 printing multibyte characters.
12289 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12290 (ps-basic-plot-string): Handle the case of printing ASCII
12291 characters by external libraries (e.g. BDF).
12292 (ps-set-font): Set ps-last-font.
12293 (ps-plot-region): Handle multibyte characters, use
12294 ps-mule-plot-string for them.
12295 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12296
12297 * bdf.el: New file.
12298
12299 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12300
12301 * international/mule-cmds.el (select-message-coding-system): New
12302 function.
12303 (set-language-environment-coding-systems): Set
12304 default-sendmail-coding-system.
12305
12306 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12307 (default-sendmail-coding-system): New variable.
12308 (sendmail-send-it): Encode the message by a coding system
12309 select-message-coding-system returns.
12310
12311 1998-08-23 Eric Ludlam <zappo@gnu.org>
12312
12313 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12314 (speedbar-mode): Set buffer to read only.
12315 (speedbar-temp-buffer-show-function): For emacs don't call hook
12316 with arguments.
12317 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12318
12319 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12320
12321 * speedbar.el (speedbar-key-map): Fix typo.
12322
12323 See ChangeLog.7 for earlier changes.