]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-06-23 Gerd Moellmann <gerd@gnu.org>
2
3 * comint.el (comint-substitute-in-file-name): Call replace-match
4 with second and third arg t.
5
6 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7 Specify foreground color.
8
9 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10 color.
11
12 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13
14 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15 cddr instead of cdddr.
16
17 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18 instead of copy-list.
19
20 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21 of copy-list.
22
23 * subdirs.el: Add eshell subdirectory.
24
25 * eshell: New subdirectory containing the Eshell package.
26
27 * pcomplete.el: New file.
28
29 2000-06-23 Paul Eggert <eggert@twinsun.com>
30
31 * mail/mailpost.el (post-mail-send-it): Make sure file has
32 proper permissions from birth.
33
34 * files.el (basic-save-buffer-2): When temporarily setting
35 file modes, set them to current modes plus 0200, not to 0777.
36
37 * emerge.el (emerge-make-temp-file): Make sure file has proper
38 permissions from birth.
39
40 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
41
42 * files.el (make-backup-file-name-1): On DOS/Windows, run the
43 backup file name through convert-standard-filename.
44
45 * dos-fns.el (convert-standard-filename): Convert leading
46 directories as well. When long file names are supported, convert
47 characters that are invalid in Windows file names.
48
49 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
50
51 * ps-print.el: Fix bug: if ^L is the very first buffer character,
52 ps-print crashes. New feature: page selection for printing. Create
53 raw-text-unix coding system for XEmacs. Doc fix.
54 (ps-print-version): New version number (5.2.3).
55 (ps-plot-region): Bug fix.
56 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
57 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
58 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
59 funs.
60 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
61 (ps-last-page): New vars.
62
63 2000-06-21 Gerd Moellmann <gerd@gnu.org>
64
65 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
66 empty option string.
67
68 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
69
70 * man.el (man): Doc fix.
71
72 2000-06-21 Kenichi Handa <handa@etl.go.jp>
73
74 * international/mule-cmds.el (set-language-info-alist): Docstring
75 fixed.
76
77 2000-06-20 Gerd Moellmann <gerd@gnu.org>
78
79 * version.el (emacs-version): Use ISO date format.
80
81 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
82 instead of `M-backspace'.
83
84 * simple.el (turn-off-auto-fill): New function.
85
86 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
87
88 * jit-lock.el (with-buffer-prepared-for-jit-lock):
89 Renamed from with-buffer-prepared-for-font-lock and use
90 inhibit-modification-hooks rather than setting *-change-functions.
91 Update all functions to use the new name.
92 (jit-lock-first-unfontify-pos): New semantics (and doc).
93 (jit-lock-mode): Make non-interactive.
94 Don't automatically turn on font-lock.
95 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
96 Always use jit-lock-after-change.
97 Remove and restore font-lock-after-change-function.
98 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
99 (jit-lock-after-unfontify-buffer): Remove.
100 (jit-lock-stealth-fontify):
101 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
102 (jit-lock-after-change): Set the `fontified' text-prop to nil.
103
104 2000-06-20 Sam Steingold <sds@gnu.org>
105
106 * emacs-lisp/cl-indent.el (toplevel): Indent
107 `print-unreadable-object' properly. Untabify.
108
109 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
110
111 * textmodes/reftex.el (reftex-find-citation-regexp-format):
112 Support for bibentry.
113 (reftex-compile-variables): Fixed problem with end of section-re.
114
115 * texmodes/reftex-dcr.el (reftex-view-crossref,
116 reftex-view-crossref-from-bibtex):
117 Deal with changed `reftex-find-citation-regexp-format'.
118 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
119 Replaced `remprop' with `put'.
120 (reftex-view-crossref, reftex-view-crossref-when-idle):
121 Support for bibentry.
122
123 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
124 New entry for bibentry package.
125
126 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
127 Regexp also matches "\nobibliography".
128
129 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
130 Call `reftex-ensure-write-access' before doing anything.
131 (reftex-ensure-write-access): New function.
132
133 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
134
135 * progmodes/idlwave.el: File re-installed (update to version 4.2)
136
137 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
138
139 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
140
141 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
142
143
144 2000-06-20 Dave Love <fx@gnu.org>
145
146 * faces.el (frame-background-mode): Use set-default, not set, in
147 setter.
148 (frame-update-faces, frame-update-face-colors): Define with
149 defalias.
150
151 * enriched.el (enriched-decode-foreground)
152 (enriched-decode-background): Don't use internal-find-face.
153
154 * apropos.el: Doc fixes.
155
156 * cus-edit.el (customize-changed-options): Check arg.
157 (customize-version-lessp): Don't require decimal point.
158
159 * custom.el (defcustom, defgroup): Doc fix.
160
161 * newcomment.el (comment) <defgroup>: Add :version.
162 (comment-multi-line): Doc fix.
163
164 * emulation/mlsupport.el (define-hooked-local-abbrev,
165 define-hooked-global-abbrev): Fix, using define-abbrev.
166
167 2000-06-19 Gerd Moellmann <gerd@gnu.org>
168
169 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
170 the whole buffer.
171
172 2000-06-19 Dave Love <fx@gnu.org>
173
174 * menu-bar.el (menu-bar-options-save): New function.
175 (menu-bar-options-menu): Use it.
176 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
177 Simplify.
178
179 2000-06-19 Andreas Schwab <schwab@suse.de>
180
181 * progmodes/etags.el (tags-query-replace): Put new parameters
182 START and END at the end, for backward compatibility.
183
184 2000-06-19 Kenichi Handa <handa@etl.go.jp>
185
186 * international/codepage.el:
187 (cp-coding-system-for-codepage-1): Delete special codes for
188 generating xxx-dos coding system because now a CCL based coding
189 system can handle EOL conversion by default.
190
191 * international/mule.el (make-coding-system): Generate subsidiary
192 coding systems for EOL handling variants even for a CCL based
193 coding system.
194
195 2000-06-19 Kenichi Handa <handa@etl.go.jp>
196
197 * international/isearch-x.el (isearch-minibuffer-input-method)
198 (isearch-minibuffer-input-method-function): These variables
199 deleted.
200 (isearch-with-input-method): Don't use the above variables.
201 (isearch-process-search-multibyte-characters): Likewise. Call
202 read-string with the arg INHERIT-INPUT-METHOD t.
203
204 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
205
206 * font-lock.el (font-lock-after-fontify-buffer)
207 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
208
209 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
210 Use consistent make-local-variable style for font-lock-fontified.
211 (jit-lock-fontify-buffer):
212 Don't bother checking for font-lock-mode and jit-lock-mode.
213
214 * time.el: Remove trailing ^M that prevent CVS-merging.
215
216 2000-06-16 Gerd Moellmann <gerd@gnu.org>
217
218 * Makefile.in (distclean): New target.
219
220 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
221
222 * Makefile.in (srcdir): Define for update-subdirs.
223
224 2000-06-16 Gerd Moellmann <gerd@gnu.org>
225
226 * find-lisp.el: New file.
227
228 2000-06-16 Andrew Innes <andrewi@gnu.org>
229
230 * time.el (display-time-mail-function): New variable, to allow
231 external packages to indicate when new mail is available.
232 (display-time-update): Use it.
233
234 2000-06-16 Kenichi Handa <handa@etl.go.jp>
235
236 * international/mule.el (mule-version): Change version name to
237 SAKAKI. AOI has already been used by Meadow.
238
239 * international/quail.el (quail-show-guidance-buf): To find the
240 bottom window (but minibuffer), pay attention to the height of
241 minibuffer.
242
243 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
244
245 * arc-mode.el (archive-mode-map): Use the new menu-item format for
246 menu-bar menus. Add help strings. Don't remove the Edit menu
247 from the menu bar, as the menu bar has enough space now.
248
249 * Makefile.in (SHELL): Make sure /bin/sh is used.
250
251 * woman.el (woman-man-buffer): Fix bold and underlined CJK
252 characters, which use series of two ^H characters instead of one.
253
254 2000-06-15 Gerd Moellmann <gerd@gnu.org>
255
256 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
257 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
258 functions.
259 (Info-find-node-2): Try a case-sensitive search first, then
260 do a case-insensitive search.
261
262 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
263 tutorials.
264
265 * complete.el (PC-env-vars-alist): New variable.
266 (PC-complete-as-file-name): New function.
267 (partial-completion-mode): Initialize PC-env-vars-alist from
268 process-environment.
269 (PC-do-completion): Handle completion of env vars.
270
271 * info.el (Info-set-mode-line): Show file name in mode line,
272 use `*Info*' instead of `Info:'.
273
274 * startup.el (command-line-1): Change copyright messages to year
275 2000.
276
277 2000-06-15 Dave Love <fx@gnu.org>
278
279 * net/goto-addr.el (goto-address-fontify): Use keymap property,
280 not local-map.
281
282 2000-06-15 Kenichi Handa <handa@etl.go.jp>
283
284 * international/mule.el (set-buffer-file-coding-system): Almost
285 rewritten to handle `undecided' as no-op.
286
287 2000-06-14 Gerd Moellmann <gerd@gnu.org>
288
289 * Makefile.in: New file.
290
291 * Makefile: Removed.
292
293 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
294 (goto-address-highlight-keymap): Bind C-c RET.
295
296 2000-06-14 Kenichi Handa <handa@etl.go.jp>
297
298 * mail/sendmail.el (sendmail-send-it): The temporary buffer
299 inherits buffer-file-coding-system of the current buffer.
300
301 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
302 0. Give correct argument to set-auto-coding-function.
303 (tar-expunge): For goto-char, use (point-min), not 0.
304 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
305 (tar-subfile-save-buffer): Likewize.
306
307 * international/mule.el
308 (after-insert-file-set-buffer-file-coding-system): Call
309 set-buffer-file-coding-system with the arg FORCE t.
310
311 2000-06-13 Gerd Moellmann <gerd@gnu.org>
312
313 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
314 nil. Contemporary sendmails issue an X-Authentication-Warning if
315 the sender is set with `-f'.
316
317 2000-06-13 Dave Love <fx@gnu.org>
318
319 * help.el (describe-function-1): Kluge around cases of functions
320 fset to subrs whose doc doesn't match their symbol-name.
321
322 * image.el (insert-image): Default STRING to a space.
323
324 * info.el Doc fixes.
325 (Info-build-node-completions): Match Ref tags.
326
327 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
328
329 * frame.el (display-multi-frame-p, display-multi-font-p): New
330 defaliases for display-graphic-p.
331
332 * hl-line.el: Fixed a typo in commentary.
333
334 2000-06-13 Kenichi Handa <handa@etl.go.jp>
335
336 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
337 fixed.
338
339 2000-06-12 Dave Love <fx@gnu.org>
340
341 * image.el (insert-image): Save a little consing.
342
343 2000-06-12 Kenichi Handa <handa@etl.go.jp>
344
345 * language/tibet-util.el: Convert all tibetan-1-column characters
346 to the corresponding tibetan characters.
347 (tibetan-add-components): Delete code for the special treatment of
348 'a chung.
349
350 * language/tibetan.el (tibetan-composable-pattern): Fix previous
351 change.
352 (tibetan-vowel-transcription-alist): More rules added.
353 (tibetan-composite-vowel-alist): New variable.
354 (tibetan-precomposition-rule-alist): More rules added.
355
356 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
357
358 * startup.el (command-line): Only call menu-bar-mode if interactive.
359
360 * thingatpt.el (toplevel symbol-properties):
361 * textmodes/makeinfo.el (makeinfo-compile):
362 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
363 * progmodes/hideif.el (hif-compress-define-list)
364 (hide-ifdef-use-define-alist):
365 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
366 (ange-ftp-vms-add-file-entry):
367 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
368 * man.el (Man-build-man-command):
369 * mail/rnewspost.el (news-reply-header-hook):
370 * info.el (Info-insert-dir):
371 * emulation/mlconvert.el (backward-word, forward-word, setq):
372 * emacs-lisp/gulp.el (gulp-send-requests):
373 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
374 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
375 (byte-optimize-apply, end of file):
376 * emacs-lisp/advice.el (ad-advice-class-completion-table)
377 (ad-make-freeze-definition):
378 * startup.el (command-line, command-line-1): Don't quote lambdas.
379
380 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
381 (cvs-cleanup-removed): New function.
382 (cvs-cleanup-functions): New var.
383 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
384 some flexibility in specifying additional entries to auto-cleanup.
385 (cvs-quickdir): New function.
386 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
387 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
388 (cvs-mode-find-file): Check that we are on a filename or dirname
389 when invoked through a mouse-click.
390 (cvs-full-path): Remove.
391 (cvs-dired-action): Re-introduced.
392 (cvs-dired-noselect): Use it.
393 (vc-post-command-functions): use this new hook if available.
394
395 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
396 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
397 (cvs-filename-map, cvs-dirname-map): Remove.
398 (cvs-default-action): Remove.
399 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
400 if the arg is really a keymap.
401 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
402 Don't hardcode the mapping from state (aka type) to face, but check
403 the var cvs-fi-<type>-face instead.
404 (cvs-fileinfo-from-entries): New function.
405
406 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
407 Docstring fix.
408 (cvs-find-file-and-jump): Change default to be safer.
409 (cvs-mode-diff-map): Define it as a function as well.
410 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
411 Bind mouse-2 in this global map rather than with text-properties.
412
413 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
414 file to resolve the ambiguity between C(conflict) and C(need-merge).
415
416 2000-06-12 Kenichi Handa <handa@etl.go.jp>
417
418 * international/mule.el (set-buffer-file-coding-system): If
419 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
420 unconditionally.
421
422 2000-06-12 Dave Love <fx@gnu.org>
423
424 * wid-edit.el (widget-specify-button): Really suppress the face if
425 required.
426
427 2000-06-11 Gerd Moellmann <gerd@gnu.org>
428
429 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
430
431 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
432
433 * imenu.el (imenu-generic-expression): Docstring fix.
434
435 * composite.el (composition-function-table): Move the `put'
436 below the autoload cookie so we can load the file before loaddefs.
437
438 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
439
440 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
441 Handle easy-mmode-define-global-mode.
442 For complex macros like define-minor-mode that can generate
443 several autoload entries, try to autoload entries in the
444 macroexpanded code.
445
446 * emacs-lisp/easy-mmode.el (define-minor-mode):
447 If KEYMAP is a symbol, just use it.
448 Use byte-compile-current-file and load-file-name to infer the
449 proper :require to pass to defcustom.
450 Wrap the hook var into `progn' so as not to autoload it.
451 Add a :autoload-end cookie.
452 Be more careful about the evaluation of KEYMAP.
453 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
454 (define-derived-mode): Move define-abbrev-table outside of defvar.
455
456 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
457
458 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
459 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
460 (backup-compiled-files): Ignore errors during `tar'.
461 (bootstrap): Make autoloads before elc files.
462
463 2000-06-10 Kenichi Handa <handa@etl.go.jp>
464
465 * international/mule.el (set-buffer-file-coding-system): If one of
466 undecided-XXX is specified, change only EOL conversion.
467
468 * international/mule-conf.el (unix): New alias for the coding
469 system undecided-unix.
470
471 2000-06-09 Dave Love <fx@gnu.org>
472
473 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
474
475 * progmodes/executable.el: Byte compile dynamic.
476 (executable-insert): Change custom type.
477 (executable-find): Add autoload cookie.
478 (executable-make-buffer-file-executable-if-script-p): New
479 function. After Noah Friedman.
480
481 * files.el (after-save-hook): Customize, with
482 executable-make-buffer-file-executable-if-script-p as an option.
483
484 2000-06-09 Kenichi Handa <handa@etl.go.jp>
485
486 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
487 "tib24p-mule.bdf" for Tibetan.
488
489 * composite.el (decompose-composite-char): Declare it as obsolete.
490
491 * man.el (Man-fontify-manpage): Pay attention to underline and
492 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
493
494 2000-06-08 Gerd Moellmann <gerd@gnu.org>
495
496 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
497 Set maintainer to FSF since author isn't reachable.
498
499 2000-06-08 Dave Love <fx@gnu.org>
500
501 * international/mule-cmds.el (select-safe-coding-system): If
502 DEFAULT-CODING-SYSTEM is not specified, also check the most
503 preferred coding-system if buffer-file-coding-system is
504 `undecided'. From Handa.
505
506 2000-06-08 Kenichi Handa <handa@etl.go.jp>
507
508 * international/mule.el
509 (after-insert-file-set-buffer-file-coding-system): If the buffer
510 size is greater than INSERTED, judget that we are not visiting.
511
512 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
513
514 * whitespace.el (defgroup whitespace): Comment out `:version'.
515 XEmacs 20.4 has problems defining the group with this present.
516 We'll have this commented out till get resolve the problem.
517
518 2000-06-07 Gerd Moellmann <gerd@gnu.org>
519
520 * align.el: Update from author.
521
522 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
523
524 * apropos.el (apropos-mode-hook): New user variable.
525 (apropos-mode): Run apropos-mode-hook.
526
527 2000-06-07 David Ponce <david@dponce.com>
528
529 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
530 commands. Require `wid-edit' at run-time.
531
532 2000-06-07 David Ponce <david@dponce.com>
533
534 * recentf.el: Added some "Commentary".
535 (recentf-open-more-files, recentf-edit-list): Minor changes to
536 move the point at the top of the file list. This behaviour is
537 consistent with the menu one when the list contains a lot of
538 files.
539 (recentf-cleanup): Now displays the number of items removed from
540 the list.
541 (recentf-relative-filter) New menu filter to show filenames
542 relative to `default-directory'.
543
544 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
545
546 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
547 with/without giving an error if PostScript printer doesn't have this
548 kind of page size. Zebra Stripe continues or restarts on next page.
549 Manual/automatic paper feeding. Switch or not the header.
550 (ps-print-version): New version number (5.2.2).
551 (ps-windows-system): Include emx as a Windows system.
552 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
553 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
554 (ps-background-text): Code fix.
555 (ps-error-handler-message, ps-user-defined-prologue)
556 (ps-print-prologue-header, ps-printer-name)
557 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
558 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
559 (ps-use-face-background): Customization fix.
560 (ps-n-up-database): Data fix.
561 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
562 (ps-switch-header): New vars.
563 (ps-xemacs-color-name, ps-face-foreground-name)
564 (ps-face-background-name, ps-boolean-constant): New funs.
565
566 2000-06-07 Dave Love <fx@gnu.org>
567
568 * allout.el: New version from Manheimer.
569
570 2000-06-07 Kenichi Handa <handa@etl.go.jp>
571
572 * textmodes/fill.el (fill-find-break-point): Check the validity of
573 charset.
574
575 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
576
577 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
578 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
579 Call display-color-p and display-mouse-p instead of looking at
580 window-system.
581
582 2000-06-06 Dave Love <fx@gnu.org>
583
584 * image.el (find-image): Doc fix. Return nil if image not found.
585 (put-image, insert-image): Make STRING arg optional.
586
587 2000-06-06 Kenichi Handa <handa@etl.go.jp>
588
589 * language/vietnamese.el: Remove eval-when-compile.
590 (viet-viscii-nonascii-translation-table): Define it as a
591 translation table made from viet-viscii-decode-table.
592 (viet-viscii-encode-table): Define it as a translation table made
593 from the reverse map of above.
594 (viet-vscii-nonascii-translation-table): Define it as a
595 translation table made from viet-vscii-decode-table.
596 (viet-vscii-encode-table): Define it as a translation table made
597 from the reverse map of above.
598 (ccl-decode-viscii): Use translate-character.
599 (ccl-encode-viscii, ccl-encode-viscii-font)
600 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
601 Likewize.
602
603 * language/cyrillic.el: Remove eval-when-compile.
604 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
605 translation table made from cyrillic-koi8-r-decode-table.
606 (cyrillic-koi8-r-encode-table): Define it as a translation table
607 made from the reverse map of above.
608 (ccl-decode-koi8): Use translate-character.
609 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
610 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
611 a translation table made from cyrillic-alternativnyj-decode-table.
612 (cyrillic-alternativnyj-encode-table): Define it as a translation
613 table made from the reverse map of above.
614 (ccl-decode-alternativnyj): Use translate-character.
615 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
616 Likewize
617
618 * international/mule-diag.el (non-iso-charset-alist): Specify
619 translation table symbol instead of translation table itself.
620 (list-block-of-chars): CHARSET may be a translation table symbol.
621
622 * international/mule.el (make-coding-system): If CODING-SYSTEM
623 already exists, override it.
624
625 * international/fontset.el: Use family `proportional' for Tibetan
626 fonts.
627
628 * international/ccl.el (ccl-compile-translate-character): Don't
629 check if Rrr has property translation-table.
630 (ccl-compile-map-multiple): Modified to avoid compiler warning.
631
632 2000-06-05 Gerd Moellmann <gerd@gnu.org>
633
634 * info.el: Bind case-fold-search to t when searching in case
635 a user sets it to nil in a hook.
636
637 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
638
639 * autoarg.el (autoarg-mode, autoarg-kp-mode):
640 * hl-line.el (hl-line-mode): Use the new :global key argument.
641
642 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
643 (tar-clip-time-string): Prepend a space.
644 (tar-grind-file-mode): Construct a string rather than modifying one.
645 (tar-header-block-summarize): Fix docstring.
646 Use `format' rather than an error-prone set of copy-loops.
647
648 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
649 (diff-goto-source, diff-unified->context, diff-context->unified)
650 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
651 understand the format output by the `-p' argument to diff.
652
653 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
654 (sh-re-done): Use defconst.
655 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
656 (sh-help-string-for-variable, sh-guess-basic-offset):
657 Don't quote lambdas.
658 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
659 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
660
661 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
662 (mh-letter-mode): Derive from text-mode.
663 This implicitly means that it now calls kill-all-local-variables.
664 Also remove the Emacs-18 compatibility code.
665
666 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
667 Make use of symbol-property doc-string-elt.
668 Use memq rather than a sequence of eq.
669 (doc-string-elt): Fix the wrong or missing previously unused values.
670 (autoload-print-form): New function extracted from
671 generate-file-autoloads to allow recursion when handling progn
672 so that defvar's and defun's docstrings are properly printed.
673 (generate-file-autoloads): Use it.
674
675 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
676 Use find-file-hooks in the minor-mode function.
677 Be careful not to loop indefinitely in the post-command-hook function.
678
679 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
680
681 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
682 tty's.
683 * ediff-diff.el (ediff-exec-process): Use --binary for fine
684 differences whenever appropriate.
685 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
686 * viper.el (find-file, find-file-other-window): Get viper to do
687 wildcards.
688
689 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
690
691 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
692 (jit-lock-fontify-buffer): New function for JIT refontification.
693 (jit-lock-mode): Fix docstring.
694 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
695 Remove jit-lock-after-change from the _local_ hook.
696 (jit-lock-function-1): Fix docstring.
697
698 * info.el (Info-on-current-buffer): Initialize info.
699
700 * newcomment.el (comment-indent): Ignore comment-indent-hook.
701
702 * progmodes/tcl.el (tcl-indent-for-comment):
703 Ignore comment-indent-hook.
704
705 * emacs-lisp/easy-mmode.el: Require CL during compilation.
706 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
707 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
708 and improve to use the lighter to guess the capitalization.
709 (define-minor-mode): Inline code from easy-mmode-define-toggle.
710 Add keyword arguments to specify global-ness or the custom group.
711 Add local-map and help-echo properties to the lighter.
712 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
713 (easy-mmode-define-global-mode): New macro.
714
715 2000-06-02 Dave Love <fx@gnu.org>
716
717 * wid-edit.el: byte-compile-dynamic since we typically don't use
718 all the widgets. Don't require cl or widget. Remove
719 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
720 (widget-read-event): Removed. Callers changed to use read-event.
721 (widget-button-release-event-p): Renamed from
722 button-release-event-p.
723 (widget-field-add-space, widget-field-use-before-change):
724 Uncustomize.
725 (widget-specify-field): Use keymap property, not local-map.
726 (widget-specify-button): Obey :suppress-face.
727 (widget-specify-insert): Use modern backquote syntax.
728 (widget-image-directory): Renamed from widget-glyph-directory.
729 (widget-image-enable): Renamed from widget-glyph-enable.
730 (widget-image-find): Replaces widget-glyph-find.
731 (widget-button-pressed-face): Move defvar.
732 (widget-image-insert): Replaces widget-glyph-insert.
733 (widget-convert): Use keywordp.
734 (widget-leave-text, widget-children-value-delete): Use mapc.
735 (widget-keymap): Remove XEmacs stuff.
736 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
737 (widget-button-click): Don't set point at the click, but re-centre
738 if we scroll out of window. Rewritten for images v. glyphs &c.
739 (widget-tabable-at): Use POS arg, not point.
740 (widget-beginning-of-line, widget-end-of-line)
741 (widget-item-value-create, widget-sublist, widget-princ-to-string)
742 (widget-sexp-prompt-value, widget-echo-help): Simplify.
743 (widget-default-create): Use widget-image-insert; some rewriting.
744 (widget-visibility-value-create)
745 (widget-push-button-value-create, widget-toggle-value-create): Use
746 widget-image-insert.
747 (checkbox): Create on and off images dynamically.
748 (documentation-link): Change :help-echo.
749 (widget-documentation-link-echo-help): Remove.
750
751 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
752
753 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
754
755 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
756 (easy-mmode-define-toggle, define-minor-mode): Use it.
757 (easy-mmode-define-keymap): Docstring fix.
758 (define-derived-mode): Default PARENT to fundamental-mode.
759 Add the derived-mode-parent symbol-property.
760 (easy-mmode-derived-mode-p): New function.
761
762 2000-06-02 Dave Love <fx@gnu.org>
763
764 * files.el (convert-standard-filename): Doc fix.
765 (normal-backup-enable-predicate): New function.
766 (backup-enable-predicate): Use it to replace the lambda form.
767
768 * calendar/todo-mode.el: [This needs more work on the outline
769 stuff.] Doc fixes.
770 (todo) <defgroup>: Add :version.
771 (todo-add-category): Don't use pushnew.
772 (todo-cmd-raise): Fix typo.
773 (todo-top-priorities): Change temp buffer name.
774 (todo-category-alist): Avoid redundant lambda.
775 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
776 Use outline-next-heading.
777
778 * autoarg.el: Rewritten to use define-minor-mode.
779 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
780 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
781
782 2000-06-02 Kenichi Handa <handa@etl.go.jp>
783
784 * isearch.el (isearch-other-meta-char): Fix previous change.
785
786 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
787
788 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
789 (log-edit-done): Only add the comment to the ring if it's different
790 from the last comment entered.
791
792 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
793
794 2000-06-01 Dave Love <fx@gnu.org>
795
796 * hl-line.el: Rewritten using define-minor-mode.
797
798 * help.el (describe-function-1): Distinguish special form from
799 builtin function. Sanity-check presence of arglist for builtins.
800
801 2000-06-01 Kenichi Handa <handa@etl.go.jp>
802
803 * international/characters.el: Fix syntax/category setting of
804 Tibetan characters.
805
806 * language/tibet-util.el (tibetan-add-components): Fixes for new
807 encoding of Tibetan characters.
808 (tibetan-decompose-precomposition-alist): New variable.
809 (tibetan-decompose-region): Convert precomposed characters to
810 non-precomposed characters.
811 (tibetan-decompose-string): Likewise.
812 (tibetan-composition-function): Fix args to
813 thibetan-compose-string.
814
815 * language/tibetan.el (tibetan-composable-pattern): More
816 characters included.
817 (tibetan-consonant-transcription-alist): Rule for "R" added.
818 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
819 "+R" added.
820 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
821
822 * language/lao-util.el (lao-composition-function): Fix args to
823 compose-string.
824
825 * language/thai-util.el (thai-composition-function): Fix args to
826 compose-string.
827
828 * isearch.el (isearch-update): Set disable-point-adjustment to t
829 to prevent the point moving to the end of a composition when a
830 part of a composition is searched.
831 (isearch-other-meta-char): If the key invoking this command can be
832 mapped by function-key-map to a printing char, call
833 isearch-process-search-char directly.
834
835 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
836
837 * emacs-lisp/bytecomp.el:
838 * frame.el:
839 * international/mule-cmds.el:
840 * international/mule-util.el:
841 * international/mule.el:
842 * mouse.el:
843 * subr.el:
844 * faces.el: Update calls to make-obsolete with a WHEN argument.
845
846 * byte-run.el (make-obsolete, make-obsolete-variable):
847 Add an optional WHEN argument and change the format of the
848 symbol-property information.
849 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
850 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
851 new obsolete-symbol-property format and print WHEN if it is provided.
852
853 2000-05-31 Dave Love <fx@gnu.org>
854
855 * loadhist.el (loadhist-hook-functions): Remove
856 before-change-function, after-change-function.
857 (unload-feature): Deal with symbols which are both bound and
858 fbound.
859
860 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
861 before-change-function, after-change-function.
862
863 * simple.el (newline): Don't bind before-change-function,
864 after-change-function.
865
866 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
867
868 * whitespace.el (whitespace-rescan-timer-time): Update interval
869 set to 600 seconds (10 minutes) instead of 60 seconds since
870 a large number of whitespace buffers causes emacs to `freeze'
871 for a considerable amount of time.
872
873 * whitespace.el: Updated email address
874
875 2000-05-31 Dave Love <fx@gnu.org>
876
877 * add-log.el (change-log-font-lock-keywords) <function>: Add
878 pattern for function of change.
879 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
880 acknowledgements patterns.
881
882 2000-05-31 Kenichi Handa <handa@etl.go.jp>
883
884 * isearch.el (isearch-printing-char): If keyboard coding system is
885 being used, call isearch-process-search-multibyte-characters.
886
887 * international/isearch-x.el: Mostly rewritten.
888
889 * international/quail.el (quail-start-conversion): Don't include
890 unhandled events in the returned events, but set them in
891 unread-command-events. Exit if all inputs are deleted.
892
893 2000-05-30 Jason Rumney <jasonr@gnu.org>
894
895 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
896
897 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
898 Reenable code to create initial fontsets.
899 Use set-fontset-font in place of put-charset-property.
900
901 2000-05-30 Gerd Moellmann <gerd@gnu.org>
902
903 * progmodes/perl-mode.el (perl-indent-line): When looking for a
904 label, ensure that the first colon isn't followed by another.
905
906 * paths.el (Info-default-directory-list): Doc fix.
907
908 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
909 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
910 send a query containing USER only, not USER@HOST.
911
912 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
913 and rmail-msgend to compute the restriction at the end, instead of
914 computing it.
915
916 2000-05-29 Gerd Moellmann <gerd@gnu.org>
917
918 * dabbrev.el (dabbrev-expand): Don't display messages in the
919 echo area if the minibuffer window is active.
920
921 * jit-lock.el (jit-lock-mode): Add after change function to
922 local hook.
923
924 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
925
926 * antlr-mode.el: New commands: hide/unhide actions,
927 upcase/downcase literals.
928 (antlr-tiny-action-length): New user option.
929 (antlr-hide-actions): New command. Suggested by
930 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
931 (antlr-mode-map): New binding [C-c C-v].
932 (antlr-mode-menu): New entries.
933 (antlr-downcase-literals): New command.
934 (antlr-upcase-literals): Ditto.
935
936 * antlr-mode.el: Minor changes: indendation, mode-name.
937 (antlr-indent-line): Indent cpp directive at column 0.
938 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
939
940 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
941 (antlr-font-lock-additional-keywords): Workaround for intentional
942 bug in XEmacs version of font-lock.
943 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
944 be used by a smarter version of `buffers-menu-grouping-function'.
945
946 2000-05-29 Gerd Moellmann <gerd@gnu.org>
947
948 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
949 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
950
951 2000-05-29 Kenichi Handa <handa@etl.go.jp>
952
953 * international/encoded-kb.el
954 (encoded-kbd-iso2022-designation-map): Pay attention to that
955 charset-iso-final-char return -1 for eight-bit-control and
956 eight-bit-graphic.
957
958 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
959
960 * speedbar.el (speedbar-use-images, speedbar-update-flag)
961 (speedbar-easymenu-definition-base): Use display-graphic-p where
962 available, instead of window-system.
963
964 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
965
966 * international/codepage.el (cp-coding-system-for-codepage-1): Add
967 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
968 coding systems.
969
970 2000-05-26 Dave Love <fx@gnu.org>
971
972 * disp-table.el (standard-display-underline): Don't use
973 internal-find-face.
974
975 * mail/reporter.el: Maintainer change. Doc fixes.
976 (reporter-version): Deleted.
977
978 * emacs-lisp/elp.el: Maintainer change.
979 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
980
981 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
982
983 * add-log.el (add-change-log-entry): Merge the current entry with the
984 previous one if the previous one is empty.
985
986 2000-05-26 Dave Love <fx@gnu.org>
987
988 * loadhist.el (unload-feature): Fix interactive spec [from
989 lijnzaad@ebi.ac.uk].
990
991 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
992 subr-arity to check primitives.
993 (byte-compile-flush-pending, byte-compile-file-form-progn)
994 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
995 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
996 mapcar.
997
998 2000-05-26 Kenichi Handa <handa@etl.go.jp>
999
1000 * international/fontset.el: Set family names of non-latin charsets
1001 in default fontset to "*".
1002
1003 * international/mule-diag.el (print-fontset): Combine family part
1004 and registry part of the fontname by "-*-" instead of "-".
1005
1006 * international/mule-cmds.el (encode-coding-char): Make strings
1007 multibyte before calling encode-coding-string.
1008
1009 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
1010
1011 * derived.el: Fix keywords.
1012 (define-derived-mode): Only define if needed.
1013
1014 * simple.el (fill-comment, comment-column, comment-start)
1015 (comment-start-skip, comment-end, comment-indent-function)
1016 (block-comment-start, block-comment-end, indent-for-comment)
1017 (set-comment-column, kill-comment, comment-padding, comment-region)
1018 (comment-multi-line, indent-new-comment-line): Remove.
1019
1020 * bindings.el (esc-map): Change ; to comment-dwim and use the new
1021 function names for comment operations.
1022
1023 * newcomment.el: Add abundant autoload cookies.
1024 (comment-style): Don't depend on runtime data at compile-time.
1025 (comment-indent-hook): Remove.
1026 (comment-indent): Check if comment-indent-hook is bound.
1027 (comment-region): Docstring fix.
1028
1029 2000-05-25 Dave Love <fx@gnu.org>
1030
1031 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1032 byte-code-function-p.
1033
1034 * mail/rmailsum.el: Add provide.
1035
1036 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1037
1038 * smerge-mode.el (smerge-diff-switches): Don't use list* in
1039 defcustom.
1040
1041 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
1042
1043 * ediff-diff.el (ediff-exec-process): delete --binary option from
1044 non-buffer ediff jobs.
1045
1046 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1047
1048 * hilit-chg.el (highlight-changes-mode): Ask about color or
1049 grayscale support, not about window-system.
1050
1051 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1052 window-system.
1053 (ffap-highlight): Always default to t.
1054
1055 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1056 display-popup-menus-p instead of looking at window-system.
1057
1058 * disp-table.el (standard-display-g1, standard-display-graphic):
1059 Only refuse to use string glyphs on X and MS-Windows.
1060
1061 * avoid.el: Remove window-system from commentary, suggest to use
1062 display-*-p instead.
1063
1064 * apropos.el (apropos-print): Use display-mouse-p instead of
1065 window-system.
1066
1067 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1068
1069 * international/codepage.el (cp-decoding-vector-for-codepage):
1070 Fill up unsupported characters with their own codes. From Kenichi
1071 Handa.
1072
1073 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1074
1075 * international/mule-diag.el (describe-char-after): Use
1076 display-graphic-p instead of window-system, so that this function
1077 works on MS-DOS.
1078
1079 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
1080
1081 * international/codepage.el (cp-make-coding-systems-for-codepage):
1082 Remove the eight-bit-graphic and eight-bit-control charsets from
1083 the list of charsets which we convert into `?'.
1084
1085 2000-05-25 Kenichi Handa <handa@etl.go.jp>
1086
1087 * international/mule-conf.el: Specify CHARSET-ID explicitely for
1088 private charsets.
1089 (mule-unicode-0100-24ff, japanese-jisx0213-1,
1090 japanese-jisx0213-2): New charsets.
1091
1092 * international/fontset.el: Setup default fontset for new charsets.
1093
1094 2000-05-24 Dave Love <fx@gnu.org>
1095
1096 * info.el (Info-find-node-2): Restructure [following "Vadim
1097 S. Solomin" <sovs@uic.nnov.ru>].
1098
1099 * icomplete.el: Fix header for Finder.
1100
1101 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
1102
1103 * rmailout.el (rmail-output-to-rmail-file): Added optional param
1104 STAY.
1105
1106 * rmail.el (rmail-automatic-folder-directives): New user variable.
1107 (rmail-show-message): Add call to `rmail-auto-file' during
1108 display.
1109 (rmail-auto-file): New function.
1110
1111 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1112
1113 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1114 account.
1115 (ediff-test-utility,ediff-diff-mandatory-option)
1116 (ediff-reset-diff-options): Utilities for proper initialization of
1117 ediff-diff-options and ediff-diff3-options on Windows.
1118
1119 * ediff-init.el (ediff-merge-filename-prefix): New customizable
1120 variable.
1121
1122 * ediff-mult.el (ediff-filegroup-action): Use
1123 ediff-merge-filename-prefix.
1124
1125 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
1126
1127 * viper-ex.el (ex-write): Set selective display to nil.
1128
1129 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1130
1131 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1132 aliases for hebrew-iso-8bit.
1133
1134 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
1135
1136 * woman.el: New version from Francis J. Wright
1137 <F.J.Wright@Maths.QMW.ac.uk>.
1138 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1139 names in environment variables regardless of the path separator.
1140 (woman-topic-all-completions-1): Don't call file-name-directory-p
1141 on all files, since woman-file-regexp already filters out any
1142 directories.
1143
1144 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1145
1146 * international/quail.el (quail-start-translation): Don't change
1147 modified-p of the current buffer.
1148 (quail-start-conversion): Likewise.
1149
1150 * international/kkc.el (kkc-region): Don't change modified-p of
1151 the current buffer.
1152
1153 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1154 conform to RFC1468.
1155 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1156
1157 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
1158
1159 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1160 (speedbar-insert-button): Invisible text property fix.
1161 (speedbar-directory-plus): Renamed from speedbar-directory-+
1162 (speedbar-directory-minus): Renamed from speedbar-directory--
1163 (speedbar-page-plus): Renamed from speedbar-file-+
1164 (speedbar-page-minus): Renamed from speedbar-file--
1165 (speedbar-page): Renamed from speedbar-file-
1166 (speedbar-tag): Renamed from speedbar-tag-
1167 (speedbar-tag-plus): Renamed from speedbar-tag-+
1168 (speedbar-tag-minus): Renamed from speedbar-tag--
1169 (speedbar-expand-image-button-alist): Use above renames.
1170
1171 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1172 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1173 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1174 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1175 * sb-pg.xpm: Renamed from sb-file.xpm
1176 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1177 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1178
1179 2000-05-24 Kenichi Handa <handa@etl.go.jp>
1180
1181 * international/quail.el (quail-show-guidance-buf): Set
1182 current-input-method of the guidance buffer to the name of the
1183 curren input method.
1184
1185 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
1186
1187 * progmodes/compile.el (compile-internal): Style typo.
1188
1189 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1190 quote vars and functions in the docstring.
1191
1192 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1193
1194 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1195 Don't quote lambdas.
1196
1197 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1198
1199 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1200
1201 * startup.el (command-line): Determine source file of compiled
1202 user init file differently. Warn if compiled user init file
1203 is older than its source file.
1204
1205 * ffap.el (ffap-url-regexp): Add `https'.
1206
1207 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
1208
1209 * files.el (make-backup-file-name-1): Replace slashes with `!'
1210 rather than `|' (which is not allowed on Windows). Replace the
1211 drive letters with a string "drive_X".
1212
1213 2000-05-23 Gerd Moellmann <gerd@gnu.org>
1214
1215 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1216
1217 * files.el (interpreter-mode-alist): Add `bash2'.
1218
1219 2000-05-22 Dave Love <fx@gnu.org>
1220
1221 * loadhist.el (feature-symbols, file-provides, file-requires): Use
1222 mapc.
1223 (feature-file): Avoid calling symbol-name. Doc fix.
1224 (file-set-intersect, file-dependents): Use dolist, not mapcar.
1225 (loadhist-hook-functions): Add mouse-position-function.
1226 (unload-feature): Change uses of mapcar.
1227
1228 * files.el (parse-colon-path): Doc fix.
1229 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1230 (set-auto-mode): Use mapc.
1231
1232 * complete.el (PC-look-for-include-file): Use :alnum: character
1233 class.
1234 (partial-completion-mode): Add autoload cookie.
1235
1236 2000-05-22 Sam Steingold <sds@gnu.org>
1237
1238 * info.el (Info-fontify-node): Fixed the call to
1239 `add-text-properties' (bug introduced on 2000-05-18).
1240
1241 2000-05-22 Dave Love <fx@gnu.org>
1242
1243 * bindings.el: Remove debug-ignored-errors set in other files.
1244
1245 * progmodes/etags.el: Add to debug-ignored-errors.
1246 (visit-tags-table-buffer): Clear out buffers holding old tables
1247 when making a new list.
1248 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1249 mapc.
1250
1251 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
1252 quote keywords.
1253 (cmpl-string-case-type): Use character classes.
1254
1255 * comint.el:
1256 * textmodes/ispell.el:
1257 * imenu.el:
1258 * mail/mh-e.el:
1259 * progmodes/compile.el: Add to debug-ignored-errors.
1260
1261 * dabbrev.el: Add to debug-ignored-errors.
1262 (dabbrev-completion): Use mapc.
1263
1264 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
1265
1266 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1267 (woman-mapcan, woman-parse-man.conf)
1268 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1269 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1270 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
1271 path syntax better.
1272 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1273 (woman-manpath): Call woman-parse-man.conf.
1274 (woman-emulation): New defcustom, defaults to nroff.
1275 (woman-font-support): New defconst.
1276 (woman-use-symbol-font): New defcustom.
1277 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1278 "Emulation".
1279 Many functions: Doc fix.
1280
1281 2000-05-22 Kenichi Handa <handa@etl.go.jp>
1282
1283 * international/quail.el (quail-simple-translation-keymap): Map
1284 128..255 to quail-self-insert-command.
1285 (quail-keyboard-layout-alist): Add definition for "pc102-de".
1286
1287 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
1288
1289 * help.el (help-manyarg-func-alist): Typo.
1290
1291 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1292 intervals which makes it heaps simpler.
1293
1294 * newcomment.el (comment-region-internal): Go back to BEG after quoting
1295 the nested comment markers.
1296
1297 * subr.el (remove-hook): Don't turn the hook's value into a list.
1298
1299 2000-05-21 Dave Love <fx@gnu.org>
1300
1301 * edmacro.el (edmacro-parse-keys): Return vector if any elements
1302 are invalid characters.
1303
1304 * international/mule-util.el (detect-coding-with-priority): Use
1305 mapc. Remove redundant lambda.
1306
1307 * international/mule-diag.el (list-non-iso-charset-chars)
1308 (describe-fontset): Remove redundant lambda.
1309
1310 * emulation/crisp.el (brief-mode): New alias.
1311
1312 * emacs-lisp/ring.el (ring-elements): New function.
1313
1314 * emacs-lisp/easymenu.el (easy-menu-create-menu)
1315 (easy-menu-do-add-item): Use keywordp.
1316
1317 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1318
1319 * replace.el: Doc and error message fixes.
1320 (replace-highlight): Use facep, not internal-find-face.
1321
1322 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
1323
1324 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1325
1326 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1327 (log-edit-insert-changelog): Drop `:' as well.
1328
1329 * log-view.el: Fix file description.
1330 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1331 available.
1332 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1333 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1334
1335 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1336 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1337 Print a status message if the toggle is called interactively.
1338 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1339 for global minor modes and use `defcustom' for them.
1340 Use add-minor-mode.
1341 (easy-mmode-define-derived-mode): Remove.
1342 (define-derived-mode): Fancier default docstring.
1343 (easy-mmode-define-navigation): Signal an error rather than (ding).
1344
1345 * newcomment.el (comment-styles): New `box-multi'.
1346 (comment-normalize-vars): Better default for comment-continue to
1347 avoid whitespace-only continuations.
1348 (comment-search-forward): Always move even in the no-syntax case.
1349 (comment-padright): Only obey N if it's only obeyed for padleft.
1350 (comment-make-extra-lines): Better handling of empty continuations.
1351 Use `=' for the filler if comment-start has only one character.
1352 (uncomment-region): Try handling the special `=' filler.
1353 (comment-region): Allow LINES even if MULTI is nil.
1354 (comment-box): Choose box style based on comment-style.
1355
1356 2000-05-20 Kenichi Handa <handa@etl.go.jp>
1357
1358 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1359 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1360
1361 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
1362
1363 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1364 and insert, not subst-char-in-region.
1365
1366 * international/mule-diag.el (list-character-sets-1): Handle
1367 charsets eight-bit-control and eight-bit-graphic.
1368 (list-iso-charset-chars): Likewise.
1369 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1370 charactes as is. Use indent-to to align characters.
1371
1372 * international/mule-cmds.el (find-multibyte-characters): Never
1373 exclude charsets eight-bit-control and eight-bit-graphic.
1374
1375 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1376
1377 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1378 Don't quote lambdas.
1379
1380 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1381
1382 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1383
1384 * gud.el (gud-jdb-directories): Doc fix.
1385
1386 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
1387
1388 * newcomment.el: New file.
1389
1390 2000-05-19 Gerd Moellmann <gerd@gnu.org>
1391
1392 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1393
1394 2000-05-18 Andreas Schwab <schwab@suse.de>
1395
1396 * dired.el (dired-between-files): Also skip lines beginning with
1397 `used'.
1398
1399 2000-05-18 Gerd Moellmann <gerd@gnu.org>
1400
1401 * msb.el (msb-menu-cond): Add choice `user'.
1402
1403 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1404
1405 * ps-print.el: Compatibility, customization and doc fix.
1406 (ps-printer-name-option): Replace defconst by defvar.
1407 (ps-postscript-code-directory): XEmacs compatibility.
1408 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1409 fix.
1410 (ps-user-defined-prologue, ps-print-prologue-header)
1411 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1412 compatibility and code fix.
1413 (ps-print-background-image, ps-print-background-text):
1414 Customization fix.
1415 (ps-line-number-start, ps-n-up-on): New vars.
1416
1417 2000-05-18 Espen Skoglund <esk@ira.uka.de>
1418
1419 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1420 the indent-comment function to just return the appropriate indent.
1421
1422 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
1423
1424 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1425 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1426 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1427
1428 2000-05-18 Dave Love <fx@gnu.org>
1429
1430 * info.el (Info-fontify-node): Add intangible property as well as
1431 invisible.
1432
1433 * calendar/appt.el (appt-make-list): Match all lines of entry.
1434 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1435
1436 2000-05-18 Kenichi Handa <handa@etl.go.jp>
1437
1438 * international/mule-diag.el (describe-char-after): Call
1439 internal-char-font, not char-font. If internal-char-font returns
1440 nil, display "-- none --".
1441
1442 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1443
1444 * image.el (image-type-available-p): Don't reference image-types
1445 if it isn't bound.
1446
1447 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
1448
1449 * autoarg.el (autoarg-mode): Typo in the :set argument.
1450
1451 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1452
1453 * startup.el (command-line-1): Don't signal an error if the
1454 directory for auto-save-list files does not yet exist.
1455
1456 2000-05-17 Kenichi Handa <handa@etl.go.jp>
1457
1458 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1459
1460 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
1461
1462 * subr.el (remove-hook): `setq' hook-value, not `set'.
1463
1464 2000-05-16 Sam Steingold <sds@gnu.org>
1465
1466 * info.el (debug-ignored-errors): More errors to ignore.
1467
1468 2000-05-16 Dave Love <fx@gnu.org>
1469
1470 * cus-edit.el: Don't require cl or easymenu.
1471 (custom-variable-prompt): Test standard-value property, not
1472 user-variable-p.
1473
1474 2000-05-16 Sam Steingold <sds@gnu.org>
1475
1476 * subr.el (add-hook): `setq' hook-value, not `set'.
1477
1478 2000-05-16 Gerd Moellmann <gerd@gnu.org>
1479
1480 * startup.el (command-line-1): Mention the FAQ in the startup
1481 message.
1482
1483 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1484
1485 * progmodes/compile.el (compilation-parse-errors): Collect
1486 `nomessage' regexps last.
1487
1488 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1489
1490 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1491 to the function name.
1492
1493 2000-05-15 Dave Love <fx@gnu.org>
1494
1495 * speedbar.el (speedbar-recenter): Typo.
1496 (speedbar-expand-line): Make arg optional.
1497 (speedbar-mode): Avoid a compiler warning.
1498
1499 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1500
1501 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1502 user-specified option string is empty.
1503
1504 * mouse.el (mouse-yank-at-click): Doc fix.
1505
1506 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
1507
1508 * term/internal.el (IT-character-translations): More updates of
1509 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1510 documents.
1511
1512 2000-05-15 Gerd Moellmann <gerd@gnu.org>
1513
1514 * env.el (getenv): New function, interactively callable.
1515 (setenv, getenv): Remove autoload cookies.
1516
1517 * loadup.el: Load `env'.
1518
1519 * progmodes/f90.el: Change author's mail address.
1520
1521 2000-05-14 Dave Love <fx@gnu.org>
1522
1523 * mail/rmail.el (rmail-show-message-hook): Customize and offer
1524 goto-addr as an option.
1525
1526 * help.el (help-xref-stack): Doc fix.
1527 (help-xref-following): New variable.
1528 (help-make-xrefs): Use it.
1529 (help-xref-go-back): Use position information from stack element.
1530 (help-follow): Make position in stack element a pair. Use
1531 help-xref-following.
1532
1533 * autoarg.el: New file.
1534
1535 * faces.el: Declare more functions obsolete.
1536
1537 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1538 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1539 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1540 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1541 Remove all the setup-...-environment functions.
1542
1543 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
1544
1545 * speedbar.el: Updated the commentary section. xemacs20p now uses
1546 >= when detecting. Require `defimage' safely.
1547 (speedbar-easymenu-definition-base): Add toggle for images.
1548 (speedbar-easymenu-definition-special): Add flush cache & expand.
1549 (speedbar-visiting-tag-hook): Set new defaults. Added options.
1550 (speedbar-reconfigure-keymaps-hook): New variable.
1551 (speedbar-frame-parameters): Updated documentation.
1552 (speedbar-use-imenu-flag): Updated custom tag
1553 (speedbar-dynamic-tags-function-list): New variable.
1554 (speedbar-tag-hierarchy-method): Updated doc & custom.
1555 (speedbar-indentation-width, speedbar-indentation-width) New
1556 variables.
1557 (speedbar-hide-button-brackets-flag): Customizable.
1558 (speedbar-vc-indicator): Doc update.
1559 (speedbar-ignored-path-expressions): Updated default value.
1560 (speedbar-supported-extension-expressions): Updated default value.
1561 (speedbar-syntax-table): Remove {} paren status.
1562 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1563 as "+". Added overlay aliases.
1564 (speedbar-mode): Use `speedbar-mode-line-update' instead of
1565 `force-mode-line-update'.
1566 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1567 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1568 `mouse-set-point'
1569 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1570 (speedbar-item-info-tag-helper): Revamped to handle a wider range
1571 of arbitrary text, and new helper functions.
1572 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1573 filename finder.
1574 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1575 (speedbar-directory-buttons): Update path search/expansion.
1576 (speedbar-make-tag-line): Pay attention to
1577 `speedbar-indentation-width'. Use more care w/ invisible
1578 properties.
1579 (speedbar-change-expand-button-char): Call
1580 `speedbar-insert-image-button-maybe'.
1581 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1582 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1583 (speedbar-trim-words-tag-hierarchy)
1584 (speedbar-simple-group-tag-hierarchy): New functions
1585 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1586 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1587 functions.
1588 (speedbar-mouse-set-point): New function
1589 (speedbar-power-click): Updated documentation.
1590 (speedbar-line-token, speedbar-goto-this-file): Handle more types
1591 of tag prefix text.
1592 (speedbar-expand-line, speedbar-contract-line): Make more robust
1593 to strange text.
1594 (speedbar-expand-line): Takes universal argument to flush the
1595 cache.
1596 (speedbar-flush-expand-line): New function.
1597 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1598 Use new generator insertion method.
1599 (speedbar-fetch-dynamic-tags): New function.
1600 (speedbar-fetch-dynamic-imenu): Removed code now handled in
1601 `speedbar-fetch-dynamic-imenu'.
1602 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1603 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1604 "Revert Buffer" menu items.
1605 (speedbar-buffer-buttons-engine): Be smarter when creating a
1606 filename tag (for expansion purposes.).
1607 (speedbar-highlight-one-tag-line,
1608 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1609 (speedbar-recenter): New functions.
1610 (defimage-speedbar): Image loading abstraction.
1611 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1612 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1613 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1614 (speedbar-tag-type, speedbar-tag-mail): New images.
1615 (speedbar-expand-image-button-alist): New variable.
1616 (speedbar-insert-image-button-maybe): Insert an image over some
1617 buttons.
1618
1619 2000-05-13 Kenichi Handa <handa@etl.go.jp>
1620
1621 * international/mule-cmds.el (encode-coding-char): An ASCII
1622 character is always encodable.
1623
1624 * international/mule-conf.el: Add more information in descriptions
1625 of character sets.
1626
1627 * international/mule-diag.el (describe-char-after): New function.
1628 (describe-font-internal): Adjusted for the change of font-info.
1629 (describe-font): Likewise.
1630 (print-fontset): Rewritten for the new fontset implementation.
1631 (describe-fontset): Include fontset alias names in completion.
1632 (list-fontsets): Adjusted for the change of print-fontset.
1633
1634 * simple.el (what-cursor-position): If DETAIL is non-nil, call
1635 describe-char-after instead of displaying the detail in the echo
1636 area.
1637 (syntax-code-table): Format changed.
1638 (string-to-syntax): Adjusted for the above change.
1639
1640 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
1641
1642 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1643
1644 2000-05-12 Dave Love <fx@gnu.org>
1645
1646 * calendar/todo-mode.el: Remove some compatibility stuff and CL
1647 dependence. Use line-{beginning,end}-position, not
1648 point-at{b,e}ol. Some doc fixes.
1649 (todo-position): New function. Fix callers of position to use it.
1650 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1651
1652 2000-05-12 Gerd Moellmann <gerd@gnu.org>
1653
1654 * time.el (display-time-mail-icon): Use `:ascent center'.
1655
1656 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1657 handling FTP security extensions.
1658
1659 2000-05-11 Dave Love <fx@gnu.org>
1660
1661 * calendar/todo-mode.el: New file.
1662
1663 2000-05-11 Gerd Moellmann <gerd@gnu.org>
1664
1665 * comint.el (comint-read-input-ring): Move reference to
1666 comint-input-ring-size outside of the save-excursion. It was
1667 causing the default value to be the only one ever seen.
1668
1669 * font-lock.el: Update copyright. Remove Simon Marshall's email
1670 address on request from him.
1671
1672 * subr.el (substitute-key-definition): Add comment describing
1673 the meaning of PREFIX.
1674
1675 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
1676
1677 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1678
1679 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1680 (add-minor-mode): Don't make the variable buffer-local and add a
1681 reference to define-minor-mode in the docstring.
1682
1683 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1684 HEADER/FOOTER and fix bug with trailing empty directory.
1685 (cvs-append-to-ignore): Use vc-editable-p if available.
1686 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1687 (vc-do-command): Tweak advice to handle the new VC.
1688
1689 * log-view.el (log-view-goto-rev): New function for the new VC.
1690 (log-view-minor-wrap): Use mark-active.
1691
1692 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1693 (log-edit-changelog-full-paragraphs): New var.
1694 (log-edit-insert-changelog): Remove a lonely leading `* file'.
1695 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1696 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1697 (log-edit-changelog-ours-p, log-edit-changelog-entries)
1698 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1699 Replace the `cvs' prefix with `log-edit'.
1700
1701 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1702
1703 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1704 (diff-font-lock-defaults): Explicitly turn off multiline.
1705 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1706 (diff-ediff-patch): Fix call to ediff-patch-file.
1707 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1708 Handle comments.
1709
1710 * frame.el (automatic-hscrolling): Typo.
1711
1712 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1713
1714 2000-05-09 Sam Steingold <sds@goems.com>
1715
1716 * apropos.el (apropos-print): use `describe-face' instead of
1717 `customize-face-other-window'.
1718
1719 2000-05-09 Dave Love <fx@gnu.org>
1720
1721 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1722
1723 * help.el (describe-variable): Have customize button pop the
1724 help-xref stack when invoked.
1725 (help-xref-symbol-regexp): Add `face'.
1726 (help-make-xrefs): Check for quoted face names and adapt regexp
1727 submatch numbers to cope.
1728 (help-xref-interned): Maybe insert face doc too. Separate
1729 sections with a line of hyphens.
1730
1731 * faces.el: Some doc fixes. Declare some functions obsolete.
1732 (describe-face): Add customize button. Return the help
1733 text. Fix prompt.
1734
1735 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1736
1737 * term/internal.el (IT-character-translations): Fix last change.
1738
1739 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1740
1741 * woman.el: New file
1742 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1743
1744 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1745
1746 * term/internal.el (IT-character-translations): Update ASCII
1747 simulations for greek-iso8859-7, add latin-iso8859-14 and
1748 latin-iso8859-15.
1749
1750 * international/mule-cmds.el (set-language-info-alist): Call
1751 define-prefix-command with 3 arguments, to make the map suitable
1752 for a menu.
1753
1754 2000-05-07 Dave Love <fx@gnu.org>
1755
1756 * time.el: Small doc fixes from Pavel Janík ml..
1757
1758 2000-05-05 Dave Love <fx@gnu.org>
1759
1760 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1761 list in doc string. Don't quote keyword symbols.
1762 * emacs-lisp/cl.el: Likewise
1763 * emacs-lisp/cl-seq.el: Likewise
1764
1765 2000-05-05 Gerd Moellmann <gerd@gnu.org>
1766
1767 * abbrev.el (abbrev-mode): Make ARG optional.
1768
1769 2000-05-04 Gerd Moellmann <gerd@gnu.org>
1770
1771 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1772
1773 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1774
1775 * subr.el (substitute-key-definition): Clarify documentation.
1776
1777 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
1778
1779 * glasses.el (glasses-convert-to-unreadable): Use
1780 `glasses-separator' instead of the hard-wired "_".
1781 (glasses-mode): Call `glasses-make-unreadable' only in a single
1782 place.
1783
1784 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1785
1786 * term/internal.el (cjk-codepages-alist): Add associations for
1787 Chinese and Korean codepages. Remove FIXME comment.
1788
1789 2000-05-03 Dave Love <fx@gnu.org>
1790
1791 * time.el (display-time-mail-face, display-time-use-mail-icon):
1792 New option.
1793 (display-time-mail-icon): New variable.
1794 (display-time-string-forms): Use the above. Fix the local-map.
1795
1796 2000-05-03 Gerd Moellmann <gerd@gnu.org>
1797
1798 * replace.el (query-replace-map): Add binding for `E'.
1799 (query-replace-help): Extend help text.
1800 (perform-replace): Allow editing the replacement string.
1801
1802 * make-mode.el (makefile-mode-abbrev-table): New variable.
1803 (makefile-mode): Set local abbrev table to
1804 makefile-mode-abbrev-table.
1805 (makefile-font-lock-keywords): Fontify includes and conditionals.
1806
1807 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1808 set TOGGLE's value.
1809
1810 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1811 mail-interactive-insert-alias.
1812 (mail-abbrev-complete-alias): New command.
1813 (mail-mode-map): Bind it to `M-TAB'.
1814
1815 2000-05-03 Kenichi Handa <handa@etl.go.jp>
1816
1817 * language/lao-util.el (lao-compose-region): New function.
1818
1819 2000-05-02 Gerd Moellmann <gerd@gnu.org>
1820
1821 * files.el (recover-session): Make directories as necessary
1822 if they don't exist yet.
1823
1824 * calendar/cal-french.el
1825 (french-calendar-multibyte-special-days-array)
1826 (french-calendar-special-days-array): Change French text.
1827 (calendar-french-date-string): Change output.
1828 (calendar-goto-french-date): Likewise.
1829
1830 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
1831
1832 * wid-edit.el (widget-default-active): Obey `:always-active'.
1833 (widget-documentation-string-value-create): Set `:always-active'.
1834
1835 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1836
1837 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1838 default prefix to `~/_emacs.d/auto-save.list/_s'.
1839 (normal-top-level): Create the directory for auto-save files, if
1840 it doesn't already exist (in the ms-dos case only).
1841
1842 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1843
1844 * international/mule-cmds.el (set-language-environment): Don't
1845 concat an integer (dos-codepage), use format instead.
1846
1847 2000-05-02 Dave Love <fx@gnu.org>
1848
1849 * help.el (help-xref-on-pp): Check for constant symbols.
1850
1851 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1852
1853 * startup.el (normal-top-level): Put a condition-case around
1854 the code loading subdirs.el.
1855
1856 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1857
1858 * ps-print.el: Upside-down and face background color printing,
1859 line number step, doc fix.
1860 (ps-print-version): New version number (5.2).
1861 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1862 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1863 (ps-spool-config): Var fix.
1864 (ps-printer-name-option): Const fix.
1865 (ps-print-upside-down, ps-use-face-background)
1866 (ps-line-number-step): New vars.
1867 (ps-window-system, ps-lp-system): New consts.
1868 (ps-face-background): New fun.
1869
1870 2000-04-28 Richard Stallman <rms@gnu.org>
1871
1872 * files.el (make-auto-save-file-name):
1873 Apply auto-save-file-name-transforms to visited file name
1874 before generating auto save file name.
1875 (auto-save-file-name-transforms): New variable.
1876
1877 * files.el (backup-enable-predicate):
1878 Correctly test for a file under a temporary directory.
1879
1880 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1881
1882 * subr.el (add-minor-mode): Rewritten.
1883
1884 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1885
1886 * mail/sendmail.el (sendmail-send-it): Set
1887 buffer-file-coding-system to the selected coding system for MIME
1888 header.
1889
1890 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1891
1892 * dired.el (dired-move-to-filename-regexp): Allow format where
1893 YYYY is followed by two spaces.
1894
1895 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1896 in the second character class of the regexp.
1897
1898 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1899 mh-etc, too.
1900
1901 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1902 nil.
1903
1904 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1905
1906 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1907 argument.
1908
1909 2000-04-27 Sen Nagata <sen@eccosys.com>
1910
1911 * emacs-lisp/crm.el (crm-completion-table): New variable.
1912 (crm-collection-fn, crm-test-completion)
1913 (completing-read-multiple): Use it.
1914
1915 2000-04-27 Dave Love <fx@gnu.org>
1916
1917 * help.el (locate-library): Use mapc.
1918 (help-manyarg-func-alist): Add call-process-region.
1919
1920 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1921
1922 * subr.el (add-minor-mode): Make argument MAP optional.
1923
1924 * desktop.el (desktop-save): Save list of minor modes.
1925 (desktop-create-buffer): Restore minor modes.
1926 (desktop-minor-mode-table): New user-option.
1927
1928 * subr.el (add-minor-mode): New function.
1929
1930 * image.el (find-image): New function.
1931 (defimage): Rewritten to find image at load time.
1932
1933 * startup.el (normal-top-level-add-to-load-path): Handle
1934 case that the default directory is not in load-path.
1935
1936 * help.el: Old patch from Stefan Monnier.
1937 (help-xref-on-pp): New function.
1938 (describe-variable): Use it to display xrefs in a symbol's value.
1939
1940 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1941
1942 * cus-edit.el (custom-face): Fix parenthesis.
1943
1944 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1945
1946 * mail/rmail.el (rmail-expunge): When there are no deleted
1947 messages, do nothing.
1948
1949 2000-04-26 Dave Love <fx@gnu.org>
1950
1951 * international/mule-cmds.el (locale-translation-file-name):
1952 Defvar to nil.
1953 (set-locale-environment): Set it here (at runtime).
1954
1955 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1956
1957 * replace.el (perform-replace): Add parameters START and END. Use
1958 them instead of the check for a region in Transient Mark mode.
1959 (query-replace-read-args): Return two more list elements for the
1960 start and end of the region in Transient Mark mode.
1961 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1962 (map-query-replace-regexp, replace-string, replace-regexp): Add
1963 optional last arguments START and END and pass them to
1964 perform-replace.
1965
1966 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1967 form with additional arguments for perform-replace.
1968
1969 * progmodes/etags.el (tags-query-replace): Add parameters START
1970 and END. Construct a form with additional arguments for
1971 perform-replace.
1972
1973 * simple.el (shell-command): Set default directory for "*Shell
1974 Command Output" buffer.
1975
1976 * language/european.el (iso-latin-4): Fix typo.
1977
1978 * emacs-lisp/crm.el: New file.
1979
1980 2000-04-24 Dave Love <fx@gnu.org>
1981
1982 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1983 (Custom-reset-saved, Custom-reset-standard)
1984 (custom-group-value-create, custom-group-set, custom-group-save)
1985 (custom-group-reset-current, custom-group-reset-saved)
1986 (custom-group-reset-standard): Use mapc.
1987 (custom-buffer-create-internal): Disable undo when creating items.
1988 Use mapc.
1989 (custom-face): Avoid redundant lambda.
1990
1991 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1992
1993 * startup.el (auto-save-list-file-prefix): Set default to
1994 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1995
1996 2000-04-24 Sam Steingold <sds@gnu.org>
1997
1998 * time-stamp.el (time-stamp-string-preprocess): Always convert
1999 `field-result' to a string.
2000
2001 2000-04-24 Gerd Moellmann <gerd@gnu.org>
2002
2003 * frame.el (scrolling): New group.
2004 (automatic-hscrolling): New user-option.
2005
2006 * startup.el (command-line-x-option-alist): Add `-lsp' and
2007 `--line-spacing'.
2008
2009 2000-04-19 Dave Love <fx@gnu.org>
2010
2011 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
2012 (cl-mapc): Rename from mapc. Fix the funcall.
2013
2014 2000-04-19 Gerd Moellmann <gerd@gnu.org>
2015
2016 * simple.el (clone-indirect-buffer-other-window): New command.
2017 (clone-indirect-buffer): Add optional arg NORECROD.
2018 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2019
2020 * help.el (resize-temp-buffer-window): Use count-screen-lines.
2021
2022 * window.el (count-screen-lines): New function.
2023 (shrink-window-if-larger-than-buffer): Use count-screen-lines
2024 instead of window-buffer-height.
2025
2026 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2027 non-existing variable comint-input-sentinel.
2028 (inferior-lisp-args-to-list): Removed.
2029 (inferior-lisp): Use split-string instead of
2030 inferior-lisp-args-to-list.
2031
2032 * hexl.el (hexl-insert-hex-string): New command.
2033
2034 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2035 instead of concat.
2036
2037 2000-04-18 Gerd Moellmann <gerd@gnu.org>
2038
2039 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2040 at the start of an existing but empty folder.
2041
2042 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2043
2044 * ps-mule.el: Customization fix, doc fix.
2045 (ps-multibyte-buffer): Customization fix.
2046
2047 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2048
2049 * subr.el (read-passwd): Use read-char-exclusive.
2050
2051 2000-04-17 Gerd Moellmann <gerd@gnu.org>
2052
2053 * textmodes/texinfo.el (texinfo-insert-@email)
2054 (texinfo-insert-@emph, texinfo-insert-@quotation)
2055 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2056 (texinfo-mode-map): Add key bindings for them.
2057
2058 * files.el (basic-save-buffer-2): Use a template with `$'
2059 instead of `#' for VMS.
2060
2061 * simple.el (clone-indirect-buffer): New function.
2062
2063 2000-04-16 Stephen Eglen <stephen@gnu.org>
2064
2065 * iswitchb.el (iswitchb-case): New function. If the user input
2066 contains any upper-case characters, the search is made
2067 case-sensitive.
2068
2069 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
2070
2071 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2072 comment-end.
2073 (texinfo-font-lock-syntactic-keywords): New var.
2074 (texinfo-font-lock-keywords): Remove comment regexp.
2075 (texinfo-insert-block): New function.
2076 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2077 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
2078 and font-lock-defaults. Use regexp-opt for outline-regexp.
2079 (texinfo-environments): New var.
2080 (texinfo-environment-regexp): Use regexp-opt and
2081 texinfo-environments.
2082
2083 * textmodes/ispell.el (ispell-menu-map-needed): Check that
2084 ispell-process is bound since this might be eval'd before ispell
2085 is loaded.
2086 (ispell-message): Use a tiny bit less magic and a bit more hard
2087 data to figure out what kind of sc-cite-regexp to use.
2088
2089 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2090
2091 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2092 (insert-cyclic-diary-entry): Unquote the lambda.
2093
2094 * gud.el (gud-jdb-build-source-files-list): Fix typo.
2095
2096 * files.el (backup-enable-predicate): Unquote the lambda.
2097
2098 * cus-edit.el (custom-face, face): Unquote the lambda.
2099
2100 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2101
2102 * ps-print.el: Check for line-beginning-position definition.
2103
2104 * ps-print.el: Fix counting lines in a region.
2105 (ps-print-version): New version number (5.1.5).
2106 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2107 (ps-printing-region): Fun code fix.
2108
2109 2000-04-15 Gerd Moellmann <gerd@gnu.org>
2110
2111 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2112 to file-directory-p.
2113
2114 2000-04-14 Gerd Moellmann <gerd@gnu.org>
2115
2116 * gud.el (gud-jdb-build-source-files-list): Check that directory
2117 exists before calling directory-files.
2118
2119 2000-04-13 Dave Love <fx@gnu.org>
2120
2121 * emacs-lisp/trace.el: Change maintainer. Use new backquote
2122 syntax.
2123
2124 * emacs-lisp/cl-specs.el: Remove when, unless.
2125
2126 * emacs-lisp/cl-extra.el: Don't quote keywords.
2127 (cl-old-mapc): New variable.
2128 (mapc): Use it.
2129 (cl-map-intervals): Use with-current-buffer. Don't check for
2130 next-property-change.
2131 (cl-map-overlays): Use with-current-buffer.
2132 (cl-expt): Remove.
2133 (copy-tree, remprop): Define unconditionally.
2134
2135 * emacs-lisp/cl-compat.el (keywordp): Remove.
2136
2137 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
2138 to use keywordp.
2139 (edebug-spec): Enable keywordp.
2140
2141 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2142 string-lessp.
2143
2144 * cus-start.el: Use keywordp.
2145
2146 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2147
2148 * diary-lib.el (include-other-diary-files): Fix the fix of
2149 2000-02-18 by doing a save-excursion.
2150
2151 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2152
2153 * ps-print.el: Customization fix, doc fix.
2154 (ps-print-version): New version number (5.1.4).
2155 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2156 (ps-print-preprint): Adjust code.
2157 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2158 (ps-print-prologue-header, ps-print-control-characters)
2159 (ps-spool-config): Customization fix.
2160
2161 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2162
2163 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2164 converted to the new menu-item format, names silightly changed,
2165 help strings added.
2166
2167 Support for spelling without async subprocesses:
2168
2169 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2170 (ispell-session-buffer): New variables.
2171 (ispell-start-process, ispell-process-status,
2172 ispell-accept-output, ispell-send-string): New functions, for
2173 Ispell invocation when async subprocesses aren't supported.
2174 (ispell-word, ispell-pdict-save, ispell-command-loop,
2175 ispell-process-line, ispell-buffer-local-parsing): Replace calls
2176 to process-send-string with calls to ispell-send-string, and
2177 accept-process-output with ispell-accept-output.
2178 (ispell-init-process): Call ispell-process-status instead of
2179 process-status with.
2180 (ispell-init-process): Call ispell-start-process. Call
2181 ispell-accept-output and ispell-send-string. Don't call
2182 process-kill-without-query and kill-process if they are unbound.
2183 (ispell-async-processp): New function.
2184
2185 2000-04-12 Dave Love <fx@gnu.org>
2186
2187 * info.el: Add debug-ignored-errors.
2188 (Info-mode-menu): Add some items.
2189 (Info-directory): Add autoload cookie.
2190
2191 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2192 Modify `truncate-lines'. Make `describe-language-environment'
2193 always visible and add help. Modify `describe-key' help. Invoke
2194 Info-directory from `info'. New entry `emacs-manual'.
2195
2196 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2197
2198 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2199 propertized-buffer-identification.
2200 (ebrowse-update-member-buffer-mode-line): Likewise.
2201 (ebrowse--mode-strings): Removed.
2202 (ebrowse--mode-line-props): Removed.
2203
2204 * files.el (auto-mode-alist): Add `EBROWSE'.
2205
2206 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2207 space before testing for end of buffer.
2208 (ebrowse-load): Removed.
2209 (ebrowse-revert-tree-buffer-from-file): Rewritten.
2210 (ebrowse-create-tree-buffer): Rewritten.
2211 (ebrowse-tree-mode): Read tree from buffer.
2212
2213 * progmodes/ebrowse-ffh.el: Removed.
2214
2215 2000-04-10 Kenichi Handa <handa@etl.go.jp>
2216
2217 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2218
2219 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2220
2221 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2222 at the wrong place.
2223
2224 2000-04-09 Dave Love <fx@gnu.org>
2225
2226 * files.el (backup-enable-predicate): Use
2227 temporary-file-directory, small-temporary-file-directory.
2228 (make-backup-file-name-function, backup-directory-alist): New
2229 variables.
2230 (make-backup-file-name-1): New function.
2231 (make-backup-file-name): Use it.
2232 (find-backup-file-name): Likewise. Use format for clarity, not
2233 concat.
2234 (file-newest-backup): Use make-backup-file-name.
2235
2236 2000-04-09 Gerd Moellmann <gerd@gnu.org>
2237
2238 * progmodes/ebrowse-ffh.el: New file.
2239
2240 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2241 to ebrowse-ffh.el.
2242 (ebrowse-load): Add autoload.
2243
2244 * finder.el (finder-commentary): Add autoload cookie.
2245
2246 * mail/rfc2368.el: Correct author's email address.
2247
2248 * progmodes/ebrowse.el: New file.
2249
2250 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2251 item help string.
2252 (easy-menu-do-add-item): Ditto.
2253 (easy-menu-define): Extend doc string.
2254
2255 * jit-lock.el (with-buffer-unmodified): Use
2256 restore-buffer-modified-p.
2257 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2258 (jit-lock-function, jit-lock-stealth-fontify): Don't use
2259 with-buffer-unmodified.
2260
2261 2000-04-08 Dave Love <fx@gnu.org>
2262
2263 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2264 unless, when.
2265
2266 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
2267
2268 * viper-util.el (viper-put-on-search-overlay): New subroutine.
2269 (viper-flash-search-pattern): No operation when using Emacs
2270 doesn't support face.
2271 Use `viper-put-on-search-overlay'.
2272
2273 2000-04-04 Gerd Moellmann <gerd@gnu.org>
2274
2275 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2276 like C-r.
2277
2278 * progmodes/make-mode.el: Some doc fixes.
2279 (makefile-mode-abbrev-table): New variable.
2280 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2281 (makefile-font-lock-keywords): Fontify includes and conditionals.
2282 (toplevel): Require `dabbrev' and `add-log' when compiling.
2283
2284 * replace.el (perform-replace): Don't move forward one char
2285 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
2286 to do that because it leaves point 1 position after the last
2287 replacement, after everything has been replaced.
2288
2289 * jit-lock.el (with-buffer-unmodified): New macro.
2290 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2291 modified state.
2292 (jit-lock-function-1): Extracted from jit-lock-function; not
2293 preserving buffer's modified state.
2294 (jit-lock-function, jit-lock-stealth-fontify): Call
2295 jit-lock-function-1.
2296
2297 * mail/rfc2368.el: Remove supernumerary copyright line.
2298
2299 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
2300
2301 * glasses.el: Provide facilities for inserting space before left
2302 parentheses and uncapitalization of identifiers.
2303 (glasses-mode): Try to remove old overlays in all cases.
2304
2305 2000-04-03 Gerd Moellmann <gerd@gnu.org>
2306
2307 * progmodes/compile.el (compile-internal): Display the compilation
2308 buffer in a different frame, if it's already displayed there.
2309
2310 * mail/rfc2368.el: New file.
2311
2312 * simple.el (sendmail-user-agent-compose): Recognize a `body'
2313 header and insert its value as mail body.
2314
2315 * subr.el (member-ignore-case): New function.
2316
2317 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2318 (dabbrev--find-expansion): Ignore buffers matching a regexp
2319 from dabbrev-ignored-regexps.
2320
2321 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2322 to extensions handled by gzip.
2323
2324 2000-04-03 Richard M. Stallman <rms@gnu.org>
2325
2326 * files.el (insert-directory): List the total free space
2327 along with the used space.
2328
2329 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2330 line is followed by one that matches CITATION-REGEXP, end the
2331 paragraph.
2332
2333 2000-04-03 Markus Rost <rost@delysid.gnu.org>
2334
2335 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2336 (rmail-make-basic-summary-line): Use that option.
2337
2338 2000-04-03 Kenichi Handa <handa@etl.go.jp>
2339
2340 * international/mule-cmds.el (encoded-string-description):
2341 Rewritten. Try pretty description for ISO 2022 escape sequences
2342 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
2343 for hexadecimal format.
2344
2345 2000-04-01 Dave Love <fx@gnu.org>
2346
2347 * cpp.el: Change customization group to `c' from `C'.
2348
2349 * vcursor.el (vcursor-move): Use display-color-p.
2350
2351 * international/mule-util.el: Provide mule-utils.
2352 (string-to-sequence): Simplify and speed up.
2353
2354 * international/mule.el (make-coding-system): Purecopy doc-string.
2355
2356 * international/mule-cmds.el: Various menu changes.
2357 (describe-specified-language-support): Handle `Default'.
2358 (set-language-info): Purecopy `info'.
2359
2360 2000-03-31 Andrew Innes <andrewi@gnu.org>
2361
2362 * vc.el (vc-backend-diff): Return the correct status if we had to
2363 retry the rcsdiff command without the --brief option.
2364
2365 2000-03-31 Dave Love <fx@gnu.org>
2366
2367 * help.el (help-manyarg-func-alist): Correct several omissions.
2368
2369 * add-log.el: Don't require cl, fortran.
2370 (add-log-current-defun-function): Doc fix.
2371 (change-log-version-number-regexp-list): Remove SCCS part. Doc
2372 fix.
2373 (change-log-version-rcs): Function deleted.
2374 (change-log-version-number-search): Doc fix. Use
2375 vc-workfile-version. Avoid CL dolist.
2376 (add-change-log-entry): Just call add-log-current-defun to get
2377 defun. Simplify somewhat.
2378 (change-log-get-method-definition-1): Likewise.
2379 (add-log-current-defun): Return nil if calling
2380 add-log-current-defun-function does so. Move Fortran stuff to
2381 fortran.el. Return string without properties.
2382
2383 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2384 and :alpha: char classes.
2385
2386 * mail/supercite.el: Defvar curline when compiling.
2387 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2388 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2389 rather than a-zA-Z0-9 to allow non-ASCII characters.
2390
2391 2000-03-31 Gerd Moellmann <gerd@gnu.org>
2392
2393 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2394
2395 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2396 Re-enable new code.
2397
2398 * lpr.el (print-region-1): Use -d to specify printer name for
2399 systems `usg-unix-v*, `dgux', `hpux', `irix'.
2400
2401 2000-03-31 Dave Love <fx@gnu.org>
2402
2403 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2404 for function definition in symbol's function value slot first
2405 instead of first consulting byte-compile-function-environment.
2406
2407 2000-03-31 Kenichi Handa <handa@etl.go.jp>
2408
2409 * language/european.el ("Polish"): New language environment.
2410 (setup-polish-environment): New function.
2411
2412 2000-03-30 Gerd Moellmann <gerd@gnu.org>
2413
2414 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2415 Disable new code.
2416
2417 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2418 trying to `load' the symbol of an autoload instead of the file
2419 recorded in the autoload. Fix error messages.
2420
2421 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2422
2423 * ps-print.el: PostScript programming fix for ghostview, doc fix.
2424 (ps-print-version): New version number (5.1.3).
2425 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2426 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2427 (ps-generate-postscript-with-faces): Code fix.
2428 (ps-color-values): XEmacs compatibility.
2429 (ps-print-background-image, ps-print-background-text, ps-printer-name)
2430 (ps-default-fg, ps-default-bg): Adjust customization.
2431 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2432 (ps-color-scale): Renaming old ps-color-value fun.
2433 (ps-print-headers): Replace ps-print-header group to avoid conflict
2434 with ps-print-header variable.
2435 (ps-print-miscellany): New group.
2436 (ps-format-color, ps-rgb-color): New funs.
2437 (ps-default-foreground): New var.
2438 (ps-printer-name-option): New const.
2439
2440 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
2441
2442 * net/net-utils.el:
2443 (network-connection-host, network-connection-service): New variables
2444 (network-connection-mode): New mode, derived from comint-mode
2445 (network-connection-mode-setup): New function, saves host and
2446 service information in local variables.
2447
2448 * lisp/locate.el:
2449 (locate-word-at-point): Added this function
2450 (locate): Default to using locate-word-at-point as input
2451 Run dired-mode-hook
2452
2453 2000-03-29 Dave Love <fx@gnu.org>
2454
2455 * calendar/appt.el: Doc fixes.
2456 (appt-check): Convert min-to-app to a string before passing to
2457 appt-disp-window-function or concat.
2458 (appt-delete-window): Remove test for frame-root-window.
2459 (appt-select-lowest-window, appt-convert-time): Simplify.
2460
2461 * emacs-lisp/bytecomp.el: Doc fixes.
2462 (byte-compile-file-form-autoload): Update
2463 byte-compile-function-environment.
2464
2465 2000-03-29 Andreas Schwab <schwab@suse.de>
2466
2467 * emacs-lisp/autoload.el: Also print defsubst doc string
2468 specially.
2469
2470 * dired.el (dired-insert-directory): If dired-free-space-program
2471 failed just delete its output.
2472
2473 2000-03-29 Dave Love <fx@gnu.org>
2474
2475 * international/iso-cvt.el: Move provide to end. Doc fixes.
2476 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2477 (iso-iso2sgml, iso-sgml2iso): New functions.
2478 (iso-cvt-define-menu): Fix some entries and use backquote for
2479 clarity.
2480
2481 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2482
2483 2000-03-28 Gerd Moellmann <gerd@gnu.org>
2484
2485 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2486 ISO-DATE. If non-nil, return date in ISO 8601 format.
2487
2488 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2489
2490 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2491 if it ever becomes used.
2492 (log-edit-mode-hook): Default to vc-log-mode-hook.
2493 (log-edit-mode): Fix the docstring.
2494
2495 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2496 the code.
2497
2498 2000-03-26 Dave Love <fx@gnu.org>
2499
2500 * net/browse-url.el (browse-url): Re-fix case of
2501 browse-url-browser-function being an alist.
2502 (browse-url): Add :link to defgroup.
2503
2504 * files.el: Doc fixes.
2505 (file-truename): Include `[' in wildcard characters.
2506 (automount-dir-prefix): Customize.
2507 (find-file-wildcards): Add :version.
2508 (find-file-noselect): Simplify a mapcar call.
2509
2510 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2511 compatible with inf-lisp version.
2512 (eval-defun-1): Fix custom-declare-variable case.
2513
2514 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
2515
2516 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2517
2518 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2519
2520 * Makefile (COMPILE_FIRST): New macro.
2521 (compile-files): Compile files from COMPILE_FIRST first.
2522
2523 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2524 code.
2525
2526 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2527 matching open parenthesis in column 0 to defun-prompt-regexp
2528 only if open-paren-in-column-0-is-defun-start is set.
2529
2530 * sun-curs.el: Require CL at compile-time only.
2531
2532 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2533 instead of copy-list which is a function from CL.
2534 (msb--choose-menu, msb--mode-menu-cond)
2535 (msb--create-buffer-menu-2): Use dolist instead of mapc.
2536 (msb--init-file-alist): Use mapcar instead of mapcan.
2537 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
2538 `(' in column 0 in doc string.
2539 (msb--add-separators): Use mapcar instead of mapcan.
2540
2541 * cus-dep.el: Require CL at compile-time only.
2542
2543 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
2544
2545 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2546 (byte-compile-warnings): New warning `noruntime'.
2547 (byte-compile-constants, byte-compile-variables): Fix docstring.
2548 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2549 execute `eval-whenc-compile's body.
2550 (byte-compile-unresolved-functions): Fix docstring.
2551 (byte-compile-eval): New function.
2552 (byte-compile-callargs-warn): Check if the function will be available
2553 at runtime (via property `byte-compile-noruntime').
2554 (byte-compile-print-syms): New function.
2555 (byte-compile-warn-about-unresolved-functions): Also warn about
2556 `noruntime' functions (and use `byte-compile-print-syms').
2557 (byte-compile-file): Capitalize the message.
2558
2559 2000-03-24 Gerd Moellmann <gerd@gnu.org>
2560
2561 * mail/rmail.el (rmail-confirm-expunge): New user-option.
2562 (rmail-expunge): Ask for confirmation depending on the setting
2563 of rmail-confirm-expunge.
2564
2565 2000-03-23 Gerd Moellmann <gerd@gnu.org>
2566
2567 * Makefile (bootstrap-clean): If $(emacs) exists, build
2568 loaddefs.el first. A loaddefs.el that's not up-to-date might
2569 cause a bootstrap failure because things don't autoload as
2570 expected.
2571
2572 2000-03-23 Dave Love <fx@gnu.org>
2573
2574 * net/browse-url.el: Restore previous use of
2575 browse-url-maybe-new-window.
2576
2577 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2578
2579 * ps-print.el: Skip banner page fix.
2580 (ps-print-version): New version number (5.1.2).
2581 (ps-begin-file, ps-end-file, ps-generate): Code fix.
2582
2583 2000-03-23 Dave Pearson <davep@davep.org>
2584
2585 * net/quickurl.el Changed the type of parameter passed to the
2586 function defined by `quickurl-format-function'. Before only the
2587 text of the URL was passed. Now the whole URL structure is passed
2588 and the function is responsible for extracting the parts it
2589 requires. Changed the default of `quickurl-format-function'
2590 accordingly.
2591 (quickurl-insert): Changed the `funcall' of
2592 `quickurl-format-function' to match the above change.
2593 (quickurl-list-insert): Changed the `url' case so that it makes
2594 use of `quickurl-format-function', previous to this the format was
2595 hard wired.
2596
2597 2000-03-22 Gerd Moellmann <gerd@gnu.org>
2598
2599 * startup.el: Change some spellings for the X Window System.
2600
2601 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
2602
2603 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2604 up the code and the regexp and make sure the cursor is temporarily
2605 moved to the suspicious line while querying the user.
2606
2607 2000-03-22 Jason Rumney <jasonr@gnu.org>
2608
2609 * w32-fns.el (w32-charset-info-alist): Initialize.
2610
2611 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2612
2613 * ps-print.el: N-up last page fix.
2614 (ps-print-version): New version number (5.1.1).
2615 (ps-end-file, ps-end-job, ps-generate): Code fix.
2616
2617 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2618
2619 * files.el (find-file-run-dired): Update docstring.
2620 (find-directory-functions): New hook.
2621 (find-file-noselect): Run find-directory-functions rather than
2622 calling dired directly.
2623
2624 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2625
2626 * pcvs.el: Add a minimal leading commentary.
2627 (cvs-make-cvs-buffer): Change the header part by removing the startup
2628 message and adding a `Module' entry. Also replace the FOOTER and
2629 HEADER special fileinfos with the new support in ewoc for updating
2630 its own footer and header.
2631 (cvs-update-header): Update to use the header/footer of the ewoc.
2632 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2633 (cvs-is-within-p): New function.
2634 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2635 to only examine some subset of the buffers.
2636
2637 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2638 `format' instead of our own ad-hoc functions.
2639 Remove HEADER and FOOTER cases, now handled in the EWOC.
2640 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2641
2642 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2643 output to avoid scaring the user.
2644 (cvs-parse-table): Catch message for non-up-to-date commits.
2645
2646 * pcvs-defs.el (cvs-startup-message): Remove.
2647 (cvs-global-menu): New autoloaded menu.
2648
2649 * pcvs-util.el (cvs-string-fill): Remove.
2650
2651 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2652 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2653 PP part of it and also make it work for footers and headers.
2654 (ewoc-create): Drop POS and BUFFER arguments.
2655 Use the DLL's dummy node to store the end-of-footer position.
2656 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2657 (ewoc-refresh): Remove unused `header' variable.
2658 (ewoc-(get|set)-hf): New functions.
2659
2660 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2661 log-view-*-(message|file) and use easy-mmode-define-navigation.
2662 (log-view-message-re): Match SCCS format as well.
2663 And match the revision line rather than the dashed separator line.
2664 (log-view-mode): Use the new define-derived-mode.
2665 (log-view-current-tag): Fill in with an actual implementation.
2666
2667 * cvs-status.el (cvs-status-(prev|next)): Rename from
2668 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2669 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2670 to let the output "breathe" a little more (more readable).
2671 (cvs-status-mode): Use the new define-derived-mode.
2672
2673 * smerge-mode.el (smerge-auto-leave): New function and variable.
2674 (smerge-basic-map): Rename from smerge-basic-keymap.
2675 Change the bindings for smerge-diff-*.
2676 (smerge-*-map): Use easy-mmode-defmap.
2677 (smerge-(next|prev)): Use easy-mmode-define-navigation.
2678 (smerge-keep-*): Use smerge-auto-leave.
2679
2680 2000-03-21 Jason Rumney <jasonr@gnu.org>
2681
2682 * cus-edit.el (custom-button-face): Use 3D look for w32.
2683 (custom-button-pressed-face): Likewise.
2684
2685 2000-03-21 Gerd Moellmann <gerd@gnu.org>
2686
2687 * progmodes/etags.el (tags-case-fold-search): New user-option.
2688 (tags-loop-eval): New function. Bind case-fold-search around eval
2689 depending on the value of tags-case-fold-search.
2690 (tags-loop-continue): Use tags-loop-eval.
2691 (find-tag-in-order): Bind case-fold-search depending on the value
2692 of tags-case-fold-search.
2693
2694 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
2695
2696 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2697 (diff-end-of-hunk): Return the end position for use in
2698 `easy-mmode-define-navigation'.
2699 (diff-recenter): Remove.
2700 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2701 of `easy-mmode-define-navigation'.
2702 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2703 previous renaming) and fix to use new names.
2704 (diff-merge-strings): Use \n as separator: simpler, faster.
2705 (diff-mode): Use `define-derived-mode'.
2706
2707 * derived.el (define-derived-mode): Don't autoload anymore.
2708 Prefer the macro-only version provided by easy-mmode.el.
2709
2710 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2711 `easy-mmode-define-derived-mode'.
2712 Use `combine-run-hooks'.
2713 (easy-mmode-define-navigation): New macro.
2714
2715 * subr.el (combine-run-hooks): New function.
2716
2717 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
2718
2719 * term/x-win.el: Fontsets related initialization is simplified.
2720
2721 * international/mule-diag.el (describe-font): Don't refer to
2722 global-fontset-alist, instead call font-list.
2723 (describe-fontset, list-fontsets, mule-diag): Likewise.
2724 (print-fontset): Adjusted for the change of fontset
2725 implementation.
2726
2727 * international/fontset.el (x-charset-registries): Variable
2728 removed, instead the corresponding data is stored in the default
2729 fontset.
2730 (register-alternate-fontnames): Function removed.
2731 (resolved-ascii-font): Variable removed.
2732 (x-compose-font-name): Ignore the second argument REDOCE.
2733 (x-complement-fontset-spec): Complement only an ASCII font and
2734 element for those charsets than can use that ASCII font.
2735 (generate-fontset-menu): Don't refer to global-fontset-alist,
2736 instead call fontset-list.
2737 (uninstantiated-fontset-alist): Variable removed.
2738 (x-style-funcs-alist): Likewise.
2739 (fontset-default-styles): Likewise.
2740 (x-modify-font-name): Function removed.
2741 (create-fontset-from-fontset-spec): Ignore the argument
2742 STYLE-VARIANT.
2743 (create-fontset-from-ascii-font): Docsting adjusted for the above
2744 change.
2745 (instantiate-fontset, resolve-fontset-name): Functions removed.
2746 (fontset-list): Now implemented by C code.
2747
2748 * faces.el (read-face-font): Fix TABLE arg to completing-read.
2749 (describe-face): Include `font' attribute in the description.
2750
2751 2000-03-21 Kenichi Handa <handa@etl.go.jp>
2752
2753 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2754
2755 2000-03-20 Gerd Moellmann <gerd@gnu.org>
2756
2757 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2758 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2759 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2760
2761 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2762 about behavior of set-buffer-modified-p wrt redisplay.
2763
2764 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2765
2766 * view.el (view-mode-disable): Kill local binding of view-read-only.
2767
2768 2000-03-18 Gerd Moellmann <gerd@gnu.org>
2769
2770 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2771 is a string, convert it to a syntax cell using string-to-syntax.
2772
2773 * simple.el (syntax-code-table, syntax-flag-table): New variables.
2774 (string-to-syntax): New function.
2775
2776 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2777 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2778 try to use passive ftp mode.
2779
2780 2000-03-17 Gerd Moellmann <gerd@gnu.org>
2781
2782 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2783
2784 * simple.el (append-to-buffer): Update point of windows after
2785 insertion.
2786
2787 * abbrev.el (inverse-add-abbrev): Identify word by first moving
2788 forward then moving backward. Reindent.
2789
2790 * frame.el (other-frame): Call x-focus-frame only if
2791 focus-follows-mouse is off.
2792
2793 2000-03-17 Dave Love <fx@gnu.org>
2794
2795 * pcvs-util.el (cvs-strings->string): Rename
2796 replace-regexps-in-string.
2797
2798 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
2799
2800 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2801 regexp for labels cannot span several lines.
2802
2803 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2804 `(setq :<key> ':<key>)' to the macro expansion.
2805
2806 2000-03-16 Dave Love <fx@gnu.org>
2807
2808 * progmodes/f90.el (f90): Put custom group under `languages', not
2809 `fortran'.
2810 (f90-mode-hook): Customize.
2811 (f90-mode): Set add-log-current-defun-function.
2812 (f90-current-defun): New function.
2813
2814 2000-03-16 Gerd Moellmann <gerd@gnu.org>
2815
2816 * cus-edit.el (custom-variable-tag-face): Handle case that
2817 default face's height is not a number.
2818 (custom-face-tag-face, custom-group-tag-face-1)
2819 (custom-group-tag-face): Ditto.
2820 (custom-group-tag-face-1): Add :group.
2821
2822 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2823
2824 2000-03-15 Gerd Moellmann <gerd@gnu.org>
2825
2826 * pcvs-defs.el (toplevel): Remove autoload cookie for form
2827 requiring easymenu.
2828
2829 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2830
2831 * ps-print.el: PostScript user-defined prologue, PostScript error
2832 handler, doc fix.
2833 (ps-print-version): New version number (5.1).
2834 (ps-user-defined-prologue, ps-error-handler-message)
2835 (ps-print-prologue-0, ps-error-handler-alist): New vars.
2836 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2837 (ps-insert-string): New function.
2838
2839 2000-03-15 Kenichi Handa <handa@etl.go.jp>
2840
2841 * international/ccl.el (ccl-compile-expression): Don't generate
2842 invalid self-assignment code.
2843
2844 2000-03-14 Dave Love <fx@gnu.org>
2845
2846 * subr.el (replace-regexp-in-string): Renamed from
2847 replace-regexps-in-string. Doc fix.
2848
2849 2000-03-12 Dave Love <fx@gnu.org>
2850
2851 * cus-edit.el: Doc fixes.
2852 (customize-set-variable, customize-save-variable): Rename args for
2853 doc.
2854 (custom-variable-tag-face, custom-face-tag-face)
2855 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2856 style which user identify as hyperlink.
2857 (hook): Don't add undefined functions to the hook.
2858 (debug-ignored-errors): Transfer message from bindings.el.
2859
2860 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2861
2862 * recentf.el (recentf-keep-non-readable-files-p): Remove
2863 double/nested definition.
2864
2865 2000-03-12 Dave Love <fx@gnu.org>
2866
2867 * facemenu.el (facemenu-get-face): Use display-color-p.
2868 * enriched.el (enriched-decode-foreground): Likewise.
2869 (enriched-decode-background): Likewise.
2870 * isearch.el (isearch-highlight): Likewise.
2871 * info-look.el (info-lookup): Likewise.
2872 * simple.el (completion-setup-function): Likewise.
2873
2874 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2875 :options.
2876
2877 * bindings.el (mode-line-format): Fix line-number and
2878 column-number items. Add help-echo for the background.
2879 (mode-line-mule-info): Modify help-echo.
2880
2881 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2882 defcustom.
2883
2884 * files.el (load-file): Allow completion to .elc.
2885
2886 * man.el: Doc fixes.
2887 (Man-init-defvars): Use display-color-p to set fontification.
2888
2889 * play/hanoi.el (hanoi-internal): Don't use oddp.
2890
2891 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2892
2893 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2894
2895 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2896
2897 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2898
2899 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2900 Fix comment.
2901
2902 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2903
2904 * font-lock.el (font-lock-keywords): Fix the doc now that
2905 regexp-opt-depth is unnecessary.
2906 (save-buffer-state): Set an edebug spec.
2907 (font-lock-fontify-anchored-keywords): Properly handle the case when
2908 the matcher goes past the limit.
2909
2910 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2911 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2912
2913 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2914 dll.el and cookie.el (from Elib) with heavy renaming and other
2915 massaging.
2916
2917 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2918 Autoload the functions used.
2919 (easy-mmode-define-syntax): Fix CL typo.
2920 (easy-mmode-define-derived-mode): Improve the docstring generation.
2921
2922 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2923
2924 * textmodes/texinfo.el (texinfo-version): Variable and function
2925 removed.
2926
2927 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2928
2929 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2930 allow more flexibility.
2931 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2932 fns.
2933 (easy-mmode-defmap, easy-mmode-defsyntax)
2934 (easy-mmode-define-derived-mode): New macros.
2935
2936 2000-03-09 Didier Verna <didier@xemacs.org>
2937
2938 * rect.el (replace-rectangle): New function.
2939
2940 2000-03-09 Dave Love <fx@gnu.org>
2941
2942 * progmodes/fortran.el (fortran-comment-line-start): Define as
2943 "C".
2944 (fortran-comment-line-start-skip): Don't match cpp stuff.
2945 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2946 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2947 (fortran-mode): Don't set fortran-comment-line-start-skip,
2948 fortran-comment-line-start here. Set comment-start,
2949 add-log-current-defun.
2950 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2951 (fortran-current-defun): New function.
2952
2953 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2954
2955 * emacs-lisp/re-builder.el: New file.
2956
2957 * mouse.el (mouse-drag-region): Don't run up-event handler
2958 if hscroll has changed.
2959
2960 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2961 builtin operators, use `font-lock-builtin-face' for Emacs and
2962 `font-lock-preprocessor-face' otherwise.
2963
2964 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2965 `(defun (setf foo)' differently.
2966
2967 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2968
2969 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2970 (regexp-opt): Update comment and adapt the code the new meaning of
2971 the `paren' argument of regex-opt-group for shy-groups.
2972 (regexp-opt-depth): Handle shy groups as well as backslashed
2973 backslashes.
2974 (regexp-opt-group): Turn the leading comment into a docstring.
2975 Allow `paren' to be a string (the string to use to open a group).
2976 Remove open-presuf and close-presuf. Instead of checking for `all
2977 one-char' and then later on check for `several one-char', handle
2978 both cases close together. Also apply a more generic algorithm
2979 for suffixes (the mirror image of the algorithm used for
2980 prefixes). Use shy-groups. Use nreverse rather than reverse.
2981 (regexp-opt-try-suffix): Removed.
2982
2983 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2984 from comint-mode-map, so we can just inherit from it. Also, move
2985 the initialization into the `defvar' since there's no docstring
2986 anyway and it's fairly short.
2987 (inferior-scheme-mode): Define it as derived-mode: the code is
2988 shorter and this way we inherit from comint-mode-map rather than
2989 copying it.
2990
2991 * subr.el (replace-regexps-in-string): Properly handle the case
2992 where we match an empty string.
2993
2994 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2995 when the command has a directory component (such as "./testml").
2996 Also fix a typo in the comment.
2997
2998 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2999
3000 * Makefile (compile-files): Compile files one by one because
3001 that's the only way to ensure a clean compilation environment for
3002 each individual file.
3003
3004 * frame.el (other-frame): Call x-focus-frame.
3005
3006 2000-03-07 Dave Love <fx@gnu.org>
3007
3008 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
3009 :require to defcustom.
3010
3011 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
3012 lists.
3013
3014 * files.el (auto-mode-alist): Add configure.in.
3015
3016 * progmodes/autoconf.el: New file.
3017
3018 2000-03-07 Gerd Moellmann <gerd@gnu.org>
3019
3020 * mail/mh-e.el: Change maintainer to `none'.
3021
3022 * recentf.el (recentf-keep-non-readable-files-p): Quote args
3023 to remove-hook and add-hook.
3024
3025 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3026
3027 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3028 it as the default.
3029 (mail-send): Test mail-send-nonascii also for the new `mime' value.
3030 (sendmail-send-it): Conditionally add MIME headers specifying the
3031 used character set.
3032
3033 2000-03-07 Dave Love <fx@gnu.org>
3034
3035 * winner.el: Fix keywords, autoload cookies. Split
3036 eval-when-compile form to avoid compilation failure.
3037
3038 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
3039
3040 * international/mule.el: Modify comment about coding system
3041 property `coding-category'.
3042 (make-coding-system): New argument EOL-TYPE. Pay attention to
3043 coding-category property of PROPERTIES.
3044
3045 * international/mule-conf.el (coding-category-utf-8,
3046 coding-category-utf-16-be, coding-category-utf-16-le): New coding
3047 categories. Include them in the argument for set-coding-priority.
3048
3049 * international/mule-cmds.el (reset-language-environment): Include
3050 coding-category-utf-8, coding-category-utf-16-be, and
3051 coding-category-utf-16-le in the argument for set-coding-priority.
3052 (reset-language-environment): Initialize coding-category-utf-8,
3053 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3054
3055 2000-03-06 Karl Fogel <kfogel@red-bean.com>
3056
3057 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3058 code abstracted out of `bookmark-jump-noselect'. Now tries info
3059 extensions as well as compression extensions.
3060 (bookmark-jump-noselect): Use above new func.
3061
3062 2000-03-03 Gerd Moellmann <gerd@gnu.org>
3063
3064 * strokes.el: Change maintainer's mail address.
3065
3066 2000-03-03 Kenichi Handa <handa@etl.go.jp>
3067
3068 * international/mule-diag.el (list-character-sets): Make help-echo
3069 string by substitute-command-keys.
3070 (list-character-sets): Likewise.
3071 (sort-listed-character-sets): Call help-setup-xref.
3072
3073 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3074
3075 * time.el (display-time-mail-file): Add `none' to the list of
3076 choices.
3077
3078 2000-03-01 Dave Love <fx@gnu.org>
3079
3080 * help.el (help-xref-go-back): Don't try to set position.
3081
3082 * international/mule-diag.el (list-character-sets): Call
3083 help-setup-xref. Add help-echo to xrefs.
3084 (list-character-sets-1): Add help-echo to xrefs.
3085
3086 2000-03-02 Gerd Moellmann <gerd@gnu.org>
3087
3088 * frame.el (blink-cursor-mode): Switch cursor on when turning
3089 the mode off.
3090
3091 * add-log.el (add-log-current-defun): Add support for
3092 Autoconf mode.
3093
3094 * mail/rmail.el (rmail-quit-hook): New variable.
3095
3096 2000-03-01 Dave Love <fx@gnu.org>
3097
3098 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3099
3100 * help.el (help-xref-button): Add help-echo arg.
3101 (describe-function-1, describe-variable, help-make-xrefs): Use it.
3102
3103 * faces.el (list-faces-display): Supply help-echo with
3104 help-make-xrefs.
3105
3106 * facemenu.el (list-text-properties-at): Set help-xref-stack to
3107 nil.
3108
3109 2000-03-01 Gerd Moellmann <gerd@gnu.org>
3110
3111 * image.el (defimage): Look for image files in load-path.
3112
3113 * frame.el (busy-cursor-delay-seconds): Change type to
3114 `number'.
3115
3116 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3117
3118 * recentf.el (recentf): Added version tag to the defgroup of
3119 recentf.
3120
3121 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3122
3123 * recentf.el (recentf-cleanup): Changed to remove excluded file
3124 too.
3125 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3126 action to select/unselect a file.
3127 (recentf-edit-list): Code cleanup and improvement.
3128 (recentf-open-more-files-action): `recentf-open-more-files' button
3129 widget action to open a file.
3130 (recentf-open-more-files): No more use standard completion but
3131 widgets.
3132 (recentf-more-collection): Deleted.
3133 (recentf-more-history): Deleted.
3134 (recentf-setup-more-completion): Deleted.
3135
3136 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
3137
3138 * recentf.el (recentf-mode): No more needs that Emacs is running
3139 under a window-system.
3140
3141 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3142
3143 * recentf.el (recentf-edit-list): New command to edit the recent
3144 list which allow the user to remove files.
3145 (recentf-edit-selected-items): New global variable, used by
3146 `recentf-edit-list' to hold the list of files to be removed from
3147 the recent list.
3148 (recentf-make-menu-items): Updated to display a "Edit list..."
3149 menu item. Minor code cleanup.
3150
3151 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3152
3153 * recentf.el (recentf-open-more-files): New command to open files
3154 that are not displayed in the menu.
3155 (recentf-more-collection): New global variable holding the set of
3156 permissible completions used by `recentf-open-more-files'.
3157 (recentf-more-history): New global variable holding the history list
3158 used by `recentf-open-more-files' completion.
3159 (recentf-setup-more-completion): New function to setup completion for
3160 `recentf-open-more-files'.
3161 (recentf-make-menu-items): Updated to display a "More..." menu item.
3162
3163 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3164
3165 * recentf.el (recentf-menu-action): Doc fixed.
3166
3167 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
3168
3169 * recentf.el (recentf-menu-filter): Doc updated.
3170 (recentf-update-menu-hook): Allow menu filters to force menu update.
3171 (recentf-make-menu-items): New menu filter handling.
3172 (recentf-make-menu-item): New helper function.
3173 (recentf-menu-elements): New menu handling function.
3174 (recentf-sort-ascending): Updated to new menu filter handling.
3175 (recentf-sort-descending): Updated to new menu filter handling.
3176 (recentf-sort-basenames-ascending): New menu filter function.
3177 (recentf-sort-basenames-descending): New menu filter function.
3178 (recentf-show-basenames): New menu filter function.
3179 (recentf-show-basenames-ascending): New menu filter function.
3180 (recentf-show-basenames-descending): New menu filter function.
3181
3182 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3183
3184 * diary-lib.el (list-diary-entries): Don't try to go forward at
3185 the end of the buffer.
3186
3187 2000-02-29 Kenichi Handa <handa@etl.go.jp>
3188
3189 * international/mule-diag.el (list-character-sets): Completely
3190 rewritten.
3191 (sort-listed-character-sets): New function.
3192 (list-character-sets-1): Completely rewritten.
3193 (list-character-sets-2): New function.
3194 (non-iso-charset-alist): New variable.
3195 (decode-codepage-char): New function.
3196 (charset-history): New variable.
3197 (read-charset) (list-block-of-chars)
3198 (list-iso-charset-chars)
3199 (list-non-iso-charset-chars)
3200 (list-charset-chars): New functions.
3201 (mule-diag): Call list-character-sets-2, not
3202 list-character-sets-2.
3203 (dump-charsets): Likewise.
3204
3205 2000-02-29 Gerd Moellmann <gerd@gnu.org>
3206
3207 * dired-x.el (dired-filename-at-point): Add `@' to valid
3208 file name characters.
3209 (dired-filename-at-point): Handle ange-ftp file names.
3210
3211 * frame.el (frame-notice-user-settings): Use assq-delete-all
3212 instead of assoc-delete-all.
3213 (frame-notice-user-settings): Ditto.
3214
3215 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3216 Don't copy alist.
3217
3218 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
3219
3220 * calculator.el (calculator-use-menu): New option.
3221 (calculator-initial-bindings): Changed some bindings to work as
3222 macros.
3223 (calculator-forced-input): Removed.
3224 (calculator-restart-other-mode): New variable.
3225 (calculator-mode-map): Set up menu.
3226
3227 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
3228
3229 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3230 tags.
3231
3232 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
3233
3234 * viper-cmd.el (viper-envelop-ESC-key): added the option to
3235 translate all ESC key sequences.
3236 (viper-goto-mark-subr): restore markers for files for which
3237 they were saved.
3238 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3239 * viper-util.el (viper-set-replace-overlay-glyphs,
3240 viper-set-replace-overlay): always check if the replacement
3241 overlay is live.
3242 * viper.el (viper-vi-state-mode-list): added major modes.
3243 * ediff-wind.el: minor comment changes.
3244 * ediff.el: copyright notice date fix.
3245
3246 2000-02-27 Jason Rumney <jasonr@gnu.org>
3247
3248 * faces.el (face-font-family-alternatives): Add arial to helv.
3249 (mode-line, header-line, tool-bar): Same default as x for w32.
3250 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3251 face-font-family-alternatives from working.
3252 * term/w32-win.el (mouse-set-font): Do not build fontset from
3253 chosen font.
3254
3255 2000-02-25 Sam Steingold <sds@goems.com>
3256
3257 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3258 properly.
3259
3260 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3261
3262 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3263
3264 2000-02-25 Gerd Moellmann <gerd@gnu.org>
3265
3266 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3267 writable.
3268
3269 * frame.el (busy-cursor-delay-seconds): New option.
3270
3271 2000-02-24 Gerd Moellmann <gerd@gnu.org>
3272
3273 * frame.el (show-cursor-in-non-selected-windows): New option.
3274
3275 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3276
3277 * diary-lib.el (include-other-diary-files): Undo the selective
3278 display in any included file and don't kill it.
3279
3280 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
3281
3282 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3283 bar. Menu items converted to (menu-item format, help strings
3284 added.
3285 [downcase, upcase]: Don't enable on MS-DOS.
3286 [symlink, symlinks]: Don't show if make-symbolic-link is not
3287 bound.
3288 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3289
3290 2000-02-23 Dave Love <fx@gnu.org>
3291
3292 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3293 (backward-kill-word): Revert addition of * to interactive spec --
3294 it's a feature.
3295
3296 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3297 (backward-kill-sentence, kill-sentence): Likewise.
3298
3299 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3300 scratch buffer name.
3301 (gud-format-command): Use int-to-string in ?l case. Simplify
3302 slightly.
3303
3304 * term/w32-win.el (internal-face-interactive): Update prompt for
3305 new read-face-name.
3306
3307 * mail/footnote.el (footnote): Add :version to defgroup.
3308 (footnote-section-tag-regexp): Customize.
3309 (footnote-start-tag, footnote-end-tag): New option.
3310 (footnote-latin-regexp): New variable.
3311 (Footnote-latin): New function.
3312 (footnote-style-alist): Add element for latin style.
3313 (footnote-style): Moved.
3314 (Footnote-goto-footnote): Use eq to test arg.
3315
3316 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3317
3318 * emacs-lisp/byte-opt.el: Change old backquote syntax.
3319 (byte-compile-trueconstp): Include keywords.
3320 (byte-optimize-quote, byte-optimize-lapcode): Use
3321 byte-compile-const-symbol-p.
3322 (byte-optimize-char-before): New optimization.
3323
3324 * emacs-lisp/bytecomp.el: Change old backquote syntax.
3325 (byte-compile-const-symbol-p): New function.
3326 (byte-compile-constp, byte-compile-out-toplevel)
3327 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3328 Use it.
3329
3330 * subr.el (define-key-after): Default AFTER to t. Doc fix.
3331
3332 2000-02-23 Kenichi Handa <handa@etl.go.jp>
3333
3334 * international/encoded-kb.el: Be sure to update minor-mode-alist
3335 and minor-mode-map-alist.
3336 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3337 codes SS2 and SS3 correctly.
3338 (encoded-kbd-self-insert-ccl): New function.
3339 (encoded-kbd-setup-keymap): New function.
3340 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
3341 by calling encoded-kbd-setup-keymap.
3342
3343 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3344 characters.
3345 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3346 locally.
3347
3348 2000-02-22 Dave Love <fx@gnu.org>
3349
3350 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3351 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3352 defvar.
3353 (lisp-mode-syntax-table): Set up for #|...|# comments.
3354 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
3355 classes. Match `defface'.
3356 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3357 (eval-defun-1): Fix for defcustom.
3358 (lisp-indent-region): Doc fix.
3359
3360 * subr.el (when, unless, split-string): Doc fix.
3361 (read-passwd): Move call of clear-this-command-keys to the right
3362 place.
3363 (replace-regexps-in-string): New function.
3364
3365 2000-02-22 Gerd Moellmann <gerd@gnu.org>
3366
3367 * help.el (describe-variable): Set syntax table to
3368 emacs-lisp-mode-syntax-table when moving forward over the
3369 symbol's name.
3370
3371 2000-02-22 Dave Love <fx@gnu.org>
3372
3373 * xt-mouse.el: Doc fixes.
3374 (xterm-mouse-position-function): New function, replacing advice of
3375 mouse-position.
3376 (xterm-mouse-mode): Use it. Don't turn on under a window system.
3377
3378 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3379
3380 2000-02-21 Gerd Moellmann <gerd@gnu.org>
3381
3382 * format.el (format-annotate-single-property-change): Handle
3383 properties.with dotted-list values.
3384 (format-proper-list-p): New function.
3385
3386 * enriched.el (enriched-face-ans): Handle '(foreground-color
3387 . COLOR) and (background-color . COLOR).
3388
3389 2000-02-20 Dave Love <fx@gnu.org>
3390
3391 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3392 and assignments to it.
3393 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3394 current local map.
3395 (make-flyspell-overlay): Use it.
3396 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3397
3398 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3399 (lm-get-header-re): Defun, not defsubst.
3400 (lm-get-package-name): Defun, not defsubst. Simplify.
3401 (lm-version): Doc fix. Simplify.
3402 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3403 (lm-crack-address, lm-last-modified-date, lm-commentary)
3404 (lm-verify, lm-synopsis): Simplify.
3405 (lm-report-bug): Require emacsbug. Use compose-mail.
3406
3407 2000-02-20 Gerd Moellmann <gerd@gnu.org>
3408
3409 * dired.el (dired-mode): Call propertized-buffer-identification
3410 to set mode-line-buffer-identification to something having
3411 the right text properties.
3412
3413 * bindings.el (propertized-buffer-identification): New function.
3414
3415 2000-02-20 Dave Love <fx@gnu.org>
3416
3417 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3418 check for t-mouse too.
3419
3420 * cus-start.el: Make echo-keystrokes `number'.
3421
3422 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3423
3424 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3425 Don't call ring-empty-p unless tags-location-ring is bound.
3426 From Noah Friedman <friedman@splode.com>.
3427
3428 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
3429
3430 * progmodes/hideshow.el (hs-flag-region): No longer use
3431 `intangible' overlay property.
3432
3433 (hs-toggle-hiding): New command.
3434 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3435
3436 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3437 Fix omission bug: Run `hs-minor-mode-hook' for both activation
3438 and deactivation.
3439
3440 2000-02-18 Gerd Moellmann <gerd@gnu.org>
3441
3442 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3443
3444 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3445
3446 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3447
3448 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3449 of `*' to handle `(* ... *)' comments.
3450
3451 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
3452
3453 * faces.el (list-faces-display): Use display-mouse-p instead of
3454 window-system.
3455
3456 * menu-bar.el (global-map): Menu-bar items converted to the new
3457 format (menu-item..., rearranged for better CUA compliance, and
3458 their names changed for better clarity. Help strings added.
3459
3460 * international/mule-cmds.el (mule-menu-keymap)
3461 (describe-language-environment-map, set-coding-system-map)
3462 (setup-language-environment-map): Convert to new (menu-item...
3463 form, add help strings. Change names of menu items for better
3464 clarity. "Mule" menu-bar item removed (it's now in the "Options"
3465 submenu).
3466
3467 2000-02-17 Gerd Moellmann <gerd@gnu.org>
3468
3469 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3470 within the code.
3471
3472 2000-02-16 Dave Love <fx@gnu.org>
3473
3474 * faces.el: Don't require custom. Add more specific :groups to
3475 various deffaces.
3476 (set-face-attribute): Purecopy args.
3477 (read-face-name): Default to name at point and use it in prompt.
3478 Remove colon from arg in all callers.
3479 (list-faces-display): Hyperlink to face descriptions and customize
3480 buffers.
3481
3482 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
3483
3484 * wid-edit.el (widget-match-inline): An atom never matches a
3485 list.
3486
3487 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3488
3489 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3490 at ':' characters by call to split-string.
3491
3492 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3493
3494 * textmodes/bibtex.el: Added RCS version identification.
3495
3496 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3497
3498 * textmodes/bibtex.el: Some temporary comments removed.
3499 (bibtex-field-name, bibtex-entry-type): Made the relationship
3500 explicit.
3501 (bibtex-field-const): Allow capital letters.
3502 (bibtex-start-of-string): Deleted because unused.
3503
3504 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3505 use the term 'reference' to describe a bibtex entry as a whole.
3506 Further, reference keys are no longer called 'labels'.
3507 (bibtex-keys): Renamed to bibtex-reference-keys.
3508 (bibtex-reformat-previous-labels): Renamed to
3509 bibtex-reformat-previous-reference-keys.
3510 (bibtex-reference-type): Renamed to bibtex-entry-type.
3511 (bibtex-reference-head): Renamed to bibtex-entry-head.
3512 (bibtex-reference-maybe-empty-head): Renamed to
3513 bibtex-entry-maybe-empty-head.
3514 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3515 (bibtex-search-reference): Renamed to bibtex-search-entry.
3516 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3517 bibtex-enclosing-entry-maybe-empty-head.
3518 (bibtex-entry-field-alist, bibtex-entry-head,
3519 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3520 bibtex-map-entries, bibtex-search-entry,
3521 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3522 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3523 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3524 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3525 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3526 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3527 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3528
3529 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3530
3531 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3532 comment.
3533 (bibtex-format-field-delimiters): New function, functionality
3534 extracted from bibtex-format-entry.
3535 (bibtex-autokey-get-yearfield-digits): New function, functionality
3536 extracted from bibtex-autokey-get-yearfield.
3537
3538 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3539 entries in order to avoid stack overflow in the regexp matcher if
3540 field contents become large.
3541 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3542 bibtex-field-string-part-not-braced,
3543 bibtex-field-string-part-no-inner-braces,
3544 bibtex-field-string-part-1-inner-brace,
3545 bibtex-field-string-part-2-inner-braces,
3546 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3547 bibtex-field-string-quoted, bibtex-field-string,
3548 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3549 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3550 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3551 as parsing is now performed by the following functions.
3552 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3553 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3554 bibtex-parse-field-string, bibtex-search-forward-field-string,
3555 bibtex-parse-association, bibtex-field-name-for-parsing,
3556 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3557 bibtex-search-forward-field, bibtex-search-backward-field,
3558 bibtex-start-of-field, bibtex-end-of-field,
3559 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3560 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3561 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3562 bibtex-parse-string, bibtex-search-forward-string,
3563 bibtex-search-backward-string, bibtex-start-of-string,
3564 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3565 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3566 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3567 entries. Instead of reporting the results of the parsing by
3568 match-beginning or match-end, these functions return data structures
3569 that hold the corresponding positions.
3570 (bibtex-enclosing-field): Changed to also report field boundaries by
3571 return values rather than by match-beginning or match-end. The
3572 following functions have been adapted to use the new parsing
3573 functions.
3574 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3575 bibtex-enclosing-field, bibtex-format-entry,
3576 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3577 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3578 bibtex-print-help-message, bibtex-end-of-entry,
3579 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3580 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3581 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3582 method for parsing.
3583 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3584 bibtex-map-entries, bibtex-flash-head,
3585 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3586 bibtex-autokey-change, bibtex-autokey-get-namefield,
3587 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3588 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3589 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3590 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3591 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3592 order to make the new binding of case-fold-search immediately
3593 visible.
3594
3595 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3596
3597 * textmodes/bibtex.el: Copyright notice is up to date.
3598 Added constant 'bibtex-maintainer-salutation.
3599
3600 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3601 than make-temp-name, use match-string-no-properties and eliminate
3602 a quadratic behavior when building bibtex-strings.
3603
3604 * bibtex.el (bibtex-reference-key): Accept string entries whose
3605 reference key contains upper case letters.
3606
3607 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3608
3609 * bibtex.el (bibtex-reference-head): Allow entries to start with
3610 a new line.
3611
3612 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3613
3614 * bibtex.el: Hiding of entry bodies is not longer provided by
3615 bibtex.el directly. Instead the hideshow package can be used.
3616 Added a special bibtex entry to hs-special-modes-alist.
3617 (bibtex-hs-forward-sexp): Added for hideshow.el.
3618
3619 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3620
3621 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3622 at ':' characters by call to split-string.
3623
3624 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3625
3626 * textmodes/bibtex.el: Added RCS version identification.
3627
3628 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3629
3630 * textmodes/bibtex.el: Some temporary comments removed.
3631 (bibtex-field-name, bibtex-entry-type): Made the relationship
3632 explicit.
3633 (bibtex-field-const): Allow capital letters.
3634 (bibtex-start-of-string): Deleted because unused.
3635
3636 * textmodes/bibtex.el: Unified some nomenclature. We no longer
3637 use the term 'reference' to describe a bibtex entry as a whole.
3638 Further, reference keys are no longer called 'labels'.
3639 (bibtex-keys): Renamed to bibtex-reference-keys.
3640 (bibtex-reformat-previous-labels): Renamed to
3641 bibtex-reformat-previous-reference-keys.
3642 (bibtex-reference-type): Renamed to bibtex-entry-type.
3643 (bibtex-reference-head): Renamed to bibtex-entry-head.
3644 (bibtex-reference-maybe-empty-head): Renamed to
3645 bibtex-entry-maybe-empty-head.
3646 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3647 (bibtex-search-reference): Renamed to bibtex-search-entry.
3648 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3649 bibtex-enclosing-entry-maybe-empty-head.
3650 (bibtex-entry-field-alist, bibtex-entry-head,
3651 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3652 bibtex-map-entries, bibtex-search-entry,
3653 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3654 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3655 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3656 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3657 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3658 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3659 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3660
3661 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3662
3663 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3664 comment.
3665 (bibtex-format-field-delimiters): New function, functionality
3666 extracted from bibtex-format-entry.
3667 (bibtex-autokey-get-yearfield-digits): New function, functionality
3668 extracted from bibtex-autokey-get-yearfield.
3669
3670 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3671 entries in order to avoid stack overflow in the regexp matcher if
3672 field contents become large.
3673 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3674 bibtex-field-string-part-not-braced,
3675 bibtex-field-string-part-no-inner-braces,
3676 bibtex-field-string-part-1-inner-brace,
3677 bibtex-field-string-part-2-inner-braces,
3678 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3679 bibtex-field-string-quoted, bibtex-field-string,
3680 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3681 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3682 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3683 as parsing is now performed by the following functions.
3684 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3685 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3686 bibtex-parse-field-string, bibtex-search-forward-field-string,
3687 bibtex-parse-association, bibtex-field-name-for-parsing,
3688 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3689 bibtex-search-forward-field, bibtex-search-backward-field,
3690 bibtex-start-of-field, bibtex-end-of-field,
3691 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3692 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3693 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3694 bibtex-parse-string, bibtex-search-forward-string,
3695 bibtex-search-backward-string, bibtex-start-of-string,
3696 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3697 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3698 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3699 entries. Instead of reporting the results of the parsing by
3700 match-beginning or match-end, these functions return data structures
3701 that hold the corresponding positions.
3702 (bibtex-enclosing-field): Changed to also report field boundaries by
3703 return values rather than by match-beginning or match-end. The
3704 following functions have been adapted to use the new parsing
3705 functions.
3706 (bibtex-skip-to-valid-entry, bibtex-search-reference,
3707 bibtex-enclosing-field, bibtex-format-entry,
3708 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3709 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3710 bibtex-print-help-message, bibtex-end-of-entry,
3711 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3712 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3713 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3714 method for parsing.
3715 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3716 bibtex-map-entries, bibtex-flash-head,
3717 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3718 bibtex-autokey-change, bibtex-autokey-get-namefield,
3719 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3720 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3721 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3722 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3723 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3724 order to make the new binding of case-fold-search immediately
3725 visible.
3726
3727 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3728
3729 * textmodes/bibtex.el: Copyright notice is up to date.
3730 Added constant 'bibtex-maintainer-salutation.
3731
3732 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3733 than make-temp-name, use match-string-no-properties and eliminate
3734 a quadratic behavior when building bibtex-strings.
3735
3736 * bibtex.el (bibtex-reference-key): Accept string entries whose
3737 reference key contains upper case letters.
3738
3739 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3740
3741 * bibtex.el (bibtex-reference-head): Allow entries to start with
3742 a new line.
3743
3744 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3745
3746 * bibtex.el: Hiding of entry bodies is not longer provided by
3747 bibtex.el directly. Instead the hideshow package can be used.
3748 Added a special bibtex entry to hs-special-modes-alist.
3749 (bibtex-hs-forward-sexp): Added for hideshow.el.
3750
3751 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
3752
3753 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3754 proceedings entry type (for cross referencing). Thanks to Wagner
3755 Toledo Correa for the suggestion.
3756
3757 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3758
3759 2000-02-14 Kenichi Handa <handa@etl.go.jp>
3760
3761 * international/characters.el: Setup case table for Vietnamese.
3762
3763 2000-02-12 Gerd Moellmann <gerd@gnu.org>
3764
3765 * uniquify.el (toplevel): Require CL at compile time.
3766 (uniquify-push): Removed.
3767
3768 * shadowfile.el (shadow-when): Removed.
3769
3770 * tempo.el (tempo-dolist, tempo-mapc): Removed.
3771 (tempo-process-and-insert-string): Use dolist instead of
3772 tempo-dolist.
3773
3774 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3775 regexp for paragraph-start.
3776
3777 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3778 commas as well.
3779
3780 2000-02-10 Dave Love <fx@gnu.org>
3781
3782 * wid-edit.el: (widgets) [defgroup]: Remove url link.
3783 (widget-color-choice-list, widget-color-history, widget-mouse-help):
3784 Deleted.
3785 (widget-specify-field, widget-specify-button): Don't use
3786 widget-mouse-help as help-echo property.
3787 (default): Use #'ignore for :validate and :mouse-down-action.
3788 (checkbox): Add help-echo.
3789 (widget-sexp-validate): Rewritten to clarify error messages.
3790 (character): Use char-valid-p in :match function.
3791 (widget-color-complete): Use facemenu-color-alist.
3792 (widget-color-action): Use facemenu-read-color.
3793
3794 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
3795 set up `caar' &c that we now have.
3796
3797 2000-02-09 Ray Blaak <blaak@gnu.org>
3798
3799 * delphi.el: Make resourcestring a declaration region, like const
3800 and var.
3801
3802 2000-02-09 Dave Love <fx@gnu.org>
3803
3804 * bindings.el (mode-line-input-method-map): New variable.
3805 (mode-line-mule-info): Use it; fix last change.
3806 (mode-line-mode-menu): Move definition.
3807 (mode-line-mouse-sensitive-p): Deleted.
3808 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3809 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
3810 level.
3811
3812 * startup.el (command-line-1): Don't call
3813 make-mode-line-mouse-sensitive.
3814
3815 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3816
3817 * mail/rmail.el (rmail-retry-failure): Use
3818 rmail-beginning-of-message before rmail-toggle-header, because the
3819 former toggles headers.
3820
3821 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
3822
3823 * diff-mode.el (diff-kill-junk): New interactive function.
3824 (diff-reverse-direction): Use delete-and-extract-region.
3825 (diff-post-command-hook): Restrict the area so that the hook also works
3826 outside of any diff hunk. This is necessary for the minor-mode.
3827 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3828 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3829
3830 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3831 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3832 so that it can be used more easily in <foo>-mode-hook. Also make sure
3833 to avoid duplicate entries.
3834 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3835 (font-lock-remove-keywords): Just as was done for `add', allow it to
3836 work even if font-lock-mode is nil. Also make sure we don't modify
3837 any pre-existing list by forcing a copy-sequence. Finally rename
3838 `major-mode' to `mode'.
3839 (font-lock-fontify-syntactic-anchored-keywords)
3840 (font-lock-fontify-anchored-keywords)
3841 (font-lock-fontify-keywords-region): Use line-end-position.
3842 Don't make `font-lock-multiline' local (it's now done in
3843 font-lock-set-defaults).
3844 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
3845 move the `font-lock-fontified' creation to inside the `unless'.
3846
3847 2000-02-06 Andrew Innes <andrewi@gnu.org>
3848
3849 * term/w32-win.el (x-handle-args): Comment out call to message,
3850 which occurs before window system is initialized.
3851
3852 * makefile.nt: Add support for recompiling lisp code.
3853
3854 2000-02-04 Dave Love <fx@gnu.org>
3855
3856 * bindings.el (mode-line-mule-info): Fix/extend last change.
3857
3858 * completion.el: Replace completion-dolist with dolist.
3859
3860 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3861 dotimes.
3862
3863 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3864
3865 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3866 environment names before they go into the section regexp.
3867
3868 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3869 char class in regexp.
3870
3871 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3872 `case-fold-search' to nil.
3873
3874 * progmodes/idlwave.el (idlwave-template): Respect
3875 `idlwave-abbrev-change-case'.
3876 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3877 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3878 idlwave-while): respect `idlwave-reserved-word-upcase'.
3879 (idlwave-rw-case): New function.
3880 (idlwave-statement-match): Fixed problem with assignment regexp.
3881 (idlwave-font-lock-keywords): Improved regexp for keyword
3882 parameters.
3883 (idlwave-surround): New argument LENGTH to support padding of
3884 operators longer than 1 char.
3885
3886 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3887 idlwave-shell-expression-overlay. Implemented printing of
3888 expressions on higher levels of the calling stack.
3889 (idlwave-shell-display-level-in-calling-stack): Restore stack
3890 level.
3891 (idlwave-retrieve-expression-from-level): New function.
3892 (idlwave-shell-last-calling-stack): Variable removed.
3893 (idlwave-shell-reset): Argument action reversed (`visible' to
3894 `hidden'). Also remove stop-line overlay.
3895 (idlwave-shell-calling-stack-routine): New variable.
3896 (idlwave-shell-parse-stack-and-display): Messages now display
3897 negative level numbers.
3898 (idlwave-shell-mode): Set `modeline-format'.
3899 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3900 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3901 21.
3902 (idlwave-shell-print-expression-function): New option.
3903
3904 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3905 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3906 `tool-bar' instead of `toolbar'.
3907
3908 2000-02-02 Dave Love <fx@gnu.org>
3909
3910 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3911 emacs-lisp-mode-hook. Don't check for defalias being defined.
3912
3913 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3914 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3915 the new builtins directly.
3916
3917 * whitespace.el (whitespace): Add :version to defgroup.
3918
3919 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3920 Doc fix.
3921
3922 * thingatpt.el (sexp-at-point, symbol-at-point)
3923 (number-at-point, list-at-point): Add autoload cookie.
3924
3925 * recentf.el (recentf): Add :version to defgroup.
3926
3927 * quickurl.el (quickurl): Add :version to defgroup.
3928
3929 * elide-head.el (elide-head): Use point-marker more.
3930
3931 * bs.el (bs): Add :version to defgroup.
3932
3933 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3934
3935 * progmodes/delphi.el (delphi): Add :version to defgroup.
3936
3937 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3938
3939 * ange-ftp.el (ange-ftp-write-region): Handle case that
3940 succeeding process operation sets a different coding system.
3941
3942 * calculator.el: New file.
3943
3944 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3945
3946 * frame.el (frames-on-display-list, framep-on-display): New
3947 functions.
3948 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3949 (display-selections-p, display-screens, display-pixel-width)
3950 (display-pixel-height, display-mm-width, display-mm-height)
3951 (display-backing-store, display-save-under, display-planes)
3952 (display-color-cells, display-visual-class): New functions.
3953
3954 * term/tty-colors.el (tty-color-gray-shades): New function.
3955
3956 * faces.el (display-color-p): Use framep-on-display.
3957 (display-grayscale-p): New function.
3958
3959 2000-01-31 Dave Love <fx@gnu.org>
3960
3961 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3962 (create-fontset-from-x-resource): Don't concat integers.
3963
3964 2000-01-31 Inge Frick <inge@nada.kth.se>
3965
3966 * view.el: Some changes in documentation. Removed some trailing
3967 whitespace. Changed some parameter names to agree with
3968 documentation.
3969 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3970 window is not deleted. Modifies change 1998-04-26.
3971
3972 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3973
3974 * windmove.el: New file.
3975
3976 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3977 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3978 progmodes/ebnf-yac.el: Update copyright and license info.
3979
3980 * jit-lock.el (jit-lock-function): Widen before calculating end
3981 position.
3982 (jit-lock-stealth-chunk-start): Rewritten.
3983
3984 * info.el (Info-title-face-alist): Removed.
3985 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3986 faces.
3987 (Info-fontify-node): Use these faces.
3988
3989 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3990
3991 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3992 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3993 `&allow-other-keywords'.
3994
3995 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3996 the list of directories scanned heuristically.
3997
3998 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3999 exist.
4000
4001 2000-01-30 Jason Rumney <jasonr@gnu.org>
4002
4003 * w32-fns.el: Define w32-tty-standard-colors.
4004
4005 * startup.el (command-line): Use w32-tty-standard-colors when in
4006 w32 console mode.
4007
4008 2000-01-30 Dave Love <fx@gnu.org>
4009
4010 * jka-compr.el (jka-compr-load): Fix up load-history.
4011
4012 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4013
4014 * emacs-lisp/cl-macs.el: Revert previous change.
4015
4016 2000-01-29 Dave Love <fx@gnu.org>
4017
4018 * facemenu.el: Purecopy various strings.
4019
4020 * timezone.el (timezone-fix-time): Window against 69 for two-digit
4021 years. Deal with three-digit years.
4022
4023 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4024 defconst, purecopy.
4025 (help-back-label): Purecopy it.
4026
4027 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4028
4029 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4030 variable. If non-nil, order the buffer list according to the
4031 currently selected frame.
4032 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4033 non-nil, pass the selected frame to function buffer-list.
4034
4035 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4036
4037 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4038
4039 2000-01-28 Dave Love <fx@gnu.org>
4040
4041 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4042
4043 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4044 Don't use lisp-indent-hook property.
4045 (cl-abs): Remove.
4046
4047 * subr.el: Move out indent and edebug specs for when and unless.
4048
4049 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4050 when, unless.
4051
4052 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4053 unless, when.
4054
4055 2000-01-28 Gerd Moellmann <gerd@gnu.org>
4056
4057 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4058 `collecting' as synonym for `collect'.
4059
4060 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4061 for the case it contains spaces.
4062
4063 * simple.el (what-cursor-position): Change formatting of
4064 messages.
4065
4066 * frame.el (delete-other-frames): New function.
4067 (toplevel): Bind it to C-x 5 1.
4068
4069 * sort.el (sort-numeric-base): New option.
4070 (sort-numeric-fields): If number starts with `0' or `0[xX[',
4071 interpret it as octal or hexadecimal. Use sort-numeric-base
4072 as default base.
4073
4074 * progmodes/glasses.el: New file.
4075
4076 2000-01-27 Gerd Moellmann <gerd@gnu.org>
4077
4078 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4079 userids differently.
4080
4081 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4082 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4083 progmodes/ebnf-yac.el: New files.
4084
4085 2000-01-26 Dave Love <fx@gnu.org>
4086
4087 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4088 on a function with an empty body. [From Eric Ludlam.]
4089
4090 2000-01-25 Andre Spiegel <spiegel@gnu.org>
4091
4092 * vc.el (vc-version-diff): Make sure file name is expanded.
4093
4094 2000-01-25 Gerd Moellmann <gerd@gnu.org>
4095
4096 * scroll-bar.el (scroll-bar-timer): Variable removed.
4097 (scroll-bar-toolkit-scroll): Don't use a timer.
4098
4099 2000-01-25 Kenichi Handa <handa@etl.go.jp>
4100
4101 * language/thai-util.el (thai-composition-function): Delete
4102 superfluous `a'.
4103
4104 2000-01-24 Dave Love <fx@gnu.org>
4105
4106 * fortran.el (fortran-mode): Use beginning-of-defun-function,
4107 end-of-defun-function.
4108
4109 * font-lock.el (turn-on-font-lock): Don't depend on window-system
4110 &c.
4111
4112 2000-01-22 Jason Rumney <jasonr@gnu.org>
4113
4114 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4115 conflicts with new face support.
4116
4117 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4118
4119 * replace.el (query-replace): Rename last arg to DELIMITED.
4120 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4121 (query-replace-regexp): Likewise.
4122
4123 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4124
4125 * subr.el (with-syntax-table): Use make-symbol, not gensym.
4126
4127 * emacs-lisp/lisp.el (beginning-of-defun-function):
4128 Variable renamed from beginning-of-defun.
4129 Do not call make-variable-buffer-local.
4130 (beginning-of-defun-raw): Use new variable name; doc fix.
4131 (beginning-of-defun): Doc fix.
4132 (end-of-defun-function): Variable renamed from end-of-defun.
4133 Do not call make-variable-buffer-local.
4134 (end-of-defun): Use new variable name; doc fix.
4135
4136 * subr.el (dolist, dotimes): Copied from cl-macs.el
4137 and made to work.
4138
4139 * mail/undigest.el (rmail-digest-end-regexps):
4140 Variable replaces rmail-digest-end-regexp.
4141 Allows multiple regexps for detecting the end line.
4142 (undigestify-rmail-message): Corresponding changes.
4143
4144 2000-01-19 Dave Love <fx@gnu.org>
4145
4146 * files.el (user-init-file): Don't declare here -- is primitive.
4147
4148 * startup.el (command-line): Check for compiled user-init-file and
4149 set to uncompiled version if necessary.
4150
4151 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4152
4153 * mail/undigest.el (rmail-digest-end-regexp): New user option.
4154 (undigestify-rmail-message): Use it.
4155
4156 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4157
4158 2000-01-17 Gerd Moellmann <gerd@gnu.org>
4159
4160 * tmm.el (tmm-goto-completions): Adapt to prompt being part
4161 of mini-buffer.
4162
4163 2000-01-14 Gerd Moellmann <gerd@gnu.org>
4164
4165 * emacs-lisp/copyright.el (copyright-update): Removed the
4166 requirement for a trailing space from `copyright-regexp', to
4167 support copyrights with owner specified on a separate line..
4168
4169 * align.el: New file.
4170
4171 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4172
4173 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4174
4175 2000-01-13 Dave Love <fx@gnu.org>
4176
4177 * ph.el: Removed. (Obsoleted by EUDC.)
4178
4179 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4180
4181 * net/eudc.el (toplevel): Remove autoloaded code installing
4182 menu with easymenu, because that causes build problems.
4183
4184 * frame.el (frame-notice-user-settings): New variable.
4185 (frame-notice-user-settings): Don't modify frame parameters
4186 if called a second time.
4187
4188 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4189
4190 * frame.el (frame-notice-user-settings):
4191 Notice default-frame-parameters even for non-window frames.
4192
4193 2000-01-13 Gerd Moellmann <gerd@gnu.org>
4194
4195 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4196 for Emacs.
4197 (eudc-bob-can-display-inline-images): Extend for Emacs.
4198 (eudc-bob-toggle-inline-display): Ditto.
4199 (eudc-bob-display-jpeg): Ditto.
4200
4201 2000-01-12 Gerd Moellmann <gerd@gnu.org>
4202
4203 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4204 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4205 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4206
4207 * add-log.el (add-change-log-entry): Fix error trying an `(insert
4208 nil)'.
4209
4210 * subdirs.el: Add `net' directory.
4211
4212 * net: New directory.
4213
4214 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4215 eval-last-sexp. Don't bind debug-on-error here.
4216 (eval-last-sexp): New function. Bind debug-on-error if
4217 eval-expression-debug-on-error is non-nil.
4218 (eval-defun-2, eval-defun): Likewise.
4219
4220 * simple.el (eval-expression): Don't bind debug-on-error if
4221 eval-expression-debug-on-error is nil. Detect changed
4222 debug-on-error, and propagate new value to global binding, if
4223 eval-expression-debug-on-error is non-nil,
4224 (eval-expression-debug-on-error): Change doc string.
4225
4226 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4227
4228 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4229
4230 * emacs-lisp/lisp-mode.el (with-syntax-table):
4231 Set up lisp-indent-function property.
4232
4233 * subr.el (with-syntax-table): Moved from simple.el.
4234
4235 * simple.el (with-syntax-table): Moved to subr.el.
4236
4237 2000-01-11 Gerd Moellmann <gerd@gnu.org>
4238
4239 * tmm.el (tmm-shortcut): Delete region after prompt instead
4240 of erasing buffer.
4241
4242 * textmodes/fill.el (fill-common-string-prefix): New function.
4243 (fill-context-prefix): Use the longest common prefix of first
4244 and second line fill prefix, if there is one.
4245
4246 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4247
4248 * array.el (array-mode): Don't use make-variable-buffer-local.
4249 Use make-local-variable for `truncate-lines'.
4250
4251 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
4252
4253 * add-log.el (add-log-current-defun): Handle user-defined
4254 add-log-current-function returning nil,
4255
4256 * add-log.el (add-change-log-entry): Insert version number
4257 if having found a current function
4258
4259 * add-log.el (add-log-current-defun): Call
4260 `add-log-current-defun-function'. Try matches at level 0 and
4261 level 1. Strip whitespace from defun found.
4262
4263 2000-01-10 John Wiegley <johnw@gnu.org>
4264
4265 * allout.el (isearch-done/outline-provisions): Added `edit'
4266 argument to correspond with the current definition of
4267 `isearch-done'.
4268
4269 2000-01-10 Dave Love <fx@gnu.org>
4270
4271 * elide-head.el (elide-head): Use point-marker, not point.
4272
4273 2000-01-10 Gerd Moellmann <gerd@gnu.org>
4274
4275 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4276 before and after the year 2000.
4277
4278 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4279 Add ispell- prefix.
4280
4281 2000-01-10 Ken Stevens <k.stevens@ieee.org>
4282
4283 * ispell.el: Only define dictionaries in menus when they exist.
4284 (version18p): New variable.
4285 (version20p): New variable.
4286 (xemacsp): New variable.
4287 (ispell-choices-win-default-height): Fix for XEmacs visibility.
4288 (ispell-dictionary-alist1): Added Brasileiro dictionary.
4289 (ispell-dictionary-alist6): Russian command lines no longer accept
4290 run-together words.
4291 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4292 (ispell-dictionary-alist): Add koi8-r to customize definition.
4293 (check-ispell-version): Added documentation string. Returns
4294 library path when called non-interactively.
4295 (ispell-menu-map-needed): Uses new variables.
4296 (ispell-library-path): New variable.
4297 (ispell-decode-string): XEmacs fix for bogus variable bindings.
4298 (ispell-word): Improved documentation string. Test for valid
4299 character mappings. Correctly check typed in word changes that can
4300 result in single words split into multiple words. Returns
4301 replacement word.
4302 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
4303 replace in recursive query replace mode. Help message for
4304 recursive edit mode.
4305 (ispell-show-choices): Protect against bad framepop bindings.
4306 (ispell-help): Fix to work with XEmacs.
4307 (ispell-highlight-spelling-error): Use new variables.
4308 (ispell-overlay-window): Fix to work with XEmacs.
4309 (ispell-parse-output): Passed and returns location information
4310 tracking spelling corrections. Doesn't recheck same word on
4311 current line.
4312 (ispell-init-process): Protect against bogus XEmacs variable binding.
4313 Fix call to single argument in sleep-for. Use new variables.
4314 (ispell-region): Passed and returns location information tracking
4315 spelling corrections. Doesn't check same word on current line.
4316 Improved documentation string. Doesn't resend a line already
4317 checked to the ispell process - fixes bug in LaTeX parsing.
4318 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4319 (ispell-skip-region): No longer skips <TT> in SGML.
4320 (ispell-process-line): Tracks location information with spelling
4321 corrections. Added documentation string. Accounts for words
4322 already accepted on this line. Don't allow query-replace on line
4323 starting with math characters. Doesn't resend a line already sent
4324 to ispell process. Fixes alignment error bug.
4325
4326 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4327
4328 * dired-x.el (dired-guess-shell-alist-default):
4329 Suggest xloadimage, which is free, not xv, which isn't.
4330
4331 * ange-ftp.el (ange-ftp-file-name-nondirectory):
4332 Don't ever include the host name or user name in the value.
4333
4334 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4335
4336 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4337 of a real newline.
4338
4339 2000-01-09 Stephen Eglen <stephen@gnu.org>
4340
4341 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4342 for .png files.
4343
4344 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
4345
4346 * cus-edit.el (custom-hook-convert-widget): Fix comment.
4347
4348 2000-01-09 Gerd Moellmann <gerd@gnu.org>
4349
4350 * progmodes/cperl-mode.el: Replace ^F with ^L.
4351
4352 * sendmail.el (toplevel): Provide `sendmail' when compiling
4353 before `require'ing rmail and mailalias to prevent infinite
4354 recursion.
4355
4356 2000-01-08 Dave Love <fx@gnu.org>
4357
4358 * emacs-lisp/backquote.el: Remove inappropriate customization
4359 (allowing custom.el to use backquote).
4360
4361 2000-01-07 Dave Love <fx@gnu.org>
4362
4363 * add-log.el (add-log-debugging): Deleted.
4364 (add-change-log-entry): Treat a backup FILE-NAME as its parent
4365 file. Remove debugging code.
4366 (change-log-get-method-definition, change-log-name): Add doc.
4367 (change-log-sortable-date-at): New function.
4368 (change-log-merge): New command.
4369
4370 * time.el (display-time-string-forms): Make the Mail string active.
4371 (display-time-update): Provide help-echo for load average.
4372
4373 * bindings.el (make-mode-line-mouse2-map): New function.
4374 (mode-line-modified): Use it and simplify.
4375 (mode-line-mule-info): Provide help-echo info.
4376 (minor-mode-alist): Activate the strings.
4377 (make-mode-line-mouse-sensitive): Simplify for
4378 mode-line-buffer-identification.
4379
4380 2000-01-07 Gerd Moellmann <gerd@gnu.org>
4381
4382 * play/pong.el: New file.
4383
4384 2000-01-06 Dave Love <fx@gnu.org>
4385
4386 * array.el: Assorted cleanups for compiler warnings, doc strings,
4387 `array-' prefix for symbols.
4388
4389 2000-01-05 Dave Love <fx@gnu.org>
4390
4391 * textmodes/outline.el (outline-mode-menu-bar-map): Add
4392 outline-headers-as-kill.
4393 (outline-mode): Define imenu-generic-expression.
4394 (outline-headers-as-kill): New command.
4395
4396 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4397 from paragraph-start.
4398 (paragraph-indent-minor-mode): New command.
4399
4400 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4401 M-C-e, M-C-h, C-j, C-xnd, TAB.
4402 (fortran-mode): Set beginning-of-defun, end-of-defun.
4403 (fortran-column-ruler): Simplify.
4404 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4405 (fortran-with-subprogram-narrowing): Likewise.
4406 (fortran-indent-subprogram): Call mark-defun.
4407 (fortran-check-for-matching-do): Change narrowing.
4408
4409 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4410 (cl-lucid-hash-tag): Delete.
4411 (cl-hash-table-p): Correct test for native table.
4412 (cl-hash-table-count): Use hash-table-count.
4413
4414 * browse-url.el (browse-url): Fix case of
4415 browse-url-browser-function being an alist.
4416
4417 2000-01-05 Carsten Dominik <cd@gnu.org>
4418
4419 * textmodes/reftex-vars.el (reftex-parse-file-extension)
4420 (reftex-index-phrase-file-extension): New options.
4421
4422 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4423 Use new option `reftex-index-phrase-file-extension'.
4424
4425 * textmodes/reftex.el (reftex-access-parse-file): Use new option
4426 `reftex-parse-file-extension'.
4427
4428 2000-01-05 Dave Love <fx@gnu.org>
4429
4430 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4431 (beginning-of-defun-raw): Use it.
4432 (end-of-defun): New variable.
4433 (end-of-defun): Use it.
4434 (check-parens): New command.
4435
4436 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4437
4438 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4439 (hs-show-block): Don't use `mapcar' when not accumulating.
4440
4441 Fix buglet in local variables initialization.
4442
4443 2000-01-05 Andreas Schwab <schwab@suse.de>
4444
4445 * hscroll.el (hscroll): Doc fix.
4446
4447 2000-01-05 Carsten Dominik <cd@gnu.org>
4448
4449 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4450 idlw-toolbar.
4451
4452 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4453 file idlw-rinfo.el.
4454 (idlwave-customize): load must read file idlw-shell.el.
4455 (idlwave-create-customize-menu): load must read file idlw-shell.el.
4456
4457 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
4458
4459 * progmodes/idlw-shell.el: Also provide idlwave-shell
4460 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4461 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4462
4463 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4464 both reftex-dcr and reftex-vcr.
4465
4466 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4467
4468 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4469
4470 * ps-print.el: PostScript code now is in separate files, doc fix.
4471 (ps-print-version): New version number (5.0.3).
4472 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4473 local.
4474 (ps-spool-config): Initialization fix.
4475 (ps-print-prologue-1, ps-print-prologue-2)
4476 (ps-print-duplex-feature): PostScript code moved to separated file.
4477 (ps-background-image): Little code reformating.
4478 (ps-begin-file, ps-begin-job): Fix code.
4479 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4480 (ps-prologue-file): New fun.
4481
4482 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4483
4484 * ps-vars.el: Eliminated.
4485
4486 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4487 `;;;###autoload'.
4488
4489 * ps-print.el: ps-vars eliminated, doc fix.
4490 (ps-print-version): New version number (5.0.2).
4491 (ps-spool-config): Initialization fix.
4492 (ps-print-customize): New fun.
4493
4494 2000-01-04 Gerd Moellmann <gerd@gnu.org>
4495
4496 * autorevert.el (auto-revert-mode): Return value of
4497 auto-revert-mode.
4498
4499 2000-01-04 Dave Love <fx@gnu.org>
4500
4501 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4502 menu items.
4503
4504 2000-01-03 Dave Love <fx@gnu.org>
4505
4506 * elide-head.el (elide-head) [defgroup]: Add :version.
4507
4508 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4509 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4510 `cl-hash-table-p', not `hash-table-p'.
4511 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4512
4513 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4514
4515 * faces.el (face-read-integer, read-face-attribute)
4516 (color-defined-p, color-values): unspecified-{f,b}g are now
4517 strings.
4518
4519 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4520
4521 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4522 at comment end, and re-insert them after filling.
4523
4524 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4525
4526 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4527 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4528 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4529
4530 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4531
4532 * term/x-win.el (xw-defined-colors): Call color-supported-p,
4533 the new name of face-color-supported-p.
4534
4535 * term/w32-win.el (xw-defined-colors): Likewise.
4536
4537 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4538
4539 * simple.el (completion-setup-function): Count completion-size
4540 from minibuffer-prompt-end, not from point-min.
4541
4542 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4543
4544 * faces.el (read-face-attribute, defined-colors, color-defined-p):
4545 Pass the frame to tty-color-* functions.
4546 (display-color-p, frame-set-background-mode): Pass the frame to
4547 tty-display-color-p.
4548
4549 * term/tty-colors.el (tty-defined-color-alist): Renamed from
4550 tty-color-alist.
4551 (tty-color-alist, tty-modify-color-alist): New functions.
4552 (tty-color-define, tty-color-clear, tty-color-approximate)
4553 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4554 an optional parameter FRAME.
4555
4556 2000-01-01 Gerd Moellmann <gerd@gnu.org>
4557
4558 * image.el (create-image, defimage): Don't assume image data is a
4559 string.
4560
4561 * image.el (defimage): Handle specifications containing :data
4562 instead of :file.
4563 (image-type-from-data): New function.
4564 (image-type-from-file-header): Use it.
4565 (create-image): Add parameter DATA-P.
4566
4567 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4568
4569 * echistory.el (electric-command-history): Call Command-history-setup
4570 and command-history-mode using their new conventions.
4571
4572 * chistory.el (Command-history-setup): Don't switch buffers. Take
4573 no args, and do not set major-mode, mode-name or the local map.
4574 (command-history-mode): New function, does some of those things
4575 Command-history-setup used to do.
4576 (list-command-history): Call command-history-mode, not
4577 Command-history-setup.
4578 (command-history): Renamed from command-history-mode.
4579
4580 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4581
4582 * arc-mode.el (archive-mode-map): Bind q to quit-window.
4583
4584 1999-12-31 William M. Perry <wmperry@aventail.com>
4585
4586 * image.el (defimage): Images with the `:data' keyword should be
4587 considered valid as well.
4588
4589 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4590
4591 * dired.el (dired-get-filename): Don't call file-name-absolute-p
4592 with FILE if FILE is nil.
4593
4594 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4595
4596 * simple.el (choose-completion-string): In minibuffer,
4597 do not delete the prompt string.
4598
4599 1999-12-30 Gerd Moellmann <gerd@gnu.org>
4600
4601 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4602 assigned to mode-line-mode-menu because bindings.el is dumped with
4603 Emacs, and thus the lists used for menu-item definition will be
4604 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
4605 like pure menu item definitions.
4606
4607 * expand.el (expand-abbrev-hook): Return t if expansion was
4608 done, nil otherwise.
4609
4610 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4611
4612 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4613 (tar-quit): Function deleted.
4614
4615 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4616
4617 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4618 was used but not declared.
4619
4620 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4621 hs-find-block-beginning): Add or modify docstrings.
4622
4623 (hs-isearch-show): Rewrite.
4624
4625 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4626
4627 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4628
4629 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4630 space in front of a C-style comment end.
4631
4632 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
4633
4634 * startup.el (command-line-1): Make mode line mouse-sensitive for
4635 the MS-DOS version as well.
4636
4637 1999-12-28 Gerd Moellmann <gerd@gnu.org>
4638
4639 * bs.el: New file.
4640
4641 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4642
4643 * textmodes/ispell.el (ispell-process-line):
4644 Add local var line-offset to adjust for the change
4645 in positions within the line, due to previous replacements.
4646
4647 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4648
4649 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4650 Doc fixes.
4651
4652 1999-12-27 Gerd Moellmann <gerd@gnu.org>
4653
4654 * add-log.el (change-log-version-number-regexp-list)
4655 (change-log-version-info-enabled): Change :version to 21.1.
4656 (toplevel): Require CL when compiling.
4657
4658 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4659
4660 * add-log.el (change-log-version-number-regexp-list): Added tag
4661 :version 20.6
4662 (change-log-version-info-enabled): Added tag :version 20.6
4663
4664 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
4665
4666 * add-log.el: More general version number search with
4667 user-configurable regexp list.
4668 (change-log-version-number-regexp-list): New user variable.
4669 (change-log-find-version): Rewritten. Use user-configurable
4670 version numbering regexp list
4671 change-log-version-number-regexp-list.
4672 (change-log-find-version): Renamed to
4673 change-log-version-number-search
4674 (add-log-file-name-function): New.
4675 (change-log-search-vc-number): Added END paramaeter. Added doc
4676 string to function.
4677 (change-log-version-rcs): Renamed. Was
4678 change-log-search-vc-number.
4679
4680 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
4681
4682 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4683 overlays if they interfere.
4684 (compilation-find-file): Make intangible overlays tangible.
4685
4686 * progmodes/hideshow.el: Generally, synch w/ maintainer
4687 version 5.9.
4688
4689 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4690
4691 (hs-minor-mode-hook): Don't initialize.
4692
4693 (hs-special-modes-alist): Rewrite value and docstring.
4694
4695 (hs-minor-mode-prefix): Delete unused var.
4696
4697 (hs-block-start-mdata-select): New var, buffer local.
4698
4699 (hs-headline): New var.
4700
4701 (hs-match-data, hs-forward-sexp): New funcs.
4702
4703 (hs-hide-comment-region): New func.
4704
4705 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4706 hs-safety-is-job-n, hs-hide-initial-comment-block,
4707 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4708 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4709 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4710 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4711 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4712
4713 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4714 (hs-isearch-show-temporary): New funcs.
4715
4716 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4717
4718 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4719
4720 When constructing menu, use `[(shift button2)]' notation.
4721
4722 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4723
4724 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4725 (jka-compr-compression-info-list): Add new elt to each vector.
4726 (jka-compr-write-region): Don't compress the data if it is
4727 already compressed.
4728
4729 * jka-compr.el (jka-compr-really-do-compress): New variable.
4730 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4731 if visiting.
4732 (jka-compr-write-region): Set jka-compr-really-do-compress
4733 if visiting. Test it when deciding to compress.
4734
4735 1999-12-22 Gerd Moellmann <gerd@gnu.org>
4736
4737 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4738 with third argument t.
4739
4740 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4741
4742 * antlr-mode.el: Version 1.2 is released.
4743 (antlr): This package has a web page.
4744
4745 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4746
4747 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4748 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
4749 (antlr-mode-map): New binding [C-c C-c].
4750 (antlr-mode-menu): New entries.
4751
4752 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
4753
4754 * antlr-mode.el: Respect Emacs conventions.
4755 ((require 'cl)): Only use during compilation.
4756 (antlr-language-for-option): New function to avoid using `find'.
4757 (antlr-mode): Use it.
4758 (antlr-with-syntax-table): Define new instead using XEmacs' one.
4759 (antlr-imenu-create-index-function): Change accordingly.
4760 (antlr-inside-rule-p): Ditto.
4761 (antlr-end-of-rule): Ditto.
4762 (antlr-end-of-body): Ditto.
4763 (antlr-beginning-of-rule): Ditto.
4764 (antlr-indent-line): Ditto.
4765
4766 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
4767
4768 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4769 (antlr-set-tabs): Don't use hard-coded values.
4770
4771 * antlr-mode.el: Minor navigation changes. Not perfect, but this
4772 won't be possible without a huge time penalty.
4773 (antlr-skip-exception-part): Be more specific.
4774 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4775 Renamed from `antlr-skip-grammar-header'.
4776 (antlr-next-rule): Change accordingly.
4777 (antlr-end-of-body): Ditto. Better error message.
4778 (antlr-beginning-of-body): Better error message.
4779 (antlr-imenu-create-index-function): Skip rule action prelude.
4780
4781 * antlr-mode.el: Minor syntax highlighting changes.
4782 (antlr-font-lock-default-face): Deletia.
4783 (antlr-font-lock-tokendef-face): Changed color.
4784 (antlr-font-lock-tokenref-face): Changed color.
4785 (antlr-font-lock-literal-face): Changed color.
4786 (antlr-font-lock-additional-keywords): Minor changes.
4787
4788 1999-12-20 Carsten Dominik <cd@gnu.org>
4789
4790 * progmodes/idlwave.el: New file.
4791
4792 * progmodes/idlwave-rinfo.el: New file.
4793
4794 * progmodes/idlwave-shell.el: New file.
4795
4796 * progmodes/idlwave-toolbar.el: New file.
4797
4798 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4799
4800 1999-12-21 Gerd Moellmann <gerd@gnu.org>
4801
4802 * progmodes/cwarn.el: New file.
4803
4804 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4805
4806 * bindings.el (completion-ignored-extensions): Add .pdf.
4807
4808 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4809
4810 * version.el: Put the version info into binary on MS-DOS as well.
4811
4812 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4813
4814 * emacs-lisp/debug.el (debugger-continue): Don't continue if
4815 debugger-may-continue is nil.
4816
4817 1999-12-18 Dave Love <fx@gnu.org>
4818
4819 * emacs-lisp/cl-macs.el: Remove conditional definition of
4820 eval-when-compile. Don't specify abs, expt, gethash,
4821 hash-table-count, hash-table-p as side-effect-free here.
4822 (cl-emacs-type): Don't declare.
4823 (cl-compile-time-init): Remove Emacs 18 compiler patch.
4824 (cl-parse-loop-clause): Remove compatibility code.
4825
4826 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4827 (side-effect-free-fns): Add gethash, hash-table-count.
4828 (side-effect-and-error-free-fns): Add hash-table-p.
4829
4830 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
4831 `cl-' to autoload names for some hash functions. Don't autoload
4832 eval-when-compile. Don't provide mini-cl.
4833 (cl-emacs-type): Remove.
4834 (cl-map-extents): Remove compatibility code.
4835
4836 * emacs-lisp/float.el: Bind free variables.
4837
4838 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4839
4840 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4841
4842 * bindings.el (completion-ignored-extensions): Add .tfm.
4843
4844 1999-12-16 Dave Love <fx@gnu.org>
4845
4846 * faces.el (set-face-attribute): Purecopy the attributes set.
4847
4848 * custom.el (custom-declare-variable): Purecopy value.
4849
4850 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4851 (byte-extrude-byte-code-vectors): Use remprop.
4852 (byte-compile-lambda): Check that arg is a lambda.
4853
4854 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4855
4856 * font-lock.el: System for adding and removing keywords.
4857 Both local (previously added keyword) and global keywords
4858 can be removed.
4859 (font-lock-remove-keywords): New user-level function.
4860 (font-lock-update-removed-keyword-alist): New internal function.
4861 (font-lock-removed-keywords-alist): New variable.
4862 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4863 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4864 growing datastructures.
4865 (font-lock-set-defaults): Removes keywords stored in
4866 `font-lock-removed-keywords-alist' after local keywords added.
4867
4868 1999-12-16 Anders Lindgren <andersl@andersl.com>
4869
4870 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4871 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4872
4873 * font-lock.el (c-keywords): Only highlight preprocessor
4874 directives when spelled correctly.
4875
4876 * font-lock.el (font-lock-match-c++-structor-declaration,
4877 c++-keywords): Fontify constructors and destructors with function
4878 face inside C++ class declarations.
4879
4880 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4881
4882 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4883 the shell from sh-shell-file.
4884
4885 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4886
4887 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4888
4889 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4890 if one of the files specified cannot be accessed by
4891 file-attributes. Do not strip any leading directories from the
4892 file names, to behave more like `ls' does.
4893
4894 * dired.el (dired-get-filename): Handle absolute file names.
4895 (dired-readin-insert): If argument is a cons, don't print
4896 "wildcard" on the ``total'' line.
4897
4898 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4899
4900 * faces.el (face-read-integer, read-face-attribute)
4901 (color-defined-p, color-values): Allow color values unspecified-fg
4902 and unspecified-bg, handle them as unspecified.
4903
4904 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4905
4906 * textmodes/reftex.el: (reftex-compile-variables): respect new
4907 structure of `reftex-index-macro'
4908 (reftex-compile-variables): Use the changed structure of
4909 `reftex-label-alist'.
4910
4911 * textmodes/reftex-vars.el (reftex-index-math-format,
4912 (reftex-toc-max-level): New option.
4913 reftex-index-phrases-search-whole-words,
4914 reftex-index-phrases-case-fold-search,
4915 reftex-index-phrases-skip-indexed-matches,
4916 reftex-index-phrases-wrap-long-lines,
4917 reftex-index-phrases-sort-prefers-entry,
4918 reftex-index-phrases-sort-in-blocks): New options.
4919 (reftex-index-macros): Option structure changed.
4920 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4921 (reftex-label-alist): Additional item in each entry to specify if
4922 the environment should be listed in the TOC.
4923 (eval-when-compile (require 'cl)) added.
4924
4925 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4926 longer deals with "repeat".
4927 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4928 now used.
4929 (reftex-index-phrases-comment-regexp,
4930 reftex-index-phrases-macrodef-regexp,
4931 reftex-index-phrases-phrase-regexp1,
4932 reftex-index-phrases-phrase-regexp2,
4933 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4934 New constants.
4935 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4936 reftex-index-phrases-font-lock-keywords,
4937 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4938 reftex-index-phrases-restrict-file): New variables.
4939 (reftex-index-phrase-selection-or-word,
4940 reftex-index-visit-phrases-buffer,
4941 reftex-index-initialize-phrases-buffer,
4942 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4943 reftex-index-next-phrase, reftex-index-this-phrase,
4944 reftex-index-all-phrases, reftex-index-region-phrases,
4945 reftex-index-phrases-parse-header,
4946 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4947 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4948 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4949 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4950 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4951 reftex-index-make-replace-string,
4952 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4953 reftex-index-phrase-match-is-indexed,
4954 reftex-index-phrases-fixup-line,
4955 reftex-index-phrases-replace-space,
4956 reftex-index-select-phrases-macro): New functions.
4957 (reftex-index-globalize, reftex-index-globally): functions removed
4958 (eval-when-compile (require 'cl)) added.
4959
4960 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4961 for max level.
4962 (reftex-toc-max-level-indicator): New variable.
4963 (reftex-toc-max-level): New command.
4964 (reftex-toc-map): New keybinding `t'.
4965 (reftex-toc-help): Constant updated.
4966 (eval-when-compile (require 'cl)) added.
4967
4968 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4969 `t' command key can change `reftex-toc-max-level'
4970 (eval-when-compile (require 'cl)) added.
4971
4972 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4973 `reftex-toc-max-level'
4974 (eval-when-compile (require 'cl)) added.
4975
4976 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4977 added.
4978
4979 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4980 added.
4981
4982 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4983 commands.
4984 (reftex-citation, reftex-do-citation,
4985 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4986 preselect a citation format.
4987 (eval-when-compile (require 'cl)) added.
4988
4989 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4990 parameter to-end
4991 (reftex-section-info): Deal with environment matches.
4992 (eval-when-compile (require 'cl)) added.
4993
4994 * reftex-global.el (eval-when-compile (require 'cl)) added.
4995
4996 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4997
4998 The following changes are for the new composition mechanism. We
4999 have deleted `composition' charset and composite characters,
5000 instead introduced a special text property `composition'.
5001
5002 * composite.el: New file.
5003
5004 * ps-mule.el: Define encode-composition-rule and find-composition
5005 for Emacs 20.4 and the earlier versions.
5006 (ps-mule-init-external-library): Just require a feature for
5007 external libraries.
5008 (ps-mule-prologue): Postscript code modified for new composition.
5009 (ps-mule-find-wrappoint): New arg COMPOSITION.
5010 (ps-mule-plot-string): Delete code for composite characaters.
5011 (ps-mule-plot-composition): New funcion.
5012 (ps-mule-prepare-font-for-components): New function.
5013 (ps-mule-plot-components): New function.
5014 (ps-mule-composition-prologue-generated): Renamed from
5015 ps-mule-cmpchar-prologue-generated.
5016 (ps-mule-composition-prologue): New named from
5017 ps-mule-cmpchar-prologue. Modified for new composition.
5018 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
5019 ps-mule-prepare-cmpchar-font): Deleted.
5020 (ps-mule-string-encoding): New arg NO-SETFONT.
5021 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5022 check Composing, not Cmpchar
5023 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5024 to nil.
5025 (ps-mule-begin-job): Check existence of new composition.
5026
5027 * ps-print.el (ps-plot-region): Handle new composition.
5028
5029 * simple.el (what-cursor-position): Show "(composed)" if the
5030 character is composed.
5031
5032 * international/characters.el: Fix cateogries of Lao symbols.
5033
5034 * international/fontset.el (vertical-centering-font-regexp): New
5035 variable.
5036
5037 * international/mule.el (mule-version): Updated to 5.0 (AOI).
5038 (mule-version-date): Updated to 1999.12.7.
5039 (with-category-table): New macro.
5040
5041 * international/mule-cmds.el (encode-coding-char): Don't check
5042 composite character.
5043
5044 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5045 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5046 x-ctext): Give `composition' property t.
5047
5048 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5049 non-nil) at the tail of ALIST.
5050 (compose-region, decompose-region, decompse-string,
5051 reference-point-alist, compose-chars): Moved to composite.el.
5052 (compose-chars-component, compose-chars-rule,
5053 decompose-composite-char): Deleted.
5054
5055 * international/quail.el (quail-install-map): New optional arg
5056 NAME.
5057 (quail-get-translation): If DEF is a symbol but not a function,
5058 ignore it.
5059 (quail-start-translation): Put a key sequence undefined in the
5060 translation keymap in unread-command-events, not generated-events.
5061 Return parameterized event (compose-last-chars N) if the input
5062 characters should be composed.
5063 (quail-map-definition): If DEF is t, treat it as nil.
5064 (quail-delete-last-char): Delete the quail region.
5065 (quail-show-translations): Don't show list of translations if the
5066 quail package is deterministic.
5067 (quail-completion-max-depth): New variable.
5068 (quail-completion-1): Pay attention to the above variable. Fix
5069 for the case that a translation is a function.
5070 (quail-map-from-table, quail-map-from-table-1,
5071 quail-map-from-table-2): New functions.
5072 (quail-lookup-map-and-concat): New function
5073
5074 * language/devan-util.el: Mostly rewritten.
5075
5076 * language/lao.el: Register lao-composition-function in
5077 composition-function-table.
5078
5079 * language/lao-util.el: Mostly rewritten.
5080
5081 * language/thai.el: Register thai-composition-function in
5082 composition-function-table.
5083 (thai-tis620): Delete `pre-write-conversion' property.
5084
5085 * language/thai-util.el: (thai-category-table): Make it by
5086 make-category-table.
5087 (thai-composition-pattern): New variable.
5088 (thai-compose-region, thai-compose-string): Use
5089 with-category-table.
5090 (thai-post-read-conversion): Just call thai-compose-region.
5091 (thai-pre-write-conversion): Deleted.
5092 (thai-composition-function): New funciton.
5093
5094 * language/tibet-util.el: Most functions rewritten.
5095 (tibetan-char-p): Renamed from tibetan-char-examin.
5096 (tibetan-composable-examin) (tibetan-complete-char-examin)
5097 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5098 (tibetan-add-components): New function.
5099 (tibetan-composition-function): New function.
5100
5101 * language/tibetan.el: Register tibetan-composition-function in
5102 composition-function-table.
5103 (tibetan-composable-pattern): New variable.
5104 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5105 (tibetan-precomposition-rule-alist): Move punctuations to
5106 tibetan-punctuation-transcription-alist and
5107 tibetan-obsolete-glyphs.
5108 (tibetan-punctuation-transcription-alist): New variable.
5109 (tibetan-obsolete-glyphs): New variable.
5110 (tibetan-regexp): Improve the initialization code.
5111
5112 * textmodes/fill.el (fill-find-break-point): Delete codes for
5113 composite characters.
5114 (fill-region-as-paragraph): Likewise.
5115
5116 1999-12-14 Gerd Moellmann <gerd@gnu.org>
5117
5118 * international/mule-cmds.el (default-input-method): Specify
5119 that it should be set after current-language-environment.
5120
5121 * custom.el (custom-handle-keyword): Add :set-after.
5122 (custom-add-dependencies): New function.
5123 (custom-set-variables): Take dependencies between args into
5124 account.
5125
5126 * battery.el (battery): Doc fix.
5127
5128 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5129
5130 * progmodes/cc-make.el: Removed.
5131
5132 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5133
5134 * Release of cc-mode 5.26
5135
5136 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5137
5138 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5139 target depth. Optionally count #else lines as clause limits,
5140 as suggested by don provan <provan@lucent.com>. #elif
5141 handling fixed.
5142
5143 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5144 (c-down-conditional-with-else): New commands that uses the
5145 added functionality in `c-forward-conditional'.
5146
5147 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5148
5149 * cc-align.el (c-lineup-comment): Preserve the alignment with
5150 a comment on the previous line instead of preserving the
5151 comment-column.
5152
5153 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5154
5155 * Fixes to IDL mode after input from Eric Eide
5156 <eeide@cs.utah.edu>:
5157 * cc-engine.el (c-beginning-of-statement-1): Allow
5158 `c-conditional-key' to be nil, for the benefit of IDL mode.
5159 * cc-engine.el (c-guess-basic-syntax): Ditto.
5160 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
5161 but do match CORBA 2.3 `valuetype'.
5162 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
5163 for IDL.
5164 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
5165 be nil for IDL.
5166 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5167 Like C++.
5168 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
5169 set `c-method-key' and `c-baseclass-key' to nil.
5170
5171 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5172
5173 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5174 with nonhanging open braces.
5175
5176 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5177
5178 * cc-align.el: Added docstrings to all lineup functions.
5179
5180 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5181 keyword.
5182
5183 * cc-align.el (c-lineup-C-comments): Handle free form text
5184 comments. Use c-comment-prefix-regexp and comment-start-skip
5185 instead of hardcoded regexps.
5186
5187 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5188
5189 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5190 behavior and return value as documented.
5191
5192 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5193
5194 * Changes for new style variable init system:
5195 * cc-langs.el (c-common-init): Dito.
5196 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5197 now customizable.
5198 * cc-vars.el: Style variables may now take a value
5199 'set-from-style to make them take their value from the style
5200 system. This value is now the default on all these variables.
5201 * cc-vars.el (c-valid-offset): New function to verify a
5202 syntactic symbol offset setting.
5203 * cc-vars.el (c-offsets-alist): Variable moved from
5204 cc-styles.el since it's now customizable in a similar way to
5205 the other style variables.
5206 * cc-vars.el (c-old-style-variable-behavior): New variable to
5207 revert to the old style init behavior.
5208
5209 * cc-vars.el (c-file-style, c-file-offsets): Made always
5210 buffer local.
5211
5212 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5213 the throws clause that might follow the function prototype in
5214 C++.
5215
5216 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5217
5218 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5219 could move forward for macros that doesn't start in column 0.
5220
5221 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5222
5223 * cc-align.el (c-indent-multi-line-block,
5224 c-lineup-whitesmith-in-block): Two new lineup functions for
5225 use in whitesmith style.
5226
5227 * cc-styles.el (c-style-alist): More fixes to whitesmith
5228 style. It should now handle all different braces uniformly in
5229 both hanging and non-hanging cases.
5230
5231 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5232
5233 * cc-cmds.el (c-indent-exp): Use a marker to save point to
5234 make it stay in the same position relative to the surrounding
5235 text.
5236
5237 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5238 when adaptive-fill-mode doesn't manage to get it correct.
5239
5240 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5241 with dotted notation, e.g. foo.bar.Gnu.
5242
5243 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5244 within unwind-protect (previously only some were wrapped so it
5245 would be possible to register mode initialization when full
5246 initialization did not finish).
5247
5248 * cc-styles.el (c-style-alist): Corrected the brace placement
5249 in the whitesmith style. Thanks to Sean Luke
5250 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
5251 styles with consistent brace placement for all constructs.
5252
5253 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5254
5255 * cc-cmds.el (c-context-line-break): Continue C++ comments too
5256 when point is in the middle of them.
5257
5258 * cc-cmds.el: Line breaking and paragraph filling code
5259 rewritten:
5260 (c-guess-fill-prefix): New function that uses various
5261 heuristics to guess the comment prefix.
5262 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5263 It now assumes adaptive filling is active to preserve the line
5264 prefix inside comments.
5265 (c-indent-new-comment-line): Replacement for the now
5266 obsolete `c-comment-line-break-function' that uses
5267 `c-guess-fill-prefix' when appropriate. It now observes the
5268 setting of `comment-multi-line', which has effect in C-style
5269 block comments.
5270
5271 * cc-cmds.el (c-context-line-break): New function intended to
5272 be put on RET. It's essentially `newline-and-indent', but
5273 continues C block comments with the appropriate line prefix.
5274
5275 * cc-cmds.el (c-do-auto-fill): New function put on
5276 `normal-auto-fill-function' to implement the
5277 `c-ignore-auto-fill' variable.
5278
5279 * cc-cmds.el (c-beginning-of-statement): Use
5280 `c-comment-prefix-regexp' to avoid ending up inside the
5281 comment prefix. Better handling of comment starters and
5282 enders. Catch comments better when traversing code. Stop at
5283 preprocessor directives.
5284
5285 * cc-defs.el (c-forward-comment): New subst to hide platform
5286 dependent quirks in `forward-comment'.
5287
5288 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5289 argument.
5290 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5291 arguments. Activate this function by default when
5292 `parse-partial-sexp' supports it (currently Emacs 20.x).
5293
5294 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5295 on the comment opener to make constants usable as lineup
5296 arguments.
5297
5298 * cc-align.el (c-lineup-C-comments): Fixes to handle the
5299 changed anchor position in the `c' syntactic symbol. Handle
5300 more than stars in the comment prefix; use the new variable
5301 `c-comment-prefix-regexp'. Don't indent text not preceded by
5302 a comment prefix to the right of the comment opener if it's
5303 long.
5304
5305 * cc-langs.el: Fixes to mode initialization for new line
5306 breaking and paragraph filling method. Adaptive fill mode is
5307 now activated at startup instead of deactivated. The
5308 variables used for adaptive filling and paragraph movement are
5309 also changed to incorporate the value of
5310 `c-comment-prefix-regexp'. `substitute-key-definition' is
5311 used to override some functions in the global map instead of
5312 overriding their default bindings.
5313
5314 * cc-mode.el (java-mode): Modify `paragraph-start' for the
5315 javadoc markup at mode init.
5316
5317 * cc-mode.el (c-setup-filladapt): A new convenience function
5318 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
5319 function is intended to be used explicitly by the end user
5320 only.
5321
5322 * cc-vars.el (c-comment-prefix-regexp): New variable used to
5323 recognize the comment fill prefix inside comments.
5324 (c-block-comment-prefix): New name for
5325 `c-comment-contiuation-stars', which is now obsolete. It's
5326 generalized to handle any character sequence.
5327 (c-ignore-auto-fill): New variable used to selectively disable
5328 Auto Fill mode in specific contexts.
5329
5330 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5331
5332 * cc-cmds.el (c-comment-indent): Leave at least one space
5333 between the comment and the last nonblank character in the
5334 case where we look at the indentation of the comment on the
5335 previous line (case 4).
5336
5337 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5338 list of characters that may start a statement (it's a sort of
5339 prefix operator in Pike, and isn't used at all in any of the
5340 other languages).
5341
5342 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5343
5344 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5345 inside continued statements as statement-cont instead of
5346 brace-list-open. The reason is that one normally adjusts
5347 brace-list-open for brace lists as top-level constructs, and
5348 brace lists inside statements is a completely different
5349 context. Case 10B.2 changed. Also changed (the somewhat
5350 esoteric) case 9A to cope with this.
5351
5352 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5353
5354 * cc-cmds.el (c-electric-brace): Added electric handling of
5355 the open brace for brace-elseif-brace.
5356
5357 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5358
5359 * cc-defs.el (c-with-syntax-table): New macro to easily switch
5360 syntax tables temporarily.
5361
5362 * cc-engine.el (c-guess-basic-syntax): Handle template and
5363 member init argument lists split over several lines. Case 5D
5364 changed.
5365
5366 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5367 @throws introduced in Javadoc 1.2.
5368
5369 * cc-menus.el (cc-imenu-java-generic-expression): Applied
5370 patch from RMS to avoid infinite backtracking.
5371
5372 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5373
5374 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5375 by [ ].
5376
5377 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5378
5379 * cc-align.el (c-lineup-dont-change): Compensate properly for
5380 the column in langelem.
5381
5382 * cc-engine.el (c-syntactic-information-on-region): New
5383 function to help debugging the syntactic analysis.
5384
5385 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5386
5387 * cc-align.el (c-lineup-template-args): Handle nested template
5388 arglists.
5389
5390 * cc-langs.el (c++-template-syntax-table): New syntax table
5391 that makes `<' and `>' parenthesis characters, which is useful
5392 to switch to temporarily when analyzing template arglists.
5393
5394 * cc-styles.el: Changed default alignment of labels in the
5395 java style to conform to the examples in the Java Language
5396 Specification.
5397
5398 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5399 by default.
5400
5401 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5402
5403 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5404 immediately before the closing paren in an arglist, so don't
5405 check that in Pike mode. Case 7A changed.
5406
5407 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5408
5409 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5410 lines were ignored under certain conditions.
5411
5412 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5413
5414 * cc-align.el (c-lineup-template-args): New function for
5415 aligning continued template argument lists.
5416
5417 * cc-engine.el (c-guess-basic-syntax): Fix for member init
5418 lists containing function arglists split over several lines.
5419 Case 5D.1 changed.
5420
5421 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5422 template-args-cont didn't get recognized when the first
5423 arglist opener line doesn't contain a template argument. New
5424 case 5K.
5425
5426 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5427
5428 * cc-defs.el (c-point): Changed from subst to macro for
5429 efficiency.
5430 (c-beginning-of-defun-1, c-end-of-defun-1): New
5431 beginning-of-defun/end-of-defun wrappers separated from
5432 c-point.
5433
5434 * cc-menus.el (imenu-generic-expression,
5435 imenu-case-fold-search, imenu-progress-message): Dummy
5436 definitions to avoid compiler warnings if imenu can't be
5437 loaded.
5438 * cc-menus.el (cc-imenu-init): New function called at mode
5439 init.
5440 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5441 imenu initializations to cc-imenu-init.
5442
5443 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5444
5445 * cc-engine.el (c-guess-basic-syntax): Slightly better check
5446 for lambda-intro-cont in Pike mode. Case 6 changed.
5447
5448 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5449 anything following "new Foo()" was considered an anonymous
5450 class body in Java mode.
5451
5452 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5453
5454 * cc-cmds.el (c-comment-line-break-function): When breaking in
5455 a string, don't insert a new line.
5456
5457 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5458
5459 * cc-engine.el (c-at-toplevel-p): New interface function which
5460 returns information useful to add-on authors. It tells you
5461 whether you're at a toplevel statement or not.
5462
5463 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
5464
5465 * cc-cmds.el (c-comment-line-break-function): It is possible
5466 that forward-line does not land us at the bol, say if we're on
5467 the last line in a file. In that case, do a
5468 back-to-indentation instead of a forward-comment -1.
5469
5470 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5471
5472 * cc-engine.el (c-beginning-of-statement-1): Don't catch
5473 "default:" as normal label in case 4.
5474
5475 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5476
5477 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5478 recognize continued bitfield declarations. Case 5D.1 changed.
5479 * cc-langs.el: New variable c-bitfield-key.
5480 * cc-mode.el: New variable c-bitfield-key.
5481
5482 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
5483
5484 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5485 anonymous array expressions (i.e. "new Foo[] {.. bracelist
5486 ..}").
5487
5488 1999-12-12 Dave Love <fx@gnu.org>
5489
5490 * mail/footnote.el: Require cl when compiling. Don't autoload
5491 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
5492 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5493 Avoid `acons'.
5494 (footnote-mode-line-string, Footnote-add-footnote): Remove
5495 autoload cookie.
5496
5497 1999-12-12 Richard Sharman <rsharman@pobox.com>
5498
5499 * sh-script.el: Fix for when font-lock mode is active.
5500 (sh-font-lock-unfontify-region-function): New function.
5501
5502 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
5503
5504 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5505 if start-process is not bound, since Ispell now supports such
5506 platforms as well.
5507
5508 1999-12-12 Gerd Moellmann <gerd@gnu.org>
5509
5510 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5511 rmail-summary-goto-msg.
5512
5513 * files.el (after-find-file): Fix previous change.
5514
5515 1999-12-11 Dave Love <fx@gnu.org>
5516
5517 * help.el (where-is): Use `commandp' as predicate for
5518 `completing-read'
5519
5520 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5521
5522 * cus-edit.el (custom-save-delete): Delete all occurrences,
5523 leave point where the first occurrence was.
5524 (custom-save-faces): Insert a newline at the end of the comment.
5525 Avoid a double newline there.
5526 If final closeparen is at bol, put a space before it.
5527 (custom-save-variables): Likewise.
5528 (custom-file): Doc fix.
5529
5530 1999-12-10 Gerd Moellmann <gerd@gnu.org>
5531
5532 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5533 regexp matching image and audio files.
5534
5535 1999-12-09 Dave Love <fx@gnu.org>
5536
5537 * mail/footnote.el: New file.
5538
5539 1999-12-09 Gerd Moellmann <gerd@gnu.org>
5540
5541 * files.el (after-find-file): Use auto-save-visited-file-name if
5542 set.
5543
5544 * mail/feedmail.el (feedmail-find-eoh): Take
5545 feedmail-queue-alternative-mail-header-separator into account.
5546
5547 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
5548
5549 * smerge-mode.el: New file.
5550
5551 * font-lock.el (font-lock-multiline): New variable.
5552 (font-lock-add-keywords): Rename `major-mode' into `mode'.
5553 (font-lock-remove-keywords): Added a dummy `mode' argument for
5554 potential future support.
5555 (font-lock-fontify-anchored-keywords,
5556 (font-lock-fontify-keywords-region): Only handle multiline strings
5557 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5558
5559 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5560
5561 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5562
5563 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5564
5565 1999-12-07 Dave Love <fx@gnu.org>
5566
5567 * help.el (view-emacs-problems): New command, bound to C-h P.
5568
5569 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5570
5571 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
5572
5573 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5574 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5575 New code to support the minor mode version.
5576 (diff-recenter): New function.
5577 (diff-next-hunk, diff-next-file): Use it.
5578 (diff-remembered-files-alist): New var.
5579 (diff-merge-strings): New function.
5580 (diff-find-file-name): Make it smarter and use the user's input more.
5581 (diff-mode): Cosmetic changes.
5582
5583 * files.el (save-some-buffers): Turn EXITING into the more general
5584 PRED argument to allow specifying a subset of buffers.
5585
5586 * simple.el (kill-region): Use the new `delete-and-extract-region'
5587 rather than the undo log (which is incorrect with *-change-functions).
5588
5589 * font-lock.el (font-lock-default-fontify-region): Fix subtle
5590 off-by-one problem that could force re-fontifying the whole buffer.
5591 (font-lock-remove-keywords): New function.
5592 (font-lock-add-keywords): Use the new function to ensure idempotence.
5593
5594 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
5595
5596 * viper-cmd.el (viper-minibuffer-standard-hook,
5597 viper-minibuffer-real-start): Mew functions.
5598 (viper-read-string-with-history,viper-file-add-suffix,
5599 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5600 change in the status of the minibuffer prompt.
5601
5602 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5603
5604 * comint.el (comint-redirect-results-list)
5605 (comint-redirect-results-list-from-process): Remove interactive
5606 spec.
5607
5608 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5609
5610 * info.el (info-node, info-menu-5, info-xref): Define colors for
5611 Info faces if the display supports them.
5612
5613 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5614
5615 Changes for automatic remapping of X colors on terminal frames:
5616
5617 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5618 term-setup-hook. Call msdos-remember-default-colors and
5619 msdos-handle-reverse-video.
5620 (msdos-face-setup): Parts of code moved to
5621 msdos-setup-initial-frame.
5622 (msdos-handle-reverse-video): New function, modeled after
5623 x-handle-reverse-video.
5624 (make-msdos-frame): Don't use initial-frame-alist and
5625 default-frame-alist. Call msdos-handle-reverse-video.
5626 (msdos-color-aliases): Remove.
5627 (msdos-color-translate, msdos-approximate-color): Remove.
5628 (msdos-color-values): Use 16-bit RGB values. RGB values updated
5629 for better approximation of X colors.
5630 (msdos-face-setup): Call tty-color-clear. Remove code that sets
5631 up tty-color-alist (it is now on startup.el).
5632 (x-display-color-p, x-color-defined-p, x-color-values,
5633 x-defined-colors, face-color-supported-p, face-color-gray-p):
5634 Remove.
5635
5636 * facemenu.el (facemenu-read-color, list-colors-display): Use
5637 defined-colors for all frame types.
5638 (facemenu-color-equal): Use color-values for all frame types.
5639
5640 * faces.el (read-face-attribute): For :foreground and :background
5641 attributes and frames on character terminals, translate the color
5642 to the closest supported one before looking it up in the list of
5643 valid values.
5644 (face-valid-attribute-values): Call defined-colors for all types
5645 of frames.
5646 (defined-colors, color-defined-p, color-values, display-color-p):
5647 New finctions.
5648 (x-defined-colors, x-color-defined-p, x-color-values,
5649 x-display-color-p): Aliases for the above.
5650
5651 * startup.el (command-line): Register terminal colors for frame
5652 types other than x and w32, but only if the terminal supports
5653 colors. Call tty-color-define instead of face-register-tty-color.
5654
5655 * term/x-win.el (xw-defined-colors): Renamed from
5656 x-defined-colors.
5657 * term/w32-win.el (xw-defined-colors): Likewise.
5658
5659 * term/tty-colors.el: New file.
5660 * loadup.el: Load term/tty-colors.
5661
5662 1999-12-06 Dave Love <fx@gnu.org>
5663
5664 * ffap.el: Autoload the ffap alias directly.
5665
5666 1999-12-06 Inge Frick <inge@nada.kth.se>
5667
5668 * dired-aux.el (dired-do-shell-command): Changed documentation.
5669 (dired-shell-stuff-it): A `?' in COMMAND has now the same
5670 meaning as `*'.
5671
5672 1999-12-06 Gerd Moellmann <gerd@gnu.org>
5673
5674 * simple.el (insert-buffer): Doc fix.
5675
5676 * apropos.el (apropos-mode): Add autoload cookie.
5677
5678 1999-12-06 Sam Steingold <sds@goems.com>
5679
5680 * progmodes/etags.el (etags-tags-completion-table): Modified the
5681 regexp to allow for the CL symbols starting with `+*'.
5682 (tags-completion-table): Doc fix (it's an obarray, not an alist).
5683 (tags-completion-table, tags-recognize-empty-tags-table): Remove
5684 `function' quoting lambda.
5685 (tags-with-face): New macro.
5686 (list-tags, tags-apropos): Use it.
5687 (tags-apropos-additional-actions): New user option.
5688 (etags-tags-apropos-additional): Use it.
5689 (tags-apropos): Call etags-tags-apropos-additional.
5690 (tags-apropos-verbose): New user option.
5691 (etags-tags-apropos): Use it.
5692 (visit-tags-table-buffer, next-file): Use `unless'.
5693 (recognize-empty-tags-table): Renamed to
5694 tags-recognize-empty-tags-table.
5695 (complete-tag): Call tags-complete-tag bypassing try-completion.
5696
5697 1999-12-06 Kenichi Handa <handa@etl.go.jp>
5698
5699 * international/mule.el (set-buffer-file-coding-system): Docstring
5700 modified.
5701
5702 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5703
5704 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5705 using the hideshow package.
5706 (hs-special-modes-alist): Added entry for bibtex to allow the use
5707 of the hideshow package.
5708 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5709 not longer provided by bibtex.el directly. Instead the hideshow
5710 package should be used.
5711 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5712 references to bibtex-hide-entry-bodies.
5713
5714 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
5715
5716 * textmodes/bibtex.el: Copyright notice is up to date. Moved
5717 maintainer information closer to the beginning of the bibtex.el
5718 file.
5719 (bibtex-maintainer-salutation): New constant.
5720 (bibtex-version): New constant.
5721 (bibtex-submit-bug-report): Use bibtex-version and
5722 bibtex-maintainer-salutation.
5723 (bibtex-entry-field-alist): Made booktitle field optional for
5724 @inproceedings entries when crossreferenced.
5725 (bibtex-entry-field-alist): Added booktitle field to proceedings
5726 entry type (for cross referencing). Thanks to Wagner Toledo Correa
5727 for the suggestion.
5728 (bibtex-string-file-path): Fixed typo.
5729
5730 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
5731
5732 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5733 for reftex.el.
5734 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5735 to menu.
5736
5737 1999-12-04 Dave Love <fx@gnu.org>
5738
5739 * delsel.el: Revert previous change -- region is significant to
5740 skeleton.
5741
5742 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
5743
5744 * viper-cmd.el (viper-change-state): Use
5745 viper-ESC-moves-cursor-back to decide whether to move the cursor
5746 back.
5747
5748 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
5749
5750 * international/mule-util.el (truncate-string-to-width): Docsting
5751 fixed.
5752
5753 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
5754
5755 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5756 use of `cond'.
5757 (lm-with-file): Move all the find-file...kill-buffer stuff into
5758 this macro. Make it use `find-file-noselect' and make it kill
5759 the buffer only if it wasn't already displayed somewhere.
5760 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5761 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5762 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5763 (lm-commentary): Fix to handle the case when the change log is
5764 at the end of the file.
5765
5766 1999-12-02 Kenichi Handa <handa@etl.go.jp>
5767
5768 * international/mule.el (charsetp): Fix typo in docstring.
5769
5770 * international/mule-diag.el (list-coding-categories): Fix typo;
5771 automatic -> autoload.
5772
5773 1999-12-02 Gerd Moellmann <gerd@gnu.org>
5774
5775 * vc.el (vc-update-change-log): Look for rcs2log under
5776 exec-directory.
5777
5778 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5779 outline-regexp, add outline-level.
5780 (lisp-outline-level): New.
5781
5782 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5783 remove extraneous string-match.
5784
5785 * finder.el (finder-commentary): Activate Finder mode.
5786
5787 1999-12-01 Anders Lindgren <andersl@andersl.com>
5788
5789 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5790 off when reverting buffers that contained mode specifiers.
5791 `revert-buffer' is now called with non-nil PRESERVE-MODES
5792 argument.
5793
5794 1999-12-01 Dave Love <fx@gnu.org>
5795
5796 * delsel.el: Grok skeleton-pair-insert-maybe.
5797
5798 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5799
5800 * progmodes/cperl-mode.el (cperl-under-as-char):
5801 Use nil as default.
5802
5803 1999-11-30 Gerd Moellmann <gerd@gnu.org>
5804
5805 * speedbar.el (toplevel): Remove compatibility code for Emacs
5806 versions without custom.el.
5807
5808 1999-11-30 Dave Love <fx@gnu.org>
5809
5810 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5811
5812 * autoinsert.el: Minor doc fixes.
5813 (auto-insert): Return nil.
5814
5815 * faces.el (set-face-documentation): Purecopy STRING.
5816
5817 1999-11-29 Dave Love <fx@gnu.org>
5818
5819 * derived.el: Doc fixes, remove old backquote syntax.
5820
5821 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5822 comment warning about editing.
5823
5824 * help.el (help-mode-hook): Define.
5825
5826 1999-11-29 Gerd Moellmann <gerd@gnu.org>
5827
5828 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5829 invalid translation of old-style backquote syntax to new syntax.
5830
5831 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
5832
5833 * Makefile (DONTCOMPILE): Add term/internal.el.
5834
5835 1999-11-26 Dave Love <fx@gnu.org>
5836
5837 * comint.el: Fix last change.
5838
5839 * emacs-lisp/advice.el: Fix last change.
5840
5841 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5842
5843 * cus-edit.el (Custom-reset-standard): Doc fix.
5844 (custom-variable-reset-standard): Doc fix.
5845 (custom-face-reset-standard): Doc fix.
5846 (custom-face-menu): "Reset to Standard" => "Erase Customization".
5847 (custom-variable-menu): Likewise.
5848 (custom-reset-menu): Likewise.
5849 (custom-buffer-create-internal): Likewise.
5850
5851 1999-11-26 Dave Love <fx@gnu.org>
5852
5853 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5854
5855 * font-lock.el: Doc fixes.
5856
5857 * menu-bar.el (menu-bar-mode): Customize.
5858
5859 * cus-start.el: Add use-dialog-box.
5860
5861 * add-log.el (change-log-mode-hook): Customize.
5862 (add-log-current-defun): Use
5863 fortran-{beginning,end}-of-subprogram.
5864
5865 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5866
5867 * emacs-lisp/advice.el: Many doc fixes.
5868
5869 * comint.el (comint-preoutput-filter-functions): Doc fix.
5870
5871 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5872
5873 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5874 Improve messages for capitalization of arg names,
5875 for flag variables, for t and nil, for imperatives.
5876 Call them imperatives rather than infinitives sans "to".
5877 (checkdoc-common-verbs-wrong-voice): Add "moves".
5878 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5879
5880 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5881 Don't convert comments from 3-semicolon to 2-semicolon.
5882 That is a matter of style.
5883 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5884 (checkdoc-comments): Don't bind that variable.
5885
5886 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5887
5888 * files.el (write-file-hooks): Doc fix.
5889
5890 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5891
5892 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5893
5894 1999-11-25 Dave Love <fx@gnu.org>
5895
5896 * hippie-exp.el: Require comint when compiling.
5897 (hippie-expand): Add :links.
5898 (hippie-expand-try-functions-list): Customize.
5899
5900 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5901
5902 * viper*el: Replaced old-style backquotes.
5903
5904 * ediff*el: Replaced old-style backquotes.
5905
5906 * ediff-merge
5907 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5908 Changed to support the new format for ediff-combination-pattern.
5909
5910 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5911 Changed to support the new format for ediff-combination-pattern.
5912
5913 1999-11-24 Dave Love <fx@gnu.org>
5914
5915 * custom.el (custom-declare-group): Purecopy DOC.
5916 (custom-handle-keyword): Purecopy VALUE.
5917 (custom-add-link): Purecopy WIDGET.
5918 (custom-add-version): Purecopy VERSION.
5919 (custom-add-load): Purecopy LOAD.
5920
5921 * cus-face.el (custom-declare-face): Purecopy DOC.
5922
5923 * info.el:
5924 (Info-build-node-completions, Info-search, Info-follow-reference)
5925 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5926 (Info-find-emacs-command-nodes): Avoid properties on matched text
5927 which may appear in minibuffer.
5928
5929 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5930
5931 * locate.el (locate-with-filter): Doc fix.
5932
5933 1999-11-24 Alex Schroeder <alex@gnu.org>
5934
5935 * sql.el (sql-find-sqli-buffer): New function.
5936 (sql-set-sqli-buffer-generally): New function.
5937 (sql-set-sqli-buffer): Better checking of new-buffer.
5938 (sql-copy-column): Add comma after INTO clause, too.
5939
5940 1999-11-24 Alex Schroeder <alex@gnu.org>
5941
5942 * sql.el (sql-imenu-generic-expression): New, used to set
5943 imenu-generic-expression.
5944
5945 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5946 setting font-lock-defaults' SYNTAX-ALIST. Set
5947 imenu-generic-expression, imenu-case-fold-search, and
5948 imenu-syntax-alist.
5949
5950 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5951 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5952
5953 1999-11-23 Andrew Innes <andrewi@gnu.org>
5954
5955 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5956 drop coords aren't over a specific window.
5957
5958 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5959
5960 * ps-print.el: Define mule funs without checking if mule package is
5961 loaded.
5962 (ps-print-version): New version number (5.0.1).
5963 (ps-header-dirpart): Now uses abbreviate-file-name.
5964
5965 1999-11-23 Dave Love <fx@gnu.org>
5966
5967 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5968 comment-line-start.
5969 (fortran-comment-line-start-skip): Renamed from
5970 comment-line-start-skip.
5971 (fortran-mode-map): Use renamed functions. Add manual and custom
5972 entries to menu.
5973 (fortran-mode-hook): Customize.
5974 (fortran-comment-indent-function): Renamed from
5975 fortran-comment-hook.
5976 (delete-horizontal-regexp): Function deleted.
5977 (fortran-electric-line-number): Simplified.
5978 (fortran-beginning-of-subprogram): Renamed from
5979 beginning-of-fortran-subprogram.
5980 (fortran-end-of-subprogram): Renamed from
5981 end-of-fortran-subprogram.
5982 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5983 (fortran-previous-statement, fortran-next-statement): Simplified.
5984 (fortran-blink-match): New function.
5985 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5986 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5987 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5988 line-end-position.
5989 (fortran-fill): No longer interactive. Simplified.
5990 (fortran-break-line): Simplified.
5991 (fortran-analyze-file-format): Use char-after, not looking-at.
5992
5993 * emacs-lisp/find-func.el (find-function-regexp): Use
5994 `define-minor-mode' after easy-menu change.
5995
5996 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5997
5998 * comint.el: Add redirection.from active comint buffers into
5999 another buffer. Written by Peter Breton.
6000
6001 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
6002
6003 * emacs-lisp/autoload.el (make-autoload): Recognize the new
6004 `define-minor-mode'.
6005 (define-minor-mode): Specify `doc-string-elt'.
6006
6007 * emacs-lisp/easy-mmode.el: Changed maintainer.
6008 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
6009 Use defcustom for the hooks; Improve the auto-generated docstrings.
6010 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
6011 (define-minor-mode): Add BODY arg; Only declare the keymap if
6012 provided; Improve the auto-generated docstrings.
6013
6014 1999-11-22 Gerd Moellmann <gerd@gnu.org>
6015
6016 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
6017 that the leading `^' is at the start. This is necessary because
6018 paragraphs.el tries to remove anchors, but can find them only if
6019 they are the first character.
6020
6021 * progmodes/antlr-mode.el: New file.
6022
6023 * calendar/calendar.el: Fix autoload for
6024 calendar-absolute-from-astro. Add autoload for
6025 calendar-print-astro-day-number.
6026
6027 1999-11-21 Anders Lindgren <andersl@andersl.com>
6028
6029 * follow.el: Use modern backquote syntax. Minor comment update.
6030
6031 1999-11-21 Gerd Moellmann <gerd@gnu.org>
6032
6033 * simple.el (with-syntax-table): Don't switch buffers.
6034
6035 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6036 progmodes/hideif.el: Use new backquote syntax.
6037
6038 1999-11-21 Ken Manheimer <klm@python.org>
6039
6040 * icomplete.el (icomplete-completions): Use an explicit variable
6041 `icomplete-prospects-length', obviating the need to use an
6042 apparently faulty throw/catch arrangement.
6043
6044 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
6045
6046 * term/internal.el (IT-display-table-setup): Don't overstep
6047 character code 255.
6048
6049 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
6050
6051 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6052 for the charset chinese-sisheng is 7bit encoding, not 8bit.
6053
6054 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
6055
6056 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6057 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6058
6059 * files.el (auto-mode-alist): Add patterns for diff-mode.
6060
6061 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6062 to detect an empty prompt.
6063
6064 1999-11-18 Dave Love <fx@gnu.org>
6065
6066 * simple.el (input-mode-8-bit): Fix the customization.
6067
6068 1999-11-18 Gerd Moellmann <gerd@gnu.org>
6069
6070 * international/iso-acc.el (iso-languages): Add more
6071 characters for Portuguese.
6072
6073 * speedbar.el: Clean up comment at the start of the file.
6074 Remove RCS id.
6075
6076 * progmodes/compile.el (compilation-parse-errors): Use
6077 compilation-buffer-p instead of testing major-mode.
6078
6079 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
6080
6081 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6082 (quickurl-ask): completion-ignore-case is set to the value of
6083 quickurl-completion-ignore-case for the duration of the call to
6084 completing-read.
6085
6086 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6087
6088 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6089
6090 1999-11-18 Kenichi Handa <handa@etl.go.jp>
6091
6092 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
6093 instead of ps-print-def.
6094
6095 * ps-print.el: Require ps-vars instead of ps-print-def.
6096
6097 * ps-mule.el: Require ps-vars instead of ps-print-def.
6098
6099 1999-11-17 Gerd Moellmann <gerd@gnu.org>
6100
6101 * simple.el (with-syntax-table): Save buffer explicitly instead of
6102 using save-excursion.
6103
6104 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6105
6106 * mail/supercite.el: New maintainer.
6107
6108 1999-11-16 Reto Zimmermann <reto@synopsys.com>
6109
6110 * progmodes/vhdl-mode.el: Use new backquote syntax.
6111
6112 1999-11-16 Gerd Moellmann <gerd@gnu.org>
6113
6114 * simple.el (with-syntax-table): New.
6115
6116 1999-11-15 Sam Steingold <sds@ksp.com>
6117
6118 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6119
6120 1999-02-22 Sam Steingold <sds@goems.com>
6121
6122 * goto-addr.el (goto-address-at-mouse,
6123 goto-address-find-address-at-point): Use compose-mail.
6124 (goto-address-mail-method): Removed variable.
6125 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6126 goto-address-send-using-mail): Removed functions.
6127
6128 1998-11-03 Sam Steingold <sds@goems.com>
6129
6130 * simple.el (backward-delete-char-untabify):
6131 backward-delete-char-untabify-method can be `all' now - to delete
6132 hungrily including newlines.
6133
6134 1999-11-15 Sam Steingold <sds@ksp.com>
6135
6136 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6137
6138 1999-11-15 Dave Love <fx@gnu.org>
6139
6140 * cus-edit.el (customize-face, customize-face-other-window):
6141 Require match from completing-read.
6142 (custom-buffer-done-function): Default to custom-bury-buffer, not
6143 bury-buffer.
6144
6145 1999-11-15 Gerd Moellmann <gerd@gnu.org>
6146
6147 * mail/rmail.el, iswitchb.el, hippie-exp.el,
6148 progmodes/cperl-mode.el: Use new backquote syntax.
6149
6150 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
6151
6152 * uniquify.el: Use new backquote syntax.
6153
6154 1999-11-14 Markus Rost <rost@ias.edu>
6155
6156 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6157 as in ispell-local-dictionary-alist.
6158
6159 1999-11-14 Alex Schroeder <alex@gnu.org>
6160
6161 * ansi-color.el (ansi-color-apply): Updated regexps to include
6162 highlighted face.
6163
6164 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
6165
6166 * forms.el (forms--make-format-elt-using-text-properties):
6167 Treat `intangible' differently.
6168
6169 * forms.el: Use new backquote syntax.
6170
6171 1999-11-13 Gerd Moellmann <gerd@gnu.org>
6172
6173 * textmodes/scribe.el (scribe-mode): Doc-fix.
6174
6175 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
6176
6177 * net-utils.el (run-network-program, net-utils-run-program): Use
6178 the new backquote syntax.
6179 (smbclient-program, smbclient-program-options)
6180 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6181 variables
6182 (smbclient, smbclient-list-shares): New functions
6183
6184 1999-11-12 Sam Steingold <sds@ksp.com>
6185
6186 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6187 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6188 (viper-kbd-buf-definition, viper-kbd-mode-alist)
6189 (viper-kbd-mode-pair, viper-kbd-mode-definition)
6190 (viper-kbd-global-pair, viper-kbd-global-definition):
6191 Use the new backquote syntax.
6192
6193 * emulation/viper-cmd.el (viper-test-com-defun)
6194 (viper-prefix-arg-value, viper-prefix-arg-com):
6195 Use the new backquote syntax.
6196
6197 * emacs-lisp/debug.el (debugger-env-macro):
6198 Use the new backquote syntax.
6199
6200 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6201 Use the new backquote syntax.
6202
6203 * calendar/calendar.el (calendar-remove-frame-by-deleting):
6204 New user variable.
6205 (calendar-hide-window): Use it.
6206 (increment-calendar-month, calendar-for-loop, calendar-sum):
6207 Use the new backquote syntax.
6208
6209 1999-11-12 Andrew Innes <andrewi@gnu.org>
6210
6211 * select.el (x-set-selection): Call buffer-substring, not
6212 substring. Also fix docstring
6213
6214 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
6215
6216 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6217 of customizable variables to bug report message. Added
6218 system-type to package name in bug report.
6219
6220 1999-11-12 Gerd Moellmann <gerd@gnu.org>
6221
6222 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6223 to display file names.
6224
6225 1999-11-11 Gerd Moellmann <gerd@gnu.org>
6226
6227 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6228
6229 * isearch.el: Add lazy-highlighting feature.
6230
6231 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
6232
6233 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6234 constant.
6235 (ps-mode-submit-bug-report): New function. Entry added to menu.
6236
6237 1999-11-10 William M. Perry <wmperry@aventail.com>
6238
6239 * mwheel.el: New file to support the new style wheeled mice.
6240
6241 1999-11-10 Gerd Moellmann <gerd@gnu.org>
6242
6243 * startup.el (initial-scratch-message): Add ";;" to the front of
6244 lines in the message.
6245
6246 * files.el (file-local-copy): Remove optional BUFFER argument
6247 because that's not used by anything.
6248
6249 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6250 to-address.
6251
6252 1999-11-08 Markus Rost <rost@ias.edu>
6253
6254 * wid-edit.el (widget-button-click): Wrap with save-excursion
6255 to restore track-mouse in the correct buffer.
6256
6257 1999-11-08 Gerd Moellmann <gerd@gnu.org>
6258
6259 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6260
6261 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
6262
6263 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6264 lpr-command to "lp" for some system-types. (copied from lpr.el
6265 Emacs version 20.2.1).
6266
6267 1999-11-04 Markus Rost <rost@ias.edu>
6268
6269 * simple.el (comment-region): Strip off white space at end of
6270 comment-start.
6271
6272 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6273
6274 * faces.el (secondary-selection): Fix wrong color name.
6275
6276 1999-11-04 John Tobey <jtobey@epsilondev.com>
6277
6278 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6279 the default when invoking perldb in a non-Perl buffer, and other
6280 cases involving -e or --.
6281
6282 1999-11-04 Gerd Moellmann <gerd@gnu.org>
6283
6284 * simple.el (previous-matching-history-element)
6285 (next-history-element): Use delete-field instead of erase-field.
6286
6287 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6288 Use delete-field instead of erase-field.
6289
6290 * faces.el (secondary-selection): Change background to yellow.
6291
6292 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6293 find the start of the text. Use field-string to read the user
6294 input.
6295
6296 1999-11-03 Gerd Moellmann <gerd@gnu.org>
6297
6298 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6299 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6300 for compatibility with old face implementation.
6301
6302 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6303 Use erase-field instead of erase-buffer.
6304
6305 * frame.el (blink-cursor-mode, blink-cursor-end): Use
6306 internal-show-cursor with new interface.
6307 (blink-cursor-timer-function): New.
6308 (blink-cursor-start): Use blink-cursor-timer-function.
6309
6310 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6311
6312 * calendar.el (redraw-calendar): Move to nearest date before
6313 redrawing.
6314
6315 * diary-lib.el (simple-diary-display): Reset modeline even if
6316 there are no diary entries since the diary buffer may be displayed.
6317
6318 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6319
6320 * emacs-lisp/debug.el (debug): If noninteractive, display the
6321 backtrace using `message', then exit Emacs.
6322 (debugger-batch-max-lines): New variable.
6323 (debugger-setup-buffer): New subroutine, broken out of `debug'.
6324 Change the messages put at the start, to say that the debugger
6325 was entered.
6326
6327 1999-11-02 Sam Steingold <sds@ksp.com>
6328
6329 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6330
6331 1999-11-01 John Tobey <jtobey@epsilondev.com>
6332
6333 * gud.el: (gud-perldb-massage-args): Massage correctly in the
6334 presence of perl switches other than "-e".
6335
6336 1999-11-01 Markus Rost <rost@ias.edu>
6337
6338 * dired-x.el (dired-smart-shell-command): Use
6339 shell-command-history as in shell-command.
6340
6341 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6342
6343 * userlock.el (ask-user-about-lock): Doc fix.
6344
6345 * frame.el: Doc fixes.
6346
6347 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6348
6349 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6350 of show-cursor.
6351 (blink-cursor-start, blink-cursor-end): Ditto.
6352
6353 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6354
6355 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6356
6357 * window.el (walk-windows): If ALL-FRAMES is a frame,
6358 start on that frame. Use save-selected-window.
6359
6360 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6361
6362 * simple.el (end-of-buffer): Use window-end to find the window end
6363 instead of vertical-motion because this handles variable-height
6364 lines correctly.
6365
6366 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
6367
6368 * ediff.el: Version change.
6369
6370 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6371 make sure you are in a good frame before deleting other
6372 windows.
6373 (ediff-file-checked-in-p): Don't consider CVS
6374 files checked in.
6375 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
6376 are writing to a newly created empty file.
6377
6378 * ediff-mult.el (ediff-show-session-group-hook): New default.
6379
6380 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6381 First cd to the file directory. reportedly works
6382 better with remote files.
6383
6384 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6385 Use file-name-nondirectory when passing files to CVS.
6386
6387 * ediff-diff.el (ediff-cmp-options): New variable.
6388 (ediff-same-file-contents): Use ediff-cmp-options.
6389
6390 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6391 ediff-get-patch-buffer): Use current buffer if it appears to be a
6392 patch.
6393
6394 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6395 C-g
6396
6397 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6398 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6399 (viper-save-cursor-color,viper-restore-cursor-color):
6400 Improved cursor color handling.
6401 (viper-get-saved-cursor-color-in-replace-mode,
6402 viper-get-saved-cursor-color-in-insert-mode): New functions for
6403 better cursor color handling.
6404
6405 * viper-ex.el (ex-read,ex-edit):
6406 Fixes for correct interpretation of #,%.
6407 (viper-ex): Now works correctly when called from other functions.
6408 (viper-glob-function): New variable.
6409 (viper-ex): Save excursion before doing :global.
6410
6411 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6412
6413 * viper-cmd.el (viper-post-command-sentinel,
6414 viper-insert-state-post-command-sentinel,
6415 viper-insert-state-pre-command-sentinel): Takes better care of
6416 cursor colors.
6417
6418 * viper.el: Version change.
6419
6420 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
6421
6422 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6423 that the modeline display was updated *only* when
6424 `whitespace-display-in-modeline' was set, not otherwise.
6425
6426 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6427
6428 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6429 "frac12".
6430
6431 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6432 ad-activate.
6433
6434 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
6435
6436 * whitespace.el: Test for existence of `defcustom' and `defgroup'
6437 using fboundp instead of assuming that these are not present in
6438 particular flavors of emacs.
6439 (whitespace-version): Update to 2.8
6440 (whitespace-display-in-modeline): Add custom variable to control
6441 displaying the whitespace errors on the modeline based on
6442 suggestion from <klaus.berndl@sdm.de>
6443 (whitespace-buffer): Now returns `t' if unclean and `nil' if
6444 clean, to enable using as a hook function, as suggested by Puneet
6445 Goel <puneet@computer.org>
6446 (whitespace-buffer): Fix a subtle bug that cleaned up only if
6447 quiet was not set, even with whitespace-auto-cleanup set.
6448 (whitespace-mode-line): Now uses less modeline real estate and
6449 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6450 which is present in the file, and <y> is any type of whitespace
6451 whose check has been suppressed by setting
6452 `whitespace-check-<whitespace-type>' to nil.
6453 (whitespace-unchecked-whitespaces): New function to return the
6454 list of whitespaces for whom checks have been suppressed.
6455 (whitespace-display-unchecked-whitespaces): Renamed to
6456 `whitespace-update-modeline' to reflect its functionality.
6457
6458 1999-10-30 Gerd Moellmann <gerd@gnu.org>
6459
6460 * progmodes/compile.el (compilation-error-regexp-alist):
6461 Undo previous change.
6462
6463 1999-10-28 Dave Love <fx@gnu.org>
6464
6465 * help.el (help-follow): Make arg optional again and really
6466 default to point.
6467
6468 1999-10-28 Gerd Moellmann <gerd@gnu.org>
6469
6470 * paths.el (rmail-file-name): Make it an option.
6471
6472 * progmodes/ada-mode.el, progmodes/ada-prj.el,
6473 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6474 comment fixes.
6475
6476 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6477 MIPS Pro 7.3 compiler error message syntax.
6478
6479 1999-10-27 Dave Love <fx@gnu.org>
6480
6481 * progmodes/compile.el: Checkdoc-inspired fixes.
6482
6483 1999-10-27 Gerd Moellmann <gerd@gnu.org>
6484
6485 * lpr.el (print-buffer): Doc-string fix.
6486
6487 1999-10-27 Dave Love <fx@gnu.org>
6488
6489 * emacs-lisp/advice.el: Doc fixes.
6490 (ad-lemacs-p): Removed.
6491 (advice): Add :link to defgroup.
6492
6493 1999-10-27 Kenichi Handa <handa@etl.go.jp>
6494
6495 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6496 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6497
6498 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6499
6500 * window.el (walk-windows): If ALL-FRAMES is a frame,
6501 start on that frame. Use save-selected-window.
6502
6503 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6504
6505 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6506 ad-activate. All callers changed, including those in data.c.
6507 (ad-activate-internal-off): Renamed from ad-activate-off.
6508 All uses changed.
6509 (ad-activate): Renamed from ad-activate-on. All uses changed.
6510 (ad-start-advice, ad-stop-advice, ad-recover-normality):
6511 Alter the definition of ad-activate-internal, not ad-activate.
6512
6513 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6514
6515 * startup.el (command-line-1): Add support for command line
6516 arguments `file' and `execute'. Fix handling of `visit'.
6517
6518 1999-10-26 Kenichi Handa <handa@etl.go.jp>
6519
6520 * international/mule-cmds.el (read-input-method-name): Handle the
6521 case that the arg DEFAULT is symbol.
6522
6523 * international/mule-diag.el (mule-diag): Handle the case that
6524 default-input-method is symbol.
6525
6526 1999-10-26 Gerd Moellmann <gerd@gnu.org>
6527
6528 * textmodes/tildify.el: New file.
6529
6530 1999-10-25 Sam Steingold <sds@ksp.com>
6531
6532 * Makefile (compile-files): Fixed the "tr" strings.
6533 (EMACS): Set to ../src/emacs.
6534
6535 1999-10-25 Gerd Moellmann <gerd@gnu.org>
6536
6537 * info.el (Info-build-node-completions): Add '("*") to the
6538 completion list.
6539
6540 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6541
6542 * frame.el (auto-raise-mode): When enabling the mode,
6543 immediately raise the selected frame.
6544
6545 * indent.el (indent-region): Doc fix.
6546
6547 * comint.el (comint-output-filter): Make the Comint buffer current
6548 for the comint-preoutput-filter-functions.
6549
6550 * mail/reporter.el: Doc fix.
6551
6552 1999-10-24 Stephen Eglen <stephen@gnu.org>
6553
6554 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6555 that Octave lisp files can also run under XEmacs 20.
6556 (require 'custom) added so that files can run under Emacs 19.34.
6557
6558 * iswitchb.el (iswitchb-default-keybindings): No need to use
6559 read-kbd-macro in keybindings.
6560
6561 1999-10-23 Dave Love <fx@gnu.org>
6562
6563 * elide-head.el: New file.
6564
6565 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6566
6567 * Makefile (compile-files, backup-compiled-files): New targets.
6568 (bootstrap, bootstrap-clean): Ditto.
6569
6570 1999-10-22 Paul Eggert <eggert@twinsun.com>
6571
6572 * international/mule-cmds.c (locale-language-names):
6573 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6574 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6575 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6576 Use Latin-8 for Welsh.
6577 Use Latin-1 for English if "en" is explicitly specified.
6578 Use Latin-1 for Scots Gaelic, Tagalog.
6579 Use Latin-1 (not Latin-4) for Greenlandic.
6580 Use Latin-1 (not Latin-2) for Albanian.
6581 (locale-preferred-coding-systems, locale-language-names):
6582 Remove generic ISO 8859 locales; locale-charset-language-names now
6583 does this.
6584 (locale-charset-language-names): New variable.
6585 (set-locale-environment): Use language name specified by
6586 locale-charset-language-names if its charsets disagree with the
6587 language name specified by locale-language-names.
6588
6589 1999-10-22 Dave Love <fx@gnu.org>
6590
6591 * make-mode.el: Minor doc fixes.
6592
6593 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6594
6595 1999-10-21 Dave Love <fx@gnu.org>
6596
6597 * loadup.el: Add latin-8, latin-9.
6598
6599 1999-10-20 Paul Eggert <eggert@twinsun.com>
6600
6601 * disp-table.el (standard-display-european): Remove undocumented
6602 arg AUTO; no longer used by startup.el. Do not attempt to treat
6603 all non-English language environments as coding system names.
6604 Instead, use the downcased language environment name as a coding
6605 system name if it is one; otherwise, use latin-1.
6606
6607 1999-10-20 Gerd Moellmann <gerd@gnu.org>
6608
6609 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6610 that were split so that part of the comment appeared as Lisp code.
6611
6612 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6613
6614 * ps-bdf.el: Doc fix.
6615
6616 * ps-print-def.el: New file: common definitions for all parts of
6617 ps-print.
6618 (ps-multibyte-buffer): Moved from ps-mule.
6619
6620 * ps-mule.el: File dependence fix.
6621 (ps-multibyte-buffer): Moved to ps-print-def.
6622
6623 * ps-print.el: Doc fix, better customization.
6624 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6625 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6626 (ps-end-file): Doc fix.
6627 (ps-setup, ps-begin-file): Fun fix.
6628 (postscript): New group.
6629 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6630 (ps-print-prologue-1): Adjust PostScript programming.
6631 (ps-print): Adjust group hierarchy.
6632 (ps-print-n-up, ps-print-zebra, ps-print-background,
6633 ps-print-printer)
6634 (ps-print-page): New subgroups.
6635 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6636 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6637 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6638 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6639 (ps-zebra-stripe-height, ps-print-background-image)
6640 (ps-print-background-text, ps-spool-config): Adjust customization.
6641 (dos-ps-printer): Definition eliminated.
6642
6643 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6644
6645 * ps-mule.el: Doc fix, define functions properly if mule package is
6646 loaded or not.
6647 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6648 mule package is loaded or not.
6649
6650 * ps-print.el: Doc fix, n-up printing.
6651 (ps-print-version): New version number (5.0).
6652 (ps-page-dimensions-database): Added document media.
6653 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6654 (ps-page-order, ps-printing-region-p): New vars.
6655 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6656 funs.
6657 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6658 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6659 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6660 (ps-n-up-xstart, ps-n-up-ystart): New macros.
6661 (ps-print-begin-sheet-hook): New hook.
6662 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6663 const.
6664 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6665 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6666 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6667 (ps-count-lines): Changed to defun.
6668 (ps-header-page): Changed to defsubst, fix fun.
6669 (ps-printing-region): Doc fix, adjust programming code.
6670 (ps-output-boolean, ps-background-pages, ps-background-text)
6671 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6672 programming code.
6673
6674 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6675
6676 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6677 (ps-print-version): New version number (4.2).
6678 (ps-spool-config, ps-spool-tumble): New vars.
6679 (ps-print-prologue-1): Changed to defconst, adjust PostScript
6680 programming, new PostScript procedure to handle errors.
6681 (ps-print-prologue-2): Changed to defconst.
6682 (ps-print-duplex-feature): New const: duplex and tumble setting.
6683 (ps-setup, ps-begin-file): Fix funs.
6684 (ps-boolean-capitalized): New fun.
6685
6686 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
6687
6688 * Makefile (dontcompilefiles): Obsoleted.
6689 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6690 (EL): Unused.
6691 (temacs): Removed (unused).
6692 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6693 version of the file (necessary for the update to work properly).
6694 (autoloads): Force the use of `pwd`/loaddefs.el.
6695 (updates); Redefined in terms of other targets to reduce redundancy.
6696 (.el.elc): New default rule, just in case you want it.
6697 (compile): Use a single invocation of Emacs.
6698 (bootstrap-compile); Unneeded.
6699 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6700
6701 1999-10-19 Dave Love <fx@gnu.org>
6702
6703 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6704
6705 1999-10-19 Sam Steingold <sds@ksp.com>
6706
6707 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6708 comply with the comment.
6709
6710 1999-10-19 Gerd Moellmann <gerd@gnu.org>
6711
6712 * autorevert.el (auto-revert-mode): Make auto-revert-mode
6713 permanent-local.
6714
6715 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
6716
6717 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6718 value: \"lpr\" changed to "lpr"
6719 (ps-mode-version): New constant
6720 (ps-mode-show-version): New function, added key in ps-mode-map
6721 (ps-run-messages): Removed
6722 (ps-run-font-lock-keywords-2): New defcustom variable replacing
6723 ps-run-messages. These keywords now include the value of
6724 ps-run-prompt, making its fontification customizable.
6725 (ps-run-init): Removed \\n from docstring, it is now added when
6726 the value is used
6727 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6728 ps-run-prompt
6729 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6730 customizable variables in doc-string (its equivalent
6731 ps-run-messages was missing in previous version of the doc-string)
6732 (ps-run-mode): Simplified assignment to font-lock-defaults, using
6733 symbols only
6734
6735 1999-10-19 Alex Schroeder <alex@gnu.org>
6736
6737 * ansi-color.el: Complete rewrite.
6738
6739 1999-10-19 Paul Eggert <eggert@twinsun.com>
6740
6741 Fix bootstrapping problems.
6742 Use the system locale to specify Emacs locale defaults.
6743
6744 * international/mule-cmds.el (global-map):
6745 Do not use backquote, because that makes a bootstrapping
6746 problem if you need to recompile all Lisp files using interpreted code.
6747 * international/mule.el (charset-id, charset-bytes,
6748 charset-dimension, charset-chars, charset-width,
6749 charset-direction, charset-iso-final-char,
6750 charset-iso-graphic-plane, charset-reverse-charset,
6751 charset-short-name, charset-long-name, charset-description,
6752 charset-plist): Likewise.
6753 * subr.el (save-match-data): Likewise.
6754
6755 * international/mule-cmds.el
6756 (set-display-table-and-terminal-coding-system): New function,
6757 containing code migrated out of set-language-environment.
6758 (set-language-environment, set-locale-environment): Use it.
6759 (locale-translation-file-name): Moved here from startup.el.
6760 (locale-language-names, locale-preferred-coding-systems):
6761 New vars.
6762 (locale-name-match, set-locale-environment): New functions.
6763
6764 * language/japan-util.el (setup-japanese-environment-internal):
6765 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6766
6767 * startup.el (iso-8859-n-locale-regexp): Remove.
6768 (locale-translation-file-name): Move to mule-cmds.el.
6769 (command-line): Move locale-stuff into set-locale-environment.
6770
6771 1999-10-18 Dave Love <fx@gnu.org>
6772
6773 * abbrev.el (add-abbrev, inverse-add-abbrev)
6774 (expand-region-abbrevs): Remove properties from buffer text.
6775
6776 1999-10-17 Gerd Moellmann <gerd@gnu.org>
6777
6778 * iswitchb.el (iswitchb-exhibit): Extract user-input only
6779 from the mini-buffer, without the prompt.
6780
6781 * simple.el (minibuffer-prompt-end): Return the position
6782 after the prompt, not the position of that last character
6783 of the prompt.
6784
6785 1999-10-17 Miles Bader <miles@gnu.org>
6786
6787 * simple.el: Doc fixes.
6788
6789 1999-10-17 Miles Bader <miles@gnu.org>
6790
6791 * simple.el (previous-matching-history-element, next-history-element):
6792 Change to work correctly even if the point is in the prompt.
6793 (choose-completion-string): Likewise.
6794 (minibuffer-prompt-width): New function (compatibility with old subr).
6795
6796 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6797 When constraining the final position to the current field,
6798 don't use the ONLY-IN-LINE mode of constrain-to-field.
6799
6800 1999-10-17 Miles Bader <miles@gnu.org>
6801
6802 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6803 constrain-to-field.
6804 * textmodes/paragraphs.el (forward-sentence): Likewise.
6805
6806 1999-10-17 Miles Bader <miles@gnu.org>
6807
6808 * simple.el (line-move): Use constrain-to-field to avoid
6809 moving into a prompt.
6810 (previous-complete-history-element): Clarify doc string.
6811 (next-complete-history-element): Likewise.
6812 Use field-beginning instead of point-min.
6813 (next-matching-history-element): Use field-beginning and
6814 erase-field instead of point-min and erase-buffer.
6815 * textmodes/paragraphs.el
6816 (forward-paragraph, forward-sentence): Likewise.
6817 (backward-kill-paragraph, backward-kill-sentence): Remove code to
6818 constrain the kill to an field, as the movement commands now
6819 do this.
6820
6821 1999-10-17 Miles Bader <miles@gnu.org>
6822
6823 * simple.el (previous-matching-history-element): Get the
6824 minibuffer input with field-string instead of buffer-string.
6825 (choose-completion-string): Likewise.
6826 (next-history-element): Likewise.
6827 Erase the minibuffer input with erase-field, not erase-buffer.
6828 Use field-beginning to find the beginning of the input.
6829 * textmodes/paragraphs.el (backward-kill-sentence):
6830 Remove minibuffer-prompt hack.
6831 Constrain to any input field.
6832
6833 1999-10-17 Sam Steingold <sds@ksp.com>
6834
6835 * bindings.el (completion-ignored-extensions): Added ".sparcf"
6836 for CMUCL on sparc and ".ufsl" for LispWorks.
6837 (bound-and-true-p): Bugfix: free variable `v'.
6838
6839 1999-10-16 Dave Love <d.love@dl.ac.uk>
6840
6841 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6842 (edebug-uninstall-read-eval-functions): Use load-read-function,
6843 avoiding elisp-eval.
6844
6845 1999-10-16 Sam Steingold <sds@ksp.com>
6846
6847 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6848 instead of `eql'.
6849
6850 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
6851
6852 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6853 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6854 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6855 * ediff-util.el (ediff-make-temp-file):
6856 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6857 * emerge.el (emerge-make-temp-file):
6858 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6859 * vc.el (vc-update-change-log):
6860 * mail/mailpost.el (post-mail-send-it):
6861 * mail/metamail.el (metamail-region):
6862 * progmodes/cmacexp.el (c-macro-expansion):
6863 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6864
6865 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6866
6867 * smtpmail.el (smtpmail-via-smtp): Add support for
6868 automatically appending a domain to RCPT TO: addresses.
6869
6870 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6871
6872 * dired.el (dired-insert-directory): Insert the amount of
6873 free space after the total size.
6874 (dired-free-space-program, dired-free-space-args): New variables.
6875
6876 1999-10-14 Karl Heuer <kwzh@gnu.org>
6877
6878 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6879
6880 1999-10-14 Dave Love <fx@gnu.org>
6881
6882 * international/characters.el:
6883 * international/fontset.el:
6884 * international/mule-conf.el: Add latin-iso8859-1[45].
6885
6886 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6887 strings.
6888
6889 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6890 (command-line): Detect Latin-[89] locales.
6891
6892 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6893
6894 * international/mule-cmds.el (select-safe-coding-system)
6895 (leim-list-header): Avoid the use of strings that start with backslash
6896 newline since lread.c:read1 has a hack to turn those strings into
6897 integer 0 during the loadup.el process.
6898
6899 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6900
6901 1999-10-13 Dave Love <fx@gnu.org>
6902
6903 * image.el (insert-image): Copy the image spec and add an
6904 intangible property.
6905
6906 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6907
6908 * help.el (help-xref-interned): Make it also work on variable-only
6909 and function-only symbols.
6910 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6911 (help-follow): If the point under mouse is not highlighted, try
6912 `help-xref-interned' on the pointed-to symbol anyway.
6913
6914 * info.el (Info-on-current-buffer): New entry point.
6915 (Info-find-node): Split into two for Info-on-current-buffer to
6916 hook into it.
6917 (Info-current-file, Info-set-mode-line, Info-up):
6918 Info-current-file can now be t.
6919 (Info-clone-buffer-hook): Function for `clone-buffer'.
6920 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6921 Make `clone-buffer' available in various ways to the user.
6922
6923 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6924
6925 * simple.el (shell-command, shell-command-on-region): Use
6926 make-temp-file.
6927 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6928
6929 * subr.el (with-current-buffer): Don't use backquotes to avoid
6930 bootstrapping problems.
6931
6932 * loadup.el (load-path): Add subdirs for bootstrapping.
6933 (docstrings): Ignore errors during bootstrapping.
6934 (args): New `bootstrap' argument (for use in place of `dump').
6935
6936 1999-10-12 Emmanuel Briot <briot@gnat.com>
6937
6938 * ada-stmt.el: Doc-string fixes.
6939
6940 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6941
6942 * recentf.el: New file.
6943
6944 * ps-mode.el: New file.
6945
6946 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6947 case insensitive.
6948
6949 1999-10-12 Richard Sharman <rsharman@pobox.com>
6950
6951 * sh-script.el: Added support for indenting existing scripts.
6952 (sh-mode-map): Added new bindings.
6953 (sh-mode): Updated mode doc-string for new commands, added
6954 make-local-variable calls, initialize mode-specific variables.
6955 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6956 is now a different function.
6957 (sh-header-marker): Changed docstring.
6958 (sh-set-shell): Initialize mode-specific variables.
6959 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6960 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6961 Changed these define-skeleton calls to work with user-specified
6962 indentation settings.
6963 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6964 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6965 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6966 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6967 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6968 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6969 (sh-guess-basic-offset, sh-handle-after-case-label)
6970 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6971 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6972 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6973 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6974 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6975 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6976 (sh-handle-this-then, sh-help-string-for-variable)
6977 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6978 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6979 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6980 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6981 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6982 (sh-remove-our-text-properties, sh-rescan-buffer)
6983 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6984 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6985 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6986 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6987 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6988 functions.
6989 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6990 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6991 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6992 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6993 (sh-var-list): New variables.
6994
6995 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6996
6997 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6998 a value one line to high if the cursor wasn't at the start of a
6999 line. A `beginning-of-line' is now performed before making the
7000 call to `count-lines'.
7001
7002 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
7003
7004 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
7005
7006 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7007
7008 * Makefile (setwins): Abstract out the command to find subdirectories
7009 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
7010 (custom-deps, finder-data, autoloads, update-subdirs, updates)
7011 (autoloads-with-other-emacs): Use it.
7012
7013 * diff-mode.el: New file. A mode for viewing/editing context diffs.
7014
7015 1999-10-09 Gerd Moellmann <gerd@gnu.org>
7016
7017 * Makefile (bootstrap-compile): New target. Compile Lisp
7018 files with ../src/temacs.
7019
7020 1999-10-08 Dave Love <fx@gnu.org>
7021
7022 * ange-ftp.el: Require dired when compiling.
7023 (ange-ftp-normal-login): Allow EFS-style port specification.
7024
7025 1999-10-08 Simon Marshall <simon@gnu.org>
7026
7027 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7028 (regexp-opt-group): Use it to get common suffixes in STRINGS.
7029 If STRINGS is nil, return "" rather than nil.
7030
7031 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7032
7033 * Makefile (compile): Compile files one by one. Set load-path to
7034 current directory and subdirectories when compiling.
7035
7036 1999-10-08 Gerd Moellmann <gerd@gnu.org>
7037
7038 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7039 (emacs): Use it everywhere instead of EMACS.
7040 (compile): New target. Compile all Lisp files from scratch.
7041 (recompile): New target. Recompile lisp directory.
7042 (autoloads-with-other-emacs): New target. Build loaddefs.el with
7043 an Emacs executable not built in the current directory tree.
7044
7045 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
7046
7047 * filecache.el (file-cache-completion-ignore-case): New variable,
7048 defaulting to the value of completion-ignore-case.
7049 (file-cache-minibuffer-complete): Use it.
7050 (file-cache-files-matching, file-cache-files-matching-internal):
7051 New functions.
7052
7053 1999-10-07 Emmanuel Briot <briot@gnat.com>
7054
7055 * ada-xref.el: New file
7056
7057 * ada-prj.el: New file
7058
7059 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7060
7061 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7062 subprogram being created.
7063
7064 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7065 ada-indent-newline-indent): Rewritten to support the new indentation
7066 scheme
7067
7068 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7069 New functions
7070
7071 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7072 justification parameter
7073
7074 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7075 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7076 external program
7077
7078 1999-10-07 Dave Love <fx@gnu.org>
7079
7080 * bindings.el (bound-and-true-p): New macro.
7081 (make-mode-line-mouse-sensitive): Don't require easymenu.
7082
7083 1999-10-07 Gerd Moellmann <gerd@gnu.org>
7084
7085 * custom.el (defface): Extend documentation for new values of
7086 `type'.
7087
7088 * faces.el (face-spec-set-match-display): Recognize `type' of
7089 `motif', `lucid', `x-toolkit'.
7090 (menu): New face.
7091
7092 1999-10-05 Dave Love <fx@gnu.org>
7093
7094 * files.el: Recognize temporary crontab files.
7095
7096 * info.el: Require jka-compr when compiling.
7097 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7098
7099 1999-10-04 Dave Love <fx@gnu.org>
7100
7101 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7102 scroll-up-aggressively, scroll-down-aggressively.
7103
7104 * time.el (display-time-mode): Add autoload cookie.
7105
7106 * rect.el (delete-extract-rectangle): Doc fix from verna.
7107
7108 * help-macro.el (three-step-help): Customize.
7109
7110 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7111
7112 * hexl.el (hexlify-buffer): Move point in proper range
7113 if it is too large.
7114 (hexl-after-revert-hook): Update hexl-max-address.
7115 (hexl-address-to-marker): Doc fix.
7116
7117 1999-10-03 Dave Love <fx@gnu.org>
7118
7119 * image.el (defimage): Remove redundant code. Substitute file in
7120 image plist.
7121
7122 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
7123
7124 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7125 when doing with-temp-file.
7126
7127 1999-10-01 Dave Love <fx@gnu.org>
7128
7129 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7130
7131 * help.el: Require view when compiling.
7132 (view-emacs-FAQ): Use Info version.
7133
7134 1999-09-29 Ken'ichi Handa <handa@gnu.org>
7135
7136 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7137 (normat->normal). Use correct font names for Korean
7138 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7139
7140 1999-09-29 Kenichi Handa <handa@etl.go.jp>
7141
7142 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7143 code not used by KOI8 to the same 8-bit code instead of mapping to
7144 SPC.
7145 (cyrillic-alternativnyj-decode-table): Likewise.
7146
7147 1999-09-29 Alex Schroeder <alex@gnu.org>
7148
7149 * sql.el (sql-imenu-generic-expression): Aew, used to set
7150 imenu-generic-expression.
7151 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7152 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
7153 imenu-case-fold-search, and imenu-syntax-alist.
7154 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7155 setting font-lock-defaults' SYNTAX-ALIST.
7156
7157 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7158
7159 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7160 macro, try again.
7161
7162 1999-09-28 Dave Love <fx@gnu.org>
7163
7164 * cus-edit.el (custom-comment): Change widget definition.
7165 (custom-comment-create, custom-comment-show)
7166 (custom-comment-invisible-p): Don't use :comment-overlay.
7167 (custom-comment-hide): New function.
7168 (custom-variable-set, custom-variable-save)
7169 (custom-variable-reset-standard, custom-face-set)
7170 (custom-face-save): Use it.
7171
7172 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7173
7174 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7175
7176 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7177
7178 * faces.el (region): Doc fix.
7179
7180 1999-09-27 Dave Love <fx@gnu.org>
7181
7182 * isearch.el (isearch): Add :links in defgroup.
7183 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7184 (isearch-switch-frame-handler): Comment out (unused).
7185 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7186 (isearch-ring-retreat-edit): Doc fix.
7187 (isearch-mouse-yank): New command.
7188 (isearch-last-command-char): Removed. Callers changed to use
7189 last-command-char.
7190 (isearch-char-to-string): Removed. Callers changed to use
7191 char-to-string.
7192
7193 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
7194
7195 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7196 option for Russian.
7197
7198 1999-09-25 Gerd Moellmann <gerd@gnu.org>
7199
7200 * faces.el (face-differs-from-default-p): Compare face
7201 attributes individually.
7202
7203 * image.el (put-image, insert-image): Add string argument.
7204
7205 1999-09-24 Gerd Moellmann <gerd@gnu.org>
7206
7207 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7208 LANG=de_DE.iso88591 on HPUX 11.0.
7209
7210 * dired.el (dired-move-to-filename-regexp): Make it work
7211 for LANG=de_DE.iso88591 on HPUX 11.0.
7212
7213 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
7214
7215 * info.el (info-initialize): Don't test existence of ALTERNATIVE
7216 if we know for some other reason it should not be used.
7217
7218 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7219 New variable.
7220 (edebug-recursive-edit): Save current-prefix-arg there,
7221 bind it, and set it back at the end.
7222 (edebug-outside-excursion): Restore and update the outside
7223 value of current-prefix-arg.
7224 (edebug-emacs-version-specific): Delete support for Epoch.
7225
7226 1999-09-24 Howard Melman <howard@silverstream.com>
7227
7228 * imenu.el (imenu-after-jump-hook): New variable.
7229 (imenu): Run menu-after-jump-hook.
7230 (imenu-name-lookup-function): New variable.
7231 * imenu.el (imenu--in-alist): Use those variables.
7232
7233 1999-09-24 Carsten Dominik <cd@gnu.org>
7234
7235 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7236 multiple thebibliography environments.
7237
7238 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7239 with recentering window.
7240 (reftex-extract-bib-entries-from-thebibliography,
7241 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
7242 with multiple thebibliography environments.
7243
7244 * textmodes/reftex-vars.el
7245 (reftex-section-levels): Function allowed as cdr.
7246 (reftex-max-section-depth) New option.
7247
7248 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7249 with multiple thebibliography environments.
7250
7251 1999-09-23 Gerd Moellmann <gerd@gnu.org>
7252
7253 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7254 instead of point-min in call to delete-region.
7255
7256 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
7257
7258 * vc.el (vc-backend-checkout): Use with-temp-file when checking
7259 out into arbitrary file names.
7260
7261 1999-09-19 Ken'ichi Handa <handa@gnu.org>
7262
7263 * language/european.el ("Turkish"): New language environment.
7264
7265 1999-09-19 Dave Love <fx@gnu.org>
7266
7267 * delim-col.el: New file.
7268
7269 1999-09-17 Richard Stallman <rms@gnu.org>
7270
7271 * files.el (after-find-file): When visiting a backup file,
7272 make it read-only.
7273
7274 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7275 (apropos-keybinding-face, apropos-label-face): Likewise.
7276 (apropos-property-face, apropos-match-face): Likewise.
7277 (apropos-label-properties): New variable.
7278 (apropos-print-doc): Use apropos-label-properties.
7279 (apropos-print): Set apropos-label-properties.
7280
7281 1999-09-15 Richard Stallman <rms@gnu.org>
7282
7283 * winner.el: Use aref instead of sref.
7284
7285 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7286
7287 1999-09-14 Gerd Moellmann <gerd@gnu.org>
7288
7289 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7290
7291 1999-09-14 Richard Stallman <rms@gnu.org>
7292
7293 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7294 cookie, even if followed by a letter.
7295
7296 1999-09-14 Stephen Eglen <stephen@gnu.org>
7297
7298 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7299 --no-line-editing are passed to Octave by including them here
7300 rather than storing them in inferior-octave-startup-args.
7301
7302 1999-09-14 Eli Zaretskii <eliz@gnu.org>
7303
7304 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7305 command, option, env and sc.
7306
7307 * subr.el (shell-quote-argument): Quote argument with double
7308 quotes for ms-dos.
7309
7310 1999-09-14 Richard Stallman <rms@gnu.org>
7311
7312 * simple.el (eval-expression-print-level): New variable.
7313 (eval-expression-print-length): New variable.
7314 (eval-expression-debug-on-error): New variable.
7315 (eval-expression): Bind print-level, print-length and
7316 debug-on-error from those vars.
7317
7318 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7319 Bind print-level, print-length and debug-on-error.
7320
7321 1999-09-14 Inge Frick <inge@nada.kth.se>
7322
7323 * dired.el (dired-recursive-deletes): New custom variable.
7324 (dired-re-no-dot): New variable.
7325 (dired-delete-file): New function deletes files and directories
7326 recursively.
7327 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7328
7329 * dired-aux.el (dired-recursive-copies): New custom variable.
7330 (dired-handle-overwrite): Broke a long line.
7331 (dired-copy-file): Call `dired-copy-file-recursive' instead of
7332 `copy-file'.
7333 (dired-copy-file-recursive): New function. Copy directories
7334 recursively.
7335 (dired-do-create-files): Added support for generalized directory
7336 target. How-to function may now return a function. New fluid
7337 variable `dired-one-file'.
7338 (dired-copy-how-to-fn): New variable.
7339 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7340 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7341 (dired-do-copy-regexp): No recursive copies.
7342
7343 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
7344
7345 * whitespace.el (whitespace-version): Update version to 2.4
7346
7347 * whitespace.el: Add customization variables to conditionally test
7348 any of the five whitespaces, per request from Rune Kleveland
7349 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7350
7351 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7352
7353 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7354 list of modes to be checked for bogus whitespaces.
7355
7356 * whitespace.el (whitespace-rescan-timer-time): Update
7357 documentation.
7358
7359 * whitespace.el (whitespace-display-unchecked-whitespaces):
7360 New function to update modeline with untested whitespaces.
7361
7362 * whitespace.el (whitespace-buffer): Test only whitespaces whose
7363 checking is turned on, and update modeline using the newly created
7364 `whitespace-display-unchecked-whitespaces'.
7365
7366 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7367 whose checking is turned on, and update modeline using the newly
7368 created `whitespace-display-unchecked-whitespaces'.
7369
7370 * whitespace.el (whitespace-describe): Update documentation.
7371
7372 * whitespace.el (whitespace-tickle-timer): Test if
7373 `whitespace-rescan-timer-time' is non-zero before tickling timer.
7374
7375 1999-09-13 Dave Love <fx@gnu.org>
7376
7377 * hideif.el (hide-ifdef-mode): Add autoload cookie.
7378
7379 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7380 for temp buffer.
7381 (checkdoc-this-string-valid): Don't assume default comment-start.
7382
7383 1999-09-13 Gerd Moellmann <gerd@gnu.org>
7384
7385 * rsz-mini.el: Remove code, keep the interface.
7386
7387 1999-09-13 Dave Love <fx@gnu.org>
7388
7389 * help.el (help-highlight-p): Doc fix.
7390
7391 * faces.el (mode-line, header-line, tool-bar): Add :version.
7392 (highlight, secondary-selection): Add :group.
7393 (trailing-whitespace): Add :group, :version.
7394
7395 * wid-edit.el: Remove some compatibility code and checks.
7396 (widget-specify-field, widget-specify-button): Don't use XEmacs
7397 properties.
7398 (widget-overlay-inactive): Change error message.
7399 (widget-button-pressed-face): New variable.
7400 (widget-button-click): Use it.
7401 (widget-documentation-link-add): Specify mouse and button faces.
7402 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7403 removed now the functionality is built in.
7404
7405 * cus-edit.el: Don't define-widget-keywords.
7406 (multimedia): New group.
7407 (custom-last): Function removed.
7408 (custom-quote): Add vectorp case, comment out characterp case.
7409 (custom-buffer-done-function, custom-raised-buttons): New option.
7410 (Custom-buffer-done): New function.
7411 (custom-buffer-create-internal): Obey custom-raised-buttons,
7412 Custom-buffer-done.
7413 (custom-button-face): Make it `released-button'.
7414 (custom-button-pressed-face): Make it `pressed-button'
7415 (custom-mode-map): Bind "q" to Custom-buffer-done.
7416 (custom-mode): Deal with raised/pressed buttons.
7417
7418 Changes from Didier Verna:
7419 (custom-prompt-variable): Optional third arg makes prompt for a
7420 comment string.
7421 (customize-set-value, customize-set-variable,
7422 customize-save-variable): Optional prefix makes function handle
7423 variable comments.
7424 (customize-customized, customize-saved, custom-variable-state-set)
7425 (custom-variable-set, custom-variable-save, custom-face-state-set)
7426 (custom-variable-reset-saved, custom-variable-reset-standard)
7427 (custom-face-set, custom-face-save, custom-face-reset-saved)
7428 (custom-face-reset-standard, customize-save-customized): Handle
7429 custom comments.
7430 (custom-comment-face, custom-comment-tag-face): New face.
7431 (custom-comment): New widget.
7432 (custom-comment-create, custom-comment-delete)
7433 (custom-comment-value-set, custom-comment-show)
7434 ()custom-comment-invisible-p): New functions.
7435 (custom-variable-value-create, custom-face-value-create): Create a
7436 comment field widget.
7437 (custom-variable-menu, custom-face-menu): New entry for custom
7438 comment.
7439 (custom-face-value-create): Remove compatibility code.
7440 (custom-save-variables, custom-save-faces): Possibly save custom
7441 comments.
7442
7443 * cus-face.el (custom-face-attributes): Simplify :underline,
7444 :overline, :inverse-video cases. Fix up :box case (probably needs
7445 more work).
7446
7447 Change from Didier Verna:
7448 (custom-set-faces): The arguments can now have a custom comment as
7449 fourth argument.
7450
7451 * custom.el: Don't define-widget-keywords.
7452 Change from Didier Verna:
7453 (custom-set-variables): The arguments can now have a
7454 custom comment as fifth element.
7455
7456 1999-09-13 Richard Stallman <rms@gnu.org>
7457
7458 * info.el (Info-find-node): Cope better if guesspos is too large.
7459
7460 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7461
7462 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7463 of buffer-substring because buffer-string doesn't copy the
7464 prompt.
7465
7466 * faces.el (mode-line): Replaces `modeline'.
7467 (toplevel): Make `modeline' an alias for `mode-line'.
7468
7469 1999-09-12 Gerd Moellmann <gerd@gnu.org>
7470
7471 * gs.el: Change `ghostscript' to `postscript' in comment.
7472
7473 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
7474
7475 * emulation/tpu-edt.el (tpu-version): New version.
7476 (tpu-search-overlay, tpu-replace-overlay): New variables.
7477 (tpu-search-highlight, tpu-toggle-direction): New functions.
7478 (tpu-lm-replace): Set tpu-replace-overlay.
7479 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7480 command hook.
7481
7482 1999-09-11 Richard Stallman <rms@gnu.org>
7483
7484 * isearch.el (isearch-mode-map): Undo previous change.
7485
7486 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7487 use all of that as the sexp.
7488
7489 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7490 and use the initial argument as file name directly.
7491 Likewise if nothing matches.
7492
7493 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
7494
7495 * winner.el: Major changes. Avoid changing point and mark.
7496 Save configurations after they change, not before.
7497
7498 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
7499
7500 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7501 Bind print-continuous-numbering and print-number-table.
7502
7503 1999-09-10 Dave Love <fx@gnu.org>
7504
7505 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7506
7507 1999-09-09 Richard Stallman <rms@gnu.org>
7508
7509 * whitespace.el: Finish making it fit Emacs conventions.
7510 Add autoloads.
7511
7512 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
7513
7514 * generic-x.el (bat-generic-mode): "::"-style comments don't
7515 need to begin with "-". Fix the font-lock definitions of ON/OFF
7516 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
7517 from the list of keywords. Add DO to the list of keywords.
7518
7519 1999-09-09 Dave Love <fx@gnu.org>
7520
7521 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7522 (byte-optimize-backward-word): New optimizations.
7523 (side-effect-free-fns, side-effect-and-error-free-fns): Add
7524 entries.
7525
7526 1999-09-09 Gerd Moellmann <gerd@gnu.org>
7527
7528 * image.el (put-image): Remove optional buffer parameter.
7529
7530 * faces.el (face-italic-p): Return t only for values `italic'
7531 and `oblique'.
7532
7533 * mouse.el (mouse-drag-mode-line-1): Extension of former
7534 mouse-drag-mode-line that also drags the header line.
7535 (mouse-drag-mode-line): Call it.
7536 (mouse-drag-header-line): New.
7537 (toplevel): Bind down-mouse-1 on header lines to
7538 mouse-drage-header-line.
7539
7540 1999-09-08 Gerd Moellmann <gerd@gnu.org>
7541
7542 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7543 (make-mode-line-mouse-sensitive): Replace `top-line' by
7544 `header-line'.
7545
7546 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
7547
7548 * help.el (describe-function-1): Don't return empty string for keymaps.
7549
7550 * fill.el (fill-region-as-paragraph, canonically-space-region):
7551 Respect colon-double-space at end of line.
7552
7553 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
7554
7555 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7556 (backup-buffer): Use it.
7557
7558 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
7559
7560 * generic-x.el (generic-define-unix-modes): Added new modes:
7561 inetd-conf-generic-mode, etc-services-generic-mode,
7562 etc-passwd-generic-mode. These are all defined for Unix by default.
7563 (apache-generic-mode): Use an imenu-generic-expression to list
7564 Configuration keywords.
7565 (samba-generic-mode): Use both ; and # as comment characters.
7566 (samba-generic-mode): Font-lock expressions now highlight name
7567 value pairs.
7568 (bat-generic-mode): Keywords are now case-insensitive through
7569 font-lock-defaults setting.
7570 (java-properties-generic-mode): Supports both ! and # as comment
7571 characters.
7572 (java-properties-generic-mode): Added an imenu-generic-expression
7573 (java-properties-generic-mode): Reworked to support the various
7574 different ways to separate name and value (viz, '=', ':' and
7575 whitespace).
7576 (show-tabs-generic-mode): Added this new generic-mode.
7577
7578 1999-09-08 Richard Stallman <rms@gnu.org>
7579
7580 * progmodes/inf-lisp.el: Moved from top directory.
7581
7582 * tar-mode.el (tar-header-block-tokenize):
7583 Use `when' instead of `and'. Fix some clobbered text.
7584
7585 * gud.el (gud-make-debug-menu): Make a child for the
7586 local menu, for its menu bar, and the debug menu.
7587 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7588 Use the history in the simple way.
7589
7590 1999-09-07 Kenichi Handa <handa@etl.go.jp>
7591
7592 * language/korea-util.el (default-korean-keyboard): Initialize it
7593 according to the environment variable HANGUL_KEYBOARD_TYPE.
7594
7595 1999-09-07 Richard Stallman <rms@gnu.org>
7596
7597 * subr.el (make-temp-file): New function.
7598
7599 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
7600
7601 * font-lock.el (font-lock-multiline): New text property contains
7602 a boolean to indicate if the char is part of a multiline match.
7603 (font-lock-default-fontify-region): Extend the region appropriately
7604 for multiline keywords.
7605 (font-lock-default-unfontify-region): Also remove the new
7606 font-lock-multiline text property.
7607 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7608 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7609
7610 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7611
7612 * diary-lib.el (list-diary-entries): Make sure two-digit years
7613 have leading zeros.
7614
7615 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7616
7617 * faces.el (face-set-after-frame-default): Initialize some
7618 attributes of some faces from frame parameters.
7619
7620 * faces.el (scroll-bar, border, cursor, mouse): New faces.
7621
7622 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7623
7624 * faces.el (fringe): Replaces face `margin'.
7625
7626 1999-09-07 Dave Love <fx@gnu.org>
7627
7628 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7629
7630 1999-09-07 Richard Stallman <rms@gnu.org>
7631
7632 * subr.el (push): Doc fix.
7633
7634 1999-09-06 Richard Stallman <rms@gnu.org>
7635
7636 * vc.el (vc-annotate-display): Use < 69 not < 70
7637 to distinguish 20YY from 19YY.
7638
7639 * timezone.el (timezone-parse-date): Use < 69 not < 70
7640 to distinguish 20YY from 19YY.
7641
7642 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7643
7644 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
7645
7646 * quickurl.el: (quickurl-list-focused-line): Removed.
7647 (quickurl-list-insert): Now works out the focused line using
7648 `count-lines' instead of using `quickurl-list-focused-line'.
7649
7650 1999-09-06 Richard Stallman <rms@gnu.org>
7651
7652 * mail/rmail.el (rmail-retry-failure): Unconditionally move
7653 to beginning of message.
7654
7655 1999-09-06 Dave Love <fx@gnu.org>
7656
7657 * isearch.el (isearch-mode-map): Add mouse-2.
7658
7659 * mail/rmail.el (rmail-read-password): Deleted.
7660 (rmail-get-pop-password): Use read-password.
7661
7662 * quickurl.el: Don't conditionally define caddr.
7663 (quickurl-url-comment): Use nth, not caddr in function and
7664 defsetf.
7665
7666 1999-09-06 Richard Stallman <rms@gnu.org>
7667
7668 * auto-show.el: Doc fixes.
7669
7670 1999-09-06 Stephen Eglen <stephen@gnu.org>
7671
7672 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7673 --no-line-editing so that TABs in source files are not interpreted
7674 as completion requests.
7675
7676 1999-09-06 Gerd Moellmann <gerd@gnu.org>
7677
7678 * hscroll.el, auto-show.el: Remove all code, keep the public
7679 interface as no-ops.
7680
7681 * faces.el (face-bold-p): Don't return t if face has lighter
7682 weight than normal.
7683
7684 1999-09-06 Eli Zaretskii <eliz@gnu.org>
7685
7686 * startup.el (command-line): Make small-temporary-file-directory
7687 be nil except on ms-dos.
7688
7689 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
7690
7691 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7692 is defined.
7693
7694 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7695 letters with a colon after d or l.
7696
7697 1999-09-06 Dave Love <fx@gnu.org>
7698
7699 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
7700 primitive.)
7701
7702 1999-09-05 Richard Stallman <rms@gnu.org>
7703
7704 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7705
7706 * textmodes/paragraphs.el (backward-kill-sentence):
7707 Don't test minibuffer-prompt-end here.
7708 (forward-sentence): Do handle it here.
7709 (backward-kill-paragraph): Don't test it here.
7710 (forward-paragraph): Handle it here.
7711
7712 * mouse.el (font-menu-add-default): Simplify code.
7713
7714 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7715
7716 * faces.el (header-line): Renamed from `top-line'.
7717
7718 1999-09-05 Gerd Moellmann <gerd@gnu.org>
7719
7720 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7721
7722 1999-09-04 Richard Stallman <rms@gnu.org>
7723
7724 * whitespace.el: New file.
7725
7726 1999-09-04 Dave Love <fx@gnu.org>
7727
7728 * paths.el: Make some doc strings obey the make-docfile convention.
7729
7730 * bindings.el: Likewise.
7731 (debug-ignored-errors): Remove BBDB ones.
7732
7733 1999-09-03 Richard Stallman <rms@gnu.org>
7734
7735 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7736 not from the draft to forward.
7737
7738 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7739
7740 1999-09-03 Dave Love <fx@gnu.org>
7741
7742 * double.el (double-mode): Customize the variable.
7743
7744 1999-09-03 Kenichi Handa <handa@etl.go.jp>
7745
7746 * international/characters.el: Delete duplicated code.
7747
7748 1999-09-02 Richard Stallman <rms@gnu.org>
7749
7750 * indent.el (indent-relative): Doc fix.
7751
7752 * quickurl.el (quickurl): Doc fix.
7753
7754 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7755
7756 * faces.el (margin): Change background to "gray" for mono (this is
7757 drawn with a stipple pattern).
7758
7759 1999-09-02 Gerd Moellmann <gerd@gnu.org>
7760
7761 * simple.el (next-history-element): Use minibuffer-prompt-end once
7762 again. Remove test for minibuffer-prompt-in-buffer.
7763
7764 1999-09-02 Eli Zaretskii <eliz@gnu.org>
7765
7766 * files.el (small-temporary-file-directory): New variable.
7767
7768 * startup.el (command-line): Compute the value of
7769 small-temporary-file-directory.
7770
7771 * ediff-init.el (ediff-temp-file-prefix): Use
7772 small-temporary-file-directory if non-nil.
7773
7774 * vc.el (vc-update-change-log): Likewise.
7775
7776 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7777
7778 * simple.el (shell-command, shell-command-on-region): Use
7779 make-temp-name properly. Use small-temporary-file-directory if
7780 non-nil, otherwise temporary-file-directory, to generate temporary
7781 files.
7782
7783 * dos-w32.el (direct-print-region-helper): Use
7784 temporary-file-directory. (From Stefan Monnier.)
7785
7786 1999-09-02 Richard Stallman <rms@gnu.org>
7787
7788 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7789 from asm-comment-char.
7790 (asm-font-lock-keywords): Recognize instruction width suffixes.
7791
7792 1999-09-01 Richard Stallman <rms@gnu.org>
7793
7794 * play/fortune.el: New file.
7795
7796 1999-08-31 Dave Love <fx@gnu.org>
7797
7798 * help.el (help-make-xrefs): Don't lose on non-empty blank line
7799 after key table.
7800
7801 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7802 redisplay variables.
7803
7804 * subr.el (push): Fix typo.
7805
7806 1999-08-30 Kevin Blake <kblake@ticnet.com>
7807
7808 * emacs-lisp/ring.el: Many doc fixes.
7809 (ring-size, ring-copy): New functions.
7810
7811 1999-08-29 Richard Stallman <rms@gnu.org>
7812
7813 * progmodes/etags.el (tags-loop-continue):
7814 After tags-loop-operate returns, force skip to next file.
7815
7816 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7817 (mail-extr-first-letters, mail-extr-last-letters):
7818 Use character classes [:alpha:] and [:alnum:].
7819
7820 * subr.el (push, pop): New macros.
7821
7822 * progmodes/compile.el (compilation-error-regexp-alist):
7823 New item for SGI IRIX MipsPro compilers.
7824
7825 * speedbar.el (speedbar-directory-buttons): Recognize
7826 device names when checking for file names.
7827
7828 * array.el (array-reconfigure-rows): Use generate-new-buffer.
7829
7830 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7831 and specially handle defvar inside their expansions.
7832 (eval-defun-1): New subroutine.
7833
7834 * progmodes/compile.el (compilation-error-regexp-alist):
7835 Fix the Perl -w entry to allow period after line number.
7836 Don't allow newlines in file name, but allow them after line number
7837 for Perl debugging traces.
7838
7839 * which-func.el (which-func-cleanup-function): New variable.
7840 (which-function): Call that function.
7841
7842 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7843 to end a function name.
7844
7845 * informat.el (Info-tagify): Don't insert more than one newline
7846 before the tag table.
7847
7848 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
7849
7850 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7851 than make-temp-name, use match-string-no-properties, and eliminate
7852 a quadratic behavior when building bibtex-strings.
7853
7854 1999-08-29 Alex Schroeder <alex@gnu.org>
7855
7856 * comint.el (comint-input-ring-separator): New variable.
7857 (comint-read-input-ring): Doc change; use
7858 comint-input-ring-separator when reading file.
7859 (comint-write-input-ring): Use
7860 comint-input-ring-separator when writing file.
7861
7862 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7863
7864 * informat.el (Info-tagify): Start by widening.
7865 Match node headers that don't list the file name,
7866 and more kinds of page separations.
7867 Strip properties during tagification.
7868 Use start of node header line as tag's position.
7869 Fix the "done" message.
7870
7871 (Info-validate): Save and restore match data around narrowing down.
7872
7873 1999-08-28 Richard M. Stallman <rms@gnu.org>
7874
7875 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7876 On repeated call, override previous values put into
7877 minor-mode-map-alist and minor-mode-alist.
7878
7879 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7880
7881 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7882
7883 1999-08-27 Andreas Schwab <schwab@gnu.org>
7884
7885 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7886 from cvs update.
7887
7888 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7889
7890 * calendar/calendar.el (calendar-move-hook): New hook.
7891
7892 * calendar/cal-move.el: Call the new hook in every movement function.
7893
7894 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7895 the right function name.
7896
7897 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7898
7899 * time-stamp.el: Put quote-backquote around all symbol names
7900 in doc strings, for mousing.
7901 (time-stamp): Support multi-line patterns.
7902 (time-stamp-inserts-lines): New variable.
7903 (time-stamp-count): New variable.
7904 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7905 "Thu" instead of "%a".
7906
7907 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7908
7909 * simple.el (kill-word): Undo previous change.
7910
7911 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7912
7913 * jit-lock.el (jit-lock-function): Extend the fontified range
7914 to the beginning of the line containing the range start and
7915 the beginning of the line following the range end.
7916
7917 1999-08-24 Dave Love <fx@gnu.org>
7918
7919 * timezone.el: Move provide to end.
7920 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7921 <70 are 2000+.
7922 (timezone-parse-time): Simplify somewhat.
7923
7924 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7925
7926 * faces.el (margin): Renamed from bitmap-area.
7927
7928 1999-08-24 Alex Schroeder <alex@gnu.org>
7929
7930 * sql.el: Doc changes.
7931 (sql-sybase): Use sql-server instead of sql-database.
7932
7933 1999-08-23 Dave Love <fx@gnu.org>
7934
7935 * rect.el: Add/fix various doc strings. Add `*' to all the
7936 interactive specs.
7937
7938 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7939
7940 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7941 Don't unwind-protect font-lock-fontify-region.
7942
7943 * paragraphs.el (backward-kill-paragraph): Don't move
7944 point into mini-buffer prompt.
7945 (backward-kill-sentence): Ditto.
7946
7947 * simple.el (next-history-element): Use minibuffer-prompt-end.
7948 Remove test for minibuffer-prompt-in-buffer.
7949 (kill-word): Don't move point into mini-buffer prompt.
7950
7951 1999-08-21 Dave Love <fx@gnu.org>
7952
7953 * Makefile: Exclude CVS dirs like RCS.
7954
7955 1999-08-19 Dave Love <fx@gnu.org>
7956
7957 * tooltip.el (tooltip-mode): Customize this, per convention.
7958 (tooltip-active): Option deleted.
7959
7960 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7961
7962 * hanoi.el, page-ext.el: Declare dynamic vars.
7963
7964 * term.el: Avoid ange-ftp related compilation warnings.
7965
7966 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7967
7968 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7969 the default so that beginners can benefit from it without
7970 searching in manuals.
7971
7972 1999-08-18 Ray Blaak <blaak@gnu.org>
7973
7974 * progmodes/delphi.el: Consider assembly sections as blocks, to
7975 indent them better. Make auto-indent on newline optional.
7976
7977 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7978
7979 * bindings.el (mode-line-modified): Look up key binding for C-x
7980 C-q. If it's bound call that binding, otherwise call
7981 toggle-read-only.
7982
7983 1999-08-17 Dave Love <fx@gnu.org>
7984
7985 * info.el (info): Doc fix.
7986
7987 * finder.el (finder-known-keywords): Add `multimedia'.
7988
7989 * apropos.el: Don't capitalize custom group name.
7990
7991 * info-look.el: Remove compatibility code.
7992 (info-lookup-guess-default*): DTRT for point at start of symbol.
7993 (info-complete): Don't lose with point not at end of symbol.
7994
7995 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7996
7997 * term.el (toplevel): Make face `term-default' an empty face.
7998 The code relied on the fact that Emacs ignored invalid faces in
7999 face text properties in 20.4.
8000
8001 1999-08-16 Richard M. Stallman <rms@gnu.org>
8002
8003 * subr.el (point-at-eol, point-at-bol): New aliases.
8004
8005 * simple.el: Functions reordered.
8006
8007 * rect.el (delete-rectangle-line): Use line-end-position.
8008
8009 1999-08-16 Karl Heuer <kwzh@gnu.org>
8010
8011 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
8012 here from simple.el.
8013
8014 1999-08-16 Dave Love <fx@gnu.org>
8015
8016 * mouse.el: Provide `mldrag' for compatibility.
8017 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
8018 marked obsolete.
8019
8020 * mldrag.el: Removed since the features are in mouse.el.
8021
8022 * jka-compr.el (auto-compression-mode): New variable for
8023 customization.
8024
8025 * bindings.el (mode-line-mule-info): Doc fix.
8026
8027 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8028 name comparisons.
8029
8030 * files.el (interpreter-mode-alist): Add make, guile, clisp.
8031 (find-file): Doc fix.
8032
8033 1999-08-16 Carsten Dominik <cd@gnu.org>
8034
8035 * textmodes/reftex.el: Most of the code moved to other files.
8036 * textmodes/reftex-auc.el: New file, split out from reftex.el
8037 * textmodes/reftex-cite.el: New file, split out from reftex.el
8038 * textmodes/reftex-global.el: New file, split out from reftex.el
8039 * textmodes/reftex-index.el: New file, split out from reftex.el
8040 * textmodes/reftex-parse.el: New file, split out from reftex.el
8041 * textmodes/reftex-ref.el: New file, split out from reftex.el
8042 * textmodes/reftex-sel.el: New file, split out from reftex.el
8043 * textmodes/reftex-toc.el: New file, split out from reftex.el
8044 * textmodes/reftex-vars.el: New file, split out from reftex.el
8045 * textmodes/reftex-vcr.el: New file, split out from reftex.el
8046
8047 1999-08-16 Carsten Dominik <cd@gnu.org>
8048
8049 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8050 conflict with pop-up-frames.
8051 (reftex-special-environment-parsers): New constant.
8052 (reftex-label-alist): car of an entry can also be a function.
8053 (reftex-what-special-env): Cew function.
8054 (reftex-label-location): Call `reftex-what-special-env'.
8055 (reftex-compile-variables): Check for symbol in
8056 `reftex-label-alist'.
8057 (reftex-what-environment): Fixed bug with stacked environments of
8058 same kind (e.g. enumerate).
8059 (reftex-process-string): Preserve default directory.
8060 (reftex-label-alist-builtin): Changed prefixes of endnote and
8061 footnote. Also the magic words.
8062 (reftex-reference): Interprete new option
8063 `reftex-fref-is-default'.
8064 (reftex-replace-prefix-escapes): Interprete new `%S' format.
8065 (reftex-toc-mouse-view-line): Command removed (had no binding).
8066 (reftex-everything-regexp): New function.
8067 (reftex-nearest-match): Made better.
8068 (reftex-toc-find-section): Use new version of
8069 `reftex-nearest-match'.
8070 (reftex-insert-docstruct): Adapted to work with the index stuff.
8071 (reftex-parse-from-file): Find index entries as well.
8072 (reftex-toc-toggle-index): New function
8073 (reftex-toc-map): `i' is now used to togle the index, File
8074 boundaries has been moved to `F'.
8075 (reftex-select-label-map): Toggling display of file boundaries is
8076 now on the `F' key, for consistency with `reftex-toc-map'.
8077 (reftex-erase-all-selection-and-index-buffers): Renamed from
8078 `reftex-erase-all-selection-buffer'. Now also kills the index
8079 buffers.
8080 (reftex-viewing-cross-references): Customization group renamed
8081 from reftex-viewing-cross-references-and-citations.
8082 (reftex-index-macro-regexp,
8083 reftex-find-index-entry-regexp-format): New variables
8084 (reftex-macros-with-index): New variable
8085 (reftex-add-index-macros): New function
8086 (reftex-renumber-simple-labels, reftex-translate): Allow for
8087 multiple labels in a single ref command.
8088 (reftex-index-support): New customization group
8089 (reftex-support-index, reftex-index-special-chars,
8090 reftex-index-macros, reftex-index-default-macro,
8091 reftex-index-default-tag, reftex-index-math-format,
8092 reftex-index-section-letters, reftex-index-include-context,
8093 reftex-index-follow-mode, reftex-index-header-face,
8094 reftex-index-section-face, reftex-index-tag-face,
8095 reftex-index-face): New options
8096 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8097 reftex-index-tag, reftex-index-return-marker,
8098 reftex-index-restriction-indicator, reftex-index-restriction-data,
8099 reftex-index-macro-regexp, reftex-index-level-re,
8100 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8101 reftex-everything-regexp-no-index, reftex-index-re,
8102 reftex-macros-with-index, reftex-index-macro-alist): New variables
8103 (reftex-index-help, reftex-index-macros-builtin,
8104 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8105 reftex-query-index-macro-help): New constants
8106 (reftex-index-selection-or-word, reftex-index,
8107 reftex-default-index, reftex-update-default-index,
8108 reftex-index-complete-tag, reftex-index-select-tag,
8109 reftex-index-complete-key, reftex-index-update-taglist,
8110 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8111 reftex-display-index, reftex-insert-index,
8112 reftex-index-insert-new-letter, reftex-get-restriction,
8113 reftex-index-pre-command-hook, reftex-index-post-command-hook,
8114 reftex-index-show-help, reftex-index-next, reftex-index-previous,
8115 reftex-index-toggle-follow, reftex-index-toggle-context,
8116 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8117 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8118 reftex-index-quit, reftex-index-quit-and-kill,
8119 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8120 reftex-index-revert, reftex-index-switch-index-tag,
8121 reftex-index-restrict-to-section, reftex-index-widen,
8122 reftex-index-restriction-forward,
8123 reftex-index-restriction-backward, reftex-index-visit-location,
8124 reftex-index-analyze-entry, reftex-index-globalize,
8125 reftex-index-edit, reftex-index-toggle-range-beginning,
8126 reftex-index-toggle-range-end, reftex-index-edit-key,
8127 reftex-index-edit-attribute, reftex-index-edit-visual,
8128 reftex-index-edit-part, reftex-index-level-down,
8129 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8130 reftex-index-change-entry, reftex-index-goto-letter,
8131 reftex-add-index-macros, reftex-ensure-index-support,
8132 reftex-index-info-safe, reftex-index-info): New functions.
8133
8134
8135 1999-08-15 Richard M. Stallman <rms@gnu.org>
8136
8137 * paren.el (show-paren-mode): Support making show-paren-mode
8138 a buffer-local variable. Don't check for a window system.
8139 (show-paren-function): Check whether show-paren-function is
8140 enabled in current buffer; do the right thing if not.
8141 Don't check for a window system.
8142 (show-paren-mode): Make it a user variable.
8143
8144 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8145 Handle `enum' like `struct'.
8146
8147 * server.el (server-process-filter): If a client visits no buffers,
8148 close it immediately before recording it.
8149
8150 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8151 Optimize by calling concat just once. Handle =\n sequence.
8152 (mail-unquote-printable-region): New command.
8153 (mail-quote-printable): Make it autoload.
8154
8155 1999-08-15 Karl Heuer <kwzh@gnu.org>
8156
8157 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8158
8159 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
8160
8161 * lisp/texinfmt.el: Handle @ifnottex.
8162
8163 1999-08-15 Eli Zaretskii <eliz@gnu.org>
8164
8165 * frame.el (blink-cursor): Don't turn on cursor blinking for
8166 ms-dos.
8167
8168 * faces.el (face-valid-attribute-values): Look in
8169 x-bitmap-file-path only for x and w32 window systems.
8170
8171 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8172 Do that if width is nil as well.
8173 (x-display-mm-height, x-display-mm-width): Update values.
8174 (x-colors): Compute the list from msdos-color-values.
8175 (x-select-enable-clipboard): Doc fix.
8176 (x-frob-font-weight, x-font-family-list): New functions.
8177
8178 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
8179
8180 * window.el (shrink-window-if-larger-than-buffer): Don't try to
8181 back up from beginning of buffer.
8182
8183 1999-08-13 Karl Heuer <kwzh@gnu.org>
8184
8185 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8186
8187 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
8188
8189 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
8190 doomsday clock, speed control is added and changes are made to
8191 allow large numbers of rings: rings now show the whole ring
8192 number, not just the last digit; consecutive rings are allowed to
8193 be the same size when necessary to fit all the rings in the
8194 window; and poles can be oriented horizontally. Face support is
8195 thrown in gratuitously.
8196 (hanoi): Changed default number of rings back to 3.
8197 (hanoi-unix, hanoi-unix-64): New commands
8198 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8199 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8200 hanoi-odd-ring-face): New variables.
8201 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8202 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8203 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8204 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8205 (hanoi-topos, hanoi-draw-ring): Removed.
8206
8207 1999-08-12 Gerd Moellmann <gerd@gnu.org>
8208
8209 * faces.el (face-valid-attribute-values): Return an alist for
8210 families on ttys.
8211 (face-read-integer): Handle unspecified face attributes. Add
8212 completion for `unspecified'.
8213 (read-face-attribute): Handle unspecified font attributes.
8214 (face-valid-attribute-values): Add `unspecified' to lists so that
8215 it can be chosen via completion.
8216 (face-read-string): Don't recognize "none" as input.
8217
8218 1999-08-10 Dave Love <fx@gnu.org>
8219
8220 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8221 string.
8222
8223 * sun-curs.el: Require sun-fns.
8224
8225 1999-08-10 Dave Love <fx@gnu.org>
8226
8227 * autorevert.el (auto-revert-mode): Add autoload cookie.
8228
8229 * hscroll.el, auto-show.el: Files deleted -- we have built-in
8230 hscroll.
8231
8232 * simple.el (hscroll-step, hscroll-point-visible)
8233 (hscroll-window-column): Remove now we have the mentioned real
8234 horizontal autoscrolling.
8235
8236 1999-08-10 Richard M. Stallman <rms@gnu.org>
8237
8238 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8239 control use of -f option.
8240 (mail-specify-envelope-from): New variable.
8241 (mail-from-style): Doc fix.
8242
8243 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8244 (easy-menu-get-map): New arg TO-MODIFY helps choose
8245 between local and global maps.
8246 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8247 (easy-menu-change): Doc fix.
8248
8249 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8250 (info-lookup-guess-default): Simplified and cleaned up.
8251 (info-lookup-guess-default*): Preserve point.
8252
8253 * view.el (view-mode-disable): If buffer-read-only is nil,
8254 don't change it.
8255
8256 * files.el (after-find-file): Disable View mode if buffer is no
8257 longer read-only.
8258
8259 * view.el (view-mode-enable, view-mode-disable):
8260 Call force-mode-line-update.
8261
8262 1999-08-10 Karl Heuer <kwzh@gnu.org>
8263
8264 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8265 * array.el, play/landmark.el, international/latin-3.el: Likewise.
8266 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8267
8268 1999-08-10 Alex Schroeder <asc@bsiag.com>
8269
8270 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8271 to prevent m-eating-bug.
8272
8273 1999-08-10 Eli Zaretskii <eliz@gnu.org>
8274
8275 * term/pc-win.el (msdos-bg-mode): Remove. Call
8276 frame-set-background-mode instead. All callers changed.
8277 (msdos-face-setup): Don't force color display parameter, it is set
8278 by frame-set-background-mode.
8279 (make-msdos-frame): Call x-handle-reverse-video and
8280 face-set-after-frame-default. Delete frame if creation failed.
8281
8282 * faces.el (face-set-after-frame-default): Don't call
8283 make-face-x-resource-internal for the pc window-system.
8284
8285 1999-08-10 Dave Love <fx@melange.gnu.org>
8286
8287 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8288 case with no docstring specially.
8289
8290 1999-08-09 Eli Zaretskii <eliz@gnu.org>
8291
8292 * complete.el (PC-do-completion): If completing on file name,
8293 reproduce str by concatenating its directory and basename parts.
8294
8295 1999-08-07 Dave Love <fx@gnu.org>
8296
8297 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
8298 unibyte to multibyte conversion of search-forward (from Handa),
8299 but avoid the replacement if the language is Latin-N.
8300
8301 1999-08-06 Richard Stallman <rms@gnu.org>
8302
8303 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8304 of eval-buffer.
8305
8306 * international/mule.el (load-with-code-conversion):
8307 Pass t to eval-buffer for DO-ALLOW-PRINT.
8308
8309 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
8310
8311 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8312 of filenames and attributes.
8313 (ls-lisp-insert-directory): Use directory-files-and-attributes
8314 for speed.
8315
8316 1999-08-05 Dave Love <fx@gnu.org>
8317
8318 * auto-show.el (auto-show-mode): Fix :set.
8319
8320 * widget.el (define-widget-keywords): Make dummy definition and
8321 comment-out its use.
8322
8323 1999-08-04 Richard Stallman <rms@gnu.org>
8324
8325 * progmodes/tcl.el: Customized.
8326
8327 * sql.el (sql-accumulate-and-indent): Instead of testing
8328 whether this is Emacs 20 before calling comint-accumulate,
8329 test whether comint-accumulate is defined.
8330
8331 1999-08-04 Dave Love <fx@gnu.org>
8332
8333 * sgml-mode.el: Require outline when compiling.
8334 (sgml-mode-hook, html-mode-hook): Customize.
8335 (sgml-validate-command): Fix :version.
8336 (html-autoview-mode): Doc fix.
8337
8338 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8339 nothing in Latin-N environment.
8340
8341 * info.el (Info-find-node): Call info-initialize here.
8342 (info): Not here.
8343 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8344
8345 1999-08-04 Richard Stallman <rms@gnu.org>
8346
8347 * ansi-color.el: New file.
8348
8349 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
8350
8351 * dired.el (dired-string-replace-match): Return `nil' when no match
8352 found with global search.
8353
8354 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8355 * terminal.el (te-terminfo-directory):
8356 * mail/mailpost.el (post-mail-send-it):
8357 * mail/metamail.el (metamail-region):
8358 * progmodes/ada-mode.el (ada-tmp-directory):
8359 Use temporary-file-directory.
8360
8361 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8362 (compilation-filter, compilation-forget-errors)
8363 (compilation-parse-errors): Use a marker instead of an integer for
8364 `compilation-parsing-end'.
8365
8366 * progmodes/diff.el (diff-parse-differences):
8367 Use a marker instead of an integer for `compilation-parsing-end'.
8368 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8369 Use a marker instead of an integer for `compilation-parsing-end'.
8370
8371 1999-08-03 Richard Stallman <rms@gnu.org>
8372
8373 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8374 (Buffer-menu-mode): Doc fix.
8375 (Buffer-menu-view): New command.
8376 (Buffer-menu-view-other-window): New command.
8377
8378 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
8379
8380 * replace.el (query-replace-regexp-eval)
8381 (replace-eval-replacement, replace-loop-through-replacements)
8382 (replace-match-string-symbols): New functions.
8383 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8384 Use replace-loop-through-replacements.
8385
8386 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
8387
8388 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8389 (5x5): Doc fix.
8390
8391 1999-08-03 Dave Love <fx@gnu.org>
8392
8393 * fortran.el (fortran-indent-new-line): Make it an alias
8394 for reindent-then-newline-and-indent.
8395
8396 1999-08-03 Didier Verna <verna@inf.enst.fr>
8397
8398 * rect.el: All functions rewritten, except when noted above
8399 their declaration. Below is a list of interface changes.
8400 (apply-on-rectangle): New function, mostly replaces
8401 `operate-on-rectangle'. All callers changed.
8402 (move-to-column-force): Pass new second argument to `move-to-column'.
8403 (kill-rectangle): Added optional prefix arg to fill lines.
8404 (delete-rectangle): Ditto.
8405 (delete-whitespace-rectangle): Ditto.
8406 (delete-extract-rectangle): Ditto.
8407 (open-rectangle): Ditto.
8408 (clear-rectangle): Ditto.
8409 (delete-whitespace-rectangle-line): New function.
8410 (delete-rectangle-line): Added third arg FILL.
8411 (delete-extract-rectangle-line): Ditto.
8412 (open-rectangle-line): Ditto.
8413 (clear-rectangle-line): Ditto.
8414
8415 1999-08-03 Ray Blaak <blaak@gnu.org>
8416
8417 * progmodes/delphi.el: New file.
8418
8419 1999-08-02 Richard Stallman <rms@gnu.org>
8420
8421 * textmodes/outline.el (outline-previous-heading): New function.
8422 (outline-up-heading-all): Use outline-previous-heading.
8423 (outline-next-heading): Delete definition inserted yesterday.
8424
8425 1999-08-01 Richard Stallman <rms@gnu.org>
8426
8427 * textmodes/outline.el (outline-next-heading): New function.
8428 (outline-up-heading-all): New function.
8429 (outline-font-lock-level): Using outline-up-heading-all.
8430 Tell outline-back-to-heading to accept invisible headings.
8431
8432 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8433
8434 * mail/mh-utils.el (mh-find-path-run): New variable.
8435 (mh-find-path): Test and set that.
8436 Set mail-user-agent only the first time this function is run.
8437 (mail-user-agent): Defvar deleted.
8438
8439 * info.el (info-initialize): New function.
8440 (info): Call info-initialize.
8441 (Info-directory-list): Initialize to nil,
8442 so info-initialize will set it up for real.
8443
8444 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8445
8446 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8447 does not interpret a time as the year in a day-month entry.
8448
8449 * calendar/diary-lib.el: Change syntax table entry for colon in
8450 the diary as part of the european-date-diary-pattern fix.
8451
8452 1999-08-01 Eli Zaretskii <eliz@gnu.org>
8453
8454 * international/mule.el (set-auto-coding): Allow whitespace before
8455 and after the "variable: value" pair.
8456
8457 1999-07-30 Ken'ichi Handa <handa@gnu.org>
8458
8459 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8460 (default-sendmail-coding-system): Doc-string fixed.
8461
8462 1999-07-30 Dave Love <fx@gnu.org>
8463
8464 * subr.el (assoc-delete-all): New function, renamed from
8465 frame-delete-all.
8466
8467 * frame.el: Change comments to doc strings and other doc fixes.
8468 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8469 Callers changed.
8470 (set-background-color, set-foreground-color, set-cursor-color)
8471 (set-mouse-color, set-border-color): Offer completion of colours.
8472 (cursor): Add :version to defgroup.
8473
8474 * facemenu.el (list-colors-display): Make it work on ttys.
8475 (facemenu-read-color): Likewise.
8476
8477 1999-07-30 Richard M. Stallman <rms@gnu.org>
8478
8479 * frame.el (frame-notice-user-settings): If background
8480 color has been changed, update background-mode from it,
8481 then update faces.
8482
8483 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8484
8485 * net-utils.el (finger): Don't do indirect fingering.
8486
8487 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8488
8489 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8490 rules. Add separator at end of holidays.
8491 (cal-tex-rules): New customizable variable.
8492 (cal-tex-latexify-list): Add optional parameter to put separator
8493 at end.
8494
8495 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
8496
8497 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8498 fill prefix on each line while looping to the end of paragraph.
8499 End paragraph if it's longer than the existing fill prefix.
8500
8501 * textmodes/fill.el (fill-context-prefix): Doc fix.
8502
8503 1999-07-30 Dave Love <fx@gnu.org>
8504
8505 * font-lock.el (jit-lock): Fix :load, add :version.
8506
8507 1999-07-30 Eli Zaretskii <eliz@gnu.org>
8508
8509 * term/pc-win.el (msdos-face-setup): Register standard colors in
8510 Vface_tty_color_alist.
8511 (face-color-supported-p, face_color_gray_p): New functions.
8512
8513 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8514 is bound.
8515
8516 * startup.el (command-line): Don't register default colors for
8517 MSDOS window-system.
8518
8519 1999-07-29 Dave Love <fx@gnu.org>
8520
8521 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8522 charquote.
8523
8524 * lisp-mode.el (eval-defun): Re-written to avoid
8525 capturing variables.
8526
8527 * picture.el (picture-beginning-of-line): Don't call
8528 hscroll-point-visible now we have real autoscrolling.
8529 (picture-end-of-line, picture-newline, picture-open-line):
8530 Likewise.
8531
8532 * international/latin-8.el: New file.
8533 * international/latin-9.el: New file.
8534
8535 1999-07-28 Dave Love <fx@gnu.org>
8536
8537 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8538
8539 * msb.el: Require cl only when compiling.
8540 (msb--home-dir): Deleted.
8541 (msb--format-title): Use abbreviate-file-name.
8542 (msb--choose-file-menu): Simplify string comparison.
8543
8544 1999-07-28 Gerd Moellmann <gerd@gnu.org>
8545
8546 * faces.el (toolbar): Add face definition for mono displays.
8547
8548 1999-07-27 Richard M. Stallman <rms@gnu.org>
8549
8550 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8551
8552 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8553 force copying of default-frame-alist.
8554
8555 1999-07-26 Ken'ichi Handa <handa@gnu.org>
8556
8557 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8558
8559 1999-07-26 Richard M. Stallman <rms@gnu.org>
8560
8561 * frame.el (set-mouse-color): If new color is nil,
8562 really respecify the current color.
8563
8564 1999-07-26 Gerd Moellmann <gerd@gnu.org>
8565
8566 * faces.el (bitmap-area): Change background of face `bitmap-area'
8567 to white for mono displays.
8568
8569 1999-07-26 Kenichi Handa <handa@etl.go.jp>
8570
8571 * international/ccl.el (ccl-embed-symbol): New function.
8572 (ccl-program-p): Deleted. Now it's implemented in C code.
8573 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8574 (ccl-compile-translate-character): Likewise.
8575 (ccl-compile-map-single): Likewise.
8576 (ccl-compile-multiple-map-function): Likewise.
8577 (declare-ccl-program): Doc-string modified.
8578 (check-ccl-program): Check compiled CCL code by ccl-program-p.
8579
8580 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
8581
8582 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8583
8584 1999-07-25 Markus Rost <rost@gnu.org>
8585
8586 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
8587 the entries to make custom-file more readable.
8588
8589 1999-07-25 Richard M. Stallman <rms@gnu.org>
8590
8591 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8592
8593 * emacs-lisp/edebug.el: Delete compatibility code.
8594 (edebug-next-token-class): If . is followed by a digit,
8595 return `symbol' for the token class.
8596
8597 * startup.el (command-line): If we don't find the user's init file,
8598 set user-init-file to nil.
8599
8600 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8601
8602 * info-look.el (info-lookup-interactive-arguments): Add optional
8603 argument query for new choice of help mode.
8604 (info-lookup-symbol): Use it.
8605 (info-lookup-file): Ditto.
8606 (info-lookup): Don't switch to other window, if already in Info
8607 buffer.
8608
8609 1999-07-23 Dave Love <fx@gnu.org>
8610
8611 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8612 syntax.
8613 (fortran-fontify-string, fortran-match-!-comment): Deleted.
8614 (fortran-font-lock-syntactic-keywords): New variable.
8615 (fortran-mode): Use it.
8616 (fortran-font-lock-keywords-1): Don't do comments.
8617 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8618 match data.
8619
8620 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8621
8622 * msb.el (msb-menu-bar-update-buffers): Renamed from
8623 menu-bar-update-buffers.
8624 (msb-custom-set, msb--toggle-menu-type): Call
8625 msb-menu-bar-update-buffers.
8626 (msb-mode): Revise the hook setting.
8627
8628 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8629
8630 1999-07-23 Gerd Moellmann <gerd@gnu.org>
8631
8632 * font-lock.el, help.el, simple.el: Re-integrate previously
8633 described changes that were lost due to errors while checking them
8634 in.
8635
8636 1999-07-23 Kevin Blake <kblake@ticnet.com>
8637
8638 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8639
8640 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
8641
8642 * international/encoded-kb.el
8643 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8644 but push it to unread-command-events.
8645 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8646 (encoded-kbd-self-insert-sjis): Likewise.
8647 (encoded-kbd-self-insert-big5): Likewise.
8648
8649 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8650 before left margin and fill-prefix by fill-find-break-point.
8651
8652 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8653
8654 * info-look.el (info-lookup-setup-mode): Don't give up, if
8655 info-lookup-make-completions returns an error.
8656 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8657 name latex, not latex2e.
8658
8659 1999-07-21 Richard M. Stallman <rms@gnu.org>
8660
8661 * replace.el (perform-replace): Turn off case-fold-search
8662 if FROM-STRING argument has uppercase in it.
8663
8664 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8665
8666 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8667 mode is on. Don't use end of changed text.
8668
8669 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8670
8671 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8672 (cl-hash-table-p): Renamed from hash-table-p.
8673 (cl-hash-table-count): Renamed from hash-table-count.
8674 (maphash): Alias to cl-maphash removed.
8675 (gethash): Likewise.
8676 (puthash): Likewise.
8677 (remhash): Likewise.
8678 (clrhash): Likewise.
8679
8680 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8681
8682 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8683 third arg non-nil. See comment there why this isn't a good idea.
8684
8685 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8686
8687 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8688
8689 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8690 sit-for with 3rd arg non-nil to prevent redisplay.
8691
8692 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8693
8694 * image.el (image-type-from-file-header): If file doesn't
8695 have a directory part, add data-directory.
8696
8697 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8698
8699 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8700 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8701 motion handling when tooltip-gud-tips-p is nil.
8702
8703 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8704
8705 * tooltip.el (tooltip-mode): Don't use `plusp'.
8706 (tooltip-active): Use initial value of nil.
8707
8708 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8709
8710 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8711
8712 * bindings.el (make-mode-line-mouse-sensitive): Add key
8713 definitions for `top-line'.
8714
8715 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8716
8717 * faces.el (top-line): New face.
8718
8719 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8720
8721 * image.el (image-type-regexps): Add regexp for PS files.
8722
8723 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8724
8725 * faces.el (set-face-attribute): Fix wrong handling of frame
8726 begin equal to t.
8727
8728 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8729
8730 * image.el (image-type-regexps): Add PNG format.
8731
8732 1999-07-21 Dave Love <fx@gnu.org>
8733
8734 * bindings.el (mode-line-modified): New variable.
8735 (mode-line-mode-menu-1): Switch to appropriate window before
8736 showing menu.
8737
8738 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8739
8740 * faces.el (face-underline): Removed.
8741 (face-underline-color): Ditto.
8742
8743 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8744
8745 * faces.el (face-x-resources): Fix typo.
8746
8747 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8748
8749 * faces.el: Remove handling of `:relief', extend handling of
8750 `:box'.
8751 (frame-set-background-mode): Choose new defface specs after
8752 frame parameters have changed.
8753
8754 * cus-face.el: Ditto.
8755
8756 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8757
8758 * custom.el (defface): Extend documentation to include new
8759 face attributes.
8760
8761 * cus-face.el (custom-face-attributes): Add overline,
8762 strike-through, box.
8763
8764 * faces.el (face-valid-attribute-values): Handle overline,
8765 strike-through, box.
8766 (face-attribute-name-alist): Add pairs for new face attributes.
8767 (describe-face): Handle new face attributes.
8768
8769 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8770
8771 * faces.el (face-x-resources): Add overline, strike-through, box.
8772
8773 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8774
8775 * enriched.el (enriched-translations): Add `display' and
8776 "x-display".
8777 (enriched-handle-display-prop): New.
8778 (enriched-decode-display-prop): New.
8779
8780 * format.el (top-level): Give `display' property
8781 `format-list-atomic-p.
8782 (format-annotate-single-property-change): Test that property.
8783 If present, treat list property values like atoms.
8784
8785 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8786
8787 * cus-face.el (custom-face-attributes): Use `choice' everywhere
8788 so that "*" can be entered.
8789
8790 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8791
8792 * cus-face.el (custom-face-attributes): Don't use `#''.
8793
8794 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8795
8796 * cus-face.el (custom-face-attributes): Return underline
8797 face attribute directly from the second lambda of underline.
8798
8799 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8800
8801 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8802
8803 * frame.el (after-setting-font-hooks): New variable.
8804 (set-frame-font): Run those hooks.
8805
8806 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8807
8808 * faces.el (set-face-attribute): Fix doc string.
8809
8810 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8811
8812 * cus-face.el (custom-face-attributes): Accept color name.
8813
8814 * faces.el (face-underline-p): Accept unspecified underlining.
8815 (face-underline): Ditto. Fix doc string.
8816
8817 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8818
8819 * faces.el (face-underline-color): New function.
8820
8821 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8822
8823 * cus-face.el (custom-face-attributes): Support underline coloring.
8824 Added slot to choose a color.
8825
8826 * faces.el (face-underline): New function.
8827 (face-underline-p): Support underline coloring.
8828 Return nil only if the underline attribute is 'normal.
8829 (set-face-underline): New function.
8830 (face-valid-attribute-values): Support underline coloring.
8831
8832 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8833
8834 * image.el (insert-image): Use `display' instead of `glyph'
8835 as text property name.
8836 (put-image): Ditto.
8837 (image-type-from-file-header): Use insert-file-contents-literally.
8838
8839 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8840
8841 * easymenu.el (easy-menu-do-add-item): Don't use the empty
8842 string to indicate separators.
8843
8844 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8845
8846 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8847 instead of message-log.
8848
8849 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8850
8851 * faces.el (bitmap-area): New face.
8852
8853 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8854
8855 * image.el (insert-image): New.
8856
8857 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8858
8859 * frame.el (blink-cursor): Set the symbol's value.
8860 (show-trailing-whitespace): Change group to font-lock.
8861
8862 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8863
8864 * jit-lock.el: New.
8865 * font-lock.el: Add jit-mode as new support mode.
8866
8867 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8868 reaching end instead of letting re-search-forward signal an error.
8869 (demand-lock-mode): New.
8870 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8871 (font-lock-turn-off-thing-lock): Ditto.
8872 (font-lock-after-fontify-buffer): Ditto.
8873 (font-lock-after-unfontify-buffer): Ditto.
8874
8875 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8876
8877 * gs.el: New file.
8878
8879 * startup.el (command-line-1): Activate tooltip mode if
8880 interactive.
8881
8882 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8883
8884 * faces.el (toolbar): Grey default background.
8885 (modeline): Ditto.
8886
8887 * image.el (image-type-regexps): New.
8888 (image-type-from-file-header): New.
8889 (create-image): Call it.
8890
8891 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8892
8893 * image.el: New file.
8894
8895 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8896
8897 * bindings.el (mode-line-format): Replace `mode-name' with
8898 `(:eval mode-line-mode-name)'.
8899 (mode-line-mode-name): New.
8900 (make-mode-line-mouse-sensitive): Don't change default value
8901 of `mode-name'.
8902
8903 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8904
8905 * tooltip.el: New file.
8906
8907 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8908
8909 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8910 instead of mouse-3 to pop up menus.
8911 (mode-line-kill-buffer): Removed.
8912 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8913 buffer name.
8914 (mode-line-buffer-menu-1): Removed.
8915
8916 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8917
8918 * bindings.el (mode-line-buffer-identification-keymap): New.
8919 (mode-line-buffer-menu-keymap): New.
8920 (mode-line-mode-menu-keymap): New.
8921 (mode-line-unbury-buffer): New.
8922 (mode-line-other-buffer): New.
8923 (mode-line-kill-buffer): New.
8924 (mode-line-buffer-menu-1): New.
8925 (mode-line-mode-menu-1): New.
8926 (make-mode-line-mouse-sensitive): New.
8927
8928 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8929
8930 * help.el (describe-key-briefly): Handle mode line strings
8931 with local-map properties.
8932 (describe-key): Ditto.
8933 (mode-line-key-binding): New.
8934
8935 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8936
8937 * scroll-bar.el (scroll-bar-timer): New.
8938 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8939
8940 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8941
8942 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8943 and `bottom'.
8944
8945 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8946
8947 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8948 (global): Use different key bindings if using tookit scroll bars.
8949
8950 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8951
8952 * faces.el (modeline): Define mode line face with relief for
8953 class color, only.
8954 (toolbar): New face.
8955
8956 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8957
8958 * frame.el (frame-initialize): Set frame-creation-function to
8959 tty-create-frame-with-faces.
8960
8961 * faces.el (frame-set-background-mode): Make it work for
8962 window-system nil.
8963
8964 * faces.el (tty-create-frame-with-faces): New.
8965 (face-set-after-frame-default): Make it work for TTY frames.
8966
8967 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8968
8969 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8970 Return a list of one font family for TTYs. Don't return bitmap
8971 file paths for TTY frames.
8972
8973 * faces.el: Add face specs for tty displays to basic faces.
8974
8975 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8976 (font-lock-string-face): Ditto.
8977 (font-lock-keyword-face): Ditto.
8978 (font-lock-builtin-face): Ditto.
8979 (font-lock-function-name-face): Ditto.
8980 (font-lock-variable-name-face): Ditto.
8981 (font-lock-type-face): Ditto.
8982 (font-lock-constant-face): Ditto.
8983 (font-lock-warning-face): Ditto.
8984
8985 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8986
8987 * startup.el (command-line): Register default tty colors.
8988
8989 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8990
8991 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8992
8993 * faces.el (modeline): For X frames, use a modeline with relief.
8994
8995 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8996
8997 * faces.el (frame-update-faces): Copied from 20.2.
8998 (frame-update-face-colors): Ditto. Code removed that isn't
8999 applicable in the new face implementation.
9000
9001 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9002
9003 * frame.el (show-trailing-whitespace): New.
9004
9005 * faces.el (trailing-whitespace): New basic face.
9006
9007 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9008
9009 * cus-face.el (custom-facep): Always define as alias for facep.
9010
9011 * cus-face.el (custom-face-attributes): Use choice widgets.
9012 Remove :bold and :italic.
9013
9014 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9015
9016 * faces.el (face-charset-registries): Removed since fontset.el
9017 is no always loaded.
9018
9019 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9020
9021 * faces.el (internal-get-face): Added as obsolete function for
9022 compatibility.
9023
9024 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9025
9026 * frame.el (blink-cursor-end): Call show-cursor.
9027 (blink-cursor-mode): Ditto.
9028
9029 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9030
9031 * faces.el (face-spec-reset-face): Reset all attributes to
9032 `unspecified'.
9033 (face-spec-set): Use it.
9034
9035 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9036
9037 * faces.el (read-all-face-attributes): Bug fix.
9038 (face-read-integer): Allow nil default value.
9039 (face-valid-attribute-values): Use symbol names of attribute
9040 values for completion list.
9041
9042 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9043
9044 * faces.el (internal-find-face): Define for compatibility with
9045 20.2.
9046 (face-id): Likewise.
9047
9048 * faces.el (face-id): Return the ID of a realized face for ASCII.
9049
9050 * fontset.el (x-charset-registries): Removed. Now in faces.el.
9051 (x-complement-fontset-spec): Use face-charset-registries.
9052
9053 * faces.el (face-font-selection-order): Set font selection order
9054 from Lisp.
9055 (face-alternative-font-family-alist): Set alternative font
9056 families from Lisp.
9057
9058 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9059
9060 * faces.el (set-face-charset-registries): Set symbol value.
9061
9062 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9063
9064 * faces.el (face-set-after-frame-default): Call function
9065 internal-merge-in-global-face.
9066
9067 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9068
9069 * faces.el (face-list): Return symbols from face-global-alist.
9070
9071 * faces.el (face-list): Return a copy of the face name list so
9072 that it cannot be modified from outside (facemenu.el uses
9073 nreverse, for example).
9074
9075 * cus-face.el (custom-face-attributes): Add :bold and :italic
9076 for compatibility with old code.
9077
9078 * faces.el (set-face-attributes-from-resources): Additional
9079 frame parameter.
9080 (make-face-x-resource-internal): Set attributes from resources
9081 for a given frame or all frames.
9082
9083 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9084
9085 * faces.el (all-faces): Removed.
9086
9087 * custom.el (defface): Add new face attributes to function
9088 comment.
9089
9090 * font-lock.el (font-lock-comment-face): Use new face attribute
9091 names.
9092 (font-lock-string-face): Ditto.
9093 (font-lock-keyword-face): Ditto.
9094 (font-lock-builtin-face): Ditto.
9095 (font-lock-function-name-face): Ditto.
9096 (font-lock-variable-name-face): Ditto.
9097 (font-lock-type-face): Ditto.
9098 (font-lock-reference-face): Ditto.
9099 (font-lock-warning-face): Ditto.
9100 ((boundp 'font-lock-face-attributes)): Ditto.
9101
9102 * cus-face.el (custom-face-attributes): Use new face attributes.
9103
9104 * faces.el (set-face-attribute-from-resource): Initialize
9105 from resources only for X and W32.
9106
9107 * cus-face.el (custom-declare-face): Don't make frame-local
9108 faces.
9109
9110 * faces.el (describe-face): Use princ instead of insert.
9111
9112 * faces.el: Add XLFD manipulation functions from 20.2 again
9113 because fontset.el uses them.
9114 (face-set-after-frame-default): Add empty definition.
9115
9116 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9117
9118 * faces.el (make-face): Correct typo.
9119 (set-face-attribute-from-resource): Use let*.
9120 (face-underline-p): Correct typo.
9121 (face-inverse-video-p): Ditto.
9122 (set-face-stipple): Ditto.
9123 (face-read-string): Make completion-list optional parameter.
9124
9125 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9126
9127 * faces.el (face-charset-registries): Alist mapping charset
9128 symbols to registries and encoding.
9129
9130 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9131
9132 * frame.el (blink-cursor-mode): Use interactive spec "P".
9133
9134 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9135
9136 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9137 mode. The cursor of selected_window blinks if the mode is enabled.
9138
9139 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9140
9141 * simple.el (next-history-element): Set point to the end of the
9142 prompt if minibuffer-prompt-in-buffer.
9143
9144 1999-07-21 Gerd Moellmann <gerd@gnu.org>
9145
9146 * faces.el (x-font-regexp): Add sub-expression parentheses for
9147 several font name components.
9148
9149 1999-07-21 Gerd Moellmann <gerd@acm.org>
9150
9151 * faces.el (set-face-relief): Use index 12 for relief.
9152 (face-fill-in): Set relief from data.
9153 (internal-make-face): Init relief to zero.
9154
9155 * faces.el (face-spec-set): Call modify-face with additional
9156 parameters for relief and fixed-p.
9157
9158 1999-07-21 Gerd Moellmann <gerd@acm.org>
9159
9160 * cus-face.el: ':fixed and ':relief added.
9161
9162 * faces.el (describe-face): Add fixed font attribute and relief.
9163 (face-attr-match-p): Ditto.
9164 (face-attr-construct): Ditto.
9165 (face-spec-set): Ditto.
9166
9167 1999-07-21 Gerd Moellmann <gerd@acm.org>
9168
9169 * faces.el (internal-make-face): Function to create a Lisp vector
9170 suitable for representing a face.
9171 (make-face): Use it instead of make-vector.
9172 (x-create-frame-with-faces): Use it instead of vector.
9173 (internal-facep): Increase vector size to 14.
9174 (internal-make-face): Ditto.
9175 (face-relief): Access relief thickness.
9176 (face-fixed-p): Access fixed font attribute.
9177 (set-face-fixed-p): Set fixed font attribute.
9178 (set-face-relief): Set relief attribute.
9179 (internal-face-interactive-int): Read int attribute of face.
9180 (modify-face): Add fixed-p and relief parameters.
9181 (copy-face): Handle fixed-p and relief.
9182 (face-equal): Compare fixed-p and relief.
9183 (face-differs-from-default-p): Ditto.
9184 (face-nontrivial-p): Add fixed-p and relief.
9185
9186 1999-07-21 Gerd Moellmann <gerd@acm.org>
9187
9188 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9189 (internal-facep): Increase vector size.
9190 (make-face): Ditto.
9191 (face-shadow-thickness): Added.
9192 (set-face-shadow-thickness): Added.
9193 (modify-face): Add optional shadow-thickness parameter.
9194 (make-face-x-resource-internal): Add shadows.
9195 (copy-face): Ditto.
9196 (face-equal): Ditto.
9197 (face-differs-from-default-p): Ditto.
9198 (face-nontrivial-p): Ditto.
9199 (face-attr-match-p): Ditto.
9200 (face-attr-construct): Ditto.
9201 (face-spec-set): Ditto.
9202 (face-fill-in): Ditto.
9203
9204 1999-07-21 Gerd Moellmann <gerd@acm.org>
9205
9206 * bench.el (bench-mark-split-window): New bench mark.
9207
9208 1999-07-21 Gerd Moellmann <gerd@acm.org>
9209
9210 * faces.el (set-face-font): Don't pass default font to
9211 x-resolve-font so that font will not have to be of the same
9212 size.
9213
9214 1999-07-20 Dave Love <fx@gnu.org>
9215
9216 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9217 unconditionally t.
9218
9219 1999-07-20 Karl Heuer <kwzh@gnu.org>
9220
9221 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9222
9223 1999-07-20 Dave Love <fx@gnu.org>
9224
9225 * help.el (describe-variable): Fix test for customizability.
9226
9227 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9228 Check for readonly buffer in interactive spec.
9229 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9230 (backward-kill-word): Add * to interactive spec.
9231
9232 * underline.el (underline-region, ununderline-region): Add * to
9233 interactive spec.
9234
9235 * fill.el (canonically-space-region, justify-current-line): Add *
9236 to interactive spec.
9237 (fill-region-as-paragraph, fill-paragraph, fill-region)
9238 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9239 readonly buffer in interactive spec.
9240
9241 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9242 (backward-kill-sentence, kill-sentence): Add * to interactive
9243 spec.
9244
9245 1999-07-19 Richard M. Stallman <rms@gnu.org>
9246
9247 * dired-aux.el (dired-do-shell-command): Doc fix.
9248
9249 * shell.el (shell-unquote-argument): New function.
9250 (shell-directory-tracker): Use shell-unquote-argument.
9251 * comint.el (comint-arguments): Handle \ followed by space or tab.
9252
9253 1999-07-19 John Wiegley <jwiegley@borland.com>
9254
9255 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9256 color codes 39 and 49, which by the way lynx uses them seem to
9257 mean "foreground reset" and "background reset".
9258
9259 1999-07-19 Karl Heuer <kwzh@gnu.org>
9260
9261 * font-lock.el (c++-keywords): Add "typeid".
9262
9263 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9264 selects no font, treat that as zero selections, not one.
9265
9266 1999-07-19 Dave Love <fx@gnu.org>
9267
9268 * info.el (Info-search): Don't lose with empty regexp.
9269
9270 * version.el: Cater for (free) `ident' program, not `which'.
9271
9272 * hl-line.el: New file.
9273
9274 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9275 for modes which don't define menus.
9276
9277 1999-07-16 Richard M. Stallman <rms@gnu.org>
9278
9279 * webjump.el (webjump-sample-sites): Update some URLs.
9280
9281 1999-07-14 Richard Stallman <rms@gnu.org>
9282
9283 * Version 20.4 released.
9284
9285 1999-07-14 Andreas Schwab <schwab@gnu.org>
9286
9287 * compare-w.el (compare-windows): Try to find the next window in
9288 the current frame before looking at the other frames.
9289
9290 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
9291
9292 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9293 Use cyrillic-jcuken as default input method.
9294
9295 1999-07-12 Richard Stallman <rms@gnu.org>
9296
9297 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9298 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9299
9300 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9301 (ispell-local-dictionary-alist): Add koi8-r for character set.
9302
9303 * textmodes/flyspell.el (flyspell-get-word):
9304 Add special handling for when ispell-otherchars is empty.
9305
9306 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
9307
9308 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9309 when having nested functons.
9310 (pascal-indent-nested-functions) (pascal-indent-line)
9311 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9312 indenting nested functions.
9313
9314 1999-07-09 Richard Stallman <rms@gnu.org>
9315
9316 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9317
9318 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
9319
9320 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9321 the `end' keyword was in the very beginning of the buffer.
9322
9323 1999-07-08 Richard Stallman <rms@gnu.org>
9324
9325 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9326
9327 * term.el (term-emulate-terminal): Avoid infinite loop
9328 in strange case where minibuffer window is selected but not active.
9329
9330 1999-07-07 Stephen Eglen <stephen@gnu.org>
9331
9332 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9333 Change regexp so that it doesn't match commands beginning with `cd'.
9334
9335 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9336
9337 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9338
9339 1999-07-06 Richard Stallman <rms@gnu.org>
9340
9341 * hscroll.el (hscroll-minibuffer-hook): New function.
9342 (hscroll-global-mode): Add and remove that hook.
9343 Set hscroll-old-truncate-was-global's default value.
9344
9345 1999-07-05 Richard Stallman <rms@gnu.org>
9346
9347 * files.el (revert-buffer): Don't preserve point here.
9348 (revert-buffer-insert-file-contents-function): Doc fix.
9349
9350 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9351
9352 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9353 doing a `stat' when it isn't necessary because that can cause
9354 trouble when an NFS server is down.
9355
9356 1999-07-04 Richard Stallman <rms@gnu.org>
9357
9358 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9359
9360 1999-07-03 Richard Stallman <rms@gnu.org>
9361
9362 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9363 for \200...\240 also.
9364 (isearch-printing-char): Use unibyte-char-to-multibyte.
9365
9366 1999-07-02 Richard Stallman <rms@gnu.org>
9367
9368 * frame.el (minibuffer-frame-alist): Use defcustom.
9369 (pop-up-frame-alist): Likewise.
9370 (initial-frame-alist): Specify * in the doc string.
9371
9372 * hscroll.el (hscroll-mode): Make it a permanent local.
9373 (hscroll-mode): Don't cancel the timer
9374 if HScroll mode is enabled in some other buffer.
9375
9376 * isearch.el (isearch-done): If search ends in middle of intangible
9377 text (due to text property), move on to the limit of that text.
9378
9379 1999-07-01 Andrew Innes <andrewi@gnu.org>
9380
9381 * man.el (Man-build-man-command): Use value of null-device,
9382 instead of hard-coding "/dev/null".
9383
9384 * dos-w32.el (untranslated-canonical-name): Avoid expanding
9385 ange-ftp file names, which might force ange-ftp to prompt for a
9386 password.
9387
9388 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9389 to prevent references to temp files.
9390
9391 1999-06-30 Richard Stallman <rms@gnu.org>
9392
9393 * progmodes/sh-script.el (sh-feature): If nothing is known
9394 about the given shell, use the values for `sh'.
9395
9396 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
9397
9398 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9399 to make it non-recursive.
9400
9401 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9402
9403 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9404
9405 * auto-show.el (auto-show-mode): Fix Typo in :set.
9406
9407 1999-06-29 Richard M. Stallman <rms@gnu.org>
9408
9409 * progmodes/sh-script.el (sh-mode): When setting syntax
9410 table, default to the standard one.
9411
9412 1999-06-27 Richard M. Stallman <rms@gnu.org>
9413
9414 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9415
9416 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
9417
9418 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9419 a frame when `return' is requested (even if pop-up-frames = t)
9420 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9421 should only be set for the bibtex buffer.
9422
9423 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9424
9425 * progmodes/compile.el: Deal with compilation-error-screen-columns
9426 being buffer-local.
9427
9428 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9429
9430 * comint.el (comint-password-prompt-regexp): Allow "(again)".
9431
9432 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9433
9434 * cal-x.el (calendar-only-one-frame-setup): New function.
9435 * calendar.el (calendar): Call it if requested.
9436
9437 1999-06-24 Karl Heuer <kwzh@gnu.org>
9438
9439 * startup.el (iso-8859-n-locale-regexp): Doc fix.
9440
9441 1999-06-22 Richard M. Stallman <rms@gnu.org>
9442
9443 * mail/supercite.el (sc-emacs-features): Doc fix.
9444
9445 1999-06-22 Karl Heuer <kwzh@gnu.org>
9446
9447 * files.el (auto-mode-alist): Add pike-mode.
9448
9449 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
9450
9451 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9452 last byte of a numeric field is a space or a NUL. Parse it as
9453 potentially part of the number. This is used by GNU tar
9454 1.12.64012 to handle larger values.
9455
9456 1999-06-20 Karl Heuer <kwzh@gnu.org>
9457
9458 * custom.el (custom-handle-keyword): Fix error message.
9459
9460 1999-06-18 Andrew Innes <andrewi@gnu.org>
9461
9462 * mail/smtpmail.el (smtpmail-send-it): Use
9463 convert-standard-filename to make file names for queued mail safe
9464 on Windows (`:' is invalid in file names on Windows).
9465
9466 1999-06-17 Kenichi Handa <handa@etl.go.jp>
9467
9468 * international/mule-cmds.el (describe-current-input-method):
9469 Current-input-method is string.
9470 (toggle-input-method): Docstring fixed.
9471
9472 * international/mule-diag.el
9473 (describe-current-coding-system-briefly): Fix format string.
9474
9475 * international/mule-util.el (coding-system-eol-type-mnemonic):
9476 Docstring modified. Return a string.
9477
9478 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
9479
9480 * sql.el (sql-input-ring-file-name): Doc fix.
9481
9482 1999-06-17 Richard M. Stallman <rms@gnu.org>
9483
9484 * calendar/cal-x.el (special-display-buffer-names):
9485 Don't put (get-file-buffer diary-file) on this list.
9486
9487 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
9488
9489 * play/mpuz.el (mpuz-try-proposal): Fix message call.
9490 Don't penalize player for certain impossible guesses.
9491
9492 1999-06-16 Andrew Innes <andrewi@gnu.org>
9493
9494 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9495 return the string "Unk 0 0000" so at least it appears to be a
9496 valid timestamp to `dired-move-to-filename-regexp'.
9497
9498 1999-06-15 Ken'ichi Handa <handa@gnu.org>
9499
9500 * ps-print.el (ps-control-character): Fix previous change.
9501
9502 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9503
9504 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9505 multiple output of the last message.
9506
9507 1999-06-14 Eli Zaretskii <eliz@gnu.org>
9508
9509 * term/internal.el (IT-display-table-setup): Do not remap \222 to
9510 the ASCII apostrophe, as most DOS codepages have some other glyph
9511 there.
9512
9513 1999-06-14 Ken'ichi Handa <handa@gnu.org>
9514
9515 * language/ethio-util.el (setup-ethiopic-environment-internal):
9516 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9517 (exit-ethiopic-environment): Likewize.
9518
9519 1999-06-12 Richard M. Stallman <rms@gnu.org>
9520
9521 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9522
9523 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9524
9525 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9526 custom-initialize-default to avoid infinite loop.
9527 (crisp-mode): (defun) Call transient-mark-mode here, not when
9528 loading the file. Run crisp-mode-hook here, and run
9529 crisp-load-hook when loading the file.
9530
9531 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9532 rmail-summary buffer, search for pattern in rmail-file.
9533
9534 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9535
9536 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9537
9538 * ps-print.el (ps-printer-name): Fix custom type.
9539
9540 1999-06-12 Reto Zimmermann <reto@synopsys.com>
9541
9542 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9543 (vhdl-port-paste-generic-map): Fix indentation bug.
9544 (vhdl-port-paste-port-map): Fix indentation bug.
9545 (vhdl-scan-file-contents): Make scanning case insensitive.
9546
9547 1999-06-11 Richard M. Stallman <rms@gnu.org>
9548
9549 * files.el (write-file): When buffer is not already visiting a file,
9550 don't put buffer name in the minibuffer, just make it the default.
9551 Also handle just directory as arg usefully in that case.
9552
9553 * simple.el (sendmail-user-agent-compose):
9554 Ignore case when inserting the rest of the "other" headers.
9555
9556 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
9557
9558 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9559 (info-lookup-interactive-arguments): Never insert the default
9560 into the minibuffer automatically.
9561
9562 * emacs-lisp/cl-extra.el (getf): Don't call get*.
9563
9564 1999-06-09 Richard M. Stallman <rms@gnu.org>
9565
9566 * simple.el (shell-command): Avoid printing "mark set" message.
9567
9568 1999-06-09 Dave Love <fx@gnu.org>
9569
9570 * progmodes/compile.el (compilation-error-regexp-alist): Allow
9571 digits in program name in first pattern.
9572
9573 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
9574
9575 * vc.el (vc-dired-mode): Don't match anything before the date in
9576 dired-move-to-filename-regexp.
9577
9578 1999-06-07 Ken'ichi Handa <handa@gnu.org>
9579
9580 * international/quail.el (quail-define-rules): Fix typo in
9581 docstring.
9582
9583 1999-06-05 Stephen Eglen <stephen@gnu.org>
9584
9585 * iswitchb.el (iswitchb-default-keybindings): Add
9586 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9587 than when package is loaded.
9588
9589 1999-06-04 Richard M. Stallman <rms@gnu.org>
9590
9591 * startup.el (command-line): Don't set user-init-file directly;
9592 tell `load' to set it.
9593
9594 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9595
9596 * simple.el (next-history-element):
9597 Handle minibuffer-text-before-history properly when reading sexps.
9598
9599 * disp-table.el (standard-display-european):
9600 For an interactive call by the user,
9601 don't set enable-multibyte-characters,
9602 and don't set the terminal coding system.
9603
9604 * textmodes/refbib.el: Don't print any messages or display
9605 a buffer when loading the library.
9606 (r2b-help): Doc fix.
9607 (r2b-help-message): Update the documentation.
9608 (r2b-load-quietly): Variable deleted.
9609 (r2b-convert-buffer): Doc fix.
9610
9611 1999-06-04 Dave Love <fx@gnu.org>
9612
9613 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9614
9615 * auto-show.el: Don't change hooks on loading.
9616 (auto-show-mode): Autoload. Default to nil. Add :set &c.
9617 (auto-show-mode): Add to hooks here.
9618
9619 1999-06-04 Richard Sharman <rsharman@pobox.com>
9620
9621 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9622 recursion on bogus input.
9623
9624 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
9625
9626 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9627 does not select a buffer from the buffers menu, then the attached
9628 frame is not switched to anything.
9629
9630 1999-06-03 Ken'ichi Handa <handa@gnu.org>
9631
9632 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9633 (viet-viscii-...->viet-vscii...).
9634
9635 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9636
9637 1999-06-01 Dave Love <fx@gnu.org>
9638
9639 * progmodes/fortran.el: Add :link to defgroup.
9640 (fortran-blink-matching-if): Match ELSE statements too.
9641 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9642 that filling is always done.
9643
9644 1999-05-31 Richard M. Stallman <rms@gnu.org>
9645
9646 * simple.el (append-next-kill): Use an arg to distinguish
9647 interactive calls from Lisp calls, rather than (interactive-p).
9648
9649 * international/iso-transl.el (iso-transl-language-alist):
9650 Interchange n and N.
9651
9652 1999-05-31 Dave Love <fx@gnu.org>
9653
9654 * msb.el Add to minor-mode-map-alist. Remove hook installation
9655 and keymap munging on load.
9656 (msb-mode): New option.
9657 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9658 Doc fix.
9659 (msb-mode-map): New variable.
9660 (msb-mode): New command.
9661
9662 1999-05-31 Dave Love <fx@gnu.org>
9663
9664 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9665 (ispell-complete-word-dict): Likewise.
9666
9667 1999-05-31 Eli Zaretskii <eliz@gnu.org>
9668
9669 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9670 force the data buffer to be saved, even if the data didn't
9671 change, in case the write filter was modified. Restore the
9672 current record after read-file-filter finishes.
9673
9674 1999-05-29 Karl Heuer <kwzh@gnu.org>
9675
9676 * ispell4.el: Obsolete; file deleted.
9677
9678 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9679
9680 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9681 VALUE is a syntax table.
9682
9683 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9684
9685 * simple.el (zap-to-char): Doc fix.
9686
9687 1999-05-27 Ken'ichi Handa <handa@gnu.org>
9688
9689 * isearch.el (isearch-quote-char): Don't assume character codes
9690 0200 - 0237 stand for characters in some single-byte character
9691 charset.
9692
9693 1999-05-27 Dave Love <fx@gnu.org>
9694
9695 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9696
9697 1999-05-27 Andreas Schwab <schwab@gnu.org>
9698
9699 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9700 headerline does not exist already.
9701
9702 1999-05-26 Richard Stallman <rms@gnu.org>
9703
9704 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9705 Avoid nested null-loops.
9706
9707 1999-05-26 Ken'ichi Handa <handa@gnu.org>
9708
9709 * international/characters.el: Typo fixed; prefered->preferred.
9710
9711 * international/mule-cmds.el (find-coding-systems-for-charsets):
9712 Typo fixed; prefered->preferred.
9713
9714 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9715 method in read-event.
9716
9717 * international/mule.el (charset-info): Doc-string fixed.
9718
9719 1999-05-25 Ken'ichi Handa <handa@gnu.org>
9720
9721 * mail/smtpmail.el (smtpmail-send-it): Bind
9722 smtpmail-code-conv-from properly.
9723 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9724 by smtpmail-code-conv-from.
9725
9726 1999-05-24 Richard Stallman <rms@gnu.org>
9727
9728 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9729 Binding deleted also.
9730
9731 1999-05-24 Karl Heuer <kwzh@gnu.org>
9732
9733 * comint.el (comint-bol-or-process-mark): Doc fix.
9734
9735 1999-05-23 Dave Love <fx@gnu.org>
9736
9737 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9738 Enter it on minor-mode-map-alist.
9739 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
9740 Autoload. Add custom setter.
9741 (crisp-mark-line): Doc fix.
9742 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
9743 (crisp-mode-hook): Define.
9744
9745 1999-05-23 Ken'ichi Handa <handa@gnu.org>
9746
9747 * files.el (recover-file): Recover buffer-file-coding-system.
9748
9749 1999-05-22 Richard Stallman <rms@gnu.org>
9750
9751 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9752 regexp match the date, to avoid treating date as file size.
9753 Add YYYY S option to WESTERN/
9754
9755 * bookmark.el: Delete some XEmacs compatibility code.
9756 (bookmark-jump-noselect): Check vc-backend.
9757
9758 * subr.el (add-to-list): Doc fix.
9759
9760 1999-05-21 Stephen Eglen <stephen@gnu.org>
9761
9762 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9763
9764 1999-05-18 Richard Stallman <rms@gnu.org>
9765
9766 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9767 non-space after the @anchor command.
9768 (texinfo-format-var): Handle other nested constructs, using
9769 texinfo-parse-expanded-arg and texinfo-discard-command, not
9770 texinfo-parse-arg-discard.
9771
9772 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9773 (debug): Bind and use debugger-outer-inhibit-redisplay.
9774 Bind inhibit-redisplay to nil.
9775 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9776
9777 1999-05-17 Dave Love <fx@gnu.org>
9778
9779 * help.el (describe-function-1): Extra arg, interactive-p.
9780 (describe-key, describe-function): Use it.
9781
9782 1999-05-17 Karl Heuer <kwzh@gnu.org>
9783
9784 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9785
9786 1999-05-16 Dave Love <fx@gnu.org>
9787
9788 * cus-start.el (all): Delete selective-display. Add scroll-margin,
9789 scroll-preserve-screen-position, scroll-conservatively.
9790
9791 1999-05-16 Dave Love <fx@gnu.org>
9792
9793 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9794
9795 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
9796
9797 * progmodes/vhdl-mode.el: Completely revised and massively extended.
9798
9799 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9800
9801 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9802 magic number and is not associated with a file.
9803
9804 1999-05-14 Richard M. Stallman <rms@gnu.org>
9805
9806 * files.el (find-file-noselect-1): Fix previous change.
9807
9808 1999-05-14 Simon Marshall <simon@gnu.org>
9809
9810 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9811
9812 1999-05-13 Ken'ichi Handa <handa@gnu.org>
9813
9814 * international/mule-diag.el (mule-diag): Change MULE to Mule in
9815 docstring.
9816
9817 * international/mule-cmds.el: Change MULE to Mule in docstrings
9818 and menus.
9819
9820 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
9821
9822 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9823 to correctly reflect the value of BaseLineOffset in
9824 RelativeCompose. Now the value of RelativeCompose is an array of
9825 low and high positions.
9826 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9827 RLC for the above change.
9828
9829 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
9830
9831 * comint.el (comint-password-prompt-regexp): Modified to match the
9832 output of ksu and ssh-add.
9833
9834 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
9835
9836 * language/korea-util.el (isearch-toggle-korean-input-method):
9837 Adjusted for the change of input method handling in isearch.el.
9838 (isearch-hangul-switch-symbol-ksc): Likewise.
9839 (isearch-hangul-switch-hanja): Likewise.
9840
9841 1999-05-10 Dave Love <fx@gnu.org>
9842
9843 * help.el (help-make-xrefs): Fix typo.
9844
9845 1999-05-10 Andreas Schwab <schwab@gnu.org>
9846
9847 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9848 unibyte-display-via-language-environment.
9849
9850 * help.el (help-make-xrefs): Handle more cases when looking for
9851 commands in a keymap description.
9852
9853 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9854
9855 * loadup.el: For ms-dos systems, load ccl and codepage.
9856
9857 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9858
9859 * ps-print.el (ps-control-character): Call
9860 ps-mule-prepare-ascii-font to setup ASCII fonts.
9861
9862 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9863 ps-multibyte-buffer is nil, use
9864 ps-mule-font-info-database-default."
9865
9866 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9867
9868 * ispell.el (ispell-local-dictionary-alist): New variable for
9869 customizing local dictionaries not accessable by everyone.
9870 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9871 (ispell-required-version): Changed format `(major minor
9872 revision)' to support general pattern matching.
9873 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9874 skip region commented out due to incorrect skip potential in std latex.
9875 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9876 cursor point on small words for calls from `ispell-minor-mode'.
9877 (check-ispell-version): Tests and accepts versions major.minor
9878 and above, with adjustments for interactions in 3.1.0-3.1.11.
9879 (ispell-get-line): No longer skips ispell process special characters.
9880 (ispell-comments-and-strings): Removed `when' macro call.
9881 (ispell-minor-check): Requires ispell-word to restore cursor point.
9882 (ispell-buffer-local-parsing): Supports checking comments only.
9883
9884 1999-05-08 Karl Heuer <kwzh@gnu.org>
9885
9886 * comint.el (comint-password-prompt-regexp): Fix last change to be
9887 more specific.
9888
9889 1999-05-07 Richard M. Stallman <rms@gnu.org>
9890
9891 * subr.el (with-temp-message): Fix the other call to message
9892 to use %s.
9893
9894 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9895
9896 * gud.el (gud-format-command): "%F" means file sans extension.
9897 (jdb): Use %F, not %f, for gud-break.
9898
9899 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9900
9901 * comint.el (comint-password-prompt-regexp): Modified so that it
9902 matches the output of kinit.
9903
9904 1999-05-06 Greg Stark <gsstark@mit.edu>
9905
9906 * timezone.el (timezone-parse-date): Recognize new format used in
9907 internet cookies.
9908
9909 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9910
9911 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9912
9913 1999-05-04 Andrew Innes <andrewi@gnu.org>
9914
9915 * time.el (display-time-update): Allow for wrap-around when
9916 checking against display-time-server-down-time.
9917
9918 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9919
9920 * international/mule-diag.el (describe-coding-system): Fix English
9921 message.
9922
9923 1999-05-03 Jason Rumney <jasonr@altavista.net>
9924
9925 * term/w32-win.el: Change the x-charset-registry property for the
9926 Japanese charsets that are supported by Japanese Windows fonts.
9927
9928 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9929
9930 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9931 diary-block diary entries for which the reminders and the diary
9932 entries can overlap.
9933
9934 1999-05-02 Jason Rumney <jasonr@altavista.net>
9935
9936 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9937 matches the font selected in the dialog.
9938
9939 1999-05-02 Dave Love <fx@gnu.org>
9940
9941 * browse-url.el (browse-url-browser-function): Add :version.
9942
9943 * international/mule.el (auto-coding-alist): Add .tgz.
9944
9945 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9946
9947 * international/codepage.el (cp-coding-system-for-codepage-1):
9948 Make the magnification parameter for the -dos encoder be 2.
9949
9950 1999-05-2 Andrew Innes <andrewi@gnu.org>
9951
9952 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9953 it is dropped, rather than current window.
9954
9955 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9956 after switching buffer, as case-fold-search is a buffer local
9957 variable.
9958
9959 * w32-fns.el (convert-standard-filename): Only convert directory
9960 separators to backslash if the interactive shell is one of the
9961 standard Windows shells that has DOS semantics.
9962
9963 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9964 format-time-string, and return a suitable string to indicate the
9965 timestamp was invalid.
9966
9967 * hexl.el (hexlify-command): Apply shell-quote-argument after
9968 expanding hexl-program in case exec-directory contains a space.
9969 (dehexlify-command): Ditto.
9970
9971 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9972 file extension regexps which aren't necessarily binary files.
9973 (direct-print-region-helper): Use subst-char-in-string instead of
9974 binding directory-sep-char to convert filenames to DOS syntax.
9975 (direct-print-region-use-command-dot-com): New variable.
9976 (direct-print-region-helper): Use it to control whether to invoked
9977 command.com to print on Windows 9x.
9978
9979 * browse-url.el (browse-url-browser-function): Default to
9980 browse-url-default-windows-browser on windows-nt.
9981 (browse-url-default-windows-browser): New function.
9982
9983 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9984
9985 * forms.el (forms-mode): Don't call forms-first-record or
9986 forms-last-record if the data file has zero records.
9987
9988 1999-04-29 Richard M. Stallman <rms@gnu.org>
9989
9990 * files.el (find-file-noselect-1): If buffer-file-name has changed
9991 after find-file-not-found-hooks runs, recompute the truename.
9992 And don't use FILENAME after that point.
9993
9994 1999-04-27 Dave Love <fx@gnu.org>
9995
9996 * paren.el (show-paren-mode)
9997 * which-func.el (which-func-mode-global)
9998 * type-break.el (type-break-mode)
9999 * time.el (display-time-mode)
10000 * rsz-mini.el (resize-minibuffer-mode)
10001 * mouse-sel.el (mouse-sel-mode)
10002 * icomplete.el (icomplete-mode)
10003 * hscroll.el (hscroll-global-mode)
10004 * help.el (temp-buffer-resize-mode)
10005 * font-lock.el (global-font-lock-mode)
10006 * delsel.el (delete-selection-mode)
10007 * avoid.el (mouse-avoidance-mode)
10008 * autoinsert.el (auto-insert-mode)
10009 * winner.el (winner-mode): Doc fix.
10010
10011 1999-04-26 Karl Heuer <kwzh@gnu.org>
10012
10013 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
10014 the same whitespace that was ignored in choosing the subject string.
10015
10016 1999-04-26 Richard M. Stallman <rms@gnu.org>
10017
10018 * info.el (Info-find-node): Position properly after finding anchor.
10019
10020 * cus-start.el (all): Handle unibyte-display-via-language-environment.
10021
10022 * simple.el (indent-new-comment-line): Fix previous change.
10023
10024 * complete.el: Delete the wildcard expansion feature
10025 since that is now standard in find-file.
10026 (PC-try-load-many-files): Function deleted.
10027 (PC-after-load-many-files): Function deleted.
10028 (PC-many-files-list): Variable deleted.
10029 (PC-disable-wildcards): Variable deleted.
10030 (partial-completion-mode): Don't enable the wildcard feature.
10031
10032 * complete.el (PC-look-for-include-file): Don't set global variables
10033 `error', `buf' and `filename' here.
10034
10035 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10036
10037 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
10038
10039 * textmodes/outline.el (outline-regexp): Doc fix.
10040
10041 1999-04-26 John Wiegley <johnw@borland.com>
10042
10043 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10044 C++Builder 4.0 error message syntax.
10045
10046 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
10047
10048 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10049 supported, use find -exec.
10050
10051 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10052
10053 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10054 coding-system-for-write, to avoid hanging when non-interactive.
10055
10056 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
10057
10058 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10059 start with a newline.
10060
10061 1999-04-13 Ken'ichi Handa <handa@gnu.org>
10062
10063 * international/mule-conf.el (x-ctext): New coding system.
10064
10065 1999-04-12 Richard M. Stallman <rms@gnu.org>
10066
10067 * international/mule-cmds.el (input-method-function):
10068 Add permanent-local property.
10069
10070 1999-04-12 Dave Love <fx@gnu.org>
10071
10072 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10073 change to use jka-compr-byte-compiler-base-file-name.
10074
10075 * supercite.el (sc-scan-info-alist): Revert last change.
10076 (sc-attrib-selection-list): Fix :type here instead.
10077
10078 1999-04-11 Eli Zaretskii <eliz@gnu.org>
10079
10080 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10081 in the list of case-insensitive filesystems.
10082
10083 1999-04-09 Kenichi Handa <handa@etl.go.jp>
10084
10085 * international/fontset.el (create-fontset-from-fontset-spec):
10086 Don't register duplicated alias fontset names.
10087
10088 1999-04-08 Richard Stallman <rms@gnu.org>
10089
10090 * international/mule.el (auto-coding-alist-lookup): New function.
10091 (set-auto-coding): Use auto-coding-alist-lookup.
10092
10093 * jka-compr.el (jka-compr-insert-file-contents):
10094 Use auto-coding-alist-lookup to check for files that
10095 should not have eol conversion, in the unibyte case.
10096
10097 1999-04-07 Dave Love <fx@gnu.org>
10098
10099 * help.el (describe-variable): Check custom-loads property as well
10100 as custom-type.
10101
10102 * abbrev.el (abbrev-mode): Customizing sets the default value.
10103
10104 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
10105
10106 * vc.el (vc-backend-revert): For CVS files that were made
10107 writeable with "cvs edit", call "cvs unedit" to undo that.
10108
10109 1999-04-08 Dave Love <fx@gnu.org>
10110
10111 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10112 more.
10113 (sc-emacs-features): Recognize Emacs 20.
10114 (sc-read-string): Use history arg.
10115 (sc-scan-info-alist): Check for rtnvalue a cons.
10116
10117 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
10118
10119 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10120 coding system to encode the message by
10121 select-message-coding-system.
10122
10123 1999-04-07 Richard Stallman <rms@gnu.org>
10124
10125 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10126
10127 * winner.el: Reorder definitions.
10128
10129 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10130
10131 * mail/rmail.el (rmail-decode-babyl-format):
10132 Undo previous change.
10133
10134 1999-04-06 Richard Stallman <rms@gnu.org>
10135
10136 * info.el (Info-find-node): Check for an anchor at the
10137 proper place, before reading an indirect file.
10138
10139 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10140
10141 * jka-compr.el (jka-compr-insert-file-contents):
10142 Use raw-text-unix when we want no conversion.
10143
10144 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10145
10146 * timezone.el (timezone-parse-date): Corrected regexp for
10147 style (5) date format so that tenths of seconds are optional.
10148
10149 1999-04-05 Eli Zaretskii <eliz@gnu.org>
10150
10151 * term/internal.el (dos-cpNNN-setup): New function, with the guts
10152 of dos-codepage-setup.
10153 (cjk-codepages-alist): New variable, an alist of Far-Eastern
10154 codepages for which there's no need to set up cpNNN coding
10155 systems.
10156 (dos-codepage-setup): Support Far-Eastern DOS terminals.
10157
10158 1999-04-05 Richard Stallman <rms@gnu.org>
10159
10160 * mail/rmail.el (rmail-ignored-headers): Doc fix.
10161
10162 1999-04-02 Richard Stallman <rms@gnu.org>
10163
10164 * progmodes/compile.el (compilation-handle-exit): Do right thing
10165 if (car status) doesn't end in a newline.
10166
10167 1999-04-01 Dave Love <fx@gnu.org>
10168
10169 * progmodes/sql.el (SQL): Add defgroup :version.
10170
10171 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
10172
10173 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10174 buffer-file-coding-system. If the coding system used is raw-text,
10175 etc., make the *Compiler Input* buffer unibyte.
10176
10177 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10178
10179 * loadup.el: Don't write the fns-...el file if not dumping.
10180
10181 1999-03-31 Dave Love <fx@gnu.org>
10182
10183 * snmp-mode.el (snmp): Fix defgroup :version.
10184
10185 * hilit-chg.el (highlight-changes): Add defgroup :version.
10186
10187 1999-03-31 Andreas Schwab <schwab@gnu.org>
10188
10189 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10190 the gnus-save-hidden-threads macro.
10191
10192 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
10193
10194 * faces.el (face-set-after-frame-default): Obey the
10195 `customized-face' for new faces.
10196
10197 1999-03-30 Dave Love <fx@gnu.org>
10198
10199 * international/mule-cmds.el (current-language-environment): Doc fix.
10200 * abbrev.el (abbrev-mode): Doc fix.
10201 * autoinsert.el (auto-insert-mode): Doc fix.
10202 * complete.el (partial-completion-mode): Doc fix.
10203 * avoid.el (mouse-avoidance-mode): Doc fix.
10204 * delsel.el (delete-selection-mode): Doc fix.
10205 * font-lock.el (global-font-lock-mode): Doc fix.
10206 * help.el (temp-buffer-resize-mode): Doc fix.
10207 * hscroll.el (hscroll-global-mode): Doc fix.
10208 * icomplete.el (icomplete-mode): Doc fix.
10209 * mouse-sel.el (mouse-sel-mode): Doc fix.
10210 * paren.el (show-paren-mode): Doc fix.
10211 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10212 * time.el (display-time-mode): Doc fix.
10213 * type-break.el (type-break-mode): Doc fix.
10214 * which-func.el (which-func-mode-global): Doc fix.
10215 * winner.el (winner-mode): Doc fix.
10216
10217 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
10218
10219 * wid-edit.el (widget-before-change): Signal text-read-only rather
10220 than an ordinary error.
10221
10222 1999-03-30 Richard M. Stallman <rms@gnu.org>
10223
10224 * repeat.el: Don't require advice.
10225 (repeat): Do function-indirection in check for kbd macro.
10226 In self-insert case, use the *last* char in INSERTION.
10227
10228 1999-03-30 Karl Heuer <kwzh@gnu.org>
10229
10230 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10231
10232 1999-03-29 Andreas Schwab <schwab@gnu.org>
10233
10234 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10235 comint-input-filter-functions. Make variables related to shell
10236 directory tracking local.
10237
10238 1999-03-26 Andreas Schwab <schwab@gnu.org>
10239
10240 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10241
10242 * simple.el (shell-command-on-region): Cope with exit-status being
10243 nil, which happens if call-process-region was interrupted.
10244
10245 1999-03-26 Richard M. Stallman <rms@gnu.org>
10246
10247 * simple.el (indent-new-comment-line): Handle use at a point
10248 after a comment-end. Handle multiple comments.
10249
10250 * mail/rmail.el (rmail-decode-babyl-format):
10251 To prevent locking, bind buffer-file-name to nil.
10252
10253 1999-03-26 Karl Fogel <kfogel@red-bean.com>
10254
10255 * mail-hist.el (mail-hist-current-header-name): Don't make
10256 off-by-one-error when determining if in message body.
10257
10258 1999-03-25 Andrew Innes <andrewi@gnu.org>
10259
10260 * w32-fns.el (set-default-process-coding-system): Copied from
10261 dos-w32.el, but modified to use Unix line endings for process
10262 input, and to add a suitable entry to process-coding-system-alist
10263 for DOS shells.
10264
10265 * dos-fns.el (set-default-process-coding-system): Copied from
10266 dos-w32.el.
10267
10268 * dos-w32.el (set-default-process-coding-system): Move function to
10269 dos-fns.el; a different version is used in w32-fns.el.
10270
10271 1999-03-24 Dave Love <fx@gnu.org>
10272
10273 * info.el (Info-directory-list): Revert change to re-writing
10274 Info-default-directory-list, but put `alternative' first.
10275 (Info-insert-dir): Modify selecting the top dir file as a consequence.
10276
10277 1999-03-23 Simon Marshall <simon@gnu.org>
10278
10279 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10280 on the line by itself.
10281 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
10282 it is not in a declarative context.
10283
10284 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
10285
10286 * cus-edit.el (custom-variable-prompt): Allow customization of
10287 autoloaded symbols.
10288
10289 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
10290
10291 * simple.el (what-cursor-position): Don't cause error when point
10292 is at invalid multibyte sequence.
10293
10294 1999-03-21 Karl Heuer <kwzh@gnu.org>
10295
10296 * complete.el (partial-completion-mode): Doc fix.
10297
10298 1999-03-19 Richard M. Stallman <rms@gnu.org>
10299
10300 * progmodes/cplus-md.el (old-c++): Remove :group.
10301
10302 * progmodes/c-mode.el (old-c): Remove :group.
10303
10304 1999-03-18 Simon Marshall <simon@gnu.org>
10305
10306 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10307 (java-font-lock-keywords-2): Added "strictfp" keyword.
10308
10309 1999-03-17 Jason Rumney <jasonr@altavista.net>
10310
10311 * w32-fns.el (set-w32-system-coding-system) New function.
10312 (w32-system-coding-system) Initialize to 'iso-latin-1.
10313
10314 1999-03-17 Eli Zaretskii <eliz@gnu.org>
10315
10316 * international/mule-cmds.el (set-language-environment): Fix
10317 previous change: don't use dos-codepage when unbound.
10318
10319 1999-03-17 Karl Heuer <kwzh@gnu.org>
10320
10321 * calendar/appt.el (appt-make-list): Fix previous change.
10322
10323 1999-03-16 Richard M. Stallman <rms@gnu.org>
10324
10325 * window.el (shrink-window-if-larger-than-buffer):
10326 Don't try to redisplay with the cursor at the end
10327 on its own line--that would force a scroll and spoil things.
10328
10329 1999-03-16 Eli Zaretskii <eliz@gnu.org>
10330
10331 * international/mule-cmds.el (set-language-environment): Don't use
10332 cpNNN-nonascii-translation-table if it is unbound.
10333
10334 * term/internal.el (dos-codepage-setup): Compute the unibyte
10335 syntax table and bind unibyte-display-via-language-environment
10336 here, rather than at top level, so that resetting to unibyte in
10337 .emacs works as expected.
10338
10339 1999-03-15 Simon Marshall <simon@gnu.org>
10340
10341 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10342
10343 1999-03-14 Milan Zamazal <pdm@pvt.net>
10344
10345 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10346
10347 1999-03-14 Kenichi Handa <handa@etl.go.jp>
10348
10349 * international/mule-util.el (detect-coding-with-priority):
10350 Restore the internal database.
10351
10352 1999-03-14 Stephen Eglen <stephen@gnu.org>
10353
10354 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10355 if mail-from-style has invalid value.
10356
10357 1999-03-12 Karl Heuer <kwzh@gnu.org>
10358
10359 * vc.el (vc-delete-logbuf-window): New var.
10360 (vc-finish-logentry): Use it.
10361
10362 1999-03-12 Richard M. Stallman <rms@gnu.org>
10363
10364 * startup.el (command-line-1): Improve startup msg.
10365
10366 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
10367
10368 * speedbar.el: Added commentary about stealthy functions.
10369 (speedbar-message) new function.
10370 (speedbar-y-or-n-p): New function
10371 (speedbar-with-attached-buffer) Moved macro before reference.
10372 Now uses `save-selected-window'.
10373 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10374 speedbar-generic-item-info, speedbar-item-info-file-helper,
10375 speedbar-item-delete, speedbar-insert-generic-list,
10376 speedbar-timer-fn, speedbar-check-vc-this-line,
10377 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10378 speedbar-buffers-item-info) Use speedbar-message.
10379 (speedbar-item-info) Limit `message-log-max'.
10380 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10381 speedbar-item-delete, speedbar-item-object-delete,
10382 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10383
10384 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
10385
10386 * server.el (server-start): Set coding system for the server
10387 process to raw-text.
10388 (server-process-filter): Decode file names if necessary.
10389
10390 1999-03-12 Dave Love <fx@gnu.org>
10391
10392 * textmodes/fill.el (sentence-end-double-space): Doc fix.
10393
10394 * textmodes/paragraphs.el (sentence-end): Doc fix.
10395
10396 1999-03-11 Karl Heuer <kwzh@gnu.org>
10397
10398 * comint.el (comint-password-prompt-regexp): Accept "login password:"
10399
10400 1999-03-09 Karl Heuer <kwzh@gnu.org>
10401
10402 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10403 (ispell-dictionary-alist-2): Likewise.
10404 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10405 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10406 (ispell-dictionary-alist): Build from six pieces, not just two.
10407
10408 * ps-bdf.el (bdf-directory-list): Doc fix.
10409
10410 * enriched.el (enriched-mode): Make var permanent-local.
10411
10412 1999-03-09 Dave Love <fx@gnu.org>
10413
10414 * textmodes/sgml-mode.el (html-mode): Use
10415 sentence-end-double-space when setting sentence-end.
10416
10417 1999-03-09 Ken'ichi Handa <handa@gnu.org>
10418
10419 * language/thai.el (tis-620): New alias coding system for thai-tis620.
10420
10421 1999-03-08 Felix Lee <flee@cygnus.com>
10422
10423 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10424
10425 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10426
10427 1999-03-08 Karl Heuer <kwzh@gnu.org>
10428
10429 * dired-aux.el (dired-do-copy-regexp): Doc fix.
10430 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10431
10432 * dired.el (dired-do-copy-regexp): Doc fix.
10433 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10434
10435 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
10436
10437 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10438
10439 1999-03-08 Jason Rumney <jasonr@altavista.net>
10440
10441 * international/codepage.el (cp1250-decode-table)
10442 (cp1251-decode-table, cp1253-decode-table)
10443 (cp1257-decode-table): New translation tables for MS Windows codepages.
10444 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10445
10446 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
10447
10448 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10449
10450 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10451
10452 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10453
10454 * term/internal.el (top level): Display character 255 as 8bit as well.
10455
10456 1999-03-06 Dave Love <fx@gnu.org>
10457
10458 * progmodes/cc-cmds.el (c-outline-level): Bind
10459 buffer-invisibility-spec.
10460
10461 * progmodes/c-mode.el (c-outline-level): Likewise.
10462
10463 * progmodes/ada-mode.el (ada-outline-level): Likewise.
10464
10465 1999-03-05 Felix Lee <flee@cygnus.com>
10466
10467 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10468
10469 1999-03-05 Richard M. Stallman <rms@gnu.org>
10470
10471 * bindings.el (complete-symbol): Invert meaning of prefix arg.
10472
10473 1999-03-05 Andrew Innes <andrewi@gnu.org>
10474
10475 * w32-fns.el (convert-standard-filename): Convert directory
10476 separators to Windows format.
10477
10478 1999-03-05 Andreas Schwab <schwab@gnu.org>
10479
10480 * international/skkdic-cnv.el: Provide skkdic-cnv.
10481 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10482 (batch-skkdic-convert): Doc fix.
10483
10484 1999-03-04 Dave Love <fx@gnu.org>
10485
10486 * custom.el (custom-set-variables): Protect against setter errors.
10487
10488 1999-03-04 Eli Zaretskii <eliz@gnu.org>
10489
10490 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10491 the file sizes from overflowing.
10492 (ls-lisp-format): If file size is a float, use %8.0f to print it.
10493 Under -s, print the size in blocks with %4.0f, in case they have
10494 a *really* huge file.
10495
10496 1999-03-03 Dave Love <fx@gnu.org>
10497
10498 * options.el (edit-options): Doc fix.
10499 (list-options): Don't lose with unbound symbols. Maintain
10500 Edit-options-mode.
10501
10502 1999-03-01 Dave Love <fx@gnu.org>
10503
10504 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10505
10506 1999-02-28 Richard M. Stallman <rms@gnu.org>
10507
10508 * ispell.el (ispell-dictionary-alist-override): New variable.
10509 (ispell-dictionary-alist): Don't setq it,
10510 if ispell-dictionary-alist-override is set.
10511
10512 * simple.el (shell-command-default-error-buffer): Renamed from
10513 shell-command-on-region-default-error-buffer.
10514 (shell-command-on-region): Mention in echo area when there
10515 is some error output. Mention success or failure, too.
10516 Accumulate multiple error outputs
10517 going forward, with formfeed in between. Display the error buffer
10518 when we have put something in it.
10519 (shell-command): Add the ERROR-BUFFER argument feature.
10520
10521 1999-02-28 Karl Heuer <kwzh@gnu.org>
10522
10523 * mail/mh-utils.el (mh-lib): Doc fix.
10524 (mh-lib-progs, mh-nmh-p): New vars.
10525 (mh-find-progs): Set mh-lib-progs along with other vars.
10526 (mh-path-search): New arg FUNC-P; if specified, use that instead
10527 of mh-file-command-p.
10528 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10529
10530 * mail/mh-comp.el (mh-repl-formfile): New var.
10531 (mh-smail-batch): Don't ignore all arguments.
10532 (mh-reply): Do the right thing when using nmh.
10533
10534 1999-02-27 Kenichi Handa <handa@etl.go.jp>
10535
10536 * international/mule-cmds.el (select-safe-coding-system): Be sure
10537 to show a buffer being decoded.
10538
10539 1999-02-26 Ken'ichi Handa <handa@gnu.org>
10540
10541 * ps-bdf.el (bdf-directory-list): Initialize it to
10542 '("/usr/local/share/emacs/fonts/bdf").
10543
10544 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10545
10546 * ps-print.el: PostScript programming fix.
10547 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10548 setpagedevice operator).
10549
10550 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10551
10552 * ps-print.el: Doc fix, font size specifies landscape and portrait
10553 sizes.
10554 (ps-print-version): New version number (4.1.4).
10555 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10556 Specifies landscape and portrait sizes.
10557 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10558 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10559 fix.
10560 (ps-get-font-size): New fun.
10561 (ps-font-size-internal, ps-header-font-size-internal)
10562 (ps-header-title-font-size-internal): New vars.
10563
10564 * ps-mule.el: Change of ps-print font size variable name.
10565 (ps-mule-generate-font): Fun fix.
10566 (ps-mule-begin-job): Programming uniformization.
10567
10568 1999-02-25 Dave Love <fx@gnu.org>
10569
10570 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10571 (help-make-xrefs): Do Info case first.
10572
10573 * repeat.el: Don't require advice.
10574 (repeat-last-kill-command): Variable deleted.
10575
10576 1999-02-25 Richard Stallman <rms@gnu.org>
10577
10578 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10579 case just because the current buffer is the output buffer.
10580
10581 1999-02-25 Kenichi Handa <handa@etl.go.jp>
10582
10583 * simple.el (what-cursor-position): To show the character's
10584 encoding, use encoded-string-description instead of information
10585 of chaset-origin-alist.
10586
10587 * international/mule-cmds.el (iso-2022-control-alist): New variable.
10588 (encoded-code-description): New function.
10589 (encoded-string-description): New function.
10590 (encode-coding-char): New function.
10591
10592 1999-02-25 Andrew Innes <andrewi@gnu.org>
10593
10594 * startup.el (command-line) [windows-nt]: Fix typo in regexp
10595 checking for .emacs[.el[c]].
10596
10597 1999-02-24 Richard Stallman <rms@gnu.org>
10598
10599 * help.el (describe-function-1): Don't print a whole lambda-function.
10600
10601 1999-02-23 Ken'ichi Handa <handa@gnu.org>
10602
10603 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10604 inputting ?\240.
10605
10606 1999-02-23 Karl Heuer <kwzh@gnu.org>
10607
10608 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10609
10610 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10611 (clean-buffer-list-kill-buffer-names): Doc fix.
10612
10613 * gud.el (gud-jdb-massage-args): Spelling fix.
10614
10615 1999-02-23 Richard M. Stallman <rms@gnu.org>
10616
10617 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10618
10619 1999-02-22 Eli Zaretskii <eliz@gnu.org>
10620
10621 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10622 excursion while calling set-auto-coding-function.
10623
10624 * play/handwrite.el (handwrite): Require ps-print, and use
10625 ps-printer-name and ps-lpr-command. Call ps-print-region-function
10626 if it's defined, instead of forking ps-lpr-command unconditionally.
10627
10628 1999-02-22 Kenichi Handa <handa@etl.go.jp>
10629
10630 * international/codepage.el (cp-coding-system-for-codepage-1): Put
10631 charset-origin-alist property to a coding system for the codepage.
10632
10633 * international/mule.el: Modify comment for charset-origin-alist
10634 property of a coding system.
10635
10636 * simple.el (what-cursor-position): charset-origin-alist property
10637 of a coding system may be a translation table or a symbol of which
10638 `translation-table' property is a translation table.
10639
10640 1999-02-21 Richard Stallman <rms@gnu.org>
10641
10642 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10643 to the "html" template.
10644
10645 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
10646
10647 * dirtrack.el (dirtrack): Added docstring. Now returns input.
10648
10649 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
10650
10651 * dirtrack.el (dirtrack): Check for the prompt in the input string
10652 instead of the buffer.
10653
10654 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
10655
10656 * sql.el: Set version to 1.4.1. Changed mail address to
10657 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
10658 (sql-input-ring-separator): Doc fix.
10659 (sql-mode-syntax-table): double-dash starts comments is defined as
10660 ". 56" instead of ". 12b" for XEmacs.
10661 (sql-stop, sql-interactive-mode): Doc fixes.
10662 (sql-postgres): Queries for database and server, not just one.
10663 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10664
10665 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10666 changed. This is needed for master.el to work.
10667 (sql-set-sqli-buffer): Use the new hook.
10668
10669 * sql.el (sql-make-alternate-buffer-name): Function that sets
10670 sql-alternate-buffer-name.
10671 (sql-alternate-buffer-name): Possible name of SQLi buffers.
10672 (sql-interactive-mode): Set sql-alternate-buffer-name.
10673 (sql-rename-buffer): New command.
10674 (sql-interactive-mode-menu): Menu for SQLi buffers.
10675
10676 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
10677 and sql-input-ring-file-name are used to temporarily set
10678 comint-input-ring-file-name and comint-input-ring-separator when
10679 reading and writing input history files.
10680
10681 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10682 (sql-input-ring-file-name): New variable with customization.
10683 (sql-input-ring-separator): New variable with customization.
10684 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10685 Callers changed.
10686 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10687 now includes the name of the current buffer.
10688
10689 (sql-mode): Set paragraph-separate and paragraph-start so that
10690 sql-send-paragraph sends the entire SQL statements, even if it
10691 contains indented lines.
10692
10693 1999-02-18 Dave Love <fx@gnu.org>
10694
10695 * format.el (format-encode-run-method, format-decode-run-method):
10696 Fix previous change.
10697
10698 1999-02-18 Ken'ichi Handa <handa@gnu.org>
10699
10700 * international/mule.el (coding-system-list): Moved here from
10701 mule-util.el to avoid autoloading mule-util by the call of
10702 select-safe-coding-system.
10703
10704 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
10705
10706 * simple.el (turn-on-auto-fill): Mark it as an option for
10707 `text-mode-hook'.
10708
10709 1999-02-17 Richard Stallman <rms@gnu.org>
10710
10711 * emacs-lisp/easymenu.el (easy-menu-get-map):
10712 Don't crash if (current-local-map) is nil.
10713
10714 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
10715
10716 * filecache.el (file-cache-filter-regexps): Added .class.
10717
10718 1999-02-17 Ken'ichi Handa <handa@gnu.org>
10719
10720 * international/mule-util.el (decompose-region): Use
10721 insert-buffer-substring instead of insert-buffer to avoid putting
10722 mark.
10723
10724 1999-02-17 Andreas Schwab <schwab@gnu.org>
10725
10726 * calendar/cal-move.el (scroll-calendar-left): Don't set
10727 displayed-month and displayed-year here, let generate-calendar do
10728 it, after range checking.
10729
10730 1999-02-17 Simon Marshall <simon@gnu.org>
10731
10732 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10733
10734 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10735 correctly between an object declared via a constructor and a method.
10736 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10737 (java-font-lock-keywords-1): Fontify package names individually.
10738 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10739 (java-font-lock-keywords-2): Simplify type fontification.
10740 (java-font-lock-keywords-3): Likewise.
10741
10742 1999-02-17 Kenichi Handa <handa@etl.go.jp>
10743
10744 * language/japanese.el (iso-2022-jp-2): New coding system.
10745 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10746
10747 1999-02-16 Dave Love <fx@gnu.org>
10748
10749 * help.el (describe-function-1): Accept non-symbols.
10750
10751 1999-02-16 Paul Eggert <eggert@twinsun.com>
10752
10753 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10754 find the last match if there are multiple matches.
10755
10756 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10757
10758 * tex-mode.el (tex-run-command, latex-run-command)
10759 (slitex-run-command, tex-command): Doc changes.
10760 (tex-start-options-string): Autoload it. Doc change. Provide
10761 a menu for customization. Allow nil. Quote backslashes only once.
10762 (tex-start-tex): Handle nil value of tex-start-options-string
10763 and apply shell-quote-argument to it.
10764
10765 1999-02-16 Eli Zaretskii <eliz@gnu.org>
10766
10767 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10768 the size in blocks, since it can be a float.
10769 (ls-lisp-format): Likewise
10770
10771 1999-02-16 Ken'ichi Handa <handa@gnu.org>
10772
10773 * language/japanese.el (japanese-shift-jis): Add
10774 charset-origin-alist property.
10775
10776 1999-02-15 Richard Stallman <rms@gnu.org>
10777
10778 * progmodes/compile.el (compile-internal): Use save-selected-window.
10779
10780 * subr.el (momentary-string-display): Bind inhibit-read-only.
10781
10782 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10783
10784 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10785
10786 * mail/rmail.el (rmail-show-message): If an unseen message has a
10787 Summary-line in its header, get past one more line before looking
10788 for the X-Coding-System header.
10789
10790 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
10791
10792 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10793 explicitly to accomodate Windows 9X lack of a useful copy program.
10794
10795 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10796
10797 * wid-edit.el (widget-choice-value-create): Use `equal'
10798 instead of `eq'.
10799
10800 1999-02-14 Richard Stallman <rms@gnu.org>
10801
10802 * international/iso-transl.el:
10803 (iso-transl-ae): Renamed from iso-transl-e-slash.
10804 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10805 (iso-transl-AE): Renamed from iso-transl-E-slash.
10806 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10807 (iso-transl-char-map): Related changes.
10808
10809 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10810
10811 1999-02-13 Richard Stallman <rms@gnu.org>
10812
10813 * textmodes/texinfmt.el (texinfo-alias): New function.
10814 (texinfo-fold-nodename-case): Add defvar.
10815 (texinfo-format-node): Do case folding if specified.
10816
10817 * ffap.el (ffap-file-at-point): Test local file names
10818 immediately. Strip off line numbers.
10819
10820 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
10821
10822 * sql.el: Set version to 1.3.2
10823 (sql-solid-program): Added support for solid.
10824 (sql-help): Doc mentions sql-solid.
10825 (sql-solid): Entry function for Solid.
10826 (sql-buffer): Doc explains the use of the variable and how to
10827 change it.
10828 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10829 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10830 disabled if sql-buffer doesn't have a process; sql-send-paragraph
10831 is new.
10832 (sql-show-sqli-buffer): New function to display the value of
10833 sql-buffer.
10834 (sql-change-sqli-buffer): New function to change sql-buffer.
10835 (sql-mode): Doc explains how to change sql-buffer.
10836 (sql-send-paragraph): New function to send a paragraph.
10837 (sql-mode-map): Added keybinding for sql-send-paragraph.
10838 (sql-mysql): Doc corrected.
10839 (sql-ms): Doc corrected.
10840
10841 * sql.el (sql-server): Doc fix.
10842 (sql-mysql): Added the use of sql-server to specify the host,
10843 sql-database now specifies database instead of host.
10844 (sql-mode-menu): Send... menu items are only active if sql-buffer
10845 is non-nil.
10846 (sql-help): Changed tag of entry functions a bit.
10847
10848 * sql.el: Added keywords from `finder-by-keyword'.
10849 (sql-mode): Made sql-buffer a local variable, changed the
10850 documentation: removed instructions to add *.sql files to
10851 auto-mode-alist, added documentation for having mutliple SQL
10852 buffers sending their stuff to different SQLi buffers, each
10853 running a different process.
10854 (sql-postgres): Quoted *SQL* in doc string.
10855 (sql-ms): Likewise.
10856 (sql-ingres): Likewise.
10857 (sql-ingres): Quoted *SQL* in doc string, added references to
10858 sql-user and sql-password used during login.
10859 (sql-sybase): Quoted *SQL* in doc string, added comma.
10860 (sql-oracle): Likewise.
10861 (sql-interactive-mode): Added extensive documentation for having
10862 mutliple SQL buffers sending their stuff to different SQLi
10863 buffers, each running a different process.
10864 (sql-buffer): Changed doc from *SQL* to SQLi.
10865 (sql-get-login): Doc fix.
10866
10867 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10868
10869 * international/mule-conf.el (undecided): Set ascii in
10870 safe-charsets property.
10871
10872 1999-02-12 Richard Stallman <rms@gnu.org>
10873
10874 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10875
10876 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10877
10878 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10879 value to ps-mule-font-info-database-latin.
10880
10881 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10882
10883 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10884 (ps-mule-font-info-database-default): New variable.
10885 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10886 ps-mule-font-info-database-default.
10887
10888 1999-02-12 Dave Love <fx@gnu.org>
10889
10890 * timezone.el (timezone-make-date-sortable)
10891 (timezone-make-date-arpa-standard): Doc fix.
10892
10893 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10894
10895 * international/quail.el (quail-show-kbd-layout): Bind
10896 blink-matching-paren to nil.
10897
10898 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10899 for ASCII and Latin-1.
10900
10901 1999-02-12 Andreas Schwab <schwab@gnu.org>
10902
10903 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10904
10905 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10906
10907 * international/mule-cmds.el (language-info-alist): Remove
10908 description about charset-origin-alist.
10909
10910 * international/mule.el: Comment added for a new coding system
10911 property `charset-origin-alit'.
10912 (make-translation-table): This variable deleted.
10913
10914 * language/chinese.el (chinese-big5): Add charset-origin-alist
10915 property.
10916 ("Chinese-CNS"): Remove charset-origin-alist property.
10917
10918 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10919 property.
10920 (cyrillic-alternativnyj): Likewise.
10921 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10922 ("Cyrillic-ALT"): Likewise.
10923
10924 * language/vietnamese.el (vietnamese-viqr): Add
10925 charset-origin-alist property.
10926 ("Vietnamese"): Remove charset-origin-alist property.
10927
10928 * simple.el (what-cursor-position): Don't use the varialbe
10929 charset-origin-alist, but use charset-origin-alist property of
10930 buffer-file-coding-system to decide external character set code.
10931
10932 1999-02-10 Richard Stallman <rms@gnu.org>
10933
10934 * shadowfile.el: Don't turn on the mode when the file is loaded.
10935
10936 1999-02-09 Richard Stallman <rms@gnu.org>
10937
10938 * progmodes/compile.el (compile-auto-highlight): Customize.
10939
10940 * add-log.el (add-log-file-name-function): New variable.
10941 (add-change-log-entry): Call that function, if non-nil.
10942
10943 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10944
10945 * rmail.el (rmail-search): Track match with a marker, not an integer.
10946
10947 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10948
10949 * progmodes/compile.el (compilation-setup): Set value of
10950 compilation-directory-stack as in compilation-forget-errors.
10951 (compile-reinitialize-errors): Bind buffer-undo-list and
10952 deactivate-mark.
10953 (compilation-forget-errors): Likewise.
10954
10955 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10956
10957 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10958 def... constructs.
10959
10960 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10961 Remove calls to sleep-for.
10962
10963 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10964
10965 * international/codepage.el (cp-coding-system-for-codepage-1): On
10966 MS-DOS, use dos-unsupported-char-glyph for characters not
10967 supported by the codepage.
10968 (cp-make-coding-systems-for-codepage): Likewise.
10969
10970 1999-02-08 Andreas Schwab <schwab@gnu.org>
10971
10972 * international/mule-util.el (coding-system-list): Don't sort
10973 coding-system-list here.
10974
10975 * international/mule.el (coding-system-lessp): Moved here from
10976 mule-util.el
10977 (add-to-coding-system-list): New function.
10978 (make-subsidiary-coding-system, make-coding-system,
10979 define-coding-system-alias): Use it instead of setting
10980 coding-system-list directly.
10981
10982 1999-02-07 Dave Love <fx@gnu.org>
10983
10984 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10985 onto message.
10986
10987 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10988
10989 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10990 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10991
10992 1999-02-06 Richard Stallman <rms@gnu.org>
10993
10994 * language/european.el (setup-slovenian-environment): New function.
10995 ("Slovenian"): New language environment.
10996
10997 * progmodes/sql.el (sql-help): Doc fix.
10998 (sql-mysql): Doc fix.
10999
11000 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11001
11002 * tex-mode.el: When compiling, require compare-w and skeleton
11003 to pacify the byte-compiler. Move the def's of the tex-commands
11004 together. Add a comment on kill-process vs. quit-process.
11005
11006 1999-02-05 Dave Love <fx@gnu.org>
11007
11008 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
11009 null markers.
11010 (compile-goto-error): Likewise.
11011
11012 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
11013
11014 * time-stamp.el (time-stamp-format): Format doc tighter.
11015 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
11016 (time-stamp): Don't re-write the time stamp if it didn't change.
11017
11018 1999-02-05 Alex Schroeder <asc@bsiag.com>
11019
11020 * progmodes/sql.el: Changed version to 1.2.1.
11021 (sql-pop-to-buffer-after-send-region): Improved documentation.
11022 (sql-mysql-program): Added MySQL support.
11023 (sql-prompt-length): Made prompt-length configurable.
11024 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11025 (sql-help): Added MySQL support, changed documentation.
11026 (sql-send-region): A message is displayed if something is sent.
11027 (sql-mode): Added buffer-local comment-start.
11028 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11029 (sql-interactive-mode): Added buffer-local comment-start.
11030 (sql-oracle): Set sql-prompt-length.
11031 (sql-sybase): Set sql-prompt-length.
11032 (sql-mysql): Added MySQL support.
11033 (sql-ingres): Set sql-prompt-length.
11034 (sql-ms): Set sql-prompt-length.
11035 (sql-postgres): Set sql-prompt-length.
11036
11037 1999-02-04 Eli Zaretskii <eliz@gnu.org>
11038
11039 * term/internal.el (dos-codepage-setup): Set selection coding
11040 system to cpNNN-dos.
11041
11042 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11043
11044 * international/characters.el: Let ethiopic use iso-2022-7bit.
11045
11046 1999-02-02 Dave Love <fx@gnu.org>
11047
11048 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11049 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11050
11051 1999-02-02 Karl Heuer <kwzh@gnu.org>
11052
11053 * terminal.el (terminal-emulator): Doc fix.
11054
11055 1999-02-02 Ken'ichi Handa <handa@gnu.org>
11056
11057 * international/mule-util.el (compose-chars): Doc-string
11058 modified. Correctly handle a composition character in ARGS.
11059
11060 1999-02-01 Richard Stallman <rms@gnu.org>
11061
11062 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11063 (makefile-menu-index-function): Function deleted.
11064 (makefile-mode): Use makefile-imenu-generic-expression.
11065
11066 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
11067
11068 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11069 change, invoke from before-init-hook.
11070
11071 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
11072
11073 * subr.el (remove-from-invisibility-spec): Cope with the case when
11074 buffer-invisibility-spec is t.
11075
11076 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
11077
11078 * calendar/calendar.el (calendar-mode-map): Fix bindings for
11079 appt-add and appt-delete.
11080
11081 1999-02-01 Eli Zaretskii <eliz@gnu.org>
11082
11083 * term/pc-win.el (msdos-approximate-color): New function.
11084 (msdos-color-translate): Call it to find a DOS color that best
11085 approximates an X-style "#NNNNNN" color specification.
11086
11087 1999-02-01 Ken'ichi Handa <handa@gnu.org>
11088
11089 * international/mule-util.el (compose-chars-component): Add
11090 autoload cookie.
11091
11092 1999-01-31 Ken'ichi Handa <handa@gnu.org>
11093
11094 * international/quail.el (quail-lookup-key): If cdr of MAP is a
11095 function, replace cdr of MAP by the return value of the function
11096 unconditionally.
11097
11098 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11099
11100 * progmodes/compile.el (compilation-next-error-locus): Don't
11101 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11102
11103 1999-01-31 Eli Zaretskii <eliz@gnu.org>
11104
11105 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11106 and NLs before "charset", and allow the charset name be in double
11107 quotes.
11108
11109 1999-01-31 Richard Stallman <rms@gnu.org>
11110
11111 * imenu.el (imenu-sort-function): Fix custom type.
11112
11113 1999-01-30 Richard Stallman <rms@gnu.org>
11114
11115 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11116 (speedbar-line-token): Likewise.
11117
11118 * play/gametree.el (gametree-default-score): Use defcustom.
11119 (gametree-score-regexp, gametree-score-closer): Likewise.
11120 (gametree-score-manual-flag, gametree-score-opener): Likewise.
11121
11122 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11123
11124 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11125 decoding.
11126
11127 1999-01-29 Markus Rost <rost@gnu.org>
11128
11129 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11130 tex-validate-buffer.
11131 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11132 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
11133 now with recent occur-mode.
11134 (tex-validate-region): Really walk through all Sexps.
11135 (tex-region): Bind shell-dirtrack-verbose.
11136 (tex-file, tex-bibtex-file): Likewise.
11137
11138 1999-01-29 Dave Love <fx@gnu.org>
11139
11140 * finder.el: (finder-commentary): Fix interactive spec. Try
11141 appending .el to file name.
11142 (finder-find-library, finder-commentary): Doc fixes.
11143
11144 1999-01-29 Andrew Innes <andrewi@gnu.org>
11145
11146 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11147 where the userid contains directory separators.
11148
11149 1999-01-29 Dave Love <fx@gnu.org>
11150
11151 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11152 (lm-commentary): Doc fix.
11153
11154 1999-01-29 Andreas Schwab <schwab@gnu.org>
11155
11156 * files.el (file-expand-wildcards): Never consider `.' and `..' a
11157 wildcard match. Fix regexp that tests if dirpart contains
11158 wildcard characters.
11159
11160 1999-01-28 Richard Stallman <rms@gnu.org>
11161
11162 * font-lock.el (font-lock-default-unfontify-region):
11163 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11164
11165 1999-01-27 Jason Rumney <jasonr@altavista.net>
11166
11167 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11168 from FAMILY field.
11169 (w32-create-initial-fontsets): Do not use before-init-hook.
11170 (mouse-set-font): Document. Automatically create and use fontsets.
11171
11172 * dos-w32.el (direct-print-region-helper): Check for printer
11173 being t as well as a string.
11174
11175 1999-01-27 Kenichi Handa <handa@etl.go.jp>
11176
11177 * mail/rmail.el (rmail-decode-mime-charset): New variable.
11178 (rmail-mime-charset-pattern): New variable.
11179 (rmail-convert-to-babyl-format): Decode by MIME-charset if
11180 rmail-decode-mime-charset is non-nil.
11181
11182 1999-01-27 Ken'ichi Handa <handa@gnu.org>
11183
11184 * international/characters.el: Set category `q' for all characters
11185 in tibetan and tibetan-1-column.
11186
11187 1999-01-27 Andrew Innes <andrewi@gnu.org>
11188
11189 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11190 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11191
11192 1999-01-27 Dave Love <fx@gnu.org>
11193
11194 * international/mule-cmds.el (current-language-environment):
11195 Provide :link, :type (choices) and appropriate :get.
11196
11197 1999-01-27 Eli Zaretskii <eliz@gnu.org>
11198
11199 * startup.el (command-line): Set default eol-mnemonic-* strings to
11200 display end-of-line format in mode line.
11201
11202 * cus-start.el (all): Add eol-mnemonic-* variables.
11203
11204 1999-01-26 Dave Love <fx@gnu.org>
11205
11206 * startup.el (command-line-1): Up-date copyright.
11207
11208 * paths.el (Info-default-directory-list): Use configdir twice.
11209
11210 * info.el (Info-directory-list): Don't set path-separator now
11211 we're not shipped with Texinfo. Simplify path definition.
11212 Substitute all occurrences of instdir in Info-default-directory-list.
11213
11214 1999-01-25 Richard Stallman <rms@gnu.org>
11215
11216 * startup.el (normal-top-level-add-subdirs-to-load-path):
11217 Record the inode numbers of the dirs processed, to avoid loop.
11218
11219 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11220
11221 1999-01-25 Dave Love <fx@gnu.org>
11222
11223 * browse-url.el (browse-url-netscape-program): Doc addition.
11224
11225 * help.el (help-make-xrefs): Default info references to an `(emacs)'
11226 prefix.
11227
11228 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11229 auto-mode-alist.
11230
11231 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11232
11233 * calendar/diary-lib.el (mark-diary-entries): Use
11234 assoc-ignore-case and do not capitalize when matching month and
11235 day names.
11236
11237 * calendar/calendar.el (calendar-read-date): Ditto.
11238
11239 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11240 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11241
11242 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11243
11244 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11245
11246 * calendar/cal-islam.el (calendar-goto-islamic-date)
11247 (mark-islamic-diary-entries): Ditto.
11248
11249 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11250
11251 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11252 (calendar-read-mayan-tzolkin-date): Ditto.
11253
11254 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11255
11256 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
11257
11258 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11259
11260 1999-01-25 Karl Heuer <kwzh@gnu.org>
11261
11262 * faces.el (list-faces-display): Multiline case of previous fix.
11263
11264 1999-01-25 Andreas Schwab <schwab@gnu.org>
11265
11266 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11267
11268 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
11269
11270 * files.el (find-file): If find-file-noselect returns a list,
11271 do switch-to-buffer on each element.
11272 (find-file-other-window): Likewise for all but the first element.
11273 (find-file-other-frame): Same.
11274 (find-file-noselect): When we expand a wildcard, return a list
11275 of buffers.
11276
11277 1999-01-24 Eli Zaretskii <eliz@gnu.org>
11278
11279 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11280 to set the appropriate cpNNN-dos coding system as the
11281 highest-priority coding system.
11282
11283 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11284
11285 * international/fontset.el (generate-fontset-menu): Return a
11286 sorted list by plain names of fontsets.
11287
11288 * international/mule-diag.el (list-fontsets): Sort fontsets by
11289 plain names.
11290
11291 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11292 FIRST is a composite character, decompose it at first.
11293
11294 1999-01-23 Dave Love <fx@gnu.org>
11295
11296 * format.el: Doc fixes.
11297 (format-encode-run-method): Have things happen in the right buffer.
11298 Deal with errors from method. Set coding-system-for-write.
11299 (format-decode-run-method): Have things happen in the right buffer.
11300 Deal with errors from method. Set coding-system-for-read.
11301 (format-alist): Use nil instead of unmatchable regexps.
11302
11303 * simple.el (shell-command-on-region): Return command's exit status.
11304
11305 1999-01-23 Eric Ludlam <zappo@gnu.org>
11306
11307 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11308 of the file whose info we want to display.
11309 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11310 (speedbar-add-mode-functions-list) Improve doc.
11311 (speedbar-line-token) New function.
11312 (speedbar-dired) Fix order of directories in -shown-directories.
11313 (speedbar-line-path): Default return is default-directory
11314 (speedbar-buffers-line-path): Return is dir name only.
11315 (speedbar-mode-functions-list): New variable.
11316 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11317 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11318 speedbar-files-item-info speedbar-buffers-item-info): New functions.
11319 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11320 New functions.
11321 (speedbar-line-file): Broke out part that fetches file from a line.
11322 (speedbar-line-text): New function extracted from speedbar-line-file.
11323 (speedbar-line-path): Converted into a replaceable function.
11324 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11325
11326 1999-01-23 Ken'ichi Handa <handa@gnu.org>
11327
11328 * international/fontset.el (create-fontset-from-x-resource): Make
11329 style variants.
11330
11331 1999-01-22 Dave Love <fx@gnu.org>
11332
11333 * paths.el (Info-default-directory-list): Put sysdir after start.
11334
11335 1999-01-22 Sam Steingold <sds@goems.com>
11336
11337 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11338 a process associated with it.
11339
11340 1999-01-22 Jason Rumney <jasonr@altavista.net>
11341
11342 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11343
11344 1999-01-22 Felix Lee <flee@cygnus.com>
11345
11346 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
11347 major-mode.
11348 (vc-annotate-mode): Delete variable.
11349
11350 1999-01-22 Andrew Innes <andrewi@gnu.org>
11351
11352 * startup.el (command-line): [windows-nt]: Check for existence of
11353 .emacs file so as to notice .emacs.el or .emacs.elc and use them
11354 in preference to _emacs.
11355
11356 1999-01-22 Dave Love <fx@gnu.org>
11357
11358 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11359
11360 1999-01-20 Richard Stallman <rms@gnu.org>
11361
11362 * files.el (find-file-noselect): Do wildcard processing only
11363 if new arg WILDCARDS is non-nil.
11364 (find-file, find-file-other-window): New arg WILDCARDS.
11365 Default it to non-nil if interactive.
11366 (find-file-other-frame): Likewise.
11367 (find-file-read-only): Likewise.
11368 (find-file-read-only-other-window): Likewise.
11369 (find-file-read-only-other-frame): Likewise.
11370
11371 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11372 (widget-plist-convert-option): Delete spurious comma.
11373
11374 1999-01-19 Jason Rumney <jasonr@altavista.net>
11375
11376 * term/w32-win.el (w32-standard-fontspec-spec): Change
11377 iso8859-5 to koi8-r. Add iso8859-9.
11378
11379 1999-01-19 Dave Love <fx@gnu.org>
11380
11381 * browse-url.el (browse-url-maybe-new-window): Delete macro and
11382 its uses.
11383
11384 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11385 is active.
11386 (fortran-indent-subprogram): Likewise.
11387
11388 1999-01-19 Dave Love <d.love@dl.ac.uk>
11389
11390 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11391
11392 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11393
11394 * wid-edit.el (alist): Use sexp as default key-type.
11395
11396 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11397
11398 * textmodes/tex-mode.el (tex-define-common-keys):
11399 Remove key binding of tex-feed-input.
11400 (tex-mode-map): Bind tex-feed-input here.
11401 (tex-start-shell): Use compilation-shell-minor-mode. Set
11402 comint-input-filter-functions before running tex-shell-hook.
11403 (tex-start-tex): Forget compilation errors.
11404 (tex-compilation-parse-errors): Rewritten to work also with
11405 compile-mouse-goto-error and compile-goto-error. Adjusted to
11406 change in tex-region.
11407 (tex-region): For the temp file use file-name without directory.
11408 (tex-file): Expand file name of tex-print-file.
11409
11410 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11411
11412 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
11413
11414 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
11415
11416 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11417 beginning could cause Emacs to hang. Fixed.
11418
11419 1999-01-18 Ken'ichi Handa <handa@gnu.org>
11420
11421 * international/ccl.el (ccl-compile-translate-character): Handle
11422 the case that a tranlation table is CCL register correctly.
11423
11424 * international/mule-cmds.el (select-safe-coding-system):
11425 Hightlight at most 256 characters.
11426
11427 1999-01-18 Dave Love <fx@gnu.org>
11428
11429 * startup.el (command-line): If the init file changes operation to
11430 unibyte, make all buffers unibyte and re-set language environment.
11431
11432 * disp-table.el (standard-display-european): Make all existing
11433 buffers unibyte. Fix doc.
11434
11435 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11436
11437 * wid-edit.el (coding-system): Define this unconditionally.
11438
11439 * simple.el (shell-command-on-region-default-error-buffer): New var.
11440 (shell-command-on-region): Use that variable as interactive
11441 value of ERROR-BUFFER argument.
11442
11443 1999-01-17 Sam Steingold <sds@goems.com>
11444
11445 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11446
11447 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11448
11449 * progmodes/compile.el (compilation-goto-locus): If already in the
11450 compilation buffer's window, keep it in that window.
11451 (compile-mouse-goto-error): Add Doc. Don't play with windows.
11452 (compile-goto-error): Don't play with windows.
11453
11454 * textmodes/tex-mode.el (latex-run-command): Doc fix.
11455 (tex-command): Doc fix.
11456 (tex-compilation-parse-errors): Doc fix.
11457 (tex-generate-zap-file-name): Don't start the name with -.
11458 (tex-expand-files): Works now also with strings ending with ":".
11459
11460 1999-01-17 Ian T Zimmerman <itz@transbay.net>
11461
11462 Patch failed to install:
11463 * gametree.el: Document scoring functionality.
11464 (gametree-score-regexp): Add optional plus sign.
11465 (gametree-score-opener): Replace `:' with `=' as the former
11466 conflicts with gametree-half-ply-regexp.
11467 (gametree-transpose-following-leaves): Add.
11468 (gametree-insert-new-leaf): Make modifying commands barf in read
11469 only buffers.
11470 (gametree-break-line-here): Add a call to
11471 `gametree-transpose-following-leaves'. This maintains the
11472 necessary invariant that on each level all leaf children precede
11473 all nonleaf children. This has always been implied, but left to
11474 the user, and, unfortunately, undocumented.
11475
11476 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
11477
11478 * wid-edit.el (plist, alist): New widget types.
11479
11480 1999-01-17 Dave Love <fx@gnu.org>
11481
11482 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11483 fix scope of condition-case therein.
11484
11485 1999-01-17 Andrew Innes <andrewi@gnu.org>
11486
11487 * dos-w32.el: (find-buffer-file-type-coding-system): Use
11488 default-buffer-file-coding-system when file doesn't exist (and
11489 isn't covered by a special case) instead of forcing undecided-dos
11490 against the user's wishes.
11491
11492 * dos-w32.el (direct-print-region-helper): New function based on
11493 direct-print-region-function; sends data to specified printer port
11494 without further translation. Recognize and handle specially the
11495 standard `print' and `nprint' programs, as well as `lpr' and
11496 similar programs. Only write directly to the printer port if no
11497 print program is specified. Work around a bug in Windows 9x
11498 affecting Win32 version of Emacs by invoking command.com to write
11499 to the printer port instead of writing directly.
11500 (direct-print-region-function): Use direct-print-region-helper to
11501 do most of the work.
11502 (direct-ps-print-region-function): New function; analogue of
11503 direct-print-region-function for ps-print.
11504 (ps-lpr-command): Comment out setq; leave as example usage.
11505 (ps-lpr-switches): Ditto.
11506
11507 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11508 and MS-Windows.
11509 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11510 DOS and Windows platforms, to indicate direct printing. Update
11511 the docstring accordingly.
11512
11513 * ps-print.el: (ps-printer-name): Update docstring about usage on
11514 MS-DOS and MS-Windows.
11515 (ps-lpr-command): Update docstring as for lpr-command.
11516 (ps-print-region-function): New variable.
11517 (ps-do-despool): Use it.
11518 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11519 DOS/Windows.
11520
11521 * subr.el (subst-char-in-string): New function.
11522
11523 1999-01-17 Eli Zaretskii <eliz@gnu.org>
11524
11525 * international/codepage.el (cp852-decode-table): Fill a nil entry.
11526
11527 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11528 (bdf-find-font-info): New function, looks for the first readable
11529 file from a list of alternatives.
11530 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11531 instead of bdf-get-font-info.
11532 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11533 to ps-mule-generate-bitmap-glyph.
11534
11535 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11536 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
11537 now be a list of alternative names.
11538 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11539 (ps-mule-prepare-font): Likewise.
11540
11541 * international/codepage.el (cp855-decode-table,
11542 cp850-decode-table): Fill some nil entries.
11543
11544 1999-01-16 Dave Love <fx@gnu.org>
11545
11546 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11547 last change.
11548
11549 1999-01-15 Dave Love <fx@gnu.org>
11550
11551 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11552 and change regexp for command names.
11553 (help-xref-go-back, function-called-at-point, symbol-file)
11554 (where-is): Doc fixes.
11555 (help-xref-go-back): Remove interactive spec.
11556 (describe-function-1): Fix message for alias. Buttomize alias
11557 name.
11558
11559 * simple.el (join-line): New alias.
11560
11561 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
11562
11563 * forms.el: (forms--show-record): Convert integers to string
11564 expicitly since concat will no longer accept integers.
11565 (forms-print): Use local `total-nb-records' since
11566 `forms--total-records' will be inaccessible after buffer switching.
11567
11568 1998-01-14 Felix Lee <flee@cygnus.com>
11569
11570 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11571
11572 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11573
11574 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11575
11576 1999-01-14 Eli Zaretskii <eliz@gnu.org>
11577
11578 * international/codepage.el (cp850-decode-table): Fix previous change.
11579
11580 1999-01-14 Simon Marshall <simon@gnu.org>
11581
11582 * shell.el (shell-dirtrack-verbose): New custom variable.
11583 (shell-dirstack-message): Use it.
11584
11585 1999-01-14 Kenichi Handa <handa@etl.go.jp>
11586
11587 * international/mule-conf.el: Coding system alias `dos' for
11588 `undecided-dos', `mac' for `undecided-mac'.
11589
11590 * international/mule-cmds.el (describe-language-environment):
11591 Don't alter input-method-alist.
11592
11593 1999-01-13 Eli Zaretskii <eliz@gnu.org>
11594
11595 * international/codepage.el (cp850-decode-table): Replace nil
11596 entries with codes of similary looking glyphs. (Suggested by
11597 Jason Rumney <jasonr@altavista.net>.)
11598
11599 1999-01-13 Dave Love <fx@gnu.org>
11600
11601 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11602
11603 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11604
11605 1999-01-12 Karl Heuer <kwzh@gnu.org>
11606
11607 * files.el (auto-save-hook): Defvar this.
11608
11609 1999-01-12 Alex Schroeder <asc@bsiag.com>
11610
11611 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11612 faces, eliminating the need to load font-lock before loading sql.
11613 (sql-mode-oracle-font-lock-keywords): Likewise.
11614 (sql-mode-postgres-font-lock-keywords): Likewise.
11615
11616 1999-01-11 Dave Love <fx@gnu.org>
11617
11618 * cus-start.el: Add inhibit-eol-conversion.
11619
11620 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11621 the values round.
11622
11623 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
11624
11625 * help.el (help-mode-finish): Renamed from help-mode-maybe.
11626 Don't switch to Help mode here.
11627 (temp-buffer-setup-hook): Use help-mode-finish.
11628 (help-mode-setup): New function.
11629 (temp-buffer-setup-hook): Use help-mode-setup.
11630
11631 * progmodes/sql.el: New file.
11632
11633 * files.el (auto-mode-alist): Add sql-mode.
11634
11635 * faces.el (list-faces-display): Improve the formatting
11636 by computing the maximum length required for any face-name.
11637
11638 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11639
11640 * progmodes/compile.el (compilation-shell-minor-mode): New function.
11641
11642 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11643
11644 * term.el (term_send_home): Change the string to
11645 be the same as the one emitted by xterm and consistent with the
11646 ones emitted by prior and next.
11647 (term_send_end): Likewise.
11648
11649 1999-01-10 Dave Love <fx@gnu.org>
11650
11651 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11652 bindings.
11653
11654 1999-01-10 Eli Zaretskii <eliz@gnu.org>
11655
11656 * international/codepage.el (codepage-setup): Doc fix.
11657 (cp-decoding-vector-for-codepage): Likewise.
11658
11659 1999-01-10 Markus Rost <rost@gnu.org>
11660
11661 * cus-edit.el (custom-save-delete): First scan the custom-file.
11662
11663 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11664
11665 * international/iso-transl.el: Define a "function name" for
11666 each translation that isn't ASCII. Use these function names
11667 in iso-transl-char-map.
11668
11669 1999-01-08 Kenichi Handa <handa@etl.go.jp>
11670
11671 * international/mule-util.el (decompose-region): Do decomposition
11672 on temporary unibyte buffer.
11673
11674 * international/mule.el (make-char): Doc-string modified.
11675
11676 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11677
11678 * simple.el (comment-region): Delete spaces only if we
11679 deleted a comment starter.
11680
11681 1999-01-07 Dave Love <fx@gnu.org>
11682
11683 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11684
11685 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11686 like eval-defun does.
11687
11688 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11689
11690 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11691 constructions. Doc fixes.
11692 (generic-create-generic-function): Use defalias, not fset.
11693
11694 * find-func.el: More doc fixes.
11695
11696 1999-01-06 Stephen Eglen <stephen@gnu.org>
11697
11698 * files.el (save-buffers-kill-emacs): Show the list of current
11699 processes before prompting to kill them and exit.
11700
11701 1999-01-06 Dave Love <fx@gnu.org>
11702
11703 * emacs-lisp/find-func.el: Doc fixes.
11704 (find-function-regexp): Extend for define-generic-mode,
11705 define-derived-mode, easy-mmode-define-minor-mode.
11706
11707 1999-01-06 Dave Love <fx@gnu.org>
11708
11709 * progmodes/fortran.el (fortran-window-create): Account for scroll
11710 bar width.
11711
11712 * browse-url.el: Require (noerror) w3-auto when compiling.
11713 (browse-url-maybe-new-window): Make it a macro and revert last
11714 change to callers.
11715 (browse-url-w3): Require w3 for w3-fetch-other-window.
11716
11717 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11718
11719 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11720 argument.
11721
11722 1999-01-06 Simon Marshall <simon@gnu.org>
11723
11724 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
11725
11726 * font-lock.el (font-lock-default-fontify-buffer): When using
11727 with-temp-message, use nil rather than current-message.
11728
11729 * lazy-lock.el (lazy-lock-unstall):
11730 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11731 rather than current-message.
11732
11733 * fast-lock.el (fast-lock-save-cache-1):
11734 (fast-lock-cache-data): When using with-temp-message, use nil rather
11735 than current-message.
11736
11737 1999-01-06 Eli Zaretskii <eliz@gnu.org>
11738
11739 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11740 the valid-codes property.
11741
11742 * international/mule-cmds.el (prefer-coding-system): Call
11743 set-coding-priority, so that the internal array of priorities is
11744 also updated.
11745
11746 * international/mule-util.el:
11747 (coding-system-change-eol-conversion,
11748 coding-system-change-text-conversion): Don't define here.
11749
11750 * international/mule-cmds.el: Define them here. Remove the
11751 autoload cookies.
11752
11753 1999-01-06 Andreas Schwab <schwab@gnu.org>
11754
11755 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11756 if it was enabled before.
11757
11758 * view.el (View-revert-buffer-scroll-page-forward): Bind
11759 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11760
11761 * files.el (recover-session): Preserve point when inserting
11762 explanation.
11763
11764 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
11765
11766 * cus-edit.el (custom-save-delete): Don't delete whitespace
11767 and comments before the sexp that is replaced.
11768
11769 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11770
11771 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11772
11773 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
11774
11775 * vc.el (vc-dired-hook): Use the original value of
11776 dired-move-to-filename-regexp on lines that have not been
11777 reformatted yet.
11778 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11779 file lines have already been reformatted.
11780
11781 1999-01-05 Dave Love <fx@gnu.org>
11782
11783 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11784 buffer-local.
11785
11786 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
11787
11788 * progmodes/f90.el: Change of regular expressions for type to
11789 correct highlighting and identation. Some small fixes for
11790 compatibility with XEmacs.
11791
11792 1999-01-05 Stephen Eglen <stephen@gnu.org>
11793
11794 * mspools.el (mspools-vm-system-mail): Provide an alternative
11795 value based on rmail-spool-directory if $MAIL is not defined.
11796
11797 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
11798
11799 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11800 (reftex-section-info): Handle negative section levels.
11801 (reftex-view-crossref-extra): New option.
11802 (reftex-view-crossref): Generalized to work in more places.
11803 (reftex-find-citation-regexp-format, reftex-find-reference-format,
11804 reftex-macros-with-labels, reftex-global-search-marker): New variables.
11805 (reftex-view-cite-locations-from-bibtex): New command.
11806 (reftex-view-regexp-match, reftex-global-search,
11807 reftex-global-search-continue): New functions.
11808 (reftex-extract-bib-entries): No error for non-existing BibTeX
11809 file, just a message.
11810 (reftex-extract-bib-entries): Better error handling.
11811 (reftex-select-with-char): Use `*RefTeX Select*' for selection
11812 help and force it on current frame.
11813 (reftex-default-bibliography): New function.
11814 (reftex-access-parse-file): Check consistency after loading a
11815 parse file. When inconsistent, enfore rescan.
11816 (reftex-check-parse-consistency): New function.
11817 (easy-menu-define): Options section drastically shortened.
11818
11819 1999-01-05 Kenichi Handa <handa@etl.go.jp>
11820
11821 * language/thai-util.el (thai-compose-string): New function.
11822
11823 1999-01-04 Inge Frick <inge@nada.kth.se>
11824
11825 * easymenu.el (easy-menu-define): Doc fix.
11826 (easy-menu-create-menu): New keyword :included.
11827 (easy-menu-do-add-item): New keyword :included. SUFFIX may
11828 be an expression, not only a string. Simulate style `button'.
11829 Use easy-menu-define-key-intern instead of easy-menu-define-key.
11830 (easy-menu-define-key-intern): New function.
11831 (easy-menu-add-item): Understand value returned from
11832 easy-menu-item-present-p and easy-menu-remove-item.
11833 (easy-menu-return-item): New function.
11834 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11835
11836 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
11837
11838 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11839 Use rmail-output-read-rmail-file-name to read the file name.
11840 Always call rmail-output-to-rmail-file noninteractively.
11841 When count > 1, do the loop here.
11842 Handle rmail-delete-after-output here.
11843 (rmail-summary-output): Similar changes.
11844
11845 * mail/rmailout.el: Provide `rmailout'.
11846 (rmail-output-read-rmail-file-name): New function.
11847 (rmail-output-to-rmail-file): Use that.
11848 (rmail-output-read-file-name): New function.
11849 (rmail-output): Use that.
11850
11851 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11852 Error if wildcard matches no files.
11853
11854 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11855
11856 * menu-bar.el (clipboard-yank): Doc fix.
11857
11858 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11859
11860 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11861
11862 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11863
11864 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11865
11866 * rmail.el (rmail-encode-string): Make sure mask value is
11867 positive; (emacs-pid) returns a negative number on Windows 9x
11868 which causes odd behaviour.
11869
11870 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11871
11872 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11873 and about w32-* variables unless on Windows/NT.
11874
11875 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11876
11877 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11878 if buffer is modified; ask about all modified buffers.
11879
11880 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11881
11882 * simple.el (what-cursor-position): Fix previous change.
11883
11884 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11885
11886 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11887 from paragraph-start.
11888
11889 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11890
11891 * international/mule-cmds.el (prefer-coding-system): If the
11892 argument requires specific EOL conversion type, make the default
11893 coding systems use that.
11894
11895 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11896
11897 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11898 Use shell-command-on-region.
11899 (m4-start-m4, m4-end-m4): Functions deleted.
11900
11901 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11902
11903 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11904
11905 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11906
11907 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11908 to compose-mail in the correct places and as a list.
11909
11910 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11911
11912 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11913 (pages-directory-map): Bind mouse-2
11914 (pages-copy-header-and-position): Put text property.
11915 (pages-directory-goto-with-mouse): New function.
11916
11917 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11918
11919 * international/codepage.el (cp-make-coding-systems-for-codepage):
11920 Doc fix.
11921 (cp-coding-system-for-codepage-1): Likewise.
11922
11923 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11924
11925 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11926 composition sequence correctly here instead of calling
11927 thai-compose-region.
11928
11929 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11930 newline in multibyte buffer, if previous or next character is a
11931 composite char, check the first component of the composite char.
11932
11933 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11934
11935 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11936 and track-mouse.
11937
11938 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11939
11940 * mail/sendmail.el (mail-yank-original): Remove text properties
11941 after insertion.
11942 (mail-yank-region): Barf if no mark is set in the message
11943 being replied to.
11944
11945 * help.el (function-called-at-point): First look for function at point.
11946
11947 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11948
11949 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11950
11951 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11952
11953 * simple.el (what-cursor-position): Print character encoding also.
11954
11955 1998-12-26 Dave Love <fx@gnu.org>
11956
11957 * textmodes/flyspell.el: If local-maps work, don't put
11958 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11959 in flyspell-mouse-map (only).
11960 (flyspell-use-local-map): New variable.
11961 Use a different mouse-2 binding in that case,
11962 and don't add to minor-mode-map-alist.
11963 (make-flyspell-overlay, flyspell-correct-word):
11964 Test flyspell-use-local-map.
11965
11966 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11967
11968 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11969 Be careful about whether to return a relative file name,
11970 and if so, relative to what directory.
11971
11972 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11973
11974 * emacs-lisp/easymenu.el (easy-menu-get-map):
11975 Change global map only if this menu exists in the global map already,
11976 and not in the local map.
11977 (easy-menu-do-add-item): Fix error message.
11978
11979 * foldout.el (foldout-inhibit-key-bindings):
11980 Avoid concatenating onto outline-minor-mode-prefix.
11981 Make a new keymap for that prefix, if it does not already have one.
11982
11983 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11984
11985 * cperl-mode.el:
11986 Can use linear algorithm for indentation if Emacs supports it.
11987 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11988 (cperl-after-block-p): Likewise.
11989 (cperl-after-block-and-statement-beg): Likewise.
11990 (cperl-after-block-p): After END/BEGIN we are a block.
11991 (cperl-after-expr-p): Skip labels when checking
11992 (cperl-indent-region): Make a marker for END - text added/removed.
11993 Disable hooks during the call (how to call them later?).
11994 Now indents 820-line-long function in 6.5 sec (including
11995 syntaxification) the first time (when buffer has few
11996 properties), 7.1 sec the second time.
11997 (cperl-indent-region): Do not indent whitespace lines
11998 (cperl-style-alist)
11999 Include `cperl-merge-trailing-else' where the value is clear.
12000 (cperl-styles-entries): Likewise.
12001 (cperl-problems): Improvements to docs.
12002 (cperl-tips): Likewise.
12003 (cperl-non-problems): Likewise.
12004 (cperl-mode): Make lazy syntaxification possible.
12005 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
12006 `font-lock-unfontify-region-function' was set to a wrong function.
12007
12008 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
12009 restart syntaxification. Changed so that -d ?foo? is a RE. Do
12010 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
12011 but 1<<6 was considered as HERE-doc.
12012 <file/glob> made into a string.
12013 Postpone addition of faces after syntactic step.
12014 Recognition of <FH> was wrong.
12015 Highlight `gem' in s///gem as a keyword. `qr' recognized.
12016 Knows that split// is null-RE.
12017 Highlights separators in 3-parts expressions as labels.
12018 <> was considered as a glob.
12019 Would err if the last line is `=head1'.
12020 $a-1 ? foo : bar; was a considered a regexp.
12021 `<< (' was considered a start of HERE-doc.
12022 mark qq[]-etc sections as syntax-type=string
12023 Was not processing sub protos after a comment ine.
12024 Was treating $a++ <= 5 as a glob.
12025 Tolerate unfinished REx at end-of-buffer.
12026 `unwind-protect' was left commented.
12027 / and ? after : start a REx.
12028
12029 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12030 Better default, customizes to `message' too, off in text-mode.
12031
12032 (cperl-array-face): Renamed from `font-lock-emphasized-face',
12033 `defface'd.
12034 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12035 `defface'd.
12036 (cperl-emacs-can-parse): New state variable.
12037 (cperl-indent-line): Corrected to use global state.
12038 (cperl-calculate-indent): Likewise.
12039 (cperl-fix-line-spacing): Likewise (not used yet).
12040 (cperl-calculate-indent): Did not consider `,' as
12041 continuation mark for statements.
12042 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12043 Remove another parse-data optimization at toplevel: would
12044 indent correctly.
12045 Correct for labels when calculating indentation of continuations.
12046 Docstring updated.
12047 (cperl-choose-color): Converted to a function (to be
12048 compilable in text-mode).
12049 (cperl-dark-background): Disable without window-system.
12050 Do `defface' only if window-system.
12051 (cperl-fix-line-spacing): Sped up to bail out early.
12052 (x-color-defined-p): Was not compiling on XEmacs
12053 Was defmacro'ed with a tick. Remove another def.
12054 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12055 (cperl-unwind-to-safe): New function.
12056 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12057 (cperl-fontify-syntaxically): Unwinds start and end to go out of
12058 long strings (not very successful).
12059 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
12060 Highlight the starting // in s//foo/ as function-name.
12061 Emit a meaningful error instead of a cryptic one for an
12062 uncomplete REx near end-of-buffer.
12063
12064 (cperl-electric-keyword): `qr' recognized.
12065 (cperl-electric-else): Likewise
12066 (cperl-to-comment-or-eol): Likewise
12067 (cperl-make-regexp-x): Likewise
12068 (cperl-init-faces): Likewise, and `lock' (as overridable?).
12069 Corrected to use new macros;
12070 `if' for copying `reference-face' to `constant-face' was backward.
12071 remove init `font-lock-other-emphasized-face',
12072 `font-lock-emphasized-face', `font-lock-keyword-face'.
12073 Interpolate `cperl-invalid-face'.
12074 (cperl-make-regexp-x): Misprint in a message.
12075 (cperl-syntaxify-unwind): New configuration variable
12076 (cperl-fontify-m-as-s): New configuration variable
12077 (cperl-electric-pod): Check for after-expr was performed
12078 inside of POD too.
12079 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12080 (cperl-clobber-mode-lists): New configuration variable.
12081 (cperl-not-bad-style-regexp): Updated.
12082 Init: `cperl-is-face' was busted.
12083 (cperl-make-face): New macros.
12084 (cperl-force-face): New macros.
12085 (font-lock-other-type-face): Done via `defface' too.
12086 (cperl-nonoverridable-face): New face. Renamed from
12087 `font-lock-other-type-face'.
12088 (cperl-init-faces-weak): Use `cperl-force-face'.
12089 (cperl-comment-indent): Commenting __END__ was not working.
12090 (cperl-indent-for-comment): Likewise.
12091 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
12092 When removing old TAGS info was not relativizing filename.
12093 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12094 Another try to work around XEmacs problems. Better progress messages.
12095 (toplevel): Require custom unprotected => failure on 19.28.
12096 (cperl-xemacs-p): Defined when compile too
12097 (cperl-find-tags): Was writing line/pos in a wrong order,
12098 pos off by 1 and not at beg-of-line.
12099 (cperl-etags-snarf-tag): New macro
12100 (cperl-etags-goto-tag-location): New macro
12101 (cperl-version): New variable. New menu entry
12102 random docstrings: References to "future" 20.3 removed.
12103 Menu was described as `CPerl' instead of `Perl'
12104 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12105 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12106 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
12107 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12108 `font-lock-reference-face', `font-lock-keyword-face'.
12109 Use `eval-after-load'.
12110 Remove not-CPerl-related faces.
12111 (cperl-tips-faces): New variable and an entry into Mini-docs.
12112 (cperl-indent-exp): Was not processing else-blocks.
12113 (cperl-get-state): NOP line removed.
12114 (cperl-ps-print): New function and menu entry.
12115 (cperl-ps-print-face-properties): New configuration variable.
12116 (cperl-invalid-face): New configuration variable.
12117 (perl-font-lock-keywords): Highlight trailing whitespace
12118 (cperl-contract-levels): Documentation corrected.
12119 (cperl-contract-level): Likewise.
12120 (cperl-ps-extend-face-list): New macro.
12121 (cperl-invalid-face): Change to ''underline.
12122
12123 1998-12-25 Markus Rost <rost@delysid.gnu.org>
12124
12125 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12126 for read-file-name.
12127 (rmail-output-to-rmail-file): Likewise.
12128
12129 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
12130
12131 * emacs-lisp/easymenu.el (easy-menu-get-map):
12132 If MENU is nil, use global menu-bar map.
12133 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12134 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12135
12136 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12137
12138 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12139
12140 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12141
12142 * ps-print.el (ps-print-version): New version number (4.1.3).
12143
12144 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
12145
12146 * international/mule-cmds.el: Use make-sparse-keymap instead of
12147 define-prefix-key when defining MULE menu items.
12148
12149 * info.el (Info-node-at-bob-matching): New function.
12150 (Info-find-node, Info-build-node-completions): Call it.
12151
12152 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
12153
12154 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12155 when this is an autoloaded keymap.
12156
12157 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12158
12159 * international/codepage.el (cp-coding-system-for-codepage-1):
12160 Create separate encoders and decoders, for DOS and Unix. Make the
12161 usual family of 3 coding systems, so that automatic detection of
12162 EOL type works.
12163 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12164 Unix-specific symbols here, and don't call
12165 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
12166 Handa <handa@etl.go.jp>.)
12167
12168 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12169
12170 * term/internal.el (IT-character-translations): New variable, an
12171 alist used to display characters for which there's no glyphs in
12172 the current codepage.
12173 (IT-display-table-setup): New function, sets up the DOS terminal
12174 for a given codepage.
12175 (dos-codepage-setup): New function, sets up the MULE environment
12176 for the current value of dos-codepage.
12177 (top-level if): In the multibyte mode, turn on
12178 unibyte-display-via-language-environment. In the unibyte mode,
12179 set up the special syntax tables to map lower- to upper case and
12180 back.
12181
12182 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
12183
12184 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12185 (speedbar-frame-plist) Remove useless comments.
12186 (speedbar-frame-mode) Do not specify height if it is in the param list.
12187 Use default y position w/out changing it.
12188 If default x position is a list, keep, calculate the non-list X
12189 value when devining an initial position.
12190 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12191 (speedbar-tag-group-name-minimum-length): New variable.
12192 (speedbar-frame-parameter): New compatibility function.
12193 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12194 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12195 groups to keep things in the right order, and to help with some
12196 naming conventions.
12197 (speedbar-create-tag-hierarchy): Enable buffer local version of
12198 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12199 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
12200 the case, derive it from the cursor location in speedbar.
12201
12202 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
12203
12204 * international/mule-cmds.el (set-language-environment): On MS-DOS
12205 terminals, install DOS-specific nonascii-translation-table if the
12206 language info doesn't specify one. Pass the default eol-type to
12207 set-language-environment-coding-systems.
12208 (set-default-coding-systems): Copy the eol-type property for the
12209 new default values of {buffer-file,process}-coding-system from the
12210 old defaults.
12211 (set-language-environment-coding-systems): Accept an optional
12212 argument EOL-TYPE, and set the eol-type property of the default
12213 coding systems accordingly.
12214 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12215 (set-keyboard-coding-system): Likewise.
12216 (set-default-coding-systems): Don't set
12217 default-terminal-coding-system on MS-DOS to anything but nil.
12218 (prefer-coding-system): Describe in the doc string that
12219 default-terminal-coding-system is not changed on MS-DOS.
12220 (set-language-environment): For MS-DOS, set standard syntax table
12221 and display table for all characters with code above 127.
12222 (standard-display-european-internal): For MS-DOS, pass all
12223 characters with code above 127 directly to the terminal, and don't
12224 remap characters 160 and 146 in the unibyte case.
12225
12226 * international/codepage.el: New file.
12227
12228 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12229
12230 * diary-lib.el (diary-float): Fix end-of-year error and typos in
12231 comments.
12232
12233 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
12234
12235 * map-ynp.el (map-y-or-n-p): Ignore input methods.
12236
12237 * subr.el (read-passwd): Likewise.
12238
12239 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
12240
12241 * info.el (Info-find-node): Add 1 to the position read from the
12242 tag table. Don't fail if the node delimiter ^_ is the first
12243 character in the file.
12244 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12245 first character in the file.
12246 (Info-read-subfile): Likewise.
12247 (Info-select-node): Likewise.
12248 (Info-build-node-completions): Likewise.
12249
12250 1998-12-16 Richard Stallman <rms@gnu.org>
12251
12252 * term/x-win.el (x-cut-buffer-or-selection-value):
12253 If clipboard is enabled, try it before PRIMARY selection.
12254
12255 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12256
12257 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12258 insert c-cedilla and C-cedilla respectively, like in latin-1.
12259
12260 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
12261
12262 * language/hebrew.el: Don't use sublists in the flags argument
12263 passed to make-coding-system.
12264
12265 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12266
12267 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12268 list of character sets found by find-charset-region.
12269
12270 * ps-mule.el: Always require ps-print. Move some function
12271 definitions for Emacs 20.2 and the earlier to ps-print.el.
12272 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12273
12274 * ps-print.el: Define several functions for Emacs 20.2 and the
12275 earlier version.
12276 (ps-printer-name): Check if printer-name is bound.
12277
12278 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12279
12280 * ps-mule.el: Programming uniformization and little code improvement.
12281 (ps-mule-prepare-font): Programming uniformization.
12282 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12283 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12284
12285 * ps-bdf.el: Programming uniformization and little code improvement.
12286 (bdf-search-and-read): New fun.
12287 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12288 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12289 (bdf-info-relative-compose, bdf-info-baseline-offset)
12290 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12291 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12292 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12293 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12294 improvement.
12295
12296 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12297
12298 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12299 and mule related code extraction. Autoload ps-mule funs.
12300
12301 * ps-mule.el: Doc fix. Require ps-print only when compiled.
12302 (ps-mule-prologue-generated): New fun.
12303 (ps-mule-plot-string): Add autoload cookie.
12304 (ps-mule-begin-job): Call ps-mule-prologue-generated.
12305
12306 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12307
12308 * ps-bdf.el: Require ps-mule instead of ps-print.
12309 (bdf-directory-list): Add autoload cookie.
12310
12311 * ps-mule.el: New file. Mule related code extracted from
12312 ps-print.el. Require ps-print, provide ps-mule.
12313 (ps-multibyte-buffer): Add autoload cookie.
12314 (ps-mule-prepare-ascii-font): New fun.
12315 (ps-mule-set-ascii-font): New fun.
12316 (ps-mule-skip-same-charset): Fun deleted.
12317 (ps-mule-plot-string): Set ps-mule-current-charset.
12318 (ps-mule-initialize): Add autload cookie. Don't set
12319 ps-mule-font-info-database here.
12320 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
12321 ps-mule-font-info-database and ps-control-or-escape-regexp.
12322 (ps-mule-begin-page): New fun.
12323
12324 * ps-print.el: Mule related code moved to ps-mule.el.
12325 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12326 check ps-mule-charset-list.
12327 (ps-begin-page): Don't set ps-mule-current-charset, instead call
12328 ps-mule-begin-page.
12329 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12330 (ps-plot-region): Don't set ps-mule-current-charset, instead call
12331 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
12332 instead skip same charsets by itself.
12333 (ps-generate): Call ps-mule-initialize of needs-begin-file is
12334 non-nil. Call ps-mule-begin-job.
12335
12336 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12337
12338 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
12339 instead of bdf.
12340
12341 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12342 (ps-mule-external-libraries): New element FEATURE.
12343 (ps-mule-init-external-library): Ajusted for the above change.
12344 (ps-mule-generate-font): Likewise.
12345 (ps-mule-generate-glyphs): Likewise.
12346 (ps-mule-prepare-font): Likewise.
12347 (ps-mule-initialize): Likewise.
12348 (ps-begin-file): Superfluous tailing parenthesis deleted.
12349
12350 1998-12-15 Kenichi Handa <handa@etl.go.jp>
12351
12352 * international/fontset.el (x-decompose-font-name): If PATTERN
12353 doesn't have any wild cards, return a vector made from a name that
12354 is found by x-resolve-font-name found. Comments added.
12355
12356 * international/mule-cmds.el (find-coding-systems-for-charsets):
12357 Handle the case of unknown charset.
12358 (find-multibyte-characters): If invalid multibyte characters are
12359 found, return the corresponding strings instead of character
12360 codes.
12361 (find-multibyte-characters): Adjusted for the above change.
12362 (select-safe-coding-system): For a unibyte buffer, always returns
12363 DEFAULT-CODING-SYSTEM.
12364 (get-charset-property): Fix previous change. Make it a function.
12365 (put-charset-property): Make it a function.
12366
12367 * international/mule.el (make-coding-system): Set mime-charset
12368 property of *-with-esc coding system to nil.
12369
12370 * international/quail.el (quail-point-in-conversion-region): New
12371 function.
12372 (quail-conversion-backward-delete-char): When a key sequence is
12373 being translated, call quail-delete-last-char.
12374
12375 * language/devan-util.el
12376 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12377 handle devanagari-decomposition-rules.
12378
12379 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
12380
12381 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12382 tex-start-options-string to empty string.
12383 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12384
12385 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
12386
12387 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12388 5xx responses are already handled properly).
12389
12390 1998-12-13 Richard Stallman <rms@gnu.org>
12391
12392 * progmodes/compile.el (compilation-error-regexp-alist): Insist
12393 on a non-digit in the file name.
12394
12395 * simple.el (comment-region): Handle comment-padding
12396 separately for insertion and for deletion, in the right way for each.
12397
12398 1998-12-13 Felix Lee <flee@cygnus.com>
12399
12400 * progmodes/compile.el (compilation-error-regexp-alist): Fix
12401 regexp to match "ChangeLog:1:1998-12-09 ..."
12402
12403 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
12404
12405 * cus-start.el (dos-unsupported-char-glyph): Add.
12406
12407 1998-12-11 Dave Love <fx@gnu.org>
12408
12409 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12410 forward-sexp in condition-case.
12411
12412 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12413 Remove unnecessary test on `library' for explicit file name.
12414 Widen scope of save-match-data.
12415
12416 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
12417
12418 * international/mule.el (load-with-code-conversion): If the loaded
12419 file was inserted with no-conversion or raw-text coding system,
12420 make the buffer unibyte.
12421
12422 1998-12-09 Richard Stallman <rms@gnu.org>
12423
12424 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12425 Get rid of nested loops.
12426
12427 * mouse.el (mouse-drag-vertical-line):
12428 If WHICH-SIDE is not `right', then scroll bars are on the left.
12429
12430 * loadhist.el (load-history-loaded): defvar moved to help.el.
12431
12432 * help.el (symbol-file-load-history-loaded): Variable renamed,
12433 and defvar moved from loadhist.el.
12434 (symbol-file): Renamed from describe-function-find-file.
12435 Load fns-VERSION.el here.
12436 (describe-variable, describe-function-1): Use symbol-file.
12437
12438 * textmodes/tex-mode.el (tex-generate-zap-file-name):
12439 Don't start the name with #.
12440
12441 * ispell.el: Take out the eval-when's.
12442
12443 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
12444
12445 * dirtrack.el (dirtrack-directory-change-hook): New hook.
12446 (dirtrack): Run it. Make debug message more verbose.
12447
12448 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12449
12450 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12451 name of the abbrev table, and provide support for XEmacs.
12452 (octave-xemacs-p): New variable.
12453
12454 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12455
12456 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12457 exit, when mail-interactive is nil.
12458
12459 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
12460
12461 * files.el (after-find-file): Message fix.
12462
12463 1998-12-09 Ken Stevens <stevens@kdstevens.com>
12464
12465 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12466
12467 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
12468
12469 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12470 filenames using backslashes.
12471
12472 1998-12-09 Dave Love <fx@gnu.org>
12473
12474 * browse-url.el (browse-url-mail): Call compose-mail-other-window
12475 with correct number of args.
12476 (browse-url-maybe-new-window): New arg. Callers changed.
12477
12478 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12479 comment.
12480
12481 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
12482
12483 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12484
12485 1998-12-08 Markus Rost <rost@delysid.gnu.org>
12486
12487 * vc.el (vc-rcs-release): Fix Type.
12488 (vc-sccs-release): Fix Type.
12489 (vc-cvs-release): Fix Type.
12490
12491 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12492 arg work right.
12493
12494 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12495 output of last undeleted message.
12496
12497 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
12498
12499 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12500 (buffer-undo-list) [windows-nt]: Use different relative path.
12501
12502 1998-12-07 Simon Marshall <simon@gnu.org>
12503
12504 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12505
12506 1998-12-05 Markus Rost <rost@delysid.gnu.org>
12507
12508 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12509
12510 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12511
12512 1998-12-04 Markus Rost <rost@delysid.gnu.org>
12513
12514 * info.el (Info-menu): Don't return error if point is between menu
12515 header and first menu item.
12516
12517 1998-12-04 Dave Love <fx@gnu.org>
12518
12519 * help.el (describe-function-1): Fix description for alias.
12520
12521 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
12522
12523 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12524 specifications from summary line.
12525
12526 * rect.el (delete-whitespace-rectangle): Mark for autoload.
12527 (close-rectangle): Define alias only once in loaddefs.el.
12528
12529 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
12530
12531 * term/internal.el: Remove code which sets up a special syntax
12532 table for non-ASCII characters.
12533
12534 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
12535
12536 * dos-w32.el (direct-print-region-function): Try to ensure that
12537 printer-name is expanded to a file name on a local drive;
12538 sometimes printing a file loaded from a network volume fails.
12539 (direct-print-region-function): Add a function to
12540 write-region-annotate-functions to append a formfeed character to
12541 the region being printed, if the region doesn't end with a
12542 formfeed already. This avoids creating a second print job
12543 containing a blank page when print spooling is enabled on Windows.
12544
12545 1998-12-02 Dave Love <fx@gnu.org>
12546
12547 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12548 `Info-goto-node'.
12549
12550 1998-12-02 Richard Stallman <rms@gnu.org>
12551
12552 * help.el (temp-buffer-resize-mode): Doc fix.
12553
12554 * cus-edit.el (custom-save-delete): Save point before
12555 reading a sexp, rather than backing up.
12556
12557 * international/iso-transl.el: Fix previous change.
12558
12559 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
12560
12561 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12562 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12563 Added defvars to suppress compilation warnings.
12564
12565 1998-11-30 Ken Stevens <k.stevens@ieee.org>
12566
12567 * ispell.el: Improved and fixed customize for variables:
12568 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12569 ispell-dictionary-alist, ispell-skip-sgml.
12570 Improved and fixed comments in variables and messages for
12571 functions: ispell-help-in-bufferp, ispell-local-dictionary,
12572 ispell-menu-map, ispell-checking-message, ispell-parser,
12573 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12574 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12575 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12576 ispell-message-text-end, ispell-add-per-file-word-list.
12577 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12578 system is now required for all languages. Casechars improved for
12579 castellano, castellano8, and norsk dictionaries. Dictionary
12580 norsk7-tex added. Dictionary polish added.
12581 (ispell-dictionary-alist): Redefined at load-time to support
12582 dictionary changes.
12583 (ispell-menu-map): Redefined at load-time to support menu changes.
12584 (ispell-check-version): New alias for `check-ispell-version'.
12585 (ispell-parse-output): Fixed matching for ispell error messages.
12586 Correctly returns spelling suggestions in order generated by ispell
12587 process.
12588 (check-ispell-version): Ensure `case-fold-search' doesn't get
12589 redefined.
12590 (ispell-complete-word): Ensure `case-fold-search' doesn't get
12591 redefined. Fix bug that didn't respect case of word being completed.
12592 (ispell-init-process): Set process coding system to be compatible
12593 with emacs processes and the ispell process.
12594 (ispell-kill-ispell): Ensures ispell process has terminated before
12595 starting new process. This can otherwise confuse process filters
12596 and hang the ispell process.
12597 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12598 skipping support for sgml.
12599 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
12600 which could cause `ispell-complete-word' to hang.
12601 (ispell-message): Improved message reference matching. Ensure
12602 `case-fold-search' doesn't get redefined.
12603 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12604 get redefined. Fixed bug in returning to nroff mode from tex mode.
12605 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12606 get redefined.
12607
12608 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
12609
12610 * textmodes/flyspell.el (flyspell-check-word-p):
12611 Don't delay inside a kbd macro.
12612
12613 * subr.el (make-local-hook): Return the hook variable.
12614
12615 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12616
12617 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12618 Use a timer instead of post-command-hook.
12619 (hscroll-timer): New variable.
12620
12621 1998-11-30 Dave Love <fx@gnu.org>
12622
12623 * help.el (help-xref-button): Do nothing if text already has the
12624 help-xref property.
12625 (describe-variable): Revert previous change to hyperlink to source.
12626
12627 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
12628
12629 * bindings.el (features): Add `base64' to this list.
12630
12631 * loadhist.el (symbol-file): Doc fix.
12632
12633 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12634
12635 * files.el (hack-one-local-variable): Cope with non-file buffers.
12636
12637 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
12638
12639 * help.el (describe-mode): Put major mode first.
12640
12641 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12642 to support special-display and same-window features.
12643
12644 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12645
12646 * simple.el (transpose-subr, transpose-subr-1): Rename variables
12647 bound in one function and used in the other.
12648 (transpose-subr-start1, transpose-subr-start2): Add defvars.
12649 (transpose-subr-end1, transpose-subr-end2): Add defvars.
12650
12651 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12652
12653 * autoinsert.el (auto-insert-alist): Use user-mail-address.
12654
12655 1998-11-26 Kenichi Handa <handa@etl.go.jp>
12656
12657 * international/ccl.el (ccl-dump-translate-character-const-tbl):
12658 Give format correct control string.
12659
12660 * international/mule.el (define-translation-table): Fix bug of
12661 setting incorrect translation-table-id. If the first element of
12662 ARGS is a translation table, just register it.
12663
12664 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12665 property.
12666
12667 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
12668
12669 * thingatpt.el (thing-at-point-url-at-point): Don't use current
12670 syntax table to determine what is whitespace.
12671
12672 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
12673
12674 * frame.el (frame-parameter): Doc fix.
12675
12676 * textmodes/tex-mode.el (tex-feed-input): New function.
12677 (tex-define-common-keys): Add binding for C-c C-m.
12678
12679 1998-11-23 Dave Love <fx@gnu.org>
12680
12681 * progmodes/fortran.el: Various minor doc fixes.
12682 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12683 (fortran-with-subprogram-narrowing): New macro.
12684 (fortran-check-for-matching-do): Use it.
12685 (fortran-end-do): Use fortran-check-end-prog-re.
12686 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12687 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12688
12689 1998-11-23 Simon Marshall <simon@gnu.org>
12690
12691 * font-lock.el (font-lock-defaults): Doc fix.
12692 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12693 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12694
12695 * lazy-lock.el (lazy-lock-unstall):
12696 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12697
12698 * fast-lock.el (fast-lock-save-cache-1):
12699 (fast-lock-cache-data): Rewritten to use with-temp-message.
12700
12701 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
12702
12703 * mail/rmail.el (rmail-set-message-counters-counter): Detect
12704 messages that have been added with DOS line endings and convert
12705 the line endings for such messages.
12706
12707 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12708
12709 * help.el: Add resizing of temporary buffers.
12710 (temp-buffer-resize-mode): New command and variable.
12711 (temp-buffer-max-height): New variable.
12712 (resize-temp-buffer-window): New function.
12713
12714 * window.el (window-buffer-height): New function, split from
12715 shrink-window-if-larger-than-buffer.
12716 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12717
12718 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
12719
12720 * frame.el (initial-frame-alist): Add defcustom.
12721
12722 * shell.el (shell-prompt-pattern): Add defcustom.
12723
12724 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12725
12726 * message.el (message-ignored-supersedes-headers): Remove
12727 NNTP-Posting-Date.
12728
12729 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12730
12731 * help.el (describe-mode): Don't avoid loop indirecting thru
12732 value of INDICATOR.
12733
12734 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12735
12736 * help.el (describe-variable): Allow any variable with a defcustom,
12737 even if it is not a user variable.
12738
12739 * mail/rmail.el (mail-unsent-separator): Additional alternative.
12740
12741 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
12742
12743 * gnus/nntp.el (nntp-request-group): Allow for failures when
12744 requesting a new group.
12745
12746 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12747
12748 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12749
12750 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12751
12752 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12753
12754 1998-11-19 Simon Marshall <simon@gnu.org>
12755
12756 * subr.el (with-temp-message): New macro.
12757
12758 * emacs-lisp/lisp-mode.el (with-temp-message):
12759 Add lisp-indent-function property.
12760
12761 1998-11-18 Dave Love <fx@gnu.org>
12762
12763 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12764
12765 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12766
12767 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12768 This is not obsolete.
12769
12770 1998-11-18 Kenichi Handa <handa@etl.go.jp>
12771
12772 * textmodes/picture.el: Make a new map by make-keymap.
12773 (picture-desired-column): New variable.
12774 (picture-update-desired-column): New function.
12775 (picture-beginning-of-line): Set picture-desired-column to 0.
12776 (picture-end-of-line): Set picture-desired-column to the current
12777 column.
12778 (picture-forward-column): Pay attention to multi-column character.
12779 (picture-backward-column): Likewise.
12780 (picture-move-down): Likewise.
12781 (picture-move-up): Likewise.
12782 (picture-movement-nw): With prefix arg, move twice columns.
12783 (picture-movement-ne): Likewise.
12784 (picture-movement-sw): Likewise.
12785 (picture-movement-se): Likewise.
12786 (picture-set-motion): Handle two-column movements.
12787 (picture-move): Call picture-move-down or picture-forward-column
12788 only when necessary.
12789 (picture-insert): Pay attention to picture-desired-column.
12790 (picture-self-insert): Likewise.
12791 (picture-clear-column): Pay attention to multi-column character.
12792 (picture-mode): Modify doc-string for two-column movement.
12793
12794 * rect.el (move-to-column-force): New function.
12795 (operate-on-rectangle): If coerce-tabs is non-nil, call
12796 move-to-column-force instead of move-to-column.
12797 (insert-rectangle): Call move-to-column-force instead of
12798 move-to-column.
12799 (open-rectangle-line): If begextra is not zero, call
12800 move-to-column-force.
12801
12802
12803 1998-11-16 Dave Love <fx@gnu.org>
12804
12805 * textmodes/sgml-mode.el Require skeleton when compiling.
12806 (sgml-font-lock-keywords-1): Accept single-letter tags.
12807 (v2): Defvar free variable.
12808
12809 1998-11-16 Sam Steingold <sds@goems.com>
12810
12811 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12812 macro, not ELisp one.
12813
12814 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12815
12816 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12817 characters to symbol.
12818
12819 * language/japan-util.el (japanese-zenkaku-region): New optional
12820 arg KATAKANA-ONLY.
12821
12822 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12823
12824 * international/mule.el
12825 (after-insert-file-set-buffer-file-coding-system): If the buffer
12826 is changed to unibyte, return inserted bytes.
12827
12828 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12829 and link names if necessary.
12830 (tar-header-block-summarize): Handle the case that file or link
12831 names are multibyte.
12832 (tar-summarize-buffer): At first set the current buffer unibyte,
12833 then if there are multibyte file names, change it to multibyte.
12834 (tar-mode): Get char position from tar-header-offset.
12835 (tar-extract): Avoid multibyte<->unibyte conversion in
12836 insert-buffer-subsring by setting both buffers unibyte
12837 temporarily.
12838 (tar-copy): Set the buffer unibyte while doing a work. Write
12839 without code conversion.
12840 (tar-expunge): Set the buffer unibyte while doing a work.
12841 (tar-alter-one-field): Likewise.
12842 (tar-clear-modification-flags): Compare byte position with
12843 tar-header-offset.
12844 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12845 insert-buffer-subsring by setting both buffers unibyte
12846 temporarily. Pay attention to multibyteness while updating the
12847 descriptor-line.
12848 (tar-mode-write-file): Write without code conversion.
12849
12850 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12851
12852 * nngateway.el: Require cl.
12853
12854 1998-11-15 Dave Love <fx@gnu.org>
12855
12856 * progmodes/fortran.el: Fix previous change:
12857 (fortran-end-prog-re1): Changed.
12858 (fortran-check-end-prog-re): New function.
12859 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12860
12861 1998-11-13 Tom Breton <tob@world.std.com>
12862
12863 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12864 GNU Emacs.
12865
12866 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12867
12868 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12869 fixed.
12870 (reftex-toc-toggle-file-boundary,
12871 reftex-toc-toggle-labels,
12872 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12873 (reftex-toc-include-labels, reftex-toc-include-context,
12874 reftex-toc-include-file-boundaries,
12875 reftex-toc-keep-other-windows): New options.
12876 (reftex-use-text-after-label-as-context): Option removed.
12877 (reftex-extract-bib-entries): Protect use in non-latex
12878 buffers.
12879 (reftex-toc-visit-location): Renamed from
12880 `reftex-toc-visit-line'.
12881 (reftex-latin1-to-ascii): Works now with and without Mule.
12882 (reftex-truncate): Removed special stuff for Emacs 20.2.
12883 (reftex-get-offset): Made more general.
12884 (reftex-show-label-location): Renamed from
12885 `reftex-select-label-callback'.
12886 (reftex-pop-to-label): Function removed (using
12887 `reftex-show-label-location' instead.
12888 (reftex-insert-docstruct): Renamed from
12889 `reftex-make-and-insert-label-list'. Function args changed.
12890 (reftex-toc): Now uses `reftex-insert-docstruct' and
12891 `reftex-find-start-point'.
12892 (reftex-select-item): Use `reftex-find-start-point'.
12893 (reftex-toc-visit-line): Can display labels and file
12894 boundaries.
12895 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12896
12897 1998-11-12 Sam Steingold <sds@goems.com>
12898
12899 * browse-url.el (browse-url): Handle the case when
12900 `browse-url-browser-function' is a lambda list.
12901
12902 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12903
12904 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12905 version string.
12906 * loadhist.el (symbol-file): Likewise
12907
12908 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12909
12910 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12911
12912 1998-11-11 Sam Steingold <sds@goems.com>
12913
12914 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12915 `run-lisp' instead of signalling an error.
12916
12917 1998-11-11 Karl Heuer <kwzh@gnu.org>
12918
12919 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12920
12921 1998-11-11 Richard Stallman <rms@gnu.org>
12922
12923 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12924
12925 1998-11-11 Per Starback <starback@update.uu.se>
12926
12927 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12928 renamed svenska8 to svenska, and fixed and extended CASECHARS
12929 for it.
12930
12931 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12932
12933 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12934 handling if setpagedevice is not available.
12935 (ps-begin-file): Fix typo.
12936
12937 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12938
12939 * international/mule-util.el (compose-chars-component): Signal
12940 error if CH is a rule-based composition character.
12941 (compose-chars): Signal error if an already compsed character is
12942 going to be composed by rule-base.
12943
12944 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12945 full XLFD, don't try to get information of WEIGHT and SLANT from
12946 that font name.
12947
12948 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12949
12950 * dos-w32.el (set-default-process-coding-system): Use function on
12951 before-init-hook to set default-process-coding-system based on
12952 enable-multibyte-characters.
12953
12954 * term/w32-win.el ([language-change]): For now ignore
12955 keyboard language-change events.
12956
12957 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12958
12959 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12960 convert-standard-file-name, but leave the results of
12961 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12962 characters if the original name already exists, or has a special
12963 handler.
12964
12965 1998-11-10 Karl Heuer <kwzh@gnu.org>
12966
12967 * international/iso-insert.el: Delete autoload cookies.
12968
12969 * international/iso-transl.el: Add autoload cookies.
12970
12971 1998-11-10 Richard Stallman <rms@gnu.org>
12972
12973 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12974 (ispell-process-line): Don't treat multibyte
12975
12976 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12977
12978 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12979 setpagedevice to specify the page size if setpagedevice is
12980 available. This is necessary to select the correct paper tray on
12981 Level 2 printers with multiple paper sizes available.
12982
12983 (ps-begin-file): Cope with font names that contain spaces, and
12984 call BeginDoc in a BeginSetup/EndSetup block.
12985
12986 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12987
12988 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12989 convert-standard-filename.
12990
12991 * loadhist.el (symbol-file): Run fns-VERSION.el through
12992 convert-standard-filename.
12993
12994 1998-11-06 Richard Stallman <rms@gnu.org>
12995
12996 * textmodes/texinfmt.el (texinfo-format-scan):
12997 Detect the case of two @-commands in a row; process just the first.
12998 (texinfo-append-refill): If line has a @c, insert the @refill
12999 before it.
13000 (texinfo-format-refill): Return with point where the @refill was.
13001
13002 * files.el (hack-local-variables): Test local-enable-local-variables.
13003 (hack-local-variables-prop-line): Likewise.
13004 (set-auto-mode): Don't test local-enable-local-variables here.
13005 (enable-local-variables): Doc fix.
13006 (local-enable-local-variables): Doc fix.
13007 (normal-mode): Doc fix.
13008
13009 1998-11-06 Karl Heuer <kwzh@gnu.org>
13010
13011 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
13012
13013 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
13014
13015 * simple.el (line-number-mode): Doc fix.
13016
13017 1998-11-06 Kenichi Handa <handa@etl.go.jp>
13018
13019 * international/fontset.el (create-fontset-from-fontset-spec):
13020 Give correct arg to `error'.
13021
13022 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
13023
13024 * textmodes/sgml-mode.el (html-mode): Doc fix.
13025 (sgml-name-8bit-mode): Fix missing format character in message string.
13026
13027 1998-11-05 Karl Heuer <kwzh@gnu.org>
13028
13029 * mail/sendmail.el (sendmail-send-it): Check for failure.
13030
13031 1998-11-05 Richard Stallman <rms@gnu.org>
13032
13033 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13034
13035 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13036 (close-rectangle): Define as alias.
13037
13038 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
13039
13040 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13041
13042 1998-11-05 Dave Love <fx@gnu.org>
13043
13044 * help.el (describe-variable): Don't quote link to source.
13045
13046 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
13047
13048 * gud.el (gud-common-init): Use pop-to-buffer.
13049 (same-window-regexps): Add an element that matches all gud buffers.
13050
13051 1998-11-04 Jason Rumney <jasonr@altavista.net>
13052
13053 * term/w32-win.el (x-get-selection-value): Alias to
13054 x-cut-buffer-or-selection-value.
13055 (w32-standard-fontset-spec): New variable.
13056 (w32-create-initial-fontsets, mouse-set-font): Check whether
13057 new-fontset is available.
13058 (w32-use-w32-font-dialog): Enable use of set-variable.
13059
13060 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13061
13062 * vc.el (with-vc-file, edit-vc-file): New macros.
13063
13064 1998-11-04 Kenichi Handa <handa@etl.go.jp>
13065
13066 * international/quail.el (quail-show-guidance-buf): Call
13067 set-minibuffer-window to set minibuffer window of the current
13068 frame correctly.
13069
13070 1998-11-03 Theodore Jump <tjump@tertius.com>
13071
13072 * term/w32-win.el: Require fontset.
13073
13074 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
13075
13076 * faces.el (set-face-font): Call resolve-fontset-name on w32.
13077 (set-face-font-auto): Ditto.
13078
13079 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
13080
13081 * mouse.el (mouse-drag-region): Fix typo.
13082
13083 1998-11-02 Dave Love <fx@gnu.org>
13084
13085 * progmodes/fortran.el Fix for fontification of strings lost somehow:
13086 (fortran-fontify-string): New function.
13087 (fortran-font-lock-keywords-1): Use it.
13088
13089 1998-11-02 Markus Rost <rost@delysid.gnu.org>
13090
13091 * comint.el (comint-file-name-quote-list): Doc fix.
13092
13093 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13094
13095 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13096 build directory, not source directory.
13097
13098 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13099 if we did not get one for the final move.
13100
13101 1998-11-01 Dave Love <fx@gnu.org>
13102
13103 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13104 Don't funcall browse-url-browser-function.
13105
13106 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13107 Don't funcall browse-url-browser-function.
13108
13109 * fortran.el (fortran-end-prog-re1): Fix the regexp.
13110
13111 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
13112
13113 * files.el (revert-buffer): Doc fix.
13114
13115 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
13116
13117 * textmodes/tex-mode.el (tex-start-options-string):
13118 Quote the backslashes with more backslashes.
13119
13120 1998-10-31 Dave Love <fx@gnu.org>
13121
13122 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13123 (webjump): Don't funcall browse-url-browser-function.
13124
13125 1998-10-30 Kenichi Handa <handa@etl.go.jp>
13126
13127 * international/quail.el (quail-start-translation): Handle
13128 switching of the frame in read-key-sequence.
13129 (quail-start-conversion): Likewise.
13130 (quail-show-guidance-buf): Detach quail-guidance-buf from any
13131 windows before setting an appropriate window for it.
13132 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
13133 quail-guidance-win to nil.
13134 (quail-update-guidance): If quail-guidance-buf is not in the
13135 selected frame, call quail-show-guidance-buf again.
13136
13137 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
13138
13139 * progmodes/pascal.el (pascal-mode):
13140 `blink-matching-paren-dont-ignore-comments' set to t.
13141
13142 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13143
13144 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13145
13146 1998-10-30 Dave Love <fx@gnu.org>
13147
13148 * vc.el (vc-backend-merge-news): Check for "P" output.
13149
13150 * help.el (describe-variable): Hyperlink the definition.
13151
13152 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
13153
13154 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13155 (sh-set-shell): Likewise.
13156
13157 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13158
13159 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13160 (edebug-on-error): Fix customize type to match that of
13161 debug-on-error.
13162
13163 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13164
13165 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13166 report-emacs-bug-address instead of undefined bug-gnu-emacs.
13167
13168 * international/mule-cmds.el (select-message-coding-system): Doc
13169 fix.
13170
13171 * international/mule-diag.el (describe-coding-system): Describe
13172 all flags.
13173
13174 * mail/sendmail.el (sendmail-coding-system,
13175 default-sendmail-coding-system): Doc fix.
13176
13177 * simple.el (shell-command-on-region): Doc fix.
13178
13179 * loadup.el: Write fns-*.el in current directory instead of
13180 data-directory since no installation directory exists yet. Mark
13181 buffer unmodified afterwards.
13182
13183 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13184 instead of data-directory since it is architecture dependent.
13185 (load-history-loaded): Update doc string.
13186
13187 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
13188
13189 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13190 path as a default directory when canonicalizing names.
13191
13192 * w32-fns.el: Remove a dangling reference to a directory on the
13193 build machine.
13194
13195 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13196
13197 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13198 namespace related keywords such as `class', `body', `private',
13199 `variable', `namespace eval', etc.
13200 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13201 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13202 imenu and font-lock so that searches for \sw would find words
13203 containing colons.
13204
13205 * progmodes/etags.el (initialize-new-tags-table):
13206 Do not alter find-tag-marker-ring and tags-location-ring.
13207
13208 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
13209
13210 * term/w32-win.el: Require fontset.
13211 (w32-init-fontsets): New function (code from x-win.el).
13212
13213 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13214
13215 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13216 calendar-and-diary-frame-parameters): Add title parameter.
13217
13218 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13219
13220 * completion.el (dynamic-completion-mode): New function to enable
13221 the mode. (Just loading the file now does not change anything.)
13222
13223 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13224
13225 * ps-print.el: User option for multibyte buffer handling and doc fix.
13226 (ps-multibyte-buffer): New user option.
13227 (ps-setup): Print new user option.
13228 (ps-print-quote): New fun.
13229 (ps-color-p, ps-mule-font-info-database-latin): New var.
13230 (ps-default-color, ps-mule-font-info-database)
13231 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13232 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13233 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13234 Little code improvement.
13235 (ps-mule-initialize): Initialize ps-mule-font-info-database.
13236 (ps-print-prologue-header, ps-font-family, ps-font-size)
13237 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13238 (ps-build-face-reference, ps-mule-font-info-database-bdf)
13239 (ps-mule-external-libraries, ps-mule-init-external-library)
13240 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13241 Doc fix.
13242 (ps-print-version): New version number (4.1.1) and doc fix.
13243 (ps-print-prologue-header): New user option.
13244 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13245 Conditional compilation for GNU Emacs and emacsens.
13246 (ps-generate-postscript-with-faces): Skip invisible text better.
13247 (ps-setup): Print new user option.
13248 (ps-print-preprint): Check if input file name exists and is unwritable.
13249 (ps-begin-file): Adjust PostScript prologue header for duplex printers
13250 and insert user PostScript prologue header comments.
13251 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13252 New funs.
13253 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13254 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13255 PostScript programming normalization.
13256 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13257 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13258 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13259 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13260 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13261 Programming style normalization.
13262
13263 1998-10-26 Kenichi Handa <handa@etl.go.jp>
13264
13265 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13266 version, check the value of mule-version.
13267
13268 * international/mule-util.el (compose-region): Insert then delete
13269 to preserve markers.
13270 (decompose-region): Use search-forward for efficiency.
13271
13272 * language/chinese.el (pre-write-encode-hz): Cancel previous
13273 change, use generate-new-buffer instead of get-buffer-create.
13274 * language/devan-util.el
13275 (in-is13194-devanagari-pre-write-conversion): Likewise.
13276 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13277 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13278 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13279
13280 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
13281
13282 * mail/rmailsum.el (rmail-message-subject-p):
13283 Handle message whose header has not been reformatted.
13284
13285 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13286
13287 1998-10-25 Jason Rumney <jasonr@altavista.net>
13288
13289 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13290 New variables.
13291 (mouse-set-font): Use font menus instead of dialog according to
13292 w32-use-w32-font-dialog.
13293
13294 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13295
13296 * calendar/calendar.el (calendar-day-name-array): Add doc string
13297 correctly!
13298 (calendar-month-name-array): Add doc string correctly!
13299
13300 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
13301
13302 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13303
13304 1998-10-21 Markus Rost <rost@delysid.gnu.org>
13305
13306 * lisp/info.el (Info-next-menu-item): Stay on top of node.
13307
13308 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13309
13310 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13311
13312 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13313
13314 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
13315
13316 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13317
13318 1998-10-21 Karl Heuer <kwzh@gnu.org>
13319
13320 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13321 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13322 (profile-filter, profile-reset-timer): Functions deleted.
13323 (profile-check-zero-init-times, profile-get-time): Likewise.
13324 (profile-find-function, profile-quit): Likewise.
13325 (profile-distinct, profile-call-stack, profile-last-time): New vars.
13326 (profile-time-list, profile-init-list): Doc fix.
13327 (profile-functions): Simplify.
13328 (profile-print): Use float. Make output include space separators.
13329 (profile-add-time): New helper function.
13330 (profile-function-prolog): Renamed from profile-start-function.
13331 Handle profile-distinct.
13332 (profile-function-epilog): Renamed from profile-update-function.
13333 Handle profile-distinct.
13334 (profile-a-function): If the function to be profiled is an
13335 autoload form, load it. If it's lazy-loaded, fetch it.
13336 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13337 (profile-restore-fun): Arg FUN is now a function symbol, as was
13338 documented, rather than a one-element list.
13339 (profile-finish): Call profile-restore-fun properly.
13340
13341 1998-10-21 Kenichi Handa <handa@etl.go.jp>
13342
13343 * international/characters.el: Setup charset property
13344 nospace-between-words.
13345
13346 * international/mule-cmds.el (get-charset-property): If CHARSET is
13347 composition, return nil.
13348 (put-charset-property): If CHARSET is composition, do nothing.
13349
13350 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13351 * language/devan-util.el
13352 (in-is13194-devanagari-pre-write-conversion): Likewise.
13353 * language/thai-util.el (thai-pre-write-conversion): Likewise.
13354 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13355 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13356
13357 * textmodes/fill.el (sentence-end-without-period): New variable.
13358 (canonically-space-region): Pay attention to
13359 sentence-end-without-period.
13360 (fill-find-break-point): The first argument CHARSET deleted.
13361 Caller changed.
13362 (fill-region-as-paragraph): Pay attention to charset property
13363 nospace-between-words and text property nospace-between-words.
13364
13365 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13366
13367 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13368 an unrecognized shell.
13369
13370 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13371
13372 * desktop.el (desktop-save): Include minor modes symbolically.
13373 (desktop-create-buffer): Turn on all minor modes in `mim'.
13374
13375 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
13376
13377 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13378 (sh-font-lock-keywords): Handle rpm and rpm2.
13379 (sh-ancestor-alist): Handle rpm.
13380
13381 * files.el (auto-mode-alist): Recognize .rpm files.
13382 Also .spec and .mspec files.
13383
13384 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
13385
13386 * faces.el (frame-set-background-mode): Enable the function for
13387 MSDOS frames.
13388
13389 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13390
13391 * calendar/calendar.el (calendar-day-name-array): Add doc string.
13392 (calendar-month-name-array): Add doc string.
13393
13394 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
13395
13396 * simple.el (kill-ring-max): Increased to 60.
13397
13398 1998-10-17 Kenichi Handa <handa@etl.go.jp>
13399
13400 * international/characters.el: Setup auto-fill-chars.
13401
13402 * international/kinsoku.el (kinsoku): Check the variable
13403 enable-kinsoku.
13404
13405 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13406 Don't call kinsoku directly, intead call fill-find-break-point.
13407
13408 * textmodes/fill.el: Setup `fill-find-break-point-function'
13409 property to character sets which require `kinsoku' processing for
13410 filling.
13411 (fill-find-break-point): New function.
13412 (fill-region-as-paragraph): Don't check kinsoku-enable here.
13413 Don't call kinsoku directly, intead call fill-find-break-point.
13414
13415 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
13416
13417 * faces.el (modify-face-read-string): Return (nil) for "none".
13418 (modify-face): Don't get error if (nil) is the argument.
13419 (face-try-color-list): Don't check whether nil is a valid color.
13420
13421 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
13422
13423 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13424 Print message about each directory, even in batch mode.
13425
13426 * gnus/nntp.el: Require `cl' before using nnoo-declare.
13427
13428 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13429 (ps-mule-string-char): No need to use sref.
13430 (ps-mule-next-index): No need to use sref.
13431
13432 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13433
13434 * files.el (revert-buffer-internal-hook): Add defvar.
13435
13436 * arc-mode.el (archive-mode): Locally set file-precious-flag.
13437
13438 * tar-mode.el (tar-mode): Locally set file-precious-flag.
13439
13440 1998-10-16 Markus Rost <rost@delysid.gnu.org>
13441
13442 * international/mule-cmds.el (default-input-method): Fix custom type.
13443
13444 * net-utils.el (whois-server-list): Fix customization type.
13445
13446 * shell.el (shell-input-autoexpand): Fix customization group.
13447
13448 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
13449
13450 * repeat.el (repeat): Handle keyboard macros properly.
13451 Handle new prefix arg after self-insert command.
13452
13453 * repeat.el: Don't include cl even at compile time.
13454 (repeat): Avoid using `loop'.
13455
13456 * simple.el (shell-command-on-region): Doc fix.
13457 (next-history-element): Special error message if no default.
13458
13459 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
13460
13461 * ps-print.el (ps-print-buffer): Doc fix.
13462 (ps-despool): Likewise.
13463
13464 * arc-mode.el (arc-mode): Provide arc-mode.
13465
13466 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13467
13468 * ps-print.el (ps-print-buffer): Doc fix.
13469
13470 1998-10-14 Dave Love <fx@gnu.org>
13471
13472 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13473 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13474 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13475
13476 * progmodes/fortran.el (fortran-mode-map): Change "Join
13477 Continuation Line" to "Join Line".
13478 (fortran-font-lock-keywords-1): Add "cycle", "exit".
13479
13480 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
13481
13482 * progmodes/fortran.el (fortran-join-line): Use
13483 `delete-indentation' instead of issuing an error message if not on
13484 a continuation line. Provide for joining several lines using
13485 prefix arg.
13486
13487 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
13488
13489 * term/pc-win.el (msdos-color-values): New variable.
13490 (x-color-values): New function, emulates its namesake from
13491 src/xfns.c.
13492 (msdos-bg-mode): Add all dark colors to those which return
13493 "dark".
13494
13495 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
13496
13497 * replace.el (keep-lines, flush-lines, how-many):
13498 Don't ignore case if arg has upper case letters.
13499
13500 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
13501
13502 * progmodes/vhdl-mode.el
13503 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13504 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13505 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13506 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13507 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13508 (vhdl-when): Fix indentation problem.
13509 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13510 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13511 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13512
13513 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
13514
13515 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13516 (ls-lisp-insert-directory): Renamed from insert-directory.
13517 (insert-directory): New function.
13518
13519 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
13520
13521 * simple.el (completion-fixup-function): Variable deleted.
13522 (completion-setup-function): Delete code for completion-fixup-function.
13523 * emacs-lisp/lisp.el (lisp-complete-symbol):
13524 Don't bind completion-fixup-function.
13525
13526 * files.el (find-file-wildcards): New option.
13527 (find-file-noselect): Handle wild cards, if enabled.
13528 (file-expand-wildcards): New function.
13529
13530 * simple.el (set-fill-column): Doc fix.
13531
13532 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13533
13534 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13535
13536 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
13537
13538 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13539 Move declaration before first use.
13540 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13541 hif-math, hif-factor): Rename token to hif-token and token-list to
13542 hif-token-list.
13543 (hif-token, hif-token-list): Declare them.
13544 (hif-find-ifdef-block): Return cons of top and bottom point
13545 instead of setting dynamically bound variables.
13546 (hide-ifdef-block, show-ifdef-block): Use return value of
13547 hif-find-ifdef-block.
13548
13549 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13550
13551 * subr.el (read-passwd): Use clear-this-command-keys.
13552
13553 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13554
13555 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13556 and ...-for-write.
13557
13558 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
13559
13560 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13561 responses to GROUP command, since this may be called from a timer
13562 with quit inhibited.
13563
13564 1998-10-12 Kenichi Handa <handa@etl.go.jp>
13565
13566 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13567 set unconditional-jump to nil.
13568 (ccl-compile-read-multibyte-character): Return nil.
13569 (ccl-compile-write-multibyte-character): Likewise.
13570 (ccl-compile-translate-character): Likewise
13571 (ccl-compile-map-multiple): Likewise.
13572 (ccl-compile-map-single): Likewise.
13573
13574 * international/kinsoku.el: Add coding tag.
13575 (kinsoku-bol): Remove superfluous TAB in a string.
13576
13577 * international/mule-cmds.el (find-coding-systems-for-charsets):
13578 Delete `composition' (if any) from CHARSETS.
13579
13580 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13581
13582 * international/mule-cmds.el (setup-specified-language-environment):
13583 Add apropos-inhibit property.
13584 (describe-specified-language-support): Likewise.
13585
13586 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
13587
13588 * international/mule.el (make-coding-system): Create -with-esc
13589 variant coding system.
13590
13591 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13592
13593 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13594 (next-file): Optionally offer to revert a file's buffer,
13595 if it has an existing buffer but the file has changed.
13596
13597 * info.el (Info-insert-dir): Detect and report problems
13598 in input files, such as "No Top node". Return with point
13599 at the beginning of the text.
13600 (Info-find-node): Reinsert the code to handle files
13601 with no tags table; it was deleted by mistake.
13602
13603 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
13604
13605 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13606 texinfo-find-higher-level-node repeatedly find the same node.
13607 (texinfo-find-higher-level-node): Doc fix.
13608
13609 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
13610
13611 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13612 (smtpmail-address-buffer): Add defvar.
13613 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13614
13615 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13616
13617 * ffap.el (ffap-machine-p-local): Fix editing error.
13618
13619 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13620
13621 * faces.el (frame-set-background-mode):
13622 Don't do anythung for text-only or MSDOS frame.
13623
13624 1998-10-08 Kenichi Handa <handa@etl.go.jp>
13625
13626 * international/quail.el (quail-defrule): New optional arg APPEND.
13627 (quail-defrule-internal): Fix bug of handling the argument APPEND.
13628
13629 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
13630
13631 * gnus/pop3.el (pop3-open-server):
13632 Set process-coding-system-alist around open-network-stream.
13633
13634 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
13635
13636 * files.el (save-buffer): Doc fix.
13637
13638 1998-10-07 Karl Heuer <kwzh@gnu.org>
13639
13640 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13641 return DEF unchanged, not nil. Simplify.
13642
13643 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
13644
13645 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13646
13647 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
13648
13649 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13650
13651 * net-utils.el (ftp, nslookup): Require comint.
13652 (network-service-connection): Likewise.
13653 (whois-server-name): Defaults to whois.arin.net
13654 (whois-server-list, whois-server-tld, whois-guess-server): New var.
13655 (whois): Tries to guess the appropriate top-level domain server.
13656 (whois-get-tld): New function.
13657
13658 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13659 (dirtrack-debug-toggle): Added this function.
13660
13661 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13662
13663 * files.el (find-file-noselect): Switch to the correct buffer
13664 before checking find-file-literally, and allow non-nil non-t
13665 rawfile params.
13666
13667 1998-10-06 Karl Heuer <kwzh@gnu.org>
13668
13669 * midnight.el (clean-buffer-list): Add autoload cookie.
13670
13671 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13672 no-autosave.
13673 * tar-mode.el (tar-mode-revert): Likewise.
13674 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13675 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
13676 * gnus/message.el (message-auto-save-directory): Renamed from
13677 message-autosave-directory. All references changed.
13678
13679 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13680
13681 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13682 string. Expose mime stuff while searching.
13683
13684 1998-10-06 Richard Stallman <rms@gnu.org>
13685
13686 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13687
13688 * replace.el (perform-replace): Position point properly
13689 before and after the recursive edit of C-r.
13690
13691 * progmodes/etags.el (tags-reset-tags-tables): Properly
13692 find the markers in the old rings that are being discarded.
13693
13694 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13695
13696 * apropos.el (apropos-print): Control invalid characters.
13697
13698 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13699 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13700 confusing customize.
13701
13702 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
13703
13704 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13705 built-in commands. Add more built-in commands and fix face names.
13706
13707 1998-10-05 Simon Marshall <simon@gnu.org>
13708
13709 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13710
13711 1998-10-04 Eric Ludlam <zappo@gnu.org>
13712
13713 * speedbar.el (speedbar-initial-expansion-list-name): Remove
13714 customization since it is not useful in this case.
13715 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13716 sure it gets evalled to a number. Also verify that set-frame-name
13717 fn exists before calling it.
13718
13719 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13720 Protect a `forward-sexp' call which could fail, and improved regex
13721 for ie, and eg abbreviations.
13722
13723 1998-10-02 Noah Friedman <friedman@splode.com>
13724
13725 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13726 send-string.
13727 (rlogin-send-Ctrl-D): Here also.
13728 (rlogin-send-Ctrl-Z): Here also.
13729 (rlogin-send-Ctrl-backslash): Here also.
13730
13731 1998-10-02 Dave Love <fx@gnu.org>
13732
13733 * outline.el (hide-region-body): Bind
13734 outline-view-change-hook to nil while making repeated calls to
13735 outline-flag-region. Run it once at the end.
13736 (hide-other, hide-sublevels, show-children): Likewise.
13737
13738 * info-look.el: Remove duplicate scheme-mode entry.
13739 (info-lookup-make-completions): When looking for entries, check
13740 that `item' isn't null or "Menu".
13741
13742 1998-10-01 Karl Heuer <kwzh@gnu.org>
13743
13744 * net-utils.el: Don't require ffap.
13745 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13746 (ping, nslookup-host, finger, network-connection-to-service): Use them.
13747
13748 1998-09-30 Richard Stallman <rms@gnu.org>
13749
13750 * ispell.el (check-ispell-version): No need to bind default-major-mode.
13751
13752 * imenu.el (imenu--generic-function): Sort each submenu by position.
13753 (imenu--sort-by-position): New function.
13754
13755 * cus-edit.el (Custom-mode-menu): Fix info node name.
13756 (customize group): Fix info node name.
13757
13758 * mail/mailalias.el (build-mail-aliases): Don't allow
13759 a newline in the alias name. Don't define an alias
13760 if the definition would be empty.
13761
13762 * which-func.el (which-func-mode-global): Make :set function
13763 more reliable.
13764
13765 * custom.el (custom-set-variables): Load the requests first,
13766 then check the symbol's `set' function.
13767
13768 * ffap.el: Doc fixes.
13769
13770 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13771
13772 * gnus.el: (gnus-valid-select-methods): Fix type.
13773 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13774 * gnus-score.el (gnus-orphan-score): Fix type.
13775 (gnus-score-default-header, gnus-score-default-type): Fix type.
13776 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13777 (gnus-saved-headers): Fix type.
13778
13779 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13780 Avoid nil value of `two-lines-citation-part'.
13781
13782 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
13783
13784 * which-func.el (which-function): Handle case when
13785 (car imenu--index-alist) is nil.
13786
13787 1998-09-29 Dave Love <fx@gnu.org>
13788
13789 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13790 bzip2 args.
13791
13792 1998-09-29 Simon Marshall <simon@gnu.org>
13793
13794 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13795 comint-exec-hook.
13796
13797 1998-09-29 Stephen Eglen <stephen@gnu.org>
13798
13799 * info-look.el: Add support for Octave.
13800
13801 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
13802
13803 * textmodes/reftex.el (reftex-finding-files): New customize group.
13804 (reftex-texpath-environment-variables,
13805 reftex-use-external-file-finders, reftex-external-file-finders,
13806 reftex-search-unrecursed-path-first): New options.
13807 (reftex-process-string, reftex-find-file-externally): New
13808 functions.
13809 (reftex-access-search-path): Execute shell commands to find the
13810 search path.
13811 (reftex-toggle-auto-view-crossref): When turning on, make sure
13812 `reftex-auto-view-crossref' becomes non-nil.
13813 (reftex-abbrev-regexp): Constant removed.
13814 (reftex-convert-string): Abbrev regexp calculated locally.
13815
13816 1998-09-28 Dave Love <fx@gnu.org>
13817
13818 * progmodes/fortran.el: Don't call regexp-opt when deriving
13819 font-lock patterns with keywords that aren't all literal.
13820
13821 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
13822
13823 * octave-inf.el (inferior-octave-prompt): Also match prompts of
13824 the form `octave.bin:1>' which come from using precopiled binary
13825 versions.
13826
13827 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13828
13829 * help.el (help-for-help): Use %THIS-KEY%.
13830 (help-quit): Add doc.
13831
13832 * help-macro.el (make-help-screen): Keep HELP-TEXT
13833 in a separate function definition, not in the help command FNAME.
13834 Replace %THIS-KEY% with the key sequence that ran FNAME.
13835
13836 1998-09-25 Richard Stallman <rms@gnu.org>
13837
13838 * textmodes/texinfo.el (texinfo-show-structure):
13839 Bind inhibit-read-only.
13840
13841 * isearch.el (isearch-search-and-update): Properly
13842 handle upper case letters in the reverse-search special case.
13843
13844 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13845
13846 * gnus.el: Extend the list of autoloaded functions.
13847
13848 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13849 buffer before creating help group. (from Gnus v5.6.43, fix by
13850 1998-08-20 Per Starback <starback@update.uu.se>)
13851
13852 * gnus-util.el (gnus-output-to-rmail): Adjust to
13853 `rmail-output-to-rmail-file'.
13854
13855 1998-09-25 Karl Heuer <kwzh@gnu.org>
13856
13857 * hexl.el (hexl-mode-map): More of previous change.
13858
13859 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13860 (tex-start-tex): Don't use tex-start-options-string in star case.
13861 Quote file name in star case as well as in non-star.
13862 Add blank and quoting of option string here.
13863 (tex-start-options-string): Not here.
13864
13865 1998-09-23 Karl Heuer <kwzh@gnu.org>
13866
13867 * term.el (term-delimiter-argument-list): Doc fix.
13868 (term-emulate-terminal): Escape literal semicolon.
13869 * progmodes/asm-mode.el (asm-mode): Doc fix.
13870 (asm-comment-char): Escape literal semicolon.
13871 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13872
13873 1998-09-23 Richard Stallman <rms@gnu.org>
13874
13875 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13876 only those that normally modify the buffer.
13877
13878 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13879 over again.
13880
13881 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13882
13883 * ispell.el (check-ispell-version): Ensure same buffer is current
13884 when let-binding of case-fold-search ends.
13885
13886 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13887
13888 * ps-print.el: Skip invisible overlay.
13889 Test for set-buffer-multibyte rather than using mule-version.
13890 (ps-print-version): New version number (4.1) and doc fix.
13891 (ps-generate-postscript-with-faces): Skip invisible overlay.
13892
13893 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13894
13895 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13896
13897 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13898
13899 * international/quail.el (quail-update-guidance): Check for the
13900 return value of (quail-guidance) fixed.
13901 (quail-update-translation): Bind quail-current-str locally when it
13902 calls quail-update-guidance.
13903 (quail-update-translation): If input-method-exit-on-first-char is
13904 non-nil, terminate translation only when the current input method
13905 is simple.
13906
13907 1998-09-22 Paul Eggert <eggert@twinsun.com>
13908
13909 * startup.el (locale-translation-file-name): Prefer X-related names
13910 to the name used by GNU/Linux sans X. Set to nil if no file found.
13911 (command-line): Use locale-translation-file-name if it is not nil,
13912 instead of testing for its existence again.
13913 regexp-quote the ctype before using it in a regexp.
13914 Allow a colon to appear after the ctype in the aliases file,
13915 as is done in X11R6.4.
13916
13917 1998-09-21 Richard Stallman <rms@gnu.org>
13918
13919 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13920
13921 * calendar/appt.el (appt-interval): Variable deleted.
13922 (appt-check): For minutes in between appt-display-interval times,
13923 do check, but don't display anything except an updated mode line.
13924 Count against appt-display-interval based on minutes since
13925 first display of this appointment, not based on time of day.
13926 If appt-display-mode-line, force mode line redisplay
13927 whenever appt-mode-string has changed.
13928 (appt-add, appt-delete): Add autoload cookies.
13929 (appt-check): Catch errors from calling `diary'.
13930 (appt-max-time): Renamed from max-time.
13931 (appt-now-displayed, appt-display-count): New variables.
13932 (appt-timer): Don't create one if we already have one.
13933
13934 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13935 More general code to use the source buffer instead of the zap file.
13936
13937 * hilit-chg.el (highlight-compare-with-file): Renamed from
13938 compare-with-file.
13939
13940 * loadhist.el (load-history-loaded): New variable.
13941 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13942
13943 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13944
13945 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13946 Fix error messages.
13947
13948 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13949
13950 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13951 Emacs frame.
13952
13953 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13954
13955 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13956 `undecided' and `undecided-unix'.
13957
13958 1998-09-21 Dave Love <fx@gnu.org>
13959
13960 * help.el (help-make-xrefs): Fix typo affecting Info references.
13961
13962 * subr.el (remove-hook): Check list values to avoid errors.
13963
13964 1998-09-18 Noah Friedman <friedman@splode.com>
13965
13966 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13967 store string in eldoc-last-message without consing a new string.
13968 Rearrange logic from nested if's into cond's.
13969 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13970 Do not print message; just return string.
13971 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13972 Do not print message; just return string.
13973 Cache that string in eldoc-last-data.
13974 (eldoc-last-data): Make into a vector.
13975 (eldoc-get-fnsym-args-string): Use new data form of structure.
13976 (eldoc-get-var-docstring): Here also.
13977 (eldoc-last-data-store): New function.
13978 (eldoc-get-fnsym-args-string): Use it.
13979 (eldoc-get-var-docstring): Here also.
13980 (eldoc-docstring-first-line): Minimize interim string consing.
13981 Call substitute-command-keys on the result.
13982 (eldoc-print-var-docstrings, eldoc-print-docstring,
13983 eldoc-docstring-message): Functions removed.
13984 (eldoc-docstring-format-sym-doc): New function, functionality
13985 ripped out of eldoc-docstring-message.
13986 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13987
13988 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13989
13990 * international/mule.el (make-coding-system): Doc-string modified.
13991
13992 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13993
13994 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13995
13996 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13997 customize type.
13998
13999 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
14000 type.
14001
14002 * progmodes/compile.el (compilation-error-screen-columns): New
14003 variable.
14004 (compilation-next-error-locus): Use it to decide whether to use
14005 forward-char or move-to-column.
14006
14007 * mail/rmail.el (rmail-movemail-program): Fix customize type.
14008
14009 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
14010 feedmail-fiddle-plex-user-list,
14011 feedmail-spray-address-fiddle-plex-list,
14012 feedmail-prompt-before-queue-user-alist,
14013 feedmail-prompt-before-queue-help-supplement,
14014 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
14015 feedmail-queue-alternative-mail-header-separator): Fix customize
14016 type.
14017
14018 * startup.el (site-run-file): Fix customize type.
14019
14020 * speedbar.el (speedbar-initial-expansion-list-name): Fix
14021 customize type.
14022
14023 * shell.el (shell-input-autoexpand): Fix customize type.
14024
14025 * ps-print.el (ps-font-info-database): Add missing dots in value.
14026 Improve layout of customize type.
14027
14028 * net-utils.el (traceroute-program-options, ping-program-options,
14029 ipconfig-program-options, netstat-program-options,
14030 arp-program-options, route-program-options,
14031 nslookup-program-options, ftp-program-options): Fix customize
14032 type.
14033
14034 * midnight.el (clean-buffer-list-kill-regexps,
14035 clean-buffer-list-kill-buffer-names,
14036 clean-buffer-list-kill-never-buffer-names,
14037 clean-buffer-list-kill-never-regexps): Fix customize type.
14038
14039 * man.el (Man-init-defvars): Avoid trailing nil on
14040 Man-filter-list.
14041
14042 * lpr.el (printer-name): Fix customize type.
14043
14044 1998-09-16 Kenichi Handa <handa@etl.go.jp>
14045
14046 * international/mule-cmds.el (reset-language-environment): Call
14047 update-coding-systems-internal.
14048
14049 * international/mule-conf.el: Call update-coding-systems-internal
14050 at the tail.
14051
14052 1998-09-14 Dave Love <fx@gnu.org>
14053
14054 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
14055 use the menu-enable properties, pending doing it correctly and
14056 acceptably fast.
14057
14058 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14059
14060 1998-09-13 Dave Love <d.love@dl.ac.uk>
14061
14062 * progmodes/hideshow.el (hs-grok-mode-type): Check
14063 comment-{start,end} non-nil as well as bound. Report an error if
14064 we can't grok the mode.
14065
14066 1998-09-13 Richard Stallman <rms@gnu.org>
14067
14068 * simple.el (blink-matching-open): Don't log paren matching
14069 messages in *Messages*.
14070
14071 1998-09-12 Richard Stallman <rms@gnu.org>
14072
14073 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14074 Set point-before-scroll at end even if there was an error.
14075
14076 * ange-ftp.el (ange-ftp-insert-file-contents):
14077 Use binary mode for dumb-unix hosts as for unix hosts.
14078 (ange-ftp-copy-file-internal): Likewise.
14079
14080 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14081
14082 * emacs-lisp/pp.el: Doc fixes.
14083
14084 * wid-edit.el (widget-menu-max-shortcuts): New variable.
14085 (widget-choose): Don't use single-char shortcuts if # items
14086 exceeds that many. Use minibuffer instead.
14087
14088 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14089
14090 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14091
14092 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
14093
14094 * speedbar.el (speedbar-frame-mode): Do not set frame position if
14095 in terminal mode.
14096
14097 1998-09-10 Noah Friedman <friedman@splode.com>
14098
14099 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14100 defcustom declaration. It's wreaking too much havoc with XEmacs
14101 and older versions of Emacs, which share this code.
14102
14103 * type-break.el (type-break-mode): Here also.
14104
14105 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14106 `t' to add-hook also to modify the new local value.
14107
14108 1998-09-10 Dave Love <fx@gnu.org>
14109
14110 * vc.el (vc-insert-headers): Doc fix.
14111
14112 1998-09-10 Richard Stallman <rms@gnu.org>
14113
14114 * textmodes/flyspell.el (flyspell-mode-on): Make the
14115 ispell-... variables permanent locals.
14116 (flyspell-mode-off): Add autoload cookie.
14117
14118 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14119 do use binary mode, just as for `unix'.
14120 (ange-ftp-host-type): If HOST is nil, return `unix'.
14121
14122 * dired.el (dired-mark-files-containing-regexp):
14123 Don't scan directories. Ignore non-readable files.
14124
14125 * progmodes/compile.el (compilation-error-regexp-alist):
14126 Fix previous change: allow . and _ in command name.
14127
14128 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14129
14130 * uncompress.el (uncompress-while-visiting):
14131 Use just the car of what find-operation-coding-system returns.
14132
14133 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14134
14135 * shell.el (shell-file-name-quote-list): Add # to the value.
14136
14137 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
14138
14139 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14140 to make killing of ispell process work even if
14141 kill-all-local-variables has been run.
14142
14143 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14144
14145 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14146 loop when sexp entry ends at end of file with no newline.
14147
14148 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
14149
14150 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14151 (Custom-reset-standard): Fix menu inconsistency.
14152
14153 * mail/feedmail.el (feedmail-from-line): Allow t.
14154 (feedmail-message-id-suffix): Allow nil.
14155
14156 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14157 Simplify. Make prefix arg work right.
14158
14159 1998-09-09 Dave Love <fx@gnu.org>
14160
14161 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14162
14163 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14164
14165 1998-09-08 Dave Love <fx@gnu.org>
14166
14167 * add-log.el (change-log-font-lock-keywords): Do parenthesized
14168 stuff only after file names or at start of line. Allow parens
14169 around e-mail, as well as angles.
14170
14171 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14172 ignore-errors too, eval'd when compile. Require w3 stuff at load
14173 time for nicer failure if it's not available.
14174
14175 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
14176
14177 * comint.el (comint-arguments): Ignore backslashes when using
14178 w32 shells that expect backslashes as the directory separator.
14179
14180 1998-09-04 Kenichi Handa <handa@etl.go.jp>
14181
14182 * international/fontset.el (resolved-ascii-font): New variable.
14183 (x-complement-fontset-spec): By side effect, set
14184 `resolved-ascii-font' to the resolved name of ASCII font."
14185 (create-fontset-from-fontset-spec): Don't get a value for
14186 resolved-ascii-font from the list full-fontlist. It is set by
14187 x-complement-fontset-spec now.
14188
14189 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14190 version, check the value of mule-version.
14191
14192 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
14193
14194 * textmodes/reftex.el (reftex-view-crossref): Split up into
14195 several functions. No longer moves to find a macro.
14196 (reftex-view-cr-cite, reftex-view-cr-ref,
14197 reftex-end-of-bib-entry): New functions.
14198 (reftex-auto-view-crossref): New value `window' allowed.
14199 (reftex-view-crossref-when-idle): Process new `window' option in
14200 (reftex-translate-to-ascii-function): New default.
14201 (reftex-label-illegal-re): Default changed, removed Latin1.
14202 (reftex-latin1-to-ascii): New function.
14203 (reftex-what-environment): Check for section regexp before use.
14204 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14205 absolute path names.
14206 (reftex-TeX-master-file): Changed sequence of file checks.
14207 (reftex-do-citation): bibview cache only with RefTeX mode on.
14208
14209 1998-09-06 Richard Stallman <rms@gnu.org>
14210
14211 * progmodes/compile.el (compilation-error-regexp-alist):
14212 In first pattern (GNU utilities and other things),
14213 allow a space after the optional program name at the beginning.
14214
14215 * mail/mail-hist.el (mail-hist-current-header-contents):
14216 Fix previous change: use mail-header-end.
14217
14218 1998-09-06 Bill Richter <richter@math.nwu.edu>
14219
14220 * international/ccl.el: Doc fixes.
14221 * international/encoded-kb.el: Doc fixes.
14222 * international/fontset.el: Doc fixes.
14223 * international/kinsoku.el: Doc fixes.
14224 * international/kkc.el: Doc fixes.
14225 * international/mule-cmds.el: Doc fixes.
14226 * international/mule-conf.el: Doc fixes.
14227 * international/mule-util.el: Doc fixes.
14228 * international/mule.el: Doc fixes.
14229
14230 1998-09-05 Eric Ludlam <zappo@gnu.org>
14231
14232 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14233 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14234 (checkdoc-this-string-valid-engine): Permit ? as terminating
14235 punctuation for first line sentence breaking.
14236 (checkdoc-this-string-valid): When converting a comment into a doc
14237 string, make sure " chars are \".
14238 (checkdoc-sentencespace-region-engine): Only do double space check
14239 if based on the variable `sentence-end-double-space'
14240 (checkdoc-this-string-valid-engine): ? ends valid sentence.
14241 (checkdoc-proper-noun-region-engine): Exclude items in URLs
14242
14243 1998-09-04 Richard Stallman <rms@gnu.org>
14244
14245 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14246 Recognize define-skeleton as a function definer.
14247
14248 * cus-edit.el (customize-option): Refuse to customize
14249 a variable that has no defcustom. But if variable is autoloaded,
14250 first try to load the library that defines it.
14251
14252 * international/iso-insert.el: Use `string' before calling `insert'
14253 so that in multibyte buffers we insert multibyte chars.
14254
14255 * dired.el (dired-mark-files-containing-regexp):
14256 Don't use find-file; instead, insert the file in a temp buffer.
14257
14258 * textmodes/tex-mode.el (tex-start-options-string): New option.
14259 (tex-start-tex): Use that variable.
14260
14261 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14262 value in the `repeat' alternative a list.
14263
14264 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14265 the inserted newline, verify that one was really inserted.
14266
14267 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14268 remains on or remains off.
14269 (flyspell-multi-language-p): Default changed to nil.
14270
14271 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14272 In "found in comment" case, don't beginning-of-line after forward-line.
14273
14274 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14275 If the function definition is not a lambda, return original FORM
14276 with no error.
14277
14278 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
14279
14280 * net-utils.el (netstat-program-options): Changed from nil to "-a"
14281 so that by default netstat shows all network connections.
14282
14283 1998-09-04 Bob Weiner <weiner@altrasoft.com>
14284
14285 * international/quail.el: Doc fixes.
14286
14287 * info.el (info): Don't add parens if FILE already has them.
14288
14289 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
14290
14291 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14292 on extension lines.
14293
14294 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
14295
14296 * w32-fns.el (w32-shell-dos-semantics): New function.
14297
14298 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
14299
14300 * international/quail.el (quail-choose-completion-string): Store
14301 completion `choice' in `quail-current-str'; don't insert it.
14302
14303 1998-09-02 Kenichi Handa <handa@etl.go.jp>
14304
14305 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
14306 argument to ps-mule-generate-bitmap-font.
14307
14308 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14309 entry and change Latin-1 entry in the default value.
14310 (ps-mule-font-info-database-ps-bdf): New variable.
14311 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14312 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14313 registerd in FONT-SPEC.
14314 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14315 charcter width of bitmap fonts.
14316 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14317 procedure NF.
14318 (ps-begin-file): Output PostScript code for setting
14319 SpaceWidthRatio.
14320 (ps-plot-region): Use line-beginning-position to get a position of
14321 the beginning of the current line.
14322
14323 * international/mule-cmds.el (register-input-method): Doc-string
14324 modified.
14325
14326 1998-09-01 Dave Love <fx@gnu.org>
14327
14328 * international/mule-cmds.el (current-language-environment): Fix
14329 setter function.
14330
14331 1998-09-01 Simon Marshall <simon@gnu.org>
14332
14333 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14334 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14335 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14336 names with font-lock-type-face. Fontify type specs, etc., with
14337 font-lock-keyword-face.
14338
14339 1998-08-31 Kenichi Handa <handa@etl.go.jp>
14340
14341 * international/fontset.el (x-complement-fontset-spec): If ASCII
14342 font is specified in FONTLIST, don't substitute it for the
14343 resolved name.
14344
14345 1998-08-31 Paul Eggert <eggert@twinsun.com>
14346
14347 * international/mule.el (charset-description): Doc fix.
14348
14349 * language/chinese.el, language/cyrillic.el, language/czech.el,
14350 language/devanagari.el, language/ethiopic.el,
14351 language/european.el, language/hebrew.el, language/indian.el,
14352 language/japanese.el, language/korean.el, language/lao.el,
14353 language/slovak.el, language/thai.el, language/tibetan.el,
14354 language/vietnamese.el:
14355 Add coding: local variable, to avoid bootstrapping problem
14356 if you need to recompile all the Lisp files using interpreted code.
14357
14358 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14359
14360 * cal-china.el (chinese-year-cache): Change range of years from
14361 1989-2000 to 1990-2010.
14362
14363 1998-08-29 Dave Love <d.love@dl.ac.uk>
14364
14365 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14366 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14367
14368 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14369
14370 * ps-print.el (ps-print-control-characters): Doc-string modified.
14371 (ps-output-string-prim): Comment format changed.
14372 (ps-do-despool): Indentation of source code changed.
14373
14374 1998-08-28 Kenichi Handa <handa@etl.go.jp>
14375
14376 * subr.el (sref): Make it an alias of aref. Make the
14377 byte-compiler warn that it is obsolete.
14378 (char-bytes): Make the byte-compiler warn that it is obsolete.
14379
14380 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14381 Calculate the total bytes using position-bytes instead of
14382 char-bytes.
14383
14384 1998-08-27 Karl Heuer <kwzh@gnu.org>
14385
14386 * snmp-mode.el: New file.
14387 * files.el (auto-mode-alist): Add snmp-mode patterns.
14388
14389 1998-08-27 Karl Eichwalder <ke@suse.de>
14390
14391 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14392
14393 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14394
14395 * calendar/diary-lib.el (diary-block): Doc fix..
14396 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14397
14398 1998-08-27 Richard Stallman <rms@gnu.org>
14399
14400 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14401 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14402 Clear appt-mode-string if we don't put something in it.
14403
14404 1998-08-27 Dave Love <fx@gnu.org>
14405
14406 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14407 dired-local-variables-file for dired-x.
14408
14409 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14410 for compressed library files too.
14411
14412 1998-08-26 Kenichi Handa <handa@etl.go.jp>
14413
14414 * language/european.el ("Latin-1"): Modify `documentation' key value.
14415 ("Latin-2"): Likewise.
14416
14417 1998-08-26 Karl Heuer <kwzh@gnu.org>
14418
14419 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14420
14421 1998-08-26 Albert L. Ting <alt@artisan.com>
14422
14423 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14424 (mail-hist-current-header-contents): Use mail-text-start.
14425
14426 1998-08-26 Richard Stallman <rms@gnu.org>
14427
14428 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14429 (customize-changed-options-previous-release): New variable.
14430 (customize-changed-options): Use that variable as default arg.
14431
14432 1998-08-26 Karl Eichwalder <ke@suse.de>
14433
14434 * midnight.el: Require `timer' not only when compiling.
14435
14436 1998-08-26 Per Starback <starback@update.uu.se>
14437
14438 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14439 buffer before creating help group.
14440
14441 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14442
14443 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14444 coding-system-for-write before saving.
14445
14446 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
14447
14448 * isearch.el (isearch-forward): Doc fix.
14449
14450 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
14451
14452 * emacs-lisp/find-func.el: Fix :version tags to have a string
14453 value, not a float.
14454
14455 * cus-dep.el: Fix typo in output.
14456
14457 1998-08-25 Dave Love <fx@gnu.org>
14458
14459 * repeat.el (repeat): Doc fix.
14460 [From rms:]
14461 (repeat-previous-repeated-command): New variable.
14462 (repeat): Check for real-last-command being null or repeat. Set
14463 repeat-previous-repeated-command.
14464
14465 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14466
14467 1998-08-25 Kenichi Handa <handa@etl.go.jp>
14468
14469 * gnus/message.el (message-send-mail-with-sendmail): Bind
14470 coding-system-for-write by the return value of
14471 select-message-coding-system.
14472 (message-send-mail-with-qmail): Likewise.
14473
14474 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
14475
14476 * emacs-lisp/autoload.el: Fix doc-string-elt property on
14477 define-derived-mode.
14478
14479 * files.el (file-name-invalid-regexp):
14480 Fix regex for ms-dos without long file names.
14481
14482 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14483
14484 * ps-print.el: Multi-byte buffer handling.
14485 (ps-print-version): New version number (4.0) and doc fix.
14486 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14487 compilation for GNU Emacs and emacsens.
14488 (ps-generate-postscript-with-faces): Force invisible text to be
14489 visible.
14490 (dos-ps-printer): New var to avoid compilation gripes.
14491
14492 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14493
14494 * ps-print.el (ps-mule-plot-string): Pay attention to the case
14495 that no more characters can't be printed in the current line.
14496
14497 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14498
14499 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14500 greater than TO.
14501
14502 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14503
14504 * ps-print.el: Add codes to make ps-print.el work also on Emacs
14505 20.2 and the earlier version.
14506 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14507 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14508 (ps-mule-find-wrappoint): Likewise.
14509 (ps-mule-generate-font): Change `X' to `x' in format
14510 control-string.
14511 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14512 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14513 `restore' form procedures `BC' and `EC'.
14514
14515 1998-08-24 Kenichi Handa <handa@etl.go.jp>
14516
14517 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14518 is an executable procedure. Make LineThickness, Xshadow, and
14519 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
14520 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14521 ps-mule-font-info-database-bdf): New vars.
14522 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14523 (ccl-encode-ethio-unicode): New CCL program.
14524 (ps-mule-encode-ethiopic): New fun.
14525 (ps-mule-current-charset): New var.
14526 (ps-mule-get-font-spec, ps-mule-font-spec-src,
14527 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14528 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14529 (ps-mule-external-libraries): New var.
14530 (ps-mule-init-external-library): New fun.
14531 (ps-mule-font-cache): New var.
14532 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14533 (ps-last-font): New var.
14534 (ps-mule-prepare-font): New fun.
14535 (ps-mule-charset-list): New var.
14536 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14537 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14538 ps-mule-plot-string): New funs.
14539 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14540 New vars.
14541 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14542 ps-mule-prepare-cmpchar-font): New funs.
14543 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14544 vars.
14545 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14546 ps-mule-generate-bitmap-glyph): New funs.
14547 (ps-mule-initialize, ps-mule-begin): New funs.
14548 (ps-output-string-prim): Insert string as unibyte.
14549 (ps-output-prologue): New fun.
14550 (ps-flush-output): Handle the case of 'prologue.
14551 (ps-begin-file): Call ps-mule-initialize.
14552 (ps-begin-job): Set ps-control-or-escape-regexp differently if
14553 printing multibyte characters.
14554 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14555 (ps-basic-plot-string): Handle the case of printing ASCII
14556 characters by external libraries (e.g. BDF).
14557 (ps-set-font): Set ps-last-font.
14558 (ps-plot-region): Handle multibyte characters, use
14559 ps-mule-plot-string for them.
14560 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
14561
14562 * bdf.el: New file.
14563
14564 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
14565
14566 * international/mule-cmds.el (select-message-coding-system): New
14567 function.
14568 (set-language-environment-coding-systems): Set
14569 default-sendmail-coding-system.
14570
14571 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14572 (default-sendmail-coding-system): New variable.
14573 (sendmail-send-it): Encode the message by a coding system
14574 select-message-coding-system returns.
14575
14576 1998-08-23 Eric Ludlam <zappo@gnu.org>
14577
14578 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14579 (speedbar-mode): Set buffer to read only.
14580 (speedbar-temp-buffer-show-function): For emacs don't call hook
14581 with arguments.
14582 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14583
14584 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
14585
14586 * speedbar.el (speedbar-key-map): Fix typo.
14587
14588 See ChangeLog.7 for earlier changes.