]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-04-09 Gerd Moellmann <gerd@gnu.org>
2
3 * progmodes/ebrowse-ffh.el: New file.
4
5 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
6 to ebrowse-ffh.el.
7 (ebrowse-load): Add autoload.
8
9 * finder.el (finder-commentary): Add autoload cookie.
10
11 * mail/rfc2368.el: Correct author's email address.
12
13 * progmodes/ebrowse.el: New file.
14
15 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16 item help string.
17 (easy-menu-do-add-item): Ditto.
18 (easy-menu-define): Extend doc string.
19
20 * jit-lock.el (with-buffer-unmodified): Use
21 restore-buffer-modified-p.
22 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23 (jit-lock-function, jit-lock-stealth-fontify): Don't use
24 with-buffer-unmodified.
25
26 2000-04-08 Dave Love <fx@gnu.org>
27
28 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
29 unless, when.
30
31 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
32
33 * viper-util.el (viper-put-on-search-overlay): New subroutine.
34 (viper-flash-search-pattern): No operation when using Emacs
35 doesn't support face.
36 Use `viper-put-on-search-overlay'.
37
38 2000-04-04 Gerd Moellmann <gerd@gnu.org>
39
40 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
41 like C-r.
42
43 * progmodes/make-mode.el: Some doc fixes.
44 (makefile-mode-abbrev-table): New variable.
45 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
46 (makefile-font-lock-keywords): Fontify includes and conditionals.
47 (toplevel): Require `dabbrev' and `add-log' when compiling.
48
49 * replace.el (perform-replace): Don't move forward one char
50 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
51 to do that because it leaves point 1 position after the last
52 replacement, after everything has been replaced.
53
54 * jit-lock.el (with-buffer-unmodified): New macro.
55 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
56 modified state.
57 (jit-lock-function-1): Extracted from jit-lock-function; not
58 preserving buffer's modified state.
59 (jit-lock-function, jit-lock-stealth-fontify): Call
60 jit-lock-function-1.
61
62 * mail/rfc2368.el: Remove supernumerary copyright line.
63
64 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
65
66 * glasses.el: Provide facilities for inserting space before left
67 parentheses and uncapitalization of identifiers.
68 (glasses-mode): Try to remove old overlays in all cases.
69
70 2000-04-03 Gerd Moellmann <gerd@gnu.org>
71
72 * progmodes/compile.el (compile-internal): Display the compilation
73 buffer in a different frame, if it's already displayed there.
74
75 * mail/rfc2368.el: New file.
76
77 * simple.el (sendmail-user-agent-compose): Recognize a `body'
78 header and insert its value as mail body.
79
80 * subr.el (member-ignore-case): New function.
81
82 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
83 (dabbrev--find-expansion): Ignore buffers matching a regexp
84 from dabbrev-ignored-regexps.
85
86 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
87 to extensions handled by gzip.
88
89 2000-04-03 Richard M. Stallman <rms@gnu.org>
90
91 * files.el (insert-directory): List the total free space
92 along with the used space.
93
94 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
95 line is followed by one that matches CITATION-REGEXP, end the
96 paragraph.
97
98 2000-04-03 Markus Rost <rost@delysid.gnu.org>
99
100 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
101 (rmail-make-basic-summary-line): Use that option.
102
103 2000-04-03 Kenichi Handa <handa@etl.go.jp>
104
105 * international/mule-cmds.el (encoded-string-description):
106 Rewritten. Try pretty description for ISO 2022 escape sequences
107 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
108 for hexadecimal format.
109
110 2000-04-01 Dave Love <fx@gnu.org>
111
112 * cpp.el: Change customization group to `c' from `C'.
113
114 * vcursor.el (vcursor-move): Use display-color-p.
115
116 * international/mule-util.el: Provide mule-utils.
117 (string-to-sequence): Simplify and speed up.
118
119 * international/mule.el (make-coding-system): Purecopy doc-string.
120
121 * international/mule-cmds.el: Various menu changes.
122 (describe-specified-language-support): Handle `Default'.
123 (set-language-info): Purecopy `info'.
124
125 2000-03-31 Andrew Innes <andrewi@gnu.org>
126
127 * vc.el (vc-backend-diff): Return the correct status if we had to
128 retry the rcsdiff command without the --brief option.
129
130 2000-03-31 Dave Love <fx@gnu.org>
131
132 * help.el (help-manyarg-func-alist): Correct several omissions.
133
134 * add-log.el: Don't require cl, fortran.
135 (add-log-current-defun-function): Doc fix.
136 (change-log-version-number-regexp-list): Remove SCCS part. Doc
137 fix.
138 (change-log-version-rcs): Function deleted.
139 (change-log-version-number-search): Doc fix. Use
140 vc-workfile-version. Avoid CL dolist.
141 (add-change-log-entry): Just call add-log-current-defun to get
142 defun. Simplify somewhat.
143 (change-log-get-method-definition-1): Likewise.
144 (add-log-current-defun): Return nil if calling
145 add-log-current-defun-function does so. Move Fortran stuff to
146 fortran.el. Return string without properties.
147
148 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
149 and :alpha: char classes.
150
151 * mail/supercite.el: Defvar curline when compiling.
152 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
153 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
154 rather than a-zA-Z0-9 to allow non-ASCII characters.
155
156 2000-03-31 Gerd Moellmann <gerd@gnu.org>
157
158 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
159
160 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
161 Re-enable new code.
162
163 * lpr.el (print-region-1): Use -d to specify printer name for
164 systems `usg-unix-v*, `dgux', `hpux', `irix'.
165
166 2000-03-31 Dave Love <fx@gnu.org>
167
168 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
169 for function definition in symbol's function value slot first
170 instead of first consulting byte-compile-function-environment.
171
172 2000-03-31 Kenichi Handa <handa@etl.go.jp>
173
174 * language/european.el ("Polish"): New language environment.
175 (setup-polish-environment): New function.
176
177 2000-03-30 Gerd Moellmann <gerd@gnu.org>
178
179 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
180 Disable new code.
181
182 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
183 trying to `load' the symbol of an autoload instead of the file
184 recorded in the autoload. Fix error messages.
185
186 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
187
188 * ps-print.el: PostScript programming fix for ghostview, doc fix.
189 (ps-print-version): New version number (5.1.3).
190 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
191 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
192 (ps-generate-postscript-with-faces): Code fix.
193 (ps-color-values): XEmacs compatibility.
194 (ps-print-background-image, ps-print-background-text, ps-printer-name)
195 (ps-default-fg, ps-default-bg): Adjust customization.
196 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
197 (ps-color-scale): Renaming old ps-color-value fun.
198 (ps-print-headers): Replace ps-print-header group to avoid conflict
199 with ps-print-header variable.
200 (ps-print-miscellany): New group.
201 (ps-format-color, ps-rgb-color): New funs.
202 (ps-default-foreground): New var.
203 (ps-printer-name-option): New const.
204
205 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
206
207 * net/net-utils.el:
208 (network-connection-host, network-connection-service): New variables
209 (network-connection-mode): New mode, derived from comint-mode
210 (network-connection-mode-setup): New function, saves host and
211 service information in local variables.
212
213 * lisp/locate.el:
214 (locate-word-at-point): Added this function
215 (locate): Default to using locate-word-at-point as input
216 Run dired-mode-hook
217
218 2000-03-29 Dave Love <fx@gnu.org>
219
220 * calendar/appt.el: Doc fixes.
221 (appt-check): Convert min-to-app to a string before passing to
222 appt-disp-window-function or concat.
223 (appt-delete-window): Remove test for frame-root-window.
224 (appt-select-lowest-window, appt-convert-time): Simplify.
225
226 * emacs-lisp/bytecomp.el: Doc fixes.
227 (byte-compile-file-form-autoload): Update
228 byte-compile-function-environment.
229
230 2000-03-29 Andreas Schwab <schwab@suse.de>
231
232 * emacs-lisp/autoload.el: Also print defsubst doc string
233 specially.
234
235 * dired.el (dired-insert-directory): If dired-free-space-program
236 failed just delete its output.
237
238 2000-03-29 Dave Love <fx@gnu.org>
239
240 * international/iso-cvt.el: Move provide to end. Doc fixes.
241 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
242 (iso-iso2sgml, iso-sgml2iso): New functions.
243 (iso-cvt-define-menu): Fix some entries and use backquote for
244 clarity.
245
246 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
247
248 2000-03-28 Gerd Moellmann <gerd@gnu.org>
249
250 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
251 ISO-DATE. If non-nil, return date in ISO 8601 format.
252
253 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
254
255 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
256 if it ever becomes used.
257 (log-edit-mode-hook): Default to vc-log-mode-hook.
258 (log-edit-mode): Fix the docstring.
259
260 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
261 the code.
262
263 2000-03-26 Dave Love <fx@gnu.org>
264
265 * net/browse-url.el (browse-url): Re-fix case of
266 browse-url-browser-function being an alist.
267 (browse-url): Add :link to defgroup.
268
269 * files.el: Doc fixes.
270 (file-truename): Include `[' in wildcard characters.
271 (automount-dir-prefix): Customize.
272 (find-file-wildcards): Add :version.
273 (find-file-noselect): Simplify a mapcar call.
274
275 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
276 compatible with inf-lisp version.
277 (eval-defun-1): Fix custom-declare-variable case.
278
279 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
280
281 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
282
283 2000-03-24 Gerd Moellmann <gerd@gnu.org>
284
285 * Makefile (COMPILE_FIRST): New macro.
286 (compile-files): Compile files from COMPILE_FIRST first.
287
288 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
289 code.
290
291 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
292 matching open parenthesis in column 0 to defun-prompt-regexp
293 only if open-paren-in-column-0-is-defun-start is set.
294
295 * sun-curs.el: Require CL at compile-time only.
296
297 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
298 instead of copy-list which is a function from CL.
299 (msb--choose-menu, msb--mode-menu-cond)
300 (msb--create-buffer-menu-2): Use dolist instead of mapc.
301 (msb--init-file-alist): Use mapcar instead of mapcan.
302 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
303 `(' in column 0 in doc string.
304 (msb--add-separators): Use mapcar instead of mapcan.
305
306 * cus-dep.el: Require CL at compile-time only.
307
308 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
309
310 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
311 (byte-compile-warnings): New warning `noruntime'.
312 (byte-compile-constants, byte-compile-variables): Fix docstring.
313 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
314 execute `eval-whenc-compile's body.
315 (byte-compile-unresolved-functions): Fix docstring.
316 (byte-compile-eval): New function.
317 (byte-compile-callargs-warn): Check if the function will be available
318 at runtime (via property `byte-compile-noruntime').
319 (byte-compile-print-syms): New function.
320 (byte-compile-warn-about-unresolved-functions): Also warn about
321 `noruntime' functions (and use `byte-compile-print-syms').
322 (byte-compile-file): Capitalize the message.
323
324 2000-03-24 Gerd Moellmann <gerd@gnu.org>
325
326 * mail/rmail.el (rmail-confirm-expunge): New user-option.
327 (rmail-expunge): Ask for confirmation depending on the setting
328 of rmail-confirm-expunge.
329
330 2000-03-23 Gerd Moellmann <gerd@gnu.org>
331
332 * Makefile (bootstrap-clean): If $(emacs) exists, build
333 loaddefs.el first. A loaddefs.el that's not up-to-date might
334 cause a bootstrap failure because things don't autoload as
335 expected.
336
337 2000-03-23 Dave Love <fx@gnu.org>
338
339 * net/browse-url.el: Restore previous use of
340 browse-url-maybe-new-window.
341
342 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
343
344 * ps-print.el: Skip banner page fix.
345 (ps-print-version): New version number (5.1.2).
346 (ps-begin-file, ps-end-file, ps-generate): Code fix.
347
348 2000-03-23 Dave Pearson <davep@davep.org>
349
350 * net/quickurl.el Changed the type of parameter passed to the
351 function defined by `quickurl-format-function'. Before only the
352 text of the URL was passed. Now the whole URL structure is passed
353 and the function is responsible for extracting the parts it
354 requires. Changed the default of `quickurl-format-function'
355 accordingly.
356 (quickurl-insert): Changed the `funcall' of
357 `quickurl-format-function' to match the above change.
358 (quickurl-list-insert): Changed the `url' case so that it makes
359 use of `quickurl-format-function', previous to this the format was
360 hard wired.
361
362 2000-03-22 Gerd Moellmann <gerd@gnu.org>
363
364 * startup.el: Change some spellings for the X Window System.
365
366 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
367
368 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
369 up the code and the regexp and make sure the cursor is temporarily
370 moved to the suspicious line while querying the user.
371
372 2000-03-22 Jason Rumney <jasonr@gnu.org>
373
374 * w32-fns.el (w32-charset-info-alist): Initialize.
375
376 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
377
378 * ps-print.el: N-up last page fix.
379 (ps-print-version): New version number (5.1.1).
380 (ps-end-file, ps-end-job, ps-generate): Code fix.
381
382 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
383
384 * files.el (find-file-run-dired): Update docstring.
385 (find-directory-functions): New hook.
386 (find-file-noselect): Run find-directory-functions rather than
387 calling dired directly.
388
389 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
390
391 * pcvs.el: Add a minimal leading commentary.
392 (cvs-make-cvs-buffer): Change the header part by removing the startup
393 message and adding a `Module' entry. Also replace the FOOTER and
394 HEADER special fileinfos with the new support in ewoc for updating
395 its own footer and header.
396 (cvs-update-header): Update to use the header/footer of the ewoc.
397 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
398 (cvs-is-within-p): New function.
399 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
400 to only examine some subset of the buffers.
401
402 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
403 `format' instead of our own ad-hoc functions.
404 Remove HEADER and FOOTER cases, now handled in the EWOC.
405 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
406
407 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
408 output to avoid scaring the user.
409 (cvs-parse-table): Catch message for non-up-to-date commits.
410
411 * pcvs-defs.el (cvs-startup-message): Remove.
412 (cvs-global-menu): New autoloaded menu.
413
414 * pcvs-util.el (cvs-string-fill): Remove.
415
416 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
417 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
418 PP part of it and also make it work for footers and headers.
419 (ewoc-create): Drop POS and BUFFER arguments.
420 Use the DLL's dummy node to store the end-of-footer position.
421 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
422 (ewoc-refresh): Remove unused `header' variable.
423 (ewoc-(get|set)-hf): New functions.
424
425 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
426 log-view-*-(message|file) and use easy-mmode-define-navigation.
427 (log-view-message-re): Match SCCS format as well.
428 And match the revision line rather than the dashed separator line.
429 (log-view-mode): Use the new define-derived-mode.
430 (log-view-current-tag): Fill in with an actual implementation.
431
432 * cvs-status.el (cvs-status-(prev|next)): Rename from
433 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
434 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
435 to let the output "breathe" a little more (more readable).
436 (cvs-status-mode): Use the new define-derived-mode.
437
438 * smerge-mode.el (smerge-auto-leave): New function and variable.
439 (smerge-basic-map): Rename from smerge-basic-keymap.
440 Change the bindings for smerge-diff-*.
441 (smerge-*-map): Use easy-mmode-defmap.
442 (smerge-(next|prev)): Use easy-mmode-define-navigation.
443 (smerge-keep-*): Use smerge-auto-leave.
444
445 2000-03-21 Jason Rumney <jasonr@gnu.org>
446
447 * cus-edit.el (custom-button-face): Use 3D look for w32.
448 (custom-button-pressed-face): Likewise.
449
450 2000-03-21 Gerd Moellmann <gerd@gnu.org>
451
452 * progmodes/etags.el (tags-case-fold-search): New user-option.
453 (tags-loop-eval): New function. Bind case-fold-search around eval
454 depending on the value of tags-case-fold-search.
455 (tags-loop-continue): Use tags-loop-eval.
456 (find-tag-in-order): Bind case-fold-search depending on the value
457 of tags-case-fold-search.
458
459 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
460
461 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
462 (diff-end-of-hunk): Return the end position for use in
463 `easy-mmode-define-navigation'.
464 (diff-recenter): Remove.
465 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
466 of `easy-mmode-define-navigation'.
467 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
468 previous renaming) and fix to use new names.
469 (diff-merge-strings): Use \n as separator: simpler, faster.
470 (diff-mode): Use `define-derived-mode'.
471
472 * derived.el (define-derived-mode): Don't autoload anymore.
473 Prefer the macro-only version provided by easy-mmode.el.
474
475 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
476 `easy-mmode-define-derived-mode'.
477 Use `combine-run-hooks'.
478 (easy-mmode-define-navigation): New macro.
479
480 * subr.el (combine-run-hooks): New function.
481
482 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
483
484 * term/x-win.el: Fontsets related initialization is simplified.
485
486 * international/mule-diag.el (describe-font): Don't refer to
487 global-fontset-alist, instead call font-list.
488 (describe-fontset, list-fontsets, mule-diag): Likewise.
489 (print-fontset): Adjusted for the change of fontset
490 implementation.
491
492 * international/fontset.el (x-charset-registries): Variable
493 removed, instead the corresponding data is stored in the default
494 fontset.
495 (register-alternate-fontnames): Function removed.
496 (resolved-ascii-font): Variable removed.
497 (x-compose-font-name): Ignore the second argument REDOCE.
498 (x-complement-fontset-spec): Complement only an ASCII font and
499 element for those charsets than can use that ASCII font.
500 (generate-fontset-menu): Don't refer to global-fontset-alist,
501 instead call fontset-list.
502 (uninstantiated-fontset-alist): Variable removed.
503 (x-style-funcs-alist): Likewise.
504 (fontset-default-styles): Likewise.
505 (x-modify-font-name): Function removed.
506 (create-fontset-from-fontset-spec): Ignore the argument
507 STYLE-VARIANT.
508 (create-fontset-from-ascii-font): Docsting adjusted for the above
509 change.
510 (instantiate-fontset, resolve-fontset-name): Functions removed.
511 (fontset-list): Now implemented by C code.
512
513 * faces.el (read-face-font): Fix TABLE arg to completing-read.
514 (describe-face): Include `font' attribute in the description.
515
516 2000-03-21 Kenichi Handa <handa@etl.go.jp>
517
518 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
519
520 2000-03-20 Gerd Moellmann <gerd@gnu.org>
521
522 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
523 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
524 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
525
526 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
527 about behavior of set-buffer-modified-p wrt redisplay.
528
529 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
530
531 * view.el (view-mode-disable): Kill local binding of view-read-only.
532
533 2000-03-18 Gerd Moellmann <gerd@gnu.org>
534
535 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
536 is a string, convert it to a syntax cell using string-to-syntax.
537
538 * simple.el (syntax-code-table, syntax-flag-table): New variables.
539 (string-to-syntax): New function.
540
541 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
542 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
543 try to use passive ftp mode.
544
545 2000-03-17 Gerd Moellmann <gerd@gnu.org>
546
547 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
548
549 * simple.el (append-to-buffer): Update point of windows after
550 insertion.
551
552 * abbrev.el (inverse-add-abbrev): Identify word by first moving
553 forward then moving backward. Reindent.
554
555 * frame.el (other-frame): Call x-focus-frame only if
556 focus-follows-mouse is off.
557
558 2000-03-17 Dave Love <fx@gnu.org>
559
560 * pcvs-util.el (cvs-strings->string): Rename
561 replace-regexps-in-string.
562
563 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
564
565 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
566 regexp for labels cannot span several lines.
567
568 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
569 `(setq :<key> ':<key>)' to the macro expansion.
570
571 2000-03-16 Dave Love <fx@gnu.org>
572
573 * progmodes/f90.el (f90): Put custom group under `languages', not
574 `fortran'.
575 (f90-mode-hook): Customize.
576 (f90-mode): Set add-log-current-defun-function.
577 (f90-current-defun): New function.
578
579 2000-03-16 Gerd Moellmann <gerd@gnu.org>
580
581 * cus-edit.el (custom-variable-tag-face): Handle case that
582 default face's height is not a number.
583 (custom-face-tag-face, custom-group-tag-face-1)
584 (custom-group-tag-face): Ditto.
585 (custom-group-tag-face-1): Add :group.
586
587 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
588
589 2000-03-15 Gerd Moellmann <gerd@gnu.org>
590
591 * pcvs-defs.el (toplevel): Remove autoload cookie for form
592 requiring easymenu.
593
594 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
595
596 * ps-print.el: PostScript user-defined prologue, PostScript error
597 handler, doc fix.
598 (ps-print-version): New version number (5.1).
599 (ps-user-defined-prologue, ps-error-handler-message)
600 (ps-print-prologue-0, ps-error-handler-alist): New vars.
601 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
602 (ps-insert-string): New function.
603
604 2000-03-15 Kenichi Handa <handa@etl.go.jp>
605
606 * international/ccl.el (ccl-compile-expression): Don't generate
607 invalid self-assignment code.
608
609 2000-03-14 Dave Love <fx@gnu.org>
610
611 * subr.el (replace-regexp-in-string): Renamed from
612 replace-regexps-in-string. Doc fix.
613
614 2000-03-12 Dave Love <fx@gnu.org>
615
616 * cus-edit.el: Doc fixes.
617 (customize-set-variable, customize-save-variable): Rename args for
618 doc.
619 (custom-variable-tag-face, custom-face-tag-face)
620 (custom-group-tag-face-1, custom-group-tag-face): Modify from
621 style which user identify as hyperlink.
622 (hook): Don't add undefined functions to the hook.
623 (debug-ignored-errors): Transfer message from bindings.el.
624
625 2000-03-12 Gerd Moellmann <gerd@gnu.org>
626
627 * recentf.el (recentf-keep-non-readable-files-p): Remove
628 double/nested definition.
629
630 2000-03-12 Dave Love <fx@gnu.org>
631
632 * facemenu.el (facemenu-get-face): Use display-color-p.
633 * enriched.el (enriched-decode-foreground): Likewise.
634 (enriched-decode-background): Likewise.
635 * isearch.el (isearch-highlight): Likewise.
636 * info-look.el (info-lookup): Likewise.
637 * simple.el (completion-setup-function): Likewise.
638
639 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
640 :options.
641
642 * bindings.el (mode-line-format): Fix line-number and
643 column-number items. Add help-echo for the background.
644 (mode-line-mule-info): Modify help-echo.
645
646 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
647 defcustom.
648
649 * files.el (load-file): Allow completion to .elc.
650
651 * man.el: Doc fixes.
652 (Man-init-defvars): Use display-color-p to set fontification.
653
654 * play/hanoi.el (hanoi-internal): Don't use oddp.
655
656 2000-03-12 Gerd Moellmann <gerd@gnu.org>
657
658 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
659
660 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
661
662 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
663
664 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
665 Fix comment.
666
667 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
668
669 * font-lock.el (font-lock-keywords): Fix the doc now that
670 regexp-opt-depth is unnecessary.
671 (save-buffer-state): Set an edebug spec.
672 (font-lock-fontify-anchored-keywords): Properly handle the case when
673 the matcher goes past the limit.
674
675 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
676 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
677
678 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
679 dll.el and cookie.el (from Elib) with heavy renaming and other
680 massaging.
681
682 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
683 Autoload the functions used.
684 (easy-mmode-define-syntax): Fix CL typo.
685 (easy-mmode-define-derived-mode): Improve the docstring generation.
686
687 2000-03-10 Gerd Moellmann <gerd@gnu.org>
688
689 * textmodes/texinfo.el (texinfo-version): Variable and function
690 removed.
691
692 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
693
694 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
695 allow more flexibility.
696 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
697 fns.
698 (easy-mmode-defmap, easy-mmode-defsyntax)
699 (easy-mmode-define-derived-mode): New macros.
700
701 2000-03-09 Didier Verna <didier@xemacs.org>
702
703 * rect.el (replace-rectangle): New function.
704
705 2000-03-09 Dave Love <fx@gnu.org>
706
707 * progmodes/fortran.el (fortran-comment-line-start): Define as
708 "C".
709 (fortran-comment-line-start-skip): Don't match cpp stuff.
710 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
711 (fortran-mode-map): Remove over-eager custom-menu-create for now.
712 (fortran-mode): Don't set fortran-comment-line-start-skip,
713 fortran-comment-line-start here. Set comment-start,
714 add-log-current-defun.
715 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
716 (fortran-current-defun): New function.
717
718 2000-03-09 Gerd Moellmann <gerd@gnu.org>
719
720 * emacs-lisp/re-builder.el: New file.
721
722 * mouse.el (mouse-drag-region): Don't run up-event handler
723 if hscroll has changed.
724
725 * octave-mod.el (octave-font-lock-keywords): To font-lock the
726 builtin operators, use `font-lock-builtin-face' for Emacs and
727 `font-lock-preprocessor-face' otherwise.
728
729 * font-lock.el (lisp-font-lock-keywords-1): Highlight
730 `(defun (setf foo)' differently.
731
732 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
733
734 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
735 (regexp-opt): Update comment and adapt the code the new meaning of
736 the `paren' argument of regex-opt-group for shy-groups.
737 (regexp-opt-depth): Handle shy groups as well as backslashed
738 backslashes.
739 (regexp-opt-group): Turn the leading comment into a docstring.
740 Allow `paren' to be a string (the string to use to open a group).
741 Remove open-presuf and close-presuf. Instead of checking for `all
742 one-char' and then later on check for `several one-char', handle
743 both cases close together. Also apply a more generic algorithm
744 for suffixes (the mirror image of the algorithm used for
745 prefixes). Use shy-groups. Use nreverse rather than reverse.
746 (regexp-opt-try-suffix): Removed.
747
748 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
749 from comint-mode-map, so we can just inherit from it. Also, move
750 the initialization into the `defvar' since there's no docstring
751 anyway and it's fairly short.
752 (inferior-scheme-mode): Define it as derived-mode: the code is
753 shorter and this way we inherit from comint-mode-map rather than
754 copying it.
755
756 * subr.el (replace-regexps-in-string): Properly handle the case
757 where we match an empty string.
758
759 * comint.el (comint-exec-1): Add the current-dir to the exec-path
760 when the command has a directory component (such as "./testml").
761 Also fix a typo in the comment.
762
763 2000-03-08 Gerd Moellmann <gerd@gnu.org>
764
765 * Makefile (compile-files): Compile files one by one because
766 that's the only way to ensure a clean compilation environment for
767 each individual file.
768
769 * frame.el (other-frame): Call x-focus-frame.
770
771 2000-03-07 Dave Love <fx@gnu.org>
772
773 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
774 :require to defcustom.
775
776 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
777 lists.
778
779 * files.el (auto-mode-alist): Add configure.in.
780
781 * progmodes/autoconf.el: New file.
782
783 2000-03-07 Gerd Moellmann <gerd@gnu.org>
784
785 * mail/mh-e.el: Change maintainer to `none'.
786
787 * recentf.el (recentf-keep-non-readable-files-p): Quote args
788 to remove-hook and add-hook.
789
790 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
791
792 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
793 it as the default.
794 (mail-send): Test mail-send-nonascii also for the new `mime' value.
795 (sendmail-send-it): Conditionally add MIME headers specifying the
796 used character set.
797
798 2000-03-07 Dave Love <fx@gnu.org>
799
800 * winner.el: Fix keywords, autoload cookies. Split
801 eval-when-compile form to avoid compilation failure.
802
803 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
804
805 * international/mule.el: Modify comment about coding system
806 property `coding-category'.
807 (make-coding-system): New argument EOL-TYPE. Pay attention to
808 coding-category property of PROPERTIES.
809
810 * international/mule-conf.el (coding-category-utf-8,
811 coding-category-utf-16-be, coding-category-utf-16-le): New coding
812 categories. Include them in the argument for set-coding-priority.
813
814 * international/mule-cmds.el (reset-language-environment): Include
815 coding-category-utf-8, coding-category-utf-16-be, and
816 coding-category-utf-16-le in the argument for set-coding-priority.
817 (reset-language-environment): Initialize coding-category-utf-8,
818 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
819
820 2000-03-06 Karl Fogel <kfogel@red-bean.com>
821
822 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
823 code abstracted out of `bookmark-jump-noselect'. Now tries info
824 extensions as well as compression extensions.
825 (bookmark-jump-noselect): Use above new func.
826
827 2000-03-03 Gerd Moellmann <gerd@gnu.org>
828
829 * strokes.el: Change maintainer's mail address.
830
831 2000-03-03 Kenichi Handa <handa@etl.go.jp>
832
833 * international/mule-diag.el (list-character-sets): Make help-echo
834 string by substitute-command-keys.
835 (list-character-sets): Likewise.
836 (sort-listed-character-sets): Call help-setup-xref.
837
838 2000-03-02 Gerd Moellmann <gerd@gnu.org>
839
840 * time.el (display-time-mail-file): Add `none' to the list of
841 choices.
842
843 2000-03-01 Dave Love <fx@gnu.org>
844
845 * help.el (help-xref-go-back): Don't try to set position.
846
847 * international/mule-diag.el (list-character-sets): Call
848 help-setup-xref. Add help-echo to xrefs.
849 (list-character-sets-1): Add help-echo to xrefs.
850
851 2000-03-02 Gerd Moellmann <gerd@gnu.org>
852
853 * frame.el (blink-cursor-mode): Switch cursor on when turning
854 the mode off.
855
856 * add-log.el (add-log-current-defun): Add support for
857 Autoconf mode.
858
859 * mail/rmail.el (rmail-quit-hook): New variable.
860
861 2000-03-01 Dave Love <fx@gnu.org>
862
863 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
864
865 * help.el (help-xref-button): Add help-echo arg.
866 (describe-function-1, describe-variable, help-make-xrefs): Use it.
867
868 * faces.el (list-faces-display): Supply help-echo with
869 help-make-xrefs.
870
871 * facemenu.el (list-text-properties-at): Set help-xref-stack to
872 nil.
873
874 2000-03-01 Gerd Moellmann <gerd@gnu.org>
875
876 * image.el (defimage): Look for image files in load-path.
877
878 * frame.el (busy-cursor-delay-seconds): Change type to
879 `number'.
880
881 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
882
883 * recentf.el (recentf): Added version tag to the defgroup of
884 recentf.
885
886 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
887
888 * recentf.el (recentf-cleanup): Changed to remove excluded file
889 too.
890 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
891 action to select/unselect a file.
892 (recentf-edit-list): Code cleanup and improvement.
893 (recentf-open-more-files-action): `recentf-open-more-files' button
894 widget action to open a file.
895 (recentf-open-more-files): No more use standard completion but
896 widgets.
897 (recentf-more-collection): Deleted.
898 (recentf-more-history): Deleted.
899 (recentf-setup-more-completion): Deleted.
900
901 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
902
903 * recentf.el (recentf-mode): No more needs that Emacs is running
904 under a window-system.
905
906 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
907
908 * recentf.el (recentf-edit-list): New command to edit the recent
909 list which allow the user to remove files.
910 (recentf-edit-selected-items): New global variable, used by
911 `recentf-edit-list' to hold the list of files to be removed from
912 the recent list.
913 (recentf-make-menu-items): Updated to display a "Edit list..."
914 menu item. Minor code cleanup.
915
916 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
917
918 * recentf.el (recentf-open-more-files): New command to open files
919 that are not displayed in the menu.
920 (recentf-more-collection): New global variable holding the set of
921 permissible completions used by `recentf-open-more-files'.
922 (recentf-more-history): New global variable holding the history list
923 used by `recentf-open-more-files' completion.
924 (recentf-setup-more-completion): New function to setup completion for
925 `recentf-open-more-files'.
926 (recentf-make-menu-items): Updated to display a "More..." menu item.
927
928 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
929
930 * recentf.el (recentf-menu-action): Doc fixed.
931
932 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
933
934 * recentf.el (recentf-menu-filter): Doc updated.
935 (recentf-update-menu-hook): Allow menu filters to force menu update.
936 (recentf-make-menu-items): New menu filter handling.
937 (recentf-make-menu-item): New helper function.
938 (recentf-menu-elements): New menu handling function.
939 (recentf-sort-ascending): Updated to new menu filter handling.
940 (recentf-sort-descending): Updated to new menu filter handling.
941 (recentf-sort-basenames-ascending): New menu filter function.
942 (recentf-sort-basenames-descending): New menu filter function.
943 (recentf-show-basenames): New menu filter function.
944 (recentf-show-basenames-ascending): New menu filter function.
945 (recentf-show-basenames-descending): New menu filter function.
946
947 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
948
949 * diary-lib.el (list-diary-entries): Don't try to go forward at
950 the end of the buffer.
951
952 2000-02-29 Kenichi Handa <handa@etl.go.jp>
953
954 * international/mule-diag.el (list-character-sets): Completely
955 rewritten.
956 (sort-listed-character-sets): New function.
957 (list-character-sets-1): Completely rewritten.
958 (list-character-sets-2): New function.
959 (non-iso-charset-alist): New variable.
960 (decode-codepage-char): New function.
961 (charset-history): New variable.
962 (read-charset) (list-block-of-chars)
963 (list-iso-charset-chars)
964 (list-non-iso-charset-chars)
965 (list-charset-chars): New functions.
966 (mule-diag): Call list-character-sets-2, not
967 list-character-sets-2.
968 (dump-charsets): Likewise.
969
970 2000-02-29 Gerd Moellmann <gerd@gnu.org>
971
972 * dired-x.el (dired-filename-at-point): Add `@' to valid
973 file name characters.
974 (dired-filename-at-point): Handle ange-ftp file names.
975
976 * frame.el (frame-notice-user-settings): Use assq-delete-all
977 instead of assoc-delete-all.
978 (frame-notice-user-settings): Ditto.
979
980 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
981 Don't copy alist.
982
983 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
984
985 * calculator.el (calculator-use-menu): New option.
986 (calculator-initial-bindings): Changed some bindings to work as
987 macros.
988 (calculator-forced-input): Removed.
989 (calculator-restart-other-mode): New variable.
990 (calculator-mode-map): Set up menu.
991
992 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
993
994 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
995 tags.
996
997 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
998
999 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1000 translate all ESC key sequences.
1001 (viper-goto-mark-subr): restore markers for files for which
1002 they were saved.
1003 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1004 * viper-util.el (viper-set-replace-overlay-glyphs,
1005 viper-set-replace-overlay): always check if the replacement
1006 overlay is live.
1007 * viper.el (viper-vi-state-mode-list): added major modes.
1008 * ediff-wind.el: minor comment changes.
1009 * ediff.el: copyright notice date fix.
1010
1011 2000-02-27 Jason Rumney <jasonr@gnu.org>
1012
1013 * faces.el (face-font-family-alternatives): Add arial to helv.
1014 (mode-line, header-line, tool-bar): Same default as x for w32.
1015 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1016 face-font-family-alternatives from working.
1017 * term/w32-win.el (mouse-set-font): Do not build fontset from
1018 chosen font.
1019
1020 2000-02-25 Sam Steingold <sds@goems.com>
1021
1022 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1023 properly.
1024
1025 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1026
1027 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1028
1029 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1030
1031 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1032 writable.
1033
1034 * frame.el (busy-cursor-delay-seconds): New option.
1035
1036 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1037
1038 * frame.el (show-cursor-in-non-selected-windows): New option.
1039
1040 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1041
1042 * diary-lib.el (include-other-diary-files): Undo the selective
1043 display in any included file and don't kill it.
1044
1045 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1048 bar. Menu items converted to (menu-item format, help strings
1049 added.
1050 [downcase, upcase]: Don't enable on MS-DOS.
1051 [symlink, symlinks]: Don't show if make-symbolic-link is not
1052 bound.
1053 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1054
1055 2000-02-23 Dave Love <fx@gnu.org>
1056
1057 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1058 (backward-kill-word): Revert addition of * to interactive spec --
1059 it's a feature.
1060
1061 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1062 (backward-kill-sentence, kill-sentence): Likewise.
1063
1064 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1065 scratch buffer name.
1066 (gud-format-command): Use int-to-string in ?l case. Simplify
1067 slightly.
1068
1069 * term/w32-win.el (internal-face-interactive): Update prompt for
1070 new read-face-name.
1071
1072 * mail/footnote.el (footnote): Add :version to defgroup.
1073 (footnote-section-tag-regexp): Customize.
1074 (footnote-start-tag, footnote-end-tag): New option.
1075 (footnote-latin-regexp): New variable.
1076 (Footnote-latin): New function.
1077 (footnote-style-alist): Add element for latin style.
1078 (footnote-style): Moved.
1079 (Footnote-goto-footnote): Use eq to test arg.
1080
1081 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1082
1083 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1084 (byte-compile-trueconstp): Include keywords.
1085 (byte-optimize-quote, byte-optimize-lapcode): Use
1086 byte-compile-const-symbol-p.
1087 (byte-optimize-char-before): New optimization.
1088
1089 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1090 (byte-compile-const-symbol-p): New function.
1091 (byte-compile-constp, byte-compile-out-toplevel)
1092 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1093 Use it.
1094
1095 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1096
1097 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1098
1099 * international/encoded-kb.el: Be sure to update minor-mode-alist
1100 and minor-mode-map-alist.
1101 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1102 codes SS2 and SS3 correctly.
1103 (encoded-kbd-self-insert-ccl): New function.
1104 (encoded-kbd-setup-keymap): New function.
1105 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1106 by calling encoded-kbd-setup-keymap.
1107
1108 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1109 characters.
1110 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1111 locally.
1112
1113 2000-02-22 Dave Love <fx@gnu.org>
1114
1115 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1116 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1117 defvar.
1118 (lisp-mode-syntax-table): Set up for #|...|# comments.
1119 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1120 classes. Match `defface'.
1121 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1122 (eval-defun-1): Fix for defcustom.
1123 (lisp-indent-region): Doc fix.
1124
1125 * subr.el (when, unless, split-string): Doc fix.
1126 (read-passwd): Move call of clear-this-command-keys to the right
1127 place.
1128 (replace-regexps-in-string): New function.
1129
1130 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1131
1132 * help.el (describe-variable): Set syntax table to
1133 emacs-lisp-mode-syntax-table when moving forward over the
1134 symbol's name.
1135
1136 2000-02-22 Dave Love <fx@gnu.org>
1137
1138 * xt-mouse.el: Doc fixes.
1139 (xterm-mouse-position-function): New function, replacing advice of
1140 mouse-position.
1141 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1142
1143 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1144
1145 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1146
1147 * format.el (format-annotate-single-property-change): Handle
1148 properties.with dotted-list values.
1149 (format-proper-list-p): New function.
1150
1151 * enriched.el (enriched-face-ans): Handle '(foreground-color
1152 . COLOR) and (background-color . COLOR).
1153
1154 2000-02-20 Dave Love <fx@gnu.org>
1155
1156 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1157 and assignments to it.
1158 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1159 current local map.
1160 (make-flyspell-overlay): Use it.
1161 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1162
1163 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1164 (lm-get-header-re): Defun, not defsubst.
1165 (lm-get-package-name): Defun, not defsubst. Simplify.
1166 (lm-version): Doc fix. Simplify.
1167 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1168 (lm-crack-address, lm-last-modified-date, lm-commentary)
1169 (lm-verify, lm-synopsis): Simplify.
1170 (lm-report-bug): Require emacsbug. Use compose-mail.
1171
1172 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1173
1174 * dired.el (dired-mode): Call propertized-buffer-identification
1175 to set mode-line-buffer-identification to something having
1176 the right text properties.
1177
1178 * bindings.el (propertized-buffer-identification): New function.
1179
1180 2000-02-20 Dave Love <fx@gnu.org>
1181
1182 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1183 check for t-mouse too.
1184
1185 * cus-start.el: Make echo-keystrokes `number'.
1186
1187 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1188
1189 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1190 Don't call ring-empty-p unless tags-location-ring is bound.
1191 From Noah Friedman <friedman@splode.com>.
1192
1193 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1194
1195 * progmodes/hideshow.el (hs-flag-region): No longer use
1196 `intangible' overlay property.
1197
1198 (hs-toggle-hiding): New command.
1199 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1200
1201 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1202 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1203 and deactivation.
1204
1205 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1206
1207 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1208
1209 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1210
1211 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1212
1213 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1214 of `*' to handle `(* ... *)' comments.
1215
1216 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1217
1218 * faces.el (list-faces-display): Use display-mouse-p instead of
1219 window-system.
1220
1221 * menu-bar.el (global-map): Menu-bar items converted to the new
1222 format (menu-item..., rearranged for better CUA compliance, and
1223 their names changed for better clarity. Help strings added.
1224
1225 * international/mule-cmds.el (mule-menu-keymap)
1226 (describe-language-environment-map, set-coding-system-map)
1227 (setup-language-environment-map): Convert to new (menu-item...
1228 form, add help strings. Change names of menu items for better
1229 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1230 submenu).
1231
1232 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1233
1234 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1235 within the code.
1236
1237 2000-02-16 Dave Love <fx@gnu.org>
1238
1239 * faces.el: Don't require custom. Add more specific :groups to
1240 various deffaces.
1241 (set-face-attribute): Purecopy args.
1242 (read-face-name): Default to name at point and use it in prompt.
1243 Remove colon from arg in all callers.
1244 (list-faces-display): Hyperlink to face descriptions and customize
1245 buffers.
1246
1247 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1248
1249 * wid-edit.el (widget-match-inline): An atom never matches a
1250 list.
1251
1252 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1253
1254 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1255 at ':' characters by call to split-string.
1256
1257 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1258
1259 * textmodes/bibtex.el: Added RCS version identification.
1260
1261 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1262
1263 * textmodes/bibtex.el: Some temporary comments removed.
1264 (bibtex-field-name, bibtex-entry-type): Made the relationship
1265 explicit.
1266 (bibtex-field-const): Allow capital letters.
1267 (bibtex-start-of-string): Deleted because unused.
1268
1269 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1270 use the term 'reference' to describe a bibtex entry as a whole.
1271 Further, reference keys are no longer called 'labels'.
1272 (bibtex-keys): Renamed to bibtex-reference-keys.
1273 (bibtex-reformat-previous-labels): Renamed to
1274 bibtex-reformat-previous-reference-keys.
1275 (bibtex-reference-type): Renamed to bibtex-entry-type.
1276 (bibtex-reference-head): Renamed to bibtex-entry-head.
1277 (bibtex-reference-maybe-empty-head): Renamed to
1278 bibtex-entry-maybe-empty-head.
1279 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1280 (bibtex-search-reference): Renamed to bibtex-search-entry.
1281 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1282 bibtex-enclosing-entry-maybe-empty-head.
1283 (bibtex-entry-field-alist, bibtex-entry-head,
1284 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1285 bibtex-map-entries, bibtex-search-entry,
1286 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1287 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1288 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1289 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1290 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1291 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1292 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1293
1294 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1295
1296 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1297 comment.
1298 (bibtex-format-field-delimiters): New function, functionality
1299 extracted from bibtex-format-entry.
1300 (bibtex-autokey-get-yearfield-digits): New function, functionality
1301 extracted from bibtex-autokey-get-yearfield.
1302
1303 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1304 entries in order to avoid stack overflow in the regexp matcher if
1305 field contents become large.
1306 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1307 bibtex-field-string-part-not-braced,
1308 bibtex-field-string-part-no-inner-braces,
1309 bibtex-field-string-part-1-inner-brace,
1310 bibtex-field-string-part-2-inner-braces,
1311 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1312 bibtex-field-string-quoted, bibtex-field-string,
1313 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1314 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1315 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1316 as parsing is now performed by the following functions.
1317 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1318 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1319 bibtex-parse-field-string, bibtex-search-forward-field-string,
1320 bibtex-parse-association, bibtex-field-name-for-parsing,
1321 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1322 bibtex-search-forward-field, bibtex-search-backward-field,
1323 bibtex-start-of-field, bibtex-end-of-field,
1324 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1325 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1326 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1327 bibtex-parse-string, bibtex-search-forward-string,
1328 bibtex-search-backward-string, bibtex-start-of-string,
1329 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1330 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1331 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1332 entries. Instead of reporting the results of the parsing by
1333 match-beginning or match-end, these functions return data structures
1334 that hold the corresponding positions.
1335 (bibtex-enclosing-field): Changed to also report field boundaries by
1336 return values rather than by match-beginning or match-end. The
1337 following functions have been adapted to use the new parsing
1338 functions.
1339 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1340 bibtex-enclosing-field, bibtex-format-entry,
1341 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1342 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1343 bibtex-print-help-message, bibtex-end-of-entry,
1344 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1345 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1346 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1347 method for parsing.
1348 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1349 bibtex-map-entries, bibtex-flash-head,
1350 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1351 bibtex-autokey-change, bibtex-autokey-get-namefield,
1352 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1353 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1354 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1355 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1356 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1357 order to make the new binding of case-fold-search immediately
1358 visible.
1359
1360 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1361
1362 * textmodes/bibtex.el: Copyright notice is up to date.
1363 Added constant 'bibtex-maintainer-salutation.
1364
1365 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1366 than make-temp-name, use match-string-no-properties and eliminate
1367 a quadratic behavior when building bibtex-strings.
1368
1369 * bibtex.el (bibtex-reference-key): Accept string entries whose
1370 reference key contains upper case letters.
1371
1372 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1373
1374 * bibtex.el (bibtex-reference-head): Allow entries to start with
1375 a new line.
1376
1377 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1378
1379 * bibtex.el: Hiding of entry bodies is not longer provided by
1380 bibtex.el directly. Instead the hideshow package can be used.
1381 Added a special bibtex entry to hs-special-modes-alist.
1382 (bibtex-hs-forward-sexp): Added for hideshow.el.
1383
1384 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1385
1386 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1387 at ':' characters by call to split-string.
1388
1389 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1390
1391 * textmodes/bibtex.el: Added RCS version identification.
1392
1393 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1394
1395 * textmodes/bibtex.el: Some temporary comments removed.
1396 (bibtex-field-name, bibtex-entry-type): Made the relationship
1397 explicit.
1398 (bibtex-field-const): Allow capital letters.
1399 (bibtex-start-of-string): Deleted because unused.
1400
1401 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1402 use the term 'reference' to describe a bibtex entry as a whole.
1403 Further, reference keys are no longer called 'labels'.
1404 (bibtex-keys): Renamed to bibtex-reference-keys.
1405 (bibtex-reformat-previous-labels): Renamed to
1406 bibtex-reformat-previous-reference-keys.
1407 (bibtex-reference-type): Renamed to bibtex-entry-type.
1408 (bibtex-reference-head): Renamed to bibtex-entry-head.
1409 (bibtex-reference-maybe-empty-head): Renamed to
1410 bibtex-entry-maybe-empty-head.
1411 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1412 (bibtex-search-reference): Renamed to bibtex-search-entry.
1413 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1414 bibtex-enclosing-entry-maybe-empty-head.
1415 (bibtex-entry-field-alist, bibtex-entry-head,
1416 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1417 bibtex-map-entries, bibtex-search-entry,
1418 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1419 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1420 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1421 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1422 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1423 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1424 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1425
1426 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1427
1428 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1429 comment.
1430 (bibtex-format-field-delimiters): New function, functionality
1431 extracted from bibtex-format-entry.
1432 (bibtex-autokey-get-yearfield-digits): New function, functionality
1433 extracted from bibtex-autokey-get-yearfield.
1434
1435 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1436 entries in order to avoid stack overflow in the regexp matcher if
1437 field contents become large.
1438 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1439 bibtex-field-string-part-not-braced,
1440 bibtex-field-string-part-no-inner-braces,
1441 bibtex-field-string-part-1-inner-brace,
1442 bibtex-field-string-part-2-inner-braces,
1443 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1444 bibtex-field-string-quoted, bibtex-field-string,
1445 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1446 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1447 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1448 as parsing is now performed by the following functions.
1449 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1450 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1451 bibtex-parse-field-string, bibtex-search-forward-field-string,
1452 bibtex-parse-association, bibtex-field-name-for-parsing,
1453 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1454 bibtex-search-forward-field, bibtex-search-backward-field,
1455 bibtex-start-of-field, bibtex-end-of-field,
1456 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1457 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1458 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1459 bibtex-parse-string, bibtex-search-forward-string,
1460 bibtex-search-backward-string, bibtex-start-of-string,
1461 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1462 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1463 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1464 entries. Instead of reporting the results of the parsing by
1465 match-beginning or match-end, these functions return data structures
1466 that hold the corresponding positions.
1467 (bibtex-enclosing-field): Changed to also report field boundaries by
1468 return values rather than by match-beginning or match-end. The
1469 following functions have been adapted to use the new parsing
1470 functions.
1471 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1472 bibtex-enclosing-field, bibtex-format-entry,
1473 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1474 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1475 bibtex-print-help-message, bibtex-end-of-entry,
1476 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1477 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1478 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1479 method for parsing.
1480 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1481 bibtex-map-entries, bibtex-flash-head,
1482 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1483 bibtex-autokey-change, bibtex-autokey-get-namefield,
1484 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1485 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1486 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1487 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1488 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1489 order to make the new binding of case-fold-search immediately
1490 visible.
1491
1492 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1493
1494 * textmodes/bibtex.el: Copyright notice is up to date.
1495 Added constant 'bibtex-maintainer-salutation.
1496
1497 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1498 than make-temp-name, use match-string-no-properties and eliminate
1499 a quadratic behavior when building bibtex-strings.
1500
1501 * bibtex.el (bibtex-reference-key): Accept string entries whose
1502 reference key contains upper case letters.
1503
1504 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1505
1506 * bibtex.el (bibtex-reference-head): Allow entries to start with
1507 a new line.
1508
1509 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1510
1511 * bibtex.el: Hiding of entry bodies is not longer provided by
1512 bibtex.el directly. Instead the hideshow package can be used.
1513 Added a special bibtex entry to hs-special-modes-alist.
1514 (bibtex-hs-forward-sexp): Added for hideshow.el.
1515
1516 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1517
1518 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1519 proceedings entry type (for cross referencing). Thanks to Wagner
1520 Toledo Correa for the suggestion.
1521
1522 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1523
1524 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1525
1526 * international/characters.el: Setup case table for Vietnamese.
1527
1528 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1529
1530 * uniquify.el (toplevel): Require CL at compile time.
1531 (uniquify-push): Removed.
1532
1533 * shadowfile.el (shadow-when): Removed.
1534
1535 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1536 (tempo-process-and-insert-string): Use dolist instead of
1537 tempo-dolist.
1538
1539 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1540 regexp for paragraph-start.
1541
1542 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1543 commas as well.
1544
1545 2000-02-10 Dave Love <fx@gnu.org>
1546
1547 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1548 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1549 Deleted.
1550 (widget-specify-field, widget-specify-button): Don't use
1551 widget-mouse-help as help-echo property.
1552 (default): Use #'ignore for :validate and :mouse-down-action.
1553 (checkbox): Add help-echo.
1554 (widget-sexp-validate): Rewritten to clarify error messages.
1555 (character): Use char-valid-p in :match function.
1556 (widget-color-complete): Use facemenu-color-alist.
1557 (widget-color-action): Use facemenu-read-color.
1558
1559 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1560 set up `caar' &c that we now have.
1561
1562 2000-02-09 Ray Blaak <blaak@gnu.org>
1563
1564 * delphi.el: Make resourcestring a declaration region, like const
1565 and var.
1566
1567 2000-02-09 Dave Love <fx@gnu.org>
1568
1569 * bindings.el (mode-line-input-method-map): New variable.
1570 (mode-line-mule-info): Use it; fix last change.
1571 (mode-line-mode-menu): Move definition.
1572 (mode-line-mouse-sensitive-p): Deleted.
1573 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1574 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1575 level.
1576
1577 * startup.el (command-line-1): Don't call
1578 make-mode-line-mouse-sensitive.
1579
1580 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1581
1582 * mail/rmail.el (rmail-retry-failure): Use
1583 rmail-beginning-of-message before rmail-toggle-header, because the
1584 former toggles headers.
1585
1586 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1587
1588 * diff-mode.el (diff-kill-junk): New interactive function.
1589 (diff-reverse-direction): Use delete-and-extract-region.
1590 (diff-post-command-hook): Restrict the area so that the hook also works
1591 outside of any diff hunk. This is necessary for the minor-mode.
1592 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1593 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1594
1595 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1596 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1597 so that it can be used more easily in <foo>-mode-hook. Also make sure
1598 to avoid duplicate entries.
1599 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1600 (font-lock-remove-keywords): Just as was done for `add', allow it to
1601 work even if font-lock-mode is nil. Also make sure we don't modify
1602 any pre-existing list by forcing a copy-sequence. Finally rename
1603 `major-mode' to `mode'.
1604 (font-lock-fontify-syntactic-anchored-keywords)
1605 (font-lock-fontify-anchored-keywords)
1606 (font-lock-fontify-keywords-region): Use line-end-position.
1607 Don't make `font-lock-multiline' local (it's now done in
1608 font-lock-set-defaults).
1609 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1610 move the `font-lock-fontified' creation to inside the `unless'.
1611
1612 2000-02-06 Andrew Innes <andrewi@gnu.org>
1613
1614 * term/w32-win.el (x-handle-args): Comment out call to message,
1615 which occurs before window system is initialized.
1616
1617 * makefile.nt: Add support for recompiling lisp code.
1618
1619 2000-02-04 Dave Love <fx@gnu.org>
1620
1621 * bindings.el (mode-line-mule-info): Fix/extend last change.
1622
1623 * completion.el: Replace completion-dolist with dolist.
1624
1625 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1626 dotimes.
1627
1628 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1629
1630 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1631 environment names before they go into the section regexp.
1632
1633 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1634 char class in regexp.
1635
1636 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1637 `case-fold-search' to nil.
1638
1639 * progmodes/idlwave.el (idlwave-template): Respect
1640 `idlwave-abbrev-change-case'.
1641 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1642 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1643 idlwave-while): respect `idlwave-reserved-word-upcase'.
1644 (idlwave-rw-case): New function.
1645 (idlwave-statement-match): Fixed problem with assignment regexp.
1646 (idlwave-font-lock-keywords): Improved regexp for keyword
1647 parameters.
1648 (idlwave-surround): New argument LENGTH to support padding of
1649 operators longer than 1 char.
1650
1651 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1652 idlwave-shell-expression-overlay. Implemented printing of
1653 expressions on higher levels of the calling stack.
1654 (idlwave-shell-display-level-in-calling-stack): Restore stack
1655 level.
1656 (idlwave-retrieve-expression-from-level): New function.
1657 (idlwave-shell-last-calling-stack): Variable removed.
1658 (idlwave-shell-reset): Argument action reversed (`visible' to
1659 `hidden'). Also remove stop-line overlay.
1660 (idlwave-shell-calling-stack-routine): New variable.
1661 (idlwave-shell-parse-stack-and-display): Messages now display
1662 negative level numbers.
1663 (idlwave-shell-mode): Set `modeline-format'.
1664 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1665 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1666 21.
1667 (idlwave-shell-print-expression-function): New option.
1668
1669 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1670 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1671 `tool-bar' instead of `toolbar'.
1672
1673 2000-02-02 Dave Love <fx@gnu.org>
1674
1675 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1676 emacs-lisp-mode-hook. Don't check for defalias being defined.
1677
1678 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1679 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1680 the new builtins directly.
1681
1682 * whitespace.el (whitespace): Add :version to defgroup.
1683
1684 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1685 Doc fix.
1686
1687 * thingatpt.el (sexp-at-point, symbol-at-point)
1688 (number-at-point, list-at-point): Add autoload cookie.
1689
1690 * recentf.el (recentf): Add :version to defgroup.
1691
1692 * quickurl.el (quickurl): Add :version to defgroup.
1693
1694 * elide-head.el (elide-head): Use point-marker more.
1695
1696 * bs.el (bs): Add :version to defgroup.
1697
1698 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1699
1700 * progmodes/delphi.el (delphi): Add :version to defgroup.
1701
1702 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1703
1704 * ange-ftp.el (ange-ftp-write-region): Handle case that
1705 succeeding process operation sets a different coding system.
1706
1707 * calculator.el: New file.
1708
1709 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1710
1711 * frame.el (frames-on-display-list, framep-on-display): New
1712 functions.
1713 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1714 (display-selections-p, display-screens, display-pixel-width)
1715 (display-pixel-height, display-mm-width, display-mm-height)
1716 (display-backing-store, display-save-under, display-planes)
1717 (display-color-cells, display-visual-class): New functions.
1718
1719 * term/tty-colors.el (tty-color-gray-shades): New function.
1720
1721 * faces.el (display-color-p): Use framep-on-display.
1722 (display-grayscale-p): New function.
1723
1724 2000-01-31 Dave Love <fx@gnu.org>
1725
1726 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1727 (create-fontset-from-x-resource): Don't concat integers.
1728
1729 2000-01-31 Inge Frick <inge@nada.kth.se>
1730
1731 * view.el: Some changes in documentation. Removed some trailing
1732 whitespace. Changed some parameter names to agree with
1733 documentation.
1734 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1735 window is not deleted. Modifies change 1998-04-26.
1736
1737 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1738
1739 * windmove.el: New file.
1740
1741 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1742 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1743 progmodes/ebnf-yac.el: Update copyright and license info.
1744
1745 * jit-lock.el (jit-lock-function): Widen before calculating end
1746 position.
1747 (jit-lock-stealth-chunk-start): Rewritten.
1748
1749 * info.el (Info-title-face-alist): Removed.
1750 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1751 faces.
1752 (Info-fontify-node): Use these faces.
1753
1754 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1755
1756 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1757 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1758 `&allow-other-keywords'.
1759
1760 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1761 the list of directories scanned heuristically.
1762
1763 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1764 exist.
1765
1766 2000-01-30 Jason Rumney <jasonr@gnu.org>
1767
1768 * w32-fns.el: Define w32-tty-standard-colors.
1769
1770 * startup.el (command-line): Use w32-tty-standard-colors when in
1771 w32 console mode.
1772
1773 2000-01-30 Dave Love <fx@gnu.org>
1774
1775 * jka-compr.el (jka-compr-load): Fix up load-history.
1776
1777 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1778
1779 * emacs-lisp/cl-macs.el: Revert previous change.
1780
1781 2000-01-29 Dave Love <fx@gnu.org>
1782
1783 * facemenu.el: Purecopy various strings.
1784
1785 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1786 years. Deal with three-digit years.
1787
1788 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1789 defconst, purecopy.
1790 (help-back-label): Purecopy it.
1791
1792 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1793
1794 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1795 variable. If non-nil, order the buffer list according to the
1796 currently selected frame.
1797 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1798 non-nil, pass the selected frame to function buffer-list.
1799
1800 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1801
1802 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1803
1804 2000-01-28 Dave Love <fx@gnu.org>
1805
1806 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1807
1808 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1809 Don't use lisp-indent-hook property.
1810 (cl-abs): Remove.
1811
1812 * subr.el: Move out indent and edebug specs for when and unless.
1813
1814 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1815 when, unless.
1816
1817 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1818 unless, when.
1819
1820 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1821
1822 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1823 `collecting' as synonym for `collect'.
1824
1825 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1826 for the case it contains spaces.
1827
1828 * simple.el (what-cursor-position): Change formatting of
1829 messages.
1830
1831 * frame.el (delete-other-frames): New function.
1832 (toplevel): Bind it to C-x 5 1.
1833
1834 * sort.el (sort-numeric-base): New option.
1835 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1836 interpret it as octal or hexadecimal. Use sort-numeric-base
1837 as default base.
1838
1839 * progmodes/glasses.el: New file.
1840
1841 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1842
1843 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1844 userids differently.
1845
1846 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1847 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1848 progmodes/ebnf-yac.el: New files.
1849
1850 2000-01-26 Dave Love <fx@gnu.org>
1851
1852 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1853 on a function with an empty body. [From Eric Ludlam.]
1854
1855 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1856
1857 * vc.el (vc-version-diff): Make sure file name is expanded.
1858
1859 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1860
1861 * scroll-bar.el (scroll-bar-timer): Variable removed.
1862 (scroll-bar-toolkit-scroll): Don't use a timer.
1863
1864 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1865
1866 * language/thai-util.el (thai-composition-function): Delete
1867 superfluous `a'.
1868
1869 2000-01-24 Dave Love <fx@gnu.org>
1870
1871 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1872 end-of-defun-function.
1873
1874 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1875 &c.
1876
1877 2000-01-22 Jason Rumney <jasonr@gnu.org>
1878
1879 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1880 conflicts with new face support.
1881
1882 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1883
1884 * replace.el (query-replace): Rename last arg to DELIMITED.
1885 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1886 (query-replace-regexp): Likewise.
1887
1888 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1889
1890 * subr.el (with-syntax-table): Use make-symbol, not gensym.
1891
1892 * emacs-lisp/lisp.el (beginning-of-defun-function):
1893 Variable renamed from beginning-of-defun.
1894 Do not call make-variable-buffer-local.
1895 (beginning-of-defun-raw): Use new variable name; doc fix.
1896 (beginning-of-defun): Doc fix.
1897 (end-of-defun-function): Variable renamed from end-of-defun.
1898 Do not call make-variable-buffer-local.
1899 (end-of-defun): Use new variable name; doc fix.
1900
1901 * subr.el (dolist, dotimes): Copied from cl-macs.el
1902 and made to work.
1903
1904 * mail/undigest.el (rmail-digest-end-regexps):
1905 Variable replaces rmail-digest-end-regexp.
1906 Allows multiple regexps for detecting the end line.
1907 (undigestify-rmail-message): Corresponding changes.
1908
1909 2000-01-19 Dave Love <fx@gnu.org>
1910
1911 * files.el (user-init-file): Don't declare here -- is primitive.
1912
1913 * startup.el (command-line): Check for compiled user-init-file and
1914 set to uncompiled version if necessary.
1915
1916 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1917
1918 * mail/undigest.el (rmail-digest-end-regexp): New user option.
1919 (undigestify-rmail-message): Use it.
1920
1921 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1922
1923 2000-01-17 Gerd Moellmann <gerd@gnu.org>
1924
1925 * tmm.el (tmm-goto-completions): Adapt to prompt being part
1926 of mini-buffer.
1927
1928 2000-01-14 Gerd Moellmann <gerd@gnu.org>
1929
1930 * emacs-lisp/copyright.el (copyright-update): Removed the
1931 requirement for a trailing space from `copyright-regexp', to
1932 support copyrights with owner specified on a separate line..
1933
1934 * align.el: New file.
1935
1936 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1937
1938 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1939
1940 2000-01-13 Dave Love <fx@gnu.org>
1941
1942 * ph.el: Removed. (Obsoleted by EUDC.)
1943
1944 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1945
1946 * net/eudc.el (toplevel): Remove autoloaded code installing
1947 menu with easymenu, because that causes build problems.
1948
1949 * frame.el (frame-notice-user-settings): New variable.
1950 (frame-notice-user-settings): Don't modify frame parameters
1951 if called a second time.
1952
1953 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1954
1955 * frame.el (frame-notice-user-settings):
1956 Notice default-frame-parameters even for non-window frames.
1957
1958 2000-01-13 Gerd Moellmann <gerd@gnu.org>
1959
1960 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1961 for Emacs.
1962 (eudc-bob-can-display-inline-images): Extend for Emacs.
1963 (eudc-bob-toggle-inline-display): Ditto.
1964 (eudc-bob-display-jpeg): Ditto.
1965
1966 2000-01-12 Gerd Moellmann <gerd@gnu.org>
1967
1968 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1969 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1970 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1971
1972 * add-log.el (add-change-log-entry): Fix error trying an `(insert
1973 nil)'.
1974
1975 * subdirs.el: Add `net' directory.
1976
1977 * net: New directory.
1978
1979 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1980 eval-last-sexp. Don't bind debug-on-error here.
1981 (eval-last-sexp): New function. Bind debug-on-error if
1982 eval-expression-debug-on-error is non-nil.
1983 (eval-defun-2, eval-defun): Likewise.
1984
1985 * simple.el (eval-expression): Don't bind debug-on-error if
1986 eval-expression-debug-on-error is nil. Detect changed
1987 debug-on-error, and propagate new value to global binding, if
1988 eval-expression-debug-on-error is non-nil,
1989 (eval-expression-debug-on-error): Change doc string.
1990
1991 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1992
1993 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1994
1995 * emacs-lisp/lisp-mode.el (with-syntax-table):
1996 Set up lisp-indent-function property.
1997
1998 * subr.el (with-syntax-table): Moved from simple.el.
1999
2000 * simple.el (with-syntax-table): Moved to subr.el.
2001
2002 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2003
2004 * tmm.el (tmm-shortcut): Delete region after prompt instead
2005 of erasing buffer.
2006
2007 * textmodes/fill.el (fill-common-string-prefix): New function.
2008 (fill-context-prefix): Use the longest common prefix of first
2009 and second line fill prefix, if there is one.
2010
2011 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2012
2013 * array.el (array-mode): Don't use make-variable-buffer-local.
2014 Use make-local-variable for `truncate-lines'.
2015
2016 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2017
2018 * add-log.el (add-log-current-defun): Handle user-defined
2019 add-log-current-function returning nil,
2020
2021 * add-log.el (add-change-log-entry): Insert version number
2022 if having found a current function
2023
2024 * add-log.el (add-log-current-defun): Call
2025 `add-log-current-defun-function'. Try matches at level 0 and
2026 level 1. Strip whitespace from defun found.
2027
2028 2000-01-10 John Wiegley <johnw@gnu.org>
2029
2030 * allout.el (isearch-done/outline-provisions): Added `edit'
2031 argument to correspond with the current definition of
2032 `isearch-done'.
2033
2034 2000-01-10 Dave Love <fx@gnu.org>
2035
2036 * elide-head.el (elide-head): Use point-marker, not point.
2037
2038 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2039
2040 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2041 before and after the year 2000.
2042
2043 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2044 Add ispell- prefix.
2045
2046 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2047
2048 * ispell.el: Only define dictionaries in menus when they exist.
2049 (version18p): New variable.
2050 (version20p): New variable.
2051 (xemacsp): New variable.
2052 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2053 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2054 (ispell-dictionary-alist6): Russian command lines no longer accept
2055 run-together words.
2056 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2057 (ispell-dictionary-alist): Add koi8-r to customize definition.
2058 (check-ispell-version): Added documentation string. Returns
2059 library path when called non-interactively.
2060 (ispell-menu-map-needed): Uses new variables.
2061 (ispell-library-path): New variable.
2062 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2063 (ispell-word): Improved documentation string. Test for valid
2064 character mappings. Correctly check typed in word changes that can
2065 result in single words split into multiple words. Returns
2066 replacement word.
2067 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2068 replace in recursive query replace mode. Help message for
2069 recursive edit mode.
2070 (ispell-show-choices): Protect against bad framepop bindings.
2071 (ispell-help): Fix to work with XEmacs.
2072 (ispell-highlight-spelling-error): Use new variables.
2073 (ispell-overlay-window): Fix to work with XEmacs.
2074 (ispell-parse-output): Passed and returns location information
2075 tracking spelling corrections. Doesn't recheck same word on
2076 current line.
2077 (ispell-init-process): Protect against bogus XEmacs variable binding.
2078 Fix call to single argument in sleep-for. Use new variables.
2079 (ispell-region): Passed and returns location information tracking
2080 spelling corrections. Doesn't check same word on current line.
2081 Improved documentation string. Doesn't resend a line already
2082 checked to the ispell process - fixes bug in LaTeX parsing.
2083 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2084 (ispell-skip-region): No longer skips <TT> in SGML.
2085 (ispell-process-line): Tracks location information with spelling
2086 corrections. Added documentation string. Accounts for words
2087 already accepted on this line. Don't allow query-replace on line
2088 starting with math characters. Doesn't resend a line already sent
2089 to ispell process. Fixes alignment error bug.
2090
2091 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2092
2093 * dired-x.el (dired-guess-shell-alist-default):
2094 Suggest xloadimage, which is free, not xv, which isn't.
2095
2096 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2097 Don't ever include the host name or user name in the value.
2098
2099 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2100
2101 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2102 of a real newline.
2103
2104 2000-01-09 Stephen Eglen <stephen@gnu.org>
2105
2106 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2107 for .png files.
2108
2109 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2110
2111 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2112
2113 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2114
2115 * progmodes/cperl-mode.el: Replace ^F with ^L.
2116
2117 * sendmail.el (toplevel): Provide `sendmail' when compiling
2118 before `require'ing rmail and mailalias to prevent infinite
2119 recursion.
2120
2121 2000-01-08 Dave Love <fx@gnu.org>
2122
2123 * emacs-lisp/backquote.el: Remove inappropriate customization
2124 (allowing custom.el to use backquote).
2125
2126 2000-01-07 Dave Love <fx@gnu.org>
2127
2128 * add-log.el (add-log-debugging): Deleted.
2129 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2130 file. Remove debugging code.
2131 (change-log-get-method-definition, change-log-name): Add doc.
2132 (change-log-sortable-date-at): New function.
2133 (change-log-merge): New command.
2134
2135 * time.el (display-time-string-forms): Make the Mail string active.
2136 (display-time-update): Provide help-echo for load average.
2137
2138 * bindings.el (make-mode-line-mouse2-map): New function.
2139 (mode-line-modified): Use it and simplify.
2140 (mode-line-mule-info): Provide help-echo info.
2141 (minor-mode-alist): Activate the strings.
2142 (make-mode-line-mouse-sensitive): Simplify for
2143 mode-line-buffer-identification.
2144
2145 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2146
2147 * play/pong.el: New file.
2148
2149 2000-01-06 Dave Love <fx@gnu.org>
2150
2151 * array.el: Assorted cleanups for compiler warnings, doc strings,
2152 `array-' prefix for symbols.
2153
2154 2000-01-05 Dave Love <fx@gnu.org>
2155
2156 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2157 outline-headers-as-kill.
2158 (outline-mode): Define imenu-generic-expression.
2159 (outline-headers-as-kill): New command.
2160
2161 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2162 from paragraph-start.
2163 (paragraph-indent-minor-mode): New command.
2164
2165 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2166 M-C-e, M-C-h, C-j, C-xnd, TAB.
2167 (fortran-mode): Set beginning-of-defun, end-of-defun.
2168 (fortran-column-ruler): Simplify.
2169 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2170 (fortran-with-subprogram-narrowing): Likewise.
2171 (fortran-indent-subprogram): Call mark-defun.
2172 (fortran-check-for-matching-do): Change narrowing.
2173
2174 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2175 (cl-lucid-hash-tag): Delete.
2176 (cl-hash-table-p): Correct test for native table.
2177 (cl-hash-table-count): Use hash-table-count.
2178
2179 * browse-url.el (browse-url): Fix case of
2180 browse-url-browser-function being an alist.
2181
2182 2000-01-05 Carsten Dominik <cd@gnu.org>
2183
2184 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2185 (reftex-index-phrase-file-extension): New options.
2186
2187 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2188 Use new option `reftex-index-phrase-file-extension'.
2189
2190 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2191 `reftex-parse-file-extension'.
2192
2193 2000-01-05 Dave Love <fx@gnu.org>
2194
2195 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2196 (beginning-of-defun-raw): Use it.
2197 (end-of-defun): New variable.
2198 (end-of-defun): Use it.
2199 (check-parens): New command.
2200
2201 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2202
2203 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2204 (hs-show-block): Don't use `mapcar' when not accumulating.
2205
2206 Fix buglet in local variables initialization.
2207
2208 2000-01-05 Andreas Schwab <schwab@suse.de>
2209
2210 * hscroll.el (hscroll): Doc fix.
2211
2212 2000-01-05 Carsten Dominik <cd@gnu.org>
2213
2214 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2215 idlw-toolbar.
2216
2217 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2218 file idlw-rinfo.el.
2219 (idlwave-customize): load must read file idlw-shell.el.
2220 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2221
2222 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2223
2224 * progmodes/idlw-shell.el: Also provide idlwave-shell
2225 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2226 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2227
2228 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2229 both reftex-dcr and reftex-vcr.
2230
2231 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2232
2233 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2234
2235 * ps-print.el: PostScript code now is in separate files, doc fix.
2236 (ps-print-version): New version number (5.0.3).
2237 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2238 local.
2239 (ps-spool-config): Initialization fix.
2240 (ps-print-prologue-1, ps-print-prologue-2)
2241 (ps-print-duplex-feature): PostScript code moved to separated file.
2242 (ps-background-image): Little code reformating.
2243 (ps-begin-file, ps-begin-job): Fix code.
2244 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2245 (ps-prologue-file): New fun.
2246
2247 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2248
2249 * ps-vars.el: Eliminated.
2250
2251 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2252 `;;;###autoload'.
2253
2254 * ps-print.el: ps-vars eliminated, doc fix.
2255 (ps-print-version): New version number (5.0.2).
2256 (ps-spool-config): Initialization fix.
2257 (ps-print-customize): New fun.
2258
2259 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2260
2261 * autorevert.el (auto-revert-mode): Return value of
2262 auto-revert-mode.
2263
2264 2000-01-04 Dave Love <fx@gnu.org>
2265
2266 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2267 menu items.
2268
2269 2000-01-03 Dave Love <fx@gnu.org>
2270
2271 * elide-head.el (elide-head) [defgroup]: Add :version.
2272
2273 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2274 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2275 `cl-hash-table-p', not `hash-table-p'.
2276 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2277
2278 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2279
2280 * faces.el (face-read-integer, read-face-attribute)
2281 (color-defined-p, color-values): unspecified-{f,b}g are now
2282 strings.
2283
2284 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2285
2286 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2287 at comment end, and re-insert them after filling.
2288
2289 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2290
2291 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2292 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2293 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2294
2295 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2296
2297 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2298 the new name of face-color-supported-p.
2299
2300 * term/w32-win.el (xw-defined-colors): Likewise.
2301
2302 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2303
2304 * simple.el (completion-setup-function): Count completion-size
2305 from minibuffer-prompt-end, not from point-min.
2306
2307 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2308
2309 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2310 Pass the frame to tty-color-* functions.
2311 (display-color-p, frame-set-background-mode): Pass the frame to
2312 tty-display-color-p.
2313
2314 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2315 tty-color-alist.
2316 (tty-color-alist, tty-modify-color-alist): New functions.
2317 (tty-color-define, tty-color-clear, tty-color-approximate)
2318 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2319 an optional parameter FRAME.
2320
2321 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2322
2323 * image.el (create-image, defimage): Don't assume image data is a
2324 string.
2325
2326 * image.el (defimage): Handle specifications containing :data
2327 instead of :file.
2328 (image-type-from-data): New function.
2329 (image-type-from-file-header): Use it.
2330 (create-image): Add parameter DATA-P.
2331
2332 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2333
2334 * echistory.el (electric-command-history): Call Command-history-setup
2335 and command-history-mode using their new conventions.
2336
2337 * chistory.el (Command-history-setup): Don't switch buffers. Take
2338 no args, and do not set major-mode, mode-name or the local map.
2339 (command-history-mode): New function, does some of those things
2340 Command-history-setup used to do.
2341 (list-command-history): Call command-history-mode, not
2342 Command-history-setup.
2343 (command-history): Renamed from command-history-mode.
2344
2345 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2346
2347 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2348
2349 1999-12-31 William M. Perry <wmperry@aventail.com>
2350
2351 * image.el (defimage): Images with the `:data' keyword should be
2352 considered valid as well.
2353
2354 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2355
2356 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2357 with FILE if FILE is nil.
2358
2359 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2360
2361 * simple.el (choose-completion-string): In minibuffer,
2362 do not delete the prompt string.
2363
2364 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2365
2366 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2367 assigned to mode-line-mode-menu because bindings.el is dumped with
2368 Emacs, and thus the lists used for menu-item definition will be
2369 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2370 like pure menu item definitions.
2371
2372 * expand.el (expand-abbrev-hook): Return t if expansion was
2373 done, nil otherwise.
2374
2375 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2376
2377 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2378 (tar-quit): Function deleted.
2379
2380 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2381
2382 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2383 was used but not declared.
2384
2385 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2386 hs-find-block-beginning): Add or modify docstrings.
2387
2388 (hs-isearch-show): Rewrite.
2389
2390 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2391
2392 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2393
2394 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2395 space in front of a C-style comment end.
2396
2397 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2398
2399 * startup.el (command-line-1): Make mode line mouse-sensitive for
2400 the MS-DOS version as well.
2401
2402 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2403
2404 * bs.el: New file.
2405
2406 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2407
2408 * textmodes/ispell.el (ispell-process-line):
2409 Add local var line-offset to adjust for the change
2410 in positions within the line, due to previous replacements.
2411
2412 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2413
2414 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2415 Doc fixes.
2416
2417 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2418
2419 * add-log.el (change-log-version-number-regexp-list)
2420 (change-log-version-info-enabled): Change :version to 21.1.
2421 (toplevel): Require CL when compiling.
2422
2423 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2424
2425 * add-log.el (change-log-version-number-regexp-list): Added tag
2426 :version 20.6
2427 (change-log-version-info-enabled): Added tag :version 20.6
2428
2429 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2430
2431 * add-log.el: More general version number search with
2432 user-configurable regexp list.
2433 (change-log-version-number-regexp-list): New user variable.
2434 (change-log-find-version): Rewritten. Use user-configurable
2435 version numbering regexp list
2436 change-log-version-number-regexp-list.
2437 (change-log-find-version): Renamed to
2438 change-log-version-number-search
2439 (add-log-file-name-function): New.
2440 (change-log-search-vc-number): Added END paramaeter. Added doc
2441 string to function.
2442 (change-log-version-rcs): Renamed. Was
2443 change-log-search-vc-number.
2444
2445 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2446
2447 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2448 overlays if they interfere.
2449 (compilation-find-file): Make intangible overlays tangible.
2450
2451 * progmodes/hideshow.el: Generally, synch w/ maintainer
2452 version 5.9.
2453
2454 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2455
2456 (hs-minor-mode-hook): Don't initialize.
2457
2458 (hs-special-modes-alist): Rewrite value and docstring.
2459
2460 (hs-minor-mode-prefix): Delete unused var.
2461
2462 (hs-block-start-mdata-select): New var, buffer local.
2463
2464 (hs-headline): New var.
2465
2466 (hs-match-data, hs-forward-sexp): New funcs.
2467
2468 (hs-hide-comment-region): New func.
2469
2470 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2471 hs-safety-is-job-n, hs-hide-initial-comment-block,
2472 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2473 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2474 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2475 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2476 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2477
2478 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2479 (hs-isearch-show-temporary): New funcs.
2480
2481 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2482
2483 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2484
2485 When constructing menu, use `[(shift button2)]' notation.
2486
2487 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2488
2489 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2490 (jka-compr-compression-info-list): Add new elt to each vector.
2491 (jka-compr-write-region): Don't compress the data if it is
2492 already compressed.
2493
2494 * jka-compr.el (jka-compr-really-do-compress): New variable.
2495 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2496 if visiting.
2497 (jka-compr-write-region): Set jka-compr-really-do-compress
2498 if visiting. Test it when deciding to compress.
2499
2500 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2501
2502 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2503 with third argument t.
2504
2505 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2506
2507 * antlr-mode.el: Version 1.2 is released.
2508 (antlr): This package has a web page.
2509
2510 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2511
2512 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2513 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2514 (antlr-mode-map): New binding [C-c C-c].
2515 (antlr-mode-menu): New entries.
2516
2517 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2518
2519 * antlr-mode.el: Respect Emacs conventions.
2520 ((require 'cl)): Only use during compilation.
2521 (antlr-language-for-option): New function to avoid using `find'.
2522 (antlr-mode): Use it.
2523 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2524 (antlr-imenu-create-index-function): Change accordingly.
2525 (antlr-inside-rule-p): Ditto.
2526 (antlr-end-of-rule): Ditto.
2527 (antlr-end-of-body): Ditto.
2528 (antlr-beginning-of-rule): Ditto.
2529 (antlr-indent-line): Ditto.
2530
2531 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2532
2533 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2534 (antlr-set-tabs): Don't use hard-coded values.
2535
2536 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2537 won't be possible without a huge time penalty.
2538 (antlr-skip-exception-part): Be more specific.
2539 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2540 Renamed from `antlr-skip-grammar-header'.
2541 (antlr-next-rule): Change accordingly.
2542 (antlr-end-of-body): Ditto. Better error message.
2543 (antlr-beginning-of-body): Better error message.
2544 (antlr-imenu-create-index-function): Skip rule action prelude.
2545
2546 * antlr-mode.el: Minor syntax highlighting changes.
2547 (antlr-font-lock-default-face): Deletia.
2548 (antlr-font-lock-tokendef-face): Changed color.
2549 (antlr-font-lock-tokenref-face): Changed color.
2550 (antlr-font-lock-literal-face): Changed color.
2551 (antlr-font-lock-additional-keywords): Minor changes.
2552
2553 1999-12-20 Carsten Dominik <cd@gnu.org>
2554
2555 * progmodes/idlwave.el: New file.
2556
2557 * progmodes/idlwave-rinfo.el: New file.
2558
2559 * progmodes/idlwave-shell.el: New file.
2560
2561 * progmodes/idlwave-toolbar.el: New file.
2562
2563 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2564
2565 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2566
2567 * progmodes/cwarn.el: New file.
2568
2569 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2570
2571 * bindings.el (completion-ignored-extensions): Add .pdf.
2572
2573 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2574
2575 * version.el: Put the version info into binary on MS-DOS as well.
2576
2577 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2578
2579 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2580 debugger-may-continue is nil.
2581
2582 1999-12-18 Dave Love <fx@gnu.org>
2583
2584 * emacs-lisp/cl-macs.el: Remove conditional definition of
2585 eval-when-compile. Don't specify abs, expt, gethash,
2586 hash-table-count, hash-table-p as side-effect-free here.
2587 (cl-emacs-type): Don't declare.
2588 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2589 (cl-parse-loop-clause): Remove compatibility code.
2590
2591 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2592 (side-effect-free-fns): Add gethash, hash-table-count.
2593 (side-effect-and-error-free-fns): Add hash-table-p.
2594
2595 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2596 `cl-' to autoload names for some hash functions. Don't autoload
2597 eval-when-compile. Don't provide mini-cl.
2598 (cl-emacs-type): Remove.
2599 (cl-map-extents): Remove compatibility code.
2600
2601 * emacs-lisp/float.el: Bind free variables.
2602
2603 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2604
2605 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2606
2607 * bindings.el (completion-ignored-extensions): Add .tfm.
2608
2609 1999-12-16 Dave Love <fx@gnu.org>
2610
2611 * faces.el (set-face-attribute): Purecopy the attributes set.
2612
2613 * custom.el (custom-declare-variable): Purecopy value.
2614
2615 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2616 (byte-extrude-byte-code-vectors): Use remprop.
2617 (byte-compile-lambda): Check that arg is a lambda.
2618
2619 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2620
2621 * font-lock.el: System for adding and removing keywords.
2622 Both local (previously added keyword) and global keywords
2623 can be removed.
2624 (font-lock-remove-keywords): New user-level function.
2625 (font-lock-update-removed-keyword-alist): New internal function.
2626 (font-lock-removed-keywords-alist): New variable.
2627 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2628 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2629 growing datastructures.
2630 (font-lock-set-defaults): Removes keywords stored in
2631 `font-lock-removed-keywords-alist' after local keywords added.
2632
2633 1999-12-16 Anders Lindgren <andersl@andersl.com>
2634
2635 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2636 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2637
2638 * font-lock.el (c-keywords): Only highlight preprocessor
2639 directives when spelled correctly.
2640
2641 * font-lock.el (font-lock-match-c++-structor-declaration,
2642 c++-keywords): Fontify constructors and destructors with function
2643 face inside C++ class declarations.
2644
2645 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2646
2647 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2648 the shell from sh-shell-file.
2649
2650 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2651
2652 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2653
2654 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2655 if one of the files specified cannot be accessed by
2656 file-attributes. Do not strip any leading directories from the
2657 file names, to behave more like `ls' does.
2658
2659 * dired.el (dired-get-filename): Handle absolute file names.
2660 (dired-readin-insert): If argument is a cons, don't print
2661 "wildcard" on the ``total'' line.
2662
2663 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2664
2665 * faces.el (face-read-integer, read-face-attribute)
2666 (color-defined-p, color-values): Allow color values unspecified-fg
2667 and unspecified-bg, handle them as unspecified.
2668
2669 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2670
2671 * textmodes/reftex.el: (reftex-compile-variables): respect new
2672 structure of `reftex-index-macro'
2673 (reftex-compile-variables): Use the changed structure of
2674 `reftex-label-alist'.
2675
2676 * textmodes/reftex-vars.el (reftex-index-math-format,
2677 (reftex-toc-max-level): New option.
2678 reftex-index-phrases-search-whole-words,
2679 reftex-index-phrases-case-fold-search,
2680 reftex-index-phrases-skip-indexed-matches,
2681 reftex-index-phrases-wrap-long-lines,
2682 reftex-index-phrases-sort-prefers-entry,
2683 reftex-index-phrases-sort-in-blocks): New options.
2684 (reftex-index-macros): Option structure changed.
2685 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2686 (reftex-label-alist): Additional item in each entry to specify if
2687 the environment should be listed in the TOC.
2688 (eval-when-compile (require 'cl)) added.
2689
2690 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2691 longer deals with "repeat".
2692 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2693 now used.
2694 (reftex-index-phrases-comment-regexp,
2695 reftex-index-phrases-macrodef-regexp,
2696 reftex-index-phrases-phrase-regexp1,
2697 reftex-index-phrases-phrase-regexp2,
2698 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2699 New constants.
2700 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2701 reftex-index-phrases-font-lock-keywords,
2702 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2703 reftex-index-phrases-restrict-file): New variables.
2704 (reftex-index-phrase-selection-or-word,
2705 reftex-index-visit-phrases-buffer,
2706 reftex-index-initialize-phrases-buffer,
2707 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2708 reftex-index-next-phrase, reftex-index-this-phrase,
2709 reftex-index-all-phrases, reftex-index-region-phrases,
2710 reftex-index-phrases-parse-header,
2711 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2712 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2713 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2714 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2715 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2716 reftex-index-make-replace-string,
2717 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2718 reftex-index-phrase-match-is-indexed,
2719 reftex-index-phrases-fixup-line,
2720 reftex-index-phrases-replace-space,
2721 reftex-index-select-phrases-macro): New functions.
2722 (reftex-index-globalize, reftex-index-globally): functions removed
2723 (eval-when-compile (require 'cl)) added.
2724
2725 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2726 for max level.
2727 (reftex-toc-max-level-indicator): New variable.
2728 (reftex-toc-max-level): New command.
2729 (reftex-toc-map): New keybinding `t'.
2730 (reftex-toc-help): Constant updated.
2731 (eval-when-compile (require 'cl)) added.
2732
2733 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2734 `t' command key can change `reftex-toc-max-level'
2735 (eval-when-compile (require 'cl)) added.
2736
2737 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2738 `reftex-toc-max-level'
2739 (eval-when-compile (require 'cl)) added.
2740
2741 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2742 added.
2743
2744 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2745 added.
2746
2747 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2748 commands.
2749 (reftex-citation, reftex-do-citation,
2750 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2751 preselect a citation format.
2752 (eval-when-compile (require 'cl)) added.
2753
2754 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2755 parameter to-end
2756 (reftex-section-info): Deal with environment matches.
2757 (eval-when-compile (require 'cl)) added.
2758
2759 * reftex-global.el (eval-when-compile (require 'cl)) added.
2760
2761 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2762
2763 The following changes are for the new composition mechanism. We
2764 have deleted `composition' charset and composite characters,
2765 instead introduced a special text property `composition'.
2766
2767 * composite.el: New file.
2768
2769 * ps-mule.el: Define encode-composition-rule and find-composition
2770 for Emacs 20.4 and the earlier versions.
2771 (ps-mule-init-external-library): Just require a feature for
2772 external libraries.
2773 (ps-mule-prologue): Postscript code modified for new composition.
2774 (ps-mule-find-wrappoint): New arg COMPOSITION.
2775 (ps-mule-plot-string): Delete code for composite characaters.
2776 (ps-mule-plot-composition): New funcion.
2777 (ps-mule-prepare-font-for-components): New function.
2778 (ps-mule-plot-components): New function.
2779 (ps-mule-composition-prologue-generated): Renamed from
2780 ps-mule-cmpchar-prologue-generated.
2781 (ps-mule-composition-prologue): New named from
2782 ps-mule-cmpchar-prologue. Modified for new composition.
2783 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2784 ps-mule-prepare-cmpchar-font): Deleted.
2785 (ps-mule-string-encoding): New arg NO-SETFONT.
2786 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2787 check Composing, not Cmpchar
2788 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2789 to nil.
2790 (ps-mule-begin-job): Check existence of new composition.
2791
2792 * ps-print.el (ps-plot-region): Handle new composition.
2793
2794 * simple.el (what-cursor-position): Show "(composed)" if the
2795 character is composed.
2796
2797 * international/characters.el: Fix cateogries of Lao symbols.
2798
2799 * international/fontset.el (vertical-centering-font-regexp): New
2800 variable.
2801
2802 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2803 (mule-version-date): Updated to 1999.12.7.
2804 (with-category-table): New macro.
2805
2806 * international/mule-cmds.el (encode-coding-char): Don't check
2807 composite character.
2808
2809 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2810 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2811 x-ctext): Give `composition' property t.
2812
2813 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2814 non-nil) at the tail of ALIST.
2815 (compose-region, decompose-region, decompse-string,
2816 reference-point-alist, compose-chars): Moved to composite.el.
2817 (compose-chars-component, compose-chars-rule,
2818 decompose-composite-char): Deleted.
2819
2820 * international/quail.el (quail-install-map): New optional arg
2821 NAME.
2822 (quail-get-translation): If DEF is a symbol but not a function,
2823 ignore it.
2824 (quail-start-translation): Put a key sequence undefined in the
2825 translation keymap in unread-command-events, not generated-events.
2826 Return parameterized event (compose-last-chars N) if the input
2827 characters should be composed.
2828 (quail-map-definition): If DEF is t, treat it as nil.
2829 (quail-delete-last-char): Delete the quail region.
2830 (quail-show-translations): Don't show list of translations if the
2831 quail package is deterministic.
2832 (quail-completion-max-depth): New variable.
2833 (quail-completion-1): Pay attention to the above variable. Fix
2834 for the case that a translation is a function.
2835 (quail-map-from-table, quail-map-from-table-1,
2836 quail-map-from-table-2): New functions.
2837 (quail-lookup-map-and-concat): New function
2838
2839 * language/devan-util.el: Mostly rewritten.
2840
2841 * language/lao.el: Register lao-composition-function in
2842 composition-function-table.
2843
2844 * language/lao-util.el: Mostly rewritten.
2845
2846 * language/thai.el: Register thai-composition-function in
2847 composition-function-table.
2848 (thai-tis620): Delete `pre-write-conversion' property.
2849
2850 * language/thai-util.el: (thai-category-table): Make it by
2851 make-category-table.
2852 (thai-composition-pattern): New variable.
2853 (thai-compose-region, thai-compose-string): Use
2854 with-category-table.
2855 (thai-post-read-conversion): Just call thai-compose-region.
2856 (thai-pre-write-conversion): Deleted.
2857 (thai-composition-function): New funciton.
2858
2859 * language/tibet-util.el: Most functions rewritten.
2860 (tibetan-char-p): Renamed from tibetan-char-examin.
2861 (tibetan-composable-examin) (tibetan-complete-char-examin)
2862 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2863 (tibetan-add-components): New function.
2864 (tibetan-composition-function): New function.
2865
2866 * language/tibetan.el: Register tibetan-composition-function in
2867 composition-function-table.
2868 (tibetan-composable-pattern): New variable.
2869 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2870 (tibetan-precomposition-rule-alist): Move punctuations to
2871 tibetan-punctuation-transcription-alist and
2872 tibetan-obsolete-glyphs.
2873 (tibetan-punctuation-transcription-alist): New variable.
2874 (tibetan-obsolete-glyphs): New variable.
2875 (tibetan-regexp): Improve the initialization code.
2876
2877 * textmodes/fill.el (fill-find-break-point): Delete codes for
2878 composite characters.
2879 (fill-region-as-paragraph): Likewise.
2880
2881 1999-12-14 Gerd Moellmann <gerd@gnu.org>
2882
2883 * international/mule-cmds.el (default-input-method): Specify
2884 that it should be set after current-language-environment.
2885
2886 * custom.el (custom-handle-keyword): Add :set-after.
2887 (custom-add-dependencies): New function.
2888 (custom-set-variables): Take dependencies between args into
2889 account.
2890
2891 * battery.el (battery): Doc fix.
2892
2893 1999-12-12 Gerd Moellmann <gerd@gnu.org>
2894
2895 * progmodes/cc-make.el: Removed.
2896
2897 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2898
2899 * Release of cc-mode 5.26
2900
2901 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2902
2903 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2904 target depth. Optionally count #else lines as clause limits,
2905 as suggested by don provan <provan@lucent.com>. #elif
2906 handling fixed.
2907
2908 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2909 (c-down-conditional-with-else): New commands that uses the
2910 added functionality in `c-forward-conditional'.
2911
2912 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2913
2914 * cc-align.el (c-lineup-comment): Preserve the alignment with
2915 a comment on the previous line instead of preserving the
2916 comment-column.
2917
2918 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2919
2920 * Fixes to IDL mode after input from Eric Eide
2921 <eeide@cs.utah.edu>:
2922 * cc-engine.el (c-beginning-of-statement-1): Allow
2923 `c-conditional-key' to be nil, for the benefit of IDL mode.
2924 * cc-engine.el (c-guess-basic-syntax): Ditto.
2925 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
2926 but do match CORBA 2.3 `valuetype'.
2927 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
2928 for IDL.
2929 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
2930 be nil for IDL.
2931 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2932 Like C++.
2933 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
2934 set `c-method-key' and `c-baseclass-key' to nil.
2935
2936 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2937
2938 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2939 with nonhanging open braces.
2940
2941 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2942
2943 * cc-align.el: Added docstrings to all lineup functions.
2944
2945 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2946 keyword.
2947
2948 * cc-align.el (c-lineup-C-comments): Handle free form text
2949 comments. Use c-comment-prefix-regexp and comment-start-skip
2950 instead of hardcoded regexps.
2951
2952 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2953
2954 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2955 behavior and return value as documented.
2956
2957 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2958
2959 * Changes for new style variable init system:
2960 * cc-langs.el (c-common-init): Dito.
2961 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2962 now customizable.
2963 * cc-vars.el: Style variables may now take a value
2964 'set-from-style to make them take their value from the style
2965 system. This value is now the default on all these variables.
2966 * cc-vars.el (c-valid-offset): New function to verify a
2967 syntactic symbol offset setting.
2968 * cc-vars.el (c-offsets-alist): Variable moved from
2969 cc-styles.el since it's now customizable in a similar way to
2970 the other style variables.
2971 * cc-vars.el (c-old-style-variable-behavior): New variable to
2972 revert to the old style init behavior.
2973
2974 * cc-vars.el (c-file-style, c-file-offsets): Made always
2975 buffer local.
2976
2977 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2978 the throws clause that might follow the function prototype in
2979 C++.
2980
2981 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2982
2983 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2984 could move forward for macros that doesn't start in column 0.
2985
2986 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2987
2988 * cc-align.el (c-indent-multi-line-block,
2989 c-lineup-whitesmith-in-block): Two new lineup functions for
2990 use in whitesmith style.
2991
2992 * cc-styles.el (c-style-alist): More fixes to whitesmith
2993 style. It should now handle all different braces uniformly in
2994 both hanging and non-hanging cases.
2995
2996 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
2997
2998 * cc-cmds.el (c-indent-exp): Use a marker to save point to
2999 make it stay in the same position relative to the surrounding
3000 text.
3001
3002 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3003 when adaptive-fill-mode doesn't manage to get it correct.
3004
3005 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3006 with dotted notation, e.g. foo.bar.Gnu.
3007
3008 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3009 within unwind-protect (previously only some were wrapped so it
3010 would be possible to register mode initialization when full
3011 initialization did not finish).
3012
3013 * cc-styles.el (c-style-alist): Corrected the brace placement
3014 in the whitesmith style. Thanks to Sean Luke
3015 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3016 styles with consistent brace placement for all constructs.
3017
3018 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3019
3020 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3021 when point is in the middle of them.
3022
3023 * cc-cmds.el: Line breaking and paragraph filling code
3024 rewritten:
3025 (c-guess-fill-prefix): New function that uses various
3026 heuristics to guess the comment prefix.
3027 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3028 It now assumes adaptive filling is active to preserve the line
3029 prefix inside comments.
3030 (c-indent-new-comment-line): Replacement for the now
3031 obsolete `c-comment-line-break-function' that uses
3032 `c-guess-fill-prefix' when appropriate. It now observes the
3033 setting of `comment-multi-line', which has effect in C-style
3034 block comments.
3035
3036 * cc-cmds.el (c-context-line-break): New function intended to
3037 be put on RET. It's essentially `newline-and-indent', but
3038 continues C block comments with the appropriate line prefix.
3039
3040 * cc-cmds.el (c-do-auto-fill): New function put on
3041 `normal-auto-fill-function' to implement the
3042 `c-ignore-auto-fill' variable.
3043
3044 * cc-cmds.el (c-beginning-of-statement): Use
3045 `c-comment-prefix-regexp' to avoid ending up inside the
3046 comment prefix. Better handling of comment starters and
3047 enders. Catch comments better when traversing code. Stop at
3048 preprocessor directives.
3049
3050 * cc-defs.el (c-forward-comment): New subst to hide platform
3051 dependent quirks in `forward-comment'.
3052
3053 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3054 argument.
3055 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3056 arguments. Activate this function by default when
3057 `parse-partial-sexp' supports it (currently Emacs 20.x).
3058
3059 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3060 on the comment opener to make constants usable as lineup
3061 arguments.
3062
3063 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3064 changed anchor position in the `c' syntactic symbol. Handle
3065 more than stars in the comment prefix; use the new variable
3066 `c-comment-prefix-regexp'. Don't indent text not preceded by
3067 a comment prefix to the right of the comment opener if it's
3068 long.
3069
3070 * cc-langs.el: Fixes to mode initialization for new line
3071 breaking and paragraph filling method. Adaptive fill mode is
3072 now activated at startup instead of deactivated. The
3073 variables used for adaptive filling and paragraph movement are
3074 also changed to incorporate the value of
3075 `c-comment-prefix-regexp'. `substitute-key-definition' is
3076 used to override some functions in the global map instead of
3077 overriding their default bindings.
3078
3079 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3080 javadoc markup at mode init.
3081
3082 * cc-mode.el (c-setup-filladapt): A new convenience function
3083 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3084 function is intended to be used explicitly by the end user
3085 only.
3086
3087 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3088 recognize the comment fill prefix inside comments.
3089 (c-block-comment-prefix): New name for
3090 `c-comment-contiuation-stars', which is now obsolete. It's
3091 generalized to handle any character sequence.
3092 (c-ignore-auto-fill): New variable used to selectively disable
3093 Auto Fill mode in specific contexts.
3094
3095 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3096
3097 * cc-cmds.el (c-comment-indent): Leave at least one space
3098 between the comment and the last nonblank character in the
3099 case where we look at the indentation of the comment on the
3100 previous line (case 4).
3101
3102 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3103 list of characters that may start a statement (it's a sort of
3104 prefix operator in Pike, and isn't used at all in any of the
3105 other languages).
3106
3107 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3108
3109 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3110 inside continued statements as statement-cont instead of
3111 brace-list-open. The reason is that one normally adjusts
3112 brace-list-open for brace lists as top-level constructs, and
3113 brace lists inside statements is a completely different
3114 context. Case 10B.2 changed. Also changed (the somewhat
3115 esoteric) case 9A to cope with this.
3116
3117 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3118
3119 * cc-cmds.el (c-electric-brace): Added electric handling of
3120 the open brace for brace-elseif-brace.
3121
3122 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3123
3124 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3125 syntax tables temporarily.
3126
3127 * cc-engine.el (c-guess-basic-syntax): Handle template and
3128 member init argument lists split over several lines. Case 5D
3129 changed.
3130
3131 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3132 @throws introduced in Javadoc 1.2.
3133
3134 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3135 patch from RMS to avoid infinite backtracking.
3136
3137 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3138
3139 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3140 by [ ].
3141
3142 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3143
3144 * cc-align.el (c-lineup-dont-change): Compensate properly for
3145 the column in langelem.
3146
3147 * cc-engine.el (c-syntactic-information-on-region): New
3148 function to help debugging the syntactic analysis.
3149
3150 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3151
3152 * cc-align.el (c-lineup-template-args): Handle nested template
3153 arglists.
3154
3155 * cc-langs.el (c++-template-syntax-table): New syntax table
3156 that makes `<' and `>' parenthesis characters, which is useful
3157 to switch to temporarily when analyzing template arglists.
3158
3159 * cc-styles.el: Changed default alignment of labels in the
3160 java style to conform to the examples in the Java Language
3161 Specification.
3162
3163 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3164 by default.
3165
3166 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3167
3168 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3169 immediately before the closing paren in an arglist, so don't
3170 check that in Pike mode. Case 7A changed.
3171
3172 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3173
3174 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3175 lines were ignored under certain conditions.
3176
3177 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3178
3179 * cc-align.el (c-lineup-template-args): New function for
3180 aligning continued template argument lists.
3181
3182 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3183 lists containing function arglists split over several lines.
3184 Case 5D.1 changed.
3185
3186 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3187 template-args-cont didn't get recognized when the first
3188 arglist opener line doesn't contain a template argument. New
3189 case 5K.
3190
3191 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3192
3193 * cc-defs.el (c-point): Changed from subst to macro for
3194 efficiency.
3195 (c-beginning-of-defun-1, c-end-of-defun-1): New
3196 beginning-of-defun/end-of-defun wrappers separated from
3197 c-point.
3198
3199 * cc-menus.el (imenu-generic-expression,
3200 imenu-case-fold-search, imenu-progress-message): Dummy
3201 definitions to avoid compiler warnings if imenu can't be
3202 loaded.
3203 * cc-menus.el (cc-imenu-init): New function called at mode
3204 init.
3205 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3206 imenu initializations to cc-imenu-init.
3207
3208 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3209
3210 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3211 for lambda-intro-cont in Pike mode. Case 6 changed.
3212
3213 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3214 anything following "new Foo()" was considered an anonymous
3215 class body in Java mode.
3216
3217 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3218
3219 * cc-cmds.el (c-comment-line-break-function): When breaking in
3220 a string, don't insert a new line.
3221
3222 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3223
3224 * cc-engine.el (c-at-toplevel-p): New interface function which
3225 returns information useful to add-on authors. It tells you
3226 whether you're at a toplevel statement or not.
3227
3228 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3229
3230 * cc-cmds.el (c-comment-line-break-function): It is possible
3231 that forward-line does not land us at the bol, say if we're on
3232 the last line in a file. In that case, do a
3233 back-to-indentation instead of a forward-comment -1.
3234
3235 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3236
3237 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3238 "default:" as normal label in case 4.
3239
3240 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3241
3242 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3243 recognize continued bitfield declarations. Case 5D.1 changed.
3244 * cc-langs.el: New variable c-bitfield-key.
3245 * cc-mode.el: New variable c-bitfield-key.
3246
3247 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3248
3249 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3250 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3251 ..}").
3252
3253 1999-12-12 Dave Love <fx@gnu.org>
3254
3255 * mail/footnote.el: Require cl when compiling. Don't autoload
3256 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3257 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3258 Avoid `acons'.
3259 (footnote-mode-line-string, Footnote-add-footnote): Remove
3260 autoload cookie.
3261
3262 1999-12-12 Richard Sharman <rsharman@pobox.com>
3263
3264 * sh-script.el: Fix for when font-lock mode is active.
3265 (sh-font-lock-unfontify-region-function): New function.
3266
3267 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3268
3269 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3270 if start-process is not bound, since Ispell now supports such
3271 platforms as well.
3272
3273 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3274
3275 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3276 rmail-summary-goto-msg.
3277
3278 * files.el (after-find-file): Fix previous change.
3279
3280 1999-12-11 Dave Love <fx@gnu.org>
3281
3282 * help.el (where-is): Use `commandp' as predicate for
3283 `completing-read'
3284
3285 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3286
3287 * cus-edit.el (custom-save-delete): Delete all occurrences,
3288 leave point where the first occurrence was.
3289 (custom-save-faces): Insert a newline at the end of the comment.
3290 Avoid a double newline there.
3291 If final closeparen is at bol, put a space before it.
3292 (custom-save-variables): Likewise.
3293 (custom-file): Doc fix.
3294
3295 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3296
3297 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3298 regexp matching image and audio files.
3299
3300 1999-12-09 Dave Love <fx@gnu.org>
3301
3302 * mail/footnote.el: New file.
3303
3304 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3305
3306 * files.el (after-find-file): Use auto-save-visited-file-name if
3307 set.
3308
3309 * mail/feedmail.el (feedmail-find-eoh): Take
3310 feedmail-queue-alternative-mail-header-separator into account.
3311
3312 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3313
3314 * smerge-mode.el: New file.
3315
3316 * font-lock.el (font-lock-multiline): New variable.
3317 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3318 (font-lock-remove-keywords): Added a dummy `mode' argument for
3319 potential future support.
3320 (font-lock-fontify-anchored-keywords,
3321 (font-lock-fontify-keywords-region): Only handle multiline strings
3322 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3323
3324 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3325
3326 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3327
3328 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3329
3330 1999-12-07 Dave Love <fx@gnu.org>
3331
3332 * help.el (view-emacs-problems): New command, bound to C-h P.
3333
3334 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3335
3336 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3337
3338 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3339 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3340 New code to support the minor mode version.
3341 (diff-recenter): New function.
3342 (diff-next-hunk, diff-next-file): Use it.
3343 (diff-remembered-files-alist): New var.
3344 (diff-merge-strings): New function.
3345 (diff-find-file-name): Make it smarter and use the user's input more.
3346 (diff-mode): Cosmetic changes.
3347
3348 * files.el (save-some-buffers): Turn EXITING into the more general
3349 PRED argument to allow specifying a subset of buffers.
3350
3351 * simple.el (kill-region): Use the new `delete-and-extract-region'
3352 rather than the undo log (which is incorrect with *-change-functions).
3353
3354 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3355 off-by-one problem that could force re-fontifying the whole buffer.
3356 (font-lock-remove-keywords): New function.
3357 (font-lock-add-keywords): Use the new function to ensure idempotence.
3358
3359 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3360
3361 * viper-cmd.el (viper-minibuffer-standard-hook,
3362 viper-minibuffer-real-start): Mew functions.
3363 (viper-read-string-with-history,viper-file-add-suffix,
3364 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3365 change in the status of the minibuffer prompt.
3366
3367 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3368
3369 * comint.el (comint-redirect-results-list)
3370 (comint-redirect-results-list-from-process): Remove interactive
3371 spec.
3372
3373 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3374
3375 * info.el (info-node, info-menu-5, info-xref): Define colors for
3376 Info faces if the display supports them.
3377
3378 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3379
3380 Changes for automatic remapping of X colors on terminal frames:
3381
3382 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3383 term-setup-hook. Call msdos-remember-default-colors and
3384 msdos-handle-reverse-video.
3385 (msdos-face-setup): Parts of code moved to
3386 msdos-setup-initial-frame.
3387 (msdos-handle-reverse-video): New function, modeled after
3388 x-handle-reverse-video.
3389 (make-msdos-frame): Don't use initial-frame-alist and
3390 default-frame-alist. Call msdos-handle-reverse-video.
3391 (msdos-color-aliases): Remove.
3392 (msdos-color-translate, msdos-approximate-color): Remove.
3393 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3394 for better approximation of X colors.
3395 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3396 up tty-color-alist (it is now on startup.el).
3397 (x-display-color-p, x-color-defined-p, x-color-values,
3398 x-defined-colors, face-color-supported-p, face-color-gray-p):
3399 Remove.
3400
3401 * facemenu.el (facemenu-read-color, list-colors-display): Use
3402 defined-colors for all frame types.
3403 (facemenu-color-equal): Use color-values for all frame types.
3404
3405 * faces.el (read-face-attribute): For :foreground and :background
3406 attributes and frames on character terminals, translate the color
3407 to the closest supported one before looking it up in the list of
3408 valid values.
3409 (face-valid-attribute-values): Call defined-colors for all types
3410 of frames.
3411 (defined-colors, color-defined-p, color-values, display-color-p):
3412 New finctions.
3413 (x-defined-colors, x-color-defined-p, x-color-values,
3414 x-display-color-p): Aliases for the above.
3415
3416 * startup.el (command-line): Register terminal colors for frame
3417 types other than x and w32, but only if the terminal supports
3418 colors. Call tty-color-define instead of face-register-tty-color.
3419
3420 * term/x-win.el (xw-defined-colors): Renamed from
3421 x-defined-colors.
3422 * term/w32-win.el (xw-defined-colors): Likewise.
3423
3424 * term/tty-colors.el: New file.
3425 * loadup.el: Load term/tty-colors.
3426
3427 1999-12-06 Dave Love <fx@gnu.org>
3428
3429 * ffap.el: Autoload the ffap alias directly.
3430
3431 1999-12-06 Inge Frick <inge@nada.kth.se>
3432
3433 * dired-aux.el (dired-do-shell-command): Changed documentation.
3434 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3435 meaning as `*'.
3436
3437 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3438
3439 * simple.el (insert-buffer): Doc fix.
3440
3441 * apropos.el (apropos-mode): Add autoload cookie.
3442
3443 1999-12-06 Sam Steingold <sds@goems.com>
3444
3445 * progmodes/etags.el (etags-tags-completion-table): Modified the
3446 regexp to allow for the CL symbols starting with `+*'.
3447 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3448 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3449 `function' quoting lambda.
3450 (tags-with-face): New macro.
3451 (list-tags, tags-apropos): Use it.
3452 (tags-apropos-additional-actions): New user option.
3453 (etags-tags-apropos-additional): Use it.
3454 (tags-apropos): Call etags-tags-apropos-additional.
3455 (tags-apropos-verbose): New user option.
3456 (etags-tags-apropos): Use it.
3457 (visit-tags-table-buffer, next-file): Use `unless'.
3458 (recognize-empty-tags-table): Renamed to
3459 tags-recognize-empty-tags-table.
3460 (complete-tag): Call tags-complete-tag bypassing try-completion.
3461
3462 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3463
3464 * international/mule.el (set-buffer-file-coding-system): Docstring
3465 modified.
3466
3467 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3468
3469 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3470 using the hideshow package.
3471 (hs-special-modes-alist): Added entry for bibtex to allow the use
3472 of the hideshow package.
3473 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3474 not longer provided by bibtex.el directly. Instead the hideshow
3475 package should be used.
3476 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3477 references to bibtex-hide-entry-bodies.
3478
3479 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3480
3481 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3482 maintainer information closer to the beginning of the bibtex.el
3483 file.
3484 (bibtex-maintainer-salutation): New constant.
3485 (bibtex-version): New constant.
3486 (bibtex-submit-bug-report): Use bibtex-version and
3487 bibtex-maintainer-salutation.
3488 (bibtex-entry-field-alist): Made booktitle field optional for
3489 @inproceedings entries when crossreferenced.
3490 (bibtex-entry-field-alist): Added booktitle field to proceedings
3491 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3492 for the suggestion.
3493 (bibtex-string-file-path): Fixed typo.
3494
3495 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3496
3497 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3498 for reftex.el.
3499 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3500 to menu.
3501
3502 1999-12-04 Dave Love <fx@gnu.org>
3503
3504 * delsel.el: Revert previous change -- region is significant to
3505 skeleton.
3506
3507 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3508
3509 * viper-cmd.el (viper-change-state): Use
3510 viper-ESC-moves-cursor-back to decide whether to move the cursor
3511 back.
3512
3513 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3514
3515 * international/mule-util.el (truncate-string-to-width): Docsting
3516 fixed.
3517
3518 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3519
3520 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3521 use of `cond'.
3522 (lm-with-file): Move all the find-file...kill-buffer stuff into
3523 this macro. Make it use `find-file-noselect' and make it kill
3524 the buffer only if it wasn't already displayed somewhere.
3525 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3526 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3527 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3528 (lm-commentary): Fix to handle the case when the change log is
3529 at the end of the file.
3530
3531 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3532
3533 * international/mule.el (charsetp): Fix typo in docstring.
3534
3535 * international/mule-diag.el (list-coding-categories): Fix typo;
3536 automatic -> autoload.
3537
3538 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3539
3540 * vc.el (vc-update-change-log): Look for rcs2log under
3541 exec-directory.
3542
3543 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3544 outline-regexp, add outline-level.
3545 (lisp-outline-level): New.
3546
3547 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3548 remove extraneous string-match.
3549
3550 * finder.el (finder-commentary): Activate Finder mode.
3551
3552 1999-12-01 Anders Lindgren <andersl@andersl.com>
3553
3554 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3555 off when reverting buffers that contained mode specifiers.
3556 `revert-buffer' is now called with non-nil PRESERVE-MODES
3557 argument.
3558
3559 1999-12-01 Dave Love <fx@gnu.org>
3560
3561 * delsel.el: Grok skeleton-pair-insert-maybe.
3562
3563 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3564
3565 * progmodes/cperl-mode.el (cperl-under-as-char):
3566 Use nil as default.
3567
3568 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3569
3570 * speedbar.el (toplevel): Remove compatibility code for Emacs
3571 versions without custom.el.
3572
3573 1999-11-30 Dave Love <fx@gnu.org>
3574
3575 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3576
3577 * autoinsert.el: Minor doc fixes.
3578 (auto-insert): Return nil.
3579
3580 * faces.el (set-face-documentation): Purecopy STRING.
3581
3582 1999-11-29 Dave Love <fx@gnu.org>
3583
3584 * derived.el: Doc fixes, remove old backquote syntax.
3585
3586 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3587 comment warning about editing.
3588
3589 * help.el (help-mode-hook): Define.
3590
3591 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3592
3593 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3594 invalid translation of old-style backquote syntax to new syntax.
3595
3596 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3597
3598 * Makefile (DONTCOMPILE): Add term/internal.el.
3599
3600 1999-11-26 Dave Love <fx@gnu.org>
3601
3602 * comint.el: Fix last change.
3603
3604 * emacs-lisp/advice.el: Fix last change.
3605
3606 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3607
3608 * cus-edit.el (Custom-reset-standard): Doc fix.
3609 (custom-variable-reset-standard): Doc fix.
3610 (custom-face-reset-standard): Doc fix.
3611 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3612 (custom-variable-menu): Likewise.
3613 (custom-reset-menu): Likewise.
3614 (custom-buffer-create-internal): Likewise.
3615
3616 1999-11-26 Dave Love <fx@gnu.org>
3617
3618 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3619
3620 * font-lock.el: Doc fixes.
3621
3622 * menu-bar.el (menu-bar-mode): Customize.
3623
3624 * cus-start.el: Add use-dialog-box.
3625
3626 * add-log.el (change-log-mode-hook): Customize.
3627 (add-log-current-defun): Use
3628 fortran-{beginning,end}-of-subprogram.
3629
3630 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3631
3632 * emacs-lisp/advice.el: Many doc fixes.
3633
3634 * comint.el (comint-preoutput-filter-functions): Doc fix.
3635
3636 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3637
3638 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3639 Improve messages for capitalization of arg names,
3640 for flag variables, for t and nil, for imperatives.
3641 Call them imperatives rather than infinitives sans "to".
3642 (checkdoc-common-verbs-wrong-voice): Add "moves".
3643 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3644
3645 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3646 Don't convert comments from 3-semicolon to 2-semicolon.
3647 That is a matter of style.
3648 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3649 (checkdoc-comments): Don't bind that variable.
3650
3651 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3652
3653 * files.el (write-file-hooks): Doc fix.
3654
3655 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3656
3657 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3658
3659 1999-11-25 Dave Love <fx@gnu.org>
3660
3661 * hippie-exp.el: Require comint when compiling.
3662 (hippie-expand): Add :links.
3663 (hippie-expand-try-functions-list): Customize.
3664
3665 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3666
3667 * viper*el: Replaced old-style backquotes.
3668
3669 * ediff*el: Replaced old-style backquotes.
3670
3671 * ediff-merge
3672 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3673 Changed to support the new format for ediff-combination-pattern.
3674
3675 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3676 Changed to support the new format for ediff-combination-pattern.
3677
3678 1999-11-24 Dave Love <fx@gnu.org>
3679
3680 * custom.el (custom-declare-group): Purecopy DOC.
3681 (custom-handle-keyword): Purecopy VALUE.
3682 (custom-add-link): Purecopy WIDGET.
3683 (custom-add-version): Purecopy VERSION.
3684 (custom-add-load): Purecopy LOAD.
3685
3686 * cus-face.el (custom-declare-face): Purecopy DOC.
3687
3688 * info.el:
3689 (Info-build-node-completions, Info-search, Info-follow-reference)
3690 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3691 (Info-find-emacs-command-nodes): Avoid properties on matched text
3692 which may appear in minibuffer.
3693
3694 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3695
3696 * locate.el (locate-with-filter): Doc fix.
3697
3698 1999-11-24 Alex Schroeder <alex@gnu.org>
3699
3700 * sql.el (sql-find-sqli-buffer): New function.
3701 (sql-set-sqli-buffer-generally): New function.
3702 (sql-set-sqli-buffer): Better checking of new-buffer.
3703 (sql-copy-column): Add comma after INTO clause, too.
3704
3705 1999-11-24 Alex Schroeder <alex@gnu.org>
3706
3707 * sql.el (sql-imenu-generic-expression): New, used to set
3708 imenu-generic-expression.
3709
3710 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3711 setting font-lock-defaults' SYNTAX-ALIST. Set
3712 imenu-generic-expression, imenu-case-fold-search, and
3713 imenu-syntax-alist.
3714
3715 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3716 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3717
3718 1999-11-23 Andrew Innes <andrewi@gnu.org>
3719
3720 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3721 drop coords aren't over a specific window.
3722
3723 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3724
3725 * ps-print.el: Define mule funs without checking if mule package is
3726 loaded.
3727 (ps-print-version): New version number (5.0.1).
3728 (ps-header-dirpart): Now uses abbreviate-file-name.
3729
3730 1999-11-23 Dave Love <fx@gnu.org>
3731
3732 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3733 comment-line-start.
3734 (fortran-comment-line-start-skip): Renamed from
3735 comment-line-start-skip.
3736 (fortran-mode-map): Use renamed functions. Add manual and custom
3737 entries to menu.
3738 (fortran-mode-hook): Customize.
3739 (fortran-comment-indent-function): Renamed from
3740 fortran-comment-hook.
3741 (delete-horizontal-regexp): Function deleted.
3742 (fortran-electric-line-number): Simplified.
3743 (fortran-beginning-of-subprogram): Renamed from
3744 beginning-of-fortran-subprogram.
3745 (fortran-end-of-subprogram): Renamed from
3746 end-of-fortran-subprogram.
3747 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3748 (fortran-previous-statement, fortran-next-statement): Simplified.
3749 (fortran-blink-match): New function.
3750 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3751 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3752 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3753 line-end-position.
3754 (fortran-fill): No longer interactive. Simplified.
3755 (fortran-break-line): Simplified.
3756 (fortran-analyze-file-format): Use char-after, not looking-at.
3757
3758 * emacs-lisp/find-func.el (find-function-regexp): Use
3759 `define-minor-mode' after easy-menu change.
3760
3761 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3762
3763 * comint.el: Add redirection.from active comint buffers into
3764 another buffer. Written by Peter Breton.
3765
3766 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3767
3768 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3769 `define-minor-mode'.
3770 (define-minor-mode): Specify `doc-string-elt'.
3771
3772 * emacs-lisp/easy-mmode.el: Changed maintainer.
3773 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3774 Use defcustom for the hooks; Improve the auto-generated docstrings.
3775 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3776 (define-minor-mode): Add BODY arg; Only declare the keymap if
3777 provided; Improve the auto-generated docstrings.
3778
3779 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3780
3781 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3782 that the leading `^' is at the start. This is necessary because
3783 paragraphs.el tries to remove anchors, but can find them only if
3784 they are the first character.
3785
3786 * progmodes/antlr-mode.el: New file.
3787
3788 * calendar/calendar.el: Fix autoload for
3789 calendar-absolute-from-astro. Add autoload for
3790 calendar-print-astro-day-number.
3791
3792 1999-11-21 Anders Lindgren <andersl@andersl.com>
3793
3794 * follow.el: Use modern backquote syntax. Minor comment update.
3795
3796 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3797
3798 * simple.el (with-syntax-table): Don't switch buffers.
3799
3800 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3801 progmodes/hideif.el: Use new backquote syntax.
3802
3803 1999-11-21 Ken Manheimer <klm@python.org>
3804
3805 * icomplete.el (icomplete-completions): Use an explicit variable
3806 `icomplete-prospects-length', obviating the need to use an
3807 apparently faulty throw/catch arrangement.
3808
3809 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3810
3811 * term/internal.el (IT-display-table-setup): Don't overstep
3812 character code 255.
3813
3814 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3815
3816 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3817 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3818
3819 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3820
3821 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3822 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3823
3824 * files.el (auto-mode-alist): Add patterns for diff-mode.
3825
3826 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3827 to detect an empty prompt.
3828
3829 1999-11-18 Dave Love <fx@gnu.org>
3830
3831 * simple.el (input-mode-8-bit): Fix the customization.
3832
3833 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3834
3835 * international/iso-acc.el (iso-languages): Add more
3836 characters for Portuguese.
3837
3838 * speedbar.el: Clean up comment at the start of the file.
3839 Remove RCS id.
3840
3841 * progmodes/compile.el (compilation-parse-errors): Use
3842 compilation-buffer-p instead of testing major-mode.
3843
3844 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3845
3846 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3847 (quickurl-ask): completion-ignore-case is set to the value of
3848 quickurl-completion-ignore-case for the duration of the call to
3849 completing-read.
3850
3851 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3852
3853 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3854
3855 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3856
3857 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3858 instead of ps-print-def.
3859
3860 * ps-print.el: Require ps-vars instead of ps-print-def.
3861
3862 * ps-mule.el: Require ps-vars instead of ps-print-def.
3863
3864 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3865
3866 * simple.el (with-syntax-table): Save buffer explicitly instead of
3867 using save-excursion.
3868
3869 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3870
3871 * mail/supercite.el: New maintainer.
3872
3873 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3874
3875 * progmodes/vhdl-mode.el: Use new backquote syntax.
3876
3877 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3878
3879 * simple.el (with-syntax-table): New.
3880
3881 1999-11-15 Sam Steingold <sds@ksp.com>
3882
3883 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3884
3885 1999-02-22 Sam Steingold <sds@goems.com>
3886
3887 * goto-addr.el (goto-address-at-mouse,
3888 goto-address-find-address-at-point): Use compose-mail.
3889 (goto-address-mail-method): Removed variable.
3890 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3891 goto-address-send-using-mail): Removed functions.
3892
3893 1998-11-03 Sam Steingold <sds@goems.com>
3894
3895 * simple.el (backward-delete-char-untabify):
3896 backward-delete-char-untabify-method can be `all' now - to delete
3897 hungrily including newlines.
3898
3899 1999-11-15 Sam Steingold <sds@ksp.com>
3900
3901 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3902
3903 1999-11-15 Dave Love <fx@gnu.org>
3904
3905 * cus-edit.el (customize-face, customize-face-other-window):
3906 Require match from completing-read.
3907 (custom-buffer-done-function): Default to custom-bury-buffer, not
3908 bury-buffer.
3909
3910 1999-11-15 Gerd Moellmann <gerd@gnu.org>
3911
3912 * mail/rmail.el, iswitchb.el, hippie-exp.el,
3913 progmodes/cperl-mode.el: Use new backquote syntax.
3914
3915 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
3916
3917 * uniquify.el: Use new backquote syntax.
3918
3919 1999-11-14 Markus Rost <rost@ias.edu>
3920
3921 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3922 as in ispell-local-dictionary-alist.
3923
3924 1999-11-14 Alex Schroeder <alex@gnu.org>
3925
3926 * ansi-color.el (ansi-color-apply): Updated regexps to include
3927 highlighted face.
3928
3929 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
3930
3931 * forms.el (forms--make-format-elt-using-text-properties):
3932 Treat `intangible' differently.
3933
3934 * forms.el: Use new backquote syntax.
3935
3936 1999-11-13 Gerd Moellmann <gerd@gnu.org>
3937
3938 * textmodes/scribe.el (scribe-mode): Doc-fix.
3939
3940 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
3941
3942 * net-utils.el (run-network-program, net-utils-run-program): Use
3943 the new backquote syntax.
3944 (smbclient-program, smbclient-program-options)
3945 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3946 variables
3947 (smbclient, smbclient-list-shares): New functions
3948
3949 1999-11-12 Sam Steingold <sds@ksp.com>
3950
3951 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3952 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3953 (viper-kbd-buf-definition, viper-kbd-mode-alist)
3954 (viper-kbd-mode-pair, viper-kbd-mode-definition)
3955 (viper-kbd-global-pair, viper-kbd-global-definition):
3956 Use the new backquote syntax.
3957
3958 * emulation/viper-cmd.el (viper-test-com-defun)
3959 (viper-prefix-arg-value, viper-prefix-arg-com):
3960 Use the new backquote syntax.
3961
3962 * emacs-lisp/debug.el (debugger-env-macro):
3963 Use the new backquote syntax.
3964
3965 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3966 Use the new backquote syntax.
3967
3968 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3969 New user variable.
3970 (calendar-hide-window): Use it.
3971 (increment-calendar-month, calendar-for-loop, calendar-sum):
3972 Use the new backquote syntax.
3973
3974 1999-11-12 Andrew Innes <andrewi@gnu.org>
3975
3976 * select.el (x-set-selection): Call buffer-substring, not
3977 substring. Also fix docstring
3978
3979 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
3980
3981 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3982 of customizable variables to bug report message. Added
3983 system-type to package name in bug report.
3984
3985 1999-11-12 Gerd Moellmann <gerd@gnu.org>
3986
3987 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3988 to display file names.
3989
3990 1999-11-11 Gerd Moellmann <gerd@gnu.org>
3991
3992 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3993
3994 * isearch.el: Add lazy-highlighting feature.
3995
3996 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3997
3998 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3999 constant.
4000 (ps-mode-submit-bug-report): New function. Entry added to menu.
4001
4002 1999-11-10 William M. Perry <wmperry@aventail.com>
4003
4004 * mwheel.el: New file to support the new style wheeled mice.
4005
4006 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4007
4008 * startup.el (initial-scratch-message): Add ";;" to the front of
4009 lines in the message.
4010
4011 * files.el (file-local-copy): Remove optional BUFFER argument
4012 because that's not used by anything.
4013
4014 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4015 to-address.
4016
4017 1999-11-08 Markus Rost <rost@ias.edu>
4018
4019 * wid-edit.el (widget-button-click): Wrap with save-excursion
4020 to restore track-mouse in the correct buffer.
4021
4022 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4023
4024 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4025
4026 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4027
4028 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4029 lpr-command to "lp" for some system-types. (copied from lpr.el
4030 Emacs version 20.2.1).
4031
4032 1999-11-04 Markus Rost <rost@ias.edu>
4033
4034 * simple.el (comment-region): Strip off white space at end of
4035 comment-start.
4036
4037 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4038
4039 * faces.el (secondary-selection): Fix wrong color name.
4040
4041 1999-11-04 John Tobey <jtobey@epsilondev.com>
4042
4043 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4044 the default when invoking perldb in a non-Perl buffer, and other
4045 cases involving -e or --.
4046
4047 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4048
4049 * simple.el (previous-matching-history-element)
4050 (next-history-element): Use delete-field instead of erase-field.
4051
4052 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4053 Use delete-field instead of erase-field.
4054
4055 * faces.el (secondary-selection): Change background to yellow.
4056
4057 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4058 find the start of the text. Use field-string to read the user
4059 input.
4060
4061 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4062
4063 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4064 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4065 for compatibility with old face implementation.
4066
4067 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4068 Use erase-field instead of erase-buffer.
4069
4070 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4071 internal-show-cursor with new interface.
4072 (blink-cursor-timer-function): New.
4073 (blink-cursor-start): Use blink-cursor-timer-function.
4074
4075 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4076
4077 * calendar.el (redraw-calendar): Move to nearest date before
4078 redrawing.
4079
4080 * diary-lib.el (simple-diary-display): Reset modeline even if
4081 there are no diary entries since the diary buffer may be displayed.
4082
4083 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4084
4085 * emacs-lisp/debug.el (debug): If noninteractive, display the
4086 backtrace using `message', then exit Emacs.
4087 (debugger-batch-max-lines): New variable.
4088 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4089 Change the messages put at the start, to say that the debugger
4090 was entered.
4091
4092 1999-11-02 Sam Steingold <sds@ksp.com>
4093
4094 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4095
4096 1999-11-01 John Tobey <jtobey@epsilondev.com>
4097
4098 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4099 presence of perl switches other than "-e".
4100
4101 1999-11-01 Markus Rost <rost@ias.edu>
4102
4103 * dired-x.el (dired-smart-shell-command): Use
4104 shell-command-history as in shell-command.
4105
4106 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4107
4108 * userlock.el (ask-user-about-lock): Doc fix.
4109
4110 * frame.el: Doc fixes.
4111
4112 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4113
4114 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4115 of show-cursor.
4116 (blink-cursor-start, blink-cursor-end): Ditto.
4117
4118 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4119
4120 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4121
4122 * window.el (walk-windows): If ALL-FRAMES is a frame,
4123 start on that frame. Use save-selected-window.
4124
4125 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4126
4127 * simple.el (end-of-buffer): Use window-end to find the window end
4128 instead of vertical-motion because this handles variable-height
4129 lines correctly.
4130
4131 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4132
4133 * ediff.el: Version change.
4134
4135 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4136 make sure you are in a good frame before deleting other
4137 windows.
4138 (ediff-file-checked-in-p): Don't consider CVS
4139 files checked in.
4140 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4141 are writing to a newly created empty file.
4142
4143 * ediff-mult.el (ediff-show-session-group-hook): New default.
4144
4145 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4146 First cd to the file directory. reportedly works
4147 better with remote files.
4148
4149 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4150 Use file-name-nondirectory when passing files to CVS.
4151
4152 * ediff-diff.el (ediff-cmp-options): New variable.
4153 (ediff-same-file-contents): Use ediff-cmp-options.
4154
4155 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4156 ediff-get-patch-buffer): Use current buffer if it appears to be a
4157 patch.
4158
4159 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4160 C-g
4161
4162 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4163 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4164 (viper-save-cursor-color,viper-restore-cursor-color):
4165 Improved cursor color handling.
4166 (viper-get-saved-cursor-color-in-replace-mode,
4167 viper-get-saved-cursor-color-in-insert-mode): New functions for
4168 better cursor color handling.
4169
4170 * viper-ex.el (ex-read,ex-edit):
4171 Fixes for correct interpretation of #,%.
4172 (viper-ex): Now works correctly when called from other functions.
4173 (viper-glob-function): New variable.
4174 (viper-ex): Save excursion before doing :global.
4175
4176 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4177
4178 * viper-cmd.el (viper-post-command-sentinel,
4179 viper-insert-state-post-command-sentinel,
4180 viper-insert-state-pre-command-sentinel): Takes better care of
4181 cursor colors.
4182
4183 * viper.el: Version change.
4184
4185 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4186
4187 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4188 that the modeline display was updated *only* when
4189 `whitespace-display-in-modeline' was set, not otherwise.
4190
4191 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4192
4193 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4194 "frac12".
4195
4196 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4197 ad-activate.
4198
4199 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4200
4201 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4202 using fboundp instead of assuming that these are not present in
4203 particular flavors of emacs.
4204 (whitespace-version): Update to 2.8
4205 (whitespace-display-in-modeline): Add custom variable to control
4206 displaying the whitespace errors on the modeline based on
4207 suggestion from <klaus.berndl@sdm.de>
4208 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4209 clean, to enable using as a hook function, as suggested by Puneet
4210 Goel <puneet@computer.org>
4211 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4212 quiet was not set, even with whitespace-auto-cleanup set.
4213 (whitespace-mode-line): Now uses less modeline real estate and
4214 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4215 which is present in the file, and <y> is any type of whitespace
4216 whose check has been suppressed by setting
4217 `whitespace-check-<whitespace-type>' to nil.
4218 (whitespace-unchecked-whitespaces): New function to return the
4219 list of whitespaces for whom checks have been suppressed.
4220 (whitespace-display-unchecked-whitespaces): Renamed to
4221 `whitespace-update-modeline' to reflect its functionality.
4222
4223 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4224
4225 * progmodes/compile.el (compilation-error-regexp-alist):
4226 Undo previous change.
4227
4228 1999-10-28 Dave Love <fx@gnu.org>
4229
4230 * help.el (help-follow): Make arg optional again and really
4231 default to point.
4232
4233 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4234
4235 * paths.el (rmail-file-name): Make it an option.
4236
4237 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4238 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4239 comment fixes.
4240
4241 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4242 MIPS Pro 7.3 compiler error message syntax.
4243
4244 1999-10-27 Dave Love <fx@gnu.org>
4245
4246 * progmodes/compile.el: Checkdoc-inspired fixes.
4247
4248 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4249
4250 * lpr.el (print-buffer): Doc-string fix.
4251
4252 1999-10-27 Dave Love <fx@gnu.org>
4253
4254 * emacs-lisp/advice.el: Doc fixes.
4255 (ad-lemacs-p): Removed.
4256 (advice): Add :link to defgroup.
4257
4258 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4259
4260 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4261 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4262
4263 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4264
4265 * window.el (walk-windows): If ALL-FRAMES is a frame,
4266 start on that frame. Use save-selected-window.
4267
4268 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4269
4270 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4271 ad-activate. All callers changed, including those in data.c.
4272 (ad-activate-internal-off): Renamed from ad-activate-off.
4273 All uses changed.
4274 (ad-activate): Renamed from ad-activate-on. All uses changed.
4275 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4276 Alter the definition of ad-activate-internal, not ad-activate.
4277
4278 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4279
4280 * startup.el (command-line-1): Add support for command line
4281 arguments `file' and `execute'. Fix handling of `visit'.
4282
4283 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4284
4285 * international/mule-cmds.el (read-input-method-name): Handle the
4286 case that the arg DEFAULT is symbol.
4287
4288 * international/mule-diag.el (mule-diag): Handle the case that
4289 default-input-method is symbol.
4290
4291 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4292
4293 * textmodes/tildify.el: New file.
4294
4295 1999-10-25 Sam Steingold <sds@ksp.com>
4296
4297 * Makefile (compile-files): Fixed the "tr" strings.
4298 (EMACS): Set to ../src/emacs.
4299
4300 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4301
4302 * info.el (Info-build-node-completions): Add '("*") to the
4303 completion list.
4304
4305 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4306
4307 * frame.el (auto-raise-mode): When enabling the mode,
4308 immediately raise the selected frame.
4309
4310 * indent.el (indent-region): Doc fix.
4311
4312 * comint.el (comint-output-filter): Make the Comint buffer current
4313 for the comint-preoutput-filter-functions.
4314
4315 * mail/reporter.el: Doc fix.
4316
4317 1999-10-24 Stephen Eglen <stephen@gnu.org>
4318
4319 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4320 that Octave lisp files can also run under XEmacs 20.
4321 (require 'custom) added so that files can run under Emacs 19.34.
4322
4323 * iswitchb.el (iswitchb-default-keybindings): No need to use
4324 read-kbd-macro in keybindings.
4325
4326 1999-10-23 Dave Love <fx@gnu.org>
4327
4328 * elide-head.el: New file.
4329
4330 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4331
4332 * Makefile (compile-files, backup-compiled-files): New targets.
4333 (bootstrap, bootstrap-clean): Ditto.
4334
4335 1999-10-22 Paul Eggert <eggert@twinsun.com>
4336
4337 * international/mule-cmds.c (locale-language-names):
4338 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4339 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4340 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4341 Use Latin-8 for Welsh.
4342 Use Latin-1 for English if "en" is explicitly specified.
4343 Use Latin-1 for Scots Gaelic, Tagalog.
4344 Use Latin-1 (not Latin-4) for Greenlandic.
4345 Use Latin-1 (not Latin-2) for Albanian.
4346 (locale-preferred-coding-systems, locale-language-names):
4347 Remove generic ISO 8859 locales; locale-charset-language-names now
4348 does this.
4349 (locale-charset-language-names): New variable.
4350 (set-locale-environment): Use language name specified by
4351 locale-charset-language-names if its charsets disagree with the
4352 language name specified by locale-language-names.
4353
4354 1999-10-22 Dave Love <fx@gnu.org>
4355
4356 * make-mode.el: Minor doc fixes.
4357
4358 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4359
4360 1999-10-21 Dave Love <fx@gnu.org>
4361
4362 * loadup.el: Add latin-8, latin-9.
4363
4364 1999-10-20 Paul Eggert <eggert@twinsun.com>
4365
4366 * disp-table.el (standard-display-european): Remove undocumented
4367 arg AUTO; no longer used by startup.el. Do not attempt to treat
4368 all non-English language environments as coding system names.
4369 Instead, use the downcased language environment name as a coding
4370 system name if it is one; otherwise, use latin-1.
4371
4372 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4373
4374 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4375 that were split so that part of the comment appeared as Lisp code.
4376
4377 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4378
4379 * ps-bdf.el: Doc fix.
4380
4381 * ps-print-def.el: New file: common definitions for all parts of
4382 ps-print.
4383 (ps-multibyte-buffer): Moved from ps-mule.
4384
4385 * ps-mule.el: File dependence fix.
4386 (ps-multibyte-buffer): Moved to ps-print-def.
4387
4388 * ps-print.el: Doc fix, better customization.
4389 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4390 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4391 (ps-end-file): Doc fix.
4392 (ps-setup, ps-begin-file): Fun fix.
4393 (postscript): New group.
4394 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4395 (ps-print-prologue-1): Adjust PostScript programming.
4396 (ps-print): Adjust group hierarchy.
4397 (ps-print-n-up, ps-print-zebra, ps-print-background,
4398 ps-print-printer)
4399 (ps-print-page): New subgroups.
4400 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4401 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4402 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4403 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4404 (ps-zebra-stripe-height, ps-print-background-image)
4405 (ps-print-background-text, ps-spool-config): Adjust customization.
4406 (dos-ps-printer): Definition eliminated.
4407
4408 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4409
4410 * ps-mule.el: Doc fix, define functions properly if mule package is
4411 loaded or not.
4412 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4413 mule package is loaded or not.
4414
4415 * ps-print.el: Doc fix, n-up printing.
4416 (ps-print-version): New version number (5.0).
4417 (ps-page-dimensions-database): Added document media.
4418 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4419 (ps-page-order, ps-printing-region-p): New vars.
4420 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4421 funs.
4422 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4423 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4424 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4425 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4426 (ps-print-begin-sheet-hook): New hook.
4427 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4428 const.
4429 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4430 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4431 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4432 (ps-count-lines): Changed to defun.
4433 (ps-header-page): Changed to defsubst, fix fun.
4434 (ps-printing-region): Doc fix, adjust programming code.
4435 (ps-output-boolean, ps-background-pages, ps-background-text)
4436 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4437 programming code.
4438
4439 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4440
4441 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4442 (ps-print-version): New version number (4.2).
4443 (ps-spool-config, ps-spool-tumble): New vars.
4444 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4445 programming, new PostScript procedure to handle errors.
4446 (ps-print-prologue-2): Changed to defconst.
4447 (ps-print-duplex-feature): New const: duplex and tumble setting.
4448 (ps-setup, ps-begin-file): Fix funs.
4449 (ps-boolean-capitalized): New fun.
4450
4451 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4452
4453 * Makefile (dontcompilefiles): Obsoleted.
4454 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4455 (EL): Unused.
4456 (temacs): Removed (unused).
4457 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4458 version of the file (necessary for the update to work properly).
4459 (autoloads): Force the use of `pwd`/loaddefs.el.
4460 (updates); Redefined in terms of other targets to reduce redundancy.
4461 (.el.elc): New default rule, just in case you want it.
4462 (compile): Use a single invocation of Emacs.
4463 (bootstrap-compile); Unneeded.
4464 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4465
4466 1999-10-19 Dave Love <fx@gnu.org>
4467
4468 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4469
4470 1999-10-19 Sam Steingold <sds@ksp.com>
4471
4472 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4473 comply with the comment.
4474
4475 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4476
4477 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4478 permanent-local.
4479
4480 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4481
4482 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4483 value: \"lpr\" changed to "lpr"
4484 (ps-mode-version): New constant
4485 (ps-mode-show-version): New function, added key in ps-mode-map
4486 (ps-run-messages): Removed
4487 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4488 ps-run-messages. These keywords now include the value of
4489 ps-run-prompt, making its fontification customizable.
4490 (ps-run-init): Removed \\n from docstring, it is now added when
4491 the value is used
4492 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4493 ps-run-prompt
4494 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4495 customizable variables in doc-string (its equivalent
4496 ps-run-messages was missing in previous version of the doc-string)
4497 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4498 symbols only
4499
4500 1999-10-19 Alex Schroeder <alex@gnu.org>
4501
4502 * ansi-color.el: Complete rewrite.
4503
4504 1999-10-19 Paul Eggert <eggert@twinsun.com>
4505
4506 Fix bootstrapping problems.
4507 Use the system locale to specify Emacs locale defaults.
4508
4509 * international/mule-cmds.el (global-map):
4510 Do not use backquote, because that makes a bootstrapping
4511 problem if you need to recompile all Lisp files using interpreted code.
4512 * international/mule.el (charset-id, charset-bytes,
4513 charset-dimension, charset-chars, charset-width,
4514 charset-direction, charset-iso-final-char,
4515 charset-iso-graphic-plane, charset-reverse-charset,
4516 charset-short-name, charset-long-name, charset-description,
4517 charset-plist): Likewise.
4518 * subr.el (save-match-data): Likewise.
4519
4520 * international/mule-cmds.el
4521 (set-display-table-and-terminal-coding-system): New function,
4522 containing code migrated out of set-language-environment.
4523 (set-language-environment, set-locale-environment): Use it.
4524 (locale-translation-file-name): Moved here from startup.el.
4525 (locale-language-names, locale-preferred-coding-systems):
4526 New vars.
4527 (locale-name-match, set-locale-environment): New functions.
4528
4529 * language/japan-util.el (setup-japanese-environment-internal):
4530 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4531
4532 * startup.el (iso-8859-n-locale-regexp): Remove.
4533 (locale-translation-file-name): Move to mule-cmds.el.
4534 (command-line): Move locale-stuff into set-locale-environment.
4535
4536 1999-10-18 Dave Love <fx@gnu.org>
4537
4538 * abbrev.el (add-abbrev, inverse-add-abbrev)
4539 (expand-region-abbrevs): Remove properties from buffer text.
4540
4541 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4542
4543 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4544 from the mini-buffer, without the prompt.
4545
4546 * simple.el (minibuffer-prompt-end): Return the position
4547 after the prompt, not the position of that last character
4548 of the prompt.
4549
4550 1999-10-17 Miles Bader <miles@gnu.org>
4551
4552 * simple.el: Doc fixes.
4553
4554 1999-10-17 Miles Bader <miles@gnu.org>
4555
4556 * simple.el (previous-matching-history-element, next-history-element):
4557 Change to work correctly even if the point is in the prompt.
4558 (choose-completion-string): Likewise.
4559 (minibuffer-prompt-width): New function (compatibility with old subr).
4560
4561 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4562 When constraining the final position to the current field,
4563 don't use the ONLY-IN-LINE mode of constrain-to-field.
4564
4565 1999-10-17 Miles Bader <miles@gnu.org>
4566
4567 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4568 constrain-to-field.
4569 * textmodes/paragraphs.el (forward-sentence): Likewise.
4570
4571 1999-10-17 Miles Bader <miles@gnu.org>
4572
4573 * simple.el (line-move): Use constrain-to-field to avoid
4574 moving into a prompt.
4575 (previous-complete-history-element): Clarify doc string.
4576 (next-complete-history-element): Likewise.
4577 Use field-beginning instead of point-min.
4578 (next-matching-history-element): Use field-beginning and
4579 erase-field instead of point-min and erase-buffer.
4580 * textmodes/paragraphs.el
4581 (forward-paragraph, forward-sentence): Likewise.
4582 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4583 constrain the kill to an field, as the movement commands now
4584 do this.
4585
4586 1999-10-17 Miles Bader <miles@gnu.org>
4587
4588 * simple.el (previous-matching-history-element): Get the
4589 minibuffer input with field-string instead of buffer-string.
4590 (choose-completion-string): Likewise.
4591 (next-history-element): Likewise.
4592 Erase the minibuffer input with erase-field, not erase-buffer.
4593 Use field-beginning to find the beginning of the input.
4594 * textmodes/paragraphs.el (backward-kill-sentence):
4595 Remove minibuffer-prompt hack.
4596 Constrain to any input field.
4597
4598 1999-10-17 Sam Steingold <sds@ksp.com>
4599
4600 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4601 for CMUCL on sparc and ".ufsl" for LispWorks.
4602 (bound-and-true-p): Bugfix: free variable `v'.
4603
4604 1999-10-16 Dave Love <d.love@dl.ac.uk>
4605
4606 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4607 (edebug-uninstall-read-eval-functions): Use load-read-function,
4608 avoiding elisp-eval.
4609
4610 1999-10-16 Sam Steingold <sds@ksp.com>
4611
4612 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4613 instead of `eql'.
4614
4615 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4616
4617 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4618 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4619 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4620 * ediff-util.el (ediff-make-temp-file):
4621 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4622 * emerge.el (emerge-make-temp-file):
4623 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4624 * vc.el (vc-update-change-log):
4625 * mail/mailpost.el (post-mail-send-it):
4626 * mail/metamail.el (metamail-region):
4627 * progmodes/cmacexp.el (c-macro-expansion):
4628 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4629
4630 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4631
4632 * smtpmail.el (smtpmail-via-smtp): Add support for
4633 automatically appending a domain to RCPT TO: addresses.
4634
4635 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4636
4637 * dired.el (dired-insert-directory): Insert the amount of
4638 free space after the total size.
4639 (dired-free-space-program, dired-free-space-args): New variables.
4640
4641 1999-10-14 Karl Heuer <kwzh@gnu.org>
4642
4643 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4644
4645 1999-10-14 Dave Love <fx@gnu.org>
4646
4647 * international/characters.el:
4648 * international/fontset.el:
4649 * international/mule-conf.el: Add latin-iso8859-1[45].
4650
4651 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4652 strings.
4653
4654 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4655 (command-line): Detect Latin-[89] locales.
4656
4657 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4658
4659 * international/mule-cmds.el (select-safe-coding-system)
4660 (leim-list-header): Avoid the use of strings that start with backslash
4661 newline since lread.c:read1 has a hack to turn those strings into
4662 integer 0 during the loadup.el process.
4663
4664 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4665
4666 1999-10-13 Dave Love <fx@gnu.org>
4667
4668 * image.el (insert-image): Copy the image spec and add an
4669 intangible property.
4670
4671 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4672
4673 * help.el (help-xref-interned): Make it also work on variable-only
4674 and function-only symbols.
4675 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4676 (help-follow): If the point under mouse is not highlighted, try
4677 `help-xref-interned' on the pointed-to symbol anyway.
4678
4679 * info.el (Info-on-current-buffer): New entry point.
4680 (Info-find-node): Split into two for Info-on-current-buffer to
4681 hook into it.
4682 (Info-current-file, Info-set-mode-line, Info-up):
4683 Info-current-file can now be t.
4684 (Info-clone-buffer-hook): Function for `clone-buffer'.
4685 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4686 Make `clone-buffer' available in various ways to the user.
4687
4688 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4689
4690 * simple.el (shell-command, shell-command-on-region): Use
4691 make-temp-file.
4692 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4693
4694 * subr.el (with-current-buffer): Don't use backquotes to avoid
4695 bootstrapping problems.
4696
4697 * loadup.el (load-path): Add subdirs for bootstrapping.
4698 (docstrings): Ignore errors during bootstrapping.
4699 (args): New `bootstrap' argument (for use in place of `dump').
4700
4701 1999-10-12 Emmanuel Briot <briot@gnat.com>
4702
4703 * ada-stmt.el: Doc-string fixes.
4704
4705 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4706
4707 * recentf.el: New file.
4708
4709 * ps-mode.el: New file.
4710
4711 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4712 case insensitive.
4713
4714 1999-10-12 Richard Sharman <rsharman@pobox.com>
4715
4716 * sh-script.el: Added support for indenting existing scripts.
4717 (sh-mode-map): Added new bindings.
4718 (sh-mode): Updated mode doc-string for new commands, added
4719 make-local-variable calls, initialize mode-specific variables.
4720 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4721 is now a different function.
4722 (sh-header-marker): Changed docstring.
4723 (sh-set-shell): Initialize mode-specific variables.
4724 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4725 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4726 Changed these define-skeleton calls to work with user-specified
4727 indentation settings.
4728 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4729 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4730 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4731 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4732 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4733 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4734 (sh-guess-basic-offset, sh-handle-after-case-label)
4735 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4736 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4737 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4738 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4739 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4740 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4741 (sh-handle-this-then, sh-help-string-for-variable)
4742 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4743 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4744 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4745 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4746 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4747 (sh-remove-our-text-properties, sh-rescan-buffer)
4748 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4749 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4750 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4751 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4752 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4753 functions.
4754 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4755 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4756 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4757 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4758 (sh-var-list): New variables.
4759
4760 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4761
4762 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4763 a value one line to high if the cursor wasn't at the start of a
4764 line. A `beginning-of-line' is now performed before making the
4765 call to `count-lines'.
4766
4767 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4768
4769 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4770
4771 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4772
4773 * Makefile (setwins): Abstract out the command to find subdirectories
4774 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4775 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4776 (autoloads-with-other-emacs): Use it.
4777
4778 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4779
4780 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4781
4782 * Makefile (bootstrap-compile): New target. Compile Lisp
4783 files with ../src/temacs.
4784
4785 1999-10-08 Dave Love <fx@gnu.org>
4786
4787 * ange-ftp.el: Require dired when compiling.
4788 (ange-ftp-normal-login): Allow EFS-style port specification.
4789
4790 1999-10-08 Simon Marshall <simon@gnu.org>
4791
4792 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4793 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4794 If STRINGS is nil, return "" rather than nil.
4795
4796 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4797
4798 * Makefile (compile): Compile files one by one. Set load-path to
4799 current directory and subdirectories when compiling.
4800
4801 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4802
4803 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4804 (emacs): Use it everywhere instead of EMACS.
4805 (compile): New target. Compile all Lisp files from scratch.
4806 (recompile): New target. Recompile lisp directory.
4807 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4808 an Emacs executable not built in the current directory tree.
4809
4810 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4811
4812 * filecache.el (file-cache-completion-ignore-case): New variable,
4813 defaulting to the value of completion-ignore-case.
4814 (file-cache-minibuffer-complete): Use it.
4815 (file-cache-files-matching, file-cache-files-matching-internal):
4816 New functions.
4817
4818 1999-10-07 Emmanuel Briot <briot@gnat.com>
4819
4820 * ada-xref.el: New file
4821
4822 * ada-prj.el: New file
4823
4824 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4825
4826 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4827 subprogram being created.
4828
4829 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4830 ada-indent-newline-indent): Rewritten to support the new indentation
4831 scheme
4832
4833 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4834 New functions
4835
4836 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4837 justification parameter
4838
4839 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4840 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4841 external program
4842
4843 1999-10-07 Dave Love <fx@gnu.org>
4844
4845 * bindings.el (bound-and-true-p): New macro.
4846 (make-mode-line-mouse-sensitive): Don't require easymenu.
4847
4848 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4849
4850 * custom.el (defface): Extend documentation for new values of
4851 `type'.
4852
4853 * faces.el (face-spec-set-match-display): Recognize `type' of
4854 `motif', `lucid', `x-toolkit'.
4855 (menu): New face.
4856
4857 1999-10-05 Dave Love <fx@gnu.org>
4858
4859 * files.el: Recognize temporary crontab files.
4860
4861 * info.el: Require jka-compr when compiling.
4862 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4863
4864 1999-10-04 Dave Love <fx@gnu.org>
4865
4866 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4867 scroll-up-aggressively, scroll-down-aggressively.
4868
4869 * time.el (display-time-mode): Add autoload cookie.
4870
4871 * rect.el (delete-extract-rectangle): Doc fix from verna.
4872
4873 * help-macro.el (three-step-help): Customize.
4874
4875 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4876
4877 * hexl.el (hexlify-buffer): Move point in proper range
4878 if it is too large.
4879 (hexl-after-revert-hook): Update hexl-max-address.
4880 (hexl-address-to-marker): Doc fix.
4881
4882 1999-10-03 Dave Love <fx@gnu.org>
4883
4884 * image.el (defimage): Remove redundant code. Substitute file in
4885 image plist.
4886
4887 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
4888
4889 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4890 when doing with-temp-file.
4891
4892 1999-10-01 Dave Love <fx@gnu.org>
4893
4894 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4895
4896 * help.el: Require view when compiling.
4897 (view-emacs-FAQ): Use Info version.
4898
4899 1999-09-29 Ken'ichi Handa <handa@gnu.org>
4900
4901 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4902 (normat->normal). Use correct font names for Korean
4903 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4904
4905 1999-09-29 Kenichi Handa <handa@etl.go.jp>
4906
4907 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4908 code not used by KOI8 to the same 8-bit code instead of mapping to
4909 SPC.
4910 (cyrillic-alternativnyj-decode-table): Likewise.
4911
4912 1999-09-29 Alex Schroeder <alex@gnu.org>
4913
4914 * sql.el (sql-imenu-generic-expression): Aew, used to set
4915 imenu-generic-expression.
4916 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4917 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
4918 imenu-case-fold-search, and imenu-syntax-alist.
4919 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4920 setting font-lock-defaults' SYNTAX-ALIST.
4921
4922 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4923
4924 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4925 macro, try again.
4926
4927 1999-09-28 Dave Love <fx@gnu.org>
4928
4929 * cus-edit.el (custom-comment): Change widget definition.
4930 (custom-comment-create, custom-comment-show)
4931 (custom-comment-invisible-p): Don't use :comment-overlay.
4932 (custom-comment-hide): New function.
4933 (custom-variable-set, custom-variable-save)
4934 (custom-variable-reset-standard, custom-face-set)
4935 (custom-face-save): Use it.
4936
4937 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4938
4939 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4940
4941 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4942
4943 * faces.el (region): Doc fix.
4944
4945 1999-09-27 Dave Love <fx@gnu.org>
4946
4947 * isearch.el (isearch): Add :links in defgroup.
4948 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4949 (isearch-switch-frame-handler): Comment out (unused).
4950 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4951 (isearch-ring-retreat-edit): Doc fix.
4952 (isearch-mouse-yank): New command.
4953 (isearch-last-command-char): Removed. Callers changed to use
4954 last-command-char.
4955 (isearch-char-to-string): Removed. Callers changed to use
4956 char-to-string.
4957
4958 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
4959
4960 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4961 option for Russian.
4962
4963 1999-09-25 Gerd Moellmann <gerd@gnu.org>
4964
4965 * faces.el (face-differs-from-default-p): Compare face
4966 attributes individually.
4967
4968 * image.el (put-image, insert-image): Add string argument.
4969
4970 1999-09-24 Gerd Moellmann <gerd@gnu.org>
4971
4972 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4973 LANG=de_DE.iso88591 on HPUX 11.0.
4974
4975 * dired.el (dired-move-to-filename-regexp): Make it work
4976 for LANG=de_DE.iso88591 on HPUX 11.0.
4977
4978 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4979
4980 * info.el (info-initialize): Don't test existence of ALTERNATIVE
4981 if we know for some other reason it should not be used.
4982
4983 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4984 New variable.
4985 (edebug-recursive-edit): Save current-prefix-arg there,
4986 bind it, and set it back at the end.
4987 (edebug-outside-excursion): Restore and update the outside
4988 value of current-prefix-arg.
4989 (edebug-emacs-version-specific): Delete support for Epoch.
4990
4991 1999-09-24 Howard Melman <howard@silverstream.com>
4992
4993 * imenu.el (imenu-after-jump-hook): New variable.
4994 (imenu): Run menu-after-jump-hook.
4995 (imenu-name-lookup-function): New variable.
4996 * imenu.el (imenu--in-alist): Use those variables.
4997
4998 1999-09-24 Carsten Dominik <cd@gnu.org>
4999
5000 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5001 multiple thebibliography environments.
5002
5003 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5004 with recentering window.
5005 (reftex-extract-bib-entries-from-thebibliography,
5006 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5007 with multiple thebibliography environments.
5008
5009 * textmodes/reftex-vars.el
5010 (reftex-section-levels): Function allowed as cdr.
5011 (reftex-max-section-depth) New option.
5012
5013 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5014 with multiple thebibliography environments.
5015
5016 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5017
5018 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5019 instead of point-min in call to delete-region.
5020
5021 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5022
5023 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5024 out into arbitrary file names.
5025
5026 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5027
5028 * language/european.el ("Turkish"): New language environment.
5029
5030 1999-09-19 Dave Love <fx@gnu.org>
5031
5032 * delim-col.el: New file.
5033
5034 1999-09-17 Richard Stallman <rms@gnu.org>
5035
5036 * files.el (after-find-file): When visiting a backup file,
5037 make it read-only.
5038
5039 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5040 (apropos-keybinding-face, apropos-label-face): Likewise.
5041 (apropos-property-face, apropos-match-face): Likewise.
5042 (apropos-label-properties): New variable.
5043 (apropos-print-doc): Use apropos-label-properties.
5044 (apropos-print): Set apropos-label-properties.
5045
5046 1999-09-15 Richard Stallman <rms@gnu.org>
5047
5048 * winner.el: Use aref instead of sref.
5049
5050 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5051
5052 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5053
5054 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5055
5056 1999-09-14 Richard Stallman <rms@gnu.org>
5057
5058 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5059 cookie, even if followed by a letter.
5060
5061 1999-09-14 Stephen Eglen <stephen@gnu.org>
5062
5063 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5064 --no-line-editing are passed to Octave by including them here
5065 rather than storing them in inferior-octave-startup-args.
5066
5067 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5068
5069 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5070 command, option, env and sc.
5071
5072 * subr.el (shell-quote-argument): Quote argument with double
5073 quotes for ms-dos.
5074
5075 1999-09-14 Richard Stallman <rms@gnu.org>
5076
5077 * simple.el (eval-expression-print-level): New variable.
5078 (eval-expression-print-length): New variable.
5079 (eval-expression-debug-on-error): New variable.
5080 (eval-expression): Bind print-level, print-length and
5081 debug-on-error from those vars.
5082
5083 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5084 Bind print-level, print-length and debug-on-error.
5085
5086 1999-09-14 Inge Frick <inge@nada.kth.se>
5087
5088 * dired.el (dired-recursive-deletes): New custom variable.
5089 (dired-re-no-dot): New variable.
5090 (dired-delete-file): New function deletes files and directories
5091 recursively.
5092 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5093
5094 * dired-aux.el (dired-recursive-copies): New custom variable.
5095 (dired-handle-overwrite): Broke a long line.
5096 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5097 `copy-file'.
5098 (dired-copy-file-recursive): New function. Copy directories
5099 recursively.
5100 (dired-do-create-files): Added support for generalized directory
5101 target. How-to function may now return a function. New fluid
5102 variable `dired-one-file'.
5103 (dired-copy-how-to-fn): New variable.
5104 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5105 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5106 (dired-do-copy-regexp): No recursive copies.
5107
5108 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5109
5110 * whitespace.el (whitespace-version): Update version to 2.4
5111
5112 * whitespace.el: Add customization variables to conditionally test
5113 any of the five whitespaces, per request from Rune Kleveland
5114 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5115
5116 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5117
5118 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5119 list of modes to be checked for bogus whitespaces.
5120
5121 * whitespace.el (whitespace-rescan-timer-time): Update
5122 documentation.
5123
5124 * whitespace.el (whitespace-display-unchecked-whitespaces):
5125 New function to update modeline with untested whitespaces.
5126
5127 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5128 checking is turned on, and update modeline using the newly created
5129 `whitespace-display-unchecked-whitespaces'.
5130
5131 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5132 whose checking is turned on, and update modeline using the newly
5133 created `whitespace-display-unchecked-whitespaces'.
5134
5135 * whitespace.el (whitespace-describe): Update documentation.
5136
5137 * whitespace.el (whitespace-tickle-timer): Test if
5138 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5139
5140 1999-09-13 Dave Love <fx@gnu.org>
5141
5142 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5143
5144 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5145 for temp buffer.
5146 (checkdoc-this-string-valid): Don't assume default comment-start.
5147
5148 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5149
5150 * rsz-mini.el: Remove code, keep the interface.
5151
5152 1999-09-13 Dave Love <fx@gnu.org>
5153
5154 * help.el (help-highlight-p): Doc fix.
5155
5156 * faces.el (mode-line, header-line, tool-bar): Add :version.
5157 (highlight, secondary-selection): Add :group.
5158 (trailing-whitespace): Add :group, :version.
5159
5160 * wid-edit.el: Remove some compatibility code and checks.
5161 (widget-specify-field, widget-specify-button): Don't use XEmacs
5162 properties.
5163 (widget-overlay-inactive): Change error message.
5164 (widget-button-pressed-face): New variable.
5165 (widget-button-click): Use it.
5166 (widget-documentation-link-add): Specify mouse and button faces.
5167 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5168 removed now the functionality is built in.
5169
5170 * cus-edit.el: Don't define-widget-keywords.
5171 (multimedia): New group.
5172 (custom-last): Function removed.
5173 (custom-quote): Add vectorp case, comment out characterp case.
5174 (custom-buffer-done-function, custom-raised-buttons): New option.
5175 (Custom-buffer-done): New function.
5176 (custom-buffer-create-internal): Obey custom-raised-buttons,
5177 Custom-buffer-done.
5178 (custom-button-face): Make it `released-button'.
5179 (custom-button-pressed-face): Make it `pressed-button'
5180 (custom-mode-map): Bind "q" to Custom-buffer-done.
5181 (custom-mode): Deal with raised/pressed buttons.
5182
5183 Changes from Didier Verna:
5184 (custom-prompt-variable): Optional third arg makes prompt for a
5185 comment string.
5186 (customize-set-value, customize-set-variable,
5187 customize-save-variable): Optional prefix makes function handle
5188 variable comments.
5189 (customize-customized, customize-saved, custom-variable-state-set)
5190 (custom-variable-set, custom-variable-save, custom-face-state-set)
5191 (custom-variable-reset-saved, custom-variable-reset-standard)
5192 (custom-face-set, custom-face-save, custom-face-reset-saved)
5193 (custom-face-reset-standard, customize-save-customized): Handle
5194 custom comments.
5195 (custom-comment-face, custom-comment-tag-face): New face.
5196 (custom-comment): New widget.
5197 (custom-comment-create, custom-comment-delete)
5198 (custom-comment-value-set, custom-comment-show)
5199 ()custom-comment-invisible-p): New functions.
5200 (custom-variable-value-create, custom-face-value-create): Create a
5201 comment field widget.
5202 (custom-variable-menu, custom-face-menu): New entry for custom
5203 comment.
5204 (custom-face-value-create): Remove compatibility code.
5205 (custom-save-variables, custom-save-faces): Possibly save custom
5206 comments.
5207
5208 * cus-face.el (custom-face-attributes): Simplify :underline,
5209 :overline, :inverse-video cases. Fix up :box case (probably needs
5210 more work).
5211
5212 Change from Didier Verna:
5213 (custom-set-faces): The arguments can now have a custom comment as
5214 fourth argument.
5215
5216 * custom.el: Don't define-widget-keywords.
5217 Change from Didier Verna:
5218 (custom-set-variables): The arguments can now have a
5219 custom comment as fifth element.
5220
5221 1999-09-13 Richard Stallman <rms@gnu.org>
5222
5223 * info.el (Info-find-node): Cope better if guesspos is too large.
5224
5225 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5226
5227 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5228 of buffer-substring because buffer-string doesn't copy the
5229 prompt.
5230
5231 * faces.el (mode-line): Replaces `modeline'.
5232 (toplevel): Make `modeline' an alias for `mode-line'.
5233
5234 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5235
5236 * gs.el: Change `ghostscript' to `postscript' in comment.
5237
5238 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5239
5240 * emulation/tpu-edt.el (tpu-version): New version.
5241 (tpu-search-overlay, tpu-replace-overlay): New variables.
5242 (tpu-search-highlight, tpu-toggle-direction): New functions.
5243 (tpu-lm-replace): Set tpu-replace-overlay.
5244 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5245 command hook.
5246
5247 1999-09-11 Richard Stallman <rms@gnu.org>
5248
5249 * isearch.el (isearch-mode-map): Undo previous change.
5250
5251 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5252 use all of that as the sexp.
5253
5254 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5255 and use the initial argument as file name directly.
5256 Likewise if nothing matches.
5257
5258 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5259
5260 * winner.el: Major changes. Avoid changing point and mark.
5261 Save configurations after they change, not before.
5262
5263 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5264
5265 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5266 Bind print-continuous-numbering and print-number-table.
5267
5268 1999-09-10 Dave Love <fx@gnu.org>
5269
5270 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5271
5272 1999-09-09 Richard Stallman <rms@gnu.org>
5273
5274 * whitespace.el: Finish making it fit Emacs conventions.
5275 Add autoloads.
5276
5277 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5278
5279 * generic-x.el (bat-generic-mode): "::"-style comments don't
5280 need to begin with "-". Fix the font-lock definitions of ON/OFF
5281 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5282 from the list of keywords. Add DO to the list of keywords.
5283
5284 1999-09-09 Dave Love <fx@gnu.org>
5285
5286 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5287 (byte-optimize-backward-word): New optimizations.
5288 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5289 entries.
5290
5291 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5292
5293 * image.el (put-image): Remove optional buffer parameter.
5294
5295 * faces.el (face-italic-p): Return t only for values `italic'
5296 and `oblique'.
5297
5298 * mouse.el (mouse-drag-mode-line-1): Extension of former
5299 mouse-drag-mode-line that also drags the header line.
5300 (mouse-drag-mode-line): Call it.
5301 (mouse-drag-header-line): New.
5302 (toplevel): Bind down-mouse-1 on header lines to
5303 mouse-drage-header-line.
5304
5305 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5306
5307 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5308 (make-mode-line-mouse-sensitive): Replace `top-line' by
5309 `header-line'.
5310
5311 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5312
5313 * help.el (describe-function-1): Don't return empty string for keymaps.
5314
5315 * fill.el (fill-region-as-paragraph, canonically-space-region):
5316 Respect colon-double-space at end of line.
5317
5318 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5319
5320 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5321 (backup-buffer): Use it.
5322
5323 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5324
5325 * generic-x.el (generic-define-unix-modes): Added new modes:
5326 inetd-conf-generic-mode, etc-services-generic-mode,
5327 etc-passwd-generic-mode. These are all defined for Unix by default.
5328 (apache-generic-mode): Use an imenu-generic-expression to list
5329 Configuration keywords.
5330 (samba-generic-mode): Use both ; and # as comment characters.
5331 (samba-generic-mode): Font-lock expressions now highlight name
5332 value pairs.
5333 (bat-generic-mode): Keywords are now case-insensitive through
5334 font-lock-defaults setting.
5335 (java-properties-generic-mode): Supports both ! and # as comment
5336 characters.
5337 (java-properties-generic-mode): Added an imenu-generic-expression
5338 (java-properties-generic-mode): Reworked to support the various
5339 different ways to separate name and value (viz, '=', ':' and
5340 whitespace).
5341 (show-tabs-generic-mode): Added this new generic-mode.
5342
5343 1999-09-08 Richard Stallman <rms@gnu.org>
5344
5345 * progmodes/inf-lisp.el: Moved from top directory.
5346
5347 * tar-mode.el (tar-header-block-tokenize):
5348 Use `when' instead of `and'. Fix some clobbered text.
5349
5350 * gud.el (gud-make-debug-menu): Make a child for the
5351 local menu, for its menu bar, and the debug menu.
5352 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5353 Use the history in the simple way.
5354
5355 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5356
5357 * language/korea-util.el (default-korean-keyboard): Initialize it
5358 according to the environment variable HANGUL_KEYBOARD_TYPE.
5359
5360 1999-09-07 Richard Stallman <rms@gnu.org>
5361
5362 * subr.el (make-temp-file): New function.
5363
5364 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5365
5366 * font-lock.el (font-lock-multiline): New text property contains
5367 a boolean to indicate if the char is part of a multiline match.
5368 (font-lock-default-fontify-region): Extend the region appropriately
5369 for multiline keywords.
5370 (font-lock-default-unfontify-region): Also remove the new
5371 font-lock-multiline text property.
5372 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5373 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5374
5375 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5376
5377 * diary-lib.el (list-diary-entries): Make sure two-digit years
5378 have leading zeros.
5379
5380 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5381
5382 * faces.el (face-set-after-frame-default): Initialize some
5383 attributes of some faces from frame parameters.
5384
5385 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5386
5387 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5388
5389 * faces.el (fringe): Replaces face `margin'.
5390
5391 1999-09-07 Dave Love <fx@gnu.org>
5392
5393 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5394
5395 1999-09-07 Richard Stallman <rms@gnu.org>
5396
5397 * subr.el (push): Doc fix.
5398
5399 1999-09-06 Richard Stallman <rms@gnu.org>
5400
5401 * vc.el (vc-annotate-display): Use < 69 not < 70
5402 to distinguish 20YY from 19YY.
5403
5404 * timezone.el (timezone-parse-date): Use < 69 not < 70
5405 to distinguish 20YY from 19YY.
5406
5407 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5408
5409 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5410
5411 * quickurl.el: (quickurl-list-focused-line): Removed.
5412 (quickurl-list-insert): Now works out the focused line using
5413 `count-lines' instead of using `quickurl-list-focused-line'.
5414
5415 1999-09-06 Richard Stallman <rms@gnu.org>
5416
5417 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5418 to beginning of message.
5419
5420 1999-09-06 Dave Love <fx@gnu.org>
5421
5422 * isearch.el (isearch-mode-map): Add mouse-2.
5423
5424 * mail/rmail.el (rmail-read-password): Deleted.
5425 (rmail-get-pop-password): Use read-password.
5426
5427 * quickurl.el: Don't conditionally define caddr.
5428 (quickurl-url-comment): Use nth, not caddr in function and
5429 defsetf.
5430
5431 1999-09-06 Richard Stallman <rms@gnu.org>
5432
5433 * auto-show.el: Doc fixes.
5434
5435 1999-09-06 Stephen Eglen <stephen@gnu.org>
5436
5437 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5438 --no-line-editing so that TABs in source files are not interpreted
5439 as completion requests.
5440
5441 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5442
5443 * hscroll.el, auto-show.el: Remove all code, keep the public
5444 interface as no-ops.
5445
5446 * faces.el (face-bold-p): Don't return t if face has lighter
5447 weight than normal.
5448
5449 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5450
5451 * startup.el (command-line): Make small-temporary-file-directory
5452 be nil except on ms-dos.
5453
5454 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5455
5456 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5457 is defined.
5458
5459 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5460 letters with a colon after d or l.
5461
5462 1999-09-06 Dave Love <fx@gnu.org>
5463
5464 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5465 primitive.)
5466
5467 1999-09-05 Richard Stallman <rms@gnu.org>
5468
5469 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5470
5471 * textmodes/paragraphs.el (backward-kill-sentence):
5472 Don't test minibuffer-prompt-end here.
5473 (forward-sentence): Do handle it here.
5474 (backward-kill-paragraph): Don't test it here.
5475 (forward-paragraph): Handle it here.
5476
5477 * mouse.el (font-menu-add-default): Simplify code.
5478
5479 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5480
5481 * faces.el (header-line): Renamed from `top-line'.
5482
5483 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5484
5485 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5486
5487 1999-09-04 Richard Stallman <rms@gnu.org>
5488
5489 * whitespace.el: New file.
5490
5491 1999-09-04 Dave Love <fx@gnu.org>
5492
5493 * paths.el: Make some doc strings obey the make-docfile convention.
5494
5495 * bindings.el: Likewise.
5496 (debug-ignored-errors): Remove BBDB ones.
5497
5498 1999-09-03 Richard Stallman <rms@gnu.org>
5499
5500 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5501 not from the draft to forward.
5502
5503 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5504
5505 1999-09-03 Dave Love <fx@gnu.org>
5506
5507 * double.el (double-mode): Customize the variable.
5508
5509 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5510
5511 * international/characters.el: Delete duplicated code.
5512
5513 1999-09-02 Richard Stallman <rms@gnu.org>
5514
5515 * indent.el (indent-relative): Doc fix.
5516
5517 * quickurl.el (quickurl): Doc fix.
5518
5519 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5520
5521 * faces.el (margin): Change background to "gray" for mono (this is
5522 drawn with a stipple pattern).
5523
5524 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5525
5526 * simple.el (next-history-element): Use minibuffer-prompt-end once
5527 again. Remove test for minibuffer-prompt-in-buffer.
5528
5529 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5530
5531 * files.el (small-temporary-file-directory): New variable.
5532
5533 * startup.el (command-line): Compute the value of
5534 small-temporary-file-directory.
5535
5536 * ediff-init.el (ediff-temp-file-prefix): Use
5537 small-temporary-file-directory if non-nil.
5538
5539 * vc.el (vc-update-change-log): Likewise.
5540
5541 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5542
5543 * simple.el (shell-command, shell-command-on-region): Use
5544 make-temp-name properly. Use small-temporary-file-directory if
5545 non-nil, otherwise temporary-file-directory, to generate temporary
5546 files.
5547
5548 * dos-w32.el (direct-print-region-helper): Use
5549 temporary-file-directory. (From Stefan Monnier.)
5550
5551 1999-09-02 Richard Stallman <rms@gnu.org>
5552
5553 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5554 from asm-comment-char.
5555 (asm-font-lock-keywords): Recognize instruction width suffixes.
5556
5557 1999-09-01 Richard Stallman <rms@gnu.org>
5558
5559 * play/fortune.el: New file.
5560
5561 1999-08-31 Dave Love <fx@gnu.org>
5562
5563 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5564 after key table.
5565
5566 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5567 redisplay variables.
5568
5569 * subr.el (push): Fix typo.
5570
5571 1999-08-30 Kevin Blake <kblake@ticnet.com>
5572
5573 * emacs-lisp/ring.el: Many doc fixes.
5574 (ring-size, ring-copy): New functions.
5575
5576 1999-08-29 Richard Stallman <rms@gnu.org>
5577
5578 * progmodes/etags.el (tags-loop-continue):
5579 After tags-loop-operate returns, force skip to next file.
5580
5581 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5582 (mail-extr-first-letters, mail-extr-last-letters):
5583 Use character classes [:alpha:] and [:alnum:].
5584
5585 * subr.el (push, pop): New macros.
5586
5587 * progmodes/compile.el (compilation-error-regexp-alist):
5588 New item for SGI IRIX MipsPro compilers.
5589
5590 * speedbar.el (speedbar-directory-buttons): Recognize
5591 device names when checking for file names.
5592
5593 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5594
5595 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5596 and specially handle defvar inside their expansions.
5597 (eval-defun-1): New subroutine.
5598
5599 * progmodes/compile.el (compilation-error-regexp-alist):
5600 Fix the Perl -w entry to allow period after line number.
5601 Don't allow newlines in file name, but allow them after line number
5602 for Perl debugging traces.
5603
5604 * which-func.el (which-func-cleanup-function): New variable.
5605 (which-function): Call that function.
5606
5607 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5608 to end a function name.
5609
5610 * informat.el (Info-tagify): Don't insert more than one newline
5611 before the tag table.
5612
5613 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5614
5615 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5616 than make-temp-name, use match-string-no-properties, and eliminate
5617 a quadratic behavior when building bibtex-strings.
5618
5619 1999-08-29 Alex Schroeder <alex@gnu.org>
5620
5621 * comint.el (comint-input-ring-separator): New variable.
5622 (comint-read-input-ring): Doc change; use
5623 comint-input-ring-separator when reading file.
5624 (comint-write-input-ring): Use
5625 comint-input-ring-separator when writing file.
5626
5627 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5628
5629 * informat.el (Info-tagify): Start by widening.
5630 Match node headers that don't list the file name,
5631 and more kinds of page separations.
5632 Strip properties during tagification.
5633 Use start of node header line as tag's position.
5634 Fix the "done" message.
5635
5636 (Info-validate): Save and restore match data around narrowing down.
5637
5638 1999-08-28 Richard M. Stallman <rms@gnu.org>
5639
5640 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5641 On repeated call, override previous values put into
5642 minor-mode-map-alist and minor-mode-alist.
5643
5644 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5645
5646 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5647
5648 1999-08-27 Andreas Schwab <schwab@gnu.org>
5649
5650 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5651 from cvs update.
5652
5653 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5654
5655 * calendar/calendar.el (calendar-move-hook): New hook.
5656
5657 * calendar/cal-move.el: Call the new hook in every movement function.
5658
5659 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5660 the right function name.
5661
5662 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5663
5664 * time-stamp.el: Put quote-backquote around all symbol names
5665 in doc strings, for mousing.
5666 (time-stamp): Support multi-line patterns.
5667 (time-stamp-inserts-lines): New variable.
5668 (time-stamp-count): New variable.
5669 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5670 "Thu" instead of "%a".
5671
5672 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5673
5674 * simple.el (kill-word): Undo previous change.
5675
5676 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5677
5678 * jit-lock.el (jit-lock-function): Extend the fontified range
5679 to the beginning of the line containing the range start and
5680 the beginning of the line following the range end.
5681
5682 1999-08-24 Dave Love <fx@gnu.org>
5683
5684 * timezone.el: Move provide to end.
5685 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5686 <70 are 2000+.
5687 (timezone-parse-time): Simplify somewhat.
5688
5689 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5690
5691 * faces.el (margin): Renamed from bitmap-area.
5692
5693 1999-08-24 Alex Schroeder <alex@gnu.org>
5694
5695 * sql.el: Doc changes.
5696 (sql-sybase): Use sql-server instead of sql-database.
5697
5698 1999-08-23 Dave Love <fx@gnu.org>
5699
5700 * rect.el: Add/fix various doc strings. Add `*' to all the
5701 interactive specs.
5702
5703 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5704
5705 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5706 Don't unwind-protect font-lock-fontify-region.
5707
5708 * paragraphs.el (backward-kill-paragraph): Don't move
5709 point into mini-buffer prompt.
5710 (backward-kill-sentence): Ditto.
5711
5712 * simple.el (next-history-element): Use minibuffer-prompt-end.
5713 Remove test for minibuffer-prompt-in-buffer.
5714 (kill-word): Don't move point into mini-buffer prompt.
5715
5716 1999-08-21 Dave Love <fx@gnu.org>
5717
5718 * Makefile: Exclude CVS dirs like RCS.
5719
5720 1999-08-19 Dave Love <fx@gnu.org>
5721
5722 * tooltip.el (tooltip-mode): Customize this, per convention.
5723 (tooltip-active): Option deleted.
5724
5725 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5726
5727 * hanoi.el, page-ext.el: Declare dynamic vars.
5728
5729 * term.el: Avoid ange-ftp related compilation warnings.
5730
5731 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5732
5733 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5734 the default so that beginners can benefit from it without
5735 searching in manuals.
5736
5737 1999-08-18 Ray Blaak <blaak@gnu.org>
5738
5739 * progmodes/delphi.el: Consider assembly sections as blocks, to
5740 indent them better. Make auto-indent on newline optional.
5741
5742 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5743
5744 * bindings.el (mode-line-modified): Look up key binding for C-x
5745 C-q. If it's bound call that binding, otherwise call
5746 toggle-read-only.
5747
5748 1999-08-17 Dave Love <fx@gnu.org>
5749
5750 * info.el (info): Doc fix.
5751
5752 * finder.el (finder-known-keywords): Add `multimedia'.
5753
5754 * apropos.el: Don't capitalize custom group name.
5755
5756 * info-look.el: Remove compatibility code.
5757 (info-lookup-guess-default*): DTRT for point at start of symbol.
5758 (info-complete): Don't lose with point not at end of symbol.
5759
5760 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5761
5762 * term.el (toplevel): Make face `term-default' an empty face.
5763 The code relied on the fact that Emacs ignored invalid faces in
5764 face text properties in 20.4.
5765
5766 1999-08-16 Richard M. Stallman <rms@gnu.org>
5767
5768 * subr.el (point-at-eol, point-at-bol): New aliases.
5769
5770 * simple.el: Functions reordered.
5771
5772 * rect.el (delete-rectangle-line): Use line-end-position.
5773
5774 1999-08-16 Karl Heuer <kwzh@gnu.org>
5775
5776 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5777 here from simple.el.
5778
5779 1999-08-16 Dave Love <fx@gnu.org>
5780
5781 * mouse.el: Provide `mldrag' for compatibility.
5782 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5783 marked obsolete.
5784
5785 * mldrag.el: Removed since the features are in mouse.el.
5786
5787 * jka-compr.el (auto-compression-mode): New variable for
5788 customization.
5789
5790 * bindings.el (mode-line-mule-info): Doc fix.
5791
5792 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5793 name comparisons.
5794
5795 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5796 (find-file): Doc fix.
5797
5798 1999-08-16 Carsten Dominik <cd@gnu.org>
5799
5800 * textmodes/reftex.el: Most of the code moved to other files.
5801 * textmodes/reftex-auc.el: New file, split out from reftex.el
5802 * textmodes/reftex-cite.el: New file, split out from reftex.el
5803 * textmodes/reftex-global.el: New file, split out from reftex.el
5804 * textmodes/reftex-index.el: New file, split out from reftex.el
5805 * textmodes/reftex-parse.el: New file, split out from reftex.el
5806 * textmodes/reftex-ref.el: New file, split out from reftex.el
5807 * textmodes/reftex-sel.el: New file, split out from reftex.el
5808 * textmodes/reftex-toc.el: New file, split out from reftex.el
5809 * textmodes/reftex-vars.el: New file, split out from reftex.el
5810 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5811
5812 1999-08-16 Carsten Dominik <cd@gnu.org>
5813
5814 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5815 conflict with pop-up-frames.
5816 (reftex-special-environment-parsers): New constant.
5817 (reftex-label-alist): car of an entry can also be a function.
5818 (reftex-what-special-env): Cew function.
5819 (reftex-label-location): Call `reftex-what-special-env'.
5820 (reftex-compile-variables): Check for symbol in
5821 `reftex-label-alist'.
5822 (reftex-what-environment): Fixed bug with stacked environments of
5823 same kind (e.g. enumerate).
5824 (reftex-process-string): Preserve default directory.
5825 (reftex-label-alist-builtin): Changed prefixes of endnote and
5826 footnote. Also the magic words.
5827 (reftex-reference): Interprete new option
5828 `reftex-fref-is-default'.
5829 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5830 (reftex-toc-mouse-view-line): Command removed (had no binding).
5831 (reftex-everything-regexp): New function.
5832 (reftex-nearest-match): Made better.
5833 (reftex-toc-find-section): Use new version of
5834 `reftex-nearest-match'.
5835 (reftex-insert-docstruct): Adapted to work with the index stuff.
5836 (reftex-parse-from-file): Find index entries as well.
5837 (reftex-toc-toggle-index): New function
5838 (reftex-toc-map): `i' is now used to togle the index, File
5839 boundaries has been moved to `F'.
5840 (reftex-select-label-map): Toggling display of file boundaries is
5841 now on the `F' key, for consistency with `reftex-toc-map'.
5842 (reftex-erase-all-selection-and-index-buffers): Renamed from
5843 `reftex-erase-all-selection-buffer'. Now also kills the index
5844 buffers.
5845 (reftex-viewing-cross-references): Customization group renamed
5846 from reftex-viewing-cross-references-and-citations.
5847 (reftex-index-macro-regexp,
5848 reftex-find-index-entry-regexp-format): New variables
5849 (reftex-macros-with-index): New variable
5850 (reftex-add-index-macros): New function
5851 (reftex-renumber-simple-labels, reftex-translate): Allow for
5852 multiple labels in a single ref command.
5853 (reftex-index-support): New customization group
5854 (reftex-support-index, reftex-index-special-chars,
5855 reftex-index-macros, reftex-index-default-macro,
5856 reftex-index-default-tag, reftex-index-math-format,
5857 reftex-index-section-letters, reftex-index-include-context,
5858 reftex-index-follow-mode, reftex-index-header-face,
5859 reftex-index-section-face, reftex-index-tag-face,
5860 reftex-index-face): New options
5861 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5862 reftex-index-tag, reftex-index-return-marker,
5863 reftex-index-restriction-indicator, reftex-index-restriction-data,
5864 reftex-index-macro-regexp, reftex-index-level-re,
5865 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5866 reftex-everything-regexp-no-index, reftex-index-re,
5867 reftex-macros-with-index, reftex-index-macro-alist): New variables
5868 (reftex-index-help, reftex-index-macros-builtin,
5869 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5870 reftex-query-index-macro-help): New constants
5871 (reftex-index-selection-or-word, reftex-index,
5872 reftex-default-index, reftex-update-default-index,
5873 reftex-index-complete-tag, reftex-index-select-tag,
5874 reftex-index-complete-key, reftex-index-update-taglist,
5875 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5876 reftex-display-index, reftex-insert-index,
5877 reftex-index-insert-new-letter, reftex-get-restriction,
5878 reftex-index-pre-command-hook, reftex-index-post-command-hook,
5879 reftex-index-show-help, reftex-index-next, reftex-index-previous,
5880 reftex-index-toggle-follow, reftex-index-toggle-context,
5881 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5882 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5883 reftex-index-quit, reftex-index-quit-and-kill,
5884 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5885 reftex-index-revert, reftex-index-switch-index-tag,
5886 reftex-index-restrict-to-section, reftex-index-widen,
5887 reftex-index-restriction-forward,
5888 reftex-index-restriction-backward, reftex-index-visit-location,
5889 reftex-index-analyze-entry, reftex-index-globalize,
5890 reftex-index-edit, reftex-index-toggle-range-beginning,
5891 reftex-index-toggle-range-end, reftex-index-edit-key,
5892 reftex-index-edit-attribute, reftex-index-edit-visual,
5893 reftex-index-edit-part, reftex-index-level-down,
5894 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5895 reftex-index-change-entry, reftex-index-goto-letter,
5896 reftex-add-index-macros, reftex-ensure-index-support,
5897 reftex-index-info-safe, reftex-index-info): New functions.
5898
5899
5900 1999-08-15 Richard M. Stallman <rms@gnu.org>
5901
5902 * paren.el (show-paren-mode): Support making show-paren-mode
5903 a buffer-local variable. Don't check for a window system.
5904 (show-paren-function): Check whether show-paren-function is
5905 enabled in current buffer; do the right thing if not.
5906 Don't check for a window system.
5907 (show-paren-mode): Make it a user variable.
5908
5909 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5910 Handle `enum' like `struct'.
5911
5912 * server.el (server-process-filter): If a client visits no buffers,
5913 close it immediately before recording it.
5914
5915 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5916 Optimize by calling concat just once. Handle =\n sequence.
5917 (mail-unquote-printable-region): New command.
5918 (mail-quote-printable): Make it autoload.
5919
5920 1999-08-15 Karl Heuer <kwzh@gnu.org>
5921
5922 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5923
5924 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
5925
5926 * lisp/texinfmt.el: Handle @ifnottex.
5927
5928 1999-08-15 Eli Zaretskii <eliz@gnu.org>
5929
5930 * frame.el (blink-cursor): Don't turn on cursor blinking for
5931 ms-dos.
5932
5933 * faces.el (face-valid-attribute-values): Look in
5934 x-bitmap-file-path only for x and w32 window systems.
5935
5936 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5937 Do that if width is nil as well.
5938 (x-display-mm-height, x-display-mm-width): Update values.
5939 (x-colors): Compute the list from msdos-color-values.
5940 (x-select-enable-clipboard): Doc fix.
5941 (x-frob-font-weight, x-font-family-list): New functions.
5942
5943 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
5944
5945 * window.el (shrink-window-if-larger-than-buffer): Don't try to
5946 back up from beginning of buffer.
5947
5948 1999-08-13 Karl Heuer <kwzh@gnu.org>
5949
5950 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5951
5952 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
5953
5954 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
5955 doomsday clock, speed control is added and changes are made to
5956 allow large numbers of rings: rings now show the whole ring
5957 number, not just the last digit; consecutive rings are allowed to
5958 be the same size when necessary to fit all the rings in the
5959 window; and poles can be oriented horizontally. Face support is
5960 thrown in gratuitously.
5961 (hanoi): Changed default number of rings back to 3.
5962 (hanoi-unix, hanoi-unix-64): New commands
5963 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5964 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5965 hanoi-odd-ring-face): New variables.
5966 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5967 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5968 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5969 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5970 (hanoi-topos, hanoi-draw-ring): Removed.
5971
5972 1999-08-12 Gerd Moellmann <gerd@gnu.org>
5973
5974 * faces.el (face-valid-attribute-values): Return an alist for
5975 families on ttys.
5976 (face-read-integer): Handle unspecified face attributes. Add
5977 completion for `unspecified'.
5978 (read-face-attribute): Handle unspecified font attributes.
5979 (face-valid-attribute-values): Add `unspecified' to lists so that
5980 it can be chosen via completion.
5981 (face-read-string): Don't recognize "none" as input.
5982
5983 1999-08-10 Dave Love <fx@gnu.org>
5984
5985 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5986 string.
5987
5988 * sun-curs.el: Require sun-fns.
5989
5990 1999-08-10 Dave Love <fx@gnu.org>
5991
5992 * autorevert.el (auto-revert-mode): Add autoload cookie.
5993
5994 * hscroll.el, auto-show.el: Files deleted -- we have built-in
5995 hscroll.
5996
5997 * simple.el (hscroll-step, hscroll-point-visible)
5998 (hscroll-window-column): Remove now we have the mentioned real
5999 horizontal autoscrolling.
6000
6001 1999-08-10 Richard M. Stallman <rms@gnu.org>
6002
6003 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6004 control use of -f option.
6005 (mail-specify-envelope-from): New variable.
6006 (mail-from-style): Doc fix.
6007
6008 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6009 (easy-menu-get-map): New arg TO-MODIFY helps choose
6010 between local and global maps.
6011 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6012 (easy-menu-change): Doc fix.
6013
6014 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6015 (info-lookup-guess-default): Simplified and cleaned up.
6016 (info-lookup-guess-default*): Preserve point.
6017
6018 * view.el (view-mode-disable): If buffer-read-only is nil,
6019 don't change it.
6020
6021 * files.el (after-find-file): Disable View mode if buffer is no
6022 longer read-only.
6023
6024 * view.el (view-mode-enable, view-mode-disable):
6025 Call force-mode-line-update.
6026
6027 1999-08-10 Karl Heuer <kwzh@gnu.org>
6028
6029 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6030 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6031 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6032
6033 1999-08-10 Alex Schroeder <asc@bsiag.com>
6034
6035 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6036 to prevent m-eating-bug.
6037
6038 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6039
6040 * term/pc-win.el (msdos-bg-mode): Remove. Call
6041 frame-set-background-mode instead. All callers changed.
6042 (msdos-face-setup): Don't force color display parameter, it is set
6043 by frame-set-background-mode.
6044 (make-msdos-frame): Call x-handle-reverse-video and
6045 face-set-after-frame-default. Delete frame if creation failed.
6046
6047 * faces.el (face-set-after-frame-default): Don't call
6048 make-face-x-resource-internal for the pc window-system.
6049
6050 1999-08-10 Dave Love <fx@melange.gnu.org>
6051
6052 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6053 case with no docstring specially.
6054
6055 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6056
6057 * complete.el (PC-do-completion): If completing on file name,
6058 reproduce str by concatenating its directory and basename parts.
6059
6060 1999-08-07 Dave Love <fx@gnu.org>
6061
6062 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6063 unibyte to multibyte conversion of search-forward (from Handa),
6064 but avoid the replacement if the language is Latin-N.
6065
6066 1999-08-06 Richard Stallman <rms@gnu.org>
6067
6068 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6069 of eval-buffer.
6070
6071 * international/mule.el (load-with-code-conversion):
6072 Pass t to eval-buffer for DO-ALLOW-PRINT.
6073
6074 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6075
6076 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6077 of filenames and attributes.
6078 (ls-lisp-insert-directory): Use directory-files-and-attributes
6079 for speed.
6080
6081 1999-08-05 Dave Love <fx@gnu.org>
6082
6083 * auto-show.el (auto-show-mode): Fix :set.
6084
6085 * widget.el (define-widget-keywords): Make dummy definition and
6086 comment-out its use.
6087
6088 1999-08-04 Richard Stallman <rms@gnu.org>
6089
6090 * progmodes/tcl.el: Customized.
6091
6092 * sql.el (sql-accumulate-and-indent): Instead of testing
6093 whether this is Emacs 20 before calling comint-accumulate,
6094 test whether comint-accumulate is defined.
6095
6096 1999-08-04 Dave Love <fx@gnu.org>
6097
6098 * sgml-mode.el: Require outline when compiling.
6099 (sgml-mode-hook, html-mode-hook): Customize.
6100 (sgml-validate-command): Fix :version.
6101 (html-autoview-mode): Doc fix.
6102
6103 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6104 nothing in Latin-N environment.
6105
6106 * info.el (Info-find-node): Call info-initialize here.
6107 (info): Not here.
6108 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6109
6110 1999-08-04 Richard Stallman <rms@gnu.org>
6111
6112 * ansi-color.el: New file.
6113
6114 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6115
6116 * dired.el (dired-string-replace-match): Return `nil' when no match
6117 found with global search.
6118
6119 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6120 * terminal.el (te-terminfo-directory):
6121 * mail/mailpost.el (post-mail-send-it):
6122 * mail/metamail.el (metamail-region):
6123 * progmodes/ada-mode.el (ada-tmp-directory):
6124 Use temporary-file-directory.
6125
6126 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6127 (compilation-filter, compilation-forget-errors)
6128 (compilation-parse-errors): Use a marker instead of an integer for
6129 `compilation-parsing-end'.
6130
6131 * progmodes/diff.el (diff-parse-differences):
6132 Use a marker instead of an integer for `compilation-parsing-end'.
6133 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6134 Use a marker instead of an integer for `compilation-parsing-end'.
6135
6136 1999-08-03 Richard Stallman <rms@gnu.org>
6137
6138 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6139 (Buffer-menu-mode): Doc fix.
6140 (Buffer-menu-view): New command.
6141 (Buffer-menu-view-other-window): New command.
6142
6143 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6144
6145 * replace.el (query-replace-regexp-eval)
6146 (replace-eval-replacement, replace-loop-through-replacements)
6147 (replace-match-string-symbols): New functions.
6148 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6149 Use replace-loop-through-replacements.
6150
6151 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6152
6153 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6154 (5x5): Doc fix.
6155
6156 1999-08-03 Dave Love <fx@gnu.org>
6157
6158 * fortran.el (fortran-indent-new-line): Make it an alias
6159 for reindent-then-newline-and-indent.
6160
6161 1999-08-03 Didier Verna <verna@inf.enst.fr>
6162
6163 * rect.el: All functions rewritten, except when noted above
6164 their declaration. Below is a list of interface changes.
6165 (apply-on-rectangle): New function, mostly replaces
6166 `operate-on-rectangle'. All callers changed.
6167 (move-to-column-force): Pass new second argument to `move-to-column'.
6168 (kill-rectangle): Added optional prefix arg to fill lines.
6169 (delete-rectangle): Ditto.
6170 (delete-whitespace-rectangle): Ditto.
6171 (delete-extract-rectangle): Ditto.
6172 (open-rectangle): Ditto.
6173 (clear-rectangle): Ditto.
6174 (delete-whitespace-rectangle-line): New function.
6175 (delete-rectangle-line): Added third arg FILL.
6176 (delete-extract-rectangle-line): Ditto.
6177 (open-rectangle-line): Ditto.
6178 (clear-rectangle-line): Ditto.
6179
6180 1999-08-03 Ray Blaak <blaak@gnu.org>
6181
6182 * progmodes/delphi.el: New file.
6183
6184 1999-08-02 Richard Stallman <rms@gnu.org>
6185
6186 * textmodes/outline.el (outline-previous-heading): New function.
6187 (outline-up-heading-all): Use outline-previous-heading.
6188 (outline-next-heading): Delete definition inserted yesterday.
6189
6190 1999-08-01 Richard Stallman <rms@gnu.org>
6191
6192 * textmodes/outline.el (outline-next-heading): New function.
6193 (outline-up-heading-all): New function.
6194 (outline-font-lock-level): Using outline-up-heading-all.
6195 Tell outline-back-to-heading to accept invisible headings.
6196
6197 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6198
6199 * mail/mh-utils.el (mh-find-path-run): New variable.
6200 (mh-find-path): Test and set that.
6201 Set mail-user-agent only the first time this function is run.
6202 (mail-user-agent): Defvar deleted.
6203
6204 * info.el (info-initialize): New function.
6205 (info): Call info-initialize.
6206 (Info-directory-list): Initialize to nil,
6207 so info-initialize will set it up for real.
6208
6209 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6210
6211 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6212 does not interpret a time as the year in a day-month entry.
6213
6214 * calendar/diary-lib.el: Change syntax table entry for colon in
6215 the diary as part of the european-date-diary-pattern fix.
6216
6217 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6218
6219 * international/mule.el (set-auto-coding): Allow whitespace before
6220 and after the "variable: value" pair.
6221
6222 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6223
6224 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6225 (default-sendmail-coding-system): Doc-string fixed.
6226
6227 1999-07-30 Dave Love <fx@gnu.org>
6228
6229 * subr.el (assoc-delete-all): New function, renamed from
6230 frame-delete-all.
6231
6232 * frame.el: Change comments to doc strings and other doc fixes.
6233 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6234 Callers changed.
6235 (set-background-color, set-foreground-color, set-cursor-color)
6236 (set-mouse-color, set-border-color): Offer completion of colours.
6237 (cursor): Add :version to defgroup.
6238
6239 * facemenu.el (list-colors-display): Make it work on ttys.
6240 (facemenu-read-color): Likewise.
6241
6242 1999-07-30 Richard M. Stallman <rms@gnu.org>
6243
6244 * frame.el (frame-notice-user-settings): If background
6245 color has been changed, update background-mode from it,
6246 then update faces.
6247
6248 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6249
6250 * net-utils.el (finger): Don't do indirect fingering.
6251
6252 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6253
6254 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6255 rules. Add separator at end of holidays.
6256 (cal-tex-rules): New customizable variable.
6257 (cal-tex-latexify-list): Add optional parameter to put separator
6258 at end.
6259
6260 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6261
6262 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6263 fill prefix on each line while looping to the end of paragraph.
6264 End paragraph if it's longer than the existing fill prefix.
6265
6266 * textmodes/fill.el (fill-context-prefix): Doc fix.
6267
6268 1999-07-30 Dave Love <fx@gnu.org>
6269
6270 * font-lock.el (jit-lock): Fix :load, add :version.
6271
6272 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6273
6274 * term/pc-win.el (msdos-face-setup): Register standard colors in
6275 Vface_tty_color_alist.
6276 (face-color-supported-p, face_color_gray_p): New functions.
6277
6278 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6279 is bound.
6280
6281 * startup.el (command-line): Don't register default colors for
6282 MSDOS window-system.
6283
6284 1999-07-29 Dave Love <fx@gnu.org>
6285
6286 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6287 charquote.
6288
6289 * lisp-mode.el (eval-defun): Re-written to avoid
6290 capturing variables.
6291
6292 * picture.el (picture-beginning-of-line): Don't call
6293 hscroll-point-visible now we have real autoscrolling.
6294 (picture-end-of-line, picture-newline, picture-open-line):
6295 Likewise.
6296
6297 * international/latin-8.el: New file.
6298 * international/latin-9.el: New file.
6299
6300 1999-07-28 Dave Love <fx@gnu.org>
6301
6302 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6303
6304 * msb.el: Require cl only when compiling.
6305 (msb--home-dir): Deleted.
6306 (msb--format-title): Use abbreviate-file-name.
6307 (msb--choose-file-menu): Simplify string comparison.
6308
6309 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6310
6311 * faces.el (toolbar): Add face definition for mono displays.
6312
6313 1999-07-27 Richard M. Stallman <rms@gnu.org>
6314
6315 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6316
6317 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6318 force copying of default-frame-alist.
6319
6320 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6321
6322 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6323
6324 1999-07-26 Richard M. Stallman <rms@gnu.org>
6325
6326 * frame.el (set-mouse-color): If new color is nil,
6327 really respecify the current color.
6328
6329 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6330
6331 * faces.el (bitmap-area): Change background of face `bitmap-area'
6332 to white for mono displays.
6333
6334 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6335
6336 * international/ccl.el (ccl-embed-symbol): New function.
6337 (ccl-program-p): Deleted. Now it's implemented in C code.
6338 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6339 (ccl-compile-translate-character): Likewise.
6340 (ccl-compile-map-single): Likewise.
6341 (ccl-compile-multiple-map-function): Likewise.
6342 (declare-ccl-program): Doc-string modified.
6343 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6344
6345 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6346
6347 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6348
6349 1999-07-25 Markus Rost <rost@gnu.org>
6350
6351 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6352 the entries to make custom-file more readable.
6353
6354 1999-07-25 Richard M. Stallman <rms@gnu.org>
6355
6356 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6357
6358 * emacs-lisp/edebug.el: Delete compatibility code.
6359 (edebug-next-token-class): If . is followed by a digit,
6360 return `symbol' for the token class.
6361
6362 * startup.el (command-line): If we don't find the user's init file,
6363 set user-init-file to nil.
6364
6365 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6366
6367 * info-look.el (info-lookup-interactive-arguments): Add optional
6368 argument query for new choice of help mode.
6369 (info-lookup-symbol): Use it.
6370 (info-lookup-file): Ditto.
6371 (info-lookup): Don't switch to other window, if already in Info
6372 buffer.
6373
6374 1999-07-23 Dave Love <fx@gnu.org>
6375
6376 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6377 syntax.
6378 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6379 (fortran-font-lock-syntactic-keywords): New variable.
6380 (fortran-mode): Use it.
6381 (fortran-font-lock-keywords-1): Don't do comments.
6382 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6383 match data.
6384
6385 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6386
6387 * msb.el (msb-menu-bar-update-buffers): Renamed from
6388 menu-bar-update-buffers.
6389 (msb-custom-set, msb--toggle-menu-type): Call
6390 msb-menu-bar-update-buffers.
6391 (msb-mode): Revise the hook setting.
6392
6393 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6394
6395 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6396
6397 * font-lock.el, help.el, simple.el: Re-integrate previously
6398 described changes that were lost due to errors while checking them
6399 in.
6400
6401 1999-07-23 Kevin Blake <kblake@ticnet.com>
6402
6403 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6404
6405 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6406
6407 * international/encoded-kb.el
6408 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6409 but push it to unread-command-events.
6410 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6411 (encoded-kbd-self-insert-sjis): Likewise.
6412 (encoded-kbd-self-insert-big5): Likewise.
6413
6414 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6415 before left margin and fill-prefix by fill-find-break-point.
6416
6417 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6418
6419 * info-look.el (info-lookup-setup-mode): Don't give up, if
6420 info-lookup-make-completions returns an error.
6421 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6422 name latex, not latex2e.
6423
6424 1999-07-21 Richard M. Stallman <rms@gnu.org>
6425
6426 * replace.el (perform-replace): Turn off case-fold-search
6427 if FROM-STRING argument has uppercase in it.
6428
6429 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6430
6431 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6432 mode is on. Don't use end of changed text.
6433
6434 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6435
6436 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6437 (cl-hash-table-p): Renamed from hash-table-p.
6438 (cl-hash-table-count): Renamed from hash-table-count.
6439 (maphash): Alias to cl-maphash removed.
6440 (gethash): Likewise.
6441 (puthash): Likewise.
6442 (remhash): Likewise.
6443 (clrhash): Likewise.
6444
6445 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6446
6447 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6448 third arg non-nil. See comment there why this isn't a good idea.
6449
6450 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6451
6452 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6453
6454 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6455 sit-for with 3rd arg non-nil to prevent redisplay.
6456
6457 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6458
6459 * image.el (image-type-from-file-header): If file doesn't
6460 have a directory part, add data-directory.
6461
6462 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6463
6464 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6465 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6466 motion handling when tooltip-gud-tips-p is nil.
6467
6468 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6469
6470 * tooltip.el (tooltip-mode): Don't use `plusp'.
6471 (tooltip-active): Use initial value of nil.
6472
6473 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6474
6475 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6476
6477 * bindings.el (make-mode-line-mouse-sensitive): Add key
6478 definitions for `top-line'.
6479
6480 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6481
6482 * faces.el (top-line): New face.
6483
6484 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6485
6486 * image.el (image-type-regexps): Add regexp for PS files.
6487
6488 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6489
6490 * faces.el (set-face-attribute): Fix wrong handling of frame
6491 begin equal to t.
6492
6493 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6494
6495 * image.el (image-type-regexps): Add PNG format.
6496
6497 1999-07-21 Dave Love <fx@gnu.org>
6498
6499 * bindings.el (mode-line-modified): New variable.
6500 (mode-line-mode-menu-1): Switch to appropriate window before
6501 showing menu.
6502
6503 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6504
6505 * faces.el (face-underline): Removed.
6506 (face-underline-color): Ditto.
6507
6508 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6509
6510 * faces.el (face-x-resources): Fix typo.
6511
6512 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6513
6514 * faces.el: Remove handling of `:relief', extend handling of
6515 `:box'.
6516 (frame-set-background-mode): Choose new defface specs after
6517 frame parameters have changed.
6518
6519 * cus-face.el: Ditto.
6520
6521 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6522
6523 * custom.el (defface): Extend documentation to include new
6524 face attributes.
6525
6526 * cus-face.el (custom-face-attributes): Add overline,
6527 strike-through, box.
6528
6529 * faces.el (face-valid-attribute-values): Handle overline,
6530 strike-through, box.
6531 (face-attribute-name-alist): Add pairs for new face attributes.
6532 (describe-face): Handle new face attributes.
6533
6534 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6535
6536 * faces.el (face-x-resources): Add overline, strike-through, box.
6537
6538 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6539
6540 * enriched.el (enriched-translations): Add `display' and
6541 "x-display".
6542 (enriched-handle-display-prop): New.
6543 (enriched-decode-display-prop): New.
6544
6545 * format.el (top-level): Give `display' property
6546 `format-list-atomic-p.
6547 (format-annotate-single-property-change): Test that property.
6548 If present, treat list property values like atoms.
6549
6550 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6551
6552 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6553 so that "*" can be entered.
6554
6555 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6556
6557 * cus-face.el (custom-face-attributes): Don't use `#''.
6558
6559 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6560
6561 * cus-face.el (custom-face-attributes): Return underline
6562 face attribute directly from the second lambda of underline.
6563
6564 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6565
6566 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6567
6568 * frame.el (after-setting-font-hooks): New variable.
6569 (set-frame-font): Run those hooks.
6570
6571 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6572
6573 * faces.el (set-face-attribute): Fix doc string.
6574
6575 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6576
6577 * cus-face.el (custom-face-attributes): Accept color name.
6578
6579 * faces.el (face-underline-p): Accept unspecified underlining.
6580 (face-underline): Ditto. Fix doc string.
6581
6582 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6583
6584 * faces.el (face-underline-color): New function.
6585
6586 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6587
6588 * cus-face.el (custom-face-attributes): Support underline coloring.
6589 Added slot to choose a color.
6590
6591 * faces.el (face-underline): New function.
6592 (face-underline-p): Support underline coloring.
6593 Return nil only if the underline attribute is 'normal.
6594 (set-face-underline): New function.
6595 (face-valid-attribute-values): Support underline coloring.
6596
6597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6598
6599 * image.el (insert-image): Use `display' instead of `glyph'
6600 as text property name.
6601 (put-image): Ditto.
6602 (image-type-from-file-header): Use insert-file-contents-literally.
6603
6604 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6605
6606 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6607 string to indicate separators.
6608
6609 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6610
6611 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6612 instead of message-log.
6613
6614 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6615
6616 * faces.el (bitmap-area): New face.
6617
6618 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6619
6620 * image.el (insert-image): New.
6621
6622 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6623
6624 * frame.el (blink-cursor): Set the symbol's value.
6625 (show-trailing-whitespace): Change group to font-lock.
6626
6627 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6628
6629 * jit-lock.el: New.
6630 * font-lock.el: Add jit-mode as new support mode.
6631
6632 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6633 reaching end instead of letting re-search-forward signal an error.
6634 (demand-lock-mode): New.
6635 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6636 (font-lock-turn-off-thing-lock): Ditto.
6637 (font-lock-after-fontify-buffer): Ditto.
6638 (font-lock-after-unfontify-buffer): Ditto.
6639
6640 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6641
6642 * gs.el: New file.
6643
6644 * startup.el (command-line-1): Activate tooltip mode if
6645 interactive.
6646
6647 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6648
6649 * faces.el (toolbar): Grey default background.
6650 (modeline): Ditto.
6651
6652 * image.el (image-type-regexps): New.
6653 (image-type-from-file-header): New.
6654 (create-image): Call it.
6655
6656 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6657
6658 * image.el: New file.
6659
6660 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6661
6662 * bindings.el (mode-line-format): Replace `mode-name' with
6663 `(:eval mode-line-mode-name)'.
6664 (mode-line-mode-name): New.
6665 (make-mode-line-mouse-sensitive): Don't change default value
6666 of `mode-name'.
6667
6668 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6669
6670 * tooltip.el: New file.
6671
6672 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6673
6674 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6675 instead of mouse-3 to pop up menus.
6676 (mode-line-kill-buffer): Removed.
6677 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6678 buffer name.
6679 (mode-line-buffer-menu-1): Removed.
6680
6681 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6682
6683 * bindings.el (mode-line-buffer-identification-keymap): New.
6684 (mode-line-buffer-menu-keymap): New.
6685 (mode-line-mode-menu-keymap): New.
6686 (mode-line-unbury-buffer): New.
6687 (mode-line-other-buffer): New.
6688 (mode-line-kill-buffer): New.
6689 (mode-line-buffer-menu-1): New.
6690 (mode-line-mode-menu-1): New.
6691 (make-mode-line-mouse-sensitive): New.
6692
6693 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6694
6695 * help.el (describe-key-briefly): Handle mode line strings
6696 with local-map properties.
6697 (describe-key): Ditto.
6698 (mode-line-key-binding): New.
6699
6700 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6701
6702 * scroll-bar.el (scroll-bar-timer): New.
6703 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6704
6705 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6706
6707 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6708 and `bottom'.
6709
6710 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6711
6712 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6713 (global): Use different key bindings if using tookit scroll bars.
6714
6715 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6716
6717 * faces.el (modeline): Define mode line face with relief for
6718 class color, only.
6719 (toolbar): New face.
6720
6721 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6722
6723 * frame.el (frame-initialize): Set frame-creation-function to
6724 tty-create-frame-with-faces.
6725
6726 * faces.el (frame-set-background-mode): Make it work for
6727 window-system nil.
6728
6729 * faces.el (tty-create-frame-with-faces): New.
6730 (face-set-after-frame-default): Make it work for TTY frames.
6731
6732 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6733
6734 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6735 Return a list of one font family for TTYs. Don't return bitmap
6736 file paths for TTY frames.
6737
6738 * faces.el: Add face specs for tty displays to basic faces.
6739
6740 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6741 (font-lock-string-face): Ditto.
6742 (font-lock-keyword-face): Ditto.
6743 (font-lock-builtin-face): Ditto.
6744 (font-lock-function-name-face): Ditto.
6745 (font-lock-variable-name-face): Ditto.
6746 (font-lock-type-face): Ditto.
6747 (font-lock-constant-face): Ditto.
6748 (font-lock-warning-face): Ditto.
6749
6750 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6751
6752 * startup.el (command-line): Register default tty colors.
6753
6754 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6755
6756 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6757
6758 * faces.el (modeline): For X frames, use a modeline with relief.
6759
6760 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6761
6762 * faces.el (frame-update-faces): Copied from 20.2.
6763 (frame-update-face-colors): Ditto. Code removed that isn't
6764 applicable in the new face implementation.
6765
6766 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6767
6768 * frame.el (show-trailing-whitespace): New.
6769
6770 * faces.el (trailing-whitespace): New basic face.
6771
6772 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6773
6774 * cus-face.el (custom-facep): Always define as alias for facep.
6775
6776 * cus-face.el (custom-face-attributes): Use choice widgets.
6777 Remove :bold and :italic.
6778
6779 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6780
6781 * faces.el (face-charset-registries): Removed since fontset.el
6782 is no always loaded.
6783
6784 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6785
6786 * faces.el (internal-get-face): Added as obsolete function for
6787 compatibility.
6788
6789 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6790
6791 * frame.el (blink-cursor-end): Call show-cursor.
6792 (blink-cursor-mode): Ditto.
6793
6794 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6795
6796 * faces.el (face-spec-reset-face): Reset all attributes to
6797 `unspecified'.
6798 (face-spec-set): Use it.
6799
6800 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6801
6802 * faces.el (read-all-face-attributes): Bug fix.
6803 (face-read-integer): Allow nil default value.
6804 (face-valid-attribute-values): Use symbol names of attribute
6805 values for completion list.
6806
6807 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6808
6809 * faces.el (internal-find-face): Define for compatibility with
6810 20.2.
6811 (face-id): Likewise.
6812
6813 * faces.el (face-id): Return the ID of a realized face for ASCII.
6814
6815 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6816 (x-complement-fontset-spec): Use face-charset-registries.
6817
6818 * faces.el (face-font-selection-order): Set font selection order
6819 from Lisp.
6820 (face-alternative-font-family-alist): Set alternative font
6821 families from Lisp.
6822
6823 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6824
6825 * faces.el (set-face-charset-registries): Set symbol value.
6826
6827 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6828
6829 * faces.el (face-set-after-frame-default): Call function
6830 internal-merge-in-global-face.
6831
6832 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6833
6834 * faces.el (face-list): Return symbols from face-global-alist.
6835
6836 * faces.el (face-list): Return a copy of the face name list so
6837 that it cannot be modified from outside (facemenu.el uses
6838 nreverse, for example).
6839
6840 * cus-face.el (custom-face-attributes): Add :bold and :italic
6841 for compatibility with old code.
6842
6843 * faces.el (set-face-attributes-from-resources): Additional
6844 frame parameter.
6845 (make-face-x-resource-internal): Set attributes from resources
6846 for a given frame or all frames.
6847
6848 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6849
6850 * faces.el (all-faces): Removed.
6851
6852 * custom.el (defface): Add new face attributes to function
6853 comment.
6854
6855 * font-lock.el (font-lock-comment-face): Use new face attribute
6856 names.
6857 (font-lock-string-face): Ditto.
6858 (font-lock-keyword-face): Ditto.
6859 (font-lock-builtin-face): Ditto.
6860 (font-lock-function-name-face): Ditto.
6861 (font-lock-variable-name-face): Ditto.
6862 (font-lock-type-face): Ditto.
6863 (font-lock-reference-face): Ditto.
6864 (font-lock-warning-face): Ditto.
6865 ((boundp 'font-lock-face-attributes)): Ditto.
6866
6867 * cus-face.el (custom-face-attributes): Use new face attributes.
6868
6869 * faces.el (set-face-attribute-from-resource): Initialize
6870 from resources only for X and W32.
6871
6872 * cus-face.el (custom-declare-face): Don't make frame-local
6873 faces.
6874
6875 * faces.el (describe-face): Use princ instead of insert.
6876
6877 * faces.el: Add XLFD manipulation functions from 20.2 again
6878 because fontset.el uses them.
6879 (face-set-after-frame-default): Add empty definition.
6880
6881 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6882
6883 * faces.el (make-face): Correct typo.
6884 (set-face-attribute-from-resource): Use let*.
6885 (face-underline-p): Correct typo.
6886 (face-inverse-video-p): Ditto.
6887 (set-face-stipple): Ditto.
6888 (face-read-string): Make completion-list optional parameter.
6889
6890 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6891
6892 * faces.el (face-charset-registries): Alist mapping charset
6893 symbols to registries and encoding.
6894
6895 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6896
6897 * frame.el (blink-cursor-mode): Use interactive spec "P".
6898
6899 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6900
6901 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6902 mode. The cursor of selected_window blinks if the mode is enabled.
6903
6904 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6905
6906 * simple.el (next-history-element): Set point to the end of the
6907 prompt if minibuffer-prompt-in-buffer.
6908
6909 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6910
6911 * faces.el (x-font-regexp): Add sub-expression parentheses for
6912 several font name components.
6913
6914 1999-07-21 Gerd Moellmann <gerd@acm.org>
6915
6916 * faces.el (set-face-relief): Use index 12 for relief.
6917 (face-fill-in): Set relief from data.
6918 (internal-make-face): Init relief to zero.
6919
6920 * faces.el (face-spec-set): Call modify-face with additional
6921 parameters for relief and fixed-p.
6922
6923 1999-07-21 Gerd Moellmann <gerd@acm.org>
6924
6925 * cus-face.el: ':fixed and ':relief added.
6926
6927 * faces.el (describe-face): Add fixed font attribute and relief.
6928 (face-attr-match-p): Ditto.
6929 (face-attr-construct): Ditto.
6930 (face-spec-set): Ditto.
6931
6932 1999-07-21 Gerd Moellmann <gerd@acm.org>
6933
6934 * faces.el (internal-make-face): Function to create a Lisp vector
6935 suitable for representing a face.
6936 (make-face): Use it instead of make-vector.
6937 (x-create-frame-with-faces): Use it instead of vector.
6938 (internal-facep): Increase vector size to 14.
6939 (internal-make-face): Ditto.
6940 (face-relief): Access relief thickness.
6941 (face-fixed-p): Access fixed font attribute.
6942 (set-face-fixed-p): Set fixed font attribute.
6943 (set-face-relief): Set relief attribute.
6944 (internal-face-interactive-int): Read int attribute of face.
6945 (modify-face): Add fixed-p and relief parameters.
6946 (copy-face): Handle fixed-p and relief.
6947 (face-equal): Compare fixed-p and relief.
6948 (face-differs-from-default-p): Ditto.
6949 (face-nontrivial-p): Add fixed-p and relief.
6950
6951 1999-07-21 Gerd Moellmann <gerd@acm.org>
6952
6953 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6954 (internal-facep): Increase vector size.
6955 (make-face): Ditto.
6956 (face-shadow-thickness): Added.
6957 (set-face-shadow-thickness): Added.
6958 (modify-face): Add optional shadow-thickness parameter.
6959 (make-face-x-resource-internal): Add shadows.
6960 (copy-face): Ditto.
6961 (face-equal): Ditto.
6962 (face-differs-from-default-p): Ditto.
6963 (face-nontrivial-p): Ditto.
6964 (face-attr-match-p): Ditto.
6965 (face-attr-construct): Ditto.
6966 (face-spec-set): Ditto.
6967 (face-fill-in): Ditto.
6968
6969 1999-07-21 Gerd Moellmann <gerd@acm.org>
6970
6971 * bench.el (bench-mark-split-window): New bench mark.
6972
6973 1999-07-21 Gerd Moellmann <gerd@acm.org>
6974
6975 * faces.el (set-face-font): Don't pass default font to
6976 x-resolve-font so that font will not have to be of the same
6977 size.
6978
6979 1999-07-20 Dave Love <fx@gnu.org>
6980
6981 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6982 unconditionally t.
6983
6984 1999-07-20 Karl Heuer <kwzh@gnu.org>
6985
6986 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6987
6988 1999-07-20 Dave Love <fx@gnu.org>
6989
6990 * help.el (describe-variable): Fix test for customizability.
6991
6992 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6993 Check for readonly buffer in interactive spec.
6994 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6995 (backward-kill-word): Add * to interactive spec.
6996
6997 * underline.el (underline-region, ununderline-region): Add * to
6998 interactive spec.
6999
7000 * fill.el (canonically-space-region, justify-current-line): Add *
7001 to interactive spec.
7002 (fill-region-as-paragraph, fill-paragraph, fill-region)
7003 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7004 readonly buffer in interactive spec.
7005
7006 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7007 (backward-kill-sentence, kill-sentence): Add * to interactive
7008 spec.
7009
7010 1999-07-19 Richard M. Stallman <rms@gnu.org>
7011
7012 * dired-aux.el (dired-do-shell-command): Doc fix.
7013
7014 * shell.el (shell-unquote-argument): New function.
7015 (shell-directory-tracker): Use shell-unquote-argument.
7016 * comint.el (comint-arguments): Handle \ followed by space or tab.
7017
7018 1999-07-19 John Wiegley <jwiegley@borland.com>
7019
7020 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7021 color codes 39 and 49, which by the way lynx uses them seem to
7022 mean "foreground reset" and "background reset".
7023
7024 1999-07-19 Karl Heuer <kwzh@gnu.org>
7025
7026 * font-lock.el (c++-keywords): Add "typeid".
7027
7028 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7029 selects no font, treat that as zero selections, not one.
7030
7031 1999-07-19 Dave Love <fx@gnu.org>
7032
7033 * info.el (Info-search): Don't lose with empty regexp.
7034
7035 * version.el: Cater for (free) `ident' program, not `which'.
7036
7037 * hl-line.el: New file.
7038
7039 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7040 for modes which don't define menus.
7041
7042 1999-07-16 Richard M. Stallman <rms@gnu.org>
7043
7044 * webjump.el (webjump-sample-sites): Update some URLs.
7045
7046 1999-07-14 Richard Stallman <rms@gnu.org>
7047
7048 * Version 20.4 released.
7049
7050 1999-07-14 Andreas Schwab <schwab@gnu.org>
7051
7052 * compare-w.el (compare-windows): Try to find the next window in
7053 the current frame before looking at the other frames.
7054
7055 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7056
7057 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7058 Use cyrillic-jcuken as default input method.
7059
7060 1999-07-12 Richard Stallman <rms@gnu.org>
7061
7062 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7063 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7064
7065 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7066 (ispell-local-dictionary-alist): Add koi8-r for character set.
7067
7068 * textmodes/flyspell.el (flyspell-get-word):
7069 Add special handling for when ispell-otherchars is empty.
7070
7071 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7072
7073 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7074 when having nested functons.
7075 (pascal-indent-nested-functions) (pascal-indent-line)
7076 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7077 indenting nested functions.
7078
7079 1999-07-09 Richard Stallman <rms@gnu.org>
7080
7081 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7082
7083 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7084
7085 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7086 the `end' keyword was in the very beginning of the buffer.
7087
7088 1999-07-08 Richard Stallman <rms@gnu.org>
7089
7090 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7091
7092 * term.el (term-emulate-terminal): Avoid infinite loop
7093 in strange case where minibuffer window is selected but not active.
7094
7095 1999-07-07 Stephen Eglen <stephen@gnu.org>
7096
7097 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7098 Change regexp so that it doesn't match commands beginning with `cd'.
7099
7100 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7101
7102 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7103
7104 1999-07-06 Richard Stallman <rms@gnu.org>
7105
7106 * hscroll.el (hscroll-minibuffer-hook): New function.
7107 (hscroll-global-mode): Add and remove that hook.
7108 Set hscroll-old-truncate-was-global's default value.
7109
7110 1999-07-05 Richard Stallman <rms@gnu.org>
7111
7112 * files.el (revert-buffer): Don't preserve point here.
7113 (revert-buffer-insert-file-contents-function): Doc fix.
7114
7115 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7116
7117 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7118 doing a `stat' when it isn't necessary because that can cause
7119 trouble when an NFS server is down.
7120
7121 1999-07-04 Richard Stallman <rms@gnu.org>
7122
7123 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7124
7125 1999-07-03 Richard Stallman <rms@gnu.org>
7126
7127 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7128 for \200...\240 also.
7129 (isearch-printing-char): Use unibyte-char-to-multibyte.
7130
7131 1999-07-02 Richard Stallman <rms@gnu.org>
7132
7133 * frame.el (minibuffer-frame-alist): Use defcustom.
7134 (pop-up-frame-alist): Likewise.
7135 (initial-frame-alist): Specify * in the doc string.
7136
7137 * hscroll.el (hscroll-mode): Make it a permanent local.
7138 (hscroll-mode): Don't cancel the timer
7139 if HScroll mode is enabled in some other buffer.
7140
7141 * isearch.el (isearch-done): If search ends in middle of intangible
7142 text (due to text property), move on to the limit of that text.
7143
7144 1999-07-01 Andrew Innes <andrewi@gnu.org>
7145
7146 * man.el (Man-build-man-command): Use value of null-device,
7147 instead of hard-coding "/dev/null".
7148
7149 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7150 ange-ftp file names, which might force ange-ftp to prompt for a
7151 password.
7152
7153 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7154 to prevent references to temp files.
7155
7156 1999-06-30 Richard Stallman <rms@gnu.org>
7157
7158 * progmodes/sh-script.el (sh-feature): If nothing is known
7159 about the given shell, use the values for `sh'.
7160
7161 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7162
7163 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7164 to make it non-recursive.
7165
7166 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7167
7168 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7169
7170 * auto-show.el (auto-show-mode): Fix Typo in :set.
7171
7172 1999-06-29 Richard M. Stallman <rms@gnu.org>
7173
7174 * progmodes/sh-script.el (sh-mode): When setting syntax
7175 table, default to the standard one.
7176
7177 1999-06-27 Richard M. Stallman <rms@gnu.org>
7178
7179 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7180
7181 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7182
7183 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7184 a frame when `return' is requested (even if pop-up-frames = t)
7185 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7186 should only be set for the bibtex buffer.
7187
7188 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7189
7190 * progmodes/compile.el: Deal with compilation-error-screen-columns
7191 being buffer-local.
7192
7193 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7194
7195 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7196
7197 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7198
7199 * cal-x.el (calendar-only-one-frame-setup): New function.
7200 * calendar.el (calendar): Call it if requested.
7201
7202 1999-06-24 Karl Heuer <kwzh@gnu.org>
7203
7204 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7205
7206 1999-06-22 Richard M. Stallman <rms@gnu.org>
7207
7208 * mail/supercite.el (sc-emacs-features): Doc fix.
7209
7210 1999-06-22 Karl Heuer <kwzh@gnu.org>
7211
7212 * files.el (auto-mode-alist): Add pike-mode.
7213
7214 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7215
7216 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7217 last byte of a numeric field is a space or a NUL. Parse it as
7218 potentially part of the number. This is used by GNU tar
7219 1.12.64012 to handle larger values.
7220
7221 1999-06-20 Karl Heuer <kwzh@gnu.org>
7222
7223 * custom.el (custom-handle-keyword): Fix error message.
7224
7225 1999-06-18 Andrew Innes <andrewi@gnu.org>
7226
7227 * mail/smtpmail.el (smtpmail-send-it): Use
7228 convert-standard-filename to make file names for queued mail safe
7229 on Windows (`:' is invalid in file names on Windows).
7230
7231 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7232
7233 * international/mule-cmds.el (describe-current-input-method):
7234 Current-input-method is string.
7235 (toggle-input-method): Docstring fixed.
7236
7237 * international/mule-diag.el
7238 (describe-current-coding-system-briefly): Fix format string.
7239
7240 * international/mule-util.el (coding-system-eol-type-mnemonic):
7241 Docstring modified. Return a string.
7242
7243 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7244
7245 * sql.el (sql-input-ring-file-name): Doc fix.
7246
7247 1999-06-17 Richard M. Stallman <rms@gnu.org>
7248
7249 * calendar/cal-x.el (special-display-buffer-names):
7250 Don't put (get-file-buffer diary-file) on this list.
7251
7252 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7253
7254 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7255 Don't penalize player for certain impossible guesses.
7256
7257 1999-06-16 Andrew Innes <andrewi@gnu.org>
7258
7259 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7260 return the string "Unk 0 0000" so at least it appears to be a
7261 valid timestamp to `dired-move-to-filename-regexp'.
7262
7263 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7264
7265 * ps-print.el (ps-control-character): Fix previous change.
7266
7267 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7268
7269 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7270 multiple output of the last message.
7271
7272 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7273
7274 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7275 the ASCII apostrophe, as most DOS codepages have some other glyph
7276 there.
7277
7278 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7279
7280 * language/ethio-util.el (setup-ethiopic-environment-internal):
7281 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7282 (exit-ethiopic-environment): Likewize.
7283
7284 1999-06-12 Richard M. Stallman <rms@gnu.org>
7285
7286 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7287
7288 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7289
7290 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7291 custom-initialize-default to avoid infinite loop.
7292 (crisp-mode): (defun) Call transient-mark-mode here, not when
7293 loading the file. Run crisp-mode-hook here, and run
7294 crisp-load-hook when loading the file.
7295
7296 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7297 rmail-summary buffer, search for pattern in rmail-file.
7298
7299 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7300
7301 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7302
7303 * ps-print.el (ps-printer-name): Fix custom type.
7304
7305 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7306
7307 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7308 (vhdl-port-paste-generic-map): Fix indentation bug.
7309 (vhdl-port-paste-port-map): Fix indentation bug.
7310 (vhdl-scan-file-contents): Make scanning case insensitive.
7311
7312 1999-06-11 Richard M. Stallman <rms@gnu.org>
7313
7314 * files.el (write-file): When buffer is not already visiting a file,
7315 don't put buffer name in the minibuffer, just make it the default.
7316 Also handle just directory as arg usefully in that case.
7317
7318 * simple.el (sendmail-user-agent-compose):
7319 Ignore case when inserting the rest of the "other" headers.
7320
7321 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7322
7323 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7324 (info-lookup-interactive-arguments): Never insert the default
7325 into the minibuffer automatically.
7326
7327 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7328
7329 1999-06-09 Richard M. Stallman <rms@gnu.org>
7330
7331 * simple.el (shell-command): Avoid printing "mark set" message.
7332
7333 1999-06-09 Dave Love <fx@gnu.org>
7334
7335 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7336 digits in program name in first pattern.
7337
7338 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7339
7340 * vc.el (vc-dired-mode): Don't match anything before the date in
7341 dired-move-to-filename-regexp.
7342
7343 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7344
7345 * international/quail.el (quail-define-rules): Fix typo in
7346 docstring.
7347
7348 1999-06-05 Stephen Eglen <stephen@gnu.org>
7349
7350 * iswitchb.el (iswitchb-default-keybindings): Add
7351 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7352 than when package is loaded.
7353
7354 1999-06-04 Richard M. Stallman <rms@gnu.org>
7355
7356 * startup.el (command-line): Don't set user-init-file directly;
7357 tell `load' to set it.
7358
7359 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7360
7361 * simple.el (next-history-element):
7362 Handle minibuffer-text-before-history properly when reading sexps.
7363
7364 * disp-table.el (standard-display-european):
7365 For an interactive call by the user,
7366 don't set enable-multibyte-characters,
7367 and don't set the terminal coding system.
7368
7369 * textmodes/refbib.el: Don't print any messages or display
7370 a buffer when loading the library.
7371 (r2b-help): Doc fix.
7372 (r2b-help-message): Update the documentation.
7373 (r2b-load-quietly): Variable deleted.
7374 (r2b-convert-buffer): Doc fix.
7375
7376 1999-06-04 Dave Love <fx@gnu.org>
7377
7378 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7379
7380 * auto-show.el: Don't change hooks on loading.
7381 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7382 (auto-show-mode): Add to hooks here.
7383
7384 1999-06-04 Richard Sharman <rsharman@pobox.com>
7385
7386 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7387 recursion on bogus input.
7388
7389 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7390
7391 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7392 does not select a buffer from the buffers menu, then the attached
7393 frame is not switched to anything.
7394
7395 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7396
7397 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7398 (viet-viscii-...->viet-vscii...).
7399
7400 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7401
7402 1999-06-01 Dave Love <fx@gnu.org>
7403
7404 * progmodes/fortran.el: Add :link to defgroup.
7405 (fortran-blink-matching-if): Match ELSE statements too.
7406 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7407 that filling is always done.
7408
7409 1999-05-31 Richard M. Stallman <rms@gnu.org>
7410
7411 * simple.el (append-next-kill): Use an arg to distinguish
7412 interactive calls from Lisp calls, rather than (interactive-p).
7413
7414 * international/iso-transl.el (iso-transl-language-alist):
7415 Interchange n and N.
7416
7417 1999-05-31 Dave Love <fx@gnu.org>
7418
7419 * msb.el Add to minor-mode-map-alist. Remove hook installation
7420 and keymap munging on load.
7421 (msb-mode): New option.
7422 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7423 Doc fix.
7424 (msb-mode-map): New variable.
7425 (msb-mode): New command.
7426
7427 1999-05-31 Dave Love <fx@gnu.org>
7428
7429 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7430 (ispell-complete-word-dict): Likewise.
7431
7432 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7433
7434 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7435 force the data buffer to be saved, even if the data didn't
7436 change, in case the write filter was modified. Restore the
7437 current record after read-file-filter finishes.
7438
7439 1999-05-29 Karl Heuer <kwzh@gnu.org>
7440
7441 * ispell4.el: Obsolete; file deleted.
7442
7443 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7444
7445 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7446 VALUE is a syntax table.
7447
7448 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7449
7450 * simple.el (zap-to-char): Doc fix.
7451
7452 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7453
7454 * isearch.el (isearch-quote-char): Don't assume character codes
7455 0200 - 0237 stand for characters in some single-byte character
7456 charset.
7457
7458 1999-05-27 Dave Love <fx@gnu.org>
7459
7460 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7461
7462 1999-05-27 Andreas Schwab <schwab@gnu.org>
7463
7464 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7465 headerline does not exist already.
7466
7467 1999-05-26 Richard Stallman <rms@gnu.org>
7468
7469 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7470 Avoid nested null-loops.
7471
7472 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7473
7474 * international/characters.el: Typo fixed; prefered->preferred.
7475
7476 * international/mule-cmds.el (find-coding-systems-for-charsets):
7477 Typo fixed; prefered->preferred.
7478
7479 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7480 method in read-event.
7481
7482 * international/mule.el (charset-info): Doc-string fixed.
7483
7484 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7485
7486 * mail/smtpmail.el (smtpmail-send-it): Bind
7487 smtpmail-code-conv-from properly.
7488 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7489 by smtpmail-code-conv-from.
7490
7491 1999-05-24 Richard Stallman <rms@gnu.org>
7492
7493 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7494 Binding deleted also.
7495
7496 1999-05-24 Karl Heuer <kwzh@gnu.org>
7497
7498 * comint.el (comint-bol-or-process-mark): Doc fix.
7499
7500 1999-05-23 Dave Love <fx@gnu.org>
7501
7502 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7503 Enter it on minor-mode-map-alist.
7504 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7505 Autoload. Add custom setter.
7506 (crisp-mark-line): Doc fix.
7507 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7508 (crisp-mode-hook): Define.
7509
7510 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7511
7512 * files.el (recover-file): Recover buffer-file-coding-system.
7513
7514 1999-05-22 Richard Stallman <rms@gnu.org>
7515
7516 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7517 regexp match the date, to avoid treating date as file size.
7518 Add YYYY S option to WESTERN/
7519
7520 * bookmark.el: Delete some XEmacs compatibility code.
7521 (bookmark-jump-noselect): Check vc-backend.
7522
7523 * subr.el (add-to-list): Doc fix.
7524
7525 1999-05-21 Stephen Eglen <stephen@gnu.org>
7526
7527 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7528
7529 1999-05-18 Richard Stallman <rms@gnu.org>
7530
7531 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7532 non-space after the @anchor command.
7533 (texinfo-format-var): Handle other nested constructs, using
7534 texinfo-parse-expanded-arg and texinfo-discard-command, not
7535 texinfo-parse-arg-discard.
7536
7537 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7538 (debug): Bind and use debugger-outer-inhibit-redisplay.
7539 Bind inhibit-redisplay to nil.
7540 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7541
7542 1999-05-17 Dave Love <fx@gnu.org>
7543
7544 * help.el (describe-function-1): Extra arg, interactive-p.
7545 (describe-key, describe-function): Use it.
7546
7547 1999-05-17 Karl Heuer <kwzh@gnu.org>
7548
7549 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7550
7551 1999-05-16 Dave Love <fx@gnu.org>
7552
7553 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7554 scroll-preserve-screen-position, scroll-conservatively.
7555
7556 1999-05-16 Dave Love <fx@gnu.org>
7557
7558 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7559
7560 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7561
7562 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7563
7564 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7565
7566 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7567 magic number and is not associated with a file.
7568
7569 1999-05-14 Richard M. Stallman <rms@gnu.org>
7570
7571 * files.el (find-file-noselect-1): Fix previous change.
7572
7573 1999-05-14 Simon Marshall <simon@gnu.org>
7574
7575 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7576
7577 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7578
7579 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7580 docstring.
7581
7582 * international/mule-cmds.el: Change MULE to Mule in docstrings
7583 and menus.
7584
7585 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7586
7587 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7588 to correctly reflect the value of BaseLineOffset in
7589 RelativeCompose. Now the value of RelativeCompose is an array of
7590 low and high positions.
7591 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7592 RLC for the above change.
7593
7594 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7595
7596 * comint.el (comint-password-prompt-regexp): Modified to match the
7597 output of ksu and ssh-add.
7598
7599 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7600
7601 * language/korea-util.el (isearch-toggle-korean-input-method):
7602 Adjusted for the change of input method handling in isearch.el.
7603 (isearch-hangul-switch-symbol-ksc): Likewise.
7604 (isearch-hangul-switch-hanja): Likewise.
7605
7606 1999-05-10 Dave Love <fx@gnu.org>
7607
7608 * help.el (help-make-xrefs): Fix typo.
7609
7610 1999-05-10 Andreas Schwab <schwab@gnu.org>
7611
7612 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7613 unibyte-display-via-language-environment.
7614
7615 * help.el (help-make-xrefs): Handle more cases when looking for
7616 commands in a keymap description.
7617
7618 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7619
7620 * loadup.el: For ms-dos systems, load ccl and codepage.
7621
7622 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7623
7624 * ps-print.el (ps-control-character): Call
7625 ps-mule-prepare-ascii-font to setup ASCII fonts.
7626
7627 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7628 ps-multibyte-buffer is nil, use
7629 ps-mule-font-info-database-default."
7630
7631 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7632
7633 * ispell.el (ispell-local-dictionary-alist): New variable for
7634 customizing local dictionaries not accessable by everyone.
7635 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7636 (ispell-required-version): Changed format `(major minor
7637 revision)' to support general pattern matching.
7638 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7639 skip region commented out due to incorrect skip potential in std latex.
7640 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7641 cursor point on small words for calls from `ispell-minor-mode'.
7642 (check-ispell-version): Tests and accepts versions major.minor
7643 and above, with adjustments for interactions in 3.1.0-3.1.11.
7644 (ispell-get-line): No longer skips ispell process special characters.
7645 (ispell-comments-and-strings): Removed `when' macro call.
7646 (ispell-minor-check): Requires ispell-word to restore cursor point.
7647 (ispell-buffer-local-parsing): Supports checking comments only.
7648
7649 1999-05-08 Karl Heuer <kwzh@gnu.org>
7650
7651 * comint.el (comint-password-prompt-regexp): Fix last change to be
7652 more specific.
7653
7654 1999-05-07 Richard M. Stallman <rms@gnu.org>
7655
7656 * subr.el (with-temp-message): Fix the other call to message
7657 to use %s.
7658
7659 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7660
7661 * gud.el (gud-format-command): "%F" means file sans extension.
7662 (jdb): Use %F, not %f, for gud-break.
7663
7664 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7665
7666 * comint.el (comint-password-prompt-regexp): Modified so that it
7667 matches the output of kinit.
7668
7669 1999-05-06 Greg Stark <gsstark@mit.edu>
7670
7671 * timezone.el (timezone-parse-date): Recognize new format used in
7672 internet cookies.
7673
7674 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7675
7676 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7677
7678 1999-05-04 Andrew Innes <andrewi@gnu.org>
7679
7680 * time.el (display-time-update): Allow for wrap-around when
7681 checking against display-time-server-down-time.
7682
7683 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7684
7685 * international/mule-diag.el (describe-coding-system): Fix English
7686 message.
7687
7688 1999-05-03 Jason Rumney <jasonr@altavista.net>
7689
7690 * term/w32-win.el: Change the x-charset-registry property for the
7691 Japanese charsets that are supported by Japanese Windows fonts.
7692
7693 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7694
7695 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7696 diary-block diary entries for which the reminders and the diary
7697 entries can overlap.
7698
7699 1999-05-02 Jason Rumney <jasonr@altavista.net>
7700
7701 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7702 matches the font selected in the dialog.
7703
7704 1999-05-02 Dave Love <fx@gnu.org>
7705
7706 * browse-url.el (browse-url-browser-function): Add :version.
7707
7708 * international/mule.el (auto-coding-alist): Add .tgz.
7709
7710 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7711
7712 * international/codepage.el (cp-coding-system-for-codepage-1):
7713 Make the magnification parameter for the -dos encoder be 2.
7714
7715 1999-05-2 Andrew Innes <andrewi@gnu.org>
7716
7717 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7718 it is dropped, rather than current window.
7719
7720 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7721 after switching buffer, as case-fold-search is a buffer local
7722 variable.
7723
7724 * w32-fns.el (convert-standard-filename): Only convert directory
7725 separators to backslash if the interactive shell is one of the
7726 standard Windows shells that has DOS semantics.
7727
7728 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7729 format-time-string, and return a suitable string to indicate the
7730 timestamp was invalid.
7731
7732 * hexl.el (hexlify-command): Apply shell-quote-argument after
7733 expanding hexl-program in case exec-directory contains a space.
7734 (dehexlify-command): Ditto.
7735
7736 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7737 file extension regexps which aren't necessarily binary files.
7738 (direct-print-region-helper): Use subst-char-in-string instead of
7739 binding directory-sep-char to convert filenames to DOS syntax.
7740 (direct-print-region-use-command-dot-com): New variable.
7741 (direct-print-region-helper): Use it to control whether to invoked
7742 command.com to print on Windows 9x.
7743
7744 * browse-url.el (browse-url-browser-function): Default to
7745 browse-url-default-windows-browser on windows-nt.
7746 (browse-url-default-windows-browser): New function.
7747
7748 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7749
7750 * forms.el (forms-mode): Don't call forms-first-record or
7751 forms-last-record if the data file has zero records.
7752
7753 1999-04-29 Richard M. Stallman <rms@gnu.org>
7754
7755 * files.el (find-file-noselect-1): If buffer-file-name has changed
7756 after find-file-not-found-hooks runs, recompute the truename.
7757 And don't use FILENAME after that point.
7758
7759 1999-04-27 Dave Love <fx@gnu.org>
7760
7761 * paren.el (show-paren-mode)
7762 * which-func.el (which-func-mode-global)
7763 * type-break.el (type-break-mode)
7764 * time.el (display-time-mode)
7765 * rsz-mini.el (resize-minibuffer-mode)
7766 * mouse-sel.el (mouse-sel-mode)
7767 * icomplete.el (icomplete-mode)
7768 * hscroll.el (hscroll-global-mode)
7769 * help.el (temp-buffer-resize-mode)
7770 * font-lock.el (global-font-lock-mode)
7771 * delsel.el (delete-selection-mode)
7772 * avoid.el (mouse-avoidance-mode)
7773 * autoinsert.el (auto-insert-mode)
7774 * winner.el (winner-mode): Doc fix.
7775
7776 1999-04-26 Karl Heuer <kwzh@gnu.org>
7777
7778 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7779 the same whitespace that was ignored in choosing the subject string.
7780
7781 1999-04-26 Richard M. Stallman <rms@gnu.org>
7782
7783 * info.el (Info-find-node): Position properly after finding anchor.
7784
7785 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7786
7787 * simple.el (indent-new-comment-line): Fix previous change.
7788
7789 * complete.el: Delete the wildcard expansion feature
7790 since that is now standard in find-file.
7791 (PC-try-load-many-files): Function deleted.
7792 (PC-after-load-many-files): Function deleted.
7793 (PC-many-files-list): Variable deleted.
7794 (PC-disable-wildcards): Variable deleted.
7795 (partial-completion-mode): Don't enable the wildcard feature.
7796
7797 * complete.el (PC-look-for-include-file): Don't set global variables
7798 `error', `buf' and `filename' here.
7799
7800 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7801
7802 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7803
7804 * textmodes/outline.el (outline-regexp): Doc fix.
7805
7806 1999-04-26 John Wiegley <johnw@borland.com>
7807
7808 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7809 C++Builder 4.0 error message syntax.
7810
7811 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7812
7813 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7814 supported, use find -exec.
7815
7816 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7817
7818 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7819 coding-system-for-write, to avoid hanging when non-interactive.
7820
7821 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7822
7823 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7824 start with a newline.
7825
7826 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7827
7828 * international/mule-conf.el (x-ctext): New coding system.
7829
7830 1999-04-12 Richard M. Stallman <rms@gnu.org>
7831
7832 * international/mule-cmds.el (input-method-function):
7833 Add permanent-local property.
7834
7835 1999-04-12 Dave Love <fx@gnu.org>
7836
7837 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7838 change to use jka-compr-byte-compiler-base-file-name.
7839
7840 * supercite.el (sc-scan-info-alist): Revert last change.
7841 (sc-attrib-selection-list): Fix :type here instead.
7842
7843 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7844
7845 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7846 in the list of case-insensitive filesystems.
7847
7848 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7849
7850 * international/fontset.el (create-fontset-from-fontset-spec):
7851 Don't register duplicated alias fontset names.
7852
7853 1999-04-08 Richard Stallman <rms@gnu.org>
7854
7855 * international/mule.el (auto-coding-alist-lookup): New function.
7856 (set-auto-coding): Use auto-coding-alist-lookup.
7857
7858 * jka-compr.el (jka-compr-insert-file-contents):
7859 Use auto-coding-alist-lookup to check for files that
7860 should not have eol conversion, in the unibyte case.
7861
7862 1999-04-07 Dave Love <fx@gnu.org>
7863
7864 * help.el (describe-variable): Check custom-loads property as well
7865 as custom-type.
7866
7867 * abbrev.el (abbrev-mode): Customizing sets the default value.
7868
7869 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7870
7871 * vc.el (vc-backend-revert): For CVS files that were made
7872 writeable with "cvs edit", call "cvs unedit" to undo that.
7873
7874 1999-04-08 Dave Love <fx@gnu.org>
7875
7876 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7877 more.
7878 (sc-emacs-features): Recognize Emacs 20.
7879 (sc-read-string): Use history arg.
7880 (sc-scan-info-alist): Check for rtnvalue a cons.
7881
7882 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
7883
7884 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7885 coding system to encode the message by
7886 select-message-coding-system.
7887
7888 1999-04-07 Richard Stallman <rms@gnu.org>
7889
7890 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7891
7892 * winner.el: Reorder definitions.
7893
7894 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7895
7896 * mail/rmail.el (rmail-decode-babyl-format):
7897 Undo previous change.
7898
7899 1999-04-06 Richard Stallman <rms@gnu.org>
7900
7901 * info.el (Info-find-node): Check for an anchor at the
7902 proper place, before reading an indirect file.
7903
7904 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7905
7906 * jka-compr.el (jka-compr-insert-file-contents):
7907 Use raw-text-unix when we want no conversion.
7908
7909 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7910
7911 * timezone.el (timezone-parse-date): Corrected regexp for
7912 style (5) date format so that tenths of seconds are optional.
7913
7914 1999-04-05 Eli Zaretskii <eliz@gnu.org>
7915
7916 * term/internal.el (dos-cpNNN-setup): New function, with the guts
7917 of dos-codepage-setup.
7918 (cjk-codepages-alist): New variable, an alist of Far-Eastern
7919 codepages for which there's no need to set up cpNNN coding
7920 systems.
7921 (dos-codepage-setup): Support Far-Eastern DOS terminals.
7922
7923 1999-04-05 Richard Stallman <rms@gnu.org>
7924
7925 * mail/rmail.el (rmail-ignored-headers): Doc fix.
7926
7927 1999-04-02 Richard Stallman <rms@gnu.org>
7928
7929 * progmodes/compile.el (compilation-handle-exit): Do right thing
7930 if (car status) doesn't end in a newline.
7931
7932 1999-04-01 Dave Love <fx@gnu.org>
7933
7934 * progmodes/sql.el (SQL): Add defgroup :version.
7935
7936 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7937
7938 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7939 buffer-file-coding-system. If the coding system used is raw-text,
7940 etc., make the *Compiler Input* buffer unibyte.
7941
7942 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7943
7944 * loadup.el: Don't write the fns-...el file if not dumping.
7945
7946 1999-03-31 Dave Love <fx@gnu.org>
7947
7948 * snmp-mode.el (snmp): Fix defgroup :version.
7949
7950 * hilit-chg.el (highlight-changes): Add defgroup :version.
7951
7952 1999-03-31 Andreas Schwab <schwab@gnu.org>
7953
7954 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7955 the gnus-save-hidden-threads macro.
7956
7957 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
7958
7959 * faces.el (face-set-after-frame-default): Obey the
7960 `customized-face' for new faces.
7961
7962 1999-03-30 Dave Love <fx@gnu.org>
7963
7964 * international/mule-cmds.el (current-language-environment): Doc fix.
7965 * abbrev.el (abbrev-mode): Doc fix.
7966 * autoinsert.el (auto-insert-mode): Doc fix.
7967 * complete.el (partial-completion-mode): Doc fix.
7968 * avoid.el (mouse-avoidance-mode): Doc fix.
7969 * delsel.el (delete-selection-mode): Doc fix.
7970 * font-lock.el (global-font-lock-mode): Doc fix.
7971 * help.el (temp-buffer-resize-mode): Doc fix.
7972 * hscroll.el (hscroll-global-mode): Doc fix.
7973 * icomplete.el (icomplete-mode): Doc fix.
7974 * mouse-sel.el (mouse-sel-mode): Doc fix.
7975 * paren.el (show-paren-mode): Doc fix.
7976 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7977 * time.el (display-time-mode): Doc fix.
7978 * type-break.el (type-break-mode): Doc fix.
7979 * which-func.el (which-func-mode-global): Doc fix.
7980 * winner.el (winner-mode): Doc fix.
7981
7982 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
7983
7984 * wid-edit.el (widget-before-change): Signal text-read-only rather
7985 than an ordinary error.
7986
7987 1999-03-30 Richard M. Stallman <rms@gnu.org>
7988
7989 * repeat.el: Don't require advice.
7990 (repeat): Do function-indirection in check for kbd macro.
7991 In self-insert case, use the *last* char in INSERTION.
7992
7993 1999-03-30 Karl Heuer <kwzh@gnu.org>
7994
7995 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7996
7997 1999-03-29 Andreas Schwab <schwab@gnu.org>
7998
7999 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8000 comint-input-filter-functions. Make variables related to shell
8001 directory tracking local.
8002
8003 1999-03-26 Andreas Schwab <schwab@gnu.org>
8004
8005 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8006
8007 * simple.el (shell-command-on-region): Cope with exit-status being
8008 nil, which happens if call-process-region was interrupted.
8009
8010 1999-03-26 Richard M. Stallman <rms@gnu.org>
8011
8012 * simple.el (indent-new-comment-line): Handle use at a point
8013 after a comment-end. Handle multiple comments.
8014
8015 * mail/rmail.el (rmail-decode-babyl-format):
8016 To prevent locking, bind buffer-file-name to nil.
8017
8018 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8019
8020 * mail-hist.el (mail-hist-current-header-name): Don't make
8021 off-by-one-error when determining if in message body.
8022
8023 1999-03-25 Andrew Innes <andrewi@gnu.org>
8024
8025 * w32-fns.el (set-default-process-coding-system): Copied from
8026 dos-w32.el, but modified to use Unix line endings for process
8027 input, and to add a suitable entry to process-coding-system-alist
8028 for DOS shells.
8029
8030 * dos-fns.el (set-default-process-coding-system): Copied from
8031 dos-w32.el.
8032
8033 * dos-w32.el (set-default-process-coding-system): Move function to
8034 dos-fns.el; a different version is used in w32-fns.el.
8035
8036 1999-03-24 Dave Love <fx@gnu.org>
8037
8038 * info.el (Info-directory-list): Revert change to re-writing
8039 Info-default-directory-list, but put `alternative' first.
8040 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8041
8042 1999-03-23 Simon Marshall <simon@gnu.org>
8043
8044 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8045 on the line by itself.
8046 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8047 it is not in a declarative context.
8048
8049 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8050
8051 * cus-edit.el (custom-variable-prompt): Allow customization of
8052 autoloaded symbols.
8053
8054 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8055
8056 * simple.el (what-cursor-position): Don't cause error when point
8057 is at invalid multibyte sequence.
8058
8059 1999-03-21 Karl Heuer <kwzh@gnu.org>
8060
8061 * complete.el (partial-completion-mode): Doc fix.
8062
8063 1999-03-19 Richard M. Stallman <rms@gnu.org>
8064
8065 * progmodes/cplus-md.el (old-c++): Remove :group.
8066
8067 * progmodes/c-mode.el (old-c): Remove :group.
8068
8069 1999-03-18 Simon Marshall <simon@gnu.org>
8070
8071 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8072 (java-font-lock-keywords-2): Added "strictfp" keyword.
8073
8074 1999-03-17 Jason Rumney <jasonr@altavista.net>
8075
8076 * w32-fns.el (set-w32-system-coding-system) New function.
8077 (w32-system-coding-system) Initialize to 'iso-latin-1.
8078
8079 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8080
8081 * international/mule-cmds.el (set-language-environment): Fix
8082 previous change: don't use dos-codepage when unbound.
8083
8084 1999-03-17 Karl Heuer <kwzh@gnu.org>
8085
8086 * calendar/appt.el (appt-make-list): Fix previous change.
8087
8088 1999-03-16 Richard M. Stallman <rms@gnu.org>
8089
8090 * window.el (shrink-window-if-larger-than-buffer):
8091 Don't try to redisplay with the cursor at the end
8092 on its own line--that would force a scroll and spoil things.
8093
8094 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8095
8096 * international/mule-cmds.el (set-language-environment): Don't use
8097 cpNNN-nonascii-translation-table if it is unbound.
8098
8099 * term/internal.el (dos-codepage-setup): Compute the unibyte
8100 syntax table and bind unibyte-display-via-language-environment
8101 here, rather than at top level, so that resetting to unibyte in
8102 .emacs works as expected.
8103
8104 1999-03-15 Simon Marshall <simon@gnu.org>
8105
8106 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8107
8108 1999-03-14 Milan Zamazal <pdm@pvt.net>
8109
8110 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8111
8112 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8113
8114 * international/mule-util.el (detect-coding-with-priority):
8115 Restore the internal database.
8116
8117 1999-03-14 Stephen Eglen <stephen@gnu.org>
8118
8119 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8120 if mail-from-style has invalid value.
8121
8122 1999-03-12 Karl Heuer <kwzh@gnu.org>
8123
8124 * vc.el (vc-delete-logbuf-window): New var.
8125 (vc-finish-logentry): Use it.
8126
8127 1999-03-12 Richard M. Stallman <rms@gnu.org>
8128
8129 * startup.el (command-line-1): Improve startup msg.
8130
8131 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8132
8133 * speedbar.el: Added commentary about stealthy functions.
8134 (speedbar-message) new function.
8135 (speedbar-y-or-n-p): New function
8136 (speedbar-with-attached-buffer) Moved macro before reference.
8137 Now uses `save-selected-window'.
8138 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8139 speedbar-generic-item-info, speedbar-item-info-file-helper,
8140 speedbar-item-delete, speedbar-insert-generic-list,
8141 speedbar-timer-fn, speedbar-check-vc-this-line,
8142 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8143 speedbar-buffers-item-info) Use speedbar-message.
8144 (speedbar-item-info) Limit `message-log-max'.
8145 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8146 speedbar-item-delete, speedbar-item-object-delete,
8147 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8148
8149 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8150
8151 * server.el (server-start): Set coding system for the server
8152 process to raw-text.
8153 (server-process-filter): Decode file names if necessary.
8154
8155 1999-03-12 Dave Love <fx@gnu.org>
8156
8157 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8158
8159 * textmodes/paragraphs.el (sentence-end): Doc fix.
8160
8161 1999-03-11 Karl Heuer <kwzh@gnu.org>
8162
8163 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8164
8165 1999-03-09 Karl Heuer <kwzh@gnu.org>
8166
8167 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8168 (ispell-dictionary-alist-2): Likewise.
8169 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8170 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8171 (ispell-dictionary-alist): Build from six pieces, not just two.
8172
8173 * ps-bdf.el (bdf-directory-list): Doc fix.
8174
8175 * enriched.el (enriched-mode): Make var permanent-local.
8176
8177 1999-03-09 Dave Love <fx@gnu.org>
8178
8179 * textmodes/sgml-mode.el (html-mode): Use
8180 sentence-end-double-space when setting sentence-end.
8181
8182 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8183
8184 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8185
8186 1999-03-08 Felix Lee <flee@cygnus.com>
8187
8188 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8189
8190 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8191
8192 1999-03-08 Karl Heuer <kwzh@gnu.org>
8193
8194 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8195 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8196
8197 * dired.el (dired-do-copy-regexp): Doc fix.
8198 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8199
8200 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8201
8202 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8203
8204 1999-03-08 Jason Rumney <jasonr@altavista.net>
8205
8206 * international/codepage.el (cp1250-decode-table)
8207 (cp1251-decode-table, cp1253-decode-table)
8208 (cp1257-decode-table): New translation tables for MS Windows codepages.
8209 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8210
8211 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8212
8213 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8214
8215 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8216
8217 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8218
8219 * term/internal.el (top level): Display character 255 as 8bit as well.
8220
8221 1999-03-06 Dave Love <fx@gnu.org>
8222
8223 * progmodes/cc-cmds.el (c-outline-level): Bind
8224 buffer-invisibility-spec.
8225
8226 * progmodes/c-mode.el (c-outline-level): Likewise.
8227
8228 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8229
8230 1999-03-05 Felix Lee <flee@cygnus.com>
8231
8232 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8233
8234 1999-03-05 Richard M. Stallman <rms@gnu.org>
8235
8236 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8237
8238 1999-03-05 Andrew Innes <andrewi@gnu.org>
8239
8240 * w32-fns.el (convert-standard-filename): Convert directory
8241 separators to Windows format.
8242
8243 1999-03-05 Andreas Schwab <schwab@gnu.org>
8244
8245 * international/skkdic-cnv.el: Provide skkdic-cnv.
8246 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8247 (batch-skkdic-convert): Doc fix.
8248
8249 1999-03-04 Dave Love <fx@gnu.org>
8250
8251 * custom.el (custom-set-variables): Protect against setter errors.
8252
8253 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8254
8255 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8256 the file sizes from overflowing.
8257 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8258 Under -s, print the size in blocks with %4.0f, in case they have
8259 a *really* huge file.
8260
8261 1999-03-03 Dave Love <fx@gnu.org>
8262
8263 * options.el (edit-options): Doc fix.
8264 (list-options): Don't lose with unbound symbols. Maintain
8265 Edit-options-mode.
8266
8267 1999-03-01 Dave Love <fx@gnu.org>
8268
8269 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8270
8271 1999-02-28 Richard M. Stallman <rms@gnu.org>
8272
8273 * ispell.el (ispell-dictionary-alist-override): New variable.
8274 (ispell-dictionary-alist): Don't setq it,
8275 if ispell-dictionary-alist-override is set.
8276
8277 * simple.el (shell-command-default-error-buffer): Renamed from
8278 shell-command-on-region-default-error-buffer.
8279 (shell-command-on-region): Mention in echo area when there
8280 is some error output. Mention success or failure, too.
8281 Accumulate multiple error outputs
8282 going forward, with formfeed in between. Display the error buffer
8283 when we have put something in it.
8284 (shell-command): Add the ERROR-BUFFER argument feature.
8285
8286 1999-02-28 Karl Heuer <kwzh@gnu.org>
8287
8288 * mail/mh-utils.el (mh-lib): Doc fix.
8289 (mh-lib-progs, mh-nmh-p): New vars.
8290 (mh-find-progs): Set mh-lib-progs along with other vars.
8291 (mh-path-search): New arg FUNC-P; if specified, use that instead
8292 of mh-file-command-p.
8293 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8294
8295 * mail/mh-comp.el (mh-repl-formfile): New var.
8296 (mh-smail-batch): Don't ignore all arguments.
8297 (mh-reply): Do the right thing when using nmh.
8298
8299 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8300
8301 * international/mule-cmds.el (select-safe-coding-system): Be sure
8302 to show a buffer being decoded.
8303
8304 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8305
8306 * ps-bdf.el (bdf-directory-list): Initialize it to
8307 '("/usr/local/share/emacs/fonts/bdf").
8308
8309 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8310
8311 * ps-print.el: PostScript programming fix.
8312 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8313 setpagedevice operator).
8314
8315 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8316
8317 * ps-print.el: Doc fix, font size specifies landscape and portrait
8318 sizes.
8319 (ps-print-version): New version number (4.1.4).
8320 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8321 Specifies landscape and portrait sizes.
8322 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8323 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8324 fix.
8325 (ps-get-font-size): New fun.
8326 (ps-font-size-internal, ps-header-font-size-internal)
8327 (ps-header-title-font-size-internal): New vars.
8328
8329 * ps-mule.el: Change of ps-print font size variable name.
8330 (ps-mule-generate-font): Fun fix.
8331 (ps-mule-begin-job): Programming uniformization.
8332
8333 1999-02-25 Dave Love <fx@gnu.org>
8334
8335 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8336 (help-make-xrefs): Do Info case first.
8337
8338 * repeat.el: Don't require advice.
8339 (repeat-last-kill-command): Variable deleted.
8340
8341 1999-02-25 Richard Stallman <rms@gnu.org>
8342
8343 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8344 case just because the current buffer is the output buffer.
8345
8346 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8347
8348 * simple.el (what-cursor-position): To show the character's
8349 encoding, use encoded-string-description instead of information
8350 of chaset-origin-alist.
8351
8352 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8353 (encoded-code-description): New function.
8354 (encoded-string-description): New function.
8355 (encode-coding-char): New function.
8356
8357 1999-02-25 Andrew Innes <andrewi@gnu.org>
8358
8359 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8360 checking for .emacs[.el[c]].
8361
8362 1999-02-24 Richard Stallman <rms@gnu.org>
8363
8364 * help.el (describe-function-1): Don't print a whole lambda-function.
8365
8366 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8367
8368 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8369 inputting ?\240.
8370
8371 1999-02-23 Karl Heuer <kwzh@gnu.org>
8372
8373 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8374
8375 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8376 (clean-buffer-list-kill-buffer-names): Doc fix.
8377
8378 * gud.el (gud-jdb-massage-args): Spelling fix.
8379
8380 1999-02-23 Richard M. Stallman <rms@gnu.org>
8381
8382 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8383
8384 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8385
8386 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8387 excursion while calling set-auto-coding-function.
8388
8389 * play/handwrite.el (handwrite): Require ps-print, and use
8390 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8391 if it's defined, instead of forking ps-lpr-command unconditionally.
8392
8393 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8394
8395 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8396 charset-origin-alist property to a coding system for the codepage.
8397
8398 * international/mule.el: Modify comment for charset-origin-alist
8399 property of a coding system.
8400
8401 * simple.el (what-cursor-position): charset-origin-alist property
8402 of a coding system may be a translation table or a symbol of which
8403 `translation-table' property is a translation table.
8404
8405 1999-02-21 Richard Stallman <rms@gnu.org>
8406
8407 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8408 to the "html" template.
8409
8410 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8411
8412 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8413
8414 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8415
8416 * dirtrack.el (dirtrack): Check for the prompt in the input string
8417 instead of the buffer.
8418
8419 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8420
8421 * sql.el: Set version to 1.4.1. Changed mail address to
8422 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8423 (sql-input-ring-separator): Doc fix.
8424 (sql-mode-syntax-table): double-dash starts comments is defined as
8425 ". 56" instead of ". 12b" for XEmacs.
8426 (sql-stop, sql-interactive-mode): Doc fixes.
8427 (sql-postgres): Queries for database and server, not just one.
8428 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8429
8430 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8431 changed. This is needed for master.el to work.
8432 (sql-set-sqli-buffer): Use the new hook.
8433
8434 * sql.el (sql-make-alternate-buffer-name): Function that sets
8435 sql-alternate-buffer-name.
8436 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8437 (sql-interactive-mode): Set sql-alternate-buffer-name.
8438 (sql-rename-buffer): New command.
8439 (sql-interactive-mode-menu): Menu for SQLi buffers.
8440
8441 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8442 and sql-input-ring-file-name are used to temporarily set
8443 comint-input-ring-file-name and comint-input-ring-separator when
8444 reading and writing input history files.
8445
8446 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8447 (sql-input-ring-file-name): New variable with customization.
8448 (sql-input-ring-separator): New variable with customization.
8449 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8450 Callers changed.
8451 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8452 now includes the name of the current buffer.
8453
8454 (sql-mode): Set paragraph-separate and paragraph-start so that
8455 sql-send-paragraph sends the entire SQL statements, even if it
8456 contains indented lines.
8457
8458 1999-02-18 Dave Love <fx@gnu.org>
8459
8460 * format.el (format-encode-run-method, format-decode-run-method):
8461 Fix previous change.
8462
8463 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8464
8465 * international/mule.el (coding-system-list): Moved here from
8466 mule-util.el to avoid autoloading mule-util by the call of
8467 select-safe-coding-system.
8468
8469 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8470
8471 * simple.el (turn-on-auto-fill): Mark it as an option for
8472 `text-mode-hook'.
8473
8474 1999-02-17 Richard Stallman <rms@gnu.org>
8475
8476 * emacs-lisp/easymenu.el (easy-menu-get-map):
8477 Don't crash if (current-local-map) is nil.
8478
8479 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8480
8481 * filecache.el (file-cache-filter-regexps): Added .class.
8482
8483 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8484
8485 * international/mule-util.el (decompose-region): Use
8486 insert-buffer-substring instead of insert-buffer to avoid putting
8487 mark.
8488
8489 1999-02-17 Andreas Schwab <schwab@gnu.org>
8490
8491 * calendar/cal-move.el (scroll-calendar-left): Don't set
8492 displayed-month and displayed-year here, let generate-calendar do
8493 it, after range checking.
8494
8495 1999-02-17 Simon Marshall <simon@gnu.org>
8496
8497 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8498
8499 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8500 correctly between an object declared via a constructor and a method.
8501 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8502 (java-font-lock-keywords-1): Fontify package names individually.
8503 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8504 (java-font-lock-keywords-2): Simplify type fontification.
8505 (java-font-lock-keywords-3): Likewise.
8506
8507 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8508
8509 * language/japanese.el (iso-2022-jp-2): New coding system.
8510 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8511
8512 1999-02-16 Dave Love <fx@gnu.org>
8513
8514 * help.el (describe-function-1): Accept non-symbols.
8515
8516 1999-02-16 Paul Eggert <eggert@twinsun.com>
8517
8518 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8519 find the last match if there are multiple matches.
8520
8521 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8522
8523 * tex-mode.el (tex-run-command, latex-run-command)
8524 (slitex-run-command, tex-command): Doc changes.
8525 (tex-start-options-string): Autoload it. Doc change. Provide
8526 a menu for customization. Allow nil. Quote backslashes only once.
8527 (tex-start-tex): Handle nil value of tex-start-options-string
8528 and apply shell-quote-argument to it.
8529
8530 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8531
8532 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8533 the size in blocks, since it can be a float.
8534 (ls-lisp-format): Likewise
8535
8536 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8537
8538 * language/japanese.el (japanese-shift-jis): Add
8539 charset-origin-alist property.
8540
8541 1999-02-15 Richard Stallman <rms@gnu.org>
8542
8543 * progmodes/compile.el (compile-internal): Use save-selected-window.
8544
8545 * subr.el (momentary-string-display): Bind inhibit-read-only.
8546
8547 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8548
8549 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8550
8551 * mail/rmail.el (rmail-show-message): If an unseen message has a
8552 Summary-line in its header, get past one more line before looking
8553 for the X-Coding-System header.
8554
8555 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8556
8557 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8558 explicitly to accomodate Windows 9X lack of a useful copy program.
8559
8560 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8561
8562 * wid-edit.el (widget-choice-value-create): Use `equal'
8563 instead of `eq'.
8564
8565 1999-02-14 Richard Stallman <rms@gnu.org>
8566
8567 * international/iso-transl.el:
8568 (iso-transl-ae): Renamed from iso-transl-e-slash.
8569 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8570 (iso-transl-AE): Renamed from iso-transl-E-slash.
8571 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8572 (iso-transl-char-map): Related changes.
8573
8574 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8575
8576 1999-02-13 Richard Stallman <rms@gnu.org>
8577
8578 * textmodes/texinfmt.el (texinfo-alias): New function.
8579 (texinfo-fold-nodename-case): Add defvar.
8580 (texinfo-format-node): Do case folding if specified.
8581
8582 * ffap.el (ffap-file-at-point): Test local file names
8583 immediately. Strip off line numbers.
8584
8585 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8586
8587 * sql.el: Set version to 1.3.2
8588 (sql-solid-program): Added support for solid.
8589 (sql-help): Doc mentions sql-solid.
8590 (sql-solid): Entry function for Solid.
8591 (sql-buffer): Doc explains the use of the variable and how to
8592 change it.
8593 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8594 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8595 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8596 is new.
8597 (sql-show-sqli-buffer): New function to display the value of
8598 sql-buffer.
8599 (sql-change-sqli-buffer): New function to change sql-buffer.
8600 (sql-mode): Doc explains how to change sql-buffer.
8601 (sql-send-paragraph): New function to send a paragraph.
8602 (sql-mode-map): Added keybinding for sql-send-paragraph.
8603 (sql-mysql): Doc corrected.
8604 (sql-ms): Doc corrected.
8605
8606 * sql.el (sql-server): Doc fix.
8607 (sql-mysql): Added the use of sql-server to specify the host,
8608 sql-database now specifies database instead of host.
8609 (sql-mode-menu): Send... menu items are only active if sql-buffer
8610 is non-nil.
8611 (sql-help): Changed tag of entry functions a bit.
8612
8613 * sql.el: Added keywords from `finder-by-keyword'.
8614 (sql-mode): Made sql-buffer a local variable, changed the
8615 documentation: removed instructions to add *.sql files to
8616 auto-mode-alist, added documentation for having mutliple SQL
8617 buffers sending their stuff to different SQLi buffers, each
8618 running a different process.
8619 (sql-postgres): Quoted *SQL* in doc string.
8620 (sql-ms): Likewise.
8621 (sql-ingres): Likewise.
8622 (sql-ingres): Quoted *SQL* in doc string, added references to
8623 sql-user and sql-password used during login.
8624 (sql-sybase): Quoted *SQL* in doc string, added comma.
8625 (sql-oracle): Likewise.
8626 (sql-interactive-mode): Added extensive documentation for having
8627 mutliple SQL buffers sending their stuff to different SQLi
8628 buffers, each running a different process.
8629 (sql-buffer): Changed doc from *SQL* to SQLi.
8630 (sql-get-login): Doc fix.
8631
8632 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8633
8634 * international/mule-conf.el (undecided): Set ascii in
8635 safe-charsets property.
8636
8637 1999-02-12 Richard Stallman <rms@gnu.org>
8638
8639 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8640
8641 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8642
8643 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8644 value to ps-mule-font-info-database-latin.
8645
8646 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8647
8648 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8649 (ps-mule-font-info-database-default): New variable.
8650 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8651 ps-mule-font-info-database-default.
8652
8653 1999-02-12 Dave Love <fx@gnu.org>
8654
8655 * timezone.el (timezone-make-date-sortable)
8656 (timezone-make-date-arpa-standard): Doc fix.
8657
8658 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8659
8660 * international/quail.el (quail-show-kbd-layout): Bind
8661 blink-matching-paren to nil.
8662
8663 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8664 for ASCII and Latin-1.
8665
8666 1999-02-12 Andreas Schwab <schwab@gnu.org>
8667
8668 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8669
8670 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8671
8672 * international/mule-cmds.el (language-info-alist): Remove
8673 description about charset-origin-alist.
8674
8675 * international/mule.el: Comment added for a new coding system
8676 property `charset-origin-alit'.
8677 (make-translation-table): This variable deleted.
8678
8679 * language/chinese.el (chinese-big5): Add charset-origin-alist
8680 property.
8681 ("Chinese-CNS"): Remove charset-origin-alist property.
8682
8683 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8684 property.
8685 (cyrillic-alternativnyj): Likewise.
8686 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8687 ("Cyrillic-ALT"): Likewise.
8688
8689 * language/vietnamese.el (vietnamese-viqr): Add
8690 charset-origin-alist property.
8691 ("Vietnamese"): Remove charset-origin-alist property.
8692
8693 * simple.el (what-cursor-position): Don't use the varialbe
8694 charset-origin-alist, but use charset-origin-alist property of
8695 buffer-file-coding-system to decide external character set code.
8696
8697 1999-02-10 Richard Stallman <rms@gnu.org>
8698
8699 * shadowfile.el: Don't turn on the mode when the file is loaded.
8700
8701 1999-02-09 Richard Stallman <rms@gnu.org>
8702
8703 * progmodes/compile.el (compile-auto-highlight): Customize.
8704
8705 * add-log.el (add-log-file-name-function): New variable.
8706 (add-change-log-entry): Call that function, if non-nil.
8707
8708 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8709
8710 * rmail.el (rmail-search): Track match with a marker, not an integer.
8711
8712 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8713
8714 * progmodes/compile.el (compilation-setup): Set value of
8715 compilation-directory-stack as in compilation-forget-errors.
8716 (compile-reinitialize-errors): Bind buffer-undo-list and
8717 deactivate-mark.
8718 (compilation-forget-errors): Likewise.
8719
8720 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8721
8722 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8723 def... constructs.
8724
8725 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8726 Remove calls to sleep-for.
8727
8728 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8729
8730 * international/codepage.el (cp-coding-system-for-codepage-1): On
8731 MS-DOS, use dos-unsupported-char-glyph for characters not
8732 supported by the codepage.
8733 (cp-make-coding-systems-for-codepage): Likewise.
8734
8735 1999-02-08 Andreas Schwab <schwab@gnu.org>
8736
8737 * international/mule-util.el (coding-system-list): Don't sort
8738 coding-system-list here.
8739
8740 * international/mule.el (coding-system-lessp): Moved here from
8741 mule-util.el
8742 (add-to-coding-system-list): New function.
8743 (make-subsidiary-coding-system, make-coding-system,
8744 define-coding-system-alias): Use it instead of setting
8745 coding-system-list directly.
8746
8747 1999-02-07 Dave Love <fx@gnu.org>
8748
8749 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8750 onto message.
8751
8752 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8753
8754 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8755 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8756
8757 1999-02-06 Richard Stallman <rms@gnu.org>
8758
8759 * language/european.el (setup-slovenian-environment): New function.
8760 ("Slovenian"): New language environment.
8761
8762 * progmodes/sql.el (sql-help): Doc fix.
8763 (sql-mysql): Doc fix.
8764
8765 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8766
8767 * tex-mode.el: When compiling, require compare-w and skeleton
8768 to pacify the byte-compiler. Move the def's of the tex-commands
8769 together. Add a comment on kill-process vs. quit-process.
8770
8771 1999-02-05 Dave Love <fx@gnu.org>
8772
8773 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8774 null markers.
8775 (compile-goto-error): Likewise.
8776
8777 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8778
8779 * time-stamp.el (time-stamp-format): Format doc tighter.
8780 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8781 (time-stamp): Don't re-write the time stamp if it didn't change.
8782
8783 1999-02-05 Alex Schroeder <asc@bsiag.com>
8784
8785 * progmodes/sql.el: Changed version to 1.2.1.
8786 (sql-pop-to-buffer-after-send-region): Improved documentation.
8787 (sql-mysql-program): Added MySQL support.
8788 (sql-prompt-length): Made prompt-length configurable.
8789 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8790 (sql-help): Added MySQL support, changed documentation.
8791 (sql-send-region): A message is displayed if something is sent.
8792 (sql-mode): Added buffer-local comment-start.
8793 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8794 (sql-interactive-mode): Added buffer-local comment-start.
8795 (sql-oracle): Set sql-prompt-length.
8796 (sql-sybase): Set sql-prompt-length.
8797 (sql-mysql): Added MySQL support.
8798 (sql-ingres): Set sql-prompt-length.
8799 (sql-ms): Set sql-prompt-length.
8800 (sql-postgres): Set sql-prompt-length.
8801
8802 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8803
8804 * term/internal.el (dos-codepage-setup): Set selection coding
8805 system to cpNNN-dos.
8806
8807 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8808
8809 * international/characters.el: Let ethiopic use iso-2022-7bit.
8810
8811 1999-02-02 Dave Love <fx@gnu.org>
8812
8813 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8814 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8815
8816 1999-02-02 Karl Heuer <kwzh@gnu.org>
8817
8818 * terminal.el (terminal-emulator): Doc fix.
8819
8820 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8821
8822 * international/mule-util.el (compose-chars): Doc-string
8823 modified. Correctly handle a composition character in ARGS.
8824
8825 1999-02-01 Richard Stallman <rms@gnu.org>
8826
8827 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8828 (makefile-menu-index-function): Function deleted.
8829 (makefile-mode): Use makefile-imenu-generic-expression.
8830
8831 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8832
8833 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8834 change, invoke from before-init-hook.
8835
8836 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8837
8838 * subr.el (remove-from-invisibility-spec): Cope with the case when
8839 buffer-invisibility-spec is t.
8840
8841 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8842
8843 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8844 appt-add and appt-delete.
8845
8846 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8847
8848 * term/pc-win.el (msdos-approximate-color): New function.
8849 (msdos-color-translate): Call it to find a DOS color that best
8850 approximates an X-style "#NNNNNN" color specification.
8851
8852 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8853
8854 * international/mule-util.el (compose-chars-component): Add
8855 autoload cookie.
8856
8857 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8858
8859 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8860 function, replace cdr of MAP by the return value of the function
8861 unconditionally.
8862
8863 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8864
8865 * progmodes/compile.el (compilation-next-error-locus): Don't
8866 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8867
8868 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8869
8870 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8871 and NLs before "charset", and allow the charset name be in double
8872 quotes.
8873
8874 1999-01-31 Richard Stallman <rms@gnu.org>
8875
8876 * imenu.el (imenu-sort-function): Fix custom type.
8877
8878 1999-01-30 Richard Stallman <rms@gnu.org>
8879
8880 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8881 (speedbar-line-token): Likewise.
8882
8883 * play/gametree.el (gametree-default-score): Use defcustom.
8884 (gametree-score-regexp, gametree-score-closer): Likewise.
8885 (gametree-score-manual-flag, gametree-score-opener): Likewise.
8886
8887 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8888
8889 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8890 decoding.
8891
8892 1999-01-29 Markus Rost <rost@gnu.org>
8893
8894 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8895 tex-validate-buffer.
8896 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8897 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
8898 now with recent occur-mode.
8899 (tex-validate-region): Really walk through all Sexps.
8900 (tex-region): Bind shell-dirtrack-verbose.
8901 (tex-file, tex-bibtex-file): Likewise.
8902
8903 1999-01-29 Dave Love <fx@gnu.org>
8904
8905 * finder.el: (finder-commentary): Fix interactive spec. Try
8906 appending .el to file name.
8907 (finder-find-library, finder-commentary): Doc fixes.
8908
8909 1999-01-29 Andrew Innes <andrewi@gnu.org>
8910
8911 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8912 where the userid contains directory separators.
8913
8914 1999-01-29 Dave Love <fx@gnu.org>
8915
8916 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8917 (lm-commentary): Doc fix.
8918
8919 1999-01-29 Andreas Schwab <schwab@gnu.org>
8920
8921 * files.el (file-expand-wildcards): Never consider `.' and `..' a
8922 wildcard match. Fix regexp that tests if dirpart contains
8923 wildcard characters.
8924
8925 1999-01-28 Richard Stallman <rms@gnu.org>
8926
8927 * font-lock.el (font-lock-default-unfontify-region):
8928 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8929
8930 1999-01-27 Jason Rumney <jasonr@altavista.net>
8931
8932 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8933 from FAMILY field.
8934 (w32-create-initial-fontsets): Do not use before-init-hook.
8935 (mouse-set-font): Document. Automatically create and use fontsets.
8936
8937 * dos-w32.el (direct-print-region-helper): Check for printer
8938 being t as well as a string.
8939
8940 1999-01-27 Kenichi Handa <handa@etl.go.jp>
8941
8942 * mail/rmail.el (rmail-decode-mime-charset): New variable.
8943 (rmail-mime-charset-pattern): New variable.
8944 (rmail-convert-to-babyl-format): Decode by MIME-charset if
8945 rmail-decode-mime-charset is non-nil.
8946
8947 1999-01-27 Ken'ichi Handa <handa@gnu.org>
8948
8949 * international/characters.el: Set category `q' for all characters
8950 in tibetan and tibetan-1-column.
8951
8952 1999-01-27 Andrew Innes <andrewi@gnu.org>
8953
8954 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8955 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8956
8957 1999-01-27 Dave Love <fx@gnu.org>
8958
8959 * international/mule-cmds.el (current-language-environment):
8960 Provide :link, :type (choices) and appropriate :get.
8961
8962 1999-01-27 Eli Zaretskii <eliz@gnu.org>
8963
8964 * startup.el (command-line): Set default eol-mnemonic-* strings to
8965 display end-of-line format in mode line.
8966
8967 * cus-start.el (all): Add eol-mnemonic-* variables.
8968
8969 1999-01-26 Dave Love <fx@gnu.org>
8970
8971 * startup.el (command-line-1): Up-date copyright.
8972
8973 * paths.el (Info-default-directory-list): Use configdir twice.
8974
8975 * info.el (Info-directory-list): Don't set path-separator now
8976 we're not shipped with Texinfo. Simplify path definition.
8977 Substitute all occurrences of instdir in Info-default-directory-list.
8978
8979 1999-01-25 Richard Stallman <rms@gnu.org>
8980
8981 * startup.el (normal-top-level-add-subdirs-to-load-path):
8982 Record the inode numbers of the dirs processed, to avoid loop.
8983
8984 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8985
8986 1999-01-25 Dave Love <fx@gnu.org>
8987
8988 * browse-url.el (browse-url-netscape-program): Doc addition.
8989
8990 * help.el (help-make-xrefs): Default info references to an `(emacs)'
8991 prefix.
8992
8993 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8994 auto-mode-alist.
8995
8996 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8997
8998 * calendar/diary-lib.el (mark-diary-entries): Use
8999 assoc-ignore-case and do not capitalize when matching month and
9000 day names.
9001
9002 * calendar/calendar.el (calendar-read-date): Ditto.
9003
9004 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9005 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9006
9007 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9008
9009 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9010
9011 * calendar/cal-islam.el (calendar-goto-islamic-date)
9012 (mark-islamic-diary-entries): Ditto.
9013
9014 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9015
9016 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9017 (calendar-read-mayan-tzolkin-date): Ditto.
9018
9019 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9020
9021 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9022
9023 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9024
9025 1999-01-25 Karl Heuer <kwzh@gnu.org>
9026
9027 * faces.el (list-faces-display): Multiline case of previous fix.
9028
9029 1999-01-25 Andreas Schwab <schwab@gnu.org>
9030
9031 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9032
9033 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9034
9035 * files.el (find-file): If find-file-noselect returns a list,
9036 do switch-to-buffer on each element.
9037 (find-file-other-window): Likewise for all but the first element.
9038 (find-file-other-frame): Same.
9039 (find-file-noselect): When we expand a wildcard, return a list
9040 of buffers.
9041
9042 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9043
9044 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9045 to set the appropriate cpNNN-dos coding system as the
9046 highest-priority coding system.
9047
9048 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9049
9050 * international/fontset.el (generate-fontset-menu): Return a
9051 sorted list by plain names of fontsets.
9052
9053 * international/mule-diag.el (list-fontsets): Sort fontsets by
9054 plain names.
9055
9056 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9057 FIRST is a composite character, decompose it at first.
9058
9059 1999-01-23 Dave Love <fx@gnu.org>
9060
9061 * format.el: Doc fixes.
9062 (format-encode-run-method): Have things happen in the right buffer.
9063 Deal with errors from method. Set coding-system-for-write.
9064 (format-decode-run-method): Have things happen in the right buffer.
9065 Deal with errors from method. Set coding-system-for-read.
9066 (format-alist): Use nil instead of unmatchable regexps.
9067
9068 * simple.el (shell-command-on-region): Return command's exit status.
9069
9070 1999-01-23 Eric Ludlam <zappo@gnu.org>
9071
9072 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9073 of the file whose info we want to display.
9074 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9075 (speedbar-add-mode-functions-list) Improve doc.
9076 (speedbar-line-token) New function.
9077 (speedbar-dired) Fix order of directories in -shown-directories.
9078 (speedbar-line-path): Default return is default-directory
9079 (speedbar-buffers-line-path): Return is dir name only.
9080 (speedbar-mode-functions-list): New variable.
9081 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9082 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9083 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9084 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9085 New functions.
9086 (speedbar-line-file): Broke out part that fetches file from a line.
9087 (speedbar-line-text): New function extracted from speedbar-line-file.
9088 (speedbar-line-path): Converted into a replaceable function.
9089 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9090
9091 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9092
9093 * international/fontset.el (create-fontset-from-x-resource): Make
9094 style variants.
9095
9096 1999-01-22 Dave Love <fx@gnu.org>
9097
9098 * paths.el (Info-default-directory-list): Put sysdir after start.
9099
9100 1999-01-22 Sam Steingold <sds@goems.com>
9101
9102 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9103 a process associated with it.
9104
9105 1999-01-22 Jason Rumney <jasonr@altavista.net>
9106
9107 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9108
9109 1999-01-22 Felix Lee <flee@cygnus.com>
9110
9111 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9112 major-mode.
9113 (vc-annotate-mode): Delete variable.
9114
9115 1999-01-22 Andrew Innes <andrewi@gnu.org>
9116
9117 * startup.el (command-line): [windows-nt]: Check for existence of
9118 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9119 in preference to _emacs.
9120
9121 1999-01-22 Dave Love <fx@gnu.org>
9122
9123 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9124
9125 1999-01-20 Richard Stallman <rms@gnu.org>
9126
9127 * files.el (find-file-noselect): Do wildcard processing only
9128 if new arg WILDCARDS is non-nil.
9129 (find-file, find-file-other-window): New arg WILDCARDS.
9130 Default it to non-nil if interactive.
9131 (find-file-other-frame): Likewise.
9132 (find-file-read-only): Likewise.
9133 (find-file-read-only-other-window): Likewise.
9134 (find-file-read-only-other-frame): Likewise.
9135
9136 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9137 (widget-plist-convert-option): Delete spurious comma.
9138
9139 1999-01-19 Jason Rumney <jasonr@altavista.net>
9140
9141 * term/w32-win.el (w32-standard-fontspec-spec): Change
9142 iso8859-5 to koi8-r. Add iso8859-9.
9143
9144 1999-01-19 Dave Love <fx@gnu.org>
9145
9146 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9147 its uses.
9148
9149 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9150 is active.
9151 (fortran-indent-subprogram): Likewise.
9152
9153 1999-01-19 Dave Love <d.love@dl.ac.uk>
9154
9155 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9156
9157 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9158
9159 * wid-edit.el (alist): Use sexp as default key-type.
9160
9161 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9162
9163 * textmodes/tex-mode.el (tex-define-common-keys):
9164 Remove key binding of tex-feed-input.
9165 (tex-mode-map): Bind tex-feed-input here.
9166 (tex-start-shell): Use compilation-shell-minor-mode. Set
9167 comint-input-filter-functions before running tex-shell-hook.
9168 (tex-start-tex): Forget compilation errors.
9169 (tex-compilation-parse-errors): Rewritten to work also with
9170 compile-mouse-goto-error and compile-goto-error. Adjusted to
9171 change in tex-region.
9172 (tex-region): For the temp file use file-name without directory.
9173 (tex-file): Expand file name of tex-print-file.
9174
9175 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9176
9177 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9178
9179 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9180
9181 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9182 beginning could cause Emacs to hang. Fixed.
9183
9184 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9185
9186 * international/ccl.el (ccl-compile-translate-character): Handle
9187 the case that a tranlation table is CCL register correctly.
9188
9189 * international/mule-cmds.el (select-safe-coding-system):
9190 Hightlight at most 256 characters.
9191
9192 1999-01-18 Dave Love <fx@gnu.org>
9193
9194 * startup.el (command-line): If the init file changes operation to
9195 unibyte, make all buffers unibyte and re-set language environment.
9196
9197 * disp-table.el (standard-display-european): Make all existing
9198 buffers unibyte. Fix doc.
9199
9200 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9201
9202 * wid-edit.el (coding-system): Define this unconditionally.
9203
9204 * simple.el (shell-command-on-region-default-error-buffer): New var.
9205 (shell-command-on-region): Use that variable as interactive
9206 value of ERROR-BUFFER argument.
9207
9208 1999-01-17 Sam Steingold <sds@goems.com>
9209
9210 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9211
9212 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9213
9214 * progmodes/compile.el (compilation-goto-locus): If already in the
9215 compilation buffer's window, keep it in that window.
9216 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9217 (compile-goto-error): Don't play with windows.
9218
9219 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9220 (tex-command): Doc fix.
9221 (tex-compilation-parse-errors): Doc fix.
9222 (tex-generate-zap-file-name): Don't start the name with -.
9223 (tex-expand-files): Works now also with strings ending with ":".
9224
9225 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9226
9227 Patch failed to install:
9228 * gametree.el: Document scoring functionality.
9229 (gametree-score-regexp): Add optional plus sign.
9230 (gametree-score-opener): Replace `:' with `=' as the former
9231 conflicts with gametree-half-ply-regexp.
9232 (gametree-transpose-following-leaves): Add.
9233 (gametree-insert-new-leaf): Make modifying commands barf in read
9234 only buffers.
9235 (gametree-break-line-here): Add a call to
9236 `gametree-transpose-following-leaves'. This maintains the
9237 necessary invariant that on each level all leaf children precede
9238 all nonleaf children. This has always been implied, but left to
9239 the user, and, unfortunately, undocumented.
9240
9241 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9242
9243 * wid-edit.el (plist, alist): New widget types.
9244
9245 1999-01-17 Dave Love <fx@gnu.org>
9246
9247 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9248 fix scope of condition-case therein.
9249
9250 1999-01-17 Andrew Innes <andrewi@gnu.org>
9251
9252 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9253 default-buffer-file-coding-system when file doesn't exist (and
9254 isn't covered by a special case) instead of forcing undecided-dos
9255 against the user's wishes.
9256
9257 * dos-w32.el (direct-print-region-helper): New function based on
9258 direct-print-region-function; sends data to specified printer port
9259 without further translation. Recognize and handle specially the
9260 standard `print' and `nprint' programs, as well as `lpr' and
9261 similar programs. Only write directly to the printer port if no
9262 print program is specified. Work around a bug in Windows 9x
9263 affecting Win32 version of Emacs by invoking command.com to write
9264 to the printer port instead of writing directly.
9265 (direct-print-region-function): Use direct-print-region-helper to
9266 do most of the work.
9267 (direct-ps-print-region-function): New function; analogue of
9268 direct-print-region-function for ps-print.
9269 (ps-lpr-command): Comment out setq; leave as example usage.
9270 (ps-lpr-switches): Ditto.
9271
9272 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9273 and MS-Windows.
9274 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9275 DOS and Windows platforms, to indicate direct printing. Update
9276 the docstring accordingly.
9277
9278 * ps-print.el: (ps-printer-name): Update docstring about usage on
9279 MS-DOS and MS-Windows.
9280 (ps-lpr-command): Update docstring as for lpr-command.
9281 (ps-print-region-function): New variable.
9282 (ps-do-despool): Use it.
9283 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9284 DOS/Windows.
9285
9286 * subr.el (subst-char-in-string): New function.
9287
9288 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9289
9290 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9291
9292 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9293 (bdf-find-font-info): New function, looks for the first readable
9294 file from a list of alternatives.
9295 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9296 instead of bdf-get-font-info.
9297 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9298 to ps-mule-generate-bitmap-glyph.
9299
9300 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9301 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9302 now be a list of alternative names.
9303 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9304 (ps-mule-prepare-font): Likewise.
9305
9306 * international/codepage.el (cp855-decode-table,
9307 cp850-decode-table): Fill some nil entries.
9308
9309 1999-01-16 Dave Love <fx@gnu.org>
9310
9311 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9312 last change.
9313
9314 1999-01-15 Dave Love <fx@gnu.org>
9315
9316 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9317 and change regexp for command names.
9318 (help-xref-go-back, function-called-at-point, symbol-file)
9319 (where-is): Doc fixes.
9320 (help-xref-go-back): Remove interactive spec.
9321 (describe-function-1): Fix message for alias. Buttomize alias
9322 name.
9323
9324 * simple.el (join-line): New alias.
9325
9326 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9327
9328 * forms.el: (forms--show-record): Convert integers to string
9329 expicitly since concat will no longer accept integers.
9330 (forms-print): Use local `total-nb-records' since
9331 `forms--total-records' will be inaccessible after buffer switching.
9332
9333 1998-01-14 Felix Lee <flee@cygnus.com>
9334
9335 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9336
9337 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9338
9339 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9340
9341 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9342
9343 * international/codepage.el (cp850-decode-table): Fix previous change.
9344
9345 1999-01-14 Simon Marshall <simon@gnu.org>
9346
9347 * shell.el (shell-dirtrack-verbose): New custom variable.
9348 (shell-dirstack-message): Use it.
9349
9350 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9351
9352 * international/mule-conf.el: Coding system alias `dos' for
9353 `undecided-dos', `mac' for `undecided-mac'.
9354
9355 * international/mule-cmds.el (describe-language-environment):
9356 Don't alter input-method-alist.
9357
9358 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9359
9360 * international/codepage.el (cp850-decode-table): Replace nil
9361 entries with codes of similary looking glyphs. (Suggested by
9362 Jason Rumney <jasonr@altavista.net>.)
9363
9364 1999-01-13 Dave Love <fx@gnu.org>
9365
9366 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9367
9368 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9369
9370 1999-01-12 Karl Heuer <kwzh@gnu.org>
9371
9372 * files.el (auto-save-hook): Defvar this.
9373
9374 1999-01-12 Alex Schroeder <asc@bsiag.com>
9375
9376 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9377 faces, eliminating the need to load font-lock before loading sql.
9378 (sql-mode-oracle-font-lock-keywords): Likewise.
9379 (sql-mode-postgres-font-lock-keywords): Likewise.
9380
9381 1999-01-11 Dave Love <fx@gnu.org>
9382
9383 * cus-start.el: Add inhibit-eol-conversion.
9384
9385 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9386 the values round.
9387
9388 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9389
9390 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9391 Don't switch to Help mode here.
9392 (temp-buffer-setup-hook): Use help-mode-finish.
9393 (help-mode-setup): New function.
9394 (temp-buffer-setup-hook): Use help-mode-setup.
9395
9396 * progmodes/sql.el: New file.
9397
9398 * files.el (auto-mode-alist): Add sql-mode.
9399
9400 * faces.el (list-faces-display): Improve the formatting
9401 by computing the maximum length required for any face-name.
9402
9403 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9404
9405 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9406
9407 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9408
9409 * term.el (term_send_home): Change the string to
9410 be the same as the one emitted by xterm and consistent with the
9411 ones emitted by prior and next.
9412 (term_send_end): Likewise.
9413
9414 1999-01-10 Dave Love <fx@gnu.org>
9415
9416 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9417 bindings.
9418
9419 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9420
9421 * international/codepage.el (codepage-setup): Doc fix.
9422 (cp-decoding-vector-for-codepage): Likewise.
9423
9424 1999-01-10 Markus Rost <rost@gnu.org>
9425
9426 * cus-edit.el (custom-save-delete): First scan the custom-file.
9427
9428 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9429
9430 * international/iso-transl.el: Define a "function name" for
9431 each translation that isn't ASCII. Use these function names
9432 in iso-transl-char-map.
9433
9434 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9435
9436 * international/mule-util.el (decompose-region): Do decomposition
9437 on temporary unibyte buffer.
9438
9439 * international/mule.el (make-char): Doc-string modified.
9440
9441 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9442
9443 * simple.el (comment-region): Delete spaces only if we
9444 deleted a comment starter.
9445
9446 1999-01-07 Dave Love <fx@gnu.org>
9447
9448 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9449
9450 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9451 like eval-defun does.
9452
9453 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9454
9455 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9456 constructions. Doc fixes.
9457 (generic-create-generic-function): Use defalias, not fset.
9458
9459 * find-func.el: More doc fixes.
9460
9461 1999-01-06 Stephen Eglen <stephen@gnu.org>
9462
9463 * files.el (save-buffers-kill-emacs): Show the list of current
9464 processes before prompting to kill them and exit.
9465
9466 1999-01-06 Dave Love <fx@gnu.org>
9467
9468 * emacs-lisp/find-func.el: Doc fixes.
9469 (find-function-regexp): Extend for define-generic-mode,
9470 define-derived-mode, easy-mmode-define-minor-mode.
9471
9472 1999-01-06 Dave Love <fx@gnu.org>
9473
9474 * progmodes/fortran.el (fortran-window-create): Account for scroll
9475 bar width.
9476
9477 * browse-url.el: Require (noerror) w3-auto when compiling.
9478 (browse-url-maybe-new-window): Make it a macro and revert last
9479 change to callers.
9480 (browse-url-w3): Require w3 for w3-fetch-other-window.
9481
9482 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9483
9484 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9485 argument.
9486
9487 1999-01-06 Simon Marshall <simon@gnu.org>
9488
9489 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9490
9491 * font-lock.el (font-lock-default-fontify-buffer): When using
9492 with-temp-message, use nil rather than current-message.
9493
9494 * lazy-lock.el (lazy-lock-unstall):
9495 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9496 rather than current-message.
9497
9498 * fast-lock.el (fast-lock-save-cache-1):
9499 (fast-lock-cache-data): When using with-temp-message, use nil rather
9500 than current-message.
9501
9502 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9503
9504 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9505 the valid-codes property.
9506
9507 * international/mule-cmds.el (prefer-coding-system): Call
9508 set-coding-priority, so that the internal array of priorities is
9509 also updated.
9510
9511 * international/mule-util.el:
9512 (coding-system-change-eol-conversion,
9513 coding-system-change-text-conversion): Don't define here.
9514
9515 * international/mule-cmds.el: Define them here. Remove the
9516 autoload cookies.
9517
9518 1999-01-06 Andreas Schwab <schwab@gnu.org>
9519
9520 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9521 if it was enabled before.
9522
9523 * view.el (View-revert-buffer-scroll-page-forward): Bind
9524 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9525
9526 * files.el (recover-session): Preserve point when inserting
9527 explanation.
9528
9529 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9530
9531 * cus-edit.el (custom-save-delete): Don't delete whitespace
9532 and comments before the sexp that is replaced.
9533
9534 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9535
9536 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9537
9538 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9539
9540 * vc.el (vc-dired-hook): Use the original value of
9541 dired-move-to-filename-regexp on lines that have not been
9542 reformatted yet.
9543 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9544 file lines have already been reformatted.
9545
9546 1999-01-05 Dave Love <fx@gnu.org>
9547
9548 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9549 buffer-local.
9550
9551 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9552
9553 * progmodes/f90.el: Change of regular expressions for type to
9554 correct highlighting and identation. Some small fixes for
9555 compatibility with XEmacs.
9556
9557 1999-01-05 Stephen Eglen <stephen@gnu.org>
9558
9559 * mspools.el (mspools-vm-system-mail): Provide an alternative
9560 value based on rmail-spool-directory if $MAIL is not defined.
9561
9562 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9563
9564 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9565 (reftex-section-info): Handle negative section levels.
9566 (reftex-view-crossref-extra): New option.
9567 (reftex-view-crossref): Generalized to work in more places.
9568 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9569 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9570 (reftex-view-cite-locations-from-bibtex): New command.
9571 (reftex-view-regexp-match, reftex-global-search,
9572 reftex-global-search-continue): New functions.
9573 (reftex-extract-bib-entries): No error for non-existing BibTeX
9574 file, just a message.
9575 (reftex-extract-bib-entries): Better error handling.
9576 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9577 help and force it on current frame.
9578 (reftex-default-bibliography): New function.
9579 (reftex-access-parse-file): Check consistency after loading a
9580 parse file. When inconsistent, enfore rescan.
9581 (reftex-check-parse-consistency): New function.
9582 (easy-menu-define): Options section drastically shortened.
9583
9584 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9585
9586 * language/thai-util.el (thai-compose-string): New function.
9587
9588 1999-01-04 Inge Frick <inge@nada.kth.se>
9589
9590 * easymenu.el (easy-menu-define): Doc fix.
9591 (easy-menu-create-menu): New keyword :included.
9592 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9593 be an expression, not only a string. Simulate style `button'.
9594 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9595 (easy-menu-define-key-intern): New function.
9596 (easy-menu-add-item): Understand value returned from
9597 easy-menu-item-present-p and easy-menu-remove-item.
9598 (easy-menu-return-item): New function.
9599 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9600
9601 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9602
9603 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9604 Use rmail-output-read-rmail-file-name to read the file name.
9605 Always call rmail-output-to-rmail-file noninteractively.
9606 When count > 1, do the loop here.
9607 Handle rmail-delete-after-output here.
9608 (rmail-summary-output): Similar changes.
9609
9610 * mail/rmailout.el: Provide `rmailout'.
9611 (rmail-output-read-rmail-file-name): New function.
9612 (rmail-output-to-rmail-file): Use that.
9613 (rmail-output-read-file-name): New function.
9614 (rmail-output): Use that.
9615
9616 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9617 Error if wildcard matches no files.
9618
9619 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9620
9621 * menu-bar.el (clipboard-yank): Doc fix.
9622
9623 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9624
9625 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9626
9627 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9628
9629 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9630
9631 * rmail.el (rmail-encode-string): Make sure mask value is
9632 positive; (emacs-pid) returns a negative number on Windows 9x
9633 which causes odd behaviour.
9634
9635 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9636
9637 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9638 and about w32-* variables unless on Windows/NT.
9639
9640 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9641
9642 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9643 if buffer is modified; ask about all modified buffers.
9644
9645 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9646
9647 * simple.el (what-cursor-position): Fix previous change.
9648
9649 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9650
9651 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9652 from paragraph-start.
9653
9654 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9655
9656 * international/mule-cmds.el (prefer-coding-system): If the
9657 argument requires specific EOL conversion type, make the default
9658 coding systems use that.
9659
9660 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9661
9662 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9663 Use shell-command-on-region.
9664 (m4-start-m4, m4-end-m4): Functions deleted.
9665
9666 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9667
9668 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9669
9670 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9671
9672 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9673 to compose-mail in the correct places and as a list.
9674
9675 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9676
9677 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9678 (pages-directory-map): Bind mouse-2
9679 (pages-copy-header-and-position): Put text property.
9680 (pages-directory-goto-with-mouse): New function.
9681
9682 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9683
9684 * international/codepage.el (cp-make-coding-systems-for-codepage):
9685 Doc fix.
9686 (cp-coding-system-for-codepage-1): Likewise.
9687
9688 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9689
9690 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9691 composition sequence correctly here instead of calling
9692 thai-compose-region.
9693
9694 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9695 newline in multibyte buffer, if previous or next character is a
9696 composite char, check the first component of the composite char.
9697
9698 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9699
9700 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9701 and track-mouse.
9702
9703 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9704
9705 * mail/sendmail.el (mail-yank-original): Remove text properties
9706 after insertion.
9707 (mail-yank-region): Barf if no mark is set in the message
9708 being replied to.
9709
9710 * help.el (function-called-at-point): First look for function at point.
9711
9712 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9713
9714 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9715
9716 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9717
9718 * simple.el (what-cursor-position): Print character encoding also.
9719
9720 1998-12-26 Dave Love <fx@gnu.org>
9721
9722 * textmodes/flyspell.el: If local-maps work, don't put
9723 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9724 in flyspell-mouse-map (only).
9725 (flyspell-use-local-map): New variable.
9726 Use a different mouse-2 binding in that case,
9727 and don't add to minor-mode-map-alist.
9728 (make-flyspell-overlay, flyspell-correct-word):
9729 Test flyspell-use-local-map.
9730
9731 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9732
9733 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9734 Be careful about whether to return a relative file name,
9735 and if so, relative to what directory.
9736
9737 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9738
9739 * emacs-lisp/easymenu.el (easy-menu-get-map):
9740 Change global map only if this menu exists in the global map already,
9741 and not in the local map.
9742 (easy-menu-do-add-item): Fix error message.
9743
9744 * foldout.el (foldout-inhibit-key-bindings):
9745 Avoid concatenating onto outline-minor-mode-prefix.
9746 Make a new keymap for that prefix, if it does not already have one.
9747
9748 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9749
9750 * cperl-mode.el:
9751 Can use linear algorithm for indentation if Emacs supports it.
9752 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9753 (cperl-after-block-p): Likewise.
9754 (cperl-after-block-and-statement-beg): Likewise.
9755 (cperl-after-block-p): After END/BEGIN we are a block.
9756 (cperl-after-expr-p): Skip labels when checking
9757 (cperl-indent-region): Make a marker for END - text added/removed.
9758 Disable hooks during the call (how to call them later?).
9759 Now indents 820-line-long function in 6.5 sec (including
9760 syntaxification) the first time (when buffer has few
9761 properties), 7.1 sec the second time.
9762 (cperl-indent-region): Do not indent whitespace lines
9763 (cperl-style-alist)
9764 Include `cperl-merge-trailing-else' where the value is clear.
9765 (cperl-styles-entries): Likewise.
9766 (cperl-problems): Improvements to docs.
9767 (cperl-tips): Likewise.
9768 (cperl-non-problems): Likewise.
9769 (cperl-mode): Make lazy syntaxification possible.
9770 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9771 `font-lock-unfontify-region-function' was set to a wrong function.
9772
9773 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9774 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9775 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9776 but 1<<6 was considered as HERE-doc.
9777 <file/glob> made into a string.
9778 Postpone addition of faces after syntactic step.
9779 Recognition of <FH> was wrong.
9780 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9781 Knows that split// is null-RE.
9782 Highlights separators in 3-parts expressions as labels.
9783 <> was considered as a glob.
9784 Would err if the last line is `=head1'.
9785 $a-1 ? foo : bar; was a considered a regexp.
9786 `<< (' was considered a start of HERE-doc.
9787 mark qq[]-etc sections as syntax-type=string
9788 Was not processing sub protos after a comment ine.
9789 Was treating $a++ <= 5 as a glob.
9790 Tolerate unfinished REx at end-of-buffer.
9791 `unwind-protect' was left commented.
9792 / and ? after : start a REx.
9793
9794 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9795 Better default, customizes to `message' too, off in text-mode.
9796
9797 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9798 `defface'd.
9799 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9800 `defface'd.
9801 (cperl-emacs-can-parse): New state variable.
9802 (cperl-indent-line): Corrected to use global state.
9803 (cperl-calculate-indent): Likewise.
9804 (cperl-fix-line-spacing): Likewise (not used yet).
9805 (cperl-calculate-indent): Did not consider `,' as
9806 continuation mark for statements.
9807 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9808 Remove another parse-data optimization at toplevel: would
9809 indent correctly.
9810 Correct for labels when calculating indentation of continuations.
9811 Docstring updated.
9812 (cperl-choose-color): Converted to a function (to be
9813 compilable in text-mode).
9814 (cperl-dark-background): Disable without window-system.
9815 Do `defface' only if window-system.
9816 (cperl-fix-line-spacing): Sped up to bail out early.
9817 (x-color-defined-p): Was not compiling on XEmacs
9818 Was defmacro'ed with a tick. Remove another def.
9819 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9820 (cperl-unwind-to-safe): New function.
9821 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9822 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9823 long strings (not very successful).
9824 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9825 Highlight the starting // in s//foo/ as function-name.
9826 Emit a meaningful error instead of a cryptic one for an
9827 uncomplete REx near end-of-buffer.
9828
9829 (cperl-electric-keyword): `qr' recognized.
9830 (cperl-electric-else): Likewise
9831 (cperl-to-comment-or-eol): Likewise
9832 (cperl-make-regexp-x): Likewise
9833 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9834 Corrected to use new macros;
9835 `if' for copying `reference-face' to `constant-face' was backward.
9836 remove init `font-lock-other-emphasized-face',
9837 `font-lock-emphasized-face', `font-lock-keyword-face'.
9838 Interpolate `cperl-invalid-face'.
9839 (cperl-make-regexp-x): Misprint in a message.
9840 (cperl-syntaxify-unwind): New configuration variable
9841 (cperl-fontify-m-as-s): New configuration variable
9842 (cperl-electric-pod): Check for after-expr was performed
9843 inside of POD too.
9844 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9845 (cperl-clobber-mode-lists): New configuration variable.
9846 (cperl-not-bad-style-regexp): Updated.
9847 Init: `cperl-is-face' was busted.
9848 (cperl-make-face): New macros.
9849 (cperl-force-face): New macros.
9850 (font-lock-other-type-face): Done via `defface' too.
9851 (cperl-nonoverridable-face): New face. Renamed from
9852 `font-lock-other-type-face'.
9853 (cperl-init-faces-weak): Use `cperl-force-face'.
9854 (cperl-comment-indent): Commenting __END__ was not working.
9855 (cperl-indent-for-comment): Likewise.
9856 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9857 When removing old TAGS info was not relativizing filename.
9858 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9859 Another try to work around XEmacs problems. Better progress messages.
9860 (toplevel): Require custom unprotected => failure on 19.28.
9861 (cperl-xemacs-p): Defined when compile too
9862 (cperl-find-tags): Was writing line/pos in a wrong order,
9863 pos off by 1 and not at beg-of-line.
9864 (cperl-etags-snarf-tag): New macro
9865 (cperl-etags-goto-tag-location): New macro
9866 (cperl-version): New variable. New menu entry
9867 random docstrings: References to "future" 20.3 removed.
9868 Menu was described as `CPerl' instead of `Perl'
9869 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9870 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9871 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9872 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9873 `font-lock-reference-face', `font-lock-keyword-face'.
9874 Use `eval-after-load'.
9875 Remove not-CPerl-related faces.
9876 (cperl-tips-faces): New variable and an entry into Mini-docs.
9877 (cperl-indent-exp): Was not processing else-blocks.
9878 (cperl-get-state): NOP line removed.
9879 (cperl-ps-print): New function and menu entry.
9880 (cperl-ps-print-face-properties): New configuration variable.
9881 (cperl-invalid-face): New configuration variable.
9882 (perl-font-lock-keywords): Highlight trailing whitespace
9883 (cperl-contract-levels): Documentation corrected.
9884 (cperl-contract-level): Likewise.
9885 (cperl-ps-extend-face-list): New macro.
9886 (cperl-invalid-face): Change to ''underline.
9887
9888 1998-12-25 Markus Rost <rost@delysid.gnu.org>
9889
9890 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9891 for read-file-name.
9892 (rmail-output-to-rmail-file): Likewise.
9893
9894 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9895
9896 * emacs-lisp/easymenu.el (easy-menu-get-map):
9897 If MENU is nil, use global menu-bar map.
9898 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9899 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9900
9901 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9902
9903 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9904
9905 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9906
9907 * ps-print.el (ps-print-version): New version number (4.1.3).
9908
9909 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
9910
9911 * international/mule-cmds.el: Use make-sparse-keymap instead of
9912 define-prefix-key when defining MULE menu items.
9913
9914 * info.el (Info-node-at-bob-matching): New function.
9915 (Info-find-node, Info-build-node-completions): Call it.
9916
9917 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
9918
9919 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9920 when this is an autoloaded keymap.
9921
9922 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9923
9924 * international/codepage.el (cp-coding-system-for-codepage-1):
9925 Create separate encoders and decoders, for DOS and Unix. Make the
9926 usual family of 3 coding systems, so that automatic detection of
9927 EOL type works.
9928 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9929 Unix-specific symbols here, and don't call
9930 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
9931 Handa <handa@etl.go.jp>.)
9932
9933 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9934
9935 * term/internal.el (IT-character-translations): New variable, an
9936 alist used to display characters for which there's no glyphs in
9937 the current codepage.
9938 (IT-display-table-setup): New function, sets up the DOS terminal
9939 for a given codepage.
9940 (dos-codepage-setup): New function, sets up the MULE environment
9941 for the current value of dos-codepage.
9942 (top-level if): In the multibyte mode, turn on
9943 unibyte-display-via-language-environment. In the unibyte mode,
9944 set up the special syntax tables to map lower- to upper case and
9945 back.
9946
9947 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
9948
9949 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9950 (speedbar-frame-plist) Remove useless comments.
9951 (speedbar-frame-mode) Do not specify height if it is in the param list.
9952 Use default y position w/out changing it.
9953 If default x position is a list, keep, calculate the non-list X
9954 value when devining an initial position.
9955 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9956 (speedbar-tag-group-name-minimum-length): New variable.
9957 (speedbar-frame-parameter): New compatibility function.
9958 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9959 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9960 groups to keep things in the right order, and to help with some
9961 naming conventions.
9962 (speedbar-create-tag-hierarchy): Enable buffer local version of
9963 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9964 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
9965 the case, derive it from the cursor location in speedbar.
9966
9967 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
9968
9969 * international/mule-cmds.el (set-language-environment): On MS-DOS
9970 terminals, install DOS-specific nonascii-translation-table if the
9971 language info doesn't specify one. Pass the default eol-type to
9972 set-language-environment-coding-systems.
9973 (set-default-coding-systems): Copy the eol-type property for the
9974 new default values of {buffer-file,process}-coding-system from the
9975 old defaults.
9976 (set-language-environment-coding-systems): Accept an optional
9977 argument EOL-TYPE, and set the eol-type property of the default
9978 coding systems accordingly.
9979 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9980 (set-keyboard-coding-system): Likewise.
9981 (set-default-coding-systems): Don't set
9982 default-terminal-coding-system on MS-DOS to anything but nil.
9983 (prefer-coding-system): Describe in the doc string that
9984 default-terminal-coding-system is not changed on MS-DOS.
9985 (set-language-environment): For MS-DOS, set standard syntax table
9986 and display table for all characters with code above 127.
9987 (standard-display-european-internal): For MS-DOS, pass all
9988 characters with code above 127 directly to the terminal, and don't
9989 remap characters 160 and 146 in the unibyte case.
9990
9991 * international/codepage.el: New file.
9992
9993 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9994
9995 * diary-lib.el (diary-float): Fix end-of-year error and typos in
9996 comments.
9997
9998 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
9999
10000 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10001
10002 * subr.el (read-passwd): Likewise.
10003
10004 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10005
10006 * info.el (Info-find-node): Add 1 to the position read from the
10007 tag table. Don't fail if the node delimiter ^_ is the first
10008 character in the file.
10009 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10010 first character in the file.
10011 (Info-read-subfile): Likewise.
10012 (Info-select-node): Likewise.
10013 (Info-build-node-completions): Likewise.
10014
10015 1998-12-16 Richard Stallman <rms@gnu.org>
10016
10017 * term/x-win.el (x-cut-buffer-or-selection-value):
10018 If clipboard is enabled, try it before PRIMARY selection.
10019
10020 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10021
10022 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10023 insert c-cedilla and C-cedilla respectively, like in latin-1.
10024
10025 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10026
10027 * language/hebrew.el: Don't use sublists in the flags argument
10028 passed to make-coding-system.
10029
10030 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10031
10032 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10033 list of character sets found by find-charset-region.
10034
10035 * ps-mule.el: Always require ps-print. Move some function
10036 definitions for Emacs 20.2 and the earlier to ps-print.el.
10037 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10038
10039 * ps-print.el: Define several functions for Emacs 20.2 and the
10040 earlier version.
10041 (ps-printer-name): Check if printer-name is bound.
10042
10043 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10044
10045 * ps-mule.el: Programming uniformization and little code improvement.
10046 (ps-mule-prepare-font): Programming uniformization.
10047 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10048 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10049
10050 * ps-bdf.el: Programming uniformization and little code improvement.
10051 (bdf-search-and-read): New fun.
10052 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10053 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10054 (bdf-info-relative-compose, bdf-info-baseline-offset)
10055 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10056 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10057 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10058 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10059 improvement.
10060
10061 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10062
10063 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10064 and mule related code extraction. Autoload ps-mule funs.
10065
10066 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10067 (ps-mule-prologue-generated): New fun.
10068 (ps-mule-plot-string): Add autoload cookie.
10069 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10070
10071 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10072
10073 * ps-bdf.el: Require ps-mule instead of ps-print.
10074 (bdf-directory-list): Add autoload cookie.
10075
10076 * ps-mule.el: New file. Mule related code extracted from
10077 ps-print.el. Require ps-print, provide ps-mule.
10078 (ps-multibyte-buffer): Add autoload cookie.
10079 (ps-mule-prepare-ascii-font): New fun.
10080 (ps-mule-set-ascii-font): New fun.
10081 (ps-mule-skip-same-charset): Fun deleted.
10082 (ps-mule-plot-string): Set ps-mule-current-charset.
10083 (ps-mule-initialize): Add autload cookie. Don't set
10084 ps-mule-font-info-database here.
10085 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10086 ps-mule-font-info-database and ps-control-or-escape-regexp.
10087 (ps-mule-begin-page): New fun.
10088
10089 * ps-print.el: Mule related code moved to ps-mule.el.
10090 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10091 check ps-mule-charset-list.
10092 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10093 ps-mule-begin-page.
10094 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10095 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10096 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10097 instead skip same charsets by itself.
10098 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10099 non-nil. Call ps-mule-begin-job.
10100
10101 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10102
10103 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10104 instead of bdf.
10105
10106 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10107 (ps-mule-external-libraries): New element FEATURE.
10108 (ps-mule-init-external-library): Ajusted for the above change.
10109 (ps-mule-generate-font): Likewise.
10110 (ps-mule-generate-glyphs): Likewise.
10111 (ps-mule-prepare-font): Likewise.
10112 (ps-mule-initialize): Likewise.
10113 (ps-begin-file): Superfluous tailing parenthesis deleted.
10114
10115 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10116
10117 * international/fontset.el (x-decompose-font-name): If PATTERN
10118 doesn't have any wild cards, return a vector made from a name that
10119 is found by x-resolve-font-name found. Comments added.
10120
10121 * international/mule-cmds.el (find-coding-systems-for-charsets):
10122 Handle the case of unknown charset.
10123 (find-multibyte-characters): If invalid multibyte characters are
10124 found, return the corresponding strings instead of character
10125 codes.
10126 (find-multibyte-characters): Adjusted for the above change.
10127 (select-safe-coding-system): For a unibyte buffer, always returns
10128 DEFAULT-CODING-SYSTEM.
10129 (get-charset-property): Fix previous change. Make it a function.
10130 (put-charset-property): Make it a function.
10131
10132 * international/mule.el (make-coding-system): Set mime-charset
10133 property of *-with-esc coding system to nil.
10134
10135 * international/quail.el (quail-point-in-conversion-region): New
10136 function.
10137 (quail-conversion-backward-delete-char): When a key sequence is
10138 being translated, call quail-delete-last-char.
10139
10140 * language/devan-util.el
10141 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10142 handle devanagari-decomposition-rules.
10143
10144 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10145
10146 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10147 tex-start-options-string to empty string.
10148 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10149
10150 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10151
10152 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10153 5xx responses are already handled properly).
10154
10155 1998-12-13 Richard Stallman <rms@gnu.org>
10156
10157 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10158 on a non-digit in the file name.
10159
10160 * simple.el (comment-region): Handle comment-padding
10161 separately for insertion and for deletion, in the right way for each.
10162
10163 1998-12-13 Felix Lee <flee@cygnus.com>
10164
10165 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10166 regexp to match "ChangeLog:1:1998-12-09 ..."
10167
10168 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10169
10170 * cus-start.el (dos-unsupported-char-glyph): Add.
10171
10172 1998-12-11 Dave Love <fx@gnu.org>
10173
10174 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10175 forward-sexp in condition-case.
10176
10177 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10178 Remove unnecessary test on `library' for explicit file name.
10179 Widen scope of save-match-data.
10180
10181 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10182
10183 * international/mule.el (load-with-code-conversion): If the loaded
10184 file was inserted with no-conversion or raw-text coding system,
10185 make the buffer unibyte.
10186
10187 1998-12-09 Richard Stallman <rms@gnu.org>
10188
10189 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10190 Get rid of nested loops.
10191
10192 * mouse.el (mouse-drag-vertical-line):
10193 If WHICH-SIDE is not `right', then scroll bars are on the left.
10194
10195 * loadhist.el (load-history-loaded): defvar moved to help.el.
10196
10197 * help.el (symbol-file-load-history-loaded): Variable renamed,
10198 and defvar moved from loadhist.el.
10199 (symbol-file): Renamed from describe-function-find-file.
10200 Load fns-VERSION.el here.
10201 (describe-variable, describe-function-1): Use symbol-file.
10202
10203 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10204 Don't start the name with #.
10205
10206 * ispell.el: Take out the eval-when's.
10207
10208 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10209
10210 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10211 (dirtrack): Run it. Make debug message more verbose.
10212
10213 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10214
10215 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10216 name of the abbrev table, and provide support for XEmacs.
10217 (octave-xemacs-p): New variable.
10218
10219 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10220
10221 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10222 exit, when mail-interactive is nil.
10223
10224 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10225
10226 * files.el (after-find-file): Message fix.
10227
10228 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10229
10230 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10231
10232 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10233
10234 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10235 filenames using backslashes.
10236
10237 1998-12-09 Dave Love <fx@gnu.org>
10238
10239 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10240 with correct number of args.
10241 (browse-url-maybe-new-window): New arg. Callers changed.
10242
10243 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10244 comment.
10245
10246 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10247
10248 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10249
10250 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10251
10252 * vc.el (vc-rcs-release): Fix Type.
10253 (vc-sccs-release): Fix Type.
10254 (vc-cvs-release): Fix Type.
10255
10256 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10257 arg work right.
10258
10259 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10260 output of last undeleted message.
10261
10262 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10263
10264 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10265 (buffer-undo-list) [windows-nt]: Use different relative path.
10266
10267 1998-12-07 Simon Marshall <simon@gnu.org>
10268
10269 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10270
10271 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10272
10273 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10274
10275 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10276
10277 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10278
10279 * info.el (Info-menu): Don't return error if point is between menu
10280 header and first menu item.
10281
10282 1998-12-04 Dave Love <fx@gnu.org>
10283
10284 * help.el (describe-function-1): Fix description for alias.
10285
10286 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10287
10288 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10289 specifications from summary line.
10290
10291 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10292 (close-rectangle): Define alias only once in loaddefs.el.
10293
10294 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10295
10296 * term/internal.el: Remove code which sets up a special syntax
10297 table for non-ASCII characters.
10298
10299 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10300
10301 * dos-w32.el (direct-print-region-function): Try to ensure that
10302 printer-name is expanded to a file name on a local drive;
10303 sometimes printing a file loaded from a network volume fails.
10304 (direct-print-region-function): Add a function to
10305 write-region-annotate-functions to append a formfeed character to
10306 the region being printed, if the region doesn't end with a
10307 formfeed already. This avoids creating a second print job
10308 containing a blank page when print spooling is enabled on Windows.
10309
10310 1998-12-02 Dave Love <fx@gnu.org>
10311
10312 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10313 `Info-goto-node'.
10314
10315 1998-12-02 Richard Stallman <rms@gnu.org>
10316
10317 * help.el (temp-buffer-resize-mode): Doc fix.
10318
10319 * cus-edit.el (custom-save-delete): Save point before
10320 reading a sexp, rather than backing up.
10321
10322 * international/iso-transl.el: Fix previous change.
10323
10324 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10325
10326 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10327 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10328 Added defvars to suppress compilation warnings.
10329
10330 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10331
10332 * ispell.el: Improved and fixed customize for variables:
10333 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10334 ispell-dictionary-alist, ispell-skip-sgml.
10335 Improved and fixed comments in variables and messages for
10336 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10337 ispell-menu-map, ispell-checking-message, ispell-parser,
10338 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10339 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10340 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10341 ispell-message-text-end, ispell-add-per-file-word-list.
10342 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10343 system is now required for all languages. Casechars improved for
10344 castellano, castellano8, and norsk dictionaries. Dictionary
10345 norsk7-tex added. Dictionary polish added.
10346 (ispell-dictionary-alist): Redefined at load-time to support
10347 dictionary changes.
10348 (ispell-menu-map): Redefined at load-time to support menu changes.
10349 (ispell-check-version): New alias for `check-ispell-version'.
10350 (ispell-parse-output): Fixed matching for ispell error messages.
10351 Correctly returns spelling suggestions in order generated by ispell
10352 process.
10353 (check-ispell-version): Ensure `case-fold-search' doesn't get
10354 redefined.
10355 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10356 redefined. Fix bug that didn't respect case of word being completed.
10357 (ispell-init-process): Set process coding system to be compatible
10358 with emacs processes and the ispell process.
10359 (ispell-kill-ispell): Ensures ispell process has terminated before
10360 starting new process. This can otherwise confuse process filters
10361 and hang the ispell process.
10362 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10363 skipping support for sgml.
10364 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10365 which could cause `ispell-complete-word' to hang.
10366 (ispell-message): Improved message reference matching. Ensure
10367 `case-fold-search' doesn't get redefined.
10368 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10369 get redefined. Fixed bug in returning to nroff mode from tex mode.
10370 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10371 get redefined.
10372
10373 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10374
10375 * textmodes/flyspell.el (flyspell-check-word-p):
10376 Don't delay inside a kbd macro.
10377
10378 * subr.el (make-local-hook): Return the hook variable.
10379
10380 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10381
10382 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10383 Use a timer instead of post-command-hook.
10384 (hscroll-timer): New variable.
10385
10386 1998-11-30 Dave Love <fx@gnu.org>
10387
10388 * help.el (help-xref-button): Do nothing if text already has the
10389 help-xref property.
10390 (describe-variable): Revert previous change to hyperlink to source.
10391
10392 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10393
10394 * bindings.el (features): Add `base64' to this list.
10395
10396 * loadhist.el (symbol-file): Doc fix.
10397
10398 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10399
10400 * files.el (hack-one-local-variable): Cope with non-file buffers.
10401
10402 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10403
10404 * help.el (describe-mode): Put major mode first.
10405
10406 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10407 to support special-display and same-window features.
10408
10409 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10410
10411 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10412 bound in one function and used in the other.
10413 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10414 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10415
10416 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10417
10418 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10419
10420 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10421
10422 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10423 Give format correct control string.
10424
10425 * international/mule.el (define-translation-table): Fix bug of
10426 setting incorrect translation-table-id. If the first element of
10427 ARGS is a translation table, just register it.
10428
10429 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10430 property.
10431
10432 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10433
10434 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10435 syntax table to determine what is whitespace.
10436
10437 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10438
10439 * frame.el (frame-parameter): Doc fix.
10440
10441 * textmodes/tex-mode.el (tex-feed-input): New function.
10442 (tex-define-common-keys): Add binding for C-c C-m.
10443
10444 1998-11-23 Dave Love <fx@gnu.org>
10445
10446 * progmodes/fortran.el: Various minor doc fixes.
10447 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10448 (fortran-with-subprogram-narrowing): New macro.
10449 (fortran-check-for-matching-do): Use it.
10450 (fortran-end-do): Use fortran-check-end-prog-re.
10451 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10452 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10453
10454 1998-11-23 Simon Marshall <simon@gnu.org>
10455
10456 * font-lock.el (font-lock-defaults): Doc fix.
10457 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10458 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10459
10460 * lazy-lock.el (lazy-lock-unstall):
10461 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10462
10463 * fast-lock.el (fast-lock-save-cache-1):
10464 (fast-lock-cache-data): Rewritten to use with-temp-message.
10465
10466 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10467
10468 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10469 messages that have been added with DOS line endings and convert
10470 the line endings for such messages.
10471
10472 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10473
10474 * help.el: Add resizing of temporary buffers.
10475 (temp-buffer-resize-mode): New command and variable.
10476 (temp-buffer-max-height): New variable.
10477 (resize-temp-buffer-window): New function.
10478
10479 * window.el (window-buffer-height): New function, split from
10480 shrink-window-if-larger-than-buffer.
10481 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10482
10483 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10484
10485 * frame.el (initial-frame-alist): Add defcustom.
10486
10487 * shell.el (shell-prompt-pattern): Add defcustom.
10488
10489 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10490
10491 * message.el (message-ignored-supersedes-headers): Remove
10492 NNTP-Posting-Date.
10493
10494 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10495
10496 * help.el (describe-mode): Don't avoid loop indirecting thru
10497 value of INDICATOR.
10498
10499 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10500
10501 * help.el (describe-variable): Allow any variable with a defcustom,
10502 even if it is not a user variable.
10503
10504 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10505
10506 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10507
10508 * gnus/nntp.el (nntp-request-group): Allow for failures when
10509 requesting a new group.
10510
10511 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10512
10513 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10514
10515 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10516
10517 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10518
10519 1998-11-19 Simon Marshall <simon@gnu.org>
10520
10521 * subr.el (with-temp-message): New macro.
10522
10523 * emacs-lisp/lisp-mode.el (with-temp-message):
10524 Add lisp-indent-function property.
10525
10526 1998-11-18 Dave Love <fx@gnu.org>
10527
10528 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10529
10530 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10531
10532 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10533 This is not obsolete.
10534
10535 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10536
10537 * textmodes/picture.el: Make a new map by make-keymap.
10538 (picture-desired-column): New variable.
10539 (picture-update-desired-column): New function.
10540 (picture-beginning-of-line): Set picture-desired-column to 0.
10541 (picture-end-of-line): Set picture-desired-column to the current
10542 column.
10543 (picture-forward-column): Pay attention to multi-column character.
10544 (picture-backward-column): Likewise.
10545 (picture-move-down): Likewise.
10546 (picture-move-up): Likewise.
10547 (picture-movement-nw): With prefix arg, move twice columns.
10548 (picture-movement-ne): Likewise.
10549 (picture-movement-sw): Likewise.
10550 (picture-movement-se): Likewise.
10551 (picture-set-motion): Handle two-column movements.
10552 (picture-move): Call picture-move-down or picture-forward-column
10553 only when necessary.
10554 (picture-insert): Pay attention to picture-desired-column.
10555 (picture-self-insert): Likewise.
10556 (picture-clear-column): Pay attention to multi-column character.
10557 (picture-mode): Modify doc-string for two-column movement.
10558
10559 * rect.el (move-to-column-force): New function.
10560 (operate-on-rectangle): If coerce-tabs is non-nil, call
10561 move-to-column-force instead of move-to-column.
10562 (insert-rectangle): Call move-to-column-force instead of
10563 move-to-column.
10564 (open-rectangle-line): If begextra is not zero, call
10565 move-to-column-force.
10566
10567
10568 1998-11-16 Dave Love <fx@gnu.org>
10569
10570 * textmodes/sgml-mode.el Require skeleton when compiling.
10571 (sgml-font-lock-keywords-1): Accept single-letter tags.
10572 (v2): Defvar free variable.
10573
10574 1998-11-16 Sam Steingold <sds@goems.com>
10575
10576 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10577 macro, not ELisp one.
10578
10579 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10580
10581 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10582 characters to symbol.
10583
10584 * language/japan-util.el (japanese-zenkaku-region): New optional
10585 arg KATAKANA-ONLY.
10586
10587 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10588
10589 * international/mule.el
10590 (after-insert-file-set-buffer-file-coding-system): If the buffer
10591 is changed to unibyte, return inserted bytes.
10592
10593 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10594 and link names if necessary.
10595 (tar-header-block-summarize): Handle the case that file or link
10596 names are multibyte.
10597 (tar-summarize-buffer): At first set the current buffer unibyte,
10598 then if there are multibyte file names, change it to multibyte.
10599 (tar-mode): Get char position from tar-header-offset.
10600 (tar-extract): Avoid multibyte<->unibyte conversion in
10601 insert-buffer-subsring by setting both buffers unibyte
10602 temporarily.
10603 (tar-copy): Set the buffer unibyte while doing a work. Write
10604 without code conversion.
10605 (tar-expunge): Set the buffer unibyte while doing a work.
10606 (tar-alter-one-field): Likewise.
10607 (tar-clear-modification-flags): Compare byte position with
10608 tar-header-offset.
10609 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10610 insert-buffer-subsring by setting both buffers unibyte
10611 temporarily. Pay attention to multibyteness while updating the
10612 descriptor-line.
10613 (tar-mode-write-file): Write without code conversion.
10614
10615 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10616
10617 * nngateway.el: Require cl.
10618
10619 1998-11-15 Dave Love <fx@gnu.org>
10620
10621 * progmodes/fortran.el: Fix previous change:
10622 (fortran-end-prog-re1): Changed.
10623 (fortran-check-end-prog-re): New function.
10624 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10625
10626 1998-11-13 Tom Breton <tob@world.std.com>
10627
10628 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10629 GNU Emacs.
10630
10631 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10632
10633 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10634 fixed.
10635 (reftex-toc-toggle-file-boundary,
10636 reftex-toc-toggle-labels,
10637 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10638 (reftex-toc-include-labels, reftex-toc-include-context,
10639 reftex-toc-include-file-boundaries,
10640 reftex-toc-keep-other-windows): New options.
10641 (reftex-use-text-after-label-as-context): Option removed.
10642 (reftex-extract-bib-entries): Protect use in non-latex
10643 buffers.
10644 (reftex-toc-visit-location): Renamed from
10645 `reftex-toc-visit-line'.
10646 (reftex-latin1-to-ascii): Works now with and without Mule.
10647 (reftex-truncate): Removed special stuff for Emacs 20.2.
10648 (reftex-get-offset): Made more general.
10649 (reftex-show-label-location): Renamed from
10650 `reftex-select-label-callback'.
10651 (reftex-pop-to-label): Function removed (using
10652 `reftex-show-label-location' instead.
10653 (reftex-insert-docstruct): Renamed from
10654 `reftex-make-and-insert-label-list'. Function args changed.
10655 (reftex-toc): Now uses `reftex-insert-docstruct' and
10656 `reftex-find-start-point'.
10657 (reftex-select-item): Use `reftex-find-start-point'.
10658 (reftex-toc-visit-line): Can display labels and file
10659 boundaries.
10660 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10661
10662 1998-11-12 Sam Steingold <sds@goems.com>
10663
10664 * browse-url.el (browse-url): Handle the case when
10665 `browse-url-browser-function' is a lambda list.
10666
10667 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10668
10669 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10670 version string.
10671 * loadhist.el (symbol-file): Likewise
10672
10673 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10674
10675 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10676
10677 1998-11-11 Sam Steingold <sds@goems.com>
10678
10679 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10680 `run-lisp' instead of signalling an error.
10681
10682 1998-11-11 Karl Heuer <kwzh@gnu.org>
10683
10684 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10685
10686 1998-11-11 Richard Stallman <rms@gnu.org>
10687
10688 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10689
10690 1998-11-11 Per Starback <starback@update.uu.se>
10691
10692 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10693 renamed svenska8 to svenska, and fixed and extended CASECHARS
10694 for it.
10695
10696 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10697
10698 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10699 handling if setpagedevice is not available.
10700 (ps-begin-file): Fix typo.
10701
10702 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10703
10704 * international/mule-util.el (compose-chars-component): Signal
10705 error if CH is a rule-based composition character.
10706 (compose-chars): Signal error if an already compsed character is
10707 going to be composed by rule-base.
10708
10709 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10710 full XLFD, don't try to get information of WEIGHT and SLANT from
10711 that font name.
10712
10713 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10714
10715 * dos-w32.el (set-default-process-coding-system): Use function on
10716 before-init-hook to set default-process-coding-system based on
10717 enable-multibyte-characters.
10718
10719 * term/w32-win.el ([language-change]): For now ignore
10720 keyboard language-change events.
10721
10722 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10723
10724 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10725 convert-standard-file-name, but leave the results of
10726 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10727 characters if the original name already exists, or has a special
10728 handler.
10729
10730 1998-11-10 Karl Heuer <kwzh@gnu.org>
10731
10732 * international/iso-insert.el: Delete autoload cookies.
10733
10734 * international/iso-transl.el: Add autoload cookies.
10735
10736 1998-11-10 Richard Stallman <rms@gnu.org>
10737
10738 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10739 (ispell-process-line): Don't treat multibyte
10740
10741 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10742
10743 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10744 setpagedevice to specify the page size if setpagedevice is
10745 available. This is necessary to select the correct paper tray on
10746 Level 2 printers with multiple paper sizes available.
10747
10748 (ps-begin-file): Cope with font names that contain spaces, and
10749 call BeginDoc in a BeginSetup/EndSetup block.
10750
10751 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10752
10753 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10754 convert-standard-filename.
10755
10756 * loadhist.el (symbol-file): Run fns-VERSION.el through
10757 convert-standard-filename.
10758
10759 1998-11-06 Richard Stallman <rms@gnu.org>
10760
10761 * textmodes/texinfmt.el (texinfo-format-scan):
10762 Detect the case of two @-commands in a row; process just the first.
10763 (texinfo-append-refill): If line has a @c, insert the @refill
10764 before it.
10765 (texinfo-format-refill): Return with point where the @refill was.
10766
10767 * files.el (hack-local-variables): Test local-enable-local-variables.
10768 (hack-local-variables-prop-line): Likewise.
10769 (set-auto-mode): Don't test local-enable-local-variables here.
10770 (enable-local-variables): Doc fix.
10771 (local-enable-local-variables): Doc fix.
10772 (normal-mode): Doc fix.
10773
10774 1998-11-06 Karl Heuer <kwzh@gnu.org>
10775
10776 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10777
10778 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10779
10780 * simple.el (line-number-mode): Doc fix.
10781
10782 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10783
10784 * international/fontset.el (create-fontset-from-fontset-spec):
10785 Give correct arg to `error'.
10786
10787 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10788
10789 * textmodes/sgml-mode.el (html-mode): Doc fix.
10790 (sgml-name-8bit-mode): Fix missing format character in message string.
10791
10792 1998-11-05 Karl Heuer <kwzh@gnu.org>
10793
10794 * mail/sendmail.el (sendmail-send-it): Check for failure.
10795
10796 1998-11-05 Richard Stallman <rms@gnu.org>
10797
10798 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10799
10800 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10801 (close-rectangle): Define as alias.
10802
10803 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10804
10805 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10806
10807 1998-11-05 Dave Love <fx@gnu.org>
10808
10809 * help.el (describe-variable): Don't quote link to source.
10810
10811 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10812
10813 * gud.el (gud-common-init): Use pop-to-buffer.
10814 (same-window-regexps): Add an element that matches all gud buffers.
10815
10816 1998-11-04 Jason Rumney <jasonr@altavista.net>
10817
10818 * term/w32-win.el (x-get-selection-value): Alias to
10819 x-cut-buffer-or-selection-value.
10820 (w32-standard-fontset-spec): New variable.
10821 (w32-create-initial-fontsets, mouse-set-font): Check whether
10822 new-fontset is available.
10823 (w32-use-w32-font-dialog): Enable use of set-variable.
10824
10825 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10826
10827 * vc.el (with-vc-file, edit-vc-file): New macros.
10828
10829 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10830
10831 * international/quail.el (quail-show-guidance-buf): Call
10832 set-minibuffer-window to set minibuffer window of the current
10833 frame correctly.
10834
10835 1998-11-03 Theodore Jump <tjump@tertius.com>
10836
10837 * term/w32-win.el: Require fontset.
10838
10839 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10840
10841 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10842 (set-face-font-auto): Ditto.
10843
10844 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10845
10846 * mouse.el (mouse-drag-region): Fix typo.
10847
10848 1998-11-02 Dave Love <fx@gnu.org>
10849
10850 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10851 (fortran-fontify-string): New function.
10852 (fortran-font-lock-keywords-1): Use it.
10853
10854 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10855
10856 * comint.el (comint-file-name-quote-list): Doc fix.
10857
10858 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10859
10860 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10861 build directory, not source directory.
10862
10863 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10864 if we did not get one for the final move.
10865
10866 1998-11-01 Dave Love <fx@gnu.org>
10867
10868 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10869 Don't funcall browse-url-browser-function.
10870
10871 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10872 Don't funcall browse-url-browser-function.
10873
10874 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10875
10876 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10877
10878 * files.el (revert-buffer): Doc fix.
10879
10880 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10881
10882 * textmodes/tex-mode.el (tex-start-options-string):
10883 Quote the backslashes with more backslashes.
10884
10885 1998-10-31 Dave Love <fx@gnu.org>
10886
10887 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10888 (webjump): Don't funcall browse-url-browser-function.
10889
10890 1998-10-30 Kenichi Handa <handa@etl.go.jp>
10891
10892 * international/quail.el (quail-start-translation): Handle
10893 switching of the frame in read-key-sequence.
10894 (quail-start-conversion): Likewise.
10895 (quail-show-guidance-buf): Detach quail-guidance-buf from any
10896 windows before setting an appropriate window for it.
10897 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
10898 quail-guidance-win to nil.
10899 (quail-update-guidance): If quail-guidance-buf is not in the
10900 selected frame, call quail-show-guidance-buf again.
10901
10902 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
10903
10904 * progmodes/pascal.el (pascal-mode):
10905 `blink-matching-paren-dont-ignore-comments' set to t.
10906
10907 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10908
10909 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10910
10911 1998-10-30 Dave Love <fx@gnu.org>
10912
10913 * vc.el (vc-backend-merge-news): Check for "P" output.
10914
10915 * help.el (describe-variable): Hyperlink the definition.
10916
10917 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10918
10919 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10920 (sh-set-shell): Likewise.
10921
10922 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10923
10924 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10925 (edebug-on-error): Fix customize type to match that of
10926 debug-on-error.
10927
10928 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10929
10930 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10931 report-emacs-bug-address instead of undefined bug-gnu-emacs.
10932
10933 * international/mule-cmds.el (select-message-coding-system): Doc
10934 fix.
10935
10936 * international/mule-diag.el (describe-coding-system): Describe
10937 all flags.
10938
10939 * mail/sendmail.el (sendmail-coding-system,
10940 default-sendmail-coding-system): Doc fix.
10941
10942 * simple.el (shell-command-on-region): Doc fix.
10943
10944 * loadup.el: Write fns-*.el in current directory instead of
10945 data-directory since no installation directory exists yet. Mark
10946 buffer unmodified afterwards.
10947
10948 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10949 instead of data-directory since it is architecture dependent.
10950 (load-history-loaded): Update doc string.
10951
10952 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
10953
10954 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10955 path as a default directory when canonicalizing names.
10956
10957 * w32-fns.el: Remove a dangling reference to a directory on the
10958 build machine.
10959
10960 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10961
10962 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10963 namespace related keywords such as `class', `body', `private',
10964 `variable', `namespace eval', etc.
10965 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10966 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10967 imenu and font-lock so that searches for \sw would find words
10968 containing colons.
10969
10970 * progmodes/etags.el (initialize-new-tags-table):
10971 Do not alter find-tag-marker-ring and tags-location-ring.
10972
10973 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
10974
10975 * term/w32-win.el: Require fontset.
10976 (w32-init-fontsets): New function (code from x-win.el).
10977
10978 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10979
10980 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10981 calendar-and-diary-frame-parameters): Add title parameter.
10982
10983 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10984
10985 * completion.el (dynamic-completion-mode): New function to enable
10986 the mode. (Just loading the file now does not change anything.)
10987
10988 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10989
10990 * ps-print.el: User option for multibyte buffer handling and doc fix.
10991 (ps-multibyte-buffer): New user option.
10992 (ps-setup): Print new user option.
10993 (ps-print-quote): New fun.
10994 (ps-color-p, ps-mule-font-info-database-latin): New var.
10995 (ps-default-color, ps-mule-font-info-database)
10996 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10997 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10998 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10999 Little code improvement.
11000 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11001 (ps-print-prologue-header, ps-font-family, ps-font-size)
11002 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11003 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11004 (ps-mule-external-libraries, ps-mule-init-external-library)
11005 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11006 Doc fix.
11007 (ps-print-version): New version number (4.1.1) and doc fix.
11008 (ps-print-prologue-header): New user option.
11009 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11010 Conditional compilation for GNU Emacs and emacsens.
11011 (ps-generate-postscript-with-faces): Skip invisible text better.
11012 (ps-setup): Print new user option.
11013 (ps-print-preprint): Check if input file name exists and is unwritable.
11014 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11015 and insert user PostScript prologue header comments.
11016 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11017 New funs.
11018 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11019 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11020 PostScript programming normalization.
11021 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11022 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11023 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11024 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11025 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11026 Programming style normalization.
11027
11028 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11029
11030 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11031 version, check the value of mule-version.
11032
11033 * international/mule-util.el (compose-region): Insert then delete
11034 to preserve markers.
11035 (decompose-region): Use search-forward for efficiency.
11036
11037 * language/chinese.el (pre-write-encode-hz): Cancel previous
11038 change, use generate-new-buffer instead of get-buffer-create.
11039 * language/devan-util.el
11040 (in-is13194-devanagari-pre-write-conversion): Likewise.
11041 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11042 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11043 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11044
11045 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11046
11047 * mail/rmailsum.el (rmail-message-subject-p):
11048 Handle message whose header has not been reformatted.
11049
11050 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11051
11052 1998-10-25 Jason Rumney <jasonr@altavista.net>
11053
11054 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11055 New variables.
11056 (mouse-set-font): Use font menus instead of dialog according to
11057 w32-use-w32-font-dialog.
11058
11059 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11060
11061 * calendar/calendar.el (calendar-day-name-array): Add doc string
11062 correctly!
11063 (calendar-month-name-array): Add doc string correctly!
11064
11065 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11066
11067 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11068
11069 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11070
11071 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11072
11073 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11074
11075 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11076
11077 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11078
11079 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11080
11081 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11082
11083 1998-10-21 Karl Heuer <kwzh@gnu.org>
11084
11085 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11086 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11087 (profile-filter, profile-reset-timer): Functions deleted.
11088 (profile-check-zero-init-times, profile-get-time): Likewise.
11089 (profile-find-function, profile-quit): Likewise.
11090 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11091 (profile-time-list, profile-init-list): Doc fix.
11092 (profile-functions): Simplify.
11093 (profile-print): Use float. Make output include space separators.
11094 (profile-add-time): New helper function.
11095 (profile-function-prolog): Renamed from profile-start-function.
11096 Handle profile-distinct.
11097 (profile-function-epilog): Renamed from profile-update-function.
11098 Handle profile-distinct.
11099 (profile-a-function): If the function to be profiled is an
11100 autoload form, load it. If it's lazy-loaded, fetch it.
11101 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11102 (profile-restore-fun): Arg FUN is now a function symbol, as was
11103 documented, rather than a one-element list.
11104 (profile-finish): Call profile-restore-fun properly.
11105
11106 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11107
11108 * international/characters.el: Setup charset property
11109 nospace-between-words.
11110
11111 * international/mule-cmds.el (get-charset-property): If CHARSET is
11112 composition, return nil.
11113 (put-charset-property): If CHARSET is composition, do nothing.
11114
11115 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11116 * language/devan-util.el
11117 (in-is13194-devanagari-pre-write-conversion): Likewise.
11118 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11119 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11120 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11121
11122 * textmodes/fill.el (sentence-end-without-period): New variable.
11123 (canonically-space-region): Pay attention to
11124 sentence-end-without-period.
11125 (fill-find-break-point): The first argument CHARSET deleted.
11126 Caller changed.
11127 (fill-region-as-paragraph): Pay attention to charset property
11128 nospace-between-words and text property nospace-between-words.
11129
11130 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11131
11132 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11133 an unrecognized shell.
11134
11135 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11136
11137 * desktop.el (desktop-save): Include minor modes symbolically.
11138 (desktop-create-buffer): Turn on all minor modes in `mim'.
11139
11140 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11141
11142 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11143 (sh-font-lock-keywords): Handle rpm and rpm2.
11144 (sh-ancestor-alist): Handle rpm.
11145
11146 * files.el (auto-mode-alist): Recognize .rpm files.
11147 Also .spec and .mspec files.
11148
11149 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11150
11151 * faces.el (frame-set-background-mode): Enable the function for
11152 MSDOS frames.
11153
11154 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11155
11156 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11157 (calendar-month-name-array): Add doc string.
11158
11159 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11160
11161 * simple.el (kill-ring-max): Increased to 60.
11162
11163 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11164
11165 * international/characters.el: Setup auto-fill-chars.
11166
11167 * international/kinsoku.el (kinsoku): Check the variable
11168 enable-kinsoku.
11169
11170 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11171 Don't call kinsoku directly, intead call fill-find-break-point.
11172
11173 * textmodes/fill.el: Setup `fill-find-break-point-function'
11174 property to character sets which require `kinsoku' processing for
11175 filling.
11176 (fill-find-break-point): New function.
11177 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11178 Don't call kinsoku directly, intead call fill-find-break-point.
11179
11180 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11181
11182 * faces.el (modify-face-read-string): Return (nil) for "none".
11183 (modify-face): Don't get error if (nil) is the argument.
11184 (face-try-color-list): Don't check whether nil is a valid color.
11185
11186 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11187
11188 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11189 Print message about each directory, even in batch mode.
11190
11191 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11192
11193 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11194 (ps-mule-string-char): No need to use sref.
11195 (ps-mule-next-index): No need to use sref.
11196
11197 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11198
11199 * files.el (revert-buffer-internal-hook): Add defvar.
11200
11201 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11202
11203 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11204
11205 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11206
11207 * international/mule-cmds.el (default-input-method): Fix custom type.
11208
11209 * net-utils.el (whois-server-list): Fix customization type.
11210
11211 * shell.el (shell-input-autoexpand): Fix customization group.
11212
11213 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11214
11215 * repeat.el (repeat): Handle keyboard macros properly.
11216 Handle new prefix arg after self-insert command.
11217
11218 * repeat.el: Don't include cl even at compile time.
11219 (repeat): Avoid using `loop'.
11220
11221 * simple.el (shell-command-on-region): Doc fix.
11222 (next-history-element): Special error message if no default.
11223
11224 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11225
11226 * ps-print.el (ps-print-buffer): Doc fix.
11227 (ps-despool): Likewise.
11228
11229 * arc-mode.el (arc-mode): Provide arc-mode.
11230
11231 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11232
11233 * ps-print.el (ps-print-buffer): Doc fix.
11234
11235 1998-10-14 Dave Love <fx@gnu.org>
11236
11237 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11238 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11239 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11240
11241 * progmodes/fortran.el (fortran-mode-map): Change "Join
11242 Continuation Line" to "Join Line".
11243 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11244
11245 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11246
11247 * progmodes/fortran.el (fortran-join-line): Use
11248 `delete-indentation' instead of issuing an error message if not on
11249 a continuation line. Provide for joining several lines using
11250 prefix arg.
11251
11252 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11253
11254 * term/pc-win.el (msdos-color-values): New variable.
11255 (x-color-values): New function, emulates its namesake from
11256 src/xfns.c.
11257 (msdos-bg-mode): Add all dark colors to those which return
11258 "dark".
11259
11260 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11261
11262 * replace.el (keep-lines, flush-lines, how-many):
11263 Don't ignore case if arg has upper case letters.
11264
11265 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11266
11267 * progmodes/vhdl-mode.el
11268 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11269 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11270 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11271 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11272 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11273 (vhdl-when): Fix indentation problem.
11274 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11275 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11276 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11277
11278 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11279
11280 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11281 (ls-lisp-insert-directory): Renamed from insert-directory.
11282 (insert-directory): New function.
11283
11284 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11285
11286 * simple.el (completion-fixup-function): Variable deleted.
11287 (completion-setup-function): Delete code for completion-fixup-function.
11288 * emacs-lisp/lisp.el (lisp-complete-symbol):
11289 Don't bind completion-fixup-function.
11290
11291 * files.el (find-file-wildcards): New option.
11292 (find-file-noselect): Handle wild cards, if enabled.
11293 (file-expand-wildcards): New function.
11294
11295 * simple.el (set-fill-column): Doc fix.
11296
11297 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11298
11299 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11300
11301 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11302
11303 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11304 Move declaration before first use.
11305 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11306 hif-math, hif-factor): Rename token to hif-token and token-list to
11307 hif-token-list.
11308 (hif-token, hif-token-list): Declare them.
11309 (hif-find-ifdef-block): Return cons of top and bottom point
11310 instead of setting dynamically bound variables.
11311 (hide-ifdef-block, show-ifdef-block): Use return value of
11312 hif-find-ifdef-block.
11313
11314 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11315
11316 * subr.el (read-passwd): Use clear-this-command-keys.
11317
11318 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11319
11320 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11321 and ...-for-write.
11322
11323 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11324
11325 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11326 responses to GROUP command, since this may be called from a timer
11327 with quit inhibited.
11328
11329 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11330
11331 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11332 set unconditional-jump to nil.
11333 (ccl-compile-read-multibyte-character): Return nil.
11334 (ccl-compile-write-multibyte-character): Likewise.
11335 (ccl-compile-translate-character): Likewise
11336 (ccl-compile-map-multiple): Likewise.
11337 (ccl-compile-map-single): Likewise.
11338
11339 * international/kinsoku.el: Add coding tag.
11340 (kinsoku-bol): Remove superfluous TAB in a string.
11341
11342 * international/mule-cmds.el (find-coding-systems-for-charsets):
11343 Delete `composition' (if any) from CHARSETS.
11344
11345 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11346
11347 * international/mule-cmds.el (setup-specified-language-environment):
11348 Add apropos-inhibit property.
11349 (describe-specified-language-support): Likewise.
11350
11351 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11352
11353 * international/mule.el (make-coding-system): Create -with-esc
11354 variant coding system.
11355
11356 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11357
11358 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11359 (next-file): Optionally offer to revert a file's buffer,
11360 if it has an existing buffer but the file has changed.
11361
11362 * info.el (Info-insert-dir): Detect and report problems
11363 in input files, such as "No Top node". Return with point
11364 at the beginning of the text.
11365 (Info-find-node): Reinsert the code to handle files
11366 with no tags table; it was deleted by mistake.
11367
11368 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11369
11370 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11371 texinfo-find-higher-level-node repeatedly find the same node.
11372 (texinfo-find-higher-level-node): Doc fix.
11373
11374 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11375
11376 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11377 (smtpmail-address-buffer): Add defvar.
11378 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11379
11380 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11381
11382 * ffap.el (ffap-machine-p-local): Fix editing error.
11383
11384 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11385
11386 * faces.el (frame-set-background-mode):
11387 Don't do anythung for text-only or MSDOS frame.
11388
11389 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11390
11391 * international/quail.el (quail-defrule): New optional arg APPEND.
11392 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11393
11394 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11395
11396 * gnus/pop3.el (pop3-open-server):
11397 Set process-coding-system-alist around open-network-stream.
11398
11399 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11400
11401 * files.el (save-buffer): Doc fix.
11402
11403 1998-10-07 Karl Heuer <kwzh@gnu.org>
11404
11405 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11406 return DEF unchanged, not nil. Simplify.
11407
11408 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11409
11410 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11411
11412 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11413
11414 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11415
11416 * net-utils.el (ftp, nslookup): Require comint.
11417 (network-service-connection): Likewise.
11418 (whois-server-name): Defaults to whois.arin.net
11419 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11420 (whois): Tries to guess the appropriate top-level domain server.
11421 (whois-get-tld): New function.
11422
11423 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11424 (dirtrack-debug-toggle): Added this function.
11425
11426 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11427
11428 * files.el (find-file-noselect): Switch to the correct buffer
11429 before checking find-file-literally, and allow non-nil non-t
11430 rawfile params.
11431
11432 1998-10-06 Karl Heuer <kwzh@gnu.org>
11433
11434 * midnight.el (clean-buffer-list): Add autoload cookie.
11435
11436 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11437 no-autosave.
11438 * tar-mode.el (tar-mode-revert): Likewise.
11439 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11440 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11441 * gnus/message.el (message-auto-save-directory): Renamed from
11442 message-autosave-directory. All references changed.
11443
11444 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11445
11446 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11447 string. Expose mime stuff while searching.
11448
11449 1998-10-06 Richard Stallman <rms@gnu.org>
11450
11451 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11452
11453 * replace.el (perform-replace): Position point properly
11454 before and after the recursive edit of C-r.
11455
11456 * progmodes/etags.el (tags-reset-tags-tables): Properly
11457 find the markers in the old rings that are being discarded.
11458
11459 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11460
11461 * apropos.el (apropos-print): Control invalid characters.
11462
11463 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11464 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11465 confusing customize.
11466
11467 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11468
11469 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11470 built-in commands. Add more built-in commands and fix face names.
11471
11472 1998-10-05 Simon Marshall <simon@gnu.org>
11473
11474 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11475
11476 1998-10-04 Eric Ludlam <zappo@gnu.org>
11477
11478 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11479 customization since it is not useful in this case.
11480 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11481 sure it gets evalled to a number. Also verify that set-frame-name
11482 fn exists before calling it.
11483
11484 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11485 Protect a `forward-sexp' call which could fail, and improved regex
11486 for ie, and eg abbreviations.
11487
11488 1998-10-02 Noah Friedman <friedman@splode.com>
11489
11490 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11491 send-string.
11492 (rlogin-send-Ctrl-D): Here also.
11493 (rlogin-send-Ctrl-Z): Here also.
11494 (rlogin-send-Ctrl-backslash): Here also.
11495
11496 1998-10-02 Dave Love <fx@gnu.org>
11497
11498 * outline.el (hide-region-body): Bind
11499 outline-view-change-hook to nil while making repeated calls to
11500 outline-flag-region. Run it once at the end.
11501 (hide-other, hide-sublevels, show-children): Likewise.
11502
11503 * info-look.el: Remove duplicate scheme-mode entry.
11504 (info-lookup-make-completions): When looking for entries, check
11505 that `item' isn't null or "Menu".
11506
11507 1998-10-01 Karl Heuer <kwzh@gnu.org>
11508
11509 * net-utils.el: Don't require ffap.
11510 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11511 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11512
11513 1998-09-30 Richard Stallman <rms@gnu.org>
11514
11515 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11516
11517 * imenu.el (imenu--generic-function): Sort each submenu by position.
11518 (imenu--sort-by-position): New function.
11519
11520 * cus-edit.el (Custom-mode-menu): Fix info node name.
11521 (customize group): Fix info node name.
11522
11523 * mail/mailalias.el (build-mail-aliases): Don't allow
11524 a newline in the alias name. Don't define an alias
11525 if the definition would be empty.
11526
11527 * which-func.el (which-func-mode-global): Make :set function
11528 more reliable.
11529
11530 * custom.el (custom-set-variables): Load the requests first,
11531 then check the symbol's `set' function.
11532
11533 * ffap.el: Doc fixes.
11534
11535 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11536
11537 * gnus.el: (gnus-valid-select-methods): Fix type.
11538 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11539 * gnus-score.el (gnus-orphan-score): Fix type.
11540 (gnus-score-default-header, gnus-score-default-type): Fix type.
11541 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11542 (gnus-saved-headers): Fix type.
11543
11544 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11545 Avoid nil value of `two-lines-citation-part'.
11546
11547 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11548
11549 * which-func.el (which-function): Handle case when
11550 (car imenu--index-alist) is nil.
11551
11552 1998-09-29 Dave Love <fx@gnu.org>
11553
11554 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11555 bzip2 args.
11556
11557 1998-09-29 Simon Marshall <simon@gnu.org>
11558
11559 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11560 comint-exec-hook.
11561
11562 1998-09-29 Stephen Eglen <stephen@gnu.org>
11563
11564 * info-look.el: Add support for Octave.
11565
11566 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11567
11568 * textmodes/reftex.el (reftex-finding-files): New customize group.
11569 (reftex-texpath-environment-variables,
11570 reftex-use-external-file-finders, reftex-external-file-finders,
11571 reftex-search-unrecursed-path-first): New options.
11572 (reftex-process-string, reftex-find-file-externally): New
11573 functions.
11574 (reftex-access-search-path): Execute shell commands to find the
11575 search path.
11576 (reftex-toggle-auto-view-crossref): When turning on, make sure
11577 `reftex-auto-view-crossref' becomes non-nil.
11578 (reftex-abbrev-regexp): Constant removed.
11579 (reftex-convert-string): Abbrev regexp calculated locally.
11580
11581 1998-09-28 Dave Love <fx@gnu.org>
11582
11583 * progmodes/fortran.el: Don't call regexp-opt when deriving
11584 font-lock patterns with keywords that aren't all literal.
11585
11586 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11587
11588 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11589 the form `octave.bin:1>' which come from using precopiled binary
11590 versions.
11591
11592 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11593
11594 * help.el (help-for-help): Use %THIS-KEY%.
11595 (help-quit): Add doc.
11596
11597 * help-macro.el (make-help-screen): Keep HELP-TEXT
11598 in a separate function definition, not in the help command FNAME.
11599 Replace %THIS-KEY% with the key sequence that ran FNAME.
11600
11601 1998-09-25 Richard Stallman <rms@gnu.org>
11602
11603 * textmodes/texinfo.el (texinfo-show-structure):
11604 Bind inhibit-read-only.
11605
11606 * isearch.el (isearch-search-and-update): Properly
11607 handle upper case letters in the reverse-search special case.
11608
11609 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11610
11611 * gnus.el: Extend the list of autoloaded functions.
11612
11613 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11614 buffer before creating help group. (from Gnus v5.6.43, fix by
11615 1998-08-20 Per Starback <starback@update.uu.se>)
11616
11617 * gnus-util.el (gnus-output-to-rmail): Adjust to
11618 `rmail-output-to-rmail-file'.
11619
11620 1998-09-25 Karl Heuer <kwzh@gnu.org>
11621
11622 * hexl.el (hexl-mode-map): More of previous change.
11623
11624 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11625 (tex-start-tex): Don't use tex-start-options-string in star case.
11626 Quote file name in star case as well as in non-star.
11627 Add blank and quoting of option string here.
11628 (tex-start-options-string): Not here.
11629
11630 1998-09-23 Karl Heuer <kwzh@gnu.org>
11631
11632 * term.el (term-delimiter-argument-list): Doc fix.
11633 (term-emulate-terminal): Escape literal semicolon.
11634 * progmodes/asm-mode.el (asm-mode): Doc fix.
11635 (asm-comment-char): Escape literal semicolon.
11636 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11637
11638 1998-09-23 Richard Stallman <rms@gnu.org>
11639
11640 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11641 only those that normally modify the buffer.
11642
11643 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11644 over again.
11645
11646 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11647
11648 * ispell.el (check-ispell-version): Ensure same buffer is current
11649 when let-binding of case-fold-search ends.
11650
11651 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11652
11653 * ps-print.el: Skip invisible overlay.
11654 Test for set-buffer-multibyte rather than using mule-version.
11655 (ps-print-version): New version number (4.1) and doc fix.
11656 (ps-generate-postscript-with-faces): Skip invisible overlay.
11657
11658 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11659
11660 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11661
11662 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11663
11664 * international/quail.el (quail-update-guidance): Check for the
11665 return value of (quail-guidance) fixed.
11666 (quail-update-translation): Bind quail-current-str locally when it
11667 calls quail-update-guidance.
11668 (quail-update-translation): If input-method-exit-on-first-char is
11669 non-nil, terminate translation only when the current input method
11670 is simple.
11671
11672 1998-09-22 Paul Eggert <eggert@twinsun.com>
11673
11674 * startup.el (locale-translation-file-name): Prefer X-related names
11675 to the name used by GNU/Linux sans X. Set to nil if no file found.
11676 (command-line): Use locale-translation-file-name if it is not nil,
11677 instead of testing for its existence again.
11678 regexp-quote the ctype before using it in a regexp.
11679 Allow a colon to appear after the ctype in the aliases file,
11680 as is done in X11R6.4.
11681
11682 1998-09-21 Richard Stallman <rms@gnu.org>
11683
11684 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11685
11686 * calendar/appt.el (appt-interval): Variable deleted.
11687 (appt-check): For minutes in between appt-display-interval times,
11688 do check, but don't display anything except an updated mode line.
11689 Count against appt-display-interval based on minutes since
11690 first display of this appointment, not based on time of day.
11691 If appt-display-mode-line, force mode line redisplay
11692 whenever appt-mode-string has changed.
11693 (appt-add, appt-delete): Add autoload cookies.
11694 (appt-check): Catch errors from calling `diary'.
11695 (appt-max-time): Renamed from max-time.
11696 (appt-now-displayed, appt-display-count): New variables.
11697 (appt-timer): Don't create one if we already have one.
11698
11699 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11700 More general code to use the source buffer instead of the zap file.
11701
11702 * hilit-chg.el (highlight-compare-with-file): Renamed from
11703 compare-with-file.
11704
11705 * loadhist.el (load-history-loaded): New variable.
11706 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11707
11708 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11709
11710 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11711 Fix error messages.
11712
11713 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11714
11715 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11716 Emacs frame.
11717
11718 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11719
11720 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11721 `undecided' and `undecided-unix'.
11722
11723 1998-09-21 Dave Love <fx@gnu.org>
11724
11725 * help.el (help-make-xrefs): Fix typo affecting Info references.
11726
11727 * subr.el (remove-hook): Check list values to avoid errors.
11728
11729 1998-09-18 Noah Friedman <friedman@splode.com>
11730
11731 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11732 store string in eldoc-last-message without consing a new string.
11733 Rearrange logic from nested if's into cond's.
11734 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11735 Do not print message; just return string.
11736 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11737 Do not print message; just return string.
11738 Cache that string in eldoc-last-data.
11739 (eldoc-last-data): Make into a vector.
11740 (eldoc-get-fnsym-args-string): Use new data form of structure.
11741 (eldoc-get-var-docstring): Here also.
11742 (eldoc-last-data-store): New function.
11743 (eldoc-get-fnsym-args-string): Use it.
11744 (eldoc-get-var-docstring): Here also.
11745 (eldoc-docstring-first-line): Minimize interim string consing.
11746 Call substitute-command-keys on the result.
11747 (eldoc-print-var-docstrings, eldoc-print-docstring,
11748 eldoc-docstring-message): Functions removed.
11749 (eldoc-docstring-format-sym-doc): New function, functionality
11750 ripped out of eldoc-docstring-message.
11751 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11752
11753 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11754
11755 * international/mule.el (make-coding-system): Doc-string modified.
11756
11757 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11758
11759 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11760
11761 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11762 customize type.
11763
11764 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11765 type.
11766
11767 * progmodes/compile.el (compilation-error-screen-columns): New
11768 variable.
11769 (compilation-next-error-locus): Use it to decide whether to use
11770 forward-char or move-to-column.
11771
11772 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11773
11774 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11775 feedmail-fiddle-plex-user-list,
11776 feedmail-spray-address-fiddle-plex-list,
11777 feedmail-prompt-before-queue-user-alist,
11778 feedmail-prompt-before-queue-help-supplement,
11779 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11780 feedmail-queue-alternative-mail-header-separator): Fix customize
11781 type.
11782
11783 * startup.el (site-run-file): Fix customize type.
11784
11785 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11786 customize type.
11787
11788 * shell.el (shell-input-autoexpand): Fix customize type.
11789
11790 * ps-print.el (ps-font-info-database): Add missing dots in value.
11791 Improve layout of customize type.
11792
11793 * net-utils.el (traceroute-program-options, ping-program-options,
11794 ipconfig-program-options, netstat-program-options,
11795 arp-program-options, route-program-options,
11796 nslookup-program-options, ftp-program-options): Fix customize
11797 type.
11798
11799 * midnight.el (clean-buffer-list-kill-regexps,
11800 clean-buffer-list-kill-buffer-names,
11801 clean-buffer-list-kill-never-buffer-names,
11802 clean-buffer-list-kill-never-regexps): Fix customize type.
11803
11804 * man.el (Man-init-defvars): Avoid trailing nil on
11805 Man-filter-list.
11806
11807 * lpr.el (printer-name): Fix customize type.
11808
11809 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11810
11811 * international/mule-cmds.el (reset-language-environment): Call
11812 update-coding-systems-internal.
11813
11814 * international/mule-conf.el: Call update-coding-systems-internal
11815 at the tail.
11816
11817 1998-09-14 Dave Love <fx@gnu.org>
11818
11819 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11820 use the menu-enable properties, pending doing it correctly and
11821 acceptably fast.
11822
11823 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11824
11825 1998-09-13 Dave Love <d.love@dl.ac.uk>
11826
11827 * progmodes/hideshow.el (hs-grok-mode-type): Check
11828 comment-{start,end} non-nil as well as bound. Report an error if
11829 we can't grok the mode.
11830
11831 1998-09-13 Richard Stallman <rms@gnu.org>
11832
11833 * simple.el (blink-matching-open): Don't log paren matching
11834 messages in *Messages*.
11835
11836 1998-09-12 Richard Stallman <rms@gnu.org>
11837
11838 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11839 Set point-before-scroll at end even if there was an error.
11840
11841 * ange-ftp.el (ange-ftp-insert-file-contents):
11842 Use binary mode for dumb-unix hosts as for unix hosts.
11843 (ange-ftp-copy-file-internal): Likewise.
11844
11845 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11846
11847 * emacs-lisp/pp.el: Doc fixes.
11848
11849 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11850 (widget-choose): Don't use single-char shortcuts if # items
11851 exceeds that many. Use minibuffer instead.
11852
11853 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11854
11855 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11856
11857 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11858
11859 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11860 in terminal mode.
11861
11862 1998-09-10 Noah Friedman <friedman@splode.com>
11863
11864 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11865 defcustom declaration. It's wreaking too much havoc with XEmacs
11866 and older versions of Emacs, which share this code.
11867
11868 * type-break.el (type-break-mode): Here also.
11869
11870 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11871 `t' to add-hook also to modify the new local value.
11872
11873 1998-09-10 Dave Love <fx@gnu.org>
11874
11875 * vc.el (vc-insert-headers): Doc fix.
11876
11877 1998-09-10 Richard Stallman <rms@gnu.org>
11878
11879 * textmodes/flyspell.el (flyspell-mode-on): Make the
11880 ispell-... variables permanent locals.
11881 (flyspell-mode-off): Add autoload cookie.
11882
11883 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11884 do use binary mode, just as for `unix'.
11885 (ange-ftp-host-type): If HOST is nil, return `unix'.
11886
11887 * dired.el (dired-mark-files-containing-regexp):
11888 Don't scan directories. Ignore non-readable files.
11889
11890 * progmodes/compile.el (compilation-error-regexp-alist):
11891 Fix previous change: allow . and _ in command name.
11892
11893 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11894
11895 * uncompress.el (uncompress-while-visiting):
11896 Use just the car of what find-operation-coding-system returns.
11897
11898 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11899
11900 * shell.el (shell-file-name-quote-list): Add # to the value.
11901
11902 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
11903
11904 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11905 to make killing of ispell process work even if
11906 kill-all-local-variables has been run.
11907
11908 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11909
11910 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11911 loop when sexp entry ends at end of file with no newline.
11912
11913 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11914
11915 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11916 (Custom-reset-standard): Fix menu inconsistency.
11917
11918 * mail/feedmail.el (feedmail-from-line): Allow t.
11919 (feedmail-message-id-suffix): Allow nil.
11920
11921 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11922 Simplify. Make prefix arg work right.
11923
11924 1998-09-09 Dave Love <fx@gnu.org>
11925
11926 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11927
11928 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11929
11930 1998-09-08 Dave Love <fx@gnu.org>
11931
11932 * add-log.el (change-log-font-lock-keywords): Do parenthesized
11933 stuff only after file names or at start of line. Allow parens
11934 around e-mail, as well as angles.
11935
11936 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11937 ignore-errors too, eval'd when compile. Require w3 stuff at load
11938 time for nicer failure if it's not available.
11939
11940 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
11941
11942 * comint.el (comint-arguments): Ignore backslashes when using
11943 w32 shells that expect backslashes as the directory separator.
11944
11945 1998-09-04 Kenichi Handa <handa@etl.go.jp>
11946
11947 * international/fontset.el (resolved-ascii-font): New variable.
11948 (x-complement-fontset-spec): By side effect, set
11949 `resolved-ascii-font' to the resolved name of ASCII font."
11950 (create-fontset-from-fontset-spec): Don't get a value for
11951 resolved-ascii-font from the list full-fontlist. It is set by
11952 x-complement-fontset-spec now.
11953
11954 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11955 version, check the value of mule-version.
11956
11957 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
11958
11959 * textmodes/reftex.el (reftex-view-crossref): Split up into
11960 several functions. No longer moves to find a macro.
11961 (reftex-view-cr-cite, reftex-view-cr-ref,
11962 reftex-end-of-bib-entry): New functions.
11963 (reftex-auto-view-crossref): New value `window' allowed.
11964 (reftex-view-crossref-when-idle): Process new `window' option in
11965 (reftex-translate-to-ascii-function): New default.
11966 (reftex-label-illegal-re): Default changed, removed Latin1.
11967 (reftex-latin1-to-ascii): New function.
11968 (reftex-what-environment): Check for section regexp before use.
11969 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11970 absolute path names.
11971 (reftex-TeX-master-file): Changed sequence of file checks.
11972 (reftex-do-citation): bibview cache only with RefTeX mode on.
11973
11974 1998-09-06 Richard Stallman <rms@gnu.org>
11975
11976 * progmodes/compile.el (compilation-error-regexp-alist):
11977 In first pattern (GNU utilities and other things),
11978 allow a space after the optional program name at the beginning.
11979
11980 * mail/mail-hist.el (mail-hist-current-header-contents):
11981 Fix previous change: use mail-header-end.
11982
11983 1998-09-06 Bill Richter <richter@math.nwu.edu>
11984
11985 * international/ccl.el: Doc fixes.
11986 * international/encoded-kb.el: Doc fixes.
11987 * international/fontset.el: Doc fixes.
11988 * international/kinsoku.el: Doc fixes.
11989 * international/kkc.el: Doc fixes.
11990 * international/mule-cmds.el: Doc fixes.
11991 * international/mule-conf.el: Doc fixes.
11992 * international/mule-util.el: Doc fixes.
11993 * international/mule.el: Doc fixes.
11994
11995 1998-09-05 Eric Ludlam <zappo@gnu.org>
11996
11997 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11998 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11999 (checkdoc-this-string-valid-engine): Permit ? as terminating
12000 punctuation for first line sentence breaking.
12001 (checkdoc-this-string-valid): When converting a comment into a doc
12002 string, make sure " chars are \".
12003 (checkdoc-sentencespace-region-engine): Only do double space check
12004 if based on the variable `sentence-end-double-space'
12005 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12006 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12007
12008 1998-09-04 Richard Stallman <rms@gnu.org>
12009
12010 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12011 Recognize define-skeleton as a function definer.
12012
12013 * cus-edit.el (customize-option): Refuse to customize
12014 a variable that has no defcustom. But if variable is autoloaded,
12015 first try to load the library that defines it.
12016
12017 * international/iso-insert.el: Use `string' before calling `insert'
12018 so that in multibyte buffers we insert multibyte chars.
12019
12020 * dired.el (dired-mark-files-containing-regexp):
12021 Don't use find-file; instead, insert the file in a temp buffer.
12022
12023 * textmodes/tex-mode.el (tex-start-options-string): New option.
12024 (tex-start-tex): Use that variable.
12025
12026 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12027 value in the `repeat' alternative a list.
12028
12029 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12030 the inserted newline, verify that one was really inserted.
12031
12032 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12033 remains on or remains off.
12034 (flyspell-multi-language-p): Default changed to nil.
12035
12036 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12037 In "found in comment" case, don't beginning-of-line after forward-line.
12038
12039 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12040 If the function definition is not a lambda, return original FORM
12041 with no error.
12042
12043 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12044
12045 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12046 so that by default netstat shows all network connections.
12047
12048 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12049
12050 * international/quail.el: Doc fixes.
12051
12052 * info.el (info): Don't add parens if FILE already has them.
12053
12054 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12055
12056 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12057 on extension lines.
12058
12059 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12060
12061 * w32-fns.el (w32-shell-dos-semantics): New function.
12062
12063 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12064
12065 * international/quail.el (quail-choose-completion-string): Store
12066 completion `choice' in `quail-current-str'; don't insert it.
12067
12068 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12069
12070 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12071 argument to ps-mule-generate-bitmap-font.
12072
12073 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12074 entry and change Latin-1 entry in the default value.
12075 (ps-mule-font-info-database-ps-bdf): New variable.
12076 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12077 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12078 registerd in FONT-SPEC.
12079 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12080 charcter width of bitmap fonts.
12081 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12082 procedure NF.
12083 (ps-begin-file): Output PostScript code for setting
12084 SpaceWidthRatio.
12085 (ps-plot-region): Use line-beginning-position to get a position of
12086 the beginning of the current line.
12087
12088 * international/mule-cmds.el (register-input-method): Doc-string
12089 modified.
12090
12091 1998-09-01 Dave Love <fx@gnu.org>
12092
12093 * international/mule-cmds.el (current-language-environment): Fix
12094 setter function.
12095
12096 1998-09-01 Simon Marshall <simon@gnu.org>
12097
12098 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12099 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12100 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12101 names with font-lock-type-face. Fontify type specs, etc., with
12102 font-lock-keyword-face.
12103
12104 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12105
12106 * international/fontset.el (x-complement-fontset-spec): If ASCII
12107 font is specified in FONTLIST, don't substitute it for the
12108 resolved name.
12109
12110 1998-08-31 Paul Eggert <eggert@twinsun.com>
12111
12112 * international/mule.el (charset-description): Doc fix.
12113
12114 * language/chinese.el, language/cyrillic.el, language/czech.el,
12115 language/devanagari.el, language/ethiopic.el,
12116 language/european.el, language/hebrew.el, language/indian.el,
12117 language/japanese.el, language/korean.el, language/lao.el,
12118 language/slovak.el, language/thai.el, language/tibetan.el,
12119 language/vietnamese.el:
12120 Add coding: local variable, to avoid bootstrapping problem
12121 if you need to recompile all the Lisp files using interpreted code.
12122
12123 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12124
12125 * cal-china.el (chinese-year-cache): Change range of years from
12126 1989-2000 to 1990-2010.
12127
12128 1998-08-29 Dave Love <d.love@dl.ac.uk>
12129
12130 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12131 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12132
12133 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12134
12135 * ps-print.el (ps-print-control-characters): Doc-string modified.
12136 (ps-output-string-prim): Comment format changed.
12137 (ps-do-despool): Indentation of source code changed.
12138
12139 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12140
12141 * subr.el (sref): Make it an alias of aref. Make the
12142 byte-compiler warn that it is obsolete.
12143 (char-bytes): Make the byte-compiler warn that it is obsolete.
12144
12145 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12146 Calculate the total bytes using position-bytes instead of
12147 char-bytes.
12148
12149 1998-08-27 Karl Heuer <kwzh@gnu.org>
12150
12151 * snmp-mode.el: New file.
12152 * files.el (auto-mode-alist): Add snmp-mode patterns.
12153
12154 1998-08-27 Karl Eichwalder <ke@suse.de>
12155
12156 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12157
12158 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12159
12160 * calendar/diary-lib.el (diary-block): Doc fix..
12161 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12162
12163 1998-08-27 Richard Stallman <rms@gnu.org>
12164
12165 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12166 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12167 Clear appt-mode-string if we don't put something in it.
12168
12169 1998-08-27 Dave Love <fx@gnu.org>
12170
12171 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12172 dired-local-variables-file for dired-x.
12173
12174 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12175 for compressed library files too.
12176
12177 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12178
12179 * language/european.el ("Latin-1"): Modify `documentation' key value.
12180 ("Latin-2"): Likewise.
12181
12182 1998-08-26 Karl Heuer <kwzh@gnu.org>
12183
12184 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12185
12186 1998-08-26 Albert L. Ting <alt@artisan.com>
12187
12188 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12189 (mail-hist-current-header-contents): Use mail-text-start.
12190
12191 1998-08-26 Richard Stallman <rms@gnu.org>
12192
12193 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12194 (customize-changed-options-previous-release): New variable.
12195 (customize-changed-options): Use that variable as default arg.
12196
12197 1998-08-26 Karl Eichwalder <ke@suse.de>
12198
12199 * midnight.el: Require `timer' not only when compiling.
12200
12201 1998-08-26 Per Starback <starback@update.uu.se>
12202
12203 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12204 buffer before creating help group.
12205
12206 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12207
12208 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12209 coding-system-for-write before saving.
12210
12211 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12212
12213 * isearch.el (isearch-forward): Doc fix.
12214
12215 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12216
12217 * emacs-lisp/find-func.el: Fix :version tags to have a string
12218 value, not a float.
12219
12220 * cus-dep.el: Fix typo in output.
12221
12222 1998-08-25 Dave Love <fx@gnu.org>
12223
12224 * repeat.el (repeat): Doc fix.
12225 [From rms:]
12226 (repeat-previous-repeated-command): New variable.
12227 (repeat): Check for real-last-command being null or repeat. Set
12228 repeat-previous-repeated-command.
12229
12230 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12231
12232 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12233
12234 * gnus/message.el (message-send-mail-with-sendmail): Bind
12235 coding-system-for-write by the return value of
12236 select-message-coding-system.
12237 (message-send-mail-with-qmail): Likewise.
12238
12239 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12240
12241 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12242 define-derived-mode.
12243
12244 * files.el (file-name-invalid-regexp):
12245 Fix regex for ms-dos without long file names.
12246
12247 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12248
12249 * ps-print.el: Multi-byte buffer handling.
12250 (ps-print-version): New version number (4.0) and doc fix.
12251 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12252 compilation for GNU Emacs and emacsens.
12253 (ps-generate-postscript-with-faces): Force invisible text to be
12254 visible.
12255 (dos-ps-printer): New var to avoid compilation gripes.
12256
12257 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12258
12259 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12260 that no more characters can't be printed in the current line.
12261
12262 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12263
12264 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12265 greater than TO.
12266
12267 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12268
12269 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12270 20.2 and the earlier version.
12271 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12272 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12273 (ps-mule-find-wrappoint): Likewise.
12274 (ps-mule-generate-font): Change `X' to `x' in format
12275 control-string.
12276 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12277 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12278 `restore' form procedures `BC' and `EC'.
12279
12280 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12281
12282 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12283 is an executable procedure. Make LineThickness, Xshadow, and
12284 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12285 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12286 ps-mule-font-info-database-bdf): New vars.
12287 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12288 (ccl-encode-ethio-unicode): New CCL program.
12289 (ps-mule-encode-ethiopic): New fun.
12290 (ps-mule-current-charset): New var.
12291 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12292 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12293 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12294 (ps-mule-external-libraries): New var.
12295 (ps-mule-init-external-library): New fun.
12296 (ps-mule-font-cache): New var.
12297 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12298 (ps-last-font): New var.
12299 (ps-mule-prepare-font): New fun.
12300 (ps-mule-charset-list): New var.
12301 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12302 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12303 ps-mule-plot-string): New funs.
12304 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12305 New vars.
12306 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12307 ps-mule-prepare-cmpchar-font): New funs.
12308 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12309 vars.
12310 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12311 ps-mule-generate-bitmap-glyph): New funs.
12312 (ps-mule-initialize, ps-mule-begin): New funs.
12313 (ps-output-string-prim): Insert string as unibyte.
12314 (ps-output-prologue): New fun.
12315 (ps-flush-output): Handle the case of 'prologue.
12316 (ps-begin-file): Call ps-mule-initialize.
12317 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12318 printing multibyte characters.
12319 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12320 (ps-basic-plot-string): Handle the case of printing ASCII
12321 characters by external libraries (e.g. BDF).
12322 (ps-set-font): Set ps-last-font.
12323 (ps-plot-region): Handle multibyte characters, use
12324 ps-mule-plot-string for them.
12325 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12326
12327 * bdf.el: New file.
12328
12329 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12330
12331 * international/mule-cmds.el (select-message-coding-system): New
12332 function.
12333 (set-language-environment-coding-systems): Set
12334 default-sendmail-coding-system.
12335
12336 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12337 (default-sendmail-coding-system): New variable.
12338 (sendmail-send-it): Encode the message by a coding system
12339 select-message-coding-system returns.
12340
12341 1998-08-23 Eric Ludlam <zappo@gnu.org>
12342
12343 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12344 (speedbar-mode): Set buffer to read only.
12345 (speedbar-temp-buffer-show-function): For emacs don't call hook
12346 with arguments.
12347 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12348
12349 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12350
12351 * speedbar.el (speedbar-key-map): Fix typo.
12352
12353 See ChangeLog.7 for earlier changes.