bpt/emacs.git
27 years ago(imenu--split-menu): Keep the rescan item at top level.
Richard M. Stallman [Sat, 21 Sep 1996 23:00:40 +0000 (23:00 +0000)]
(imenu--split-menu): Keep the rescan item at top level.
Keep subalists at top level too.
Name the split-off submenus from the first item in them.
(imenu--generic-function): Avoid adding nil as elt of the result.

27 years ago(imenu--generic-function): Create a special entry
Richard M. Stallman [Sat, 21 Sep 1996 22:32:10 +0000 (22:32 +0000)]
(imenu--generic-function): Create a special entry
if the element of imenu-generic-function asks for it.
(imenu): Handle special entries.
(imenu--submenu-p): New function.  Use in various places.

27 years ago(vertical_scroll_bar_type): Add enumerated
Richard M. Stallman [Sat, 21 Sep 1996 22:31:58 +0000 (22:31 +0000)]
(vertical_scroll_bar_type): Add enumerated
none/left/right type for identifying vertical scroll bars.
(struct frame): Use vertical_scroll_bar_type.
(FRAME_HAS_VERTICAL_SCROLL_BARS): Use vertical scroll bar type.
(FRAME_VERTICAL_SCROLL_BAR_TYPE): New macro.
(FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT): New macros.
(FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT): New macros.
(FRAME_SCROLL_BAR_WIDTH, FRAME_LEFT_SCROLL_BAR_WIDTH): New macros.
(FRAME_WINDOW_WIDTH, FRAME_WINDOW_WIDTH_ARG): New macros.
(SET_FRAME_WIDTH): New macro.
(WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Modify to handle left-side
croll bars too.

27 years ago(tm_diff): Renamed from difftm. Yield int, not long.
Paul Eggert [Sat, 21 Sep 1996 18:42:26 +0000 (18:42 +0000)]
(tm_diff): Renamed from difftm.  Yield int, not long.
This now uses the same code as the GNU C Library.  All callers changed.
(TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN.

27 years ago(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from
Richard M. Stallman [Sat, 21 Sep 1996 04:18:58 +0000 (04:18 +0000)]
(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from
LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM.
(VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM.

27 years ago(make_frame_glyphs, update_line, update_frame)
Richard M. Stallman [Sat, 21 Sep 1996 04:17:30 +0000 (04:17 +0000)]
(make_frame_glyphs, update_line, update_frame)
(scroll_frame_lines, char_ins_del_cost): Use FRAME_WINDOW_WIDTH.

27 years ago(echo_area_display): Clear the left-side scroll bar columns.
Richard M. Stallman [Sat, 21 Sep 1996 04:14:14 +0000 (04:14 +0000)]
(echo_area_display): Clear the left-side scroll bar columns.

27 years ago(read_minibuf): Use FRAME_LEFT_SCROLL_BAR_WIDTH
Richard M. Stallman [Sat, 21 Sep 1996 04:10:21 +0000 (04:10 +0000)]
(read_minibuf): Use FRAME_LEFT_SCROLL_BAR_WIDTH
to set the cursor position at the end.

27 years ago(WINDOW_LEFT_MARGIN): New macro.
Richard M. Stallman [Sat, 21 Sep 1996 03:31:53 +0000 (03:31 +0000)]
(WINDOW_LEFT_MARGIN): New macro.
(WINDOW_RIGHT_EDGE, WINDOW_RIGHT_MARGIN): New macros.
(WINDOW_FULL_WIDTH_P, WINDOW_RIGHTMOST_P): New macros.

27 years ago(make_frame): Switch from boolean `has_vertical_scrollbars' integer to
Richard M. Stallman [Sat, 21 Sep 1996 03:24:01 +0000 (03:24 +0000)]
(make_frame): Switch from boolean `has_vertical_scrollbars' integer to
an enumerated type.  Use new macro SET_FRAME_WIDTH.

27 years ago(initialize_win_nt_display): Use SET_FRAME_WIDTH.
Richard M. Stallman [Sat, 21 Sep 1996 02:26:13 +0000 (02:26 +0000)]
(initialize_win_nt_display): Use SET_FRAME_WIDTH.

27 years ago(Fsun_menu_internal): Use new WINDOW_LEFT_MARGIN macro.
Richard M. Stallman [Sat, 21 Sep 1996 02:25:56 +0000 (02:25 +0000)]
(Fsun_menu_internal): Use new WINDOW_LEFT_MARGIN macro.

27 years ago(term_init): Use new vertical scroll bar enumerated type.
Richard M. Stallman [Sat, 21 Sep 1996 02:25:37 +0000 (02:25 +0000)]
(term_init): Use new vertical scroll bar enumerated type.
Use new macro SET_FRAME_WIDTH.

27 years ago(Qright): New variable.
Richard M. Stallman [Sat, 21 Sep 1996 02:25:11 +0000 (02:25 +0000)]
(Qright): New variable.
(syms_of_win32fns): Initialize and staticpro Qright.
(x_set_vertical_scroll_bars): Check for left<->right<->none
scroll bar changes, and modify the vertical scroll bar type as appropriate.
(x_figure_window_size): Use new SET_FRAME_WIDTH macro.
(Fx_create_frame): Likewise.

27 years ago(fast_find_position, show_macro_face): Use new WINDOW_LEFT_MARGIN macro.
Richard M. Stallman [Sat, 21 Sep 1996 02:23:54 +0000 (02:23 +0000)]
(fast_find_position, show_macro_face): Use new WINDOW_LEFT_MARGIN macro.

27 years agoComment change.
Richard M. Stallman [Sat, 21 Sep 1996 01:25:11 +0000 (01:25 +0000)]
Comment change.

27 years ago(preserve_other_columns, preserve_my_columns): Use new
Richard M. Stallman [Sat, 21 Sep 1996 01:21:18 +0000 (01:21 +0000)]
(preserve_other_columns, preserve_my_columns): Use new
macros WINDOW_LEFT_MARGIN and WINDOW_RIGHT_EDGE.
(adjust_window_charstarts, verify_charstarts, cancel_my_columns):
Use new macro WINDOW_LEFT_MARGIN instead of w->left.
(direct_output_for_insert, direct_output_forward_char): Likewise.
(buffer_posn_from_coords): Likewise.
(verify_charstarts): Use new macro WINDOW_FULL_WIDTH_P.
(update_frame): For determining when to wrap the cursor, use the
new macro FRAME_WINDOW_WIDTH instead of FRAME_WIDTH; they aren't
necessarily the same any more.
(change_frame_size_1): Use FRAME_WINDOW_WIDTH to check for changes.
Give `set_window_width' the window width value.  Use new macro SET_FRAME_WIDTH.

27 years ago(display_mode_line): Use faces for inverse video mode line whenever possible.
Richard M. Stallman [Sat, 21 Sep 1996 01:16:33 +0000 (01:16 +0000)]
(display_mode_line): Use faces for inverse video mode line whenever possible.

(echo_area_display): Shift display_string past a left-side scroll bar.
(redisplay_window): Likewise.
(redisplay_internal): Shift cursor past a left-side scroll bar.
(redisplay_window): Likewise.
(try_window_id): Likewise.
(display_text_line): Likewise.
(redisplay_internal): Shift charstarts past a left-side scroll bar.
(display_text_line): Likewise.
(redisplay_internal): Use new macro WINDOW_FULL_WIDTH_P.
(redisplay_window): Likewise.
(display_text_line): Likewise.
(display_text_line): Shift output past left-side scroll bar.
(display_text_line): Use new WINDOW_RIGHTMOST_P macro.
(display_text_line): Don't pad right columns unless using
a right-side scroll bar.  Don't draw vertical bars unless there
isn't any kind of scroll bar.
(display_string): Likewise.
(display_mode_line): Use new macros WINDOW_LEFT_MARGIN,
WINDOW_RIGHT_MARGIN, and WINDOW_FULL_WIDTH_P.
(display_string): Use new macro WINDOW_RIGHTMOST_P.

27 years ago(Fx_create_frame): Default Qvertical_scroll_bars to `left'.
Richard M. Stallman [Sat, 21 Sep 1996 01:14:57 +0000 (01:14 +0000)]
(Fx_create_frame): Default Qvertical_scroll_bars to `left'.

Add the symbol `right'; this symbol is used to indicate
that a right-side scroll bar is wanted.
(x_set_vertical_scroll_bars): Check for left<->right<->none
scroll bar changes, and modify the vertical scroll bar type as appropriate.
(x_figure_window_size): Use new SET_FRAME_WIDTH macro.
(Fx_create_frame): Likewise.
(Fx_horizontal_line): Use new macro WINDOW_LEFT_MARGIN.

27 years ago(make_lispy_event): When converting from pixel to glyph coordinates,
Richard M. Stallman [Sat, 21 Sep 1996 01:11:31 +0000 (01:11 +0000)]
(make_lispy_event): When converting from pixel to glyph coordinates,
offset by WINDOW_LEFT_MARGIN; this is needed for left-side scrollbars.

(syms_of_keyboard): Initialize and staticpro
internal_last_event_frame and read_key_sequence_cmd.

27 years ago(VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
Richard M. Stallman [Sat, 21 Sep 1996 00:59:54 +0000 (00:59 +0000)]
(VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an
argument, and use it to decrease the width in the case of a
left-side scroll bar; this prevents the bar and adjacent text
from scrunching together.
(LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM): Add constant.

(VERTICAL_SCROLL_BAR_INSIDE_HEIGHT): New arg F (not used).
(VERTICAL_SCROLL_BAR_TOP_RANGE): New arg F (not used).

27 years agoPass frame arg in calls to VERTICAL_SCROLL_BAR_INSIDE_HEIGHT
Richard M. Stallman [Sat, 21 Sep 1996 00:57:20 +0000 (00:57 +0000)]
Pass frame arg in calls to VERTICAL_SCROLL_BAR_INSIDE_HEIGHT
and VERTICAL_SCROLL_BAR_TOP_RANGE.

(XTclear_end_of_line): Shift end-of-line when there is a
left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH.
(do_line_dance): Take into account the width of a left-side scroll bar.
(dumprectangle): Trim at FRAME_EXTERNAL_WIDTH instead of FRAME_WIDTH.
(fast_find_position): Use new macro WINDOW_LEFT_MARGIN.
(show_mouse_face): Likewise.
(x_scroll_bar_set_handle): VERTICAL_SCROLL_BAR_INSIDE_WIDTH now
requires the frame as an argument.
(x_scroll_bar_expose): Narrow the box slightly for a left-side scroll bar.

27 years ago(gud-display-line): Don't call display-buffer
Richard M. Stallman [Fri, 20 Sep 1996 18:56:36 +0000 (18:56 +0000)]
(gud-display-line): Don't call display-buffer
if buffer already has a window.

27 years ago(init_system_name): Retry gethostbyname only 5 times
Richard M. Stallman [Fri, 20 Sep 1996 06:11:20 +0000 (06:11 +0000)]
(init_system_name): Retry gethostbyname only 5 times
and don't sleep after the last time.

27 years ago*** empty log message ***
Michael Kifer [Fri, 20 Sep 1996 01:10:05 +0000 (01:10 +0000)]
*** empty log message ***

27 years agoInitial revision
Michael Kifer [Fri, 20 Sep 1996 01:08:36 +0000 (01:08 +0000)]
Initial revision

27 years ago(file_name_completion): Remove code which sets and
Richard M. Stallman [Thu, 19 Sep 1996 21:28:15 +0000 (21:28 +0000)]
(file_name_completion): Remove code which sets and
restores the `stat' control flags (they might not be restored if
C-g is pressed during completion).
(file_name_completion_stat): Set and restore flags that make
`stat' faster here instead of in `file_name_completion'.

27 years ago(display_text_line): Declare ovstr as unsigned char *.
Richard M. Stallman [Thu, 19 Sep 1996 04:25:49 +0000 (04:25 +0000)]
(display_text_line): Declare ovstr as unsigned char *.

27 years ago(imenu--generic-function): Use markers for positions.
Richard M. Stallman [Thu, 19 Sep 1996 04:25:40 +0000 (04:25 +0000)]
(imenu--generic-function): Use markers for positions.

27 years ago(overlay_strings): Declare pstr using unsigned char.
Richard M. Stallman [Thu, 19 Sep 1996 03:31:13 +0000 (03:31 +0000)]
(overlay_strings): Declare pstr using unsigned char.

27 years ago(rmail-summary-next-same-subject): Don't set
Richard M. Stallman [Thu, 19 Sep 1996 03:22:51 +0000 (03:22 +0000)]
(rmail-summary-next-same-subject): Don't set
search-regexp until after adjusting subject string.

(rmail-summary-rmail-update): Bind rmail-not-really-seen
non-nil if in isearch mode.

27 years ago(rmail-insert-inbox-text): Detect locked
Richard M. Stallman [Thu, 19 Sep 1996 03:21:11 +0000 (03:21 +0000)]
(rmail-insert-inbox-text): Detect locked
RMAIL files at the outset, before copying any files.

(rmail-find-all-files): Eliminate recursive scan.  Rely on directory-files
to do the filtering.

(rmail-convert-to-babyl-format):
Increase sit-for timeout to 3 seconds.

(rmail-get-new-mail): Handle files in multiple batches,
in case two inboxes have the same last name component.

(rmail-show-message): Bind `end' after clearing the
"unseen" attribute.

(rmail-show-message): Clear `unseen' even if header
is already reformatted--but don't do it if rmail-not-really-seen.
(rmail-not-really-seen): New variable.

27 years agoReplaced symbol BSD with BSD_SYSTEM.
Richard M. Stallman [Thu, 19 Sep 1996 03:09:10 +0000 (03:09 +0000)]
Replaced symbol BSD with BSD_SYSTEM.

Don't explicitly Include termios.h.
(ospeed): Use HAVE_TERMIOS to decide whether to use speed_t.

27 years ago(regex_compile): Use TRANSLATE before calling SET_LIST_BIT.
Richard M. Stallman [Thu, 19 Sep 1996 03:00:06 +0000 (03:00 +0000)]
(regex_compile): Use TRANSLATE before calling SET_LIST_BIT.

27 years agoClarify how completing-read returns an empty string.
Richard M. Stallman [Wed, 18 Sep 1996 22:57:51 +0000 (22:57 +0000)]
Clarify how completing-read returns an empty string.

27 years ago(Fcompleting_read): Doc fix.
Richard M. Stallman [Wed, 18 Sep 1996 22:56:24 +0000 (22:56 +0000)]
(Fcompleting_read): Doc fix.

27 years ago(imenu--mouse-menu): Add special handling for rescan item.
Richard M. Stallman [Wed, 18 Sep 1996 22:18:14 +0000 (22:18 +0000)]
(imenu--mouse-menu): Add special handling for rescan item.

27 years ago(tq-filter): No need for save-match-data.
Richard M. Stallman [Wed, 18 Sep 1996 22:00:30 +0000 (22:00 +0000)]
(tq-filter): No need for save-match-data.

27 years agoComment change.
Karl Heuer [Tue, 17 Sep 1996 21:38:17 +0000 (21:38 +0000)]
Comment change.

27 years ago(C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.
Richard M. Stallman [Tue, 17 Sep 1996 19:02:36 +0000 (19:02 +0000)]
(C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.

27 years ago(byte-compile-lambda): If the doc string is also the
Richard M. Stallman [Tue, 17 Sep 1996 19:01:09 +0000 (19:01 +0000)]
(byte-compile-lambda): If the doc string is also the
return value, use it for both.

27 years agoComment changes.
Erik Naggum [Tue, 17 Sep 1996 17:49:23 +0000 (17:49 +0000)]
Comment changes.

27 years agoDeclare make_symbol ().
Erik Naggum [Tue, 17 Sep 1996 17:43:56 +0000 (17:43 +0000)]
Declare make_symbol ().

27 years ago(syms_of_keyboard): Initialize and staticpro internal_last_event_frame and
Erik Naggum [Tue, 17 Sep 1996 16:26:44 +0000 (16:26 +0000)]
(syms_of_keyboard): Initialize and staticpro internal_last_event_frame and
read_key_sequence_cmd.

27 years ago(init_obarray): staticpro Qvariable_documentation.
Erik Naggum [Tue, 17 Sep 1996 16:19:15 +0000 (16:19 +0000)]
(init_obarray): staticpro Qvariable_documentation.

27 years ago(syms_of_keymap): staticpro global_map.
Erik Naggum [Tue, 17 Sep 1996 16:19:07 +0000 (16:19 +0000)]
(syms_of_keymap): staticpro global_map.

27 years ago(syms_of_fileio): staticpro Qset_visited_file_modtime.
Erik Naggum [Tue, 17 Sep 1996 16:18:22 +0000 (16:18 +0000)]
(syms_of_fileio): staticpro Qset_visited_file_modtime.

27 years ago(syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,
Erik Naggum [Tue, 17 Sep 1996 16:18:04 +0000 (16:18 +0000)]
(syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion,
Qfile_name_all_completions, and Qfile_attributes.

27 years ago(syms_of_casetab): staticpro Vascii_canontable, Vascii_eqv_table, and
Erik Naggum [Tue, 17 Sep 1996 16:18:00 +0000 (16:18 +0000)]
(syms_of_casetab): staticpro Vascii_canontable, Vascii_eqv_table, and
Vascii_upcase_table.

27 years ago(Fmake_symbol): Initialize `obarray' field.
Erik Naggum [Tue, 17 Sep 1996 15:36:26 +0000 (15:36 +0000)]
(Fmake_symbol): Initialize `obarray' field.

27 years agoReplaced symbol BSD with BSD_SYSTEM.
Karl Heuer [Tue, 17 Sep 1996 04:49:51 +0000 (04:49 +0000)]
Replaced symbol BSD with BSD_SYSTEM.

27 years agoComment change.
Karl Heuer [Tue, 17 Sep 1996 03:47:11 +0000 (03:47 +0000)]
Comment change.

27 years agoReplaced symbol BSD with BSD_SYSTEM.
Karl Heuer [Tue, 17 Sep 1996 03:43:54 +0000 (03:43 +0000)]
Replaced symbol BSD with BSD_SYSTEM.

27 years agoReplace symbol BSD with BSD_SYSTEM.
Karl Heuer [Tue, 17 Sep 1996 02:56:22 +0000 (02:56 +0000)]
Replace symbol BSD with BSD_SYSTEM.

27 years agoReplaced all BSD with BSD_SYSTEM.
Karl Heuer [Tue, 17 Sep 1996 02:37:17 +0000 (02:37 +0000)]
Replaced all BSD with BSD_SYSTEM.

27 years ago(ispell-dictionary-alist-1): Add `american' to list.
Richard M. Stallman [Mon, 16 Sep 1996 19:00:18 +0000 (19:00 +0000)]
(ispell-dictionary-alist-1): Add `american' to list.

27 years ago(vc-find-cvs-master): Fixed handling of "locally added" files.
André Spiegel [Mon, 16 Sep 1996 14:44:22 +0000 (14:44 +0000)]
(vc-find-cvs-master): Fixed handling of "locally added" files.

27 years ago(vc-print-log): Set the display window so that it shows
André Spiegel [Mon, 16 Sep 1996 14:43:29 +0000 (14:43 +0000)]
(vc-print-log): Set the display window so that it shows
the current log entry completely.

27 years ago(file-locked-p): Alias to `ignore' if no file locking.
Richard M. Stallman [Mon, 16 Sep 1996 09:43:42 +0000 (09:43 +0000)]
(file-locked-p): Alias to `ignore' if no file locking.

27 years ago(Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF.
Richard M. Stallman [Mon, 16 Sep 1996 09:32:54 +0000 (09:32 +0000)]
(Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF.

27 years ago(frame.o, textprop.o, abbrev.o): Depend on window.h.
Richard M. Stallman [Mon, 16 Sep 1996 06:32:30 +0000 (06:32 +0000)]
(frame.o, textprop.o, abbrev.o): Depend on window.h.

27 years ago(read_minibuf_unwind): Clear last_overlay_modified field.
Richard M. Stallman [Mon, 16 Sep 1996 06:32:10 +0000 (06:32 +0000)]
(read_minibuf_unwind): Clear last_overlay_modified field.

27 years ago(IT_set_menu_bar_lines): Clear last_overlay_modified field.
Richard M. Stallman [Mon, 16 Sep 1996 06:31:45 +0000 (06:31 +0000)]
(IT_set_menu_bar_lines): Clear last_overlay_modified field.

27 years ago(note_mouse_highlight): Test last_overlay_modified field.
Richard M. Stallman [Mon, 16 Sep 1996 06:31:10 +0000 (06:31 +0000)]
(note_mouse_highlight): Test last_overlay_modified field.

27 years ago(Fset_window_start): Clear last_overlay_modified field.
Richard M. Stallman [Mon, 16 Sep 1996 06:29:40 +0000 (06:29 +0000)]
(Fset_window_start): Clear last_overlay_modified field.
(set_window_height, set_window_width, Fset_window_buffer)
(change_window_height, window_scroll, Fset_window_configuration):
Clear last_overlay_modified field.
(Fpos_visible_in_window_p): Test last_overlay_modified field.

27 years agoComment change.
Richard M. Stallman [Mon, 16 Sep 1996 05:13:46 +0000 (05:13 +0000)]
Comment change.

27 years ago(stream_process): Variable deleted.
Richard M. Stallman [Mon, 16 Sep 1996 05:09:06 +0000 (05:09 +0000)]
(stream_process): Variable deleted.
(syms_of_process): staticpro deleted.

27 years agoComment changes.
Richard M. Stallman [Mon, 16 Sep 1996 01:20:20 +0000 (01:20 +0000)]
Comment changes.

27 years ago(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
Richard M. Stallman [Sun, 15 Sep 1996 19:47:21 +0000 (19:47 +0000)]
(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
(LD_SWITCH_X_DEFAULT): Add -L/usr/contrib/X11R5/lib.

27 years ago(tq-filter): Add unwind-protect and save-match-data.
Richard M. Stallman [Sun, 15 Sep 1996 18:38:49 +0000 (18:38 +0000)]
(tq-filter): Add unwind-protect and save-match-data.

27 years ago(Info-mode): Do fontify, if ms-windows.
Richard M. Stallman [Sun, 15 Sep 1996 02:18:43 +0000 (02:18 +0000)]
(Info-mode): Do fontify, if ms-windows.

27 years ago(mouse-set-region):
Richard M. Stallman [Sun, 15 Sep 1996 02:17:49 +0000 (02:17 +0000)]
(mouse-set-region):
Test for ms-windows instead of win32, and use memq.

27 years ago(facemenu-color-equal): Change win32 to ms-windows.
Richard M. Stallman [Sun, 15 Sep 1996 02:16:57 +0000 (02:16 +0000)]
(facemenu-color-equal): Change win32 to ms-windows.

27 years ago(make-face, make-face-x-resource-internal):
Richard M. Stallman [Sun, 15 Sep 1996 02:15:42 +0000 (02:15 +0000)]
(make-face, make-face-x-resource-internal):
Test for ms-windows instead of win32.  Use memq.
(initialization at end of file): Likewise.

27 years ago(normal-top-level, command-line-1, command-line):
Richard M. Stallman [Sun, 15 Sep 1996 02:13:16 +0000 (02:13 +0000)]
(normal-top-level, command-line-1, command-line):
Test for ms-windows instead of win32, and use memq.

27 years ago(redisplay_internal, mark_window_display_accurate)
Richard M. Stallman [Sun, 15 Sep 1996 02:03:32 +0000 (02:03 +0000)]
(redisplay_internal, mark_window_display_accurate)
(redisplay_window): Test and update last_overlay_modified field
along with last_modified.

(overlay_unchanged_modified): New variable.
(redisplay_internal): Set overlay_unchanged_modified.

(redisplay_region): Renamed and moved to buffer.c.

27 years ago(command_loop_1): Test last_overlay_modified
Richard M. Stallman [Sun, 15 Sep 1996 02:01:50 +0000 (02:01 +0000)]
(command_loop_1): Test last_overlay_modified
along with last_modified.

27 years ago(direct_output_for_insert): Set last_overlay_modified field in window.
Richard M. Stallman [Sun, 15 Sep 1996 01:58:26 +0000 (01:58 +0000)]
(direct_output_for_insert): Set last_overlay_modified field in window.

27 years ago(gap_left, gap_right, modify_region):
Richard M. Stallman [Sun, 15 Sep 1996 01:57:44 +0000 (01:57 +0000)]
(gap_left, gap_right, modify_region):
Compare overlay_unchanged_modified with OVERLAY_MODIFF.

27 years ago(modify_overlay): Renamed from redisplay_region
Richard M. Stallman [Sun, 15 Sep 1996 01:57:03 +0000 (01:57 +0000)]
(modify_overlay): Renamed from redisplay_region
moved here from xdisp.c, and made static.  Callers changed.
Update OVERLAY_MODIFF instead of MODIFF.

27 years ago(struct window): New field last_overlay_modified.
Richard M. Stallman [Sun, 15 Sep 1996 01:49:52 +0000 (01:49 +0000)]
(struct window): New field last_overlay_modified.

27 years agoFix previous change.
Richard M. Stallman [Sun, 15 Sep 1996 01:49:08 +0000 (01:49 +0000)]
Fix previous change.

27 years ago(struct buffer): New field overlay_modiff.
Richard M. Stallman [Sun, 15 Sep 1996 01:48:31 +0000 (01:48 +0000)]
(struct buffer): New field overlay_modiff.
(MODIFF, BUF_OVERLAY_MODIFF): New macros.

27 years agoRMS:
Richard Kenner [Sun, 15 Sep 1996 00:49:22 +0000 (00:49 +0000)]
RMS:

Use pc instead of unknown, for pc clones.
Use -linux-gnu for Linux-based GNU systems.

27 years ago(rmail-output-file-alist): Add autoload cookie.
Richard M. Stallman [Sat, 14 Sep 1996 21:55:01 +0000 (21:55 +0000)]
(rmail-output-file-alist): Add autoload cookie.
(rmail-delete-after-output): Duplicate defvar deleted.

27 years ago(find-file-existing-other-name): Default value now t.
Richard M. Stallman [Sat, 14 Sep 1996 21:07:32 +0000 (21:07 +0000)]
(find-file-existing-other-name): Default value now t.

27 years ago(ps-print-prologue): Get rid of backslash-digits
Richard M. Stallman [Sat, 14 Sep 1996 04:54:17 +0000 (04:54 +0000)]
(ps-print-prologue): Get rid of backslash-digits
control characters in comments.

27 years ago(gud-find-c-expr): Renamed from find-c-expr.
Richard M. Stallman [Fri, 13 Sep 1996 21:58:23 +0000 (21:58 +0000)]
(gud-find-c-expr): Renamed from find-c-expr.
Don't get fooled by if and while statements.
(gud-expr-compound): Renamed from expr-compound.
(gud-expr-compound-sep): Renamed from expr-compound-sep.
(gud-next-expr): Renamed from expr-next.
(gud-prev-expr): Renamed from expr-prev.
(gud-forward-sexp): Renamed from expr-forward-sexp.
(gud-backward-sexp): Renamed from expr-backward-sexp.
(gud-innermost-expr): Renamed from expr-cur.

27 years ago(Fmake_terminal_frame): Use Vdefault_frame_alist.
Richard M. Stallman [Fri, 13 Sep 1996 21:57:45 +0000 (21:57 +0000)]
(Fmake_terminal_frame): Use Vdefault_frame_alist.

27 years ago(inhibit-first-line-modes-regexps): Add .tgz.
Richard M. Stallman [Fri, 13 Sep 1996 21:56:53 +0000 (21:56 +0000)]
(inhibit-first-line-modes-regexps): Add .tgz.

27 years ago(hif-token-regexp): Move ! after !=.
Richard M. Stallman [Fri, 13 Sep 1996 21:53:55 +0000 (21:53 +0000)]
(hif-token-regexp): Move ! after !=.

27 years ago(recursive_edit_1): Handle a string as the throw value.
Richard M. Stallman [Fri, 13 Sep 1996 18:30:41 +0000 (18:30 +0000)]
(recursive_edit_1): Handle a string as the throw value.

27 years ago(read_minibuf): If not in minibuffer window,
Richard M. Stallman [Fri, 13 Sep 1996 18:25:17 +0000 (18:25 +0000)]
(read_minibuf): If not in minibuffer window,
cancel the active minibuffer.

27 years ago(x_connection_closed): Call XtCloseDisplay.
Richard M. Stallman [Fri, 13 Sep 1996 17:03:29 +0000 (17:03 +0000)]
(x_connection_closed): Call XtCloseDisplay.

27 years ago(struct Lisp_Symbol): New field `obarray'.
Richard M. Stallman [Fri, 13 Sep 1996 16:51:51 +0000 (16:51 +0000)]
(struct Lisp_Symbol): New field `obarray'.

27 years agoUse pc instead of unknown, for pc clone systems.
Richard M. Stallman [Fri, 13 Sep 1996 03:46:14 +0000 (03:46 +0000)]
Use pc instead of unknown, for pc clone systems.
Change linux to linux-gnu.

27 years ago(mail-extr-safe-move-sexp): Make sure this doesn't
Richard M. Stallman [Fri, 13 Sep 1996 00:28:33 +0000 (00:28 +0000)]
(mail-extr-safe-move-sexp): Make sure this doesn't
signal errors even for pathological From headers.

27 years ago(iso-transl-char-map): Add ACCENT SPACE sequences.
Richard M. Stallman [Thu, 12 Sep 1996 21:34:10 +0000 (21:34 +0000)]
(iso-transl-char-map): Add ACCENT SPACE sequences.

27 years agoLoad frame.elc unconditionally.
Richard M. Stallman [Thu, 12 Sep 1996 18:59:53 +0000 (18:59 +0000)]
Load frame.elc unconditionally.

27 years ago(read-feature): New function.
Richard M. Stallman [Thu, 12 Sep 1996 18:31:16 +0000 (18:31 +0000)]
(read-feature): New function.
(unload-feature): Read FEATURE interactively with read-feature.