]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 May 2001 17:50:11 +0000 (17:50 +0000)]
*** empty log message ***

23 years agoFix last change.
Eli Zaretskii [Fri, 4 May 2001 16:17:41 +0000 (16:17 +0000)]
Fix last change.

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 May 2001 10:07:57 +0000 (10:07 +0000)]
*** empty log message ***

23 years agoBind c-electric-delete-forward to C-d and c-electric-backspace to DEL.
Eli Zaretskii [Fri, 4 May 2001 10:02:56 +0000 (10:02 +0000)]
Bind c-electric-delete-forward to C-d and c-electric-backspace to DEL.

23 years ago(c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'
Eli Zaretskii [Fri, 4 May 2001 09:57:35 +0000 (09:57 +0000)]
(c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'
into two functions where `c-electric-delete-forward' always deletes
forward and `c-electric-delete' only contains the code
necessary for XEmacs to choose between backward and forward
deletion.  `c-electric-delete-forward' is now bound to C-d to
get the electric behavior on that key too.

(c-fill-paragraph): Fixed bogus direct use of c-comment-prefix-regexp,
which caused an error when it's a list.

23 years agoPlace in the public domain.
Eli Zaretskii [Fri, 4 May 2001 07:13:43 +0000 (07:13 +0000)]
Place in the public domain.

23 years ago(XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix
Eli Zaretskii [Thu, 3 May 2001 17:49:33 +0000 (17:49 +0000)]
(XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix
the change from 2001-04-30.

23 years ago(file_dialog_unmap_cb): New function.
Gerd Moellmann [Thu, 3 May 2001 17:10:00 +0000 (17:10 +0000)]
(file_dialog_unmap_cb): New function.
(Fx_file_dialog): Use it as XmNunmapCallback to capture the case
where a dialog is closed via the window manager.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 3 May 2001 16:19:51 +0000 (16:19 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Stefan Monnier [Thu, 3 May 2001 16:19:21 +0000 (16:19 +0000)]
*** empty log message ***

23 years ago(try_window_id): Cases of changes all in front of
Gerd Moellmann [Thu, 3 May 2001 16:19:16 +0000 (16:19 +0000)]
(try_window_id): Cases of changes all in front of
the window start or all below the window end mostly rewritten.
(redisplay_window): Move the tests if try_window_id is
applicable to try_window_id.
(GIVE_UP): New macro.

23 years ago(Help-Cross): move to be a subnode of Cross-refs, instead of leaving it dangling.
Karl Berry [Thu, 3 May 2001 14:03:33 +0000 (14:03 +0000)]
(Help-Cross): move to be a subnode of Cross-refs, instead of leaving it dangling.

23 years ago(globals): Fix handling of namespace aliases.
Gerd Moellmann [Thu, 3 May 2001 11:57:57 +0000 (11:57 +0000)]
(globals): Fix handling of namespace aliases.

23 years ago(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.
Eli Zaretskii [Thu, 3 May 2001 07:58:04 +0000 (07:58 +0000)]
(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.

23 years ago(dired-diff): Doc fix.
Eli Zaretskii [Thu, 3 May 2001 07:51:23 +0000 (07:51 +0000)]
(dired-diff): Doc fix.

23 years ago(ispell-change-dictionary): Doc fix.
Eli Zaretskii [Thu, 3 May 2001 04:44:12 +0000 (04:44 +0000)]
(ispell-change-dictionary): Doc fix.

23 years ago(vc-next-action-on-file): Only force buffer+file to writable
Stefan Monnier [Thu, 3 May 2001 00:36:07 +0000 (00:36 +0000)]
(vc-next-action-on-file): Only force buffer+file to writable
if both the buffer and the file are read-only.

23 years ago(sh-prev-line): Look for sh-heredoc-face
Stefan Monnier [Wed, 2 May 2001 13:41:46 +0000 (13:41 +0000)]
(sh-prev-line): Look for sh-heredoc-face
rather than font-lock-string-face.
(sh-get-indent-info): Treat heredocs like strings.

23 years ago(expose_window): Return int. If W is the window
Gerd Moellmann [Wed, 2 May 2001 13:20:15 +0000 (13:20 +0000)]
(expose_window): Return int.  If W is the window
currently being updated, mark the frame garbaged.  Fix
computation of rows intersection the exposed rectangle.
(expose_window_tree): Stop when expose_window returns 0.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 2 May 2001 11:45:00 +0000 (11:45 +0000)]
*** empty log message ***

23 years ago(texinfo-format-parse-args): Don't
Gerd Moellmann [Wed, 2 May 2001 11:44:27 +0000 (11:44 +0000)]
(texinfo-format-parse-args): Don't
consume a newline following `}'.
(texinfo-format-email): New function.
(toplevel): Use texinfo-format-email for @email.
(texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add
`display'.
(texinfo-sort-region): Goto point-min before sorting.
(texinfo-set): Remove leading white space from value.
From yagi@is.titech.ac.jp.

23 years ago(query-replace-regexp-eval): Doc fix.
Gerd Moellmann [Wed, 2 May 2001 11:29:57 +0000 (11:29 +0000)]
(query-replace-regexp-eval): Doc fix.

23 years ago(x_draw_stretch_glyph_string): Don't draw background
Gerd Moellmann [Wed, 2 May 2001 11:12:42 +0000 (11:12 +0000)]
(x_draw_stretch_glyph_string): Don't draw background
again if it has already been drawn.

23 years agoFix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
Eli Zaretskii [Wed, 2 May 2001 04:10:31 +0000 (04:10 +0000)]
Fix a typo in the "emacs -xrm" command line.  Reported by Kenichi Handa.

23 years ago*** empty log message ***
Stefan Monnier [Tue, 1 May 2001 13:49:59 +0000 (13:49 +0000)]
*** empty log message ***

23 years ago(update_syntax_table): Check that oldi has the same
Stefan Monnier [Tue, 1 May 2001 13:49:44 +0000 (13:49 +0000)]
(update_syntax_table): Check that oldi has the same
properties as old_prop before deciding not to invalidate.

23 years ago(diff-nonexistant-face): New face.
Stefan Monnier [Tue, 1 May 2001 13:33:59 +0000 (13:33 +0000)]
(diff-nonexistant-face): New face.
(diff-font-lock-keywords): Use it.

23 years agoMarkup and proofreading fixes from YAGI Tatsuya <yagi@is.titech.ac.jp>.
Eli Zaretskii [Tue, 1 May 2001 10:57:11 +0000 (10:57 +0000)]
Markup and proofreading fixes from YAGI Tatsuya <yagi@is.titech.ac.jp>.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 30 Apr 2001 15:25:53 +0000 (15:25 +0000)]
*** empty log message ***

23 years ago(sh-font-lock-heredoc): Allow
Gerd Moellmann [Mon, 30 Apr 2001 15:23:01 +0000 (15:23 +0000)]
(sh-font-lock-heredoc): Allow
optional backslash at the start of the here-document delimiter.
(sh-font-lock-syntactic-keywords): Likewise.

23 years ago(Fprimitive_undo): In a writable buffer, enable undoing
Gerd Moellmann [Mon, 30 Apr 2001 14:57:35 +0000 (14:57 +0000)]
(Fprimitive_undo): In a writable buffer, enable undoing
read-only text that is so because of text properties.

23 years ago(x_window_to_menu_bar) [USE_LUCID]: New function.
Gerd Moellmann [Mon, 30 Apr 2001 14:38:34 +0000 (14:38 +0000)]
(x_window_to_menu_bar) [USE_LUCID]: New function.
(XTread_socket) [USE_LUCID] <Expose>: Handle events for
windows that are components of a Lucid menu bar.

23 years ago(xlwmenu_window_p): New function.
Gerd Moellmann [Mon, 30 Apr 2001 14:34:54 +0000 (14:34 +0000)]
(xlwmenu_window_p): New function.

23 years ago(font-lock-mode): Doc fix.
Eli Zaretskii [Mon, 30 Apr 2001 14:03:07 +0000 (14:03 +0000)]
(font-lock-mode): Doc fix.

23 years ago(dired-do-rename-regexp, dired-do-copy-regexp)
Eli Zaretskii [Mon, 30 Apr 2001 13:37:00 +0000 (13:37 +0000)]
(dired-do-rename-regexp, dired-do-copy-regexp)
(dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.

23 years ago(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii [Mon, 30 Apr 2001 13:35:05 +0000 (13:35 +0000)]
(Marks vs Flags): Explain that dired-undo doesn't undo the file
operations.
(Transforming File Names): Document that these commands operate on ARG or
marked files, and that they ask for confirmation on each file.

23 years ago(rmail-message-regexp-p): Yet another fix.
Gerd Moellmann [Mon, 30 Apr 2001 12:57:34 +0000 (12:57 +0000)]
(rmail-message-regexp-p): Yet another fix.

23 years ago(tty-color-define, tty-color-off-gray-diag)
Eli Zaretskii [Sun, 29 Apr 2001 10:11:11 +0000 (10:11 +0000)]
(tty-color-define, tty-color-off-gray-diag)
(tty-color-translate, tty-color-by-index, tty-color-values)
(tty-color-desc): Doc fix.

23 years agoModify the copyright years.
Eli Zaretskii [Sun, 29 Apr 2001 06:23:45 +0000 (06:23 +0000)]
Modify the copyright years.

23 years agoPlace under the GFDL.
Eli Zaretskii [Sun, 29 Apr 2001 06:23:22 +0000 (06:23 +0000)]
Place under the GFDL.

23 years ago(Mac OS): Don't say Ispell cannot work: it can, if they have a port
Eli Zaretskii [Sat, 28 Apr 2001 06:10:25 +0000 (06:10 +0000)]
(Mac OS): Don't say Ispell cannot work: it can, if they have a port
of the speller.

23 years agoDocument problems with NTEmacs on Windows 2000, related to the
Eli Zaretskii [Fri, 27 Apr 2001 16:51:05 +0000 (16:51 +0000)]
Document problems with NTEmacs on Windows 2000, related to the
Windows i18n features.

23 years agoDocument some of the facilities for debugging display code, including
Eli Zaretskii [Fri, 27 Apr 2001 16:26:35 +0000 (16:26 +0000)]
Document some of the facilities for debugging display code, including
-DGLYPH_DEBUG build and functions that dump glyph matrices.

23 years ago(Checklist): Mention Edebug.
Eli Zaretskii [Fri, 27 Apr 2001 15:58:09 +0000 (15:58 +0000)]
(Checklist): Mention Edebug.

23 years ago(dired-do-create-files, dired-do-copy)
Eli Zaretskii [Fri, 27 Apr 2001 15:40:29 +0000 (15:40 +0000)]
(dired-do-create-files, dired-do-copy)
(dired-do-symlink, dired-do-hardlink, dired-do-rename): Mention
dired-dwim-target in the doc string.

23 years ago(dabbrev--ignore-buffer-p): New function.
Miles Bader [Fri, 27 Apr 2001 15:28:38 +0000 (15:28 +0000)]
(dabbrev--ignore-buffer-p): New function.
(dabbrev--find-expansion): Use it.
(dabbrev--select-buffers): Don't select ignored buffers.

23 years ago(print_help): Enclose the regexp in the help text example in quotes.
Eli Zaretskii [Fri, 27 Apr 2001 13:36:06 +0000 (13:36 +0000)]
(print_help): Enclose the regexp in the help text example in quotes.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 27 Apr 2001 13:01:17 +0000 (13:01 +0000)]
*** empty log message ***

23 years ago(rmail-message-regexp-p): Don't match before
Gerd Moellmann [Fri, 27 Apr 2001 13:00:42 +0000 (13:00 +0000)]
(rmail-message-regexp-p): Don't match before
headers.

23 years ago(turn_on_face): Fix reverse video handling on terminals
Gerd Moellmann [Fri, 27 Apr 2001 12:37:32 +0000 (12:37 +0000)]
(turn_on_face): Fix reverse video handling on terminals
that don't support colors.

23 years agoClarify when C-? is available as Help.
Richard M. Stallman [Thu, 26 Apr 2001 19:46:26 +0000 (19:46 +0000)]
Clarify when C-? is available as Help.
Explain that normal-erase-is-backspace-mode toggles between the two modes.
Describe the case where BACKSPACE has been remapped to DELETE
in the window system.

23 years agoAdd doc strings for some functions.
Richard M. Stallman [Thu, 26 Apr 2001 19:44:30 +0000 (19:44 +0000)]
Add doc strings for some functions.
(dabbrev--eliminate-newlines): New variable.
(dabbrev--substitute-expansion): Convert newlines to spaces
if dabbrev--eliminate-newlines is set.
If abbrev and expansion are both all-lower-case,
leave dabbrev--last-case-pattern nil.

23 years ago*** empty log message ***
Richard M. Stallman [Thu, 26 Apr 2001 19:43:32 +0000 (19:43 +0000)]
*** empty log message ***

23 years ago(rmail-message-regexp-p): Use rfc822-goto-eoh
Gerd Moellmann [Thu, 26 Apr 2001 13:43:42 +0000 (13:43 +0000)]
(rmail-message-regexp-p): Use rfc822-goto-eoh
if necessary, like in rmail-show-message.

23 years ago(save_excursion_restore): Don't use XBUFFER on
Gerd Moellmann [Thu, 26 Apr 2001 12:37:43 +0000 (12:37 +0000)]
(save_excursion_restore): Don't use XBUFFER on
a non-buffer.

23 years ago(Operating on Files): Document dired-dwim-target.
Eli Zaretskii [Thu, 26 Apr 2001 11:35:32 +0000 (11:35 +0000)]
(Operating on Files): Document dired-dwim-target.

23 years agoColor specified by number is forced to be float number.
Gerd Moellmann [Thu, 26 Apr 2001 09:30:00 +0000 (09:30 +0000)]
Color specified by number is forced to be float number.
(ps-print-version): New version number (6.5.1.1).
(ps-header-frame-alist, ps-footer-frame-alist): Adjust color
initialization.
(ps-prefix-quote): New internal var.
(ps-print-quote): New fun.
(ps-setup, ps-output-frame-properties, ps-float-format)
(ps-format-color): Code fix.
(ps-plot-region): Eliminate redundant foreground color text
setting.

23 years ago(dabbrev--select-buffers): Add a doc string.
Eli Zaretskii [Thu, 26 Apr 2001 07:40:14 +0000 (07:40 +0000)]
(dabbrev--select-buffers): Add a doc string.

23 years agoAdd @need before Deletion node.
Richard M. Stallman [Thu, 26 Apr 2001 00:31:11 +0000 (00:31 +0000)]
Add @need before Deletion node.
Don't try to draw a left arrow with @key{<-}.

23 years agoExplain better what a face is and what it does.
Richard M. Stallman [Thu, 26 Apr 2001 00:30:15 +0000 (00:30 +0000)]
Explain better what a face is and what it does.

23 years agoFix command names dired-do-flagged-delete,
Richard M. Stallman [Thu, 26 Apr 2001 00:29:21 +0000 (00:29 +0000)]
Fix command names dired-do-flagged-delete,
dired-do-query-replace-regexp, dired-unmark-all-marks.

Fix xrefs to Dired-X and Misc File Ops.

Correct the uuencode shell command example to handle spaces.

Explain prefix args to k and l better,
especially negative args.

23 years agoExplain how META may be labeled.
Richard M. Stallman [Thu, 26 Apr 2001 00:26:05 +0000 (00:26 +0000)]
Explain how META may be labeled.
Use "key" or "event" instead of "character" where appropriate.
Minor clarifications.

23 years agoCorrect typo on pdb-mode-hook.
Richard M. Stallman [Thu, 26 Apr 2001 00:24:48 +0000 (00:24 +0000)]
Correct typo on pdb-mode-hook.
Minor cleanup.

23 years agoDocument byte-debug-flag.
Eli Zaretskii [Wed, 25 Apr 2001 21:45:52 +0000 (21:45 +0000)]
Document byte-debug-flag.

23 years agoDocument problems with DJGPP and NT's `redir' program.
Eli Zaretskii [Wed, 25 Apr 2001 21:33:25 +0000 (21:33 +0000)]
Document problems with DJGPP and NT's `redir' program.

23 years agoMention problems with Windows NT's `redir' program.
Eli Zaretskii [Wed, 25 Apr 2001 21:30:04 +0000 (21:30 +0000)]
Mention problems with Windows NT's `redir' program.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 25 Apr 2001 18:32:07 +0000 (18:32 +0000)]
*** empty log message ***

23 years ago(toggle_highlight): New function.
Gerd Moellmann [Wed, 25 Apr 2001 18:31:33 +0000 (18:31 +0000)]
(toggle_highlight): New function.
(turn_on_face): Change handling of reverse video.

23 years ago(tty-handle-reverse-video): Don't set inverse-video.
Gerd Moellmann [Wed, 25 Apr 2001 18:16:30 +0000 (18:16 +0000)]
(tty-handle-reverse-video): Don't set inverse-video.

23 years agoFix a typo in a comment.
Eli Zaretskii [Wed, 25 Apr 2001 17:17:33 +0000 (17:17 +0000)]
Fix a typo in a comment.

23 years ago(Info-additional-directory-list): Doc fix.
Eli Zaretskii [Wed, 25 Apr 2001 17:17:01 +0000 (17:17 +0000)]
(Info-additional-directory-list): Doc fix.

23 years ago(find-lisp-find-dired-filter)
Eli Zaretskii [Wed, 25 Apr 2001 16:22:14 +0000 (16:22 +0000)]
(find-lisp-find-dired-filter)
(find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add
autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.

23 years ago(makefile-font-lock-keywords):
Stefan Monnier [Wed, 25 Apr 2001 15:52:45 +0000 (15:52 +0000)]
(makefile-font-lock-keywords):
Rationalize the rules for includes and conditionals and use the
keyword face for them.

23 years ago(modify-face): Add compatibility for non-interactive use.
Stefan Monnier [Wed, 25 Apr 2001 15:22:53 +0000 (15:22 +0000)]
(modify-face): Add compatibility for non-interactive use.

23 years ago(wait_reading_process_input): Call
Gerd Moellmann [Wed, 25 Apr 2001 15:12:49 +0000 (15:12 +0000)]
(wait_reading_process_input): Call
record_asynch_buffer_change only if a timer really changed
buffers.

23 years ago(mouse_face_overlay_overlaps): Fix the computation
Gerd Moellmann [Wed, 25 Apr 2001 14:51:11 +0000 (14:51 +0000)]
(mouse_face_overlay_overlaps): Fix the computation
of the number of overlays to check.

23 years ago(command_loop_1): Redo change of 2001-03-12.
Gerd Moellmann [Wed, 25 Apr 2001 14:36:32 +0000 (14:36 +0000)]
(command_loop_1): Redo change of 2001-03-12.

23 years ago(try_window_id): Fix a case where window_end_pos
Gerd Moellmann [Wed, 25 Apr 2001 14:15:21 +0000 (14:15 +0000)]
(try_window_id): Fix a case where window_end_pos
and window_end_bytepos were not adjusted.

23 years agoFix dates for the last few entries, so they increase monotonically.
Eli Zaretskii [Wed, 25 Apr 2001 13:53:40 +0000 (13:53 +0000)]
Fix dates for the last few entries, so they increase monotonically.

23 years ago*** empty log message ***
Eli Zaretskii [Wed, 25 Apr 2001 13:51:02 +0000 (13:51 +0000)]
*** empty log message ***

23 years ago(install-arch-indep): Add gfdl.1 to the man pages that are installed.
Eli Zaretskii [Wed, 25 Apr 2001 13:50:10 +0000 (13:50 +0000)]
(install-arch-indep): Add gfdl.1 to the man pages that are installed.

23 years agoPlace under GFDL.
Eli Zaretskii [Wed, 25 Apr 2001 13:48:24 +0000 (13:48 +0000)]
Place under GFDL.

23 years agoNew file.
Eli Zaretskii [Wed, 25 Apr 2001 13:47:19 +0000 (13:47 +0000)]
New file.

23 years agoFix a glitch in calc.texinfo patches.
Eli Zaretskii [Wed, 25 Apr 2001 06:01:42 +0000 (06:01 +0000)]
Fix a glitch in calc.texinfo patches.

23 years agoAdd Option Index, produced only in the on-line version of the manual.
Eli Zaretskii [Wed, 25 Apr 2001 05:57:59 +0000 (05:57 +0000)]
Add Option Index, produced only in the on-line version of the manual.

23 years agoAdd @opindex entries to index all command-line options.
Eli Zaretskii [Wed, 25 Apr 2001 05:57:08 +0000 (05:57 +0000)]
Add @opindex entries to index all command-line options.

23 years ago(eshell-find-alias-function): Corrected the fix from last night, since
John Wiegley [Tue, 24 Apr 2001 20:48:14 +0000 (20:48 +0000)]
(eshell-find-alias-function): Corrected the fix from last night, since
it wasn't finding eshell/cd.

23 years ago*** empty log message ***
John Wiegley [Tue, 24 Apr 2001 20:47:45 +0000 (20:47 +0000)]
*** empty log message ***

23 years agowidget-define => define-widget.
Richard M. Stallman [Tue, 24 Apr 2001 15:19:16 +0000 (15:19 +0000)]
widget-define => define-widget.

23 years agoAdapt to the change of string-rectangle back to 20.x behaviour.
Gerd Moellmann [Tue, 24 Apr 2001 11:09:21 +0000 (11:09 +0000)]
Adapt to the change of string-rectangle back to 20.x behaviour.

23 years agoChange entries for string-rectangle and alike.
Gerd Moellmann [Tue, 24 Apr 2001 10:57:54 +0000 (10:57 +0000)]
Change entries for string-rectangle and alike.

23 years ago(string-rectangle): Revert to 20.x behaviour.
Gerd Moellmann [Tue, 24 Apr 2001 10:57:05 +0000 (10:57 +0000)]
(string-rectangle): Revert to 20.x behaviour.
(replace-rectangle): Make it an alias for string-rectangle.
(string-insert-rectangle): New function.

23 years ago(eshell-find-alias-function): Return t in the case where the function
John Wiegley [Tue, 24 Apr 2001 06:33:40 +0000 (06:33 +0000)]
(eshell-find-alias-function): Return t in the case where the function
was defined in a file, but not part of an eshell module.

23 years ago(eshell/diff): Fixed problems that were occurring with Emacs 21's
John Wiegley [Tue, 24 Apr 2001 06:31:46 +0000 (06:31 +0000)]
(eshell/diff): Fixed problems that were occurring with Emacs 21's
diff.el/compile.el interaction layer.

23 years ago(eshell-smart-redisplay): Added some safety code to work around a
John Wiegley [Tue, 24 Apr 2001 03:16:21 +0000 (03:16 +0000)]
(eshell-smart-redisplay): Added some safety code to work around a
redisplay problem I've been having.

23 years ago(timeclock-day-required): If the time required for a particular day is
John Wiegley [Tue, 24 Apr 2001 01:39:55 +0000 (01:39 +0000)]
(timeclock-day-required): If the time required for a particular day is
not set, use `timeclock-workday'.
(timeclock-find-discrep): Added some sample code in a comment.

23 years ago(eshell-command): Made a few changes so that `eshell-command' could be
John Wiegley [Tue, 24 Apr 2001 01:37:31 +0000 (01:37 +0000)]
(eshell-command): Made a few changes so that `eshell-command' could be
called programmatically.
(eshell-non-interactive-p): Moved this variable here.

23 years agoMoved `eshell-non-interactive-p' to eshell.el.
John Wiegley [Tue, 24 Apr 2001 01:37:08 +0000 (01:37 +0000)]
Moved `eshell-non-interactive-p' to eshell.el.

23 years ago(compute_char_face): If buffer is unibyte, set CH to
Gerd Moellmann [Mon, 23 Apr 2001 14:58:40 +0000 (14:58 +0000)]
(compute_char_face): If buffer is unibyte, set CH to
zero instead of -1.

23 years ago(calendar-two-frame-setup, calendar-only-one-frame-setup)
Eli Zaretskii [Mon, 23 Apr 2001 14:22:33 +0000 (14:22 +0000)]
(calendar-two-frame-setup, calendar-only-one-frame-setup)
(calendar-one-frame-setup): Use display-multi-frame-p instead of window-system.