bpt/emacs.git
24 years ago(Fset_buffer_modified_p): Set update_mode_lines
Gerd Moellmann [Mon, 20 Mar 2000 12:24:57 +0000 (12:24 +0000)]
(Fset_buffer_modified_p): Set update_mode_lines
only if buffer is displayed in some window.

24 years ago(handle_single_display_prop): Initialize local `value'.
Gerd Moellmann [Mon, 20 Mar 2000 12:24:13 +0000 (12:24 +0000)]
(handle_single_display_prop): Initialize local `value'.
(try_window_reusing_current_matrix): Don't call scroll run
function if run's current and desired position are the same;
this prevents cursor flickering.

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Mar 2000 01:41:48 +0000 (01:41 +0000)]
*** empty log message ***

24 years ago(RE_STRING_CHAR): New macro.
Stefan Monnier [Sun, 19 Mar 2000 23:23:50 +0000 (23:23 +0000)]
(RE_STRING_CHAR): New macro.
(GET_CHAR_AFER_2): Remove.
(RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
(enum re_opcode_t): Remove on_failure_jump_exclusive.
(print_partial_compiled_pattern, re_compile_fastmap)
(re_match_2_internal): Remove on_failure_jump_exclusive.
(regex_compile): Turn optimizable P+ loops into PP*, so that the
optimization only need to work for * (ie. can use of_keep_string_jump).
Remove the special case for .*\n since it is now covered by the general
optimization.
(re_search_2): Don't bother with `room'.
(skip_one_char): New function.
(skip_noops): Simplify since `memory' is not needed any more.
(mutually_exclusive_p): Restructure slightly to use `switch' and
add handling for "all" remaining cases.
(re_match_2_internal): Change on_failure_jump_smart to use
on_failure_keep_string_jump (and redirect the end-of-loop jump)
rather than on_failure_jump_exclusive.

24 years ago(RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
Stefan Monnier [Sun, 19 Mar 2000 23:21:42 +0000 (23:21 +0000)]
(RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.

24 years ago(calculate_costs): Remove code dealing with X frames.
Gerd Moellmann [Sun, 19 Mar 2000 17:04:41 +0000 (17:04 +0000)]
(calculate_costs): Remove code dealing with X frames.

24 years ago* xfns.c (select_visual): Don't set dpyinfo->n_planes to the
Gerd Moellmann [Sun, 19 Mar 2000 17:00:51 +0000 (17:00 +0000)]
* xfns.c (select_visual): Don't set dpyinfo->n_planes to the
number of bits per RGB because it's everywhere used as the depth
of the visual.

24 years ago(view-mode-disable): Kill local binding of view-read-only.
Richard M. Stallman [Sun, 19 Mar 2000 15:56:40 +0000 (15:56 +0000)]
(view-mode-disable): Kill local binding of view-read-only.

24 years ago*** empty log message ***
Richard M. Stallman [Sun, 19 Mar 2000 15:56:23 +0000 (15:56 +0000)]
*** empty log message ***

24 years ago(syms_of_lread): Doc fix for load-convert-to-unibyte.
Richard M. Stallman [Sun, 19 Mar 2000 15:45:02 +0000 (15:45 +0000)]
(syms_of_lread): Doc fix for load-convert-to-unibyte.

24 years ago*** empty log message ***
Gerd Moellmann [Sat, 18 Mar 2000 12:23:59 +0000 (12:23 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Sat, 18 Mar 2000 01:42:31 +0000 (01:42 +0000)]
*** empty log message ***

24 years ago(syntax-code-table, syntax-flag-table): New variables.
Gerd Moellmann [Sat, 18 Mar 2000 01:33:56 +0000 (01:33 +0000)]
(syntax-code-table, syntax-flag-table): New variables.
(string-to-syntax): New function.

24 years ago(font-lock-apply-syntactic-highlight): if VALUE
Gerd Moellmann [Sat, 18 Mar 2000 01:33:13 +0000 (01:33 +0000)]
(font-lock-apply-syntactic-highlight): if VALUE
is a string, convert it to a syntax cell using string-to-syntax.

24 years ago(ange-ftp-try-passive-mode): New user-option.
Gerd Moellmann [Sat, 18 Mar 2000 01:06:46 +0000 (01:06 +0000)]
(ange-ftp-try-passive-mode): New user-option.
(ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
try to use poassive ftp mode.

24 years ago(read_integer): Unread the last char not consumed.
Gerd Moellmann [Sat, 18 Mar 2000 01:04:28 +0000 (01:04 +0000)]
(read_integer): Unread the last char not consumed.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 17 Mar 2000 22:46:46 +0000 (22:46 +0000)]
*** empty log message ***

24 years ago(awk-font-lock-keywords): All `else'.
Gerd Moellmann [Fri, 17 Mar 2000 22:34:05 +0000 (22:34 +0000)]
(awk-font-lock-keywords): All `else'.

24 years ago(append-to-buffer): Update point of windows after
Gerd Moellmann [Fri, 17 Mar 2000 22:33:28 +0000 (22:33 +0000)]
(append-to-buffer): Update point of windows after
insertion.

24 years ago(inverse-add-abbrev): Identify word by first moving
Gerd Moellmann [Fri, 17 Mar 2000 22:32:39 +0000 (22:32 +0000)]
(inverse-add-abbrev): Identify word by first moving
forward then moving backward.  Reindent.

24 years ago*** empty log message ***
Dave Love [Fri, 17 Mar 2000 21:29:09 +0000 (21:29 +0000)]
*** empty log message ***

24 years ago(x_update_window_cursor): Don't update in frames
Gerd Moellmann [Fri, 17 Mar 2000 21:12:54 +0000 (21:12 +0000)]
(x_update_window_cursor): Don't update in frames
who are in the process of being deleted.

24 years ago(other-frame): Call x-focus-frame only if
Gerd Moellmann [Fri, 17 Mar 2000 20:54:41 +0000 (20:54 +0000)]
(other-frame): Call x-focus-frame only if
focus-follows-mouse is off.

24 years ago(rmail-summary-font-lock-keywords): Make sure the
Stefan Monnier [Fri, 17 Mar 2000 20:05:14 +0000 (20:05 +0000)]
(rmail-summary-font-lock-keywords): Make sure the
regexp for labels cannot span several lines.

24 years ago(cl-do-arglist): Don't add (setq :<key> ':<key>).
Stefan Monnier [Fri, 17 Mar 2000 19:35:23 +0000 (19:35 +0000)]
(cl-do-arglist): Don't add (setq :<key> ':<key>).

24 years ago(cvs-strings->string): Rename
Dave Love [Fri, 17 Mar 2000 10:07:00 +0000 (10:07 +0000)]
(cvs-strings->string): Rename
replace-regexps-in-string.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 16 Mar 2000 23:14:29 +0000 (23:14 +0000)]
*** empty log message ***

24 years ago(mostlyclean): Add `*.core'.
Gerd Moellmann [Thu, 16 Mar 2000 22:55:31 +0000 (22:55 +0000)]
(mostlyclean): Add `*.core'.
(clean): Add `bootstrap-emacs'.

24 years ago*** empty log message ***
Dave Love [Thu, 16 Mar 2000 22:18:59 +0000 (22:18 +0000)]
*** empty log message ***

24 years ago(custom-variable-tag-face): Handle case that
Gerd Moellmann [Thu, 16 Mar 2000 22:15:26 +0000 (22:15 +0000)]
(custom-variable-tag-face): Handle case that
default face's height is not a number.
(custom-face-tag-face, custom-group-tag-face-1)
(custom-group-tag-face): Ditto.
(custom-group-tag-face-1): Add :group.

24 years agoComments only.
Dave Love [Thu, 16 Mar 2000 22:12:57 +0000 (22:12 +0000)]
Comments only.

24 years ago(f90): Put custom group under `languages', not
Dave Love [Thu, 16 Mar 2000 22:05:51 +0000 (22:05 +0000)]
(f90): Put custom group under `languages', not
`fortran'.
(f90-mode-hook): Customize.
(f90-mode): Set add-log-current-defun-function.
(f90-current-defun): New function.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 16 Mar 2000 16:31:26 +0000 (16:31 +0000)]
*** empty log message ***

24 years ago(Info-fontify-maximum-menu-size): Increase to 100000.
Gerd Moellmann [Thu, 16 Mar 2000 16:29:52 +0000 (16:29 +0000)]
(Info-fontify-maximum-menu-size): Increase to 100000.

24 years agoChange /setduplexmode, /settumble, add /packedarray.
Gerd Moellmann [Thu, 16 Mar 2000 16:29:09 +0000 (16:29 +0000)]
Change /setduplexmode, /settumble, add /packedarray.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 16 Mar 2000 13:24:56 +0000 (13:24 +0000)]
*** empty log message ***

24 years ago(read_integer): New function.
Gerd Moellmann [Thu, 16 Mar 2000 13:23:06 +0000 (13:23 +0000)]
(read_integer): New function.
(read1): Support read syntax #o, #x, #b, #r.

24 years ago(re_match_2): Fix string shortening (to fit `stop') to make sure
Stefan Monnier [Thu, 16 Mar 2000 02:55:33 +0000 (02:55 +0000)]
(re_match_2): Fix string shortening (to fit `stop') to make sure
POINTER_TO_OFFSET gives the same value before and after PREFETCH.
Use `dfail' to guarantee "atomic" matching.
(PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
(debug): Now only active if > 0 rather than if != 0.
(DEBUG_*): Update for the new meaning of `debug'.
(print_partial_compiled_pattern): Add missing `succeed' case.
Use CHARSET_* macros in the charset(_not) branch.
Fix off-by-two bugs in `succeed_n', `jump_n' and `set_number_at'.
(store_op1, store_op2, insert_op1, insert_op2)
(at_begline_loc_p, at_endline_loc_p): Add prototype.
(group_in_compile_stack): Move to after its arg's types are declared
and add a prototype.
(PATFETCH): Define in terms of PATFETCH_RAW.
(GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)' wrapper.
(QUIT): Redefine as a nop except for NTemacs.
(regex_compile): Handle intervals {,M} as if it was {0,M}.
Fix indentation of the greedy-op and shy-group code.
(at_(beg|end)line_loc_p): Fix argument's types.
(re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
(re_search_2): Use POS_AS_IN_BUFFER.  Simplify `room' computation.
(MATCHING_IN_FIRST_STRING): Remove.
(re_match_2): Use POS_AS_IN_BUFFER.
Ifdef out failure_stack_ptr to shut up gcc.
Use FIRST_STRING_P and POINTER_TO_OFFSET.
Use QUIT unconditionally.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 15 Mar 2000 23:09:16 +0000 (23:09 +0000)]
*** empty log message ***

24 years ago(toplevel): Remove autoload cookie for form
Gerd Moellmann [Wed, 15 Mar 2000 21:29:58 +0000 (21:29 +0000)]
(toplevel): Remove autoload cookie for form
requiring easymenu.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 15 Mar 2000 19:59:06 +0000 (19:59 +0000)]
*** empty log message ***

24 years ago(Fminibuffer_complete): Set point to ZV if finding
Gerd Moellmann [Wed, 15 Mar 2000 19:58:19 +0000 (19:58 +0000)]
(Fminibuffer_complete): Set point to ZV if finding
a sole completion.

24 years ago(send_process): Add a hint that the function
Gerd Moellmann [Wed, 15 Mar 2000 19:58:03 +0000 (19:58 +0000)]
(send_process): Add a hint that the function
can call Lisp code to its comment.

24 years ago(load_dangerous_libraries): New variable.
Gerd Moellmann [Wed, 15 Mar 2000 19:57:38 +0000 (19:57 +0000)]
(load_dangerous_libraries): New variable.
(Vbytecomp_version_regexp): New variable.
(safe_to_load_p): New function.
(Fload): Handle files not compiled with Emacs specially.
(syms_of_lread): New Lisp variable load-dangerous-libraries.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 15 Mar 2000 13:39:19 +0000 (13:39 +0000)]
*** empty log message ***

24 years agoEliminate CheckConfig.
Gerd Moellmann [Wed, 15 Mar 2000 13:39:10 +0000 (13:39 +0000)]
Eliminate CheckConfig.

24 years agoPostScript user-defined prologue, PostScript error
Gerd Moellmann [Wed, 15 Mar 2000 13:35:02 +0000 (13:35 +0000)]
PostScript user-defined prologue, PostScript error
handler, doc fix.
(ps-print-version): New version number (5.1).
(ps-user-defined-prologue, ps-error-handler-message)
(ps-print-prologue-0, ps-error-handler-alist): New vars.
(ps-setup, ps-begin-file, ps-begin-job): Code fix.
(ps-insert-string): New function.

24 years ago(ccl-compile-expression): Don't generate
Kenichi Handa [Wed, 15 Mar 2000 02:29:17 +0000 (02:29 +0000)]
(ccl-compile-expression): Don't generate
invalid self-assignment code.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 15 Mar 2000 02:28:31 +0000 (02:28 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Tue, 14 Mar 2000 23:01:20 +0000 (23:01 +0000)]
*** empty log message ***

24 years ago(replace-regexp-in-string): Renamed from
Dave Love [Tue, 14 Mar 2000 22:57:28 +0000 (22:57 +0000)]
(replace-regexp-in-string): Renamed from
replace-regexps-in-string.  Doc fix.

24 years ago(HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
Gerd Moellmann [Tue, 14 Mar 2000 21:17:59 +0000 (21:17 +0000)]
(HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.

24 years ago(HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann [Tue, 14 Mar 2000 21:16:55 +0000 (21:16 +0000)]
(HAVE_X_I18N): Moved here from xterm.h.
(HAVE_X11R6_XIM): Define.

24 years ago(X_I18N_INHIBITED): Don't define.
Gerd Moellmann [Tue, 14 Mar 2000 21:16:36 +0000 (21:16 +0000)]
(X_I18N_INHIBITED): Don't define.
(create_frame_xic): Remove conditional compilation on
X_I18N_INHIBITED.
(x_kill_gs_process, x_window): Use FRAME_X_VISUAL.

24 years ago(INHIBIT_X11R6_XIM): Define.
Gerd Moellmann [Tue, 14 Mar 2000 21:16:04 +0000 (21:16 +0000)]
(INHIBIT_X11R6_XIM): Define.

24 years ago(xim_close_dpy, xim_initialize): Use X11R6-style XIM
Gerd Moellmann [Tue, 14 Mar 2000 21:15:46 +0000 (21:15 +0000)]
(xim_close_dpy, xim_initialize): Use X11R6-style XIM
support functions only if HAVE_X11R6_XIM is defined.
(xim_instantiate_callback): Define only if HAVE_X11R6_XIM.

24 years ago(free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
Gerd Moellmann [Tue, 14 Mar 2000 21:15:03 +0000 (21:15 +0000)]
(free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 14 Mar 2000 17:02:06 +0000 (17:02 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 14 Mar 2000 15:19:58 +0000 (15:19 +0000)]
*** empty log message ***

24 years ago* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier [Tue, 14 Mar 2000 00:27:57 +0000 (00:27 +0000)]
* regex.c: Declare a new type `re_char' used throughout the code for the
string char type.  It's `const unsigned char' to match the rest of Emacs.
Consistently make sure all pointers to strings use it and make sure all
pointers into the pattern use `unsigned char'.
(re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
GET_CHAR_AFTER_2.
Also merge wordbound and notwordbound to reduce code duplication.
* charset.h (GET_CHAR_AFTER_2): Remove.
(GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 13 Mar 2000 23:33:46 +0000 (23:33 +0000)]
*** empty log message ***

24 years agoAdd PROTOTYPES and POINTER_TYPE, per the new config.in.
Eli Zaretskii [Mon, 13 Mar 2000 17:14:30 +0000 (17:14 +0000)]
Add PROTOTYPES and POINTER_TYPE, per the new config.in.

24 years ago*** empty log message ***
Stefan Monnier [Mon, 13 Mar 2000 10:13:41 +0000 (10:13 +0000)]
*** empty log message ***

24 years ago* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn [Mon, 13 Mar 2000 01:04:12 +0000 (01:04 +0000)]
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
the invocation of YMF_PASS_LDFLAGS, in case both of them try to use backquotes.

24 years agoreplace-rectangle, autoconf.el
Dave Love [Sun, 12 Mar 2000 19:14:25 +0000 (19:14 +0000)]
replace-rectangle, autoconf.el

24 years ago*** empty log message ***
Dave Love [Sun, 12 Mar 2000 19:11:33 +0000 (19:11 +0000)]
*** empty log message ***

24 years agoDoc fixes.
Dave Love [Sun, 12 Mar 2000 18:50:49 +0000 (18:50 +0000)]
Doc fixes.
(customize-set-variable, customize-save-variable): Rename args for
doc.
(custom-variable-tag-face, custom-face-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Modify from
style which user identify as hyperlink.
(hook): Don't add undefined functions to the hook.
(debug-ignored-errors): Transfer message from bindings.el.

24 years agoMore on partial completion.
Dave Love [Sun, 12 Mar 2000 18:36:20 +0000 (18:36 +0000)]
More on partial completion.

24 years agoFix copyright lines.
Dave Love [Sun, 12 Mar 2000 18:22:15 +0000 (18:22 +0000)]
Fix copyright lines.

24 years agoFix copyright line.
Dave Love [Sun, 12 Mar 2000 18:19:41 +0000 (18:19 +0000)]
Fix copyright line.

24 years agoTypo, copyright fix.
Dave Love [Sun, 12 Mar 2000 18:16:00 +0000 (18:16 +0000)]
Typo, copyright fix.

24 years ago(Mouse Avoidance): New section.
Dave Love [Sun, 12 Mar 2000 18:14:58 +0000 (18:14 +0000)]
(Mouse Avoidance): New section.

24 years ago(Compressed Files): Note custom option.
Dave Love [Sun, 12 Mar 2000 18:13:30 +0000 (18:13 +0000)]
(Compressed Files): Note custom option.
(File Archives): New section.

24 years ago*** empty log message ***
Dave Love [Sun, 12 Mar 2000 17:43:39 +0000 (17:43 +0000)]
*** empty log message ***

24 years agoRestore changes of 1999-10-19.
Dave Love [Sun, 12 Mar 2000 17:04:43 +0000 (17:04 +0000)]
Restore changes of 1999-10-19.
(unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
fix its type and alignment; copy it from current process.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 12 Mar 2000 17:01:50 +0000 (17:01 +0000)]
*** empty log message ***

24 years ago(cancel_atimer): Break out of the loop as soon as timer
Gerd Moellmann [Sun, 12 Mar 2000 17:01:02 +0000 (17:01 +0000)]
(cancel_atimer): Break out of the loop as soon as timer
has been found.  Fix bug not computing timer's predecessor.

24 years ago(Fread_file_name): Handle case that DIR contains a
Gerd Moellmann [Sun, 12 Mar 2000 16:24:20 +0000 (16:24 +0000)]
(Fread_file_name): Handle case that DIR contains a
file name.

24 years ago(make_menubar) [LESSTIF_VERSION]: Don't set
Gerd Moellmann [Sun, 12 Mar 2000 16:22:19 +0000 (16:22 +0000)]
(make_menubar) [LESSTIF_VERSION]: Don't set
XmNresizeHeight and XmNresizeWidth.

24 years ago(recentf-keep-non-readable-files-p): Remove
Gerd Moellmann [Sun, 12 Mar 2000 16:18:34 +0000 (16:18 +0000)]
(recentf-keep-non-readable-files-p): Remove
double/nested definition.

24 years ago(completion-setup-function): Use display-color-p.
Dave Love [Sun, 12 Mar 2000 15:34:37 +0000 (15:34 +0000)]
(completion-setup-function): Use display-color-p.

24 years ago(info-lookup): Use display-color-p.
Dave Love [Sun, 12 Mar 2000 15:29:12 +0000 (15:29 +0000)]
(info-lookup): Use display-color-p.

24 years agoUse display-color-p.
Dave Love [Sun, 12 Mar 2000 15:27:33 +0000 (15:27 +0000)]
Use display-color-p.

24 years ago(enriched-decode-foreground): Use display-color-p.
Dave Love [Sun, 12 Mar 2000 15:25:35 +0000 (15:25 +0000)]
(enriched-decode-foreground): Use display-color-p.
(enriched-decode-background): Likewise.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 12 Mar 2000 15:22:51 +0000 (15:22 +0000)]
*** empty log message ***

24 years ago(text-mode-hook): Add flyspell-mode to
Dave Love [Sun, 12 Mar 2000 15:22:14 +0000 (15:22 +0000)]
(text-mode-hook): Add flyspell-mode to
:options.

24 years agoRemove RCS Id, remove history comment.
Gerd Moellmann [Sun, 12 Mar 2000 15:22:03 +0000 (15:22 +0000)]
Remove RCS Id, remove history comment.

24 years ago(archive-zip-update): Add `-P' for pkzip.
Gerd Moellmann [Sun, 12 Mar 2000 15:21:26 +0000 (15:21 +0000)]
(archive-zip-update): Add `-P' for pkzip.

24 years ago(mode-line-format): Fix line-number and
Dave Love [Sun, 12 Mar 2000 15:19:44 +0000 (15:19 +0000)]
(mode-line-format): Fix line-number and
column-number items.  Add help-echo for the background.
(mode-line-mule-info): Modify help-echo.

24 years ago(Fsave_window_excursion): Doc fix.
Gerd Moellmann [Sun, 12 Mar 2000 15:19:21 +0000 (15:19 +0000)]
(Fsave_window_excursion): Doc fix.

24 years agoUse the versions of the file from subversions.
Gerd Moellmann [Sun, 12 Mar 2000 15:18:26 +0000 (15:18 +0000)]
Use the versions of the file from subversions.

24 years agoDoc fixes.
Dave Love [Sun, 12 Mar 2000 14:49:20 +0000 (14:49 +0000)]
Doc fixes.
(Man-init-defvars): Use display-color-p to set fontification.

24 years ago(mouse-avoidance-mode): Add autoload cookie to
Dave Love [Sun, 12 Mar 2000 14:48:32 +0000 (14:48 +0000)]
(mouse-avoidance-mode): Add autoload cookie to
defcustom.

24 years ago(isearch-highlight): Use display-color-p.
Dave Love [Sun, 12 Mar 2000 14:42:58 +0000 (14:42 +0000)]
(isearch-highlight): Use display-color-p.

24 years ago(load-file): Allow completion to .elc.
Dave Love [Sun, 12 Mar 2000 14:42:35 +0000 (14:42 +0000)]
(load-file): Allow completion to .elc.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 12 Mar 2000 13:49:28 +0000 (13:49 +0000)]
*** empty log message ***

24 years ago(reb-re-syntax): Fix typo in `:type'. Fix comment.
Gerd Moellmann [Sun, 12 Mar 2000 13:45:25 +0000 (13:45 +0000)]
(reb-re-syntax): Fix typo in `:type'. Fix comment.

24 years ago(x_defined_color): Rewritten to use x_allocate_nearest_color.
Gerd Moellmann [Sun, 12 Mar 2000 12:52:29 +0000 (12:52 +0000)]
(x_defined_color): Rewritten to use x_allocate_nearest_color.

24 years agoMention cursor-type support on MS-DOS terminals.
Eli Zaretskii [Sun, 12 Mar 2000 12:36:51 +0000 (12:36 +0000)]
Mention cursor-type support on MS-DOS terminals.

24 years ago(MS-DOS Display) Explain the differences in cursor type control
Eli Zaretskii [Sun, 12 Mar 2000 12:33:59 +0000 (12:33 +0000)]
(MS-DOS Display) Explain the differences in cursor type control
on MSDOS terminals.