]> git.eshelyaron.com Git - emacs.git/log
emacs.git
23 years agoChange to setenv.
Gerd Moellmann [Thu, 4 Oct 2001 10:35:38 +0000 (10:35 +0000)]
Change to setenv.

23 years ago(LIST_END_P, FOREACH): New macros.
Gerd Moellmann [Thu, 4 Oct 2001 10:10:35 +0000 (10:10 +0000)]
(LIST_END_P, FOREACH): New macros.

23 years ago(fatal_error_signal_hook): New variable.
Gerd Moellmann [Thu, 4 Oct 2001 10:02:59 +0000 (10:02 +0000)]
(fatal_error_signal_hook): New variable.
(fatal_error_signal): Call that function.

23 years ago(error_msg): New variable.
Gerd Moellmann [Thu, 4 Oct 2001 10:02:43 +0000 (10:02 +0000)]
(error_msg): New variable.
(x_fatal_error_signal): New function.
(x_connection_closed): Set error_msg.  Install
x_fatal_error_signal as fatal_error_signal_hook around the call to
XtCloseDisplay.

23 years agoPure storage overflow.
Gerd Moellmann [Thu, 4 Oct 2001 09:50:43 +0000 (09:50 +0000)]
Pure storage overflow.

23 years ago(Fdump_emacs_data, Fdump_emacs): Call check_pure_size.
Gerd Moellmann [Thu, 4 Oct 2001 09:48:56 +0000 (09:48 +0000)]
(Fdump_emacs_data, Fdump_emacs): Call check_pure_size.

23 years ago(pure_size) [HAVE_SHM]: Declare extern size_t.
Gerd Moellmann [Thu, 4 Oct 2001 09:48:39 +0000 (09:48 +0000)]
(pure_size) [HAVE_SHM]: Declare extern size_t.
(check_pure_size): Add prototype.

23 years ago(purebeg, pure_size, pure_bytes_used_before_overflow):
Gerd Moellmann [Thu, 4 Oct 2001 09:48:22 +0000 (09:48 +0000)]
(purebeg, pure_size, pure_bytes_used_before_overflow):
New variables.
(init_alloc_once): Initialize new variables.
(PURE_POINTER_P): Use new variables.
(pure_alloc): If pure storage overflows, allocate from the heap.
(check_pure_size): New function.
(Fgarbage_collect): Don't GC if pure storage has overflowed.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 4 Oct 2001 09:46:28 +0000 (09:46 +0000)]
*** empty log message ***

23 years agoAdd post-gc-hook.
Gerd Moellmann [Thu, 4 Oct 2001 09:20:17 +0000 (09:20 +0000)]
Add post-gc-hook.

23 years ago(Vpost_gc_hook, Qpost_gc_hook): New variables.
Gerd Moellmann [Thu, 4 Oct 2001 09:17:15 +0000 (09:17 +0000)]
(Vpost_gc_hook, Qpost_gc_hook): New variables.
(syms_of_alloc): DEFVAR_LISP post-gc-hook, initialize
Qpost_gc_hook.
(Fgarbage_collect): Run post-gc-hook.

23 years agoAdd defvaralias.
Gerd Moellmann [Thu, 4 Oct 2001 09:07:45 +0000 (09:07 +0000)]
Add defvaralias.

23 years ago(Variable Aliases): New node.
Gerd Moellmann [Thu, 4 Oct 2001 09:00:14 +0000 (09:00 +0000)]
(Variable Aliases): New node.

23 years agoUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann [Thu, 4 Oct 2001 08:57:51 +0000 (08:57 +0000)]
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.

23 years ago(Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
Gerd Moellmann [Thu, 4 Oct 2001 08:52:10 +0000 (08:52 +0000)]
(Fmake_symbol): Adapt to changes of struct Lisp_Symbol.

23 years ago(Fbyte_code) <varref>: Use SYMBOL_VALUE.
Gerd Moellmann [Thu, 4 Oct 2001 08:51:54 +0000 (08:51 +0000)]
(Fbyte_code) <varref>: Use SYMBOL_VALUE.
(Fbyte_code) <varset>: Simplify the test if symbol's value can be
set directly.

23 years agoUse SYMBOL_VALUE/SET_SYMBOL_VALUE.
Gerd Moellmann [Thu, 4 Oct 2001 08:51:35 +0000 (08:51 +0000)]
Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
(Qcyclic_variable_indirection): New variable.
(Fkeywordp): Check for internedness differently.
(Fmakunbound): Simplify the test if symbol is a constant.
(indirect_variable, Findirect_variable): New functions.
(swap_in_symval_forwarding): If SYMBOL is an alias, use the
aliased symbol.
(let_shadows_buffer_binding_p): Check for variable aliases.
(set_internal): Simplify the test if SYMBOL is a constant.  If
SYMBOL has a buffer-local value and is an alias, use the aliased
symbol instead.
(syms_of_data): Initialize Qcyclic_variable_indirection and defsubr
Sindirect_variable.

23 years ago(Fdefvaralias): New function.
Gerd Moellmann [Thu, 4 Oct 2001 08:51:19 +0000 (08:51 +0000)]
(Fdefvaralias): New function.
(specbind): Simplify the test if symbol is a constant.
(syms_of_eval): Defsubr Fdefvaralias.

23 years ago(Fintern, Funintern): Set symbol's interned and constant
Gerd Moellmann [Thu, 4 Oct 2001 08:51:00 +0000 (08:51 +0000)]
(Fintern, Funintern): Set symbol's interned and constant
bit-fields.
(init_obarray): Likewise for t and nil.

23 years ago(print_preprocess, print_object): Test internedness of
Gerd Moellmann [Thu, 4 Oct 2001 08:50:43 +0000 (08:50 +0000)]
(print_preprocess, print_object): Test internedness of
symbols differently.

23 years ago(enum symbol_interned): New enumeration.
Gerd Moellmann [Thu, 4 Oct 2001 08:50:20 +0000 (08:50 +0000)]
(enum symbol_interned): New enumeration.
(struct Lisp_Symbol): Remove member `obarray', add
`indirect_variable', `constant', and `interned'.
(SYMBOL_INTERNED_P, SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P)
(SYMBOL_CONSTANT_P, SYMBOL_VALUE, SET_SYMBOL_VALUE): New macros.
(indirect_variable): Add prototype.

23 years ago(cvs-prefix-define): Typo cons->concat.
Stefan Monnier [Wed, 3 Oct 2001 20:32:19 +0000 (20:32 +0000)]
(cvs-prefix-define): Typo cons->concat.

23 years ago*** empty log message ***
Pavel Janík [Wed, 3 Oct 2001 19:50:05 +0000 (19:50 +0000)]
*** empty log message ***

23 years agoMake messages match original TPU/edt editor.
Pavel Janík [Wed, 3 Oct 2001 19:44:55 +0000 (19:44 +0000)]
Make messages match original TPU/edt editor.

23 years ago* emacs-mime.texi (mailcap): rvplayer -> wavplayer. Thanks to
ShengHuo ZHU [Wed, 3 Oct 2001 12:29:25 +0000 (12:29 +0000)]
* emacs-mime.texi (mailcap): rvplayer -> wavplayer.  Thanks to
Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>.

23 years agoUpdate maintainer's email address.
Eli Zaretskii [Wed, 3 Oct 2001 10:52:47 +0000 (10:52 +0000)]
Update maintainer's email address.

23 years ago(syms_of_callproc): Explicitly state in the documentation for
Miles Bader [Wed, 3 Oct 2001 01:12:27 +0000 (01:12 +0000)]
(syms_of_callproc): Explicitly state in the documentation for
`process-environment' that earlier entries take precedence over later
ones.

23 years ago(ange-ftp-skip-msgs): Add 227 and 228 for Long
Andreas Schwab [Tue, 2 Oct 2001 21:34:12 +0000 (21:34 +0000)]
(ange-ftp-skip-msgs): Add 227 and 228 for Long
and Extended Passive Mode, resp.

23 years ago*** empty log message ***
Miles Bader [Tue, 2 Oct 2001 02:35:04 +0000 (02:35 +0000)]
*** empty log message ***

23 years ago(Minibuffer Misc): Add entries for `minibuffer-contents',
Miles Bader [Tue, 2 Oct 2001 02:34:48 +0000 (02:34 +0000)]
(Minibuffer Misc): Add entries for `minibuffer-contents',
`minibuffer-contents-no-properties', and `delete-minibuffer-contents'.
Correct description for `minibuffer-prompt-end'.

23 years agoAdd @tindex lines to new entries.
Miles Bader [Tue, 2 Oct 2001 02:21:59 +0000 (02:21 +0000)]
Add @tindex lines to new entries.

23 years ago(Property Search): Correct descriptions of
Miles Bader [Tue, 2 Oct 2001 02:11:23 +0000 (02:11 +0000)]
(Property Search): Correct descriptions of
`next-char-property-change' and `previous-char-property-change'.
Add entries for `next-single-char-property-change' and
`previous-single-char-property-change'.
Make operand names a bit more consistent.

23 years ago(Fnext_char_property_change)
Miles Bader [Tue, 2 Oct 2001 01:53:10 +0000 (01:53 +0000)]
(Fnext_char_property_change)
(Fprevious_char_property_change): Remove reference to non-existant
argument OBJECT from doc-string.

23 years agoMention the broken cpp from GCC snapshots around Sep 30, 2001, and show the
Eli Zaretskii [Mon, 1 Oct 2001 11:23:53 +0000 (11:23 +0000)]
Mention the broken cpp from GCC snapshots around Sep 30, 2001, and show the
command line to force `configure' to use -traditional.

23 years ago(cal-menu-x-popup-menu): New function,
Eli Zaretskii [Mon, 1 Oct 2001 11:08:06 +0000 (11:08 +0000)]
(cal-menu-x-popup-menu): New function,
calls x-popup-menu only if popup menus are supported.
(calendar-mouse-insert-hebrew-diary-entry)
(calendar-mouse-insert-islamic-diary-entry)
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-view-other-diary-entries)
(calendar-mouse-print-dates, calendar-mouse-2-date-menu)
(calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax): Call
cal-menu-x-popup-menu instead of x-popup-menu.

23 years ago(calendar-mode-map): Require cal-menu unconditionally.
Eli Zaretskii [Mon, 1 Oct 2001 11:05:18 +0000 (11:05 +0000)]
(calendar-mode-map): Require cal-menu unconditionally.
(calendar-mode): Set up activate-menubar-hook unconditionally.

23 years ago(struct glyph_row) <ends_in_newline_from_string_p>:
Gerd Moellmann [Mon, 1 Oct 2001 10:53:38 +0000 (10:53 +0000)]
(struct glyph_row) <ends_in_newline_from_string_p>:
New bit flag

23 years ago(display_line): Set row's ends_in_newline_from_string_p.
Gerd Moellmann [Mon, 1 Oct 2001 10:52:55 +0000 (10:52 +0000)]
(display_line): Set row's ends_in_newline_from_string_p.
(try_window_id): Skip back over lines ending in a newline from a
string.

23 years ago(gs-set-ghostview-window-prop): Fix args of `elt'.
Gerd Moellmann [Mon, 1 Oct 2001 09:32:09 +0000 (09:32 +0000)]
(gs-set-ghostview-window-prop): Fix args of `elt'.

23 years agoMention Rx.
Gerd Moellmann [Mon, 1 Oct 2001 07:38:27 +0000 (07:38 +0000)]
Mention Rx.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 1 Oct 2001 07:31:59 +0000 (07:31 +0000)]
*** empty log message ***

23 years ago(rx): Add def-edebug-spec.
Gerd Moellmann [Mon, 1 Oct 2001 07:30:38 +0000 (07:30 +0000)]
(rx): Add def-edebug-spec.

23 years ago(struct alias): Add two new struct members: NAMESP and
Gerd Moellmann [Mon, 1 Oct 2001 07:25:14 +0000 (07:25 +0000)]
(struct alias): Add two new struct members: NAMESP and
ALIASEE to help work with namespace aliases.
(struct sym): Remove struct member NAMESP_ALIASES.
(namespace_alias_table): New variable.
(make_namespace): Add parameter CONTEXT.
(check_namespace): New function.
(find_namespace): Add parameter CONTEXT.
(check_namespace_alias): New function.
(register_namespace_alias): Change type of parameter
OLD_NAME. Search for already defined alias in
NAMESPACE_ALIAS_TABLE.
(check_namespace): New function.
(enter_namespace): Call find_namespace with CONTEXT parameter.
(match_qualified_namespace_alias): New function.
(parse_qualified_ident_or_type): Fixed typo in comment. While
parsing qualified ident or type update namespace context and
restore it on exit.
(parse_qualified_param_ident_or_type): Fixed typo in comment.
(globals): Changed handling of namespace aliases.
(version): Added year 2001.

23 years ago(help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
Eli Zaretskii [Mon, 1 Oct 2001 07:03:13 +0000 (07:03 +0000)]
(help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).

23 years agoFix previous change.
Richard M. Stallman [Mon, 1 Oct 2001 06:08:20 +0000 (06:08 +0000)]
Fix previous change.

23 years ago(Freplace_match): Doc fix.
Richard M. Stallman [Mon, 1 Oct 2001 06:07:56 +0000 (06:07 +0000)]
(Freplace_match): Doc fix.

23 years ago*** empty log message ***
Richard M. Stallman [Mon, 1 Oct 2001 06:07:36 +0000 (06:07 +0000)]
*** empty log message ***

23 years ago(set_frame_menubar): Take into account that
Andrew Innes [Sun, 30 Sep 2001 21:55:04 +0000 (21:55 +0000)]
(set_frame_menubar): Take into account that
f->menu_bar_vector can be nil, and not a vector.  From Ken Raeburn
<raeburn@gnu.org>.

23 years ago*** empty log message ***
Eli Zaretskii [Sun, 30 Sep 2001 10:48:42 +0000 (10:48 +0000)]
*** empty log message ***

23 years ago(select-frame-by-name, other-frame): Doc fix.
Eli Zaretskii [Sun, 30 Sep 2001 10:47:22 +0000 (10:47 +0000)]
(select-frame-by-name, other-frame): Doc fix.

23 years ago(Finding All Frames): Document that next-frame and
Eli Zaretskii [Sun, 30 Sep 2001 10:39:00 +0000 (10:39 +0000)]
(Finding All Frames): Document that next-frame and
previous-frame are local to current terminal.

23 years ago(syms_of_frame): Doc fix.
Eli Zaretskii [Sun, 30 Sep 2001 10:13:00 +0000 (10:13 +0000)]
(syms_of_frame): Doc fix.

23 years ago(Backspace invokes help): Clarify that keyboard-translate is better
Eli Zaretskii [Sun, 30 Sep 2001 07:00:25 +0000 (07:00 +0000)]
(Backspace invokes help): Clarify that keyboard-translate is better
than global-set-key.  Add reference to the manual's section about DEL vs
BS.  Mention normal-erase-is-backspace.

23 years ago(tetris-score-file): Use temporary-file-directory
Eli Zaretskii [Sat, 29 Sep 2001 18:41:36 +0000 (18:41 +0000)]
(tetris-score-file): Use temporary-file-directory
instead of a literal "/tmp".  Suggested by Robert
<robert@chezmarshall.freeserve.co.uk>.

23 years ago(snake-score-file): Use temporary-file-directory
Eli Zaretskii [Sat, 29 Sep 2001 18:37:22 +0000 (18:37 +0000)]
(snake-score-file): Use temporary-file-directory
instead of a literal "/tmp".  Suggested by Robert
<robert@chezmarshall.freeserve.co.uk>.

23 years agoFix the Italian and Maltese entries. From Trevor Spiteri
Eli Zaretskii [Sat, 29 Sep 2001 10:14:14 +0000 (10:14 +0000)]
Fix the Italian and Maltese entries.  From Trevor Spiteri
<tbspit@eng.um.edu.mt>.

23 years agoFix a typo in comment.
Pavel Janík [Fri, 28 Sep 2001 15:50:04 +0000 (15:50 +0000)]
Fix a typo in comment.

23 years ago.
Andreas Schwab [Fri, 28 Sep 2001 12:59:18 +0000 (12:59 +0000)]
.

23 years ago(LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
Andreas Schwab [Fri, 28 Sep 2001 12:58:23 +0000 (12:58 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
nocombreloc, in case -z combreloc is the default.

23 years agoPut in #if 0 until we know what's
Gerd Moellmann [Fri, 28 Sep 2001 08:03:51 +0000 (08:03 +0000)]
Put in #if 0 until we know what's
really going on here.

23 years ago(apropos-print): Fix last change.
Eli Zaretskii [Fri, 28 Sep 2001 06:18:36 +0000 (06:18 +0000)]
(apropos-print): Fix last change.

23 years ago(apropos-print): Make the directions inserted at the
Eli Zaretskii [Fri, 28 Sep 2001 06:11:25 +0000 (06:11 +0000)]
(apropos-print): Make the directions inserted at the
beginning of the *Apropos* buffer more clear.

23 years ago2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Fri, 28 Sep 2001 03:06:09 +0000 (03:06 +0000)]
2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>

* ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
Added comments.

23 years ago(trivial_regexp_p): Catch \{N,M\} as well.
Stefan Monnier [Thu, 27 Sep 2001 22:45:50 +0000 (22:45 +0000)]
(trivial_regexp_p): Catch \{N,M\} as well.

23 years ago(comment-normalize-vars): Use " \t" rather than
Stefan Monnier [Thu, 27 Sep 2001 21:13:44 +0000 (21:13 +0000)]
(comment-normalize-vars): Use " \t" rather than
"\\s-" when defining comment-end-skip.

23 years agoDocument the support for file selection dialog on MS-Windows.
Eli Zaretskii [Thu, 27 Sep 2001 13:37:26 +0000 (13:37 +0000)]
Document the support for file selection dialog on MS-Windows.

23 years ago(gnus-article-display-xface): Skip over previously
Gerd Moellmann [Thu, 27 Sep 2001 12:09:35 +0000 (12:09 +0000)]
(gnus-article-display-xface): Skip over previously
inserted images.

23 years ago(shortlisp): Resync with loadup.el: add backquote, utf-8, menu-bar,
Eli Zaretskii [Thu, 27 Sep 2001 11:05:06 +0000 (11:05 +0000)]
(shortlisp): Resync with loadup.el: add backquote, utf-8, menu-bar,
and latin-N.
(SOME_MACHINE_LISP): Remove menu-bar, since it's loaded unconditionally now.
(lisp): Add latin-N, since they are preloaded.

23 years ago(send-mail-function): Doc fix.
Gerd Moellmann [Thu, 27 Sep 2001 11:03:03 +0000 (11:03 +0000)]
(send-mail-function): Doc fix.
(mail-do-fcc): Error if header-end is not a marker.
(mail-do-fcc): Add a comment.
(mail-reply-to): Doc fix.
(mail-signature): Make ATPOINT optional.
(mail-yank-original): Use cond instead of nestled if.

23 years ago(feedmail-queue-send-edit-prompt-help):
Gerd Moellmann [Thu, 27 Sep 2001 10:54:55 +0000 (10:54 +0000)]
(feedmail-queue-send-edit-prompt-help):
Call get-buffer-window first second arg `visible'.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Sep 2001 09:23:01 +0000 (09:23 +0000)]
*** empty log message ***

23 years ago(list-input-methods-1): Output
Gerd Moellmann [Thu, 27 Sep 2001 09:22:39 +0000 (09:22 +0000)]
(list-input-methods-1): Output
something that's independent of Emacs' version.

23 years ago(x_draw_relief_rect): Draw bottom relief 1 pixel more
Gerd Moellmann [Thu, 27 Sep 2001 09:14:30 +0000 (09:14 +0000)]
(x_draw_relief_rect): Draw bottom relief 1 pixel more
to the left.  Some cleanup.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Sep 2001 08:36:13 +0000 (08:36 +0000)]
*** empty log message ***

23 years ago(display_mode_element): One more case where a string's
Gerd Moellmann [Thu, 27 Sep 2001 08:35:44 +0000 (08:35 +0000)]
(display_mode_element): One more case where a string's
multibyteness should be used for display.

23 years ago(tar-mode-write-file): Don't signal an error by
Gerd Moellmann [Thu, 27 Sep 2001 08:11:36 +0000 (08:11 +0000)]
(tar-mode-write-file): Don't signal an error by
calling byte-to-position with a nil tar-header-offset.

23 years ago(Creating Keymaps): Fix the description of the result of make-keymap.
Eli Zaretskii [Wed, 26 Sep 2001 19:55:41 +0000 (19:55 +0000)]
(Creating Keymaps): Fix the description of the result of make-keymap.

23 years agoMention XIM-related crashes on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:44:26 +0000 (19:44 +0000)]
Mention XIM-related crashes on Solaris 8.

23 years agoFix last change.
Eli Zaretskii [Wed, 26 Sep 2001 19:42:30 +0000 (19:42 +0000)]
Fix last change.

23 years agoMove the section aboiut XIMs on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:38:34 +0000 (19:38 +0000)]
Move the section aboiut XIMs on Solaris 8.

23 years agoMention core dumps inside XIM on Solaris 8.
Eli Zaretskii [Wed, 26 Sep 2001 19:36:21 +0000 (19:36 +0000)]
Mention core dumps inside XIM on Solaris 8.

23 years agoDocument problems with bad specifications of the default fontset.
Eli Zaretskii [Wed, 26 Sep 2001 19:21:00 +0000 (19:21 +0000)]
Document problems with bad specifications of the default fontset.

23 years agoDocument the problem with epop3's redefinition of gethash.
Eli Zaretskii [Wed, 26 Sep 2001 19:11:07 +0000 (19:11 +0000)]
Document the problem with epop3's redefinition of gethash.

23 years agoUpdate as per suggestions by Shayne Steele <steele@cs.fsu.edu>.
Eli Zaretskii [Wed, 26 Sep 2001 19:04:28 +0000 (19:04 +0000)]
Update as per suggestions by Shayne Steele <steele@cs.fsu.edu>.

23 years agoComment change.
Richard M. Stallman [Wed, 26 Sep 2001 18:03:51 +0000 (18:03 +0000)]
Comment change.

23 years ago(Info-on-current-buffer): Default arg to "Top".
Stefan Monnier [Wed, 26 Sep 2001 15:45:47 +0000 (15:45 +0000)]
(Info-on-current-buffer): Default arg to "Top".

23 years ago(Finsert_file_contents): If REPLACE is non-nil, stop
Gerd Moellmann [Wed, 26 Sep 2001 15:30:07 +0000 (15:30 +0000)]
(Finsert_file_contents): If REPLACE is non-nil, stop
reading at EOF.

23 years ago(Top): Clarify what is ``documentation''. Some bozo on comp.emacs
Eli Zaretskii [Wed, 26 Sep 2001 15:26:30 +0000 (15:26 +0000)]
(Top): Clarify what is ``documentation''.  Some bozo on comp.emacs
said that this can be confused for ``documents'', meaning files the user
edits using Emacs...
(Help-^L): Fix a typo.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 26 Sep 2001 14:09:01 +0000 (14:09 +0000)]
*** empty log message ***

23 years ago(with_echo_area_buffer): Use echo_kboard instead
Gerd Moellmann [Wed, 26 Sep 2001 12:02:24 +0000 (12:02 +0000)]
(with_echo_area_buffer): Use echo_kboard instead
of the only tempoarily set echoing flag for deciding when
the cancel echoing.

23 years ago(echo_kboard): Make externally visible.
Gerd Moellmann [Wed, 26 Sep 2001 12:01:19 +0000 (12:01 +0000)]
(echo_kboard): Make externally visible.

23 years ago(echo_kboard): Declare extern.
Gerd Moellmann [Wed, 26 Sep 2001 12:00:56 +0000 (12:00 +0000)]
(echo_kboard): Declare extern.

23 years ago(make_cursor_line_fully_visible): Return 0 and set
Gerd Moellmann [Wed, 26 Sep 2001 11:27:25 +0000 (11:27 +0000)]
(make_cursor_line_fully_visible): Return 0 and set
fonts_changed_p if need larger matrices due to vscrolling.
(try_scrolling, try_cursor_movement, redisplay_window): Give up on
this round of redisplay if make_cursor_line_fully_visible fails.
(CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.
(try_cursor_movement, try_scrolling): Use them instead of
integers.

23 years ago(required_matrix_width, required_matrix_height): New
Gerd Moellmann [Wed, 26 Sep 2001 11:15:40 +0000 (11:15 +0000)]
(required_matrix_width, required_matrix_height): New
functions.
(allocate_matrices_for_window_redisplay)
(allocate_matrices_for_frame_redisplay: Use them.  Remove
parameters CH_DIM.

23 years ago(required_matrix_width, required_matrix_height):
Gerd Moellmann [Wed, 26 Sep 2001 11:15:20 +0000 (11:15 +0000)]
(required_matrix_width, required_matrix_height):
Add prototypes.

23 years ago(display_mode_lines): Temporarily set selected_frame
Gerd Moellmann [Wed, 26 Sep 2001 08:19:04 +0000 (08:19 +0000)]
(display_mode_lines): Temporarily set selected_frame
and selected_window to the frame of the window whose mode-lines
are display, and to the window itself.
(redisplay_window, redisplay_mode_lines): Don't set selected_frame
here.

23 years ago(x_kill_gs_process): Recognize if someone has cleared
Gerd Moellmann [Tue, 25 Sep 2001 17:43:10 +0000 (17:43 +0000)]
(x_kill_gs_process): Recognize if someone has cleared
the image cache under us.

23 years agoFix typo.
Gerd Moellmann [Tue, 25 Sep 2001 13:31:20 +0000 (13:31 +0000)]
Fix typo.

23 years ago(display_mode_element): If the mode element is a symbol
Gerd Moellmann [Tue, 25 Sep 2001 11:38:24 +0000 (11:38 +0000)]
(display_mode_element): If the mode element is a symbol
with a string value, use that string's multibyteness for
displaying.

23 years agoIncrement version number.
Gerd Moellmann [Tue, 25 Sep 2001 10:53:12 +0000 (10:53 +0000)]
Increment version number.