1 2000-08-16 Dave Love <fx@gnu.org>
3 * play/5x5.el: Doc fixes.
4 (5x5) <defgroup>: Add :version.
6 * play/fortune.el (fortune) <defgroup>: Add :version.
7 (fortune-append): Fix error message.
8 (fortune-from-region): Doc fix.
10 * play/pong.el (pong): Doc fix.
12 * play/morse.el: Keywords, commentary, autoloads.
14 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16 * desktop.el (desktop-save): Don't look at symbol-value of a
17 member of minor-mode-alist, unless it is boundp.
19 2000-08-16 Sam Steingold <sds@gnu.org>
21 * buff-menu.el (list-buffers-noselect): Use `dolist' instead of
22 `while'; use `with-current-buffer' instead of `save-excursion'.
23 Removed unnecessary kludges now that "*Buffer List*" is excluded.
25 2000-08-16 Kenichi Handa <handa@etl.go.jp>
27 * international/ccl.el (declare-ccl-program): Docstring modified.
28 (ccl-execute-with-args): Likewise.
30 2000-08-16 Miles Bader <miles@gnu.org>
32 * progmodes/sql.el: Add compatibility definition onf
33 comint-line-beginning-position.
35 2000-08-15 Gerd Moellmann <gerd@gnu.org>
37 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
38 'buffer-menu' property.
39 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
41 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
42 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
45 * buff-menu.el (list-buffers-noselect): Don't display the
48 * font-lock.el: Require jit-lock to prevent a very late
49 `Loading jit-lock' message.
51 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
52 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
55 2000-08-15 Miles Bader <miles@gnu.org>
57 * textmodes/ispell.el (ispell-graphic-p): New constant.
58 (ispell-choices-win-default-height, ispell-help): Use
59 `ispell-graphic-p' instead of `xemacsp'.
61 2000-08-15 Dave Love <fx@gnu.org>
63 * simple.el: Autoload widget-convert when compiling.
64 (mail-user-agent): Doc fix.
66 * help.el (function-called-at-point, variable-at-point): Use
68 (help-manyarg-func-alist): Add insert-and-inherit.
70 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
72 * delsel.el (delsel-unload-hook): New function.
74 * find-file.el: Doc fixes. Move provide to end.
75 (ff) <defgroup>: Add :link.
76 (ff-goto-click): Deleted.
77 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
80 * textmodes/tildify.el: Doc fixes.
81 (tildify) <defgroup>: Add:version.
83 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
84 (glasses-custom-set): Use set-default, not set.
85 (minor-mode-alist): Propertize the lighter.
86 (glasses-mode): Provide optional arg.
88 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
89 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
90 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
91 option. Provide :type.
92 (cwarn-configuration): Provide :type.
93 (cwarn-mode): Doc fix.
95 * add-log.el (change-log-merge): Doc fix.
96 (change-log-redate): New command.
98 * net/browse-url.el (browse-url-filename-alist): Add a clause for
100 (browse-url): Use dolist, not mapcar.
101 (browse-url-at-point): Check for null url.
102 (browse-url-event-buffer, browse-url-event-point): Functions
104 (browse-url-at-mouse, browse-url-netscape): Simplify.
106 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
108 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
109 Fix previous change to mapcan.
110 (msb--init-file-alist, msb--add-separators)
111 (msb--make-keymap-menu): Simplify.
112 (msb--choose-file-menu): Use copy-sequence.
113 (msb-mode-map): Add title to keymap.
114 (msb-unload-hook): New function.
116 * bs.el: Fix indentation.
117 (bs) <defgroup>: Add :links.
119 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
121 * calendar/timeclock.el (timeclock-file): Run .timelog through
122 convert-standard-filename.
124 2000-08-14 Gerd Moellmann <gerd@gnu.org>
126 * emacs-lisp/authors.el: New file.
128 * paren.el (show-paren-priority): New user option.
129 (show-paren-function): Set overlay priorities to
132 2000-08-14 Miles Bader <miles@gnu.org>
134 * comint.el (comint-bol): Use `forward-line 0' instead of calling
135 beginning-of-line with inhibit-field-text-motion bound.
137 2000-08-14 Gerd Moellmann <gerd@gnu.org>
139 * calendar/timeclock.el: New file.
141 2000-08-14 David Ponce <david@dponce.com>
143 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
144 `widget-button-click'. so that one can use left mouse button to
145 click on dialog buttons.
147 2000-08-14 Emmanuel Briot <briot@gnat.com>
149 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
150 identifiers, since XML is case sensitive
152 2000-08-12 Miles Bader <miles@gnu.org>
154 * comint.el (comint-output-filter): Don't bother frobbing
155 window-start, it doesn't seem to be necessary.
157 * comint.el (comint-send-string, comint-send-region): Make into
158 real functions. Snapshot the prompt before sending.
160 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
162 * info.el (Info-find-emacs-command-nodes): Rewrite to use
163 technique similar to Info-index, instead of relying on specific
164 names of relevant Index nodes.
165 (Info-goto-emacs-command-node): Bind Info-history to nil when
166 going to the first node found by Info-find-emacs-command-nodes.
168 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
170 * menu-bar.el (menu-bar-help-menu): Add a :help string.
172 2000-08-10 Miles Bader <miles@gnu.org>
174 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
176 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
178 * info.el (Info-file-list-for-emacs): More elements for the
179 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
182 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
184 * comint.el (comint-send-input): Make the newline boundary overlay
185 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
186 (comint-output-filter): Use `insert' instead of
187 `insert-before-markers'. Extend comint-last-output-overlay when
188 necessary since we can't rely on insert-before-markers to do it.
189 * gud.el (gud-filter): Use `with-current-buffer' instead of
190 save-excursion when inserting the output, so that point gets
191 updated correctly; the old method relied on a rather dodgy
192 side-effect of comint-output-filter to avoid the effect of
195 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
197 * files.el (recover-file): Call insert-directory instead of
198 invoking `ls' directly.
200 2000-08-10 Miles Bader <miles@gnu.org>
202 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
203 (comint-last-prompt-overlay): New variables.
204 (comint-output-filter): Implement prompt highlighting.
205 (comint-snapshot-last-prompt): New function.
206 (comint-send-input): Snapshot the last prompt.
207 Use comint-highlight-input-face.
208 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
209 Use defface instead of defcustom.
210 (send-invisible, comint-send-eof): Snapshot the last prompt.
211 (comint-delchar-or-maybe-eof): Use comint-send-eof.
212 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
214 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
216 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
217 (regexp-opt-group): Use a list of chars for `letters'.
218 (regexp-opt-charset): `chars' is now a list of chars.
219 Use a char-table rather than a vector so it works for multibyte chars.
221 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
222 Set cvs-minor-current-files to the selected fileinfo.
223 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
224 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
226 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
228 * files.el (insert-directory): Don't call access-file on
229 directories on DOS and Windows.
231 2000-08-09 Kenichi Handa <handa@etl.go.jp>
233 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
235 (ccl-embed-code): Call ccl-embed-data to store CODE in
238 2000-08-09 Miles Bader <miles@gnu.org>
240 * comint.el (comint-output-filter): Properly handle the case where
241 the text surrounded by comint-last-output-overlay was deleted.
243 2000-08-08 Gerd Moellmann <gerd@gnu.org>
245 * info.el (Info-insert-dir): Use Info-additional-directory-list if
247 (Info-file-list-for-emacs): Remove "info" from the list because
248 that leads to trying to use the documentation from file `info'
249 in various situations where it isn't appropriate, for instance
252 * ffap.el (ffap-read-file-or-url-internal): Handle case that
253 DIR and/or STRING are nil.
255 * progmodes/compile.el (compilation-setup): Make variable
256 compilation-error-screen-columns buffer-local, as some comment
257 in the code suggests it should be.
259 * files.el (auto-mode-interpreter-regexp): New variable.
260 (set-auto-mode): Use it.
262 * indent.el (indent-for-tab-command): Doc fix.
264 * mouse-sel.el (mouse-sel-mode): Doc fix.
266 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
269 * help.el (print-help-return-message): When
270 display-buffer-reuse-frames is set, let the help window been quit,
271 instead of deleting it, which might delete a reused frame.
273 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
275 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
276 rename a directory to a name that differs only by its letter case.
278 2000-08-08 Kenichi Handa <handa@etl.go.jp>
280 * international/quail.el (quail-define-rules): Handle Quail decode
281 map correctly. Add code for supporting annotations.
282 (quail-install-decode-map): New function.
283 (quail-defrule-internal): New optional arguments decode-map and
285 (quail-advice): New function.
287 2000-08-07 Sam Steingold <sds@gnu.org>
289 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
290 `defconst', `define-condition', `with-slots'.
291 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
293 2000-08-03 Miles Bader <miles@gnu.org>
295 * comint.el (comint-use-prompt-regexp-instead-of-fields):
297 (comint-prompt-regexp, comint-get-old-input): Document dependence on
298 comint-use-prompt-regexp-instead-of-fields.
299 (comint-send-input): Add `input' field property to stuff we send to
300 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
301 (comint-output-filter): Add `output' field property to process
302 output, if comint-use-prompt-regexp-instead-of-fields is nil.
303 (comint-replace-by-expanded-history)
304 (comint-get-old-input-default, comint-show-output)
305 (comint-backward-matching-input, comint-forward-matching-input)
306 (comint-next-prompt, comint-previous-prompt): Use field
307 properties if comint-use-prompt-regexp-instead-of-fields is nil.
308 (comint-line-beginning-position): New function.
309 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
310 (comint-replace-by-expanded-history-before-point): Use
311 comint-line-beginning-position and line-end-position.
312 (comint-last-output-overlay): New variable.
313 (comint-mode): Make `comint-last-output-overlay' buffer-local.
315 * shell.el (shell-prompt-pattern): Doc change.
316 (shell-backward-command): Use line-beginning-position.
318 * gud.el (gud-gdb-complete-command): Use
319 comint-line-beginning-position.
321 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
322 comint-bol doesn't actually go to the beginning of the line.
324 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
325 if comint-use-prompt-regexp-instead-of-fields is non-nil.
326 (try-expand-line-all-buffers): Likewise.
328 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
329 explicitly matching comint-prompt-regexp.
330 (sql-copy-column): Use comint-line-beginning-position instead of
331 explicitly matching comint-prompt-regexp.
333 * progmodes/octave-inf.el (inferior-octave-complete): Use
334 comint-line-beginning-position.
336 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
338 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
339 looking for a prompt, use `forward-line 0' instead of
340 `beginning-of-line', to avoid getting caught by an input field.
342 2000-08-07 Gerd Moellmann <gerd@gnu.org>
344 * files.el (shell-quote-wildcard-pattern): Make sure to return
345 PATTERN, in the Unix case.
347 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
349 * play/zone.el (zone): Discard any pending input before running
350 the randomly-chosen pgm.
352 2000-08-07 Kenichi Handa <handa@etl.go.jp>
354 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
355 checking the existence of any multibyte characters.
357 2000-08-06 Gerd Moellmann <gerd@gnu.org>
359 * help.el (describe-mode): Test minor-mode symbol for being
360 bound before testing its value for being nil.
362 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
363 `first', `second', and `third'.
365 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
366 (second): Make it an alias for `cadr'.
368 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
370 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
371 types of display support faces now.
373 2000-08-05 Gerd Moellmann <gerd@gnu.org>
375 * pcvs.el (require): Require `cl' during compilation, only.
377 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
378 (toplevel): Remove `remq' and `remove' from autoloads.
379 (cl-fake-autoloads): New variable. If set, arrange for an error
380 when CL functions etc. are autoloaded.
382 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
384 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
386 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
387 popped up, but the user clicks outside the menu, return an empty
388 regexp (that causes unhighlight-regexp to have no effect).
390 * menu-bar.el (menu-bar-games-menu): Add Zone.
392 * hi-lock.el (toplevel): Require font-lock.
394 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
396 * ebnf2ps.el: Get around a bug on skip-chars-forward.
397 (ebnf-8-bit-chars): New var for bug fix.
398 (ebnf-string): Bug fix.
400 2000-08-03 Sam Steingold <sds@gnu.org>
402 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
403 instead of `buffer-string'.
404 (require 'cl): Always, not just when compiling.
405 `ignore-errors' in `interactive', `list*', `defun*' &c make this
408 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
410 * international/mule-cmds.el (select-safe-coding-system): Make
411 the message text about selecting a safe coding system more clear.
413 2000-08-02 Gerd Moellmann <gerd@gnu.org>
415 * hi-lock.el: New file.
417 * play/zone.el: New file.
419 * replace.el (occur): Set tab-width in the *Occur* buffer to the
420 value of tab-width in the original buffer. Choose a line number
421 format that's a multiple of the original buffer's tab width, so
422 that lines appear right.
424 * textmodes/ispell.el (ispell): New function, replacing an alias.
425 Spell-check active region if in transient-mark-mode and mark
426 is active; otherwise spell-check buffer.
428 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
430 * ps-mule.el: Fix a customization problem on
431 ps-mule-font-info-database-default.
433 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
435 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
436 display-mouse-p instead of window-system.
437 (ebrowse-member-mode-map): Ditto.
439 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
441 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc
443 (ebnf-version): New version number (3.2).
444 (ebnf-format-color, ebnf-begin-job): Code fix.
446 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
448 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
449 font lock support on window-system.
450 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
452 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
453 display-color-p, if fboundp, instead of window-system.
455 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
457 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
458 instead of window-system.
460 * wid-edit.el (widget-choose): Use display-mouse-p instead of
462 (widget-choice-mouse-down-action): Use display-popup-menus-p
463 instead of window-system.
465 * strokes.el (strokes-file): Run the file name through
466 convert-standard-filename.
467 (strokes-mode): Call display-mouse-p instead of looking at
468 window-system. Change the error message accordingly.
470 * progmodes/cpp.el (toplevel): Support faces on tty's.
472 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
473 (lm-plot-square, lm-init-display): Don't use window-system.
475 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
476 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
478 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
479 instead of looking at window-system.
481 2000-07-30 Gerd Moellmann <gerd@gnu.org>
483 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
484 of testing if iswitchb-prepost-hooks is bound, because the
485 latter will always be true when invoking a recursive minibuffer
486 from an active Iswitchb buffer.
488 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
490 * files.el (shell-quote-wildcard-pattern): New function.
491 (insert-directory): Call it. Only prepend "\" to command on Unix
492 and GNU/Linux systems.
494 2000-07-30 Gerd Moellmann <gerd@gnu.org>
496 * eshell/esh-groups.el: Change custom :link file names
497 from `eshell.info' to `eshell'.
499 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
501 * dired.el (dired-build-subdir-alist): Expand subdirectory names
502 correctly in recursive ange-ftp listings.
504 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
506 * ps-print.el: Fix bug 1: if ps-font-size-internal,
507 ps-header-font-size-internal and
508 ps-header-title-font-size-internal variables are not set,
509 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
510 face text property is (foreground-color . COLOR) or
511 `(background-color . COLOR)', ps-print crashes. Doc fix.
512 (ps-print-version): New version number (5.2.4).
513 (ps-plot-region): Code fix.
514 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
515 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
518 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
520 * glasses.el (glasses-make-readable): Fix uncapitalization of
521 identifiers like `myXMLDocument'.
523 2000-07-28 Karl Fogel <kfogel@red-bean.com>
525 * mail/mail-hist.el (mail-hist-previous-input)
526 (mail-hist-next-input): Do the obvious code factorization.
527 (mail-hist-retrieve-and-insert): New func, contains common
529 If inserting a message body, leave point at top.
531 2000-07-28 Sam Steingold <sds@gnu.org>
533 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
534 Use `<=', not `<' to compare times!
535 (ange-ftp-ls): Remove.
537 2000-07-27 Gerd Moellmann <gerd@gnu.org>
539 * play/cookie1.el: Add explanation of how to make cookie.el
540 compatible with strfile(1) to comment.
542 * subr.el (remove, remq): New functions.
544 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
545 escape `*' in regexps.
546 (midnight-find): Reverse order of arguments in the funcall of
549 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
552 * play/meese.el: Add Commentary section.
554 2000-07-27 Alex Schroeder <alex@gnu.org>
556 * sql.el (sql-ms): Added autoload cookie.
557 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
559 (sql-help): Doc change.
561 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
562 types and exceptions.
564 2000-07-27 Alex Schroeder <alex@gnu.org>
566 * sql.el (sql-placeholder-history): New variable.
567 (sql-query-placeholders-and-send): New function that will query
568 the user and replace placeholders with user input.
569 (sql-oracle): If running on NT, set comint-input-sender to
570 sql-query-placeholders-and-send.
572 (sql-stop): If in the SQLi buffer, insert stop notification, else
573 present it as a message.
575 2000-07-27 Alex Schroeder <alex@gnu.org>
577 * sql.el (sql-input-ring-separator): Doc change.
578 (sql-input-ring-file-name): Doc change.
579 (sql-interactive-mode): Use `sql-input-ring-separator' and
580 `sql-input-ring-file-name' to set the comint-mode equivalents
581 without making them local variables.
582 (sql-stop): Don't bind `sql-input-ring-separator' and
583 `sql-input-ring-file-name' dynamically to their comint-mode
586 2000-07-27 Kenichi Handa <handa@etl.go.jp>
588 * international/mule.el (register-char-codings): New function.
589 (make-coding-system): Handle `safe-chars' specification in the arg
592 * international/mule-cmds.el
593 (find-coding-systems-region-subset-p): This function deleted.
594 (sort-coding-systems-predicate): New variable.
595 (sort-coding-systems): New function.
596 (find-coding-systems-region): Use
597 find-coding-systems-region-internal.
598 (find-coding-systems-string): Use find-coding-systems-region.
599 (find-coding-systems-for-charsets): Check
600 char-coding-system-table.
601 (select-safe-coding-system-accept-default-p): New variable.
602 (select-safe-coding-system): Mostly rewritten. New argument
604 (select-message-coding-system): Call select-safe-coding-system
605 with ACCEPT-DEFAULT-P arg.
606 (reset-language-environment): Reset default-sendmail-coding-system
607 to the default value iso-latin-1.
608 (set-language-environment): Don't set the obsolete variable
609 charset-origin-alist.
611 * international/codepage.el (cp-coding-system-for-codepage-1):
612 Give `safe-chars' property to make-coding-system.
614 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
615 calling select-message-coding-system twice.
617 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
618 instead of `safe-charsets'.
619 (cyrillic-alternativnyj): Likewise.
620 (ccl-encode-alternativnyj): Don't check the charset
623 2000-07-27 Kenichi Handa <handa@etl.go.jp>
625 * composite.el (compose-chars-after): Preserve match data.
627 2000-07-26 Sam Steingold <sds@gnu.org>
629 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
630 (ange-ftp-real-file-newer-than-file-p): New function.
631 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
632 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
634 * tooltip.el (tooltip-float-time): Removed (use `float-time').
635 * midnight.el (midnight-float-time): Ditto.
637 2000-07-26 Andreas Schwab <schwab@suse.de>
639 * files.el (normal-backup-enable-predicate): Correct
640 interpretation of the return value of compare-strings.
642 2000-07-26 Gerd Moellmann <gerd@gnu.org>
644 * isearch.el (isearch-resume): New function.
645 (isearch-done): Add something to command-history to resume
647 (isearch-yank-line, isearch-yank-word): Use
648 buffer-substring-no-properties instead of buffer-substring.
650 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
651 of flyspell-mouse-map.
653 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
654 duplicate definition.
655 (makefile-mode): Remove duplicate setting of local-abbrev-table.
657 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
658 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
660 2000-07-25 Sam Steingold <sds@gnu.org>
662 * net/ange-ftp.el: Get modtime over the net.
663 (ange-ftp-file-modtime): New function.
664 (ange-ftp-write-region, ange-ftp-insert-file-contents)
665 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
667 (ange-ftp-dot-to-slash): New function.
668 (ange-ftp-fix-name-for-vms): Use it.
670 * midnight.el (midnight-buffer-display-time): Use
671 `with-current-buffer'.
673 2000-07-25 Gerd Moellmann <gerd@gnu.org>
675 * find-dired.el: Update copyright notice.
676 (find-dired): Offer to kill a running `find'.
678 * enriched.el (enriched-face-ans): For a `foreground-color'
679 property, return '(("x-color" COLOR))' so that COLOR will be
680 output as a parameter of the x-color annotation. Likewise for the
681 `background-color' property. In the case of normal face
682 properties, don't return annotations for unspecified foreground
683 and background face attributes.
685 2000-07-25 Kenichi Handa <handa@etl.go.jp>
687 * language/japan-util.el (japanese-katakana-region): Fix handling
690 2000-07-25 Miles Bader <miles@gnu.org>
692 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
693 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
696 2000-07-24 Andrew Innes <andrewi@gnu.org>
698 * timer.el (timer-activate-when-idle): Add optional parameter
699 DONT-WAIT. Update docstring.
700 (run-with-idle-timer): Specify extra parameter to
701 timer-activate-when-idle, so that timer will be activated
702 immediately if Emacs is already idle.
704 * w32-fns.el (w32-using-nt): Fix docstring.
706 2000-07-24 Dave Love <fx@gnu.org>
708 * mouse.el (popup-menu): Set last-command-event.
709 (mouse-major-mode-menu-prefix): Declare.
711 2000-07-24 Gerd Moellmann <gerd@gnu.org>
713 * textmodes/flyspell.el: Update to author's version 1.5d.
715 * progmodes/hideshow.el: Update copyright notice.
717 * vcursor.el: Set maintainer to FSF, since author cannot
720 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
722 * info.el (Info-goto-emacs-key-command-node): Leave a space after
725 * mouse.el (popup-menu): Run the keymap through indirect-function,
726 in case it was defined with define-prefix-key. If the menu is a
727 list of keymaps, look up the binding of user's choice in each one
729 (mouse-popup-menubar): If the global and local menu-bar keymaps
730 don't have a prompt string, create one and insert it into the
731 keymap. Don't barf if current-local-map returns nil.
733 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
735 * dired.el (dired-sort-R-check): Added to allow recursive listing
737 (dired-sort-other): Use it.
739 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
741 * Release of cc-mode 5.27
743 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
745 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
746 c-beginning-of-statement-1 that caused a bad case of recursion
747 which could consume a lot of CPU in large classes in languages
748 that have in-expression classes (i.e. Java and Pike).
750 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
751 statements before top level constructs (i.e. case 6 is moved
752 before case 5 and is now case 4) to catch in-expression
753 classes in top level expressions correctly.
755 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
757 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
758 objc-method-intro. Case 4 removed and case 5I added.
760 * cc-langs.el (c-append-paragraph-start): New variable used by
761 c-common-init to get paragraph-start correct.
762 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
763 initialize paragraph-start to make it correct both with and
764 without the javadoc special case.
766 * cc-mode.el (java-mode): Use c-append-paragraph-start to
767 initialize paragraph-start for javadoc markup.
769 * cc-vars.el (c-style-variables-are-local-p): Incompatible
770 change by defaulting this to t. It's motivated by the
771 confusing behavior that otherwise arise from the style system
772 when editing both java and non-java files at the same time
773 (see the comments about style setting in c-common-init).
775 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
777 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
778 similar to the one in c-fill-paragraph to check the fill
779 prefix from the adaptive fill function for sanity.
781 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
783 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
786 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
788 * cc-mode.texi Documented the change of cpp-macro.
790 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
792 * cc-align.el (c-lineup-multi-inher): Handle lines with
793 leading comma nicely. Extended to handle member initializers
796 * cc-engine.el: (c-beginning-of-inheritance-list,
797 c-guess-basic-syntax): Fixed recognition of inheritance lists
798 when the lines begins with a comma.
800 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
802 * cc-vars.el (c-offsets-alist): Changed default for
803 member-init-cont to c-lineup-multi-inher since it now handles
804 member initializers and indents better for leading commas.
806 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
808 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
809 handling that caused class open lines to be recognized as
810 statement-conts in some cases.
812 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
813 guessed by the adaptive fill function unless point is on the
814 first line of a block comment.
816 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
817 when the buffer ends with a macro continuation char.
819 * cc-engine.el (c-guess-basic-syntax): Added support for
820 function definitions as statements in Pike. The first
821 statement in a lambda block is now labeled defun-block-intro
822 instead of statement-block-intro.
824 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
825 so that the class surrounding point is selected, not the one
826 innermost in the state.
828 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
829 recognition of switch labels having hanging multiline
832 * cc-engine.el (c-beginning-of-member-init-list): Broke out
833 some code in c-guess-basic-syntax to a separate function.
834 * cc-engine.el (c-just-after-func-arglist-p): Fixed
835 recognition of member inits with multiple line arglists.
836 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
837 member-init-cont when the commas are in funny places.
839 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
841 * cc-defs.el (c-auto-newline): Removed this macro since it's
844 * cc-engine.el (c-looking-at-bos): New helper function.
845 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
846 inexpr and toplevel classes apart in Pike.
848 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
851 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
852 constant, since "class" can introduce an in-expression class
855 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
857 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
858 indentation on cpp-macro lines.
860 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
861 a syntax modifier like comment-intro, to make it possible to
862 get syntactic indentation for preprocessor directives. It's
863 incompatible wrt to lineup functions on cpp-macro, but it has
864 no observable effect in the 99.9% common case where cpp-macro
867 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
869 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
870 member-init-cont when the preceding arglist is several lines.
872 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
874 * cc-styles.el (c-style-alist): The basic offset for the BSD
875 style corrected to 8.
877 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
879 * cc-styles.el (c-style-alist): Adjusted the indentation of
880 brace list openers in the gnu style.
882 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
884 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
886 * cc-cmds.el (c-electric-brace, c-electric-slash,
887 c-electric-star, c-electric-semi&comma, c-electric-colon,
888 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
889 when c-syntactic-indentation is nil.
891 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
892 we were left at comments preceding the first statement when
893 reaching the beginning of the buffer.
895 * cc-vars.el (c-syntactic-indentation): New variable to turn
896 off all syntactic indentation.
898 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
900 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
901 between the text and the block comment ender when it hangs,
902 depending on how many there are before the fill.
904 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
906 * cc-engine.el (c-beginning-of-closest-statement): New helper
907 function to go back to the closest preceding statement start,
908 which could be inside a conditional statement.
909 * cc-engine.el (c-guess-basic-syntax): Use
910 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
912 * cc-engine.el (c-guess-basic-syntax): Better handling of
913 arglist-intro, arglist-cont-nonempty and arglist-close when
914 the arglist is nested inside parens. Cases 7A, 7C and 7F
917 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
918 up-to-date with javadoc 1.2.
920 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
922 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
923 multiline Pike type decls.
925 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
927 * cc-cmds.el (c-indent-new-comment-line): Always break
928 multiline comments in multiline mode, regardless of
931 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
933 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
934 fully::qualified::names in C++ member init lists. Preamble in
937 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
939 * cc-langs.el (c-common-init): Handling of obsolete variables
940 moved to c-initialize-cc-mode. More compatible style override
941 when using global style variables.
942 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
943 variables moved here.
945 * cc-mode.texi: Documented the special behavior of
946 c-special-indent-hook as a style variable. Don't talk about
947 doing (c-make-styles-buffer-local t) in a mode hook, since
948 that's already too late to work right.
950 * cc-styles.el (c-make-styles-buffer-local): Flag style
951 variable localness in c-style-variables-are-local-p to make
952 the compatibility measure in c-common-init work well.
954 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
955 longer contain set-from-style.
956 * cc-styles.el (c-initialize-builtin-style): Don't check for
957 set-from-style on c-special-indent-hook.
958 * cc-styles.el (c-copy-tree): Obsolete. The standard function
959 copy-alist is sufficient now.
961 * cc-styles.el (c-set-style, c-set-style-1,
962 c-get-style-variables): Fixes to variable initialization so
963 that duplicate entries in styles have the same effect
964 regardless of DONT-OVERRIDE.
966 * cc-styles.el (c-set-style-2): Fixed bug where the
967 initialization of inheriting styles failed when the
968 dont-override flag is set.
970 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
973 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
975 * cc-defs.el (c-forward-comment): Removed the workaround
976 introduced in 5.38 since it had worse side-effects. If a line
977 contains the string "//\"", it regarded the // as a comment
978 start since the \ temporarily doesn't have escape syntax.
980 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
982 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
983 ada-xref.el before ada-prj.el, so that the Project menu is created
984 when ada-prj tries to add to it.
985 (ada-activate-keys-for-case): Suppress the characters that are not
986 part of the Ada syntax. Better compatibility with else-mode
987 (ada-adjust-case-interactive): When auto-casing is not active,
988 correctly insert newlines (used to insert only ^M). Prevent the
989 syntax table from being changed in case of an error
990 (or '_' becomes part of a word and some commands are confused).
991 Do nothing if ada-auto-case is nil.
992 (ada-after-keyword-p): Ignore keywords that are also attributes
993 (ada-batch-reformat): Update usage comment
994 (ada-call-from-contextual-menu): New function
995 (ada-case-read-exceptions): Reinitialize the casing exception list
996 first to nil first, so that the casing exception file can be
998 (ada-check-defun-name): Handles "configure" keyword for gnatdist
1000 (ada-compile-goto-error): Fix regexp used to detect a file:line
1001 anywhere in the error message
1002 (ada-contextual-menu-last-point): New variable
1003 (ada-create-keymap): If the variable delete-key-deletes-forward is
1004 t on XEmacs, it means that DEL should delete one character
1006 (ada-create-menu): Use :included instead of :visible for XEmacs.
1007 New submenu "Options".
1008 (ada-end-stmt-re): Correctly indent "select ... then abort"
1010 (ada-fill-comment-paragraph): Correctly delete all leading '--'
1011 even if they don't match ada-fill-comment-prefix Fix handling of
1012 paragraphs on the first or last line of a file.
1013 (ada-format-paramlist): Fix handling of default parameter values.
1014 (ada-get-body-name): New function.
1015 (ada-get-current-indent): Optimized by searchling directly for an
1016 existing generic part or a statement outside of it. Handle
1017 ada-indent-align-comments when indenting comments Replaced some
1018 regexps by testing directly the next character. This results in a
1019 huge speedup on some files. New indentation scheme for renames
1020 statements. Stop looking for the 'while' or 'for' associated with
1021 a 'loop' at the first semicolon encountered. A "return" can also
1022 match an anonymous access subprogram declaration.
1023 (ada-get-indent-noindent): Ignore strings and comments when
1024 looking for the keywords "record" and "private".
1025 (ada-goto-matching-decl-start): When matching "if", make sure we
1026 are not in fact seeing "end if". Ignore "when" statements except
1027 when initial keyword was "begin". Fix handling of nested
1028 procedures. Add a recursive call to this function to skip over
1029 other 'end' statmts. Fix indentation for "when .. => begin"
1030 (ada-in-open-paren-p): Fix indentation for complex boolean
1031 expressions, where 'and then', 'or else' and parenthesis
1032 statements are mixed up.
1033 (ada-in-paramlist-p): Skip comments while searching for the
1034 beginning Fix handling of operator declarations.
1035 (ada-indent-align-comments): New variable
1036 (ada-indent-current): Change the syntax table only in the
1037 protected section, so that we are sure it is restored correctly.
1038 (ada-indent-on-previous-lines): Use ada-use-indent and
1039 ada-with-indent Correctly indent "select ... then"
1040 (ada-indent-region): Slight speedup.
1041 (ada-indent-renames): New variable.
1042 (ada-last-which-function-subprog, ada-last-which-function-line):
1044 (ada-looking-at-semi-private): Correctly indent the 'private'
1045 keyword when it is the first word in a package declaration.
1046 (ada-loose-case-word): Stop searching if at the end of the buffer.
1047 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
1048 even if point is not initially at the end of the word.
1049 (ada-matching-decl-start-re): Add "when".
1050 (ada-mode): Add support for abbrev-mode, outline-mode and
1051 which-func-mode Override the old find-file.el entry in
1052 ff-special-constructs since it is using the obsolete
1053 ada-spec-suffix variable
1054 (ada-no-auto-case): New function
1055 (ada-scan-paramlist): When parsing the argument type, accept
1056 spaces (as in "X 'Class", generated by Rational Rose).
1057 (ada-other-file-name): No longer loads the other file.
1058 (ada-popup-menu): Save and restore the current buffer and cursor
1059 position before and after displaying the menu.
1060 (ada-search-ignore-complex-boolean): New function.
1061 (ada-uncomment-region): Emacs21 already knows how to delete
1062 comments not starting in the first column.
1063 (ada-use-indent): New variable
1064 (ada-which-function): New function.
1065 (ada-with-indent): New variable
1066 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
1067 can be batch-compiled from the command line.
1069 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
1070 Add to the menu when the file is loaded, not in ada-mode-hook.
1071 Add -toolbar to the default ddd command Switches moved from
1072 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
1073 ada-prj-default-comp-opt
1074 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
1075 Reference Manual to the menu
1076 (ada-check-current): rewritten as a call to ada-compile-current
1077 (ada-compile): Removed.
1078 (ada-compile-application, ada-compile-current, ada-check-current):
1079 Set the compilation-search-path so that compile.el automatically
1080 finds the sources in src_dir. Automatic scrollong of the
1081 compilation buffer. C-uC-cC-c asks for confirmation before
1083 (ada-compile-current): New parameter, prj-field
1084 (ada-complete-identifier): Load the .ali file before doing
1086 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
1087 conform to gnatmake's behavior.
1088 (ada-find-file-in-dir): New function
1089 (ada-find-references): Set the environment variables for gnatfind
1090 (ada-find-src-file-in-dir): New function.
1091 (ada-first-non-nil): Removed
1092 (ada-gdb-application): Add support for jdb, the java debugger.
1093 (ada-get-ada-file-name): Load the original-file first if not done
1095 (ada-get-all-references): Handles the new ali syntax (parent types
1096 are found between <>).
1097 (ada-initialize-runtime-library): New function
1098 (ada-mode-hook): Always load a project file when a file is opened,
1099 so that the casing exceptions are correctly read.
1100 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
1101 (ada-parse-prj-file): Use find-file-noselect instead of find-file
1102 to open the project file, since the latter does not work with
1103 speedbar Get default values before loading the prj file, or the
1104 default executable file name is wrong. Use the absolute value of
1105 src_dir to initialize ada-search-directories and
1106 compilation-search-path,... Add the standard runtime library to
1107 the search path for find-file.
1108 (ada-prj-default-debugger): Was missing an opening '{'
1109 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
1111 (ada-prj-default-gnatmake-opt): New variable
1112 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
1113 buffers, the project file is the default one Save the windows
1114 configuration before displaying the menu.
1115 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
1116 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
1117 ...) regexp-quote identifiers names to support operators +,
1119 (ada-remote): New function.
1120 (ada-run-application): Erase the output buffer before starting the
1121 run Support remote execution of the application. Use
1122 call-process, or the arguments are incorrectly parsed
1123 (ada-set-default-project-file): Reread the content of the active
1124 project file, not the one from the current buffer When a project
1125 file is set as the default project, all directories are
1126 automatically associated with it.
1127 (ada-set-environment): New function
1128 (ada-treat-cmd-string): New special variable ${current}
1129 (ada-treat-cmd-string): Revised. The substitution is now done for
1130 any ${...} substring
1131 (ada-xref-current): If no body was found, compiles the spec
1132 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
1133 compiler to get rid of command line length limitations.
1134 (ada-xref-get-project-field): New function
1135 (ada-xref-project-files): New variable
1136 (ada-xref-runtime-library-specs-path)
1137 (ada-xref-runtime-library-ali-path): New variables
1138 (ada-xref-set-default-prj-values): Default run command now does a
1139 cd to the build directory. New field: main_unit Provide a default
1140 file name even if the current buffer has no prj file.
1143 Rewritten to show a tabbed-dialog.
1144 (ada-prj-add-ada-menu): Remove the map and name parameters.
1145 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
1147 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
1148 (ada-prj-load-from-file): New function
1149 (ada-prj-save): Always save fields that depend on the current buffer
1150 (ada-prj-show-value): New function
1152 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
1153 Ada mode. This will allow us to display the Ada menu in any buffer
1154 we want (for project items).
1155 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
1156 number of spaces in the header.
1158 2000-07-24 Dave Love <fx@gnu.org>
1160 * ediff-init.el (ediff-region-help-echo): Bind face-help.
1162 2000-07-23 Noah Friedman <friedman@splode.com>
1164 * type-break.el (type-break): perform autosave.
1165 Suggested by Stephen Gildea <gildea@intouchsys.com>.
1166 (type-break-do-query): Cancel query schedule while performing
1167 actual query, to avoid possibility of a second query being made
1168 while first one is already in progress.
1169 (type-break-time-stamp-format): New variable.
1170 (type-break-time-stamp): New function.
1171 (type-break-time-warning): Use it.
1172 (type-break-keystroke-warning): Use it.
1173 (type-break-noninteractive-query): Use it.
1175 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
1177 Use add-minor-mode to set minor-mode-alist, if available.
1178 (eldoc-echo-area-use-multiline-p): New user option.
1179 (eldoc-echo-area-multiline-supported-p): New variable.
1180 (eldoc-docstring-format-sym-doc): Use them.
1181 (eldoc-mode): If not using idle timers, append to local post and
1182 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
1183 (eldoc-display-message-no-interference-p): Don't interfere with
1185 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
1186 (eldoc-function-arglist): New function.
1187 (eldoc-function-argstring): Use it.
1189 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
1190 auto save directory exists before calling directory-files.
1192 2000-07-23 Dave Love <fx@gnu.org>
1194 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
1197 2000-07-21 Dave Love <fx@gnu.org>
1199 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
1200 now passed to the function. It now works properly.
1202 * smerge-mode.el (smerge-mode-menu): Fill it out.
1204 2000-07-20 Gerd Moellmann <gerd@gnu.org>
1206 * info-look.el (info-lookup): If *info* is shown in another frame
1207 on the same display, select that frame, instead of switching to
1208 the Info buffer in another window of the selected frame.
1210 * simple.el (universal-argument-map): Bind numeric keypad keys
1211 kp-0 to kp-9 and kp-subtract.
1212 (digit-argument): Handle these keys.
1214 2000-07-20 Dave Love <fx@gnu.org>
1216 * net/goto-addr.el (goto-address-fontify): Don't bother with
1217 buffer-modified and read-only stuff -- irrelevant with overlays.
1218 Put an extra property on the overlays and use it to clean up in
1219 case goto-address is re-run.
1221 2000-07-19 Richard M. Stallman <rms@gnu.org>
1223 * timer.el (run-with-idle-timer): Doc fix.
1225 * mail/mail-utils.el (mail-strip-quoted-names):
1226 Handle case where <...> appears inside "...".
1227 Use replace-match to edit the string more simply.
1228 (rmail-dont-reply-to): Cope with an unmatched ".
1230 2000-07-19 Dave Love <fx@gnu.org>
1232 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
1235 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
1236 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
1237 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
1239 2000-07-19 Gerd Moellmann <gerd@gnu.org>
1241 * textmodes/refer.el: Correct maintainer's email address.
1243 * progmodes/hideif.el: Correct author's email address.
1244 Fix typo in comment.
1248 * mail/mailheader.el: Correct author's mail address.
1250 * gnus/parse-time.el: Correct author's mail address.
1252 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
1254 * comint.el (comint-highlight-input, comint-highlight-face):
1256 (comint-input-ring-file-name): Change custom type.
1257 (comint-mode-map): Bind mouse-2.
1258 (comint-insert-clicked-input): New function.
1259 (comint-send-input): Handle input highlighting.
1261 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
1263 * mouse.el (popup-menu): New function.
1264 (mouse-major-mode-menu): Use it.
1266 2000-07-18 Dave Love <fx@gnu.org>
1268 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
1271 2000-07-18 Gerd Moellmann <gerd@gnu.org>
1273 * faces.el (face-font-selection-order)
1274 (face-font-family-alternatives): Add custom type.
1276 2000-07-18 Dave Love <fx@gnu.org>
1278 * cus-edit.el (custom-variable-reset-saved)
1279 (custom-variable-reset-standard): Remove unused bindings.
1281 * rect.el (open-rectangle-line): Remove unused let.
1283 * hl-line.el (hl-line-highlight): Check hl-line-mode.
1285 2000-07-18 Gerd Moellmann <gerd@gnu.org>
1287 * cdl.el: Fix `Maintainer' keyword.
1289 * play/pong.el: Add author's email address.
1291 2000-07-17 Sam Steingold <sds@gnu.org>
1293 * files.el (insert-directory): Call `split-string' instead of
1296 2000-07-18 Gerd Moellmann <gerd@gnu.org>
1298 * mail/vms-pmail.el: Change maintainer to FSF.
1300 * net/goto-addr.el: Change maintainer to FSF.
1302 * recentf.el: Update from author.
1304 * info.el (Info-title-face-alist): Removed.
1306 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
1308 * eshell/eshell.el (eshell): Replace links to eshell.info with
1309 links to eshell, to avoid problems on systems where the manual is
1310 installed as `eshell'.
1311 * eshell/esh-cmd.el (eshell-cmd): Ditto.
1312 * eshell/em-smart.el (eshell-smart): Ditto.
1313 * eshell/em-banner.el (eshell-banner): Ditto.
1314 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
1316 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
1317 same-file check in the MS-DOS version (it does support inodes).
1319 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
1321 * eshell/eshell.el (eshell-directory-name):
1322 Run default directory name through convert-standard-filename.
1324 2000-07-18 Kenichi Handa <handa@etl.go.jp>
1326 * international/mule-cmds.el (select-safe-coding-system):
1327 Fix typo in the comment.
1329 * language/european.el (compound-text):
1330 Force katakana-jisx0201 to be designated to G1.
1332 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
1333 Don't translate some national variant characters of latin-jisx0201.
1334 (x-ctext): Force katakana-jisx0201 to be designated to G1.
1336 * international/kkc.el (kkc-after-update-conversion-functions):
1338 (kkc-update-conversion): Run functions in it at the tail.
1340 2000-07-16 John Wiegley <johnw@gnu.org>
1342 * lisp/align.el (align-newline-and-indent):
1343 Adding new function. for auto-aligning blocks of code on RET.
1344 (align-region): Fixed badly formatted minibuffer message.
1346 2000-07-17 Kenichi Handa <handa@etl.go.jp>
1348 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
1349 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
1350 the conversion list at first if appropriate.
1351 (kkc-next): Don't update kkc-next-count here.
1352 (kkc-prev): Don't update kkc-prev-count here.
1353 (kkc-show-conversion-list-update): Fix setting up of conversion
1356 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
1358 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
1360 2000-07-16 Dave Love <fx@gnu.org>
1362 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
1363 function to be more specific.
1365 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
1366 non-string help-echo.
1367 (widget-types-convert-widget): Defsubst it.
1368 (widget-echo-help): Try to cope with a help-echo function of two
1371 2000-07-15 Jason Rumney <jasonr@gnu.org>
1373 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1374 Declare as obsolete.
1376 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
1378 2000-07-14 Gerd Moellmann <gerd@gnu.org>
1380 * hilit-chg.el: Fix typo.
1382 2000-07-14 Dave Love <fx@gnu.org>
1384 * info.el (Info-mode-menu): Fix use of :help, :enable.
1386 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
1388 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
1390 2000-07-13 Dave Love <fx@gnu.org>
1392 * emacs-lisp/easymenu.el: Doc fixes.
1393 (easy-menu-remove): Defalias to ignore.
1395 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
1396 Call throw correctly.
1398 2000-07-13 Gerd Moellmann <gerd@gnu.org>
1400 * faces.el (frame-background-mode): Doc fix.
1402 * simple.el (eval-expression-print-length): Change custom type to
1403 allow entering nil as value.
1405 2000-07-13 Dave Love <fx@gnu.org>
1407 * progmodes/fortran.el (fortran-imenu-generic-expression):
1408 Change definition layout.
1409 (fortran-mode-menu): Reinstate customize entries.
1411 * cus-edit.el (custom-group-menu-create, customize-menu-create):
1412 Use :filter, per old XEmacs code.
1414 2000-07-12 Gerd Moellmann <gerd@gnu.org>
1416 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
1417 event when deciding what to send to the terminal.
1419 2000-07-12 Dave Love <fx@gnu.org>
1421 * cus-start.el: Add optional version as 4th element of specs and
1422 use it for several things new in v21. Remove load-path. Fix type
1423 of line-number-display-limit.
1425 2000-07-11 Dave Love <fx@gnu.org>
1427 * progmodes/fortran.el: Don't require easymenu.
1428 Use repeat counts in various regexps.
1429 (fortran-mode-syntax-table): Defvar directly.
1430 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1431 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
1432 Use defvar, not defconst.
1433 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
1434 (fortran-mode): Set fortran-comment-line-start-skip,
1435 fortran-comment-line-start-skip, dabbrev-case-fold-search.
1436 (fortran-comment-indent): Use defsubst.
1437 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
1438 Use fortran-comment-indent, not fortran-comment-indent-function.
1439 (fortran-comment-region, fortran-electric-line-number): Simplify.
1440 (fortran-auto-fill): New function.
1441 (fortran-do-auto-fill): Deleted.
1442 (fortran-find-comment-start-skip):
1443 Check for non-null comment-start-skip.
1444 (fortran-auto-fill-mode, fortran-fill-statement):
1445 Use fortran-auto-fill.
1446 (fortran-fill): Use fortran-auto-fill. Check for null
1447 comment-start-skip. Simplify final clause and use end-of-line finally.
1449 * widget.el (widget-plist-member): New alias.
1451 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1453 * eshell/esh-module.el (toplevel): Reference
1454 byte-compile-current-file only if it is bound.
1456 2000-07-10 Gerd Moellmann <gerd@gnu.org>
1458 * dired.el: Don't require `dired-aux'.
1460 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
1462 * dired-aux.el (dired-show-file-type): New function.
1463 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
1464 (dired-show-file-type): Add autoload.
1466 2000-07-10 Kenichi Handa <handa@etl.go.jp>
1468 * international/mule-diag.el (describe-font): Adjusted for the
1469 change of fontset-info.
1470 (print-fontset): Likewise.
1472 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
1474 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
1476 2000-07-07 Gerd Moellmann <gerd@gnu.org>
1478 * bindings.el: Bind `[delete]' to delete-char.
1480 * dired.el (dired-find-alternate-file): New function.
1481 (dired-mode-map): Bind `a' to dired-find-alternate-file.
1482 (toplevel): Require dired-aux when compiling.
1483 (dired-buffers): Move defvar within file to avoid compiler warning.
1485 * info.el (Info-last-search): Variable removed.
1486 (Info-search-history): New variable.
1487 (Info-search): New Info-search-history.
1489 * battery.el, info-look.el: Change author's mail address.
1491 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1493 * mail/rmail.el (rmail-clear-headers): Don't throw an error
1494 if rmail-ignored-headers is nil.
1495 (rmail-retry-failure): Bind rmail-ignored-headers and
1496 rmail-displayed-headers to nil.
1498 2000-07-06 Gerd Moellmann <gerd@gnu.org>
1500 * lpr.el (lpr-page-header-switches): Add `-h' switch.
1501 (print-region-1): Don't hard code `-h' here.
1503 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
1505 2000-07-01 Francesco Potorti` <pot@gnu.org>
1507 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
1508 exim can use "your message" instead of "the message".
1510 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
1512 * facemenu.el: Docstrings fixes.
1513 (facemenu-get-face): Don't use internal-find-face.
1514 (facemenu-iterate): Rename arg to match the docstring.
1516 * newcomment.el (uncomment-region): Be more careful when skipping
1517 backwards over `=' not to bump into BOBP.
1519 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
1521 * ediff-diff.el (ediff-wordify): Use syntax table.
1522 * ediff-init.el (ediff-has-face-support-p): Use
1523 ediff-color-display-p.
1524 (ediff-color-display-p): Use display-color-p, changed to defun
1526 Got rid of special cases for NeXT and OS/2.
1527 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
1530 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
1532 * emacs-lisp/lucid.el: Require CL.
1533 (copy-tree, remprop): Remove, it's provided by CL.
1534 (map-keymap): Define in terms of cl-map-keymap.
1535 (extent-property, set-extent-end-glyph): New functions.
1537 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
1539 2000-07-05 Gerd Moellmann <gerd@gnu.org>
1541 * Makefile.in (DONTCOMPILE): Add comment that the name may
1542 not be changed without changing the make-dist script.
1544 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
1545 (cl-mapc): Use mapc instead of cl-old-mapc.
1547 2000-07-05 Andrew Innes <andrewi@gnu.org>
1549 * makefile.nt: Add support for `bootstrap' and related targets.
1551 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
1553 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
1554 (easy-menu-do-define): Use `menu-item' format.
1555 Handle case where easy-menu-create-menu returns a symbol.
1556 Manually call the potential top-level filter in the function binding.
1557 (easy-menu-filter-return): New arg NAME.
1558 Convert to a keymap if MENU is an XEmacs menu.
1559 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
1560 (easy-menu-converted-items-table, easy-menu-convert-item):
1561 New var and fun to memoize easy-menu-convert-item-1.
1562 (easy-menu-do-add-item): Use it.
1563 (easy-menu-create-menu): Use easy-menu-convert-item.
1564 Wrap easy-menu-filter-return around any :filter specification.
1565 Don't convert the menu if a filter was specified.
1566 Tell easy-menu-make-symbol not to check for MENU being an expression.
1567 (easy-menu-make-symbol): New arg NOEXP.
1569 2000-07-05 Gerd Moellmann <gerd@gnu.org>
1571 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
1572 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
1573 (eval-defun): If called with prefix arg, instrument code for
1576 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
1577 similar to that of eval-defun.
1579 2000-07-04 Dave Love <fx@gnu.org>
1581 * hl-line.el (hl-line-overlay): Make it permanent-local.
1583 * calendar/todo-mode.el: Replaced with a working version, based on
1584 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
1586 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
1588 * paths.el (prune-directory-list): New function.
1589 (Info-default-directory-list): Rewritten to more methodically
1590 enumerate a big list of possible info directories (based on the
1591 list used by the standalone info reader).
1593 * info.el (info-initialize): Use prune-directory-list to remove
1594 non-existent directories from Info-directory-list.
1596 * paths.el (Info-default-directory-list): Try a list of possible
1597 info-directories instead of a single one. Add the possible
1598 info directory "/usr/share/info".
1600 * woman.el (woman-man.conf-path): Explicitly include the debian
1601 man-db config file "/etc/manpath.config".
1602 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
1603 are present in `manpath.config'.
1604 (woman-manpath): Include "/usr/share/man".
1606 2000-07-03 Gerd Moellmann <gerd@gnu.org>
1608 * frame.el (blink-cursor-mode): Don't hide cursor initially.
1610 * startup.el (command-line): Initialize blink-cursor based
1613 * frame.el (blink-cursor): Default to nil if not running under
1616 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
1617 (face-x-resources): Remove duplicate entry for :font.
1619 * textmodes/refer.el (refer-find-entry-internal): Use some-window
1620 instead of cycling through windows with next-window.
1622 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
1623 of cycling through windows with next-window.
1625 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
1626 of cycling through windows with next-window.
1628 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
1629 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
1630 instead of cycling through windows with next-window.
1632 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
1633 instead of cycling through windows with next-window.
1635 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
1636 of cycling through windows with next-window.
1638 * terminal.el (te-process-output): Use walk-windows instead of
1639 cycling through windows with next-window.
1641 * server.el (server-switch-buffer): Use some-window instead of
1642 cycling through windows with next-window.
1644 * window.el (some-window): New function.
1645 (walk-windows): Remove reference to walk-windows-start.
1647 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
1649 2000-07-03 Richard Stallman <rms@gnu.org>
1651 * window.el (walk-windows): Guarantee termination by keeping a list
1652 of all the windows already handled.
1654 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
1656 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
1659 * man.el (Man-notify-when-ready): Don't use window-system. If
1660 Man-notify-method is newframe, and the display is not
1661 multi-frame, select the frame created for the man page.
1662 (Man-init-defvars): Doc fix.
1664 2000-06-28 Gerd Moellmann <gerd@gnu.org>
1666 * faces.el (region): Change background color for light background.
1668 * ediff-wind.el (ediff-setup-control-frame): Remove :box
1669 attribute from mode-line face of Ediff control frame.
1671 * replace.el (query-replace-map): Bind `e' like `E'.
1673 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
1675 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
1676 Change name to "Select All".
1678 * dos-fns.el (convert-standard-filename): Fix last change.
1680 2000-06-27 Gerd Moellmann <gerd@gnu.org>
1682 * help.el (describe-variable): Don't insert a second `'s' in front
1683 of the string `value is shown below'. Since the syntax-table is
1684 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
1685 an existing `'s', so that this won't be deleted.
1687 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
1688 * pcmpl-unix.el: New files.
1690 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
1692 * wid-edit.el (widget-member): Use the new plist-member.
1694 2000-06-26 Gerd Moellmann <gerd@gnu.org>
1696 * replace.el (perform-replace): Undo change of 2000-04-04.
1697 Instead, move backward 1 character at the end of the loop when
1700 * faces.el (fringe): Change face for different backgrounds.
1702 * eshell/esh-module.el (toplevel): Load defgroup's differently;
1705 * eshell/*.el: Change spelling of the Free Software Foundation.
1707 * eshell/esh-toggle.el: Removed.
1709 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
1711 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
1714 2000-06-26 Alex Schroeder <alex@gnu.org>
1716 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
1717 `define-key'; instead of checking `(emacs-version)' check for
1718 `set-keymap-parent' and `set-keymap-name' directly. Add entries
1719 for `;' and `o' which might be electric.
1721 (sql-electric-stuff): New user option.
1722 (sql-magic-go): New function which uses `sql-electric-stuff'.
1723 (sql-magic-semicolon): New function which uses
1724 `sql-electric-stuff'.
1726 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
1729 (sql-oracle-options): New variable.
1730 (sql-oracle): Use it.
1732 (sql-imenu-generic-expression): Doc change.
1733 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
1736 (sql-informix): Added command line parameter "-" to force
1737 sql-informix-program to use stdout.
1739 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1741 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
1742 (cp864-decode-table): Doc fix.
1743 (cp720-decode-table): New variable, supports the Arabic OEM
1744 codepage used by Windows.
1745 (cp737-decode-table): New, Greek OEM codepage used by Windows.
1747 2000-06-23 Dave Love <fx@gnu.org>
1749 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
1750 (font-lock-fontify-anchored-keywords): Use
1751 line-beginning-position.
1752 (global-font-lock-mode): Use mapc.
1754 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
1756 * eshell/esh-module.el: Require CL when compiling.
1758 2000-06-23 Gerd Moellmann <gerd@gnu.org>
1760 * comint.el (comint-substitute-in-file-name): Call replace-match
1761 with second and third arg t.
1763 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1764 Specify foreground color.
1766 * faces.el (tool-bar, mode-line, header-line): Specify foreground
1769 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
1771 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
1772 cddr instead of cdddr.
1774 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
1775 instead of copy-list.
1777 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
1780 * subdirs.el: Add eshell subdirectory.
1782 * eshell: New subdirectory containing the Eshell package.
1784 * pcomplete.el: New file.
1786 2000-06-23 Paul Eggert <eggert@twinsun.com>
1788 * mail/mailpost.el (post-mail-send-it): Make sure file has
1789 proper permissions from birth.
1791 * files.el (basic-save-buffer-2): When temporarily setting
1792 file modes, set them to current modes plus 0200, not to 0777.
1794 * emerge.el (emerge-make-temp-file): Make sure file has proper
1795 permissions from birth.
1797 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1799 * files.el (make-backup-file-name-1): On DOS/Windows, run the
1800 backup file name through convert-standard-filename.
1802 * dos-fns.el (convert-standard-filename): Convert leading
1803 directories as well. When long file names are supported, convert
1804 characters that are invalid in Windows file names.
1806 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1808 * ps-print.el: Fix bug: if ^L is the very first buffer character,
1809 ps-print crashes. New feature: page selection for printing. Create
1810 raw-text-unix coding system for XEmacs. Doc fix.
1811 (ps-print-version): New version number (5.2.3).
1812 (ps-plot-region): Bug fix.
1813 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
1814 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
1815 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
1817 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
1818 (ps-last-page): New vars.
1820 2000-06-21 Gerd Moellmann <gerd@gnu.org>
1822 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
1823 empty option string.
1825 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1827 * man.el (man): Doc fix.
1829 2000-06-21 Kenichi Handa <handa@etl.go.jp>
1831 * international/mule-cmds.el (set-language-info-alist): Docstring
1834 2000-06-20 Gerd Moellmann <gerd@gnu.org>
1836 * version.el (emacs-version): Use ISO date format.
1838 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
1839 instead of `M-backspace'.
1841 * simple.el (turn-off-auto-fill): New function.
1843 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
1845 * jit-lock.el (with-buffer-prepared-for-jit-lock):
1846 Renamed from with-buffer-prepared-for-font-lock and use
1847 inhibit-modification-hooks rather than setting *-change-functions.
1848 Update all functions to use the new name.
1849 (jit-lock-first-unfontify-pos): New semantics (and doc).
1850 (jit-lock-mode): Make non-interactive.
1851 Don't automatically turn on font-lock.
1852 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
1853 Always use jit-lock-after-change.
1854 Remove and restore font-lock-after-change-function.
1855 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
1856 (jit-lock-after-unfontify-buffer): Remove.
1857 (jit-lock-stealth-fontify):
1858 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
1859 (jit-lock-after-change): Set the `fontified' text-prop to nil.
1861 2000-06-20 Sam Steingold <sds@gnu.org>
1863 * emacs-lisp/cl-indent.el (toplevel): Indent
1864 `print-unreadable-object' properly. Untabify.
1866 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
1868 * textmodes/reftex.el (reftex-find-citation-regexp-format):
1869 Support for bibentry.
1870 (reftex-compile-variables): Fixed problem with end of section-re.
1872 * texmodes/reftex-dcr.el (reftex-view-crossref,
1873 reftex-view-crossref-from-bibtex):
1874 Deal with changed `reftex-find-citation-regexp-format'.
1875 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
1876 Replaced `remprop' with `put'.
1877 (reftex-view-crossref, reftex-view-crossref-when-idle):
1878 Support for bibentry.
1880 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1881 New entry for bibentry package.
1883 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
1884 Regexp also matches "\nobibliography".
1886 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
1887 Call `reftex-ensure-write-access' before doing anything.
1888 (reftex-ensure-write-access): New function.
1890 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
1892 * progmodes/idlwave.el: File re-installed (update to version 4.2)
1894 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
1896 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
1898 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
1901 2000-06-20 Dave Love <fx@gnu.org>
1903 * faces.el (frame-background-mode): Use set-default, not set, in
1905 (frame-update-faces, frame-update-face-colors): Define with
1908 * enriched.el (enriched-decode-foreground)
1909 (enriched-decode-background): Don't use internal-find-face.
1911 * apropos.el: Doc fixes.
1913 * cus-edit.el (customize-changed-options): Check arg.
1914 (customize-version-lessp): Don't require decimal point.
1916 * custom.el (defcustom, defgroup): Doc fix.
1918 * newcomment.el (comment) <defgroup>: Add :version.
1919 (comment-multi-line): Doc fix.
1921 * emulation/mlsupport.el (define-hooked-local-abbrev,
1922 define-hooked-global-abbrev): Fix, using define-abbrev.
1924 2000-06-19 Gerd Moellmann <gerd@gnu.org>
1926 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
1929 2000-06-19 Dave Love <fx@gnu.org>
1931 * menu-bar.el (menu-bar-options-save): New function.
1932 (menu-bar-options-menu): Use it.
1933 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
1936 2000-06-19 Andreas Schwab <schwab@suse.de>
1938 * progmodes/etags.el (tags-query-replace): Put new parameters
1939 START and END at the end, for backward compatibility.
1941 2000-06-19 Kenichi Handa <handa@etl.go.jp>
1943 * international/codepage.el:
1944 (cp-coding-system-for-codepage-1): Delete special codes for
1945 generating xxx-dos coding system because now a CCL based coding
1946 system can handle EOL conversion by default.
1948 * international/mule.el (make-coding-system): Generate subsidiary
1949 coding systems for EOL handling variants even for a CCL based
1952 2000-06-19 Kenichi Handa <handa@etl.go.jp>
1954 * international/isearch-x.el (isearch-minibuffer-input-method)
1955 (isearch-minibuffer-input-method-function): These variables
1957 (isearch-with-input-method): Don't use the above variables.
1958 (isearch-process-search-multibyte-characters): Likewise. Call
1959 read-string with the arg INHERIT-INPUT-METHOD t.
1961 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
1963 * font-lock.el (font-lock-after-fontify-buffer)
1964 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
1966 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
1967 Use consistent make-local-variable style for font-lock-fontified.
1968 (jit-lock-fontify-buffer):
1969 Don't bother checking for font-lock-mode and jit-lock-mode.
1971 * time.el: Remove trailing ^M that prevent CVS-merging.
1973 2000-06-16 Gerd Moellmann <gerd@gnu.org>
1975 * Makefile.in (distclean): New target.
1977 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
1979 * Makefile.in (srcdir): Define for update-subdirs.
1981 2000-06-16 Gerd Moellmann <gerd@gnu.org>
1983 * find-lisp.el: New file.
1985 2000-06-16 Andrew Innes <andrewi@gnu.org>
1987 * time.el (display-time-mail-function): New variable, to allow
1988 external packages to indicate when new mail is available.
1989 (display-time-update): Use it.
1991 2000-06-16 Kenichi Handa <handa@etl.go.jp>
1993 * international/mule.el (mule-version): Change version name to
1994 SAKAKI. AOI has already been used by Meadow.
1996 * international/quail.el (quail-show-guidance-buf): To find the
1997 bottom window (but minibuffer), pay attention to the height of
2000 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2002 * arc-mode.el (archive-mode-map): Use the new menu-item format for
2003 menu-bar menus. Add help strings. Don't remove the Edit menu
2004 from the menu bar, as the menu bar has enough space now.
2006 * Makefile.in (SHELL): Make sure /bin/sh is used.
2008 * woman.el (woman-man-buffer): Fix bold and underlined CJK
2009 characters, which use series of two ^H characters instead of one.
2011 2000-06-15 Gerd Moellmann <gerd@gnu.org>
2013 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
2014 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
2016 (Info-find-node-2): Try a case-sensitive search first, then
2017 do a case-insensitive search.
2019 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
2022 * complete.el (PC-env-vars-alist): New variable.
2023 (PC-complete-as-file-name): New function.
2024 (partial-completion-mode): Initialize PC-env-vars-alist from
2025 process-environment.
2026 (PC-do-completion): Handle completion of env vars.
2028 * info.el (Info-set-mode-line): Show file name in mode line,
2029 use `*Info*' instead of `Info:'.
2031 * startup.el (command-line-1): Change copyright messages to year
2034 2000-06-15 Dave Love <fx@gnu.org>
2036 * net/goto-addr.el (goto-address-fontify): Use keymap property,
2039 2000-06-15 Kenichi Handa <handa@etl.go.jp>
2041 * international/mule.el (set-buffer-file-coding-system): Almost
2042 rewritten to handle `undecided' as no-op.
2044 2000-06-14 Gerd Moellmann <gerd@gnu.org>
2046 * Makefile.in: New file.
2048 * Makefile: Removed.
2050 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
2051 (goto-address-highlight-keymap): Bind C-c RET.
2053 2000-06-14 Kenichi Handa <handa@etl.go.jp>
2055 * mail/sendmail.el (sendmail-send-it): The temporary buffer
2056 inherits buffer-file-coding-system of the current buffer.
2058 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
2059 0. Give correct argument to set-auto-coding-function.
2060 (tar-expunge): For goto-char, use (point-min), not 0.
2061 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
2062 (tar-subfile-save-buffer): Likewize.
2064 * international/mule.el
2065 (after-insert-file-set-buffer-file-coding-system): Call
2066 set-buffer-file-coding-system with the arg FORCE t.
2068 2000-06-13 Gerd Moellmann <gerd@gnu.org>
2070 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
2071 nil. Contemporary sendmails issue an X-Authentication-Warning if
2072 the sender is set with `-f'.
2074 2000-06-13 Dave Love <fx@gnu.org>
2076 * help.el (describe-function-1): Kluge around cases of functions
2077 fset to subrs whose doc doesn't match their symbol-name.
2079 * image.el (insert-image): Default STRING to a space.
2081 * info.el Doc fixes.
2082 (Info-build-node-completions): Match Ref tags.
2084 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
2086 * frame.el (display-multi-frame-p, display-multi-font-p): New
2087 defaliases for display-graphic-p.
2089 * hl-line.el: Fixed a typo in commentary.
2091 2000-06-13 Kenichi Handa <handa@etl.go.jp>
2093 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
2096 2000-06-12 Dave Love <fx@gnu.org>
2098 * image.el (insert-image): Save a little consing.
2100 2000-06-12 Kenichi Handa <handa@etl.go.jp>
2102 * language/tibet-util.el: Convert all tibetan-1-column characters
2103 to the corresponding tibetan characters.
2104 (tibetan-add-components): Delete code for the special treatment of
2107 * language/tibetan.el (tibetan-composable-pattern): Fix previous
2109 (tibetan-vowel-transcription-alist): More rules added.
2110 (tibetan-composite-vowel-alist): New variable.
2111 (tibetan-precomposition-rule-alist): More rules added.
2113 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
2115 * startup.el (command-line): Only call menu-bar-mode if interactive.
2117 * thingatpt.el (toplevel symbol-properties):
2118 * textmodes/makeinfo.el (makeinfo-compile):
2119 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
2120 * progmodes/hideif.el (hif-compress-define-list)
2121 (hide-ifdef-use-define-alist):
2122 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
2123 (ange-ftp-vms-add-file-entry):
2124 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
2125 * man.el (Man-build-man-command):
2126 * mail/rnewspost.el (news-reply-header-hook):
2127 * info.el (Info-insert-dir):
2128 * emulation/mlconvert.el (backward-word, forward-word, setq):
2129 * emacs-lisp/gulp.el (gulp-send-requests):
2130 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
2131 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
2132 (byte-optimize-apply, end of file):
2133 * emacs-lisp/advice.el (ad-advice-class-completion-table)
2134 (ad-make-freeze-definition):
2135 * startup.el (command-line, command-line-1): Don't quote lambdas.
2137 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
2138 (cvs-cleanup-removed): New function.
2139 (cvs-cleanup-functions): New var.
2140 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
2141 some flexibility in specifying additional entries to auto-cleanup.
2142 (cvs-quickdir): New function.
2143 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
2144 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
2145 (cvs-mode-find-file): Check that we are on a filename or dirname
2146 when invoked through a mouse-click.
2147 (cvs-full-path): Remove.
2148 (cvs-dired-action): Re-introduced.
2149 (cvs-dired-noselect): Use it.
2150 (vc-post-command-functions): use this new hook if available.
2152 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
2153 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
2154 (cvs-filename-map, cvs-dirname-map): Remove.
2155 (cvs-default-action): Remove.
2156 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
2157 if the arg is really a keymap.
2158 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
2159 Don't hardcode the mapping from state (aka type) to face, but check
2160 the var cvs-fi-<type>-face instead.
2161 (cvs-fileinfo-from-entries): New function.
2163 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
2165 (cvs-find-file-and-jump): Change default to be safer.
2166 (cvs-mode-diff-map): Define it as a function as well.
2167 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
2168 Bind mouse-2 in this global map rather than with text-properties.
2170 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
2171 file to resolve the ambiguity between C(conflict) and C(need-merge).
2173 2000-06-12 Kenichi Handa <handa@etl.go.jp>
2175 * international/mule.el (set-buffer-file-coding-system): If
2176 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
2179 2000-06-12 Dave Love <fx@gnu.org>
2181 * wid-edit.el (widget-specify-button): Really suppress the face if
2184 2000-06-11 Gerd Moellmann <gerd@gnu.org>
2186 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
2188 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
2190 * imenu.el (imenu-generic-expression): Docstring fix.
2192 * composite.el (composition-function-table): Move the `put'
2193 below the autoload cookie so we can load the file before loaddefs.
2195 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
2197 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
2198 Handle easy-mmode-define-global-mode.
2199 For complex macros like define-minor-mode that can generate
2200 several autoload entries, try to autoload entries in the
2203 * emacs-lisp/easy-mmode.el (define-minor-mode):
2204 If KEYMAP is a symbol, just use it.
2205 Use byte-compile-current-file and load-file-name to infer the
2206 proper :require to pass to defcustom.
2207 Wrap the hook var into `progn' so as not to autoload it.
2208 Add a :autoload-end cookie.
2209 Be more careful about the evaluation of KEYMAP.
2210 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
2211 (define-derived-mode): Move define-abbrev-table outside of defvar.
2213 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
2215 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
2216 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
2217 (backup-compiled-files): Ignore errors during `tar'.
2218 (bootstrap): Make autoloads before elc files.
2220 2000-06-10 Kenichi Handa <handa@etl.go.jp>
2222 * international/mule.el (set-buffer-file-coding-system): If one of
2223 undecided-XXX is specified, change only EOL conversion.
2225 * international/mule-conf.el (unix): New alias for the coding
2226 system undecided-unix.
2228 2000-06-09 Dave Love <fx@gnu.org>
2230 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
2232 * progmodes/executable.el: Byte compile dynamic.
2233 (executable-insert): Change custom type.
2234 (executable-find): Add autoload cookie.
2235 (executable-make-buffer-file-executable-if-script-p): New
2236 function. After Noah Friedman.
2238 * files.el (after-save-hook): Customize, with
2239 executable-make-buffer-file-executable-if-script-p as an option.
2241 2000-06-09 Kenichi Handa <handa@etl.go.jp>
2243 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
2244 "tib24p-mule.bdf" for Tibetan.
2246 * composite.el (decompose-composite-char): Declare it as obsolete.
2248 * man.el (Man-fontify-manpage): Pay attention to underline and
2249 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
2251 2000-06-08 Gerd Moellmann <gerd@gnu.org>
2253 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
2254 Set maintainer to FSF since author isn't reachable.
2256 2000-06-08 Dave Love <fx@gnu.org>
2258 * international/mule-cmds.el (select-safe-coding-system): If
2259 DEFAULT-CODING-SYSTEM is not specified, also check the most
2260 preferred coding-system if buffer-file-coding-system is
2261 `undecided'. From Handa.
2263 2000-06-08 Kenichi Handa <handa@etl.go.jp>
2265 * international/mule.el
2266 (after-insert-file-set-buffer-file-coding-system): If the buffer
2267 size is greater than INSERTED, judget that we are not visiting.
2269 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
2271 * whitespace.el (defgroup whitespace): Comment out `:version'.
2272 XEmacs 20.4 has problems defining the group with this present.
2273 We'll have this commented out till get resolve the problem.
2275 2000-06-07 Gerd Moellmann <gerd@gnu.org>
2277 * align.el: Update from author.
2279 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
2281 * apropos.el (apropos-mode-hook): New user variable.
2282 (apropos-mode): Run apropos-mode-hook.
2284 2000-06-07 David Ponce <david@dponce.com>
2286 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
2287 commands. Require `wid-edit' at run-time.
2289 2000-06-07 David Ponce <david@dponce.com>
2291 * recentf.el: Added some "Commentary".
2292 (recentf-open-more-files, recentf-edit-list): Minor changes to
2293 move the point at the top of the file list. This behaviour is
2294 consistent with the menu one when the list contains a lot of
2296 (recentf-cleanup): Now displays the number of items removed from
2298 (recentf-relative-filter) New menu filter to show filenames
2299 relative to `default-directory'.
2301 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2303 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
2304 with/without giving an error if PostScript printer doesn't have this
2305 kind of page size. Zebra Stripe continues or restarts on next page.
2306 Manual/automatic paper feeding. Switch or not the header.
2307 (ps-print-version): New version number (5.2.2).
2308 (ps-windows-system): Include emx as a Windows system.
2309 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
2310 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
2311 (ps-background-text): Code fix.
2312 (ps-error-handler-message, ps-user-defined-prologue)
2313 (ps-print-prologue-header, ps-printer-name)
2314 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
2315 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
2316 (ps-use-face-background): Customization fix.
2317 (ps-n-up-database): Data fix.
2318 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
2319 (ps-switch-header): New vars.
2320 (ps-xemacs-color-name, ps-face-foreground-name)
2321 (ps-face-background-name, ps-boolean-constant): New funs.
2323 2000-06-07 Dave Love <fx@gnu.org>
2325 * allout.el: New version from Manheimer.
2327 2000-06-07 Kenichi Handa <handa@etl.go.jp>
2329 * textmodes/fill.el (fill-find-break-point): Check the validity of
2332 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2334 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2335 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2336 Call display-color-p and display-mouse-p instead of looking at
2339 2000-06-06 Dave Love <fx@gnu.org>
2341 * image.el (find-image): Doc fix. Return nil if image not found.
2342 (put-image, insert-image): Make STRING arg optional.
2344 2000-06-06 Kenichi Handa <handa@etl.go.jp>
2346 * language/vietnamese.el: Remove eval-when-compile.
2347 (viet-viscii-nonascii-translation-table): Define it as a
2348 translation table made from viet-viscii-decode-table.
2349 (viet-viscii-encode-table): Define it as a translation table made
2350 from the reverse map of above.
2351 (viet-vscii-nonascii-translation-table): Define it as a
2352 translation table made from viet-vscii-decode-table.
2353 (viet-vscii-encode-table): Define it as a translation table made
2354 from the reverse map of above.
2355 (ccl-decode-viscii): Use translate-character.
2356 (ccl-encode-viscii, ccl-encode-viscii-font)
2357 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
2360 * language/cyrillic.el: Remove eval-when-compile.
2361 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
2362 translation table made from cyrillic-koi8-r-decode-table.
2363 (cyrillic-koi8-r-encode-table): Define it as a translation table
2364 made from the reverse map of above.
2365 (ccl-decode-koi8): Use translate-character.
2366 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
2367 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
2368 a translation table made from cyrillic-alternativnyj-decode-table.
2369 (cyrillic-alternativnyj-encode-table): Define it as a translation
2370 table made from the reverse map of above.
2371 (ccl-decode-alternativnyj): Use translate-character.
2372 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
2375 * international/mule-diag.el (non-iso-charset-alist): Specify
2376 translation table symbol instead of translation table itself.
2377 (list-block-of-chars): CHARSET may be a translation table symbol.
2379 * international/mule.el (make-coding-system): If CODING-SYSTEM
2380 already exists, override it.
2382 * international/fontset.el: Use family `proportional' for Tibetan
2385 * international/ccl.el (ccl-compile-translate-character): Don't
2386 check if Rrr has property translation-table.
2387 (ccl-compile-map-multiple): Modified to avoid compiler warning.
2389 2000-06-05 Gerd Moellmann <gerd@gnu.org>
2391 * info.el: Bind case-fold-search to t when searching in case
2392 a user sets it to nil in a hook.
2394 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
2396 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2397 * hl-line.el (hl-line-mode): Use the new :global key argument.
2399 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
2400 (tar-clip-time-string): Prepend a space.
2401 (tar-grind-file-mode): Construct a string rather than modifying one.
2402 (tar-header-block-summarize): Fix docstring.
2403 Use `format' rather than an error-prone set of copy-loops.
2405 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
2406 (diff-goto-source, diff-unified->context, diff-context->unified)
2407 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
2408 understand the format output by the `-p' argument to diff.
2410 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
2411 (sh-re-done): Use defconst.
2412 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
2413 (sh-help-string-for-variable, sh-guess-basic-offset):
2414 Don't quote lambdas.
2415 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
2416 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
2418 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
2419 (mh-letter-mode): Derive from text-mode.
2420 This implicitly means that it now calls kill-all-local-variables.
2421 Also remove the Emacs-18 compatibility code.
2423 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
2424 Make use of symbol-property doc-string-elt.
2425 Use memq rather than a sequence of eq.
2426 (doc-string-elt): Fix the wrong or missing previously unused values.
2427 (autoload-print-form): New function extracted from
2428 generate-file-autoloads to allow recursion when handling progn
2429 so that defvar's and defun's docstrings are properly printed.
2430 (generate-file-autoloads): Use it.
2432 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
2433 Use find-file-hooks in the minor-mode function.
2434 Be careful not to loop indefinitely in the post-command-hook function.
2436 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
2438 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
2440 * ediff-diff.el (ediff-exec-process): Use --binary for fine
2441 differences whenever appropriate.
2442 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
2443 * viper.el (find-file, find-file-other-window): Get viper to do
2446 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
2448 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
2449 (jit-lock-fontify-buffer): New function for JIT refontification.
2450 (jit-lock-mode): Fix docstring.
2451 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
2452 Remove jit-lock-after-change from the _local_ hook.
2453 (jit-lock-function-1): Fix docstring.
2455 * info.el (Info-on-current-buffer): Initialize info.
2457 * newcomment.el (comment-indent): Ignore comment-indent-hook.
2459 * progmodes/tcl.el (tcl-indent-for-comment):
2460 Ignore comment-indent-hook.
2462 * emacs-lisp/easy-mmode.el: Require CL during compilation.
2463 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
2464 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
2465 and improve to use the lighter to guess the capitalization.
2466 (define-minor-mode): Inline code from easy-mmode-define-toggle.
2467 Add keyword arguments to specify global-ness or the custom group.
2468 Add local-map and help-echo properties to the lighter.
2469 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
2470 (easy-mmode-define-global-mode): New macro.
2472 2000-06-02 Dave Love <fx@gnu.org>
2474 * wid-edit.el: byte-compile-dynamic since we typically don't use
2475 all the widgets. Don't require cl or widget. Remove
2476 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
2477 (widget-read-event): Removed. Callers changed to use read-event.
2478 (widget-button-release-event-p): Renamed from
2479 button-release-event-p.
2480 (widget-field-add-space, widget-field-use-before-change):
2482 (widget-specify-field): Use keymap property, not local-map.
2483 (widget-specify-button): Obey :suppress-face.
2484 (widget-specify-insert): Use modern backquote syntax.
2485 (widget-image-directory): Renamed from widget-glyph-directory.
2486 (widget-image-enable): Renamed from widget-glyph-enable.
2487 (widget-image-find): Replaces widget-glyph-find.
2488 (widget-button-pressed-face): Move defvar.
2489 (widget-image-insert): Replaces widget-glyph-insert.
2490 (widget-convert): Use keywordp.
2491 (widget-leave-text, widget-children-value-delete): Use mapc.
2492 (widget-keymap): Remove XEmacs stuff.
2493 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
2494 (widget-button-click): Don't set point at the click, but re-centre
2495 if we scroll out of window. Rewritten for images v. glyphs &c.
2496 (widget-tabable-at): Use POS arg, not point.
2497 (widget-beginning-of-line, widget-end-of-line)
2498 (widget-item-value-create, widget-sublist, widget-princ-to-string)
2499 (widget-sexp-prompt-value, widget-echo-help): Simplify.
2500 (widget-default-create): Use widget-image-insert; some rewriting.
2501 (widget-visibility-value-create)
2502 (widget-push-button-value-create, widget-toggle-value-create): Use
2503 widget-image-insert.
2504 (checkbox): Create on and off images dynamically.
2505 (documentation-link): Change :help-echo.
2506 (widget-documentation-link-echo-help): Remove.
2508 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
2510 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
2512 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
2513 (easy-mmode-define-toggle, define-minor-mode): Use it.
2514 (easy-mmode-define-keymap): Docstring fix.
2515 (define-derived-mode): Default PARENT to fundamental-mode.
2516 Add the derived-mode-parent symbol-property.
2517 (easy-mmode-derived-mode-p): New function.
2519 2000-06-02 Dave Love <fx@gnu.org>
2521 * files.el (convert-standard-filename): Doc fix.
2522 (normal-backup-enable-predicate): New function.
2523 (backup-enable-predicate): Use it to replace the lambda form.
2525 * calendar/todo-mode.el: [This needs more work on the outline
2527 (todo) <defgroup>: Add :version.
2528 (todo-add-category): Don't use pushnew.
2529 (todo-cmd-raise): Fix typo.
2530 (todo-top-priorities): Change temp buffer name.
2531 (todo-category-alist): Avoid redundant lambda.
2532 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
2533 Use outline-next-heading.
2535 * autoarg.el: Rewritten to use define-minor-mode.
2536 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
2537 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
2539 2000-06-02 Kenichi Handa <handa@etl.go.jp>
2541 * isearch.el (isearch-other-meta-char): Fix previous change.
2543 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
2545 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
2546 (log-edit-done): Only add the comment to the ring if it's different
2547 from the last comment entered.
2549 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
2551 2000-06-01 Dave Love <fx@gnu.org>
2553 * hl-line.el: Rewritten using define-minor-mode.
2555 * help.el (describe-function-1): Distinguish special form from
2556 builtin function. Sanity-check presence of arglist for builtins.
2558 2000-06-01 Kenichi Handa <handa@etl.go.jp>
2560 * international/characters.el: Fix syntax/category setting of
2563 * language/tibet-util.el (tibetan-add-components): Fixes for new
2564 encoding of Tibetan characters.
2565 (tibetan-decompose-precomposition-alist): New variable.
2566 (tibetan-decompose-region): Convert precomposed characters to
2567 non-precomposed characters.
2568 (tibetan-decompose-string): Likewise.
2569 (tibetan-composition-function): Fix args to
2570 thibetan-compose-string.
2572 * language/tibetan.el (tibetan-composable-pattern): More
2573 characters included.
2574 (tibetan-consonant-transcription-alist): Rule for "R" added.
2575 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
2577 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
2579 * language/lao-util.el (lao-composition-function): Fix args to
2582 * language/thai-util.el (thai-composition-function): Fix args to
2585 * isearch.el (isearch-update): Set disable-point-adjustment to t
2586 to prevent the point moving to the end of a composition when a
2587 part of a composition is searched.
2588 (isearch-other-meta-char): If the key invoking this command can be
2589 mapped by function-key-map to a printing char, call
2590 isearch-process-search-char directly.
2592 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
2594 * emacs-lisp/bytecomp.el:
2596 * international/mule-cmds.el:
2597 * international/mule-util.el:
2598 * international/mule.el:
2601 * faces.el: Update calls to make-obsolete with a WHEN argument.
2603 * byte-run.el (make-obsolete, make-obsolete-variable):
2604 Add an optional WHEN argument and change the format of the
2605 symbol-property information.
2606 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
2607 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
2608 new obsolete-symbol-property format and print WHEN if it is provided.
2610 2000-05-31 Dave Love <fx@gnu.org>
2612 * loadhist.el (loadhist-hook-functions): Remove
2613 before-change-function, after-change-function.
2614 (unload-feature): Deal with symbols which are both bound and
2617 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
2618 before-change-function, after-change-function.
2620 * simple.el (newline): Don't bind before-change-function,
2621 after-change-function.
2623 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
2625 * whitespace.el (whitespace-rescan-timer-time): Update interval
2626 set to 600 seconds (10 minutes) instead of 60 seconds since
2627 a large number of whitespace buffers causes emacs to `freeze'
2628 for a considerable amount of time.
2630 * whitespace.el: Updated email address
2632 2000-05-31 Dave Love <fx@gnu.org>
2634 * add-log.el (change-log-font-lock-keywords) <function>: Add
2635 pattern for function of change.
2636 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
2637 acknowledgements patterns.
2639 2000-05-31 Kenichi Handa <handa@etl.go.jp>
2641 * isearch.el (isearch-printing-char): If keyboard coding system is
2642 being used, call isearch-process-search-multibyte-characters.
2644 * international/isearch-x.el: Mostly rewritten.
2646 * international/quail.el (quail-start-conversion): Don't include
2647 unhandled events in the returned events, but set them in
2648 unread-command-events. Exit if all inputs are deleted.
2650 2000-05-30 Jason Rumney <jasonr@gnu.org>
2652 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
2654 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
2655 Reenable code to create initial fontsets.
2656 Use set-fontset-font in place of put-charset-property.
2658 2000-05-30 Gerd Moellmann <gerd@gnu.org>
2660 * progmodes/perl-mode.el (perl-indent-line): When looking for a
2661 label, ensure that the first colon isn't followed by another.
2663 * paths.el (Info-default-directory-list): Doc fix.
2665 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
2666 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
2667 send a query containing USER only, not USER@HOST.
2669 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
2670 and rmail-msgend to compute the restriction at the end, instead of
2673 2000-05-29 Gerd Moellmann <gerd@gnu.org>
2675 * dabbrev.el (dabbrev-expand): Don't display messages in the
2676 echo area if the minibuffer window is active.
2678 * jit-lock.el (jit-lock-mode): Add after change function to
2681 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
2683 * antlr-mode.el: New commands: hide/unhide actions,
2684 upcase/downcase literals.
2685 (antlr-tiny-action-length): New user option.
2686 (antlr-hide-actions): New command. Suggested by
2687 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
2688 (antlr-mode-map): New binding [C-c C-v].
2689 (antlr-mode-menu): New entries.
2690 (antlr-downcase-literals): New command.
2691 (antlr-upcase-literals): Ditto.
2693 * antlr-mode.el: Minor changes: indendation, mode-name.
2694 (antlr-indent-line): Indent cpp directive at column 0.
2695 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
2697 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
2698 (antlr-font-lock-additional-keywords): Workaround for intentional
2699 bug in XEmacs version of font-lock.
2700 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
2701 be used by a smarter version of `buffers-menu-grouping-function'.
2703 2000-05-29 Gerd Moellmann <gerd@gnu.org>
2705 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
2706 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
2708 2000-05-29 Kenichi Handa <handa@etl.go.jp>
2710 * international/encoded-kb.el
2711 (encoded-kbd-iso2022-designation-map): Pay attention to that
2712 charset-iso-final-char return -1 for eight-bit-control and
2715 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2717 * speedbar.el (speedbar-use-images, speedbar-update-flag)
2718 (speedbar-easymenu-definition-base): Use display-graphic-p where
2719 available, instead of window-system.
2721 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2723 * international/codepage.el (cp-coding-system-for-codepage-1): Add
2724 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
2727 2000-05-26 Dave Love <fx@gnu.org>
2729 * disp-table.el (standard-display-underline): Don't use
2732 * mail/reporter.el: Maintainer change. Doc fixes.
2733 (reporter-version): Deleted.
2735 * emacs-lisp/elp.el: Maintainer change.
2736 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
2738 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
2740 * add-log.el (add-change-log-entry): Merge the current entry with the
2741 previous one if the previous one is empty.
2743 2000-05-26 Dave Love <fx@gnu.org>
2745 * loadhist.el (unload-feature): Fix interactive spec [from
2746 lijnzaad@ebi.ac.uk].
2748 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
2749 subr-arity to check primitives.
2750 (byte-compile-flush-pending, byte-compile-file-form-progn)
2751 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
2752 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
2755 2000-05-26 Kenichi Handa <handa@etl.go.jp>
2757 * international/fontset.el: Set family names of non-latin charsets
2758 in default fontset to "*".
2760 * international/mule-diag.el (print-fontset): Combine family part
2761 and registry part of the fontname by "-*-" instead of "-".
2763 * international/mule-cmds.el (encode-coding-char): Make strings
2764 multibyte before calling encode-coding-string.
2766 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
2768 * derived.el: Fix keywords.
2769 (define-derived-mode): Only define if needed.
2771 * simple.el (fill-comment, comment-column, comment-start)
2772 (comment-start-skip, comment-end, comment-indent-function)
2773 (block-comment-start, block-comment-end, indent-for-comment)
2774 (set-comment-column, kill-comment, comment-padding, comment-region)
2775 (comment-multi-line, indent-new-comment-line): Remove.
2777 * bindings.el (esc-map): Change ; to comment-dwim and use the new
2778 function names for comment operations.
2780 * newcomment.el: Add abundant autoload cookies.
2781 (comment-style): Don't depend on runtime data at compile-time.
2782 (comment-indent-hook): Remove.
2783 (comment-indent): Check if comment-indent-hook is bound.
2784 (comment-region): Docstring fix.
2786 2000-05-25 Dave Love <fx@gnu.org>
2788 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
2789 byte-code-function-p.
2791 * mail/rmailsum.el: Add provide.
2793 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
2795 * smerge-mode.el (smerge-diff-switches): Don't use list* in
2798 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
2800 * ediff-diff.el (ediff-exec-process): delete --binary option from
2801 non-buffer ediff jobs.
2803 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2805 * hilit-chg.el (highlight-changes-mode): Ask about color or
2806 grayscale support, not about window-system.
2808 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
2810 (ffap-highlight): Always default to t.
2812 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
2813 display-popup-menus-p instead of looking at window-system.
2815 * disp-table.el (standard-display-g1, standard-display-graphic):
2816 Only refuse to use string glyphs on X and MS-Windows.
2818 * avoid.el: Remove window-system from commentary, suggest to use
2819 display-*-p instead.
2821 * apropos.el (apropos-print): Use display-mouse-p instead of
2824 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2826 * international/codepage.el (cp-decoding-vector-for-codepage):
2827 Fill up unsupported characters with their own codes. From Kenichi
2830 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2832 * international/mule-diag.el (describe-char-after): Use
2833 display-graphic-p instead of window-system, so that this function
2836 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2838 * international/codepage.el (cp-make-coding-systems-for-codepage):
2839 Remove the eight-bit-graphic and eight-bit-control charsets from
2840 the list of charsets which we convert into `?'.
2842 2000-05-25 Kenichi Handa <handa@etl.go.jp>
2844 * international/mule-conf.el: Specify CHARSET-ID explicitely for
2846 (mule-unicode-0100-24ff, japanese-jisx0213-1,
2847 japanese-jisx0213-2): New charsets.
2849 * international/fontset.el: Setup default fontset for new charsets.
2851 2000-05-24 Dave Love <fx@gnu.org>
2853 * info.el (Info-find-node-2): Restructure [following "Vadim
2854 S. Solomin" <sovs@uic.nnov.ru>].
2856 * icomplete.el: Fix header for Finder.
2858 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
2860 * rmailout.el (rmail-output-to-rmail-file): Added optional param
2863 * rmail.el (rmail-automatic-folder-directives): New user variable.
2864 (rmail-show-message): Add call to `rmail-auto-file' during
2866 (rmail-auto-file): New function.
2868 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
2870 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
2872 (ediff-test-utility,ediff-diff-mandatory-option)
2873 (ediff-reset-diff-options): Utilities for proper initialization of
2874 ediff-diff-options and ediff-diff3-options on Windows.
2876 * ediff-init.el (ediff-merge-filename-prefix): New customizable
2879 * ediff-mult.el (ediff-filegroup-action): Use
2880 ediff-merge-filename-prefix.
2882 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
2884 * viper-ex.el (ex-write): Set selective display to nil.
2886 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
2888 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
2889 aliases for hebrew-iso-8bit.
2891 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
2893 * woman.el: New version from Francis J. Wright
2894 <F.J.Wright@Maths.QMW.ac.uk>.
2895 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
2896 names in environment variables regardless of the path separator.
2897 (woman-topic-all-completions-1): Don't call file-name-directory-p
2898 on all files, since woman-file-regexp already filters out any
2901 2000-05-24 Kenichi Handa <handa@etl.go.jp>
2903 * international/quail.el (quail-start-translation): Don't change
2904 modified-p of the current buffer.
2905 (quail-start-conversion): Likewise.
2907 * international/kkc.el (kkc-region): Don't change modified-p of
2910 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
2912 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
2914 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
2916 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
2917 (speedbar-insert-button): Invisible text property fix.
2918 (speedbar-directory-plus): Renamed from speedbar-directory-+
2919 (speedbar-directory-minus): Renamed from speedbar-directory--
2920 (speedbar-page-plus): Renamed from speedbar-file-+
2921 (speedbar-page-minus): Renamed from speedbar-file--
2922 (speedbar-page): Renamed from speedbar-file-
2923 (speedbar-tag): Renamed from speedbar-tag-
2924 (speedbar-tag-plus): Renamed from speedbar-tag-+
2925 (speedbar-tag-minus): Renamed from speedbar-tag--
2926 (speedbar-expand-image-button-alist): Use above renames.
2928 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
2929 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
2930 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
2931 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
2932 * sb-pg.xpm: Renamed from sb-file.xpm
2933 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
2934 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
2936 2000-05-24 Kenichi Handa <handa@etl.go.jp>
2938 * international/quail.el (quail-show-guidance-buf): Set
2939 current-input-method of the guidance buffer to the name of the
2940 curren input method.
2942 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
2944 * progmodes/compile.el (compile-internal): Style typo.
2946 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
2947 quote vars and functions in the docstring.
2949 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
2951 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
2952 Don't quote lambdas.
2954 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
2956 2000-05-23 Gerd Moellmann <gerd@gnu.org>
2958 * startup.el (command-line): Determine source file of compiled
2959 user init file differently. Warn if compiled user init file
2960 is older than its source file.
2962 * ffap.el (ffap-url-regexp): Add `https'.
2964 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
2966 * files.el (make-backup-file-name-1): Replace slashes with `!'
2967 rather than `|' (which is not allowed on Windows). Replace the
2968 drive letters with a string "drive_X".
2970 2000-05-23 Gerd Moellmann <gerd@gnu.org>
2972 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
2974 * files.el (interpreter-mode-alist): Add `bash2'.
2976 2000-05-22 Dave Love <fx@gnu.org>
2978 * loadhist.el (feature-symbols, file-provides, file-requires): Use
2980 (feature-file): Avoid calling symbol-name. Doc fix.
2981 (file-set-intersect, file-dependents): Use dolist, not mapcar.
2982 (loadhist-hook-functions): Add mouse-position-function.
2983 (unload-feature): Change uses of mapcar.
2985 * files.el (parse-colon-path): Doc fix.
2986 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
2987 (set-auto-mode): Use mapc.
2989 * complete.el (PC-look-for-include-file): Use :alnum: character
2991 (partial-completion-mode): Add autoload cookie.
2993 2000-05-22 Sam Steingold <sds@gnu.org>
2995 * info.el (Info-fontify-node): Fixed the call to
2996 `add-text-properties' (bug introduced on 2000-05-18).
2998 2000-05-22 Dave Love <fx@gnu.org>
3000 * bindings.el: Remove debug-ignored-errors set in other files.
3002 * progmodes/etags.el: Add to debug-ignored-errors.
3003 (visit-tags-table-buffer): Clear out buffers holding old tables
3004 when making a new list.
3005 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
3008 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
3010 (cmpl-string-case-type): Use character classes.
3013 * textmodes/ispell.el:
3016 * progmodes/compile.el: Add to debug-ignored-errors.
3018 * dabbrev.el: Add to debug-ignored-errors.
3019 (dabbrev-completion): Use mapc.
3021 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
3023 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
3024 (woman-mapcan, woman-parse-man.conf)
3025 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
3026 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
3027 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
3029 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
3030 (woman-manpath): Call woman-parse-man.conf.
3031 (woman-emulation): New defcustom, defaults to nroff.
3032 (woman-font-support): New defconst.
3033 (woman-use-symbol-font): New defcustom.
3034 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
3036 Many functions: Doc fix.
3038 2000-05-22 Kenichi Handa <handa@etl.go.jp>
3040 * international/quail.el (quail-simple-translation-keymap): Map
3041 128..255 to quail-self-insert-command.
3042 (quail-keyboard-layout-alist): Add definition for "pc102-de".
3044 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
3046 * help.el (help-manyarg-func-alist): Typo.
3048 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
3049 intervals which makes it heaps simpler.
3051 * newcomment.el (comment-region-internal): Go back to BEG after quoting
3052 the nested comment markers.
3054 * subr.el (remove-hook): Don't turn the hook's value into a list.
3056 2000-05-21 Dave Love <fx@gnu.org>
3058 * edmacro.el (edmacro-parse-keys): Return vector if any elements
3059 are invalid characters.
3061 * international/mule-util.el (detect-coding-with-priority): Use
3062 mapc. Remove redundant lambda.
3064 * international/mule-diag.el (list-non-iso-charset-chars)
3065 (describe-fontset): Remove redundant lambda.
3067 * emulation/crisp.el (brief-mode): New alias.
3069 * emacs-lisp/ring.el (ring-elements): New function.
3071 * emacs-lisp/easymenu.el (easy-menu-create-menu)
3072 (easy-menu-do-add-item): Use keywordp.
3074 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
3076 * replace.el: Doc and error message fixes.
3077 (replace-highlight): Use facep, not internal-find-face.
3079 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
3081 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
3083 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
3084 (log-edit-insert-changelog): Drop `:' as well.
3086 * log-view.el: Fix file description.
3087 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
3089 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
3090 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
3092 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
3093 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
3094 Print a status message if the toggle is called interactively.
3095 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
3096 for global minor modes and use `defcustom' for them.
3098 (easy-mmode-define-derived-mode): Remove.
3099 (define-derived-mode): Fancier default docstring.
3100 (easy-mmode-define-navigation): Signal an error rather than (ding).
3102 * newcomment.el (comment-styles): New `box-multi'.
3103 (comment-normalize-vars): Better default for comment-continue to
3104 avoid whitespace-only continuations.
3105 (comment-search-forward): Always move even in the no-syntax case.
3106 (comment-padright): Only obey N if it's only obeyed for padleft.
3107 (comment-make-extra-lines): Better handling of empty continuations.
3108 Use `=' for the filler if comment-start has only one character.
3109 (uncomment-region): Try handling the special `=' filler.
3110 (comment-region): Allow LINES even if MULTI is nil.
3111 (comment-box): Choose box style based on comment-style.
3113 2000-05-20 Kenichi Handa <handa@etl.go.jp>
3115 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
3116 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
3118 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
3120 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
3121 and insert, not subst-char-in-region.
3123 * international/mule-diag.el (list-character-sets-1): Handle
3124 charsets eight-bit-control and eight-bit-graphic.
3125 (list-iso-charset-chars): Likewise.
3126 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
3127 charactes as is. Use indent-to to align characters.
3129 * international/mule-cmds.el (find-multibyte-characters): Never
3130 exclude charsets eight-bit-control and eight-bit-graphic.
3132 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
3134 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
3135 Don't quote lambdas.
3137 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
3139 2000-05-19 Gerd Moellmann <gerd@gnu.org>
3141 * gud.el (gud-jdb-directories): Doc fix.
3143 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
3145 * newcomment.el: New file.
3147 2000-05-19 Gerd Moellmann <gerd@gnu.org>
3149 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
3151 2000-05-18 Andreas Schwab <schwab@suse.de>
3153 * dired.el (dired-between-files): Also skip lines beginning with
3156 2000-05-18 Gerd Moellmann <gerd@gnu.org>
3158 * msb.el (msb-menu-cond): Add choice `user'.
3160 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3162 * ps-print.el: Compatibility, customization and doc fix.
3163 (ps-printer-name-option): Replace defconst by defvar.
3164 (ps-postscript-code-directory): XEmacs compatibility.
3165 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
3167 (ps-user-defined-prologue, ps-print-prologue-header)
3168 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
3169 compatibility and code fix.
3170 (ps-print-background-image, ps-print-background-text):
3172 (ps-line-number-start, ps-n-up-on): New vars.
3174 2000-05-18 Espen Skoglund <esk@ira.uka.de>
3176 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
3177 the indent-comment function to just return the appropriate indent.
3179 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
3181 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
3182 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
3183 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
3185 2000-05-18 Dave Love <fx@gnu.org>
3187 * info.el (Info-fontify-node): Add intangible property as well as
3190 * calendar/appt.el (appt-make-list): Match all lines of entry.
3191 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
3193 2000-05-18 Kenichi Handa <handa@etl.go.jp>
3195 * international/mule-diag.el (describe-char-after): Call
3196 internal-char-font, not char-font. If internal-char-font returns
3197 nil, display "-- none --".
3199 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3201 * image.el (image-type-available-p): Don't reference image-types
3204 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
3206 * autoarg.el (autoarg-mode): Typo in the :set argument.
3208 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3210 * startup.el (command-line-1): Don't signal an error if the
3211 directory for auto-save-list files does not yet exist.
3213 2000-05-17 Kenichi Handa <handa@etl.go.jp>
3215 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
3217 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
3219 * subr.el (remove-hook): `setq' hook-value, not `set'.
3221 2000-05-16 Sam Steingold <sds@gnu.org>
3223 * info.el (debug-ignored-errors): More errors to ignore.
3225 2000-05-16 Dave Love <fx@gnu.org>
3227 * cus-edit.el: Don't require cl or easymenu.
3228 (custom-variable-prompt): Test standard-value property, not
3231 2000-05-16 Sam Steingold <sds@gnu.org>
3233 * subr.el (add-hook): `setq' hook-value, not `set'.
3235 2000-05-16 Gerd Moellmann <gerd@gnu.org>
3237 * startup.el (command-line-1): Mention the FAQ in the startup
3240 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
3242 * progmodes/compile.el (compilation-parse-errors): Collect
3243 `nomessage' regexps last.
3245 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
3247 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
3248 to the function name.
3250 2000-05-15 Dave Love <fx@gnu.org>
3252 * speedbar.el (speedbar-recenter): Typo.
3253 (speedbar-expand-line): Make arg optional.
3254 (speedbar-mode): Avoid a compiler warning.
3256 2000-05-15 Gerd Moellmann <gerd@gnu.org>
3258 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
3259 user-specified option string is empty.
3261 * mouse.el (mouse-yank-at-click): Doc fix.
3263 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
3265 * term/internal.el (IT-character-translations): More updates of
3266 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
3269 2000-05-15 Gerd Moellmann <gerd@gnu.org>
3271 * env.el (getenv): New function, interactively callable.
3272 (setenv, getenv): Remove autoload cookies.
3274 * loadup.el: Load `env'.
3276 * progmodes/f90.el: Change author's mail address.
3278 2000-05-14 Dave Love <fx@gnu.org>
3280 * mail/rmail.el (rmail-show-message-hook): Customize and offer
3281 goto-addr as an option.
3283 * help.el (help-xref-stack): Doc fix.
3284 (help-xref-following): New variable.
3285 (help-make-xrefs): Use it.
3286 (help-xref-go-back): Use position information from stack element.
3287 (help-follow): Make position in stack element a pair. Use
3288 help-xref-following.
3290 * autoarg.el: New file.
3292 * faces.el: Declare more functions obsolete.
3294 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
3295 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
3296 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
3297 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
3298 Remove all the setup-...-environment functions.
3300 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
3302 * speedbar.el: Updated the commentary section. xemacs20p now uses
3303 >= when detecting. Require `defimage' safely.
3304 (speedbar-easymenu-definition-base): Add toggle for images.
3305 (speedbar-easymenu-definition-special): Add flush cache & expand.
3306 (speedbar-visiting-tag-hook): Set new defaults. Added options.
3307 (speedbar-reconfigure-keymaps-hook): New variable.
3308 (speedbar-frame-parameters): Updated documentation.
3309 (speedbar-use-imenu-flag): Updated custom tag
3310 (speedbar-dynamic-tags-function-list): New variable.
3311 (speedbar-tag-hierarchy-method): Updated doc & custom.
3312 (speedbar-indentation-width, speedbar-indentation-width) New
3314 (speedbar-hide-button-brackets-flag): Customizable.
3315 (speedbar-vc-indicator): Doc update.
3316 (speedbar-ignored-path-expressions): Updated default value.
3317 (speedbar-supported-extension-expressions): Updated default value.
3318 (speedbar-syntax-table): Remove {} paren status.
3319 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
3320 as "+". Added overlay aliases.
3321 (speedbar-mode): Use `speedbar-mode-line-update' instead of
3322 `force-mode-line-update'.
3323 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
3324 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
3326 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
3327 (speedbar-item-info-tag-helper): Revamped to handle a wider range
3328 of arbitrary text, and new helper functions.
3329 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
3331 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
3332 (speedbar-directory-buttons): Update path search/expansion.
3333 (speedbar-make-tag-line): Pay attention to
3334 `speedbar-indentation-width'. Use more care w/ invisible
3336 (speedbar-change-expand-button-char): Call
3337 `speedbar-insert-image-button-maybe'.
3338 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
3339 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
3340 (speedbar-trim-words-tag-hierarchy)
3341 (speedbar-simple-group-tag-hierarchy): New functions
3342 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
3343 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
3345 (speedbar-mouse-set-point): New function
3346 (speedbar-power-click): Updated documentation.
3347 (speedbar-line-token, speedbar-goto-this-file): Handle more types
3349 (speedbar-expand-line, speedbar-contract-line): Make more robust
3351 (speedbar-expand-line): Takes universal argument to flush the
3353 (speedbar-flush-expand-line): New function.
3354 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
3355 Use new generator insertion method.
3356 (speedbar-fetch-dynamic-tags): New function.
3357 (speedbar-fetch-dynamic-imenu): Removed code now handled in
3358 `speedbar-fetch-dynamic-imenu'.
3359 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
3360 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
3361 "Revert Buffer" menu items.
3362 (speedbar-buffer-buttons-engine): Be smarter when creating a
3363 filename tag (for expansion purposes.).
3364 (speedbar-highlight-one-tag-line,
3365 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
3366 (speedbar-recenter): New functions.
3367 (defimage-speedbar): Image loading abstraction.
3368 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
3369 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
3370 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
3371 (speedbar-tag-type, speedbar-tag-mail): New images.
3372 (speedbar-expand-image-button-alist): New variable.
3373 (speedbar-insert-image-button-maybe): Insert an image over some
3376 2000-05-13 Kenichi Handa <handa@etl.go.jp>
3378 * international/mule-cmds.el (encode-coding-char): An ASCII
3379 character is always encodable.
3381 * international/mule-conf.el: Add more information in descriptions
3384 * international/mule-diag.el (describe-char-after): New function.
3385 (describe-font-internal): Adjusted for the change of font-info.
3386 (describe-font): Likewise.
3387 (print-fontset): Rewritten for the new fontset implementation.
3388 (describe-fontset): Include fontset alias names in completion.
3389 (list-fontsets): Adjusted for the change of print-fontset.
3391 * simple.el (what-cursor-position): If DETAIL is non-nil, call
3392 describe-char-after instead of displaying the detail in the echo
3394 (syntax-code-table): Format changed.
3395 (string-to-syntax): Adjusted for the above change.
3397 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
3399 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
3401 2000-05-12 Dave Love <fx@gnu.org>
3403 * calendar/todo-mode.el: Remove some compatibility stuff and CL
3404 dependence. Use line-{beginning,end}-position, not
3405 point-at{b,e}ol. Some doc fixes.
3406 (todo-position): New function. Fix callers of position to use it.
3407 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
3409 2000-05-12 Gerd Moellmann <gerd@gnu.org>
3411 * time.el (display-time-mail-icon): Use `:ascent center'.
3413 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
3414 handling FTP security extensions.
3416 2000-05-11 Dave Love <fx@gnu.org>
3418 * calendar/todo-mode.el: New file.
3420 2000-05-11 Gerd Moellmann <gerd@gnu.org>
3422 * comint.el (comint-read-input-ring): Move reference to
3423 comint-input-ring-size outside of the save-excursion. It was
3424 causing the default value to be the only one ever seen.
3426 * font-lock.el: Update copyright. Remove Simon Marshall's email
3427 address on request from him.
3429 * subr.el (substitute-key-definition): Add comment describing
3430 the meaning of PREFIX.
3432 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
3434 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
3436 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
3437 (add-minor-mode): Don't make the variable buffer-local and add a
3438 reference to define-minor-mode in the docstring.
3440 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
3441 HEADER/FOOTER and fix bug with trailing empty directory.
3442 (cvs-append-to-ignore): Use vc-editable-p if available.
3443 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
3444 (vc-do-command): Tweak advice to handle the new VC.
3446 * log-view.el (log-view-goto-rev): New function for the new VC.
3447 (log-view-minor-wrap): Use mark-active.
3449 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
3450 (log-edit-changelog-full-paragraphs): New var.
3451 (log-edit-insert-changelog): Remove a lonely leading `* file'.
3452 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
3453 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
3454 (log-edit-changelog-ours-p, log-edit-changelog-entries)
3455 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
3456 Replace the `cvs' prefix with `log-edit'.
3458 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
3460 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
3461 (diff-font-lock-defaults): Explicitly turn off multiline.
3462 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
3463 (diff-ediff-patch): Fix call to ediff-patch-file.
3464 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
3467 * frame.el (automatic-hscrolling): Typo.
3469 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
3471 2000-05-09 Sam Steingold <sds@goems.com>
3473 * apropos.el (apropos-print): use `describe-face' instead of
3474 `customize-face-other-window'.
3476 2000-05-09 Dave Love <fx@gnu.org>
3478 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
3480 * help.el (describe-variable): Have customize button pop the
3481 help-xref stack when invoked.
3482 (help-xref-symbol-regexp): Add `face'.
3483 (help-make-xrefs): Check for quoted face names and adapt regexp
3484 submatch numbers to cope.
3485 (help-xref-interned): Maybe insert face doc too. Separate
3486 sections with a line of hyphens.
3488 * faces.el: Some doc fixes. Declare some functions obsolete.
3489 (describe-face): Add customize button. Return the help
3492 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3494 * term/internal.el (IT-character-translations): Fix last change.
3496 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3498 * woman.el: New file
3499 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
3501 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3503 * term/internal.el (IT-character-translations): Update ASCII
3504 simulations for greek-iso8859-7, add latin-iso8859-14 and
3507 * international/mule-cmds.el (set-language-info-alist): Call
3508 define-prefix-command with 3 arguments, to make the map suitable
3511 2000-05-07 Dave Love <fx@gnu.org>
3513 * time.el: Small doc fixes from Pavel JanÃk ml.
3515 2000-05-05 Dave Love <fx@gnu.org>
3517 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
3518 list in doc string. Don't quote keyword symbols.
3519 * emacs-lisp/cl.el: Likewise
3520 * emacs-lisp/cl-seq.el: Likewise
3522 2000-05-05 Gerd Moellmann <gerd@gnu.org>
3524 * abbrev.el (abbrev-mode): Make ARG optional.
3526 2000-05-04 Gerd Moellmann <gerd@gnu.org>
3528 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
3530 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
3532 * subr.el (substitute-key-definition): Clarify documentation.
3534 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
3536 * glasses.el (glasses-convert-to-unreadable): Use
3537 `glasses-separator' instead of the hard-wired "_".
3538 (glasses-mode): Call `glasses-make-unreadable' only in a single
3541 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
3543 * term/internal.el (cjk-codepages-alist): Add associations for
3544 Chinese and Korean codepages. Remove FIXME comment.
3546 2000-05-03 Dave Love <fx@gnu.org>
3548 * time.el (display-time-mail-face, display-time-use-mail-icon):
3550 (display-time-mail-icon): New variable.
3551 (display-time-string-forms): Use the above. Fix the local-map.
3553 2000-05-03 Gerd Moellmann <gerd@gnu.org>
3555 * replace.el (query-replace-map): Add binding for `E'.
3556 (query-replace-help): Extend help text.
3557 (perform-replace): Allow editing the replacement string.
3559 * make-mode.el (makefile-mode-abbrev-table): New variable.
3560 (makefile-mode): Set local abbrev table to
3561 makefile-mode-abbrev-table.
3562 (makefile-font-lock-keywords): Fontify includes and conditionals.
3564 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
3567 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
3568 mail-interactive-insert-alias.
3569 (mail-abbrev-complete-alias): New command.
3570 (mail-mode-map): Bind it to `M-TAB'.
3572 2000-05-03 Kenichi Handa <handa@etl.go.jp>
3574 * language/lao-util.el (lao-compose-region): New function.
3576 2000-05-02 Gerd Moellmann <gerd@gnu.org>
3578 * files.el (recover-session): Make directories as necessary
3579 if they don't exist yet.
3581 * calendar/cal-french.el
3582 (french-calendar-multibyte-special-days-array)
3583 (french-calendar-special-days-array): Change French text.
3584 (calendar-french-date-string): Change output.
3585 (calendar-goto-french-date): Likewise.
3587 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
3589 * wid-edit.el (widget-default-active): Obey `:always-active'.
3590 (widget-documentation-string-value-create): Set `:always-active'.
3592 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
3594 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
3595 default prefix to `~/_emacs.d/auto-save.list/_s'.
3596 (normal-top-level): Create the directory for auto-save files, if
3597 it doesn't already exist (in the ms-dos case only).
3599 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
3601 * international/mule-cmds.el (set-language-environment): Don't
3602 concat an integer (dos-codepage), use format instead.
3604 2000-05-02 Dave Love <fx@gnu.org>
3606 * help.el (help-xref-on-pp): Check for constant symbols.
3608 2000-04-29 Gerd Moellmann <gerd@gnu.org>
3610 * startup.el (normal-top-level): Put a condition-case around
3611 the code loading subdirs.el.
3613 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3615 * ps-print.el: Upside-down and face background color printing,
3616 line number step, doc fix.
3617 (ps-print-version): New version number (5.2).
3618 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
3619 (ps-face-attribute-list, ps-plot-with-face): Code fix.
3620 (ps-spool-config): Var fix.
3621 (ps-printer-name-option): Const fix.
3622 (ps-print-upside-down, ps-use-face-background)
3623 (ps-line-number-step): New vars.
3624 (ps-window-system, ps-lp-system): New consts.
3625 (ps-face-background): New fun.
3627 2000-04-28 Richard Stallman <rms@gnu.org>
3629 * files.el (make-auto-save-file-name):
3630 Apply auto-save-file-name-transforms to visited file name
3631 before generating auto save file name.
3632 (auto-save-file-name-transforms): New variable.
3634 * files.el (backup-enable-predicate):
3635 Correctly test for a file under a temporary directory.
3637 2000-04-28 Gerd Moellmann <gerd@gnu.org>
3639 * subr.el (add-minor-mode): Rewritten.
3641 2000-04-28 Kenichi Handa <handa@etl.go.jp>
3643 * mail/sendmail.el (sendmail-send-it): Set
3644 buffer-file-coding-system to the selected coding system for MIME
3647 2000-04-27 Gerd Moellmann <gerd@gnu.org>
3649 * dired.el (dired-move-to-filename-regexp): Allow format where
3650 YYYY is followed by two spaces.
3652 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
3653 in the second character class of the regexp.
3655 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
3658 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
3661 * subr.el (add-minor-mode): Use `set' instead of `setq'.
3663 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
3666 2000-04-27 Sen Nagata <sen@eccosys.com>
3668 * emacs-lisp/crm.el (crm-completion-table): New variable.
3669 (crm-collection-fn, crm-test-completion)
3670 (completing-read-multiple): Use it.
3672 2000-04-27 Dave Love <fx@gnu.org>
3674 * help.el (locate-library): Use mapc.
3675 (help-manyarg-func-alist): Add call-process-region.
3677 2000-04-26 Gerd Moellmann <gerd@gnu.org>
3679 * subr.el (add-minor-mode): Make argument MAP optional.
3681 * desktop.el (desktop-save): Save list of minor modes.
3682 (desktop-create-buffer): Restore minor modes.
3683 (desktop-minor-mode-table): New user-option.
3685 * subr.el (add-minor-mode): New function.
3687 * image.el (find-image): New function.
3688 (defimage): Rewritten to find image at load time.
3690 * startup.el (normal-top-level-add-to-load-path): Handle
3691 case that the default directory is not in load-path.
3693 * help.el: Old patch from Stefan Monnier.
3694 (help-xref-on-pp): New function.
3695 (describe-variable): Use it to display xrefs in a symbol's value.
3697 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
3699 * cus-edit.el (custom-face): Fix parenthesis.
3701 2000-04-26 Kenichi Handa <handa@etl.go.jp>
3703 * mail/rmail.el (rmail-expunge): When there are no deleted
3704 messages, do nothing.
3706 2000-04-26 Dave Love <fx@gnu.org>
3708 * international/mule-cmds.el (locale-translation-file-name):
3710 (set-locale-environment): Set it here (at runtime).
3712 2000-04-25 Gerd Moellmann <gerd@gnu.org>
3714 * replace.el (perform-replace): Add parameters START and END. Use
3715 them instead of the check for a region in Transient Mark mode.
3716 (query-replace-read-args): Return two more list elements for the
3717 start and end of the region in Transient Mark mode.
3718 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3719 (map-query-replace-regexp, replace-string, replace-regexp): Add
3720 optional last arguments START and END and pass them to
3723 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
3724 form with additional arguments for perform-replace.
3726 * progmodes/etags.el (tags-query-replace): Add parameters START
3727 and END. Construct a form with additional arguments for
3730 * simple.el (shell-command): Set default directory for "*Shell
3731 Command Output" buffer.
3733 * language/european.el (iso-latin-4): Fix typo.
3735 * emacs-lisp/crm.el: New file.
3737 2000-04-24 Dave Love <fx@gnu.org>
3739 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3740 (Custom-reset-saved, Custom-reset-standard)
3741 (custom-group-value-create, custom-group-set, custom-group-save)
3742 (custom-group-reset-current, custom-group-reset-saved)
3743 (custom-group-reset-standard): Use mapc.
3744 (custom-buffer-create-internal): Disable undo when creating items.
3746 (custom-face): Avoid redundant lambda.
3748 2000-04-24 Gerd Moellmann <gerd@gnu.org>
3750 * startup.el (auto-save-list-file-prefix): Set default to
3751 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
3753 2000-04-24 Sam Steingold <sds@gnu.org>
3755 * time-stamp.el (time-stamp-string-preprocess): Always convert
3756 `field-result' to a string.
3758 2000-04-24 Gerd Moellmann <gerd@gnu.org>
3760 * frame.el (scrolling): New group.
3761 (automatic-hscrolling): New user-option.
3763 * startup.el (command-line-x-option-alist): Add `-lsp' and
3766 2000-04-19 Dave Love <fx@gnu.org>
3768 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
3769 (cl-mapc): Rename from mapc. Fix the funcall.
3771 2000-04-19 Gerd Moellmann <gerd@gnu.org>
3773 * simple.el (clone-indirect-buffer-other-window): New command.
3774 (clone-indirect-buffer): Add optional arg NORECROD.
3775 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
3777 * help.el (resize-temp-buffer-window): Use count-screen-lines.
3779 * window.el (count-screen-lines): New function.
3780 (shrink-window-if-larger-than-buffer): Use count-screen-lines
3781 instead of window-buffer-height.
3783 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
3784 non-existing variable comint-input-sentinel.
3785 (inferior-lisp-args-to-list): Removed.
3786 (inferior-lisp): Use split-string instead of
3787 inferior-lisp-args-to-list.
3789 * hexl.el (hexl-insert-hex-string): New command.
3791 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
3794 2000-04-18 Gerd Moellmann <gerd@gnu.org>
3796 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
3797 at the start of an existing but empty folder.
3799 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3801 * ps-mule.el: Customization fix, doc fix.
3802 (ps-multibyte-buffer): Customization fix.
3804 2000-04-17 Richard M. Stallman <rms@gnu.org>
3806 * subr.el (read-passwd): Use read-char-exclusive.
3808 2000-04-17 Gerd Moellmann <gerd@gnu.org>
3810 * textmodes/texinfo.el (texinfo-insert-@email)
3811 (texinfo-insert-@emph, texinfo-insert-@quotation)
3812 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
3813 (texinfo-mode-map): Add key bindings for them.
3815 * files.el (basic-save-buffer-2): Use a template with `$'
3816 instead of `#' for VMS.
3818 * simple.el (clone-indirect-buffer): New function.
3820 2000-04-16 Stephen Eglen <stephen@gnu.org>
3822 * iswitchb.el (iswitchb-case): New function. If the user input
3823 contains any upper-case characters, the search is made
3826 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
3828 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
3830 (texinfo-font-lock-syntactic-keywords): New var.
3831 (texinfo-font-lock-keywords): Remove comment regexp.
3832 (texinfo-insert-block): New function.
3833 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
3834 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
3835 and font-lock-defaults. Use regexp-opt for outline-regexp.
3836 (texinfo-environments): New var.
3837 (texinfo-environment-regexp): Use regexp-opt and
3838 texinfo-environments.
3840 * textmodes/ispell.el (ispell-menu-map-needed): Check that
3841 ispell-process is bound since this might be eval'd before ispell
3843 (ispell-message): Use a tiny bit less magic and a bit more hard
3844 data to figure out what kind of sc-cite-regexp to use.
3846 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
3848 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
3849 (insert-cyclic-diary-entry): Unquote the lambda.
3851 * gud.el (gud-jdb-build-source-files-list): Fix typo.
3853 * files.el (backup-enable-predicate): Unquote the lambda.
3855 * cus-edit.el (custom-face, face): Unquote the lambda.
3857 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3859 * ps-print.el: Check for line-beginning-position definition.
3861 * ps-print.el: Fix counting lines in a region.
3862 (ps-print-version): New version number (5.1.5).
3863 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
3864 (ps-printing-region): Fun code fix.
3866 2000-04-15 Gerd Moellmann <gerd@gnu.org>
3868 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
3869 to file-directory-p.
3871 2000-04-14 Gerd Moellmann <gerd@gnu.org>
3873 * gud.el (gud-jdb-build-source-files-list): Check that directory
3874 exists before calling directory-files.
3876 2000-04-13 Dave Love <fx@gnu.org>
3878 * emacs-lisp/trace.el: Change maintainer. Use new backquote
3881 * emacs-lisp/cl-specs.el: Remove when, unless.
3883 * emacs-lisp/cl-extra.el: Don't quote keywords.
3884 (cl-old-mapc): New variable.
3886 (cl-map-intervals): Use with-current-buffer. Don't check for
3887 next-property-change.
3888 (cl-map-overlays): Use with-current-buffer.
3890 (copy-tree, remprop): Define unconditionally.
3892 * emacs-lisp/cl-compat.el (keywordp): Remove.
3894 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
3896 (edebug-spec): Enable keywordp.
3898 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
3901 * cus-start.el: Use keywordp.
3903 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3905 * diary-lib.el (include-other-diary-files): Fix the fix of
3906 2000-02-18 by doing a save-excursion.
3908 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3910 * ps-print.el: Customization fix, doc fix.
3911 (ps-print-version): New version number (5.1.4).
3912 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
3913 (ps-print-preprint): Adjust code.
3914 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
3915 (ps-print-prologue-header, ps-print-control-characters)
3916 (ps-spool-config): Customization fix.
3918 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3920 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
3921 converted to the new menu-item format, names silightly changed,
3924 Support for spelling without async subprocesses:
3926 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
3927 (ispell-session-buffer): New variables.
3928 (ispell-start-process, ispell-process-status,
3929 ispell-accept-output, ispell-send-string): New functions, for
3930 Ispell invocation when async subprocesses aren't supported.
3931 (ispell-word, ispell-pdict-save, ispell-command-loop,
3932 ispell-process-line, ispell-buffer-local-parsing): Replace calls
3933 to process-send-string with calls to ispell-send-string, and
3934 accept-process-output with ispell-accept-output.
3935 (ispell-init-process): Call ispell-process-status instead of
3936 process-status with.
3937 (ispell-init-process): Call ispell-start-process. Call
3938 ispell-accept-output and ispell-send-string. Don't call
3939 process-kill-without-query and kill-process if they are unbound.
3940 (ispell-async-processp): New function.
3942 2000-04-12 Dave Love <fx@gnu.org>
3944 * info.el: Add debug-ignored-errors.
3945 (Info-mode-menu): Add some items.
3946 (Info-directory): Add autoload cookie.
3948 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
3949 Modify `truncate-lines'. Make `describe-language-environment'
3950 always visible and add help. Modify `describe-key' help. Invoke
3951 Info-directory from `info'. New entry `emacs-manual'.
3953 2000-04-10 Gerd Moellmann <gerd@gnu.org>
3955 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
3956 propertized-buffer-identification.
3957 (ebrowse-update-member-buffer-mode-line): Likewise.
3958 (ebrowse--mode-strings): Removed.
3959 (ebrowse--mode-line-props): Removed.
3961 * files.el (auto-mode-alist): Add `EBROWSE'.
3963 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
3964 space before testing for end of buffer.
3965 (ebrowse-load): Removed.
3966 (ebrowse-revert-tree-buffer-from-file): Rewritten.
3967 (ebrowse-create-tree-buffer): Rewritten.
3968 (ebrowse-tree-mode): Read tree from buffer.
3970 * progmodes/ebrowse-ffh.el: Removed.
3972 2000-04-10 Kenichi Handa <handa@etl.go.jp>
3974 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
3976 2000-04-10 Gerd Moellmann <gerd@gnu.org>
3978 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
3981 2000-04-09 Dave Love <fx@gnu.org>
3983 * files.el (backup-enable-predicate): Use
3984 temporary-file-directory, small-temporary-file-directory.
3985 (make-backup-file-name-function, backup-directory-alist): New
3987 (make-backup-file-name-1): New function.
3988 (make-backup-file-name): Use it.
3989 (find-backup-file-name): Likewise. Use format for clarity, not
3991 (file-newest-backup): Use make-backup-file-name.
3993 2000-04-09 Gerd Moellmann <gerd@gnu.org>
3995 * progmodes/ebrowse-ffh.el: New file.
3997 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
3999 (ebrowse-load): Add autoload.
4001 * finder.el (finder-commentary): Add autoload cookie.
4003 * mail/rfc2368.el: Correct author's email address.
4005 * progmodes/ebrowse.el: New file.
4007 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
4009 (easy-menu-do-add-item): Ditto.
4010 (easy-menu-define): Extend doc string.
4012 * jit-lock.el (with-buffer-unmodified): Use
4013 restore-buffer-modified-p.
4014 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
4015 (jit-lock-function, jit-lock-stealth-fontify): Don't use
4016 with-buffer-unmodified.
4018 2000-04-08 Dave Love <fx@gnu.org>
4020 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
4023 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
4025 * viper-util.el (viper-put-on-search-overlay): New subroutine.
4026 (viper-flash-search-pattern): No operation when using Emacs
4027 doesn't support face.
4028 Use `viper-put-on-search-overlay'.
4030 2000-04-04 Gerd Moellmann <gerd@gnu.org>
4032 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
4035 * progmodes/make-mode.el: Some doc fixes.
4036 (makefile-mode-abbrev-table): New variable.
4037 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
4038 (makefile-font-lock-keywords): Fontify includes and conditionals.
4039 (toplevel): Require `dabbrev' and `add-log' when compiling.
4041 * replace.el (perform-replace): Don't move forward one char
4042 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
4043 to do that because it leaves point 1 position after the last
4044 replacement, after everything has been replaced.
4046 * jit-lock.el (with-buffer-unmodified): New macro.
4047 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
4049 (jit-lock-function-1): Extracted from jit-lock-function; not
4050 preserving buffer's modified state.
4051 (jit-lock-function, jit-lock-stealth-fontify): Call
4052 jit-lock-function-1.
4054 * mail/rfc2368.el: Remove supernumerary copyright line.
4056 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
4058 * glasses.el: Provide facilities for inserting space before left
4059 parentheses and uncapitalization of identifiers.
4060 (glasses-mode): Try to remove old overlays in all cases.
4062 2000-04-03 Gerd Moellmann <gerd@gnu.org>
4064 * progmodes/compile.el (compile-internal): Display the compilation
4065 buffer in a different frame, if it's already displayed there.
4067 * mail/rfc2368.el: New file.
4069 * simple.el (sendmail-user-agent-compose): Recognize a `body'
4070 header and insert its value as mail body.
4072 * subr.el (member-ignore-case): New function.
4074 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
4075 (dabbrev--find-expansion): Ignore buffers matching a regexp
4076 from dabbrev-ignored-regexps.
4078 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
4079 to extensions handled by gzip.
4081 2000-04-03 Richard M. Stallman <rms@gnu.org>
4083 * files.el (insert-directory): List the total free space
4084 along with the used space.
4086 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
4087 line is followed by one that matches CITATION-REGEXP, end the
4090 2000-04-03 Markus Rost <rost@delysid.gnu.org>
4092 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
4093 (rmail-make-basic-summary-line): Use that option.
4095 2000-04-03 Kenichi Handa <handa@etl.go.jp>
4097 * international/mule-cmds.el (encoded-string-description):
4098 Rewritten. Try pretty description for ISO 2022 escape sequences
4099 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
4100 for hexadecimal format.
4102 2000-04-01 Dave Love <fx@gnu.org>
4104 * cpp.el: Change customization group to `c' from `C'.
4106 * vcursor.el (vcursor-move): Use display-color-p.
4108 * international/mule-util.el: Provide mule-utils.
4109 (string-to-sequence): Simplify and speed up.
4111 * international/mule.el (make-coding-system): Purecopy doc-string.
4113 * international/mule-cmds.el: Various menu changes.
4114 (describe-specified-language-support): Handle `Default'.
4115 (set-language-info): Purecopy `info'.
4117 2000-03-31 Andrew Innes <andrewi@gnu.org>
4119 * vc.el (vc-backend-diff): Return the correct status if we had to
4120 retry the rcsdiff command without the --brief option.
4122 2000-03-31 Dave Love <fx@gnu.org>
4124 * help.el (help-manyarg-func-alist): Correct several omissions.
4126 * add-log.el: Don't require cl, fortran.
4127 (add-log-current-defun-function): Doc fix.
4128 (change-log-version-number-regexp-list): Remove SCCS part. Doc
4130 (change-log-version-rcs): Function deleted.
4131 (change-log-version-number-search): Doc fix. Use
4132 vc-workfile-version. Avoid CL dolist.
4133 (add-change-log-entry): Just call add-log-current-defun to get
4134 defun. Simplify somewhat.
4135 (change-log-get-method-definition-1): Likewise.
4136 (add-log-current-defun): Return nil if calling
4137 add-log-current-defun-function does so. Move Fortran stuff to
4138 fortran.el. Return string without properties.
4140 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
4141 and :alpha: char classes.
4143 * mail/supercite.el: Defvar curline when compiling.
4144 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
4145 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
4146 rather than a-zA-Z0-9 to allow non-ASCII characters.
4148 2000-03-31 Gerd Moellmann <gerd@gnu.org>
4150 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
4152 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4155 * lpr.el (print-region-1): Use -d to specify printer name for
4156 systems `usg-unix-v*, `dgux', `hpux', `irix'.
4158 2000-03-31 Dave Love <fx@gnu.org>
4160 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
4161 for function definition in symbol's function value slot first
4162 instead of first consulting byte-compile-function-environment.
4164 2000-03-31 Kenichi Handa <handa@etl.go.jp>
4166 * language/european.el ("Polish"): New language environment.
4167 (setup-polish-environment): New function.
4169 2000-03-30 Gerd Moellmann <gerd@gnu.org>
4171 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4174 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
4175 trying to `load' the symbol of an autoload instead of the file
4176 recorded in the autoload. Fix error messages.
4178 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4180 * ps-print.el: PostScript programming fix for ghostview, doc fix.
4181 (ps-print-version): New version number (5.1.3).
4182 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
4183 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
4184 (ps-generate-postscript-with-faces): Code fix.
4185 (ps-color-values): XEmacs compatibility.
4186 (ps-print-background-image, ps-print-background-text, ps-printer-name)
4187 (ps-default-fg, ps-default-bg): Adjust customization.
4188 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
4189 (ps-color-scale): Renaming old ps-color-value fun.
4190 (ps-print-headers): Replace ps-print-header group to avoid conflict
4191 with ps-print-header variable.
4192 (ps-print-miscellany): New group.
4193 (ps-format-color, ps-rgb-color): New funs.
4194 (ps-default-foreground): New var.
4195 (ps-printer-name-option): New const.
4197 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
4200 (network-connection-host, network-connection-service): New variables
4201 (network-connection-mode): New mode, derived from comint-mode
4202 (network-connection-mode-setup): New function, saves host and
4203 service information in local variables.
4206 (locate-word-at-point): Added this function
4207 (locate): Default to using locate-word-at-point as input
4210 2000-03-29 Dave Love <fx@gnu.org>
4212 * calendar/appt.el: Doc fixes.
4213 (appt-check): Convert min-to-app to a string before passing to
4214 appt-disp-window-function or concat.
4215 (appt-delete-window): Remove test for frame-root-window.
4216 (appt-select-lowest-window, appt-convert-time): Simplify.
4218 * emacs-lisp/bytecomp.el: Doc fixes.
4219 (byte-compile-file-form-autoload): Update
4220 byte-compile-function-environment.
4222 2000-03-29 Andreas Schwab <schwab@suse.de>
4224 * emacs-lisp/autoload.el: Also print defsubst doc string
4227 * dired.el (dired-insert-directory): If dired-free-space-program
4228 failed just delete its output.
4230 2000-03-29 Dave Love <fx@gnu.org>
4232 * international/iso-cvt.el: Move provide to end. Doc fixes.
4233 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
4234 (iso-iso2sgml, iso-sgml2iso): New functions.
4235 (iso-cvt-define-menu): Fix some entries and use backquote for
4238 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
4240 2000-03-28 Gerd Moellmann <gerd@gnu.org>
4242 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
4243 ISO-DATE. If non-nil, return date in ISO 8601 format.
4245 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
4247 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
4248 if it ever becomes used.
4249 (log-edit-mode-hook): Default to vc-log-mode-hook.
4250 (log-edit-mode): Fix the docstring.
4252 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
4255 2000-03-26 Dave Love <fx@gnu.org>
4257 * net/browse-url.el (browse-url): Re-fix case of
4258 browse-url-browser-function being an alist.
4259 (browse-url): Add :link to defgroup.
4261 * files.el: Doc fixes.
4262 (file-truename): Include `[' in wildcard characters.
4263 (automount-dir-prefix): Customize.
4264 (find-file-wildcards): Add :version.
4265 (find-file-noselect): Simplify a mapcar call.
4267 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
4268 compatible with inf-lisp version.
4269 (eval-defun-1): Fix custom-declare-variable case.
4271 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
4273 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
4275 2000-03-24 Gerd Moellmann <gerd@gnu.org>
4277 * Makefile (COMPILE_FIRST): New macro.
4278 (compile-files): Compile files from COMPILE_FIRST first.
4280 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
4283 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
4284 matching open parenthesis in column 0 to defun-prompt-regexp
4285 only if open-paren-in-column-0-is-defun-start is set.
4287 * sun-curs.el: Require CL at compile-time only.
4289 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
4290 instead of copy-list which is a function from CL.
4291 (msb--choose-menu, msb--mode-menu-cond)
4292 (msb--create-buffer-menu-2): Use dolist instead of mapc.
4293 (msb--init-file-alist): Use mapcar instead of mapcan.
4294 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
4295 `(' in column 0 in doc string.
4296 (msb--add-separators): Use mapcar instead of mapcan.
4298 * cus-dep.el: Require CL at compile-time only.
4300 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
4302 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4303 (byte-compile-warnings): New warning `noruntime'.
4304 (byte-compile-constants, byte-compile-variables): Fix docstring.
4305 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
4306 execute `eval-whenc-compile's body.
4307 (byte-compile-unresolved-functions): Fix docstring.
4308 (byte-compile-eval): New function.
4309 (byte-compile-callargs-warn): Check if the function will be available
4310 at runtime (via property `byte-compile-noruntime').
4311 (byte-compile-print-syms): New function.
4312 (byte-compile-warn-about-unresolved-functions): Also warn about
4313 `noruntime' functions (and use `byte-compile-print-syms').
4314 (byte-compile-file): Capitalize the message.
4316 2000-03-24 Gerd Moellmann <gerd@gnu.org>
4318 * mail/rmail.el (rmail-confirm-expunge): New user-option.
4319 (rmail-expunge): Ask for confirmation depending on the setting
4320 of rmail-confirm-expunge.
4322 2000-03-23 Gerd Moellmann <gerd@gnu.org>
4324 * Makefile (bootstrap-clean): If $(emacs) exists, build
4325 loaddefs.el first. A loaddefs.el that's not up-to-date might
4326 cause a bootstrap failure because things don't autoload as
4329 2000-03-23 Dave Love <fx@gnu.org>
4331 * net/browse-url.el: Restore previous use of
4332 browse-url-maybe-new-window.
4334 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4336 * ps-print.el: Skip banner page fix.
4337 (ps-print-version): New version number (5.1.2).
4338 (ps-begin-file, ps-end-file, ps-generate): Code fix.
4340 2000-03-23 Dave Pearson <davep@davep.org>
4342 * net/quickurl.el Changed the type of parameter passed to the
4343 function defined by `quickurl-format-function'. Before only the
4344 text of the URL was passed. Now the whole URL structure is passed
4345 and the function is responsible for extracting the parts it
4346 requires. Changed the default of `quickurl-format-function'
4348 (quickurl-insert): Changed the `funcall' of
4349 `quickurl-format-function' to match the above change.
4350 (quickurl-list-insert): Changed the `url' case so that it makes
4351 use of `quickurl-format-function', previous to this the format was
4354 2000-03-22 Gerd Moellmann <gerd@gnu.org>
4356 * startup.el: Change some spellings for the X Window System.
4358 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
4360 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
4361 up the code and the regexp and make sure the cursor is temporarily
4362 moved to the suspicious line while querying the user.
4364 2000-03-22 Jason Rumney <jasonr@gnu.org>
4366 * w32-fns.el (w32-charset-info-alist): Initialize.
4368 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4370 * ps-print.el: N-up last page fix.
4371 (ps-print-version): New version number (5.1.1).
4372 (ps-end-file, ps-end-job, ps-generate): Code fix.
4374 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
4376 * files.el (find-file-run-dired): Update docstring.
4377 (find-directory-functions): New hook.
4378 (find-file-noselect): Run find-directory-functions rather than
4379 calling dired directly.
4381 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
4383 * pcvs.el: Add a minimal leading commentary.
4384 (cvs-make-cvs-buffer): Change the header part by removing the startup
4385 message and adding a `Module' entry. Also replace the FOOTER and
4386 HEADER special fileinfos with the new support in ewoc for updating
4387 its own footer and header.
4388 (cvs-update-header): Update to use the header/footer of the ewoc.
4389 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
4390 (cvs-is-within-p): New function.
4391 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
4392 to only examine some subset of the buffers.
4394 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
4395 `format' instead of our own ad-hoc functions.
4396 Remove HEADER and FOOTER cases, now handled in the EWOC.
4397 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
4399 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
4400 output to avoid scaring the user.
4401 (cvs-parse-table): Catch message for non-up-to-date commits.
4403 * pcvs-defs.el (cvs-startup-message): Remove.
4404 (cvs-global-menu): New autoloaded menu.
4406 * pcvs-util.el (cvs-string-fill): Remove.
4408 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
4409 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
4410 PP part of it and also make it work for footers and headers.
4411 (ewoc-create): Drop POS and BUFFER arguments.
4412 Use the DLL's dummy node to store the end-of-footer position.
4413 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
4414 (ewoc-refresh): Remove unused `header' variable.
4415 (ewoc-(get|set)-hf): New functions.
4417 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
4418 log-view-*-(message|file) and use easy-mmode-define-navigation.
4419 (log-view-message-re): Match SCCS format as well.
4420 And match the revision line rather than the dashed separator line.
4421 (log-view-mode): Use the new define-derived-mode.
4422 (log-view-current-tag): Fill in with an actual implementation.
4424 * cvs-status.el (cvs-status-(prev|next)): Rename from
4425 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
4426 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
4427 to let the output "breathe" a little more (more readable).
4428 (cvs-status-mode): Use the new define-derived-mode.
4430 * smerge-mode.el (smerge-auto-leave): New function and variable.
4431 (smerge-basic-map): Rename from smerge-basic-keymap.
4432 Change the bindings for smerge-diff-*.
4433 (smerge-*-map): Use easy-mmode-defmap.
4434 (smerge-(next|prev)): Use easy-mmode-define-navigation.
4435 (smerge-keep-*): Use smerge-auto-leave.
4437 2000-03-21 Jason Rumney <jasonr@gnu.org>
4439 * cus-edit.el (custom-button-face): Use 3D look for w32.
4440 (custom-button-pressed-face): Likewise.
4442 2000-03-21 Gerd Moellmann <gerd@gnu.org>
4444 * progmodes/etags.el (tags-case-fold-search): New user-option.
4445 (tags-loop-eval): New function. Bind case-fold-search around eval
4446 depending on the value of tags-case-fold-search.
4447 (tags-loop-continue): Use tags-loop-eval.
4448 (find-tag-in-order): Bind case-fold-search depending on the value
4449 of tags-case-fold-search.
4451 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
4453 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
4454 (diff-end-of-hunk): Return the end position for use in
4455 `easy-mmode-define-navigation'.
4456 (diff-recenter): Remove.
4457 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
4458 of `easy-mmode-define-navigation'.
4459 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
4460 previous renaming) and fix to use new names.
4461 (diff-merge-strings): Use \n as separator: simpler, faster.
4462 (diff-mode): Use `define-derived-mode'.
4464 * derived.el (define-derived-mode): Don't autoload anymore.
4465 Prefer the macro-only version provided by easy-mmode.el.
4467 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
4468 `easy-mmode-define-derived-mode'.
4469 Use `combine-run-hooks'.
4470 (easy-mmode-define-navigation): New macro.
4472 * subr.el (combine-run-hooks): New function.
4474 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
4476 * term/x-win.el: Fontsets related initialization is simplified.
4478 * international/mule-diag.el (describe-font): Don't refer to
4479 global-fontset-alist, instead call font-list.
4480 (describe-fontset, list-fontsets, mule-diag): Likewise.
4481 (print-fontset): Adjusted for the change of fontset
4484 * international/fontset.el (x-charset-registries): Variable
4485 removed, instead the corresponding data is stored in the default
4487 (register-alternate-fontnames): Function removed.
4488 (resolved-ascii-font): Variable removed.
4489 (x-compose-font-name): Ignore the second argument REDOCE.
4490 (x-complement-fontset-spec): Complement only an ASCII font and
4491 element for those charsets than can use that ASCII font.
4492 (generate-fontset-menu): Don't refer to global-fontset-alist,
4493 instead call fontset-list.
4494 (uninstantiated-fontset-alist): Variable removed.
4495 (x-style-funcs-alist): Likewise.
4496 (fontset-default-styles): Likewise.
4497 (x-modify-font-name): Function removed.
4498 (create-fontset-from-fontset-spec): Ignore the argument
4500 (create-fontset-from-ascii-font): Docsting adjusted for the above
4502 (instantiate-fontset, resolve-fontset-name): Functions removed.
4503 (fontset-list): Now implemented by C code.
4505 * faces.el (read-face-font): Fix TABLE arg to completing-read.
4506 (describe-face): Include `font' attribute in the description.
4508 2000-03-21 Kenichi Handa <handa@etl.go.jp>
4510 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
4512 2000-03-20 Gerd Moellmann <gerd@gnu.org>
4514 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
4515 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
4516 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
4518 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
4519 about behavior of set-buffer-modified-p wrt redisplay.
4521 2000-03-19 Richard M. Stallman <rms@gnu.org>
4523 * view.el (view-mode-disable): Kill local binding of view-read-only.
4525 2000-03-18 Gerd Moellmann <gerd@gnu.org>
4527 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
4528 is a string, convert it to a syntax cell using string-to-syntax.
4530 * simple.el (syntax-code-table, syntax-flag-table): New variables.
4531 (string-to-syntax): New function.
4533 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
4534 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
4535 try to use passive ftp mode.
4537 2000-03-17 Gerd Moellmann <gerd@gnu.org>
4539 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
4541 * simple.el (append-to-buffer): Update point of windows after
4544 * abbrev.el (inverse-add-abbrev): Identify word by first moving
4545 forward then moving backward. Reindent.
4547 * frame.el (other-frame): Call x-focus-frame only if
4548 focus-follows-mouse is off.
4550 2000-03-17 Dave Love <fx@gnu.org>
4552 * pcvs-util.el (cvs-strings->string): Rename
4553 replace-regexps-in-string.
4555 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
4557 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
4558 regexp for labels cannot span several lines.
4560 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
4561 `(setq :<key> ':<key>)' to the macro expansion.
4563 2000-03-16 Dave Love <fx@gnu.org>
4565 * progmodes/f90.el (f90): Put custom group under `languages', not
4567 (f90-mode-hook): Customize.
4568 (f90-mode): Set add-log-current-defun-function.
4569 (f90-current-defun): New function.
4571 2000-03-16 Gerd Moellmann <gerd@gnu.org>
4573 * cus-edit.el (custom-variable-tag-face): Handle case that
4574 default face's height is not a number.
4575 (custom-face-tag-face, custom-group-tag-face-1)
4576 (custom-group-tag-face): Ditto.
4577 (custom-group-tag-face-1): Add :group.
4579 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
4581 2000-03-15 Gerd Moellmann <gerd@gnu.org>
4583 * pcvs-defs.el (toplevel): Remove autoload cookie for form
4586 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4588 * ps-print.el: PostScript user-defined prologue, PostScript error
4590 (ps-print-version): New version number (5.1).
4591 (ps-user-defined-prologue, ps-error-handler-message)
4592 (ps-print-prologue-0, ps-error-handler-alist): New vars.
4593 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
4594 (ps-insert-string): New function.
4596 2000-03-15 Kenichi Handa <handa@etl.go.jp>
4598 * international/ccl.el (ccl-compile-expression): Don't generate
4599 invalid self-assignment code.
4601 2000-03-14 Dave Love <fx@gnu.org>
4603 * subr.el (replace-regexp-in-string): Renamed from
4604 replace-regexps-in-string. Doc fix.
4606 2000-03-12 Dave Love <fx@gnu.org>
4608 * cus-edit.el: Doc fixes.
4609 (customize-set-variable, customize-save-variable): Rename args for
4611 (custom-variable-tag-face, custom-face-tag-face)
4612 (custom-group-tag-face-1, custom-group-tag-face): Modify from
4613 style which user identify as hyperlink.
4614 (hook): Don't add undefined functions to the hook.
4615 (debug-ignored-errors): Transfer message from bindings.el.
4617 2000-03-12 Gerd Moellmann <gerd@gnu.org>
4619 * recentf.el (recentf-keep-non-readable-files-p): Remove
4620 double/nested definition.
4622 2000-03-12 Dave Love <fx@gnu.org>
4624 * facemenu.el (facemenu-get-face): Use display-color-p.
4625 * enriched.el (enriched-decode-foreground): Likewise.
4626 (enriched-decode-background): Likewise.
4627 * isearch.el (isearch-highlight): Likewise.
4628 * info-look.el (info-lookup): Likewise.
4629 * simple.el (completion-setup-function): Likewise.
4631 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
4634 * bindings.el (mode-line-format): Fix line-number and
4635 column-number items. Add help-echo for the background.
4636 (mode-line-mule-info): Modify help-echo.
4638 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
4641 * files.el (load-file): Allow completion to .elc.
4643 * man.el: Doc fixes.
4644 (Man-init-defvars): Use display-color-p to set fontification.
4646 * play/hanoi.el (hanoi-internal): Don't use oddp.
4648 2000-03-12 Gerd Moellmann <gerd@gnu.org>
4650 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
4652 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
4654 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
4656 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
4659 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
4661 * font-lock.el (font-lock-keywords): Fix the doc now that
4662 regexp-opt-depth is unnecessary.
4663 (save-buffer-state): Set an edebug spec.
4664 (font-lock-fontify-anchored-keywords): Properly handle the case when
4665 the matcher goes past the limit.
4667 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
4668 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
4670 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
4671 dll.el and cookie.el (from Elib) with heavy renaming and other
4674 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
4675 Autoload the functions used.
4676 (easy-mmode-define-syntax): Fix CL typo.
4677 (easy-mmode-define-derived-mode): Improve the docstring generation.
4679 2000-03-10 Gerd Moellmann <gerd@gnu.org>
4681 * textmodes/texinfo.el (texinfo-version): Variable and function
4684 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
4686 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
4687 allow more flexibility.
4688 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
4690 (easy-mmode-defmap, easy-mmode-defsyntax)
4691 (easy-mmode-define-derived-mode): New macros.
4693 2000-03-09 Didier Verna <didier@xemacs.org>
4695 * rect.el (replace-rectangle): New function.
4697 2000-03-09 Dave Love <fx@gnu.org>
4699 * progmodes/fortran.el (fortran-comment-line-start): Define as
4701 (fortran-comment-line-start-skip): Don't match cpp stuff.
4702 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
4703 (fortran-mode-map): Remove over-eager custom-menu-create for now.
4704 (fortran-mode): Don't set fortran-comment-line-start-skip,
4705 fortran-comment-line-start here. Set comment-start,
4706 add-log-current-defun.
4707 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
4708 (fortran-current-defun): New function.
4710 2000-03-09 Gerd Moellmann <gerd@gnu.org>
4712 * emacs-lisp/re-builder.el: New file.
4714 * mouse.el (mouse-drag-region): Don't run up-event handler
4715 if hscroll has changed.
4717 * octave-mod.el (octave-font-lock-keywords): To font-lock the
4718 builtin operators, use `font-lock-builtin-face' for Emacs and
4719 `font-lock-preprocessor-face' otherwise.
4721 * font-lock.el (lisp-font-lock-keywords-1): Highlight
4722 `(defun (setf foo)' differently.
4724 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
4726 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
4727 (regexp-opt): Update comment and adapt the code the new meaning of
4728 the `paren' argument of regex-opt-group for shy-groups.
4729 (regexp-opt-depth): Handle shy groups as well as backslashed
4731 (regexp-opt-group): Turn the leading comment into a docstring.
4732 Allow `paren' to be a string (the string to use to open a group).
4733 Remove open-presuf and close-presuf. Instead of checking for `all
4734 one-char' and then later on check for `several one-char', handle
4735 both cases close together. Also apply a more generic algorithm
4736 for suffixes (the mirror image of the algorithm used for
4737 prefixes). Use shy-groups. Use nreverse rather than reverse.
4738 (regexp-opt-try-suffix): Removed.
4740 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
4741 from comint-mode-map, so we can just inherit from it. Also, move
4742 the initialization into the `defvar' since there's no docstring
4743 anyway and it's fairly short.
4744 (inferior-scheme-mode): Define it as derived-mode: the code is
4745 shorter and this way we inherit from comint-mode-map rather than
4748 * subr.el (replace-regexps-in-string): Properly handle the case
4749 where we match an empty string.
4751 * comint.el (comint-exec-1): Add the current-dir to the exec-path
4752 when the command has a directory component (such as "./testml").
4753 Also fix a typo in the comment.
4755 2000-03-08 Gerd Moellmann <gerd@gnu.org>
4757 * Makefile (compile-files): Compile files one by one because
4758 that's the only way to ensure a clean compilation environment for
4759 each individual file.
4761 * frame.el (other-frame): Call x-focus-frame.
4763 2000-03-07 Dave Love <fx@gnu.org>
4765 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
4766 :require to defcustom.
4768 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
4771 * files.el (auto-mode-alist): Add configure.in.
4773 * progmodes/autoconf.el: New file.
4775 2000-03-07 Gerd Moellmann <gerd@gnu.org>
4777 * mail/mh-e.el: Change maintainer to `none'.
4779 * recentf.el (recentf-keep-non-readable-files-p): Quote args
4780 to remove-hook and add-hook.
4782 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4784 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
4786 (mail-send): Test mail-send-nonascii also for the new `mime' value.
4787 (sendmail-send-it): Conditionally add MIME headers specifying the
4790 2000-03-07 Dave Love <fx@gnu.org>
4792 * winner.el: Fix keywords, autoload cookies. Split
4793 eval-when-compile form to avoid compilation failure.
4795 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
4797 * international/mule.el: Modify comment about coding system
4798 property `coding-category'.
4799 (make-coding-system): New argument EOL-TYPE. Pay attention to
4800 coding-category property of PROPERTIES.
4802 * international/mule-conf.el (coding-category-utf-8,
4803 coding-category-utf-16-be, coding-category-utf-16-le): New coding
4804 categories. Include them in the argument for set-coding-priority.
4806 * international/mule-cmds.el (reset-language-environment): Include
4807 coding-category-utf-8, coding-category-utf-16-be, and
4808 coding-category-utf-16-le in the argument for set-coding-priority.
4809 (reset-language-environment): Initialize coding-category-utf-8,
4810 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
4812 2000-03-06 Karl Fogel <kfogel@red-bean.com>
4814 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
4815 code abstracted out of `bookmark-jump-noselect'. Now tries info
4816 extensions as well as compression extensions.
4817 (bookmark-jump-noselect): Use above new func.
4819 2000-03-03 Gerd Moellmann <gerd@gnu.org>
4821 * strokes.el: Change maintainer's mail address.
4823 2000-03-03 Kenichi Handa <handa@etl.go.jp>
4825 * international/mule-diag.el (list-character-sets): Make help-echo
4826 string by substitute-command-keys.
4827 (list-character-sets): Likewise.
4828 (sort-listed-character-sets): Call help-setup-xref.
4830 2000-03-02 Gerd Moellmann <gerd@gnu.org>
4832 * time.el (display-time-mail-file): Add `none' to the list of
4835 2000-03-01 Dave Love <fx@gnu.org>
4837 * help.el (help-xref-go-back): Don't try to set position.
4839 * international/mule-diag.el (list-character-sets): Call
4840 help-setup-xref. Add help-echo to xrefs.
4841 (list-character-sets-1): Add help-echo to xrefs.
4843 2000-03-02 Gerd Moellmann <gerd@gnu.org>
4845 * frame.el (blink-cursor-mode): Switch cursor on when turning
4848 * add-log.el (add-log-current-defun): Add support for
4851 * mail/rmail.el (rmail-quit-hook): New variable.
4853 2000-03-01 Dave Love <fx@gnu.org>
4855 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
4857 * help.el (help-xref-button): Add help-echo arg.
4858 (describe-function-1, describe-variable, help-make-xrefs): Use it.
4860 * faces.el (list-faces-display): Supply help-echo with
4863 * facemenu.el (list-text-properties-at): Set help-xref-stack to
4866 2000-03-01 Gerd Moellmann <gerd@gnu.org>
4868 * image.el (defimage): Look for image files in load-path.
4870 * frame.el (busy-cursor-delay-seconds): Change type to
4873 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
4875 * recentf.el (recentf): Added version tag to the defgroup of
4878 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
4880 * recentf.el (recentf-cleanup): Changed to remove excluded file
4882 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
4883 action to select/unselect a file.
4884 (recentf-edit-list): Code cleanup and improvement.
4885 (recentf-open-more-files-action): `recentf-open-more-files' button
4886 widget action to open a file.
4887 (recentf-open-more-files): No more use standard completion but
4889 (recentf-more-collection): Deleted.
4890 (recentf-more-history): Deleted.
4891 (recentf-setup-more-completion): Deleted.
4893 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
4895 * recentf.el (recentf-mode): No more needs that Emacs is running
4896 under a window-system.
4898 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
4900 * recentf.el (recentf-edit-list): New command to edit the recent
4901 list which allow the user to remove files.
4902 (recentf-edit-selected-items): New global variable, used by
4903 `recentf-edit-list' to hold the list of files to be removed from
4905 (recentf-make-menu-items): Updated to display a "Edit list..."
4906 menu item. Minor code cleanup.
4908 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
4910 * recentf.el (recentf-open-more-files): New command to open files
4911 that are not displayed in the menu.
4912 (recentf-more-collection): New global variable holding the set of
4913 permissible completions used by `recentf-open-more-files'.
4914 (recentf-more-history): New global variable holding the history list
4915 used by `recentf-open-more-files' completion.
4916 (recentf-setup-more-completion): New function to setup completion for
4917 `recentf-open-more-files'.
4918 (recentf-make-menu-items): Updated to display a "More..." menu item.
4920 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
4922 * recentf.el (recentf-menu-action): Doc fixed.
4924 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
4926 * recentf.el (recentf-menu-filter): Doc updated.
4927 (recentf-update-menu-hook): Allow menu filters to force menu update.
4928 (recentf-make-menu-items): New menu filter handling.
4929 (recentf-make-menu-item): New helper function.
4930 (recentf-menu-elements): New menu handling function.
4931 (recentf-sort-ascending): Updated to new menu filter handling.
4932 (recentf-sort-descending): Updated to new menu filter handling.
4933 (recentf-sort-basenames-ascending): New menu filter function.
4934 (recentf-sort-basenames-descending): New menu filter function.
4935 (recentf-show-basenames): New menu filter function.
4936 (recentf-show-basenames-ascending): New menu filter function.
4937 (recentf-show-basenames-descending): New menu filter function.
4939 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4941 * diary-lib.el (list-diary-entries): Don't try to go forward at
4942 the end of the buffer.
4944 2000-02-29 Kenichi Handa <handa@etl.go.jp>
4946 * international/mule-diag.el (list-character-sets): Completely
4948 (sort-listed-character-sets): New function.
4949 (list-character-sets-1): Completely rewritten.
4950 (list-character-sets-2): New function.
4951 (non-iso-charset-alist): New variable.
4952 (decode-codepage-char): New function.
4953 (charset-history): New variable.
4954 (read-charset) (list-block-of-chars)
4955 (list-iso-charset-chars)
4956 (list-non-iso-charset-chars)
4957 (list-charset-chars): New functions.
4958 (mule-diag): Call list-character-sets-2, not
4959 list-character-sets-2.
4960 (dump-charsets): Likewise.
4962 2000-02-29 Gerd Moellmann <gerd@gnu.org>
4964 * dired-x.el (dired-filename-at-point): Add `@' to valid
4965 file name characters.
4966 (dired-filename-at-point): Handle ange-ftp file names.
4968 * frame.el (frame-notice-user-settings): Use assq-delete-all
4969 instead of assoc-delete-all.
4970 (frame-notice-user-settings): Ditto.
4972 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
4975 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
4977 * calculator.el (calculator-use-menu): New option.
4978 (calculator-initial-bindings): Changed some bindings to work as
4980 (calculator-forced-input): Removed.
4981 (calculator-restart-other-mode): New variable.
4982 (calculator-mode-map): Set up menu.
4984 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
4986 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
4989 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
4991 * viper-cmd.el (viper-envelop-ESC-key): added the option to
4992 translate all ESC key sequences.
4993 (viper-goto-mark-subr): restore markers for files for which
4995 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
4996 * viper-util.el (viper-set-replace-overlay-glyphs,
4997 viper-set-replace-overlay): always check if the replacement
4999 * viper.el (viper-vi-state-mode-list): added major modes.
5000 * ediff-wind.el: minor comment changes.
5001 * ediff.el: copyright notice date fix.
5003 2000-02-27 Jason Rumney <jasonr@gnu.org>
5005 * faces.el (face-font-family-alternatives): Add arial to helv.
5006 (mode-line, header-line, tool-bar): Same default as x for w32.
5007 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
5008 face-font-family-alternatives from working.
5009 * term/w32-win.el (mouse-set-font): Do not build fontset from
5012 2000-02-25 Sam Steingold <sds@goems.com>
5014 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
5017 2000-02-25 Richard M. Stallman <rms@gnu.org>
5019 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
5021 2000-02-25 Gerd Moellmann <gerd@gnu.org>
5023 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
5026 * frame.el (busy-cursor-delay-seconds): New option.
5028 2000-02-24 Gerd Moellmann <gerd@gnu.org>
5030 * frame.el (show-cursor-in-non-selected-windows): New option.
5032 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5034 * diary-lib.el (include-other-diary-files): Undo the selective
5035 display in any included file and don't kill it.
5037 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
5039 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
5040 bar. Menu items converted to (menu-item format, help strings
5042 [downcase, upcase]: Don't enable on MS-DOS.
5043 [symlink, symlinks]: Don't show if make-symbolic-link is not
5045 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
5047 2000-02-23 Dave Love <fx@gnu.org>
5049 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
5050 (backward-kill-word): Revert addition of * to interactive spec --
5053 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5054 (backward-kill-sentence, kill-sentence): Likewise.
5056 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
5057 scratch buffer name.
5058 (gud-format-command): Use int-to-string in ?l case. Simplify
5061 * term/w32-win.el (internal-face-interactive): Update prompt for
5064 * mail/footnote.el (footnote): Add :version to defgroup.
5065 (footnote-section-tag-regexp): Customize.
5066 (footnote-start-tag, footnote-end-tag): New option.
5067 (footnote-latin-regexp): New variable.
5068 (Footnote-latin): New function.
5069 (footnote-style-alist): Add element for latin style.
5070 (footnote-style): Moved.
5071 (Footnote-goto-footnote): Use eq to test arg.
5073 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
5075 * emacs-lisp/byte-opt.el: Change old backquote syntax.
5076 (byte-compile-trueconstp): Include keywords.
5077 (byte-optimize-quote, byte-optimize-lapcode): Use
5078 byte-compile-const-symbol-p.
5079 (byte-optimize-char-before): New optimization.
5081 * emacs-lisp/bytecomp.el: Change old backquote syntax.
5082 (byte-compile-const-symbol-p): New function.
5083 (byte-compile-constp, byte-compile-out-toplevel)
5084 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
5087 * subr.el (define-key-after): Default AFTER to t. Doc fix.
5089 2000-02-23 Kenichi Handa <handa@etl.go.jp>
5091 * international/encoded-kb.el: Be sure to update minor-mode-alist
5092 and minor-mode-map-alist.
5093 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
5094 codes SS2 and SS3 correctly.
5095 (encoded-kbd-self-insert-ccl): New function.
5096 (encoded-kbd-setup-keymap): New function.
5097 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
5098 by calling encoded-kbd-setup-keymap.
5100 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
5102 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
5105 2000-02-22 Dave Love <fx@gnu.org>
5107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
5108 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
5110 (lisp-mode-syntax-table): Set up for #|...|# comments.
5111 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
5112 classes. Match `defface'.
5113 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
5114 (eval-defun-1): Fix for defcustom.
5115 (lisp-indent-region): Doc fix.
5117 * subr.el (when, unless, split-string): Doc fix.
5118 (read-passwd): Move call of clear-this-command-keys to the right
5120 (replace-regexps-in-string): New function.
5122 2000-02-22 Gerd Moellmann <gerd@gnu.org>
5124 * help.el (describe-variable): Set syntax table to
5125 emacs-lisp-mode-syntax-table when moving forward over the
5128 2000-02-22 Dave Love <fx@gnu.org>
5130 * xt-mouse.el: Doc fixes.
5131 (xterm-mouse-position-function): New function, replacing advice of
5133 (xterm-mouse-mode): Use it. Don't turn on under a window system.
5135 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
5137 2000-02-21 Gerd Moellmann <gerd@gnu.org>
5139 * format.el (format-annotate-single-property-change): Handle
5140 properties.with dotted-list values.
5141 (format-proper-list-p): New function.
5143 * enriched.el (enriched-face-ans): Handle '(foreground-color
5144 . COLOR) and (background-color . COLOR).
5146 2000-02-20 Dave Love <fx@gnu.org>
5148 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
5149 and assignments to it.
5150 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
5152 (make-flyspell-overlay): Use it.
5153 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
5155 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
5156 (lm-get-header-re): Defun, not defsubst.
5157 (lm-get-package-name): Defun, not defsubst. Simplify.
5158 (lm-version): Doc fix. Simplify.
5159 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
5160 (lm-crack-address, lm-last-modified-date, lm-commentary)
5161 (lm-verify, lm-synopsis): Simplify.
5162 (lm-report-bug): Require emacsbug. Use compose-mail.
5164 2000-02-20 Gerd Moellmann <gerd@gnu.org>
5166 * dired.el (dired-mode): Call propertized-buffer-identification
5167 to set mode-line-buffer-identification to something having
5168 the right text properties.
5170 * bindings.el (propertized-buffer-identification): New function.
5172 2000-02-20 Dave Love <fx@gnu.org>
5174 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
5175 check for t-mouse too.
5177 * cus-start.el: Make echo-keystrokes `number'.
5179 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5181 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
5182 Don't call ring-empty-p unless tags-location-ring is bound.
5183 From Noah Friedman <friedman@splode.com>.
5185 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
5187 * progmodes/hideshow.el (hs-flag-region): No longer use
5188 `intangible' overlay property.
5190 (hs-toggle-hiding): New command.
5191 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
5193 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
5194 Fix omission bug: Run `hs-minor-mode-hook' for both activation
5197 2000-02-18 Gerd Moellmann <gerd@gnu.org>
5199 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
5201 2000-02-17 Gerd Moellmann <gerd@gnu.org>
5203 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
5205 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
5206 of `*' to handle `(* ... *)' comments.
5208 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
5210 * faces.el (list-faces-display): Use display-mouse-p instead of
5213 * menu-bar.el (global-map): Menu-bar items converted to the new
5214 format (menu-item..., rearranged for better CUA compliance, and
5215 their names changed for better clarity. Help strings added.
5217 * international/mule-cmds.el (mule-menu-keymap)
5218 (describe-language-environment-map, set-coding-system-map)
5219 (setup-language-environment-map): Convert to new (menu-item...
5220 form, add help strings. Change names of menu items for better
5221 clarity. "Mule" menu-bar item removed (it's now in the "Options"
5224 2000-02-17 Gerd Moellmann <gerd@gnu.org>
5226 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
5229 2000-02-16 Dave Love <fx@gnu.org>
5231 * faces.el: Don't require custom. Add more specific :groups to
5233 (set-face-attribute): Purecopy args.
5234 (read-face-name): Default to name at point and use it in prompt.
5235 Remove colon from arg in all callers.
5236 (list-faces-display): Hyperlink to face descriptions and customize
5239 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
5241 * wid-edit.el (widget-match-inline): An atom never matches a
5244 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5246 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5247 at ':' characters by call to split-string.
5249 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5251 * textmodes/bibtex.el: Added RCS version identification.
5253 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5255 * textmodes/bibtex.el: Some temporary comments removed.
5256 (bibtex-field-name, bibtex-entry-type): Made the relationship
5258 (bibtex-field-const): Allow capital letters.
5259 (bibtex-start-of-string): Deleted because unused.
5261 * textmodes/bibtex.el: Unified some nomenclature. We no longer
5262 use the term 'reference' to describe a bibtex entry as a whole.
5263 Further, reference keys are no longer called 'labels'.
5264 (bibtex-keys): Renamed to bibtex-reference-keys.
5265 (bibtex-reformat-previous-labels): Renamed to
5266 bibtex-reformat-previous-reference-keys.
5267 (bibtex-reference-type): Renamed to bibtex-entry-type.
5268 (bibtex-reference-head): Renamed to bibtex-entry-head.
5269 (bibtex-reference-maybe-empty-head): Renamed to
5270 bibtex-entry-maybe-empty-head.
5271 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5272 (bibtex-search-reference): Renamed to bibtex-search-entry.
5273 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5274 bibtex-enclosing-entry-maybe-empty-head.
5275 (bibtex-entry-field-alist, bibtex-entry-head,
5276 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5277 bibtex-map-entries, bibtex-search-entry,
5278 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5279 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5280 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5281 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5282 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5283 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5284 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5286 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5288 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5290 (bibtex-format-field-delimiters): New function, functionality
5291 extracted from bibtex-format-entry.
5292 (bibtex-autokey-get-yearfield-digits): New function, functionality
5293 extracted from bibtex-autokey-get-yearfield.
5295 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5296 entries in order to avoid stack overflow in the regexp matcher if
5297 field contents become large.
5298 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5299 bibtex-field-string-part-not-braced,
5300 bibtex-field-string-part-no-inner-braces,
5301 bibtex-field-string-part-1-inner-brace,
5302 bibtex-field-string-part-2-inner-braces,
5303 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5304 bibtex-field-string-quoted, bibtex-field-string,
5305 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5306 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5307 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5308 as parsing is now performed by the following functions.
5309 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5310 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5311 bibtex-parse-field-string, bibtex-search-forward-field-string,
5312 bibtex-parse-association, bibtex-field-name-for-parsing,
5313 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5314 bibtex-search-forward-field, bibtex-search-backward-field,
5315 bibtex-start-of-field, bibtex-end-of-field,
5316 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5317 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5318 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5319 bibtex-parse-string, bibtex-search-forward-string,
5320 bibtex-search-backward-string, bibtex-start-of-string,
5321 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5322 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5323 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5324 entries. Instead of reporting the results of the parsing by
5325 match-beginning or match-end, these functions return data structures
5326 that hold the corresponding positions.
5327 (bibtex-enclosing-field): Changed to also report field boundaries by
5328 return values rather than by match-beginning or match-end. The
5329 following functions have been adapted to use the new parsing
5331 (bibtex-skip-to-valid-entry, bibtex-search-reference,
5332 bibtex-enclosing-field, bibtex-format-entry,
5333 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5334 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5335 bibtex-print-help-message, bibtex-end-of-entry,
5336 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5337 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5338 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5340 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5341 bibtex-map-entries, bibtex-flash-head,
5342 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5343 bibtex-autokey-change, bibtex-autokey-get-namefield,
5344 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5345 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5346 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5347 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5348 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5349 order to make the new binding of case-fold-search immediately
5352 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5354 * textmodes/bibtex.el: Copyright notice is up to date.
5355 Added constant 'bibtex-maintainer-salutation.
5357 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5358 than make-temp-name, use match-string-no-properties and eliminate
5359 a quadratic behavior when building bibtex-strings.
5361 * bibtex.el (bibtex-reference-key): Accept string entries whose
5362 reference key contains upper case letters.
5364 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5366 * bibtex.el (bibtex-reference-head): Allow entries to start with
5369 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5371 * bibtex.el: Hiding of entry bodies is not longer provided by
5372 bibtex.el directly. Instead the hideshow package can be used.
5373 Added a special bibtex entry to hs-special-modes-alist.
5374 (bibtex-hs-forward-sexp): Added for hideshow.el.
5376 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5378 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5379 at ':' characters by call to split-string.
5381 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5383 * textmodes/bibtex.el: Added RCS version identification.
5385 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5387 * textmodes/bibtex.el: Some temporary comments removed.
5388 (bibtex-field-name, bibtex-entry-type): Made the relationship
5390 (bibtex-field-const): Allow capital letters.
5391 (bibtex-start-of-string): Deleted because unused.
5393 * textmodes/bibtex.el: Unified some nomenclature. We no longer
5394 use the term 'reference' to describe a bibtex entry as a whole.
5395 Further, reference keys are no longer called 'labels'.
5396 (bibtex-keys): Renamed to bibtex-reference-keys.
5397 (bibtex-reformat-previous-labels): Renamed to
5398 bibtex-reformat-previous-reference-keys.
5399 (bibtex-reference-type): Renamed to bibtex-entry-type.
5400 (bibtex-reference-head): Renamed to bibtex-entry-head.
5401 (bibtex-reference-maybe-empty-head): Renamed to
5402 bibtex-entry-maybe-empty-head.
5403 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5404 (bibtex-search-reference): Renamed to bibtex-search-entry.
5405 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5406 bibtex-enclosing-entry-maybe-empty-head.
5407 (bibtex-entry-field-alist, bibtex-entry-head,
5408 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5409 bibtex-map-entries, bibtex-search-entry,
5410 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5411 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5412 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5413 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5414 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5415 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5416 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5418 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5420 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5422 (bibtex-format-field-delimiters): New function, functionality
5423 extracted from bibtex-format-entry.
5424 (bibtex-autokey-get-yearfield-digits): New function, functionality
5425 extracted from bibtex-autokey-get-yearfield.
5427 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5428 entries in order to avoid stack overflow in the regexp matcher if
5429 field contents become large.
5430 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5431 bibtex-field-string-part-not-braced,
5432 bibtex-field-string-part-no-inner-braces,
5433 bibtex-field-string-part-1-inner-brace,
5434 bibtex-field-string-part-2-inner-braces,
5435 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5436 bibtex-field-string-quoted, bibtex-field-string,
5437 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5438 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5439 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5440 as parsing is now performed by the following functions.
5441 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5442 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5443 bibtex-parse-field-string, bibtex-search-forward-field-string,
5444 bibtex-parse-association, bibtex-field-name-for-parsing,
5445 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5446 bibtex-search-forward-field, bibtex-search-backward-field,
5447 bibtex-start-of-field, bibtex-end-of-field,
5448 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5449 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5450 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5451 bibtex-parse-string, bibtex-search-forward-string,
5452 bibtex-search-backward-string, bibtex-start-of-string,
5453 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5454 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5455 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5456 entries. Instead of reporting the results of the parsing by
5457 match-beginning or match-end, these functions return data structures
5458 that hold the corresponding positions.
5459 (bibtex-enclosing-field): Changed to also report field boundaries by
5460 return values rather than by match-beginning or match-end. The
5461 following functions have been adapted to use the new parsing
5463 (bibtex-skip-to-valid-entry, bibtex-search-reference,
5464 bibtex-enclosing-field, bibtex-format-entry,
5465 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5466 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5467 bibtex-print-help-message, bibtex-end-of-entry,
5468 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5469 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5470 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5472 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5473 bibtex-map-entries, bibtex-flash-head,
5474 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5475 bibtex-autokey-change, bibtex-autokey-get-namefield,
5476 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5477 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5478 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5479 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5480 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5481 order to make the new binding of case-fold-search immediately
5484 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5486 * textmodes/bibtex.el: Copyright notice is up to date.
5487 Added constant 'bibtex-maintainer-salutation.
5489 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5490 than make-temp-name, use match-string-no-properties and eliminate
5491 a quadratic behavior when building bibtex-strings.
5493 * bibtex.el (bibtex-reference-key): Accept string entries whose
5494 reference key contains upper case letters.
5496 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5498 * bibtex.el (bibtex-reference-head): Allow entries to start with
5501 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5503 * bibtex.el: Hiding of entry bodies is not longer provided by
5504 bibtex.el directly. Instead the hideshow package can be used.
5505 Added a special bibtex entry to hs-special-modes-alist.
5506 (bibtex-hs-forward-sexp): Added for hideshow.el.
5508 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
5510 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
5511 proceedings entry type (for cross referencing). Thanks to Wagner
5512 Toledo Correa for the suggestion.
5514 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
5516 2000-02-14 Kenichi Handa <handa@etl.go.jp>
5518 * international/characters.el: Setup case table for Vietnamese.
5520 2000-02-12 Gerd Moellmann <gerd@gnu.org>
5522 * uniquify.el (toplevel): Require CL at compile time.
5523 (uniquify-push): Removed.
5525 * shadowfile.el (shadow-when): Removed.
5527 * tempo.el (tempo-dolist, tempo-mapc): Removed.
5528 (tempo-process-and-insert-string): Use dolist instead of
5531 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
5532 regexp for paragraph-start.
5534 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
5537 2000-02-10 Dave Love <fx@gnu.org>
5539 * wid-edit.el: (widgets) [defgroup]: Remove url link.
5540 (widget-color-choice-list, widget-color-history, widget-mouse-help):
5542 (widget-specify-field, widget-specify-button): Don't use
5543 widget-mouse-help as help-echo property.
5544 (default): Use #'ignore for :validate and :mouse-down-action.
5545 (checkbox): Add help-echo.
5546 (widget-sexp-validate): Rewritten to clarify error messages.
5547 (character): Use char-valid-p in :match function.
5548 (widget-color-complete): Use facemenu-color-alist.
5549 (widget-color-action): Use facemenu-read-color.
5551 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
5552 set up `caar' &c that we now have.
5554 2000-02-09 Ray Blaak <blaak@gnu.org>
5556 * delphi.el: Make resourcestring a declaration region, like const
5559 2000-02-09 Dave Love <fx@gnu.org>
5561 * bindings.el (mode-line-input-method-map): New variable.
5562 (mode-line-mule-info): Use it; fix last change.
5563 (mode-line-mode-menu): Move definition.
5564 (mode-line-mouse-sensitive-p): Deleted.
5565 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
5566 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
5569 * startup.el (command-line-1): Don't call
5570 make-mode-line-mouse-sensitive.
5572 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5574 * mail/rmail.el (rmail-retry-failure): Use
5575 rmail-beginning-of-message before rmail-toggle-header, because the
5576 former toggles headers.
5578 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
5580 * diff-mode.el (diff-kill-junk): New interactive function.
5581 (diff-reverse-direction): Use delete-and-extract-region.
5582 (diff-post-command-hook): Restrict the area so that the hook also works
5583 outside of any diff hunk. This is necessary for the minor-mode.
5584 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
5585 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
5587 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
5588 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
5589 so that it can be used more easily in <foo>-mode-hook. Also make sure
5590 to avoid duplicate entries.
5591 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
5592 (font-lock-remove-keywords): Just as was done for `add', allow it to
5593 work even if font-lock-mode is nil. Also make sure we don't modify
5594 any pre-existing list by forcing a copy-sequence. Finally rename
5595 `major-mode' to `mode'.
5596 (font-lock-fontify-syntactic-anchored-keywords)
5597 (font-lock-fontify-anchored-keywords)
5598 (font-lock-fontify-keywords-region): Use line-end-position.
5599 Don't make `font-lock-multiline' local (it's now done in
5600 font-lock-set-defaults).
5601 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
5602 move the `font-lock-fontified' creation to inside the `unless'.
5604 2000-02-06 Andrew Innes <andrewi@gnu.org>
5606 * term/w32-win.el (x-handle-args): Comment out call to message,
5607 which occurs before window system is initialized.
5609 * makefile.nt: Add support for recompiling lisp code.
5611 2000-02-04 Dave Love <fx@gnu.org>
5613 * bindings.el (mode-line-mule-info): Fix/extend last change.
5615 * completion.el: Replace completion-dolist with dolist.
5617 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
5620 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
5622 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
5623 environment names before they go into the section regexp.
5625 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
5626 char class in regexp.
5628 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
5629 `case-fold-search' to nil.
5631 * progmodes/idlwave.el (idlwave-template): Respect
5632 `idlwave-abbrev-change-case'.
5633 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
5634 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
5635 idlwave-while): respect `idlwave-reserved-word-upcase'.
5636 (idlwave-rw-case): New function.
5637 (idlwave-statement-match): Fixed problem with assignment regexp.
5638 (idlwave-font-lock-keywords): Improved regexp for keyword
5640 (idlwave-surround): New argument LENGTH to support padding of
5641 operators longer than 1 char.
5643 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
5644 idlwave-shell-expression-overlay. Implemented printing of
5645 expressions on higher levels of the calling stack.
5646 (idlwave-shell-display-level-in-calling-stack): Restore stack
5648 (idlwave-retrieve-expression-from-level): New function.
5649 (idlwave-shell-last-calling-stack): Variable removed.
5650 (idlwave-shell-reset): Argument action reversed (`visible' to
5651 `hidden'). Also remove stop-line overlay.
5652 (idlwave-shell-calling-stack-routine): New variable.
5653 (idlwave-shell-parse-stack-and-display): Messages now display
5654 negative level numbers.
5655 (idlwave-shell-mode): Set `modeline-format'.
5656 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
5657 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
5659 (idlwave-shell-print-expression-function): New option.
5661 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
5662 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
5663 `tool-bar' instead of `toolbar'.
5665 2000-02-02 Dave Love <fx@gnu.org>
5667 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
5668 emacs-lisp-mode-hook. Don't check for defalias being defined.
5670 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5671 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
5672 the new builtins directly.
5674 * whitespace.el (whitespace): Add :version to defgroup.
5676 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
5679 * thingatpt.el (sexp-at-point, symbol-at-point)
5680 (number-at-point, list-at-point): Add autoload cookie.
5682 * recentf.el (recentf): Add :version to defgroup.
5684 * quickurl.el (quickurl): Add :version to defgroup.
5686 * elide-head.el (elide-head): Use point-marker more.
5688 * bs.el (bs): Add :version to defgroup.
5690 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
5692 * progmodes/delphi.el (delphi): Add :version to defgroup.
5694 2000-02-02 Gerd Moellmann <gerd@gnu.org>
5696 * ange-ftp.el (ange-ftp-write-region): Handle case that
5697 succeeding process operation sets a different coding system.
5699 * calculator.el: New file.
5701 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5703 * frame.el (frames-on-display-list, framep-on-display): New
5705 (display-mouse-p, display-popup-menus-p, display-graphic-p)
5706 (display-selections-p, display-screens, display-pixel-width)
5707 (display-pixel-height, display-mm-width, display-mm-height)
5708 (display-backing-store, display-save-under, display-planes)
5709 (display-color-cells, display-visual-class): New functions.
5711 * term/tty-colors.el (tty-color-gray-shades): New function.
5713 * faces.el (display-color-p): Use framep-on-display.
5714 (display-grayscale-p): New function.
5716 2000-01-31 Dave Love <fx@gnu.org>
5718 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
5719 (create-fontset-from-x-resource): Don't concat integers.
5721 2000-01-31 Inge Frick <inge@nada.kth.se>
5723 * view.el: Some changes in documentation. Removed some trailing
5724 whitespace. Changed some parameter names to agree with
5726 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
5727 window is not deleted. Modifies change 1998-04-26.
5729 2000-01-31 Gerd Moellmann <gerd@gnu.org>
5731 * windmove.el: New file.
5733 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
5734 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
5735 progmodes/ebnf-yac.el: Update copyright and license info.
5737 * jit-lock.el (jit-lock-function): Widen before calculating end
5739 (jit-lock-stealth-chunk-start): Rewritten.
5741 * info.el (Info-title-face-alist): Removed.
5742 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
5744 (Info-fontify-node): Use these faces.
5746 2000-01-30 Gerd Moellmann <gerd@gnu.org>
5748 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
5749 (cl-macro-list1): Recognize `&allow-other-keys' instead of
5750 `&allow-other-keywords'.
5752 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
5753 the list of directories scanned heuristically.
5755 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
5758 2000-01-30 Jason Rumney <jasonr@gnu.org>
5760 * w32-fns.el: Define w32-tty-standard-colors.
5762 * startup.el (command-line): Use w32-tty-standard-colors when in
5765 2000-01-30 Dave Love <fx@gnu.org>
5767 * jka-compr.el (jka-compr-load): Fix up load-history.
5769 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
5771 * emacs-lisp/cl-macs.el: Revert previous change.
5773 2000-01-29 Dave Love <fx@gnu.org>
5775 * facemenu.el: Purecopy various strings.
5777 * timezone.el (timezone-fix-time): Window against 69 for two-digit
5778 years. Deal with three-digit years.
5780 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
5782 (help-back-label): Purecopy it.
5784 2000-01-18 Gerd Moellmann <gerd@gnu.org>
5786 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
5787 variable. If non-nil, order the buffer list according to the
5788 currently selected frame.
5789 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
5790 non-nil, pass the selected frame to function buffer-list.
5792 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5794 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
5796 2000-01-28 Dave Love <fx@gnu.org>
5798 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
5800 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
5801 Don't use lisp-indent-hook property.
5804 * subr.el: Move out indent and edebug specs for when and unless.
5806 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
5809 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
5812 2000-01-28 Gerd Moellmann <gerd@gnu.org>
5814 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
5815 `collecting' as synonym for `collect'.
5817 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
5818 for the case it contains spaces.
5820 * simple.el (what-cursor-position): Change formatting of
5823 * frame.el (delete-other-frames): New function.
5824 (toplevel): Bind it to C-x 5 1.
5826 * sort.el (sort-numeric-base): New option.
5827 (sort-numeric-fields): If number starts with `0' or `0[xX[',
5828 interpret it as octal or hexadecimal. Use sort-numeric-base
5831 * progmodes/glasses.el: New file.
5833 2000-01-27 Gerd Moellmann <gerd@gnu.org>
5835 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
5836 userids differently.
5838 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
5839 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
5840 progmodes/ebnf-yac.el: New files.
5842 2000-01-26 Dave Love <fx@gnu.org>
5844 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
5845 on a function with an empty body. [From Eric Ludlam.]
5847 2000-01-25 Andre Spiegel <spiegel@gnu.org>
5849 * vc.el (vc-version-diff): Make sure file name is expanded.
5851 2000-01-25 Gerd Moellmann <gerd@gnu.org>
5853 * scroll-bar.el (scroll-bar-timer): Variable removed.
5854 (scroll-bar-toolkit-scroll): Don't use a timer.
5856 2000-01-25 Kenichi Handa <handa@etl.go.jp>
5858 * language/thai-util.el (thai-composition-function): Delete
5861 2000-01-24 Dave Love <fx@gnu.org>
5863 * fortran.el (fortran-mode): Use beginning-of-defun-function,
5864 end-of-defun-function.
5866 * font-lock.el (turn-on-font-lock): Don't depend on window-system
5869 2000-01-22 Jason Rumney <jasonr@gnu.org>
5871 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
5872 conflicts with new face support.
5874 2000-01-22 Richard M. Stallman <rms@gnu.org>
5876 * replace.el (query-replace): Rename last arg to DELIMITED.
5877 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
5878 (query-replace-regexp): Likewise.
5880 2000-01-20 Richard M. Stallman <rms@gnu.org>
5882 * subr.el (with-syntax-table): Use make-symbol, not gensym.
5884 * emacs-lisp/lisp.el (beginning-of-defun-function):
5885 Variable renamed from beginning-of-defun.
5886 Do not call make-variable-buffer-local.
5887 (beginning-of-defun-raw): Use new variable name; doc fix.
5888 (beginning-of-defun): Doc fix.
5889 (end-of-defun-function): Variable renamed from end-of-defun.
5890 Do not call make-variable-buffer-local.
5891 (end-of-defun): Use new variable name; doc fix.
5893 * subr.el (dolist, dotimes): Copied from cl-macs.el
5896 * mail/undigest.el (rmail-digest-end-regexps):
5897 Variable replaces rmail-digest-end-regexp.
5898 Allows multiple regexps for detecting the end line.
5899 (undigestify-rmail-message): Corresponding changes.
5901 2000-01-19 Dave Love <fx@gnu.org>
5903 * files.el (user-init-file): Don't declare here -- is primitive.
5905 * startup.el (command-line): Check for compiled user-init-file and
5906 set to uncompiled version if necessary.
5908 2000-01-18 Gerd Moellmann <gerd@gnu.org>
5910 * mail/undigest.el (rmail-digest-end-regexp): New user option.
5911 (undigestify-rmail-message): Use it.
5913 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
5915 2000-01-17 Gerd Moellmann <gerd@gnu.org>
5917 * tmm.el (tmm-goto-completions): Adapt to prompt being part
5920 2000-01-14 Gerd Moellmann <gerd@gnu.org>
5922 * emacs-lisp/copyright.el (copyright-update): Removed the
5923 requirement for a trailing space from `copyright-regexp', to
5924 support copyrights with owner specified on a separate line..
5926 * align.el: New file.
5928 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
5930 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
5932 2000-01-13 Dave Love <fx@gnu.org>
5934 * ph.el: Removed. (Obsoleted by EUDC.)
5936 2000-01-13 Gerd Moellmann <gerd@gnu.org>
5938 * net/eudc.el (toplevel): Remove autoloaded code installing
5939 menu with easymenu, because that causes build problems.
5941 * frame.el (frame-notice-user-settings): New variable.
5942 (frame-notice-user-settings): Don't modify frame parameters
5943 if called a second time.
5945 2000-01-13 Richard M. Stallman <rms@gnu.org>
5947 * frame.el (frame-notice-user-settings):
5948 Notice default-frame-parameters even for non-window frames.
5950 2000-01-13 Gerd Moellmann <gerd@gnu.org>
5952 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
5954 (eudc-bob-can-display-inline-images): Extend for Emacs.
5955 (eudc-bob-toggle-inline-display): Ditto.
5956 (eudc-bob-display-jpeg): Ditto.
5958 2000-01-12 Gerd Moellmann <gerd@gnu.org>
5960 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
5961 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
5962 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
5964 * add-log.el (add-change-log-entry): Fix error trying an `(insert
5967 * subdirs.el: Add `net' directory.
5969 * net: New directory.
5971 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
5972 eval-last-sexp. Don't bind debug-on-error here.
5973 (eval-last-sexp): New function. Bind debug-on-error if
5974 eval-expression-debug-on-error is non-nil.
5975 (eval-defun-2, eval-defun): Likewise.
5977 * simple.el (eval-expression): Don't bind debug-on-error if
5978 eval-expression-debug-on-error is nil. Detect changed
5979 debug-on-error, and propagate new value to global binding, if
5980 eval-expression-debug-on-error is non-nil,
5981 (eval-expression-debug-on-error): Change doc string.
5983 2000-01-11 Richard M. Stallman <rms@gnu.org>
5985 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
5987 * emacs-lisp/lisp-mode.el (with-syntax-table):
5988 Set up lisp-indent-function property.
5990 * subr.el (with-syntax-table): Moved from simple.el.
5992 * simple.el (with-syntax-table): Moved to subr.el.
5994 2000-01-11 Gerd Moellmann <gerd@gnu.org>
5996 * tmm.el (tmm-shortcut): Delete region after prompt instead
5999 * textmodes/fill.el (fill-common-string-prefix): New function.
6000 (fill-context-prefix): Use the longest common prefix of first
6001 and second line fill prefix, if there is one.
6003 2000-01-11 Richard M. Stallman <rms@gnu.org>
6005 * array.el (array-mode): Don't use make-variable-buffer-local.
6006 Use make-local-variable for `truncate-lines'.
6008 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
6010 * add-log.el (add-log-current-defun): Handle user-defined
6011 add-log-current-function returning nil,
6013 * add-log.el (add-change-log-entry): Insert version number
6014 if having found a current function
6016 * add-log.el (add-log-current-defun): Call
6017 `add-log-current-defun-function'. Try matches at level 0 and
6018 level 1. Strip whitespace from defun found.
6020 2000-01-10 John Wiegley <johnw@gnu.org>
6022 * allout.el (isearch-done/outline-provisions): Added `edit'
6023 argument to correspond with the current definition of
6026 2000-01-10 Dave Love <fx@gnu.org>
6028 * elide-head.el (elide-head): Use point-marker, not point.
6030 2000-01-10 Gerd Moellmann <gerd@gnu.org>
6032 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
6033 before and after the year 2000.
6035 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
6038 2000-01-10 Ken Stevens <k.stevens@ieee.org>
6040 * ispell.el: Only define dictionaries in menus when they exist.
6041 (version18p): New variable.
6042 (version20p): New variable.
6043 (xemacsp): New variable.
6044 (ispell-choices-win-default-height): Fix for XEmacs visibility.
6045 (ispell-dictionary-alist1): Added Brasileiro dictionary.
6046 (ispell-dictionary-alist6): Russian command lines no longer accept
6048 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
6049 (ispell-dictionary-alist): Add koi8-r to customize definition.
6050 (check-ispell-version): Added documentation string. Returns
6051 library path when called non-interactively.
6052 (ispell-menu-map-needed): Uses new variables.
6053 (ispell-library-path): New variable.
6054 (ispell-decode-string): XEmacs fix for bogus variable bindings.
6055 (ispell-word): Improved documentation string. Test for valid
6056 character mappings. Correctly check typed in word changes that can
6057 result in single words split into multiple words. Returns
6059 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
6060 replace in recursive query replace mode. Help message for
6061 recursive edit mode.
6062 (ispell-show-choices): Protect against bad framepop bindings.
6063 (ispell-help): Fix to work with XEmacs.
6064 (ispell-highlight-spelling-error): Use new variables.
6065 (ispell-overlay-window): Fix to work with XEmacs.
6066 (ispell-parse-output): Passed and returns location information
6067 tracking spelling corrections. Doesn't recheck same word on
6069 (ispell-init-process): Protect against bogus XEmacs variable binding.
6070 Fix call to single argument in sleep-for. Use new variables.
6071 (ispell-region): Passed and returns location information tracking
6072 spelling corrections. Doesn't check same word on current line.
6073 Improved documentation string. Doesn't resend a line already
6074 checked to the ispell process - fixes bug in LaTeX parsing.
6075 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
6076 (ispell-skip-region): No longer skips <TT> in SGML.
6077 (ispell-process-line): Tracks location information with spelling
6078 corrections. Added documentation string. Accounts for words
6079 already accepted on this line. Don't allow query-replace on line
6080 starting with math characters. Doesn't resend a line already sent
6081 to ispell process. Fixes alignment error bug.
6083 2000-01-10 Richard M. Stallman <rms@gnu.org>
6085 * dired-x.el (dired-guess-shell-alist-default):
6086 Suggest xloadimage, which is free, not xv, which isn't.
6088 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6089 Don't ever include the host name or user name in the value.
6091 2000-01-09 Gerd Moellmann <gerd@gnu.org>
6093 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
6096 2000-01-09 Stephen Eglen <stephen@gnu.org>
6098 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
6101 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
6103 * cus-edit.el (custom-hook-convert-widget): Fix comment.
6105 2000-01-09 Gerd Moellmann <gerd@gnu.org>
6107 * progmodes/cperl-mode.el: Replace ^F with ^L.
6109 * sendmail.el (toplevel): Provide `sendmail' when compiling
6110 before `require'ing rmail and mailalias to prevent infinite
6113 2000-01-08 Dave Love <fx@gnu.org>
6115 * emacs-lisp/backquote.el: Remove inappropriate customization
6116 (allowing custom.el to use backquote).
6118 2000-01-07 Dave Love <fx@gnu.org>
6120 * add-log.el (add-log-debugging): Deleted.
6121 (add-change-log-entry): Treat a backup FILE-NAME as its parent
6122 file. Remove debugging code.
6123 (change-log-get-method-definition, change-log-name): Add doc.
6124 (change-log-sortable-date-at): New function.
6125 (change-log-merge): New command.
6127 * time.el (display-time-string-forms): Make the Mail string active.
6128 (display-time-update): Provide help-echo for load average.
6130 * bindings.el (make-mode-line-mouse2-map): New function.
6131 (mode-line-modified): Use it and simplify.
6132 (mode-line-mule-info): Provide help-echo info.
6133 (minor-mode-alist): Activate the strings.
6134 (make-mode-line-mouse-sensitive): Simplify for
6135 mode-line-buffer-identification.
6137 2000-01-07 Gerd Moellmann <gerd@gnu.org>
6139 * play/pong.el: New file.
6141 2000-01-06 Dave Love <fx@gnu.org>
6143 * array.el: Assorted cleanups for compiler warnings, doc strings,
6144 `array-' prefix for symbols.
6146 2000-01-05 Dave Love <fx@gnu.org>
6148 * textmodes/outline.el (outline-mode-menu-bar-map): Add
6149 outline-headers-as-kill.
6150 (outline-mode): Define imenu-generic-expression.
6151 (outline-headers-as-kill): New command.
6153 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
6154 from paragraph-start.
6155 (paragraph-indent-minor-mode): New command.
6157 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
6158 M-C-e, M-C-h, C-j, C-xnd, TAB.
6159 (fortran-mode): Set beginning-of-defun, end-of-defun.
6160 (fortran-column-ruler): Simplify.
6161 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
6162 (fortran-with-subprogram-narrowing): Likewise.
6163 (fortran-indent-subprogram): Call mark-defun.
6164 (fortran-check-for-matching-do): Change narrowing.
6166 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
6167 (cl-lucid-hash-tag): Delete.
6168 (cl-hash-table-p): Correct test for native table.
6169 (cl-hash-table-count): Use hash-table-count.
6171 * browse-url.el (browse-url): Fix case of
6172 browse-url-browser-function being an alist.
6174 2000-01-05 Carsten Dominik <cd@gnu.org>
6176 * textmodes/reftex-vars.el (reftex-parse-file-extension)
6177 (reftex-index-phrase-file-extension): New options.
6179 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
6180 Use new option `reftex-index-phrase-file-extension'.
6182 * textmodes/reftex.el (reftex-access-parse-file): Use new option
6183 `reftex-parse-file-extension'.
6185 2000-01-05 Dave Love <fx@gnu.org>
6187 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
6188 (beginning-of-defun-raw): Use it.
6189 (end-of-defun): New variable.
6190 (end-of-defun): Use it.
6191 (check-parens): New command.
6193 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
6195 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
6196 (hs-show-block): Don't use `mapcar' when not accumulating.
6198 Fix buglet in local variables initialization.
6200 2000-01-05 Andreas Schwab <schwab@suse.de>
6202 * hscroll.el (hscroll): Doc fix.
6204 2000-01-05 Carsten Dominik <cd@gnu.org>
6206 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
6209 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
6211 (idlwave-customize): load must read file idlw-shell.el.
6212 (idlwave-create-customize-menu): load must read file idlw-shell.el.
6214 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
6216 * progmodes/idlw-shell.el: Also provide idlwave-shell
6217 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
6218 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
6220 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
6221 both reftex-dcr and reftex-vcr.
6223 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
6225 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6227 * ps-print.el: PostScript code now is in separate files, doc fix.
6228 (ps-print-version): New version number (5.0.3).
6229 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
6231 (ps-spool-config): Initialization fix.
6232 (ps-print-prologue-1, ps-print-prologue-2)
6233 (ps-print-duplex-feature): PostScript code moved to separated file.
6234 (ps-background-image): Little code reformating.
6235 (ps-begin-file, ps-begin-job): Fix code.
6236 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
6237 (ps-prologue-file): New fun.
6239 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6241 * ps-vars.el: Eliminated.
6243 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
6246 * ps-print.el: ps-vars eliminated, doc fix.
6247 (ps-print-version): New version number (5.0.2).
6248 (ps-spool-config): Initialization fix.
6249 (ps-print-customize): New fun.
6251 2000-01-04 Gerd Moellmann <gerd@gnu.org>
6253 * autorevert.el (auto-revert-mode): Return value of
6256 2000-01-04 Dave Love <fx@gnu.org>
6258 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
6261 2000-01-03 Dave Love <fx@gnu.org>
6263 * elide-head.el (elide-head) [defgroup]: Add :version.
6265 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
6266 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
6267 `cl-hash-table-p', not `hash-table-p'.
6268 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
6270 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6272 * faces.el (face-read-integer, read-face-attribute)
6273 (color-defined-p, color-values): unspecified-{f,b}g are now
6276 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
6278 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
6279 at comment end, and re-insert them after filling.
6281 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6283 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
6284 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
6285 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
6287 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6289 * term/x-win.el (xw-defined-colors): Call color-supported-p,
6290 the new name of face-color-supported-p.
6292 * term/w32-win.el (xw-defined-colors): Likewise.
6294 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6296 * simple.el (completion-setup-function): Count completion-size
6297 from minibuffer-prompt-end, not from point-min.
6299 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
6301 * faces.el (read-face-attribute, defined-colors, color-defined-p):
6302 Pass the frame to tty-color-* functions.
6303 (display-color-p, frame-set-background-mode): Pass the frame to
6304 tty-display-color-p.
6306 * term/tty-colors.el (tty-defined-color-alist): Renamed from
6308 (tty-color-alist, tty-modify-color-alist): New functions.
6309 (tty-color-define, tty-color-clear, tty-color-approximate)
6310 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
6311 an optional parameter FRAME.
6313 2000-01-01 Gerd Moellmann <gerd@gnu.org>
6315 * image.el (create-image, defimage): Don't assume image data is a
6318 * image.el (defimage): Handle specifications containing :data
6320 (image-type-from-data): New function.
6321 (image-type-from-file-header): Use it.
6322 (create-image): Add parameter DATA-P.
6324 See ChangeLog.8 for earlier changes.