bpt/emacs.git
23 years ago(Vsignaling_function): External declaration.
Gerd Moellmann [Wed, 5 Jul 2000 17:23:15 +0000 (17:23 +0000)]
(Vsignaling_function): External declaration.

23 years ago(print_error_message): If Vsignaling_function is set,
Gerd Moellmann [Wed, 5 Jul 2000 17:22:52 +0000 (17:22 +0000)]
(print_error_message): If Vsignaling_function is set,
show it in *Messages*.

23 years agoAdd support for specifying make arguments.
Andrew Innes [Wed, 5 Jul 2000 17:21:29 +0000 (17:21 +0000)]
Add support for specifying make arguments.

23 years ago*** empty log message ***
Dave Love [Wed, 5 Jul 2000 17:07:14 +0000 (17:07 +0000)]
*** empty log message ***

23 years agoFix various typos.
Stefan Monnier [Wed, 5 Jul 2000 17:04:48 +0000 (17:04 +0000)]
Fix various typos.
Add a note about easy-menu's filters now working.
Trim down the add-minor-mode announcement.

23 years ago*** empty log message ***
Andrew Innes [Wed, 5 Jul 2000 17:03:03 +0000 (17:03 +0000)]
*** empty log message ***

23 years agoUse the autoconf recommended approach. Old code #if'd out in case we
Dave Love [Wed, 5 Jul 2000 17:00:06 +0000 (17:00 +0000)]
Use the autoconf recommended approach.  Old code #if'd out in case we
need to revert.

23 years ago(HAVE_SYS_WAIT_H): Added.
Dave Love [Wed, 5 Jul 2000 16:55:46 +0000 (16:55 +0000)]
(HAVE_SYS_WAIT_H): Added.

23 years agoUse AC_HEADER_SYS_WAIT.
Dave Love [Wed, 5 Jul 2000 16:53:30 +0000 (16:53 +0000)]
Use AC_HEADER_SYS_WAIT.

23 years agoAdd support for `bootstrap' and related targets.
Andrew Innes [Wed, 5 Jul 2000 16:37:46 +0000 (16:37 +0000)]
Add support for `bootstrap' and related targets.
Include minimal debug info in emacs.exe in release build.
Remove all dependencies on lisp.h, and fixup some others.

23 years ago(check_memory_limits) [REL_ALLOC]: Use real_morecore
Andrew Innes [Wed, 5 Jul 2000 16:32:37 +0000 (16:32 +0000)]
(check_memory_limits) [REL_ALLOC]: Use real_morecore
when non-NULL instead of __morecore, to take account of buffer
memory.  This also solves a problem with spurious memory warnings
on Windows.

23 years agoMake real_morecore non-static.
Andrew Innes [Wed, 5 Jul 2000 16:31:17 +0000 (16:31 +0000)]
Make real_morecore non-static.

23 years ago(init_environment): Install code from 20.7 for providing
Andrew Innes [Wed, 5 Jul 2000 16:00:13 +0000 (16:00 +0000)]
(init_environment): Install code from 20.7 for providing
default values for environment variables, based on the
executable's own location.
(map_w32_filename): Handle filenames that are longer than
MAX_PATH.
(sys_socket): Install socket inheritance bug fix from 20.7.

23 years ago*** empty log message ***
Stefan Monnier [Wed, 5 Jul 2000 15:41:18 +0000 (15:41 +0000)]
*** empty log message ***

23 years ago(internal_condition_case): Comment out abort if
Andrew Innes [Wed, 5 Jul 2000 15:40:14 +0000 (15:40 +0000)]
(internal_condition_case): Comment out abort if
interrupt_input_blocked is not zero.

23 years ago(easy-menu-define): Docstring fix.
Stefan Monnier [Wed, 5 Jul 2000 15:40:03 +0000 (15:40 +0000)]
(easy-menu-define): Docstring fix.
(easy-menu-do-define): Use `menu-item' format.
Handle case where easy-menu-create-menu returns a symbol.
Manually call the potential top-level filter in the function binding.
(easy-menu-filter-return): New arg NAME.
Convert to a keymap if MENU is an XEmacs menu.
(easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
(easy-menu-converted-items-table, easy-menu-convert-item): New.
(easy-menu-do-add-item): Use it.
(easy-menu-create-menu): Use easy-menu-convert-item.
Wrap easy-menu-filter-return around any :filter specification.
Don't convert the menu if a filter was specified.
Tell easy-menu-make-symbol not to check for MENU being an expression.
(easy-menu-make-symbol): New arg NOEXP.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jul 2000 15:17:49 +0000 (15:17 +0000)]
*** empty log message ***

23 years ago(eval-defun-2): Remove parameter
Gerd Moellmann [Wed, 5 Jul 2000 15:16:15 +0000 (15:16 +0000)]
(eval-defun-2): Remove parameter
EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
(eval-defun): If called with prefix arg, instrument code for
Edebug.

23 years ago(edebug-eval-defun): Make doc string
Gerd Moellmann [Wed, 5 Jul 2000 15:15:53 +0000 (15:15 +0000)]
(edebug-eval-defun): Make doc string
similar to that of eval-defun.

23 years ago* w32menu.c (w32_menu_display_help):
Stefan Monnier [Wed, 5 Jul 2000 14:08:03 +0000 (14:08 +0000)]
* w32menu.c (w32_menu_display_help):
* xmenu.c (menu_help_callback): Use show_help_echo.

23 years ago(show_help_echo): Declare.
Stefan Monnier [Wed, 5 Jul 2000 14:05:05 +0000 (14:05 +0000)]
(show_help_echo): Declare.

23 years ago(show_help_echo): New function, extracted from read_char.
Stefan Monnier [Wed, 5 Jul 2000 14:01:15 +0000 (14:01 +0000)]
(show_help_echo): New function, extracted from read_char.
Feval its `msg' argument if it's a cons cell.
(read_char): Use it.
(follow_key): Pass `autoload' to get_keyelt.

23 years ago* xterm.c (note_mode_line_highlight, note_mouse_highlight)
Stefan Monnier [Wed, 5 Jul 2000 13:41:00 +0000 (13:41 +0000)]
* xterm.c (note_mode_line_highlight, note_mouse_highlight)
(note_tool_bar_highlight, XTread_socket):
* msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
(dos_rawgetc):
* w32term.c (note_mode_line_highlight, note_mouse_highlight)
(note_tool_bar_highlight, w32_read_socket):
Do not gratuitously ignore non-string `help-echo' properties.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jul 2000 13:14:36 +0000 (13:14 +0000)]
*** empty log message ***

23 years agoCheck DONTCOMPILE in lisp/Makefile.in instead of
Gerd Moellmann [Wed, 5 Jul 2000 12:39:03 +0000 (12:39 +0000)]
Check DONTCOMPILE in lisp/Makefile.in instead of
lisp/Makefile.  Distribute lisp/Makefile.in instead of
lisp/Makefile.

23 years ago(Feval): Put check for interrupt_input_block in #if 0.
Gerd Moellmann [Wed, 5 Jul 2000 12:36:14 +0000 (12:36 +0000)]
(Feval): Put check for interrupt_input_block in #if 0.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jul 2000 11:54:50 +0000 (11:54 +0000)]
*** empty log message ***

23 years ago(delete_all_subwindows): Reset Vwindow_list.
Gerd Moellmann [Wed, 5 Jul 2000 11:53:35 +0000 (11:53 +0000)]
(delete_all_subwindows): Reset Vwindow_list.

23 years agoRemove duplicate @direntry.
Gerd Moellmann [Wed, 5 Jul 2000 11:41:57 +0000 (11:41 +0000)]
Remove duplicate @direntry.

23 years ago(x_append_glyph, x_append_composite_glyph)
Gerd Moellmann [Wed, 5 Jul 2000 11:41:01 +0000 (11:41 +0000)]
(x_append_glyph, x_append_composite_glyph)
(x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
changes in struct glyph starting 1999-12-27.  Some bit-fields of
struct glyph were not set, which made glyphs unequal when compared
with GLYPH_EQUAL_P.  Redisplay outputs such glyphs, and flickering
effects were the result.  This also depended on the contents of
memory returned by xmalloc.  If flickering happens again, activate
the code in clear_glyph_row that's in #if 0.  If the flickering is
gone with that, chances are that it is caused by something
similar.

23 years ago(clear_glyph_row): Add debug code in #if 0.
Gerd Moellmann [Wed, 5 Jul 2000 11:39:35 +0000 (11:39 +0000)]
(clear_glyph_row): Add debug code in #if 0.

23 years agoAdd some comments.
Gerd Moellmann [Wed, 5 Jul 2000 11:39:10 +0000 (11:39 +0000)]
Add some comments.

23 years ago(add_window_to_list): Add parameter LIST.
Gerd Moellmann [Wed, 5 Jul 2000 11:38:42 +0000 (11:38 +0000)]
(add_window_to_list): Add parameter LIST.
(window_list): Order list so that, for each frame, windows are
in canonical order, and so that frames appear in the list in
the order given by Vframe_list.
(next_window): Reverse the handling of NEXT_P.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 4 Jul 2000 19:01:01 +0000 (19:01 +0000)]
*** empty log message ***

23 years ago(Vwindow_list): New variable.
Gerd Moellmann [Tue, 4 Jul 2000 18:58:02 +0000 (18:58 +0000)]
(Vwindow_list): New variable.
(make_window, delete_window): Set Vwindow_list to nil.
(check_window_containing): New function.
(window_from_coordinates): Rewritten.
(add_window_to_list, window_list, candidate_window_p)
(decode_next_window_args, next_window): New functions.
(Fnext_window, Fprevious_window): Rewritten in terms of
next_window.
(Fwindow_list): New function.
(Fother_window): Cleaned up.
(foreach_window): Add a longer "variable argument list".  Let
callback function return 0 to indicate that cycling over windows
should stop.
(foreach_window_1): Likewise.
(freeze_window_start): Return int.
(init_window): New function.
(syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.

23 years ago(handle_USR1_signal, handle_USR2_signal) Clear
Gerd Moellmann [Tue, 4 Jul 2000 18:57:38 +0000 (18:57 +0000)]
(handle_USR1_signal, handle_USR2_signal) Clear
input_event with bzero.
(main): Call init_window.

23 years ago*** empty log message ***
Dave Love [Tue, 4 Jul 2000 14:56:20 +0000 (14:56 +0000)]
*** empty log message ***

23 years ago(hl-line-overlay): Make it permanent-local.
Dave Love [Tue, 4 Jul 2000 13:53:23 +0000 (13:53 +0000)]
(hl-line-overlay): Make it permanent-local.

23 years ago[emacs]: Include lisp.h (needed by atimer.h included
Andrew Innes [Tue, 4 Jul 2000 13:06:30 +0000 (13:06 +0000)]
[emacs]: Include lisp.h (needed by atimer.h included
here via blockinput.h).

23 years ago(get_keyelt): Temporarily inhibit GC while evaluating
Gerd Moellmann [Tue, 4 Jul 2000 12:08:25 +0000 (12:08 +0000)]
(get_keyelt): Temporarily inhibit GC while evaluating
a menu filter.

23 years ago*** empty log message ***
Dave Love [Tue, 4 Jul 2000 11:27:14 +0000 (11:27 +0000)]
*** empty log message ***

23 years agoReplaced with a working version, based on 1998-01-12T11:43:22Z!os10000@seidel-space...
Dave Love [Tue, 4 Jul 2000 11:15:24 +0000 (11:15 +0000)]
Replaced with a working version, based on 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.

23 years agoMinor doc fixes and code tweaks.
Dave Love [Tue, 4 Jul 2000 10:35:24 +0000 (10:35 +0000)]
Minor doc fixes and code tweaks.

23 years ago(make_composition_value_copy): Extern it.
Kenichi Handa [Tue, 4 Jul 2000 07:40:23 +0000 (07:40 +0000)]
(make_composition_value_copy): Extern it.

23 years ago(concat): While copying text properties, make each composition
Kenichi Handa [Tue, 4 Jul 2000 07:38:15 +0000 (07:38 +0000)]
(concat): While copying text properties, make each composition
property value a copy.

23 years ago(Fformat): While copying text properties, make each composition
Kenichi Handa [Tue, 4 Jul 2000 07:37:30 +0000 (07:37 +0000)]
(Fformat): While copying text properties, make each composition
property value a copy.

23 years ago(make_composition_value_copy): New function.
Kenichi Handa [Tue, 4 Jul 2000 07:36:58 +0000 (07:36 +0000)]
(make_composition_value_copy): New function.

23 years ago(info-initialize): Use prune-directory-list to remove non-existant
Miles Bader [Tue, 4 Jul 2000 04:50:20 +0000 (04:50 +0000)]
(info-initialize): Use prune-directory-list to remove non-existant
  directories from Info-directory-list.

23 years ago(prune-directory-list): New function.
Miles Bader [Tue, 4 Jul 2000 04:48:49 +0000 (04:48 +0000)]
(prune-directory-list): New function.
(Info-default-directory-list): Rewritten to more methodically
  enumerate a big list of possible info directories (based on the
  list used by the standalone info reader).

23 years ago(woman-man.conf-path): Explicitly include the debian man-db config file
Miles Bader [Tue, 4 Jul 2000 04:46:05 +0000 (04:46 +0000)]
(woman-man.conf-path): Explicitly include the debian man-db config file
"/etc/manpath.config".
(woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
are present in `manpath.config'.
(woman-manpath): Include "/usr/share/man".

23 years ago(command-line): Initialize blink-cursor based
Gerd Moellmann [Mon, 3 Jul 2000 19:14:39 +0000 (19:14 +0000)]
(command-line): Initialize blink-cursor based
on window-system.

23 years ago(blink-cursor-mode): Don't hide cursor initially.
Gerd Moellmann [Mon, 3 Jul 2000 19:13:55 +0000 (19:13 +0000)]
(blink-cursor-mode): Don't hide cursor initially.

23 years ago(blink-cursor): Default to nil if not running under
Gerd Moellmann [Mon, 3 Jul 2000 16:01:31 +0000 (16:01 +0000)]
(blink-cursor): Default to nil if not running under
a window-system.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 3 Jul 2000 13:49:08 +0000 (13:49 +0000)]
*** empty log message ***

23 years ago(LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
Gerd Moellmann [Mon, 3 Jul 2000 13:48:21 +0000 (13:48 +0000)]
(LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.

23 years ago(face-spec-set): Ignore invalid attributes like 20.x.
Gerd Moellmann [Mon, 3 Jul 2000 13:47:23 +0000 (13:47 +0000)]
(face-spec-set): Ignore invalid attributes like 20.x.
(face-x-resources): Remove duplicate entry for :font.

23 years agoUse dircategory `Emacs'.
Gerd Moellmann [Mon, 3 Jul 2000 13:46:03 +0000 (13:46 +0000)]
Use dircategory `Emacs'.

23 years ago(sweep_weak_table): Mark only objects that are not
Gerd Moellmann [Mon, 3 Jul 2000 12:29:36 +0000 (12:29 +0000)]
(sweep_weak_table): Mark only objects that are not
marked already.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 3 Jul 2000 09:18:48 +0000 (09:18 +0000)]
*** empty log message ***

23 years ago(some-window): New function.
Gerd Moellmann [Mon, 3 Jul 2000 09:17:25 +0000 (09:17 +0000)]
(some-window): New function.
(walk-windows): Remove reference to walk-windows-start.

(walk-windows): Guarantee termination by keeping a list
of all the windows already handled.

23 years ago(server-switch-buffer): Use some-window instead of
Gerd Moellmann [Mon, 3 Jul 2000 09:13:42 +0000 (09:13 +0000)]
(server-switch-buffer): Use some-window instead of
cycling through windows with next-window.

23 years ago(te-process-output): Use walk-windows instead of
Gerd Moellmann [Mon, 3 Jul 2000 09:13:23 +0000 (09:13 +0000)]
(te-process-output): Use walk-windows instead of
cycling through windows with next-window.

23 years ago(dabbrev--find-expansion): Use walk-windows instead
Gerd Moellmann [Mon, 3 Jul 2000 09:13:06 +0000 (09:13 +0000)]
(dabbrev--find-expansion): Use walk-windows instead
of cycling through windows with next-window.

23 years ago(appt-select-lowest-window): Use walk-windows
Gerd Moellmann [Mon, 3 Jul 2000 09:12:39 +0000 (09:12 +0000)]
(appt-select-lowest-window): Use walk-windows
instead of cycling through windows with next-window.

23 years ago(edebug-window-live-p, edebug-window-list)
Gerd Moellmann [Mon, 3 Jul 2000 09:12:12 +0000 (09:12 +0000)]
(edebug-window-live-p, edebug-window-list)
(edebug-get-displayed-buffer-points): Use walk-windows/some-window
instead of cycling through windows with next-window.

23 years ago(bg-window-from-x-y): Use some-window instead
Gerd Moellmann [Mon, 3 Jul 2000 09:11:33 +0000 (09:11 +0000)]
(bg-window-from-x-y): Use some-window instead
of cycling through windows with next-window.

23 years ago(sup-pos-to-window): Use some-window instead
Gerd Moellmann [Mon, 3 Jul 2000 09:11:03 +0000 (09:11 +0000)]
(sup-pos-to-window): Use some-window instead
of cycling through windows with next-window.

23 years ago(refer-find-entry-internal): Use some-window
Gerd Moellmann [Mon, 3 Jul 2000 09:10:44 +0000 (09:10 +0000)]
(refer-find-entry-internal): Use some-window
instead of cycling through windows with next-window.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 3 Jul 2000 07:51:52 +0000 (07:51 +0000)]
*** empty log message ***

23 years ago(next_frame, prev_frame): If MINIBUF is a window,
Gerd Moellmann [Mon, 3 Jul 2000 07:51:18 +0000 (07:51 +0000)]
(next_frame, prev_frame): If MINIBUF is a window,
include those frames as candidates which have their focus
redirected to the minibuffer frame.

23 years ago(token_string): Add missing tokens.
Gerd Moellmann [Mon, 3 Jul 2000 07:50:42 +0000 (07:50 +0000)]
(token_string): Add missing tokens.
(parm_list): Handle case of qualified pointers.

23 years ago(hilit-lookup-face-create): Don't set face colors
Gerd Moellmann [Mon, 3 Jul 2000 07:49:30 +0000 (07:49 +0000)]
(hilit-lookup-face-create): Don't set face colors
to nil.

23 years ago(Fputhash): Return `value' rather than nil.
Stefan Monnier [Mon, 3 Jul 2000 06:59:05 +0000 (06:59 +0000)]
(Fputhash): Return `value' rather than nil.

23 years ago* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn [Fri, 30 Jun 2000 22:02:25 +0000 (22:02 +0000)]
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
searching for image-handling libraries.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 30 Jun 2000 20:23:44 +0000 (20:23 +0000)]
*** empty log message ***

23 years ago(next_frame): Don't check frame-focus redirection in
Gerd Moellmann [Fri, 30 Jun 2000 19:21:04 +0000 (19:21 +0000)]
(next_frame): Don't check frame-focus redirection in
case MINIBUF is a window.  Doing so excludes frames using MINIBUF
unless their focus is redirected, which contradicts the
specification of next-frame, and leads to infinite loops in
certain situations when cycling through windows with next-window.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 30 Jun 2000 10:00:58 +0000 (10:00 +0000)]
*** empty log message ***

23 years ago(code_convert_region): Even if the length of text is
Kenichi Handa [Fri, 30 Jun 2000 02:56:45 +0000 (02:56 +0000)]
(code_convert_region): Even if the length of text is
zero, try to convert it if coding->type is coding_type_ccl.
(decode_coding_string, encode_coding_string): Likewise.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 30 Jun 2000 02:56:11 +0000 (02:56 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 28 Jun 2000 20:31:48 +0000 (20:31 +0000)]
*** empty log message ***

23 years ago(try_window_reusing_current_matrix): Don't try to reuse
Gerd Moellmann [Wed, 28 Jun 2000 20:29:56 +0000 (20:29 +0000)]
(try_window_reusing_current_matrix): Don't try to reuse
 the display if windows_or_buffers_changed.

23 years ago(struct row_entry): New structure.
Gerd Moellmann [Wed, 28 Jun 2000 20:28:50 +0000 (20:28 +0000)]
(struct row_entry): New structure.
(row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
(row_table_size, old_lines, new_lines, old_lines_size)
(new_lines_size, run_pool, runs_size, runs): New variables.
(add_row_entry): New function.
(scrolling_window): Use data structures allocated with xmalloc and
held in global variables, instead of allocing them with alloca and
holding them in local variables.  Use a larger hash table whose
size depends on glyph matrix sizes.  Don't use bzero to clear the
hash table; instead, clear used slots only.

23 years ago(next_almost_prime): Make it externally visible.
Gerd Moellmann [Wed, 28 Jun 2000 20:28:21 +0000 (20:28 +0000)]
(next_almost_prime): Make it externally visible.

23 years ago(next_almost_prime): Add prototype.
Gerd Moellmann [Wed, 28 Jun 2000 20:28:02 +0000 (20:28 +0000)]
(next_almost_prime): Add prototype.

23 years ago(ediff-setup-control-frame): Remove :box
Gerd Moellmann [Wed, 28 Jun 2000 20:19:18 +0000 (20:19 +0000)]
(ediff-setup-control-frame): Remove :box
attribute from mode-line face of Ediff control frame.

23 years ago(region): Change background color for light background.
Gerd Moellmann [Wed, 28 Jun 2000 20:19:02 +0000 (20:19 +0000)]
(region): Change background color for light background.

23 years ago(mouse-show-mark, mouse-save-then-kill): Don't use window-system.
Eli Zaretskii [Wed, 28 Jun 2000 15:33:59 +0000 (15:33 +0000)]
(mouse-show-mark, mouse-save-then-kill): Don't use window-system.

23 years ago(Man-notify-when-ready): Don't use window-system. If
Eli Zaretskii [Wed, 28 Jun 2000 15:31:31 +0000 (15:31 +0000)]
(Man-notify-when-ready): Don't use window-system.  If
Man-notify-method is newframe, and the display is not
multi-frame, select the frame created for the man page.
(Man-init-defvars): Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 28 Jun 2000 11:59:30 +0000 (11:59 +0000)]
*** empty log message ***

23 years ago(query-replace-map): Bind `e' like `E'.
Gerd Moellmann [Wed, 28 Jun 2000 11:58:24 +0000 (11:58 +0000)]
(query-replace-map): Bind `e' like `E'.

23 years ago(sigunblock): Define.
Gerd Moellmann [Wed, 28 Jun 2000 11:51:19 +0000 (11:51 +0000)]
(sigunblock): Define.

23 years ago(menu-bar-edit-menu [mark-whole-buffer]): Change name to "Select All".
Eli Zaretskii [Wed, 28 Jun 2000 04:48:17 +0000 (04:48 +0000)]
(menu-bar-edit-menu [mark-whole-buffer]): Change name to "Select All".

23 years ago(convert-standard-filename): Fix last change.
Eli Zaretskii [Wed, 28 Jun 2000 04:40:29 +0000 (04:40 +0000)]
(convert-standard-filename): Fix last change.

23 years ago(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love [Tue, 27 Jun 2000 16:28:35 +0000 (16:28 +0000)]
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
(sys_siglist, NSIG): Definitions moved here from osf1.h.

23 years ago(C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change (moved to osf5-0.h).
Dave Love [Tue, 27 Jun 2000 16:24:16 +0000 (16:24 +0000)]
(C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change (moved to osf5-0.h).
[!NOT_C_CODE]: Protect string.h stuff.

23 years ago*** empty log message ***
Richard M. Stallman [Tue, 27 Jun 2000 16:06:58 +0000 (16:06 +0000)]
*** empty log message ***

23 years ago(resize_mini_window): Subract the extra line spacing
Gerd Moellmann [Tue, 27 Jun 2000 15:36:01 +0000 (15:36 +0000)]
(resize_mini_window): Subract the extra line spacing
below the last line from the needed window height.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 27 Jun 2000 10:55:46 +0000 (10:55 +0000)]
*** empty log message ***

24 years ago(describe-variable): Don't insert a second `'s' in front
Gerd Moellmann [Tue, 27 Jun 2000 10:54:26 +0000 (10:54 +0000)]
(describe-variable): Don't insert a second `'s' in front
of the string `value is shown below'.  Since the syntax-table to
emacs-lisp-mode-syntax-table makes forward-sexp skip over an
existing `'s', so that this won't be deleted.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 27 Jun 2000 10:25:51 +0000 (10:25 +0000)]
*** empty log message ***