]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago(Text Terminal Colors): Remove description of tty-display-color-cells.
Eli Zaretskii [Wed, 6 Feb 2002 18:39:36 +0000 (18:39 +0000)]
(Text Terminal Colors): Remove description of tty-display-color-cells.

22 years agoUpdate from Brian Youmans.
Eli Zaretskii [Wed, 6 Feb 2002 18:36:30 +0000 (18:36 +0000)]
Update from Brian Youmans.

22 years agoRemove traces of merge conflicts.
Eli Zaretskii [Wed, 6 Feb 2002 16:24:25 +0000 (16:24 +0000)]
Remove traces of merge conflicts.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 6 Feb 2002 15:44:48 +0000 (15:44 +0000)]
*** empty log message ***

22 years ago(S_ISLNK): Define if not defined.
Richard M. Stallman [Wed, 6 Feb 2002 15:44:28 +0000 (15:44 +0000)]
(S_ISLNK): Define if not defined.

22 years ago(Commands of GUD): Add gud-jump.
Richard M. Stallman [Wed, 6 Feb 2002 15:43:41 +0000 (15:43 +0000)]
(Commands of GUD): Add gud-jump.

22 years agoRequire sendmail only at compile time.
Richard M. Stallman [Wed, 6 Feb 2002 15:42:34 +0000 (15:42 +0000)]
Require sendmail only at compile time.
(mail-mode-header-syntax-table): Var deleted.
(mail-abbrev-syntax-table): Init to nil, will compute when needed.
(sendmail-pre-abbrev-expand-hook): Only temporarily change
local-abbrev-table and the syntax table.
Compute mail-abbrev-syntax-table if that has not been done.

22 years ago(grep-compute-defaults): Definition moved up.
Richard M. Stallman [Wed, 6 Feb 2002 15:37:35 +0000 (15:37 +0000)]
(grep-compute-defaults): Definition moved up.

22 years ago(debugger-frame-offset): Var deleted.
Richard M. Stallman [Wed, 6 Feb 2002 15:36:41 +0000 (15:36 +0000)]
(debugger-frame-offset): Var deleted.
(debugger-frame-number): Figure out the offset directly.
(debugger-setup-buffer): Don't use debugger-frame-offset.
(debugger-frame, debugger-frame-clear): Likewise.
(debugger-jump): Don't alter debugger-frame-offset.

22 years ago(checkdoc-this-string-valid-engine):
Richard M. Stallman [Wed, 6 Feb 2002 15:33:23 +0000 (15:33 +0000)]
(checkdoc-this-string-valid-engine):
Replace foo-p as var name with foo-flag, not foo-p-flag.

22 years ago(highlight-changes-active-string): Default to +Chg.
Richard M. Stallman [Wed, 6 Feb 2002 15:32:16 +0000 (15:32 +0000)]
(highlight-changes-active-string): Default to +Chg.
(highlight-changes-passive-string): Default to -Chg.
(highlight-changes-global-modes): Doc fix.

22 years ago(dired-get-filename): Add /: when appropriate
Richard M. Stallman [Wed, 6 Feb 2002 15:30:40 +0000 (15:30 +0000)]
(dired-get-filename): Add /: when appropriate
to avoid taking a local name as remote.

22 years ago(file-name-non-special): Add special handling for
Richard M. Stallman [Wed, 6 Feb 2002 15:29:29 +0000 (15:29 +0000)]
(file-name-non-special): Add special handling for
file-name-sans-versions, file-name-completion, and
file-name-all-completions.

22 years ago(isearch-update): Don't update display in kbd macro.
Richard M. Stallman [Wed, 6 Feb 2002 15:25:15 +0000 (15:25 +0000)]
(isearch-update): Don't update display in kbd macro.
(isearch-lazy-highlight-new-loop): Do nothing in kbd macro.

22 years ago(french-prefix): ", " => "," and "~ " => "~". Don't define "~," at all.
Richard M. Stallman [Wed, 6 Feb 2002 15:23:30 +0000 (15:23 +0000)]
(french-prefix): ", " => "," and "~ " => "~".  Don't define "~," at all.

22 years ago(force-mode-line-update): Doc fix.
Richard M. Stallman [Wed, 6 Feb 2002 15:21:20 +0000 (15:21 +0000)]
(force-mode-line-update): Doc fix.

22 years ago(atomic-change-group, prepare-change-group, activate-change-group)
Richard M. Stallman [Wed, 6 Feb 2002 15:20:36 +0000 (15:20 +0000)]
(atomic-change-group, prepare-change-group, activate-change-group)
(accept-change-group, cancel-change-group): New functions.

(add-minor-mode): Include the mode's lighter string
in the minor mode menu item name.

22 years ago(undo-get-state, undo-revert-to-state): Fns deleted.
Richard M. Stallman [Wed, 6 Feb 2002 15:08:45 +0000 (15:08 +0000)]
(undo-get-state, undo-revert-to-state): Fns deleted.
(transpose-subr-1): Use atomic-change-group.

22 years ago(rmail-toggle-header): Avoid possibly slow call to
Richard M. Stallman [Wed, 6 Feb 2002 15:00:31 +0000 (15:00 +0000)]
(rmail-toggle-header): Avoid possibly slow call to
rmail-count-screen-lines starting from (point-min).

22 years ago(use-fancy-splash-screens-p): Need 19 lines,
Richard M. Stallman [Wed, 6 Feb 2002 14:59:10 +0000 (14:59 +0000)]
(use-fancy-splash-screens-p): Need 19 lines,
beyond the image height, to use the fancy splash screen.

22 years ago(text-mode-hook-identify): Function deleted.
Richard M. Stallman [Wed, 6 Feb 2002 14:57:57 +0000 (14:57 +0000)]
(text-mode-hook-identify): Function deleted.
(text-mode): Set text-mode-variant here.

22 years ago(pong-border-options): Make the border colors slightly more bright.
Eli Zaretskii [Wed, 6 Feb 2002 12:06:19 +0000 (12:06 +0000)]
(pong-border-options): Make the border colors slightly more bright.

22 years ago(pong-height): Don't use height that exceeds the frame height.
Eli Zaretskii [Wed, 6 Feb 2002 11:35:49 +0000 (11:35 +0000)]
(pong-height): Don't use height that exceeds the frame height.

22 years ago(gamegrid-display-type): Treat any
Eli Zaretskii [Wed, 6 Feb 2002 11:34:07 +0000 (11:34 +0000)]
(gamegrid-display-type): Treat any
color-capable display as color-x, if display-color-p is fboundp.
(gamegrid-make-color-x-face): Don't call gamegrid-color twice.
(gamegrid-make-color-tty-face): Use the value of color, not the
symbol itself.  Don't call gamegrid-color.

22 years agoMinor updates about libungif and Exceed 6.x.
Eli Zaretskii [Wed, 6 Feb 2002 08:25:00 +0000 (08:25 +0000)]
Minor updates about libungif and Exceed 6.x.

22 years ago(align-region): Added a missing name argument.
John Wiegley [Wed, 6 Feb 2002 07:07:54 +0000 (07:07 +0000)]
(align-region): Added a missing name argument.

22 years ago(gud-refresh): Call recenter only after we are sure we
Eli Zaretskii [Tue, 5 Feb 2002 18:05:32 +0000 (18:05 +0000)]
(gud-refresh): Call recenter only after we are sure we
are in the right window.

22 years ago*** empty log message ***
Pavel Janík [Tue, 5 Feb 2002 08:09:04 +0000 (08:09 +0000)]
*** empty log message ***

22 years ago(x-use-underline-position-properties): Allow customization.
Pavel Janík [Tue, 5 Feb 2002 08:08:30 +0000 (08:08 +0000)]
(x-use-underline-position-properties): Allow customization.

22 years ago(binhex-decoder-switches): Doc fix.
Pavel Janík [Tue, 5 Feb 2002 07:08:46 +0000 (07:08 +0000)]
(binhex-decoder-switches): Doc fix.

22 years ago(Dired): Fix the xref to dired-x manual.
Eli Zaretskii [Mon, 4 Feb 2002 19:51:04 +0000 (19:51 +0000)]
(Dired): Fix the xref to dired-x manual.

22 years ago(dired-load-hook, dired-mode-hook)
Eli Zaretskii [Mon, 4 Feb 2002 19:40:08 +0000 (19:40 +0000)]
(dired-load-hook, dired-mode-hook)
(dired-before-readin-hook, dired-after-readin-hook): Defcustom.

22 years agoFix a typo in "handle SIGINT" command.
Eli Zaretskii [Mon, 4 Feb 2002 12:50:26 +0000 (12:50 +0000)]
Fix a typo in "handle SIGINT" command.

22 years agoFix encoding.
Pavel Janík [Mon, 4 Feb 2002 06:07:59 +0000 (06:07 +0000)]
Fix encoding.

22 years ago(ibuffer): Remove link; the "home page" for ibuffer is now the Emacs
Colin Walters [Mon, 4 Feb 2002 03:59:20 +0000 (03:59 +0000)]
(ibuffer): Remove link; the "home page" for ibuffer is now the Emacs
CVS tree.
(ibuffer-formats): Doc fix.
(ibuffer-active-formats-name, ibuffer-current-formats): New functions.
(ibuffer-current-format): Use them.
(ibuffer-recompile-formats): Add support for
ibuffer-filter-format-alist.
(ibuffer-check-formats): Ditto.
(ibuffer-switch-format): Ditto.
(ibuffer-update-title): Ditto.
(define-ibuffer-column process): Remove unncessary consing.

22 years ago(define-ibuffer-column): Add beginnings of support for a summary
Colin Walters [Mon, 4 Feb 2002 03:57:35 +0000 (03:57 +0000)]
(define-ibuffer-column): Add beginnings of support for a summary
column.

22 years ago(ibuffer-filter-format-alist, ibuffer-cached-filter-formats,
Colin Walters [Mon, 4 Feb 2002 03:57:19 +0000 (03:57 +0000)]
(ibuffer-filter-format-alist, ibuffer-cached-filter-formats,
ibuffer-compiled-filter-formats): New variables.

22 years ago(Faces): Document the minibuffer-prompt face.
Eli Zaretskii [Sun, 3 Feb 2002 17:45:02 +0000 (17:45 +0000)]
(Faces): Document the minibuffer-prompt face.

22 years agoDocument the minibuffer-prompt face.
Eli Zaretskii [Sun, 3 Feb 2002 17:42:07 +0000 (17:42 +0000)]
Document the minibuffer-prompt face.

22 years ago(Standard Faces): Document the minibuffer-prompt face and the
Eli Zaretskii [Sun, 3 Feb 2002 17:38:25 +0000 (17:38 +0000)]
(Standard Faces): Document the minibuffer-prompt face and the
minibuffer-prompt-properties variable.

22 years ago* rcs2log(Copyright): Update to 2002.
Paul Eggert [Sun, 3 Feb 2002 17:33:19 +0000 (17:33 +0000)]
* rcs2log(Copyright): Update to 2002.
(AWK, TMPDIR): Work around portability problem in broken shells that
don't understand `: ${VAR=val}'.
(SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
Prefer the new -k option to the traditional +M -N option.

22 years ago(Copyright): Update to 2002.
Paul Eggert [Sun, 3 Feb 2002 17:31:31 +0000 (17:31 +0000)]
(Copyright): Update to 2002.
(AWK, TMPDIR): Work around portability problem in broken shells that
don't understand `: ${VAR=val}'.
(SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
Prefer the new -k option to the traditional +M -N option.

22 years ago(balance-windows): Fix misplaced parenthesis.
Andreas Schwab [Sun, 3 Feb 2002 16:21:03 +0000 (16:21 +0000)]
(balance-windows): Fix misplaced parenthesis.

22 years ago(save-selected-window): Move macro before first use.
Andreas Schwab [Sun, 3 Feb 2002 15:35:39 +0000 (15:35 +0000)]
(save-selected-window): Move macro before first use.

22 years ago(calculator-displayers): Doc fixes.
Pavel Janík [Sun, 3 Feb 2002 13:45:59 +0000 (13:45 +0000)]
(calculator-displayers): Doc fixes.

22 years ago*** empty log message ***
Pavel Janík [Sun, 3 Feb 2002 11:51:43 +0000 (11:51 +0000)]
*** empty log message ***

22 years agoFix the date of the last entry.
Eli Zaretskii [Sun, 3 Feb 2002 11:43:02 +0000 (11:43 +0000)]
Fix the date of the last entry.

22 years ago*** empty log message ***
Eli Zaretskii [Sun, 3 Feb 2002 11:34:58 +0000 (11:34 +0000)]
*** empty log message ***

22 years ago(rmail): Use find-buffer-visiting instead of
Eli Zaretskii [Sun, 3 Feb 2002 11:34:29 +0000 (11:34 +0000)]
(rmail): Use find-buffer-visiting instead of
get-file-buffer to check for rmail buffer existence.

22 years ago(menu-bar-help-menu): Use different text for tool-tip.
Pavel Janík [Sun, 3 Feb 2002 11:28:28 +0000 (11:28 +0000)]
(menu-bar-help-menu): Use different text for tool-tip.
(menu-bar-options-save): Save also the value of `display-time-mode'.
(showhide-date-time): New function.
(menu-bar-showhide-menu): New menu-item "Date and time".

22 years ago(term-emulate-terminal): Extract proper command string
Eli Zaretskii [Sun, 3 Feb 2002 11:25:50 +0000 (11:25 +0000)]
(term-emulate-terminal): Extract proper command string
which is supplied to term-command-hook.

22 years ago(Text Terminal Colors): Remove the documentation of tty-display-color-p.
Eli Zaretskii [Sun, 3 Feb 2002 11:21:01 +0000 (11:21 +0000)]
(Text Terminal Colors): Remove the documentation of tty-display-color-p.
Suggest to avoid the use of tty-display-color-cells.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 3 Feb 2002 10:40:12 +0000 (10:40 +0000)]
*** empty log message ***

22 years ago(Fdo_auto_save): Improve "auto save disabled" msg.
Richard M. Stallman [Sun, 3 Feb 2002 10:36:49 +0000 (10:36 +0000)]
(Fdo_auto_save): Improve "auto save disabled" msg.

22 years ago(read1): Redesign strategy for force_multibyte and
Richard M. Stallman [Sun, 3 Feb 2002 10:35:20 +0000 (10:35 +0000)]
(read1): Redesign strategy for force_multibyte and
force_singlebyte.  Now is_multibyte records whether read_buffer
is multibyte.  Encountering any multibyte character makes it so.

22 years ago(quail-help): Don't call help-setup-xref.
Richard M. Stallman [Sun, 3 Feb 2002 10:33:01 +0000 (10:33 +0000)]
(quail-help): Don't call help-setup-xref.

22 years ago(describe-input-method): Call help-setup-xref here.
Richard M. Stallman [Sun, 3 Feb 2002 10:32:13 +0000 (10:32 +0000)]
(describe-input-method): Call help-setup-xref here.
(describe-current-input-method): Doc fix.

22 years ago(disabled-command-hook): Clarify output text.
Richard M. Stallman [Sun, 3 Feb 2002 10:30:54 +0000 (10:30 +0000)]
(disabled-command-hook): Clarify output text.
Indent the paragraph from the command's doc string.

22 years ago(dabbrev--goto-start-of-abbrev):
Richard M. Stallman [Sun, 3 Feb 2002 10:26:49 +0000 (10:26 +0000)]
(dabbrev--goto-start-of-abbrev):
Exit loop on beginning of field rather than bobp.

22 years ago* message.el (message-forward-rmail-make-body): Directly use
ShengHuo ZHU [Sun, 3 Feb 2002 05:18:23 +0000 (05:18 +0000)]
* message.el (message-forward-rmail-make-body): Directly use
rmail-msg-restore-non-pruned-header to avoid calling
vertical-motion.

22 years ago(term_get_fkeys_1): If `k0' and `k;' are both specified and
Stefan Monnier [Sat, 2 Feb 2002 23:48:37 +0000 (23:48 +0000)]
(term_get_fkeys_1): If `k0' and `k;' are both specified and
with the same sequence, map that sequence to f10 rather than f0.

22 years agoCheck for __mc68000__ instead of __m68k__, the latter never being defined
Andreas Schwab [Sat, 2 Feb 2002 23:05:59 +0000 (23:05 +0000)]
Check for __mc68000__ instead of __m68k__, the latter never being defined
on GNU/Linux.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 2 Feb 2002 18:16:37 +0000 (18:16 +0000)]
*** empty log message ***

22 years ago(realize_default_face): Don't set the weight and slant
Eli Zaretskii [Sat, 2 Feb 2002 18:07:56 +0000 (18:07 +0000)]
(realize_default_face): Don't set the weight and slant
of the default face to Qnormal, unless these attributes are
unspecified.

22 years ago(uce-reply-to-uce): Prune the headers before copying
Eli Zaretskii [Sat, 2 Feb 2002 16:54:59 +0000 (16:54 +0000)]
(uce-reply-to-uce): Prune the headers before copying
the message text into the *mail* buffer, and restore the pruned
state after that.

22 years ago(rmail-redecode-body): Prune the headers before
Eli Zaretskii [Sat, 2 Feb 2002 16:29:06 +0000 (16:29 +0000)]
(rmail-redecode-body): Prune the headers before
looking for X-Coding-System header, and restore the pruned state
before returning.

22 years ago*** empty log message ***
Pavel Janík [Sat, 2 Feb 2002 16:03:02 +0000 (16:03 +0000)]
*** empty log message ***

22 years ago(flyspell-issue-message-flag): New user option.
Pavel Janík [Sat, 2 Feb 2002 15:56:45 +0000 (15:56 +0000)]
(flyspell-issue-message-flag): New user option.
(flyspell-mode-on, flyspell-notify-misspell)
(flyspell-small-region, flyspell-external-point-words)
(flyspell-large-region): Use it
(flyspell-before-incorrect-word-string)
(flyspell-after-incorrect-word-string): New user options.
(make-flyspell-overlay): Use them.
(flyspell-version): New function.
(flyspell-incorrect-face, flyspell-duplicate-face): Adapt face definitions
to use :weight.
(flyspell-insert-function): New user option.
(flyspell-auto-correct-word, flyspell-correct-word)
(flyspell-xemacs-correct): Use it.
(flyspell-define-abbrev): New function.
(flyspell-auto-correct-word, flyspell-correct-word)
(flyspell-xemacs-correct): Use it.
(make-flyspell-overlay): Use `evaporate' property.
(flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
(flyspell-emacs-popup): Use `session' instead of `accept'.
(flyspell-auto-correct-previous-pos): New variable.
(flyspell-auto-correct-previous-hook)
(flyspell-auto-correct-previous-word): New functions.

22 years agoFix typo in prompt.
Pavel Janík [Sat, 2 Feb 2002 15:52:36 +0000 (15:52 +0000)]
Fix typo in prompt.

22 years ago(Disabling): Document that .emacs is not edited from "emacs -q".
Eli Zaretskii [Sat, 2 Feb 2002 13:18:46 +0000 (13:18 +0000)]
(Disabling): Document that .emacs is not edited from "emacs -q".

22 years agoDocument the new behavior of novice.el under "emacs -q".
Eli Zaretskii [Sat, 2 Feb 2002 13:12:45 +0000 (13:12 +0000)]
Document the new behavior of novice.el under "emacs -q".

22 years ago(enable-command): If Emacs was invoked as "emacs -q",
Eli Zaretskii [Sat, 2 Feb 2002 12:49:58 +0000 (12:49 +0000)]
(enable-command): If Emacs was invoked as "emacs -q",
don't alter the user's ~/.emacs.
(disable-command): If user-init-file is nil or does not exist,
default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).  But
don't alter the init file if Emacs was invoked as "emacs -q"

22 years ago(command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally.
Pavel Janík [Sat, 2 Feb 2002 10:11:45 +0000 (10:11 +0000)]
(command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally.

22 years ago(Fsignal): Remove duplicated declaration of the variable
Pavel Janík [Sat, 2 Feb 2002 10:08:08 +0000 (10:08 +0000)]
(Fsignal): Remove duplicated declaration of the variable
`display_hourglass_p'.

22 years ago(mail-mode): Undo half of last change.
Stefan Monnier [Fri, 1 Feb 2002 22:00:02 +0000 (22:00 +0000)]
(mail-mode): Undo half of last change.

22 years ago(indent-for-tab-command): Remove spurious code.
Stefan Monnier [Fri, 1 Feb 2002 21:44:26 +0000 (21:44 +0000)]
(indent-for-tab-command): Remove spurious code.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 1 Feb 2002 19:31:46 +0000 (19:31 +0000)]
*** empty log message ***

22 years agoRegenerated.
Eli Zaretskii [Fri, 1 Feb 2002 18:31:48 +0000 (18:31 +0000)]
Regenerated.

22 years agoMoved time-date.el from lisp/gnus to lisp/calendar.
Eli Zaretskii [Fri, 1 Feb 2002 18:19:43 +0000 (18:19 +0000)]
Moved time-date.el from lisp/gnus to lisp/calendar.
For versions before 1.5, see lisp/gnus/time-date.el.

22 years agoMoved parse-time.el from lisp/gnus to lisp/calendar.
Eli Zaretskii [Fri, 1 Feb 2002 18:13:49 +0000 (18:13 +0000)]
Moved parse-time.el from lisp/gnus to lisp/calendar.
For versions before 1.6, look in lisp/gnus.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 1 Feb 2002 17:59:36 +0000 (17:59 +0000)]
*** empty log message ***

22 years ago* gnus.xpm: Remove garbages.
ShengHuo ZHU [Fri, 1 Feb 2002 13:20:24 +0000 (13:20 +0000)]
* gnus.xpm: Remove garbages.

22 years agoMark the pc-selection-mode change as documented.
Eli Zaretskii [Fri, 1 Feb 2002 13:13:45 +0000 (13:13 +0000)]
Mark the pc-selection-mode change as documented.

22 years ago(Emulation): pc-selection-mode is now a toggle.
Eli Zaretskii [Fri, 1 Feb 2002 13:12:44 +0000 (13:12 +0000)]
(Emulation): pc-selection-mode is now a toggle.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 1 Feb 2002 04:36:54 +0000 (04:36 +0000)]
*** empty log message ***

22 years ago(region_limit): Nicer error message.
Richard M. Stallman [Fri, 1 Feb 2002 04:35:03 +0000 (04:35 +0000)]
(region_limit): Nicer error message.

22 years ago(decode_composition_emacs_mule):
Richard M. Stallman [Fri, 1 Feb 2002 04:34:21 +0000 (04:34 +0000)]
(decode_composition_emacs_mule):
Give up if NCOMPONENT gets too large to index `component'.

22 years ago(Fcompleting_read): Doc fix.
Richard M. Stallman [Fri, 1 Feb 2002 04:32:56 +0000 (04:32 +0000)]
(Fcompleting_read): Doc fix.

22 years ago(check_mark): New arg to specify clearer error message.
Richard M. Stallman [Fri, 1 Feb 2002 04:32:24 +0000 (04:32 +0000)]
(check_mark): New arg to specify clearer error message.
Callers changed.

22 years agoMinor clarification.
Richard M. Stallman [Fri, 1 Feb 2002 04:29:36 +0000 (04:29 +0000)]
Minor clarification.

22 years agoDocument date-to-time and seconds-to-time.
Richard M. Stallman [Fri, 1 Feb 2002 04:28:28 +0000 (04:28 +0000)]
Document date-to-time and seconds-to-time.
New node Time Calculations.

22 years ago(iso-languages): Fix ", " in French.
Richard M. Stallman [Fri, 1 Feb 2002 04:26:56 +0000 (04:26 +0000)]
(iso-languages): Fix ", " in French.

22 years ago(history-length): Specify customization for it.
Richard M. Stallman [Fri, 1 Feb 2002 04:26:17 +0000 (04:26 +0000)]
(history-length): Specify customization for it.

22 years ago(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman [Fri, 1 Feb 2002 04:24:22 +0000 (04:24 +0000)]
(debugger-frame-clear, debugger-frame): Error on non-frame line.

22 years ago(debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,
Richard M. Stallman [Fri, 1 Feb 2002 04:21:38 +0000 (04:21 +0000)]
(debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,
insert indication of the buffer position.
(debugger-frame-number): Ignore ;;;-comment lines in backtrace.

22 years ago(shell-command-on-region): Err if no mark before reading the command string.
Richard M. Stallman [Fri, 1 Feb 2002 04:20:02 +0000 (04:20 +0000)]
(shell-command-on-region): Err if no mark before reading the command string.

22 years ago(hl-line-highlight, hl-line-unhighlight):
Richard M. Stallman [Fri, 1 Feb 2002 04:18:46 +0000 (04:18 +0000)]
(hl-line-highlight, hl-line-unhighlight):
Definitions moved down after hl-line-mode var's definition.

22 years ago(hilit-chg-fixup): Don't alter overlay if not ours.
Richard M. Stallman [Fri, 1 Feb 2002 04:17:59 +0000 (04:17 +0000)]
(hilit-chg-fixup): Don't alter overlay if not ours.
(hilit-chg-set-face-on-change): Rename arg.
(hilit-chg-make-ov): Detect error earlier.

22 years agoDelete autoload cookies.
Richard M. Stallman [Fri, 1 Feb 2002 04:16:02 +0000 (04:16 +0000)]
Delete autoload cookies.

22 years ago(comint-scroll-show-maximum-output): Default is t.
Richard M. Stallman [Fri, 1 Feb 2002 04:15:14 +0000 (04:15 +0000)]
(comint-scroll-show-maximum-output): Default is t.