]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
612d738ac977aeb921a22d0a8c4734773947e31b
[gnu-emacs] / lisp / ChangeLog
1 2000-08-14 Gerd Moellmann <gerd@gnu.org>
2
3 * paren.el (show-paren-priority): New user option.
4 (show-paren-function): Set overlay priorities to
5 show-paren-priority.
6
7 2000-08-14 Miles Bader <miles@gnu.org>
8
9 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10 beginning-of-line with inhibit-field-text-motion bound.
11
12 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13
14 * calendar/timeclock.el: New file.
15
16 2000-08-14 David Ponce <david@dponce.com>
17
18 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19 `widget-button-click'. so that one can use left mouse button to
20 click on dialog buttons.
21
22 2000-08-14 Emmanuel Briot <briot@gnat.com>
23
24 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
25 identifiers, since XML is case sensitive
26
27 2000-08-12 Miles Bader <miles@gnu.org>
28
29 * comint.el (comint-output-filter): Don't bother frobbing
30 window-start, it doesn't seem to be necessary.
31
32 * comint.el (comint-send-string, comint-send-region): Make into
33 real functions. Snapshot the prompt before sending.
34
35 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
36
37 * info.el (Info-find-emacs-command-nodes): Rewrite to use
38 technique similar to Info-index, instead of relying on specific
39 names of relevant Index nodes.
40 (Info-goto-emacs-command-node): Bind Info-history to nil when
41 going to the first node found by Info-find-emacs-command-nodes.
42
43 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
44
45 * menu-bar.el (menu-bar-help-menu): Add a :help string.
46
47 2000-08-10 Miles Bader <miles@gnu.org>
48
49 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
50
51 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
52
53 * info.el (Info-file-list-for-emacs): More elements for the
54 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
55 and woman manuals.
56
57 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
58
59 * comint.el (comint-send-input): Make the newline boundary overlay
60 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
61 (comint-output-filter): Use `insert' instead of
62 `insert-before-markers'. Extend comint-last-output-overlay when
63 necessary since we can't rely on insert-before-markers to do it.
64 * gud.el (gud-filter): Use `with-current-buffer' instead of
65 save-excursion when inserting the output, so that point gets
66 updated correctly; the old method relied on a rather dodgy
67 side-effect of comint-output-filter to avoid the effect of
68 save-excursion.
69
70 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
71
72 * files.el (recover-file): Call insert-directory instead of
73 invoking `ls' directly.
74
75 2000-08-10 Miles Bader <miles@gnu.org>
76
77 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
78 (comint-last-prompt-overlay): New variables.
79 (comint-output-filter): Implement prompt highlighting.
80 (comint-snapshot-last-prompt): New function.
81 (comint-send-input): Snapshot the last prompt.
82 Use comint-highlight-input-face.
83 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
84 Use defface instead of defcustom.
85 (send-invisible, comint-send-eof): Snapshot the last prompt.
86 (comint-delchar-or-maybe-eof): Use comint-send-eof.
87 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
88
89 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
90
91 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
92 (regexp-opt-group): Use a list of chars for `letters'.
93 (regexp-opt-charset): `chars' is now a list of chars.
94 Use a char-table rather than a vector so it works for multibyte chars.
95
96 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
97 Set cvs-minor-current-files to the selected fileinfo.
98 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
99 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
100
101 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
102
103 * files.el (insert-directory): Don't call access-file on
104 directories on DOS and Windows.
105
106 2000-08-09 Kenichi Handa <handa@etl.go.jp>
107
108 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
109 longer if necessary.
110 (ccl-embed-code): Call ccl-embed-data to store CODE in
111 ccl-program-vector.
112
113 2000-08-09 Miles Bader <miles@gnu.org>
114
115 * comint.el (comint-output-filter): Properly handle the case where
116 the text surrounded by comint-last-output-overlay was deleted.
117
118 2000-08-08 Gerd Moellmann <gerd@gnu.org>
119
120 * info.el (Info-insert-dir): Use Info-additional-directory-list if
121 non-nil.
122 (Info-file-list-for-emacs): Remove "info" from the list because
123 that leads to trying to use the documentation from file `info'
124 in various situations where it isn't appropriate, for instance
125 C-h C-k C-h i.
126
127 * ffap.el (ffap-read-file-or-url-internal): Handle case that
128 DIR and/or STRING are nil.
129
130 * progmodes/compile.el (compilation-setup): Make variable
131 compilation-error-screen-columns buffer-local, as some comment
132 in the code suggests it should be.
133
134 * files.el (auto-mode-interpreter-regexp): New variable.
135 (set-auto-mode): Use it.
136
137 * indent.el (indent-for-tab-command): Doc fix.
138
139 * mouse-sel.el (mouse-sel-mode): Doc fix.
140
141 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
142 labels.
143
144 * help.el (print-help-return-message): When
145 display-buffer-reuse-frames is set, let the help window been quit,
146 instead of deleting it, which might delete a reused frame.
147
148 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
149
150 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
151 rename a directory to a name that differs only by its letter case.
152
153 2000-08-08 Kenichi Handa <handa@etl.go.jp>
154
155 * international/quail.el (quail-define-rules): Handle Quail decode
156 map correctly. Add code for supporting annotations.
157 (quail-install-decode-map): New function.
158 (quail-defrule-internal): New optional arguments decode-map and
159 props.
160 (quail-advice): New function.
161
162 2000-08-07 Sam Steingold <sds@gnu.org>
163
164 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
165 `defconst', `define-condition', `with-slots'.
166 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
167
168 2000-08-03 Miles Bader <miles@gnu.org>
169
170 * comint.el (comint-use-prompt-regexp-instead-of-fields):
171 New variable.
172 (comint-prompt-regexp, comint-get-old-input): Document dependence on
173 comint-use-prompt-regexp-instead-of-fields.
174 (comint-send-input): Add `input' field property to stuff we send to
175 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
176 (comint-output-filter): Add `output' field property to process
177 output, if comint-use-prompt-regexp-instead-of-fields is nil.
178 (comint-replace-by-expanded-history)
179 (comint-get-old-input-default, comint-show-output)
180 (comint-backward-matching-input, comint-forward-matching-input)
181 (comint-next-prompt, comint-previous-prompt): Use field
182 properties if comint-use-prompt-regexp-instead-of-fields is nil.
183 (comint-line-beginning-position): New function.
184 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
185 (comint-replace-by-expanded-history-before-point): Use
186 comint-line-beginning-position and line-end-position.
187 (comint-last-output-overlay): New variable.
188 (comint-mode): Make `comint-last-output-overlay' buffer-local.
189
190 * shell.el (shell-prompt-pattern): Doc change.
191 (shell-backward-command): Use line-beginning-position.
192
193 * gud.el (gud-gdb-complete-command): Use
194 comint-line-beginning-position.
195
196 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
197 comint-bol doesn't actually go to the beginning of the line.
198
199 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
200 if comint-use-prompt-regexp-instead-of-fields is non-nil.
201 (try-expand-line-all-buffers): Likewise.
202
203 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
204 explicitly matching comint-prompt-regexp.
205 (sql-copy-column): Use comint-line-beginning-position instead of
206 explicitly matching comint-prompt-regexp.
207
208 * progmodes/octave-inf.el (inferior-octave-complete): Use
209 comint-line-beginning-position.
210
211 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
212
213 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
214 looking for a prompt, use `forward-line 0' instead of
215 `beginning-of-line', to avoid getting caught by an input field.
216
217 2000-08-07 Gerd Moellmann <gerd@gnu.org>
218
219 * files.el (shell-quote-wildcard-pattern): Make sure to return
220 PATTERN, in the Unix case.
221
222 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
223
224 * play/zone.el (zone): Discard any pending input before running
225 the randomly-chosen pgm.
226
227 2000-08-07 Kenichi Handa <handa@etl.go.jp>
228
229 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
230 checking the existence of any multibyte characters.
231
232 2000-08-06 Gerd Moellmann <gerd@gnu.org>
233
234 * help.el (describe-mode): Test minor-mode symbol for being
235 bound before testing its value for being nil.
236
237 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
238 `first', `second', and `third'.
239
240 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
241 (second): Make it an alias for `cadr'.
242
243 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
244
245 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
246 types of display support faces now.
247
248 2000-08-05 Gerd Moellmann <gerd@gnu.org>
249
250 * pcvs.el (require): Require `cl' during compilation, only.
251
252 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
253 (toplevel): Remove `remq' and `remove' from autoloads.
254 (cl-fake-autoloads): New variable. If set, arrange for an error
255 when CL functions etc. are autoloaded.
256
257 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
258
259 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
260
261 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
262 popped up, but the user clicks outside the menu, return an empty
263 regexp (that causes unhighlight-regexp to have no effect).
264
265 * menu-bar.el (menu-bar-games-menu): Add Zone.
266
267 * hi-lock.el (toplevel): Require font-lock.
268
269 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
270
271 * ebnf2ps.el: Get around a bug on skip-chars-forward.
272 (ebnf-8-bit-chars): New var for bug fix.
273 (ebnf-string): Bug fix.
274
275 2000-08-03 Sam Steingold <sds@gnu.org>
276
277 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
278 instead of `buffer-string'.
279 (require 'cl): Always, not just when compiling.
280 `ignore-errors' in `interactive', `list*', `defun*' &c make this
281 necessary.
282
283 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
284
285 * international/mule-cmds.el (select-safe-coding-system): Make
286 the message text about selecting a safe coding system more clear.
287
288 2000-08-02 Gerd Moellmann <gerd@gnu.org>
289
290 * hi-lock.el: New file.
291
292 * play/zone.el: New file.
293
294 * replace.el (occur): Set tab-width in the *Occur* buffer to the
295 value of tab-width in the original buffer. Choose a line number
296 format that's a multiple of the original buffer's tab width, so
297 that lines appear right.
298
299 * textmodes/ispell.el (ispell): New function, replacing an alias.
300 Spell-check active region if in transient-mark-mode and mark
301 is active; otherwise spell-check buffer.
302
303 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
304
305 * ps-mule.el: Fix a customization problem on
306 ps-mule-font-info-database-default.
307
308 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
309
310 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
311 display-mouse-p instead of window-system.
312 (ebrowse-member-mode-map): Ditto.
313
314 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
315
316 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc
317 fix.
318 (ebnf-version): New version number (3.2).
319 (ebnf-format-color, ebnf-begin-job): Code fix.
320
321 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
324 font lock support on window-system.
325 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
326
327 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
328 display-color-p, if fboundp, instead of window-system.
329
330 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
331
332 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
333 instead of window-system.
334
335 * wid-edit.el (widget-choose): Use display-mouse-p instead of
336 window-system.
337 (widget-choice-mouse-down-action): Use display-popup-menus-p
338 instead of window-system.
339
340 * strokes.el (strokes-file): Run the file name through
341 convert-standard-filename.
342 (strokes-mode): Call display-mouse-p instead of looking at
343 window-system. Change the error message accordingly.
344
345 * progmodes/cpp.el (toplevel): Support faces on tty's.
346
347 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
348 (lm-plot-square, lm-init-display): Don't use window-system.
349
350 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
351 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
352
353 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
354 instead of looking at window-system.
355
356 2000-07-30 Gerd Moellmann <gerd@gnu.org>
357
358 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
359 of testing if iswitchb-prepost-hooks is bound, because the
360 latter will always be true when invoking a recursive minibuffer
361 from an active Iswitchb buffer.
362
363 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
364
365 * files.el (shell-quote-wildcard-pattern): New function.
366 (insert-directory): Call it. Only prepend "\" to command on Unix
367 and GNU/Linux systems.
368
369 2000-07-30 Gerd Moellmann <gerd@gnu.org>
370
371 * eshell/esh-groups.el: Change custom :link file names
372 from `eshell.info' to `eshell'.
373
374 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
375
376 * dired.el (dired-build-subdir-alist): Expand subdirectory names
377 correctly in recursive ange-ftp listings.
378
379 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
380
381 * ps-print.el: Fix bug 1: if ps-font-size-internal,
382 ps-header-font-size-internal and
383 ps-header-title-font-size-internal variables are not set,
384 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
385 face text property is (foreground-color . COLOR) or
386 `(background-color . COLOR)', ps-print crashes. Doc fix.
387 (ps-print-version): New version number (5.2.4).
388 (ps-plot-region): Code fix.
389 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
390 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
391 Bug fix 2.
392
393 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
394
395 * glasses.el (glasses-make-readable): Fix uncapitalization of
396 identifiers like `myXMLDocument'.
397
398 2000-07-28 Karl Fogel <kfogel@red-bean.com>
399
400 * mail/mail-hist.el (mail-hist-previous-input)
401 (mail-hist-next-input): Do the obvious code factorization.
402 (mail-hist-retrieve-and-insert): New func, contains common
403 code of above two.
404 If inserting a message body, leave point at top.
405
406 2000-07-28 Sam Steingold <sds@gnu.org>
407
408 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
409 Use `<=', not `<' to compare times!
410 (ange-ftp-ls): Remove.
411
412 2000-07-27 Gerd Moellmann <gerd@gnu.org>
413
414 * play/cookie1.el: Add explanation of how to make cookie.el
415 compatible with strfile(1) to comment.
416
417 * subr.el (remove, remq): New functions.
418
419 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
420 escape `*' in regexps.
421 (midnight-find): Reverse order of arguments in the funcall of
422 TEST.
423
424 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
425 and `.class'.
426
427 * play/meese.el: Add Commentary section.
428
429 2000-07-27 Alex Schroeder <alex@gnu.org>
430
431 * sql.el (sql-ms): Added autoload cookie.
432 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
433 (sql-oracle): Ditto.
434 (sql-help): Doc change.
435
436 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
437 types and exceptions.
438
439 2000-07-27 Alex Schroeder <alex@gnu.org>
440
441 * sql.el (sql-placeholder-history): New variable.
442 (sql-query-placeholders-and-send): New function that will query
443 the user and replace placeholders with user input.
444 (sql-oracle): If running on NT, set comint-input-sender to
445 sql-query-placeholders-and-send.
446
447 (sql-stop): If in the SQLi buffer, insert stop notification, else
448 present it as a message.
449
450 2000-07-27 Alex Schroeder <alex@gnu.org>
451
452 * sql.el (sql-input-ring-separator): Doc change.
453 (sql-input-ring-file-name): Doc change.
454 (sql-interactive-mode): Use `sql-input-ring-separator' and
455 `sql-input-ring-file-name' to set the comint-mode equivalents
456 without making them local variables.
457 (sql-stop): Don't bind `sql-input-ring-separator' and
458 `sql-input-ring-file-name' dynamically to their comint-mode
459 equivalents.
460
461 2000-07-27 Kenichi Handa <handa@etl.go.jp>
462
463 * international/mule.el (register-char-codings): New function.
464 (make-coding-system): Handle `safe-chars' specification in the arg
465 PROPERTY.
466
467 * international/mule-cmds.el
468 (find-coding-systems-region-subset-p): This function deleted.
469 (sort-coding-systems-predicate): New variable.
470 (sort-coding-systems): New function.
471 (find-coding-systems-region): Use
472 find-coding-systems-region-internal.
473 (find-coding-systems-string): Use find-coding-systems-region.
474 (find-coding-systems-for-charsets): Check
475 char-coding-system-table.
476 (select-safe-coding-system-accept-default-p): New variable.
477 (select-safe-coding-system): Mostly rewritten. New argument
478 ACCEPT-DEFAULT-P.
479 (select-message-coding-system): Call select-safe-coding-system
480 with ACCEPT-DEFAULT-P arg.
481 (reset-language-environment): Reset default-sendmail-coding-system
482 to the default value iso-latin-1.
483 (set-language-environment): Don't set the obsolete variable
484 charset-origin-alist.
485
486 * international/codepage.el (cp-coding-system-for-codepage-1):
487 Give `safe-chars' property to make-coding-system.
488
489 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
490 calling select-message-coding-system twice.
491
492 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
493 instead of `safe-charsets'.
494 (cyrillic-alternativnyj): Likewise.
495 (ccl-encode-alternativnyj): Don't check the charset
496 cyrillic-iso8859-5.
497
498 2000-07-27 Kenichi Handa <handa@etl.go.jp>
499
500 * composite.el (compose-chars-after): Preserve match data.
501
502 2000-07-26 Sam Steingold <sds@gnu.org>
503
504 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
505 (ange-ftp-real-file-newer-than-file-p): New function.
506 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
507 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
508
509 * tooltip.el (tooltip-float-time): Removed (use `float-time').
510 * midnight.el (midnight-float-time): Ditto.
511
512 2000-07-26 Andreas Schwab <schwab@suse.de>
513
514 * files.el (normal-backup-enable-predicate): Correct
515 interpretation of the return value of compare-strings.
516
517 2000-07-26 Gerd Moellmann <gerd@gnu.org>
518
519 * isearch.el (isearch-resume): New function.
520 (isearch-done): Add something to command-history to resume
521 the search.
522 (isearch-yank-line, isearch-yank-word): Use
523 buffer-substring-no-properties instead of buffer-substring.
524
525 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
526 of flyspell-mouse-map.
527
528 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
529 duplicate definition.
530 (makefile-mode): Remove duplicate setting of local-abbrev-table.
531
532 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
533 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
534
535 2000-07-25 Sam Steingold <sds@gnu.org>
536
537 * net/ange-ftp.el: Get modtime over the net.
538 (ange-ftp-file-modtime): New function.
539 (ange-ftp-write-region, ange-ftp-insert-file-contents)
540 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
541 Use it.
542 (ange-ftp-dot-to-slash): New function.
543 (ange-ftp-fix-name-for-vms): Use it.
544
545 * midnight.el (midnight-buffer-display-time): Use
546 `with-current-buffer'.
547
548 2000-07-25 Gerd Moellmann <gerd@gnu.org>
549
550 * find-dired.el: Update copyright notice.
551 (find-dired): Offer to kill a running `find'.
552
553 * enriched.el (enriched-face-ans): For a `foreground-color'
554 property, return '(("x-color" COLOR))' so that COLOR will be
555 output as a parameter of the x-color annotation. Likewise for the
556 `background-color' property. In the case of normal face
557 properties, don't return annotations for unspecified foreground
558 and background face attributes.
559
560 2000-07-25 Kenichi Handa <handa@etl.go.jp>
561
562 * language/japan-util.el (japanese-katakana-region): Fix handling
563 HANKAKU argument.
564
565 2000-07-25 Miles Bader <miles@gnu.org>
566
567 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
568 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
569 constrain-to-field.
570
571 2000-07-24 Andrew Innes <andrewi@gnu.org>
572
573 * timer.el (timer-activate-when-idle): Add optional parameter
574 DONT-WAIT. Update docstring.
575 (run-with-idle-timer): Specify extra parameter to
576 timer-activate-when-idle, so that timer will be activated
577 immediately if Emacs is already idle.
578
579 * w32-fns.el (w32-using-nt): Fix docstring.
580
581 2000-07-24 Dave Love <fx@gnu.org>
582
583 * mouse.el (popup-menu): Set last-command-event.
584 (mouse-major-mode-menu-prefix): Declare.
585
586 2000-07-24 Gerd Moellmann <gerd@gnu.org>
587
588 * textmodes/flyspell.el: Update to author's version 1.5d.
589
590 * progmodes/hideshow.el: Update copyright notice.
591
592 * vcursor.el: Set maintainer to FSF, since author cannot
593 be reached.
594
595 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
596
597 * info.el (Info-goto-emacs-key-command-node): Leave a space after
598 the prompt.
599
600 * mouse.el (popup-menu): Run the keymap through indirect-function,
601 in case it was defined with define-prefix-key. If the menu is a
602 list of keymaps, look up the binding of user's choice in each one
603 of the keymaps.
604 (mouse-popup-menubar): If the global and local menu-bar keymaps
605 don't have a prompt string, create one and insert it into the
606 keymap. Don't barf if current-local-map returns nil.
607
608 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
609
610 * dired.el (dired-sort-R-check): Added to allow recursive listing
611 to be undone.
612 (dired-sort-other): Use it.
613
614 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
615
616 * Release of cc-mode 5.27
617
618 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
619
620 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
621 c-beginning-of-statement-1 that caused a bad case of recursion
622 which could consume a lot of CPU in large classes in languages
623 that have in-expression classes (i.e. Java and Pike).
624
625 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
626 statements before top level constructs (i.e. case 6 is moved
627 before case 5 and is now case 4) to catch in-expression
628 classes in top level expressions correctly.
629
630 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
631
632 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
633 objc-method-intro. Case 4 removed and case 5I added.
634
635 * cc-langs.el (c-append-paragraph-start): New variable used by
636 c-common-init to get paragraph-start correct.
637 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
638 initialize paragraph-start to make it correct both with and
639 without the javadoc special case.
640
641 * cc-mode.el (java-mode): Use c-append-paragraph-start to
642 initialize paragraph-start for javadoc markup.
643
644 * cc-vars.el (c-style-variables-are-local-p): Incompatible
645 change by defaulting this to t. It's motivated by the
646 confusing behavior that otherwise arise from the style system
647 when editing both java and non-java files at the same time
648 (see the comments about style setting in c-common-init).
649
650 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
651
652 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
653 similar to the one in c-fill-paragraph to check the fill
654 prefix from the adaptive fill function for sanity.
655
656 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
657
658 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
659 defun block.
660
661 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
662
663 * cc-mode.texi Documented the change of cpp-macro.
664
665 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
666
667 * cc-align.el (c-lineup-multi-inher): Handle lines with
668 leading comma nicely. Extended to handle member initializers
669 too.
670
671 * cc-engine.el: (c-beginning-of-inheritance-list,
672 c-guess-basic-syntax): Fixed recognition of inheritance lists
673 when the lines begins with a comma.
674
675 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
676
677 * cc-vars.el (c-offsets-alist): Changed default for
678 member-init-cont to c-lineup-multi-inher since it now handles
679 member initializers and indents better for leading commas.
680
681 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
682
683 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
684 handling that caused class open lines to be recognized as
685 statement-conts in some cases.
686
687 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
688 guessed by the adaptive fill function unless point is on the
689 first line of a block comment.
690
691 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
692 when the buffer ends with a macro continuation char.
693
694 * cc-engine.el (c-guess-basic-syntax): Added support for
695 function definitions as statements in Pike. The first
696 statement in a lambda block is now labeled defun-block-intro
697 instead of statement-block-intro.
698
699 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
700 so that the class surrounding point is selected, not the one
701 innermost in the state.
702
703 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
704 recognition of switch labels having hanging multiline
705 statements.
706
707 * cc-engine.el (c-beginning-of-member-init-list): Broke out
708 some code in c-guess-basic-syntax to a separate function.
709 * cc-engine.el (c-just-after-func-arglist-p): Fixed
710 recognition of member inits with multiple line arglists.
711 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
712 member-init-cont when the commas are in funny places.
713
714 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
715
716 * cc-defs.el (c-auto-newline): Removed this macro since it's
717 not used anymore.
718
719 * cc-engine.el (c-looking-at-bos): New helper function.
720 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
721 inexpr and toplevel classes apart in Pike.
722
723 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
724 of case 9A.
725
726 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
727 constant, since "class" can introduce an in-expression class
728 in Pike nowadays.
729
730 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
731
732 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
733 indentation on cpp-macro lines.
734
735 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
736 a syntax modifier like comment-intro, to make it possible to
737 get syntactic indentation for preprocessor directives. It's
738 incompatible wrt to lineup functions on cpp-macro, but it has
739 no observable effect in the 99.9% common case where cpp-macro
740 is set to -1000.
741
742 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
743
744 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
745 member-init-cont when the preceding arglist is several lines.
746
747 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
748
749 * cc-styles.el (c-style-alist): The basic offset for the BSD
750 style corrected to 8.
751
752 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
753
754 * cc-styles.el (c-style-alist): Adjusted the indentation of
755 brace list openers in the gnu style.
756
757 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
758
759 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
760
761 * cc-cmds.el (c-electric-brace, c-electric-slash,
762 c-electric-star, c-electric-semi&comma, c-electric-colon,
763 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
764 when c-syntactic-indentation is nil.
765
766 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
767 we were left at comments preceding the first statement when
768 reaching the beginning of the buffer.
769
770 * cc-vars.el (c-syntactic-indentation): New variable to turn
771 off all syntactic indentation.
772
773 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
774
775 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
776 between the text and the block comment ender when it hangs,
777 depending on how many there are before the fill.
778
779 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
780
781 * cc-engine.el (c-beginning-of-closest-statement): New helper
782 function to go back to the closest preceding statement start,
783 which could be inside a conditional statement.
784 * cc-engine.el (c-guess-basic-syntax): Use
785 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
786
787 * cc-engine.el (c-guess-basic-syntax): Better handling of
788 arglist-intro, arglist-cont-nonempty and arglist-close when
789 the arglist is nested inside parens. Cases 7A, 7C and 7F
790 changed.
791
792 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
793 up-to-date with javadoc 1.2.
794
795 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
796
797 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
798 multiline Pike type decls.
799
800 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
801
802 * cc-cmds.el (c-indent-new-comment-line): Always break
803 multiline comments in multiline mode, regardless of
804 comment-multi-line.
805
806 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
807
808 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
809 fully::qualified::names in C++ member init lists. Preamble in
810 case 5D changed.
811
812 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
813
814 * cc-langs.el (c-common-init): Handling of obsolete variables
815 moved to c-initialize-cc-mode. More compatible style override
816 when using global style variables.
817 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
818 variables moved here.
819
820 * cc-mode.texi: Documented the special behavior of
821 c-special-indent-hook as a style variable. Don't talk about
822 doing (c-make-styles-buffer-local t) in a mode hook, since
823 that's already too late to work right.
824
825 * cc-styles.el (c-make-styles-buffer-local): Flag style
826 variable localness in c-style-variables-are-local-p to make
827 the compatibility measure in c-common-init work well.
828
829 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
830 longer contain set-from-style.
831 * cc-styles.el (c-initialize-builtin-style): Don't check for
832 set-from-style on c-special-indent-hook.
833 * cc-styles.el (c-copy-tree): Obsolete. The standard function
834 copy-alist is sufficient now.
835
836 * cc-styles.el (c-set-style, c-set-style-1,
837 c-get-style-variables): Fixes to variable initialization so
838 that duplicate entries in styles have the same effect
839 regardless of DONT-OVERRIDE.
840
841 * cc-styles.el (c-set-style-2): Fixed bug where the
842 initialization of inheriting styles failed when the
843 dont-override flag is set.
844
845 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
846 on this.
847
848 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
849
850 * cc-defs.el (c-forward-comment): Removed the workaround
851 introduced in 5.38 since it had worse side-effects. If a line
852 contains the string "//\"", it regarded the // as a comment
853 start since the \ temporarily doesn't have escape syntax.
854
855 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
856
857 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
858 ada-xref.el before ada-prj.el, so that the Project menu is created
859 when ada-prj tries to add to it.
860 (ada-activate-keys-for-case): Suppress the characters that are not
861 part of the Ada syntax. Better compatibility with else-mode
862 (ada-adjust-case-interactive): When auto-casing is not active,
863 correctly insert newlines (used to insert only ^M). Prevent the
864 syntax table from being changed in case of an error
865 (or '_' becomes part of a word and some commands are confused).
866 Do nothing if ada-auto-case is nil.
867 (ada-after-keyword-p): Ignore keywords that are also attributes
868 (ada-batch-reformat): Update usage comment
869 (ada-call-from-contextual-menu): New function
870 (ada-case-read-exceptions): Reinitialize the casing exception list
871 first to nil first, so that the casing exception file can be
872 shared.
873 (ada-check-defun-name): Handles "configure" keyword for gnatdist
874 files.
875 (ada-compile-goto-error): Fix regexp used to detect a file:line
876 anywhere in the error message
877 (ada-contextual-menu-last-point): New variable
878 (ada-create-keymap): If the variable delete-key-deletes-forward is
879 t on XEmacs, it means that DEL should delete one character
880 forward.
881 (ada-create-menu): Use :included instead of :visible for XEmacs.
882 New submenu "Options".
883 (ada-end-stmt-re): Correctly indent "select ... then abort"
884 statements.
885 (ada-fill-comment-paragraph): Correctly delete all leading '--'
886 even if they don't match ada-fill-comment-prefix Fix handling of
887 paragraphs on the first or last line of a file.
888 (ada-format-paramlist): Fix handling of default parameter values.
889 (ada-get-body-name): New function.
890 (ada-get-current-indent): Optimized by searchling directly for an
891 existing generic part or a statement outside of it. Handle
892 ada-indent-align-comments when indenting comments Replaced some
893 regexps by testing directly the next character. This results in a
894 huge speedup on some files. New indentation scheme for renames
895 statements. Stop looking for the 'while' or 'for' associated with
896 a 'loop' at the first semicolon encountered. A "return" can also
897 match an anonymous access subprogram declaration.
898 (ada-get-indent-noindent): Ignore strings and comments when
899 looking for the keywords "record" and "private".
900 (ada-goto-matching-decl-start): When matching "if", make sure we
901 are not in fact seeing "end if". Ignore "when" statements except
902 when initial keyword was "begin". Fix handling of nested
903 procedures. Add a recursive call to this function to skip over
904 other 'end' statmts. Fix indentation for "when .. => begin"
905 (ada-in-open-paren-p): Fix indentation for complex boolean
906 expressions, where 'and then', 'or else' and parenthesis
907 statements are mixed up.
908 (ada-in-paramlist-p): Skip comments while searching for the
909 beginning Fix handling of operator declarations.
910 (ada-indent-align-comments): New variable
911 (ada-indent-current): Change the syntax table only in the
912 protected section, so that we are sure it is restored correctly.
913 (ada-indent-on-previous-lines): Use ada-use-indent and
914 ada-with-indent Correctly indent "select ... then"
915 (ada-indent-region): Slight speedup.
916 (ada-indent-renames): New variable.
917 (ada-last-which-function-subprog, ada-last-which-function-line):
918 New variables
919 (ada-looking-at-semi-private): Correctly indent the 'private'
920 keyword when it is the first word in a package declaration.
921 (ada-loose-case-word): Stop searching if at the end of the buffer.
922 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
923 even if point is not initially at the end of the word.
924 (ada-matching-decl-start-re): Add "when".
925 (ada-mode): Add support for abbrev-mode, outline-mode and
926 which-func-mode Override the old find-file.el entry in
927 ff-special-constructs since it is using the obsolete
928 ada-spec-suffix variable
929 (ada-no-auto-case): New function
930 (ada-scan-paramlist): When parsing the argument type, accept
931 spaces (as in "X 'Class", generated by Rational Rose).
932 (ada-other-file-name): No longer loads the other file.
933 (ada-popup-menu): Save and restore the current buffer and cursor
934 position before and after displaying the menu.
935 (ada-search-ignore-complex-boolean): New function.
936 (ada-uncomment-region): Emacs21 already knows how to delete
937 comments not starting in the first column.
938 (ada-use-indent): New variable
939 (ada-which-function): New function.
940 (ada-with-indent): New variable
941 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
942 can be batch-compiled from the command line.
943
944 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
945 Add to the menu when the file is loaded, not in ada-mode-hook.
946 Add -toolbar to the default ddd command Switches moved from
947 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
948 ada-prj-default-comp-opt
949 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
950 Reference Manual to the menu
951 (ada-check-current): rewritten as a call to ada-compile-current
952 (ada-compile): Removed.
953 (ada-compile-application, ada-compile-current, ada-check-current):
954 Set the compilation-search-path so that compile.el automatically
955 finds the sources in src_dir. Automatic scrollong of the
956 compilation buffer. C-uC-cC-c asks for confirmation before
957 compiling
958 (ada-compile-current): New parameter, prj-field
959 (ada-complete-identifier): Load the .ali file before doing
960 processing
961 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
962 conform to gnatmake's behavior.
963 (ada-find-file-in-dir): New function
964 (ada-find-references): Set the environment variables for gnatfind
965 (ada-find-src-file-in-dir): New function.
966 (ada-first-non-nil): Removed
967 (ada-gdb-application): Add support for jdb, the java debugger.
968 (ada-get-ada-file-name): Load the original-file first if not done
969 yet.
970 (ada-get-all-references): Handles the new ali syntax (parent types
971 are found between <>).
972 (ada-initialize-runtime-library): New function
973 (ada-mode-hook): Always load a project file when a file is opened,
974 so that the casing exceptions are correctly read.
975 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
976 (ada-parse-prj-file): Use find-file-noselect instead of find-file
977 to open the project file, since the latter does not work with
978 speedbar Get default values before loading the prj file, or the
979 default executable file name is wrong. Use the absolute value of
980 src_dir to initialize ada-search-directories and
981 compilation-search-path,... Add the standard runtime library to
982 the search path for find-file.
983 (ada-prj-default-debugger): Was missing an opening '{'
984 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
985 variables.
986 (ada-prj-default-gnatmake-opt): New variable
987 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
988 buffers, the project file is the default one Save the windows
989 configuration before displaying the menu.
990 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
991 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
992 ...) regexp-quote identifiers names to support operators +,
993 -,... in regexps.
994 (ada-remote): New function.
995 (ada-run-application): Erase the output buffer before starting the
996 run Support remote execution of the application. Use
997 call-process, or the arguments are incorrectly parsed
998 (ada-set-default-project-file): Reread the content of the active
999 project file, not the one from the current buffer When a project
1000 file is set as the default project, all directories are
1001 automatically associated with it.
1002 (ada-set-environment): New function
1003 (ada-treat-cmd-string): New special variable ${current}
1004 (ada-treat-cmd-string): Revised. The substitution is now done for
1005 any ${...} substring
1006 (ada-xref-current): If no body was found, compiles the spec
1007 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
1008 compiler to get rid of command line length limitations.
1009 (ada-xref-get-project-field): New function
1010 (ada-xref-project-files): New variable
1011 (ada-xref-runtime-library-specs-path)
1012 (ada-xref-runtime-library-ali-path): New variables
1013 (ada-xref-set-default-prj-values): Default run command now does a
1014 cd to the build directory. New field: main_unit Provide a default
1015 file name even if the current buffer has no prj file.
1016
1017 * ada-prj.el:
1018 Rewritten to show a tabbed-dialog.
1019 (ada-prj-add-ada-menu): Remove the map and name parameters.
1020 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
1021 New function
1022 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
1023 (ada-prj-load-from-file): New function
1024 (ada-prj-save): Always save fields that depend on the current buffer
1025 (ada-prj-show-value): New function
1026
1027 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
1028 Ada mode. This will allow us to display the Ada menu in any buffer
1029 we want (for project items).
1030 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
1031 number of spaces in the header.
1032
1033 2000-07-24 Dave Love <fx@gnu.org>
1034
1035 * ediff-init.el (ediff-region-help-echo): Bind face-help.
1036
1037 2000-07-23 Noah Friedman <friedman@splode.com>
1038
1039 * type-break.el (type-break): perform autosave.
1040 Suggested by Stephen Gildea <gildea@intouchsys.com>.
1041 (type-break-do-query): Cancel query schedule while performing
1042 actual query, to avoid possibility of a second query being made
1043 while first one is already in progress.
1044 (type-break-time-stamp-format): New variable.
1045 (type-break-time-stamp): New function.
1046 (type-break-time-warning): Use it.
1047 (type-break-keystroke-warning): Use it.
1048 (type-break-noninteractive-query): Use it.
1049
1050 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
1051 cookie.
1052 Use add-minor-mode to set minor-mode-alist, if available.
1053 (eldoc-echo-area-use-multiline-p): New user option.
1054 (eldoc-echo-area-multiline-supported-p): New variable.
1055 (eldoc-docstring-format-sym-doc): Use them.
1056 (eldoc-mode): If not using idle timers, append to local post and
1057 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
1058 (eldoc-display-message-no-interference-p): Don't interfere with
1059 edebug.
1060 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
1061 (eldoc-function-arglist): New function.
1062 (eldoc-function-argstring): Use it.
1063
1064 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
1065 auto save directory exists before calling directory-files.
1066
1067 2000-07-23 Dave Love <fx@gnu.org>
1068
1069 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
1070 ^o, ^u.
1071
1072 2000-07-21 Dave Love <fx@gnu.org>
1073
1074 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
1075 now passed to the function. It now works properly.
1076
1077 * smerge-mode.el (smerge-mode-menu): Fill it out.
1078
1079 2000-07-20 Gerd Moellmann <gerd@gnu.org>
1080
1081 * info-look.el (info-lookup): If *info* is shown in another frame
1082 on the same display, select that frame, instead of switching to
1083 the Info buffer in another window of the selected frame.
1084
1085 * simple.el (universal-argument-map): Bind numeric keypad keys
1086 kp-0 to kp-9 and kp-subtract.
1087 (digit-argument): Handle these keys.
1088
1089 2000-07-20 Dave Love <fx@gnu.org>
1090
1091 * net/goto-addr.el (goto-address-fontify): Don't bother with
1092 buffer-modified and read-only stuff -- irrelevant with overlays.
1093 Put an extra property on the overlays and use it to clean up in
1094 case goto-address is re-run.
1095
1096 2000-07-19 Richard M. Stallman <rms@gnu.org>
1097
1098 * timer.el (run-with-idle-timer): Doc fix.
1099
1100 * mail/mail-utils.el (mail-strip-quoted-names):
1101 Handle case where <...> appears inside "...".
1102 Use replace-match to edit the string more simply.
1103 (rmail-dont-reply-to): Cope with an unmatched ".
1104
1105 2000-07-19 Dave Love <fx@gnu.org>
1106
1107 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
1108 implementation.
1109
1110 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
1111 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
1112 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
1113
1114 2000-07-19 Gerd Moellmann <gerd@gnu.org>
1115
1116 * textmodes/refer.el: Correct maintainer's email address.
1117
1118 * progmodes/hideif.el: Correct author's email address.
1119 Fix typo in comment.
1120
1121 * xml.el: New file.
1122
1123 * mail/mailheader.el: Correct author's mail address.
1124
1125 * gnus/parse-time.el: Correct author's mail address.
1126
1127 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
1128
1129 * comint.el (comint-highlight-input, comint-highlight-face):
1130 New user options.
1131 (comint-input-ring-file-name): Change custom type.
1132 (comint-mode-map): Bind mouse-2.
1133 (comint-insert-clicked-input): New function.
1134 (comint-send-input): Handle input highlighting.
1135
1136 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
1137
1138 * mouse.el (popup-menu): New function.
1139 (mouse-major-mode-menu): Use it.
1140
1141 2000-07-18 Dave Love <fx@gnu.org>
1142
1143 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
1144 improvements.
1145
1146 2000-07-18 Gerd Moellmann <gerd@gnu.org>
1147
1148 * faces.el (face-font-selection-order)
1149 (face-font-family-alternatives): Add custom type.
1150
1151 2000-07-18 Dave Love <fx@gnu.org>
1152
1153 * cus-edit.el (custom-variable-reset-saved)
1154 (custom-variable-reset-standard): Remove unused bindings.
1155
1156 * rect.el (open-rectangle-line): Remove unused let.
1157
1158 * hl-line.el (hl-line-highlight): Check hl-line-mode.
1159
1160 2000-07-18 Gerd Moellmann <gerd@gnu.org>
1161
1162 * cdl.el: Fix `Maintainer' keyword.
1163
1164 * play/pong.el: Add author's email address.
1165
1166 2000-07-17 Sam Steingold <sds@gnu.org>
1167
1168 * files.el (insert-directory): Call `split-string' instead of
1169 re-implementing it.
1170
1171 2000-07-18 Gerd Moellmann <gerd@gnu.org>
1172
1173 * mail/vms-pmail.el: Change maintainer to FSF.
1174
1175 * net/goto-addr.el: Change maintainer to FSF.
1176
1177 * recentf.el: Update from author.
1178
1179 * info.el (Info-title-face-alist): Removed.
1180
1181 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
1182
1183 * eshell/eshell.el (eshell): Replace links to eshell.info with
1184 links to eshell, to avoid problems on systems where the manual is
1185 installed as `eshell'.
1186 * eshell/esh-cmd.el (eshell-cmd): Ditto.
1187 * eshell/em-smart.el (eshell-smart): Ditto.
1188 * eshell/em-banner.el (eshell-banner): Ditto.
1189 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
1190
1191 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
1192 same-file check in the MS-DOS version (it does support inodes).
1193
1194 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
1195
1196 * eshell/eshell.el (eshell-directory-name):
1197 Run default directory name through convert-standard-filename.
1198
1199 2000-07-18 Kenichi Handa <handa@etl.go.jp>
1200
1201 * international/mule-cmds.el (select-safe-coding-system):
1202 Fix typo in the comment.
1203
1204 * language/european.el (compound-text):
1205 Force katakana-jisx0201 to be designated to G1.
1206
1207 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
1208 Don't translate some national variant characters of latin-jisx0201.
1209 (x-ctext): Force katakana-jisx0201 to be designated to G1.
1210
1211 * international/kkc.el (kkc-after-update-conversion-functions):
1212 New variable.
1213 (kkc-update-conversion): Run functions in it at the tail.
1214
1215 2000-07-16 John Wiegley <johnw@gnu.org>
1216
1217 * lisp/align.el (align-newline-and-indent):
1218 Adding new function. for auto-aligning blocks of code on RET.
1219 (align-region): Fixed badly formatted minibuffer message.
1220
1221 2000-07-17 Kenichi Handa <handa@etl.go.jp>
1222
1223 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
1224 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
1225 the conversion list at first if appropriate.
1226 (kkc-next): Don't update kkc-next-count here.
1227 (kkc-prev): Don't update kkc-prev-count here.
1228 (kkc-show-conversion-list-update): Fix setting up of conversion
1229 list message.
1230
1231 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
1232
1233 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
1234
1235 2000-07-16 Dave Love <fx@gnu.org>
1236
1237 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
1238 function to be more specific.
1239
1240 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
1241 non-string help-echo.
1242 (widget-types-convert-widget): Defsubst it.
1243 (widget-echo-help): Try to cope with a help-echo function of two
1244 possible sorts.
1245
1246 2000-07-15 Jason Rumney <jasonr@gnu.org>
1247
1248 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1249 Declare as obsolete.
1250
1251 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
1252
1253 2000-07-14 Gerd Moellmann <gerd@gnu.org>
1254
1255 * hilit-chg.el: Fix typo.
1256
1257 2000-07-14 Dave Love <fx@gnu.org>
1258
1259 * info.el (Info-mode-menu): Fix use of :help, :enable.
1260
1261 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
1262
1263 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
1264
1265 2000-07-13 Dave Love <fx@gnu.org>
1266
1267 * emacs-lisp/easymenu.el: Doc fixes.
1268 (easy-menu-remove): Defalias to ignore.
1269
1270 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
1271 Call throw correctly.
1272
1273 2000-07-13 Gerd Moellmann <gerd@gnu.org>
1274
1275 * faces.el (frame-background-mode): Doc fix.
1276
1277 * simple.el (eval-expression-print-length): Change custom type to
1278 allow entering nil as value.
1279
1280 2000-07-13 Dave Love <fx@gnu.org>
1281
1282 * progmodes/fortran.el (fortran-imenu-generic-expression):
1283 Change definition layout.
1284 (fortran-mode-menu): Reinstate customize entries.
1285
1286 * cus-edit.el (custom-group-menu-create, customize-menu-create):
1287 Use :filter, per old XEmacs code.
1288
1289 2000-07-12 Gerd Moellmann <gerd@gnu.org>
1290
1291 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
1292 event when deciding what to send to the terminal.
1293
1294 2000-07-12 Dave Love <fx@gnu.org>
1295
1296 * cus-start.el: Add optional version as 4th element of specs and
1297 use it for several things new in v21. Remove load-path. Fix type
1298 of line-number-display-limit.
1299
1300 2000-07-11 Dave Love <fx@gnu.org>
1301
1302 * progmodes/fortran.el: Don't require easymenu.
1303 Use repeat counts in various regexps.
1304 (fortran-mode-syntax-table): Defvar directly.
1305 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1306 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
1307 Use defvar, not defconst.
1308 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
1309 (fortran-mode): Set fortran-comment-line-start-skip,
1310 fortran-comment-line-start-skip, dabbrev-case-fold-search.
1311 (fortran-comment-indent): Use defsubst.
1312 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
1313 Use fortran-comment-indent, not fortran-comment-indent-function.
1314 (fortran-comment-region, fortran-electric-line-number): Simplify.
1315 (fortran-auto-fill): New function.
1316 (fortran-do-auto-fill): Deleted.
1317 (fortran-find-comment-start-skip):
1318 Check for non-null comment-start-skip.
1319 (fortran-auto-fill-mode, fortran-fill-statement):
1320 Use fortran-auto-fill.
1321 (fortran-fill): Use fortran-auto-fill. Check for null
1322 comment-start-skip. Simplify final clause and use end-of-line finally.
1323
1324 * widget.el (widget-plist-member): New alias.
1325
1326 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1327
1328 * eshell/esh-module.el (toplevel): Reference
1329 byte-compile-current-file only if it is bound.
1330
1331 2000-07-10 Gerd Moellmann <gerd@gnu.org>
1332
1333 * dired.el: Don't require `dired-aux'.
1334
1335 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
1336
1337 * dired-aux.el (dired-show-file-type): New function.
1338 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
1339 (dired-show-file-type): Add autoload.
1340
1341 2000-07-10 Kenichi Handa <handa@etl.go.jp>
1342
1343 * international/mule-diag.el (describe-font): Adjusted for the
1344 change of fontset-info.
1345 (print-fontset): Likewise.
1346
1347 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
1348
1349 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
1350
1351 2000-07-07 Gerd Moellmann <gerd@gnu.org>
1352
1353 * bindings.el: Bind `[delete]' to delete-char.
1354
1355 * dired.el (dired-find-alternate-file): New function.
1356 (dired-mode-map): Bind `a' to dired-find-alternate-file.
1357 (toplevel): Require dired-aux when compiling.
1358 (dired-buffers): Move defvar within file to avoid compiler warning.
1359
1360 * info.el (Info-last-search): Variable removed.
1361 (Info-search-history): New variable.
1362 (Info-search): New Info-search-history.
1363
1364 * battery.el, info-look.el: Change author's mail address.
1365
1366 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1367
1368 * mail/rmail.el (rmail-clear-headers): Don't throw an error
1369 if rmail-ignored-headers is nil.
1370 (rmail-retry-failure): Bind rmail-ignored-headers and
1371 rmail-displayed-headers to nil.
1372
1373 2000-07-06 Gerd Moellmann <gerd@gnu.org>
1374
1375 * lpr.el (lpr-page-header-switches): Add `-h' switch.
1376 (print-region-1): Don't hard code `-h' here.
1377
1378 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
1379
1380 2000-07-01 Francesco Potorti` <pot@gnu.org>
1381
1382 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
1383 exim can use "your message" instead of "the message".
1384
1385 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
1386
1387 * facemenu.el: Docstrings fixes.
1388 (facemenu-get-face): Don't use internal-find-face.
1389 (facemenu-iterate): Rename arg to match the docstring.
1390
1391 * newcomment.el (uncomment-region): Be more careful when skipping
1392 backwards over `=' not to bump into BOBP.
1393
1394 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
1395
1396 * ediff-diff.el (ediff-wordify): Use syntax table.
1397 * ediff-init.el (ediff-has-face-support-p): Use
1398 ediff-color-display-p.
1399 (ediff-color-display-p): Use display-color-p, changed to defun
1400 from defsubst.
1401 Got rid of special cases for NeXT and OS/2.
1402 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
1403 face.
1404
1405 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
1406
1407 * emacs-lisp/lucid.el: Require CL.
1408 (copy-tree, remprop): Remove, it's provided by CL.
1409 (map-keymap): Define in terms of cl-map-keymap.
1410 (extent-property, set-extent-end-glyph): New functions.
1411
1412 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
1413
1414 2000-07-05 Gerd Moellmann <gerd@gnu.org>
1415
1416 * Makefile.in (DONTCOMPILE): Add comment that the name may
1417 not be changed without changing the make-dist script.
1418
1419 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
1420 (cl-mapc): Use mapc instead of cl-old-mapc.
1421
1422 2000-07-05 Andrew Innes <andrewi@gnu.org>
1423
1424 * makefile.nt: Add support for `bootstrap' and related targets.
1425
1426 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
1427
1428 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
1429 (easy-menu-do-define): Use `menu-item' format.
1430 Handle case where easy-menu-create-menu returns a symbol.
1431 Manually call the potential top-level filter in the function binding.
1432 (easy-menu-filter-return): New arg NAME.
1433 Convert to a keymap if MENU is an XEmacs menu.
1434 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
1435 (easy-menu-converted-items-table, easy-menu-convert-item):
1436 New var and fun to memoize easy-menu-convert-item-1.
1437 (easy-menu-do-add-item): Use it.
1438 (easy-menu-create-menu): Use easy-menu-convert-item.
1439 Wrap easy-menu-filter-return around any :filter specification.
1440 Don't convert the menu if a filter was specified.
1441 Tell easy-menu-make-symbol not to check for MENU being an expression.
1442 (easy-menu-make-symbol): New arg NOEXP.
1443
1444 2000-07-05 Gerd Moellmann <gerd@gnu.org>
1445
1446 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
1447 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
1448 (eval-defun): If called with prefix arg, instrument code for
1449 Edebug.
1450
1451 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
1452 similar to that of eval-defun.
1453
1454 2000-07-04 Dave Love <fx@gnu.org>
1455
1456 * hl-line.el (hl-line-overlay): Make it permanent-local.
1457
1458 * calendar/todo-mode.el: Replaced with a working version, based on
1459 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
1460
1461 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
1462
1463 * paths.el (prune-directory-list): New function.
1464 (Info-default-directory-list): Rewritten to more methodically
1465 enumerate a big list of possible info directories (based on the
1466 list used by the standalone info reader).
1467
1468 * info.el (info-initialize): Use prune-directory-list to remove
1469 non-existent directories from Info-directory-list.
1470
1471 * paths.el (Info-default-directory-list): Try a list of possible
1472 info-directories instead of a single one. Add the possible
1473 info directory "/usr/share/info".
1474
1475 * woman.el (woman-man.conf-path): Explicitly include the debian
1476 man-db config file "/etc/manpath.config".
1477 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
1478 are present in `manpath.config'.
1479 (woman-manpath): Include "/usr/share/man".
1480
1481 2000-07-03 Gerd Moellmann <gerd@gnu.org>
1482
1483 * frame.el (blink-cursor-mode): Don't hide cursor initially.
1484
1485 * startup.el (command-line): Initialize blink-cursor based
1486 on window-system.
1487
1488 * frame.el (blink-cursor): Default to nil if not running under
1489 a window-system.
1490
1491 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
1492 (face-x-resources): Remove duplicate entry for :font.
1493
1494 * textmodes/refer.el (refer-find-entry-internal): Use some-window
1495 instead of cycling through windows with next-window.
1496
1497 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
1498 of cycling through windows with next-window.
1499
1500 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
1501 of cycling through windows with next-window.
1502
1503 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
1504 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
1505 instead of cycling through windows with next-window.
1506
1507 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
1508 instead of cycling through windows with next-window.
1509
1510 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
1511 of cycling through windows with next-window.
1512
1513 * terminal.el (te-process-output): Use walk-windows instead of
1514 cycling through windows with next-window.
1515
1516 * server.el (server-switch-buffer): Use some-window instead of
1517 cycling through windows with next-window.
1518
1519 * window.el (some-window): New function.
1520 (walk-windows): Remove reference to walk-windows-start.
1521
1522 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
1523
1524 2000-07-03 Richard Stallman <rms@gnu.org>
1525
1526 * window.el (walk-windows): Guarantee termination by keeping a list
1527 of all the windows already handled.
1528
1529 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
1530
1531 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
1532 window-system.
1533
1534 * man.el (Man-notify-when-ready): Don't use window-system. If
1535 Man-notify-method is newframe, and the display is not
1536 multi-frame, select the frame created for the man page.
1537 (Man-init-defvars): Doc fix.
1538
1539 2000-06-28 Gerd Moellmann <gerd@gnu.org>
1540
1541 * faces.el (region): Change background color for light background.
1542
1543 * ediff-wind.el (ediff-setup-control-frame): Remove :box
1544 attribute from mode-line face of Ediff control frame.
1545
1546 * replace.el (query-replace-map): Bind `e' like `E'.
1547
1548 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
1549
1550 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
1551 Change name to "Select All".
1552
1553 * dos-fns.el (convert-standard-filename): Fix last change.
1554
1555 2000-06-27 Gerd Moellmann <gerd@gnu.org>
1556
1557 * help.el (describe-variable): Don't insert a second `'s' in front
1558 of the string `value is shown below'. Since the syntax-table is
1559 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
1560 an existing `'s', so that this won't be deleted.
1561
1562 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
1563 * pcmpl-unix.el: New files.
1564
1565 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
1566
1567 * wid-edit.el (widget-member): Use the new plist-member.
1568
1569 2000-06-26 Gerd Moellmann <gerd@gnu.org>
1570
1571 * replace.el (perform-replace): Undo change of 2000-04-04.
1572 Instead, move backward 1 character at the end of the loop when
1573 necessary.
1574
1575 * faces.el (fringe): Change face for different backgrounds.
1576
1577 * eshell/esh-module.el (toplevel): Load defgroup's differently;
1578 patch from John.
1579
1580 * eshell/*.el: Change spelling of the Free Software Foundation.
1581
1582 * eshell/esh-toggle.el: Removed.
1583
1584 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
1585
1586 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
1587 interactively.
1588
1589 2000-06-26 Alex Schroeder <alex@gnu.org>
1590
1591 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
1592 `define-key'; instead of checking `(emacs-version)' check for
1593 `set-keymap-parent' and `set-keymap-name' directly. Add entries
1594 for `;' and `o' which might be electric.
1595
1596 (sql-electric-stuff): New user option.
1597 (sql-magic-go): New function which uses `sql-electric-stuff'.
1598 (sql-magic-semicolon): New function which uses
1599 `sql-electric-stuff'.
1600
1601 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
1602 is not fboundp.
1603
1604 (sql-oracle-options): New variable.
1605 (sql-oracle): Use it.
1606
1607 (sql-imenu-generic-expression): Doc change.
1608 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
1609 is used.
1610
1611 (sql-informix): Added command line parameter "-" to force
1612 sql-informix-program to use stdout.
1613
1614 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1615
1616 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
1617 (cp864-decode-table): Doc fix.
1618 (cp720-decode-table): New variable, supports the Arabic OEM
1619 codepage used by Windows.
1620 (cp737-decode-table): New, Greek OEM codepage used by Windows.
1621
1622 2000-06-23 Dave Love <fx@gnu.org>
1623
1624 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
1625 (font-lock-fontify-anchored-keywords): Use
1626 line-beginning-position.
1627 (global-font-lock-mode): Use mapc.
1628
1629 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
1630
1631 * eshell/esh-module.el: Require CL when compiling.
1632
1633 2000-06-23 Gerd Moellmann <gerd@gnu.org>
1634
1635 * comint.el (comint-substitute-in-file-name): Call replace-match
1636 with second and third arg t.
1637
1638 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1639 Specify foreground color.
1640
1641 * faces.el (tool-bar, mode-line, header-line): Specify foreground
1642 color.
1643
1644 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
1645
1646 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
1647 cddr instead of cdddr.
1648
1649 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
1650 instead of copy-list.
1651
1652 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
1653 of copy-list.
1654
1655 * subdirs.el: Add eshell subdirectory.
1656
1657 * eshell: New subdirectory containing the Eshell package.
1658
1659 * pcomplete.el: New file.
1660
1661 2000-06-23 Paul Eggert <eggert@twinsun.com>
1662
1663 * mail/mailpost.el (post-mail-send-it): Make sure file has
1664 proper permissions from birth.
1665
1666 * files.el (basic-save-buffer-2): When temporarily setting
1667 file modes, set them to current modes plus 0200, not to 0777.
1668
1669 * emerge.el (emerge-make-temp-file): Make sure file has proper
1670 permissions from birth.
1671
1672 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1673
1674 * files.el (make-backup-file-name-1): On DOS/Windows, run the
1675 backup file name through convert-standard-filename.
1676
1677 * dos-fns.el (convert-standard-filename): Convert leading
1678 directories as well. When long file names are supported, convert
1679 characters that are invalid in Windows file names.
1680
1681 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1682
1683 * ps-print.el: Fix bug: if ^L is the very first buffer character,
1684 ps-print crashes. New feature: page selection for printing. Create
1685 raw-text-unix coding system for XEmacs. Doc fix.
1686 (ps-print-version): New version number (5.2.3).
1687 (ps-plot-region): Bug fix.
1688 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
1689 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
1690 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
1691 funs.
1692 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
1693 (ps-last-page): New vars.
1694
1695 2000-06-21 Gerd Moellmann <gerd@gnu.org>
1696
1697 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
1698 empty option string.
1699
1700 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1701
1702 * man.el (man): Doc fix.
1703
1704 2000-06-21 Kenichi Handa <handa@etl.go.jp>
1705
1706 * international/mule-cmds.el (set-language-info-alist): Docstring
1707 fixed.
1708
1709 2000-06-20 Gerd Moellmann <gerd@gnu.org>
1710
1711 * version.el (emacs-version): Use ISO date format.
1712
1713 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
1714 instead of `M-backspace'.
1715
1716 * simple.el (turn-off-auto-fill): New function.
1717
1718 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
1719
1720 * jit-lock.el (with-buffer-prepared-for-jit-lock):
1721 Renamed from with-buffer-prepared-for-font-lock and use
1722 inhibit-modification-hooks rather than setting *-change-functions.
1723 Update all functions to use the new name.
1724 (jit-lock-first-unfontify-pos): New semantics (and doc).
1725 (jit-lock-mode): Make non-interactive.
1726 Don't automatically turn on font-lock.
1727 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
1728 Always use jit-lock-after-change.
1729 Remove and restore font-lock-after-change-function.
1730 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
1731 (jit-lock-after-unfontify-buffer): Remove.
1732 (jit-lock-stealth-fontify):
1733 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
1734 (jit-lock-after-change): Set the `fontified' text-prop to nil.
1735
1736 2000-06-20 Sam Steingold <sds@gnu.org>
1737
1738 * emacs-lisp/cl-indent.el (toplevel): Indent
1739 `print-unreadable-object' properly. Untabify.
1740
1741 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
1742
1743 * textmodes/reftex.el (reftex-find-citation-regexp-format):
1744 Support for bibentry.
1745 (reftex-compile-variables): Fixed problem with end of section-re.
1746
1747 * texmodes/reftex-dcr.el (reftex-view-crossref,
1748 reftex-view-crossref-from-bibtex):
1749 Deal with changed `reftex-find-citation-regexp-format'.
1750 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
1751 Replaced `remprop' with `put'.
1752 (reftex-view-crossref, reftex-view-crossref-when-idle):
1753 Support for bibentry.
1754
1755 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1756 New entry for bibentry package.
1757
1758 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
1759 Regexp also matches "\nobibliography".
1760
1761 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
1762 Call `reftex-ensure-write-access' before doing anything.
1763 (reftex-ensure-write-access): New function.
1764
1765 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
1766
1767 * progmodes/idlwave.el: File re-installed (update to version 4.2)
1768
1769 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
1770
1771 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
1772
1773 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
1774
1775
1776 2000-06-20 Dave Love <fx@gnu.org>
1777
1778 * faces.el (frame-background-mode): Use set-default, not set, in
1779 setter.
1780 (frame-update-faces, frame-update-face-colors): Define with
1781 defalias.
1782
1783 * enriched.el (enriched-decode-foreground)
1784 (enriched-decode-background): Don't use internal-find-face.
1785
1786 * apropos.el: Doc fixes.
1787
1788 * cus-edit.el (customize-changed-options): Check arg.
1789 (customize-version-lessp): Don't require decimal point.
1790
1791 * custom.el (defcustom, defgroup): Doc fix.
1792
1793 * newcomment.el (comment) <defgroup>: Add :version.
1794 (comment-multi-line): Doc fix.
1795
1796 * emulation/mlsupport.el (define-hooked-local-abbrev,
1797 define-hooked-global-abbrev): Fix, using define-abbrev.
1798
1799 2000-06-19 Gerd Moellmann <gerd@gnu.org>
1800
1801 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
1802 the whole buffer.
1803
1804 2000-06-19 Dave Love <fx@gnu.org>
1805
1806 * menu-bar.el (menu-bar-options-save): New function.
1807 (menu-bar-options-menu): Use it.
1808 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
1809 Simplify.
1810
1811 2000-06-19 Andreas Schwab <schwab@suse.de>
1812
1813 * progmodes/etags.el (tags-query-replace): Put new parameters
1814 START and END at the end, for backward compatibility.
1815
1816 2000-06-19 Kenichi Handa <handa@etl.go.jp>
1817
1818 * international/codepage.el:
1819 (cp-coding-system-for-codepage-1): Delete special codes for
1820 generating xxx-dos coding system because now a CCL based coding
1821 system can handle EOL conversion by default.
1822
1823 * international/mule.el (make-coding-system): Generate subsidiary
1824 coding systems for EOL handling variants even for a CCL based
1825 coding system.
1826
1827 2000-06-19 Kenichi Handa <handa@etl.go.jp>
1828
1829 * international/isearch-x.el (isearch-minibuffer-input-method)
1830 (isearch-minibuffer-input-method-function): These variables
1831 deleted.
1832 (isearch-with-input-method): Don't use the above variables.
1833 (isearch-process-search-multibyte-characters): Likewise. Call
1834 read-string with the arg INHERIT-INPUT-METHOD t.
1835
1836 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
1837
1838 * font-lock.el (font-lock-after-fontify-buffer)
1839 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
1840
1841 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
1842 Use consistent make-local-variable style for font-lock-fontified.
1843 (jit-lock-fontify-buffer):
1844 Don't bother checking for font-lock-mode and jit-lock-mode.
1845
1846 * time.el: Remove trailing ^M that prevent CVS-merging.
1847
1848 2000-06-16 Gerd Moellmann <gerd@gnu.org>
1849
1850 * Makefile.in (distclean): New target.
1851
1852 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
1853
1854 * Makefile.in (srcdir): Define for update-subdirs.
1855
1856 2000-06-16 Gerd Moellmann <gerd@gnu.org>
1857
1858 * find-lisp.el: New file.
1859
1860 2000-06-16 Andrew Innes <andrewi@gnu.org>
1861
1862 * time.el (display-time-mail-function): New variable, to allow
1863 external packages to indicate when new mail is available.
1864 (display-time-update): Use it.
1865
1866 2000-06-16 Kenichi Handa <handa@etl.go.jp>
1867
1868 * international/mule.el (mule-version): Change version name to
1869 SAKAKI. AOI has already been used by Meadow.
1870
1871 * international/quail.el (quail-show-guidance-buf): To find the
1872 bottom window (but minibuffer), pay attention to the height of
1873 minibuffer.
1874
1875 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1876
1877 * arc-mode.el (archive-mode-map): Use the new menu-item format for
1878 menu-bar menus. Add help strings. Don't remove the Edit menu
1879 from the menu bar, as the menu bar has enough space now.
1880
1881 * Makefile.in (SHELL): Make sure /bin/sh is used.
1882
1883 * woman.el (woman-man-buffer): Fix bold and underlined CJK
1884 characters, which use series of two ^H characters instead of one.
1885
1886 2000-06-15 Gerd Moellmann <gerd@gnu.org>
1887
1888 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
1889 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
1890 functions.
1891 (Info-find-node-2): Try a case-sensitive search first, then
1892 do a case-insensitive search.
1893
1894 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
1895 tutorials.
1896
1897 * complete.el (PC-env-vars-alist): New variable.
1898 (PC-complete-as-file-name): New function.
1899 (partial-completion-mode): Initialize PC-env-vars-alist from
1900 process-environment.
1901 (PC-do-completion): Handle completion of env vars.
1902
1903 * info.el (Info-set-mode-line): Show file name in mode line,
1904 use `*Info*' instead of `Info:'.
1905
1906 * startup.el (command-line-1): Change copyright messages to year
1907 2000.
1908
1909 2000-06-15 Dave Love <fx@gnu.org>
1910
1911 * net/goto-addr.el (goto-address-fontify): Use keymap property,
1912 not local-map.
1913
1914 2000-06-15 Kenichi Handa <handa@etl.go.jp>
1915
1916 * international/mule.el (set-buffer-file-coding-system): Almost
1917 rewritten to handle `undecided' as no-op.
1918
1919 2000-06-14 Gerd Moellmann <gerd@gnu.org>
1920
1921 * Makefile.in: New file.
1922
1923 * Makefile: Removed.
1924
1925 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
1926 (goto-address-highlight-keymap): Bind C-c RET.
1927
1928 2000-06-14 Kenichi Handa <handa@etl.go.jp>
1929
1930 * mail/sendmail.el (sendmail-send-it): The temporary buffer
1931 inherits buffer-file-coding-system of the current buffer.
1932
1933 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
1934 0. Give correct argument to set-auto-coding-function.
1935 (tar-expunge): For goto-char, use (point-min), not 0.
1936 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
1937 (tar-subfile-save-buffer): Likewize.
1938
1939 * international/mule.el
1940 (after-insert-file-set-buffer-file-coding-system): Call
1941 set-buffer-file-coding-system with the arg FORCE t.
1942
1943 2000-06-13 Gerd Moellmann <gerd@gnu.org>
1944
1945 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
1946 nil. Contemporary sendmails issue an X-Authentication-Warning if
1947 the sender is set with `-f'.
1948
1949 2000-06-13 Dave Love <fx@gnu.org>
1950
1951 * help.el (describe-function-1): Kluge around cases of functions
1952 fset to subrs whose doc doesn't match their symbol-name.
1953
1954 * image.el (insert-image): Default STRING to a space.
1955
1956 * info.el Doc fixes.
1957 (Info-build-node-completions): Match Ref tags.
1958
1959 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
1960
1961 * frame.el (display-multi-frame-p, display-multi-font-p): New
1962 defaliases for display-graphic-p.
1963
1964 * hl-line.el: Fixed a typo in commentary.
1965
1966 2000-06-13 Kenichi Handa <handa@etl.go.jp>
1967
1968 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
1969 fixed.
1970
1971 2000-06-12 Dave Love <fx@gnu.org>
1972
1973 * image.el (insert-image): Save a little consing.
1974
1975 2000-06-12 Kenichi Handa <handa@etl.go.jp>
1976
1977 * language/tibet-util.el: Convert all tibetan-1-column characters
1978 to the corresponding tibetan characters.
1979 (tibetan-add-components): Delete code for the special treatment of
1980 'a chung.
1981
1982 * language/tibetan.el (tibetan-composable-pattern): Fix previous
1983 change.
1984 (tibetan-vowel-transcription-alist): More rules added.
1985 (tibetan-composite-vowel-alist): New variable.
1986 (tibetan-precomposition-rule-alist): More rules added.
1987
1988 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
1989
1990 * startup.el (command-line): Only call menu-bar-mode if interactive.
1991
1992 * thingatpt.el (toplevel symbol-properties):
1993 * textmodes/makeinfo.el (makeinfo-compile):
1994 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
1995 * progmodes/hideif.el (hif-compress-define-list)
1996 (hide-ifdef-use-define-alist):
1997 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
1998 (ange-ftp-vms-add-file-entry):
1999 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
2000 * man.el (Man-build-man-command):
2001 * mail/rnewspost.el (news-reply-header-hook):
2002 * info.el (Info-insert-dir):
2003 * emulation/mlconvert.el (backward-word, forward-word, setq):
2004 * emacs-lisp/gulp.el (gulp-send-requests):
2005 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
2006 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
2007 (byte-optimize-apply, end of file):
2008 * emacs-lisp/advice.el (ad-advice-class-completion-table)
2009 (ad-make-freeze-definition):
2010 * startup.el (command-line, command-line-1): Don't quote lambdas.
2011
2012 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
2013 (cvs-cleanup-removed): New function.
2014 (cvs-cleanup-functions): New var.
2015 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
2016 some flexibility in specifying additional entries to auto-cleanup.
2017 (cvs-quickdir): New function.
2018 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
2019 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
2020 (cvs-mode-find-file): Check that we are on a filename or dirname
2021 when invoked through a mouse-click.
2022 (cvs-full-path): Remove.
2023 (cvs-dired-action): Re-introduced.
2024 (cvs-dired-noselect): Use it.
2025 (vc-post-command-functions): use this new hook if available.
2026
2027 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
2028 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
2029 (cvs-filename-map, cvs-dirname-map): Remove.
2030 (cvs-default-action): Remove.
2031 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
2032 if the arg is really a keymap.
2033 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
2034 Don't hardcode the mapping from state (aka type) to face, but check
2035 the var cvs-fi-<type>-face instead.
2036 (cvs-fileinfo-from-entries): New function.
2037
2038 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
2039 Docstring fix.
2040 (cvs-find-file-and-jump): Change default to be safer.
2041 (cvs-mode-diff-map): Define it as a function as well.
2042 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
2043 Bind mouse-2 in this global map rather than with text-properties.
2044
2045 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
2046 file to resolve the ambiguity between C(conflict) and C(need-merge).
2047
2048 2000-06-12 Kenichi Handa <handa@etl.go.jp>
2049
2050 * international/mule.el (set-buffer-file-coding-system): If
2051 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
2052 unconditionally.
2053
2054 2000-06-12 Dave Love <fx@gnu.org>
2055
2056 * wid-edit.el (widget-specify-button): Really suppress the face if
2057 required.
2058
2059 2000-06-11 Gerd Moellmann <gerd@gnu.org>
2060
2061 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
2062
2063 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
2064
2065 * imenu.el (imenu-generic-expression): Docstring fix.
2066
2067 * composite.el (composition-function-table): Move the `put'
2068 below the autoload cookie so we can load the file before loaddefs.
2069
2070 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
2071
2072 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
2073 Handle easy-mmode-define-global-mode.
2074 For complex macros like define-minor-mode that can generate
2075 several autoload entries, try to autoload entries in the
2076 macroexpanded code.
2077
2078 * emacs-lisp/easy-mmode.el (define-minor-mode):
2079 If KEYMAP is a symbol, just use it.
2080 Use byte-compile-current-file and load-file-name to infer the
2081 proper :require to pass to defcustom.
2082 Wrap the hook var into `progn' so as not to autoload it.
2083 Add a :autoload-end cookie.
2084 Be more careful about the evaluation of KEYMAP.
2085 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
2086 (define-derived-mode): Move define-abbrev-table outside of defvar.
2087
2088 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
2089
2090 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
2091 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
2092 (backup-compiled-files): Ignore errors during `tar'.
2093 (bootstrap): Make autoloads before elc files.
2094
2095 2000-06-10 Kenichi Handa <handa@etl.go.jp>
2096
2097 * international/mule.el (set-buffer-file-coding-system): If one of
2098 undecided-XXX is specified, change only EOL conversion.
2099
2100 * international/mule-conf.el (unix): New alias for the coding
2101 system undecided-unix.
2102
2103 2000-06-09 Dave Love <fx@gnu.org>
2104
2105 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
2106
2107 * progmodes/executable.el: Byte compile dynamic.
2108 (executable-insert): Change custom type.
2109 (executable-find): Add autoload cookie.
2110 (executable-make-buffer-file-executable-if-script-p): New
2111 function. After Noah Friedman.
2112
2113 * files.el (after-save-hook): Customize, with
2114 executable-make-buffer-file-executable-if-script-p as an option.
2115
2116 2000-06-09 Kenichi Handa <handa@etl.go.jp>
2117
2118 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
2119 "tib24p-mule.bdf" for Tibetan.
2120
2121 * composite.el (decompose-composite-char): Declare it as obsolete.
2122
2123 * man.el (Man-fontify-manpage): Pay attention to underline and
2124 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
2125
2126 2000-06-08 Gerd Moellmann <gerd@gnu.org>
2127
2128 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
2129 Set maintainer to FSF since author isn't reachable.
2130
2131 2000-06-08 Dave Love <fx@gnu.org>
2132
2133 * international/mule-cmds.el (select-safe-coding-system): If
2134 DEFAULT-CODING-SYSTEM is not specified, also check the most
2135 preferred coding-system if buffer-file-coding-system is
2136 `undecided'. From Handa.
2137
2138 2000-06-08 Kenichi Handa <handa@etl.go.jp>
2139
2140 * international/mule.el
2141 (after-insert-file-set-buffer-file-coding-system): If the buffer
2142 size is greater than INSERTED, judget that we are not visiting.
2143
2144 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
2145
2146 * whitespace.el (defgroup whitespace): Comment out `:version'.
2147 XEmacs 20.4 has problems defining the group with this present.
2148 We'll have this commented out till get resolve the problem.
2149
2150 2000-06-07 Gerd Moellmann <gerd@gnu.org>
2151
2152 * align.el: Update from author.
2153
2154 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
2155
2156 * apropos.el (apropos-mode-hook): New user variable.
2157 (apropos-mode): Run apropos-mode-hook.
2158
2159 2000-06-07 David Ponce <david@dponce.com>
2160
2161 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
2162 commands. Require `wid-edit' at run-time.
2163
2164 2000-06-07 David Ponce <david@dponce.com>
2165
2166 * recentf.el: Added some "Commentary".
2167 (recentf-open-more-files, recentf-edit-list): Minor changes to
2168 move the point at the top of the file list. This behaviour is
2169 consistent with the menu one when the list contains a lot of
2170 files.
2171 (recentf-cleanup): Now displays the number of items removed from
2172 the list.
2173 (recentf-relative-filter) New menu filter to show filenames
2174 relative to `default-directory'.
2175
2176 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2177
2178 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
2179 with/without giving an error if PostScript printer doesn't have this
2180 kind of page size. Zebra Stripe continues or restarts on next page.
2181 Manual/automatic paper feeding. Switch or not the header.
2182 (ps-print-version): New version number (5.2.2).
2183 (ps-windows-system): Include emx as a Windows system.
2184 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
2185 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
2186 (ps-background-text): Code fix.
2187 (ps-error-handler-message, ps-user-defined-prologue)
2188 (ps-print-prologue-header, ps-printer-name)
2189 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
2190 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
2191 (ps-use-face-background): Customization fix.
2192 (ps-n-up-database): Data fix.
2193 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
2194 (ps-switch-header): New vars.
2195 (ps-xemacs-color-name, ps-face-foreground-name)
2196 (ps-face-background-name, ps-boolean-constant): New funs.
2197
2198 2000-06-07 Dave Love <fx@gnu.org>
2199
2200 * allout.el: New version from Manheimer.
2201
2202 2000-06-07 Kenichi Handa <handa@etl.go.jp>
2203
2204 * textmodes/fill.el (fill-find-break-point): Check the validity of
2205 charset.
2206
2207 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2208
2209 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2210 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2211 Call display-color-p and display-mouse-p instead of looking at
2212 window-system.
2213
2214 2000-06-06 Dave Love <fx@gnu.org>
2215
2216 * image.el (find-image): Doc fix. Return nil if image not found.
2217 (put-image, insert-image): Make STRING arg optional.
2218
2219 2000-06-06 Kenichi Handa <handa@etl.go.jp>
2220
2221 * language/vietnamese.el: Remove eval-when-compile.
2222 (viet-viscii-nonascii-translation-table): Define it as a
2223 translation table made from viet-viscii-decode-table.
2224 (viet-viscii-encode-table): Define it as a translation table made
2225 from the reverse map of above.
2226 (viet-vscii-nonascii-translation-table): Define it as a
2227 translation table made from viet-vscii-decode-table.
2228 (viet-vscii-encode-table): Define it as a translation table made
2229 from the reverse map of above.
2230 (ccl-decode-viscii): Use translate-character.
2231 (ccl-encode-viscii, ccl-encode-viscii-font)
2232 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
2233 Likewize.
2234
2235 * language/cyrillic.el: Remove eval-when-compile.
2236 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
2237 translation table made from cyrillic-koi8-r-decode-table.
2238 (cyrillic-koi8-r-encode-table): Define it as a translation table
2239 made from the reverse map of above.
2240 (ccl-decode-koi8): Use translate-character.
2241 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
2242 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
2243 a translation table made from cyrillic-alternativnyj-decode-table.
2244 (cyrillic-alternativnyj-encode-table): Define it as a translation
2245 table made from the reverse map of above.
2246 (ccl-decode-alternativnyj): Use translate-character.
2247 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
2248 Likewize
2249
2250 * international/mule-diag.el (non-iso-charset-alist): Specify
2251 translation table symbol instead of translation table itself.
2252 (list-block-of-chars): CHARSET may be a translation table symbol.
2253
2254 * international/mule.el (make-coding-system): If CODING-SYSTEM
2255 already exists, override it.
2256
2257 * international/fontset.el: Use family `proportional' for Tibetan
2258 fonts.
2259
2260 * international/ccl.el (ccl-compile-translate-character): Don't
2261 check if Rrr has property translation-table.
2262 (ccl-compile-map-multiple): Modified to avoid compiler warning.
2263
2264 2000-06-05 Gerd Moellmann <gerd@gnu.org>
2265
2266 * info.el: Bind case-fold-search to t when searching in case
2267 a user sets it to nil in a hook.
2268
2269 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
2270
2271 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2272 * hl-line.el (hl-line-mode): Use the new :global key argument.
2273
2274 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
2275 (tar-clip-time-string): Prepend a space.
2276 (tar-grind-file-mode): Construct a string rather than modifying one.
2277 (tar-header-block-summarize): Fix docstring.
2278 Use `format' rather than an error-prone set of copy-loops.
2279
2280 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
2281 (diff-goto-source, diff-unified->context, diff-context->unified)
2282 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
2283 understand the format output by the `-p' argument to diff.
2284
2285 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
2286 (sh-re-done): Use defconst.
2287 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
2288 (sh-help-string-for-variable, sh-guess-basic-offset):
2289 Don't quote lambdas.
2290 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
2291 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
2292
2293 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
2294 (mh-letter-mode): Derive from text-mode.
2295 This implicitly means that it now calls kill-all-local-variables.
2296 Also remove the Emacs-18 compatibility code.
2297
2298 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
2299 Make use of symbol-property doc-string-elt.
2300 Use memq rather than a sequence of eq.
2301 (doc-string-elt): Fix the wrong or missing previously unused values.
2302 (autoload-print-form): New function extracted from
2303 generate-file-autoloads to allow recursion when handling progn
2304 so that defvar's and defun's docstrings are properly printed.
2305 (generate-file-autoloads): Use it.
2306
2307 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
2308 Use find-file-hooks in the minor-mode function.
2309 Be careful not to loop indefinitely in the post-command-hook function.
2310
2311 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
2312
2313 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
2314 tty's.
2315 * ediff-diff.el (ediff-exec-process): Use --binary for fine
2316 differences whenever appropriate.
2317 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
2318 * viper.el (find-file, find-file-other-window): Get viper to do
2319 wildcards.
2320
2321 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
2322
2323 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
2324 (jit-lock-fontify-buffer): New function for JIT refontification.
2325 (jit-lock-mode): Fix docstring.
2326 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
2327 Remove jit-lock-after-change from the _local_ hook.
2328 (jit-lock-function-1): Fix docstring.
2329
2330 * info.el (Info-on-current-buffer): Initialize info.
2331
2332 * newcomment.el (comment-indent): Ignore comment-indent-hook.
2333
2334 * progmodes/tcl.el (tcl-indent-for-comment):
2335 Ignore comment-indent-hook.
2336
2337 * emacs-lisp/easy-mmode.el: Require CL during compilation.
2338 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
2339 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
2340 and improve to use the lighter to guess the capitalization.
2341 (define-minor-mode): Inline code from easy-mmode-define-toggle.
2342 Add keyword arguments to specify global-ness or the custom group.
2343 Add local-map and help-echo properties to the lighter.
2344 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
2345 (easy-mmode-define-global-mode): New macro.
2346
2347 2000-06-02 Dave Love <fx@gnu.org>
2348
2349 * wid-edit.el: byte-compile-dynamic since we typically don't use
2350 all the widgets. Don't require cl or widget. Remove
2351 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
2352 (widget-read-event): Removed. Callers changed to use read-event.
2353 (widget-button-release-event-p): Renamed from
2354 button-release-event-p.
2355 (widget-field-add-space, widget-field-use-before-change):
2356 Uncustomize.
2357 (widget-specify-field): Use keymap property, not local-map.
2358 (widget-specify-button): Obey :suppress-face.
2359 (widget-specify-insert): Use modern backquote syntax.
2360 (widget-image-directory): Renamed from widget-glyph-directory.
2361 (widget-image-enable): Renamed from widget-glyph-enable.
2362 (widget-image-find): Replaces widget-glyph-find.
2363 (widget-button-pressed-face): Move defvar.
2364 (widget-image-insert): Replaces widget-glyph-insert.
2365 (widget-convert): Use keywordp.
2366 (widget-leave-text, widget-children-value-delete): Use mapc.
2367 (widget-keymap): Remove XEmacs stuff.
2368 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
2369 (widget-button-click): Don't set point at the click, but re-centre
2370 if we scroll out of window. Rewritten for images v. glyphs &c.
2371 (widget-tabable-at): Use POS arg, not point.
2372 (widget-beginning-of-line, widget-end-of-line)
2373 (widget-item-value-create, widget-sublist, widget-princ-to-string)
2374 (widget-sexp-prompt-value, widget-echo-help): Simplify.
2375 (widget-default-create): Use widget-image-insert; some rewriting.
2376 (widget-visibility-value-create)
2377 (widget-push-button-value-create, widget-toggle-value-create): Use
2378 widget-image-insert.
2379 (checkbox): Create on and off images dynamically.
2380 (documentation-link): Change :help-echo.
2381 (widget-documentation-link-echo-help): Remove.
2382
2383 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
2384
2385 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
2386
2387 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
2388 (easy-mmode-define-toggle, define-minor-mode): Use it.
2389 (easy-mmode-define-keymap): Docstring fix.
2390 (define-derived-mode): Default PARENT to fundamental-mode.
2391 Add the derived-mode-parent symbol-property.
2392 (easy-mmode-derived-mode-p): New function.
2393
2394 2000-06-02 Dave Love <fx@gnu.org>
2395
2396 * files.el (convert-standard-filename): Doc fix.
2397 (normal-backup-enable-predicate): New function.
2398 (backup-enable-predicate): Use it to replace the lambda form.
2399
2400 * calendar/todo-mode.el: [This needs more work on the outline
2401 stuff.] Doc fixes.
2402 (todo) <defgroup>: Add :version.
2403 (todo-add-category): Don't use pushnew.
2404 (todo-cmd-raise): Fix typo.
2405 (todo-top-priorities): Change temp buffer name.
2406 (todo-category-alist): Avoid redundant lambda.
2407 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
2408 Use outline-next-heading.
2409
2410 * autoarg.el: Rewritten to use define-minor-mode.
2411 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
2412 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
2413
2414 2000-06-02 Kenichi Handa <handa@etl.go.jp>
2415
2416 * isearch.el (isearch-other-meta-char): Fix previous change.
2417
2418 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
2419
2420 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
2421 (log-edit-done): Only add the comment to the ring if it's different
2422 from the last comment entered.
2423
2424 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
2425
2426 2000-06-01 Dave Love <fx@gnu.org>
2427
2428 * hl-line.el: Rewritten using define-minor-mode.
2429
2430 * help.el (describe-function-1): Distinguish special form from
2431 builtin function. Sanity-check presence of arglist for builtins.
2432
2433 2000-06-01 Kenichi Handa <handa@etl.go.jp>
2434
2435 * international/characters.el: Fix syntax/category setting of
2436 Tibetan characters.
2437
2438 * language/tibet-util.el (tibetan-add-components): Fixes for new
2439 encoding of Tibetan characters.
2440 (tibetan-decompose-precomposition-alist): New variable.
2441 (tibetan-decompose-region): Convert precomposed characters to
2442 non-precomposed characters.
2443 (tibetan-decompose-string): Likewise.
2444 (tibetan-composition-function): Fix args to
2445 thibetan-compose-string.
2446
2447 * language/tibetan.el (tibetan-composable-pattern): More
2448 characters included.
2449 (tibetan-consonant-transcription-alist): Rule for "R" added.
2450 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
2451 "+R" added.
2452 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
2453
2454 * language/lao-util.el (lao-composition-function): Fix args to
2455 compose-string.
2456
2457 * language/thai-util.el (thai-composition-function): Fix args to
2458 compose-string.
2459
2460 * isearch.el (isearch-update): Set disable-point-adjustment to t
2461 to prevent the point moving to the end of a composition when a
2462 part of a composition is searched.
2463 (isearch-other-meta-char): If the key invoking this command can be
2464 mapped by function-key-map to a printing char, call
2465 isearch-process-search-char directly.
2466
2467 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
2468
2469 * emacs-lisp/bytecomp.el:
2470 * frame.el:
2471 * international/mule-cmds.el:
2472 * international/mule-util.el:
2473 * international/mule.el:
2474 * mouse.el:
2475 * subr.el:
2476 * faces.el: Update calls to make-obsolete with a WHEN argument.
2477
2478 * byte-run.el (make-obsolete, make-obsolete-variable):
2479 Add an optional WHEN argument and change the format of the
2480 symbol-property information.
2481 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
2482 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
2483 new obsolete-symbol-property format and print WHEN if it is provided.
2484
2485 2000-05-31 Dave Love <fx@gnu.org>
2486
2487 * loadhist.el (loadhist-hook-functions): Remove
2488 before-change-function, after-change-function.
2489 (unload-feature): Deal with symbols which are both bound and
2490 fbound.
2491
2492 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
2493 before-change-function, after-change-function.
2494
2495 * simple.el (newline): Don't bind before-change-function,
2496 after-change-function.
2497
2498 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
2499
2500 * whitespace.el (whitespace-rescan-timer-time): Update interval
2501 set to 600 seconds (10 minutes) instead of 60 seconds since
2502 a large number of whitespace buffers causes emacs to `freeze'
2503 for a considerable amount of time.
2504
2505 * whitespace.el: Updated email address
2506
2507 2000-05-31 Dave Love <fx@gnu.org>
2508
2509 * add-log.el (change-log-font-lock-keywords) <function>: Add
2510 pattern for function of change.
2511 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
2512 acknowledgements patterns.
2513
2514 2000-05-31 Kenichi Handa <handa@etl.go.jp>
2515
2516 * isearch.el (isearch-printing-char): If keyboard coding system is
2517 being used, call isearch-process-search-multibyte-characters.
2518
2519 * international/isearch-x.el: Mostly rewritten.
2520
2521 * international/quail.el (quail-start-conversion): Don't include
2522 unhandled events in the returned events, but set them in
2523 unread-command-events. Exit if all inputs are deleted.
2524
2525 2000-05-30 Jason Rumney <jasonr@gnu.org>
2526
2527 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
2528
2529 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
2530 Reenable code to create initial fontsets.
2531 Use set-fontset-font in place of put-charset-property.
2532
2533 2000-05-30 Gerd Moellmann <gerd@gnu.org>
2534
2535 * progmodes/perl-mode.el (perl-indent-line): When looking for a
2536 label, ensure that the first colon isn't followed by another.
2537
2538 * paths.el (Info-default-directory-list): Doc fix.
2539
2540 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
2541 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
2542 send a query containing USER only, not USER@HOST.
2543
2544 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
2545 and rmail-msgend to compute the restriction at the end, instead of
2546 computing it.
2547
2548 2000-05-29 Gerd Moellmann <gerd@gnu.org>
2549
2550 * dabbrev.el (dabbrev-expand): Don't display messages in the
2551 echo area if the minibuffer window is active.
2552
2553 * jit-lock.el (jit-lock-mode): Add after change function to
2554 local hook.
2555
2556 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
2557
2558 * antlr-mode.el: New commands: hide/unhide actions,
2559 upcase/downcase literals.
2560 (antlr-tiny-action-length): New user option.
2561 (antlr-hide-actions): New command. Suggested by
2562 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
2563 (antlr-mode-map): New binding [C-c C-v].
2564 (antlr-mode-menu): New entries.
2565 (antlr-downcase-literals): New command.
2566 (antlr-upcase-literals): Ditto.
2567
2568 * antlr-mode.el: Minor changes: indendation, mode-name.
2569 (antlr-indent-line): Indent cpp directive at column 0.
2570 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
2571
2572 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
2573 (antlr-font-lock-additional-keywords): Workaround for intentional
2574 bug in XEmacs version of font-lock.
2575 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
2576 be used by a smarter version of `buffers-menu-grouping-function'.
2577
2578 2000-05-29 Gerd Moellmann <gerd@gnu.org>
2579
2580 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
2581 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
2582
2583 2000-05-29 Kenichi Handa <handa@etl.go.jp>
2584
2585 * international/encoded-kb.el
2586 (encoded-kbd-iso2022-designation-map): Pay attention to that
2587 charset-iso-final-char return -1 for eight-bit-control and
2588 eight-bit-graphic.
2589
2590 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2591
2592 * speedbar.el (speedbar-use-images, speedbar-update-flag)
2593 (speedbar-easymenu-definition-base): Use display-graphic-p where
2594 available, instead of window-system.
2595
2596 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2597
2598 * international/codepage.el (cp-coding-system-for-codepage-1): Add
2599 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
2600 coding systems.
2601
2602 2000-05-26 Dave Love <fx@gnu.org>
2603
2604 * disp-table.el (standard-display-underline): Don't use
2605 internal-find-face.
2606
2607 * mail/reporter.el: Maintainer change. Doc fixes.
2608 (reporter-version): Deleted.
2609
2610 * emacs-lisp/elp.el: Maintainer change.
2611 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
2612
2613 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
2614
2615 * add-log.el (add-change-log-entry): Merge the current entry with the
2616 previous one if the previous one is empty.
2617
2618 2000-05-26 Dave Love <fx@gnu.org>
2619
2620 * loadhist.el (unload-feature): Fix interactive spec [from
2621 lijnzaad@ebi.ac.uk].
2622
2623 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
2624 subr-arity to check primitives.
2625 (byte-compile-flush-pending, byte-compile-file-form-progn)
2626 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
2627 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
2628 mapcar.
2629
2630 2000-05-26 Kenichi Handa <handa@etl.go.jp>
2631
2632 * international/fontset.el: Set family names of non-latin charsets
2633 in default fontset to "*".
2634
2635 * international/mule-diag.el (print-fontset): Combine family part
2636 and registry part of the fontname by "-*-" instead of "-".
2637
2638 * international/mule-cmds.el (encode-coding-char): Make strings
2639 multibyte before calling encode-coding-string.
2640
2641 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
2642
2643 * derived.el: Fix keywords.
2644 (define-derived-mode): Only define if needed.
2645
2646 * simple.el (fill-comment, comment-column, comment-start)
2647 (comment-start-skip, comment-end, comment-indent-function)
2648 (block-comment-start, block-comment-end, indent-for-comment)
2649 (set-comment-column, kill-comment, comment-padding, comment-region)
2650 (comment-multi-line, indent-new-comment-line): Remove.
2651
2652 * bindings.el (esc-map): Change ; to comment-dwim and use the new
2653 function names for comment operations.
2654
2655 * newcomment.el: Add abundant autoload cookies.
2656 (comment-style): Don't depend on runtime data at compile-time.
2657 (comment-indent-hook): Remove.
2658 (comment-indent): Check if comment-indent-hook is bound.
2659 (comment-region): Docstring fix.
2660
2661 2000-05-25 Dave Love <fx@gnu.org>
2662
2663 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
2664 byte-code-function-p.
2665
2666 * mail/rmailsum.el: Add provide.
2667
2668 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
2669
2670 * smerge-mode.el (smerge-diff-switches): Don't use list* in
2671 defcustom.
2672
2673 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
2674
2675 * ediff-diff.el (ediff-exec-process): delete --binary option from
2676 non-buffer ediff jobs.
2677
2678 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2679
2680 * hilit-chg.el (highlight-changes-mode): Ask about color or
2681 grayscale support, not about window-system.
2682
2683 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
2684 window-system.
2685 (ffap-highlight): Always default to t.
2686
2687 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
2688 display-popup-menus-p instead of looking at window-system.
2689
2690 * disp-table.el (standard-display-g1, standard-display-graphic):
2691 Only refuse to use string glyphs on X and MS-Windows.
2692
2693 * avoid.el: Remove window-system from commentary, suggest to use
2694 display-*-p instead.
2695
2696 * apropos.el (apropos-print): Use display-mouse-p instead of
2697 window-system.
2698
2699 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2700
2701 * international/codepage.el (cp-decoding-vector-for-codepage):
2702 Fill up unsupported characters with their own codes. From Kenichi
2703 Handa.
2704
2705 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2706
2707 * international/mule-diag.el (describe-char-after): Use
2708 display-graphic-p instead of window-system, so that this function
2709 works on MS-DOS.
2710
2711 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2712
2713 * international/codepage.el (cp-make-coding-systems-for-codepage):
2714 Remove the eight-bit-graphic and eight-bit-control charsets from
2715 the list of charsets which we convert into `?'.
2716
2717 2000-05-25 Kenichi Handa <handa@etl.go.jp>
2718
2719 * international/mule-conf.el: Specify CHARSET-ID explicitely for
2720 private charsets.
2721 (mule-unicode-0100-24ff, japanese-jisx0213-1,
2722 japanese-jisx0213-2): New charsets.
2723
2724 * international/fontset.el: Setup default fontset for new charsets.
2725
2726 2000-05-24 Dave Love <fx@gnu.org>
2727
2728 * info.el (Info-find-node-2): Restructure [following "Vadim
2729 S. Solomin" <sovs@uic.nnov.ru>].
2730
2731 * icomplete.el: Fix header for Finder.
2732
2733 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
2734
2735 * rmailout.el (rmail-output-to-rmail-file): Added optional param
2736 STAY.
2737
2738 * rmail.el (rmail-automatic-folder-directives): New user variable.
2739 (rmail-show-message): Add call to `rmail-auto-file' during
2740 display.
2741 (rmail-auto-file): New function.
2742
2743 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
2744
2745 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
2746 account.
2747 (ediff-test-utility,ediff-diff-mandatory-option)
2748 (ediff-reset-diff-options): Utilities for proper initialization of
2749 ediff-diff-options and ediff-diff3-options on Windows.
2750
2751 * ediff-init.el (ediff-merge-filename-prefix): New customizable
2752 variable.
2753
2754 * ediff-mult.el (ediff-filegroup-action): Use
2755 ediff-merge-filename-prefix.
2756
2757 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
2758
2759 * viper-ex.el (ex-write): Set selective display to nil.
2760
2761 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
2762
2763 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
2764 aliases for hebrew-iso-8bit.
2765
2766 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
2767
2768 * woman.el: New version from Francis J. Wright
2769 <F.J.Wright@Maths.QMW.ac.uk>.
2770 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
2771 names in environment variables regardless of the path separator.
2772 (woman-topic-all-completions-1): Don't call file-name-directory-p
2773 on all files, since woman-file-regexp already filters out any
2774 directories.
2775
2776 2000-05-24 Kenichi Handa <handa@etl.go.jp>
2777
2778 * international/quail.el (quail-start-translation): Don't change
2779 modified-p of the current buffer.
2780 (quail-start-conversion): Likewise.
2781
2782 * international/kkc.el (kkc-region): Don't change modified-p of
2783 the current buffer.
2784
2785 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
2786 conform to RFC1468.
2787 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
2788
2789 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
2790
2791 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
2792 (speedbar-insert-button): Invisible text property fix.
2793 (speedbar-directory-plus): Renamed from speedbar-directory-+
2794 (speedbar-directory-minus): Renamed from speedbar-directory--
2795 (speedbar-page-plus): Renamed from speedbar-file-+
2796 (speedbar-page-minus): Renamed from speedbar-file--
2797 (speedbar-page): Renamed from speedbar-file-
2798 (speedbar-tag): Renamed from speedbar-tag-
2799 (speedbar-tag-plus): Renamed from speedbar-tag-+
2800 (speedbar-tag-minus): Renamed from speedbar-tag--
2801 (speedbar-expand-image-button-alist): Use above renames.
2802
2803 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
2804 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
2805 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
2806 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
2807 * sb-pg.xpm: Renamed from sb-file.xpm
2808 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
2809 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
2810
2811 2000-05-24 Kenichi Handa <handa@etl.go.jp>
2812
2813 * international/quail.el (quail-show-guidance-buf): Set
2814 current-input-method of the guidance buffer to the name of the
2815 curren input method.
2816
2817 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
2818
2819 * progmodes/compile.el (compile-internal): Style typo.
2820
2821 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
2822 quote vars and functions in the docstring.
2823
2824 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
2825
2826 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
2827 Don't quote lambdas.
2828
2829 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
2830
2831 2000-05-23 Gerd Moellmann <gerd@gnu.org>
2832
2833 * startup.el (command-line): Determine source file of compiled
2834 user init file differently. Warn if compiled user init file
2835 is older than its source file.
2836
2837 * ffap.el (ffap-url-regexp): Add `https'.
2838
2839 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
2840
2841 * files.el (make-backup-file-name-1): Replace slashes with `!'
2842 rather than `|' (which is not allowed on Windows). Replace the
2843 drive letters with a string "drive_X".
2844
2845 2000-05-23 Gerd Moellmann <gerd@gnu.org>
2846
2847 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
2848
2849 * files.el (interpreter-mode-alist): Add `bash2'.
2850
2851 2000-05-22 Dave Love <fx@gnu.org>
2852
2853 * loadhist.el (feature-symbols, file-provides, file-requires): Use
2854 mapc.
2855 (feature-file): Avoid calling symbol-name. Doc fix.
2856 (file-set-intersect, file-dependents): Use dolist, not mapcar.
2857 (loadhist-hook-functions): Add mouse-position-function.
2858 (unload-feature): Change uses of mapcar.
2859
2860 * files.el (parse-colon-path): Doc fix.
2861 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
2862 (set-auto-mode): Use mapc.
2863
2864 * complete.el (PC-look-for-include-file): Use :alnum: character
2865 class.
2866 (partial-completion-mode): Add autoload cookie.
2867
2868 2000-05-22 Sam Steingold <sds@gnu.org>
2869
2870 * info.el (Info-fontify-node): Fixed the call to
2871 `add-text-properties' (bug introduced on 2000-05-18).
2872
2873 2000-05-22 Dave Love <fx@gnu.org>
2874
2875 * bindings.el: Remove debug-ignored-errors set in other files.
2876
2877 * progmodes/etags.el: Add to debug-ignored-errors.
2878 (visit-tags-table-buffer): Clear out buffers holding old tables
2879 when making a new list.
2880 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
2881 mapc.
2882
2883 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
2884 quote keywords.
2885 (cmpl-string-case-type): Use character classes.
2886
2887 * comint.el:
2888 * textmodes/ispell.el:
2889 * imenu.el:
2890 * mail/mh-e.el:
2891 * progmodes/compile.el: Add to debug-ignored-errors.
2892
2893 * dabbrev.el: Add to debug-ignored-errors.
2894 (dabbrev-completion): Use mapc.
2895
2896 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
2897
2898 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
2899 (woman-mapcan, woman-parse-man.conf)
2900 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
2901 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
2902 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
2903 path syntax better.
2904 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
2905 (woman-manpath): Call woman-parse-man.conf.
2906 (woman-emulation): New defcustom, defaults to nroff.
2907 (woman-font-support): New defconst.
2908 (woman-use-symbol-font): New defcustom.
2909 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
2910 "Emulation".
2911 Many functions: Doc fix.
2912
2913 2000-05-22 Kenichi Handa <handa@etl.go.jp>
2914
2915 * international/quail.el (quail-simple-translation-keymap): Map
2916 128..255 to quail-self-insert-command.
2917 (quail-keyboard-layout-alist): Add definition for "pc102-de".
2918
2919 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
2920
2921 * help.el (help-manyarg-func-alist): Typo.
2922
2923 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
2924 intervals which makes it heaps simpler.
2925
2926 * newcomment.el (comment-region-internal): Go back to BEG after quoting
2927 the nested comment markers.
2928
2929 * subr.el (remove-hook): Don't turn the hook's value into a list.
2930
2931 2000-05-21 Dave Love <fx@gnu.org>
2932
2933 * edmacro.el (edmacro-parse-keys): Return vector if any elements
2934 are invalid characters.
2935
2936 * international/mule-util.el (detect-coding-with-priority): Use
2937 mapc. Remove redundant lambda.
2938
2939 * international/mule-diag.el (list-non-iso-charset-chars)
2940 (describe-fontset): Remove redundant lambda.
2941
2942 * emulation/crisp.el (brief-mode): New alias.
2943
2944 * emacs-lisp/ring.el (ring-elements): New function.
2945
2946 * emacs-lisp/easymenu.el (easy-menu-create-menu)
2947 (easy-menu-do-add-item): Use keywordp.
2948
2949 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
2950
2951 * replace.el: Doc and error message fixes.
2952 (replace-highlight): Use facep, not internal-find-face.
2953
2954 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
2955
2956 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
2957
2958 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
2959 (log-edit-insert-changelog): Drop `:' as well.
2960
2961 * log-view.el: Fix file description.
2962 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
2963 available.
2964 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
2965 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
2966
2967 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
2968 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
2969 Print a status message if the toggle is called interactively.
2970 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
2971 for global minor modes and use `defcustom' for them.
2972 Use add-minor-mode.
2973 (easy-mmode-define-derived-mode): Remove.
2974 (define-derived-mode): Fancier default docstring.
2975 (easy-mmode-define-navigation): Signal an error rather than (ding).
2976
2977 * newcomment.el (comment-styles): New `box-multi'.
2978 (comment-normalize-vars): Better default for comment-continue to
2979 avoid whitespace-only continuations.
2980 (comment-search-forward): Always move even in the no-syntax case.
2981 (comment-padright): Only obey N if it's only obeyed for padleft.
2982 (comment-make-extra-lines): Better handling of empty continuations.
2983 Use `=' for the filler if comment-start has only one character.
2984 (uncomment-region): Try handling the special `=' filler.
2985 (comment-region): Allow LINES even if MULTI is nil.
2986 (comment-box): Choose box style based on comment-style.
2987
2988 2000-05-20 Kenichi Handa <handa@etl.go.jp>
2989
2990 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
2991 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
2992
2993 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
2994
2995 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
2996 and insert, not subst-char-in-region.
2997
2998 * international/mule-diag.el (list-character-sets-1): Handle
2999 charsets eight-bit-control and eight-bit-graphic.
3000 (list-iso-charset-chars): Likewise.
3001 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
3002 charactes as is. Use indent-to to align characters.
3003
3004 * international/mule-cmds.el (find-multibyte-characters): Never
3005 exclude charsets eight-bit-control and eight-bit-graphic.
3006
3007 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
3008
3009 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
3010 Don't quote lambdas.
3011
3012 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
3013
3014 2000-05-19 Gerd Moellmann <gerd@gnu.org>
3015
3016 * gud.el (gud-jdb-directories): Doc fix.
3017
3018 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
3019
3020 * newcomment.el: New file.
3021
3022 2000-05-19 Gerd Moellmann <gerd@gnu.org>
3023
3024 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
3025
3026 2000-05-18 Andreas Schwab <schwab@suse.de>
3027
3028 * dired.el (dired-between-files): Also skip lines beginning with
3029 `used'.
3030
3031 2000-05-18 Gerd Moellmann <gerd@gnu.org>
3032
3033 * msb.el (msb-menu-cond): Add choice `user'.
3034
3035 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3036
3037 * ps-print.el: Compatibility, customization and doc fix.
3038 (ps-printer-name-option): Replace defconst by defvar.
3039 (ps-postscript-code-directory): XEmacs compatibility.
3040 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
3041 fix.
3042 (ps-user-defined-prologue, ps-print-prologue-header)
3043 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
3044 compatibility and code fix.
3045 (ps-print-background-image, ps-print-background-text):
3046 Customization fix.
3047 (ps-line-number-start, ps-n-up-on): New vars.
3048
3049 2000-05-18 Espen Skoglund <esk@ira.uka.de>
3050
3051 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
3052 the indent-comment function to just return the appropriate indent.
3053
3054 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
3055
3056 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
3057 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
3058 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
3059
3060 2000-05-18 Dave Love <fx@gnu.org>
3061
3062 * info.el (Info-fontify-node): Add intangible property as well as
3063 invisible.
3064
3065 * calendar/appt.el (appt-make-list): Match all lines of entry.
3066 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
3067
3068 2000-05-18 Kenichi Handa <handa@etl.go.jp>
3069
3070 * international/mule-diag.el (describe-char-after): Call
3071 internal-char-font, not char-font. If internal-char-font returns
3072 nil, display "-- none --".
3073
3074 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3075
3076 * image.el (image-type-available-p): Don't reference image-types
3077 if it isn't bound.
3078
3079 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
3080
3081 * autoarg.el (autoarg-mode): Typo in the :set argument.
3082
3083 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3084
3085 * startup.el (command-line-1): Don't signal an error if the
3086 directory for auto-save-list files does not yet exist.
3087
3088 2000-05-17 Kenichi Handa <handa@etl.go.jp>
3089
3090 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
3091
3092 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
3093
3094 * subr.el (remove-hook): `setq' hook-value, not `set'.
3095
3096 2000-05-16 Sam Steingold <sds@gnu.org>
3097
3098 * info.el (debug-ignored-errors): More errors to ignore.
3099
3100 2000-05-16 Dave Love <fx@gnu.org>
3101
3102 * cus-edit.el: Don't require cl or easymenu.
3103 (custom-variable-prompt): Test standard-value property, not
3104 user-variable-p.
3105
3106 2000-05-16 Sam Steingold <sds@gnu.org>
3107
3108 * subr.el (add-hook): `setq' hook-value, not `set'.
3109
3110 2000-05-16 Gerd Moellmann <gerd@gnu.org>
3111
3112 * startup.el (command-line-1): Mention the FAQ in the startup
3113 message.
3114
3115 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
3116
3117 * progmodes/compile.el (compilation-parse-errors): Collect
3118 `nomessage' regexps last.
3119
3120 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
3121
3122 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
3123 to the function name.
3124
3125 2000-05-15 Dave Love <fx@gnu.org>
3126
3127 * speedbar.el (speedbar-recenter): Typo.
3128 (speedbar-expand-line): Make arg optional.
3129 (speedbar-mode): Avoid a compiler warning.
3130
3131 2000-05-15 Gerd Moellmann <gerd@gnu.org>
3132
3133 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
3134 user-specified option string is empty.
3135
3136 * mouse.el (mouse-yank-at-click): Doc fix.
3137
3138 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
3139
3140 * term/internal.el (IT-character-translations): More updates of
3141 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
3142 documents.
3143
3144 2000-05-15 Gerd Moellmann <gerd@gnu.org>
3145
3146 * env.el (getenv): New function, interactively callable.
3147 (setenv, getenv): Remove autoload cookies.
3148
3149 * loadup.el: Load `env'.
3150
3151 * progmodes/f90.el: Change author's mail address.
3152
3153 2000-05-14 Dave Love <fx@gnu.org>
3154
3155 * mail/rmail.el (rmail-show-message-hook): Customize and offer
3156 goto-addr as an option.
3157
3158 * help.el (help-xref-stack): Doc fix.
3159 (help-xref-following): New variable.
3160 (help-make-xrefs): Use it.
3161 (help-xref-go-back): Use position information from stack element.
3162 (help-follow): Make position in stack element a pair. Use
3163 help-xref-following.
3164
3165 * autoarg.el: New file.
3166
3167 * faces.el: Declare more functions obsolete.
3168
3169 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
3170 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
3171 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
3172 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
3173 Remove all the setup-...-environment functions.
3174
3175 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
3176
3177 * speedbar.el: Updated the commentary section. xemacs20p now uses
3178 >= when detecting. Require `defimage' safely.
3179 (speedbar-easymenu-definition-base): Add toggle for images.
3180 (speedbar-easymenu-definition-special): Add flush cache & expand.
3181 (speedbar-visiting-tag-hook): Set new defaults. Added options.
3182 (speedbar-reconfigure-keymaps-hook): New variable.
3183 (speedbar-frame-parameters): Updated documentation.
3184 (speedbar-use-imenu-flag): Updated custom tag
3185 (speedbar-dynamic-tags-function-list): New variable.
3186 (speedbar-tag-hierarchy-method): Updated doc & custom.
3187 (speedbar-indentation-width, speedbar-indentation-width) New
3188 variables.
3189 (speedbar-hide-button-brackets-flag): Customizable.
3190 (speedbar-vc-indicator): Doc update.
3191 (speedbar-ignored-path-expressions): Updated default value.
3192 (speedbar-supported-extension-expressions): Updated default value.
3193 (speedbar-syntax-table): Remove {} paren status.
3194 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
3195 as "+". Added overlay aliases.
3196 (speedbar-mode): Use `speedbar-mode-line-update' instead of
3197 `force-mode-line-update'.
3198 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
3199 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
3200 `mouse-set-point'
3201 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
3202 (speedbar-item-info-tag-helper): Revamped to handle a wider range
3203 of arbitrary text, and new helper functions.
3204 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
3205 filename finder.
3206 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
3207 (speedbar-directory-buttons): Update path search/expansion.
3208 (speedbar-make-tag-line): Pay attention to
3209 `speedbar-indentation-width'. Use more care w/ invisible
3210 properties.
3211 (speedbar-change-expand-button-char): Call
3212 `speedbar-insert-image-button-maybe'.
3213 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
3214 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
3215 (speedbar-trim-words-tag-hierarchy)
3216 (speedbar-simple-group-tag-hierarchy): New functions
3217 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
3218 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
3219 functions.
3220 (speedbar-mouse-set-point): New function
3221 (speedbar-power-click): Updated documentation.
3222 (speedbar-line-token, speedbar-goto-this-file): Handle more types
3223 of tag prefix text.
3224 (speedbar-expand-line, speedbar-contract-line): Make more robust
3225 to strange text.
3226 (speedbar-expand-line): Takes universal argument to flush the
3227 cache.
3228 (speedbar-flush-expand-line): New function.
3229 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
3230 Use new generator insertion method.
3231 (speedbar-fetch-dynamic-tags): New function.
3232 (speedbar-fetch-dynamic-imenu): Removed code now handled in
3233 `speedbar-fetch-dynamic-imenu'.
3234 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
3235 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
3236 "Revert Buffer" menu items.
3237 (speedbar-buffer-buttons-engine): Be smarter when creating a
3238 filename tag (for expansion purposes.).
3239 (speedbar-highlight-one-tag-line,
3240 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
3241 (speedbar-recenter): New functions.
3242 (defimage-speedbar): Image loading abstraction.
3243 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
3244 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
3245 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
3246 (speedbar-tag-type, speedbar-tag-mail): New images.
3247 (speedbar-expand-image-button-alist): New variable.
3248 (speedbar-insert-image-button-maybe): Insert an image over some
3249 buttons.
3250
3251 2000-05-13 Kenichi Handa <handa@etl.go.jp>
3252
3253 * international/mule-cmds.el (encode-coding-char): An ASCII
3254 character is always encodable.
3255
3256 * international/mule-conf.el: Add more information in descriptions
3257 of character sets.
3258
3259 * international/mule-diag.el (describe-char-after): New function.
3260 (describe-font-internal): Adjusted for the change of font-info.
3261 (describe-font): Likewise.
3262 (print-fontset): Rewritten for the new fontset implementation.
3263 (describe-fontset): Include fontset alias names in completion.
3264 (list-fontsets): Adjusted for the change of print-fontset.
3265
3266 * simple.el (what-cursor-position): If DETAIL is non-nil, call
3267 describe-char-after instead of displaying the detail in the echo
3268 area.
3269 (syntax-code-table): Format changed.
3270 (string-to-syntax): Adjusted for the above change.
3271
3272 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
3273
3274 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
3275
3276 2000-05-12 Dave Love <fx@gnu.org>
3277
3278 * calendar/todo-mode.el: Remove some compatibility stuff and CL
3279 dependence. Use line-{beginning,end}-position, not
3280 point-at{b,e}ol. Some doc fixes.
3281 (todo-position): New function. Fix callers of position to use it.
3282 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
3283
3284 2000-05-12 Gerd Moellmann <gerd@gnu.org>
3285
3286 * time.el (display-time-mail-icon): Use `:ascent center'.
3287
3288 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
3289 handling FTP security extensions.
3290
3291 2000-05-11 Dave Love <fx@gnu.org>
3292
3293 * calendar/todo-mode.el: New file.
3294
3295 2000-05-11 Gerd Moellmann <gerd@gnu.org>
3296
3297 * comint.el (comint-read-input-ring): Move reference to
3298 comint-input-ring-size outside of the save-excursion. It was
3299 causing the default value to be the only one ever seen.
3300
3301 * font-lock.el: Update copyright. Remove Simon Marshall's email
3302 address on request from him.
3303
3304 * subr.el (substitute-key-definition): Add comment describing
3305 the meaning of PREFIX.
3306
3307 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
3308
3309 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
3310
3311 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
3312 (add-minor-mode): Don't make the variable buffer-local and add a
3313 reference to define-minor-mode in the docstring.
3314
3315 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
3316 HEADER/FOOTER and fix bug with trailing empty directory.
3317 (cvs-append-to-ignore): Use vc-editable-p if available.
3318 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
3319 (vc-do-command): Tweak advice to handle the new VC.
3320
3321 * log-view.el (log-view-goto-rev): New function for the new VC.
3322 (log-view-minor-wrap): Use mark-active.
3323
3324 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
3325 (log-edit-changelog-full-paragraphs): New var.
3326 (log-edit-insert-changelog): Remove a lonely leading `* file'.
3327 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
3328 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
3329 (log-edit-changelog-ours-p, log-edit-changelog-entries)
3330 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
3331 Replace the `cvs' prefix with `log-edit'.
3332
3333 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
3334
3335 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
3336 (diff-font-lock-defaults): Explicitly turn off multiline.
3337 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
3338 (diff-ediff-patch): Fix call to ediff-patch-file.
3339 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
3340 Handle comments.
3341
3342 * frame.el (automatic-hscrolling): Typo.
3343
3344 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
3345
3346 2000-05-09 Sam Steingold <sds@goems.com>
3347
3348 * apropos.el (apropos-print): use `describe-face' instead of
3349 `customize-face-other-window'.
3350
3351 2000-05-09 Dave Love <fx@gnu.org>
3352
3353 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
3354
3355 * help.el (describe-variable): Have customize button pop the
3356 help-xref stack when invoked.
3357 (help-xref-symbol-regexp): Add `face'.
3358 (help-make-xrefs): Check for quoted face names and adapt regexp
3359 submatch numbers to cope.
3360 (help-xref-interned): Maybe insert face doc too. Separate
3361 sections with a line of hyphens.
3362
3363 * faces.el: Some doc fixes. Declare some functions obsolete.
3364 (describe-face): Add customize button. Return the help
3365 text. Fix prompt.
3366
3367 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3368
3369 * term/internal.el (IT-character-translations): Fix last change.
3370
3371 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3372
3373 * woman.el: New file
3374 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
3375
3376 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3377
3378 * term/internal.el (IT-character-translations): Update ASCII
3379 simulations for greek-iso8859-7, add latin-iso8859-14 and
3380 latin-iso8859-15.
3381
3382 * international/mule-cmds.el (set-language-info-alist): Call
3383 define-prefix-command with 3 arguments, to make the map suitable
3384 for a menu.
3385
3386 2000-05-07 Dave Love <fx@gnu.org>
3387
3388 * time.el: Small doc fixes from Pavel Janík ml.
3389
3390 2000-05-05 Dave Love <fx@gnu.org>
3391
3392 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
3393 list in doc string. Don't quote keyword symbols.
3394 * emacs-lisp/cl.el: Likewise
3395 * emacs-lisp/cl-seq.el: Likewise
3396
3397 2000-05-05 Gerd Moellmann <gerd@gnu.org>
3398
3399 * abbrev.el (abbrev-mode): Make ARG optional.
3400
3401 2000-05-04 Gerd Moellmann <gerd@gnu.org>
3402
3403 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
3404
3405 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
3406
3407 * subr.el (substitute-key-definition): Clarify documentation.
3408
3409 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
3410
3411 * glasses.el (glasses-convert-to-unreadable): Use
3412 `glasses-separator' instead of the hard-wired "_".
3413 (glasses-mode): Call `glasses-make-unreadable' only in a single
3414 place.
3415
3416 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
3417
3418 * term/internal.el (cjk-codepages-alist): Add associations for
3419 Chinese and Korean codepages. Remove FIXME comment.
3420
3421 2000-05-03 Dave Love <fx@gnu.org>
3422
3423 * time.el (display-time-mail-face, display-time-use-mail-icon):
3424 New option.
3425 (display-time-mail-icon): New variable.
3426 (display-time-string-forms): Use the above. Fix the local-map.
3427
3428 2000-05-03 Gerd Moellmann <gerd@gnu.org>
3429
3430 * replace.el (query-replace-map): Add binding for `E'.
3431 (query-replace-help): Extend help text.
3432 (perform-replace): Allow editing the replacement string.
3433
3434 * make-mode.el (makefile-mode-abbrev-table): New variable.
3435 (makefile-mode): Set local abbrev table to
3436 makefile-mode-abbrev-table.
3437 (makefile-font-lock-keywords): Fontify includes and conditionals.
3438
3439 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
3440 set TOGGLE's value.
3441
3442 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
3443 mail-interactive-insert-alias.
3444 (mail-abbrev-complete-alias): New command.
3445 (mail-mode-map): Bind it to `M-TAB'.
3446
3447 2000-05-03 Kenichi Handa <handa@etl.go.jp>
3448
3449 * language/lao-util.el (lao-compose-region): New function.
3450
3451 2000-05-02 Gerd Moellmann <gerd@gnu.org>
3452
3453 * files.el (recover-session): Make directories as necessary
3454 if they don't exist yet.
3455
3456 * calendar/cal-french.el
3457 (french-calendar-multibyte-special-days-array)
3458 (french-calendar-special-days-array): Change French text.
3459 (calendar-french-date-string): Change output.
3460 (calendar-goto-french-date): Likewise.
3461
3462 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
3463
3464 * wid-edit.el (widget-default-active): Obey `:always-active'.
3465 (widget-documentation-string-value-create): Set `:always-active'.
3466
3467 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
3468
3469 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
3470 default prefix to `~/_emacs.d/auto-save.list/_s'.
3471 (normal-top-level): Create the directory for auto-save files, if
3472 it doesn't already exist (in the ms-dos case only).
3473
3474 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
3475
3476 * international/mule-cmds.el (set-language-environment): Don't
3477 concat an integer (dos-codepage), use format instead.
3478
3479 2000-05-02 Dave Love <fx@gnu.org>
3480
3481 * help.el (help-xref-on-pp): Check for constant symbols.
3482
3483 2000-04-29 Gerd Moellmann <gerd@gnu.org>
3484
3485 * startup.el (normal-top-level): Put a condition-case around
3486 the code loading subdirs.el.
3487
3488 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3489
3490 * ps-print.el: Upside-down and face background color printing,
3491 line number step, doc fix.
3492 (ps-print-version): New version number (5.2).
3493 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
3494 (ps-face-attribute-list, ps-plot-with-face): Code fix.
3495 (ps-spool-config): Var fix.
3496 (ps-printer-name-option): Const fix.
3497 (ps-print-upside-down, ps-use-face-background)
3498 (ps-line-number-step): New vars.
3499 (ps-window-system, ps-lp-system): New consts.
3500 (ps-face-background): New fun.
3501
3502 2000-04-28 Richard Stallman <rms@gnu.org>
3503
3504 * files.el (make-auto-save-file-name):
3505 Apply auto-save-file-name-transforms to visited file name
3506 before generating auto save file name.
3507 (auto-save-file-name-transforms): New variable.
3508
3509 * files.el (backup-enable-predicate):
3510 Correctly test for a file under a temporary directory.
3511
3512 2000-04-28 Gerd Moellmann <gerd@gnu.org>
3513
3514 * subr.el (add-minor-mode): Rewritten.
3515
3516 2000-04-28 Kenichi Handa <handa@etl.go.jp>
3517
3518 * mail/sendmail.el (sendmail-send-it): Set
3519 buffer-file-coding-system to the selected coding system for MIME
3520 header.
3521
3522 2000-04-27 Gerd Moellmann <gerd@gnu.org>
3523
3524 * dired.el (dired-move-to-filename-regexp): Allow format where
3525 YYYY is followed by two spaces.
3526
3527 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
3528 in the second character class of the regexp.
3529
3530 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
3531 mh-etc, too.
3532
3533 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
3534 nil.
3535
3536 * subr.el (add-minor-mode): Use `set' instead of `setq'.
3537
3538 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
3539 argument.
3540
3541 2000-04-27 Sen Nagata <sen@eccosys.com>
3542
3543 * emacs-lisp/crm.el (crm-completion-table): New variable.
3544 (crm-collection-fn, crm-test-completion)
3545 (completing-read-multiple): Use it.
3546
3547 2000-04-27 Dave Love <fx@gnu.org>
3548
3549 * help.el (locate-library): Use mapc.
3550 (help-manyarg-func-alist): Add call-process-region.
3551
3552 2000-04-26 Gerd Moellmann <gerd@gnu.org>
3553
3554 * subr.el (add-minor-mode): Make argument MAP optional.
3555
3556 * desktop.el (desktop-save): Save list of minor modes.
3557 (desktop-create-buffer): Restore minor modes.
3558 (desktop-minor-mode-table): New user-option.
3559
3560 * subr.el (add-minor-mode): New function.
3561
3562 * image.el (find-image): New function.
3563 (defimage): Rewritten to find image at load time.
3564
3565 * startup.el (normal-top-level-add-to-load-path): Handle
3566 case that the default directory is not in load-path.
3567
3568 * help.el: Old patch from Stefan Monnier.
3569 (help-xref-on-pp): New function.
3570 (describe-variable): Use it to display xrefs in a symbol's value.
3571
3572 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
3573
3574 * cus-edit.el (custom-face): Fix parenthesis.
3575
3576 2000-04-26 Kenichi Handa <handa@etl.go.jp>
3577
3578 * mail/rmail.el (rmail-expunge): When there are no deleted
3579 messages, do nothing.
3580
3581 2000-04-26 Dave Love <fx@gnu.org>
3582
3583 * international/mule-cmds.el (locale-translation-file-name):
3584 Defvar to nil.
3585 (set-locale-environment): Set it here (at runtime).
3586
3587 2000-04-25 Gerd Moellmann <gerd@gnu.org>
3588
3589 * replace.el (perform-replace): Add parameters START and END. Use
3590 them instead of the check for a region in Transient Mark mode.
3591 (query-replace-read-args): Return two more list elements for the
3592 start and end of the region in Transient Mark mode.
3593 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3594 (map-query-replace-regexp, replace-string, replace-regexp): Add
3595 optional last arguments START and END and pass them to
3596 perform-replace.
3597
3598 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
3599 form with additional arguments for perform-replace.
3600
3601 * progmodes/etags.el (tags-query-replace): Add parameters START
3602 and END. Construct a form with additional arguments for
3603 perform-replace.
3604
3605 * simple.el (shell-command): Set default directory for "*Shell
3606 Command Output" buffer.
3607
3608 * language/european.el (iso-latin-4): Fix typo.
3609
3610 * emacs-lisp/crm.el: New file.
3611
3612 2000-04-24 Dave Love <fx@gnu.org>
3613
3614 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3615 (Custom-reset-saved, Custom-reset-standard)
3616 (custom-group-value-create, custom-group-set, custom-group-save)
3617 (custom-group-reset-current, custom-group-reset-saved)
3618 (custom-group-reset-standard): Use mapc.
3619 (custom-buffer-create-internal): Disable undo when creating items.
3620 Use mapc.
3621 (custom-face): Avoid redundant lambda.
3622
3623 2000-04-24 Gerd Moellmann <gerd@gnu.org>
3624
3625 * startup.el (auto-save-list-file-prefix): Set default to
3626 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
3627
3628 2000-04-24 Sam Steingold <sds@gnu.org>
3629
3630 * time-stamp.el (time-stamp-string-preprocess): Always convert
3631 `field-result' to a string.
3632
3633 2000-04-24 Gerd Moellmann <gerd@gnu.org>
3634
3635 * frame.el (scrolling): New group.
3636 (automatic-hscrolling): New user-option.
3637
3638 * startup.el (command-line-x-option-alist): Add `-lsp' and
3639 `--line-spacing'.
3640
3641 2000-04-19 Dave Love <fx@gnu.org>
3642
3643 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
3644 (cl-mapc): Rename from mapc. Fix the funcall.
3645
3646 2000-04-19 Gerd Moellmann <gerd@gnu.org>
3647
3648 * simple.el (clone-indirect-buffer-other-window): New command.
3649 (clone-indirect-buffer): Add optional arg NORECROD.
3650 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
3651
3652 * help.el (resize-temp-buffer-window): Use count-screen-lines.
3653
3654 * window.el (count-screen-lines): New function.
3655 (shrink-window-if-larger-than-buffer): Use count-screen-lines
3656 instead of window-buffer-height.
3657
3658 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
3659 non-existing variable comint-input-sentinel.
3660 (inferior-lisp-args-to-list): Removed.
3661 (inferior-lisp): Use split-string instead of
3662 inferior-lisp-args-to-list.
3663
3664 * hexl.el (hexl-insert-hex-string): New command.
3665
3666 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
3667 instead of concat.
3668
3669 2000-04-18 Gerd Moellmann <gerd@gnu.org>
3670
3671 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
3672 at the start of an existing but empty folder.
3673
3674 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3675
3676 * ps-mule.el: Customization fix, doc fix.
3677 (ps-multibyte-buffer): Customization fix.
3678
3679 2000-04-17 Richard M. Stallman <rms@gnu.org>
3680
3681 * subr.el (read-passwd): Use read-char-exclusive.
3682
3683 2000-04-17 Gerd Moellmann <gerd@gnu.org>
3684
3685 * textmodes/texinfo.el (texinfo-insert-@email)
3686 (texinfo-insert-@emph, texinfo-insert-@quotation)
3687 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
3688 (texinfo-mode-map): Add key bindings for them.
3689
3690 * files.el (basic-save-buffer-2): Use a template with `$'
3691 instead of `#' for VMS.
3692
3693 * simple.el (clone-indirect-buffer): New function.
3694
3695 2000-04-16 Stephen Eglen <stephen@gnu.org>
3696
3697 * iswitchb.el (iswitchb-case): New function. If the user input
3698 contains any upper-case characters, the search is made
3699 case-sensitive.
3700
3701 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
3702
3703 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
3704 comment-end.
3705 (texinfo-font-lock-syntactic-keywords): New var.
3706 (texinfo-font-lock-keywords): Remove comment regexp.
3707 (texinfo-insert-block): New function.
3708 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
3709 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
3710 and font-lock-defaults. Use regexp-opt for outline-regexp.
3711 (texinfo-environments): New var.
3712 (texinfo-environment-regexp): Use regexp-opt and
3713 texinfo-environments.
3714
3715 * textmodes/ispell.el (ispell-menu-map-needed): Check that
3716 ispell-process is bound since this might be eval'd before ispell
3717 is loaded.
3718 (ispell-message): Use a tiny bit less magic and a bit more hard
3719 data to figure out what kind of sc-cite-regexp to use.
3720
3721 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
3722
3723 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
3724 (insert-cyclic-diary-entry): Unquote the lambda.
3725
3726 * gud.el (gud-jdb-build-source-files-list): Fix typo.
3727
3728 * files.el (backup-enable-predicate): Unquote the lambda.
3729
3730 * cus-edit.el (custom-face, face): Unquote the lambda.
3731
3732 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3733
3734 * ps-print.el: Check for line-beginning-position definition.
3735
3736 * ps-print.el: Fix counting lines in a region.
3737 (ps-print-version): New version number (5.1.5).
3738 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
3739 (ps-printing-region): Fun code fix.
3740
3741 2000-04-15 Gerd Moellmann <gerd@gnu.org>
3742
3743 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
3744 to file-directory-p.
3745
3746 2000-04-14 Gerd Moellmann <gerd@gnu.org>
3747
3748 * gud.el (gud-jdb-build-source-files-list): Check that directory
3749 exists before calling directory-files.
3750
3751 2000-04-13 Dave Love <fx@gnu.org>
3752
3753 * emacs-lisp/trace.el: Change maintainer. Use new backquote
3754 syntax.
3755
3756 * emacs-lisp/cl-specs.el: Remove when, unless.
3757
3758 * emacs-lisp/cl-extra.el: Don't quote keywords.
3759 (cl-old-mapc): New variable.
3760 (mapc): Use it.
3761 (cl-map-intervals): Use with-current-buffer. Don't check for
3762 next-property-change.
3763 (cl-map-overlays): Use with-current-buffer.
3764 (cl-expt): Remove.
3765 (copy-tree, remprop): Define unconditionally.
3766
3767 * emacs-lisp/cl-compat.el (keywordp): Remove.
3768
3769 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
3770 to use keywordp.
3771 (edebug-spec): Enable keywordp.
3772
3773 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
3774 string-lessp.
3775
3776 * cus-start.el: Use keywordp.
3777
3778 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3779
3780 * diary-lib.el (include-other-diary-files): Fix the fix of
3781 2000-02-18 by doing a save-excursion.
3782
3783 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3784
3785 * ps-print.el: Customization fix, doc fix.
3786 (ps-print-version): New version number (5.1.4).
3787 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
3788 (ps-print-preprint): Adjust code.
3789 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
3790 (ps-print-prologue-header, ps-print-control-characters)
3791 (ps-spool-config): Customization fix.
3792
3793 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3794
3795 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
3796 converted to the new menu-item format, names silightly changed,
3797 help strings added.
3798
3799 Support for spelling without async subprocesses:
3800
3801 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
3802 (ispell-session-buffer): New variables.
3803 (ispell-start-process, ispell-process-status,
3804 ispell-accept-output, ispell-send-string): New functions, for
3805 Ispell invocation when async subprocesses aren't supported.
3806 (ispell-word, ispell-pdict-save, ispell-command-loop,
3807 ispell-process-line, ispell-buffer-local-parsing): Replace calls
3808 to process-send-string with calls to ispell-send-string, and
3809 accept-process-output with ispell-accept-output.
3810 (ispell-init-process): Call ispell-process-status instead of
3811 process-status with.
3812 (ispell-init-process): Call ispell-start-process. Call
3813 ispell-accept-output and ispell-send-string. Don't call
3814 process-kill-without-query and kill-process if they are unbound.
3815 (ispell-async-processp): New function.
3816
3817 2000-04-12 Dave Love <fx@gnu.org>
3818
3819 * info.el: Add debug-ignored-errors.
3820 (Info-mode-menu): Add some items.
3821 (Info-directory): Add autoload cookie.
3822
3823 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
3824 Modify `truncate-lines'. Make `describe-language-environment'
3825 always visible and add help. Modify `describe-key' help. Invoke
3826 Info-directory from `info'. New entry `emacs-manual'.
3827
3828 2000-04-10 Gerd Moellmann <gerd@gnu.org>
3829
3830 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
3831 propertized-buffer-identification.
3832 (ebrowse-update-member-buffer-mode-line): Likewise.
3833 (ebrowse--mode-strings): Removed.
3834 (ebrowse--mode-line-props): Removed.
3835
3836 * files.el (auto-mode-alist): Add `EBROWSE'.
3837
3838 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
3839 space before testing for end of buffer.
3840 (ebrowse-load): Removed.
3841 (ebrowse-revert-tree-buffer-from-file): Rewritten.
3842 (ebrowse-create-tree-buffer): Rewritten.
3843 (ebrowse-tree-mode): Read tree from buffer.
3844
3845 * progmodes/ebrowse-ffh.el: Removed.
3846
3847 2000-04-10 Kenichi Handa <handa@etl.go.jp>
3848
3849 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
3850
3851 2000-04-10 Gerd Moellmann <gerd@gnu.org>
3852
3853 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
3854 at the wrong place.
3855
3856 2000-04-09 Dave Love <fx@gnu.org>
3857
3858 * files.el (backup-enable-predicate): Use
3859 temporary-file-directory, small-temporary-file-directory.
3860 (make-backup-file-name-function, backup-directory-alist): New
3861 variables.
3862 (make-backup-file-name-1): New function.
3863 (make-backup-file-name): Use it.
3864 (find-backup-file-name): Likewise. Use format for clarity, not
3865 concat.
3866 (file-newest-backup): Use make-backup-file-name.
3867
3868 2000-04-09 Gerd Moellmann <gerd@gnu.org>
3869
3870 * progmodes/ebrowse-ffh.el: New file.
3871
3872 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
3873 to ebrowse-ffh.el.
3874 (ebrowse-load): Add autoload.
3875
3876 * finder.el (finder-commentary): Add autoload cookie.
3877
3878 * mail/rfc2368.el: Correct author's email address.
3879
3880 * progmodes/ebrowse.el: New file.
3881
3882 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
3883 item help string.
3884 (easy-menu-do-add-item): Ditto.
3885 (easy-menu-define): Extend doc string.
3886
3887 * jit-lock.el (with-buffer-unmodified): Use
3888 restore-buffer-modified-p.
3889 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
3890 (jit-lock-function, jit-lock-stealth-fontify): Don't use
3891 with-buffer-unmodified.
3892
3893 2000-04-08 Dave Love <fx@gnu.org>
3894
3895 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
3896 unless, when.
3897
3898 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
3899
3900 * viper-util.el (viper-put-on-search-overlay): New subroutine.
3901 (viper-flash-search-pattern): No operation when using Emacs
3902 doesn't support face.
3903 Use `viper-put-on-search-overlay'.
3904
3905 2000-04-04 Gerd Moellmann <gerd@gnu.org>
3906
3907 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
3908 like C-r.
3909
3910 * progmodes/make-mode.el: Some doc fixes.
3911 (makefile-mode-abbrev-table): New variable.
3912 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
3913 (makefile-font-lock-keywords): Fontify includes and conditionals.
3914 (toplevel): Require `dabbrev' and `add-log' when compiling.
3915
3916 * replace.el (perform-replace): Don't move forward one char
3917 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
3918 to do that because it leaves point 1 position after the last
3919 replacement, after everything has been replaced.
3920
3921 * jit-lock.el (with-buffer-unmodified): New macro.
3922 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
3923 modified state.
3924 (jit-lock-function-1): Extracted from jit-lock-function; not
3925 preserving buffer's modified state.
3926 (jit-lock-function, jit-lock-stealth-fontify): Call
3927 jit-lock-function-1.
3928
3929 * mail/rfc2368.el: Remove supernumerary copyright line.
3930
3931 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
3932
3933 * glasses.el: Provide facilities for inserting space before left
3934 parentheses and uncapitalization of identifiers.
3935 (glasses-mode): Try to remove old overlays in all cases.
3936
3937 2000-04-03 Gerd Moellmann <gerd@gnu.org>
3938
3939 * progmodes/compile.el (compile-internal): Display the compilation
3940 buffer in a different frame, if it's already displayed there.
3941
3942 * mail/rfc2368.el: New file.
3943
3944 * simple.el (sendmail-user-agent-compose): Recognize a `body'
3945 header and insert its value as mail body.
3946
3947 * subr.el (member-ignore-case): New function.
3948
3949 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
3950 (dabbrev--find-expansion): Ignore buffers matching a regexp
3951 from dabbrev-ignored-regexps.
3952
3953 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
3954 to extensions handled by gzip.
3955
3956 2000-04-03 Richard M. Stallman <rms@gnu.org>
3957
3958 * files.el (insert-directory): List the total free space
3959 along with the used space.
3960
3961 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
3962 line is followed by one that matches CITATION-REGEXP, end the
3963 paragraph.
3964
3965 2000-04-03 Markus Rost <rost@delysid.gnu.org>
3966
3967 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
3968 (rmail-make-basic-summary-line): Use that option.
3969
3970 2000-04-03 Kenichi Handa <handa@etl.go.jp>
3971
3972 * international/mule-cmds.el (encoded-string-description):
3973 Rewritten. Try pretty description for ISO 2022 escape sequences
3974 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
3975 for hexadecimal format.
3976
3977 2000-04-01 Dave Love <fx@gnu.org>
3978
3979 * cpp.el: Change customization group to `c' from `C'.
3980
3981 * vcursor.el (vcursor-move): Use display-color-p.
3982
3983 * international/mule-util.el: Provide mule-utils.
3984 (string-to-sequence): Simplify and speed up.
3985
3986 * international/mule.el (make-coding-system): Purecopy doc-string.
3987
3988 * international/mule-cmds.el: Various menu changes.
3989 (describe-specified-language-support): Handle `Default'.
3990 (set-language-info): Purecopy `info'.
3991
3992 2000-03-31 Andrew Innes <andrewi@gnu.org>
3993
3994 * vc.el (vc-backend-diff): Return the correct status if we had to
3995 retry the rcsdiff command without the --brief option.
3996
3997 2000-03-31 Dave Love <fx@gnu.org>
3998
3999 * help.el (help-manyarg-func-alist): Correct several omissions.
4000
4001 * add-log.el: Don't require cl, fortran.
4002 (add-log-current-defun-function): Doc fix.
4003 (change-log-version-number-regexp-list): Remove SCCS part. Doc
4004 fix.
4005 (change-log-version-rcs): Function deleted.
4006 (change-log-version-number-search): Doc fix. Use
4007 vc-workfile-version. Avoid CL dolist.
4008 (add-change-log-entry): Just call add-log-current-defun to get
4009 defun. Simplify somewhat.
4010 (change-log-get-method-definition-1): Likewise.
4011 (add-log-current-defun): Return nil if calling
4012 add-log-current-defun-function does so. Move Fortran stuff to
4013 fortran.el. Return string without properties.
4014
4015 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
4016 and :alpha: char classes.
4017
4018 * mail/supercite.el: Defvar curline when compiling.
4019 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
4020 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
4021 rather than a-zA-Z0-9 to allow non-ASCII characters.
4022
4023 2000-03-31 Gerd Moellmann <gerd@gnu.org>
4024
4025 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
4026
4027 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4028 Re-enable new code.
4029
4030 * lpr.el (print-region-1): Use -d to specify printer name for
4031 systems `usg-unix-v*, `dgux', `hpux', `irix'.
4032
4033 2000-03-31 Dave Love <fx@gnu.org>
4034
4035 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
4036 for function definition in symbol's function value slot first
4037 instead of first consulting byte-compile-function-environment.
4038
4039 2000-03-31 Kenichi Handa <handa@etl.go.jp>
4040
4041 * language/european.el ("Polish"): New language environment.
4042 (setup-polish-environment): New function.
4043
4044 2000-03-30 Gerd Moellmann <gerd@gnu.org>
4045
4046 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4047 Disable new code.
4048
4049 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
4050 trying to `load' the symbol of an autoload instead of the file
4051 recorded in the autoload. Fix error messages.
4052
4053 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4054
4055 * ps-print.el: PostScript programming fix for ghostview, doc fix.
4056 (ps-print-version): New version number (5.1.3).
4057 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
4058 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
4059 (ps-generate-postscript-with-faces): Code fix.
4060 (ps-color-values): XEmacs compatibility.
4061 (ps-print-background-image, ps-print-background-text, ps-printer-name)
4062 (ps-default-fg, ps-default-bg): Adjust customization.
4063 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
4064 (ps-color-scale): Renaming old ps-color-value fun.
4065 (ps-print-headers): Replace ps-print-header group to avoid conflict
4066 with ps-print-header variable.
4067 (ps-print-miscellany): New group.
4068 (ps-format-color, ps-rgb-color): New funs.
4069 (ps-default-foreground): New var.
4070 (ps-printer-name-option): New const.
4071
4072 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
4073
4074 * net/net-utils.el:
4075 (network-connection-host, network-connection-service): New variables
4076 (network-connection-mode): New mode, derived from comint-mode
4077 (network-connection-mode-setup): New function, saves host and
4078 service information in local variables.
4079
4080 * lisp/locate.el:
4081 (locate-word-at-point): Added this function
4082 (locate): Default to using locate-word-at-point as input
4083 Run dired-mode-hook
4084
4085 2000-03-29 Dave Love <fx@gnu.org>
4086
4087 * calendar/appt.el: Doc fixes.
4088 (appt-check): Convert min-to-app to a string before passing to
4089 appt-disp-window-function or concat.
4090 (appt-delete-window): Remove test for frame-root-window.
4091 (appt-select-lowest-window, appt-convert-time): Simplify.
4092
4093 * emacs-lisp/bytecomp.el: Doc fixes.
4094 (byte-compile-file-form-autoload): Update
4095 byte-compile-function-environment.
4096
4097 2000-03-29 Andreas Schwab <schwab@suse.de>
4098
4099 * emacs-lisp/autoload.el: Also print defsubst doc string
4100 specially.
4101
4102 * dired.el (dired-insert-directory): If dired-free-space-program
4103 failed just delete its output.
4104
4105 2000-03-29 Dave Love <fx@gnu.org>
4106
4107 * international/iso-cvt.el: Move provide to end. Doc fixes.
4108 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
4109 (iso-iso2sgml, iso-sgml2iso): New functions.
4110 (iso-cvt-define-menu): Fix some entries and use backquote for
4111 clarity.
4112
4113 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
4114
4115 2000-03-28 Gerd Moellmann <gerd@gnu.org>
4116
4117 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
4118 ISO-DATE. If non-nil, return date in ISO 8601 format.
4119
4120 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
4121
4122 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
4123 if it ever becomes used.
4124 (log-edit-mode-hook): Default to vc-log-mode-hook.
4125 (log-edit-mode): Fix the docstring.
4126
4127 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
4128 the code.
4129
4130 2000-03-26 Dave Love <fx@gnu.org>
4131
4132 * net/browse-url.el (browse-url): Re-fix case of
4133 browse-url-browser-function being an alist.
4134 (browse-url): Add :link to defgroup.
4135
4136 * files.el: Doc fixes.
4137 (file-truename): Include `[' in wildcard characters.
4138 (automount-dir-prefix): Customize.
4139 (find-file-wildcards): Add :version.
4140 (find-file-noselect): Simplify a mapcar call.
4141
4142 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
4143 compatible with inf-lisp version.
4144 (eval-defun-1): Fix custom-declare-variable case.
4145
4146 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
4147
4148 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
4149
4150 2000-03-24 Gerd Moellmann <gerd@gnu.org>
4151
4152 * Makefile (COMPILE_FIRST): New macro.
4153 (compile-files): Compile files from COMPILE_FIRST first.
4154
4155 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
4156 code.
4157
4158 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
4159 matching open parenthesis in column 0 to defun-prompt-regexp
4160 only if open-paren-in-column-0-is-defun-start is set.
4161
4162 * sun-curs.el: Require CL at compile-time only.
4163
4164 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
4165 instead of copy-list which is a function from CL.
4166 (msb--choose-menu, msb--mode-menu-cond)
4167 (msb--create-buffer-menu-2): Use dolist instead of mapc.
4168 (msb--init-file-alist): Use mapcar instead of mapcan.
4169 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
4170 `(' in column 0 in doc string.
4171 (msb--add-separators): Use mapcar instead of mapcan.
4172
4173 * cus-dep.el: Require CL at compile-time only.
4174
4175 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
4176
4177 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4178 (byte-compile-warnings): New warning `noruntime'.
4179 (byte-compile-constants, byte-compile-variables): Fix docstring.
4180 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
4181 execute `eval-whenc-compile's body.
4182 (byte-compile-unresolved-functions): Fix docstring.
4183 (byte-compile-eval): New function.
4184 (byte-compile-callargs-warn): Check if the function will be available
4185 at runtime (via property `byte-compile-noruntime').
4186 (byte-compile-print-syms): New function.
4187 (byte-compile-warn-about-unresolved-functions): Also warn about
4188 `noruntime' functions (and use `byte-compile-print-syms').
4189 (byte-compile-file): Capitalize the message.
4190
4191 2000-03-24 Gerd Moellmann <gerd@gnu.org>
4192
4193 * mail/rmail.el (rmail-confirm-expunge): New user-option.
4194 (rmail-expunge): Ask for confirmation depending on the setting
4195 of rmail-confirm-expunge.
4196
4197 2000-03-23 Gerd Moellmann <gerd@gnu.org>
4198
4199 * Makefile (bootstrap-clean): If $(emacs) exists, build
4200 loaddefs.el first. A loaddefs.el that's not up-to-date might
4201 cause a bootstrap failure because things don't autoload as
4202 expected.
4203
4204 2000-03-23 Dave Love <fx@gnu.org>
4205
4206 * net/browse-url.el: Restore previous use of
4207 browse-url-maybe-new-window.
4208
4209 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4210
4211 * ps-print.el: Skip banner page fix.
4212 (ps-print-version): New version number (5.1.2).
4213 (ps-begin-file, ps-end-file, ps-generate): Code fix.
4214
4215 2000-03-23 Dave Pearson <davep@davep.org>
4216
4217 * net/quickurl.el Changed the type of parameter passed to the
4218 function defined by `quickurl-format-function'. Before only the
4219 text of the URL was passed. Now the whole URL structure is passed
4220 and the function is responsible for extracting the parts it
4221 requires. Changed the default of `quickurl-format-function'
4222 accordingly.
4223 (quickurl-insert): Changed the `funcall' of
4224 `quickurl-format-function' to match the above change.
4225 (quickurl-list-insert): Changed the `url' case so that it makes
4226 use of `quickurl-format-function', previous to this the format was
4227 hard wired.
4228
4229 2000-03-22 Gerd Moellmann <gerd@gnu.org>
4230
4231 * startup.el: Change some spellings for the X Window System.
4232
4233 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
4234
4235 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
4236 up the code and the regexp and make sure the cursor is temporarily
4237 moved to the suspicious line while querying the user.
4238
4239 2000-03-22 Jason Rumney <jasonr@gnu.org>
4240
4241 * w32-fns.el (w32-charset-info-alist): Initialize.
4242
4243 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4244
4245 * ps-print.el: N-up last page fix.
4246 (ps-print-version): New version number (5.1.1).
4247 (ps-end-file, ps-end-job, ps-generate): Code fix.
4248
4249 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * files.el (find-file-run-dired): Update docstring.
4252 (find-directory-functions): New hook.
4253 (find-file-noselect): Run find-directory-functions rather than
4254 calling dired directly.
4255
4256 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
4257
4258 * pcvs.el: Add a minimal leading commentary.
4259 (cvs-make-cvs-buffer): Change the header part by removing the startup
4260 message and adding a `Module' entry. Also replace the FOOTER and
4261 HEADER special fileinfos with the new support in ewoc for updating
4262 its own footer and header.
4263 (cvs-update-header): Update to use the header/footer of the ewoc.
4264 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
4265 (cvs-is-within-p): New function.
4266 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
4267 to only examine some subset of the buffers.
4268
4269 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
4270 `format' instead of our own ad-hoc functions.
4271 Remove HEADER and FOOTER cases, now handled in the EWOC.
4272 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
4273
4274 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
4275 output to avoid scaring the user.
4276 (cvs-parse-table): Catch message for non-up-to-date commits.
4277
4278 * pcvs-defs.el (cvs-startup-message): Remove.
4279 (cvs-global-menu): New autoloaded menu.
4280
4281 * pcvs-util.el (cvs-string-fill): Remove.
4282
4283 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
4284 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
4285 PP part of it and also make it work for footers and headers.
4286 (ewoc-create): Drop POS and BUFFER arguments.
4287 Use the DLL's dummy node to store the end-of-footer position.
4288 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
4289 (ewoc-refresh): Remove unused `header' variable.
4290 (ewoc-(get|set)-hf): New functions.
4291
4292 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
4293 log-view-*-(message|file) and use easy-mmode-define-navigation.
4294 (log-view-message-re): Match SCCS format as well.
4295 And match the revision line rather than the dashed separator line.
4296 (log-view-mode): Use the new define-derived-mode.
4297 (log-view-current-tag): Fill in with an actual implementation.
4298
4299 * cvs-status.el (cvs-status-(prev|next)): Rename from
4300 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
4301 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
4302 to let the output "breathe" a little more (more readable).
4303 (cvs-status-mode): Use the new define-derived-mode.
4304
4305 * smerge-mode.el (smerge-auto-leave): New function and variable.
4306 (smerge-basic-map): Rename from smerge-basic-keymap.
4307 Change the bindings for smerge-diff-*.
4308 (smerge-*-map): Use easy-mmode-defmap.
4309 (smerge-(next|prev)): Use easy-mmode-define-navigation.
4310 (smerge-keep-*): Use smerge-auto-leave.
4311
4312 2000-03-21 Jason Rumney <jasonr@gnu.org>
4313
4314 * cus-edit.el (custom-button-face): Use 3D look for w32.
4315 (custom-button-pressed-face): Likewise.
4316
4317 2000-03-21 Gerd Moellmann <gerd@gnu.org>
4318
4319 * progmodes/etags.el (tags-case-fold-search): New user-option.
4320 (tags-loop-eval): New function. Bind case-fold-search around eval
4321 depending on the value of tags-case-fold-search.
4322 (tags-loop-continue): Use tags-loop-eval.
4323 (find-tag-in-order): Bind case-fold-search depending on the value
4324 of tags-case-fold-search.
4325
4326 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
4327
4328 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
4329 (diff-end-of-hunk): Return the end position for use in
4330 `easy-mmode-define-navigation'.
4331 (diff-recenter): Remove.
4332 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
4333 of `easy-mmode-define-navigation'.
4334 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
4335 previous renaming) and fix to use new names.
4336 (diff-merge-strings): Use \n as separator: simpler, faster.
4337 (diff-mode): Use `define-derived-mode'.
4338
4339 * derived.el (define-derived-mode): Don't autoload anymore.
4340 Prefer the macro-only version provided by easy-mmode.el.
4341
4342 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
4343 `easy-mmode-define-derived-mode'.
4344 Use `combine-run-hooks'.
4345 (easy-mmode-define-navigation): New macro.
4346
4347 * subr.el (combine-run-hooks): New function.
4348
4349 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
4350
4351 * term/x-win.el: Fontsets related initialization is simplified.
4352
4353 * international/mule-diag.el (describe-font): Don't refer to
4354 global-fontset-alist, instead call font-list.
4355 (describe-fontset, list-fontsets, mule-diag): Likewise.
4356 (print-fontset): Adjusted for the change of fontset
4357 implementation.
4358
4359 * international/fontset.el (x-charset-registries): Variable
4360 removed, instead the corresponding data is stored in the default
4361 fontset.
4362 (register-alternate-fontnames): Function removed.
4363 (resolved-ascii-font): Variable removed.
4364 (x-compose-font-name): Ignore the second argument REDOCE.
4365 (x-complement-fontset-spec): Complement only an ASCII font and
4366 element for those charsets than can use that ASCII font.
4367 (generate-fontset-menu): Don't refer to global-fontset-alist,
4368 instead call fontset-list.
4369 (uninstantiated-fontset-alist): Variable removed.
4370 (x-style-funcs-alist): Likewise.
4371 (fontset-default-styles): Likewise.
4372 (x-modify-font-name): Function removed.
4373 (create-fontset-from-fontset-spec): Ignore the argument
4374 STYLE-VARIANT.
4375 (create-fontset-from-ascii-font): Docsting adjusted for the above
4376 change.
4377 (instantiate-fontset, resolve-fontset-name): Functions removed.
4378 (fontset-list): Now implemented by C code.
4379
4380 * faces.el (read-face-font): Fix TABLE arg to completing-read.
4381 (describe-face): Include `font' attribute in the description.
4382
4383 2000-03-21 Kenichi Handa <handa@etl.go.jp>
4384
4385 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
4386
4387 2000-03-20 Gerd Moellmann <gerd@gnu.org>
4388
4389 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
4390 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
4391 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
4392
4393 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
4394 about behavior of set-buffer-modified-p wrt redisplay.
4395
4396 2000-03-19 Richard M. Stallman <rms@gnu.org>
4397
4398 * view.el (view-mode-disable): Kill local binding of view-read-only.
4399
4400 2000-03-18 Gerd Moellmann <gerd@gnu.org>
4401
4402 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
4403 is a string, convert it to a syntax cell using string-to-syntax.
4404
4405 * simple.el (syntax-code-table, syntax-flag-table): New variables.
4406 (string-to-syntax): New function.
4407
4408 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
4409 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
4410 try to use passive ftp mode.
4411
4412 2000-03-17 Gerd Moellmann <gerd@gnu.org>
4413
4414 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
4415
4416 * simple.el (append-to-buffer): Update point of windows after
4417 insertion.
4418
4419 * abbrev.el (inverse-add-abbrev): Identify word by first moving
4420 forward then moving backward. Reindent.
4421
4422 * frame.el (other-frame): Call x-focus-frame only if
4423 focus-follows-mouse is off.
4424
4425 2000-03-17 Dave Love <fx@gnu.org>
4426
4427 * pcvs-util.el (cvs-strings->string): Rename
4428 replace-regexps-in-string.
4429
4430 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
4431
4432 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
4433 regexp for labels cannot span several lines.
4434
4435 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
4436 `(setq :<key> ':<key>)' to the macro expansion.
4437
4438 2000-03-16 Dave Love <fx@gnu.org>
4439
4440 * progmodes/f90.el (f90): Put custom group under `languages', not
4441 `fortran'.
4442 (f90-mode-hook): Customize.
4443 (f90-mode): Set add-log-current-defun-function.
4444 (f90-current-defun): New function.
4445
4446 2000-03-16 Gerd Moellmann <gerd@gnu.org>
4447
4448 * cus-edit.el (custom-variable-tag-face): Handle case that
4449 default face's height is not a number.
4450 (custom-face-tag-face, custom-group-tag-face-1)
4451 (custom-group-tag-face): Ditto.
4452 (custom-group-tag-face-1): Add :group.
4453
4454 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
4455
4456 2000-03-15 Gerd Moellmann <gerd@gnu.org>
4457
4458 * pcvs-defs.el (toplevel): Remove autoload cookie for form
4459 requiring easymenu.
4460
4461 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4462
4463 * ps-print.el: PostScript user-defined prologue, PostScript error
4464 handler, doc fix.
4465 (ps-print-version): New version number (5.1).
4466 (ps-user-defined-prologue, ps-error-handler-message)
4467 (ps-print-prologue-0, ps-error-handler-alist): New vars.
4468 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
4469 (ps-insert-string): New function.
4470
4471 2000-03-15 Kenichi Handa <handa@etl.go.jp>
4472
4473 * international/ccl.el (ccl-compile-expression): Don't generate
4474 invalid self-assignment code.
4475
4476 2000-03-14 Dave Love <fx@gnu.org>
4477
4478 * subr.el (replace-regexp-in-string): Renamed from
4479 replace-regexps-in-string. Doc fix.
4480
4481 2000-03-12 Dave Love <fx@gnu.org>
4482
4483 * cus-edit.el: Doc fixes.
4484 (customize-set-variable, customize-save-variable): Rename args for
4485 doc.
4486 (custom-variable-tag-face, custom-face-tag-face)
4487 (custom-group-tag-face-1, custom-group-tag-face): Modify from
4488 style which user identify as hyperlink.
4489 (hook): Don't add undefined functions to the hook.
4490 (debug-ignored-errors): Transfer message from bindings.el.
4491
4492 2000-03-12 Gerd Moellmann <gerd@gnu.org>
4493
4494 * recentf.el (recentf-keep-non-readable-files-p): Remove
4495 double/nested definition.
4496
4497 2000-03-12 Dave Love <fx@gnu.org>
4498
4499 * facemenu.el (facemenu-get-face): Use display-color-p.
4500 * enriched.el (enriched-decode-foreground): Likewise.
4501 (enriched-decode-background): Likewise.
4502 * isearch.el (isearch-highlight): Likewise.
4503 * info-look.el (info-lookup): Likewise.
4504 * simple.el (completion-setup-function): Likewise.
4505
4506 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
4507 :options.
4508
4509 * bindings.el (mode-line-format): Fix line-number and
4510 column-number items. Add help-echo for the background.
4511 (mode-line-mule-info): Modify help-echo.
4512
4513 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
4514 defcustom.
4515
4516 * files.el (load-file): Allow completion to .elc.
4517
4518 * man.el: Doc fixes.
4519 (Man-init-defvars): Use display-color-p to set fontification.
4520
4521 * play/hanoi.el (hanoi-internal): Don't use oddp.
4522
4523 2000-03-12 Gerd Moellmann <gerd@gnu.org>
4524
4525 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
4526
4527 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
4528
4529 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
4530
4531 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
4532 Fix comment.
4533
4534 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
4535
4536 * font-lock.el (font-lock-keywords): Fix the doc now that
4537 regexp-opt-depth is unnecessary.
4538 (save-buffer-state): Set an edebug spec.
4539 (font-lock-fontify-anchored-keywords): Properly handle the case when
4540 the matcher goes past the limit.
4541
4542 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
4543 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
4544
4545 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
4546 dll.el and cookie.el (from Elib) with heavy renaming and other
4547 massaging.
4548
4549 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
4550 Autoload the functions used.
4551 (easy-mmode-define-syntax): Fix CL typo.
4552 (easy-mmode-define-derived-mode): Improve the docstring generation.
4553
4554 2000-03-10 Gerd Moellmann <gerd@gnu.org>
4555
4556 * textmodes/texinfo.el (texinfo-version): Variable and function
4557 removed.
4558
4559 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
4562 allow more flexibility.
4563 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
4564 fns.
4565 (easy-mmode-defmap, easy-mmode-defsyntax)
4566 (easy-mmode-define-derived-mode): New macros.
4567
4568 2000-03-09 Didier Verna <didier@xemacs.org>
4569
4570 * rect.el (replace-rectangle): New function.
4571
4572 2000-03-09 Dave Love <fx@gnu.org>
4573
4574 * progmodes/fortran.el (fortran-comment-line-start): Define as
4575 "C".
4576 (fortran-comment-line-start-skip): Don't match cpp stuff.
4577 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
4578 (fortran-mode-map): Remove over-eager custom-menu-create for now.
4579 (fortran-mode): Don't set fortran-comment-line-start-skip,
4580 fortran-comment-line-start here. Set comment-start,
4581 add-log-current-defun.
4582 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
4583 (fortran-current-defun): New function.
4584
4585 2000-03-09 Gerd Moellmann <gerd@gnu.org>
4586
4587 * emacs-lisp/re-builder.el: New file.
4588
4589 * mouse.el (mouse-drag-region): Don't run up-event handler
4590 if hscroll has changed.
4591
4592 * octave-mod.el (octave-font-lock-keywords): To font-lock the
4593 builtin operators, use `font-lock-builtin-face' for Emacs and
4594 `font-lock-preprocessor-face' otherwise.
4595
4596 * font-lock.el (lisp-font-lock-keywords-1): Highlight
4597 `(defun (setf foo)' differently.
4598
4599 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
4600
4601 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
4602 (regexp-opt): Update comment and adapt the code the new meaning of
4603 the `paren' argument of regex-opt-group for shy-groups.
4604 (regexp-opt-depth): Handle shy groups as well as backslashed
4605 backslashes.
4606 (regexp-opt-group): Turn the leading comment into a docstring.
4607 Allow `paren' to be a string (the string to use to open a group).
4608 Remove open-presuf and close-presuf. Instead of checking for `all
4609 one-char' and then later on check for `several one-char', handle
4610 both cases close together. Also apply a more generic algorithm
4611 for suffixes (the mirror image of the algorithm used for
4612 prefixes). Use shy-groups. Use nreverse rather than reverse.
4613 (regexp-opt-try-suffix): Removed.
4614
4615 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
4616 from comint-mode-map, so we can just inherit from it. Also, move
4617 the initialization into the `defvar' since there's no docstring
4618 anyway and it's fairly short.
4619 (inferior-scheme-mode): Define it as derived-mode: the code is
4620 shorter and this way we inherit from comint-mode-map rather than
4621 copying it.
4622
4623 * subr.el (replace-regexps-in-string): Properly handle the case
4624 where we match an empty string.
4625
4626 * comint.el (comint-exec-1): Add the current-dir to the exec-path
4627 when the command has a directory component (such as "./testml").
4628 Also fix a typo in the comment.
4629
4630 2000-03-08 Gerd Moellmann <gerd@gnu.org>
4631
4632 * Makefile (compile-files): Compile files one by one because
4633 that's the only way to ensure a clean compilation environment for
4634 each individual file.
4635
4636 * frame.el (other-frame): Call x-focus-frame.
4637
4638 2000-03-07 Dave Love <fx@gnu.org>
4639
4640 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
4641 :require to defcustom.
4642
4643 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
4644 lists.
4645
4646 * files.el (auto-mode-alist): Add configure.in.
4647
4648 * progmodes/autoconf.el: New file.
4649
4650 2000-03-07 Gerd Moellmann <gerd@gnu.org>
4651
4652 * mail/mh-e.el: Change maintainer to `none'.
4653
4654 * recentf.el (recentf-keep-non-readable-files-p): Quote args
4655 to remove-hook and add-hook.
4656
4657 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4658
4659 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
4660 it as the default.
4661 (mail-send): Test mail-send-nonascii also for the new `mime' value.
4662 (sendmail-send-it): Conditionally add MIME headers specifying the
4663 used character set.
4664
4665 2000-03-07 Dave Love <fx@gnu.org>
4666
4667 * winner.el: Fix keywords, autoload cookies. Split
4668 eval-when-compile form to avoid compilation failure.
4669
4670 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
4671
4672 * international/mule.el: Modify comment about coding system
4673 property `coding-category'.
4674 (make-coding-system): New argument EOL-TYPE. Pay attention to
4675 coding-category property of PROPERTIES.
4676
4677 * international/mule-conf.el (coding-category-utf-8,
4678 coding-category-utf-16-be, coding-category-utf-16-le): New coding
4679 categories. Include them in the argument for set-coding-priority.
4680
4681 * international/mule-cmds.el (reset-language-environment): Include
4682 coding-category-utf-8, coding-category-utf-16-be, and
4683 coding-category-utf-16-le in the argument for set-coding-priority.
4684 (reset-language-environment): Initialize coding-category-utf-8,
4685 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
4686
4687 2000-03-06 Karl Fogel <kfogel@red-bean.com>
4688
4689 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
4690 code abstracted out of `bookmark-jump-noselect'. Now tries info
4691 extensions as well as compression extensions.
4692 (bookmark-jump-noselect): Use above new func.
4693
4694 2000-03-03 Gerd Moellmann <gerd@gnu.org>
4695
4696 * strokes.el: Change maintainer's mail address.
4697
4698 2000-03-03 Kenichi Handa <handa@etl.go.jp>
4699
4700 * international/mule-diag.el (list-character-sets): Make help-echo
4701 string by substitute-command-keys.
4702 (list-character-sets): Likewise.
4703 (sort-listed-character-sets): Call help-setup-xref.
4704
4705 2000-03-02 Gerd Moellmann <gerd@gnu.org>
4706
4707 * time.el (display-time-mail-file): Add `none' to the list of
4708 choices.
4709
4710 2000-03-01 Dave Love <fx@gnu.org>
4711
4712 * help.el (help-xref-go-back): Don't try to set position.
4713
4714 * international/mule-diag.el (list-character-sets): Call
4715 help-setup-xref. Add help-echo to xrefs.
4716 (list-character-sets-1): Add help-echo to xrefs.
4717
4718 2000-03-02 Gerd Moellmann <gerd@gnu.org>
4719
4720 * frame.el (blink-cursor-mode): Switch cursor on when turning
4721 the mode off.
4722
4723 * add-log.el (add-log-current-defun): Add support for
4724 Autoconf mode.
4725
4726 * mail/rmail.el (rmail-quit-hook): New variable.
4727
4728 2000-03-01 Dave Love <fx@gnu.org>
4729
4730 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
4731
4732 * help.el (help-xref-button): Add help-echo arg.
4733 (describe-function-1, describe-variable, help-make-xrefs): Use it.
4734
4735 * faces.el (list-faces-display): Supply help-echo with
4736 help-make-xrefs.
4737
4738 * facemenu.el (list-text-properties-at): Set help-xref-stack to
4739 nil.
4740
4741 2000-03-01 Gerd Moellmann <gerd@gnu.org>
4742
4743 * image.el (defimage): Look for image files in load-path.
4744
4745 * frame.el (busy-cursor-delay-seconds): Change type to
4746 `number'.
4747
4748 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
4749
4750 * recentf.el (recentf): Added version tag to the defgroup of
4751 recentf.
4752
4753 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
4754
4755 * recentf.el (recentf-cleanup): Changed to remove excluded file
4756 too.
4757 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
4758 action to select/unselect a file.
4759 (recentf-edit-list): Code cleanup and improvement.
4760 (recentf-open-more-files-action): `recentf-open-more-files' button
4761 widget action to open a file.
4762 (recentf-open-more-files): No more use standard completion but
4763 widgets.
4764 (recentf-more-collection): Deleted.
4765 (recentf-more-history): Deleted.
4766 (recentf-setup-more-completion): Deleted.
4767
4768 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
4769
4770 * recentf.el (recentf-mode): No more needs that Emacs is running
4771 under a window-system.
4772
4773 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
4774
4775 * recentf.el (recentf-edit-list): New command to edit the recent
4776 list which allow the user to remove files.
4777 (recentf-edit-selected-items): New global variable, used by
4778 `recentf-edit-list' to hold the list of files to be removed from
4779 the recent list.
4780 (recentf-make-menu-items): Updated to display a "Edit list..."
4781 menu item. Minor code cleanup.
4782
4783 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
4784
4785 * recentf.el (recentf-open-more-files): New command to open files
4786 that are not displayed in the menu.
4787 (recentf-more-collection): New global variable holding the set of
4788 permissible completions used by `recentf-open-more-files'.
4789 (recentf-more-history): New global variable holding the history list
4790 used by `recentf-open-more-files' completion.
4791 (recentf-setup-more-completion): New function to setup completion for
4792 `recentf-open-more-files'.
4793 (recentf-make-menu-items): Updated to display a "More..." menu item.
4794
4795 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
4796
4797 * recentf.el (recentf-menu-action): Doc fixed.
4798
4799 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
4800
4801 * recentf.el (recentf-menu-filter): Doc updated.
4802 (recentf-update-menu-hook): Allow menu filters to force menu update.
4803 (recentf-make-menu-items): New menu filter handling.
4804 (recentf-make-menu-item): New helper function.
4805 (recentf-menu-elements): New menu handling function.
4806 (recentf-sort-ascending): Updated to new menu filter handling.
4807 (recentf-sort-descending): Updated to new menu filter handling.
4808 (recentf-sort-basenames-ascending): New menu filter function.
4809 (recentf-sort-basenames-descending): New menu filter function.
4810 (recentf-show-basenames): New menu filter function.
4811 (recentf-show-basenames-ascending): New menu filter function.
4812 (recentf-show-basenames-descending): New menu filter function.
4813
4814 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4815
4816 * diary-lib.el (list-diary-entries): Don't try to go forward at
4817 the end of the buffer.
4818
4819 2000-02-29 Kenichi Handa <handa@etl.go.jp>
4820
4821 * international/mule-diag.el (list-character-sets): Completely
4822 rewritten.
4823 (sort-listed-character-sets): New function.
4824 (list-character-sets-1): Completely rewritten.
4825 (list-character-sets-2): New function.
4826 (non-iso-charset-alist): New variable.
4827 (decode-codepage-char): New function.
4828 (charset-history): New variable.
4829 (read-charset) (list-block-of-chars)
4830 (list-iso-charset-chars)
4831 (list-non-iso-charset-chars)
4832 (list-charset-chars): New functions.
4833 (mule-diag): Call list-character-sets-2, not
4834 list-character-sets-2.
4835 (dump-charsets): Likewise.
4836
4837 2000-02-29 Gerd Moellmann <gerd@gnu.org>
4838
4839 * dired-x.el (dired-filename-at-point): Add `@' to valid
4840 file name characters.
4841 (dired-filename-at-point): Handle ange-ftp file names.
4842
4843 * frame.el (frame-notice-user-settings): Use assq-delete-all
4844 instead of assoc-delete-all.
4845 (frame-notice-user-settings): Ditto.
4846
4847 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
4848 Don't copy alist.
4849
4850 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
4851
4852 * calculator.el (calculator-use-menu): New option.
4853 (calculator-initial-bindings): Changed some bindings to work as
4854 macros.
4855 (calculator-forced-input): Removed.
4856 (calculator-restart-other-mode): New variable.
4857 (calculator-mode-map): Set up menu.
4858
4859 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
4860
4861 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
4862 tags.
4863
4864 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
4865
4866 * viper-cmd.el (viper-envelop-ESC-key): added the option to
4867 translate all ESC key sequences.
4868 (viper-goto-mark-subr): restore markers for files for which
4869 they were saved.
4870 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
4871 * viper-util.el (viper-set-replace-overlay-glyphs,
4872 viper-set-replace-overlay): always check if the replacement
4873 overlay is live.
4874 * viper.el (viper-vi-state-mode-list): added major modes.
4875 * ediff-wind.el: minor comment changes.
4876 * ediff.el: copyright notice date fix.
4877
4878 2000-02-27 Jason Rumney <jasonr@gnu.org>
4879
4880 * faces.el (face-font-family-alternatives): Add arial to helv.
4881 (mode-line, header-line, tool-bar): Same default as x for w32.
4882 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
4883 face-font-family-alternatives from working.
4884 * term/w32-win.el (mouse-set-font): Do not build fontset from
4885 chosen font.
4886
4887 2000-02-25 Sam Steingold <sds@goems.com>
4888
4889 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
4890 properly.
4891
4892 2000-02-25 Richard M. Stallman <rms@gnu.org>
4893
4894 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
4895
4896 2000-02-25 Gerd Moellmann <gerd@gnu.org>
4897
4898 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
4899 writable.
4900
4901 * frame.el (busy-cursor-delay-seconds): New option.
4902
4903 2000-02-24 Gerd Moellmann <gerd@gnu.org>
4904
4905 * frame.el (show-cursor-in-non-selected-windows): New option.
4906
4907 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4908
4909 * diary-lib.el (include-other-diary-files): Undo the selective
4910 display in any included file and don't kill it.
4911
4912 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
4913
4914 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
4915 bar. Menu items converted to (menu-item format, help strings
4916 added.
4917 [downcase, upcase]: Don't enable on MS-DOS.
4918 [symlink, symlinks]: Don't show if make-symbolic-link is not
4919 bound.
4920 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
4921
4922 2000-02-23 Dave Love <fx@gnu.org>
4923
4924 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
4925 (backward-kill-word): Revert addition of * to interactive spec --
4926 it's a feature.
4927
4928 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
4929 (backward-kill-sentence, kill-sentence): Likewise.
4930
4931 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
4932 scratch buffer name.
4933 (gud-format-command): Use int-to-string in ?l case. Simplify
4934 slightly.
4935
4936 * term/w32-win.el (internal-face-interactive): Update prompt for
4937 new read-face-name.
4938
4939 * mail/footnote.el (footnote): Add :version to defgroup.
4940 (footnote-section-tag-regexp): Customize.
4941 (footnote-start-tag, footnote-end-tag): New option.
4942 (footnote-latin-regexp): New variable.
4943 (Footnote-latin): New function.
4944 (footnote-style-alist): Add element for latin style.
4945 (footnote-style): Moved.
4946 (Footnote-goto-footnote): Use eq to test arg.
4947
4948 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
4949
4950 * emacs-lisp/byte-opt.el: Change old backquote syntax.
4951 (byte-compile-trueconstp): Include keywords.
4952 (byte-optimize-quote, byte-optimize-lapcode): Use
4953 byte-compile-const-symbol-p.
4954 (byte-optimize-char-before): New optimization.
4955
4956 * emacs-lisp/bytecomp.el: Change old backquote syntax.
4957 (byte-compile-const-symbol-p): New function.
4958 (byte-compile-constp, byte-compile-out-toplevel)
4959 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
4960 Use it.
4961
4962 * subr.el (define-key-after): Default AFTER to t. Doc fix.
4963
4964 2000-02-23 Kenichi Handa <handa@etl.go.jp>
4965
4966 * international/encoded-kb.el: Be sure to update minor-mode-alist
4967 and minor-mode-map-alist.
4968 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
4969 codes SS2 and SS3 correctly.
4970 (encoded-kbd-self-insert-ccl): New function.
4971 (encoded-kbd-setup-keymap): New function.
4972 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
4973 by calling encoded-kbd-setup-keymap.
4974
4975 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
4976 characters.
4977 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
4978 locally.
4979
4980 2000-02-22 Dave Love <fx@gnu.org>
4981
4982 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
4983 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
4984 defvar.
4985 (lisp-mode-syntax-table): Set up for #|...|# comments.
4986 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
4987 classes. Match `defface'.
4988 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
4989 (eval-defun-1): Fix for defcustom.
4990 (lisp-indent-region): Doc fix.
4991
4992 * subr.el (when, unless, split-string): Doc fix.
4993 (read-passwd): Move call of clear-this-command-keys to the right
4994 place.
4995 (replace-regexps-in-string): New function.
4996
4997 2000-02-22 Gerd Moellmann <gerd@gnu.org>
4998
4999 * help.el (describe-variable): Set syntax table to
5000 emacs-lisp-mode-syntax-table when moving forward over the
5001 symbol's name.
5002
5003 2000-02-22 Dave Love <fx@gnu.org>
5004
5005 * xt-mouse.el: Doc fixes.
5006 (xterm-mouse-position-function): New function, replacing advice of
5007 mouse-position.
5008 (xterm-mouse-mode): Use it. Don't turn on under a window system.
5009
5010 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
5011
5012 2000-02-21 Gerd Moellmann <gerd@gnu.org>
5013
5014 * format.el (format-annotate-single-property-change): Handle
5015 properties.with dotted-list values.
5016 (format-proper-list-p): New function.
5017
5018 * enriched.el (enriched-face-ans): Handle '(foreground-color
5019 . COLOR) and (background-color . COLOR).
5020
5021 2000-02-20 Dave Love <fx@gnu.org>
5022
5023 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
5024 and assignments to it.
5025 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
5026 current local map.
5027 (make-flyspell-overlay): Use it.
5028 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
5029
5030 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
5031 (lm-get-header-re): Defun, not defsubst.
5032 (lm-get-package-name): Defun, not defsubst. Simplify.
5033 (lm-version): Doc fix. Simplify.
5034 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
5035 (lm-crack-address, lm-last-modified-date, lm-commentary)
5036 (lm-verify, lm-synopsis): Simplify.
5037 (lm-report-bug): Require emacsbug. Use compose-mail.
5038
5039 2000-02-20 Gerd Moellmann <gerd@gnu.org>
5040
5041 * dired.el (dired-mode): Call propertized-buffer-identification
5042 to set mode-line-buffer-identification to something having
5043 the right text properties.
5044
5045 * bindings.el (propertized-buffer-identification): New function.
5046
5047 2000-02-20 Dave Love <fx@gnu.org>
5048
5049 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
5050 check for t-mouse too.
5051
5052 * cus-start.el: Make echo-keystrokes `number'.
5053
5054 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5055
5056 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
5057 Don't call ring-empty-p unless tags-location-ring is bound.
5058 From Noah Friedman <friedman@splode.com>.
5059
5060 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
5061
5062 * progmodes/hideshow.el (hs-flag-region): No longer use
5063 `intangible' overlay property.
5064
5065 (hs-toggle-hiding): New command.
5066 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
5067
5068 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
5069 Fix omission bug: Run `hs-minor-mode-hook' for both activation
5070 and deactivation.
5071
5072 2000-02-18 Gerd Moellmann <gerd@gnu.org>
5073
5074 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
5075
5076 2000-02-17 Gerd Moellmann <gerd@gnu.org>
5077
5078 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
5079
5080 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
5081 of `*' to handle `(* ... *)' comments.
5082
5083 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
5084
5085 * faces.el (list-faces-display): Use display-mouse-p instead of
5086 window-system.
5087
5088 * menu-bar.el (global-map): Menu-bar items converted to the new
5089 format (menu-item..., rearranged for better CUA compliance, and
5090 their names changed for better clarity. Help strings added.
5091
5092 * international/mule-cmds.el (mule-menu-keymap)
5093 (describe-language-environment-map, set-coding-system-map)
5094 (setup-language-environment-map): Convert to new (menu-item...
5095 form, add help strings. Change names of menu items for better
5096 clarity. "Mule" menu-bar item removed (it's now in the "Options"
5097 submenu).
5098
5099 2000-02-17 Gerd Moellmann <gerd@gnu.org>
5100
5101 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
5102 within the code.
5103
5104 2000-02-16 Dave Love <fx@gnu.org>
5105
5106 * faces.el: Don't require custom. Add more specific :groups to
5107 various deffaces.
5108 (set-face-attribute): Purecopy args.
5109 (read-face-name): Default to name at point and use it in prompt.
5110 Remove colon from arg in all callers.
5111 (list-faces-display): Hyperlink to face descriptions and customize
5112 buffers.
5113
5114 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
5115
5116 * wid-edit.el (widget-match-inline): An atom never matches a
5117 list.
5118
5119 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5120
5121 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5122 at ':' characters by call to split-string.
5123
5124 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5125
5126 * textmodes/bibtex.el: Added RCS version identification.
5127
5128 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5129
5130 * textmodes/bibtex.el: Some temporary comments removed.
5131 (bibtex-field-name, bibtex-entry-type): Made the relationship
5132 explicit.
5133 (bibtex-field-const): Allow capital letters.
5134 (bibtex-start-of-string): Deleted because unused.
5135
5136 * textmodes/bibtex.el: Unified some nomenclature. We no longer
5137 use the term 'reference' to describe a bibtex entry as a whole.
5138 Further, reference keys are no longer called 'labels'.
5139 (bibtex-keys): Renamed to bibtex-reference-keys.
5140 (bibtex-reformat-previous-labels): Renamed to
5141 bibtex-reformat-previous-reference-keys.
5142 (bibtex-reference-type): Renamed to bibtex-entry-type.
5143 (bibtex-reference-head): Renamed to bibtex-entry-head.
5144 (bibtex-reference-maybe-empty-head): Renamed to
5145 bibtex-entry-maybe-empty-head.
5146 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5147 (bibtex-search-reference): Renamed to bibtex-search-entry.
5148 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5149 bibtex-enclosing-entry-maybe-empty-head.
5150 (bibtex-entry-field-alist, bibtex-entry-head,
5151 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5152 bibtex-map-entries, bibtex-search-entry,
5153 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5154 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5155 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5156 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5157 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5158 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5159 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5160
5161 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5162
5163 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5164 comment.
5165 (bibtex-format-field-delimiters): New function, functionality
5166 extracted from bibtex-format-entry.
5167 (bibtex-autokey-get-yearfield-digits): New function, functionality
5168 extracted from bibtex-autokey-get-yearfield.
5169
5170 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5171 entries in order to avoid stack overflow in the regexp matcher if
5172 field contents become large.
5173 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5174 bibtex-field-string-part-not-braced,
5175 bibtex-field-string-part-no-inner-braces,
5176 bibtex-field-string-part-1-inner-brace,
5177 bibtex-field-string-part-2-inner-braces,
5178 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5179 bibtex-field-string-quoted, bibtex-field-string,
5180 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5181 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5182 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5183 as parsing is now performed by the following functions.
5184 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5185 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5186 bibtex-parse-field-string, bibtex-search-forward-field-string,
5187 bibtex-parse-association, bibtex-field-name-for-parsing,
5188 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5189 bibtex-search-forward-field, bibtex-search-backward-field,
5190 bibtex-start-of-field, bibtex-end-of-field,
5191 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5192 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5193 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5194 bibtex-parse-string, bibtex-search-forward-string,
5195 bibtex-search-backward-string, bibtex-start-of-string,
5196 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5197 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5198 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5199 entries. Instead of reporting the results of the parsing by
5200 match-beginning or match-end, these functions return data structures
5201 that hold the corresponding positions.
5202 (bibtex-enclosing-field): Changed to also report field boundaries by
5203 return values rather than by match-beginning or match-end. The
5204 following functions have been adapted to use the new parsing
5205 functions.
5206 (bibtex-skip-to-valid-entry, bibtex-search-reference,
5207 bibtex-enclosing-field, bibtex-format-entry,
5208 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5209 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5210 bibtex-print-help-message, bibtex-end-of-entry,
5211 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5212 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5213 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5214 method for parsing.
5215 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5216 bibtex-map-entries, bibtex-flash-head,
5217 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5218 bibtex-autokey-change, bibtex-autokey-get-namefield,
5219 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5220 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5221 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5222 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5223 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5224 order to make the new binding of case-fold-search immediately
5225 visible.
5226
5227 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5228
5229 * textmodes/bibtex.el: Copyright notice is up to date.
5230 Added constant 'bibtex-maintainer-salutation.
5231
5232 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5233 than make-temp-name, use match-string-no-properties and eliminate
5234 a quadratic behavior when building bibtex-strings.
5235
5236 * bibtex.el (bibtex-reference-key): Accept string entries whose
5237 reference key contains upper case letters.
5238
5239 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5240
5241 * bibtex.el (bibtex-reference-head): Allow entries to start with
5242 a new line.
5243
5244 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5245
5246 * bibtex.el: Hiding of entry bodies is not longer provided by
5247 bibtex.el directly. Instead the hideshow package can be used.
5248 Added a special bibtex entry to hs-special-modes-alist.
5249 (bibtex-hs-forward-sexp): Added for hideshow.el.
5250
5251 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5252
5253 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5254 at ':' characters by call to split-string.
5255
5256 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5257
5258 * textmodes/bibtex.el: Added RCS version identification.
5259
5260 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5261
5262 * textmodes/bibtex.el: Some temporary comments removed.
5263 (bibtex-field-name, bibtex-entry-type): Made the relationship
5264 explicit.
5265 (bibtex-field-const): Allow capital letters.
5266 (bibtex-start-of-string): Deleted because unused.
5267
5268 * textmodes/bibtex.el: Unified some nomenclature. We no longer
5269 use the term 'reference' to describe a bibtex entry as a whole.
5270 Further, reference keys are no longer called 'labels'.
5271 (bibtex-keys): Renamed to bibtex-reference-keys.
5272 (bibtex-reformat-previous-labels): Renamed to
5273 bibtex-reformat-previous-reference-keys.
5274 (bibtex-reference-type): Renamed to bibtex-entry-type.
5275 (bibtex-reference-head): Renamed to bibtex-entry-head.
5276 (bibtex-reference-maybe-empty-head): Renamed to
5277 bibtex-entry-maybe-empty-head.
5278 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5279 (bibtex-search-reference): Renamed to bibtex-search-entry.
5280 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5281 bibtex-enclosing-entry-maybe-empty-head.
5282 (bibtex-entry-field-alist, bibtex-entry-head,
5283 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5284 bibtex-map-entries, bibtex-search-entry,
5285 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5286 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5287 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5288 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5289 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5290 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5291 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5292
5293 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5294
5295 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5296 comment.
5297 (bibtex-format-field-delimiters): New function, functionality
5298 extracted from bibtex-format-entry.
5299 (bibtex-autokey-get-yearfield-digits): New function, functionality
5300 extracted from bibtex-autokey-get-yearfield.
5301
5302 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5303 entries in order to avoid stack overflow in the regexp matcher if
5304 field contents become large.
5305 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5306 bibtex-field-string-part-not-braced,
5307 bibtex-field-string-part-no-inner-braces,
5308 bibtex-field-string-part-1-inner-brace,
5309 bibtex-field-string-part-2-inner-braces,
5310 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5311 bibtex-field-string-quoted, bibtex-field-string,
5312 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5313 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5314 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5315 as parsing is now performed by the following functions.
5316 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5317 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5318 bibtex-parse-field-string, bibtex-search-forward-field-string,
5319 bibtex-parse-association, bibtex-field-name-for-parsing,
5320 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5321 bibtex-search-forward-field, bibtex-search-backward-field,
5322 bibtex-start-of-field, bibtex-end-of-field,
5323 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5324 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5325 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5326 bibtex-parse-string, bibtex-search-forward-string,
5327 bibtex-search-backward-string, bibtex-start-of-string,
5328 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5329 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5330 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5331 entries. Instead of reporting the results of the parsing by
5332 match-beginning or match-end, these functions return data structures
5333 that hold the corresponding positions.
5334 (bibtex-enclosing-field): Changed to also report field boundaries by
5335 return values rather than by match-beginning or match-end. The
5336 following functions have been adapted to use the new parsing
5337 functions.
5338 (bibtex-skip-to-valid-entry, bibtex-search-reference,
5339 bibtex-enclosing-field, bibtex-format-entry,
5340 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5341 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5342 bibtex-print-help-message, bibtex-end-of-entry,
5343 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5344 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5345 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5346 method for parsing.
5347 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5348 bibtex-map-entries, bibtex-flash-head,
5349 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5350 bibtex-autokey-change, bibtex-autokey-get-namefield,
5351 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5352 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5353 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5354 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5355 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5356 order to make the new binding of case-fold-search immediately
5357 visible.
5358
5359 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5360
5361 * textmodes/bibtex.el: Copyright notice is up to date.
5362 Added constant 'bibtex-maintainer-salutation.
5363
5364 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5365 than make-temp-name, use match-string-no-properties and eliminate
5366 a quadratic behavior when building bibtex-strings.
5367
5368 * bibtex.el (bibtex-reference-key): Accept string entries whose
5369 reference key contains upper case letters.
5370
5371 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5372
5373 * bibtex.el (bibtex-reference-head): Allow entries to start with
5374 a new line.
5375
5376 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5377
5378 * bibtex.el: Hiding of entry bodies is not longer provided by
5379 bibtex.el directly. Instead the hideshow package can be used.
5380 Added a special bibtex entry to hs-special-modes-alist.
5381 (bibtex-hs-forward-sexp): Added for hideshow.el.
5382
5383 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5384
5385 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
5386 proceedings entry type (for cross referencing). Thanks to Wagner
5387 Toledo Correa for the suggestion.
5388
5389 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
5390
5391 2000-02-14 Kenichi Handa <handa@etl.go.jp>
5392
5393 * international/characters.el: Setup case table for Vietnamese.
5394
5395 2000-02-12 Gerd Moellmann <gerd@gnu.org>
5396
5397 * uniquify.el (toplevel): Require CL at compile time.
5398 (uniquify-push): Removed.
5399
5400 * shadowfile.el (shadow-when): Removed.
5401
5402 * tempo.el (tempo-dolist, tempo-mapc): Removed.
5403 (tempo-process-and-insert-string): Use dolist instead of
5404 tempo-dolist.
5405
5406 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
5407 regexp for paragraph-start.
5408
5409 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
5410 commas as well.
5411
5412 2000-02-10 Dave Love <fx@gnu.org>
5413
5414 * wid-edit.el: (widgets) [defgroup]: Remove url link.
5415 (widget-color-choice-list, widget-color-history, widget-mouse-help):
5416 Deleted.
5417 (widget-specify-field, widget-specify-button): Don't use
5418 widget-mouse-help as help-echo property.
5419 (default): Use #'ignore for :validate and :mouse-down-action.
5420 (checkbox): Add help-echo.
5421 (widget-sexp-validate): Rewritten to clarify error messages.
5422 (character): Use char-valid-p in :match function.
5423 (widget-color-complete): Use facemenu-color-alist.
5424 (widget-color-action): Use facemenu-read-color.
5425
5426 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
5427 set up `caar' &c that we now have.
5428
5429 2000-02-09 Ray Blaak <blaak@gnu.org>
5430
5431 * delphi.el: Make resourcestring a declaration region, like const
5432 and var.
5433
5434 2000-02-09 Dave Love <fx@gnu.org>
5435
5436 * bindings.el (mode-line-input-method-map): New variable.
5437 (mode-line-mule-info): Use it; fix last change.
5438 (mode-line-mode-menu): Move definition.
5439 (mode-line-mouse-sensitive-p): Deleted.
5440 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
5441 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
5442 level.
5443
5444 * startup.el (command-line-1): Don't call
5445 make-mode-line-mouse-sensitive.
5446
5447 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5448
5449 * mail/rmail.el (rmail-retry-failure): Use
5450 rmail-beginning-of-message before rmail-toggle-header, because the
5451 former toggles headers.
5452
5453 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
5454
5455 * diff-mode.el (diff-kill-junk): New interactive function.
5456 (diff-reverse-direction): Use delete-and-extract-region.
5457 (diff-post-command-hook): Restrict the area so that the hook also works
5458 outside of any diff hunk. This is necessary for the minor-mode.
5459 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
5460 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
5461
5462 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
5463 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
5464 so that it can be used more easily in <foo>-mode-hook. Also make sure
5465 to avoid duplicate entries.
5466 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
5467 (font-lock-remove-keywords): Just as was done for `add', allow it to
5468 work even if font-lock-mode is nil. Also make sure we don't modify
5469 any pre-existing list by forcing a copy-sequence. Finally rename
5470 `major-mode' to `mode'.
5471 (font-lock-fontify-syntactic-anchored-keywords)
5472 (font-lock-fontify-anchored-keywords)
5473 (font-lock-fontify-keywords-region): Use line-end-position.
5474 Don't make `font-lock-multiline' local (it's now done in
5475 font-lock-set-defaults).
5476 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
5477 move the `font-lock-fontified' creation to inside the `unless'.
5478
5479 2000-02-06 Andrew Innes <andrewi@gnu.org>
5480
5481 * term/w32-win.el (x-handle-args): Comment out call to message,
5482 which occurs before window system is initialized.
5483
5484 * makefile.nt: Add support for recompiling lisp code.
5485
5486 2000-02-04 Dave Love <fx@gnu.org>
5487
5488 * bindings.el (mode-line-mule-info): Fix/extend last change.
5489
5490 * completion.el: Replace completion-dolist with dolist.
5491
5492 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
5493 dotimes.
5494
5495 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
5496
5497 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
5498 environment names before they go into the section regexp.
5499
5500 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
5501 char class in regexp.
5502
5503 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
5504 `case-fold-search' to nil.
5505
5506 * progmodes/idlwave.el (idlwave-template): Respect
5507 `idlwave-abbrev-change-case'.
5508 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
5509 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
5510 idlwave-while): respect `idlwave-reserved-word-upcase'.
5511 (idlwave-rw-case): New function.
5512 (idlwave-statement-match): Fixed problem with assignment regexp.
5513 (idlwave-font-lock-keywords): Improved regexp for keyword
5514 parameters.
5515 (idlwave-surround): New argument LENGTH to support padding of
5516 operators longer than 1 char.
5517
5518 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
5519 idlwave-shell-expression-overlay. Implemented printing of
5520 expressions on higher levels of the calling stack.
5521 (idlwave-shell-display-level-in-calling-stack): Restore stack
5522 level.
5523 (idlwave-retrieve-expression-from-level): New function.
5524 (idlwave-shell-last-calling-stack): Variable removed.
5525 (idlwave-shell-reset): Argument action reversed (`visible' to
5526 `hidden'). Also remove stop-line overlay.
5527 (idlwave-shell-calling-stack-routine): New variable.
5528 (idlwave-shell-parse-stack-and-display): Messages now display
5529 negative level numbers.
5530 (idlwave-shell-mode): Set `modeline-format'.
5531 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
5532 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
5533 21.
5534 (idlwave-shell-print-expression-function): New option.
5535
5536 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
5537 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
5538 `tool-bar' instead of `toolbar'.
5539
5540 2000-02-02 Dave Love <fx@gnu.org>
5541
5542 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
5543 emacs-lisp-mode-hook. Don't check for defalias being defined.
5544
5545 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5546 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
5547 the new builtins directly.
5548
5549 * whitespace.el (whitespace): Add :version to defgroup.
5550
5551 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
5552 Doc fix.
5553
5554 * thingatpt.el (sexp-at-point, symbol-at-point)
5555 (number-at-point, list-at-point): Add autoload cookie.
5556
5557 * recentf.el (recentf): Add :version to defgroup.
5558
5559 * quickurl.el (quickurl): Add :version to defgroup.
5560
5561 * elide-head.el (elide-head): Use point-marker more.
5562
5563 * bs.el (bs): Add :version to defgroup.
5564
5565 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
5566
5567 * progmodes/delphi.el (delphi): Add :version to defgroup.
5568
5569 2000-02-02 Gerd Moellmann <gerd@gnu.org>
5570
5571 * ange-ftp.el (ange-ftp-write-region): Handle case that
5572 succeeding process operation sets a different coding system.
5573
5574 * calculator.el: New file.
5575
5576 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5577
5578 * frame.el (frames-on-display-list, framep-on-display): New
5579 functions.
5580 (display-mouse-p, display-popup-menus-p, display-graphic-p)
5581 (display-selections-p, display-screens, display-pixel-width)
5582 (display-pixel-height, display-mm-width, display-mm-height)
5583 (display-backing-store, display-save-under, display-planes)
5584 (display-color-cells, display-visual-class): New functions.
5585
5586 * term/tty-colors.el (tty-color-gray-shades): New function.
5587
5588 * faces.el (display-color-p): Use framep-on-display.
5589 (display-grayscale-p): New function.
5590
5591 2000-01-31 Dave Love <fx@gnu.org>
5592
5593 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
5594 (create-fontset-from-x-resource): Don't concat integers.
5595
5596 2000-01-31 Inge Frick <inge@nada.kth.se>
5597
5598 * view.el: Some changes in documentation. Removed some trailing
5599 whitespace. Changed some parameter names to agree with
5600 documentation.
5601 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
5602 window is not deleted. Modifies change 1998-04-26.
5603
5604 2000-01-31 Gerd Moellmann <gerd@gnu.org>
5605
5606 * windmove.el: New file.
5607
5608 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
5609 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
5610 progmodes/ebnf-yac.el: Update copyright and license info.
5611
5612 * jit-lock.el (jit-lock-function): Widen before calculating end
5613 position.
5614 (jit-lock-stealth-chunk-start): Rewritten.
5615
5616 * info.el (Info-title-face-alist): Removed.
5617 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
5618 faces.
5619 (Info-fontify-node): Use these faces.
5620
5621 2000-01-30 Gerd Moellmann <gerd@gnu.org>
5622
5623 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
5624 (cl-macro-list1): Recognize `&allow-other-keys' instead of
5625 `&allow-other-keywords'.
5626
5627 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
5628 the list of directories scanned heuristically.
5629
5630 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
5631 exist.
5632
5633 2000-01-30 Jason Rumney <jasonr@gnu.org>
5634
5635 * w32-fns.el: Define w32-tty-standard-colors.
5636
5637 * startup.el (command-line): Use w32-tty-standard-colors when in
5638 w32 console mode.
5639
5640 2000-01-30 Dave Love <fx@gnu.org>
5641
5642 * jka-compr.el (jka-compr-load): Fix up load-history.
5643
5644 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
5645
5646 * emacs-lisp/cl-macs.el: Revert previous change.
5647
5648 2000-01-29 Dave Love <fx@gnu.org>
5649
5650 * facemenu.el: Purecopy various strings.
5651
5652 * timezone.el (timezone-fix-time): Window against 69 for two-digit
5653 years. Deal with three-digit years.
5654
5655 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
5656 defconst, purecopy.
5657 (help-back-label): Purecopy it.
5658
5659 2000-01-18 Gerd Moellmann <gerd@gnu.org>
5660
5661 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
5662 variable. If non-nil, order the buffer list according to the
5663 currently selected frame.
5664 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
5665 non-nil, pass the selected frame to function buffer-list.
5666
5667 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5668
5669 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
5670
5671 2000-01-28 Dave Love <fx@gnu.org>
5672
5673 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
5674
5675 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
5676 Don't use lisp-indent-hook property.
5677 (cl-abs): Remove.
5678
5679 * subr.el: Move out indent and edebug specs for when and unless.
5680
5681 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
5682 when, unless.
5683
5684 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
5685 unless, when.
5686
5687 2000-01-28 Gerd Moellmann <gerd@gnu.org>
5688
5689 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
5690 `collecting' as synonym for `collect'.
5691
5692 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
5693 for the case it contains spaces.
5694
5695 * simple.el (what-cursor-position): Change formatting of
5696 messages.
5697
5698 * frame.el (delete-other-frames): New function.
5699 (toplevel): Bind it to C-x 5 1.
5700
5701 * sort.el (sort-numeric-base): New option.
5702 (sort-numeric-fields): If number starts with `0' or `0[xX[',
5703 interpret it as octal or hexadecimal. Use sort-numeric-base
5704 as default base.
5705
5706 * progmodes/glasses.el: New file.
5707
5708 2000-01-27 Gerd Moellmann <gerd@gnu.org>
5709
5710 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
5711 userids differently.
5712
5713 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
5714 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
5715 progmodes/ebnf-yac.el: New files.
5716
5717 2000-01-26 Dave Love <fx@gnu.org>
5718
5719 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
5720 on a function with an empty body. [From Eric Ludlam.]
5721
5722 2000-01-25 Andre Spiegel <spiegel@gnu.org>
5723
5724 * vc.el (vc-version-diff): Make sure file name is expanded.
5725
5726 2000-01-25 Gerd Moellmann <gerd@gnu.org>
5727
5728 * scroll-bar.el (scroll-bar-timer): Variable removed.
5729 (scroll-bar-toolkit-scroll): Don't use a timer.
5730
5731 2000-01-25 Kenichi Handa <handa@etl.go.jp>
5732
5733 * language/thai-util.el (thai-composition-function): Delete
5734 superfluous `a'.
5735
5736 2000-01-24 Dave Love <fx@gnu.org>
5737
5738 * fortran.el (fortran-mode): Use beginning-of-defun-function,
5739 end-of-defun-function.
5740
5741 * font-lock.el (turn-on-font-lock): Don't depend on window-system
5742 &c.
5743
5744 2000-01-22 Jason Rumney <jasonr@gnu.org>
5745
5746 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
5747 conflicts with new face support.
5748
5749 2000-01-22 Richard M. Stallman <rms@gnu.org>
5750
5751 * replace.el (query-replace): Rename last arg to DELIMITED.
5752 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
5753 (query-replace-regexp): Likewise.
5754
5755 2000-01-20 Richard M. Stallman <rms@gnu.org>
5756
5757 * subr.el (with-syntax-table): Use make-symbol, not gensym.
5758
5759 * emacs-lisp/lisp.el (beginning-of-defun-function):
5760 Variable renamed from beginning-of-defun.
5761 Do not call make-variable-buffer-local.
5762 (beginning-of-defun-raw): Use new variable name; doc fix.
5763 (beginning-of-defun): Doc fix.
5764 (end-of-defun-function): Variable renamed from end-of-defun.
5765 Do not call make-variable-buffer-local.
5766 (end-of-defun): Use new variable name; doc fix.
5767
5768 * subr.el (dolist, dotimes): Copied from cl-macs.el
5769 and made to work.
5770
5771 * mail/undigest.el (rmail-digest-end-regexps):
5772 Variable replaces rmail-digest-end-regexp.
5773 Allows multiple regexps for detecting the end line.
5774 (undigestify-rmail-message): Corresponding changes.
5775
5776 2000-01-19 Dave Love <fx@gnu.org>
5777
5778 * files.el (user-init-file): Don't declare here -- is primitive.
5779
5780 * startup.el (command-line): Check for compiled user-init-file and
5781 set to uncompiled version if necessary.
5782
5783 2000-01-18 Gerd Moellmann <gerd@gnu.org>
5784
5785 * mail/undigest.el (rmail-digest-end-regexp): New user option.
5786 (undigestify-rmail-message): Use it.
5787
5788 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
5789
5790 2000-01-17 Gerd Moellmann <gerd@gnu.org>
5791
5792 * tmm.el (tmm-goto-completions): Adapt to prompt being part
5793 of mini-buffer.
5794
5795 2000-01-14 Gerd Moellmann <gerd@gnu.org>
5796
5797 * emacs-lisp/copyright.el (copyright-update): Removed the
5798 requirement for a trailing space from `copyright-regexp', to
5799 support copyrights with owner specified on a separate line..
5800
5801 * align.el: New file.
5802
5803 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
5804
5805 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
5806
5807 2000-01-13 Dave Love <fx@gnu.org>
5808
5809 * ph.el: Removed. (Obsoleted by EUDC.)
5810
5811 2000-01-13 Gerd Moellmann <gerd@gnu.org>
5812
5813 * net/eudc.el (toplevel): Remove autoloaded code installing
5814 menu with easymenu, because that causes build problems.
5815
5816 * frame.el (frame-notice-user-settings): New variable.
5817 (frame-notice-user-settings): Don't modify frame parameters
5818 if called a second time.
5819
5820 2000-01-13 Richard M. Stallman <rms@gnu.org>
5821
5822 * frame.el (frame-notice-user-settings):
5823 Notice default-frame-parameters even for non-window frames.
5824
5825 2000-01-13 Gerd Moellmann <gerd@gnu.org>
5826
5827 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
5828 for Emacs.
5829 (eudc-bob-can-display-inline-images): Extend for Emacs.
5830 (eudc-bob-toggle-inline-display): Ditto.
5831 (eudc-bob-display-jpeg): Ditto.
5832
5833 2000-01-12 Gerd Moellmann <gerd@gnu.org>
5834
5835 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
5836 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
5837 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
5838
5839 * add-log.el (add-change-log-entry): Fix error trying an `(insert
5840 nil)'.
5841
5842 * subdirs.el: Add `net' directory.
5843
5844 * net: New directory.
5845
5846 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
5847 eval-last-sexp. Don't bind debug-on-error here.
5848 (eval-last-sexp): New function. Bind debug-on-error if
5849 eval-expression-debug-on-error is non-nil.
5850 (eval-defun-2, eval-defun): Likewise.
5851
5852 * simple.el (eval-expression): Don't bind debug-on-error if
5853 eval-expression-debug-on-error is nil. Detect changed
5854 debug-on-error, and propagate new value to global binding, if
5855 eval-expression-debug-on-error is non-nil,
5856 (eval-expression-debug-on-error): Change doc string.
5857
5858 2000-01-11 Richard M. Stallman <rms@gnu.org>
5859
5860 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
5861
5862 * emacs-lisp/lisp-mode.el (with-syntax-table):
5863 Set up lisp-indent-function property.
5864
5865 * subr.el (with-syntax-table): Moved from simple.el.
5866
5867 * simple.el (with-syntax-table): Moved to subr.el.
5868
5869 2000-01-11 Gerd Moellmann <gerd@gnu.org>
5870
5871 * tmm.el (tmm-shortcut): Delete region after prompt instead
5872 of erasing buffer.
5873
5874 * textmodes/fill.el (fill-common-string-prefix): New function.
5875 (fill-context-prefix): Use the longest common prefix of first
5876 and second line fill prefix, if there is one.
5877
5878 2000-01-11 Richard M. Stallman <rms@gnu.org>
5879
5880 * array.el (array-mode): Don't use make-variable-buffer-local.
5881 Use make-local-variable for `truncate-lines'.
5882
5883 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
5884
5885 * add-log.el (add-log-current-defun): Handle user-defined
5886 add-log-current-function returning nil,
5887
5888 * add-log.el (add-change-log-entry): Insert version number
5889 if having found a current function
5890
5891 * add-log.el (add-log-current-defun): Call
5892 `add-log-current-defun-function'. Try matches at level 0 and
5893 level 1. Strip whitespace from defun found.
5894
5895 2000-01-10 John Wiegley <johnw@gnu.org>
5896
5897 * allout.el (isearch-done/outline-provisions): Added `edit'
5898 argument to correspond with the current definition of
5899 `isearch-done'.
5900
5901 2000-01-10 Dave Love <fx@gnu.org>
5902
5903 * elide-head.el (elide-head): Use point-marker, not point.
5904
5905 2000-01-10 Gerd Moellmann <gerd@gnu.org>
5906
5907 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
5908 before and after the year 2000.
5909
5910 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
5911 Add ispell- prefix.
5912
5913 2000-01-10 Ken Stevens <k.stevens@ieee.org>
5914
5915 * ispell.el: Only define dictionaries in menus when they exist.
5916 (version18p): New variable.
5917 (version20p): New variable.
5918 (xemacsp): New variable.
5919 (ispell-choices-win-default-height): Fix for XEmacs visibility.
5920 (ispell-dictionary-alist1): Added Brasileiro dictionary.
5921 (ispell-dictionary-alist6): Russian command lines no longer accept
5922 run-together words.
5923 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
5924 (ispell-dictionary-alist): Add koi8-r to customize definition.
5925 (check-ispell-version): Added documentation string. Returns
5926 library path when called non-interactively.
5927 (ispell-menu-map-needed): Uses new variables.
5928 (ispell-library-path): New variable.
5929 (ispell-decode-string): XEmacs fix for bogus variable bindings.
5930 (ispell-word): Improved documentation string. Test for valid
5931 character mappings. Correctly check typed in word changes that can
5932 result in single words split into multiple words. Returns
5933 replacement word.
5934 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
5935 replace in recursive query replace mode. Help message for
5936 recursive edit mode.
5937 (ispell-show-choices): Protect against bad framepop bindings.
5938 (ispell-help): Fix to work with XEmacs.
5939 (ispell-highlight-spelling-error): Use new variables.
5940 (ispell-overlay-window): Fix to work with XEmacs.
5941 (ispell-parse-output): Passed and returns location information
5942 tracking spelling corrections. Doesn't recheck same word on
5943 current line.
5944 (ispell-init-process): Protect against bogus XEmacs variable binding.
5945 Fix call to single argument in sleep-for. Use new variables.
5946 (ispell-region): Passed and returns location information tracking
5947 spelling corrections. Doesn't check same word on current line.
5948 Improved documentation string. Doesn't resend a line already
5949 checked to the ispell process - fixes bug in LaTeX parsing.
5950 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
5951 (ispell-skip-region): No longer skips <TT> in SGML.
5952 (ispell-process-line): Tracks location information with spelling
5953 corrections. Added documentation string. Accounts for words
5954 already accepted on this line. Don't allow query-replace on line
5955 starting with math characters. Doesn't resend a line already sent
5956 to ispell process. Fixes alignment error bug.
5957
5958 2000-01-10 Richard M. Stallman <rms@gnu.org>
5959
5960 * dired-x.el (dired-guess-shell-alist-default):
5961 Suggest xloadimage, which is free, not xv, which isn't.
5962
5963 * ange-ftp.el (ange-ftp-file-name-nondirectory):
5964 Don't ever include the host name or user name in the value.
5965
5966 2000-01-09 Gerd Moellmann <gerd@gnu.org>
5967
5968 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
5969 of a real newline.
5970
5971 2000-01-09 Stephen Eglen <stephen@gnu.org>
5972
5973 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
5974 for .png files.
5975
5976 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
5977
5978 * cus-edit.el (custom-hook-convert-widget): Fix comment.
5979
5980 2000-01-09 Gerd Moellmann <gerd@gnu.org>
5981
5982 * progmodes/cperl-mode.el: Replace ^F with ^L.
5983
5984 * sendmail.el (toplevel): Provide `sendmail' when compiling
5985 before `require'ing rmail and mailalias to prevent infinite
5986 recursion.
5987
5988 2000-01-08 Dave Love <fx@gnu.org>
5989
5990 * emacs-lisp/backquote.el: Remove inappropriate customization
5991 (allowing custom.el to use backquote).
5992
5993 2000-01-07 Dave Love <fx@gnu.org>
5994
5995 * add-log.el (add-log-debugging): Deleted.
5996 (add-change-log-entry): Treat a backup FILE-NAME as its parent
5997 file. Remove debugging code.
5998 (change-log-get-method-definition, change-log-name): Add doc.
5999 (change-log-sortable-date-at): New function.
6000 (change-log-merge): New command.
6001
6002 * time.el (display-time-string-forms): Make the Mail string active.
6003 (display-time-update): Provide help-echo for load average.
6004
6005 * bindings.el (make-mode-line-mouse2-map): New function.
6006 (mode-line-modified): Use it and simplify.
6007 (mode-line-mule-info): Provide help-echo info.
6008 (minor-mode-alist): Activate the strings.
6009 (make-mode-line-mouse-sensitive): Simplify for
6010 mode-line-buffer-identification.
6011
6012 2000-01-07 Gerd Moellmann <gerd@gnu.org>
6013
6014 * play/pong.el: New file.
6015
6016 2000-01-06 Dave Love <fx@gnu.org>
6017
6018 * array.el: Assorted cleanups for compiler warnings, doc strings,
6019 `array-' prefix for symbols.
6020
6021 2000-01-05 Dave Love <fx@gnu.org>
6022
6023 * textmodes/outline.el (outline-mode-menu-bar-map): Add
6024 outline-headers-as-kill.
6025 (outline-mode): Define imenu-generic-expression.
6026 (outline-headers-as-kill): New command.
6027
6028 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
6029 from paragraph-start.
6030 (paragraph-indent-minor-mode): New command.
6031
6032 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
6033 M-C-e, M-C-h, C-j, C-xnd, TAB.
6034 (fortran-mode): Set beginning-of-defun, end-of-defun.
6035 (fortran-column-ruler): Simplify.
6036 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
6037 (fortran-with-subprogram-narrowing): Likewise.
6038 (fortran-indent-subprogram): Call mark-defun.
6039 (fortran-check-for-matching-do): Change narrowing.
6040
6041 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
6042 (cl-lucid-hash-tag): Delete.
6043 (cl-hash-table-p): Correct test for native table.
6044 (cl-hash-table-count): Use hash-table-count.
6045
6046 * browse-url.el (browse-url): Fix case of
6047 browse-url-browser-function being an alist.
6048
6049 2000-01-05 Carsten Dominik <cd@gnu.org>
6050
6051 * textmodes/reftex-vars.el (reftex-parse-file-extension)
6052 (reftex-index-phrase-file-extension): New options.
6053
6054 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
6055 Use new option `reftex-index-phrase-file-extension'.
6056
6057 * textmodes/reftex.el (reftex-access-parse-file): Use new option
6058 `reftex-parse-file-extension'.
6059
6060 2000-01-05 Dave Love <fx@gnu.org>
6061
6062 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
6063 (beginning-of-defun-raw): Use it.
6064 (end-of-defun): New variable.
6065 (end-of-defun): Use it.
6066 (check-parens): New command.
6067
6068 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
6069
6070 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
6071 (hs-show-block): Don't use `mapcar' when not accumulating.
6072
6073 Fix buglet in local variables initialization.
6074
6075 2000-01-05 Andreas Schwab <schwab@suse.de>
6076
6077 * hscroll.el (hscroll): Doc fix.
6078
6079 2000-01-05 Carsten Dominik <cd@gnu.org>
6080
6081 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
6082 idlw-toolbar.
6083
6084 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
6085 file idlw-rinfo.el.
6086 (idlwave-customize): load must read file idlw-shell.el.
6087 (idlwave-create-customize-menu): load must read file idlw-shell.el.
6088
6089 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
6090
6091 * progmodes/idlw-shell.el: Also provide idlwave-shell
6092 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
6093 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
6094
6095 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
6096 both reftex-dcr and reftex-vcr.
6097
6098 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
6099
6100 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6101
6102 * ps-print.el: PostScript code now is in separate files, doc fix.
6103 (ps-print-version): New version number (5.0.3).
6104 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
6105 local.
6106 (ps-spool-config): Initialization fix.
6107 (ps-print-prologue-1, ps-print-prologue-2)
6108 (ps-print-duplex-feature): PostScript code moved to separated file.
6109 (ps-background-image): Little code reformating.
6110 (ps-begin-file, ps-begin-job): Fix code.
6111 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
6112 (ps-prologue-file): New fun.
6113
6114 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6115
6116 * ps-vars.el: Eliminated.
6117
6118 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
6119 `;;;###autoload'.
6120
6121 * ps-print.el: ps-vars eliminated, doc fix.
6122 (ps-print-version): New version number (5.0.2).
6123 (ps-spool-config): Initialization fix.
6124 (ps-print-customize): New fun.
6125
6126 2000-01-04 Gerd Moellmann <gerd@gnu.org>
6127
6128 * autorevert.el (auto-revert-mode): Return value of
6129 auto-revert-mode.
6130
6131 2000-01-04 Dave Love <fx@gnu.org>
6132
6133 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
6134 menu items.
6135
6136 2000-01-03 Dave Love <fx@gnu.org>
6137
6138 * elide-head.el (elide-head) [defgroup]: Add :version.
6139
6140 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
6141 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
6142 `cl-hash-table-p', not `hash-table-p'.
6143 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
6144
6145 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * faces.el (face-read-integer, read-face-attribute)
6148 (color-defined-p, color-values): unspecified-{f,b}g are now
6149 strings.
6150
6151 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
6152
6153 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
6154 at comment end, and re-insert them after filling.
6155
6156 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6157
6158 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
6159 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
6160 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
6161
6162 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6163
6164 * term/x-win.el (xw-defined-colors): Call color-supported-p,
6165 the new name of face-color-supported-p.
6166
6167 * term/w32-win.el (xw-defined-colors): Likewise.
6168
6169 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6170
6171 * simple.el (completion-setup-function): Count completion-size
6172 from minibuffer-prompt-end, not from point-min.
6173
6174 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
6175
6176 * faces.el (read-face-attribute, defined-colors, color-defined-p):
6177 Pass the frame to tty-color-* functions.
6178 (display-color-p, frame-set-background-mode): Pass the frame to
6179 tty-display-color-p.
6180
6181 * term/tty-colors.el (tty-defined-color-alist): Renamed from
6182 tty-color-alist.
6183 (tty-color-alist, tty-modify-color-alist): New functions.
6184 (tty-color-define, tty-color-clear, tty-color-approximate)
6185 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
6186 an optional parameter FRAME.
6187
6188 2000-01-01 Gerd Moellmann <gerd@gnu.org>
6189
6190 * image.el (create-image, defimage): Don't assume image data is a
6191 string.
6192
6193 * image.el (defimage): Handle specifications containing :data
6194 instead of :file.
6195 (image-type-from-data): New function.
6196 (image-type-from-file-header): Use it.
6197 (create-image): Add parameter DATA-P.
6198
6199 See ChangeLog.8 for earlier changes.