(custom-button-face, custom-button-pressed-face):
[bpt/emacs.git] / lisp / ChangeLog
1 2000-06-23 Gerd Moellmann <gerd@gnu.org>
2
3 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
4
5 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6 cddr instead of cdddr.
7
8 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9 instead of copy-list.
10
11 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12 of copy-list.
13
14 * subdirs.el: Add eshell subdirectory.
15
16 * eshell: New subdirectory containing the Eshell package.
17
18 * pcomplete.el: New file.
19
20 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21
22 * files.el (make-backup-file-name-1): On DOS/Windows, run the
23 backup file name through convert-standard-filename.
24
25 * dos-fns.el (convert-standard-filename): Convert leading
26 directories as well. When long file names are supported, convert
27 characters that are invalid in Windows file names.
28
29 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
30
31 * ps-print.el: Fix bug: if ^L is the very first buffer character,
32 ps-print crashes. New feature: page selection for printing. Create
33 raw-text-unix coding system for XEmacs. Doc fix.
34 (ps-print-version): New version number (5.2.3).
35 (ps-plot-region): Bug fix.
36 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
37 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
38 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
39 funs.
40 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
41 (ps-last-page): New vars.
42
43 2000-06-21 Gerd Moellmann <gerd@gnu.org>
44
45 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
46 empty option string.
47
48 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
49
50 * man.el (man): Doc fix.
51
52 2000-06-21 Kenichi Handa <handa@etl.go.jp>
53
54 * international/mule-cmds.el (set-language-info-alist): Docstring
55 fixed.
56
57 2000-06-20 Gerd Moellmann <gerd@gnu.org>
58
59 * version.el (emacs-version): Use ISO date format.
60
61 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
62 instead of `M-backspace'.
63
64 * simple.el (turn-off-auto-fill): New function.
65
66 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
67
68 * jit-lock.el (with-buffer-prepared-for-jit-lock):
69 Renamed from with-buffer-prepared-for-font-lock and use
70 inhibit-modification-hooks rather than setting *-change-functions.
71 Update all functions to use the new name.
72 (jit-lock-first-unfontify-pos): New semantics (and doc).
73 (jit-lock-mode): Make non-interactive.
74 Don't automatically turn on font-lock.
75 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
76 Always use jit-lock-after-change.
77 Remove and restore font-lock-after-change-function.
78 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
79 (jit-lock-after-unfontify-buffer): Remove.
80 (jit-lock-stealth-fontify):
81 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
82 (jit-lock-after-change): Set the `fontified' text-prop to nil.
83
84 2000-06-20 Sam Steingold <sds@gnu.org>
85
86 * emacs-lisp/cl-indent.el (toplevel): Indent
87 `print-unreadable-object' properly. Untabify.
88
89 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
90
91 * textmodes/reftex.el (reftex-find-citation-regexp-format):
92 Support for bibentry.
93 (reftex-compile-variables): Fixed problem with end of section-re.
94
95 * texmodes/reftex-dcr.el (reftex-view-crossref,
96 reftex-view-crossref-from-bibtex):
97 Deal with changed `reftex-find-citation-regexp-format'.
98 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
99 Replaced `remprop' with `put'.
100 (reftex-view-crossref, reftex-view-crossref-when-idle):
101 Support for bibentry.
102
103 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
104 New entry for bibentry package.
105
106 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
107 Regexp also matches "\nobibliography".
108
109 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
110 Call `reftex-ensure-write-access' before doing anything.
111 (reftex-ensure-write-access): New function.
112
113 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
114
115 * progmodes/idlwave.el: File re-installed (update to version 4.2)
116
117 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
118
119 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
120
121 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
122
123
124 2000-06-20 Dave Love <fx@gnu.org>
125
126 * faces.el (frame-background-mode): Use set-default, not set, in
127 setter.
128 (frame-update-faces, frame-update-face-colors): Define with
129 defalias.
130
131 * enriched.el (enriched-decode-foreground)
132 (enriched-decode-background): Don't use internal-find-face.
133
134 * apropos.el: Doc fixes.
135
136 * cus-edit.el (customize-changed-options): Check arg.
137 (customize-version-lessp): Don't require decimal point.
138
139 * custom.el (defcustom, defgroup): Doc fix.
140
141 * newcomment.el (comment) <defgroup>: Add :version.
142 (comment-multi-line): Doc fix.
143
144 * emulation/mlsupport.el (define-hooked-local-abbrev,
145 define-hooked-global-abbrev): Fix, using define-abbrev.
146
147 2000-06-19 Gerd Moellmann <gerd@gnu.org>
148
149 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
150 the whole buffer.
151
152 2000-06-19 Dave Love <fx@gnu.org>
153
154 * menu-bar.el (menu-bar-options-save): New function.
155 (menu-bar-options-menu): Use it.
156 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
157 Simplify.
158
159 2000-06-19 Andreas Schwab <schwab@suse.de>
160
161 * progmodes/etags.el (tags-query-replace): Put new parameters
162 START and END at the end, for backward compatibility.
163
164 2000-06-19 Kenichi Handa <handa@etl.go.jp>
165
166 * international/codepage.el:
167 (cp-coding-system-for-codepage-1): Delete special codes for
168 generating xxx-dos coding system because now a CCL based coding
169 system can handle EOL conversion by default.
170
171 * international/mule.el (make-coding-system): Generate subsidiary
172 coding systems for EOL handling variants even for a CCL based
173 coding system.
174
175 2000-06-19 Kenichi Handa <handa@etl.go.jp>
176
177 * international/isearch-x.el (isearch-minibuffer-input-method)
178 (isearch-minibuffer-input-method-function): These variables
179 deleted.
180 (isearch-with-input-method): Don't use the above variables.
181 (isearch-process-search-multibyte-characters): Likewise. Call
182 read-string with the arg INHERIT-INPUT-METHOD t.
183
184 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
185
186 * font-lock.el (font-lock-after-fontify-buffer)
187 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
188
189 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
190 Use consistent make-local-variable style for font-lock-fontified.
191 (jit-lock-fontify-buffer):
192 Don't bother checking for font-lock-mode and jit-lock-mode.
193
194 * time.el: Remove trailing ^M that prevent CVS-merging.
195
196 2000-06-16 Gerd Moellmann <gerd@gnu.org>
197
198 * Makefile.in (distclean): New target.
199
200 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
201
202 * Makefile.in (srcdir): Define for update-subdirs.
203
204 2000-06-16 Gerd Moellmann <gerd@gnu.org>
205
206 * find-lisp.el: New file.
207
208 2000-06-16 Andrew Innes <andrewi@gnu.org>
209
210 * time.el (display-time-mail-function): New variable, to allow
211 external packages to indicate when new mail is available.
212 (display-time-update): Use it.
213
214 2000-06-16 Kenichi Handa <handa@etl.go.jp>
215
216 * international/mule.el (mule-version): Change version name to
217 SAKAKI. AOI has already been used by Meadow.
218
219 * international/quail.el (quail-show-guidance-buf): To find the
220 bottom window (but minibuffer), pay attention to the height of
221 minibuffer.
222
223 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
224
225 * arc-mode.el (archive-mode-map): Use the new menu-item format for
226 menu-bar menus. Add help strings. Don't remove the Edit menu
227 from the menu bar, as the menu bar has enough space now.
228
229 * Makefile.in (SHELL): Make sure /bin/sh is used.
230
231 * woman.el (woman-man-buffer): Fix bold and underlined CJK
232 characters, which use series of two ^H characters instead of one.
233
234 2000-06-15 Gerd Moellmann <gerd@gnu.org>
235
236 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
237 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
238 functions.
239 (Info-find-node-2): Try a case-sensitive search first, then
240 do a case-insensitive search.
241
242 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
243 tutorials.
244
245 * complete.el (PC-env-vars-alist): New variable.
246 (PC-complete-as-file-name): New function.
247 (partial-completion-mode): Initialize PC-env-vars-alist from
248 process-environment.
249 (PC-do-completion): Handle completion of env vars.
250
251 * info.el (Info-set-mode-line): Show file name in mode line,
252 use `*Info*' instead of `Info:'.
253
254 * startup.el (command-line-1): Change copyright messages to year
255 2000.
256
257 2000-06-15 Dave Love <fx@gnu.org>
258
259 * net/goto-addr.el (goto-address-fontify): Use keymap property,
260 not local-map.
261
262 2000-06-15 Kenichi Handa <handa@etl.go.jp>
263
264 * international/mule.el (set-buffer-file-coding-system): Almost
265 rewritten to handle `undecided' as no-op.
266
267 2000-06-14 Gerd Moellmann <gerd@gnu.org>
268
269 * Makefile.in: New file.
270
271 * Makefile: Removed.
272
273 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
274 (goto-address-highlight-keymap): Bind C-c RET.
275
276 2000-06-14 Kenichi Handa <handa@etl.go.jp>
277
278 * mail/sendmail.el (sendmail-send-it): The temporary buffer
279 inherits buffer-file-coding-system of the current buffer.
280
281 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
282 0. Give correct argument to set-auto-coding-function.
283 (tar-expunge): For goto-char, use (point-min), not 0.
284 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
285 (tar-subfile-save-buffer): Likewize.
286
287 * international/mule.el
288 (after-insert-file-set-buffer-file-coding-system): Call
289 set-buffer-file-coding-system with the arg FORCE t.
290
291 2000-06-13 Gerd Moellmann <gerd@gnu.org>
292
293 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
294 nil. Contemporary sendmails issue an X-Authentication-Warning if
295 the sender is set with `-f'.
296
297 2000-06-13 Dave Love <fx@gnu.org>
298
299 * help.el (describe-function-1): Kluge around cases of functions
300 fset to subrs whose doc doesn't match their symbol-name.
301
302 * image.el (insert-image): Default STRING to a space.
303
304 * info.el Doc fixes.
305 (Info-build-node-completions): Match Ref tags.
306
307 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
308
309 * frame.el (display-multi-frame-p, display-multi-font-p): New
310 defaliases for display-graphic-p.
311
312 * hl-line.el: Fixed a typo in commentary.
313
314 2000-06-13 Kenichi Handa <handa@etl.go.jp>
315
316 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
317 fixed.
318
319 2000-06-12 Dave Love <fx@gnu.org>
320
321 * image.el (insert-image): Save a little consing.
322
323 2000-06-12 Kenichi Handa <handa@etl.go.jp>
324
325 * language/tibet-util.el: Convert all tibetan-1-column characters
326 to the corresponding tibetan characters.
327 (tibetan-add-components): Delete code for the special treatment of
328 'a chung.
329
330 * language/tibetan.el (tibetan-composable-pattern): Fix previous
331 change.
332 (tibetan-vowel-transcription-alist): More rules added.
333 (tibetan-composite-vowel-alist): New variable.
334 (tibetan-precomposition-rule-alist): More rules added.
335
336 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
337
338 * startup.el (command-line): Only call menu-bar-mode if interactive.
339
340 * thingatpt.el (toplevel symbol-properties):
341 * textmodes/makeinfo.el (makeinfo-compile):
342 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
343 * progmodes/hideif.el (hif-compress-define-list)
344 (hide-ifdef-use-define-alist):
345 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
346 (ange-ftp-vms-add-file-entry):
347 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
348 * man.el (Man-build-man-command):
349 * mail/rnewspost.el (news-reply-header-hook):
350 * info.el (Info-insert-dir):
351 * emulation/mlconvert.el (backward-word, forward-word, setq):
352 * emacs-lisp/gulp.el (gulp-send-requests):
353 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
354 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
355 (byte-optimize-apply, end of file):
356 * emacs-lisp/advice.el (ad-advice-class-completion-table)
357 (ad-make-freeze-definition):
358 * startup.el (command-line, command-line-1): Don't quote lambdas.
359
360 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
361 (cvs-cleanup-removed): New function.
362 (cvs-cleanup-functions): New var.
363 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
364 some flexibility in specifying additional entries to auto-cleanup.
365 (cvs-quickdir): New function.
366 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
367 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
368 (cvs-mode-find-file): Check that we are on a filename or dirname
369 when invoked through a mouse-click.
370 (cvs-full-path): Remove.
371 (cvs-dired-action): Re-introduced.
372 (cvs-dired-noselect): Use it.
373 (vc-post-command-functions): use this new hook if available.
374
375 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
376 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
377 (cvs-filename-map, cvs-dirname-map): Remove.
378 (cvs-default-action): Remove.
379 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
380 if the arg is really a keymap.
381 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
382 Don't hardcode the mapping from state (aka type) to face, but check
383 the var cvs-fi-<type>-face instead.
384 (cvs-fileinfo-from-entries): New function.
385
386 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
387 Docstring fix.
388 (cvs-find-file-and-jump): Change default to be safer.
389 (cvs-mode-diff-map): Define it as a function as well.
390 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
391 Bind mouse-2 in this global map rather than with text-properties.
392
393 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
394 file to resolve the ambiguity between C(conflict) and C(need-merge).
395
396 2000-06-12 Kenichi Handa <handa@etl.go.jp>
397
398 * international/mule.el (set-buffer-file-coding-system): If
399 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
400 unconditionally.
401
402 2000-06-12 Dave Love <fx@gnu.org>
403
404 * wid-edit.el (widget-specify-button): Really suppress the face if
405 required.
406
407 2000-06-11 Gerd Moellmann <gerd@gnu.org>
408
409 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
410
411 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
412
413 * imenu.el (imenu-generic-expression): Docstring fix.
414
415 * composite.el (composition-function-table): Move the `put'
416 below the autoload cookie so we can load the file before loaddefs.
417
418 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
419
420 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
421 Handle easy-mmode-define-global-mode.
422 For complex macros like define-minor-mode that can generate
423 several autoload entries, try to autoload entries in the
424 macroexpanded code.
425
426 * emacs-lisp/easy-mmode.el (define-minor-mode):
427 If KEYMAP is a symbol, just use it.
428 Use byte-compile-current-file and load-file-name to infer the
429 proper :require to pass to defcustom.
430 Wrap the hook var into `progn' so as not to autoload it.
431 Add a :autoload-end cookie.
432 Be more careful about the evaluation of KEYMAP.
433 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
434 (define-derived-mode): Move define-abbrev-table outside of defvar.
435
436 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
437
438 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
439 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
440 (backup-compiled-files): Ignore errors during `tar'.
441 (bootstrap): Make autoloads before elc files.
442
443 2000-06-10 Kenichi Handa <handa@etl.go.jp>
444
445 * international/mule.el (set-buffer-file-coding-system): If one of
446 undecided-XXX is specified, change only EOL conversion.
447
448 * international/mule-conf.el (unix): New alias for the coding
449 system undecided-unix.
450
451 2000-06-09 Dave Love <fx@gnu.org>
452
453 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
454
455 * progmodes/executable.el: Byte compile dynamic.
456 (executable-insert): Change custom type.
457 (executable-find): Add autoload cookie.
458 (executable-make-buffer-file-executable-if-script-p): New
459 function. After Noah Friedman.
460
461 * files.el (after-save-hook): Customize, with
462 executable-make-buffer-file-executable-if-script-p as an option.
463
464 2000-06-09 Kenichi Handa <handa@etl.go.jp>
465
466 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
467 "tib24p-mule.bdf" for Tibetan.
468
469 * composite.el (decompose-composite-char): Declare it as obsolete.
470
471 * man.el (Man-fontify-manpage): Pay attention to underline and
472 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
473
474 2000-06-08 Gerd Moellmann <gerd@gnu.org>
475
476 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
477 Set maintainer to FSF since author isn't reachable.
478
479 2000-06-08 Dave Love <fx@gnu.org>
480
481 * international/mule-cmds.el (select-safe-coding-system): If
482 DEFAULT-CODING-SYSTEM is not specified, also check the most
483 preferred coding-system if buffer-file-coding-system is
484 `undecided'. From Handa.
485
486 2000-06-08 Kenichi Handa <handa@etl.go.jp>
487
488 * international/mule.el
489 (after-insert-file-set-buffer-file-coding-system): If the buffer
490 size is greater than INSERTED, judget that we are not visiting.
491
492 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
493
494 * whitespace.el (defgroup whitespace): Comment out `:version'.
495 XEmacs 20.4 has problems defining the group with this present.
496 We'll have this commented out till get resolve the problem.
497
498 2000-06-07 Gerd Moellmann <gerd@gnu.org>
499
500 * align.el: Update from author.
501
502 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
503
504 * apropos.el (apropos-mode-hook): New user variable.
505 (apropos-mode): Run apropos-mode-hook.
506
507 2000-06-07 David Ponce <david@dponce.com>
508
509 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
510 commands. Require `wid-edit' at run-time.
511
512 2000-06-07 David Ponce <david@dponce.com>
513
514 * recentf.el: Added some "Commentary".
515 (recentf-open-more-files, recentf-edit-list): Minor changes to
516 move the point at the top of the file list. This behaviour is
517 consistent with the menu one when the list contains a lot of
518 files.
519 (recentf-cleanup): Now displays the number of items removed from
520 the list.
521 (recentf-relative-filter) New menu filter to show filenames
522 relative to `default-directory'.
523
524 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
525
526 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
527 with/without giving an error if PostScript printer doesn't have this
528 kind of page size. Zebra Stripe continues or restarts on next page.
529 Manual/automatic paper feeding. Switch or not the header.
530 (ps-print-version): New version number (5.2.2).
531 (ps-windows-system): Include emx as a Windows system.
532 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
533 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
534 (ps-background-text): Code fix.
535 (ps-error-handler-message, ps-user-defined-prologue)
536 (ps-print-prologue-header, ps-printer-name)
537 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
538 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
539 (ps-use-face-background): Customization fix.
540 (ps-n-up-database): Data fix.
541 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
542 (ps-switch-header): New vars.
543 (ps-xemacs-color-name, ps-face-foreground-name)
544 (ps-face-background-name, ps-boolean-constant): New funs.
545
546 2000-06-07 Dave Love <fx@gnu.org>
547
548 * allout.el: New version from Manheimer.
549
550 2000-06-07 Kenichi Handa <handa@etl.go.jp>
551
552 * textmodes/fill.el (fill-find-break-point): Check the validity of
553 charset.
554
555 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
556
557 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
558 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
559 Call display-color-p and display-mouse-p instead of looking at
560 window-system.
561
562 2000-06-06 Dave Love <fx@gnu.org>
563
564 * image.el (find-image): Doc fix. Return nil if image not found.
565 (put-image, insert-image): Make STRING arg optional.
566
567 2000-06-06 Kenichi Handa <handa@etl.go.jp>
568
569 * language/vietnamese.el: Remove eval-when-compile.
570 (viet-viscii-nonascii-translation-table): Define it as a
571 translation table made from viet-viscii-decode-table.
572 (viet-viscii-encode-table): Define it as a translation table made
573 from the reverse map of above.
574 (viet-vscii-nonascii-translation-table): Define it as a
575 translation table made from viet-vscii-decode-table.
576 (viet-vscii-encode-table): Define it as a translation table made
577 from the reverse map of above.
578 (ccl-decode-viscii): Use translate-character.
579 (ccl-encode-viscii, ccl-encode-viscii-font)
580 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
581 Likewize.
582
583 * language/cyrillic.el: Remove eval-when-compile.
584 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
585 translation table made from cyrillic-koi8-r-decode-table.
586 (cyrillic-koi8-r-encode-table): Define it as a translation table
587 made from the reverse map of above.
588 (ccl-decode-koi8): Use translate-character.
589 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
590 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
591 a translation table made from cyrillic-alternativnyj-decode-table.
592 (cyrillic-alternativnyj-encode-table): Define it as a translation
593 table made from the reverse map of above.
594 (ccl-decode-alternativnyj): Use translate-character.
595 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
596 Likewize
597
598 * international/mule-diag.el (non-iso-charset-alist): Specify
599 translation table symbol instead of translation table itself.
600 (list-block-of-chars): CHARSET may be a translation table symbol.
601
602 * international/mule.el (make-coding-system): If CODING-SYSTEM
603 already exists, override it.
604
605 * international/fontset.el: Use family `proportional' for Tibetan
606 fonts.
607
608 * international/ccl.el (ccl-compile-translate-character): Don't
609 check if Rrr has property translation-table.
610 (ccl-compile-map-multiple): Modified to avoid compiler warning.
611
612 2000-06-05 Gerd Moellmann <gerd@gnu.org>
613
614 * info.el: Bind case-fold-search to t when searching in case
615 a user sets it to nil in a hook.
616
617 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
618
619 * autoarg.el (autoarg-mode, autoarg-kp-mode):
620 * hl-line.el (hl-line-mode): Use the new :global key argument.
621
622 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
623 (tar-clip-time-string): Prepend a space.
624 (tar-grind-file-mode): Construct a string rather than modifying one.
625 (tar-header-block-summarize): Fix docstring.
626 Use `format' rather than an error-prone set of copy-loops.
627
628 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
629 (diff-goto-source, diff-unified->context, diff-context->unified)
630 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
631 understand the format output by the `-p' argument to diff.
632
633 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
634 (sh-re-done): Use defconst.
635 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
636 (sh-help-string-for-variable, sh-guess-basic-offset):
637 Don't quote lambdas.
638 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
639 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
640
641 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
642 (mh-letter-mode): Derive from text-mode.
643 This implicitly means that it now calls kill-all-local-variables.
644 Also remove the Emacs-18 compatibility code.
645
646 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
647 Make use of symbol-property doc-string-elt.
648 Use memq rather than a sequence of eq.
649 (doc-string-elt): Fix the wrong or missing previously unused values.
650 (autoload-print-form): New function extracted from
651 generate-file-autoloads to allow recursion when handling progn
652 so that defvar's and defun's docstrings are properly printed.
653 (generate-file-autoloads): Use it.
654
655 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
656 Use find-file-hooks in the minor-mode function.
657 Be careful not to loop indefinitely in the post-command-hook function.
658
659 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
660
661 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
662 tty's.
663 * ediff-diff.el (ediff-exec-process): Use --binary for fine
664 differences whenever appropriate.
665 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
666 * viper.el (find-file, find-file-other-window): Get viper to do
667 wildcards.
668
669 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
670
671 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
672 (jit-lock-fontify-buffer): New function for JIT refontification.
673 (jit-lock-mode): Fix docstring.
674 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
675 Remove jit-lock-after-change from the _local_ hook.
676 (jit-lock-function-1): Fix docstring.
677
678 * info.el (Info-on-current-buffer): Initialize info.
679
680 * newcomment.el (comment-indent): Ignore comment-indent-hook.
681
682 * progmodes/tcl.el (tcl-indent-for-comment):
683 Ignore comment-indent-hook.
684
685 * emacs-lisp/easy-mmode.el: Require CL during compilation.
686 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
687 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
688 and improve to use the lighter to guess the capitalization.
689 (define-minor-mode): Inline code from easy-mmode-define-toggle.
690 Add keyword arguments to specify global-ness or the custom group.
691 Add local-map and help-echo properties to the lighter.
692 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
693 (easy-mmode-define-global-mode): New macro.
694
695 2000-06-02 Dave Love <fx@gnu.org>
696
697 * wid-edit.el: byte-compile-dynamic since we typically don't use
698 all the widgets. Don't require cl or widget. Remove
699 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
700 (widget-read-event): Removed. Callers changed to use read-event.
701 (widget-button-release-event-p): Renamed from
702 button-release-event-p.
703 (widget-field-add-space, widget-field-use-before-change):
704 Uncustomize.
705 (widget-specify-field): Use keymap property, not local-map.
706 (widget-specify-button): Obey :suppress-face.
707 (widget-specify-insert): Use modern backquote syntax.
708 (widget-image-directory): Renamed from widget-glyph-directory.
709 (widget-image-enable): Renamed from widget-glyph-enable.
710 (widget-image-find): Replaces widget-glyph-find.
711 (widget-button-pressed-face): Move defvar.
712 (widget-image-insert): Replaces widget-glyph-insert.
713 (widget-convert): Use keywordp.
714 (widget-leave-text, widget-children-value-delete): Use mapc.
715 (widget-keymap): Remove XEmacs stuff.
716 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
717 (widget-button-click): Don't set point at the click, but re-centre
718 if we scroll out of window. Rewritten for images v. glyphs &c.
719 (widget-tabable-at): Use POS arg, not point.
720 (widget-beginning-of-line, widget-end-of-line)
721 (widget-item-value-create, widget-sublist, widget-princ-to-string)
722 (widget-sexp-prompt-value, widget-echo-help): Simplify.
723 (widget-default-create): Use widget-image-insert; some rewriting.
724 (widget-visibility-value-create)
725 (widget-push-button-value-create, widget-toggle-value-create): Use
726 widget-image-insert.
727 (checkbox): Create on and off images dynamically.
728 (documentation-link): Change :help-echo.
729 (widget-documentation-link-echo-help): Remove.
730
731 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
732
733 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
734
735 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
736 (easy-mmode-define-toggle, define-minor-mode): Use it.
737 (easy-mmode-define-keymap): Docstring fix.
738 (define-derived-mode): Default PARENT to fundamental-mode.
739 Add the derived-mode-parent symbol-property.
740 (easy-mmode-derived-mode-p): New function.
741
742 2000-06-02 Dave Love <fx@gnu.org>
743
744 * files.el (convert-standard-filename): Doc fix.
745 (normal-backup-enable-predicate): New function.
746 (backup-enable-predicate): Use it to replace the lambda form.
747
748 * calendar/todo-mode.el: [This needs more work on the outline
749 stuff.] Doc fixes.
750 (todo) <defgroup>: Add :version.
751 (todo-add-category): Don't use pushnew.
752 (todo-cmd-raise): Fix typo.
753 (todo-top-priorities): Change temp buffer name.
754 (todo-category-alist): Avoid redundant lambda.
755 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
756 Use outline-next-heading.
757
758 * autoarg.el: Rewritten to use define-minor-mode.
759 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
760 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
761
762 2000-06-02 Kenichi Handa <handa@etl.go.jp>
763
764 * isearch.el (isearch-other-meta-char): Fix previous change.
765
766 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
767
768 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
769 (log-edit-done): Only add the comment to the ring if it's different
770 from the last comment entered.
771
772 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
773
774 2000-06-01 Dave Love <fx@gnu.org>
775
776 * hl-line.el: Rewritten using define-minor-mode.
777
778 * help.el (describe-function-1): Distinguish special form from
779 builtin function. Sanity-check presence of arglist for builtins.
780
781 2000-06-01 Kenichi Handa <handa@etl.go.jp>
782
783 * international/characters.el: Fix syntax/category setting of
784 Tibetan characters.
785
786 * language/tibet-util.el (tibetan-add-components): Fixes for new
787 encoding of Tibetan characters.
788 (tibetan-decompose-precomposition-alist): New variable.
789 (tibetan-decompose-region): Convert precomposed characters to
790 non-precomposed characters.
791 (tibetan-decompose-string): Likewise.
792 (tibetan-composition-function): Fix args to
793 thibetan-compose-string.
794
795 * language/tibetan.el (tibetan-composable-pattern): More
796 characters included.
797 (tibetan-consonant-transcription-alist): Rule for "R" added.
798 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
799 "+R" added.
800 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
801
802 * language/lao-util.el (lao-composition-function): Fix args to
803 compose-string.
804
805 * language/thai-util.el (thai-composition-function): Fix args to
806 compose-string.
807
808 * isearch.el (isearch-update): Set disable-point-adjustment to t
809 to prevent the point moving to the end of a composition when a
810 part of a composition is searched.
811 (isearch-other-meta-char): If the key invoking this command can be
812 mapped by function-key-map to a printing char, call
813 isearch-process-search-char directly.
814
815 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
816
817 * emacs-lisp/bytecomp.el:
818 * frame.el:
819 * international/mule-cmds.el:
820 * international/mule-util.el:
821 * international/mule.el:
822 * mouse.el:
823 * subr.el:
824 * faces.el: Update calls to make-obsolete with a WHEN argument.
825
826 * byte-run.el (make-obsolete, make-obsolete-variable):
827 Add an optional WHEN argument and change the format of the
828 symbol-property information.
829 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
830 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
831 new obsolete-symbol-property format and print WHEN if it is provided.
832
833 2000-05-31 Dave Love <fx@gnu.org>
834
835 * loadhist.el (loadhist-hook-functions): Remove
836 before-change-function, after-change-function.
837 (unload-feature): Deal with symbols which are both bound and
838 fbound.
839
840 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
841 before-change-function, after-change-function.
842
843 * simple.el (newline): Don't bind before-change-function,
844 after-change-function.
845
846 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
847
848 * whitespace.el (whitespace-rescan-timer-time): Update interval
849 set to 600 seconds (10 minutes) instead of 60 seconds since
850 a large number of whitespace buffers causes emacs to `freeze'
851 for a considerable amount of time.
852
853 * whitespace.el: Updated email address
854
855 2000-05-31 Dave Love <fx@gnu.org>
856
857 * add-log.el (change-log-font-lock-keywords) <function>: Add
858 pattern for function of change.
859 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
860 acknowledgements patterns.
861
862 2000-05-31 Kenichi Handa <handa@etl.go.jp>
863
864 * isearch.el (isearch-printing-char): If keyboard coding system is
865 being used, call isearch-process-search-multibyte-characters.
866
867 * international/isearch-x.el: Mostly rewritten.
868
869 * international/quail.el (quail-start-conversion): Don't include
870 unhandled events in the returned events, but set them in
871 unread-command-events. Exit if all inputs are deleted.
872
873 2000-05-30 Jason Rumney <jasonr@gnu.org>
874
875 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
876
877 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
878 Reenable code to create initial fontsets.
879 Use set-fontset-font in place of put-charset-property.
880
881 2000-05-30 Gerd Moellmann <gerd@gnu.org>
882
883 * progmodes/perl-mode.el (perl-indent-line): When looking for a
884 label, ensure that the first colon isn't followed by another.
885
886 * paths.el (Info-default-directory-list): Doc fix.
887
888 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
889 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
890 send a query containing USER only, not USER@HOST.
891
892 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
893 and rmail-msgend to compute the restriction at the end, instead of
894 computing it.
895
896 2000-05-29 Gerd Moellmann <gerd@gnu.org>
897
898 * dabbrev.el (dabbrev-expand): Don't display messages in the
899 echo area if the minibuffer window is active.
900
901 * jit-lock.el (jit-lock-mode): Add after change function to
902 local hook.
903
904 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
905
906 * antlr-mode.el: New commands: hide/unhide actions,
907 upcase/downcase literals.
908 (antlr-tiny-action-length): New user option.
909 (antlr-hide-actions): New command. Suggested by
910 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
911 (antlr-mode-map): New binding [C-c C-v].
912 (antlr-mode-menu): New entries.
913 (antlr-downcase-literals): New command.
914 (antlr-upcase-literals): Ditto.
915
916 * antlr-mode.el: Minor changes: indendation, mode-name.
917 (antlr-indent-line): Indent cpp directive at column 0.
918 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
919
920 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
921 (antlr-font-lock-additional-keywords): Workaround for intentional
922 bug in XEmacs version of font-lock.
923 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
924 be used by a smarter version of `buffers-menu-grouping-function'.
925
926 2000-05-29 Gerd Moellmann <gerd@gnu.org>
927
928 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
929 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
930
931 2000-05-29 Kenichi Handa <handa@etl.go.jp>
932
933 * international/encoded-kb.el
934 (encoded-kbd-iso2022-designation-map): Pay attention to that
935 charset-iso-final-char return -1 for eight-bit-control and
936 eight-bit-graphic.
937
938 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
939
940 * speedbar.el (speedbar-use-images, speedbar-update-flag)
941 (speedbar-easymenu-definition-base): Use display-graphic-p where
942 available, instead of window-system.
943
944 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
945
946 * international/codepage.el (cp-coding-system-for-codepage-1): Add
947 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
948 coding systems.
949
950 2000-05-26 Dave Love <fx@gnu.org>
951
952 * disp-table.el (standard-display-underline): Don't use
953 internal-find-face.
954
955 * mail/reporter.el: Maintainer change. Doc fixes.
956 (reporter-version): Deleted.
957
958 * emacs-lisp/elp.el: Maintainer change.
959 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
960
961 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
962
963 * add-log.el (add-change-log-entry): Merge the current entry with the
964 previous one if the previous one is empty.
965
966 2000-05-26 Dave Love <fx@gnu.org>
967
968 * loadhist.el (unload-feature): Fix interactive spec [from
969 lijnzaad@ebi.ac.uk].
970
971 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
972 subr-arity to check primitives.
973 (byte-compile-flush-pending, byte-compile-file-form-progn)
974 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
975 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
976 mapcar.
977
978 2000-05-26 Kenichi Handa <handa@etl.go.jp>
979
980 * international/fontset.el: Set family names of non-latin charsets
981 in default fontset to "*".
982
983 * international/mule-diag.el (print-fontset): Combine family part
984 and registry part of the fontname by "-*-" instead of "-".
985
986 * international/mule-cmds.el (encode-coding-char): Make strings
987 multibyte before calling encode-coding-string.
988
989 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
990
991 * derived.el: Fix keywords.
992 (define-derived-mode): Only define if needed.
993
994 * simple.el (fill-comment, comment-column, comment-start)
995 (comment-start-skip, comment-end, comment-indent-function)
996 (block-comment-start, block-comment-end, indent-for-comment)
997 (set-comment-column, kill-comment, comment-padding, comment-region)
998 (comment-multi-line, indent-new-comment-line): Remove.
999
1000 * bindings.el (esc-map): Change ; to comment-dwim and use the new
1001 function names for comment operations.
1002
1003 * newcomment.el: Add abundant autoload cookies.
1004 (comment-style): Don't depend on runtime data at compile-time.
1005 (comment-indent-hook): Remove.
1006 (comment-indent): Check if comment-indent-hook is bound.
1007 (comment-region): Docstring fix.
1008
1009 2000-05-25 Dave Love <fx@gnu.org>
1010
1011 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1012 byte-code-function-p.
1013
1014 * mail/rmailsum.el: Add provide.
1015
1016 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1017
1018 * smerge-mode.el (smerge-diff-switches): Don't use list* in
1019 defcustom.
1020
1021 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
1022
1023 * ediff-diff.el (ediff-exec-process): delete --binary option from
1024 non-buffer ediff jobs.
1025
1026 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1027
1028 * hilit-chg.el (highlight-changes-mode): Ask about color or
1029 grayscale support, not about window-system.
1030
1031 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1032 window-system.
1033 (ffap-highlight): Always default to t.
1034
1035 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1036 display-popup-menus-p instead of looking at window-system.
1037
1038 * disp-table.el (standard-display-g1, standard-display-graphic):
1039 Only refuse to use string glyphs on X and MS-Windows.
1040
1041 * avoid.el: Remove window-system from commentary, suggest to use
1042 display-*-p instead.
1043
1044 * apropos.el (apropos-print): Use display-mouse-p instead of
1045 window-system.
1046
1047 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1048
1049 * international/codepage.el (cp-decoding-vector-for-codepage):
1050 Fill up unsupported characters with their own codes. From Kenichi
1051 Handa.
1052
1053 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1054
1055 * international/mule-diag.el (describe-char-after): Use
1056 display-graphic-p instead of window-system, so that this function
1057 works on MS-DOS.
1058
1059 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1060
1061 * international/codepage.el (cp-make-coding-systems-for-codepage):
1062 Remove the eight-bit-graphic and eight-bit-control charsets from
1063 the list of charsets which we convert into `?'.
1064
1065 2000-05-25 Kenichi Handa <handa@etl.go.jp>
1066
1067 * international/mule-conf.el: Specify CHARSET-ID explicitely for
1068 private charsets.
1069 (mule-unicode-0100-24ff, japanese-jisx0213-1,
1070 japanese-jisx0213-2): New charsets.
1071
1072 * international/fontset.el: Setup default fontset for new charsets.
1073
1074 2000-05-24 Dave Love <fx@gnu.org>
1075
1076 * info.el (Info-find-node-2): Restructure [following "Vadim
1077 S. Solomin" <sovs@uic.nnov.ru>].
1078
1079 * icomplete.el: Fix header for Finder.
1080
1081 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
1082
1083 * rmailout.el (rmail-output-to-rmail-file): Added optional param
1084 STAY.
1085
1086 * rmail.el (rmail-automatic-folder-directives): New user variable.
1087 (rmail-show-message): Add call to `rmail-auto-file' during
1088 display.
1089 (rmail-auto-file): New function.
1090
1091 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1092
1093 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1094 account.
1095 (ediff-test-utility,ediff-diff-mandatory-option)
1096 (ediff-reset-diff-options): Utilities for proper initialization of
1097 ediff-diff-options and ediff-diff3-options on Windows.
1098
1099 * ediff-init.el (ediff-merge-filename-prefix): New customizable
1100 variable.
1101
1102 * ediff-mult.el (ediff-filegroup-action): Use
1103 ediff-merge-filename-prefix.
1104
1105 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1106
1107 * viper-ex.el (ex-write): Set selective display to nil.
1108
1109 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1110
1111 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1112 aliases for hebrew-iso-8bit.
1113
1114 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1115
1116 * woman.el: New version from Francis J. Wright
1117 <F.J.Wright@Maths.QMW.ac.uk>.
1118 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1119 names in environment variables regardless of the path separator.
1120 (woman-topic-all-completions-1): Don't call file-name-directory-p
1121 on all files, since woman-file-regexp already filters out any
1122 directories.
1123
1124 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1125
1126 * international/quail.el (quail-start-translation): Don't change
1127 modified-p of the current buffer.
1128 (quail-start-conversion): Likewise.
1129
1130 * international/kkc.el (kkc-region): Don't change modified-p of
1131 the current buffer.
1132
1133 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1134 conform to RFC1468.
1135 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1136
1137 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
1138
1139 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1140 (speedbar-insert-button): Invisible text property fix.
1141 (speedbar-directory-plus): Renamed from speedbar-directory-+
1142 (speedbar-directory-minus): Renamed from speedbar-directory--
1143 (speedbar-page-plus): Renamed from speedbar-file-+
1144 (speedbar-page-minus): Renamed from speedbar-file--
1145 (speedbar-page): Renamed from speedbar-file-
1146 (speedbar-tag): Renamed from speedbar-tag-
1147 (speedbar-tag-plus): Renamed from speedbar-tag-+
1148 (speedbar-tag-minus): Renamed from speedbar-tag--
1149 (speedbar-expand-image-button-alist): Use above renames.
1150
1151 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1152 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1153 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1154 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1155 * sb-pg.xpm: Renamed from sb-file.xpm
1156 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1157 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1158
1159 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1160
1161 * international/quail.el (quail-show-guidance-buf): Set
1162 current-input-method of the guidance buffer to the name of the
1163 curren input method.
1164
1165 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
1166
1167 * progmodes/compile.el (compile-internal): Style typo.
1168
1169 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1170 quote vars and functions in the docstring.
1171
1172 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1173
1174 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1175 Don't quote lambdas.
1176
1177 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1178
1179 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1180
1181 * startup.el (command-line): Determine source file of compiled
1182 user init file differently. Warn if compiled user init file
1183 is older than its source file.
1184
1185 * ffap.el (ffap-url-regexp): Add `https'.
1186
1187 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
1188
1189 * files.el (make-backup-file-name-1): Replace slashes with `!'
1190 rather than `|' (which is not allowed on Windows). Replace the
1191 drive letters with a string "drive_X".
1192
1193 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1194
1195 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1196
1197 * files.el (interpreter-mode-alist): Add `bash2'.
1198
1199 2000-05-22 Dave Love <fx@gnu.org>
1200
1201 * loadhist.el (feature-symbols, file-provides, file-requires): Use
1202 mapc.
1203 (feature-file): Avoid calling symbol-name. Doc fix.
1204 (file-set-intersect, file-dependents): Use dolist, not mapcar.
1205 (loadhist-hook-functions): Add mouse-position-function.
1206 (unload-feature): Change uses of mapcar.
1207
1208 * files.el (parse-colon-path): Doc fix.
1209 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1210 (set-auto-mode): Use mapc.
1211
1212 * complete.el (PC-look-for-include-file): Use :alnum: character
1213 class.
1214 (partial-completion-mode): Add autoload cookie.
1215
1216 2000-05-22 Sam Steingold <sds@gnu.org>
1217
1218 * info.el (Info-fontify-node): Fixed the call to
1219 `add-text-properties' (bug introduced on 2000-05-18).
1220
1221 2000-05-22 Dave Love <fx@gnu.org>
1222
1223 * bindings.el: Remove debug-ignored-errors set in other files.
1224
1225 * progmodes/etags.el: Add to debug-ignored-errors.
1226 (visit-tags-table-buffer): Clear out buffers holding old tables
1227 when making a new list.
1228 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1229 mapc.
1230
1231 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
1232 quote keywords.
1233 (cmpl-string-case-type): Use character classes.
1234
1235 * comint.el:
1236 * textmodes/ispell.el:
1237 * imenu.el:
1238 * mail/mh-e.el:
1239 * progmodes/compile.el: Add to debug-ignored-errors.
1240
1241 * dabbrev.el: Add to debug-ignored-errors.
1242 (dabbrev-completion): Use mapc.
1243
1244 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
1245
1246 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1247 (woman-mapcan, woman-parse-man.conf)
1248 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1249 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1250 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
1251 path syntax better.
1252 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1253 (woman-manpath): Call woman-parse-man.conf.
1254 (woman-emulation): New defcustom, defaults to nroff.
1255 (woman-font-support): New defconst.
1256 (woman-use-symbol-font): New defcustom.
1257 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1258 "Emulation".
1259 Many functions: Doc fix.
1260
1261 2000-05-22 Kenichi Handa <handa@etl.go.jp>
1262
1263 * international/quail.el (quail-simple-translation-keymap): Map
1264 128..255 to quail-self-insert-command.
1265 (quail-keyboard-layout-alist): Add definition for "pc102-de".
1266
1267 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
1268
1269 * help.el (help-manyarg-func-alist): Typo.
1270
1271 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1272 intervals which makes it heaps simpler.
1273
1274 * newcomment.el (comment-region-internal): Go back to BEG after quoting
1275 the nested comment markers.
1276
1277 * subr.el (remove-hook): Don't turn the hook's value into a list.
1278
1279 2000-05-21 Dave Love <fx@gnu.org>
1280
1281 * edmacro.el (edmacro-parse-keys): Return vector if any elements
1282 are invalid characters.
1283
1284 * international/mule-util.el (detect-coding-with-priority): Use
1285 mapc. Remove redundant lambda.
1286
1287 * international/mule-diag.el (list-non-iso-charset-chars)
1288 (describe-fontset): Remove redundant lambda.
1289
1290 * emulation/crisp.el (brief-mode): New alias.
1291
1292 * emacs-lisp/ring.el (ring-elements): New function.
1293
1294 * emacs-lisp/easymenu.el (easy-menu-create-menu)
1295 (easy-menu-do-add-item): Use keywordp.
1296
1297 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1298
1299 * replace.el: Doc and error message fixes.
1300 (replace-highlight): Use facep, not internal-find-face.
1301
1302 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
1303
1304 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1305
1306 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1307 (log-edit-insert-changelog): Drop `:' as well.
1308
1309 * log-view.el: Fix file description.
1310 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1311 available.
1312 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1313 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1314
1315 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1316 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1317 Print a status message if the toggle is called interactively.
1318 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1319 for global minor modes and use `defcustom' for them.
1320 Use add-minor-mode.
1321 (easy-mmode-define-derived-mode): Remove.
1322 (define-derived-mode): Fancier default docstring.
1323 (easy-mmode-define-navigation): Signal an error rather than (ding).
1324
1325 * newcomment.el (comment-styles): New `box-multi'.
1326 (comment-normalize-vars): Better default for comment-continue to
1327 avoid whitespace-only continuations.
1328 (comment-search-forward): Always move even in the no-syntax case.
1329 (comment-padright): Only obey N if it's only obeyed for padleft.
1330 (comment-make-extra-lines): Better handling of empty continuations.
1331 Use `=' for the filler if comment-start has only one character.
1332 (uncomment-region): Try handling the special `=' filler.
1333 (comment-region): Allow LINES even if MULTI is nil.
1334 (comment-box): Choose box style based on comment-style.
1335
1336 2000-05-20 Kenichi Handa <handa@etl.go.jp>
1337
1338 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1339 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1340
1341 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
1342
1343 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1344 and insert, not subst-char-in-region.
1345
1346 * international/mule-diag.el (list-character-sets-1): Handle
1347 charsets eight-bit-control and eight-bit-graphic.
1348 (list-iso-charset-chars): Likewise.
1349 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1350 charactes as is. Use indent-to to align characters.
1351
1352 * international/mule-cmds.el (find-multibyte-characters): Never
1353 exclude charsets eight-bit-control and eight-bit-graphic.
1354
1355 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1356
1357 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1358 Don't quote lambdas.
1359
1360 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1361
1362 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1363
1364 * gud.el (gud-jdb-directories): Doc fix.
1365
1366 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1367
1368 * newcomment.el: New file.
1369
1370 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1371
1372 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1373
1374 2000-05-18 Andreas Schwab <schwab@suse.de>
1375
1376 * dired.el (dired-between-files): Also skip lines beginning with
1377 `used'.
1378
1379 2000-05-18 Gerd Moellmann <gerd@gnu.org>
1380
1381 * msb.el (msb-menu-cond): Add choice `user'.
1382
1383 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1384
1385 * ps-print.el: Compatibility, customization and doc fix.
1386 (ps-printer-name-option): Replace defconst by defvar.
1387 (ps-postscript-code-directory): XEmacs compatibility.
1388 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1389 fix.
1390 (ps-user-defined-prologue, ps-print-prologue-header)
1391 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1392 compatibility and code fix.
1393 (ps-print-background-image, ps-print-background-text):
1394 Customization fix.
1395 (ps-line-number-start, ps-n-up-on): New vars.
1396
1397 2000-05-18 Espen Skoglund <esk@ira.uka.de>
1398
1399 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1400 the indent-comment function to just return the appropriate indent.
1401
1402 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
1403
1404 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1405 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1406 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1407
1408 2000-05-18 Dave Love <fx@gnu.org>
1409
1410 * info.el (Info-fontify-node): Add intangible property as well as
1411 invisible.
1412
1413 * calendar/appt.el (appt-make-list): Match all lines of entry.
1414 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1415
1416 2000-05-18 Kenichi Handa <handa@etl.go.jp>
1417
1418 * international/mule-diag.el (describe-char-after): Call
1419 internal-char-font, not char-font. If internal-char-font returns
1420 nil, display "-- none --".
1421
1422 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1423
1424 * image.el (image-type-available-p): Don't reference image-types
1425 if it isn't bound.
1426
1427 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
1428
1429 * autoarg.el (autoarg-mode): Typo in the :set argument.
1430
1431 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1432
1433 * startup.el (command-line-1): Don't signal an error if the
1434 directory for auto-save-list files does not yet exist.
1435
1436 2000-05-17 Kenichi Handa <handa@etl.go.jp>
1437
1438 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1439
1440 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
1441
1442 * subr.el (remove-hook): `setq' hook-value, not `set'.
1443
1444 2000-05-16 Sam Steingold <sds@gnu.org>
1445
1446 * info.el (debug-ignored-errors): More errors to ignore.
1447
1448 2000-05-16 Dave Love <fx@gnu.org>
1449
1450 * cus-edit.el: Don't require cl or easymenu.
1451 (custom-variable-prompt): Test standard-value property, not
1452 user-variable-p.
1453
1454 2000-05-16 Sam Steingold <sds@gnu.org>
1455
1456 * subr.el (add-hook): `setq' hook-value, not `set'.
1457
1458 2000-05-16 Gerd Moellmann <gerd@gnu.org>
1459
1460 * startup.el (command-line-1): Mention the FAQ in the startup
1461 message.
1462
1463 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1464
1465 * progmodes/compile.el (compilation-parse-errors): Collect
1466 `nomessage' regexps last.
1467
1468 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1469
1470 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1471 to the function name.
1472
1473 2000-05-15 Dave Love <fx@gnu.org>
1474
1475 * speedbar.el (speedbar-recenter): Typo.
1476 (speedbar-expand-line): Make arg optional.
1477 (speedbar-mode): Avoid a compiler warning.
1478
1479 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1480
1481 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1482 user-specified option string is empty.
1483
1484 * mouse.el (mouse-yank-at-click): Doc fix.
1485
1486 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
1487
1488 * term/internal.el (IT-character-translations): More updates of
1489 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1490 documents.
1491
1492 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1493
1494 * env.el (getenv): New function, interactively callable.
1495 (setenv, getenv): Remove autoload cookies.
1496
1497 * loadup.el: Load `env'.
1498
1499 * progmodes/f90.el: Change author's mail address.
1500
1501 2000-05-14 Dave Love <fx@gnu.org>
1502
1503 * mail/rmail.el (rmail-show-message-hook): Customize and offer
1504 goto-addr as an option.
1505
1506 * help.el (help-xref-stack): Doc fix.
1507 (help-xref-following): New variable.
1508 (help-make-xrefs): Use it.
1509 (help-xref-go-back): Use position information from stack element.
1510 (help-follow): Make position in stack element a pair. Use
1511 help-xref-following.
1512
1513 * autoarg.el: New file.
1514
1515 * faces.el: Declare more functions obsolete.
1516
1517 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1518 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1519 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1520 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1521 Remove all the setup-...-environment functions.
1522
1523 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
1524
1525 * speedbar.el: Updated the commentary section. xemacs20p now uses
1526 >= when detecting. Require `defimage' safely.
1527 (speedbar-easymenu-definition-base): Add toggle for images.
1528 (speedbar-easymenu-definition-special): Add flush cache & expand.
1529 (speedbar-visiting-tag-hook): Set new defaults. Added options.
1530 (speedbar-reconfigure-keymaps-hook): New variable.
1531 (speedbar-frame-parameters): Updated documentation.
1532 (speedbar-use-imenu-flag): Updated custom tag
1533 (speedbar-dynamic-tags-function-list): New variable.
1534 (speedbar-tag-hierarchy-method): Updated doc & custom.
1535 (speedbar-indentation-width, speedbar-indentation-width) New
1536 variables.
1537 (speedbar-hide-button-brackets-flag): Customizable.
1538 (speedbar-vc-indicator): Doc update.
1539 (speedbar-ignored-path-expressions): Updated default value.
1540 (speedbar-supported-extension-expressions): Updated default value.
1541 (speedbar-syntax-table): Remove {} paren status.
1542 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1543 as "+". Added overlay aliases.
1544 (speedbar-mode): Use `speedbar-mode-line-update' instead of
1545 `force-mode-line-update'.
1546 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1547 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1548 `mouse-set-point'
1549 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1550 (speedbar-item-info-tag-helper): Revamped to handle a wider range
1551 of arbitrary text, and new helper functions.
1552 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1553 filename finder.
1554 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1555 (speedbar-directory-buttons): Update path search/expansion.
1556 (speedbar-make-tag-line): Pay attention to
1557 `speedbar-indentation-width'. Use more care w/ invisible
1558 properties.
1559 (speedbar-change-expand-button-char): Call
1560 `speedbar-insert-image-button-maybe'.
1561 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1562 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1563 (speedbar-trim-words-tag-hierarchy)
1564 (speedbar-simple-group-tag-hierarchy): New functions
1565 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1566 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1567 functions.
1568 (speedbar-mouse-set-point): New function
1569 (speedbar-power-click): Updated documentation.
1570 (speedbar-line-token, speedbar-goto-this-file): Handle more types
1571 of tag prefix text.
1572 (speedbar-expand-line, speedbar-contract-line): Make more robust
1573 to strange text.
1574 (speedbar-expand-line): Takes universal argument to flush the
1575 cache.
1576 (speedbar-flush-expand-line): New function.
1577 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1578 Use new generator insertion method.
1579 (speedbar-fetch-dynamic-tags): New function.
1580 (speedbar-fetch-dynamic-imenu): Removed code now handled in
1581 `speedbar-fetch-dynamic-imenu'.
1582 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1583 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1584 "Revert Buffer" menu items.
1585 (speedbar-buffer-buttons-engine): Be smarter when creating a
1586 filename tag (for expansion purposes.).
1587 (speedbar-highlight-one-tag-line,
1588 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1589 (speedbar-recenter): New functions.
1590 (defimage-speedbar): Image loading abstraction.
1591 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1592 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1593 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1594 (speedbar-tag-type, speedbar-tag-mail): New images.
1595 (speedbar-expand-image-button-alist): New variable.
1596 (speedbar-insert-image-button-maybe): Insert an image over some
1597 buttons.
1598
1599 2000-05-13 Kenichi Handa <handa@etl.go.jp>
1600
1601 * international/mule-cmds.el (encode-coding-char): An ASCII
1602 character is always encodable.
1603
1604 * international/mule-conf.el: Add more information in descriptions
1605 of character sets.
1606
1607 * international/mule-diag.el (describe-char-after): New function.
1608 (describe-font-internal): Adjusted for the change of font-info.
1609 (describe-font): Likewise.
1610 (print-fontset): Rewritten for the new fontset implementation.
1611 (describe-fontset): Include fontset alias names in completion.
1612 (list-fontsets): Adjusted for the change of print-fontset.
1613
1614 * simple.el (what-cursor-position): If DETAIL is non-nil, call
1615 describe-char-after instead of displaying the detail in the echo
1616 area.
1617 (syntax-code-table): Format changed.
1618 (string-to-syntax): Adjusted for the above change.
1619
1620 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1623
1624 2000-05-12 Dave Love <fx@gnu.org>
1625
1626 * calendar/todo-mode.el: Remove some compatibility stuff and CL
1627 dependence. Use line-{beginning,end}-position, not
1628 point-at{b,e}ol. Some doc fixes.
1629 (todo-position): New function. Fix callers of position to use it.
1630 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1631
1632 2000-05-12 Gerd Moellmann <gerd@gnu.org>
1633
1634 * time.el (display-time-mail-icon): Use `:ascent center'.
1635
1636 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1637 handling FTP security extensions.
1638
1639 2000-05-11 Dave Love <fx@gnu.org>
1640
1641 * calendar/todo-mode.el: New file.
1642
1643 2000-05-11 Gerd Moellmann <gerd@gnu.org>
1644
1645 * comint.el (comint-read-input-ring): Move reference to
1646 comint-input-ring-size outside of the save-excursion. It was
1647 causing the default value to be the only one ever seen.
1648
1649 * font-lock.el: Update copyright. Remove Simon Marshall's email
1650 address on request from him.
1651
1652 * subr.el (substitute-key-definition): Add comment describing
1653 the meaning of PREFIX.
1654
1655 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
1656
1657 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1658
1659 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1660 (add-minor-mode): Don't make the variable buffer-local and add a
1661 reference to define-minor-mode in the docstring.
1662
1663 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1664 HEADER/FOOTER and fix bug with trailing empty directory.
1665 (cvs-append-to-ignore): Use vc-editable-p if available.
1666 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1667 (vc-do-command): Tweak advice to handle the new VC.
1668
1669 * log-view.el (log-view-goto-rev): New function for the new VC.
1670 (log-view-minor-wrap): Use mark-active.
1671
1672 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1673 (log-edit-changelog-full-paragraphs): New var.
1674 (log-edit-insert-changelog): Remove a lonely leading `* file'.
1675 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1676 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1677 (log-edit-changelog-ours-p, log-edit-changelog-entries)
1678 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1679 Replace the `cvs' prefix with `log-edit'.
1680
1681 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1682
1683 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1684 (diff-font-lock-defaults): Explicitly turn off multiline.
1685 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1686 (diff-ediff-patch): Fix call to ediff-patch-file.
1687 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1688 Handle comments.
1689
1690 * frame.el (automatic-hscrolling): Typo.
1691
1692 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1693
1694 2000-05-09 Sam Steingold <sds@goems.com>
1695
1696 * apropos.el (apropos-print): use `describe-face' instead of
1697 `customize-face-other-window'.
1698
1699 2000-05-09 Dave Love <fx@gnu.org>
1700
1701 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1702
1703 * help.el (describe-variable): Have customize button pop the
1704 help-xref stack when invoked.
1705 (help-xref-symbol-regexp): Add `face'.
1706 (help-make-xrefs): Check for quoted face names and adapt regexp
1707 submatch numbers to cope.
1708 (help-xref-interned): Maybe insert face doc too. Separate
1709 sections with a line of hyphens.
1710
1711 * faces.el: Some doc fixes. Declare some functions obsolete.
1712 (describe-face): Add customize button. Return the help
1713 text. Fix prompt.
1714
1715 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1716
1717 * term/internal.el (IT-character-translations): Fix last change.
1718
1719 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1720
1721 * woman.el: New file
1722 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1723
1724 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1725
1726 * term/internal.el (IT-character-translations): Update ASCII
1727 simulations for greek-iso8859-7, add latin-iso8859-14 and
1728 latin-iso8859-15.
1729
1730 * international/mule-cmds.el (set-language-info-alist): Call
1731 define-prefix-command with 3 arguments, to make the map suitable
1732 for a menu.
1733
1734 2000-05-07 Dave Love <fx@gnu.org>
1735
1736 * time.el: Small doc fixes from Pavel Janík ml..
1737
1738 2000-05-05 Dave Love <fx@gnu.org>
1739
1740 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1741 list in doc string. Don't quote keyword symbols.
1742 * emacs-lisp/cl.el: Likewise
1743 * emacs-lisp/cl-seq.el: Likewise
1744
1745 2000-05-05 Gerd Moellmann <gerd@gnu.org>
1746
1747 * abbrev.el (abbrev-mode): Make ARG optional.
1748
1749 2000-05-04 Gerd Moellmann <gerd@gnu.org>
1750
1751 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1752
1753 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1754
1755 * subr.el (substitute-key-definition): Clarify documentation.
1756
1757 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
1758
1759 * glasses.el (glasses-convert-to-unreadable): Use
1760 `glasses-separator' instead of the hard-wired "_".
1761 (glasses-mode): Call `glasses-make-unreadable' only in a single
1762 place.
1763
1764 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1765
1766 * term/internal.el (cjk-codepages-alist): Add associations for
1767 Chinese and Korean codepages. Remove FIXME comment.
1768
1769 2000-05-03 Dave Love <fx@gnu.org>
1770
1771 * time.el (display-time-mail-face, display-time-use-mail-icon):
1772 New option.
1773 (display-time-mail-icon): New variable.
1774 (display-time-string-forms): Use the above. Fix the local-map.
1775
1776 2000-05-03 Gerd Moellmann <gerd@gnu.org>
1777
1778 * replace.el (query-replace-map): Add binding for `E'.
1779 (query-replace-help): Extend help text.
1780 (perform-replace): Allow editing the replacement string.
1781
1782 * make-mode.el (makefile-mode-abbrev-table): New variable.
1783 (makefile-mode): Set local abbrev table to
1784 makefile-mode-abbrev-table.
1785 (makefile-font-lock-keywords): Fontify includes and conditionals.
1786
1787 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1788 set TOGGLE's value.
1789
1790 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1791 mail-interactive-insert-alias.
1792 (mail-abbrev-complete-alias): New command.
1793 (mail-mode-map): Bind it to `M-TAB'.
1794
1795 2000-05-03 Kenichi Handa <handa@etl.go.jp>
1796
1797 * language/lao-util.el (lao-compose-region): New function.
1798
1799 2000-05-02 Gerd Moellmann <gerd@gnu.org>
1800
1801 * files.el (recover-session): Make directories as necessary
1802 if they don't exist yet.
1803
1804 * calendar/cal-french.el
1805 (french-calendar-multibyte-special-days-array)
1806 (french-calendar-special-days-array): Change French text.
1807 (calendar-french-date-string): Change output.
1808 (calendar-goto-french-date): Likewise.
1809
1810 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
1811
1812 * wid-edit.el (widget-default-active): Obey `:always-active'.
1813 (widget-documentation-string-value-create): Set `:always-active'.
1814
1815 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1816
1817 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1818 default prefix to `~/_emacs.d/auto-save.list/_s'.
1819 (normal-top-level): Create the directory for auto-save files, if
1820 it doesn't already exist (in the ms-dos case only).
1821
1822 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1823
1824 * international/mule-cmds.el (set-language-environment): Don't
1825 concat an integer (dos-codepage), use format instead.
1826
1827 2000-05-02 Dave Love <fx@gnu.org>
1828
1829 * help.el (help-xref-on-pp): Check for constant symbols.
1830
1831 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1832
1833 * startup.el (normal-top-level): Put a condition-case around
1834 the code loading subdirs.el.
1835
1836 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1837
1838 * ps-print.el: Upside-down and face background color printing,
1839 line number step, doc fix.
1840 (ps-print-version): New version number (5.2).
1841 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1842 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1843 (ps-spool-config): Var fix.
1844 (ps-printer-name-option): Const fix.
1845 (ps-print-upside-down, ps-use-face-background)
1846 (ps-line-number-step): New vars.
1847 (ps-window-system, ps-lp-system): New consts.
1848 (ps-face-background): New fun.
1849
1850 2000-04-28 Richard Stallman <rms@gnu.org>
1851
1852 * files.el (make-auto-save-file-name):
1853 Apply auto-save-file-name-transforms to visited file name
1854 before generating auto save file name.
1855 (auto-save-file-name-transforms): New variable.
1856
1857 * files.el (backup-enable-predicate):
1858 Correctly test for a file under a temporary directory.
1859
1860 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1861
1862 * subr.el (add-minor-mode): Rewritten.
1863
1864 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1865
1866 * mail/sendmail.el (sendmail-send-it): Set
1867 buffer-file-coding-system to the selected coding system for MIME
1868 header.
1869
1870 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1871
1872 * dired.el (dired-move-to-filename-regexp): Allow format where
1873 YYYY is followed by two spaces.
1874
1875 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1876 in the second character class of the regexp.
1877
1878 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1879 mh-etc, too.
1880
1881 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1882 nil.
1883
1884 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1885
1886 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1887 argument.
1888
1889 2000-04-27 Sen Nagata <sen@eccosys.com>
1890
1891 * emacs-lisp/crm.el (crm-completion-table): New variable.
1892 (crm-collection-fn, crm-test-completion)
1893 (completing-read-multiple): Use it.
1894
1895 2000-04-27 Dave Love <fx@gnu.org>
1896
1897 * help.el (locate-library): Use mapc.
1898 (help-manyarg-func-alist): Add call-process-region.
1899
1900 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1901
1902 * subr.el (add-minor-mode): Make argument MAP optional.
1903
1904 * desktop.el (desktop-save): Save list of minor modes.
1905 (desktop-create-buffer): Restore minor modes.
1906 (desktop-minor-mode-table): New user-option.
1907
1908 * subr.el (add-minor-mode): New function.
1909
1910 * image.el (find-image): New function.
1911 (defimage): Rewritten to find image at load time.
1912
1913 * startup.el (normal-top-level-add-to-load-path): Handle
1914 case that the default directory is not in load-path.
1915
1916 * help.el: Old patch from Stefan Monnier.
1917 (help-xref-on-pp): New function.
1918 (describe-variable): Use it to display xrefs in a symbol's value.
1919
1920 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1921
1922 * cus-edit.el (custom-face): Fix parenthesis.
1923
1924 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1925
1926 * mail/rmail.el (rmail-expunge): When there are no deleted
1927 messages, do nothing.
1928
1929 2000-04-26 Dave Love <fx@gnu.org>
1930
1931 * international/mule-cmds.el (locale-translation-file-name):
1932 Defvar to nil.
1933 (set-locale-environment): Set it here (at runtime).
1934
1935 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1936
1937 * replace.el (perform-replace): Add parameters START and END. Use
1938 them instead of the check for a region in Transient Mark mode.
1939 (query-replace-read-args): Return two more list elements for the
1940 start and end of the region in Transient Mark mode.
1941 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1942 (map-query-replace-regexp, replace-string, replace-regexp): Add
1943 optional last arguments START and END and pass them to
1944 perform-replace.
1945
1946 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1947 form with additional arguments for perform-replace.
1948
1949 * progmodes/etags.el (tags-query-replace): Add parameters START
1950 and END. Construct a form with additional arguments for
1951 perform-replace.
1952
1953 * simple.el (shell-command): Set default directory for "*Shell
1954 Command Output" buffer.
1955
1956 * language/european.el (iso-latin-4): Fix typo.
1957
1958 * emacs-lisp/crm.el: New file.
1959
1960 2000-04-24 Dave Love <fx@gnu.org>
1961
1962 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1963 (Custom-reset-saved, Custom-reset-standard)
1964 (custom-group-value-create, custom-group-set, custom-group-save)
1965 (custom-group-reset-current, custom-group-reset-saved)
1966 (custom-group-reset-standard): Use mapc.
1967 (custom-buffer-create-internal): Disable undo when creating items.
1968 Use mapc.
1969 (custom-face): Avoid redundant lambda.
1970
1971 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1972
1973 * startup.el (auto-save-list-file-prefix): Set default to
1974 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1975
1976 2000-04-24 Sam Steingold <sds@gnu.org>
1977
1978 * time-stamp.el (time-stamp-string-preprocess): Always convert
1979 `field-result' to a string.
1980
1981 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1982
1983 * frame.el (scrolling): New group.
1984 (automatic-hscrolling): New user-option.
1985
1986 * startup.el (command-line-x-option-alist): Add `-lsp' and
1987 `--line-spacing'.
1988
1989 2000-04-19 Dave Love <fx@gnu.org>
1990
1991 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1992 (cl-mapc): Rename from mapc. Fix the funcall.
1993
1994 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1995
1996 * simple.el (clone-indirect-buffer-other-window): New command.
1997 (clone-indirect-buffer): Add optional arg NORECROD.
1998 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1999
2000 * help.el (resize-temp-buffer-window): Use count-screen-lines.
2001
2002 * window.el (count-screen-lines): New function.
2003 (shrink-window-if-larger-than-buffer): Use count-screen-lines
2004 instead of window-buffer-height.
2005
2006 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2007 non-existing variable comint-input-sentinel.
2008 (inferior-lisp-args-to-list): Removed.
2009 (inferior-lisp): Use split-string instead of
2010 inferior-lisp-args-to-list.
2011
2012 * hexl.el (hexl-insert-hex-string): New command.
2013
2014 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2015 instead of concat.
2016
2017 2000-04-18 Gerd Moellmann <gerd@gnu.org>
2018
2019 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2020 at the start of an existing but empty folder.
2021
2022 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2023
2024 * ps-mule.el: Customization fix, doc fix.
2025 (ps-multibyte-buffer): Customization fix.
2026
2027 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2028
2029 * subr.el (read-passwd): Use read-char-exclusive.
2030
2031 2000-04-17 Gerd Moellmann <gerd@gnu.org>
2032
2033 * textmodes/texinfo.el (texinfo-insert-@email)
2034 (texinfo-insert-@emph, texinfo-insert-@quotation)
2035 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2036 (texinfo-mode-map): Add key bindings for them.
2037
2038 * files.el (basic-save-buffer-2): Use a template with `$'
2039 instead of `#' for VMS.
2040
2041 * simple.el (clone-indirect-buffer): New function.
2042
2043 2000-04-16 Stephen Eglen <stephen@gnu.org>
2044
2045 * iswitchb.el (iswitchb-case): New function. If the user input
2046 contains any upper-case characters, the search is made
2047 case-sensitive.
2048
2049 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
2050
2051 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2052 comment-end.
2053 (texinfo-font-lock-syntactic-keywords): New var.
2054 (texinfo-font-lock-keywords): Remove comment regexp.
2055 (texinfo-insert-block): New function.
2056 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2057 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
2058 and font-lock-defaults. Use regexp-opt for outline-regexp.
2059 (texinfo-environments): New var.
2060 (texinfo-environment-regexp): Use regexp-opt and
2061 texinfo-environments.
2062
2063 * textmodes/ispell.el (ispell-menu-map-needed): Check that
2064 ispell-process is bound since this might be eval'd before ispell
2065 is loaded.
2066 (ispell-message): Use a tiny bit less magic and a bit more hard
2067 data to figure out what kind of sc-cite-regexp to use.
2068
2069 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2070
2071 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2072 (insert-cyclic-diary-entry): Unquote the lambda.
2073
2074 * gud.el (gud-jdb-build-source-files-list): Fix typo.
2075
2076 * files.el (backup-enable-predicate): Unquote the lambda.
2077
2078 * cus-edit.el (custom-face, face): Unquote the lambda.
2079
2080 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2081
2082 * ps-print.el: Check for line-beginning-position definition.
2083
2084 * ps-print.el: Fix counting lines in a region.
2085 (ps-print-version): New version number (5.1.5).
2086 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2087 (ps-printing-region): Fun code fix.
2088
2089 2000-04-15 Gerd Moellmann <gerd@gnu.org>
2090
2091 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2092 to file-directory-p.
2093
2094 2000-04-14 Gerd Moellmann <gerd@gnu.org>
2095
2096 * gud.el (gud-jdb-build-source-files-list): Check that directory
2097 exists before calling directory-files.
2098
2099 2000-04-13 Dave Love <fx@gnu.org>
2100
2101 * emacs-lisp/trace.el: Change maintainer. Use new backquote
2102 syntax.
2103
2104 * emacs-lisp/cl-specs.el: Remove when, unless.
2105
2106 * emacs-lisp/cl-extra.el: Don't quote keywords.
2107 (cl-old-mapc): New variable.
2108 (mapc): Use it.
2109 (cl-map-intervals): Use with-current-buffer. Don't check for
2110 next-property-change.
2111 (cl-map-overlays): Use with-current-buffer.
2112 (cl-expt): Remove.
2113 (copy-tree, remprop): Define unconditionally.
2114
2115 * emacs-lisp/cl-compat.el (keywordp): Remove.
2116
2117 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
2118 to use keywordp.
2119 (edebug-spec): Enable keywordp.
2120
2121 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2122 string-lessp.
2123
2124 * cus-start.el: Use keywordp.
2125
2126 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2127
2128 * diary-lib.el (include-other-diary-files): Fix the fix of
2129 2000-02-18 by doing a save-excursion.
2130
2131 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2132
2133 * ps-print.el: Customization fix, doc fix.
2134 (ps-print-version): New version number (5.1.4).
2135 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2136 (ps-print-preprint): Adjust code.
2137 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2138 (ps-print-prologue-header, ps-print-control-characters)
2139 (ps-spool-config): Customization fix.
2140
2141 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2142
2143 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2144 converted to the new menu-item format, names silightly changed,
2145 help strings added.
2146
2147 Support for spelling without async subprocesses:
2148
2149 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2150 (ispell-session-buffer): New variables.
2151 (ispell-start-process, ispell-process-status,
2152 ispell-accept-output, ispell-send-string): New functions, for
2153 Ispell invocation when async subprocesses aren't supported.
2154 (ispell-word, ispell-pdict-save, ispell-command-loop,
2155 ispell-process-line, ispell-buffer-local-parsing): Replace calls
2156 to process-send-string with calls to ispell-send-string, and
2157 accept-process-output with ispell-accept-output.
2158 (ispell-init-process): Call ispell-process-status instead of
2159 process-status with.
2160 (ispell-init-process): Call ispell-start-process. Call
2161 ispell-accept-output and ispell-send-string. Don't call
2162 process-kill-without-query and kill-process if they are unbound.
2163 (ispell-async-processp): New function.
2164
2165 2000-04-12 Dave Love <fx@gnu.org>
2166
2167 * info.el: Add debug-ignored-errors.
2168 (Info-mode-menu): Add some items.
2169 (Info-directory): Add autoload cookie.
2170
2171 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2172 Modify `truncate-lines'. Make `describe-language-environment'
2173 always visible and add help. Modify `describe-key' help. Invoke
2174 Info-directory from `info'. New entry `emacs-manual'.
2175
2176 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2177
2178 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2179 propertized-buffer-identification.
2180 (ebrowse-update-member-buffer-mode-line): Likewise.
2181 (ebrowse--mode-strings): Removed.
2182 (ebrowse--mode-line-props): Removed.
2183
2184 * files.el (auto-mode-alist): Add `EBROWSE'.
2185
2186 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2187 space before testing for end of buffer.
2188 (ebrowse-load): Removed.
2189 (ebrowse-revert-tree-buffer-from-file): Rewritten.
2190 (ebrowse-create-tree-buffer): Rewritten.
2191 (ebrowse-tree-mode): Read tree from buffer.
2192
2193 * progmodes/ebrowse-ffh.el: Removed.
2194
2195 2000-04-10 Kenichi Handa <handa@etl.go.jp>
2196
2197 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2198
2199 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2200
2201 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2202 at the wrong place.
2203
2204 2000-04-09 Dave Love <fx@gnu.org>
2205
2206 * files.el (backup-enable-predicate): Use
2207 temporary-file-directory, small-temporary-file-directory.
2208 (make-backup-file-name-function, backup-directory-alist): New
2209 variables.
2210 (make-backup-file-name-1): New function.
2211 (make-backup-file-name): Use it.
2212 (find-backup-file-name): Likewise. Use format for clarity, not
2213 concat.
2214 (file-newest-backup): Use make-backup-file-name.
2215
2216 2000-04-09 Gerd Moellmann <gerd@gnu.org>
2217
2218 * progmodes/ebrowse-ffh.el: New file.
2219
2220 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2221 to ebrowse-ffh.el.
2222 (ebrowse-load): Add autoload.
2223
2224 * finder.el (finder-commentary): Add autoload cookie.
2225
2226 * mail/rfc2368.el: Correct author's email address.
2227
2228 * progmodes/ebrowse.el: New file.
2229
2230 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2231 item help string.
2232 (easy-menu-do-add-item): Ditto.
2233 (easy-menu-define): Extend doc string.
2234
2235 * jit-lock.el (with-buffer-unmodified): Use
2236 restore-buffer-modified-p.
2237 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2238 (jit-lock-function, jit-lock-stealth-fontify): Don't use
2239 with-buffer-unmodified.
2240
2241 2000-04-08 Dave Love <fx@gnu.org>
2242
2243 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2244 unless, when.
2245
2246 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2247
2248 * viper-util.el (viper-put-on-search-overlay): New subroutine.
2249 (viper-flash-search-pattern): No operation when using Emacs
2250 doesn't support face.
2251 Use `viper-put-on-search-overlay'.
2252
2253 2000-04-04 Gerd Moellmann <gerd@gnu.org>
2254
2255 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2256 like C-r.
2257
2258 * progmodes/make-mode.el: Some doc fixes.
2259 (makefile-mode-abbrev-table): New variable.
2260 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2261 (makefile-font-lock-keywords): Fontify includes and conditionals.
2262 (toplevel): Require `dabbrev' and `add-log' when compiling.
2263
2264 * replace.el (perform-replace): Don't move forward one char
2265 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
2266 to do that because it leaves point 1 position after the last
2267 replacement, after everything has been replaced.
2268
2269 * jit-lock.el (with-buffer-unmodified): New macro.
2270 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2271 modified state.
2272 (jit-lock-function-1): Extracted from jit-lock-function; not
2273 preserving buffer's modified state.
2274 (jit-lock-function, jit-lock-stealth-fontify): Call
2275 jit-lock-function-1.
2276
2277 * mail/rfc2368.el: Remove supernumerary copyright line.
2278
2279 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
2280
2281 * glasses.el: Provide facilities for inserting space before left
2282 parentheses and uncapitalization of identifiers.
2283 (glasses-mode): Try to remove old overlays in all cases.
2284
2285 2000-04-03 Gerd Moellmann <gerd@gnu.org>
2286
2287 * progmodes/compile.el (compile-internal): Display the compilation
2288 buffer in a different frame, if it's already displayed there.
2289
2290 * mail/rfc2368.el: New file.
2291
2292 * simple.el (sendmail-user-agent-compose): Recognize a `body'
2293 header and insert its value as mail body.
2294
2295 * subr.el (member-ignore-case): New function.
2296
2297 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2298 (dabbrev--find-expansion): Ignore buffers matching a regexp
2299 from dabbrev-ignored-regexps.
2300
2301 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2302 to extensions handled by gzip.
2303
2304 2000-04-03 Richard M. Stallman <rms@gnu.org>
2305
2306 * files.el (insert-directory): List the total free space
2307 along with the used space.
2308
2309 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2310 line is followed by one that matches CITATION-REGEXP, end the
2311 paragraph.
2312
2313 2000-04-03 Markus Rost <rost@delysid.gnu.org>
2314
2315 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2316 (rmail-make-basic-summary-line): Use that option.
2317
2318 2000-04-03 Kenichi Handa <handa@etl.go.jp>
2319
2320 * international/mule-cmds.el (encoded-string-description):
2321 Rewritten. Try pretty description for ISO 2022 escape sequences
2322 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
2323 for hexadecimal format.
2324
2325 2000-04-01 Dave Love <fx@gnu.org>
2326
2327 * cpp.el: Change customization group to `c' from `C'.
2328
2329 * vcursor.el (vcursor-move): Use display-color-p.
2330
2331 * international/mule-util.el: Provide mule-utils.
2332 (string-to-sequence): Simplify and speed up.
2333
2334 * international/mule.el (make-coding-system): Purecopy doc-string.
2335
2336 * international/mule-cmds.el: Various menu changes.
2337 (describe-specified-language-support): Handle `Default'.
2338 (set-language-info): Purecopy `info'.
2339
2340 2000-03-31 Andrew Innes <andrewi@gnu.org>
2341
2342 * vc.el (vc-backend-diff): Return the correct status if we had to
2343 retry the rcsdiff command without the --brief option.
2344
2345 2000-03-31 Dave Love <fx@gnu.org>
2346
2347 * help.el (help-manyarg-func-alist): Correct several omissions.
2348
2349 * add-log.el: Don't require cl, fortran.
2350 (add-log-current-defun-function): Doc fix.
2351 (change-log-version-number-regexp-list): Remove SCCS part. Doc
2352 fix.
2353 (change-log-version-rcs): Function deleted.
2354 (change-log-version-number-search): Doc fix. Use
2355 vc-workfile-version. Avoid CL dolist.
2356 (add-change-log-entry): Just call add-log-current-defun to get
2357 defun. Simplify somewhat.
2358 (change-log-get-method-definition-1): Likewise.
2359 (add-log-current-defun): Return nil if calling
2360 add-log-current-defun-function does so. Move Fortran stuff to
2361 fortran.el. Return string without properties.
2362
2363 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2364 and :alpha: char classes.
2365
2366 * mail/supercite.el: Defvar curline when compiling.
2367 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2368 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2369 rather than a-zA-Z0-9 to allow non-ASCII characters.
2370
2371 2000-03-31 Gerd Moellmann <gerd@gnu.org>
2372
2373 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2374
2375 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2376 Re-enable new code.
2377
2378 * lpr.el (print-region-1): Use -d to specify printer name for
2379 systems `usg-unix-v*, `dgux', `hpux', `irix'.
2380
2381 2000-03-31 Dave Love <fx@gnu.org>
2382
2383 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2384 for function definition in symbol's function value slot first
2385 instead of first consulting byte-compile-function-environment.
2386
2387 2000-03-31 Kenichi Handa <handa@etl.go.jp>
2388
2389 * language/european.el ("Polish"): New language environment.
2390 (setup-polish-environment): New function.
2391
2392 2000-03-30 Gerd Moellmann <gerd@gnu.org>
2393
2394 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2395 Disable new code.
2396
2397 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2398 trying to `load' the symbol of an autoload instead of the file
2399 recorded in the autoload. Fix error messages.
2400
2401 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2402
2403 * ps-print.el: PostScript programming fix for ghostview, doc fix.
2404 (ps-print-version): New version number (5.1.3).
2405 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2406 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2407 (ps-generate-postscript-with-faces): Code fix.
2408 (ps-color-values): XEmacs compatibility.
2409 (ps-print-background-image, ps-print-background-text, ps-printer-name)
2410 (ps-default-fg, ps-default-bg): Adjust customization.
2411 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2412 (ps-color-scale): Renaming old ps-color-value fun.
2413 (ps-print-headers): Replace ps-print-header group to avoid conflict
2414 with ps-print-header variable.
2415 (ps-print-miscellany): New group.
2416 (ps-format-color, ps-rgb-color): New funs.
2417 (ps-default-foreground): New var.
2418 (ps-printer-name-option): New const.
2419
2420 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
2421
2422 * net/net-utils.el:
2423 (network-connection-host, network-connection-service): New variables
2424 (network-connection-mode): New mode, derived from comint-mode
2425 (network-connection-mode-setup): New function, saves host and
2426 service information in local variables.
2427
2428 * lisp/locate.el:
2429 (locate-word-at-point): Added this function
2430 (locate): Default to using locate-word-at-point as input
2431 Run dired-mode-hook
2432
2433 2000-03-29 Dave Love <fx@gnu.org>
2434
2435 * calendar/appt.el: Doc fixes.
2436 (appt-check): Convert min-to-app to a string before passing to
2437 appt-disp-window-function or concat.
2438 (appt-delete-window): Remove test for frame-root-window.
2439 (appt-select-lowest-window, appt-convert-time): Simplify.
2440
2441 * emacs-lisp/bytecomp.el: Doc fixes.
2442 (byte-compile-file-form-autoload): Update
2443 byte-compile-function-environment.
2444
2445 2000-03-29 Andreas Schwab <schwab@suse.de>
2446
2447 * emacs-lisp/autoload.el: Also print defsubst doc string
2448 specially.
2449
2450 * dired.el (dired-insert-directory): If dired-free-space-program
2451 failed just delete its output.
2452
2453 2000-03-29 Dave Love <fx@gnu.org>
2454
2455 * international/iso-cvt.el: Move provide to end. Doc fixes.
2456 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2457 (iso-iso2sgml, iso-sgml2iso): New functions.
2458 (iso-cvt-define-menu): Fix some entries and use backquote for
2459 clarity.
2460
2461 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2462
2463 2000-03-28 Gerd Moellmann <gerd@gnu.org>
2464
2465 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2466 ISO-DATE. If non-nil, return date in ISO 8601 format.
2467
2468 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2469
2470 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2471 if it ever becomes used.
2472 (log-edit-mode-hook): Default to vc-log-mode-hook.
2473 (log-edit-mode): Fix the docstring.
2474
2475 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2476 the code.
2477
2478 2000-03-26 Dave Love <fx@gnu.org>
2479
2480 * net/browse-url.el (browse-url): Re-fix case of
2481 browse-url-browser-function being an alist.
2482 (browse-url): Add :link to defgroup.
2483
2484 * files.el: Doc fixes.
2485 (file-truename): Include `[' in wildcard characters.
2486 (automount-dir-prefix): Customize.
2487 (find-file-wildcards): Add :version.
2488 (find-file-noselect): Simplify a mapcar call.
2489
2490 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2491 compatible with inf-lisp version.
2492 (eval-defun-1): Fix custom-declare-variable case.
2493
2494 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
2495
2496 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2497
2498 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2499
2500 * Makefile (COMPILE_FIRST): New macro.
2501 (compile-files): Compile files from COMPILE_FIRST first.
2502
2503 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2504 code.
2505
2506 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2507 matching open parenthesis in column 0 to defun-prompt-regexp
2508 only if open-paren-in-column-0-is-defun-start is set.
2509
2510 * sun-curs.el: Require CL at compile-time only.
2511
2512 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2513 instead of copy-list which is a function from CL.
2514 (msb--choose-menu, msb--mode-menu-cond)
2515 (msb--create-buffer-menu-2): Use dolist instead of mapc.
2516 (msb--init-file-alist): Use mapcar instead of mapcan.
2517 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
2518 `(' in column 0 in doc string.
2519 (msb--add-separators): Use mapcar instead of mapcan.
2520
2521 * cus-dep.el: Require CL at compile-time only.
2522
2523 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2524
2525 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2526 (byte-compile-warnings): New warning `noruntime'.
2527 (byte-compile-constants, byte-compile-variables): Fix docstring.
2528 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2529 execute `eval-whenc-compile's body.
2530 (byte-compile-unresolved-functions): Fix docstring.
2531 (byte-compile-eval): New function.
2532 (byte-compile-callargs-warn): Check if the function will be available
2533 at runtime (via property `byte-compile-noruntime').
2534 (byte-compile-print-syms): New function.
2535 (byte-compile-warn-about-unresolved-functions): Also warn about
2536 `noruntime' functions (and use `byte-compile-print-syms').
2537 (byte-compile-file): Capitalize the message.
2538
2539 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2540
2541 * mail/rmail.el (rmail-confirm-expunge): New user-option.
2542 (rmail-expunge): Ask for confirmation depending on the setting
2543 of rmail-confirm-expunge.
2544
2545 2000-03-23 Gerd Moellmann <gerd@gnu.org>
2546
2547 * Makefile (bootstrap-clean): If $(emacs) exists, build
2548 loaddefs.el first. A loaddefs.el that's not up-to-date might
2549 cause a bootstrap failure because things don't autoload as
2550 expected.
2551
2552 2000-03-23 Dave Love <fx@gnu.org>
2553
2554 * net/browse-url.el: Restore previous use of
2555 browse-url-maybe-new-window.
2556
2557 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2558
2559 * ps-print.el: Skip banner page fix.
2560 (ps-print-version): New version number (5.1.2).
2561 (ps-begin-file, ps-end-file, ps-generate): Code fix.
2562
2563 2000-03-23 Dave Pearson <davep@davep.org>
2564
2565 * net/quickurl.el Changed the type of parameter passed to the
2566 function defined by `quickurl-format-function'. Before only the
2567 text of the URL was passed. Now the whole URL structure is passed
2568 and the function is responsible for extracting the parts it
2569 requires. Changed the default of `quickurl-format-function'
2570 accordingly.
2571 (quickurl-insert): Changed the `funcall' of
2572 `quickurl-format-function' to match the above change.
2573 (quickurl-list-insert): Changed the `url' case so that it makes
2574 use of `quickurl-format-function', previous to this the format was
2575 hard wired.
2576
2577 2000-03-22 Gerd Moellmann <gerd@gnu.org>
2578
2579 * startup.el: Change some spellings for the X Window System.
2580
2581 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2582
2583 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2584 up the code and the regexp and make sure the cursor is temporarily
2585 moved to the suspicious line while querying the user.
2586
2587 2000-03-22 Jason Rumney <jasonr@gnu.org>
2588
2589 * w32-fns.el (w32-charset-info-alist): Initialize.
2590
2591 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2592
2593 * ps-print.el: N-up last page fix.
2594 (ps-print-version): New version number (5.1.1).
2595 (ps-end-file, ps-end-job, ps-generate): Code fix.
2596
2597 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2598
2599 * files.el (find-file-run-dired): Update docstring.
2600 (find-directory-functions): New hook.
2601 (find-file-noselect): Run find-directory-functions rather than
2602 calling dired directly.
2603
2604 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2605
2606 * pcvs.el: Add a minimal leading commentary.
2607 (cvs-make-cvs-buffer): Change the header part by removing the startup
2608 message and adding a `Module' entry. Also replace the FOOTER and
2609 HEADER special fileinfos with the new support in ewoc for updating
2610 its own footer and header.
2611 (cvs-update-header): Update to use the header/footer of the ewoc.
2612 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2613 (cvs-is-within-p): New function.
2614 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2615 to only examine some subset of the buffers.
2616
2617 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2618 `format' instead of our own ad-hoc functions.
2619 Remove HEADER and FOOTER cases, now handled in the EWOC.
2620 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2621
2622 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2623 output to avoid scaring the user.
2624 (cvs-parse-table): Catch message for non-up-to-date commits.
2625
2626 * pcvs-defs.el (cvs-startup-message): Remove.
2627 (cvs-global-menu): New autoloaded menu.
2628
2629 * pcvs-util.el (cvs-string-fill): Remove.
2630
2631 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2632 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2633 PP part of it and also make it work for footers and headers.
2634 (ewoc-create): Drop POS and BUFFER arguments.
2635 Use the DLL's dummy node to store the end-of-footer position.
2636 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2637 (ewoc-refresh): Remove unused `header' variable.
2638 (ewoc-(get|set)-hf): New functions.
2639
2640 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2641 log-view-*-(message|file) and use easy-mmode-define-navigation.
2642 (log-view-message-re): Match SCCS format as well.
2643 And match the revision line rather than the dashed separator line.
2644 (log-view-mode): Use the new define-derived-mode.
2645 (log-view-current-tag): Fill in with an actual implementation.
2646
2647 * cvs-status.el (cvs-status-(prev|next)): Rename from
2648 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2649 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2650 to let the output "breathe" a little more (more readable).
2651 (cvs-status-mode): Use the new define-derived-mode.
2652
2653 * smerge-mode.el (smerge-auto-leave): New function and variable.
2654 (smerge-basic-map): Rename from smerge-basic-keymap.
2655 Change the bindings for smerge-diff-*.
2656 (smerge-*-map): Use easy-mmode-defmap.
2657 (smerge-(next|prev)): Use easy-mmode-define-navigation.
2658 (smerge-keep-*): Use smerge-auto-leave.
2659
2660 2000-03-21 Jason Rumney <jasonr@gnu.org>
2661
2662 * cus-edit.el (custom-button-face): Use 3D look for w32.
2663 (custom-button-pressed-face): Likewise.
2664
2665 2000-03-21 Gerd Moellmann <gerd@gnu.org>
2666
2667 * progmodes/etags.el (tags-case-fold-search): New user-option.
2668 (tags-loop-eval): New function. Bind case-fold-search around eval
2669 depending on the value of tags-case-fold-search.
2670 (tags-loop-continue): Use tags-loop-eval.
2671 (find-tag-in-order): Bind case-fold-search depending on the value
2672 of tags-case-fold-search.
2673
2674 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2675
2676 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2677 (diff-end-of-hunk): Return the end position for use in
2678 `easy-mmode-define-navigation'.
2679 (diff-recenter): Remove.
2680 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2681 of `easy-mmode-define-navigation'.
2682 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2683 previous renaming) and fix to use new names.
2684 (diff-merge-strings): Use \n as separator: simpler, faster.
2685 (diff-mode): Use `define-derived-mode'.
2686
2687 * derived.el (define-derived-mode): Don't autoload anymore.
2688 Prefer the macro-only version provided by easy-mmode.el.
2689
2690 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2691 `easy-mmode-define-derived-mode'.
2692 Use `combine-run-hooks'.
2693 (easy-mmode-define-navigation): New macro.
2694
2695 * subr.el (combine-run-hooks): New function.
2696
2697 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
2698
2699 * term/x-win.el: Fontsets related initialization is simplified.
2700
2701 * international/mule-diag.el (describe-font): Don't refer to
2702 global-fontset-alist, instead call font-list.
2703 (describe-fontset, list-fontsets, mule-diag): Likewise.
2704 (print-fontset): Adjusted for the change of fontset
2705 implementation.
2706
2707 * international/fontset.el (x-charset-registries): Variable
2708 removed, instead the corresponding data is stored in the default
2709 fontset.
2710 (register-alternate-fontnames): Function removed.
2711 (resolved-ascii-font): Variable removed.
2712 (x-compose-font-name): Ignore the second argument REDOCE.
2713 (x-complement-fontset-spec): Complement only an ASCII font and
2714 element for those charsets than can use that ASCII font.
2715 (generate-fontset-menu): Don't refer to global-fontset-alist,
2716 instead call fontset-list.
2717 (uninstantiated-fontset-alist): Variable removed.
2718 (x-style-funcs-alist): Likewise.
2719 (fontset-default-styles): Likewise.
2720 (x-modify-font-name): Function removed.
2721 (create-fontset-from-fontset-spec): Ignore the argument
2722 STYLE-VARIANT.
2723 (create-fontset-from-ascii-font): Docsting adjusted for the above
2724 change.
2725 (instantiate-fontset, resolve-fontset-name): Functions removed.
2726 (fontset-list): Now implemented by C code.
2727
2728 * faces.el (read-face-font): Fix TABLE arg to completing-read.
2729 (describe-face): Include `font' attribute in the description.
2730
2731 2000-03-21 Kenichi Handa <handa@etl.go.jp>
2732
2733 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2734
2735 2000-03-20 Gerd Moellmann <gerd@gnu.org>
2736
2737 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2738 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2739 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2740
2741 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2742 about behavior of set-buffer-modified-p wrt redisplay.
2743
2744 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2745
2746 * view.el (view-mode-disable): Kill local binding of view-read-only.
2747
2748 2000-03-18 Gerd Moellmann <gerd@gnu.org>
2749
2750 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2751 is a string, convert it to a syntax cell using string-to-syntax.
2752
2753 * simple.el (syntax-code-table, syntax-flag-table): New variables.
2754 (string-to-syntax): New function.
2755
2756 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2757 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2758 try to use passive ftp mode.
2759
2760 2000-03-17 Gerd Moellmann <gerd@gnu.org>
2761
2762 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2763
2764 * simple.el (append-to-buffer): Update point of windows after
2765 insertion.
2766
2767 * abbrev.el (inverse-add-abbrev): Identify word by first moving
2768 forward then moving backward. Reindent.
2769
2770 * frame.el (other-frame): Call x-focus-frame only if
2771 focus-follows-mouse is off.
2772
2773 2000-03-17 Dave Love <fx@gnu.org>
2774
2775 * pcvs-util.el (cvs-strings->string): Rename
2776 replace-regexps-in-string.
2777
2778 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
2779
2780 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2781 regexp for labels cannot span several lines.
2782
2783 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2784 `(setq :<key> ':<key>)' to the macro expansion.
2785
2786 2000-03-16 Dave Love <fx@gnu.org>
2787
2788 * progmodes/f90.el (f90): Put custom group under `languages', not
2789 `fortran'.
2790 (f90-mode-hook): Customize.
2791 (f90-mode): Set add-log-current-defun-function.
2792 (f90-current-defun): New function.
2793
2794 2000-03-16 Gerd Moellmann <gerd@gnu.org>
2795
2796 * cus-edit.el (custom-variable-tag-face): Handle case that
2797 default face's height is not a number.
2798 (custom-face-tag-face, custom-group-tag-face-1)
2799 (custom-group-tag-face): Ditto.
2800 (custom-group-tag-face-1): Add :group.
2801
2802 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2803
2804 2000-03-15 Gerd Moellmann <gerd@gnu.org>
2805
2806 * pcvs-defs.el (toplevel): Remove autoload cookie for form
2807 requiring easymenu.
2808
2809 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2810
2811 * ps-print.el: PostScript user-defined prologue, PostScript error
2812 handler, doc fix.
2813 (ps-print-version): New version number (5.1).
2814 (ps-user-defined-prologue, ps-error-handler-message)
2815 (ps-print-prologue-0, ps-error-handler-alist): New vars.
2816 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2817 (ps-insert-string): New function.
2818
2819 2000-03-15 Kenichi Handa <handa@etl.go.jp>
2820
2821 * international/ccl.el (ccl-compile-expression): Don't generate
2822 invalid self-assignment code.
2823
2824 2000-03-14 Dave Love <fx@gnu.org>
2825
2826 * subr.el (replace-regexp-in-string): Renamed from
2827 replace-regexps-in-string. Doc fix.
2828
2829 2000-03-12 Dave Love <fx@gnu.org>
2830
2831 * cus-edit.el: Doc fixes.
2832 (customize-set-variable, customize-save-variable): Rename args for
2833 doc.
2834 (custom-variable-tag-face, custom-face-tag-face)
2835 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2836 style which user identify as hyperlink.
2837 (hook): Don't add undefined functions to the hook.
2838 (debug-ignored-errors): Transfer message from bindings.el.
2839
2840 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2841
2842 * recentf.el (recentf-keep-non-readable-files-p): Remove
2843 double/nested definition.
2844
2845 2000-03-12 Dave Love <fx@gnu.org>
2846
2847 * facemenu.el (facemenu-get-face): Use display-color-p.
2848 * enriched.el (enriched-decode-foreground): Likewise.
2849 (enriched-decode-background): Likewise.
2850 * isearch.el (isearch-highlight): Likewise.
2851 * info-look.el (info-lookup): Likewise.
2852 * simple.el (completion-setup-function): Likewise.
2853
2854 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2855 :options.
2856
2857 * bindings.el (mode-line-format): Fix line-number and
2858 column-number items. Add help-echo for the background.
2859 (mode-line-mule-info): Modify help-echo.
2860
2861 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2862 defcustom.
2863
2864 * files.el (load-file): Allow completion to .elc.
2865
2866 * man.el: Doc fixes.
2867 (Man-init-defvars): Use display-color-p to set fontification.
2868
2869 * play/hanoi.el (hanoi-internal): Don't use oddp.
2870
2871 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2872
2873 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2874
2875 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2876
2877 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2878
2879 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2880 Fix comment.
2881
2882 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2883
2884 * font-lock.el (font-lock-keywords): Fix the doc now that
2885 regexp-opt-depth is unnecessary.
2886 (save-buffer-state): Set an edebug spec.
2887 (font-lock-fontify-anchored-keywords): Properly handle the case when
2888 the matcher goes past the limit.
2889
2890 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2891 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2892
2893 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2894 dll.el and cookie.el (from Elib) with heavy renaming and other
2895 massaging.
2896
2897 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2898 Autoload the functions used.
2899 (easy-mmode-define-syntax): Fix CL typo.
2900 (easy-mmode-define-derived-mode): Improve the docstring generation.
2901
2902 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2903
2904 * textmodes/texinfo.el (texinfo-version): Variable and function
2905 removed.
2906
2907 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2908
2909 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2910 allow more flexibility.
2911 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2912 fns.
2913 (easy-mmode-defmap, easy-mmode-defsyntax)
2914 (easy-mmode-define-derived-mode): New macros.
2915
2916 2000-03-09 Didier Verna <didier@xemacs.org>
2917
2918 * rect.el (replace-rectangle): New function.
2919
2920 2000-03-09 Dave Love <fx@gnu.org>
2921
2922 * progmodes/fortran.el (fortran-comment-line-start): Define as
2923 "C".
2924 (fortran-comment-line-start-skip): Don't match cpp stuff.
2925 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2926 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2927 (fortran-mode): Don't set fortran-comment-line-start-skip,
2928 fortran-comment-line-start here. Set comment-start,
2929 add-log-current-defun.
2930 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2931 (fortran-current-defun): New function.
2932
2933 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2934
2935 * emacs-lisp/re-builder.el: New file.
2936
2937 * mouse.el (mouse-drag-region): Don't run up-event handler
2938 if hscroll has changed.
2939
2940 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2941 builtin operators, use `font-lock-builtin-face' for Emacs and
2942 `font-lock-preprocessor-face' otherwise.
2943
2944 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2945 `(defun (setf foo)' differently.
2946
2947 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2948
2949 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2950 (regexp-opt): Update comment and adapt the code the new meaning of
2951 the `paren' argument of regex-opt-group for shy-groups.
2952 (regexp-opt-depth): Handle shy groups as well as backslashed
2953 backslashes.
2954 (regexp-opt-group): Turn the leading comment into a docstring.
2955 Allow `paren' to be a string (the string to use to open a group).
2956 Remove open-presuf and close-presuf. Instead of checking for `all
2957 one-char' and then later on check for `several one-char', handle
2958 both cases close together. Also apply a more generic algorithm
2959 for suffixes (the mirror image of the algorithm used for
2960 prefixes). Use shy-groups. Use nreverse rather than reverse.
2961 (regexp-opt-try-suffix): Removed.
2962
2963 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2964 from comint-mode-map, so we can just inherit from it. Also, move
2965 the initialization into the `defvar' since there's no docstring
2966 anyway and it's fairly short.
2967 (inferior-scheme-mode): Define it as derived-mode: the code is
2968 shorter and this way we inherit from comint-mode-map rather than
2969 copying it.
2970
2971 * subr.el (replace-regexps-in-string): Properly handle the case
2972 where we match an empty string.
2973
2974 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2975 when the command has a directory component (such as "./testml").
2976 Also fix a typo in the comment.
2977
2978 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2979
2980 * Makefile (compile-files): Compile files one by one because
2981 that's the only way to ensure a clean compilation environment for
2982 each individual file.
2983
2984 * frame.el (other-frame): Call x-focus-frame.
2985
2986 2000-03-07 Dave Love <fx@gnu.org>
2987
2988 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2989 :require to defcustom.
2990
2991 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2992 lists.
2993
2994 * files.el (auto-mode-alist): Add configure.in.
2995
2996 * progmodes/autoconf.el: New file.
2997
2998 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2999
3000 * mail/mh-e.el: Change maintainer to `none'.
3001
3002 * recentf.el (recentf-keep-non-readable-files-p): Quote args
3003 to remove-hook and add-hook.
3004
3005 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3006
3007 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3008 it as the default.
3009 (mail-send): Test mail-send-nonascii also for the new `mime' value.
3010 (sendmail-send-it): Conditionally add MIME headers specifying the
3011 used character set.
3012
3013 2000-03-07 Dave Love <fx@gnu.org>
3014
3015 * winner.el: Fix keywords, autoload cookies. Split
3016 eval-when-compile form to avoid compilation failure.
3017
3018 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
3019
3020 * international/mule.el: Modify comment about coding system
3021 property `coding-category'.
3022 (make-coding-system): New argument EOL-TYPE. Pay attention to
3023 coding-category property of PROPERTIES.
3024
3025 * international/mule-conf.el (coding-category-utf-8,
3026 coding-category-utf-16-be, coding-category-utf-16-le): New coding
3027 categories. Include them in the argument for set-coding-priority.
3028
3029 * international/mule-cmds.el (reset-language-environment): Include
3030 coding-category-utf-8, coding-category-utf-16-be, and
3031 coding-category-utf-16-le in the argument for set-coding-priority.
3032 (reset-language-environment): Initialize coding-category-utf-8,
3033 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3034
3035 2000-03-06 Karl Fogel <kfogel@red-bean.com>
3036
3037 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3038 code abstracted out of `bookmark-jump-noselect'. Now tries info
3039 extensions as well as compression extensions.
3040 (bookmark-jump-noselect): Use above new func.
3041
3042 2000-03-03 Gerd Moellmann <gerd@gnu.org>
3043
3044 * strokes.el: Change maintainer's mail address.
3045
3046 2000-03-03 Kenichi Handa <handa@etl.go.jp>
3047
3048 * international/mule-diag.el (list-character-sets): Make help-echo
3049 string by substitute-command-keys.
3050 (list-character-sets): Likewise.
3051 (sort-listed-character-sets): Call help-setup-xref.
3052
3053 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3054
3055 * time.el (display-time-mail-file): Add `none' to the list of
3056 choices.
3057
3058 2000-03-01 Dave Love <fx@gnu.org>
3059
3060 * help.el (help-xref-go-back): Don't try to set position.
3061
3062 * international/mule-diag.el (list-character-sets): Call
3063 help-setup-xref. Add help-echo to xrefs.
3064 (list-character-sets-1): Add help-echo to xrefs.
3065
3066 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3067
3068 * frame.el (blink-cursor-mode): Switch cursor on when turning
3069 the mode off.
3070
3071 * add-log.el (add-log-current-defun): Add support for
3072 Autoconf mode.
3073
3074 * mail/rmail.el (rmail-quit-hook): New variable.
3075
3076 2000-03-01 Dave Love <fx@gnu.org>
3077
3078 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3079
3080 * help.el (help-xref-button): Add help-echo arg.
3081 (describe-function-1, describe-variable, help-make-xrefs): Use it.
3082
3083 * faces.el (list-faces-display): Supply help-echo with
3084 help-make-xrefs.
3085
3086 * facemenu.el (list-text-properties-at): Set help-xref-stack to
3087 nil.
3088
3089 2000-03-01 Gerd Moellmann <gerd@gnu.org>
3090
3091 * image.el (defimage): Look for image files in load-path.
3092
3093 * frame.el (busy-cursor-delay-seconds): Change type to
3094 `number'.
3095
3096 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3097
3098 * recentf.el (recentf): Added version tag to the defgroup of
3099 recentf.
3100
3101 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3102
3103 * recentf.el (recentf-cleanup): Changed to remove excluded file
3104 too.
3105 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3106 action to select/unselect a file.
3107 (recentf-edit-list): Code cleanup and improvement.
3108 (recentf-open-more-files-action): `recentf-open-more-files' button
3109 widget action to open a file.
3110 (recentf-open-more-files): No more use standard completion but
3111 widgets.
3112 (recentf-more-collection): Deleted.
3113 (recentf-more-history): Deleted.
3114 (recentf-setup-more-completion): Deleted.
3115
3116 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3117
3118 * recentf.el (recentf-mode): No more needs that Emacs is running
3119 under a window-system.
3120
3121 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3122
3123 * recentf.el (recentf-edit-list): New command to edit the recent
3124 list which allow the user to remove files.
3125 (recentf-edit-selected-items): New global variable, used by
3126 `recentf-edit-list' to hold the list of files to be removed from
3127 the recent list.
3128 (recentf-make-menu-items): Updated to display a "Edit list..."
3129 menu item. Minor code cleanup.
3130
3131 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3132
3133 * recentf.el (recentf-open-more-files): New command to open files
3134 that are not displayed in the menu.
3135 (recentf-more-collection): New global variable holding the set of
3136 permissible completions used by `recentf-open-more-files'.
3137 (recentf-more-history): New global variable holding the history list
3138 used by `recentf-open-more-files' completion.
3139 (recentf-setup-more-completion): New function to setup completion for
3140 `recentf-open-more-files'.
3141 (recentf-make-menu-items): Updated to display a "More..." menu item.
3142
3143 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3144
3145 * recentf.el (recentf-menu-action): Doc fixed.
3146
3147 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3148
3149 * recentf.el (recentf-menu-filter): Doc updated.
3150 (recentf-update-menu-hook): Allow menu filters to force menu update.
3151 (recentf-make-menu-items): New menu filter handling.
3152 (recentf-make-menu-item): New helper function.
3153 (recentf-menu-elements): New menu handling function.
3154 (recentf-sort-ascending): Updated to new menu filter handling.
3155 (recentf-sort-descending): Updated to new menu filter handling.
3156 (recentf-sort-basenames-ascending): New menu filter function.
3157 (recentf-sort-basenames-descending): New menu filter function.
3158 (recentf-show-basenames): New menu filter function.
3159 (recentf-show-basenames-ascending): New menu filter function.
3160 (recentf-show-basenames-descending): New menu filter function.
3161
3162 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3163
3164 * diary-lib.el (list-diary-entries): Don't try to go forward at
3165 the end of the buffer.
3166
3167 2000-02-29 Kenichi Handa <handa@etl.go.jp>
3168
3169 * international/mule-diag.el (list-character-sets): Completely
3170 rewritten.
3171 (sort-listed-character-sets): New function.
3172 (list-character-sets-1): Completely rewritten.
3173 (list-character-sets-2): New function.
3174 (non-iso-charset-alist): New variable.
3175 (decode-codepage-char): New function.
3176 (charset-history): New variable.
3177 (read-charset) (list-block-of-chars)
3178 (list-iso-charset-chars)
3179 (list-non-iso-charset-chars)
3180 (list-charset-chars): New functions.
3181 (mule-diag): Call list-character-sets-2, not
3182 list-character-sets-2.
3183 (dump-charsets): Likewise.
3184
3185 2000-02-29 Gerd Moellmann <gerd@gnu.org>
3186
3187 * dired-x.el (dired-filename-at-point): Add `@' to valid
3188 file name characters.
3189 (dired-filename-at-point): Handle ange-ftp file names.
3190
3191 * frame.el (frame-notice-user-settings): Use assq-delete-all
3192 instead of assoc-delete-all.
3193 (frame-notice-user-settings): Ditto.
3194
3195 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3196 Don't copy alist.
3197
3198 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
3199
3200 * calculator.el (calculator-use-menu): New option.
3201 (calculator-initial-bindings): Changed some bindings to work as
3202 macros.
3203 (calculator-forced-input): Removed.
3204 (calculator-restart-other-mode): New variable.
3205 (calculator-mode-map): Set up menu.
3206
3207 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
3208
3209 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3210 tags.
3211
3212 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
3213
3214 * viper-cmd.el (viper-envelop-ESC-key): added the option to
3215 translate all ESC key sequences.
3216 (viper-goto-mark-subr): restore markers for files for which
3217 they were saved.
3218 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3219 * viper-util.el (viper-set-replace-overlay-glyphs,
3220 viper-set-replace-overlay): always check if the replacement
3221 overlay is live.
3222 * viper.el (viper-vi-state-mode-list): added major modes.
3223 * ediff-wind.el: minor comment changes.
3224 * ediff.el: copyright notice date fix.
3225
3226 2000-02-27 Jason Rumney <jasonr@gnu.org>
3227
3228 * faces.el (face-font-family-alternatives): Add arial to helv.
3229 (mode-line, header-line, tool-bar): Same default as x for w32.
3230 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3231 face-font-family-alternatives from working.
3232 * term/w32-win.el (mouse-set-font): Do not build fontset from
3233 chosen font.
3234
3235 2000-02-25 Sam Steingold <sds@goems.com>
3236
3237 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3238 properly.
3239
3240 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3241
3242 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3243
3244 2000-02-25 Gerd Moellmann <gerd@gnu.org>
3245
3246 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3247 writable.
3248
3249 * frame.el (busy-cursor-delay-seconds): New option.
3250
3251 2000-02-24 Gerd Moellmann <gerd@gnu.org>
3252
3253 * frame.el (show-cursor-in-non-selected-windows): New option.
3254
3255 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3256
3257 * diary-lib.el (include-other-diary-files): Undo the selective
3258 display in any included file and don't kill it.
3259
3260 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
3261
3262 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3263 bar. Menu items converted to (menu-item format, help strings
3264 added.
3265 [downcase, upcase]: Don't enable on MS-DOS.
3266 [symlink, symlinks]: Don't show if make-symbolic-link is not
3267 bound.
3268 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3269
3270 2000-02-23 Dave Love <fx@gnu.org>
3271
3272 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3273 (backward-kill-word): Revert addition of * to interactive spec --
3274 it's a feature.
3275
3276 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3277 (backward-kill-sentence, kill-sentence): Likewise.
3278
3279 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3280 scratch buffer name.
3281 (gud-format-command): Use int-to-string in ?l case. Simplify
3282 slightly.
3283
3284 * term/w32-win.el (internal-face-interactive): Update prompt for
3285 new read-face-name.
3286
3287 * mail/footnote.el (footnote): Add :version to defgroup.
3288 (footnote-section-tag-regexp): Customize.
3289 (footnote-start-tag, footnote-end-tag): New option.
3290 (footnote-latin-regexp): New variable.
3291 (Footnote-latin): New function.
3292 (footnote-style-alist): Add element for latin style.
3293 (footnote-style): Moved.
3294 (Footnote-goto-footnote): Use eq to test arg.
3295
3296 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3297
3298 * emacs-lisp/byte-opt.el: Change old backquote syntax.
3299 (byte-compile-trueconstp): Include keywords.
3300 (byte-optimize-quote, byte-optimize-lapcode): Use
3301 byte-compile-const-symbol-p.
3302 (byte-optimize-char-before): New optimization.
3303
3304 * emacs-lisp/bytecomp.el: Change old backquote syntax.
3305 (byte-compile-const-symbol-p): New function.
3306 (byte-compile-constp, byte-compile-out-toplevel)
3307 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3308 Use it.
3309
3310 * subr.el (define-key-after): Default AFTER to t. Doc fix.
3311
3312 2000-02-23 Kenichi Handa <handa@etl.go.jp>
3313
3314 * international/encoded-kb.el: Be sure to update minor-mode-alist
3315 and minor-mode-map-alist.
3316 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3317 codes SS2 and SS3 correctly.
3318 (encoded-kbd-self-insert-ccl): New function.
3319 (encoded-kbd-setup-keymap): New function.
3320 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
3321 by calling encoded-kbd-setup-keymap.
3322
3323 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3324 characters.
3325 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3326 locally.
3327
3328 2000-02-22 Dave Love <fx@gnu.org>
3329
3330 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3331 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3332 defvar.
3333 (lisp-mode-syntax-table): Set up for #|...|# comments.
3334 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
3335 classes. Match `defface'.
3336 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3337 (eval-defun-1): Fix for defcustom.
3338 (lisp-indent-region): Doc fix.
3339
3340 * subr.el (when, unless, split-string): Doc fix.
3341 (read-passwd): Move call of clear-this-command-keys to the right
3342 place.
3343 (replace-regexps-in-string): New function.
3344
3345 2000-02-22 Gerd Moellmann <gerd@gnu.org>
3346
3347 * help.el (describe-variable): Set syntax table to
3348 emacs-lisp-mode-syntax-table when moving forward over the
3349 symbol's name.
3350
3351 2000-02-22 Dave Love <fx@gnu.org>
3352
3353 * xt-mouse.el: Doc fixes.
3354 (xterm-mouse-position-function): New function, replacing advice of
3355 mouse-position.
3356 (xterm-mouse-mode): Use it. Don't turn on under a window system.
3357
3358 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3359
3360 2000-02-21 Gerd Moellmann <gerd@gnu.org>
3361
3362 * format.el (format-annotate-single-property-change): Handle
3363 properties.with dotted-list values.
3364 (format-proper-list-p): New function.
3365
3366 * enriched.el (enriched-face-ans): Handle '(foreground-color
3367 . COLOR) and (background-color . COLOR).
3368
3369 2000-02-20 Dave Love <fx@gnu.org>
3370
3371 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3372 and assignments to it.
3373 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3374 current local map.
3375 (make-flyspell-overlay): Use it.
3376 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3377
3378 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3379 (lm-get-header-re): Defun, not defsubst.
3380 (lm-get-package-name): Defun, not defsubst. Simplify.
3381 (lm-version): Doc fix. Simplify.
3382 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3383 (lm-crack-address, lm-last-modified-date, lm-commentary)
3384 (lm-verify, lm-synopsis): Simplify.
3385 (lm-report-bug): Require emacsbug. Use compose-mail.
3386
3387 2000-02-20 Gerd Moellmann <gerd@gnu.org>
3388
3389 * dired.el (dired-mode): Call propertized-buffer-identification
3390 to set mode-line-buffer-identification to something having
3391 the right text properties.
3392
3393 * bindings.el (propertized-buffer-identification): New function.
3394
3395 2000-02-20 Dave Love <fx@gnu.org>
3396
3397 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3398 check for t-mouse too.
3399
3400 * cus-start.el: Make echo-keystrokes `number'.
3401
3402 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3405 Don't call ring-empty-p unless tags-location-ring is bound.
3406 From Noah Friedman <friedman@splode.com>.
3407
3408 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
3409
3410 * progmodes/hideshow.el (hs-flag-region): No longer use
3411 `intangible' overlay property.
3412
3413 (hs-toggle-hiding): New command.
3414 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3415
3416 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3417 Fix omission bug: Run `hs-minor-mode-hook' for both activation
3418 and deactivation.
3419
3420 2000-02-18 Gerd Moellmann <gerd@gnu.org>
3421
3422 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3423
3424 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3425
3426 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3427
3428 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3429 of `*' to handle `(* ... *)' comments.
3430
3431 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
3432
3433 * faces.el (list-faces-display): Use display-mouse-p instead of
3434 window-system.
3435
3436 * menu-bar.el (global-map): Menu-bar items converted to the new
3437 format (menu-item..., rearranged for better CUA compliance, and
3438 their names changed for better clarity. Help strings added.
3439
3440 * international/mule-cmds.el (mule-menu-keymap)
3441 (describe-language-environment-map, set-coding-system-map)
3442 (setup-language-environment-map): Convert to new (menu-item...
3443 form, add help strings. Change names of menu items for better
3444 clarity. "Mule" menu-bar item removed (it's now in the "Options"
3445 submenu).
3446
3447 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3448
3449 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3450 within the code.
3451
3452 2000-02-16 Dave Love <fx@gnu.org>
3453
3454 * faces.el: Don't require custom. Add more specific :groups to
3455 various deffaces.
3456 (set-face-attribute): Purecopy args.
3457 (read-face-name): Default to name at point and use it in prompt.
3458 Remove colon from arg in all callers.
3459 (list-faces-display): Hyperlink to face descriptions and customize
3460 buffers.
3461
3462 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
3463
3464 * wid-edit.el (widget-match-inline): An atom never matches a
3465 list.
3466
3467 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3468
3469 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3470 at ':' characters by call to split-string.
3471
3472 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3473
3474 * textmodes/bibtex.el: Added RCS version identification.
3475
3476 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3477
3478 * textmodes/bibtex.el: Some temporary comments removed.
3479 (bibtex-field-name, bibtex-entry-type): Made the relationship
3480 explicit.
3481 (bibtex-field-const): Allow capital letters.
3482 (bibtex-start-of-string): Deleted because unused.
3483
3484 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3485 use the term 'reference' to describe a bibtex entry as a whole.
3486 Further, reference keys are no longer called 'labels'.
3487 (bibtex-keys): Renamed to bibtex-reference-keys.
3488 (bibtex-reformat-previous-labels): Renamed to
3489 bibtex-reformat-previous-reference-keys.
3490 (bibtex-reference-type): Renamed to bibtex-entry-type.
3491 (bibtex-reference-head): Renamed to bibtex-entry-head.
3492 (bibtex-reference-maybe-empty-head): Renamed to
3493 bibtex-entry-maybe-empty-head.
3494 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3495 (bibtex-search-reference): Renamed to bibtex-search-entry.
3496 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3497 bibtex-enclosing-entry-maybe-empty-head.
3498 (bibtex-entry-field-alist, bibtex-entry-head,
3499 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3500 bibtex-map-entries, bibtex-search-entry,
3501 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3502 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3503 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3504 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3505 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3506 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3507 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3508
3509 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3510
3511 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3512 comment.
3513 (bibtex-format-field-delimiters): New function, functionality
3514 extracted from bibtex-format-entry.
3515 (bibtex-autokey-get-yearfield-digits): New function, functionality
3516 extracted from bibtex-autokey-get-yearfield.
3517
3518 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3519 entries in order to avoid stack overflow in the regexp matcher if
3520 field contents become large.
3521 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3522 bibtex-field-string-part-not-braced,
3523 bibtex-field-string-part-no-inner-braces,
3524 bibtex-field-string-part-1-inner-brace,
3525 bibtex-field-string-part-2-inner-braces,
3526 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3527 bibtex-field-string-quoted, bibtex-field-string,
3528 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3529 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3530 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3531 as parsing is now performed by the following functions.
3532 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3533 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3534 bibtex-parse-field-string, bibtex-search-forward-field-string,
3535 bibtex-parse-association, bibtex-field-name-for-parsing,
3536 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3537 bibtex-search-forward-field, bibtex-search-backward-field,
3538 bibtex-start-of-field, bibtex-end-of-field,
3539 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3540 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3541 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3542 bibtex-parse-string, bibtex-search-forward-string,
3543 bibtex-search-backward-string, bibtex-start-of-string,
3544 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3545 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3546 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3547 entries. Instead of reporting the results of the parsing by
3548 match-beginning or match-end, these functions return data structures
3549 that hold the corresponding positions.
3550 (bibtex-enclosing-field): Changed to also report field boundaries by
3551 return values rather than by match-beginning or match-end. The
3552 following functions have been adapted to use the new parsing
3553 functions.
3554 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3555 bibtex-enclosing-field, bibtex-format-entry,
3556 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3557 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3558 bibtex-print-help-message, bibtex-end-of-entry,
3559 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3560 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3561 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3562 method for parsing.
3563 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3564 bibtex-map-entries, bibtex-flash-head,
3565 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3566 bibtex-autokey-change, bibtex-autokey-get-namefield,
3567 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3568 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3569 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3570 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3571 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3572 order to make the new binding of case-fold-search immediately
3573 visible.
3574
3575 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3576
3577 * textmodes/bibtex.el: Copyright notice is up to date.
3578 Added constant 'bibtex-maintainer-salutation.
3579
3580 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3581 than make-temp-name, use match-string-no-properties and eliminate
3582 a quadratic behavior when building bibtex-strings.
3583
3584 * bibtex.el (bibtex-reference-key): Accept string entries whose
3585 reference key contains upper case letters.
3586
3587 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3588
3589 * bibtex.el (bibtex-reference-head): Allow entries to start with
3590 a new line.
3591
3592 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3593
3594 * bibtex.el: Hiding of entry bodies is not longer provided by
3595 bibtex.el directly. Instead the hideshow package can be used.
3596 Added a special bibtex entry to hs-special-modes-alist.
3597 (bibtex-hs-forward-sexp): Added for hideshow.el.
3598
3599 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3600
3601 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3602 at ':' characters by call to split-string.
3603
3604 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3605
3606 * textmodes/bibtex.el: Added RCS version identification.
3607
3608 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3609
3610 * textmodes/bibtex.el: Some temporary comments removed.
3611 (bibtex-field-name, bibtex-entry-type): Made the relationship
3612 explicit.
3613 (bibtex-field-const): Allow capital letters.
3614 (bibtex-start-of-string): Deleted because unused.
3615
3616 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3617 use the term 'reference' to describe a bibtex entry as a whole.
3618 Further, reference keys are no longer called 'labels'.
3619 (bibtex-keys): Renamed to bibtex-reference-keys.
3620 (bibtex-reformat-previous-labels): Renamed to
3621 bibtex-reformat-previous-reference-keys.
3622 (bibtex-reference-type): Renamed to bibtex-entry-type.
3623 (bibtex-reference-head): Renamed to bibtex-entry-head.
3624 (bibtex-reference-maybe-empty-head): Renamed to
3625 bibtex-entry-maybe-empty-head.
3626 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3627 (bibtex-search-reference): Renamed to bibtex-search-entry.
3628 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3629 bibtex-enclosing-entry-maybe-empty-head.
3630 (bibtex-entry-field-alist, bibtex-entry-head,
3631 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3632 bibtex-map-entries, bibtex-search-entry,
3633 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3634 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3635 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3636 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3637 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3638 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3639 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3640
3641 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3642
3643 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3644 comment.
3645 (bibtex-format-field-delimiters): New function, functionality
3646 extracted from bibtex-format-entry.
3647 (bibtex-autokey-get-yearfield-digits): New function, functionality
3648 extracted from bibtex-autokey-get-yearfield.
3649
3650 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3651 entries in order to avoid stack overflow in the regexp matcher if
3652 field contents become large.
3653 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3654 bibtex-field-string-part-not-braced,
3655 bibtex-field-string-part-no-inner-braces,
3656 bibtex-field-string-part-1-inner-brace,
3657 bibtex-field-string-part-2-inner-braces,
3658 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3659 bibtex-field-string-quoted, bibtex-field-string,
3660 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3661 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3662 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3663 as parsing is now performed by the following functions.
3664 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3665 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3666 bibtex-parse-field-string, bibtex-search-forward-field-string,
3667 bibtex-parse-association, bibtex-field-name-for-parsing,
3668 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3669 bibtex-search-forward-field, bibtex-search-backward-field,
3670 bibtex-start-of-field, bibtex-end-of-field,
3671 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3672 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3673 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3674 bibtex-parse-string, bibtex-search-forward-string,
3675 bibtex-search-backward-string, bibtex-start-of-string,
3676 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3677 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3678 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3679 entries. Instead of reporting the results of the parsing by
3680 match-beginning or match-end, these functions return data structures
3681 that hold the corresponding positions.
3682 (bibtex-enclosing-field): Changed to also report field boundaries by
3683 return values rather than by match-beginning or match-end. The
3684 following functions have been adapted to use the new parsing
3685 functions.
3686 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3687 bibtex-enclosing-field, bibtex-format-entry,
3688 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3689 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3690 bibtex-print-help-message, bibtex-end-of-entry,
3691 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3692 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3693 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3694 method for parsing.
3695 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3696 bibtex-map-entries, bibtex-flash-head,
3697 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3698 bibtex-autokey-change, bibtex-autokey-get-namefield,
3699 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3700 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3701 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3702 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3703 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3704 order to make the new binding of case-fold-search immediately
3705 visible.
3706
3707 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3708
3709 * textmodes/bibtex.el: Copyright notice is up to date.
3710 Added constant 'bibtex-maintainer-salutation.
3711
3712 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3713 than make-temp-name, use match-string-no-properties and eliminate
3714 a quadratic behavior when building bibtex-strings.
3715
3716 * bibtex.el (bibtex-reference-key): Accept string entries whose
3717 reference key contains upper case letters.
3718
3719 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3720
3721 * bibtex.el (bibtex-reference-head): Allow entries to start with
3722 a new line.
3723
3724 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3725
3726 * bibtex.el: Hiding of entry bodies is not longer provided by
3727 bibtex.el directly. Instead the hideshow package can be used.
3728 Added a special bibtex entry to hs-special-modes-alist.
3729 (bibtex-hs-forward-sexp): Added for hideshow.el.
3730
3731 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3732
3733 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3734 proceedings entry type (for cross referencing). Thanks to Wagner
3735 Toledo Correa for the suggestion.
3736
3737 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3738
3739 2000-02-14 Kenichi Handa <handa@etl.go.jp>
3740
3741 * international/characters.el: Setup case table for Vietnamese.
3742
3743 2000-02-12 Gerd Moellmann <gerd@gnu.org>
3744
3745 * uniquify.el (toplevel): Require CL at compile time.
3746 (uniquify-push): Removed.
3747
3748 * shadowfile.el (shadow-when): Removed.
3749
3750 * tempo.el (tempo-dolist, tempo-mapc): Removed.
3751 (tempo-process-and-insert-string): Use dolist instead of
3752 tempo-dolist.
3753
3754 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3755 regexp for paragraph-start.
3756
3757 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3758 commas as well.
3759
3760 2000-02-10 Dave Love <fx@gnu.org>
3761
3762 * wid-edit.el: (widgets) [defgroup]: Remove url link.
3763 (widget-color-choice-list, widget-color-history, widget-mouse-help):
3764 Deleted.
3765 (widget-specify-field, widget-specify-button): Don't use
3766 widget-mouse-help as help-echo property.
3767 (default): Use #'ignore for :validate and :mouse-down-action.
3768 (checkbox): Add help-echo.
3769 (widget-sexp-validate): Rewritten to clarify error messages.
3770 (character): Use char-valid-p in :match function.
3771 (widget-color-complete): Use facemenu-color-alist.
3772 (widget-color-action): Use facemenu-read-color.
3773
3774 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
3775 set up `caar' &c that we now have.
3776
3777 2000-02-09 Ray Blaak <blaak@gnu.org>
3778
3779 * delphi.el: Make resourcestring a declaration region, like const
3780 and var.
3781
3782 2000-02-09 Dave Love <fx@gnu.org>
3783
3784 * bindings.el (mode-line-input-method-map): New variable.
3785 (mode-line-mule-info): Use it; fix last change.
3786 (mode-line-mode-menu): Move definition.
3787 (mode-line-mouse-sensitive-p): Deleted.
3788 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3789 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
3790 level.
3791
3792 * startup.el (command-line-1): Don't call
3793 make-mode-line-mouse-sensitive.
3794
3795 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3796
3797 * mail/rmail.el (rmail-retry-failure): Use
3798 rmail-beginning-of-message before rmail-toggle-header, because the
3799 former toggles headers.
3800
3801 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
3802
3803 * diff-mode.el (diff-kill-junk): New interactive function.
3804 (diff-reverse-direction): Use delete-and-extract-region.
3805 (diff-post-command-hook): Restrict the area so that the hook also works
3806 outside of any diff hunk. This is necessary for the minor-mode.
3807 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3808 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3809
3810 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3811 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3812 so that it can be used more easily in <foo>-mode-hook. Also make sure
3813 to avoid duplicate entries.
3814 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3815 (font-lock-remove-keywords): Just as was done for `add', allow it to
3816 work even if font-lock-mode is nil. Also make sure we don't modify
3817 any pre-existing list by forcing a copy-sequence. Finally rename
3818 `major-mode' to `mode'.
3819 (font-lock-fontify-syntactic-anchored-keywords)
3820 (font-lock-fontify-anchored-keywords)
3821 (font-lock-fontify-keywords-region): Use line-end-position.
3822 Don't make `font-lock-multiline' local (it's now done in
3823 font-lock-set-defaults).
3824 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
3825 move the `font-lock-fontified' creation to inside the `unless'.
3826
3827 2000-02-06 Andrew Innes <andrewi@gnu.org>
3828
3829 * term/w32-win.el (x-handle-args): Comment out call to message,
3830 which occurs before window system is initialized.
3831
3832 * makefile.nt: Add support for recompiling lisp code.
3833
3834 2000-02-04 Dave Love <fx@gnu.org>
3835
3836 * bindings.el (mode-line-mule-info): Fix/extend last change.
3837
3838 * completion.el: Replace completion-dolist with dolist.
3839
3840 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3841 dotimes.
3842
3843 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3844
3845 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3846 environment names before they go into the section regexp.
3847
3848 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3849 char class in regexp.
3850
3851 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3852 `case-fold-search' to nil.
3853
3854 * progmodes/idlwave.el (idlwave-template): Respect
3855 `idlwave-abbrev-change-case'.
3856 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3857 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3858 idlwave-while): respect `idlwave-reserved-word-upcase'.
3859 (idlwave-rw-case): New function.
3860 (idlwave-statement-match): Fixed problem with assignment regexp.
3861 (idlwave-font-lock-keywords): Improved regexp for keyword
3862 parameters.
3863 (idlwave-surround): New argument LENGTH to support padding of
3864 operators longer than 1 char.
3865
3866 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3867 idlwave-shell-expression-overlay. Implemented printing of
3868 expressions on higher levels of the calling stack.
3869 (idlwave-shell-display-level-in-calling-stack): Restore stack
3870 level.
3871 (idlwave-retrieve-expression-from-level): New function.
3872 (idlwave-shell-last-calling-stack): Variable removed.
3873 (idlwave-shell-reset): Argument action reversed (`visible' to
3874 `hidden'). Also remove stop-line overlay.
3875 (idlwave-shell-calling-stack-routine): New variable.
3876 (idlwave-shell-parse-stack-and-display): Messages now display
3877 negative level numbers.
3878 (idlwave-shell-mode): Set `modeline-format'.
3879 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3880 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3881 21.
3882 (idlwave-shell-print-expression-function): New option.
3883
3884 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3885 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3886 `tool-bar' instead of `toolbar'.
3887
3888 2000-02-02 Dave Love <fx@gnu.org>
3889
3890 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3891 emacs-lisp-mode-hook. Don't check for defalias being defined.
3892
3893 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3894 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3895 the new builtins directly.
3896
3897 * whitespace.el (whitespace): Add :version to defgroup.
3898
3899 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3900 Doc fix.
3901
3902 * thingatpt.el (sexp-at-point, symbol-at-point)
3903 (number-at-point, list-at-point): Add autoload cookie.
3904
3905 * recentf.el (recentf): Add :version to defgroup.
3906
3907 * quickurl.el (quickurl): Add :version to defgroup.
3908
3909 * elide-head.el (elide-head): Use point-marker more.
3910
3911 * bs.el (bs): Add :version to defgroup.
3912
3913 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3914
3915 * progmodes/delphi.el (delphi): Add :version to defgroup.
3916
3917 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3918
3919 * ange-ftp.el (ange-ftp-write-region): Handle case that
3920 succeeding process operation sets a different coding system.
3921
3922 * calculator.el: New file.
3923
3924 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3925
3926 * frame.el (frames-on-display-list, framep-on-display): New
3927 functions.
3928 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3929 (display-selections-p, display-screens, display-pixel-width)
3930 (display-pixel-height, display-mm-width, display-mm-height)
3931 (display-backing-store, display-save-under, display-planes)
3932 (display-color-cells, display-visual-class): New functions.
3933
3934 * term/tty-colors.el (tty-color-gray-shades): New function.
3935
3936 * faces.el (display-color-p): Use framep-on-display.
3937 (display-grayscale-p): New function.
3938
3939 2000-01-31 Dave Love <fx@gnu.org>
3940
3941 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3942 (create-fontset-from-x-resource): Don't concat integers.
3943
3944 2000-01-31 Inge Frick <inge@nada.kth.se>
3945
3946 * view.el: Some changes in documentation. Removed some trailing
3947 whitespace. Changed some parameter names to agree with
3948 documentation.
3949 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3950 window is not deleted. Modifies change 1998-04-26.
3951
3952 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3953
3954 * windmove.el: New file.
3955
3956 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3957 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3958 progmodes/ebnf-yac.el: Update copyright and license info.
3959
3960 * jit-lock.el (jit-lock-function): Widen before calculating end
3961 position.
3962 (jit-lock-stealth-chunk-start): Rewritten.
3963
3964 * info.el (Info-title-face-alist): Removed.
3965 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3966 faces.
3967 (Info-fontify-node): Use these faces.
3968
3969 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3970
3971 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3972 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3973 `&allow-other-keywords'.
3974
3975 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3976 the list of directories scanned heuristically.
3977
3978 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3979 exist.
3980
3981 2000-01-30 Jason Rumney <jasonr@gnu.org>
3982
3983 * w32-fns.el: Define w32-tty-standard-colors.
3984
3985 * startup.el (command-line): Use w32-tty-standard-colors when in
3986 w32 console mode.
3987
3988 2000-01-30 Dave Love <fx@gnu.org>
3989
3990 * jka-compr.el (jka-compr-load): Fix up load-history.
3991
3992 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3993
3994 * emacs-lisp/cl-macs.el: Revert previous change.
3995
3996 2000-01-29 Dave Love <fx@gnu.org>
3997
3998 * facemenu.el: Purecopy various strings.
3999
4000 * timezone.el (timezone-fix-time): Window against 69 for two-digit
4001 years. Deal with three-digit years.
4002
4003 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4004 defconst, purecopy.
4005 (help-back-label): Purecopy it.
4006
4007 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4008
4009 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4010 variable. If non-nil, order the buffer list according to the
4011 currently selected frame.
4012 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4013 non-nil, pass the selected frame to function buffer-list.
4014
4015 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4016
4017 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4018
4019 2000-01-28 Dave Love <fx@gnu.org>
4020
4021 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4022
4023 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4024 Don't use lisp-indent-hook property.
4025 (cl-abs): Remove.
4026
4027 * subr.el: Move out indent and edebug specs for when and unless.
4028
4029 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4030 when, unless.
4031
4032 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4033 unless, when.
4034
4035 2000-01-28 Gerd Moellmann <gerd@gnu.org>
4036
4037 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4038 `collecting' as synonym for `collect'.
4039
4040 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4041 for the case it contains spaces.
4042
4043 * simple.el (what-cursor-position): Change formatting of
4044 messages.
4045
4046 * frame.el (delete-other-frames): New function.
4047 (toplevel): Bind it to C-x 5 1.
4048
4049 * sort.el (sort-numeric-base): New option.
4050 (sort-numeric-fields): If number starts with `0' or `0[xX[',
4051 interpret it as octal or hexadecimal. Use sort-numeric-base
4052 as default base.
4053
4054 * progmodes/glasses.el: New file.
4055
4056 2000-01-27 Gerd Moellmann <gerd@gnu.org>
4057
4058 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4059 userids differently.
4060
4061 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4062 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4063 progmodes/ebnf-yac.el: New files.
4064
4065 2000-01-26 Dave Love <fx@gnu.org>
4066
4067 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4068 on a function with an empty body. [From Eric Ludlam.]
4069
4070 2000-01-25 Andre Spiegel <spiegel@gnu.org>
4071
4072 * vc.el (vc-version-diff): Make sure file name is expanded.
4073
4074 2000-01-25 Gerd Moellmann <gerd@gnu.org>
4075
4076 * scroll-bar.el (scroll-bar-timer): Variable removed.
4077 (scroll-bar-toolkit-scroll): Don't use a timer.
4078
4079 2000-01-25 Kenichi Handa <handa@etl.go.jp>
4080
4081 * language/thai-util.el (thai-composition-function): Delete
4082 superfluous `a'.
4083
4084 2000-01-24 Dave Love <fx@gnu.org>
4085
4086 * fortran.el (fortran-mode): Use beginning-of-defun-function,
4087 end-of-defun-function.
4088
4089 * font-lock.el (turn-on-font-lock): Don't depend on window-system
4090 &c.
4091
4092 2000-01-22 Jason Rumney <jasonr@gnu.org>
4093
4094 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4095 conflicts with new face support.
4096
4097 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4098
4099 * replace.el (query-replace): Rename last arg to DELIMITED.
4100 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4101 (query-replace-regexp): Likewise.
4102
4103 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4104
4105 * subr.el (with-syntax-table): Use make-symbol, not gensym.
4106
4107 * emacs-lisp/lisp.el (beginning-of-defun-function):
4108 Variable renamed from beginning-of-defun.
4109 Do not call make-variable-buffer-local.
4110 (beginning-of-defun-raw): Use new variable name; doc fix.
4111 (beginning-of-defun): Doc fix.
4112 (end-of-defun-function): Variable renamed from end-of-defun.
4113 Do not call make-variable-buffer-local.
4114 (end-of-defun): Use new variable name; doc fix.
4115
4116 * subr.el (dolist, dotimes): Copied from cl-macs.el
4117 and made to work.
4118
4119 * mail/undigest.el (rmail-digest-end-regexps):
4120 Variable replaces rmail-digest-end-regexp.
4121 Allows multiple regexps for detecting the end line.
4122 (undigestify-rmail-message): Corresponding changes.
4123
4124 2000-01-19 Dave Love <fx@gnu.org>
4125
4126 * files.el (user-init-file): Don't declare here -- is primitive.
4127
4128 * startup.el (command-line): Check for compiled user-init-file and
4129 set to uncompiled version if necessary.
4130
4131 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4132
4133 * mail/undigest.el (rmail-digest-end-regexp): New user option.
4134 (undigestify-rmail-message): Use it.
4135
4136 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4137
4138 2000-01-17 Gerd Moellmann <gerd@gnu.org>
4139
4140 * tmm.el (tmm-goto-completions): Adapt to prompt being part
4141 of mini-buffer.
4142
4143 2000-01-14 Gerd Moellmann <gerd@gnu.org>
4144
4145 * emacs-lisp/copyright.el (copyright-update): Removed the
4146 requirement for a trailing space from `copyright-regexp', to
4147 support copyrights with owner specified on a separate line..
4148
4149 * align.el: New file.
4150
4151 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4152
4153 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4154
4155 2000-01-13 Dave Love <fx@gnu.org>
4156
4157 * ph.el: Removed. (Obsoleted by EUDC.)
4158
4159 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4160
4161 * net/eudc.el (toplevel): Remove autoloaded code installing
4162 menu with easymenu, because that causes build problems.
4163
4164 * frame.el (frame-notice-user-settings): New variable.
4165 (frame-notice-user-settings): Don't modify frame parameters
4166 if called a second time.
4167
4168 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4169
4170 * frame.el (frame-notice-user-settings):
4171 Notice default-frame-parameters even for non-window frames.
4172
4173 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4174
4175 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4176 for Emacs.
4177 (eudc-bob-can-display-inline-images): Extend for Emacs.
4178 (eudc-bob-toggle-inline-display): Ditto.
4179 (eudc-bob-display-jpeg): Ditto.
4180
4181 2000-01-12 Gerd Moellmann <gerd@gnu.org>
4182
4183 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4184 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4185 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4186
4187 * add-log.el (add-change-log-entry): Fix error trying an `(insert
4188 nil)'.
4189
4190 * subdirs.el: Add `net' directory.
4191
4192 * net: New directory.
4193
4194 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4195 eval-last-sexp. Don't bind debug-on-error here.
4196 (eval-last-sexp): New function. Bind debug-on-error if
4197 eval-expression-debug-on-error is non-nil.
4198 (eval-defun-2, eval-defun): Likewise.
4199
4200 * simple.el (eval-expression): Don't bind debug-on-error if
4201 eval-expression-debug-on-error is nil. Detect changed
4202 debug-on-error, and propagate new value to global binding, if
4203 eval-expression-debug-on-error is non-nil,
4204 (eval-expression-debug-on-error): Change doc string.
4205
4206 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4207
4208 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4209
4210 * emacs-lisp/lisp-mode.el (with-syntax-table):
4211 Set up lisp-indent-function property.
4212
4213 * subr.el (with-syntax-table): Moved from simple.el.
4214
4215 * simple.el (with-syntax-table): Moved to subr.el.
4216
4217 2000-01-11 Gerd Moellmann <gerd@gnu.org>
4218
4219 * tmm.el (tmm-shortcut): Delete region after prompt instead
4220 of erasing buffer.
4221
4222 * textmodes/fill.el (fill-common-string-prefix): New function.
4223 (fill-context-prefix): Use the longest common prefix of first
4224 and second line fill prefix, if there is one.
4225
4226 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4227
4228 * array.el (array-mode): Don't use make-variable-buffer-local.
4229 Use make-local-variable for `truncate-lines'.
4230
4231 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
4232
4233 * add-log.el (add-log-current-defun): Handle user-defined
4234 add-log-current-function returning nil,
4235
4236 * add-log.el (add-change-log-entry): Insert version number
4237 if having found a current function
4238
4239 * add-log.el (add-log-current-defun): Call
4240 `add-log-current-defun-function'. Try matches at level 0 and
4241 level 1. Strip whitespace from defun found.
4242
4243 2000-01-10 John Wiegley <johnw@gnu.org>
4244
4245 * allout.el (isearch-done/outline-provisions): Added `edit'
4246 argument to correspond with the current definition of
4247 `isearch-done'.
4248
4249 2000-01-10 Dave Love <fx@gnu.org>
4250
4251 * elide-head.el (elide-head): Use point-marker, not point.
4252
4253 2000-01-10 Gerd Moellmann <gerd@gnu.org>
4254
4255 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4256 before and after the year 2000.
4257
4258 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4259 Add ispell- prefix.
4260
4261 2000-01-10 Ken Stevens <k.stevens@ieee.org>
4262
4263 * ispell.el: Only define dictionaries in menus when they exist.
4264 (version18p): New variable.
4265 (version20p): New variable.
4266 (xemacsp): New variable.
4267 (ispell-choices-win-default-height): Fix for XEmacs visibility.
4268 (ispell-dictionary-alist1): Added Brasileiro dictionary.
4269 (ispell-dictionary-alist6): Russian command lines no longer accept
4270 run-together words.
4271 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4272 (ispell-dictionary-alist): Add koi8-r to customize definition.
4273 (check-ispell-version): Added documentation string. Returns
4274 library path when called non-interactively.
4275 (ispell-menu-map-needed): Uses new variables.
4276 (ispell-library-path): New variable.
4277 (ispell-decode-string): XEmacs fix for bogus variable bindings.
4278 (ispell-word): Improved documentation string. Test for valid
4279 character mappings. Correctly check typed in word changes that can
4280 result in single words split into multiple words. Returns
4281 replacement word.
4282 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
4283 replace in recursive query replace mode. Help message for
4284 recursive edit mode.
4285 (ispell-show-choices): Protect against bad framepop bindings.
4286 (ispell-help): Fix to work with XEmacs.
4287 (ispell-highlight-spelling-error): Use new variables.
4288 (ispell-overlay-window): Fix to work with XEmacs.
4289 (ispell-parse-output): Passed and returns location information
4290 tracking spelling corrections. Doesn't recheck same word on
4291 current line.
4292 (ispell-init-process): Protect against bogus XEmacs variable binding.
4293 Fix call to single argument in sleep-for. Use new variables.
4294 (ispell-region): Passed and returns location information tracking
4295 spelling corrections. Doesn't check same word on current line.
4296 Improved documentation string. Doesn't resend a line already
4297 checked to the ispell process - fixes bug in LaTeX parsing.
4298 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4299 (ispell-skip-region): No longer skips <TT> in SGML.
4300 (ispell-process-line): Tracks location information with spelling
4301 corrections. Added documentation string. Accounts for words
4302 already accepted on this line. Don't allow query-replace on line
4303 starting with math characters. Doesn't resend a line already sent
4304 to ispell process. Fixes alignment error bug.
4305
4306 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4307
4308 * dired-x.el (dired-guess-shell-alist-default):
4309 Suggest xloadimage, which is free, not xv, which isn't.
4310
4311 * ange-ftp.el (ange-ftp-file-name-nondirectory):
4312 Don't ever include the host name or user name in the value.
4313
4314 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4315
4316 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4317 of a real newline.
4318
4319 2000-01-09 Stephen Eglen <stephen@gnu.org>
4320
4321 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4322 for .png files.
4323
4324 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
4325
4326 * cus-edit.el (custom-hook-convert-widget): Fix comment.
4327
4328 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4329
4330 * progmodes/cperl-mode.el: Replace ^F with ^L.
4331
4332 * sendmail.el (toplevel): Provide `sendmail' when compiling
4333 before `require'ing rmail and mailalias to prevent infinite
4334 recursion.
4335
4336 2000-01-08 Dave Love <fx@gnu.org>
4337
4338 * emacs-lisp/backquote.el: Remove inappropriate customization
4339 (allowing custom.el to use backquote).
4340
4341 2000-01-07 Dave Love <fx@gnu.org>
4342
4343 * add-log.el (add-log-debugging): Deleted.
4344 (add-change-log-entry): Treat a backup FILE-NAME as its parent
4345 file. Remove debugging code.
4346 (change-log-get-method-definition, change-log-name): Add doc.
4347 (change-log-sortable-date-at): New function.
4348 (change-log-merge): New command.
4349
4350 * time.el (display-time-string-forms): Make the Mail string active.
4351 (display-time-update): Provide help-echo for load average.
4352
4353 * bindings.el (make-mode-line-mouse2-map): New function.
4354 (mode-line-modified): Use it and simplify.
4355 (mode-line-mule-info): Provide help-echo info.
4356 (minor-mode-alist): Activate the strings.
4357 (make-mode-line-mouse-sensitive): Simplify for
4358 mode-line-buffer-identification.
4359
4360 2000-01-07 Gerd Moellmann <gerd@gnu.org>
4361
4362 * play/pong.el: New file.
4363
4364 2000-01-06 Dave Love <fx@gnu.org>
4365
4366 * array.el: Assorted cleanups for compiler warnings, doc strings,
4367 `array-' prefix for symbols.
4368
4369 2000-01-05 Dave Love <fx@gnu.org>
4370
4371 * textmodes/outline.el (outline-mode-menu-bar-map): Add
4372 outline-headers-as-kill.
4373 (outline-mode): Define imenu-generic-expression.
4374 (outline-headers-as-kill): New command.
4375
4376 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4377 from paragraph-start.
4378 (paragraph-indent-minor-mode): New command.
4379
4380 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4381 M-C-e, M-C-h, C-j, C-xnd, TAB.
4382 (fortran-mode): Set beginning-of-defun, end-of-defun.
4383 (fortran-column-ruler): Simplify.
4384 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4385 (fortran-with-subprogram-narrowing): Likewise.
4386 (fortran-indent-subprogram): Call mark-defun.
4387 (fortran-check-for-matching-do): Change narrowing.
4388
4389 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4390 (cl-lucid-hash-tag): Delete.
4391 (cl-hash-table-p): Correct test for native table.
4392 (cl-hash-table-count): Use hash-table-count.
4393
4394 * browse-url.el (browse-url): Fix case of
4395 browse-url-browser-function being an alist.
4396
4397 2000-01-05 Carsten Dominik <cd@gnu.org>
4398
4399 * textmodes/reftex-vars.el (reftex-parse-file-extension)
4400 (reftex-index-phrase-file-extension): New options.
4401
4402 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4403 Use new option `reftex-index-phrase-file-extension'.
4404
4405 * textmodes/reftex.el (reftex-access-parse-file): Use new option
4406 `reftex-parse-file-extension'.
4407
4408 2000-01-05 Dave Love <fx@gnu.org>
4409
4410 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4411 (beginning-of-defun-raw): Use it.
4412 (end-of-defun): New variable.
4413 (end-of-defun): Use it.
4414 (check-parens): New command.
4415
4416 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4417
4418 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4419 (hs-show-block): Don't use `mapcar' when not accumulating.
4420
4421 Fix buglet in local variables initialization.
4422
4423 2000-01-05 Andreas Schwab <schwab@suse.de>
4424
4425 * hscroll.el (hscroll): Doc fix.
4426
4427 2000-01-05 Carsten Dominik <cd@gnu.org>
4428
4429 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4430 idlw-toolbar.
4431
4432 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4433 file idlw-rinfo.el.
4434 (idlwave-customize): load must read file idlw-shell.el.
4435 (idlwave-create-customize-menu): load must read file idlw-shell.el.
4436
4437 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
4438
4439 * progmodes/idlw-shell.el: Also provide idlwave-shell
4440 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4441 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4442
4443 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4444 both reftex-dcr and reftex-vcr.
4445
4446 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4447
4448 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4449
4450 * ps-print.el: PostScript code now is in separate files, doc fix.
4451 (ps-print-version): New version number (5.0.3).
4452 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4453 local.
4454 (ps-spool-config): Initialization fix.
4455 (ps-print-prologue-1, ps-print-prologue-2)
4456 (ps-print-duplex-feature): PostScript code moved to separated file.
4457 (ps-background-image): Little code reformating.
4458 (ps-begin-file, ps-begin-job): Fix code.
4459 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4460 (ps-prologue-file): New fun.
4461
4462 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4463
4464 * ps-vars.el: Eliminated.
4465
4466 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4467 `;;;###autoload'.
4468
4469 * ps-print.el: ps-vars eliminated, doc fix.
4470 (ps-print-version): New version number (5.0.2).
4471 (ps-spool-config): Initialization fix.
4472 (ps-print-customize): New fun.
4473
4474 2000-01-04 Gerd Moellmann <gerd@gnu.org>
4475
4476 * autorevert.el (auto-revert-mode): Return value of
4477 auto-revert-mode.
4478
4479 2000-01-04 Dave Love <fx@gnu.org>
4480
4481 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4482 menu items.
4483
4484 2000-01-03 Dave Love <fx@gnu.org>
4485
4486 * elide-head.el (elide-head) [defgroup]: Add :version.
4487
4488 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4489 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4490 `cl-hash-table-p', not `hash-table-p'.
4491 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4492
4493 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * faces.el (face-read-integer, read-face-attribute)
4496 (color-defined-p, color-values): unspecified-{f,b}g are now
4497 strings.
4498
4499 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4500
4501 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4502 at comment end, and re-insert them after filling.
4503
4504 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4505
4506 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4507 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4508 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4509
4510 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4511
4512 * term/x-win.el (xw-defined-colors): Call color-supported-p,
4513 the new name of face-color-supported-p.
4514
4515 * term/w32-win.el (xw-defined-colors): Likewise.
4516
4517 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4518
4519 * simple.el (completion-setup-function): Count completion-size
4520 from minibuffer-prompt-end, not from point-min.
4521
4522 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4523
4524 * faces.el (read-face-attribute, defined-colors, color-defined-p):
4525 Pass the frame to tty-color-* functions.
4526 (display-color-p, frame-set-background-mode): Pass the frame to
4527 tty-display-color-p.
4528
4529 * term/tty-colors.el (tty-defined-color-alist): Renamed from
4530 tty-color-alist.
4531 (tty-color-alist, tty-modify-color-alist): New functions.
4532 (tty-color-define, tty-color-clear, tty-color-approximate)
4533 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4534 an optional parameter FRAME.
4535
4536 2000-01-01 Gerd Moellmann <gerd@gnu.org>
4537
4538 * image.el (create-image, defimage): Don't assume image data is a
4539 string.
4540
4541 * image.el (defimage): Handle specifications containing :data
4542 instead of :file.
4543 (image-type-from-data): New function.
4544 (image-type-from-file-header): Use it.
4545 (create-image): Add parameter DATA-P.
4546
4547 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4548
4549 * echistory.el (electric-command-history): Call Command-history-setup
4550 and command-history-mode using their new conventions.
4551
4552 * chistory.el (Command-history-setup): Don't switch buffers. Take
4553 no args, and do not set major-mode, mode-name or the local map.
4554 (command-history-mode): New function, does some of those things
4555 Command-history-setup used to do.
4556 (list-command-history): Call command-history-mode, not
4557 Command-history-setup.
4558 (command-history): Renamed from command-history-mode.
4559
4560 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4561
4562 * arc-mode.el (archive-mode-map): Bind q to quit-window.
4563
4564 1999-12-31 William M. Perry <wmperry@aventail.com>
4565
4566 * image.el (defimage): Images with the `:data' keyword should be
4567 considered valid as well.
4568
4569 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4570
4571 * dired.el (dired-get-filename): Don't call file-name-absolute-p
4572 with FILE if FILE is nil.
4573
4574 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4575
4576 * simple.el (choose-completion-string): In minibuffer,
4577 do not delete the prompt string.
4578
4579 1999-12-30 Gerd Moellmann <gerd@gnu.org>
4580
4581 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4582 assigned to mode-line-mode-menu because bindings.el is dumped with
4583 Emacs, and thus the lists used for menu-item definition will be
4584 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
4585 like pure menu item definitions.
4586
4587 * expand.el (expand-abbrev-hook): Return t if expansion was
4588 done, nil otherwise.
4589
4590 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4591
4592 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4593 (tar-quit): Function deleted.
4594
4595 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4596
4597 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4598 was used but not declared.
4599
4600 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4601 hs-find-block-beginning): Add or modify docstrings.
4602
4603 (hs-isearch-show): Rewrite.
4604
4605 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4606
4607 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4608
4609 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4610 space in front of a C-style comment end.
4611
4612 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
4613
4614 * startup.el (command-line-1): Make mode line mouse-sensitive for
4615 the MS-DOS version as well.
4616
4617 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4618
4619 * bs.el: New file.
4620
4621 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4622
4623 * textmodes/ispell.el (ispell-process-line):
4624 Add local var line-offset to adjust for the change
4625 in positions within the line, due to previous replacements.
4626
4627 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4628
4629 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4630 Doc fixes.
4631
4632 1999-12-27 Gerd Moellmann <gerd@gnu.org>
4633
4634 * add-log.el (change-log-version-number-regexp-list)
4635 (change-log-version-info-enabled): Change :version to 21.1.
4636 (toplevel): Require CL when compiling.
4637
4638 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4639
4640 * add-log.el (change-log-version-number-regexp-list): Added tag
4641 :version 20.6
4642 (change-log-version-info-enabled): Added tag :version 20.6
4643
4644 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4645
4646 * add-log.el: More general version number search with
4647 user-configurable regexp list.
4648 (change-log-version-number-regexp-list): New user variable.
4649 (change-log-find-version): Rewritten. Use user-configurable
4650 version numbering regexp list
4651 change-log-version-number-regexp-list.
4652 (change-log-find-version): Renamed to
4653 change-log-version-number-search
4654 (add-log-file-name-function): New.
4655 (change-log-search-vc-number): Added END paramaeter. Added doc
4656 string to function.
4657 (change-log-version-rcs): Renamed. Was
4658 change-log-search-vc-number.
4659
4660 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4661
4662 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4663 overlays if they interfere.
4664 (compilation-find-file): Make intangible overlays tangible.
4665
4666 * progmodes/hideshow.el: Generally, synch w/ maintainer
4667 version 5.9.
4668
4669 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4670
4671 (hs-minor-mode-hook): Don't initialize.
4672
4673 (hs-special-modes-alist): Rewrite value and docstring.
4674
4675 (hs-minor-mode-prefix): Delete unused var.
4676
4677 (hs-block-start-mdata-select): New var, buffer local.
4678
4679 (hs-headline): New var.
4680
4681 (hs-match-data, hs-forward-sexp): New funcs.
4682
4683 (hs-hide-comment-region): New func.
4684
4685 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4686 hs-safety-is-job-n, hs-hide-initial-comment-block,
4687 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4688 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4689 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4690 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4691 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4692
4693 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4694 (hs-isearch-show-temporary): New funcs.
4695
4696 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4697
4698 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4699
4700 When constructing menu, use `[(shift button2)]' notation.
4701
4702 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4703
4704 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4705 (jka-compr-compression-info-list): Add new elt to each vector.
4706 (jka-compr-write-region): Don't compress the data if it is
4707 already compressed.
4708
4709 * jka-compr.el (jka-compr-really-do-compress): New variable.
4710 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4711 if visiting.
4712 (jka-compr-write-region): Set jka-compr-really-do-compress
4713 if visiting. Test it when deciding to compress.
4714
4715 1999-12-22 Gerd Moellmann <gerd@gnu.org>
4716
4717 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4718 with third argument t.
4719
4720 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4721
4722 * antlr-mode.el: Version 1.2 is released.
4723 (antlr): This package has a web page.
4724
4725 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4726
4727 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4728 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
4729 (antlr-mode-map): New binding [C-c C-c].
4730 (antlr-mode-menu): New entries.
4731
4732 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4733
4734 * antlr-mode.el: Respect Emacs conventions.
4735 ((require 'cl)): Only use during compilation.
4736 (antlr-language-for-option): New function to avoid using `find'.
4737 (antlr-mode): Use it.
4738 (antlr-with-syntax-table): Define new instead using XEmacs' one.
4739 (antlr-imenu-create-index-function): Change accordingly.
4740 (antlr-inside-rule-p): Ditto.
4741 (antlr-end-of-rule): Ditto.
4742 (antlr-end-of-body): Ditto.
4743 (antlr-beginning-of-rule): Ditto.
4744 (antlr-indent-line): Ditto.
4745
4746 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
4747
4748 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4749 (antlr-set-tabs): Don't use hard-coded values.
4750
4751 * antlr-mode.el: Minor navigation changes. Not perfect, but this
4752 won't be possible without a huge time penalty.
4753 (antlr-skip-exception-part): Be more specific.
4754 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4755 Renamed from `antlr-skip-grammar-header'.
4756 (antlr-next-rule): Change accordingly.
4757 (antlr-end-of-body): Ditto. Better error message.
4758 (antlr-beginning-of-body): Better error message.
4759 (antlr-imenu-create-index-function): Skip rule action prelude.
4760
4761 * antlr-mode.el: Minor syntax highlighting changes.
4762 (antlr-font-lock-default-face): Deletia.
4763 (antlr-font-lock-tokendef-face): Changed color.
4764 (antlr-font-lock-tokenref-face): Changed color.
4765 (antlr-font-lock-literal-face): Changed color.
4766 (antlr-font-lock-additional-keywords): Minor changes.
4767
4768 1999-12-20 Carsten Dominik <cd@gnu.org>
4769
4770 * progmodes/idlwave.el: New file.
4771
4772 * progmodes/idlwave-rinfo.el: New file.
4773
4774 * progmodes/idlwave-shell.el: New file.
4775
4776 * progmodes/idlwave-toolbar.el: New file.
4777
4778 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4779
4780 1999-12-21 Gerd Moellmann <gerd@gnu.org>
4781
4782 * progmodes/cwarn.el: New file.
4783
4784 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4785
4786 * bindings.el (completion-ignored-extensions): Add .pdf.
4787
4788 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4789
4790 * version.el: Put the version info into binary on MS-DOS as well.
4791
4792 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4793
4794 * emacs-lisp/debug.el (debugger-continue): Don't continue if
4795 debugger-may-continue is nil.
4796
4797 1999-12-18 Dave Love <fx@gnu.org>
4798
4799 * emacs-lisp/cl-macs.el: Remove conditional definition of
4800 eval-when-compile. Don't specify abs, expt, gethash,
4801 hash-table-count, hash-table-p as side-effect-free here.
4802 (cl-emacs-type): Don't declare.
4803 (cl-compile-time-init): Remove Emacs 18 compiler patch.
4804 (cl-parse-loop-clause): Remove compatibility code.
4805
4806 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4807 (side-effect-free-fns): Add gethash, hash-table-count.
4808 (side-effect-and-error-free-fns): Add hash-table-p.
4809
4810 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
4811 `cl-' to autoload names for some hash functions. Don't autoload
4812 eval-when-compile. Don't provide mini-cl.
4813 (cl-emacs-type): Remove.
4814 (cl-map-extents): Remove compatibility code.
4815
4816 * emacs-lisp/float.el: Bind free variables.
4817
4818 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4819
4820 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4821
4822 * bindings.el (completion-ignored-extensions): Add .tfm.
4823
4824 1999-12-16 Dave Love <fx@gnu.org>
4825
4826 * faces.el (set-face-attribute): Purecopy the attributes set.
4827
4828 * custom.el (custom-declare-variable): Purecopy value.
4829
4830 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4831 (byte-extrude-byte-code-vectors): Use remprop.
4832 (byte-compile-lambda): Check that arg is a lambda.
4833
4834 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4835
4836 * font-lock.el: System for adding and removing keywords.
4837 Both local (previously added keyword) and global keywords
4838 can be removed.
4839 (font-lock-remove-keywords): New user-level function.
4840 (font-lock-update-removed-keyword-alist): New internal function.
4841 (font-lock-removed-keywords-alist): New variable.
4842 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4843 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4844 growing datastructures.
4845 (font-lock-set-defaults): Removes keywords stored in
4846 `font-lock-removed-keywords-alist' after local keywords added.
4847
4848 1999-12-16 Anders Lindgren <andersl@andersl.com>
4849
4850 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4851 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4852
4853 * font-lock.el (c-keywords): Only highlight preprocessor
4854 directives when spelled correctly.
4855
4856 * font-lock.el (font-lock-match-c++-structor-declaration,
4857 c++-keywords): Fontify constructors and destructors with function
4858 face inside C++ class declarations.
4859
4860 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4861
4862 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4863 the shell from sh-shell-file.
4864
4865 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4866
4867 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4868
4869 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4870 if one of the files specified cannot be accessed by
4871 file-attributes. Do not strip any leading directories from the
4872 file names, to behave more like `ls' does.
4873
4874 * dired.el (dired-get-filename): Handle absolute file names.
4875 (dired-readin-insert): If argument is a cons, don't print
4876 "wildcard" on the ``total'' line.
4877
4878 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4879
4880 * faces.el (face-read-integer, read-face-attribute)
4881 (color-defined-p, color-values): Allow color values unspecified-fg
4882 and unspecified-bg, handle them as unspecified.
4883
4884 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4885
4886 * textmodes/reftex.el: (reftex-compile-variables): respect new
4887 structure of `reftex-index-macro'
4888 (reftex-compile-variables): Use the changed structure of
4889 `reftex-label-alist'.
4890
4891 * textmodes/reftex-vars.el (reftex-index-math-format,
4892 (reftex-toc-max-level): New option.
4893 reftex-index-phrases-search-whole-words,
4894 reftex-index-phrases-case-fold-search,
4895 reftex-index-phrases-skip-indexed-matches,
4896 reftex-index-phrases-wrap-long-lines,
4897 reftex-index-phrases-sort-prefers-entry,
4898 reftex-index-phrases-sort-in-blocks): New options.
4899 (reftex-index-macros): Option structure changed.
4900 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4901 (reftex-label-alist): Additional item in each entry to specify if
4902 the environment should be listed in the TOC.
4903 (eval-when-compile (require 'cl)) added.
4904
4905 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4906 longer deals with "repeat".
4907 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4908 now used.
4909 (reftex-index-phrases-comment-regexp,
4910 reftex-index-phrases-macrodef-regexp,
4911 reftex-index-phrases-phrase-regexp1,
4912 reftex-index-phrases-phrase-regexp2,
4913 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4914 New constants.
4915 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4916 reftex-index-phrases-font-lock-keywords,
4917 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4918 reftex-index-phrases-restrict-file): New variables.
4919 (reftex-index-phrase-selection-or-word,
4920 reftex-index-visit-phrases-buffer,
4921 reftex-index-initialize-phrases-buffer,
4922 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4923 reftex-index-next-phrase, reftex-index-this-phrase,
4924 reftex-index-all-phrases, reftex-index-region-phrases,
4925 reftex-index-phrases-parse-header,
4926 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4927 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4928 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4929 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4930 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4931 reftex-index-make-replace-string,
4932 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4933 reftex-index-phrase-match-is-indexed,
4934 reftex-index-phrases-fixup-line,
4935 reftex-index-phrases-replace-space,
4936 reftex-index-select-phrases-macro): New functions.
4937 (reftex-index-globalize, reftex-index-globally): functions removed
4938 (eval-when-compile (require 'cl)) added.
4939
4940 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4941 for max level.
4942 (reftex-toc-max-level-indicator): New variable.
4943 (reftex-toc-max-level): New command.
4944 (reftex-toc-map): New keybinding `t'.
4945 (reftex-toc-help): Constant updated.
4946 (eval-when-compile (require 'cl)) added.
4947
4948 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4949 `t' command key can change `reftex-toc-max-level'
4950 (eval-when-compile (require 'cl)) added.
4951
4952 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4953 `reftex-toc-max-level'
4954 (eval-when-compile (require 'cl)) added.
4955
4956 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4957 added.
4958
4959 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4960 added.
4961
4962 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4963 commands.
4964 (reftex-citation, reftex-do-citation,
4965 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4966 preselect a citation format.
4967 (eval-when-compile (require 'cl)) added.
4968
4969 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4970 parameter to-end
4971 (reftex-section-info): Deal with environment matches.
4972 (eval-when-compile (require 'cl)) added.
4973
4974 * reftex-global.el (eval-when-compile (require 'cl)) added.
4975
4976 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4977
4978 The following changes are for the new composition mechanism. We
4979 have deleted `composition' charset and composite characters,
4980 instead introduced a special text property `composition'.
4981
4982 * composite.el: New file.
4983
4984 * ps-mule.el: Define encode-composition-rule and find-composition
4985 for Emacs 20.4 and the earlier versions.
4986 (ps-mule-init-external-library): Just require a feature for
4987 external libraries.
4988 (ps-mule-prologue): Postscript code modified for new composition.
4989 (ps-mule-find-wrappoint): New arg COMPOSITION.
4990 (ps-mule-plot-string): Delete code for composite characaters.
4991 (ps-mule-plot-composition): New funcion.
4992 (ps-mule-prepare-font-for-components): New function.
4993 (ps-mule-plot-components): New function.
4994 (ps-mule-composition-prologue-generated): Renamed from
4995 ps-mule-cmpchar-prologue-generated.
4996 (ps-mule-composition-prologue): New named from
4997 ps-mule-cmpchar-prologue. Modified for new composition.
4998 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4999 ps-mule-prepare-cmpchar-font): Deleted.
5000 (ps-mule-string-encoding): New arg NO-SETFONT.
5001 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5002 check Composing, not Cmpchar
5003 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5004 to nil.
5005 (ps-mule-begin-job): Check existence of new composition.
5006
5007 * ps-print.el (ps-plot-region): Handle new composition.
5008
5009 * simple.el (what-cursor-position): Show "(composed)" if the
5010 character is composed.
5011
5012 * international/characters.el: Fix cateogries of Lao symbols.
5013
5014 * international/fontset.el (vertical-centering-font-regexp): New
5015 variable.
5016
5017 * international/mule.el (mule-version): Updated to 5.0 (AOI).
5018 (mule-version-date): Updated to 1999.12.7.
5019 (with-category-table): New macro.
5020
5021 * international/mule-cmds.el (encode-coding-char): Don't check
5022 composite character.
5023
5024 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5025 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5026 x-ctext): Give `composition' property t.
5027
5028 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5029 non-nil) at the tail of ALIST.
5030 (compose-region, decompose-region, decompse-string,
5031 reference-point-alist, compose-chars): Moved to composite.el.
5032 (compose-chars-component, compose-chars-rule,
5033 decompose-composite-char): Deleted.
5034
5035 * international/quail.el (quail-install-map): New optional arg
5036 NAME.
5037 (quail-get-translation): If DEF is a symbol but not a function,
5038 ignore it.
5039 (quail-start-translation): Put a key sequence undefined in the
5040 translation keymap in unread-command-events, not generated-events.
5041 Return parameterized event (compose-last-chars N) if the input
5042 characters should be composed.
5043 (quail-map-definition): If DEF is t, treat it as nil.
5044 (quail-delete-last-char): Delete the quail region.
5045 (quail-show-translations): Don't show list of translations if the
5046 quail package is deterministic.
5047 (quail-completion-max-depth): New variable.
5048 (quail-completion-1): Pay attention to the above variable. Fix
5049 for the case that a translation is a function.
5050 (quail-map-from-table, quail-map-from-table-1,
5051 quail-map-from-table-2): New functions.
5052 (quail-lookup-map-and-concat): New function
5053
5054 * language/devan-util.el: Mostly rewritten.
5055
5056 * language/lao.el: Register lao-composition-function in
5057 composition-function-table.
5058
5059 * language/lao-util.el: Mostly rewritten.
5060
5061 * language/thai.el: Register thai-composition-function in
5062 composition-function-table.
5063 (thai-tis620): Delete `pre-write-conversion' property.
5064
5065 * language/thai-util.el: (thai-category-table): Make it by
5066 make-category-table.
5067 (thai-composition-pattern): New variable.
5068 (thai-compose-region, thai-compose-string): Use
5069 with-category-table.
5070 (thai-post-read-conversion): Just call thai-compose-region.
5071 (thai-pre-write-conversion): Deleted.
5072 (thai-composition-function): New funciton.
5073
5074 * language/tibet-util.el: Most functions rewritten.
5075 (tibetan-char-p): Renamed from tibetan-char-examin.
5076 (tibetan-composable-examin) (tibetan-complete-char-examin)
5077 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5078 (tibetan-add-components): New function.
5079 (tibetan-composition-function): New function.
5080
5081 * language/tibetan.el: Register tibetan-composition-function in
5082 composition-function-table.
5083 (tibetan-composable-pattern): New variable.
5084 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5085 (tibetan-precomposition-rule-alist): Move punctuations to
5086 tibetan-punctuation-transcription-alist and
5087 tibetan-obsolete-glyphs.
5088 (tibetan-punctuation-transcription-alist): New variable.
5089 (tibetan-obsolete-glyphs): New variable.
5090 (tibetan-regexp): Improve the initialization code.
5091
5092 * textmodes/fill.el (fill-find-break-point): Delete codes for
5093 composite characters.
5094 (fill-region-as-paragraph): Likewise.
5095
5096 1999-12-14 Gerd Moellmann <gerd@gnu.org>
5097
5098 * international/mule-cmds.el (default-input-method): Specify
5099 that it should be set after current-language-environment.
5100
5101 * custom.el (custom-handle-keyword): Add :set-after.
5102 (custom-add-dependencies): New function.
5103 (custom-set-variables): Take dependencies between args into
5104 account.
5105
5106 * battery.el (battery): Doc fix.
5107
5108 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5109
5110 * progmodes/cc-make.el: Removed.
5111
5112 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5113
5114 * Release of cc-mode 5.26
5115
5116 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5117
5118 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5119 target depth. Optionally count #else lines as clause limits,
5120 as suggested by don provan <provan@lucent.com>. #elif
5121 handling fixed.
5122
5123 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5124 (c-down-conditional-with-else): New commands that uses the
5125 added functionality in `c-forward-conditional'.
5126
5127 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5128
5129 * cc-align.el (c-lineup-comment): Preserve the alignment with
5130 a comment on the previous line instead of preserving the
5131 comment-column.
5132
5133 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5134
5135 * Fixes to IDL mode after input from Eric Eide
5136 <eeide@cs.utah.edu>:
5137 * cc-engine.el (c-beginning-of-statement-1): Allow
5138 `c-conditional-key' to be nil, for the benefit of IDL mode.
5139 * cc-engine.el (c-guess-basic-syntax): Ditto.
5140 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
5141 but do match CORBA 2.3 `valuetype'.
5142 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
5143 for IDL.
5144 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
5145 be nil for IDL.
5146 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5147 Like C++.
5148 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
5149 set `c-method-key' and `c-baseclass-key' to nil.
5150
5151 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5152
5153 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5154 with nonhanging open braces.
5155
5156 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5157
5158 * cc-align.el: Added docstrings to all lineup functions.
5159
5160 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5161 keyword.
5162
5163 * cc-align.el (c-lineup-C-comments): Handle free form text
5164 comments. Use c-comment-prefix-regexp and comment-start-skip
5165 instead of hardcoded regexps.
5166
5167 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5168
5169 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5170 behavior and return value as documented.
5171
5172 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5173
5174 * Changes for new style variable init system:
5175 * cc-langs.el (c-common-init): Dito.
5176 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5177 now customizable.
5178 * cc-vars.el: Style variables may now take a value
5179 'set-from-style to make them take their value from the style
5180 system. This value is now the default on all these variables.
5181 * cc-vars.el (c-valid-offset): New function to verify a
5182 syntactic symbol offset setting.
5183 * cc-vars.el (c-offsets-alist): Variable moved from
5184 cc-styles.el since it's now customizable in a similar way to
5185 the other style variables.
5186 * cc-vars.el (c-old-style-variable-behavior): New variable to
5187 revert to the old style init behavior.
5188
5189 * cc-vars.el (c-file-style, c-file-offsets): Made always
5190 buffer local.
5191
5192 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5193 the throws clause that might follow the function prototype in
5194 C++.
5195
5196 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5197
5198 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5199 could move forward for macros that doesn't start in column 0.
5200
5201 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5202
5203 * cc-align.el (c-indent-multi-line-block,
5204 c-lineup-whitesmith-in-block): Two new lineup functions for
5205 use in whitesmith style.
5206
5207 * cc-styles.el (c-style-alist): More fixes to whitesmith
5208 style. It should now handle all different braces uniformly in
5209 both hanging and non-hanging cases.
5210
5211 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5212
5213 * cc-cmds.el (c-indent-exp): Use a marker to save point to
5214 make it stay in the same position relative to the surrounding
5215 text.
5216
5217 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5218 when adaptive-fill-mode doesn't manage to get it correct.
5219
5220 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5221 with dotted notation, e.g. foo.bar.Gnu.
5222
5223 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5224 within unwind-protect (previously only some were wrapped so it
5225 would be possible to register mode initialization when full
5226 initialization did not finish).
5227
5228 * cc-styles.el (c-style-alist): Corrected the brace placement
5229 in the whitesmith style. Thanks to Sean Luke
5230 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
5231 styles with consistent brace placement for all constructs.
5232
5233 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5234
5235 * cc-cmds.el (c-context-line-break): Continue C++ comments too
5236 when point is in the middle of them.
5237
5238 * cc-cmds.el: Line breaking and paragraph filling code
5239 rewritten:
5240 (c-guess-fill-prefix): New function that uses various
5241 heuristics to guess the comment prefix.
5242 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5243 It now assumes adaptive filling is active to preserve the line
5244 prefix inside comments.
5245 (c-indent-new-comment-line): Replacement for the now
5246 obsolete `c-comment-line-break-function' that uses
5247 `c-guess-fill-prefix' when appropriate. It now observes the
5248 setting of `comment-multi-line', which has effect in C-style
5249 block comments.
5250
5251 * cc-cmds.el (c-context-line-break): New function intended to
5252 be put on RET. It's essentially `newline-and-indent', but
5253 continues C block comments with the appropriate line prefix.
5254
5255 * cc-cmds.el (c-do-auto-fill): New function put on
5256 `normal-auto-fill-function' to implement the
5257 `c-ignore-auto-fill' variable.
5258
5259 * cc-cmds.el (c-beginning-of-statement): Use
5260 `c-comment-prefix-regexp' to avoid ending up inside the
5261 comment prefix. Better handling of comment starters and
5262 enders. Catch comments better when traversing code. Stop at
5263 preprocessor directives.
5264
5265 * cc-defs.el (c-forward-comment): New subst to hide platform
5266 dependent quirks in `forward-comment'.
5267
5268 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5269 argument.
5270 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5271 arguments. Activate this function by default when
5272 `parse-partial-sexp' supports it (currently Emacs 20.x).
5273
5274 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5275 on the comment opener to make constants usable as lineup
5276 arguments.
5277
5278 * cc-align.el (c-lineup-C-comments): Fixes to handle the
5279 changed anchor position in the `c' syntactic symbol. Handle
5280 more than stars in the comment prefix; use the new variable
5281 `c-comment-prefix-regexp'. Don't indent text not preceded by
5282 a comment prefix to the right of the comment opener if it's
5283 long.
5284
5285 * cc-langs.el: Fixes to mode initialization for new line
5286 breaking and paragraph filling method. Adaptive fill mode is
5287 now activated at startup instead of deactivated. The
5288 variables used for adaptive filling and paragraph movement are
5289 also changed to incorporate the value of
5290 `c-comment-prefix-regexp'. `substitute-key-definition' is
5291 used to override some functions in the global map instead of
5292 overriding their default bindings.
5293
5294 * cc-mode.el (java-mode): Modify `paragraph-start' for the
5295 javadoc markup at mode init.
5296
5297 * cc-mode.el (c-setup-filladapt): A new convenience function
5298 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
5299 function is intended to be used explicitly by the end user
5300 only.
5301
5302 * cc-vars.el (c-comment-prefix-regexp): New variable used to
5303 recognize the comment fill prefix inside comments.
5304 (c-block-comment-prefix): New name for
5305 `c-comment-contiuation-stars', which is now obsolete. It's
5306 generalized to handle any character sequence.
5307 (c-ignore-auto-fill): New variable used to selectively disable
5308 Auto Fill mode in specific contexts.
5309
5310 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5311
5312 * cc-cmds.el (c-comment-indent): Leave at least one space
5313 between the comment and the last nonblank character in the
5314 case where we look at the indentation of the comment on the
5315 previous line (case 4).
5316
5317 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5318 list of characters that may start a statement (it's a sort of
5319 prefix operator in Pike, and isn't used at all in any of the
5320 other languages).
5321
5322 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5323
5324 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5325 inside continued statements as statement-cont instead of
5326 brace-list-open. The reason is that one normally adjusts
5327 brace-list-open for brace lists as top-level constructs, and
5328 brace lists inside statements is a completely different
5329 context. Case 10B.2 changed. Also changed (the somewhat
5330 esoteric) case 9A to cope with this.
5331
5332 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5333
5334 * cc-cmds.el (c-electric-brace): Added electric handling of
5335 the open brace for brace-elseif-brace.
5336
5337 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5338
5339 * cc-defs.el (c-with-syntax-table): New macro to easily switch
5340 syntax tables temporarily.
5341
5342 * cc-engine.el (c-guess-basic-syntax): Handle template and
5343 member init argument lists split over several lines. Case 5D
5344 changed.
5345
5346 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5347 @throws introduced in Javadoc 1.2.
5348
5349 * cc-menus.el (cc-imenu-java-generic-expression): Applied
5350 patch from RMS to avoid infinite backtracking.
5351
5352 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5353
5354 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5355 by [ ].
5356
5357 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5358
5359 * cc-align.el (c-lineup-dont-change): Compensate properly for
5360 the column in langelem.
5361
5362 * cc-engine.el (c-syntactic-information-on-region): New
5363 function to help debugging the syntactic analysis.
5364
5365 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5366
5367 * cc-align.el (c-lineup-template-args): Handle nested template
5368 arglists.
5369
5370 * cc-langs.el (c++-template-syntax-table): New syntax table
5371 that makes `<' and `>' parenthesis characters, which is useful
5372 to switch to temporarily when analyzing template arglists.
5373
5374 * cc-styles.el: Changed default alignment of labels in the
5375 java style to conform to the examples in the Java Language
5376 Specification.
5377
5378 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5379 by default.
5380
5381 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5382
5383 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5384 immediately before the closing paren in an arglist, so don't
5385 check that in Pike mode. Case 7A changed.
5386
5387 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5388
5389 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5390 lines were ignored under certain conditions.
5391
5392 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5393
5394 * cc-align.el (c-lineup-template-args): New function for
5395 aligning continued template argument lists.
5396
5397 * cc-engine.el (c-guess-basic-syntax): Fix for member init
5398 lists containing function arglists split over several lines.
5399 Case 5D.1 changed.
5400
5401 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5402 template-args-cont didn't get recognized when the first
5403 arglist opener line doesn't contain a template argument. New
5404 case 5K.
5405
5406 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5407
5408 * cc-defs.el (c-point): Changed from subst to macro for
5409 efficiency.
5410 (c-beginning-of-defun-1, c-end-of-defun-1): New
5411 beginning-of-defun/end-of-defun wrappers separated from
5412 c-point.
5413
5414 * cc-menus.el (imenu-generic-expression,
5415 imenu-case-fold-search, imenu-progress-message): Dummy
5416 definitions to avoid compiler warnings if imenu can't be
5417 loaded.
5418 * cc-menus.el (cc-imenu-init): New function called at mode
5419 init.
5420 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5421 imenu initializations to cc-imenu-init.
5422
5423 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5424
5425 * cc-engine.el (c-guess-basic-syntax): Slightly better check
5426 for lambda-intro-cont in Pike mode. Case 6 changed.
5427
5428 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5429 anything following "new Foo()" was considered an anonymous
5430 class body in Java mode.
5431
5432 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5433
5434 * cc-cmds.el (c-comment-line-break-function): When breaking in
5435 a string, don't insert a new line.
5436
5437 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5438
5439 * cc-engine.el (c-at-toplevel-p): New interface function which
5440 returns information useful to add-on authors. It tells you
5441 whether you're at a toplevel statement or not.
5442
5443 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5444
5445 * cc-cmds.el (c-comment-line-break-function): It is possible
5446 that forward-line does not land us at the bol, say if we're on
5447 the last line in a file. In that case, do a
5448 back-to-indentation instead of a forward-comment -1.
5449
5450 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5451
5452 * cc-engine.el (c-beginning-of-statement-1): Don't catch
5453 "default:" as normal label in case 4.
5454
5455 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5456
5457 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5458 recognize continued bitfield declarations. Case 5D.1 changed.
5459 * cc-langs.el: New variable c-bitfield-key.
5460 * cc-mode.el: New variable c-bitfield-key.
5461
5462 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5463
5464 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5465 anonymous array expressions (i.e. "new Foo[] {.. bracelist
5466 ..}").
5467
5468 1999-12-12 Dave Love <fx@gnu.org>
5469
5470 * mail/footnote.el: Require cl when compiling. Don't autoload
5471 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
5472 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5473 Avoid `acons'.
5474 (footnote-mode-line-string, Footnote-add-footnote): Remove
5475 autoload cookie.
5476
5477 1999-12-12 Richard Sharman <rsharman@pobox.com>
5478
5479 * sh-script.el: Fix for when font-lock mode is active.
5480 (sh-font-lock-unfontify-region-function): New function.
5481
5482 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
5483
5484 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5485 if start-process is not bound, since Ispell now supports such
5486 platforms as well.
5487
5488 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5489
5490 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5491 rmail-summary-goto-msg.
5492
5493 * files.el (after-find-file): Fix previous change.
5494
5495 1999-12-11 Dave Love <fx@gnu.org>
5496
5497 * help.el (where-is): Use `commandp' as predicate for
5498 `completing-read'
5499
5500 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5501
5502 * cus-edit.el (custom-save-delete): Delete all occurrences,
5503 leave point where the first occurrence was.
5504 (custom-save-faces): Insert a newline at the end of the comment.
5505 Avoid a double newline there.
5506 If final closeparen is at bol, put a space before it.
5507 (custom-save-variables): Likewise.
5508 (custom-file): Doc fix.
5509
5510 1999-12-10 Gerd Moellmann <gerd@gnu.org>
5511
5512 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5513 regexp matching image and audio files.
5514
5515 1999-12-09 Dave Love <fx@gnu.org>
5516
5517 * mail/footnote.el: New file.
5518
5519 1999-12-09 Gerd Moellmann <gerd@gnu.org>
5520
5521 * files.el (after-find-file): Use auto-save-visited-file-name if
5522 set.
5523
5524 * mail/feedmail.el (feedmail-find-eoh): Take
5525 feedmail-queue-alternative-mail-header-separator into account.
5526
5527 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
5528
5529 * smerge-mode.el: New file.
5530
5531 * font-lock.el (font-lock-multiline): New variable.
5532 (font-lock-add-keywords): Rename `major-mode' into `mode'.
5533 (font-lock-remove-keywords): Added a dummy `mode' argument for
5534 potential future support.
5535 (font-lock-fontify-anchored-keywords,
5536 (font-lock-fontify-keywords-region): Only handle multiline strings
5537 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5538
5539 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5540
5541 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5542
5543 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5544
5545 1999-12-07 Dave Love <fx@gnu.org>
5546
5547 * help.el (view-emacs-problems): New command, bound to C-h P.
5548
5549 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5550
5551 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
5552
5553 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5554 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5555 New code to support the minor mode version.
5556 (diff-recenter): New function.
5557 (diff-next-hunk, diff-next-file): Use it.
5558 (diff-remembered-files-alist): New var.
5559 (diff-merge-strings): New function.
5560 (diff-find-file-name): Make it smarter and use the user's input more.
5561 (diff-mode): Cosmetic changes.
5562
5563 * files.el (save-some-buffers): Turn EXITING into the more general
5564 PRED argument to allow specifying a subset of buffers.
5565
5566 * simple.el (kill-region): Use the new `delete-and-extract-region'
5567 rather than the undo log (which is incorrect with *-change-functions).
5568
5569 * font-lock.el (font-lock-default-fontify-region): Fix subtle
5570 off-by-one problem that could force re-fontifying the whole buffer.
5571 (font-lock-remove-keywords): New function.
5572 (font-lock-add-keywords): Use the new function to ensure idempotence.
5573
5574 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
5575
5576 * viper-cmd.el (viper-minibuffer-standard-hook,
5577 viper-minibuffer-real-start): Mew functions.
5578 (viper-read-string-with-history,viper-file-add-suffix,
5579 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5580 change in the status of the minibuffer prompt.
5581
5582 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5583
5584 * comint.el (comint-redirect-results-list)
5585 (comint-redirect-results-list-from-process): Remove interactive
5586 spec.
5587
5588 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5589
5590 * info.el (info-node, info-menu-5, info-xref): Define colors for
5591 Info faces if the display supports them.
5592
5593 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5594
5595 Changes for automatic remapping of X colors on terminal frames:
5596
5597 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5598 term-setup-hook. Call msdos-remember-default-colors and
5599 msdos-handle-reverse-video.
5600 (msdos-face-setup): Parts of code moved to
5601 msdos-setup-initial-frame.
5602 (msdos-handle-reverse-video): New function, modeled after
5603 x-handle-reverse-video.
5604 (make-msdos-frame): Don't use initial-frame-alist and
5605 default-frame-alist. Call msdos-handle-reverse-video.
5606 (msdos-color-aliases): Remove.
5607 (msdos-color-translate, msdos-approximate-color): Remove.
5608 (msdos-color-values): Use 16-bit RGB values. RGB values updated
5609 for better approximation of X colors.
5610 (msdos-face-setup): Call tty-color-clear. Remove code that sets
5611 up tty-color-alist (it is now on startup.el).
5612 (x-display-color-p, x-color-defined-p, x-color-values,
5613 x-defined-colors, face-color-supported-p, face-color-gray-p):
5614 Remove.
5615
5616 * facemenu.el (facemenu-read-color, list-colors-display): Use
5617 defined-colors for all frame types.
5618 (facemenu-color-equal): Use color-values for all frame types.
5619
5620 * faces.el (read-face-attribute): For :foreground and :background
5621 attributes and frames on character terminals, translate the color
5622 to the closest supported one before looking it up in the list of
5623 valid values.
5624 (face-valid-attribute-values): Call defined-colors for all types
5625 of frames.
5626 (defined-colors, color-defined-p, color-values, display-color-p):
5627 New finctions.
5628 (x-defined-colors, x-color-defined-p, x-color-values,
5629 x-display-color-p): Aliases for the above.
5630
5631 * startup.el (command-line): Register terminal colors for frame
5632 types other than x and w32, but only if the terminal supports
5633 colors. Call tty-color-define instead of face-register-tty-color.
5634
5635 * term/x-win.el (xw-defined-colors): Renamed from
5636 x-defined-colors.
5637 * term/w32-win.el (xw-defined-colors): Likewise.
5638
5639 * term/tty-colors.el: New file.
5640 * loadup.el: Load term/tty-colors.
5641
5642 1999-12-06 Dave Love <fx@gnu.org>
5643
5644 * ffap.el: Autoload the ffap alias directly.
5645
5646 1999-12-06 Inge Frick <inge@nada.kth.se>
5647
5648 * dired-aux.el (dired-do-shell-command): Changed documentation.
5649 (dired-shell-stuff-it): A `?' in COMMAND has now the same
5650 meaning as `*'.
5651
5652 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5653
5654 * simple.el (insert-buffer): Doc fix.
5655
5656 * apropos.el (apropos-mode): Add autoload cookie.
5657
5658 1999-12-06 Sam Steingold <sds@goems.com>
5659
5660 * progmodes/etags.el (etags-tags-completion-table): Modified the
5661 regexp to allow for the CL symbols starting with `+*'.
5662 (tags-completion-table): Doc fix (it's an obarray, not an alist).
5663 (tags-completion-table, tags-recognize-empty-tags-table): Remove
5664 `function' quoting lambda.
5665 (tags-with-face): New macro.
5666 (list-tags, tags-apropos): Use it.
5667 (tags-apropos-additional-actions): New user option.
5668 (etags-tags-apropos-additional): Use it.
5669 (tags-apropos): Call etags-tags-apropos-additional.
5670 (tags-apropos-verbose): New user option.
5671 (etags-tags-apropos): Use it.
5672 (visit-tags-table-buffer, next-file): Use `unless'.
5673 (recognize-empty-tags-table): Renamed to
5674 tags-recognize-empty-tags-table.
5675 (complete-tag): Call tags-complete-tag bypassing try-completion.
5676
5677 1999-12-06 Kenichi Handa <handa@etl.go.jp>
5678
5679 * international/mule.el (set-buffer-file-coding-system): Docstring
5680 modified.
5681
5682 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5683
5684 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5685 using the hideshow package.
5686 (hs-special-modes-alist): Added entry for bibtex to allow the use
5687 of the hideshow package.
5688 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5689 not longer provided by bibtex.el directly. Instead the hideshow
5690 package should be used.
5691 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5692 references to bibtex-hide-entry-bodies.
5693
5694 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5695
5696 * textmodes/bibtex.el: Copyright notice is up to date. Moved
5697 maintainer information closer to the beginning of the bibtex.el
5698 file.
5699 (bibtex-maintainer-salutation): New constant.
5700 (bibtex-version): New constant.
5701 (bibtex-submit-bug-report): Use bibtex-version and
5702 bibtex-maintainer-salutation.
5703 (bibtex-entry-field-alist): Made booktitle field optional for
5704 @inproceedings entries when crossreferenced.
5705 (bibtex-entry-field-alist): Added booktitle field to proceedings
5706 entry type (for cross referencing). Thanks to Wagner Toledo Correa
5707 for the suggestion.
5708 (bibtex-string-file-path): Fixed typo.
5709
5710 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5711
5712 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5713 for reftex.el.
5714 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5715 to menu.
5716
5717 1999-12-04 Dave Love <fx@gnu.org>
5718
5719 * delsel.el: Revert previous change -- region is significant to
5720 skeleton.
5721
5722 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
5723
5724 * viper-cmd.el (viper-change-state): Use
5725 viper-ESC-moves-cursor-back to decide whether to move the cursor
5726 back.
5727
5728 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
5729
5730 * international/mule-util.el (truncate-string-to-width): Docsting
5731 fixed.
5732
5733 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5736 use of `cond'.
5737 (lm-with-file): Move all the find-file...kill-buffer stuff into
5738 this macro. Make it use `find-file-noselect' and make it kill
5739 the buffer only if it wasn't already displayed somewhere.
5740 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5741 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5742 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5743 (lm-commentary): Fix to handle the case when the change log is
5744 at the end of the file.
5745
5746 1999-12-02 Kenichi Handa <handa@etl.go.jp>
5747
5748 * international/mule.el (charsetp): Fix typo in docstring.
5749
5750 * international/mule-diag.el (list-coding-categories): Fix typo;
5751 automatic -> autoload.
5752
5753 1999-12-02 Gerd Moellmann <gerd@gnu.org>
5754
5755 * vc.el (vc-update-change-log): Look for rcs2log under
5756 exec-directory.
5757
5758 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5759 outline-regexp, add outline-level.
5760 (lisp-outline-level): New.
5761
5762 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5763 remove extraneous string-match.
5764
5765 * finder.el (finder-commentary): Activate Finder mode.
5766
5767 1999-12-01 Anders Lindgren <andersl@andersl.com>
5768
5769 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5770 off when reverting buffers that contained mode specifiers.
5771 `revert-buffer' is now called with non-nil PRESERVE-MODES
5772 argument.
5773
5774 1999-12-01 Dave Love <fx@gnu.org>
5775
5776 * delsel.el: Grok skeleton-pair-insert-maybe.
5777
5778 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5779
5780 * progmodes/cperl-mode.el (cperl-under-as-char):
5781 Use nil as default.
5782
5783 1999-11-30 Gerd Moellmann <gerd@gnu.org>
5784
5785 * speedbar.el (toplevel): Remove compatibility code for Emacs
5786 versions without custom.el.
5787
5788 1999-11-30 Dave Love <fx@gnu.org>
5789
5790 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5791
5792 * autoinsert.el: Minor doc fixes.
5793 (auto-insert): Return nil.
5794
5795 * faces.el (set-face-documentation): Purecopy STRING.
5796
5797 1999-11-29 Dave Love <fx@gnu.org>
5798
5799 * derived.el: Doc fixes, remove old backquote syntax.
5800
5801 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5802 comment warning about editing.
5803
5804 * help.el (help-mode-hook): Define.
5805
5806 1999-11-29 Gerd Moellmann <gerd@gnu.org>
5807
5808 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5809 invalid translation of old-style backquote syntax to new syntax.
5810
5811 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
5812
5813 * Makefile (DONTCOMPILE): Add term/internal.el.
5814
5815 1999-11-26 Dave Love <fx@gnu.org>
5816
5817 * comint.el: Fix last change.
5818
5819 * emacs-lisp/advice.el: Fix last change.
5820
5821 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5822
5823 * cus-edit.el (Custom-reset-standard): Doc fix.
5824 (custom-variable-reset-standard): Doc fix.
5825 (custom-face-reset-standard): Doc fix.
5826 (custom-face-menu): "Reset to Standard" => "Erase Customization".
5827 (custom-variable-menu): Likewise.
5828 (custom-reset-menu): Likewise.
5829 (custom-buffer-create-internal): Likewise.
5830
5831 1999-11-26 Dave Love <fx@gnu.org>
5832
5833 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5834
5835 * font-lock.el: Doc fixes.
5836
5837 * menu-bar.el (menu-bar-mode): Customize.
5838
5839 * cus-start.el: Add use-dialog-box.
5840
5841 * add-log.el (change-log-mode-hook): Customize.
5842 (add-log-current-defun): Use
5843 fortran-{beginning,end}-of-subprogram.
5844
5845 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5846
5847 * emacs-lisp/advice.el: Many doc fixes.
5848
5849 * comint.el (comint-preoutput-filter-functions): Doc fix.
5850
5851 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5852
5853 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5854 Improve messages for capitalization of arg names,
5855 for flag variables, for t and nil, for imperatives.
5856 Call them imperatives rather than infinitives sans "to".
5857 (checkdoc-common-verbs-wrong-voice): Add "moves".
5858 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5859
5860 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5861 Don't convert comments from 3-semicolon to 2-semicolon.
5862 That is a matter of style.
5863 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5864 (checkdoc-comments): Don't bind that variable.
5865
5866 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5867
5868 * files.el (write-file-hooks): Doc fix.
5869
5870 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5871
5872 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5873
5874 1999-11-25 Dave Love <fx@gnu.org>
5875
5876 * hippie-exp.el: Require comint when compiling.
5877 (hippie-expand): Add :links.
5878 (hippie-expand-try-functions-list): Customize.
5879
5880 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5881
5882 * viper*el: Replaced old-style backquotes.
5883
5884 * ediff*el: Replaced old-style backquotes.
5885
5886 * ediff-merge
5887 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5888 Changed to support the new format for ediff-combination-pattern.
5889
5890 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5891 Changed to support the new format for ediff-combination-pattern.
5892
5893 1999-11-24 Dave Love <fx@gnu.org>
5894
5895 * custom.el (custom-declare-group): Purecopy DOC.
5896 (custom-handle-keyword): Purecopy VALUE.
5897 (custom-add-link): Purecopy WIDGET.
5898 (custom-add-version): Purecopy VERSION.
5899 (custom-add-load): Purecopy LOAD.
5900
5901 * cus-face.el (custom-declare-face): Purecopy DOC.
5902
5903 * info.el:
5904 (Info-build-node-completions, Info-search, Info-follow-reference)
5905 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5906 (Info-find-emacs-command-nodes): Avoid properties on matched text
5907 which may appear in minibuffer.
5908
5909 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5910
5911 * locate.el (locate-with-filter): Doc fix.
5912
5913 1999-11-24 Alex Schroeder <alex@gnu.org>
5914
5915 * sql.el (sql-find-sqli-buffer): New function.
5916 (sql-set-sqli-buffer-generally): New function.
5917 (sql-set-sqli-buffer): Better checking of new-buffer.
5918 (sql-copy-column): Add comma after INTO clause, too.
5919
5920 1999-11-24 Alex Schroeder <alex@gnu.org>
5921
5922 * sql.el (sql-imenu-generic-expression): New, used to set
5923 imenu-generic-expression.
5924
5925 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5926 setting font-lock-defaults' SYNTAX-ALIST. Set
5927 imenu-generic-expression, imenu-case-fold-search, and
5928 imenu-syntax-alist.
5929
5930 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5931 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5932
5933 1999-11-23 Andrew Innes <andrewi@gnu.org>
5934
5935 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5936 drop coords aren't over a specific window.
5937
5938 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5939
5940 * ps-print.el: Define mule funs without checking if mule package is
5941 loaded.
5942 (ps-print-version): New version number (5.0.1).
5943 (ps-header-dirpart): Now uses abbreviate-file-name.
5944
5945 1999-11-23 Dave Love <fx@gnu.org>
5946
5947 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5948 comment-line-start.
5949 (fortran-comment-line-start-skip): Renamed from
5950 comment-line-start-skip.
5951 (fortran-mode-map): Use renamed functions. Add manual and custom
5952 entries to menu.
5953 (fortran-mode-hook): Customize.
5954 (fortran-comment-indent-function): Renamed from
5955 fortran-comment-hook.
5956 (delete-horizontal-regexp): Function deleted.
5957 (fortran-electric-line-number): Simplified.
5958 (fortran-beginning-of-subprogram): Renamed from
5959 beginning-of-fortran-subprogram.
5960 (fortran-end-of-subprogram): Renamed from
5961 end-of-fortran-subprogram.
5962 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5963 (fortran-previous-statement, fortran-next-statement): Simplified.
5964 (fortran-blink-match): New function.
5965 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5966 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5967 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5968 line-end-position.
5969 (fortran-fill): No longer interactive. Simplified.
5970 (fortran-break-line): Simplified.
5971 (fortran-analyze-file-format): Use char-after, not looking-at.
5972
5973 * emacs-lisp/find-func.el (find-function-regexp): Use
5974 `define-minor-mode' after easy-menu change.
5975
5976 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5977
5978 * comint.el: Add redirection.from active comint buffers into
5979 another buffer. Written by Peter Breton.
5980
5981 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5982
5983 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5984 `define-minor-mode'.
5985 (define-minor-mode): Specify `doc-string-elt'.
5986
5987 * emacs-lisp/easy-mmode.el: Changed maintainer.
5988 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5989 Use defcustom for the hooks; Improve the auto-generated docstrings.
5990 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5991 (define-minor-mode): Add BODY arg; Only declare the keymap if
5992 provided; Improve the auto-generated docstrings.
5993
5994 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5995
5996 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5997 that the leading `^' is at the start. This is necessary because
5998 paragraphs.el tries to remove anchors, but can find them only if
5999 they are the first character.
6000
6001 * progmodes/antlr-mode.el: New file.
6002
6003 * calendar/calendar.el: Fix autoload for
6004 calendar-absolute-from-astro. Add autoload for
6005 calendar-print-astro-day-number.
6006
6007 1999-11-21 Anders Lindgren <andersl@andersl.com>
6008
6009 * follow.el: Use modern backquote syntax. Minor comment update.
6010
6011 1999-11-21 Gerd Moellmann <gerd@gnu.org>
6012
6013 * simple.el (with-syntax-table): Don't switch buffers.
6014
6015 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6016 progmodes/hideif.el: Use new backquote syntax.
6017
6018 1999-11-21 Ken Manheimer <klm@python.org>
6019
6020 * icomplete.el (icomplete-completions): Use an explicit variable
6021 `icomplete-prospects-length', obviating the need to use an
6022 apparently faulty throw/catch arrangement.
6023
6024 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
6025
6026 * term/internal.el (IT-display-table-setup): Don't overstep
6027 character code 255.
6028
6029 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
6030
6031 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6032 for the charset chinese-sisheng is 7bit encoding, not 8bit.
6033
6034 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
6035
6036 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6037 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6038
6039 * files.el (auto-mode-alist): Add patterns for diff-mode.
6040
6041 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6042 to detect an empty prompt.
6043
6044 1999-11-18 Dave Love <fx@gnu.org>
6045
6046 * simple.el (input-mode-8-bit): Fix the customization.
6047
6048 1999-11-18 Gerd Moellmann <gerd@gnu.org>
6049
6050 * international/iso-acc.el (iso-languages): Add more
6051 characters for Portuguese.
6052
6053 * speedbar.el: Clean up comment at the start of the file.
6054 Remove RCS id.
6055
6056 * progmodes/compile.el (compilation-parse-errors): Use
6057 compilation-buffer-p instead of testing major-mode.
6058
6059 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
6060
6061 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6062 (quickurl-ask): completion-ignore-case is set to the value of
6063 quickurl-completion-ignore-case for the duration of the call to
6064 completing-read.
6065
6066 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6067
6068 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6069
6070 1999-11-18 Kenichi Handa <handa@etl.go.jp>
6071
6072 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
6073 instead of ps-print-def.
6074
6075 * ps-print.el: Require ps-vars instead of ps-print-def.
6076
6077 * ps-mule.el: Require ps-vars instead of ps-print-def.
6078
6079 1999-11-17 Gerd Moellmann <gerd@gnu.org>
6080
6081 * simple.el (with-syntax-table): Save buffer explicitly instead of
6082 using save-excursion.
6083
6084 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6085
6086 * mail/supercite.el: New maintainer.
6087
6088 1999-11-16 Reto Zimmermann <reto@synopsys.com>
6089
6090 * progmodes/vhdl-mode.el: Use new backquote syntax.
6091
6092 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6093
6094 * simple.el (with-syntax-table): New.
6095
6096 1999-11-15 Sam Steingold <sds@ksp.com>
6097
6098 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6099
6100 1999-02-22 Sam Steingold <sds@goems.com>
6101
6102 * goto-addr.el (goto-address-at-mouse,
6103 goto-address-find-address-at-point): Use compose-mail.
6104 (goto-address-mail-method): Removed variable.
6105 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6106 goto-address-send-using-mail): Removed functions.
6107
6108 1998-11-03 Sam Steingold <sds@goems.com>
6109
6110 * simple.el (backward-delete-char-untabify):
6111 backward-delete-char-untabify-method can be `all' now - to delete
6112 hungrily including newlines.
6113
6114 1999-11-15 Sam Steingold <sds@ksp.com>
6115
6116 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6117
6118 1999-11-15 Dave Love <fx@gnu.org>
6119
6120 * cus-edit.el (customize-face, customize-face-other-window):
6121 Require match from completing-read.
6122 (custom-buffer-done-function): Default to custom-bury-buffer, not
6123 bury-buffer.
6124
6125 1999-11-15 Gerd Moellmann <gerd@gnu.org>
6126
6127 * mail/rmail.el, iswitchb.el, hippie-exp.el,
6128 progmodes/cperl-mode.el: Use new backquote syntax.
6129
6130 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
6131
6132 * uniquify.el: Use new backquote syntax.
6133
6134 1999-11-14 Markus Rost <rost@ias.edu>
6135
6136 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6137 as in ispell-local-dictionary-alist.
6138
6139 1999-11-14 Alex Schroeder <alex@gnu.org>
6140
6141 * ansi-color.el (ansi-color-apply): Updated regexps to include
6142 highlighted face.
6143
6144 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
6145
6146 * forms.el (forms--make-format-elt-using-text-properties):
6147 Treat `intangible' differently.
6148
6149 * forms.el: Use new backquote syntax.
6150
6151 1999-11-13 Gerd Moellmann <gerd@gnu.org>
6152
6153 * textmodes/scribe.el (scribe-mode): Doc-fix.
6154
6155 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
6156
6157 * net-utils.el (run-network-program, net-utils-run-program): Use
6158 the new backquote syntax.
6159 (smbclient-program, smbclient-program-options)
6160 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6161 variables
6162 (smbclient, smbclient-list-shares): New functions
6163
6164 1999-11-12 Sam Steingold <sds@ksp.com>
6165
6166 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6167 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6168 (viper-kbd-buf-definition, viper-kbd-mode-alist)
6169 (viper-kbd-mode-pair, viper-kbd-mode-definition)
6170 (viper-kbd-global-pair, viper-kbd-global-definition):
6171 Use the new backquote syntax.
6172
6173 * emulation/viper-cmd.el (viper-test-com-defun)
6174 (viper-prefix-arg-value, viper-prefix-arg-com):
6175 Use the new backquote syntax.
6176
6177 * emacs-lisp/debug.el (debugger-env-macro):
6178 Use the new backquote syntax.
6179
6180 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6181 Use the new backquote syntax.
6182
6183 * calendar/calendar.el (calendar-remove-frame-by-deleting):
6184 New user variable.
6185 (calendar-hide-window): Use it.
6186 (increment-calendar-month, calendar-for-loop, calendar-sum):
6187 Use the new backquote syntax.
6188
6189 1999-11-12 Andrew Innes <andrewi@gnu.org>
6190
6191 * select.el (x-set-selection): Call buffer-substring, not
6192 substring. Also fix docstring
6193
6194 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
6195
6196 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6197 of customizable variables to bug report message. Added
6198 system-type to package name in bug report.
6199
6200 1999-11-12 Gerd Moellmann <gerd@gnu.org>
6201
6202 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6203 to display file names.
6204
6205 1999-11-11 Gerd Moellmann <gerd@gnu.org>
6206
6207 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6208
6209 * isearch.el: Add lazy-highlighting feature.
6210
6211 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
6212
6213 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6214 constant.
6215 (ps-mode-submit-bug-report): New function. Entry added to menu.
6216
6217 1999-11-10 William M. Perry <wmperry@aventail.com>
6218
6219 * mwheel.el: New file to support the new style wheeled mice.
6220
6221 1999-11-10 Gerd Moellmann <gerd@gnu.org>
6222
6223 * startup.el (initial-scratch-message): Add ";;" to the front of
6224 lines in the message.
6225
6226 * files.el (file-local-copy): Remove optional BUFFER argument
6227 because that's not used by anything.
6228
6229 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6230 to-address.
6231
6232 1999-11-08 Markus Rost <rost@ias.edu>
6233
6234 * wid-edit.el (widget-button-click): Wrap with save-excursion
6235 to restore track-mouse in the correct buffer.
6236
6237 1999-11-08 Gerd Moellmann <gerd@gnu.org>
6238
6239 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6240
6241 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
6242
6243 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6244 lpr-command to "lp" for some system-types. (copied from lpr.el
6245 Emacs version 20.2.1).
6246
6247 1999-11-04 Markus Rost <rost@ias.edu>
6248
6249 * simple.el (comment-region): Strip off white space at end of
6250 comment-start.
6251
6252 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6253
6254 * faces.el (secondary-selection): Fix wrong color name.
6255
6256 1999-11-04 John Tobey <jtobey@epsilondev.com>
6257
6258 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6259 the default when invoking perldb in a non-Perl buffer, and other
6260 cases involving -e or --.
6261
6262 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6263
6264 * simple.el (previous-matching-history-element)
6265 (next-history-element): Use delete-field instead of erase-field.
6266
6267 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6268 Use delete-field instead of erase-field.
6269
6270 * faces.el (secondary-selection): Change background to yellow.
6271
6272 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6273 find the start of the text. Use field-string to read the user
6274 input.
6275
6276 1999-11-03 Gerd Moellmann <gerd@gnu.org>
6277
6278 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6279 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6280 for compatibility with old face implementation.
6281
6282 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6283 Use erase-field instead of erase-buffer.
6284
6285 * frame.el (blink-cursor-mode, blink-cursor-end): Use
6286 internal-show-cursor with new interface.
6287 (blink-cursor-timer-function): New.
6288 (blink-cursor-start): Use blink-cursor-timer-function.
6289
6290 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6291
6292 * calendar.el (redraw-calendar): Move to nearest date before
6293 redrawing.
6294
6295 * diary-lib.el (simple-diary-display): Reset modeline even if
6296 there are no diary entries since the diary buffer may be displayed.
6297
6298 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6299
6300 * emacs-lisp/debug.el (debug): If noninteractive, display the
6301 backtrace using `message', then exit Emacs.
6302 (debugger-batch-max-lines): New variable.
6303 (debugger-setup-buffer): New subroutine, broken out of `debug'.
6304 Change the messages put at the start, to say that the debugger
6305 was entered.
6306
6307 1999-11-02 Sam Steingold <sds@ksp.com>
6308
6309 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6310
6311 1999-11-01 John Tobey <jtobey@epsilondev.com>
6312
6313 * gud.el: (gud-perldb-massage-args): Massage correctly in the
6314 presence of perl switches other than "-e".
6315
6316 1999-11-01 Markus Rost <rost@ias.edu>
6317
6318 * dired-x.el (dired-smart-shell-command): Use
6319 shell-command-history as in shell-command.
6320
6321 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6322
6323 * userlock.el (ask-user-about-lock): Doc fix.
6324
6325 * frame.el: Doc fixes.
6326
6327 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6328
6329 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6330 of show-cursor.
6331 (blink-cursor-start, blink-cursor-end): Ditto.
6332
6333 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6334
6335 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6336
6337 * window.el (walk-windows): If ALL-FRAMES is a frame,
6338 start on that frame. Use save-selected-window.
6339
6340 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6341
6342 * simple.el (end-of-buffer): Use window-end to find the window end
6343 instead of vertical-motion because this handles variable-height
6344 lines correctly.
6345
6346 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
6347
6348 * ediff.el: Version change.
6349
6350 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6351 make sure you are in a good frame before deleting other
6352 windows.
6353 (ediff-file-checked-in-p): Don't consider CVS
6354 files checked in.
6355 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
6356 are writing to a newly created empty file.
6357
6358 * ediff-mult.el (ediff-show-session-group-hook): New default.
6359
6360 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6361 First cd to the file directory. reportedly works
6362 better with remote files.
6363
6364 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6365 Use file-name-nondirectory when passing files to CVS.
6366
6367 * ediff-diff.el (ediff-cmp-options): New variable.
6368 (ediff-same-file-contents): Use ediff-cmp-options.
6369
6370 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6371 ediff-get-patch-buffer): Use current buffer if it appears to be a
6372 patch.
6373
6374 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6375 C-g
6376
6377 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6378 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6379 (viper-save-cursor-color,viper-restore-cursor-color):
6380 Improved cursor color handling.
6381 (viper-get-saved-cursor-color-in-replace-mode,
6382 viper-get-saved-cursor-color-in-insert-mode): New functions for
6383 better cursor color handling.
6384
6385 * viper-ex.el (ex-read,ex-edit):
6386 Fixes for correct interpretation of #,%.
6387 (viper-ex): Now works correctly when called from other functions.
6388 (viper-glob-function): New variable.
6389 (viper-ex): Save excursion before doing :global.
6390
6391 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6392
6393 * viper-cmd.el (viper-post-command-sentinel,
6394 viper-insert-state-post-command-sentinel,
6395 viper-insert-state-pre-command-sentinel): Takes better care of
6396 cursor colors.
6397
6398 * viper.el: Version change.
6399
6400 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
6401
6402 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6403 that the modeline display was updated *only* when
6404 `whitespace-display-in-modeline' was set, not otherwise.
6405
6406 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6407
6408 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6409 "frac12".
6410
6411 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6412 ad-activate.
6413
6414 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
6415
6416 * whitespace.el: Test for existence of `defcustom' and `defgroup'
6417 using fboundp instead of assuming that these are not present in
6418 particular flavors of emacs.
6419 (whitespace-version): Update to 2.8
6420 (whitespace-display-in-modeline): Add custom variable to control
6421 displaying the whitespace errors on the modeline based on
6422 suggestion from <klaus.berndl@sdm.de>
6423 (whitespace-buffer): Now returns `t' if unclean and `nil' if
6424 clean, to enable using as a hook function, as suggested by Puneet
6425 Goel <puneet@computer.org>
6426 (whitespace-buffer): Fix a subtle bug that cleaned up only if
6427 quiet was not set, even with whitespace-auto-cleanup set.
6428 (whitespace-mode-line): Now uses less modeline real estate and
6429 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6430 which is present in the file, and <y> is any type of whitespace
6431 whose check has been suppressed by setting
6432 `whitespace-check-<whitespace-type>' to nil.
6433 (whitespace-unchecked-whitespaces): New function to return the
6434 list of whitespaces for whom checks have been suppressed.
6435 (whitespace-display-unchecked-whitespaces): Renamed to
6436 `whitespace-update-modeline' to reflect its functionality.
6437
6438 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6439
6440 * progmodes/compile.el (compilation-error-regexp-alist):
6441 Undo previous change.
6442
6443 1999-10-28 Dave Love <fx@gnu.org>
6444
6445 * help.el (help-follow): Make arg optional again and really
6446 default to point.
6447
6448 1999-10-28 Gerd Moellmann <gerd@gnu.org>
6449
6450 * paths.el (rmail-file-name): Make it an option.
6451
6452 * progmodes/ada-mode.el, progmodes/ada-prj.el,
6453 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6454 comment fixes.
6455
6456 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6457 MIPS Pro 7.3 compiler error message syntax.
6458
6459 1999-10-27 Dave Love <fx@gnu.org>
6460
6461 * progmodes/compile.el: Checkdoc-inspired fixes.
6462
6463 1999-10-27 Gerd Moellmann <gerd@gnu.org>
6464
6465 * lpr.el (print-buffer): Doc-string fix.
6466
6467 1999-10-27 Dave Love <fx@gnu.org>
6468
6469 * emacs-lisp/advice.el: Doc fixes.
6470 (ad-lemacs-p): Removed.
6471 (advice): Add :link to defgroup.
6472
6473 1999-10-27 Kenichi Handa <handa@etl.go.jp>
6474
6475 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6476 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6477
6478 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6479
6480 * window.el (walk-windows): If ALL-FRAMES is a frame,
6481 start on that frame. Use save-selected-window.
6482
6483 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6484
6485 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6486 ad-activate. All callers changed, including those in data.c.
6487 (ad-activate-internal-off): Renamed from ad-activate-off.
6488 All uses changed.
6489 (ad-activate): Renamed from ad-activate-on. All uses changed.
6490 (ad-start-advice, ad-stop-advice, ad-recover-normality):
6491 Alter the definition of ad-activate-internal, not ad-activate.
6492
6493 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6494
6495 * startup.el (command-line-1): Add support for command line
6496 arguments `file' and `execute'. Fix handling of `visit'.
6497
6498 1999-10-26 Kenichi Handa <handa@etl.go.jp>
6499
6500 * international/mule-cmds.el (read-input-method-name): Handle the
6501 case that the arg DEFAULT is symbol.
6502
6503 * international/mule-diag.el (mule-diag): Handle the case that
6504 default-input-method is symbol.
6505
6506 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6507
6508 * textmodes/tildify.el: New file.
6509
6510 1999-10-25 Sam Steingold <sds@ksp.com>
6511
6512 * Makefile (compile-files): Fixed the "tr" strings.
6513 (EMACS): Set to ../src/emacs.
6514
6515 1999-10-25 Gerd Moellmann <gerd@gnu.org>
6516
6517 * info.el (Info-build-node-completions): Add '("*") to the
6518 completion list.
6519
6520 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6521
6522 * frame.el (auto-raise-mode): When enabling the mode,
6523 immediately raise the selected frame.
6524
6525 * indent.el (indent-region): Doc fix.
6526
6527 * comint.el (comint-output-filter): Make the Comint buffer current
6528 for the comint-preoutput-filter-functions.
6529
6530 * mail/reporter.el: Doc fix.
6531
6532 1999-10-24 Stephen Eglen <stephen@gnu.org>
6533
6534 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6535 that Octave lisp files can also run under XEmacs 20.
6536 (require 'custom) added so that files can run under Emacs 19.34.
6537
6538 * iswitchb.el (iswitchb-default-keybindings): No need to use
6539 read-kbd-macro in keybindings.
6540
6541 1999-10-23 Dave Love <fx@gnu.org>
6542
6543 * elide-head.el: New file.
6544
6545 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6546
6547 * Makefile (compile-files, backup-compiled-files): New targets.
6548 (bootstrap, bootstrap-clean): Ditto.
6549
6550 1999-10-22 Paul Eggert <eggert@twinsun.com>
6551
6552 * international/mule-cmds.c (locale-language-names):
6553 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6554 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6555 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6556 Use Latin-8 for Welsh.
6557 Use Latin-1 for English if "en" is explicitly specified.
6558 Use Latin-1 for Scots Gaelic, Tagalog.
6559 Use Latin-1 (not Latin-4) for Greenlandic.
6560 Use Latin-1 (not Latin-2) for Albanian.
6561 (locale-preferred-coding-systems, locale-language-names):
6562 Remove generic ISO 8859 locales; locale-charset-language-names now
6563 does this.
6564 (locale-charset-language-names): New variable.
6565 (set-locale-environment): Use language name specified by
6566 locale-charset-language-names if its charsets disagree with the
6567 language name specified by locale-language-names.
6568
6569 1999-10-22 Dave Love <fx@gnu.org>
6570
6571 * make-mode.el: Minor doc fixes.
6572
6573 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6574
6575 1999-10-21 Dave Love <fx@gnu.org>
6576
6577 * loadup.el: Add latin-8, latin-9.
6578
6579 1999-10-20 Paul Eggert <eggert@twinsun.com>
6580
6581 * disp-table.el (standard-display-european): Remove undocumented
6582 arg AUTO; no longer used by startup.el. Do not attempt to treat
6583 all non-English language environments as coding system names.
6584 Instead, use the downcased language environment name as a coding
6585 system name if it is one; otherwise, use latin-1.
6586
6587 1999-10-20 Gerd Moellmann <gerd@gnu.org>
6588
6589 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6590 that were split so that part of the comment appeared as Lisp code.
6591
6592 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6593
6594 * ps-bdf.el: Doc fix.
6595
6596 * ps-print-def.el: New file: common definitions for all parts of
6597 ps-print.
6598 (ps-multibyte-buffer): Moved from ps-mule.
6599
6600 * ps-mule.el: File dependence fix.
6601 (ps-multibyte-buffer): Moved to ps-print-def.
6602
6603 * ps-print.el: Doc fix, better customization.
6604 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6605 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6606 (ps-end-file): Doc fix.
6607 (ps-setup, ps-begin-file): Fun fix.
6608 (postscript): New group.
6609 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6610 (ps-print-prologue-1): Adjust PostScript programming.
6611 (ps-print): Adjust group hierarchy.
6612 (ps-print-n-up, ps-print-zebra, ps-print-background,
6613 ps-print-printer)
6614 (ps-print-page): New subgroups.
6615 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6616 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6617 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6618 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6619 (ps-zebra-stripe-height, ps-print-background-image)
6620 (ps-print-background-text, ps-spool-config): Adjust customization.
6621 (dos-ps-printer): Definition eliminated.
6622
6623 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6624
6625 * ps-mule.el: Doc fix, define functions properly if mule package is
6626 loaded or not.
6627 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6628 mule package is loaded or not.
6629
6630 * ps-print.el: Doc fix, n-up printing.
6631 (ps-print-version): New version number (5.0).
6632 (ps-page-dimensions-database): Added document media.
6633 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6634 (ps-page-order, ps-printing-region-p): New vars.
6635 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6636 funs.
6637 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6638 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6639 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6640 (ps-n-up-xstart, ps-n-up-ystart): New macros.
6641 (ps-print-begin-sheet-hook): New hook.
6642 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6643 const.
6644 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6645 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6646 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6647 (ps-count-lines): Changed to defun.
6648 (ps-header-page): Changed to defsubst, fix fun.
6649 (ps-printing-region): Doc fix, adjust programming code.
6650 (ps-output-boolean, ps-background-pages, ps-background-text)
6651 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6652 programming code.
6653
6654 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6655
6656 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6657 (ps-print-version): New version number (4.2).
6658 (ps-spool-config, ps-spool-tumble): New vars.
6659 (ps-print-prologue-1): Changed to defconst, adjust PostScript
6660 programming, new PostScript procedure to handle errors.
6661 (ps-print-prologue-2): Changed to defconst.
6662 (ps-print-duplex-feature): New const: duplex and tumble setting.
6663 (ps-setup, ps-begin-file): Fix funs.
6664 (ps-boolean-capitalized): New fun.
6665
6666 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
6667
6668 * Makefile (dontcompilefiles): Obsoleted.
6669 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6670 (EL): Unused.
6671 (temacs): Removed (unused).
6672 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6673 version of the file (necessary for the update to work properly).
6674 (autoloads): Force the use of `pwd`/loaddefs.el.
6675 (updates); Redefined in terms of other targets to reduce redundancy.
6676 (.el.elc): New default rule, just in case you want it.
6677 (compile): Use a single invocation of Emacs.
6678 (bootstrap-compile); Unneeded.
6679 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6680
6681 1999-10-19 Dave Love <fx@gnu.org>
6682
6683 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6684
6685 1999-10-19 Sam Steingold <sds@ksp.com>
6686
6687 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6688 comply with the comment.
6689
6690 1999-10-19 Gerd Moellmann <gerd@gnu.org>
6691
6692 * autorevert.el (auto-revert-mode): Make auto-revert-mode
6693 permanent-local.
6694
6695 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
6696
6697 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6698 value: \"lpr\" changed to "lpr"
6699 (ps-mode-version): New constant
6700 (ps-mode-show-version): New function, added key in ps-mode-map
6701 (ps-run-messages): Removed
6702 (ps-run-font-lock-keywords-2): New defcustom variable replacing
6703 ps-run-messages. These keywords now include the value of
6704 ps-run-prompt, making its fontification customizable.
6705 (ps-run-init): Removed \\n from docstring, it is now added when
6706 the value is used
6707 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6708 ps-run-prompt
6709 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6710 customizable variables in doc-string (its equivalent
6711 ps-run-messages was missing in previous version of the doc-string)
6712 (ps-run-mode): Simplified assignment to font-lock-defaults, using
6713 symbols only
6714
6715 1999-10-19 Alex Schroeder <alex@gnu.org>
6716
6717 * ansi-color.el: Complete rewrite.
6718
6719 1999-10-19 Paul Eggert <eggert@twinsun.com>
6720
6721 Fix bootstrapping problems.
6722 Use the system locale to specify Emacs locale defaults.
6723
6724 * international/mule-cmds.el (global-map):
6725 Do not use backquote, because that makes a bootstrapping
6726 problem if you need to recompile all Lisp files using interpreted code.
6727 * international/mule.el (charset-id, charset-bytes,
6728 charset-dimension, charset-chars, charset-width,
6729 charset-direction, charset-iso-final-char,
6730 charset-iso-graphic-plane, charset-reverse-charset,
6731 charset-short-name, charset-long-name, charset-description,
6732 charset-plist): Likewise.
6733 * subr.el (save-match-data): Likewise.
6734
6735 * international/mule-cmds.el
6736 (set-display-table-and-terminal-coding-system): New function,
6737 containing code migrated out of set-language-environment.
6738 (set-language-environment, set-locale-environment): Use it.
6739 (locale-translation-file-name): Moved here from startup.el.
6740 (locale-language-names, locale-preferred-coding-systems):
6741 New vars.
6742 (locale-name-match, set-locale-environment): New functions.
6743
6744 * language/japan-util.el (setup-japanese-environment-internal):
6745 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6746
6747 * startup.el (iso-8859-n-locale-regexp): Remove.
6748 (locale-translation-file-name): Move to mule-cmds.el.
6749 (command-line): Move locale-stuff into set-locale-environment.
6750
6751 1999-10-18 Dave Love <fx@gnu.org>
6752
6753 * abbrev.el (add-abbrev, inverse-add-abbrev)
6754 (expand-region-abbrevs): Remove properties from buffer text.
6755
6756 1999-10-17 Gerd Moellmann <gerd@gnu.org>
6757
6758 * iswitchb.el (iswitchb-exhibit): Extract user-input only
6759 from the mini-buffer, without the prompt.
6760
6761 * simple.el (minibuffer-prompt-end): Return the position
6762 after the prompt, not the position of that last character
6763 of the prompt.
6764
6765 1999-10-17 Miles Bader <miles@gnu.org>
6766
6767 * simple.el: Doc fixes.
6768
6769 1999-10-17 Miles Bader <miles@gnu.org>
6770
6771 * simple.el (previous-matching-history-element, next-history-element):
6772 Change to work correctly even if the point is in the prompt.
6773 (choose-completion-string): Likewise.
6774 (minibuffer-prompt-width): New function (compatibility with old subr).
6775
6776 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6777 When constraining the final position to the current field,
6778 don't use the ONLY-IN-LINE mode of constrain-to-field.
6779
6780 1999-10-17 Miles Bader <miles@gnu.org>
6781
6782 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6783 constrain-to-field.
6784 * textmodes/paragraphs.el (forward-sentence): Likewise.
6785
6786 1999-10-17 Miles Bader <miles@gnu.org>
6787
6788 * simple.el (line-move): Use constrain-to-field to avoid
6789 moving into a prompt.
6790 (previous-complete-history-element): Clarify doc string.
6791 (next-complete-history-element): Likewise.
6792 Use field-beginning instead of point-min.
6793 (next-matching-history-element): Use field-beginning and
6794 erase-field instead of point-min and erase-buffer.
6795 * textmodes/paragraphs.el
6796 (forward-paragraph, forward-sentence): Likewise.
6797 (backward-kill-paragraph, backward-kill-sentence): Remove code to
6798 constrain the kill to an field, as the movement commands now
6799 do this.
6800
6801 1999-10-17 Miles Bader <miles@gnu.org>
6802
6803 * simple.el (previous-matching-history-element): Get the
6804 minibuffer input with field-string instead of buffer-string.
6805 (choose-completion-string): Likewise.
6806 (next-history-element): Likewise.
6807 Erase the minibuffer input with erase-field, not erase-buffer.
6808 Use field-beginning to find the beginning of the input.
6809 * textmodes/paragraphs.el (backward-kill-sentence):
6810 Remove minibuffer-prompt hack.
6811 Constrain to any input field.
6812
6813 1999-10-17 Sam Steingold <sds@ksp.com>
6814
6815 * bindings.el (completion-ignored-extensions): Added ".sparcf"
6816 for CMUCL on sparc and ".ufsl" for LispWorks.
6817 (bound-and-true-p): Bugfix: free variable `v'.
6818
6819 1999-10-16 Dave Love <d.love@dl.ac.uk>
6820
6821 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6822 (edebug-uninstall-read-eval-functions): Use load-read-function,
6823 avoiding elisp-eval.
6824
6825 1999-10-16 Sam Steingold <sds@ksp.com>
6826
6827 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6828 instead of `eql'.
6829
6830 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
6831
6832 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6833 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6834 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6835 * ediff-util.el (ediff-make-temp-file):
6836 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6837 * emerge.el (emerge-make-temp-file):
6838 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6839 * vc.el (vc-update-change-log):
6840 * mail/mailpost.el (post-mail-send-it):
6841 * mail/metamail.el (metamail-region):
6842 * progmodes/cmacexp.el (c-macro-expansion):
6843 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6844
6845 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6846
6847 * smtpmail.el (smtpmail-via-smtp): Add support for
6848 automatically appending a domain to RCPT TO: addresses.
6849
6850 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6851
6852 * dired.el (dired-insert-directory): Insert the amount of
6853 free space after the total size.
6854 (dired-free-space-program, dired-free-space-args): New variables.
6855
6856 1999-10-14 Karl Heuer <kwzh@gnu.org>
6857
6858 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6859
6860 1999-10-14 Dave Love <fx@gnu.org>
6861
6862 * international/characters.el:
6863 * international/fontset.el:
6864 * international/mule-conf.el: Add latin-iso8859-1[45].
6865
6866 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6867 strings.
6868
6869 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6870 (command-line): Detect Latin-[89] locales.
6871
6872 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6873
6874 * international/mule-cmds.el (select-safe-coding-system)
6875 (leim-list-header): Avoid the use of strings that start with backslash
6876 newline since lread.c:read1 has a hack to turn those strings into
6877 integer 0 during the loadup.el process.
6878
6879 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6880
6881 1999-10-13 Dave Love <fx@gnu.org>
6882
6883 * image.el (insert-image): Copy the image spec and add an
6884 intangible property.
6885
6886 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * help.el (help-xref-interned): Make it also work on variable-only
6889 and function-only symbols.
6890 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6891 (help-follow): If the point under mouse is not highlighted, try
6892 `help-xref-interned' on the pointed-to symbol anyway.
6893
6894 * info.el (Info-on-current-buffer): New entry point.
6895 (Info-find-node): Split into two for Info-on-current-buffer to
6896 hook into it.
6897 (Info-current-file, Info-set-mode-line, Info-up):
6898 Info-current-file can now be t.
6899 (Info-clone-buffer-hook): Function for `clone-buffer'.
6900 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6901 Make `clone-buffer' available in various ways to the user.
6902
6903 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6904
6905 * simple.el (shell-command, shell-command-on-region): Use
6906 make-temp-file.
6907 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6908
6909 * subr.el (with-current-buffer): Don't use backquotes to avoid
6910 bootstrapping problems.
6911
6912 * loadup.el (load-path): Add subdirs for bootstrapping.
6913 (docstrings): Ignore errors during bootstrapping.
6914 (args): New `bootstrap' argument (for use in place of `dump').
6915
6916 1999-10-12 Emmanuel Briot <briot@gnat.com>
6917
6918 * ada-stmt.el: Doc-string fixes.
6919
6920 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6921
6922 * recentf.el: New file.
6923
6924 * ps-mode.el: New file.
6925
6926 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6927 case insensitive.
6928
6929 1999-10-12 Richard Sharman <rsharman@pobox.com>
6930
6931 * sh-script.el: Added support for indenting existing scripts.
6932 (sh-mode-map): Added new bindings.
6933 (sh-mode): Updated mode doc-string for new commands, added
6934 make-local-variable calls, initialize mode-specific variables.
6935 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6936 is now a different function.
6937 (sh-header-marker): Changed docstring.
6938 (sh-set-shell): Initialize mode-specific variables.
6939 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6940 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6941 Changed these define-skeleton calls to work with user-specified
6942 indentation settings.
6943 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6944 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6945 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6946 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6947 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6948 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6949 (sh-guess-basic-offset, sh-handle-after-case-label)
6950 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6951 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6952 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6953 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6954 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6955 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6956 (sh-handle-this-then, sh-help-string-for-variable)
6957 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6958 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6959 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6960 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6961 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6962 (sh-remove-our-text-properties, sh-rescan-buffer)
6963 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6964 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6965 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6966 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6967 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6968 functions.
6969 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6970 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6971 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6972 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6973 (sh-var-list): New variables.
6974
6975 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6976
6977 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6978 a value one line to high if the cursor wasn't at the start of a
6979 line. A `beginning-of-line' is now performed before making the
6980 call to `count-lines'.
6981
6982 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6983
6984 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6985
6986 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6987
6988 * Makefile (setwins): Abstract out the command to find subdirectories
6989 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6990 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6991 (autoloads-with-other-emacs): Use it.
6992
6993 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6994
6995 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6996
6997 * Makefile (bootstrap-compile): New target. Compile Lisp
6998 files with ../src/temacs.
6999
7000 1999-10-08 Dave Love <fx@gnu.org>
7001
7002 * ange-ftp.el: Require dired when compiling.
7003 (ange-ftp-normal-login): Allow EFS-style port specification.
7004
7005 1999-10-08 Simon Marshall <simon@gnu.org>
7006
7007 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7008 (regexp-opt-group): Use it to get common suffixes in STRINGS.
7009 If STRINGS is nil, return "" rather than nil.
7010
7011 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7012
7013 * Makefile (compile): Compile files one by one. Set load-path to
7014 current directory and subdirectories when compiling.
7015
7016 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7017
7018 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7019 (emacs): Use it everywhere instead of EMACS.
7020 (compile): New target. Compile all Lisp files from scratch.
7021 (recompile): New target. Recompile lisp directory.
7022 (autoloads-with-other-emacs): New target. Build loaddefs.el with
7023 an Emacs executable not built in the current directory tree.
7024
7025 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
7026
7027 * filecache.el (file-cache-completion-ignore-case): New variable,
7028 defaulting to the value of completion-ignore-case.
7029 (file-cache-minibuffer-complete): Use it.
7030 (file-cache-files-matching, file-cache-files-matching-internal):
7031 New functions.
7032
7033 1999-10-07 Emmanuel Briot <briot@gnat.com>
7034
7035 * ada-xref.el: New file
7036
7037 * ada-prj.el: New file
7038
7039 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7040
7041 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7042 subprogram being created.
7043
7044 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7045 ada-indent-newline-indent): Rewritten to support the new indentation
7046 scheme
7047
7048 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7049 New functions
7050
7051 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7052 justification parameter
7053
7054 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7055 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7056 external program
7057
7058 1999-10-07 Dave Love <fx@gnu.org>
7059
7060 * bindings.el (bound-and-true-p): New macro.
7061 (make-mode-line-mouse-sensitive): Don't require easymenu.
7062
7063 1999-10-07 Gerd Moellmann <gerd@gnu.org>
7064
7065 * custom.el (defface): Extend documentation for new values of
7066 `type'.
7067
7068 * faces.el (face-spec-set-match-display): Recognize `type' of
7069 `motif', `lucid', `x-toolkit'.
7070 (menu): New face.
7071
7072 1999-10-05 Dave Love <fx@gnu.org>
7073
7074 * files.el: Recognize temporary crontab files.
7075
7076 * info.el: Require jka-compr when compiling.
7077 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7078
7079 1999-10-04 Dave Love <fx@gnu.org>
7080
7081 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7082 scroll-up-aggressively, scroll-down-aggressively.
7083
7084 * time.el (display-time-mode): Add autoload cookie.
7085
7086 * rect.el (delete-extract-rectangle): Doc fix from verna.
7087
7088 * help-macro.el (three-step-help): Customize.
7089
7090 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7091
7092 * hexl.el (hexlify-buffer): Move point in proper range
7093 if it is too large.
7094 (hexl-after-revert-hook): Update hexl-max-address.
7095 (hexl-address-to-marker): Doc fix.
7096
7097 1999-10-03 Dave Love <fx@gnu.org>
7098
7099 * image.el (defimage): Remove redundant code. Substitute file in
7100 image plist.
7101
7102 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
7103
7104 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7105 when doing with-temp-file.
7106
7107 1999-10-01 Dave Love <fx@gnu.org>
7108
7109 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7110
7111 * help.el: Require view when compiling.
7112 (view-emacs-FAQ): Use Info version.
7113
7114 1999-09-29 Ken'ichi Handa <handa@gnu.org>
7115
7116 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7117 (normat->normal). Use correct font names for Korean
7118 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7119
7120 1999-09-29 Kenichi Handa <handa@etl.go.jp>
7121
7122 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7123 code not used by KOI8 to the same 8-bit code instead of mapping to
7124 SPC.
7125 (cyrillic-alternativnyj-decode-table): Likewise.
7126
7127 1999-09-29 Alex Schroeder <alex@gnu.org>
7128
7129 * sql.el (sql-imenu-generic-expression): Aew, used to set
7130 imenu-generic-expression.
7131 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7132 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
7133 imenu-case-fold-search, and imenu-syntax-alist.
7134 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7135 setting font-lock-defaults' SYNTAX-ALIST.
7136
7137 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7138
7139 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7140 macro, try again.
7141
7142 1999-09-28 Dave Love <fx@gnu.org>
7143
7144 * cus-edit.el (custom-comment): Change widget definition.
7145 (custom-comment-create, custom-comment-show)
7146 (custom-comment-invisible-p): Don't use :comment-overlay.
7147 (custom-comment-hide): New function.
7148 (custom-variable-set, custom-variable-save)
7149 (custom-variable-reset-standard, custom-face-set)
7150 (custom-face-save): Use it.
7151
7152 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7153
7154 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7155
7156 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7157
7158 * faces.el (region): Doc fix.
7159
7160 1999-09-27 Dave Love <fx@gnu.org>
7161
7162 * isearch.el (isearch): Add :links in defgroup.
7163 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7164 (isearch-switch-frame-handler): Comment out (unused).
7165 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7166 (isearch-ring-retreat-edit): Doc fix.
7167 (isearch-mouse-yank): New command.
7168 (isearch-last-command-char): Removed. Callers changed to use
7169 last-command-char.
7170 (isearch-char-to-string): Removed. Callers changed to use
7171 char-to-string.
7172
7173 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
7174
7175 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7176 option for Russian.
7177
7178 1999-09-25 Gerd Moellmann <gerd@gnu.org>
7179
7180 * faces.el (face-differs-from-default-p): Compare face
7181 attributes individually.
7182
7183 * image.el (put-image, insert-image): Add string argument.
7184
7185 1999-09-24 Gerd Moellmann <gerd@gnu.org>
7186
7187 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7188 LANG=de_DE.iso88591 on HPUX 11.0.
7189
7190 * dired.el (dired-move-to-filename-regexp): Make it work
7191 for LANG=de_DE.iso88591 on HPUX 11.0.
7192
7193 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7194
7195 * info.el (info-initialize): Don't test existence of ALTERNATIVE
7196 if we know for some other reason it should not be used.
7197
7198 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7199 New variable.
7200 (edebug-recursive-edit): Save current-prefix-arg there,
7201 bind it, and set it back at the end.
7202 (edebug-outside-excursion): Restore and update the outside
7203 value of current-prefix-arg.
7204 (edebug-emacs-version-specific): Delete support for Epoch.
7205
7206 1999-09-24 Howard Melman <howard@silverstream.com>
7207
7208 * imenu.el (imenu-after-jump-hook): New variable.
7209 (imenu): Run menu-after-jump-hook.
7210 (imenu-name-lookup-function): New variable.
7211 * imenu.el (imenu--in-alist): Use those variables.
7212
7213 1999-09-24 Carsten Dominik <cd@gnu.org>
7214
7215 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7216 multiple thebibliography environments.
7217
7218 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7219 with recentering window.
7220 (reftex-extract-bib-entries-from-thebibliography,
7221 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
7222 with multiple thebibliography environments.
7223
7224 * textmodes/reftex-vars.el
7225 (reftex-section-levels): Function allowed as cdr.
7226 (reftex-max-section-depth) New option.
7227
7228 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7229 with multiple thebibliography environments.
7230
7231 1999-09-23 Gerd Moellmann <gerd@gnu.org>
7232
7233 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7234 instead of point-min in call to delete-region.
7235
7236 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
7237
7238 * vc.el (vc-backend-checkout): Use with-temp-file when checking
7239 out into arbitrary file names.
7240
7241 1999-09-19 Ken'ichi Handa <handa@gnu.org>
7242
7243 * language/european.el ("Turkish"): New language environment.
7244
7245 1999-09-19 Dave Love <fx@gnu.org>
7246
7247 * delim-col.el: New file.
7248
7249 1999-09-17 Richard Stallman <rms@gnu.org>
7250
7251 * files.el (after-find-file): When visiting a backup file,
7252 make it read-only.
7253
7254 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7255 (apropos-keybinding-face, apropos-label-face): Likewise.
7256 (apropos-property-face, apropos-match-face): Likewise.
7257 (apropos-label-properties): New variable.
7258 (apropos-print-doc): Use apropos-label-properties.
7259 (apropos-print): Set apropos-label-properties.
7260
7261 1999-09-15 Richard Stallman <rms@gnu.org>
7262
7263 * winner.el: Use aref instead of sref.
7264
7265 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7266
7267 1999-09-14 Gerd Moellmann <gerd@gnu.org>
7268
7269 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7270
7271 1999-09-14 Richard Stallman <rms@gnu.org>
7272
7273 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7274 cookie, even if followed by a letter.
7275
7276 1999-09-14 Stephen Eglen <stephen@gnu.org>
7277
7278 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7279 --no-line-editing are passed to Octave by including them here
7280 rather than storing them in inferior-octave-startup-args.
7281
7282 1999-09-14 Eli Zaretskii <eliz@gnu.org>
7283
7284 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7285 command, option, env and sc.
7286
7287 * subr.el (shell-quote-argument): Quote argument with double
7288 quotes for ms-dos.
7289
7290 1999-09-14 Richard Stallman <rms@gnu.org>
7291
7292 * simple.el (eval-expression-print-level): New variable.
7293 (eval-expression-print-length): New variable.
7294 (eval-expression-debug-on-error): New variable.
7295 (eval-expression): Bind print-level, print-length and
7296 debug-on-error from those vars.
7297
7298 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7299 Bind print-level, print-length and debug-on-error.
7300
7301 1999-09-14 Inge Frick <inge@nada.kth.se>
7302
7303 * dired.el (dired-recursive-deletes): New custom variable.
7304 (dired-re-no-dot): New variable.
7305 (dired-delete-file): New function deletes files and directories
7306 recursively.
7307 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7308
7309 * dired-aux.el (dired-recursive-copies): New custom variable.
7310 (dired-handle-overwrite): Broke a long line.
7311 (dired-copy-file): Call `dired-copy-file-recursive' instead of
7312 `copy-file'.
7313 (dired-copy-file-recursive): New function. Copy directories
7314 recursively.
7315 (dired-do-create-files): Added support for generalized directory
7316 target. How-to function may now return a function. New fluid
7317 variable `dired-one-file'.
7318 (dired-copy-how-to-fn): New variable.
7319 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7320 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7321 (dired-do-copy-regexp): No recursive copies.
7322
7323 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
7324
7325 * whitespace.el (whitespace-version): Update version to 2.4
7326
7327 * whitespace.el: Add customization variables to conditionally test
7328 any of the five whitespaces, per request from Rune Kleveland
7329 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7330
7331 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7332
7333 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7334 list of modes to be checked for bogus whitespaces.
7335
7336 * whitespace.el (whitespace-rescan-timer-time): Update
7337 documentation.
7338
7339 * whitespace.el (whitespace-display-unchecked-whitespaces):
7340 New function to update modeline with untested whitespaces.
7341
7342 * whitespace.el (whitespace-buffer): Test only whitespaces whose
7343 checking is turned on, and update modeline using the newly created
7344 `whitespace-display-unchecked-whitespaces'.
7345
7346 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7347 whose checking is turned on, and update modeline using the newly
7348 created `whitespace-display-unchecked-whitespaces'.
7349
7350 * whitespace.el (whitespace-describe): Update documentation.
7351
7352 * whitespace.el (whitespace-tickle-timer): Test if
7353 `whitespace-rescan-timer-time' is non-zero before tickling timer.
7354
7355 1999-09-13 Dave Love <fx@gnu.org>
7356
7357 * hideif.el (hide-ifdef-mode): Add autoload cookie.
7358
7359 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7360 for temp buffer.
7361 (checkdoc-this-string-valid): Don't assume default comment-start.
7362
7363 1999-09-13 Gerd Moellmann <gerd@gnu.org>
7364
7365 * rsz-mini.el: Remove code, keep the interface.
7366
7367 1999-09-13 Dave Love <fx@gnu.org>
7368
7369 * help.el (help-highlight-p): Doc fix.
7370
7371 * faces.el (mode-line, header-line, tool-bar): Add :version.
7372 (highlight, secondary-selection): Add :group.
7373 (trailing-whitespace): Add :group, :version.
7374
7375 * wid-edit.el: Remove some compatibility code and checks.
7376 (widget-specify-field, widget-specify-button): Don't use XEmacs
7377 properties.
7378 (widget-overlay-inactive): Change error message.
7379 (widget-button-pressed-face): New variable.
7380 (widget-button-click): Use it.
7381 (widget-documentation-link-add): Specify mouse and button faces.
7382 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7383 removed now the functionality is built in.
7384
7385 * cus-edit.el: Don't define-widget-keywords.
7386 (multimedia): New group.
7387 (custom-last): Function removed.
7388 (custom-quote): Add vectorp case, comment out characterp case.
7389 (custom-buffer-done-function, custom-raised-buttons): New option.
7390 (Custom-buffer-done): New function.
7391 (custom-buffer-create-internal): Obey custom-raised-buttons,
7392 Custom-buffer-done.
7393 (custom-button-face): Make it `released-button'.
7394 (custom-button-pressed-face): Make it `pressed-button'
7395 (custom-mode-map): Bind "q" to Custom-buffer-done.
7396 (custom-mode): Deal with raised/pressed buttons.
7397
7398 Changes from Didier Verna:
7399 (custom-prompt-variable): Optional third arg makes prompt for a
7400 comment string.
7401 (customize-set-value, customize-set-variable,
7402 customize-save-variable): Optional prefix makes function handle
7403 variable comments.
7404 (customize-customized, customize-saved, custom-variable-state-set)
7405 (custom-variable-set, custom-variable-save, custom-face-state-set)
7406 (custom-variable-reset-saved, custom-variable-reset-standard)
7407 (custom-face-set, custom-face-save, custom-face-reset-saved)
7408 (custom-face-reset-standard, customize-save-customized): Handle
7409 custom comments.
7410 (custom-comment-face, custom-comment-tag-face): New face.
7411 (custom-comment): New widget.
7412 (custom-comment-create, custom-comment-delete)
7413 (custom-comment-value-set, custom-comment-show)
7414 ()custom-comment-invisible-p): New functions.
7415 (custom-variable-value-create, custom-face-value-create): Create a
7416 comment field widget.
7417 (custom-variable-menu, custom-face-menu): New entry for custom
7418 comment.
7419 (custom-face-value-create): Remove compatibility code.
7420 (custom-save-variables, custom-save-faces): Possibly save custom
7421 comments.
7422
7423 * cus-face.el (custom-face-attributes): Simplify :underline,
7424 :overline, :inverse-video cases. Fix up :box case (probably needs
7425 more work).
7426
7427 Change from Didier Verna:
7428 (custom-set-faces): The arguments can now have a custom comment as
7429 fourth argument.
7430
7431 * custom.el: Don't define-widget-keywords.
7432 Change from Didier Verna:
7433 (custom-set-variables): The arguments can now have a
7434 custom comment as fifth element.
7435
7436 1999-09-13 Richard Stallman <rms@gnu.org>
7437
7438 * info.el (Info-find-node): Cope better if guesspos is too large.
7439
7440 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7441
7442 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7443 of buffer-substring because buffer-string doesn't copy the
7444 prompt.
7445
7446 * faces.el (mode-line): Replaces `modeline'.
7447 (toplevel): Make `modeline' an alias for `mode-line'.
7448
7449 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7450
7451 * gs.el: Change `ghostscript' to `postscript' in comment.
7452
7453 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
7454
7455 * emulation/tpu-edt.el (tpu-version): New version.
7456 (tpu-search-overlay, tpu-replace-overlay): New variables.
7457 (tpu-search-highlight, tpu-toggle-direction): New functions.
7458 (tpu-lm-replace): Set tpu-replace-overlay.
7459 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7460 command hook.
7461
7462 1999-09-11 Richard Stallman <rms@gnu.org>
7463
7464 * isearch.el (isearch-mode-map): Undo previous change.
7465
7466 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7467 use all of that as the sexp.
7468
7469 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7470 and use the initial argument as file name directly.
7471 Likewise if nothing matches.
7472
7473 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
7474
7475 * winner.el: Major changes. Avoid changing point and mark.
7476 Save configurations after they change, not before.
7477
7478 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
7479
7480 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7481 Bind print-continuous-numbering and print-number-table.
7482
7483 1999-09-10 Dave Love <fx@gnu.org>
7484
7485 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7486
7487 1999-09-09 Richard Stallman <rms@gnu.org>
7488
7489 * whitespace.el: Finish making it fit Emacs conventions.
7490 Add autoloads.
7491
7492 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
7493
7494 * generic-x.el (bat-generic-mode): "::"-style comments don't
7495 need to begin with "-". Fix the font-lock definitions of ON/OFF
7496 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
7497 from the list of keywords. Add DO to the list of keywords.
7498
7499 1999-09-09 Dave Love <fx@gnu.org>
7500
7501 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7502 (byte-optimize-backward-word): New optimizations.
7503 (side-effect-free-fns, side-effect-and-error-free-fns): Add
7504 entries.
7505
7506 1999-09-09 Gerd Moellmann <gerd@gnu.org>
7507
7508 * image.el (put-image): Remove optional buffer parameter.
7509
7510 * faces.el (face-italic-p): Return t only for values `italic'
7511 and `oblique'.
7512
7513 * mouse.el (mouse-drag-mode-line-1): Extension of former
7514 mouse-drag-mode-line that also drags the header line.
7515 (mouse-drag-mode-line): Call it.
7516 (mouse-drag-header-line): New.
7517 (toplevel): Bind down-mouse-1 on header lines to
7518 mouse-drage-header-line.
7519
7520 1999-09-08 Gerd Moellmann <gerd@gnu.org>
7521
7522 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7523 (make-mode-line-mouse-sensitive): Replace `top-line' by
7524 `header-line'.
7525
7526 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
7527
7528 * help.el (describe-function-1): Don't return empty string for keymaps.
7529
7530 * fill.el (fill-region-as-paragraph, canonically-space-region):
7531 Respect colon-double-space at end of line.
7532
7533 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
7534
7535 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7536 (backup-buffer): Use it.
7537
7538 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
7539
7540 * generic-x.el (generic-define-unix-modes): Added new modes:
7541 inetd-conf-generic-mode, etc-services-generic-mode,
7542 etc-passwd-generic-mode. These are all defined for Unix by default.
7543 (apache-generic-mode): Use an imenu-generic-expression to list
7544 Configuration keywords.
7545 (samba-generic-mode): Use both ; and # as comment characters.
7546 (samba-generic-mode): Font-lock expressions now highlight name
7547 value pairs.
7548 (bat-generic-mode): Keywords are now case-insensitive through
7549 font-lock-defaults setting.
7550 (java-properties-generic-mode): Supports both ! and # as comment
7551 characters.
7552 (java-properties-generic-mode): Added an imenu-generic-expression
7553 (java-properties-generic-mode): Reworked to support the various
7554 different ways to separate name and value (viz, '=', ':' and
7555 whitespace).
7556 (show-tabs-generic-mode): Added this new generic-mode.
7557
7558 1999-09-08 Richard Stallman <rms@gnu.org>
7559
7560 * progmodes/inf-lisp.el: Moved from top directory.
7561
7562 * tar-mode.el (tar-header-block-tokenize):
7563 Use `when' instead of `and'. Fix some clobbered text.
7564
7565 * gud.el (gud-make-debug-menu): Make a child for the
7566 local menu, for its menu bar, and the debug menu.
7567 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7568 Use the history in the simple way.
7569
7570 1999-09-07 Kenichi Handa <handa@etl.go.jp>
7571
7572 * language/korea-util.el (default-korean-keyboard): Initialize it
7573 according to the environment variable HANGUL_KEYBOARD_TYPE.
7574
7575 1999-09-07 Richard Stallman <rms@gnu.org>
7576
7577 * subr.el (make-temp-file): New function.
7578
7579 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
7580
7581 * font-lock.el (font-lock-multiline): New text property contains
7582 a boolean to indicate if the char is part of a multiline match.
7583 (font-lock-default-fontify-region): Extend the region appropriately
7584 for multiline keywords.
7585 (font-lock-default-unfontify-region): Also remove the new
7586 font-lock-multiline text property.
7587 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7588 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7589
7590 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7591
7592 * diary-lib.el (list-diary-entries): Make sure two-digit years
7593 have leading zeros.
7594
7595 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7596
7597 * faces.el (face-set-after-frame-default): Initialize some
7598 attributes of some faces from frame parameters.
7599
7600 * faces.el (scroll-bar, border, cursor, mouse): New faces.
7601
7602 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7603
7604 * faces.el (fringe): Replaces face `margin'.
7605
7606 1999-09-07 Dave Love <fx@gnu.org>
7607
7608 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7609
7610 1999-09-07 Richard Stallman <rms@gnu.org>
7611
7612 * subr.el (push): Doc fix.
7613
7614 1999-09-06 Richard Stallman <rms@gnu.org>
7615
7616 * vc.el (vc-annotate-display): Use < 69 not < 70
7617 to distinguish 20YY from 19YY.
7618
7619 * timezone.el (timezone-parse-date): Use < 69 not < 70
7620 to distinguish 20YY from 19YY.
7621
7622 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7623
7624 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
7625
7626 * quickurl.el: (quickurl-list-focused-line): Removed.
7627 (quickurl-list-insert): Now works out the focused line using
7628 `count-lines' instead of using `quickurl-list-focused-line'.
7629
7630 1999-09-06 Richard Stallman <rms@gnu.org>
7631
7632 * mail/rmail.el (rmail-retry-failure): Unconditionally move
7633 to beginning of message.
7634
7635 1999-09-06 Dave Love <fx@gnu.org>
7636
7637 * isearch.el (isearch-mode-map): Add mouse-2.
7638
7639 * mail/rmail.el (rmail-read-password): Deleted.
7640 (rmail-get-pop-password): Use read-password.
7641
7642 * quickurl.el: Don't conditionally define caddr.
7643 (quickurl-url-comment): Use nth, not caddr in function and
7644 defsetf.
7645
7646 1999-09-06 Richard Stallman <rms@gnu.org>
7647
7648 * auto-show.el: Doc fixes.
7649
7650 1999-09-06 Stephen Eglen <stephen@gnu.org>
7651
7652 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7653 --no-line-editing so that TABs in source files are not interpreted
7654 as completion requests.
7655
7656 1999-09-06 Gerd Moellmann <gerd@gnu.org>
7657
7658 * hscroll.el, auto-show.el: Remove all code, keep the public
7659 interface as no-ops.
7660
7661 * faces.el (face-bold-p): Don't return t if face has lighter
7662 weight than normal.
7663
7664 1999-09-06 Eli Zaretskii <eliz@gnu.org>
7665
7666 * startup.el (command-line): Make small-temporary-file-directory
7667 be nil except on ms-dos.
7668
7669 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
7670
7671 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7672 is defined.
7673
7674 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7675 letters with a colon after d or l.
7676
7677 1999-09-06 Dave Love <fx@gnu.org>
7678
7679 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
7680 primitive.)
7681
7682 1999-09-05 Richard Stallman <rms@gnu.org>
7683
7684 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7685
7686 * textmodes/paragraphs.el (backward-kill-sentence):
7687 Don't test minibuffer-prompt-end here.
7688 (forward-sentence): Do handle it here.
7689 (backward-kill-paragraph): Don't test it here.
7690 (forward-paragraph): Handle it here.
7691
7692 * mouse.el (font-menu-add-default): Simplify code.
7693
7694 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7695
7696 * faces.el (header-line): Renamed from `top-line'.
7697
7698 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7699
7700 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7701
7702 1999-09-04 Richard Stallman <rms@gnu.org>
7703
7704 * whitespace.el: New file.
7705
7706 1999-09-04 Dave Love <fx@gnu.org>
7707
7708 * paths.el: Make some doc strings obey the make-docfile convention.
7709
7710 * bindings.el: Likewise.
7711 (debug-ignored-errors): Remove BBDB ones.
7712
7713 1999-09-03 Richard Stallman <rms@gnu.org>
7714
7715 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7716 not from the draft to forward.
7717
7718 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7719
7720 1999-09-03 Dave Love <fx@gnu.org>
7721
7722 * double.el (double-mode): Customize the variable.
7723
7724 1999-09-03 Kenichi Handa <handa@etl.go.jp>
7725
7726 * international/characters.el: Delete duplicated code.
7727
7728 1999-09-02 Richard Stallman <rms@gnu.org>
7729
7730 * indent.el (indent-relative): Doc fix.
7731
7732 * quickurl.el (quickurl): Doc fix.
7733
7734 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7735
7736 * faces.el (margin): Change background to "gray" for mono (this is
7737 drawn with a stipple pattern).
7738
7739 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7740
7741 * simple.el (next-history-element): Use minibuffer-prompt-end once
7742 again. Remove test for minibuffer-prompt-in-buffer.
7743
7744 1999-09-02 Eli Zaretskii <eliz@gnu.org>
7745
7746 * files.el (small-temporary-file-directory): New variable.
7747
7748 * startup.el (command-line): Compute the value of
7749 small-temporary-file-directory.
7750
7751 * ediff-init.el (ediff-temp-file-prefix): Use
7752 small-temporary-file-directory if non-nil.
7753
7754 * vc.el (vc-update-change-log): Likewise.
7755
7756 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7757
7758 * simple.el (shell-command, shell-command-on-region): Use
7759 make-temp-name properly. Use small-temporary-file-directory if
7760 non-nil, otherwise temporary-file-directory, to generate temporary
7761 files.
7762
7763 * dos-w32.el (direct-print-region-helper): Use
7764 temporary-file-directory. (From Stefan Monnier.)
7765
7766 1999-09-02 Richard Stallman <rms@gnu.org>
7767
7768 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7769 from asm-comment-char.
7770 (asm-font-lock-keywords): Recognize instruction width suffixes.
7771
7772 1999-09-01 Richard Stallman <rms@gnu.org>
7773
7774 * play/fortune.el: New file.
7775
7776 1999-08-31 Dave Love <fx@gnu.org>
7777
7778 * help.el (help-make-xrefs): Don't lose on non-empty blank line
7779 after key table.
7780
7781 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7782 redisplay variables.
7783
7784 * subr.el (push): Fix typo.
7785
7786 1999-08-30 Kevin Blake <kblake@ticnet.com>
7787
7788 * emacs-lisp/ring.el: Many doc fixes.
7789 (ring-size, ring-copy): New functions.
7790
7791 1999-08-29 Richard Stallman <rms@gnu.org>
7792
7793 * progmodes/etags.el (tags-loop-continue):
7794 After tags-loop-operate returns, force skip to next file.
7795
7796 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7797 (mail-extr-first-letters, mail-extr-last-letters):
7798 Use character classes [:alpha:] and [:alnum:].
7799
7800 * subr.el (push, pop): New macros.
7801
7802 * progmodes/compile.el (compilation-error-regexp-alist):
7803 New item for SGI IRIX MipsPro compilers.
7804
7805 * speedbar.el (speedbar-directory-buttons): Recognize
7806 device names when checking for file names.
7807
7808 * array.el (array-reconfigure-rows): Use generate-new-buffer.
7809
7810 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7811 and specially handle defvar inside their expansions.
7812 (eval-defun-1): New subroutine.
7813
7814 * progmodes/compile.el (compilation-error-regexp-alist):
7815 Fix the Perl -w entry to allow period after line number.
7816 Don't allow newlines in file name, but allow them after line number
7817 for Perl debugging traces.
7818
7819 * which-func.el (which-func-cleanup-function): New variable.
7820 (which-function): Call that function.
7821
7822 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7823 to end a function name.
7824
7825 * informat.el (Info-tagify): Don't insert more than one newline
7826 before the tag table.
7827
7828 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
7829
7830 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7831 than make-temp-name, use match-string-no-properties, and eliminate
7832 a quadratic behavior when building bibtex-strings.
7833
7834 1999-08-29 Alex Schroeder <alex@gnu.org>
7835
7836 * comint.el (comint-input-ring-separator): New variable.
7837 (comint-read-input-ring): Doc change; use
7838 comint-input-ring-separator when reading file.
7839 (comint-write-input-ring): Use
7840 comint-input-ring-separator when writing file.
7841
7842 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7843
7844 * informat.el (Info-tagify): Start by widening.
7845 Match node headers that don't list the file name,
7846 and more kinds of page separations.
7847 Strip properties during tagification.
7848 Use start of node header line as tag's position.
7849 Fix the "done" message.
7850
7851 (Info-validate): Save and restore match data around narrowing down.
7852
7853 1999-08-28 Richard M. Stallman <rms@gnu.org>
7854
7855 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7856 On repeated call, override previous values put into
7857 minor-mode-map-alist and minor-mode-alist.
7858
7859 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7860
7861 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7862
7863 1999-08-27 Andreas Schwab <schwab@gnu.org>
7864
7865 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7866 from cvs update.
7867
7868 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7869
7870 * calendar/calendar.el (calendar-move-hook): New hook.
7871
7872 * calendar/cal-move.el: Call the new hook in every movement function.
7873
7874 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7875 the right function name.
7876
7877 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7878
7879 * time-stamp.el: Put quote-backquote around all symbol names
7880 in doc strings, for mousing.
7881 (time-stamp): Support multi-line patterns.
7882 (time-stamp-inserts-lines): New variable.
7883 (time-stamp-count): New variable.
7884 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7885 "Thu" instead of "%a".
7886
7887 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7888
7889 * simple.el (kill-word): Undo previous change.
7890
7891 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7892
7893 * jit-lock.el (jit-lock-function): Extend the fontified range
7894 to the beginning of the line containing the range start and
7895 the beginning of the line following the range end.
7896
7897 1999-08-24 Dave Love <fx@gnu.org>
7898
7899 * timezone.el: Move provide to end.
7900 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7901 <70 are 2000+.
7902 (timezone-parse-time): Simplify somewhat.
7903
7904 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7905
7906 * faces.el (margin): Renamed from bitmap-area.
7907
7908 1999-08-24 Alex Schroeder <alex@gnu.org>
7909
7910 * sql.el: Doc changes.
7911 (sql-sybase): Use sql-server instead of sql-database.
7912
7913 1999-08-23 Dave Love <fx@gnu.org>
7914
7915 * rect.el: Add/fix various doc strings. Add `*' to all the
7916 interactive specs.
7917
7918 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7919
7920 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7921 Don't unwind-protect font-lock-fontify-region.
7922
7923 * paragraphs.el (backward-kill-paragraph): Don't move
7924 point into mini-buffer prompt.
7925 (backward-kill-sentence): Ditto.
7926
7927 * simple.el (next-history-element): Use minibuffer-prompt-end.
7928 Remove test for minibuffer-prompt-in-buffer.
7929 (kill-word): Don't move point into mini-buffer prompt.
7930
7931 1999-08-21 Dave Love <fx@gnu.org>
7932
7933 * Makefile: Exclude CVS dirs like RCS.
7934
7935 1999-08-19 Dave Love <fx@gnu.org>
7936
7937 * tooltip.el (tooltip-mode): Customize this, per convention.
7938 (tooltip-active): Option deleted.
7939
7940 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7941
7942 * hanoi.el, page-ext.el: Declare dynamic vars.
7943
7944 * term.el: Avoid ange-ftp related compilation warnings.
7945
7946 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7947
7948 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7949 the default so that beginners can benefit from it without
7950 searching in manuals.
7951
7952 1999-08-18 Ray Blaak <blaak@gnu.org>
7953
7954 * progmodes/delphi.el: Consider assembly sections as blocks, to
7955 indent them better. Make auto-indent on newline optional.
7956
7957 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7958
7959 * bindings.el (mode-line-modified): Look up key binding for C-x
7960 C-q. If it's bound call that binding, otherwise call
7961 toggle-read-only.
7962
7963 1999-08-17 Dave Love <fx@gnu.org>
7964
7965 * info.el (info): Doc fix.
7966
7967 * finder.el (finder-known-keywords): Add `multimedia'.
7968
7969 * apropos.el: Don't capitalize custom group name.
7970
7971 * info-look.el: Remove compatibility code.
7972 (info-lookup-guess-default*): DTRT for point at start of symbol.
7973 (info-complete): Don't lose with point not at end of symbol.
7974
7975 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7976
7977 * term.el (toplevel): Make face `term-default' an empty face.
7978 The code relied on the fact that Emacs ignored invalid faces in
7979 face text properties in 20.4.
7980
7981 1999-08-16 Richard M. Stallman <rms@gnu.org>
7982
7983 * subr.el (point-at-eol, point-at-bol): New aliases.
7984
7985 * simple.el: Functions reordered.
7986
7987 * rect.el (delete-rectangle-line): Use line-end-position.
7988
7989 1999-08-16 Karl Heuer <kwzh@gnu.org>
7990
7991 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7992 here from simple.el.
7993
7994 1999-08-16 Dave Love <fx@gnu.org>
7995
7996 * mouse.el: Provide `mldrag' for compatibility.
7997 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7998 marked obsolete.
7999
8000 * mldrag.el: Removed since the features are in mouse.el.
8001
8002 * jka-compr.el (auto-compression-mode): New variable for
8003 customization.
8004
8005 * bindings.el (mode-line-mule-info): Doc fix.
8006
8007 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8008 name comparisons.
8009
8010 * files.el (interpreter-mode-alist): Add make, guile, clisp.
8011 (find-file): Doc fix.
8012
8013 1999-08-16 Carsten Dominik <cd@gnu.org>
8014
8015 * textmodes/reftex.el: Most of the code moved to other files.
8016 * textmodes/reftex-auc.el: New file, split out from reftex.el
8017 * textmodes/reftex-cite.el: New file, split out from reftex.el
8018 * textmodes/reftex-global.el: New file, split out from reftex.el
8019 * textmodes/reftex-index.el: New file, split out from reftex.el
8020 * textmodes/reftex-parse.el: New file, split out from reftex.el
8021 * textmodes/reftex-ref.el: New file, split out from reftex.el
8022 * textmodes/reftex-sel.el: New file, split out from reftex.el
8023 * textmodes/reftex-toc.el: New file, split out from reftex.el
8024 * textmodes/reftex-vars.el: New file, split out from reftex.el
8025 * textmodes/reftex-vcr.el: New file, split out from reftex.el
8026
8027 1999-08-16 Carsten Dominik <cd@gnu.org>
8028
8029 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8030 conflict with pop-up-frames.
8031 (reftex-special-environment-parsers): New constant.
8032 (reftex-label-alist): car of an entry can also be a function.
8033 (reftex-what-special-env): Cew function.
8034 (reftex-label-location): Call `reftex-what-special-env'.
8035 (reftex-compile-variables): Check for symbol in
8036 `reftex-label-alist'.
8037 (reftex-what-environment): Fixed bug with stacked environments of
8038 same kind (e.g. enumerate).
8039 (reftex-process-string): Preserve default directory.
8040 (reftex-label-alist-builtin): Changed prefixes of endnote and
8041 footnote. Also the magic words.
8042 (reftex-reference): Interprete new option
8043 `reftex-fref-is-default'.
8044 (reftex-replace-prefix-escapes): Interprete new `%S' format.
8045 (reftex-toc-mouse-view-line): Command removed (had no binding).
8046 (reftex-everything-regexp): New function.
8047 (reftex-nearest-match): Made better.
8048 (reftex-toc-find-section): Use new version of
8049 `reftex-nearest-match'.
8050 (reftex-insert-docstruct): Adapted to work with the index stuff.
8051 (reftex-parse-from-file): Find index entries as well.
8052 (reftex-toc-toggle-index): New function
8053 (reftex-toc-map): `i' is now used to togle the index, File
8054 boundaries has been moved to `F'.
8055 (reftex-select-label-map): Toggling display of file boundaries is
8056 now on the `F' key, for consistency with `reftex-toc-map'.
8057 (reftex-erase-all-selection-and-index-buffers): Renamed from
8058 `reftex-erase-all-selection-buffer'. Now also kills the index
8059 buffers.
8060 (reftex-viewing-cross-references): Customization group renamed
8061 from reftex-viewing-cross-references-and-citations.
8062 (reftex-index-macro-regexp,
8063 reftex-find-index-entry-regexp-format): New variables
8064 (reftex-macros-with-index): New variable
8065 (reftex-add-index-macros): New function
8066 (reftex-renumber-simple-labels, reftex-translate): Allow for
8067 multiple labels in a single ref command.
8068 (reftex-index-support): New customization group
8069 (reftex-support-index, reftex-index-special-chars,
8070 reftex-index-macros, reftex-index-default-macro,
8071 reftex-index-default-tag, reftex-index-math-format,
8072 reftex-index-section-letters, reftex-index-include-context,
8073 reftex-index-follow-mode, reftex-index-header-face,
8074 reftex-index-section-face, reftex-index-tag-face,
8075 reftex-index-face): New options
8076 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8077 reftex-index-tag, reftex-index-return-marker,
8078 reftex-index-restriction-indicator, reftex-index-restriction-data,
8079 reftex-index-macro-regexp, reftex-index-level-re,
8080 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8081 reftex-everything-regexp-no-index, reftex-index-re,
8082 reftex-macros-with-index, reftex-index-macro-alist): New variables
8083 (reftex-index-help, reftex-index-macros-builtin,
8084 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8085 reftex-query-index-macro-help): New constants
8086 (reftex-index-selection-or-word, reftex-index,
8087 reftex-default-index, reftex-update-default-index,
8088 reftex-index-complete-tag, reftex-index-select-tag,
8089 reftex-index-complete-key, reftex-index-update-taglist,
8090 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8091 reftex-display-index, reftex-insert-index,
8092 reftex-index-insert-new-letter, reftex-get-restriction,
8093 reftex-index-pre-command-hook, reftex-index-post-command-hook,
8094 reftex-index-show-help, reftex-index-next, reftex-index-previous,
8095 reftex-index-toggle-follow, reftex-index-toggle-context,
8096 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8097 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8098 reftex-index-quit, reftex-index-quit-and-kill,
8099 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8100 reftex-index-revert, reftex-index-switch-index-tag,
8101 reftex-index-restrict-to-section, reftex-index-widen,
8102 reftex-index-restriction-forward,
8103 reftex-index-restriction-backward, reftex-index-visit-location,
8104 reftex-index-analyze-entry, reftex-index-globalize,
8105 reftex-index-edit, reftex-index-toggle-range-beginning,
8106 reftex-index-toggle-range-end, reftex-index-edit-key,
8107 reftex-index-edit-attribute, reftex-index-edit-visual,
8108 reftex-index-edit-part, reftex-index-level-down,
8109 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8110 reftex-index-change-entry, reftex-index-goto-letter,
8111 reftex-add-index-macros, reftex-ensure-index-support,
8112 reftex-index-info-safe, reftex-index-info): New functions.
8113
8114
8115 1999-08-15 Richard M. Stallman <rms@gnu.org>
8116
8117 * paren.el (show-paren-mode): Support making show-paren-mode
8118 a buffer-local variable. Don't check for a window system.
8119 (show-paren-function): Check whether show-paren-function is
8120 enabled in current buffer; do the right thing if not.
8121 Don't check for a window system.
8122 (show-paren-mode): Make it a user variable.
8123
8124 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8125 Handle `enum' like `struct'.
8126
8127 * server.el (server-process-filter): If a client visits no buffers,
8128 close it immediately before recording it.
8129
8130 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8131 Optimize by calling concat just once. Handle =\n sequence.
8132 (mail-unquote-printable-region): New command.
8133 (mail-quote-printable): Make it autoload.
8134
8135 1999-08-15 Karl Heuer <kwzh@gnu.org>
8136
8137 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8138
8139 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
8140
8141 * lisp/texinfmt.el: Handle @ifnottex.
8142
8143 1999-08-15 Eli Zaretskii <eliz@gnu.org>
8144
8145 * frame.el (blink-cursor): Don't turn on cursor blinking for
8146 ms-dos.
8147
8148 * faces.el (face-valid-attribute-values): Look in
8149 x-bitmap-file-path only for x and w32 window systems.
8150
8151 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8152 Do that if width is nil as well.
8153 (x-display-mm-height, x-display-mm-width): Update values.
8154 (x-colors): Compute the list from msdos-color-values.
8155 (x-select-enable-clipboard): Doc fix.
8156 (x-frob-font-weight, x-font-family-list): New functions.
8157
8158 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
8159
8160 * window.el (shrink-window-if-larger-than-buffer): Don't try to
8161 back up from beginning of buffer.
8162
8163 1999-08-13 Karl Heuer <kwzh@gnu.org>
8164
8165 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8166
8167 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
8168
8169 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
8170 doomsday clock, speed control is added and changes are made to
8171 allow large numbers of rings: rings now show the whole ring
8172 number, not just the last digit; consecutive rings are allowed to
8173 be the same size when necessary to fit all the rings in the
8174 window; and poles can be oriented horizontally. Face support is
8175 thrown in gratuitously.
8176 (hanoi): Changed default number of rings back to 3.
8177 (hanoi-unix, hanoi-unix-64): New commands
8178 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8179 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8180 hanoi-odd-ring-face): New variables.
8181 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8182 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8183 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8184 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8185 (hanoi-topos, hanoi-draw-ring): Removed.
8186
8187 1999-08-12 Gerd Moellmann <gerd@gnu.org>
8188
8189 * faces.el (face-valid-attribute-values): Return an alist for
8190 families on ttys.
8191 (face-read-integer): Handle unspecified face attributes. Add
8192 completion for `unspecified'.
8193 (read-face-attribute): Handle unspecified font attributes.
8194 (face-valid-attribute-values): Add `unspecified' to lists so that
8195 it can be chosen via completion.
8196 (face-read-string): Don't recognize "none" as input.
8197
8198 1999-08-10 Dave Love <fx@gnu.org>
8199
8200 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8201 string.
8202
8203 * sun-curs.el: Require sun-fns.
8204
8205 1999-08-10 Dave Love <fx@gnu.org>
8206
8207 * autorevert.el (auto-revert-mode): Add autoload cookie.
8208
8209 * hscroll.el, auto-show.el: Files deleted -- we have built-in
8210 hscroll.
8211
8212 * simple.el (hscroll-step, hscroll-point-visible)
8213 (hscroll-window-column): Remove now we have the mentioned real
8214 horizontal autoscrolling.
8215
8216 1999-08-10 Richard M. Stallman <rms@gnu.org>
8217
8218 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8219 control use of -f option.
8220 (mail-specify-envelope-from): New variable.
8221 (mail-from-style): Doc fix.
8222
8223 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8224 (easy-menu-get-map): New arg TO-MODIFY helps choose
8225 between local and global maps.
8226 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8227 (easy-menu-change): Doc fix.
8228
8229 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8230 (info-lookup-guess-default): Simplified and cleaned up.
8231 (info-lookup-guess-default*): Preserve point.
8232
8233 * view.el (view-mode-disable): If buffer-read-only is nil,
8234 don't change it.
8235
8236 * files.el (after-find-file): Disable View mode if buffer is no
8237 longer read-only.
8238
8239 * view.el (view-mode-enable, view-mode-disable):
8240 Call force-mode-line-update.
8241
8242 1999-08-10 Karl Heuer <kwzh@gnu.org>
8243
8244 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8245 * array.el, play/landmark.el, international/latin-3.el: Likewise.
8246 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8247
8248 1999-08-10 Alex Schroeder <asc@bsiag.com>
8249
8250 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8251 to prevent m-eating-bug.
8252
8253 1999-08-10 Eli Zaretskii <eliz@gnu.org>
8254
8255 * term/pc-win.el (msdos-bg-mode): Remove. Call
8256 frame-set-background-mode instead. All callers changed.
8257 (msdos-face-setup): Don't force color display parameter, it is set
8258 by frame-set-background-mode.
8259 (make-msdos-frame): Call x-handle-reverse-video and
8260 face-set-after-frame-default. Delete frame if creation failed.
8261
8262 * faces.el (face-set-after-frame-default): Don't call
8263 make-face-x-resource-internal for the pc window-system.
8264
8265 1999-08-10 Dave Love <fx@melange.gnu.org>
8266
8267 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8268 case with no docstring specially.
8269
8270 1999-08-09 Eli Zaretskii <eliz@gnu.org>
8271
8272 * complete.el (PC-do-completion): If completing on file name,
8273 reproduce str by concatenating its directory and basename parts.
8274
8275 1999-08-07 Dave Love <fx@gnu.org>
8276
8277 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
8278 unibyte to multibyte conversion of search-forward (from Handa),
8279 but avoid the replacement if the language is Latin-N.
8280
8281 1999-08-06 Richard Stallman <rms@gnu.org>
8282
8283 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8284 of eval-buffer.
8285
8286 * international/mule.el (load-with-code-conversion):
8287 Pass t to eval-buffer for DO-ALLOW-PRINT.
8288
8289 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
8290
8291 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8292 of filenames and attributes.
8293 (ls-lisp-insert-directory): Use directory-files-and-attributes
8294 for speed.
8295
8296 1999-08-05 Dave Love <fx@gnu.org>
8297
8298 * auto-show.el (auto-show-mode): Fix :set.
8299
8300 * widget.el (define-widget-keywords): Make dummy definition and
8301 comment-out its use.
8302
8303 1999-08-04 Richard Stallman <rms@gnu.org>
8304
8305 * progmodes/tcl.el: Customized.
8306
8307 * sql.el (sql-accumulate-and-indent): Instead of testing
8308 whether this is Emacs 20 before calling comint-accumulate,
8309 test whether comint-accumulate is defined.
8310
8311 1999-08-04 Dave Love <fx@gnu.org>
8312
8313 * sgml-mode.el: Require outline when compiling.
8314 (sgml-mode-hook, html-mode-hook): Customize.
8315 (sgml-validate-command): Fix :version.
8316 (html-autoview-mode): Doc fix.
8317
8318 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8319 nothing in Latin-N environment.
8320
8321 * info.el (Info-find-node): Call info-initialize here.
8322 (info): Not here.
8323 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8324
8325 1999-08-04 Richard Stallman <rms@gnu.org>
8326
8327 * ansi-color.el: New file.
8328
8329 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
8330
8331 * dired.el (dired-string-replace-match): Return `nil' when no match
8332 found with global search.
8333
8334 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8335 * terminal.el (te-terminfo-directory):
8336 * mail/mailpost.el (post-mail-send-it):
8337 * mail/metamail.el (metamail-region):
8338 * progmodes/ada-mode.el (ada-tmp-directory):
8339 Use temporary-file-directory.
8340
8341 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8342 (compilation-filter, compilation-forget-errors)
8343 (compilation-parse-errors): Use a marker instead of an integer for
8344 `compilation-parsing-end'.
8345
8346 * progmodes/diff.el (diff-parse-differences):
8347 Use a marker instead of an integer for `compilation-parsing-end'.
8348 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8349 Use a marker instead of an integer for `compilation-parsing-end'.
8350
8351 1999-08-03 Richard Stallman <rms@gnu.org>
8352
8353 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8354 (Buffer-menu-mode): Doc fix.
8355 (Buffer-menu-view): New command.
8356 (Buffer-menu-view-other-window): New command.
8357
8358 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
8359
8360 * replace.el (query-replace-regexp-eval)
8361 (replace-eval-replacement, replace-loop-through-replacements)
8362 (replace-match-string-symbols): New functions.
8363 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8364 Use replace-loop-through-replacements.
8365
8366 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
8367
8368 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8369 (5x5): Doc fix.
8370
8371 1999-08-03 Dave Love <fx@gnu.org>
8372
8373 * fortran.el (fortran-indent-new-line): Make it an alias
8374 for reindent-then-newline-and-indent.
8375
8376 1999-08-03 Didier Verna <verna@inf.enst.fr>
8377
8378 * rect.el: All functions rewritten, except when noted above
8379 their declaration. Below is a list of interface changes.
8380 (apply-on-rectangle): New function, mostly replaces
8381 `operate-on-rectangle'. All callers changed.
8382 (move-to-column-force): Pass new second argument to `move-to-column'.
8383 (kill-rectangle): Added optional prefix arg to fill lines.
8384 (delete-rectangle): Ditto.
8385 (delete-whitespace-rectangle): Ditto.
8386 (delete-extract-rectangle): Ditto.
8387 (open-rectangle): Ditto.
8388 (clear-rectangle): Ditto.
8389 (delete-whitespace-rectangle-line): New function.
8390 (delete-rectangle-line): Added third arg FILL.
8391 (delete-extract-rectangle-line): Ditto.
8392 (open-rectangle-line): Ditto.
8393 (clear-rectangle-line): Ditto.
8394
8395 1999-08-03 Ray Blaak <blaak@gnu.org>
8396
8397 * progmodes/delphi.el: New file.
8398
8399 1999-08-02 Richard Stallman <rms@gnu.org>
8400
8401 * textmodes/outline.el (outline-previous-heading): New function.
8402 (outline-up-heading-all): Use outline-previous-heading.
8403 (outline-next-heading): Delete definition inserted yesterday.
8404
8405 1999-08-01 Richard Stallman <rms@gnu.org>
8406
8407 * textmodes/outline.el (outline-next-heading): New function.
8408 (outline-up-heading-all): New function.
8409 (outline-font-lock-level): Using outline-up-heading-all.
8410 Tell outline-back-to-heading to accept invisible headings.
8411
8412 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8413
8414 * mail/mh-utils.el (mh-find-path-run): New variable.
8415 (mh-find-path): Test and set that.
8416 Set mail-user-agent only the first time this function is run.
8417 (mail-user-agent): Defvar deleted.
8418
8419 * info.el (info-initialize): New function.
8420 (info): Call info-initialize.
8421 (Info-directory-list): Initialize to nil,
8422 so info-initialize will set it up for real.
8423
8424 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8425
8426 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8427 does not interpret a time as the year in a day-month entry.
8428
8429 * calendar/diary-lib.el: Change syntax table entry for colon in
8430 the diary as part of the european-date-diary-pattern fix.
8431
8432 1999-08-01 Eli Zaretskii <eliz@gnu.org>
8433
8434 * international/mule.el (set-auto-coding): Allow whitespace before
8435 and after the "variable: value" pair.
8436
8437 1999-07-30 Ken'ichi Handa <handa@gnu.org>
8438
8439 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8440 (default-sendmail-coding-system): Doc-string fixed.
8441
8442 1999-07-30 Dave Love <fx@gnu.org>
8443
8444 * subr.el (assoc-delete-all): New function, renamed from
8445 frame-delete-all.
8446
8447 * frame.el: Change comments to doc strings and other doc fixes.
8448 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8449 Callers changed.
8450 (set-background-color, set-foreground-color, set-cursor-color)
8451 (set-mouse-color, set-border-color): Offer completion of colours.
8452 (cursor): Add :version to defgroup.
8453
8454 * facemenu.el (list-colors-display): Make it work on ttys.
8455 (facemenu-read-color): Likewise.
8456
8457 1999-07-30 Richard M. Stallman <rms@gnu.org>
8458
8459 * frame.el (frame-notice-user-settings): If background
8460 color has been changed, update background-mode from it,
8461 then update faces.
8462
8463 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8464
8465 * net-utils.el (finger): Don't do indirect fingering.
8466
8467 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8468
8469 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8470 rules. Add separator at end of holidays.
8471 (cal-tex-rules): New customizable variable.
8472 (cal-tex-latexify-list): Add optional parameter to put separator
8473 at end.
8474
8475 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
8476
8477 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8478 fill prefix on each line while looping to the end of paragraph.
8479 End paragraph if it's longer than the existing fill prefix.
8480
8481 * textmodes/fill.el (fill-context-prefix): Doc fix.
8482
8483 1999-07-30 Dave Love <fx@gnu.org>
8484
8485 * font-lock.el (jit-lock): Fix :load, add :version.
8486
8487 1999-07-30 Eli Zaretskii <eliz@gnu.org>
8488
8489 * term/pc-win.el (msdos-face-setup): Register standard colors in
8490 Vface_tty_color_alist.
8491 (face-color-supported-p, face_color_gray_p): New functions.
8492
8493 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8494 is bound.
8495
8496 * startup.el (command-line): Don't register default colors for
8497 MSDOS window-system.
8498
8499 1999-07-29 Dave Love <fx@gnu.org>
8500
8501 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8502 charquote.
8503
8504 * lisp-mode.el (eval-defun): Re-written to avoid
8505 capturing variables.
8506
8507 * picture.el (picture-beginning-of-line): Don't call
8508 hscroll-point-visible now we have real autoscrolling.
8509 (picture-end-of-line, picture-newline, picture-open-line):
8510 Likewise.
8511
8512 * international/latin-8.el: New file.
8513 * international/latin-9.el: New file.
8514
8515 1999-07-28 Dave Love <fx@gnu.org>
8516
8517 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8518
8519 * msb.el: Require cl only when compiling.
8520 (msb--home-dir): Deleted.
8521 (msb--format-title): Use abbreviate-file-name.
8522 (msb--choose-file-menu): Simplify string comparison.
8523
8524 1999-07-28 Gerd Moellmann <gerd@gnu.org>
8525
8526 * faces.el (toolbar): Add face definition for mono displays.
8527
8528 1999-07-27 Richard M. Stallman <rms@gnu.org>
8529
8530 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8531
8532 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8533 force copying of default-frame-alist.
8534
8535 1999-07-26 Ken'ichi Handa <handa@gnu.org>
8536
8537 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8538
8539 1999-07-26 Richard M. Stallman <rms@gnu.org>
8540
8541 * frame.el (set-mouse-color): If new color is nil,
8542 really respecify the current color.
8543
8544 1999-07-26 Gerd Moellmann <gerd@gnu.org>
8545
8546 * faces.el (bitmap-area): Change background of face `bitmap-area'
8547 to white for mono displays.
8548
8549 1999-07-26 Kenichi Handa <handa@etl.go.jp>
8550
8551 * international/ccl.el (ccl-embed-symbol): New function.
8552 (ccl-program-p): Deleted. Now it's implemented in C code.
8553 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8554 (ccl-compile-translate-character): Likewise.
8555 (ccl-compile-map-single): Likewise.
8556 (ccl-compile-multiple-map-function): Likewise.
8557 (declare-ccl-program): Doc-string modified.
8558 (check-ccl-program): Check compiled CCL code by ccl-program-p.
8559
8560 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
8561
8562 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8563
8564 1999-07-25 Markus Rost <rost@gnu.org>
8565
8566 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
8567 the entries to make custom-file more readable.
8568
8569 1999-07-25 Richard M. Stallman <rms@gnu.org>
8570
8571 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8572
8573 * emacs-lisp/edebug.el: Delete compatibility code.
8574 (edebug-next-token-class): If . is followed by a digit,
8575 return `symbol' for the token class.
8576
8577 * startup.el (command-line): If we don't find the user's init file,
8578 set user-init-file to nil.
8579
8580 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8581
8582 * info-look.el (info-lookup-interactive-arguments): Add optional
8583 argument query for new choice of help mode.
8584 (info-lookup-symbol): Use it.
8585 (info-lookup-file): Ditto.
8586 (info-lookup): Don't switch to other window, if already in Info
8587 buffer.
8588
8589 1999-07-23 Dave Love <fx@gnu.org>
8590
8591 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8592 syntax.
8593 (fortran-fontify-string, fortran-match-!-comment): Deleted.
8594 (fortran-font-lock-syntactic-keywords): New variable.
8595 (fortran-mode): Use it.
8596 (fortran-font-lock-keywords-1): Don't do comments.
8597 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8598 match data.
8599
8600 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8601
8602 * msb.el (msb-menu-bar-update-buffers): Renamed from
8603 menu-bar-update-buffers.
8604 (msb-custom-set, msb--toggle-menu-type): Call
8605 msb-menu-bar-update-buffers.
8606 (msb-mode): Revise the hook setting.
8607
8608 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8609
8610 1999-07-23 Gerd Moellmann <gerd@gnu.org>
8611
8612 * font-lock.el, help.el, simple.el: Re-integrate previously
8613 described changes that were lost due to errors while checking them
8614 in.
8615
8616 1999-07-23 Kevin Blake <kblake@ticnet.com>
8617
8618 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8619
8620 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
8621
8622 * international/encoded-kb.el
8623 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8624 but push it to unread-command-events.
8625 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8626 (encoded-kbd-self-insert-sjis): Likewise.
8627 (encoded-kbd-self-insert-big5): Likewise.
8628
8629 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8630 before left margin and fill-prefix by fill-find-break-point.
8631
8632 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8633
8634 * info-look.el (info-lookup-setup-mode): Don't give up, if
8635 info-lookup-make-completions returns an error.
8636 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8637 name latex, not latex2e.
8638
8639 1999-07-21 Richard M. Stallman <rms@gnu.org>
8640
8641 * replace.el (perform-replace): Turn off case-fold-search
8642 if FROM-STRING argument has uppercase in it.
8643
8644 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8645
8646 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8647 mode is on. Don't use end of changed text.
8648
8649 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8650
8651 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8652 (cl-hash-table-p): Renamed from hash-table-p.
8653 (cl-hash-table-count): Renamed from hash-table-count.
8654 (maphash): Alias to cl-maphash removed.
8655 (gethash): Likewise.
8656 (puthash): Likewise.
8657 (remhash): Likewise.
8658 (clrhash): Likewise.
8659
8660 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8661
8662 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8663 third arg non-nil. See comment there why this isn't a good idea.
8664
8665 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8666
8667 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8668
8669 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8670 sit-for with 3rd arg non-nil to prevent redisplay.
8671
8672 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8673
8674 * image.el (image-type-from-file-header): If file doesn't
8675 have a directory part, add data-directory.
8676
8677 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8678
8679 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8680 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8681 motion handling when tooltip-gud-tips-p is nil.
8682
8683 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8684
8685 * tooltip.el (tooltip-mode): Don't use `plusp'.
8686 (tooltip-active): Use initial value of nil.
8687
8688 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8689
8690 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8691
8692 * bindings.el (make-mode-line-mouse-sensitive): Add key
8693 definitions for `top-line'.
8694
8695 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8696
8697 * faces.el (top-line): New face.
8698
8699 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8700
8701 * image.el (image-type-regexps): Add regexp for PS files.
8702
8703 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8704
8705 * faces.el (set-face-attribute): Fix wrong handling of frame
8706 begin equal to t.
8707
8708 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8709
8710 * image.el (image-type-regexps): Add PNG format.
8711
8712 1999-07-21 Dave Love <fx@gnu.org>
8713
8714 * bindings.el (mode-line-modified): New variable.
8715 (mode-line-mode-menu-1): Switch to appropriate window before
8716 showing menu.
8717
8718 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8719
8720 * faces.el (face-underline): Removed.
8721 (face-underline-color): Ditto.
8722
8723 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8724
8725 * faces.el (face-x-resources): Fix typo.
8726
8727 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8728
8729 * faces.el: Remove handling of `:relief', extend handling of
8730 `:box'.
8731 (frame-set-background-mode): Choose new defface specs after
8732 frame parameters have changed.
8733
8734 * cus-face.el: Ditto.
8735
8736 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8737
8738 * custom.el (defface): Extend documentation to include new
8739 face attributes.
8740
8741 * cus-face.el (custom-face-attributes): Add overline,
8742 strike-through, box.
8743
8744 * faces.el (face-valid-attribute-values): Handle overline,
8745 strike-through, box.
8746 (face-attribute-name-alist): Add pairs for new face attributes.
8747 (describe-face): Handle new face attributes.
8748
8749 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8750
8751 * faces.el (face-x-resources): Add overline, strike-through, box.
8752
8753 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8754
8755 * enriched.el (enriched-translations): Add `display' and
8756 "x-display".
8757 (enriched-handle-display-prop): New.
8758 (enriched-decode-display-prop): New.
8759
8760 * format.el (top-level): Give `display' property
8761 `format-list-atomic-p.
8762 (format-annotate-single-property-change): Test that property.
8763 If present, treat list property values like atoms.
8764
8765 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8766
8767 * cus-face.el (custom-face-attributes): Use `choice' everywhere
8768 so that "*" can be entered.
8769
8770 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8771
8772 * cus-face.el (custom-face-attributes): Don't use `#''.
8773
8774 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8775
8776 * cus-face.el (custom-face-attributes): Return underline
8777 face attribute directly from the second lambda of underline.
8778
8779 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8780
8781 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8782
8783 * frame.el (after-setting-font-hooks): New variable.
8784 (set-frame-font): Run those hooks.
8785
8786 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8787
8788 * faces.el (set-face-attribute): Fix doc string.
8789
8790 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8791
8792 * cus-face.el (custom-face-attributes): Accept color name.
8793
8794 * faces.el (face-underline-p): Accept unspecified underlining.
8795 (face-underline): Ditto. Fix doc string.
8796
8797 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8798
8799 * faces.el (face-underline-color): New function.
8800
8801 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8802
8803 * cus-face.el (custom-face-attributes): Support underline coloring.
8804 Added slot to choose a color.
8805
8806 * faces.el (face-underline): New function.
8807 (face-underline-p): Support underline coloring.
8808 Return nil only if the underline attribute is 'normal.
8809 (set-face-underline): New function.
8810 (face-valid-attribute-values): Support underline coloring.
8811
8812 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8813
8814 * image.el (insert-image): Use `display' instead of `glyph'
8815 as text property name.
8816 (put-image): Ditto.
8817 (image-type-from-file-header): Use insert-file-contents-literally.
8818
8819 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8820
8821 * easymenu.el (easy-menu-do-add-item): Don't use the empty
8822 string to indicate separators.
8823
8824 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8825
8826 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8827 instead of message-log.
8828
8829 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8830
8831 * faces.el (bitmap-area): New face.
8832
8833 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8834
8835 * image.el (insert-image): New.
8836
8837 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8838
8839 * frame.el (blink-cursor): Set the symbol's value.
8840 (show-trailing-whitespace): Change group to font-lock.
8841
8842 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8843
8844 * jit-lock.el: New.
8845 * font-lock.el: Add jit-mode as new support mode.
8846
8847 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8848 reaching end instead of letting re-search-forward signal an error.
8849 (demand-lock-mode): New.
8850 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8851 (font-lock-turn-off-thing-lock): Ditto.
8852 (font-lock-after-fontify-buffer): Ditto.
8853 (font-lock-after-unfontify-buffer): Ditto.
8854
8855 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8856
8857 * gs.el: New file.
8858
8859 * startup.el (command-line-1): Activate tooltip mode if
8860 interactive.
8861
8862 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8863
8864 * faces.el (toolbar): Grey default background.
8865 (modeline): Ditto.
8866
8867 * image.el (image-type-regexps): New.
8868 (image-type-from-file-header): New.
8869 (create-image): Call it.
8870
8871 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8872
8873 * image.el: New file.
8874
8875 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8876
8877 * bindings.el (mode-line-format): Replace `mode-name' with
8878 `(:eval mode-line-mode-name)'.
8879 (mode-line-mode-name): New.
8880 (make-mode-line-mouse-sensitive): Don't change default value
8881 of `mode-name'.
8882
8883 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8884
8885 * tooltip.el: New file.
8886
8887 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8888
8889 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8890 instead of mouse-3 to pop up menus.
8891 (mode-line-kill-buffer): Removed.
8892 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8893 buffer name.
8894 (mode-line-buffer-menu-1): Removed.
8895
8896 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8897
8898 * bindings.el (mode-line-buffer-identification-keymap): New.
8899 (mode-line-buffer-menu-keymap): New.
8900 (mode-line-mode-menu-keymap): New.
8901 (mode-line-unbury-buffer): New.
8902 (mode-line-other-buffer): New.
8903 (mode-line-kill-buffer): New.
8904 (mode-line-buffer-menu-1): New.
8905 (mode-line-mode-menu-1): New.
8906 (make-mode-line-mouse-sensitive): New.
8907
8908 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8909
8910 * help.el (describe-key-briefly): Handle mode line strings
8911 with local-map properties.
8912 (describe-key): Ditto.
8913 (mode-line-key-binding): New.
8914
8915 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8916
8917 * scroll-bar.el (scroll-bar-timer): New.
8918 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8919
8920 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8921
8922 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8923 and `bottom'.
8924
8925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8926
8927 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8928 (global): Use different key bindings if using tookit scroll bars.
8929
8930 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8931
8932 * faces.el (modeline): Define mode line face with relief for
8933 class color, only.
8934 (toolbar): New face.
8935
8936 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8937
8938 * frame.el (frame-initialize): Set frame-creation-function to
8939 tty-create-frame-with-faces.
8940
8941 * faces.el (frame-set-background-mode): Make it work for
8942 window-system nil.
8943
8944 * faces.el (tty-create-frame-with-faces): New.
8945 (face-set-after-frame-default): Make it work for TTY frames.
8946
8947 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8948
8949 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8950 Return a list of one font family for TTYs. Don't return bitmap
8951 file paths for TTY frames.
8952
8953 * faces.el: Add face specs for tty displays to basic faces.
8954
8955 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8956 (font-lock-string-face): Ditto.
8957 (font-lock-keyword-face): Ditto.
8958 (font-lock-builtin-face): Ditto.
8959 (font-lock-function-name-face): Ditto.
8960 (font-lock-variable-name-face): Ditto.
8961 (font-lock-type-face): Ditto.
8962 (font-lock-constant-face): Ditto.
8963 (font-lock-warning-face): Ditto.
8964
8965 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8966
8967 * startup.el (command-line): Register default tty colors.
8968
8969 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8970
8971 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8972
8973 * faces.el (modeline): For X frames, use a modeline with relief.
8974
8975 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8976
8977 * faces.el (frame-update-faces): Copied from 20.2.
8978 (frame-update-face-colors): Ditto. Code removed that isn't
8979 applicable in the new face implementation.
8980
8981 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8982
8983 * frame.el (show-trailing-whitespace): New.
8984
8985 * faces.el (trailing-whitespace): New basic face.
8986
8987 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8988
8989 * cus-face.el (custom-facep): Always define as alias for facep.
8990
8991 * cus-face.el (custom-face-attributes): Use choice widgets.
8992 Remove :bold and :italic.
8993
8994 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8995
8996 * faces.el (face-charset-registries): Removed since fontset.el
8997 is no always loaded.
8998
8999 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9000
9001 * faces.el (internal-get-face): Added as obsolete function for
9002 compatibility.
9003
9004 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9005
9006 * frame.el (blink-cursor-end): Call show-cursor.
9007 (blink-cursor-mode): Ditto.
9008
9009 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9010
9011 * faces.el (face-spec-reset-face): Reset all attributes to
9012 `unspecified'.
9013 (face-spec-set): Use it.
9014
9015 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9016
9017 * faces.el (read-all-face-attributes): Bug fix.
9018 (face-read-integer): Allow nil default value.
9019 (face-valid-attribute-values): Use symbol names of attribute
9020 values for completion list.
9021
9022 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9023
9024 * faces.el (internal-find-face): Define for compatibility with
9025 20.2.
9026 (face-id): Likewise.
9027
9028 * faces.el (face-id): Return the ID of a realized face for ASCII.
9029
9030 * fontset.el (x-charset-registries): Removed. Now in faces.el.
9031 (x-complement-fontset-spec): Use face-charset-registries.
9032
9033 * faces.el (face-font-selection-order): Set font selection order
9034 from Lisp.
9035 (face-alternative-font-family-alist): Set alternative font
9036 families from Lisp.
9037
9038 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9039
9040 * faces.el (set-face-charset-registries): Set symbol value.
9041
9042 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9043
9044 * faces.el (face-set-after-frame-default): Call function
9045 internal-merge-in-global-face.
9046
9047 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9048
9049 * faces.el (face-list): Return symbols from face-global-alist.
9050
9051 * faces.el (face-list): Return a copy of the face name list so
9052 that it cannot be modified from outside (facemenu.el uses
9053 nreverse, for example).
9054
9055 * cus-face.el (custom-face-attributes): Add :bold and :italic
9056 for compatibility with old code.
9057
9058 * faces.el (set-face-attributes-from-resources): Additional
9059 frame parameter.
9060 (make-face-x-resource-internal): Set attributes from resources
9061 for a given frame or all frames.
9062
9063 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9064
9065 * faces.el (all-faces): Removed.
9066
9067 * custom.el (defface): Add new face attributes to function
9068 comment.
9069
9070 * font-lock.el (font-lock-comment-face): Use new face attribute
9071 names.
9072 (font-lock-string-face): Ditto.
9073 (font-lock-keyword-face): Ditto.
9074 (font-lock-builtin-face): Ditto.
9075 (font-lock-function-name-face): Ditto.
9076 (font-lock-variable-name-face): Ditto.
9077 (font-lock-type-face): Ditto.
9078 (font-lock-reference-face): Ditto.
9079 (font-lock-warning-face): Ditto.
9080 ((boundp 'font-lock-face-attributes)): Ditto.
9081
9082 * cus-face.el (custom-face-attributes): Use new face attributes.
9083
9084 * faces.el (set-face-attribute-from-resource): Initialize
9085 from resources only for X and W32.
9086
9087 * cus-face.el (custom-declare-face): Don't make frame-local
9088 faces.
9089
9090 * faces.el (describe-face): Use princ instead of insert.
9091
9092 * faces.el: Add XLFD manipulation functions from 20.2 again
9093 because fontset.el uses them.
9094 (face-set-after-frame-default): Add empty definition.
9095
9096 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9097
9098 * faces.el (make-face): Correct typo.
9099 (set-face-attribute-from-resource): Use let*.
9100 (face-underline-p): Correct typo.
9101 (face-inverse-video-p): Ditto.
9102 (set-face-stipple): Ditto.
9103 (face-read-string): Make completion-list optional parameter.
9104
9105 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9106
9107 * faces.el (face-charset-registries): Alist mapping charset
9108 symbols to registries and encoding.
9109
9110 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9111
9112 * frame.el (blink-cursor-mode): Use interactive spec "P".
9113
9114 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9115
9116 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9117 mode. The cursor of selected_window blinks if the mode is enabled.
9118
9119 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9120
9121 * simple.el (next-history-element): Set point to the end of the
9122 prompt if minibuffer-prompt-in-buffer.
9123
9124 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9125
9126 * faces.el (x-font-regexp): Add sub-expression parentheses for
9127 several font name components.
9128
9129 1999-07-21 Gerd Moellmann <gerd@acm.org>
9130
9131 * faces.el (set-face-relief): Use index 12 for relief.
9132 (face-fill-in): Set relief from data.
9133 (internal-make-face): Init relief to zero.
9134
9135 * faces.el (face-spec-set): Call modify-face with additional
9136 parameters for relief and fixed-p.
9137
9138 1999-07-21 Gerd Moellmann <gerd@acm.org>
9139
9140 * cus-face.el: ':fixed and ':relief added.
9141
9142 * faces.el (describe-face): Add fixed font attribute and relief.
9143 (face-attr-match-p): Ditto.
9144 (face-attr-construct): Ditto.
9145 (face-spec-set): Ditto.
9146
9147 1999-07-21 Gerd Moellmann <gerd@acm.org>
9148
9149 * faces.el (internal-make-face): Function to create a Lisp vector
9150 suitable for representing a face.
9151 (make-face): Use it instead of make-vector.
9152 (x-create-frame-with-faces): Use it instead of vector.
9153 (internal-facep): Increase vector size to 14.
9154 (internal-make-face): Ditto.
9155 (face-relief): Access relief thickness.
9156 (face-fixed-p): Access fixed font attribute.
9157 (set-face-fixed-p): Set fixed font attribute.
9158 (set-face-relief): Set relief attribute.
9159 (internal-face-interactive-int): Read int attribute of face.
9160 (modify-face): Add fixed-p and relief parameters.
9161 (copy-face): Handle fixed-p and relief.
9162 (face-equal): Compare fixed-p and relief.
9163 (face-differs-from-default-p): Ditto.
9164 (face-nontrivial-p): Add fixed-p and relief.
9165
9166 1999-07-21 Gerd Moellmann <gerd@acm.org>
9167
9168 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9169 (internal-facep): Increase vector size.
9170 (make-face): Ditto.
9171 (face-shadow-thickness): Added.
9172 (set-face-shadow-thickness): Added.
9173 (modify-face): Add optional shadow-thickness parameter.
9174 (make-face-x-resource-internal): Add shadows.
9175 (copy-face): Ditto.
9176 (face-equal): Ditto.
9177 (face-differs-from-default-p): Ditto.
9178 (face-nontrivial-p): Ditto.
9179 (face-attr-match-p): Ditto.
9180 (face-attr-construct): Ditto.
9181 (face-spec-set): Ditto.
9182 (face-fill-in): Ditto.
9183
9184 1999-07-21 Gerd Moellmann <gerd@acm.org>
9185
9186 * bench.el (bench-mark-split-window): New bench mark.
9187
9188 1999-07-21 Gerd Moellmann <gerd@acm.org>
9189
9190 * faces.el (set-face-font): Don't pass default font to
9191 x-resolve-font so that font will not have to be of the same
9192 size.
9193
9194 1999-07-20 Dave Love <fx@gnu.org>
9195
9196 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9197 unconditionally t.
9198
9199 1999-07-20 Karl Heuer <kwzh@gnu.org>
9200
9201 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9202
9203 1999-07-20 Dave Love <fx@gnu.org>
9204
9205 * help.el (describe-variable): Fix test for customizability.
9206
9207 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9208 Check for readonly buffer in interactive spec.
9209 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9210 (backward-kill-word): Add * to interactive spec.
9211
9212 * underline.el (underline-region, ununderline-region): Add * to
9213 interactive spec.
9214
9215 * fill.el (canonically-space-region, justify-current-line): Add *
9216 to interactive spec.
9217 (fill-region-as-paragraph, fill-paragraph, fill-region)
9218 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9219 readonly buffer in interactive spec.
9220
9221 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9222 (backward-kill-sentence, kill-sentence): Add * to interactive
9223 spec.
9224
9225 1999-07-19 Richard M. Stallman <rms@gnu.org>
9226
9227 * dired-aux.el (dired-do-shell-command): Doc fix.
9228
9229 * shell.el (shell-unquote-argument): New function.
9230 (shell-directory-tracker): Use shell-unquote-argument.
9231 * comint.el (comint-arguments): Handle \ followed by space or tab.
9232
9233 1999-07-19 John Wiegley <jwiegley@borland.com>
9234
9235 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9236 color codes 39 and 49, which by the way lynx uses them seem to
9237 mean "foreground reset" and "background reset".
9238
9239 1999-07-19 Karl Heuer <kwzh@gnu.org>
9240
9241 * font-lock.el (c++-keywords): Add "typeid".
9242
9243 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9244 selects no font, treat that as zero selections, not one.
9245
9246 1999-07-19 Dave Love <fx@gnu.org>
9247
9248 * info.el (Info-search): Don't lose with empty regexp.
9249
9250 * version.el: Cater for (free) `ident' program, not `which'.
9251
9252 * hl-line.el: New file.
9253
9254 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9255 for modes which don't define menus.
9256
9257 1999-07-16 Richard M. Stallman <rms@gnu.org>
9258
9259 * webjump.el (webjump-sample-sites): Update some URLs.
9260
9261 1999-07-14 Richard Stallman <rms@gnu.org>
9262
9263 * Version 20.4 released.
9264
9265 1999-07-14 Andreas Schwab <schwab@gnu.org>
9266
9267 * compare-w.el (compare-windows): Try to find the next window in
9268 the current frame before looking at the other frames.
9269
9270 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
9271
9272 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9273 Use cyrillic-jcuken as default input method.
9274
9275 1999-07-12 Richard Stallman <rms@gnu.org>
9276
9277 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9278 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9279
9280 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9281 (ispell-local-dictionary-alist): Add koi8-r for character set.
9282
9283 * textmodes/flyspell.el (flyspell-get-word):
9284 Add special handling for when ispell-otherchars is empty.
9285
9286 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
9287
9288 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9289 when having nested functons.
9290 (pascal-indent-nested-functions) (pascal-indent-line)
9291 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9292 indenting nested functions.
9293
9294 1999-07-09 Richard Stallman <rms@gnu.org>
9295
9296 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9297
9298 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
9299
9300 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9301 the `end' keyword was in the very beginning of the buffer.
9302
9303 1999-07-08 Richard Stallman <rms@gnu.org>
9304
9305 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9306
9307 * term.el (term-emulate-terminal): Avoid infinite loop
9308 in strange case where minibuffer window is selected but not active.
9309
9310 1999-07-07 Stephen Eglen <stephen@gnu.org>
9311
9312 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9313 Change regexp so that it doesn't match commands beginning with `cd'.
9314
9315 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9316
9317 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9318
9319 1999-07-06 Richard Stallman <rms@gnu.org>
9320
9321 * hscroll.el (hscroll-minibuffer-hook): New function.
9322 (hscroll-global-mode): Add and remove that hook.
9323 Set hscroll-old-truncate-was-global's default value.
9324
9325 1999-07-05 Richard Stallman <rms@gnu.org>
9326
9327 * files.el (revert-buffer): Don't preserve point here.
9328 (revert-buffer-insert-file-contents-function): Doc fix.
9329
9330 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9331
9332 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9333 doing a `stat' when it isn't necessary because that can cause
9334 trouble when an NFS server is down.
9335
9336 1999-07-04 Richard Stallman <rms@gnu.org>
9337
9338 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9339
9340 1999-07-03 Richard Stallman <rms@gnu.org>
9341
9342 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9343 for \200...\240 also.
9344 (isearch-printing-char): Use unibyte-char-to-multibyte.
9345
9346 1999-07-02 Richard Stallman <rms@gnu.org>
9347
9348 * frame.el (minibuffer-frame-alist): Use defcustom.
9349 (pop-up-frame-alist): Likewise.
9350 (initial-frame-alist): Specify * in the doc string.
9351
9352 * hscroll.el (hscroll-mode): Make it a permanent local.
9353 (hscroll-mode): Don't cancel the timer
9354 if HScroll mode is enabled in some other buffer.
9355
9356 * isearch.el (isearch-done): If search ends in middle of intangible
9357 text (due to text property), move on to the limit of that text.
9358
9359 1999-07-01 Andrew Innes <andrewi@gnu.org>
9360
9361 * man.el (Man-build-man-command): Use value of null-device,
9362 instead of hard-coding "/dev/null".
9363
9364 * dos-w32.el (untranslated-canonical-name): Avoid expanding
9365 ange-ftp file names, which might force ange-ftp to prompt for a
9366 password.
9367
9368 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9369 to prevent references to temp files.
9370
9371 1999-06-30 Richard Stallman <rms@gnu.org>
9372
9373 * progmodes/sh-script.el (sh-feature): If nothing is known
9374 about the given shell, use the values for `sh'.
9375
9376 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
9377
9378 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9379 to make it non-recursive.
9380
9381 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9382
9383 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9384
9385 * auto-show.el (auto-show-mode): Fix Typo in :set.
9386
9387 1999-06-29 Richard M. Stallman <rms@gnu.org>
9388
9389 * progmodes/sh-script.el (sh-mode): When setting syntax
9390 table, default to the standard one.
9391
9392 1999-06-27 Richard M. Stallman <rms@gnu.org>
9393
9394 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9395
9396 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
9397
9398 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9399 a frame when `return' is requested (even if pop-up-frames = t)
9400 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9401 should only be set for the bibtex buffer.
9402
9403 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9404
9405 * progmodes/compile.el: Deal with compilation-error-screen-columns
9406 being buffer-local.
9407
9408 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9409
9410 * comint.el (comint-password-prompt-regexp): Allow "(again)".
9411
9412 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9413
9414 * cal-x.el (calendar-only-one-frame-setup): New function.
9415 * calendar.el (calendar): Call it if requested.
9416
9417 1999-06-24 Karl Heuer <kwzh@gnu.org>
9418
9419 * startup.el (iso-8859-n-locale-regexp): Doc fix.
9420
9421 1999-06-22 Richard M. Stallman <rms@gnu.org>
9422
9423 * mail/supercite.el (sc-emacs-features): Doc fix.
9424
9425 1999-06-22 Karl Heuer <kwzh@gnu.org>
9426
9427 * files.el (auto-mode-alist): Add pike-mode.
9428
9429 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
9430
9431 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9432 last byte of a numeric field is a space or a NUL. Parse it as
9433 potentially part of the number. This is used by GNU tar
9434 1.12.64012 to handle larger values.
9435
9436 1999-06-20 Karl Heuer <kwzh@gnu.org>
9437
9438 * custom.el (custom-handle-keyword): Fix error message.
9439
9440 1999-06-18 Andrew Innes <andrewi@gnu.org>
9441
9442 * mail/smtpmail.el (smtpmail-send-it): Use
9443 convert-standard-filename to make file names for queued mail safe
9444 on Windows (`:' is invalid in file names on Windows).
9445
9446 1999-06-17 Kenichi Handa <handa@etl.go.jp>
9447
9448 * international/mule-cmds.el (describe-current-input-method):
9449 Current-input-method is string.
9450 (toggle-input-method): Docstring fixed.
9451
9452 * international/mule-diag.el
9453 (describe-current-coding-system-briefly): Fix format string.
9454
9455 * international/mule-util.el (coding-system-eol-type-mnemonic):
9456 Docstring modified. Return a string.
9457
9458 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
9459
9460 * sql.el (sql-input-ring-file-name): Doc fix.
9461
9462 1999-06-17 Richard M. Stallman <rms@gnu.org>
9463
9464 * calendar/cal-x.el (special-display-buffer-names):
9465 Don't put (get-file-buffer diary-file) on this list.
9466
9467 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
9468
9469 * play/mpuz.el (mpuz-try-proposal): Fix message call.
9470 Don't penalize player for certain impossible guesses.
9471
9472 1999-06-16 Andrew Innes <andrewi@gnu.org>
9473
9474 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9475 return the string "Unk 0 0000" so at least it appears to be a
9476 valid timestamp to `dired-move-to-filename-regexp'.
9477
9478 1999-06-15 Ken'ichi Handa <handa@gnu.org>
9479
9480 * ps-print.el (ps-control-character): Fix previous change.
9481
9482 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9483
9484 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9485 multiple output of the last message.
9486
9487 1999-06-14 Eli Zaretskii <eliz@gnu.org>
9488
9489 * term/internal.el (IT-display-table-setup): Do not remap \222 to
9490 the ASCII apostrophe, as most DOS codepages have some other glyph
9491 there.
9492
9493 1999-06-14 Ken'ichi Handa <handa@gnu.org>
9494
9495 * language/ethio-util.el (setup-ethiopic-environment-internal):
9496 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9497 (exit-ethiopic-environment): Likewize.
9498
9499 1999-06-12 Richard M. Stallman <rms@gnu.org>
9500
9501 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9502
9503 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9504
9505 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9506 custom-initialize-default to avoid infinite loop.
9507 (crisp-mode): (defun) Call transient-mark-mode here, not when
9508 loading the file. Run crisp-mode-hook here, and run
9509 crisp-load-hook when loading the file.
9510
9511 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9512 rmail-summary buffer, search for pattern in rmail-file.
9513
9514 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9515
9516 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9517
9518 * ps-print.el (ps-printer-name): Fix custom type.
9519
9520 1999-06-12 Reto Zimmermann <reto@synopsys.com>
9521
9522 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9523 (vhdl-port-paste-generic-map): Fix indentation bug.
9524 (vhdl-port-paste-port-map): Fix indentation bug.
9525 (vhdl-scan-file-contents): Make scanning case insensitive.
9526
9527 1999-06-11 Richard M. Stallman <rms@gnu.org>
9528
9529 * files.el (write-file): When buffer is not already visiting a file,
9530 don't put buffer name in the minibuffer, just make it the default.
9531 Also handle just directory as arg usefully in that case.
9532
9533 * simple.el (sendmail-user-agent-compose):
9534 Ignore case when inserting the rest of the "other" headers.
9535
9536 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
9537
9538 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9539 (info-lookup-interactive-arguments): Never insert the default
9540 into the minibuffer automatically.
9541
9542 * emacs-lisp/cl-extra.el (getf): Don't call get*.
9543
9544 1999-06-09 Richard M. Stallman <rms@gnu.org>
9545
9546 * simple.el (shell-command): Avoid printing "mark set" message.
9547
9548 1999-06-09 Dave Love <fx@gnu.org>
9549
9550 * progmodes/compile.el (compilation-error-regexp-alist): Allow
9551 digits in program name in first pattern.
9552
9553 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
9554
9555 * vc.el (vc-dired-mode): Don't match anything before the date in
9556 dired-move-to-filename-regexp.
9557
9558 1999-06-07 Ken'ichi Handa <handa@gnu.org>
9559
9560 * international/quail.el (quail-define-rules): Fix typo in
9561 docstring.
9562
9563 1999-06-05 Stephen Eglen <stephen@gnu.org>
9564
9565 * iswitchb.el (iswitchb-default-keybindings): Add
9566 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9567 than when package is loaded.
9568
9569 1999-06-04 Richard M. Stallman <rms@gnu.org>
9570
9571 * startup.el (command-line): Don't set user-init-file directly;
9572 tell `load' to set it.
9573
9574 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9575
9576 * simple.el (next-history-element):
9577 Handle minibuffer-text-before-history properly when reading sexps.
9578
9579 * disp-table.el (standard-display-european):
9580 For an interactive call by the user,
9581 don't set enable-multibyte-characters,
9582 and don't set the terminal coding system.
9583
9584 * textmodes/refbib.el: Don't print any messages or display
9585 a buffer when loading the library.
9586 (r2b-help): Doc fix.
9587 (r2b-help-message): Update the documentation.
9588 (r2b-load-quietly): Variable deleted.
9589 (r2b-convert-buffer): Doc fix.
9590
9591 1999-06-04 Dave Love <fx@gnu.org>
9592
9593 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9594
9595 * auto-show.el: Don't change hooks on loading.
9596 (auto-show-mode): Autoload. Default to nil. Add :set &c.
9597 (auto-show-mode): Add to hooks here.
9598
9599 1999-06-04 Richard Sharman <rsharman@pobox.com>
9600
9601 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9602 recursion on bogus input.
9603
9604 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
9605
9606 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9607 does not select a buffer from the buffers menu, then the attached
9608 frame is not switched to anything.
9609
9610 1999-06-03 Ken'ichi Handa <handa@gnu.org>
9611
9612 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9613 (viet-viscii-...->viet-vscii...).
9614
9615 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9616
9617 1999-06-01 Dave Love <fx@gnu.org>
9618
9619 * progmodes/fortran.el: Add :link to defgroup.
9620 (fortran-blink-matching-if): Match ELSE statements too.
9621 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9622 that filling is always done.
9623
9624 1999-05-31 Richard M. Stallman <rms@gnu.org>
9625
9626 * simple.el (append-next-kill): Use an arg to distinguish
9627 interactive calls from Lisp calls, rather than (interactive-p).
9628
9629 * international/iso-transl.el (iso-transl-language-alist):
9630 Interchange n and N.
9631
9632 1999-05-31 Dave Love <fx@gnu.org>
9633
9634 * msb.el Add to minor-mode-map-alist. Remove hook installation
9635 and keymap munging on load.
9636 (msb-mode): New option.
9637 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9638 Doc fix.
9639 (msb-mode-map): New variable.
9640 (msb-mode): New command.
9641
9642 1999-05-31 Dave Love <fx@gnu.org>
9643
9644 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9645 (ispell-complete-word-dict): Likewise.
9646
9647 1999-05-31 Eli Zaretskii <eliz@gnu.org>
9648
9649 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9650 force the data buffer to be saved, even if the data didn't
9651 change, in case the write filter was modified. Restore the
9652 current record after read-file-filter finishes.
9653
9654 1999-05-29 Karl Heuer <kwzh@gnu.org>
9655
9656 * ispell4.el: Obsolete; file deleted.
9657
9658 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9659
9660 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9661 VALUE is a syntax table.
9662
9663 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9664
9665 * simple.el (zap-to-char): Doc fix.
9666
9667 1999-05-27 Ken'ichi Handa <handa@gnu.org>
9668
9669 * isearch.el (isearch-quote-char): Don't assume character codes
9670 0200 - 0237 stand for characters in some single-byte character
9671 charset.
9672
9673 1999-05-27 Dave Love <fx@gnu.org>
9674
9675 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9676
9677 1999-05-27 Andreas Schwab <schwab@gnu.org>
9678
9679 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9680 headerline does not exist already.
9681
9682 1999-05-26 Richard Stallman <rms@gnu.org>
9683
9684 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9685 Avoid nested null-loops.
9686
9687 1999-05-26 Ken'ichi Handa <handa@gnu.org>
9688
9689 * international/characters.el: Typo fixed; prefered->preferred.
9690
9691 * international/mule-cmds.el (find-coding-systems-for-charsets):
9692 Typo fixed; prefered->preferred.
9693
9694 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9695 method in read-event.
9696
9697 * international/mule.el (charset-info): Doc-string fixed.
9698
9699 1999-05-25 Ken'ichi Handa <handa@gnu.org>
9700
9701 * mail/smtpmail.el (smtpmail-send-it): Bind
9702 smtpmail-code-conv-from properly.
9703 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9704 by smtpmail-code-conv-from.
9705
9706 1999-05-24 Richard Stallman <rms@gnu.org>
9707
9708 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9709 Binding deleted also.
9710
9711 1999-05-24 Karl Heuer <kwzh@gnu.org>
9712
9713 * comint.el (comint-bol-or-process-mark): Doc fix.
9714
9715 1999-05-23 Dave Love <fx@gnu.org>
9716
9717 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9718 Enter it on minor-mode-map-alist.
9719 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
9720 Autoload. Add custom setter.
9721 (crisp-mark-line): Doc fix.
9722 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
9723 (crisp-mode-hook): Define.
9724
9725 1999-05-23 Ken'ichi Handa <handa@gnu.org>
9726
9727 * files.el (recover-file): Recover buffer-file-coding-system.
9728
9729 1999-05-22 Richard Stallman <rms@gnu.org>
9730
9731 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9732 regexp match the date, to avoid treating date as file size.
9733 Add YYYY S option to WESTERN/
9734
9735 * bookmark.el: Delete some XEmacs compatibility code.
9736 (bookmark-jump-noselect): Check vc-backend.
9737
9738 * subr.el (add-to-list): Doc fix.
9739
9740 1999-05-21 Stephen Eglen <stephen@gnu.org>
9741
9742 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9743
9744 1999-05-18 Richard Stallman <rms@gnu.org>
9745
9746 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9747 non-space after the @anchor command.
9748 (texinfo-format-var): Handle other nested constructs, using
9749 texinfo-parse-expanded-arg and texinfo-discard-command, not
9750 texinfo-parse-arg-discard.
9751
9752 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9753 (debug): Bind and use debugger-outer-inhibit-redisplay.
9754 Bind inhibit-redisplay to nil.
9755 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9756
9757 1999-05-17 Dave Love <fx@gnu.org>
9758
9759 * help.el (describe-function-1): Extra arg, interactive-p.
9760 (describe-key, describe-function): Use it.
9761
9762 1999-05-17 Karl Heuer <kwzh@gnu.org>
9763
9764 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9765
9766 1999-05-16 Dave Love <fx@gnu.org>
9767
9768 * cus-start.el (all): Delete selective-display. Add scroll-margin,
9769 scroll-preserve-screen-position, scroll-conservatively.
9770
9771 1999-05-16 Dave Love <fx@gnu.org>
9772
9773 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9774
9775 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
9776
9777 * progmodes/vhdl-mode.el: Completely revised and massively extended.
9778
9779 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9780
9781 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9782 magic number and is not associated with a file.
9783
9784 1999-05-14 Richard M. Stallman <rms@gnu.org>
9785
9786 * files.el (find-file-noselect-1): Fix previous change.
9787
9788 1999-05-14 Simon Marshall <simon@gnu.org>
9789
9790 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9791
9792 1999-05-13 Ken'ichi Handa <handa@gnu.org>
9793
9794 * international/mule-diag.el (mule-diag): Change MULE to Mule in
9795 docstring.
9796
9797 * international/mule-cmds.el: Change MULE to Mule in docstrings
9798 and menus.
9799
9800 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
9801
9802 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9803 to correctly reflect the value of BaseLineOffset in
9804 RelativeCompose. Now the value of RelativeCompose is an array of
9805 low and high positions.
9806 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9807 RLC for the above change.
9808
9809 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
9810
9811 * comint.el (comint-password-prompt-regexp): Modified to match the
9812 output of ksu and ssh-add.
9813
9814 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
9815
9816 * language/korea-util.el (isearch-toggle-korean-input-method):
9817 Adjusted for the change of input method handling in isearch.el.
9818 (isearch-hangul-switch-symbol-ksc): Likewise.
9819 (isearch-hangul-switch-hanja): Likewise.
9820
9821 1999-05-10 Dave Love <fx@gnu.org>
9822
9823 * help.el (help-make-xrefs): Fix typo.
9824
9825 1999-05-10 Andreas Schwab <schwab@gnu.org>
9826
9827 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9828 unibyte-display-via-language-environment.
9829
9830 * help.el (help-make-xrefs): Handle more cases when looking for
9831 commands in a keymap description.
9832
9833 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9834
9835 * loadup.el: For ms-dos systems, load ccl and codepage.
9836
9837 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9838
9839 * ps-print.el (ps-control-character): Call
9840 ps-mule-prepare-ascii-font to setup ASCII fonts.
9841
9842 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9843 ps-multibyte-buffer is nil, use
9844 ps-mule-font-info-database-default."
9845
9846 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9847
9848 * ispell.el (ispell-local-dictionary-alist): New variable for
9849 customizing local dictionaries not accessable by everyone.
9850 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9851 (ispell-required-version): Changed format `(major minor
9852 revision)' to support general pattern matching.
9853 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9854 skip region commented out due to incorrect skip potential in std latex.
9855 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9856 cursor point on small words for calls from `ispell-minor-mode'.
9857 (check-ispell-version): Tests and accepts versions major.minor
9858 and above, with adjustments for interactions in 3.1.0-3.1.11.
9859 (ispell-get-line): No longer skips ispell process special characters.
9860 (ispell-comments-and-strings): Removed `when' macro call.
9861 (ispell-minor-check): Requires ispell-word to restore cursor point.
9862 (ispell-buffer-local-parsing): Supports checking comments only.
9863
9864 1999-05-08 Karl Heuer <kwzh@gnu.org>
9865
9866 * comint.el (comint-password-prompt-regexp): Fix last change to be
9867 more specific.
9868
9869 1999-05-07 Richard M. Stallman <rms@gnu.org>
9870
9871 * subr.el (with-temp-message): Fix the other call to message
9872 to use %s.
9873
9874 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9875
9876 * gud.el (gud-format-command): "%F" means file sans extension.
9877 (jdb): Use %F, not %f, for gud-break.
9878
9879 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9880
9881 * comint.el (comint-password-prompt-regexp): Modified so that it
9882 matches the output of kinit.
9883
9884 1999-05-06 Greg Stark <gsstark@mit.edu>
9885
9886 * timezone.el (timezone-parse-date): Recognize new format used in
9887 internet cookies.
9888
9889 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9890
9891 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9892
9893 1999-05-04 Andrew Innes <andrewi@gnu.org>
9894
9895 * time.el (display-time-update): Allow for wrap-around when
9896 checking against display-time-server-down-time.
9897
9898 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9899
9900 * international/mule-diag.el (describe-coding-system): Fix English
9901 message.
9902
9903 1999-05-03 Jason Rumney <jasonr@altavista.net>
9904
9905 * term/w32-win.el: Change the x-charset-registry property for the
9906 Japanese charsets that are supported by Japanese Windows fonts.
9907
9908 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9909
9910 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9911 diary-block diary entries for which the reminders and the diary
9912 entries can overlap.
9913
9914 1999-05-02 Jason Rumney <jasonr@altavista.net>
9915
9916 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9917 matches the font selected in the dialog.
9918
9919 1999-05-02 Dave Love <fx@gnu.org>
9920
9921 * browse-url.el (browse-url-browser-function): Add :version.
9922
9923 * international/mule.el (auto-coding-alist): Add .tgz.
9924
9925 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9926
9927 * international/codepage.el (cp-coding-system-for-codepage-1):
9928 Make the magnification parameter for the -dos encoder be 2.
9929
9930 1999-05-2 Andrew Innes <andrewi@gnu.org>
9931
9932 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9933 it is dropped, rather than current window.
9934
9935 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9936 after switching buffer, as case-fold-search is a buffer local
9937 variable.
9938
9939 * w32-fns.el (convert-standard-filename): Only convert directory
9940 separators to backslash if the interactive shell is one of the
9941 standard Windows shells that has DOS semantics.
9942
9943 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9944 format-time-string, and return a suitable string to indicate the
9945 timestamp was invalid.
9946
9947 * hexl.el (hexlify-command): Apply shell-quote-argument after
9948 expanding hexl-program in case exec-directory contains a space.
9949 (dehexlify-command): Ditto.
9950
9951 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9952 file extension regexps which aren't necessarily binary files.
9953 (direct-print-region-helper): Use subst-char-in-string instead of
9954 binding directory-sep-char to convert filenames to DOS syntax.
9955 (direct-print-region-use-command-dot-com): New variable.
9956 (direct-print-region-helper): Use it to control whether to invoked
9957 command.com to print on Windows 9x.
9958
9959 * browse-url.el (browse-url-browser-function): Default to
9960 browse-url-default-windows-browser on windows-nt.
9961 (browse-url-default-windows-browser): New function.
9962
9963 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9964
9965 * forms.el (forms-mode): Don't call forms-first-record or
9966 forms-last-record if the data file has zero records.
9967
9968 1999-04-29 Richard M. Stallman <rms@gnu.org>
9969
9970 * files.el (find-file-noselect-1): If buffer-file-name has changed
9971 after find-file-not-found-hooks runs, recompute the truename.
9972 And don't use FILENAME after that point.
9973
9974 1999-04-27 Dave Love <fx@gnu.org>
9975
9976 * paren.el (show-paren-mode)
9977 * which-func.el (which-func-mode-global)
9978 * type-break.el (type-break-mode)
9979 * time.el (display-time-mode)
9980 * rsz-mini.el (resize-minibuffer-mode)
9981 * mouse-sel.el (mouse-sel-mode)
9982 * icomplete.el (icomplete-mode)
9983 * hscroll.el (hscroll-global-mode)
9984 * help.el (temp-buffer-resize-mode)
9985 * font-lock.el (global-font-lock-mode)
9986 * delsel.el (delete-selection-mode)
9987 * avoid.el (mouse-avoidance-mode)
9988 * autoinsert.el (auto-insert-mode)
9989 * winner.el (winner-mode): Doc fix.
9990
9991 1999-04-26 Karl Heuer <kwzh@gnu.org>
9992
9993 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9994 the same whitespace that was ignored in choosing the subject string.
9995
9996 1999-04-26 Richard M. Stallman <rms@gnu.org>
9997
9998 * info.el (Info-find-node): Position properly after finding anchor.
9999
10000 * cus-start.el (all): Handle unibyte-display-via-language-environment.
10001
10002 * simple.el (indent-new-comment-line): Fix previous change.
10003
10004 * complete.el: Delete the wildcard expansion feature
10005 since that is now standard in find-file.
10006 (PC-try-load-many-files): Function deleted.
10007 (PC-after-load-many-files): Function deleted.
10008 (PC-many-files-list): Variable deleted.
10009 (PC-disable-wildcards): Variable deleted.
10010 (partial-completion-mode): Don't enable the wildcard feature.
10011
10012 * complete.el (PC-look-for-include-file): Don't set global variables
10013 `error', `buf' and `filename' here.
10014
10015 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10016
10017 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
10018
10019 * textmodes/outline.el (outline-regexp): Doc fix.
10020
10021 1999-04-26 John Wiegley <johnw@borland.com>
10022
10023 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10024 C++Builder 4.0 error message syntax.
10025
10026 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
10027
10028 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10029 supported, use find -exec.
10030
10031 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10032
10033 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10034 coding-system-for-write, to avoid hanging when non-interactive.
10035
10036 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
10037
10038 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10039 start with a newline.
10040
10041 1999-04-13 Ken'ichi Handa <handa@gnu.org>
10042
10043 * international/mule-conf.el (x-ctext): New coding system.
10044
10045 1999-04-12 Richard M. Stallman <rms@gnu.org>
10046
10047 * international/mule-cmds.el (input-method-function):
10048 Add permanent-local property.
10049
10050 1999-04-12 Dave Love <fx@gnu.org>
10051
10052 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10053 change to use jka-compr-byte-compiler-base-file-name.
10054
10055 * supercite.el (sc-scan-info-alist): Revert last change.
10056 (sc-attrib-selection-list): Fix :type here instead.
10057
10058 1999-04-11 Eli Zaretskii <eliz@gnu.org>
10059
10060 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10061 in the list of case-insensitive filesystems.
10062
10063 1999-04-09 Kenichi Handa <handa@etl.go.jp>
10064
10065 * international/fontset.el (create-fontset-from-fontset-spec):
10066 Don't register duplicated alias fontset names.
10067
10068 1999-04-08 Richard Stallman <rms@gnu.org>
10069
10070 * international/mule.el (auto-coding-alist-lookup): New function.
10071 (set-auto-coding): Use auto-coding-alist-lookup.
10072
10073 * jka-compr.el (jka-compr-insert-file-contents):
10074 Use auto-coding-alist-lookup to check for files that
10075 should not have eol conversion, in the unibyte case.
10076
10077 1999-04-07 Dave Love <fx@gnu.org>
10078
10079 * help.el (describe-variable): Check custom-loads property as well
10080 as custom-type.
10081
10082 * abbrev.el (abbrev-mode): Customizing sets the default value.
10083
10084 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
10085
10086 * vc.el (vc-backend-revert): For CVS files that were made
10087 writeable with "cvs edit", call "cvs unedit" to undo that.
10088
10089 1999-04-08 Dave Love <fx@gnu.org>
10090
10091 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10092 more.
10093 (sc-emacs-features): Recognize Emacs 20.
10094 (sc-read-string): Use history arg.
10095 (sc-scan-info-alist): Check for rtnvalue a cons.
10096
10097 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
10098
10099 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10100 coding system to encode the message by
10101 select-message-coding-system.
10102
10103 1999-04-07 Richard Stallman <rms@gnu.org>
10104
10105 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10106
10107 * winner.el: Reorder definitions.
10108
10109 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10110
10111 * mail/rmail.el (rmail-decode-babyl-format):
10112 Undo previous change.
10113
10114 1999-04-06 Richard Stallman <rms@gnu.org>
10115
10116 * info.el (Info-find-node): Check for an anchor at the
10117 proper place, before reading an indirect file.
10118
10119 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10120
10121 * jka-compr.el (jka-compr-insert-file-contents):
10122 Use raw-text-unix when we want no conversion.
10123
10124 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10125
10126 * timezone.el (timezone-parse-date): Corrected regexp for
10127 style (5) date format so that tenths of seconds are optional.
10128
10129 1999-04-05 Eli Zaretskii <eliz@gnu.org>
10130
10131 * term/internal.el (dos-cpNNN-setup): New function, with the guts
10132 of dos-codepage-setup.
10133 (cjk-codepages-alist): New variable, an alist of Far-Eastern
10134 codepages for which there's no need to set up cpNNN coding
10135 systems.
10136 (dos-codepage-setup): Support Far-Eastern DOS terminals.
10137
10138 1999-04-05 Richard Stallman <rms@gnu.org>
10139
10140 * mail/rmail.el (rmail-ignored-headers): Doc fix.
10141
10142 1999-04-02 Richard Stallman <rms@gnu.org>
10143
10144 * progmodes/compile.el (compilation-handle-exit): Do right thing
10145 if (car status) doesn't end in a newline.
10146
10147 1999-04-01 Dave Love <fx@gnu.org>
10148
10149 * progmodes/sql.el (SQL): Add defgroup :version.
10150
10151 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
10152
10153 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10154 buffer-file-coding-system. If the coding system used is raw-text,
10155 etc., make the *Compiler Input* buffer unibyte.
10156
10157 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10158
10159 * loadup.el: Don't write the fns-...el file if not dumping.
10160
10161 1999-03-31 Dave Love <fx@gnu.org>
10162
10163 * snmp-mode.el (snmp): Fix defgroup :version.
10164
10165 * hilit-chg.el (highlight-changes): Add defgroup :version.
10166
10167 1999-03-31 Andreas Schwab <schwab@gnu.org>
10168
10169 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10170 the gnus-save-hidden-threads macro.
10171
10172 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
10173
10174 * faces.el (face-set-after-frame-default): Obey the
10175 `customized-face' for new faces.
10176
10177 1999-03-30 Dave Love <fx@gnu.org>
10178
10179 * international/mule-cmds.el (current-language-environment): Doc fix.
10180 * abbrev.el (abbrev-mode): Doc fix.
10181 * autoinsert.el (auto-insert-mode): Doc fix.
10182 * complete.el (partial-completion-mode): Doc fix.
10183 * avoid.el (mouse-avoidance-mode): Doc fix.
10184 * delsel.el (delete-selection-mode): Doc fix.
10185 * font-lock.el (global-font-lock-mode): Doc fix.
10186 * help.el (temp-buffer-resize-mode): Doc fix.
10187 * hscroll.el (hscroll-global-mode): Doc fix.
10188 * icomplete.el (icomplete-mode): Doc fix.
10189 * mouse-sel.el (mouse-sel-mode): Doc fix.
10190 * paren.el (show-paren-mode): Doc fix.
10191 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10192 * time.el (display-time-mode): Doc fix.
10193 * type-break.el (type-break-mode): Doc fix.
10194 * which-func.el (which-func-mode-global): Doc fix.
10195 * winner.el (winner-mode): Doc fix.
10196
10197 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
10198
10199 * wid-edit.el (widget-before-change): Signal text-read-only rather
10200 than an ordinary error.
10201
10202 1999-03-30 Richard M. Stallman <rms@gnu.org>
10203
10204 * repeat.el: Don't require advice.
10205 (repeat): Do function-indirection in check for kbd macro.
10206 In self-insert case, use the *last* char in INSERTION.
10207
10208 1999-03-30 Karl Heuer <kwzh@gnu.org>
10209
10210 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10211
10212 1999-03-29 Andreas Schwab <schwab@gnu.org>
10213
10214 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10215 comint-input-filter-functions. Make variables related to shell
10216 directory tracking local.
10217
10218 1999-03-26 Andreas Schwab <schwab@gnu.org>
10219
10220 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10221
10222 * simple.el (shell-command-on-region): Cope with exit-status being
10223 nil, which happens if call-process-region was interrupted.
10224
10225 1999-03-26 Richard M. Stallman <rms@gnu.org>
10226
10227 * simple.el (indent-new-comment-line): Handle use at a point
10228 after a comment-end. Handle multiple comments.
10229
10230 * mail/rmail.el (rmail-decode-babyl-format):
10231 To prevent locking, bind buffer-file-name to nil.
10232
10233 1999-03-26 Karl Fogel <kfogel@red-bean.com>
10234
10235 * mail-hist.el (mail-hist-current-header-name): Don't make
10236 off-by-one-error when determining if in message body.
10237
10238 1999-03-25 Andrew Innes <andrewi@gnu.org>
10239
10240 * w32-fns.el (set-default-process-coding-system): Copied from
10241 dos-w32.el, but modified to use Unix line endings for process
10242 input, and to add a suitable entry to process-coding-system-alist
10243 for DOS shells.
10244
10245 * dos-fns.el (set-default-process-coding-system): Copied from
10246 dos-w32.el.
10247
10248 * dos-w32.el (set-default-process-coding-system): Move function to
10249 dos-fns.el; a different version is used in w32-fns.el.
10250
10251 1999-03-24 Dave Love <fx@gnu.org>
10252
10253 * info.el (Info-directory-list): Revert change to re-writing
10254 Info-default-directory-list, but put `alternative' first.
10255 (Info-insert-dir): Modify selecting the top dir file as a consequence.
10256
10257 1999-03-23 Simon Marshall <simon@gnu.org>
10258
10259 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10260 on the line by itself.
10261 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
10262 it is not in a declarative context.
10263
10264 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
10265
10266 * cus-edit.el (custom-variable-prompt): Allow customization of
10267 autoloaded symbols.
10268
10269 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
10270
10271 * simple.el (what-cursor-position): Don't cause error when point
10272 is at invalid multibyte sequence.
10273
10274 1999-03-21 Karl Heuer <kwzh@gnu.org>
10275
10276 * complete.el (partial-completion-mode): Doc fix.
10277
10278 1999-03-19 Richard M. Stallman <rms@gnu.org>
10279
10280 * progmodes/cplus-md.el (old-c++): Remove :group.
10281
10282 * progmodes/c-mode.el (old-c): Remove :group.
10283
10284 1999-03-18 Simon Marshall <simon@gnu.org>
10285
10286 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10287 (java-font-lock-keywords-2): Added "strictfp" keyword.
10288
10289 1999-03-17 Jason Rumney <jasonr@altavista.net>
10290
10291 * w32-fns.el (set-w32-system-coding-system) New function.
10292 (w32-system-coding-system) Initialize to 'iso-latin-1.
10293
10294 1999-03-17 Eli Zaretskii <eliz@gnu.org>
10295
10296 * international/mule-cmds.el (set-language-environment): Fix
10297 previous change: don't use dos-codepage when unbound.
10298
10299 1999-03-17 Karl Heuer <kwzh@gnu.org>
10300
10301 * calendar/appt.el (appt-make-list): Fix previous change.
10302
10303 1999-03-16 Richard M. Stallman <rms@gnu.org>
10304
10305 * window.el (shrink-window-if-larger-than-buffer):
10306 Don't try to redisplay with the cursor at the end
10307 on its own line--that would force a scroll and spoil things.
10308
10309 1999-03-16 Eli Zaretskii <eliz@gnu.org>
10310
10311 * international/mule-cmds.el (set-language-environment): Don't use
10312 cpNNN-nonascii-translation-table if it is unbound.
10313
10314 * term/internal.el (dos-codepage-setup): Compute the unibyte
10315 syntax table and bind unibyte-display-via-language-environment
10316 here, rather than at top level, so that resetting to unibyte in
10317 .emacs works as expected.
10318
10319 1999-03-15 Simon Marshall <simon@gnu.org>
10320
10321 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10322
10323 1999-03-14 Milan Zamazal <pdm@pvt.net>
10324
10325 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10326
10327 1999-03-14 Kenichi Handa <handa@etl.go.jp>
10328
10329 * international/mule-util.el (detect-coding-with-priority):
10330 Restore the internal database.
10331
10332 1999-03-14 Stephen Eglen <stephen@gnu.org>
10333
10334 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10335 if mail-from-style has invalid value.
10336
10337 1999-03-12 Karl Heuer <kwzh@gnu.org>
10338
10339 * vc.el (vc-delete-logbuf-window): New var.
10340 (vc-finish-logentry): Use it.
10341
10342 1999-03-12 Richard M. Stallman <rms@gnu.org>
10343
10344 * startup.el (command-line-1): Improve startup msg.
10345
10346 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
10347
10348 * speedbar.el: Added commentary about stealthy functions.
10349 (speedbar-message) new function.
10350 (speedbar-y-or-n-p): New function
10351 (speedbar-with-attached-buffer) Moved macro before reference.
10352 Now uses `save-selected-window'.
10353 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10354 speedbar-generic-item-info, speedbar-item-info-file-helper,
10355 speedbar-item-delete, speedbar-insert-generic-list,
10356 speedbar-timer-fn, speedbar-check-vc-this-line,
10357 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10358 speedbar-buffers-item-info) Use speedbar-message.
10359 (speedbar-item-info) Limit `message-log-max'.
10360 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10361 speedbar-item-delete, speedbar-item-object-delete,
10362 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10363
10364 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
10365
10366 * server.el (server-start): Set coding system for the server
10367 process to raw-text.
10368 (server-process-filter): Decode file names if necessary.
10369
10370 1999-03-12 Dave Love <fx@gnu.org>
10371
10372 * textmodes/fill.el (sentence-end-double-space): Doc fix.
10373
10374 * textmodes/paragraphs.el (sentence-end): Doc fix.
10375
10376 1999-03-11 Karl Heuer <kwzh@gnu.org>
10377
10378 * comint.el (comint-password-prompt-regexp): Accept "login password:"
10379
10380 1999-03-09 Karl Heuer <kwzh@gnu.org>
10381
10382 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10383 (ispell-dictionary-alist-2): Likewise.
10384 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10385 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10386 (ispell-dictionary-alist): Build from six pieces, not just two.
10387
10388 * ps-bdf.el (bdf-directory-list): Doc fix.
10389
10390 * enriched.el (enriched-mode): Make var permanent-local.
10391
10392 1999-03-09 Dave Love <fx@gnu.org>
10393
10394 * textmodes/sgml-mode.el (html-mode): Use
10395 sentence-end-double-space when setting sentence-end.
10396
10397 1999-03-09 Ken'ichi Handa <handa@gnu.org>
10398
10399 * language/thai.el (tis-620): New alias coding system for thai-tis620.
10400
10401 1999-03-08 Felix Lee <flee@cygnus.com>
10402
10403 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10404
10405 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10406
10407 1999-03-08 Karl Heuer <kwzh@gnu.org>
10408
10409 * dired-aux.el (dired-do-copy-regexp): Doc fix.
10410 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10411
10412 * dired.el (dired-do-copy-regexp): Doc fix.
10413 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10414
10415 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
10416
10417 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10418
10419 1999-03-08 Jason Rumney <jasonr@altavista.net>
10420
10421 * international/codepage.el (cp1250-decode-table)
10422 (cp1251-decode-table, cp1253-decode-table)
10423 (cp1257-decode-table): New translation tables for MS Windows codepages.
10424 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10425
10426 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10427
10428 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10429
10430 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10431
10432 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10433
10434 * term/internal.el (top level): Display character 255 as 8bit as well.
10435
10436 1999-03-06 Dave Love <fx@gnu.org>
10437
10438 * progmodes/cc-cmds.el (c-outline-level): Bind
10439 buffer-invisibility-spec.
10440
10441 * progmodes/c-mode.el (c-outline-level): Likewise.
10442
10443 * progmodes/ada-mode.el (ada-outline-level): Likewise.
10444
10445 1999-03-05 Felix Lee <flee@cygnus.com>
10446
10447 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10448
10449 1999-03-05 Richard M. Stallman <rms@gnu.org>
10450
10451 * bindings.el (complete-symbol): Invert meaning of prefix arg.
10452
10453 1999-03-05 Andrew Innes <andrewi@gnu.org>
10454
10455 * w32-fns.el (convert-standard-filename): Convert directory
10456 separators to Windows format.
10457
10458 1999-03-05 Andreas Schwab <schwab@gnu.org>
10459
10460 * international/skkdic-cnv.el: Provide skkdic-cnv.
10461 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10462 (batch-skkdic-convert): Doc fix.
10463
10464 1999-03-04 Dave Love <fx@gnu.org>
10465
10466 * custom.el (custom-set-variables): Protect against setter errors.
10467
10468 1999-03-04 Eli Zaretskii <eliz@gnu.org>
10469
10470 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10471 the file sizes from overflowing.
10472 (ls-lisp-format): If file size is a float, use %8.0f to print it.
10473 Under -s, print the size in blocks with %4.0f, in case they have
10474 a *really* huge file.
10475
10476 1999-03-03 Dave Love <fx@gnu.org>
10477
10478 * options.el (edit-options): Doc fix.
10479 (list-options): Don't lose with unbound symbols. Maintain
10480 Edit-options-mode.
10481
10482 1999-03-01 Dave Love <fx@gnu.org>
10483
10484 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10485
10486 1999-02-28 Richard M. Stallman <rms@gnu.org>
10487
10488 * ispell.el (ispell-dictionary-alist-override): New variable.
10489 (ispell-dictionary-alist): Don't setq it,
10490 if ispell-dictionary-alist-override is set.
10491
10492 * simple.el (shell-command-default-error-buffer): Renamed from
10493 shell-command-on-region-default-error-buffer.
10494 (shell-command-on-region): Mention in echo area when there
10495 is some error output. Mention success or failure, too.
10496 Accumulate multiple error outputs
10497 going forward, with formfeed in between. Display the error buffer
10498 when we have put something in it.
10499 (shell-command): Add the ERROR-BUFFER argument feature.
10500
10501 1999-02-28 Karl Heuer <kwzh@gnu.org>
10502
10503 * mail/mh-utils.el (mh-lib): Doc fix.
10504 (mh-lib-progs, mh-nmh-p): New vars.
10505 (mh-find-progs): Set mh-lib-progs along with other vars.
10506 (mh-path-search): New arg FUNC-P; if specified, use that instead
10507 of mh-file-command-p.
10508 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10509
10510 * mail/mh-comp.el (mh-repl-formfile): New var.
10511 (mh-smail-batch): Don't ignore all arguments.
10512 (mh-reply): Do the right thing when using nmh.
10513
10514 1999-02-27 Kenichi Handa <handa@etl.go.jp>
10515
10516 * international/mule-cmds.el (select-safe-coding-system): Be sure
10517 to show a buffer being decoded.
10518
10519 1999-02-26 Ken'ichi Handa <handa@gnu.org>
10520
10521 * ps-bdf.el (bdf-directory-list): Initialize it to
10522 '("/usr/local/share/emacs/fonts/bdf").
10523
10524 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10525
10526 * ps-print.el: PostScript programming fix.
10527 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10528 setpagedevice operator).
10529
10530 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10531
10532 * ps-print.el: Doc fix, font size specifies landscape and portrait
10533 sizes.
10534 (ps-print-version): New version number (4.1.4).
10535 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10536 Specifies landscape and portrait sizes.
10537 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10538 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10539 fix.
10540 (ps-get-font-size): New fun.
10541 (ps-font-size-internal, ps-header-font-size-internal)
10542 (ps-header-title-font-size-internal): New vars.
10543
10544 * ps-mule.el: Change of ps-print font size variable name.
10545 (ps-mule-generate-font): Fun fix.
10546 (ps-mule-begin-job): Programming uniformization.
10547
10548 1999-02-25 Dave Love <fx@gnu.org>
10549
10550 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10551 (help-make-xrefs): Do Info case first.
10552
10553 * repeat.el: Don't require advice.
10554 (repeat-last-kill-command): Variable deleted.
10555
10556 1999-02-25 Richard Stallman <rms@gnu.org>
10557
10558 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10559 case just because the current buffer is the output buffer.
10560
10561 1999-02-25 Kenichi Handa <handa@etl.go.jp>
10562
10563 * simple.el (what-cursor-position): To show the character's
10564 encoding, use encoded-string-description instead of information
10565 of chaset-origin-alist.
10566
10567 * international/mule-cmds.el (iso-2022-control-alist): New variable.
10568 (encoded-code-description): New function.
10569 (encoded-string-description): New function.
10570 (encode-coding-char): New function.
10571
10572 1999-02-25 Andrew Innes <andrewi@gnu.org>
10573
10574 * startup.el (command-line) [windows-nt]: Fix typo in regexp
10575 checking for .emacs[.el[c]].
10576
10577 1999-02-24 Richard Stallman <rms@gnu.org>
10578
10579 * help.el (describe-function-1): Don't print a whole lambda-function.
10580
10581 1999-02-23 Ken'ichi Handa <handa@gnu.org>
10582
10583 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10584 inputting ?\240.
10585
10586 1999-02-23 Karl Heuer <kwzh@gnu.org>
10587
10588 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10589
10590 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10591 (clean-buffer-list-kill-buffer-names): Doc fix.
10592
10593 * gud.el (gud-jdb-massage-args): Spelling fix.
10594
10595 1999-02-23 Richard M. Stallman <rms@gnu.org>
10596
10597 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10598
10599 1999-02-22 Eli Zaretskii <eliz@gnu.org>
10600
10601 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10602 excursion while calling set-auto-coding-function.
10603
10604 * play/handwrite.el (handwrite): Require ps-print, and use
10605 ps-printer-name and ps-lpr-command. Call ps-print-region-function
10606 if it's defined, instead of forking ps-lpr-command unconditionally.
10607
10608 1999-02-22 Kenichi Handa <handa@etl.go.jp>
10609
10610 * international/codepage.el (cp-coding-system-for-codepage-1): Put
10611 charset-origin-alist property to a coding system for the codepage.
10612
10613 * international/mule.el: Modify comment for charset-origin-alist
10614 property of a coding system.
10615
10616 * simple.el (what-cursor-position): charset-origin-alist property
10617 of a coding system may be a translation table or a symbol of which
10618 `translation-table' property is a translation table.
10619
10620 1999-02-21 Richard Stallman <rms@gnu.org>
10621
10622 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10623 to the "html" template.
10624
10625 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
10626
10627 * dirtrack.el (dirtrack): Added docstring. Now returns input.
10628
10629 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
10630
10631 * dirtrack.el (dirtrack): Check for the prompt in the input string
10632 instead of the buffer.
10633
10634 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
10635
10636 * sql.el: Set version to 1.4.1. Changed mail address to
10637 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
10638 (sql-input-ring-separator): Doc fix.
10639 (sql-mode-syntax-table): double-dash starts comments is defined as
10640 ". 56" instead of ". 12b" for XEmacs.
10641 (sql-stop, sql-interactive-mode): Doc fixes.
10642 (sql-postgres): Queries for database and server, not just one.
10643 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10644
10645 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10646 changed. This is needed for master.el to work.
10647 (sql-set-sqli-buffer): Use the new hook.
10648
10649 * sql.el (sql-make-alternate-buffer-name): Function that sets
10650 sql-alternate-buffer-name.
10651 (sql-alternate-buffer-name): Possible name of SQLi buffers.
10652 (sql-interactive-mode): Set sql-alternate-buffer-name.
10653 (sql-rename-buffer): New command.
10654 (sql-interactive-mode-menu): Menu for SQLi buffers.
10655
10656 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
10657 and sql-input-ring-file-name are used to temporarily set
10658 comint-input-ring-file-name and comint-input-ring-separator when
10659 reading and writing input history files.
10660
10661 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10662 (sql-input-ring-file-name): New variable with customization.
10663 (sql-input-ring-separator): New variable with customization.
10664 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10665 Callers changed.
10666 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10667 now includes the name of the current buffer.
10668
10669 (sql-mode): Set paragraph-separate and paragraph-start so that
10670 sql-send-paragraph sends the entire SQL statements, even if it
10671 contains indented lines.
10672
10673 1999-02-18 Dave Love <fx@gnu.org>
10674
10675 * format.el (format-encode-run-method, format-decode-run-method):
10676 Fix previous change.
10677
10678 1999-02-18 Ken'ichi Handa <handa@gnu.org>
10679
10680 * international/mule.el (coding-system-list): Moved here from
10681 mule-util.el to avoid autoloading mule-util by the call of
10682 select-safe-coding-system.
10683
10684 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
10685
10686 * simple.el (turn-on-auto-fill): Mark it as an option for
10687 `text-mode-hook'.
10688
10689 1999-02-17 Richard Stallman <rms@gnu.org>
10690
10691 * emacs-lisp/easymenu.el (easy-menu-get-map):
10692 Don't crash if (current-local-map) is nil.
10693
10694 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
10695
10696 * filecache.el (file-cache-filter-regexps): Added .class.
10697
10698 1999-02-17 Ken'ichi Handa <handa@gnu.org>
10699
10700 * international/mule-util.el (decompose-region): Use
10701 insert-buffer-substring instead of insert-buffer to avoid putting
10702 mark.
10703
10704 1999-02-17 Andreas Schwab <schwab@gnu.org>
10705
10706 * calendar/cal-move.el (scroll-calendar-left): Don't set
10707 displayed-month and displayed-year here, let generate-calendar do
10708 it, after range checking.
10709
10710 1999-02-17 Simon Marshall <simon@gnu.org>
10711
10712 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10713
10714 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10715 correctly between an object declared via a constructor and a method.
10716 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10717 (java-font-lock-keywords-1): Fontify package names individually.
10718 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10719 (java-font-lock-keywords-2): Simplify type fontification.
10720 (java-font-lock-keywords-3): Likewise.
10721
10722 1999-02-17 Kenichi Handa <handa@etl.go.jp>
10723
10724 * language/japanese.el (iso-2022-jp-2): New coding system.
10725 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10726
10727 1999-02-16 Dave Love <fx@gnu.org>
10728
10729 * help.el (describe-function-1): Accept non-symbols.
10730
10731 1999-02-16 Paul Eggert <eggert@twinsun.com>
10732
10733 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10734 find the last match if there are multiple matches.
10735
10736 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10737
10738 * tex-mode.el (tex-run-command, latex-run-command)
10739 (slitex-run-command, tex-command): Doc changes.
10740 (tex-start-options-string): Autoload it. Doc change. Provide
10741 a menu for customization. Allow nil. Quote backslashes only once.
10742 (tex-start-tex): Handle nil value of tex-start-options-string
10743 and apply shell-quote-argument to it.
10744
10745 1999-02-16 Eli Zaretskii <eliz@gnu.org>
10746
10747 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10748 the size in blocks, since it can be a float.
10749 (ls-lisp-format): Likewise
10750
10751 1999-02-16 Ken'ichi Handa <handa@gnu.org>
10752
10753 * language/japanese.el (japanese-shift-jis): Add
10754 charset-origin-alist property.
10755
10756 1999-02-15 Richard Stallman <rms@gnu.org>
10757
10758 * progmodes/compile.el (compile-internal): Use save-selected-window.
10759
10760 * subr.el (momentary-string-display): Bind inhibit-read-only.
10761
10762 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10763
10764 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10765
10766 * mail/rmail.el (rmail-show-message): If an unseen message has a
10767 Summary-line in its header, get past one more line before looking
10768 for the X-Coding-System header.
10769
10770 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
10771
10772 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10773 explicitly to accomodate Windows 9X lack of a useful copy program.
10774
10775 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10776
10777 * wid-edit.el (widget-choice-value-create): Use `equal'
10778 instead of `eq'.
10779
10780 1999-02-14 Richard Stallman <rms@gnu.org>
10781
10782 * international/iso-transl.el:
10783 (iso-transl-ae): Renamed from iso-transl-e-slash.
10784 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10785 (iso-transl-AE): Renamed from iso-transl-E-slash.
10786 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10787 (iso-transl-char-map): Related changes.
10788
10789 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10790
10791 1999-02-13 Richard Stallman <rms@gnu.org>
10792
10793 * textmodes/texinfmt.el (texinfo-alias): New function.
10794 (texinfo-fold-nodename-case): Add defvar.
10795 (texinfo-format-node): Do case folding if specified.
10796
10797 * ffap.el (ffap-file-at-point): Test local file names
10798 immediately. Strip off line numbers.
10799
10800 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
10801
10802 * sql.el: Set version to 1.3.2
10803 (sql-solid-program): Added support for solid.
10804 (sql-help): Doc mentions sql-solid.
10805 (sql-solid): Entry function for Solid.
10806 (sql-buffer): Doc explains the use of the variable and how to
10807 change it.
10808 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10809 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10810 disabled if sql-buffer doesn't have a process; sql-send-paragraph
10811 is new.
10812 (sql-show-sqli-buffer): New function to display the value of
10813 sql-buffer.
10814 (sql-change-sqli-buffer): New function to change sql-buffer.
10815 (sql-mode): Doc explains how to change sql-buffer.
10816 (sql-send-paragraph): New function to send a paragraph.
10817 (sql-mode-map): Added keybinding for sql-send-paragraph.
10818 (sql-mysql): Doc corrected.
10819 (sql-ms): Doc corrected.
10820
10821 * sql.el (sql-server): Doc fix.
10822 (sql-mysql): Added the use of sql-server to specify the host,
10823 sql-database now specifies database instead of host.
10824 (sql-mode-menu): Send... menu items are only active if sql-buffer
10825 is non-nil.
10826 (sql-help): Changed tag of entry functions a bit.
10827
10828 * sql.el: Added keywords from `finder-by-keyword'.
10829 (sql-mode): Made sql-buffer a local variable, changed the
10830 documentation: removed instructions to add *.sql files to
10831 auto-mode-alist, added documentation for having mutliple SQL
10832 buffers sending their stuff to different SQLi buffers, each
10833 running a different process.
10834 (sql-postgres): Quoted *SQL* in doc string.
10835 (sql-ms): Likewise.
10836 (sql-ingres): Likewise.
10837 (sql-ingres): Quoted *SQL* in doc string, added references to
10838 sql-user and sql-password used during login.
10839 (sql-sybase): Quoted *SQL* in doc string, added comma.
10840 (sql-oracle): Likewise.
10841 (sql-interactive-mode): Added extensive documentation for having
10842 mutliple SQL buffers sending their stuff to different SQLi
10843 buffers, each running a different process.
10844 (sql-buffer): Changed doc from *SQL* to SQLi.
10845 (sql-get-login): Doc fix.
10846
10847 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10848
10849 * international/mule-conf.el (undecided): Set ascii in
10850 safe-charsets property.
10851
10852 1999-02-12 Richard Stallman <rms@gnu.org>
10853
10854 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10855
10856 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10857
10858 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10859 value to ps-mule-font-info-database-latin.
10860
10861 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10862
10863 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10864 (ps-mule-font-info-database-default): New variable.
10865 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10866 ps-mule-font-info-database-default.
10867
10868 1999-02-12 Dave Love <fx@gnu.org>
10869
10870 * timezone.el (timezone-make-date-sortable)
10871 (timezone-make-date-arpa-standard): Doc fix.
10872
10873 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10874
10875 * international/quail.el (quail-show-kbd-layout): Bind
10876 blink-matching-paren to nil.
10877
10878 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10879 for ASCII and Latin-1.
10880
10881 1999-02-12 Andreas Schwab <schwab@gnu.org>
10882
10883 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10884
10885 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10886
10887 * international/mule-cmds.el (language-info-alist): Remove
10888 description about charset-origin-alist.
10889
10890 * international/mule.el: Comment added for a new coding system
10891 property `charset-origin-alit'.
10892 (make-translation-table): This variable deleted.
10893
10894 * language/chinese.el (chinese-big5): Add charset-origin-alist
10895 property.
10896 ("Chinese-CNS"): Remove charset-origin-alist property.
10897
10898 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10899 property.
10900 (cyrillic-alternativnyj): Likewise.
10901 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10902 ("Cyrillic-ALT"): Likewise.
10903
10904 * language/vietnamese.el (vietnamese-viqr): Add
10905 charset-origin-alist property.
10906 ("Vietnamese"): Remove charset-origin-alist property.
10907
10908 * simple.el (what-cursor-position): Don't use the varialbe
10909 charset-origin-alist, but use charset-origin-alist property of
10910 buffer-file-coding-system to decide external character set code.
10911
10912 1999-02-10 Richard Stallman <rms@gnu.org>
10913
10914 * shadowfile.el: Don't turn on the mode when the file is loaded.
10915
10916 1999-02-09 Richard Stallman <rms@gnu.org>
10917
10918 * progmodes/compile.el (compile-auto-highlight): Customize.
10919
10920 * add-log.el (add-log-file-name-function): New variable.
10921 (add-change-log-entry): Call that function, if non-nil.
10922
10923 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10924
10925 * rmail.el (rmail-search): Track match with a marker, not an integer.
10926
10927 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10928
10929 * progmodes/compile.el (compilation-setup): Set value of
10930 compilation-directory-stack as in compilation-forget-errors.
10931 (compile-reinitialize-errors): Bind buffer-undo-list and
10932 deactivate-mark.
10933 (compilation-forget-errors): Likewise.
10934
10935 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10936
10937 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10938 def... constructs.
10939
10940 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10941 Remove calls to sleep-for.
10942
10943 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10944
10945 * international/codepage.el (cp-coding-system-for-codepage-1): On
10946 MS-DOS, use dos-unsupported-char-glyph for characters not
10947 supported by the codepage.
10948 (cp-make-coding-systems-for-codepage): Likewise.
10949
10950 1999-02-08 Andreas Schwab <schwab@gnu.org>
10951
10952 * international/mule-util.el (coding-system-list): Don't sort
10953 coding-system-list here.
10954
10955 * international/mule.el (coding-system-lessp): Moved here from
10956 mule-util.el
10957 (add-to-coding-system-list): New function.
10958 (make-subsidiary-coding-system, make-coding-system,
10959 define-coding-system-alias): Use it instead of setting
10960 coding-system-list directly.
10961
10962 1999-02-07 Dave Love <fx@gnu.org>
10963
10964 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10965 onto message.
10966
10967 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10968
10969 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10970 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10971
10972 1999-02-06 Richard Stallman <rms@gnu.org>
10973
10974 * language/european.el (setup-slovenian-environment): New function.
10975 ("Slovenian"): New language environment.
10976
10977 * progmodes/sql.el (sql-help): Doc fix.
10978 (sql-mysql): Doc fix.
10979
10980 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10981
10982 * tex-mode.el: When compiling, require compare-w and skeleton
10983 to pacify the byte-compiler. Move the def's of the tex-commands
10984 together. Add a comment on kill-process vs. quit-process.
10985
10986 1999-02-05 Dave Love <fx@gnu.org>
10987
10988 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10989 null markers.
10990 (compile-goto-error): Likewise.
10991
10992 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10993
10994 * time-stamp.el (time-stamp-format): Format doc tighter.
10995 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10996 (time-stamp): Don't re-write the time stamp if it didn't change.
10997
10998 1999-02-05 Alex Schroeder <asc@bsiag.com>
10999
11000 * progmodes/sql.el: Changed version to 1.2.1.
11001 (sql-pop-to-buffer-after-send-region): Improved documentation.
11002 (sql-mysql-program): Added MySQL support.
11003 (sql-prompt-length): Made prompt-length configurable.
11004 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11005 (sql-help): Added MySQL support, changed documentation.
11006 (sql-send-region): A message is displayed if something is sent.
11007 (sql-mode): Added buffer-local comment-start.
11008 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11009 (sql-interactive-mode): Added buffer-local comment-start.
11010 (sql-oracle): Set sql-prompt-length.
11011 (sql-sybase): Set sql-prompt-length.
11012 (sql-mysql): Added MySQL support.
11013 (sql-ingres): Set sql-prompt-length.
11014 (sql-ms): Set sql-prompt-length.
11015 (sql-postgres): Set sql-prompt-length.
11016
11017 1999-02-04 Eli Zaretskii <eliz@gnu.org>
11018
11019 * term/internal.el (dos-codepage-setup): Set selection coding
11020 system to cpNNN-dos.
11021
11022 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11023
11024 * international/characters.el: Let ethiopic use iso-2022-7bit.
11025
11026 1999-02-02 Dave Love <fx@gnu.org>
11027
11028 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11029 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11030
11031 1999-02-02 Karl Heuer <kwzh@gnu.org>
11032
11033 * terminal.el (terminal-emulator): Doc fix.
11034
11035 1999-02-02 Ken'ichi Handa <handa@gnu.org>
11036
11037 * international/mule-util.el (compose-chars): Doc-string
11038 modified. Correctly handle a composition character in ARGS.
11039
11040 1999-02-01 Richard Stallman <rms@gnu.org>
11041
11042 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11043 (makefile-menu-index-function): Function deleted.
11044 (makefile-mode): Use makefile-imenu-generic-expression.
11045
11046 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
11047
11048 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11049 change, invoke from before-init-hook.
11050
11051 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
11052
11053 * subr.el (remove-from-invisibility-spec): Cope with the case when
11054 buffer-invisibility-spec is t.
11055
11056 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
11057
11058 * calendar/calendar.el (calendar-mode-map): Fix bindings for
11059 appt-add and appt-delete.
11060
11061 1999-02-01 Eli Zaretskii <eliz@gnu.org>
11062
11063 * term/pc-win.el (msdos-approximate-color): New function.
11064 (msdos-color-translate): Call it to find a DOS color that best
11065 approximates an X-style "#NNNNNN" color specification.
11066
11067 1999-02-01 Ken'ichi Handa <handa@gnu.org>
11068
11069 * international/mule-util.el (compose-chars-component): Add
11070 autoload cookie.
11071
11072 1999-01-31 Ken'ichi Handa <handa@gnu.org>
11073
11074 * international/quail.el (quail-lookup-key): If cdr of MAP is a
11075 function, replace cdr of MAP by the return value of the function
11076 unconditionally.
11077
11078 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11079
11080 * progmodes/compile.el (compilation-next-error-locus): Don't
11081 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11082
11083 1999-01-31 Eli Zaretskii <eliz@gnu.org>
11084
11085 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11086 and NLs before "charset", and allow the charset name be in double
11087 quotes.
11088
11089 1999-01-31 Richard Stallman <rms@gnu.org>
11090
11091 * imenu.el (imenu-sort-function): Fix custom type.
11092
11093 1999-01-30 Richard Stallman <rms@gnu.org>
11094
11095 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11096 (speedbar-line-token): Likewise.
11097
11098 * play/gametree.el (gametree-default-score): Use defcustom.
11099 (gametree-score-regexp, gametree-score-closer): Likewise.
11100 (gametree-score-manual-flag, gametree-score-opener): Likewise.
11101
11102 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11103
11104 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11105 decoding.
11106
11107 1999-01-29 Markus Rost <rost@gnu.org>
11108
11109 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11110 tex-validate-buffer.
11111 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11112 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
11113 now with recent occur-mode.
11114 (tex-validate-region): Really walk through all Sexps.
11115 (tex-region): Bind shell-dirtrack-verbose.
11116 (tex-file, tex-bibtex-file): Likewise.
11117
11118 1999-01-29 Dave Love <fx@gnu.org>
11119
11120 * finder.el: (finder-commentary): Fix interactive spec. Try
11121 appending .el to file name.
11122 (finder-find-library, finder-commentary): Doc fixes.
11123
11124 1999-01-29 Andrew Innes <andrewi@gnu.org>
11125
11126 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11127 where the userid contains directory separators.
11128
11129 1999-01-29 Dave Love <fx@gnu.org>
11130
11131 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11132 (lm-commentary): Doc fix.
11133
11134 1999-01-29 Andreas Schwab <schwab@gnu.org>
11135
11136 * files.el (file-expand-wildcards): Never consider `.' and `..' a
11137 wildcard match. Fix regexp that tests if dirpart contains
11138 wildcard characters.
11139
11140 1999-01-28 Richard Stallman <rms@gnu.org>
11141
11142 * font-lock.el (font-lock-default-unfontify-region):
11143 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11144
11145 1999-01-27 Jason Rumney <jasonr@altavista.net>
11146
11147 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11148 from FAMILY field.
11149 (w32-create-initial-fontsets): Do not use before-init-hook.
11150 (mouse-set-font): Document. Automatically create and use fontsets.
11151
11152 * dos-w32.el (direct-print-region-helper): Check for printer
11153 being t as well as a string.
11154
11155 1999-01-27 Kenichi Handa <handa@etl.go.jp>
11156
11157 * mail/rmail.el (rmail-decode-mime-charset): New variable.
11158 (rmail-mime-charset-pattern): New variable.
11159 (rmail-convert-to-babyl-format): Decode by MIME-charset if
11160 rmail-decode-mime-charset is non-nil.
11161
11162 1999-01-27 Ken'ichi Handa <handa@gnu.org>
11163
11164 * international/characters.el: Set category `q' for all characters
11165 in tibetan and tibetan-1-column.
11166
11167 1999-01-27 Andrew Innes <andrewi@gnu.org>
11168
11169 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11170 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11171
11172 1999-01-27 Dave Love <fx@gnu.org>
11173
11174 * international/mule-cmds.el (current-language-environment):
11175 Provide :link, :type (choices) and appropriate :get.
11176
11177 1999-01-27 Eli Zaretskii <eliz@gnu.org>
11178
11179 * startup.el (command-line): Set default eol-mnemonic-* strings to
11180 display end-of-line format in mode line.
11181
11182 * cus-start.el (all): Add eol-mnemonic-* variables.
11183
11184 1999-01-26 Dave Love <fx@gnu.org>
11185
11186 * startup.el (command-line-1): Up-date copyright.
11187
11188 * paths.el (Info-default-directory-list): Use configdir twice.
11189
11190 * info.el (Info-directory-list): Don't set path-separator now
11191 we're not shipped with Texinfo. Simplify path definition.
11192 Substitute all occurrences of instdir in Info-default-directory-list.
11193
11194 1999-01-25 Richard Stallman <rms@gnu.org>
11195
11196 * startup.el (normal-top-level-add-subdirs-to-load-path):
11197 Record the inode numbers of the dirs processed, to avoid loop.
11198
11199 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11200
11201 1999-01-25 Dave Love <fx@gnu.org>
11202
11203 * browse-url.el (browse-url-netscape-program): Doc addition.
11204
11205 * help.el (help-make-xrefs): Default info references to an `(emacs)'
11206 prefix.
11207
11208 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11209 auto-mode-alist.
11210
11211 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11212
11213 * calendar/diary-lib.el (mark-diary-entries): Use
11214 assoc-ignore-case and do not capitalize when matching month and
11215 day names.
11216
11217 * calendar/calendar.el (calendar-read-date): Ditto.
11218
11219 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11220 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11221
11222 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11223
11224 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11225
11226 * calendar/cal-islam.el (calendar-goto-islamic-date)
11227 (mark-islamic-diary-entries): Ditto.
11228
11229 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11230
11231 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11232 (calendar-read-mayan-tzolkin-date): Ditto.
11233
11234 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11235
11236 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
11237
11238 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11239
11240 1999-01-25 Karl Heuer <kwzh@gnu.org>
11241
11242 * faces.el (list-faces-display): Multiline case of previous fix.
11243
11244 1999-01-25 Andreas Schwab <schwab@gnu.org>
11245
11246 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11247
11248 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
11249
11250 * files.el (find-file): If find-file-noselect returns a list,
11251 do switch-to-buffer on each element.
11252 (find-file-other-window): Likewise for all but the first element.
11253 (find-file-other-frame): Same.
11254 (find-file-noselect): When we expand a wildcard, return a list
11255 of buffers.
11256
11257 1999-01-24 Eli Zaretskii <eliz@gnu.org>
11258
11259 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11260 to set the appropriate cpNNN-dos coding system as the
11261 highest-priority coding system.
11262
11263 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11264
11265 * international/fontset.el (generate-fontset-menu): Return a
11266 sorted list by plain names of fontsets.
11267
11268 * international/mule-diag.el (list-fontsets): Sort fontsets by
11269 plain names.
11270
11271 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11272 FIRST is a composite character, decompose it at first.
11273
11274 1999-01-23 Dave Love <fx@gnu.org>
11275
11276 * format.el: Doc fixes.
11277 (format-encode-run-method): Have things happen in the right buffer.
11278 Deal with errors from method. Set coding-system-for-write.
11279 (format-decode-run-method): Have things happen in the right buffer.
11280 Deal with errors from method. Set coding-system-for-read.
11281 (format-alist): Use nil instead of unmatchable regexps.
11282
11283 * simple.el (shell-command-on-region): Return command's exit status.
11284
11285 1999-01-23 Eric Ludlam <zappo@gnu.org>
11286
11287 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11288 of the file whose info we want to display.
11289 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11290 (speedbar-add-mode-functions-list) Improve doc.
11291 (speedbar-line-token) New function.
11292 (speedbar-dired) Fix order of directories in -shown-directories.
11293 (speedbar-line-path): Default return is default-directory
11294 (speedbar-buffers-line-path): Return is dir name only.
11295 (speedbar-mode-functions-list): New variable.
11296 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11297 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11298 speedbar-files-item-info speedbar-buffers-item-info): New functions.
11299 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11300 New functions.
11301 (speedbar-line-file): Broke out part that fetches file from a line.
11302 (speedbar-line-text): New function extracted from speedbar-line-file.
11303 (speedbar-line-path): Converted into a replaceable function.
11304 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11305
11306 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11307
11308 * international/fontset.el (create-fontset-from-x-resource): Make
11309 style variants.
11310
11311 1999-01-22 Dave Love <fx@gnu.org>
11312
11313 * paths.el (Info-default-directory-list): Put sysdir after start.
11314
11315 1999-01-22 Sam Steingold <sds@goems.com>
11316
11317 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11318 a process associated with it.
11319
11320 1999-01-22 Jason Rumney <jasonr@altavista.net>
11321
11322 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11323
11324 1999-01-22 Felix Lee <flee@cygnus.com>
11325
11326 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
11327 major-mode.
11328 (vc-annotate-mode): Delete variable.
11329
11330 1999-01-22 Andrew Innes <andrewi@gnu.org>
11331
11332 * startup.el (command-line): [windows-nt]: Check for existence of
11333 .emacs file so as to notice .emacs.el or .emacs.elc and use them
11334 in preference to _emacs.
11335
11336 1999-01-22 Dave Love <fx@gnu.org>
11337
11338 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11339
11340 1999-01-20 Richard Stallman <rms@gnu.org>
11341
11342 * files.el (find-file-noselect): Do wildcard processing only
11343 if new arg WILDCARDS is non-nil.
11344 (find-file, find-file-other-window): New arg WILDCARDS.
11345 Default it to non-nil if interactive.
11346 (find-file-other-frame): Likewise.
11347 (find-file-read-only): Likewise.
11348 (find-file-read-only-other-window): Likewise.
11349 (find-file-read-only-other-frame): Likewise.
11350
11351 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11352 (widget-plist-convert-option): Delete spurious comma.
11353
11354 1999-01-19 Jason Rumney <jasonr@altavista.net>
11355
11356 * term/w32-win.el (w32-standard-fontspec-spec): Change
11357 iso8859-5 to koi8-r. Add iso8859-9.
11358
11359 1999-01-19 Dave Love <fx@gnu.org>
11360
11361 * browse-url.el (browse-url-maybe-new-window): Delete macro and
11362 its uses.
11363
11364 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11365 is active.
11366 (fortran-indent-subprogram): Likewise.
11367
11368 1999-01-19 Dave Love <d.love@dl.ac.uk>
11369
11370 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11371
11372 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11373
11374 * wid-edit.el (alist): Use sexp as default key-type.
11375
11376 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11377
11378 * textmodes/tex-mode.el (tex-define-common-keys):
11379 Remove key binding of tex-feed-input.
11380 (tex-mode-map): Bind tex-feed-input here.
11381 (tex-start-shell): Use compilation-shell-minor-mode. Set
11382 comint-input-filter-functions before running tex-shell-hook.
11383 (tex-start-tex): Forget compilation errors.
11384 (tex-compilation-parse-errors): Rewritten to work also with
11385 compile-mouse-goto-error and compile-goto-error. Adjusted to
11386 change in tex-region.
11387 (tex-region): For the temp file use file-name without directory.
11388 (tex-file): Expand file name of tex-print-file.
11389
11390 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11391
11392 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
11393
11394 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
11395
11396 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11397 beginning could cause Emacs to hang. Fixed.
11398
11399 1999-01-18 Ken'ichi Handa <handa@gnu.org>
11400
11401 * international/ccl.el (ccl-compile-translate-character): Handle
11402 the case that a tranlation table is CCL register correctly.
11403
11404 * international/mule-cmds.el (select-safe-coding-system):
11405 Hightlight at most 256 characters.
11406
11407 1999-01-18 Dave Love <fx@gnu.org>
11408
11409 * startup.el (command-line): If the init file changes operation to
11410 unibyte, make all buffers unibyte and re-set language environment.
11411
11412 * disp-table.el (standard-display-european): Make all existing
11413 buffers unibyte. Fix doc.
11414
11415 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11416
11417 * wid-edit.el (coding-system): Define this unconditionally.
11418
11419 * simple.el (shell-command-on-region-default-error-buffer): New var.
11420 (shell-command-on-region): Use that variable as interactive
11421 value of ERROR-BUFFER argument.
11422
11423 1999-01-17 Sam Steingold <sds@goems.com>
11424
11425 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11426
11427 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11428
11429 * progmodes/compile.el (compilation-goto-locus): If already in the
11430 compilation buffer's window, keep it in that window.
11431 (compile-mouse-goto-error): Add Doc. Don't play with windows.
11432 (compile-goto-error): Don't play with windows.
11433
11434 * textmodes/tex-mode.el (latex-run-command): Doc fix.
11435 (tex-command): Doc fix.
11436 (tex-compilation-parse-errors): Doc fix.
11437 (tex-generate-zap-file-name): Don't start the name with -.
11438 (tex-expand-files): Works now also with strings ending with ":".
11439
11440 1999-01-17 Ian T Zimmerman <itz@transbay.net>
11441
11442 Patch failed to install:
11443 * gametree.el: Document scoring functionality.
11444 (gametree-score-regexp): Add optional plus sign.
11445 (gametree-score-opener): Replace `:' with `=' as the former
11446 conflicts with gametree-half-ply-regexp.
11447 (gametree-transpose-following-leaves): Add.
11448 (gametree-insert-new-leaf): Make modifying commands barf in read
11449 only buffers.
11450 (gametree-break-line-here): Add a call to
11451 `gametree-transpose-following-leaves'. This maintains the
11452 necessary invariant that on each level all leaf children precede
11453 all nonleaf children. This has always been implied, but left to
11454 the user, and, unfortunately, undocumented.
11455
11456 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
11457
11458 * wid-edit.el (plist, alist): New widget types.
11459
11460 1999-01-17 Dave Love <fx@gnu.org>
11461
11462 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11463 fix scope of condition-case therein.
11464
11465 1999-01-17 Andrew Innes <andrewi@gnu.org>
11466
11467 * dos-w32.el: (find-buffer-file-type-coding-system): Use
11468 default-buffer-file-coding-system when file doesn't exist (and
11469 isn't covered by a special case) instead of forcing undecided-dos
11470 against the user's wishes.
11471
11472 * dos-w32.el (direct-print-region-helper): New function based on
11473 direct-print-region-function; sends data to specified printer port
11474 without further translation. Recognize and handle specially the
11475 standard `print' and `nprint' programs, as well as `lpr' and
11476 similar programs. Only write directly to the printer port if no
11477 print program is specified. Work around a bug in Windows 9x
11478 affecting Win32 version of Emacs by invoking command.com to write
11479 to the printer port instead of writing directly.
11480 (direct-print-region-function): Use direct-print-region-helper to
11481 do most of the work.
11482 (direct-ps-print-region-function): New function; analogue of
11483 direct-print-region-function for ps-print.
11484 (ps-lpr-command): Comment out setq; leave as example usage.
11485 (ps-lpr-switches): Ditto.
11486
11487 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11488 and MS-Windows.
11489 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11490 DOS and Windows platforms, to indicate direct printing. Update
11491 the docstring accordingly.
11492
11493 * ps-print.el: (ps-printer-name): Update docstring about usage on
11494 MS-DOS and MS-Windows.
11495 (ps-lpr-command): Update docstring as for lpr-command.
11496 (ps-print-region-function): New variable.
11497 (ps-do-despool): Use it.
11498 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11499 DOS/Windows.
11500
11501 * subr.el (subst-char-in-string): New function.
11502
11503 1999-01-17 Eli Zaretskii <eliz@gnu.org>
11504
11505 * international/codepage.el (cp852-decode-table): Fill a nil entry.
11506
11507 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11508 (bdf-find-font-info): New function, looks for the first readable
11509 file from a list of alternatives.
11510 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11511 instead of bdf-get-font-info.
11512 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11513 to ps-mule-generate-bitmap-glyph.
11514
11515 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11516 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
11517 now be a list of alternative names.
11518 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11519 (ps-mule-prepare-font): Likewise.
11520
11521 * international/codepage.el (cp855-decode-table,
11522 cp850-decode-table): Fill some nil entries.
11523
11524 1999-01-16 Dave Love <fx@gnu.org>
11525
11526 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11527 last change.
11528
11529 1999-01-15 Dave Love <fx@gnu.org>
11530
11531 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11532 and change regexp for command names.
11533 (help-xref-go-back, function-called-at-point, symbol-file)
11534 (where-is): Doc fixes.
11535 (help-xref-go-back): Remove interactive spec.
11536 (describe-function-1): Fix message for alias. Buttomize alias
11537 name.
11538
11539 * simple.el (join-line): New alias.
11540
11541 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
11542
11543 * forms.el: (forms--show-record): Convert integers to string
11544 expicitly since concat will no longer accept integers.
11545 (forms-print): Use local `total-nb-records' since
11546 `forms--total-records' will be inaccessible after buffer switching.
11547
11548 1998-01-14 Felix Lee <flee@cygnus.com>
11549
11550 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11551
11552 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11553
11554 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11555
11556 1999-01-14 Eli Zaretskii <eliz@gnu.org>
11557
11558 * international/codepage.el (cp850-decode-table): Fix previous change.
11559
11560 1999-01-14 Simon Marshall <simon@gnu.org>
11561
11562 * shell.el (shell-dirtrack-verbose): New custom variable.
11563 (shell-dirstack-message): Use it.
11564
11565 1999-01-14 Kenichi Handa <handa@etl.go.jp>
11566
11567 * international/mule-conf.el: Coding system alias `dos' for
11568 `undecided-dos', `mac' for `undecided-mac'.
11569
11570 * international/mule-cmds.el (describe-language-environment):
11571 Don't alter input-method-alist.
11572
11573 1999-01-13 Eli Zaretskii <eliz@gnu.org>
11574
11575 * international/codepage.el (cp850-decode-table): Replace nil
11576 entries with codes of similary looking glyphs. (Suggested by
11577 Jason Rumney <jasonr@altavista.net>.)
11578
11579 1999-01-13 Dave Love <fx@gnu.org>
11580
11581 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11582
11583 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11584
11585 1999-01-12 Karl Heuer <kwzh@gnu.org>
11586
11587 * files.el (auto-save-hook): Defvar this.
11588
11589 1999-01-12 Alex Schroeder <asc@bsiag.com>
11590
11591 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11592 faces, eliminating the need to load font-lock before loading sql.
11593 (sql-mode-oracle-font-lock-keywords): Likewise.
11594 (sql-mode-postgres-font-lock-keywords): Likewise.
11595
11596 1999-01-11 Dave Love <fx@gnu.org>
11597
11598 * cus-start.el: Add inhibit-eol-conversion.
11599
11600 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11601 the values round.
11602
11603 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
11604
11605 * help.el (help-mode-finish): Renamed from help-mode-maybe.
11606 Don't switch to Help mode here.
11607 (temp-buffer-setup-hook): Use help-mode-finish.
11608 (help-mode-setup): New function.
11609 (temp-buffer-setup-hook): Use help-mode-setup.
11610
11611 * progmodes/sql.el: New file.
11612
11613 * files.el (auto-mode-alist): Add sql-mode.
11614
11615 * faces.el (list-faces-display): Improve the formatting
11616 by computing the maximum length required for any face-name.
11617
11618 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11619
11620 * progmodes/compile.el (compilation-shell-minor-mode): New function.
11621
11622 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11623
11624 * term.el (term_send_home): Change the string to
11625 be the same as the one emitted by xterm and consistent with the
11626 ones emitted by prior and next.
11627 (term_send_end): Likewise.
11628
11629 1999-01-10 Dave Love <fx@gnu.org>
11630
11631 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11632 bindings.
11633
11634 1999-01-10 Eli Zaretskii <eliz@gnu.org>
11635
11636 * international/codepage.el (codepage-setup): Doc fix.
11637 (cp-decoding-vector-for-codepage): Likewise.
11638
11639 1999-01-10 Markus Rost <rost@gnu.org>
11640
11641 * cus-edit.el (custom-save-delete): First scan the custom-file.
11642
11643 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11644
11645 * international/iso-transl.el: Define a "function name" for
11646 each translation that isn't ASCII. Use these function names
11647 in iso-transl-char-map.
11648
11649 1999-01-08 Kenichi Handa <handa@etl.go.jp>
11650
11651 * international/mule-util.el (decompose-region): Do decomposition
11652 on temporary unibyte buffer.
11653
11654 * international/mule.el (make-char): Doc-string modified.
11655
11656 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11657
11658 * simple.el (comment-region): Delete spaces only if we
11659 deleted a comment starter.
11660
11661 1999-01-07 Dave Love <fx@gnu.org>
11662
11663 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11664
11665 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11666 like eval-defun does.
11667
11668 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11669
11670 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11671 constructions. Doc fixes.
11672 (generic-create-generic-function): Use defalias, not fset.
11673
11674 * find-func.el: More doc fixes.
11675
11676 1999-01-06 Stephen Eglen <stephen@gnu.org>
11677
11678 * files.el (save-buffers-kill-emacs): Show the list of current
11679 processes before prompting to kill them and exit.
11680
11681 1999-01-06 Dave Love <fx@gnu.org>
11682
11683 * emacs-lisp/find-func.el: Doc fixes.
11684 (find-function-regexp): Extend for define-generic-mode,
11685 define-derived-mode, easy-mmode-define-minor-mode.
11686
11687 1999-01-06 Dave Love <fx@gnu.org>
11688
11689 * progmodes/fortran.el (fortran-window-create): Account for scroll
11690 bar width.
11691
11692 * browse-url.el: Require (noerror) w3-auto when compiling.
11693 (browse-url-maybe-new-window): Make it a macro and revert last
11694 change to callers.
11695 (browse-url-w3): Require w3 for w3-fetch-other-window.
11696
11697 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11698
11699 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11700 argument.
11701
11702 1999-01-06 Simon Marshall <simon@gnu.org>
11703
11704 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
11705
11706 * font-lock.el (font-lock-default-fontify-buffer): When using
11707 with-temp-message, use nil rather than current-message.
11708
11709 * lazy-lock.el (lazy-lock-unstall):
11710 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11711 rather than current-message.
11712
11713 * fast-lock.el (fast-lock-save-cache-1):
11714 (fast-lock-cache-data): When using with-temp-message, use nil rather
11715 than current-message.
11716
11717 1999-01-06 Eli Zaretskii <eliz@gnu.org>
11718
11719 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11720 the valid-codes property.
11721
11722 * international/mule-cmds.el (prefer-coding-system): Call
11723 set-coding-priority, so that the internal array of priorities is
11724 also updated.
11725
11726 * international/mule-util.el:
11727 (coding-system-change-eol-conversion,
11728 coding-system-change-text-conversion): Don't define here.
11729
11730 * international/mule-cmds.el: Define them here. Remove the
11731 autoload cookies.
11732
11733 1999-01-06 Andreas Schwab <schwab@gnu.org>
11734
11735 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11736 if it was enabled before.
11737
11738 * view.el (View-revert-buffer-scroll-page-forward): Bind
11739 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11740
11741 * files.el (recover-session): Preserve point when inserting
11742 explanation.
11743
11744 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
11745
11746 * cus-edit.el (custom-save-delete): Don't delete whitespace
11747 and comments before the sexp that is replaced.
11748
11749 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11750
11751 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11752
11753 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
11754
11755 * vc.el (vc-dired-hook): Use the original value of
11756 dired-move-to-filename-regexp on lines that have not been
11757 reformatted yet.
11758 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11759 file lines have already been reformatted.
11760
11761 1999-01-05 Dave Love <fx@gnu.org>
11762
11763 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11764 buffer-local.
11765
11766 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
11767
11768 * progmodes/f90.el: Change of regular expressions for type to
11769 correct highlighting and identation. Some small fixes for
11770 compatibility with XEmacs.
11771
11772 1999-01-05 Stephen Eglen <stephen@gnu.org>
11773
11774 * mspools.el (mspools-vm-system-mail): Provide an alternative
11775 value based on rmail-spool-directory if $MAIL is not defined.
11776
11777 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
11778
11779 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11780 (reftex-section-info): Handle negative section levels.
11781 (reftex-view-crossref-extra): New option.
11782 (reftex-view-crossref): Generalized to work in more places.
11783 (reftex-find-citation-regexp-format, reftex-find-reference-format,
11784 reftex-macros-with-labels, reftex-global-search-marker): New variables.
11785 (reftex-view-cite-locations-from-bibtex): New command.
11786 (reftex-view-regexp-match, reftex-global-search,
11787 reftex-global-search-continue): New functions.
11788 (reftex-extract-bib-entries): No error for non-existing BibTeX
11789 file, just a message.
11790 (reftex-extract-bib-entries): Better error handling.
11791 (reftex-select-with-char): Use `*RefTeX Select*' for selection
11792 help and force it on current frame.
11793 (reftex-default-bibliography): New function.
11794 (reftex-access-parse-file): Check consistency after loading a
11795 parse file. When inconsistent, enfore rescan.
11796 (reftex-check-parse-consistency): New function.
11797 (easy-menu-define): Options section drastically shortened.
11798
11799 1999-01-05 Kenichi Handa <handa@etl.go.jp>
11800
11801 * language/thai-util.el (thai-compose-string): New function.
11802
11803 1999-01-04 Inge Frick <inge@nada.kth.se>
11804
11805 * easymenu.el (easy-menu-define): Doc fix.
11806 (easy-menu-create-menu): New keyword :included.
11807 (easy-menu-do-add-item): New keyword :included. SUFFIX may
11808 be an expression, not only a string. Simulate style `button'.
11809 Use easy-menu-define-key-intern instead of easy-menu-define-key.
11810 (easy-menu-define-key-intern): New function.
11811 (easy-menu-add-item): Understand value returned from
11812 easy-menu-item-present-p and easy-menu-remove-item.
11813 (easy-menu-return-item): New function.
11814 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11815
11816 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
11817
11818 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11819 Use rmail-output-read-rmail-file-name to read the file name.
11820 Always call rmail-output-to-rmail-file noninteractively.
11821 When count > 1, do the loop here.
11822 Handle rmail-delete-after-output here.
11823 (rmail-summary-output): Similar changes.
11824
11825 * mail/rmailout.el: Provide `rmailout'.
11826 (rmail-output-read-rmail-file-name): New function.
11827 (rmail-output-to-rmail-file): Use that.
11828 (rmail-output-read-file-name): New function.
11829 (rmail-output): Use that.
11830
11831 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11832 Error if wildcard matches no files.
11833
11834 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11835
11836 * menu-bar.el (clipboard-yank): Doc fix.
11837
11838 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11839
11840 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11841
11842 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11843
11844 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11845
11846 * rmail.el (rmail-encode-string): Make sure mask value is
11847 positive; (emacs-pid) returns a negative number on Windows 9x
11848 which causes odd behaviour.
11849
11850 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11851
11852 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11853 and about w32-* variables unless on Windows/NT.
11854
11855 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11856
11857 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11858 if buffer is modified; ask about all modified buffers.
11859
11860 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11861
11862 * simple.el (what-cursor-position): Fix previous change.
11863
11864 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11865
11866 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11867 from paragraph-start.
11868
11869 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11870
11871 * international/mule-cmds.el (prefer-coding-system): If the
11872 argument requires specific EOL conversion type, make the default
11873 coding systems use that.
11874
11875 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11876
11877 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11878 Use shell-command-on-region.
11879 (m4-start-m4, m4-end-m4): Functions deleted.
11880
11881 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11882
11883 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11884
11885 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11886
11887 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11888 to compose-mail in the correct places and as a list.
11889
11890 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11891
11892 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11893 (pages-directory-map): Bind mouse-2
11894 (pages-copy-header-and-position): Put text property.
11895 (pages-directory-goto-with-mouse): New function.
11896
11897 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11898
11899 * international/codepage.el (cp-make-coding-systems-for-codepage):
11900 Doc fix.
11901 (cp-coding-system-for-codepage-1): Likewise.
11902
11903 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11904
11905 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11906 composition sequence correctly here instead of calling
11907 thai-compose-region.
11908
11909 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11910 newline in multibyte buffer, if previous or next character is a
11911 composite char, check the first component of the composite char.
11912
11913 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11914
11915 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11916 and track-mouse.
11917
11918 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11919
11920 * mail/sendmail.el (mail-yank-original): Remove text properties
11921 after insertion.
11922 (mail-yank-region): Barf if no mark is set in the message
11923 being replied to.
11924
11925 * help.el (function-called-at-point): First look for function at point.
11926
11927 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11928
11929 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11930
11931 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11932
11933 * simple.el (what-cursor-position): Print character encoding also.
11934
11935 1998-12-26 Dave Love <fx@gnu.org>
11936
11937 * textmodes/flyspell.el: If local-maps work, don't put
11938 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11939 in flyspell-mouse-map (only).
11940 (flyspell-use-local-map): New variable.
11941 Use a different mouse-2 binding in that case,
11942 and don't add to minor-mode-map-alist.
11943 (make-flyspell-overlay, flyspell-correct-word):
11944 Test flyspell-use-local-map.
11945
11946 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11947
11948 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11949 Be careful about whether to return a relative file name,
11950 and if so, relative to what directory.
11951
11952 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11953
11954 * emacs-lisp/easymenu.el (easy-menu-get-map):
11955 Change global map only if this menu exists in the global map already,
11956 and not in the local map.
11957 (easy-menu-do-add-item): Fix error message.
11958
11959 * foldout.el (foldout-inhibit-key-bindings):
11960 Avoid concatenating onto outline-minor-mode-prefix.
11961 Make a new keymap for that prefix, if it does not already have one.
11962
11963 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11964
11965 * cperl-mode.el:
11966 Can use linear algorithm for indentation if Emacs supports it.
11967 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11968 (cperl-after-block-p): Likewise.
11969 (cperl-after-block-and-statement-beg): Likewise.
11970 (cperl-after-block-p): After END/BEGIN we are a block.
11971 (cperl-after-expr-p): Skip labels when checking
11972 (cperl-indent-region): Make a marker for END - text added/removed.
11973 Disable hooks during the call (how to call them later?).
11974 Now indents 820-line-long function in 6.5 sec (including
11975 syntaxification) the first time (when buffer has few
11976 properties), 7.1 sec the second time.
11977 (cperl-indent-region): Do not indent whitespace lines
11978 (cperl-style-alist)
11979 Include `cperl-merge-trailing-else' where the value is clear.
11980 (cperl-styles-entries): Likewise.
11981 (cperl-problems): Improvements to docs.
11982 (cperl-tips): Likewise.
11983 (cperl-non-problems): Likewise.
11984 (cperl-mode): Make lazy syntaxification possible.
11985 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11986 `font-lock-unfontify-region-function' was set to a wrong function.
11987
11988 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11989 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11990 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11991 but 1<<6 was considered as HERE-doc.
11992 <file/glob> made into a string.
11993 Postpone addition of faces after syntactic step.
11994 Recognition of <FH> was wrong.
11995 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11996 Knows that split// is null-RE.
11997 Highlights separators in 3-parts expressions as labels.
11998 <> was considered as a glob.
11999 Would err if the last line is `=head1'.
12000 $a-1 ? foo : bar; was a considered a regexp.
12001 `<< (' was considered a start of HERE-doc.
12002 mark qq[]-etc sections as syntax-type=string
12003 Was not processing sub protos after a comment ine.
12004 Was treating $a++ <= 5 as a glob.
12005 Tolerate unfinished REx at end-of-buffer.
12006 `unwind-protect' was left commented.
12007 / and ? after : start a REx.
12008
12009 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12010 Better default, customizes to `message' too, off in text-mode.
12011
12012 (cperl-array-face): Renamed from `font-lock-emphasized-face',
12013 `defface'd.
12014 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12015 `defface'd.
12016 (cperl-emacs-can-parse): New state variable.
12017 (cperl-indent-line): Corrected to use global state.
12018 (cperl-calculate-indent): Likewise.
12019 (cperl-fix-line-spacing): Likewise (not used yet).
12020 (cperl-calculate-indent): Did not consider `,' as
12021 continuation mark for statements.
12022 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12023 Remove another parse-data optimization at toplevel: would
12024 indent correctly.
12025 Correct for labels when calculating indentation of continuations.
12026 Docstring updated.
12027 (cperl-choose-color): Converted to a function (to be
12028 compilable in text-mode).
12029 (cperl-dark-background): Disable without window-system.
12030 Do `defface' only if window-system.
12031 (cperl-fix-line-spacing): Sped up to bail out early.
12032 (x-color-defined-p): Was not compiling on XEmacs
12033 Was defmacro'ed with a tick. Remove another def.
12034 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12035 (cperl-unwind-to-safe): New function.
12036 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12037 (cperl-fontify-syntaxically): Unwinds start and end to go out of
12038 long strings (not very successful).
12039 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
12040 Highlight the starting // in s//foo/ as function-name.
12041 Emit a meaningful error instead of a cryptic one for an
12042 uncomplete REx near end-of-buffer.
12043
12044 (cperl-electric-keyword): `qr' recognized.
12045 (cperl-electric-else): Likewise
12046 (cperl-to-comment-or-eol): Likewise
12047 (cperl-make-regexp-x): Likewise
12048 (cperl-init-faces): Likewise, and `lock' (as overridable?).
12049 Corrected to use new macros;
12050 `if' for copying `reference-face' to `constant-face' was backward.
12051 remove init `font-lock-other-emphasized-face',
12052 `font-lock-emphasized-face', `font-lock-keyword-face'.
12053 Interpolate `cperl-invalid-face'.
12054 (cperl-make-regexp-x): Misprint in a message.
12055 (cperl-syntaxify-unwind): New configuration variable
12056 (cperl-fontify-m-as-s): New configuration variable
12057 (cperl-electric-pod): Check for after-expr was performed
12058 inside of POD too.
12059 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12060 (cperl-clobber-mode-lists): New configuration variable.
12061 (cperl-not-bad-style-regexp): Updated.
12062 Init: `cperl-is-face' was busted.
12063 (cperl-make-face): New macros.
12064 (cperl-force-face): New macros.
12065 (font-lock-other-type-face): Done via `defface' too.
12066 (cperl-nonoverridable-face): New face. Renamed from
12067 `font-lock-other-type-face'.
12068 (cperl-init-faces-weak): Use `cperl-force-face'.
12069 (cperl-comment-indent): Commenting __END__ was not working.
12070 (cperl-indent-for-comment): Likewise.
12071 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
12072 When removing old TAGS info was not relativizing filename.
12073 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12074 Another try to work around XEmacs problems. Better progress messages.
12075 (toplevel): Require custom unprotected => failure on 19.28.
12076 (cperl-xemacs-p): Defined when compile too
12077 (cperl-find-tags): Was writing line/pos in a wrong order,
12078 pos off by 1 and not at beg-of-line.
12079 (cperl-etags-snarf-tag): New macro
12080 (cperl-etags-goto-tag-location): New macro
12081 (cperl-version): New variable. New menu entry
12082 random docstrings: References to "future" 20.3 removed.
12083 Menu was described as `CPerl' instead of `Perl'
12084 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12085 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12086 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
12087 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12088 `font-lock-reference-face', `font-lock-keyword-face'.
12089 Use `eval-after-load'.
12090 Remove not-CPerl-related faces.
12091 (cperl-tips-faces): New variable and an entry into Mini-docs.
12092 (cperl-indent-exp): Was not processing else-blocks.
12093 (cperl-get-state): NOP line removed.
12094 (cperl-ps-print): New function and menu entry.
12095 (cperl-ps-print-face-properties): New configuration variable.
12096 (cperl-invalid-face): New configuration variable.
12097 (perl-font-lock-keywords): Highlight trailing whitespace
12098 (cperl-contract-levels): Documentation corrected.
12099 (cperl-contract-level): Likewise.
12100 (cperl-ps-extend-face-list): New macro.
12101 (cperl-invalid-face): Change to ''underline.
12102
12103 1998-12-25 Markus Rost <rost@delysid.gnu.org>
12104
12105 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12106 for read-file-name.
12107 (rmail-output-to-rmail-file): Likewise.
12108
12109 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
12110
12111 * emacs-lisp/easymenu.el (easy-menu-get-map):
12112 If MENU is nil, use global menu-bar map.
12113 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12114 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12115
12116 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12117
12118 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12119
12120 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12121
12122 * ps-print.el (ps-print-version): New version number (4.1.3).
12123
12124 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
12125
12126 * international/mule-cmds.el: Use make-sparse-keymap instead of
12127 define-prefix-key when defining MULE menu items.
12128
12129 * info.el (Info-node-at-bob-matching): New function.
12130 (Info-find-node, Info-build-node-completions): Call it.
12131
12132 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
12133
12134 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12135 when this is an autoloaded keymap.
12136
12137 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12138
12139 * international/codepage.el (cp-coding-system-for-codepage-1):
12140 Create separate encoders and decoders, for DOS and Unix. Make the
12141 usual family of 3 coding systems, so that automatic detection of
12142 EOL type works.
12143 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12144 Unix-specific symbols here, and don't call
12145 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
12146 Handa <handa@etl.go.jp>.)
12147
12148 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12149
12150 * term/internal.el (IT-character-translations): New variable, an
12151 alist used to display characters for which there's no glyphs in
12152 the current codepage.
12153 (IT-display-table-setup): New function, sets up the DOS terminal
12154 for a given codepage.
12155 (dos-codepage-setup): New function, sets up the MULE environment
12156 for the current value of dos-codepage.
12157 (top-level if): In the multibyte mode, turn on
12158 unibyte-display-via-language-environment. In the unibyte mode,
12159 set up the special syntax tables to map lower- to upper case and
12160 back.
12161
12162 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
12163
12164 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12165 (speedbar-frame-plist) Remove useless comments.
12166 (speedbar-frame-mode) Do not specify height if it is in the param list.
12167 Use default y position w/out changing it.
12168 If default x position is a list, keep, calculate the non-list X
12169 value when devining an initial position.
12170 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12171 (speedbar-tag-group-name-minimum-length): New variable.
12172 (speedbar-frame-parameter): New compatibility function.
12173 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12174 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12175 groups to keep things in the right order, and to help with some
12176 naming conventions.
12177 (speedbar-create-tag-hierarchy): Enable buffer local version of
12178 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12179 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
12180 the case, derive it from the cursor location in speedbar.
12181
12182 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
12183
12184 * international/mule-cmds.el (set-language-environment): On MS-DOS
12185 terminals, install DOS-specific nonascii-translation-table if the
12186 language info doesn't specify one. Pass the default eol-type to
12187 set-language-environment-coding-systems.
12188 (set-default-coding-systems): Copy the eol-type property for the
12189 new default values of {buffer-file,process}-coding-system from the
12190 old defaults.
12191 (set-language-environment-coding-systems): Accept an optional
12192 argument EOL-TYPE, and set the eol-type property of the default
12193 coding systems accordingly.
12194 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12195 (set-keyboard-coding-system): Likewise.
12196 (set-default-coding-systems): Don't set
12197 default-terminal-coding-system on MS-DOS to anything but nil.
12198 (prefer-coding-system): Describe in the doc string that
12199 default-terminal-coding-system is not changed on MS-DOS.
12200 (set-language-environment): For MS-DOS, set standard syntax table
12201 and display table for all characters with code above 127.
12202 (standard-display-european-internal): For MS-DOS, pass all
12203 characters with code above 127 directly to the terminal, and don't
12204 remap characters 160 and 146 in the unibyte case.
12205
12206 * international/codepage.el: New file.
12207
12208 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12209
12210 * diary-lib.el (diary-float): Fix end-of-year error and typos in
12211 comments.
12212
12213 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
12214
12215 * map-ynp.el (map-y-or-n-p): Ignore input methods.
12216
12217 * subr.el (read-passwd): Likewise.
12218
12219 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
12220
12221 * info.el (Info-find-node): Add 1 to the position read from the
12222 tag table. Don't fail if the node delimiter ^_ is the first
12223 character in the file.
12224 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12225 first character in the file.
12226 (Info-read-subfile): Likewise.
12227 (Info-select-node): Likewise.
12228 (Info-build-node-completions): Likewise.
12229
12230 1998-12-16 Richard Stallman <rms@gnu.org>
12231
12232 * term/x-win.el (x-cut-buffer-or-selection-value):
12233 If clipboard is enabled, try it before PRIMARY selection.
12234
12235 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12236
12237 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12238 insert c-cedilla and C-cedilla respectively, like in latin-1.
12239
12240 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
12241
12242 * language/hebrew.el: Don't use sublists in the flags argument
12243 passed to make-coding-system.
12244
12245 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12246
12247 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12248 list of character sets found by find-charset-region.
12249
12250 * ps-mule.el: Always require ps-print. Move some function
12251 definitions for Emacs 20.2 and the earlier to ps-print.el.
12252 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12253
12254 * ps-print.el: Define several functions for Emacs 20.2 and the
12255 earlier version.
12256 (ps-printer-name): Check if printer-name is bound.
12257
12258 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12259
12260 * ps-mule.el: Programming uniformization and little code improvement.
12261 (ps-mule-prepare-font): Programming uniformization.
12262 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12263 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12264
12265 * ps-bdf.el: Programming uniformization and little code improvement.
12266 (bdf-search-and-read): New fun.
12267 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12268 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12269 (bdf-info-relative-compose, bdf-info-baseline-offset)
12270 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12271 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12272 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12273 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12274 improvement.
12275
12276 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12277
12278 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12279 and mule related code extraction. Autoload ps-mule funs.
12280
12281 * ps-mule.el: Doc fix. Require ps-print only when compiled.
12282 (ps-mule-prologue-generated): New fun.
12283 (ps-mule-plot-string): Add autoload cookie.
12284 (ps-mule-begin-job): Call ps-mule-prologue-generated.
12285
12286 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12287
12288 * ps-bdf.el: Require ps-mule instead of ps-print.
12289 (bdf-directory-list): Add autoload cookie.
12290
12291 * ps-mule.el: New file. Mule related code extracted from
12292 ps-print.el. Require ps-print, provide ps-mule.
12293 (ps-multibyte-buffer): Add autoload cookie.
12294 (ps-mule-prepare-ascii-font): New fun.
12295 (ps-mule-set-ascii-font): New fun.
12296 (ps-mule-skip-same-charset): Fun deleted.
12297 (ps-mule-plot-string): Set ps-mule-current-charset.
12298 (ps-mule-initialize): Add autload cookie. Don't set
12299 ps-mule-font-info-database here.
12300 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
12301 ps-mule-font-info-database and ps-control-or-escape-regexp.
12302 (ps-mule-begin-page): New fun.
12303
12304 * ps-print.el: Mule related code moved to ps-mule.el.
12305 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12306 check ps-mule-charset-list.
12307 (ps-begin-page): Don't set ps-mule-current-charset, instead call
12308 ps-mule-begin-page.
12309 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12310 (ps-plot-region): Don't set ps-mule-current-charset, instead call
12311 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
12312 instead skip same charsets by itself.
12313 (ps-generate): Call ps-mule-initialize of needs-begin-file is
12314 non-nil. Call ps-mule-begin-job.
12315
12316 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12317
12318 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
12319 instead of bdf.
12320
12321 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12322 (ps-mule-external-libraries): New element FEATURE.
12323 (ps-mule-init-external-library): Ajusted for the above change.
12324 (ps-mule-generate-font): Likewise.
12325 (ps-mule-generate-glyphs): Likewise.
12326 (ps-mule-prepare-font): Likewise.
12327 (ps-mule-initialize): Likewise.
12328 (ps-begin-file): Superfluous tailing parenthesis deleted.
12329
12330 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12331
12332 * international/fontset.el (x-decompose-font-name): If PATTERN
12333 doesn't have any wild cards, return a vector made from a name that
12334 is found by x-resolve-font-name found. Comments added.
12335
12336 * international/mule-cmds.el (find-coding-systems-for-charsets):
12337 Handle the case of unknown charset.
12338 (find-multibyte-characters): If invalid multibyte characters are
12339 found, return the corresponding strings instead of character
12340 codes.
12341 (find-multibyte-characters): Adjusted for the above change.
12342 (select-safe-coding-system): For a unibyte buffer, always returns
12343 DEFAULT-CODING-SYSTEM.
12344 (get-charset-property): Fix previous change. Make it a function.
12345 (put-charset-property): Make it a function.
12346
12347 * international/mule.el (make-coding-system): Set mime-charset
12348 property of *-with-esc coding system to nil.
12349
12350 * international/quail.el (quail-point-in-conversion-region): New
12351 function.
12352 (quail-conversion-backward-delete-char): When a key sequence is
12353 being translated, call quail-delete-last-char.
12354
12355 * language/devan-util.el
12356 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12357 handle devanagari-decomposition-rules.
12358
12359 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
12360
12361 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12362 tex-start-options-string to empty string.
12363 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12364
12365 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
12366
12367 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12368 5xx responses are already handled properly).
12369
12370 1998-12-13 Richard Stallman <rms@gnu.org>
12371
12372 * progmodes/compile.el (compilation-error-regexp-alist): Insist
12373 on a non-digit in the file name.
12374
12375 * simple.el (comment-region): Handle comment-padding
12376 separately for insertion and for deletion, in the right way for each.
12377
12378 1998-12-13 Felix Lee <flee@cygnus.com>
12379
12380 * progmodes/compile.el (compilation-error-regexp-alist): Fix
12381 regexp to match "ChangeLog:1:1998-12-09 ..."
12382
12383 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
12384
12385 * cus-start.el (dos-unsupported-char-glyph): Add.
12386
12387 1998-12-11 Dave Love <fx@gnu.org>
12388
12389 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12390 forward-sexp in condition-case.
12391
12392 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12393 Remove unnecessary test on `library' for explicit file name.
12394 Widen scope of save-match-data.
12395
12396 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
12397
12398 * international/mule.el (load-with-code-conversion): If the loaded
12399 file was inserted with no-conversion or raw-text coding system,
12400 make the buffer unibyte.
12401
12402 1998-12-09 Richard Stallman <rms@gnu.org>
12403
12404 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12405 Get rid of nested loops.
12406
12407 * mouse.el (mouse-drag-vertical-line):
12408 If WHICH-SIDE is not `right', then scroll bars are on the left.
12409
12410 * loadhist.el (load-history-loaded): defvar moved to help.el.
12411
12412 * help.el (symbol-file-load-history-loaded): Variable renamed,
12413 and defvar moved from loadhist.el.
12414 (symbol-file): Renamed from describe-function-find-file.
12415 Load fns-VERSION.el here.
12416 (describe-variable, describe-function-1): Use symbol-file.
12417
12418 * textmodes/tex-mode.el (tex-generate-zap-file-name):
12419 Don't start the name with #.
12420
12421 * ispell.el: Take out the eval-when's.
12422
12423 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
12424
12425 * dirtrack.el (dirtrack-directory-change-hook): New hook.
12426 (dirtrack): Run it. Make debug message more verbose.
12427
12428 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12429
12430 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12431 name of the abbrev table, and provide support for XEmacs.
12432 (octave-xemacs-p): New variable.
12433
12434 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12435
12436 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12437 exit, when mail-interactive is nil.
12438
12439 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
12440
12441 * files.el (after-find-file): Message fix.
12442
12443 1998-12-09 Ken Stevens <stevens@kdstevens.com>
12444
12445 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12446
12447 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
12448
12449 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12450 filenames using backslashes.
12451
12452 1998-12-09 Dave Love <fx@gnu.org>
12453
12454 * browse-url.el (browse-url-mail): Call compose-mail-other-window
12455 with correct number of args.
12456 (browse-url-maybe-new-window): New arg. Callers changed.
12457
12458 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12459 comment.
12460
12461 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
12462
12463 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12464
12465 1998-12-08 Markus Rost <rost@delysid.gnu.org>
12466
12467 * vc.el (vc-rcs-release): Fix Type.
12468 (vc-sccs-release): Fix Type.
12469 (vc-cvs-release): Fix Type.
12470
12471 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12472 arg work right.
12473
12474 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12475 output of last undeleted message.
12476
12477 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
12478
12479 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12480 (buffer-undo-list) [windows-nt]: Use different relative path.
12481
12482 1998-12-07 Simon Marshall <simon@gnu.org>
12483
12484 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12485
12486 1998-12-05 Markus Rost <rost@delysid.gnu.org>
12487
12488 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12489
12490 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12491
12492 1998-12-04 Markus Rost <rost@delysid.gnu.org>
12493
12494 * info.el (Info-menu): Don't return error if point is between menu
12495 header and first menu item.
12496
12497 1998-12-04 Dave Love <fx@gnu.org>
12498
12499 * help.el (describe-function-1): Fix description for alias.
12500
12501 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
12502
12503 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12504 specifications from summary line.
12505
12506 * rect.el (delete-whitespace-rectangle): Mark for autoload.
12507 (close-rectangle): Define alias only once in loaddefs.el.
12508
12509 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
12510
12511 * term/internal.el: Remove code which sets up a special syntax
12512 table for non-ASCII characters.
12513
12514 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
12515
12516 * dos-w32.el (direct-print-region-function): Try to ensure that
12517 printer-name is expanded to a file name on a local drive;
12518 sometimes printing a file loaded from a network volume fails.
12519 (direct-print-region-function): Add a function to
12520 write-region-annotate-functions to append a formfeed character to
12521 the region being printed, if the region doesn't end with a
12522 formfeed already. This avoids creating a second print job
12523 containing a blank page when print spooling is enabled on Windows.
12524
12525 1998-12-02 Dave Love <fx@gnu.org>
12526
12527 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12528 `Info-goto-node'.
12529
12530 1998-12-02 Richard Stallman <rms@gnu.org>
12531
12532 * help.el (temp-buffer-resize-mode): Doc fix.
12533
12534 * cus-edit.el (custom-save-delete): Save point before
12535 reading a sexp, rather than backing up.
12536
12537 * international/iso-transl.el: Fix previous change.
12538
12539 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
12540
12541 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12542 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12543 Added defvars to suppress compilation warnings.
12544
12545 1998-11-30 Ken Stevens <k.stevens@ieee.org>
12546
12547 * ispell.el: Improved and fixed customize for variables:
12548 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12549 ispell-dictionary-alist, ispell-skip-sgml.
12550 Improved and fixed comments in variables and messages for
12551 functions: ispell-help-in-bufferp, ispell-local-dictionary,
12552 ispell-menu-map, ispell-checking-message, ispell-parser,
12553 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12554 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12555 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12556 ispell-message-text-end, ispell-add-per-file-word-list.
12557 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12558 system is now required for all languages. Casechars improved for
12559 castellano, castellano8, and norsk dictionaries. Dictionary
12560 norsk7-tex added. Dictionary polish added.
12561 (ispell-dictionary-alist): Redefined at load-time to support
12562 dictionary changes.
12563 (ispell-menu-map): Redefined at load-time to support menu changes.
12564 (ispell-check-version): New alias for `check-ispell-version'.
12565 (ispell-parse-output): Fixed matching for ispell error messages.
12566 Correctly returns spelling suggestions in order generated by ispell
12567 process.
12568 (check-ispell-version): Ensure `case-fold-search' doesn't get
12569 redefined.
12570 (ispell-complete-word): Ensure `case-fold-search' doesn't get
12571 redefined. Fix bug that didn't respect case of word being completed.
12572 (ispell-init-process): Set process coding system to be compatible
12573 with emacs processes and the ispell process.
12574 (ispell-kill-ispell): Ensures ispell process has terminated before
12575 starting new process. This can otherwise confuse process filters
12576 and hang the ispell process.
12577 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12578 skipping support for sgml.
12579 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
12580 which could cause `ispell-complete-word' to hang.
12581 (ispell-message): Improved message reference matching. Ensure
12582 `case-fold-search' doesn't get redefined.
12583 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12584 get redefined. Fixed bug in returning to nroff mode from tex mode.
12585 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12586 get redefined.
12587
12588 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
12589
12590 * textmodes/flyspell.el (flyspell-check-word-p):
12591 Don't delay inside a kbd macro.
12592
12593 * subr.el (make-local-hook): Return the hook variable.
12594
12595 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12596
12597 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12598 Use a timer instead of post-command-hook.
12599 (hscroll-timer): New variable.
12600
12601 1998-11-30 Dave Love <fx@gnu.org>
12602
12603 * help.el (help-xref-button): Do nothing if text already has the
12604 help-xref property.
12605 (describe-variable): Revert previous change to hyperlink to source.
12606
12607 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
12608
12609 * bindings.el (features): Add `base64' to this list.
12610
12611 * loadhist.el (symbol-file): Doc fix.
12612
12613 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12614
12615 * files.el (hack-one-local-variable): Cope with non-file buffers.
12616
12617 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
12618
12619 * help.el (describe-mode): Put major mode first.
12620
12621 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12622 to support special-display and same-window features.
12623
12624 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12625
12626 * simple.el (transpose-subr, transpose-subr-1): Rename variables
12627 bound in one function and used in the other.
12628 (transpose-subr-start1, transpose-subr-start2): Add defvars.
12629 (transpose-subr-end1, transpose-subr-end2): Add defvars.
12630
12631 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12632
12633 * autoinsert.el (auto-insert-alist): Use user-mail-address.
12634
12635 1998-11-26 Kenichi Handa <handa@etl.go.jp>
12636
12637 * international/ccl.el (ccl-dump-translate-character-const-tbl):
12638 Give format correct control string.
12639
12640 * international/mule.el (define-translation-table): Fix bug of
12641 setting incorrect translation-table-id. If the first element of
12642 ARGS is a translation table, just register it.
12643
12644 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12645 property.
12646
12647 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
12648
12649 * thingatpt.el (thing-at-point-url-at-point): Don't use current
12650 syntax table to determine what is whitespace.
12651
12652 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
12653
12654 * frame.el (frame-parameter): Doc fix.
12655
12656 * textmodes/tex-mode.el (tex-feed-input): New function.
12657 (tex-define-common-keys): Add binding for C-c C-m.
12658
12659 1998-11-23 Dave Love <fx@gnu.org>
12660
12661 * progmodes/fortran.el: Various minor doc fixes.
12662 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12663 (fortran-with-subprogram-narrowing): New macro.
12664 (fortran-check-for-matching-do): Use it.
12665 (fortran-end-do): Use fortran-check-end-prog-re.
12666 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12667 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12668
12669 1998-11-23 Simon Marshall <simon@gnu.org>
12670
12671 * font-lock.el (font-lock-defaults): Doc fix.
12672 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12673 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12674
12675 * lazy-lock.el (lazy-lock-unstall):
12676 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12677
12678 * fast-lock.el (fast-lock-save-cache-1):
12679 (fast-lock-cache-data): Rewritten to use with-temp-message.
12680
12681 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
12682
12683 * mail/rmail.el (rmail-set-message-counters-counter): Detect
12684 messages that have been added with DOS line endings and convert
12685 the line endings for such messages.
12686
12687 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12688
12689 * help.el: Add resizing of temporary buffers.
12690 (temp-buffer-resize-mode): New command and variable.
12691 (temp-buffer-max-height): New variable.
12692 (resize-temp-buffer-window): New function.
12693
12694 * window.el (window-buffer-height): New function, split from
12695 shrink-window-if-larger-than-buffer.
12696 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12697
12698 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
12699
12700 * frame.el (initial-frame-alist): Add defcustom.
12701
12702 * shell.el (shell-prompt-pattern): Add defcustom.
12703
12704 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12705
12706 * message.el (message-ignored-supersedes-headers): Remove
12707 NNTP-Posting-Date.
12708
12709 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12710
12711 * help.el (describe-mode): Don't avoid loop indirecting thru
12712 value of INDICATOR.
12713
12714 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12715
12716 * help.el (describe-variable): Allow any variable with a defcustom,
12717 even if it is not a user variable.
12718
12719 * mail/rmail.el (mail-unsent-separator): Additional alternative.
12720
12721 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
12722
12723 * gnus/nntp.el (nntp-request-group): Allow for failures when
12724 requesting a new group.
12725
12726 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12727
12728 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12729
12730 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12731
12732 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12733
12734 1998-11-19 Simon Marshall <simon@gnu.org>
12735
12736 * subr.el (with-temp-message): New macro.
12737
12738 * emacs-lisp/lisp-mode.el (with-temp-message):
12739 Add lisp-indent-function property.
12740
12741 1998-11-18 Dave Love <fx@gnu.org>
12742
12743 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12744
12745 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12746
12747 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12748 This is not obsolete.
12749
12750 1998-11-18 Kenichi Handa <handa@etl.go.jp>
12751
12752 * textmodes/picture.el: Make a new map by make-keymap.
12753 (picture-desired-column): New variable.
12754 (picture-update-desired-column): New function.
12755 (picture-beginning-of-line): Set picture-desired-column to 0.
12756 (picture-end-of-line): Set picture-desired-column to the current
12757 column.
12758 (picture-forward-column): Pay attention to multi-column character.
12759 (picture-backward-column): Likewise.
12760 (picture-move-down): Likewise.
12761 (picture-move-up): Likewise.
12762 (picture-movement-nw): With prefix arg, move twice columns.
12763 (picture-movement-ne): Likewise.
12764 (picture-movement-sw): Likewise.
12765 (picture-movement-se): Likewise.
12766 (picture-set-motion): Handle two-column movements.
12767 (picture-move): Call picture-move-down or picture-forward-column
12768 only when necessary.
12769 (picture-insert): Pay attention to picture-desired-column.
12770 (picture-self-insert): Likewise.
12771 (picture-clear-column): Pay attention to multi-column character.
12772 (picture-mode): Modify doc-string for two-column movement.
12773
12774 * rect.el (move-to-column-force): New function.
12775 (operate-on-rectangle): If coerce-tabs is non-nil, call
12776 move-to-column-force instead of move-to-column.
12777 (insert-rectangle): Call move-to-column-force instead of
12778 move-to-column.
12779 (open-rectangle-line): If begextra is not zero, call
12780 move-to-column-force.
12781
12782
12783 1998-11-16 Dave Love <fx@gnu.org>
12784
12785 * textmodes/sgml-mode.el Require skeleton when compiling.
12786 (sgml-font-lock-keywords-1): Accept single-letter tags.
12787 (v2): Defvar free variable.
12788
12789 1998-11-16 Sam Steingold <sds@goems.com>
12790
12791 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12792 macro, not ELisp one.
12793
12794 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12795
12796 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12797 characters to symbol.
12798
12799 * language/japan-util.el (japanese-zenkaku-region): New optional
12800 arg KATAKANA-ONLY.
12801
12802 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12803
12804 * international/mule.el
12805 (after-insert-file-set-buffer-file-coding-system): If the buffer
12806 is changed to unibyte, return inserted bytes.
12807
12808 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12809 and link names if necessary.
12810 (tar-header-block-summarize): Handle the case that file or link
12811 names are multibyte.
12812 (tar-summarize-buffer): At first set the current buffer unibyte,
12813 then if there are multibyte file names, change it to multibyte.
12814 (tar-mode): Get char position from tar-header-offset.
12815 (tar-extract): Avoid multibyte<->unibyte conversion in
12816 insert-buffer-subsring by setting both buffers unibyte
12817 temporarily.
12818 (tar-copy): Set the buffer unibyte while doing a work. Write
12819 without code conversion.
12820 (tar-expunge): Set the buffer unibyte while doing a work.
12821 (tar-alter-one-field): Likewise.
12822 (tar-clear-modification-flags): Compare byte position with
12823 tar-header-offset.
12824 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12825 insert-buffer-subsring by setting both buffers unibyte
12826 temporarily. Pay attention to multibyteness while updating the
12827 descriptor-line.
12828 (tar-mode-write-file): Write without code conversion.
12829
12830 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12831
12832 * nngateway.el: Require cl.
12833
12834 1998-11-15 Dave Love <fx@gnu.org>
12835
12836 * progmodes/fortran.el: Fix previous change:
12837 (fortran-end-prog-re1): Changed.
12838 (fortran-check-end-prog-re): New function.
12839 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12840
12841 1998-11-13 Tom Breton <tob@world.std.com>
12842
12843 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12844 GNU Emacs.
12845
12846 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12847
12848 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12849 fixed.
12850 (reftex-toc-toggle-file-boundary,
12851 reftex-toc-toggle-labels,
12852 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12853 (reftex-toc-include-labels, reftex-toc-include-context,
12854 reftex-toc-include-file-boundaries,
12855 reftex-toc-keep-other-windows): New options.
12856 (reftex-use-text-after-label-as-context): Option removed.
12857 (reftex-extract-bib-entries): Protect use in non-latex
12858 buffers.
12859 (reftex-toc-visit-location): Renamed from
12860 `reftex-toc-visit-line'.
12861 (reftex-latin1-to-ascii): Works now with and without Mule.
12862 (reftex-truncate): Removed special stuff for Emacs 20.2.
12863 (reftex-get-offset): Made more general.
12864 (reftex-show-label-location): Renamed from
12865 `reftex-select-label-callback'.
12866 (reftex-pop-to-label): Function removed (using
12867 `reftex-show-label-location' instead.
12868 (reftex-insert-docstruct): Renamed from
12869 `reftex-make-and-insert-label-list'. Function args changed.
12870 (reftex-toc): Now uses `reftex-insert-docstruct' and
12871 `reftex-find-start-point'.
12872 (reftex-select-item): Use `reftex-find-start-point'.
12873 (reftex-toc-visit-line): Can display labels and file
12874 boundaries.
12875 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12876
12877 1998-11-12 Sam Steingold <sds@goems.com>
12878
12879 * browse-url.el (browse-url): Handle the case when
12880 `browse-url-browser-function' is a lambda list.
12881
12882 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12883
12884 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12885 version string.
12886 * loadhist.el (symbol-file): Likewise
12887
12888 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12889
12890 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12891
12892 1998-11-11 Sam Steingold <sds@goems.com>
12893
12894 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12895 `run-lisp' instead of signalling an error.
12896
12897 1998-11-11 Karl Heuer <kwzh@gnu.org>
12898
12899 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12900
12901 1998-11-11 Richard Stallman <rms@gnu.org>
12902
12903 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12904
12905 1998-11-11 Per Starback <starback@update.uu.se>
12906
12907 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12908 renamed svenska8 to svenska, and fixed and extended CASECHARS
12909 for it.
12910
12911 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12912
12913 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12914 handling if setpagedevice is not available.
12915 (ps-begin-file): Fix typo.
12916
12917 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12918
12919 * international/mule-util.el (compose-chars-component): Signal
12920 error if CH is a rule-based composition character.
12921 (compose-chars): Signal error if an already compsed character is
12922 going to be composed by rule-base.
12923
12924 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12925 full XLFD, don't try to get information of WEIGHT and SLANT from
12926 that font name.
12927
12928 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12929
12930 * dos-w32.el (set-default-process-coding-system): Use function on
12931 before-init-hook to set default-process-coding-system based on
12932 enable-multibyte-characters.
12933
12934 * term/w32-win.el ([language-change]): For now ignore
12935 keyboard language-change events.
12936
12937 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12938
12939 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12940 convert-standard-file-name, but leave the results of
12941 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12942 characters if the original name already exists, or has a special
12943 handler.
12944
12945 1998-11-10 Karl Heuer <kwzh@gnu.org>
12946
12947 * international/iso-insert.el: Delete autoload cookies.
12948
12949 * international/iso-transl.el: Add autoload cookies.
12950
12951 1998-11-10 Richard Stallman <rms@gnu.org>
12952
12953 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12954 (ispell-process-line): Don't treat multibyte
12955
12956 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12957
12958 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12959 setpagedevice to specify the page size if setpagedevice is
12960 available. This is necessary to select the correct paper tray on
12961 Level 2 printers with multiple paper sizes available.
12962
12963 (ps-begin-file): Cope with font names that contain spaces, and
12964 call BeginDoc in a BeginSetup/EndSetup block.
12965
12966 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12967
12968 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12969 convert-standard-filename.
12970
12971 * loadhist.el (symbol-file): Run fns-VERSION.el through
12972 convert-standard-filename.
12973
12974 1998-11-06 Richard Stallman <rms@gnu.org>
12975
12976 * textmodes/texinfmt.el (texinfo-format-scan):
12977 Detect the case of two @-commands in a row; process just the first.
12978 (texinfo-append-refill): If line has a @c, insert the @refill
12979 before it.
12980 (texinfo-format-refill): Return with point where the @refill was.
12981
12982 * files.el (hack-local-variables): Test local-enable-local-variables.
12983 (hack-local-variables-prop-line): Likewise.
12984 (set-auto-mode): Don't test local-enable-local-variables here.
12985 (enable-local-variables): Doc fix.
12986 (local-enable-local-variables): Doc fix.
12987 (normal-mode): Doc fix.
12988
12989 1998-11-06 Karl Heuer <kwzh@gnu.org>
12990
12991 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12992
12993 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12994
12995 * simple.el (line-number-mode): Doc fix.
12996
12997 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12998
12999 * international/fontset.el (create-fontset-from-fontset-spec):
13000 Give correct arg to `error'.
13001
13002 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
13003
13004 * textmodes/sgml-mode.el (html-mode): Doc fix.
13005 (sgml-name-8bit-mode): Fix missing format character in message string.
13006
13007 1998-11-05 Karl Heuer <kwzh@gnu.org>
13008
13009 * mail/sendmail.el (sendmail-send-it): Check for failure.
13010
13011 1998-11-05 Richard Stallman <rms@gnu.org>
13012
13013 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13014
13015 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13016 (close-rectangle): Define as alias.
13017
13018 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
13019
13020 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13021
13022 1998-11-05 Dave Love <fx@gnu.org>
13023
13024 * help.el (describe-variable): Don't quote link to source.
13025
13026 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
13027
13028 * gud.el (gud-common-init): Use pop-to-buffer.
13029 (same-window-regexps): Add an element that matches all gud buffers.
13030
13031 1998-11-04 Jason Rumney <jasonr@altavista.net>
13032
13033 * term/w32-win.el (x-get-selection-value): Alias to
13034 x-cut-buffer-or-selection-value.
13035 (w32-standard-fontset-spec): New variable.
13036 (w32-create-initial-fontsets, mouse-set-font): Check whether
13037 new-fontset is available.
13038 (w32-use-w32-font-dialog): Enable use of set-variable.
13039
13040 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13041
13042 * vc.el (with-vc-file, edit-vc-file): New macros.
13043
13044 1998-11-04 Kenichi Handa <handa@etl.go.jp>
13045
13046 * international/quail.el (quail-show-guidance-buf): Call
13047 set-minibuffer-window to set minibuffer window of the current
13048 frame correctly.
13049
13050 1998-11-03 Theodore Jump <tjump@tertius.com>
13051
13052 * term/w32-win.el: Require fontset.
13053
13054 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
13055
13056 * faces.el (set-face-font): Call resolve-fontset-name on w32.
13057 (set-face-font-auto): Ditto.
13058
13059 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
13060
13061 * mouse.el (mouse-drag-region): Fix typo.
13062
13063 1998-11-02 Dave Love <fx@gnu.org>
13064
13065 * progmodes/fortran.el Fix for fontification of strings lost somehow:
13066 (fortran-fontify-string): New function.
13067 (fortran-font-lock-keywords-1): Use it.
13068
13069 1998-11-02 Markus Rost <rost@delysid.gnu.org>
13070
13071 * comint.el (comint-file-name-quote-list): Doc fix.
13072
13073 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13074
13075 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13076 build directory, not source directory.
13077
13078 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13079 if we did not get one for the final move.
13080
13081 1998-11-01 Dave Love <fx@gnu.org>
13082
13083 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13084 Don't funcall browse-url-browser-function.
13085
13086 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13087 Don't funcall browse-url-browser-function.
13088
13089 * fortran.el (fortran-end-prog-re1): Fix the regexp.
13090
13091 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13092
13093 * files.el (revert-buffer): Doc fix.
13094
13095 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
13096
13097 * textmodes/tex-mode.el (tex-start-options-string):
13098 Quote the backslashes with more backslashes.
13099
13100 1998-10-31 Dave Love <fx@gnu.org>
13101
13102 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13103 (webjump): Don't funcall browse-url-browser-function.
13104
13105 1998-10-30 Kenichi Handa <handa@etl.go.jp>
13106
13107 * international/quail.el (quail-start-translation): Handle
13108 switching of the frame in read-key-sequence.
13109 (quail-start-conversion): Likewise.
13110 (quail-show-guidance-buf): Detach quail-guidance-buf from any
13111 windows before setting an appropriate window for it.
13112 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
13113 quail-guidance-win to nil.
13114 (quail-update-guidance): If quail-guidance-buf is not in the
13115 selected frame, call quail-show-guidance-buf again.
13116
13117 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
13118
13119 * progmodes/pascal.el (pascal-mode):
13120 `blink-matching-paren-dont-ignore-comments' set to t.
13121
13122 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13123
13124 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13125
13126 1998-10-30 Dave Love <fx@gnu.org>
13127
13128 * vc.el (vc-backend-merge-news): Check for "P" output.
13129
13130 * help.el (describe-variable): Hyperlink the definition.
13131
13132 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
13133
13134 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13135 (sh-set-shell): Likewise.
13136
13137 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13138
13139 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13140 (edebug-on-error): Fix customize type to match that of
13141 debug-on-error.
13142
13143 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13144
13145 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13146 report-emacs-bug-address instead of undefined bug-gnu-emacs.
13147
13148 * international/mule-cmds.el (select-message-coding-system): Doc
13149 fix.
13150
13151 * international/mule-diag.el (describe-coding-system): Describe
13152 all flags.
13153
13154 * mail/sendmail.el (sendmail-coding-system,
13155 default-sendmail-coding-system): Doc fix.
13156
13157 * simple.el (shell-command-on-region): Doc fix.
13158
13159 * loadup.el: Write fns-*.el in current directory instead of
13160 data-directory since no installation directory exists yet. Mark
13161 buffer unmodified afterwards.
13162
13163 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13164 instead of data-directory since it is architecture dependent.
13165 (load-history-loaded): Update doc string.
13166
13167 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
13168
13169 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13170 path as a default directory when canonicalizing names.
13171
13172 * w32-fns.el: Remove a dangling reference to a directory on the
13173 build machine.
13174
13175 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13176
13177 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13178 namespace related keywords such as `class', `body', `private',
13179 `variable', `namespace eval', etc.
13180 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13181 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13182 imenu and font-lock so that searches for \sw would find words
13183 containing colons.
13184
13185 * progmodes/etags.el (initialize-new-tags-table):
13186 Do not alter find-tag-marker-ring and tags-location-ring.
13187
13188 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
13189
13190 * term/w32-win.el: Require fontset.
13191 (w32-init-fontsets): New function (code from x-win.el).
13192
13193 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13194
13195 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13196 calendar-and-diary-frame-parameters): Add title parameter.
13197
13198 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13199
13200 * completion.el (dynamic-completion-mode): New function to enable
13201 the mode. (Just loading the file now does not change anything.)
13202
13203 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13204
13205 * ps-print.el: User option for multibyte buffer handling and doc fix.
13206 (ps-multibyte-buffer): New user option.
13207 (ps-setup): Print new user option.
13208 (ps-print-quote): New fun.
13209 (ps-color-p, ps-mule-font-info-database-latin): New var.
13210 (ps-default-color, ps-mule-font-info-database)
13211 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13212 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13213 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13214 Little code improvement.
13215 (ps-mule-initialize): Initialize ps-mule-font-info-database.
13216 (ps-print-prologue-header, ps-font-family, ps-font-size)
13217 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13218 (ps-build-face-reference, ps-mule-font-info-database-bdf)
13219 (ps-mule-external-libraries, ps-mule-init-external-library)
13220 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13221 Doc fix.
13222 (ps-print-version): New version number (4.1.1) and doc fix.
13223 (ps-print-prologue-header): New user option.
13224 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13225 Conditional compilation for GNU Emacs and emacsens.
13226 (ps-generate-postscript-with-faces): Skip invisible text better.
13227 (ps-setup): Print new user option.
13228 (ps-print-preprint): Check if input file name exists and is unwritable.
13229 (ps-begin-file): Adjust PostScript prologue header for duplex printers
13230 and insert user PostScript prologue header comments.
13231 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13232 New funs.
13233 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13234 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13235 PostScript programming normalization.
13236 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13237 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13238 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13239 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13240 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13241 Programming style normalization.
13242
13243 1998-10-26 Kenichi Handa <handa@etl.go.jp>
13244
13245 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13246 version, check the value of mule-version.
13247
13248 * international/mule-util.el (compose-region): Insert then delete
13249 to preserve markers.
13250 (decompose-region): Use search-forward for efficiency.
13251
13252 * language/chinese.el (pre-write-encode-hz): Cancel previous
13253 change, use generate-new-buffer instead of get-buffer-create.
13254 * language/devan-util.el
13255 (in-is13194-devanagari-pre-write-conversion): Likewise.
13256 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13257 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13258 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13259
13260 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13261
13262 * mail/rmailsum.el (rmail-message-subject-p):
13263 Handle message whose header has not been reformatted.
13264
13265 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13266
13267 1998-10-25 Jason Rumney <jasonr@altavista.net>
13268
13269 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13270 New variables.
13271 (mouse-set-font): Use font menus instead of dialog according to
13272 w32-use-w32-font-dialog.
13273
13274 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13275
13276 * calendar/calendar.el (calendar-day-name-array): Add doc string
13277 correctly!
13278 (calendar-month-name-array): Add doc string correctly!
13279
13280 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
13281
13282 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13283
13284 1998-10-21 Markus Rost <rost@delysid.gnu.org>
13285
13286 * lisp/info.el (Info-next-menu-item): Stay on top of node.
13287
13288 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13289
13290 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13291
13292 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13293
13294 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
13295
13296 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13297
13298 1998-10-21 Karl Heuer <kwzh@gnu.org>
13299
13300 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13301 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13302 (profile-filter, profile-reset-timer): Functions deleted.
13303 (profile-check-zero-init-times, profile-get-time): Likewise.
13304 (profile-find-function, profile-quit): Likewise.
13305 (profile-distinct, profile-call-stack, profile-last-time): New vars.
13306 (profile-time-list, profile-init-list): Doc fix.
13307 (profile-functions): Simplify.
13308 (profile-print): Use float. Make output include space separators.
13309 (profile-add-time): New helper function.
13310 (profile-function-prolog): Renamed from profile-start-function.
13311 Handle profile-distinct.
13312 (profile-function-epilog): Renamed from profile-update-function.
13313 Handle profile-distinct.
13314 (profile-a-function): If the function to be profiled is an
13315 autoload form, load it. If it's lazy-loaded, fetch it.
13316 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13317 (profile-restore-fun): Arg FUN is now a function symbol, as was
13318 documented, rather than a one-element list.
13319 (profile-finish): Call profile-restore-fun properly.
13320
13321 1998-10-21 Kenichi Handa <handa@etl.go.jp>
13322
13323 * international/characters.el: Setup charset property
13324 nospace-between-words.
13325
13326 * international/mule-cmds.el (get-charset-property): If CHARSET is
13327 composition, return nil.
13328 (put-charset-property): If CHARSET is composition, do nothing.
13329
13330 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13331 * language/devan-util.el
13332 (in-is13194-devanagari-pre-write-conversion): Likewise.
13333 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13334 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13335 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13336
13337 * textmodes/fill.el (sentence-end-without-period): New variable.
13338 (canonically-space-region): Pay attention to
13339 sentence-end-without-period.
13340 (fill-find-break-point): The first argument CHARSET deleted.
13341 Caller changed.
13342 (fill-region-as-paragraph): Pay attention to charset property
13343 nospace-between-words and text property nospace-between-words.
13344
13345 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13346
13347 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13348 an unrecognized shell.
13349
13350 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13351
13352 * desktop.el (desktop-save): Include minor modes symbolically.
13353 (desktop-create-buffer): Turn on all minor modes in `mim'.
13354
13355 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13356
13357 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13358 (sh-font-lock-keywords): Handle rpm and rpm2.
13359 (sh-ancestor-alist): Handle rpm.
13360
13361 * files.el (auto-mode-alist): Recognize .rpm files.
13362 Also .spec and .mspec files.
13363
13364 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
13365
13366 * faces.el (frame-set-background-mode): Enable the function for
13367 MSDOS frames.
13368
13369 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13370
13371 * calendar/calendar.el (calendar-day-name-array): Add doc string.
13372 (calendar-month-name-array): Add doc string.
13373
13374 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
13375
13376 * simple.el (kill-ring-max): Increased to 60.
13377
13378 1998-10-17 Kenichi Handa <handa@etl.go.jp>
13379
13380 * international/characters.el: Setup auto-fill-chars.
13381
13382 * international/kinsoku.el (kinsoku): Check the variable
13383 enable-kinsoku.
13384
13385 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13386 Don't call kinsoku directly, intead call fill-find-break-point.
13387
13388 * textmodes/fill.el: Setup `fill-find-break-point-function'
13389 property to character sets which require `kinsoku' processing for
13390 filling.
13391 (fill-find-break-point): New function.
13392 (fill-region-as-paragraph): Don't check kinsoku-enable here.
13393 Don't call kinsoku directly, intead call fill-find-break-point.
13394
13395 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
13396
13397 * faces.el (modify-face-read-string): Return (nil) for "none".
13398 (modify-face): Don't get error if (nil) is the argument.
13399 (face-try-color-list): Don't check whether nil is a valid color.
13400
13401 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
13402
13403 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13404 Print message about each directory, even in batch mode.
13405
13406 * gnus/nntp.el: Require `cl' before using nnoo-declare.
13407
13408 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13409 (ps-mule-string-char): No need to use sref.
13410 (ps-mule-next-index): No need to use sref.
13411
13412 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13413
13414 * files.el (revert-buffer-internal-hook): Add defvar.
13415
13416 * arc-mode.el (archive-mode): Locally set file-precious-flag.
13417
13418 * tar-mode.el (tar-mode): Locally set file-precious-flag.
13419
13420 1998-10-16 Markus Rost <rost@delysid.gnu.org>
13421
13422 * international/mule-cmds.el (default-input-method): Fix custom type.
13423
13424 * net-utils.el (whois-server-list): Fix customization type.
13425
13426 * shell.el (shell-input-autoexpand): Fix customization group.
13427
13428 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
13429
13430 * repeat.el (repeat): Handle keyboard macros properly.
13431 Handle new prefix arg after self-insert command.
13432
13433 * repeat.el: Don't include cl even at compile time.
13434 (repeat): Avoid using `loop'.
13435
13436 * simple.el (shell-command-on-region): Doc fix.
13437 (next-history-element): Special error message if no default.
13438
13439 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
13440
13441 * ps-print.el (ps-print-buffer): Doc fix.
13442 (ps-despool): Likewise.
13443
13444 * arc-mode.el (arc-mode): Provide arc-mode.
13445
13446 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13447
13448 * ps-print.el (ps-print-buffer): Doc fix.
13449
13450 1998-10-14 Dave Love <fx@gnu.org>
13451
13452 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13453 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13454 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13455
13456 * progmodes/fortran.el (fortran-mode-map): Change "Join
13457 Continuation Line" to "Join Line".
13458 (fortran-font-lock-keywords-1): Add "cycle", "exit".
13459
13460 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13461
13462 * progmodes/fortran.el (fortran-join-line): Use
13463 `delete-indentation' instead of issuing an error message if not on
13464 a continuation line. Provide for joining several lines using
13465 prefix arg.
13466
13467 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
13468
13469 * term/pc-win.el (msdos-color-values): New variable.
13470 (x-color-values): New function, emulates its namesake from
13471 src/xfns.c.
13472 (msdos-bg-mode): Add all dark colors to those which return
13473 "dark".
13474
13475 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13476
13477 * replace.el (keep-lines, flush-lines, how-many):
13478 Don't ignore case if arg has upper case letters.
13479
13480 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
13481
13482 * progmodes/vhdl-mode.el
13483 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13484 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13485 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13486 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13487 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13488 (vhdl-when): Fix indentation problem.
13489 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13490 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13491 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13492
13493 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
13494
13495 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13496 (ls-lisp-insert-directory): Renamed from insert-directory.
13497 (insert-directory): New function.
13498
13499 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
13500
13501 * simple.el (completion-fixup-function): Variable deleted.
13502 (completion-setup-function): Delete code for completion-fixup-function.
13503 * emacs-lisp/lisp.el (lisp-complete-symbol):
13504 Don't bind completion-fixup-function.
13505
13506 * files.el (find-file-wildcards): New option.
13507 (find-file-noselect): Handle wild cards, if enabled.
13508 (file-expand-wildcards): New function.
13509
13510 * simple.el (set-fill-column): Doc fix.
13511
13512 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13513
13514 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13515
13516 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
13517
13518 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13519 Move declaration before first use.
13520 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13521 hif-math, hif-factor): Rename token to hif-token and token-list to
13522 hif-token-list.
13523 (hif-token, hif-token-list): Declare them.
13524 (hif-find-ifdef-block): Return cons of top and bottom point
13525 instead of setting dynamically bound variables.
13526 (hide-ifdef-block, show-ifdef-block): Use return value of
13527 hif-find-ifdef-block.
13528
13529 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13530
13531 * subr.el (read-passwd): Use clear-this-command-keys.
13532
13533 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13534
13535 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13536 and ...-for-write.
13537
13538 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
13539
13540 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13541 responses to GROUP command, since this may be called from a timer
13542 with quit inhibited.
13543
13544 1998-10-12 Kenichi Handa <handa@etl.go.jp>
13545
13546 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13547 set unconditional-jump to nil.
13548 (ccl-compile-read-multibyte-character): Return nil.
13549 (ccl-compile-write-multibyte-character): Likewise.
13550 (ccl-compile-translate-character): Likewise
13551 (ccl-compile-map-multiple): Likewise.
13552 (ccl-compile-map-single): Likewise.
13553
13554 * international/kinsoku.el: Add coding tag.
13555 (kinsoku-bol): Remove superfluous TAB in a string.
13556
13557 * international/mule-cmds.el (find-coding-systems-for-charsets):
13558 Delete `composition' (if any) from CHARSETS.
13559
13560 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13561
13562 * international/mule-cmds.el (setup-specified-language-environment):
13563 Add apropos-inhibit property.
13564 (describe-specified-language-support): Likewise.
13565
13566 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
13567
13568 * international/mule.el (make-coding-system): Create -with-esc
13569 variant coding system.
13570
13571 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13572
13573 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13574 (next-file): Optionally offer to revert a file's buffer,
13575 if it has an existing buffer but the file has changed.
13576
13577 * info.el (Info-insert-dir): Detect and report problems
13578 in input files, such as "No Top node". Return with point
13579 at the beginning of the text.
13580 (Info-find-node): Reinsert the code to handle files
13581 with no tags table; it was deleted by mistake.
13582
13583 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13584
13585 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13586 texinfo-find-higher-level-node repeatedly find the same node.
13587 (texinfo-find-higher-level-node): Doc fix.
13588
13589 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
13590
13591 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13592 (smtpmail-address-buffer): Add defvar.
13593 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13594
13595 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13596
13597 * ffap.el (ffap-machine-p-local): Fix editing error.
13598
13599 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13600
13601 * faces.el (frame-set-background-mode):
13602 Don't do anythung for text-only or MSDOS frame.
13603
13604 1998-10-08 Kenichi Handa <handa@etl.go.jp>
13605
13606 * international/quail.el (quail-defrule): New optional arg APPEND.
13607 (quail-defrule-internal): Fix bug of handling the argument APPEND.
13608
13609 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
13610
13611 * gnus/pop3.el (pop3-open-server):
13612 Set process-coding-system-alist around open-network-stream.
13613
13614 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
13615
13616 * files.el (save-buffer): Doc fix.
13617
13618 1998-10-07 Karl Heuer <kwzh@gnu.org>
13619
13620 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13621 return DEF unchanged, not nil. Simplify.
13622
13623 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
13624
13625 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13626
13627 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
13628
13629 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13630
13631 * net-utils.el (ftp, nslookup): Require comint.
13632 (network-service-connection): Likewise.
13633 (whois-server-name): Defaults to whois.arin.net
13634 (whois-server-list, whois-server-tld, whois-guess-server): New var.
13635 (whois): Tries to guess the appropriate top-level domain server.
13636 (whois-get-tld): New function.
13637
13638 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13639 (dirtrack-debug-toggle): Added this function.
13640
13641 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13642
13643 * files.el (find-file-noselect): Switch to the correct buffer
13644 before checking find-file-literally, and allow non-nil non-t
13645 rawfile params.
13646
13647 1998-10-06 Karl Heuer <kwzh@gnu.org>
13648
13649 * midnight.el (clean-buffer-list): Add autoload cookie.
13650
13651 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13652 no-autosave.
13653 * tar-mode.el (tar-mode-revert): Likewise.
13654 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13655 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
13656 * gnus/message.el (message-auto-save-directory): Renamed from
13657 message-autosave-directory. All references changed.
13658
13659 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13660
13661 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13662 string. Expose mime stuff while searching.
13663
13664 1998-10-06 Richard Stallman <rms@gnu.org>
13665
13666 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13667
13668 * replace.el (perform-replace): Position point properly
13669 before and after the recursive edit of C-r.
13670
13671 * progmodes/etags.el (tags-reset-tags-tables): Properly
13672 find the markers in the old rings that are being discarded.
13673
13674 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13675
13676 * apropos.el (apropos-print): Control invalid characters.
13677
13678 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13679 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13680 confusing customize.
13681
13682 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
13683
13684 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13685 built-in commands. Add more built-in commands and fix face names.
13686
13687 1998-10-05 Simon Marshall <simon@gnu.org>
13688
13689 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13690
13691 1998-10-04 Eric Ludlam <zappo@gnu.org>
13692
13693 * speedbar.el (speedbar-initial-expansion-list-name): Remove
13694 customization since it is not useful in this case.
13695 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13696 sure it gets evalled to a number. Also verify that set-frame-name
13697 fn exists before calling it.
13698
13699 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13700 Protect a `forward-sexp' call which could fail, and improved regex
13701 for ie, and eg abbreviations.
13702
13703 1998-10-02 Noah Friedman <friedman@splode.com>
13704
13705 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13706 send-string.
13707 (rlogin-send-Ctrl-D): Here also.
13708 (rlogin-send-Ctrl-Z): Here also.
13709 (rlogin-send-Ctrl-backslash): Here also.
13710
13711 1998-10-02 Dave Love <fx@gnu.org>
13712
13713 * outline.el (hide-region-body): Bind
13714 outline-view-change-hook to nil while making repeated calls to
13715 outline-flag-region. Run it once at the end.
13716 (hide-other, hide-sublevels, show-children): Likewise.
13717
13718 * info-look.el: Remove duplicate scheme-mode entry.
13719 (info-lookup-make-completions): When looking for entries, check
13720 that `item' isn't null or "Menu".
13721
13722 1998-10-01 Karl Heuer <kwzh@gnu.org>
13723
13724 * net-utils.el: Don't require ffap.
13725 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13726 (ping, nslookup-host, finger, network-connection-to-service): Use them.
13727
13728 1998-09-30 Richard Stallman <rms@gnu.org>
13729
13730 * ispell.el (check-ispell-version): No need to bind default-major-mode.
13731
13732 * imenu.el (imenu--generic-function): Sort each submenu by position.
13733 (imenu--sort-by-position): New function.
13734
13735 * cus-edit.el (Custom-mode-menu): Fix info node name.
13736 (customize group): Fix info node name.
13737
13738 * mail/mailalias.el (build-mail-aliases): Don't allow
13739 a newline in the alias name. Don't define an alias
13740 if the definition would be empty.
13741
13742 * which-func.el (which-func-mode-global): Make :set function
13743 more reliable.
13744
13745 * custom.el (custom-set-variables): Load the requests first,
13746 then check the symbol's `set' function.
13747
13748 * ffap.el: Doc fixes.
13749
13750 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13751
13752 * gnus.el: (gnus-valid-select-methods): Fix type.
13753 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13754 * gnus-score.el (gnus-orphan-score): Fix type.
13755 (gnus-score-default-header, gnus-score-default-type): Fix type.
13756 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13757 (gnus-saved-headers): Fix type.
13758
13759 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13760 Avoid nil value of `two-lines-citation-part'.
13761
13762 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
13763
13764 * which-func.el (which-function): Handle case when
13765 (car imenu--index-alist) is nil.
13766
13767 1998-09-29 Dave Love <fx@gnu.org>
13768
13769 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13770 bzip2 args.
13771
13772 1998-09-29 Simon Marshall <simon@gnu.org>
13773
13774 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13775 comint-exec-hook.
13776
13777 1998-09-29 Stephen Eglen <stephen@gnu.org>
13778
13779 * info-look.el: Add support for Octave.
13780
13781 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
13782
13783 * textmodes/reftex.el (reftex-finding-files): New customize group.
13784 (reftex-texpath-environment-variables,
13785 reftex-use-external-file-finders, reftex-external-file-finders,
13786 reftex-search-unrecursed-path-first): New options.
13787 (reftex-process-string, reftex-find-file-externally): New
13788 functions.
13789 (reftex-access-search-path): Execute shell commands to find the
13790 search path.
13791 (reftex-toggle-auto-view-crossref): When turning on, make sure
13792 `reftex-auto-view-crossref' becomes non-nil.
13793 (reftex-abbrev-regexp): Constant removed.
13794 (reftex-convert-string): Abbrev regexp calculated locally.
13795
13796 1998-09-28 Dave Love <fx@gnu.org>
13797
13798 * progmodes/fortran.el: Don't call regexp-opt when deriving
13799 font-lock patterns with keywords that aren't all literal.
13800
13801 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
13802
13803 * octave-inf.el (inferior-octave-prompt): Also match prompts of
13804 the form `octave.bin:1>' which come from using precopiled binary
13805 versions.
13806
13807 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13808
13809 * help.el (help-for-help): Use %THIS-KEY%.
13810 (help-quit): Add doc.
13811
13812 * help-macro.el (make-help-screen): Keep HELP-TEXT
13813 in a separate function definition, not in the help command FNAME.
13814 Replace %THIS-KEY% with the key sequence that ran FNAME.
13815
13816 1998-09-25 Richard Stallman <rms@gnu.org>
13817
13818 * textmodes/texinfo.el (texinfo-show-structure):
13819 Bind inhibit-read-only.
13820
13821 * isearch.el (isearch-search-and-update): Properly
13822 handle upper case letters in the reverse-search special case.
13823
13824 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13825
13826 * gnus.el: Extend the list of autoloaded functions.
13827
13828 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13829 buffer before creating help group. (from Gnus v5.6.43, fix by
13830 1998-08-20 Per Starback <starback@update.uu.se>)
13831
13832 * gnus-util.el (gnus-output-to-rmail): Adjust to
13833 `rmail-output-to-rmail-file'.
13834
13835 1998-09-25 Karl Heuer <kwzh@gnu.org>
13836
13837 * hexl.el (hexl-mode-map): More of previous change.
13838
13839 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13840 (tex-start-tex): Don't use tex-start-options-string in star case.
13841 Quote file name in star case as well as in non-star.
13842 Add blank and quoting of option string here.
13843 (tex-start-options-string): Not here.
13844
13845 1998-09-23 Karl Heuer <kwzh@gnu.org>
13846
13847 * term.el (term-delimiter-argument-list): Doc fix.
13848 (term-emulate-terminal): Escape literal semicolon.
13849 * progmodes/asm-mode.el (asm-mode): Doc fix.
13850 (asm-comment-char): Escape literal semicolon.
13851 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13852
13853 1998-09-23 Richard Stallman <rms@gnu.org>
13854
13855 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13856 only those that normally modify the buffer.
13857
13858 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13859 over again.
13860
13861 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13862
13863 * ispell.el (check-ispell-version): Ensure same buffer is current
13864 when let-binding of case-fold-search ends.
13865
13866 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13867
13868 * ps-print.el: Skip invisible overlay.
13869 Test for set-buffer-multibyte rather than using mule-version.
13870 (ps-print-version): New version number (4.1) and doc fix.
13871 (ps-generate-postscript-with-faces): Skip invisible overlay.
13872
13873 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13874
13875 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13876
13877 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13878
13879 * international/quail.el (quail-update-guidance): Check for the
13880 return value of (quail-guidance) fixed.
13881 (quail-update-translation): Bind quail-current-str locally when it
13882 calls quail-update-guidance.
13883 (quail-update-translation): If input-method-exit-on-first-char is
13884 non-nil, terminate translation only when the current input method
13885 is simple.
13886
13887 1998-09-22 Paul Eggert <eggert@twinsun.com>
13888
13889 * startup.el (locale-translation-file-name): Prefer X-related names
13890 to the name used by GNU/Linux sans X. Set to nil if no file found.
13891 (command-line): Use locale-translation-file-name if it is not nil,
13892 instead of testing for its existence again.
13893 regexp-quote the ctype before using it in a regexp.
13894 Allow a colon to appear after the ctype in the aliases file,
13895 as is done in X11R6.4.
13896
13897 1998-09-21 Richard Stallman <rms@gnu.org>
13898
13899 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13900
13901 * calendar/appt.el (appt-interval): Variable deleted.
13902 (appt-check): For minutes in between appt-display-interval times,
13903 do check, but don't display anything except an updated mode line.
13904 Count against appt-display-interval based on minutes since
13905 first display of this appointment, not based on time of day.
13906 If appt-display-mode-line, force mode line redisplay
13907 whenever appt-mode-string has changed.
13908 (appt-add, appt-delete): Add autoload cookies.
13909 (appt-check): Catch errors from calling `diary'.
13910 (appt-max-time): Renamed from max-time.
13911 (appt-now-displayed, appt-display-count): New variables.
13912 (appt-timer): Don't create one if we already have one.
13913
13914 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13915 More general code to use the source buffer instead of the zap file.
13916
13917 * hilit-chg.el (highlight-compare-with-file): Renamed from
13918 compare-with-file.
13919
13920 * loadhist.el (load-history-loaded): New variable.
13921 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13922
13923 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13924
13925 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13926 Fix error messages.
13927
13928 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13929
13930 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13931 Emacs frame.
13932
13933 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13934
13935 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13936 `undecided' and `undecided-unix'.
13937
13938 1998-09-21 Dave Love <fx@gnu.org>
13939
13940 * help.el (help-make-xrefs): Fix typo affecting Info references.
13941
13942 * subr.el (remove-hook): Check list values to avoid errors.
13943
13944 1998-09-18 Noah Friedman <friedman@splode.com>
13945
13946 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13947 store string in eldoc-last-message without consing a new string.
13948 Rearrange logic from nested if's into cond's.
13949 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13950 Do not print message; just return string.
13951 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13952 Do not print message; just return string.
13953 Cache that string in eldoc-last-data.
13954 (eldoc-last-data): Make into a vector.
13955 (eldoc-get-fnsym-args-string): Use new data form of structure.
13956 (eldoc-get-var-docstring): Here also.
13957 (eldoc-last-data-store): New function.
13958 (eldoc-get-fnsym-args-string): Use it.
13959 (eldoc-get-var-docstring): Here also.
13960 (eldoc-docstring-first-line): Minimize interim string consing.
13961 Call substitute-command-keys on the result.
13962 (eldoc-print-var-docstrings, eldoc-print-docstring,
13963 eldoc-docstring-message): Functions removed.
13964 (eldoc-docstring-format-sym-doc): New function, functionality
13965 ripped out of eldoc-docstring-message.
13966 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13967
13968 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13969
13970 * international/mule.el (make-coding-system): Doc-string modified.
13971
13972 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13973
13974 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13975
13976 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13977 customize type.
13978
13979 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13980 type.
13981
13982 * progmodes/compile.el (compilation-error-screen-columns): New
13983 variable.
13984 (compilation-next-error-locus): Use it to decide whether to use
13985 forward-char or move-to-column.
13986
13987 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13988
13989 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13990 feedmail-fiddle-plex-user-list,
13991 feedmail-spray-address-fiddle-plex-list,
13992 feedmail-prompt-before-queue-user-alist,
13993 feedmail-prompt-before-queue-help-supplement,
13994 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13995 feedmail-queue-alternative-mail-header-separator): Fix customize
13996 type.
13997
13998 * startup.el (site-run-file): Fix customize type.
13999
14000 * speedbar.el (speedbar-initial-expansion-list-name): Fix
14001 customize type.
14002
14003 * shell.el (shell-input-autoexpand): Fix customize type.
14004
14005 * ps-print.el (ps-font-info-database): Add missing dots in value.
14006 Improve layout of customize type.
14007
14008 * net-utils.el (traceroute-program-options, ping-program-options,
14009 ipconfig-program-options, netstat-program-options,
14010 arp-program-options, route-program-options,
14011 nslookup-program-options, ftp-program-options): Fix customize
14012 type.
14013
14014 * midnight.el (clean-buffer-list-kill-regexps,
14015 clean-buffer-list-kill-buffer-names,
14016 clean-buffer-list-kill-never-buffer-names,
14017 clean-buffer-list-kill-never-regexps): Fix customize type.
14018
14019 * man.el (Man-init-defvars): Avoid trailing nil on
14020 Man-filter-list.
14021
14022 * lpr.el (printer-name): Fix customize type.
14023
14024 1998-09-16 Kenichi Handa <handa@etl.go.jp>
14025
14026 * international/mule-cmds.el (reset-language-environment): Call
14027 update-coding-systems-internal.
14028
14029 * international/mule-conf.el: Call update-coding-systems-internal
14030 at the tail.
14031
14032 1998-09-14 Dave Love <fx@gnu.org>
14033
14034 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
14035 use the menu-enable properties, pending doing it correctly and
14036 acceptably fast.
14037
14038 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14039
14040 1998-09-13 Dave Love <d.love@dl.ac.uk>
14041
14042 * progmodes/hideshow.el (hs-grok-mode-type): Check
14043 comment-{start,end} non-nil as well as bound. Report an error if
14044 we can't grok the mode.
14045
14046 1998-09-13 Richard Stallman <rms@gnu.org>
14047
14048 * simple.el (blink-matching-open): Don't log paren matching
14049 messages in *Messages*.
14050
14051 1998-09-12 Richard Stallman <rms@gnu.org>
14052
14053 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14054 Set point-before-scroll at end even if there was an error.
14055
14056 * ange-ftp.el (ange-ftp-insert-file-contents):
14057 Use binary mode for dumb-unix hosts as for unix hosts.
14058 (ange-ftp-copy-file-internal): Likewise.
14059
14060 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14061
14062 * emacs-lisp/pp.el: Doc fixes.
14063
14064 * wid-edit.el (widget-menu-max-shortcuts): New variable.
14065 (widget-choose): Don't use single-char shortcuts if # items
14066 exceeds that many. Use minibuffer instead.
14067
14068 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14069
14070 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14071
14072 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
14073
14074 * speedbar.el (speedbar-frame-mode): Do not set frame position if
14075 in terminal mode.
14076
14077 1998-09-10 Noah Friedman <friedman@splode.com>
14078
14079 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14080 defcustom declaration. It's wreaking too much havoc with XEmacs
14081 and older versions of Emacs, which share this code.
14082
14083 * type-break.el (type-break-mode): Here also.
14084
14085 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14086 `t' to add-hook also to modify the new local value.
14087
14088 1998-09-10 Dave Love <fx@gnu.org>
14089
14090 * vc.el (vc-insert-headers): Doc fix.
14091
14092 1998-09-10 Richard Stallman <rms@gnu.org>
14093
14094 * textmodes/flyspell.el (flyspell-mode-on): Make the
14095 ispell-... variables permanent locals.
14096 (flyspell-mode-off): Add autoload cookie.
14097
14098 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14099 do use binary mode, just as for `unix'.
14100 (ange-ftp-host-type): If HOST is nil, return `unix'.
14101
14102 * dired.el (dired-mark-files-containing-regexp):
14103 Don't scan directories. Ignore non-readable files.
14104
14105 * progmodes/compile.el (compilation-error-regexp-alist):
14106 Fix previous change: allow . and _ in command name.
14107
14108 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14109
14110 * uncompress.el (uncompress-while-visiting):
14111 Use just the car of what find-operation-coding-system returns.
14112
14113 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14114
14115 * shell.el (shell-file-name-quote-list): Add # to the value.
14116
14117 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
14118
14119 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14120 to make killing of ispell process work even if
14121 kill-all-local-variables has been run.
14122
14123 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14124
14125 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14126 loop when sexp entry ends at end of file with no newline.
14127
14128 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14129
14130 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14131 (Custom-reset-standard): Fix menu inconsistency.
14132
14133 * mail/feedmail.el (feedmail-from-line): Allow t.
14134 (feedmail-message-id-suffix): Allow nil.
14135
14136 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14137 Simplify. Make prefix arg work right.
14138
14139 1998-09-09 Dave Love <fx@gnu.org>
14140
14141 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14142
14143 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14144
14145 1998-09-08 Dave Love <fx@gnu.org>
14146
14147 * add-log.el (change-log-font-lock-keywords): Do parenthesized
14148 stuff only after file names or at start of line. Allow parens
14149 around e-mail, as well as angles.
14150
14151 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14152 ignore-errors too, eval'd when compile. Require w3 stuff at load
14153 time for nicer failure if it's not available.
14154
14155 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
14156
14157 * comint.el (comint-arguments): Ignore backslashes when using
14158 w32 shells that expect backslashes as the directory separator.
14159
14160 1998-09-04 Kenichi Handa <handa@etl.go.jp>
14161
14162 * international/fontset.el (resolved-ascii-font): New variable.
14163 (x-complement-fontset-spec): By side effect, set
14164 `resolved-ascii-font' to the resolved name of ASCII font."
14165 (create-fontset-from-fontset-spec): Don't get a value for
14166 resolved-ascii-font from the list full-fontlist. It is set by
14167 x-complement-fontset-spec now.
14168
14169 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14170 version, check the value of mule-version.
14171
14172 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
14173
14174 * textmodes/reftex.el (reftex-view-crossref): Split up into
14175 several functions. No longer moves to find a macro.
14176 (reftex-view-cr-cite, reftex-view-cr-ref,
14177 reftex-end-of-bib-entry): New functions.
14178 (reftex-auto-view-crossref): New value `window' allowed.
14179 (reftex-view-crossref-when-idle): Process new `window' option in
14180 (reftex-translate-to-ascii-function): New default.
14181 (reftex-label-illegal-re): Default changed, removed Latin1.
14182 (reftex-latin1-to-ascii): New function.
14183 (reftex-what-environment): Check for section regexp before use.
14184 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14185 absolute path names.
14186 (reftex-TeX-master-file): Changed sequence of file checks.
14187 (reftex-do-citation): bibview cache only with RefTeX mode on.
14188
14189 1998-09-06 Richard Stallman <rms@gnu.org>
14190
14191 * progmodes/compile.el (compilation-error-regexp-alist):
14192 In first pattern (GNU utilities and other things),
14193 allow a space after the optional program name at the beginning.
14194
14195 * mail/mail-hist.el (mail-hist-current-header-contents):
14196 Fix previous change: use mail-header-end.
14197
14198 1998-09-06 Bill Richter <richter@math.nwu.edu>
14199
14200 * international/ccl.el: Doc fixes.
14201 * international/encoded-kb.el: Doc fixes.
14202 * international/fontset.el: Doc fixes.
14203 * international/kinsoku.el: Doc fixes.
14204 * international/kkc.el: Doc fixes.
14205 * international/mule-cmds.el: Doc fixes.
14206 * international/mule-conf.el: Doc fixes.
14207 * international/mule-util.el: Doc fixes.
14208 * international/mule.el: Doc fixes.
14209
14210 1998-09-05 Eric Ludlam <zappo@gnu.org>
14211
14212 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14213 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14214 (checkdoc-this-string-valid-engine): Permit ? as terminating
14215 punctuation for first line sentence breaking.
14216 (checkdoc-this-string-valid): When converting a comment into a doc
14217 string, make sure " chars are \".
14218 (checkdoc-sentencespace-region-engine): Only do double space check
14219 if based on the variable `sentence-end-double-space'
14220 (checkdoc-this-string-valid-engine): ? ends valid sentence.
14221 (checkdoc-proper-noun-region-engine): Exclude items in URLs
14222
14223 1998-09-04 Richard Stallman <rms@gnu.org>
14224
14225 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14226 Recognize define-skeleton as a function definer.
14227
14228 * cus-edit.el (customize-option): Refuse to customize
14229 a variable that has no defcustom. But if variable is autoloaded,
14230 first try to load the library that defines it.
14231
14232 * international/iso-insert.el: Use `string' before calling `insert'
14233 so that in multibyte buffers we insert multibyte chars.
14234
14235 * dired.el (dired-mark-files-containing-regexp):
14236 Don't use find-file; instead, insert the file in a temp buffer.
14237
14238 * textmodes/tex-mode.el (tex-start-options-string): New option.
14239 (tex-start-tex): Use that variable.
14240
14241 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14242 value in the `repeat' alternative a list.
14243
14244 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14245 the inserted newline, verify that one was really inserted.
14246
14247 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14248 remains on or remains off.
14249 (flyspell-multi-language-p): Default changed to nil.
14250
14251 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14252 In "found in comment" case, don't beginning-of-line after forward-line.
14253
14254 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14255 If the function definition is not a lambda, return original FORM
14256 with no error.
14257
14258 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
14259
14260 * net-utils.el (netstat-program-options): Changed from nil to "-a"
14261 so that by default netstat shows all network connections.
14262
14263 1998-09-04 Bob Weiner <weiner@altrasoft.com>
14264
14265 * international/quail.el: Doc fixes.
14266
14267 * info.el (info): Don't add parens if FILE already has them.
14268
14269 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
14270
14271 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14272 on extension lines.
14273
14274 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
14275
14276 * w32-fns.el (w32-shell-dos-semantics): New function.
14277
14278 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
14279
14280 * international/quail.el (quail-choose-completion-string): Store
14281 completion `choice' in `quail-current-str'; don't insert it.
14282
14283 1998-09-02 Kenichi Handa <handa@etl.go.jp>
14284
14285 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
14286 argument to ps-mule-generate-bitmap-font.
14287
14288 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14289 entry and change Latin-1 entry in the default value.
14290 (ps-mule-font-info-database-ps-bdf): New variable.
14291 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14292 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14293 registerd in FONT-SPEC.
14294 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14295 charcter width of bitmap fonts.
14296 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14297 procedure NF.
14298 (ps-begin-file): Output PostScript code for setting
14299 SpaceWidthRatio.
14300 (ps-plot-region): Use line-beginning-position to get a position of
14301 the beginning of the current line.
14302
14303 * international/mule-cmds.el (register-input-method): Doc-string
14304 modified.
14305
14306 1998-09-01 Dave Love <fx@gnu.org>
14307
14308 * international/mule-cmds.el (current-language-environment): Fix
14309 setter function.
14310
14311 1998-09-01 Simon Marshall <simon@gnu.org>
14312
14313 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14314 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14315 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14316 names with font-lock-type-face. Fontify type specs, etc., with
14317 font-lock-keyword-face.
14318
14319 1998-08-31 Kenichi Handa <handa@etl.go.jp>
14320
14321 * international/fontset.el (x-complement-fontset-spec): If ASCII
14322 font is specified in FONTLIST, don't substitute it for the
14323 resolved name.
14324
14325 1998-08-31 Paul Eggert <eggert@twinsun.com>
14326
14327 * international/mule.el (charset-description): Doc fix.
14328
14329 * language/chinese.el, language/cyrillic.el, language/czech.el,
14330 language/devanagari.el, language/ethiopic.el,
14331 language/european.el, language/hebrew.el, language/indian.el,
14332 language/japanese.el, language/korean.el, language/lao.el,
14333 language/slovak.el, language/thai.el, language/tibetan.el,
14334 language/vietnamese.el:
14335 Add coding: local variable, to avoid bootstrapping problem
14336 if you need to recompile all the Lisp files using interpreted code.
14337
14338 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14339
14340 * cal-china.el (chinese-year-cache): Change range of years from
14341 1989-2000 to 1990-2010.
14342
14343 1998-08-29 Dave Love <d.love@dl.ac.uk>
14344
14345 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14346 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14347
14348 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14349
14350 * ps-print.el (ps-print-control-characters): Doc-string modified.
14351 (ps-output-string-prim): Comment format changed.
14352 (ps-do-despool): Indentation of source code changed.
14353
14354 1998-08-28 Kenichi Handa <handa@etl.go.jp>
14355
14356 * subr.el (sref): Make it an alias of aref. Make the
14357 byte-compiler warn that it is obsolete.
14358 (char-bytes): Make the byte-compiler warn that it is obsolete.
14359
14360 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14361 Calculate the total bytes using position-bytes instead of
14362 char-bytes.
14363
14364 1998-08-27 Karl Heuer <kwzh@gnu.org>
14365
14366 * snmp-mode.el: New file.
14367 * files.el (auto-mode-alist): Add snmp-mode patterns.
14368
14369 1998-08-27 Karl Eichwalder <ke@suse.de>
14370
14371 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14372
14373 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14374
14375 * calendar/diary-lib.el (diary-block): Doc fix..
14376 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14377
14378 1998-08-27 Richard Stallman <rms@gnu.org>
14379
14380 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14381 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14382 Clear appt-mode-string if we don't put something in it.
14383
14384 1998-08-27 Dave Love <fx@gnu.org>
14385
14386 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14387 dired-local-variables-file for dired-x.
14388
14389 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14390 for compressed library files too.
14391
14392 1998-08-26 Kenichi Handa <handa@etl.go.jp>
14393
14394 * language/european.el ("Latin-1"): Modify `documentation' key value.
14395 ("Latin-2"): Likewise.
14396
14397 1998-08-26 Karl Heuer <kwzh@gnu.org>
14398
14399 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14400
14401 1998-08-26 Albert L. Ting <alt@artisan.com>
14402
14403 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14404 (mail-hist-current-header-contents): Use mail-text-start.
14405
14406 1998-08-26 Richard Stallman <rms@gnu.org>
14407
14408 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14409 (customize-changed-options-previous-release): New variable.
14410 (customize-changed-options): Use that variable as default arg.
14411
14412 1998-08-26 Karl Eichwalder <ke@suse.de>
14413
14414 * midnight.el: Require `timer' not only when compiling.
14415
14416 1998-08-26 Per Starback <starback@update.uu.se>
14417
14418 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14419 buffer before creating help group.
14420
14421 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14422
14423 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14424 coding-system-for-write before saving.
14425
14426 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
14427
14428 * isearch.el (isearch-forward): Doc fix.
14429
14430 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
14431
14432 * emacs-lisp/find-func.el: Fix :version tags to have a string
14433 value, not a float.
14434
14435 * cus-dep.el: Fix typo in output.
14436
14437 1998-08-25 Dave Love <fx@gnu.org>
14438
14439 * repeat.el (repeat): Doc fix.
14440 [From rms:]
14441 (repeat-previous-repeated-command): New variable.
14442 (repeat): Check for real-last-command being null or repeat. Set
14443 repeat-previous-repeated-command.
14444
14445 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14446
14447 1998-08-25 Kenichi Handa <handa@etl.go.jp>
14448
14449 * gnus/message.el (message-send-mail-with-sendmail): Bind
14450 coding-system-for-write by the return value of
14451 select-message-coding-system.
14452 (message-send-mail-with-qmail): Likewise.
14453
14454 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
14455
14456 * emacs-lisp/autoload.el: Fix doc-string-elt property on
14457 define-derived-mode.
14458
14459 * files.el (file-name-invalid-regexp):
14460 Fix regex for ms-dos without long file names.
14461
14462 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14463
14464 * ps-print.el: Multi-byte buffer handling.
14465 (ps-print-version): New version number (4.0) and doc fix.
14466 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14467 compilation for GNU Emacs and emacsens.
14468 (ps-generate-postscript-with-faces): Force invisible text to be
14469 visible.
14470 (dos-ps-printer): New var to avoid compilation gripes.
14471
14472 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14473
14474 * ps-print.el (ps-mule-plot-string): Pay attention to the case
14475 that no more characters can't be printed in the current line.
14476
14477 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14478
14479 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14480 greater than TO.
14481
14482 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14483
14484 * ps-print.el: Add codes to make ps-print.el work also on Emacs
14485 20.2 and the earlier version.
14486 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14487 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14488 (ps-mule-find-wrappoint): Likewise.
14489 (ps-mule-generate-font): Change `X' to `x' in format
14490 control-string.
14491 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14492 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14493 `restore' form procedures `BC' and `EC'.
14494
14495 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14496
14497 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14498 is an executable procedure. Make LineThickness, Xshadow, and
14499 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
14500 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14501 ps-mule-font-info-database-bdf): New vars.
14502 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14503 (ccl-encode-ethio-unicode): New CCL program.
14504 (ps-mule-encode-ethiopic): New fun.
14505 (ps-mule-current-charset): New var.
14506 (ps-mule-get-font-spec, ps-mule-font-spec-src,
14507 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14508 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14509 (ps-mule-external-libraries): New var.
14510 (ps-mule-init-external-library): New fun.
14511 (ps-mule-font-cache): New var.
14512 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14513 (ps-last-font): New var.
14514 (ps-mule-prepare-font): New fun.
14515 (ps-mule-charset-list): New var.
14516 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14517 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14518 ps-mule-plot-string): New funs.
14519 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14520 New vars.
14521 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14522 ps-mule-prepare-cmpchar-font): New funs.
14523 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14524 vars.
14525 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14526 ps-mule-generate-bitmap-glyph): New funs.
14527 (ps-mule-initialize, ps-mule-begin): New funs.
14528 (ps-output-string-prim): Insert string as unibyte.
14529 (ps-output-prologue): New fun.
14530 (ps-flush-output): Handle the case of 'prologue.
14531 (ps-begin-file): Call ps-mule-initialize.
14532 (ps-begin-job): Set ps-control-or-escape-regexp differently if
14533 printing multibyte characters.
14534 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14535 (ps-basic-plot-string): Handle the case of printing ASCII
14536 characters by external libraries (e.g. BDF).
14537 (ps-set-font): Set ps-last-font.
14538 (ps-plot-region): Handle multibyte characters, use
14539 ps-mule-plot-string for them.
14540 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
14541
14542 * bdf.el: New file.
14543
14544 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
14545
14546 * international/mule-cmds.el (select-message-coding-system): New
14547 function.
14548 (set-language-environment-coding-systems): Set
14549 default-sendmail-coding-system.
14550
14551 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14552 (default-sendmail-coding-system): New variable.
14553 (sendmail-send-it): Encode the message by a coding system
14554 select-message-coding-system returns.
14555
14556 1998-08-23 Eric Ludlam <zappo@gnu.org>
14557
14558 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14559 (speedbar-mode): Set buffer to read only.
14560 (speedbar-temp-buffer-show-function): For emacs don't call hook
14561 with arguments.
14562 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14563
14564 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
14565
14566 * speedbar.el (speedbar-key-map): Fix typo.
14567
14568 See ChangeLog.7 for earlier changes.