bpt/emacs.git
22 years ago*** empty log message ***
Gerd Moellmann [Sun, 21 Oct 2001 17:41:43 +0000 (17:41 +0000)]
*** empty log message ***

22 years ago(redisplay-dont-pause): Don't set.
Jason Rumney [Sun, 21 Oct 2001 17:15:18 +0000 (17:15 +0000)]
(redisplay-dont-pause): Don't set.

22 years ago(struct w32_output): Use correct spelling of x_compatible.
Jason Rumney [Sun, 21 Oct 2001 16:57:22 +0000 (16:57 +0000)]
(struct w32_output): Use correct spelling of x_compatible.
(w32_display_info): Add mouse_face_overlay.

22 years ago(Fml_if, Fml_provide_prefix_argument)
Eli Zaretskii [Sun, 21 Oct 2001 16:55:26 +0000 (16:55 +0000)]
(Fml_if, Fml_provide_prefix_argument)
(Finsert_string): Avoid the multi-line string literals warning.

22 years ago*** empty log message ***
Jason Rumney [Sun, 21 Oct 2001 16:23:07 +0000 (16:23 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Sun, 21 Oct 2001 15:34:22 +0000 (15:34 +0000)]
*** empty log message ***

22 years ago(help-manyarg-func-alist): Variable removed.
Miles Bader [Sun, 21 Oct 2001 15:28:44 +0000 (15:28 +0000)]
(help-manyarg-func-alist): Variable removed.

22 years ago(Fsave_window_excursion): Add usage: string to doc string.
Miles Bader [Sun, 21 Oct 2001 15:28:03 +0000 (15:28 +0000)]
(Fsave_window_excursion): Add usage: string to doc string.

22 years ago(Fwith_output_to_temp_buffer): Add usage: string to doc string.
Miles Bader [Sun, 21 Oct 2001 15:27:09 +0000 (15:27 +0000)]
(Fwith_output_to_temp_buffer): Add usage: string to doc string.

22 years ago(Ftrack_mouse): Add usage: string to doc string.
Miles Bader [Sun, 21 Oct 2001 15:23:58 +0000 (15:23 +0000)]
(Ftrack_mouse): Add usage: string to doc string.

22 years ago(Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure)
Miles Bader [Sun, 21 Oct 2001 15:22:49 +0000 (15:22 +0000)]
(Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure)
(Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif, Fcond)
(Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun, Fdefmacro)
(Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch, Funwind_protect)
(Fcondition_case): Add usage: string to doc string.

22 years ago(Fsave_excursion, Fsave_current_buffer)
Miles Bader [Sun, 21 Oct 2001 15:21:33 +0000 (15:21 +0000)]
(Fsave_excursion, Fsave_current_buffer)
(Fsave_restriction): Add usage: string to doc string.

22 years ago(Vhelp_manyarg_func_alist): Variable removed.
Miles Bader [Sun, 21 Oct 2001 15:20:42 +0000 (15:20 +0000)]
(Vhelp_manyarg_func_alist): Variable removed.
(Fdocumentation): Don't use it.
(syms_of_doc): Don't initialize it.

22 years ago(Ffind_operation_coding_system): Add usage: string to doc string.
Miles Bader [Sun, 21 Oct 2001 15:20:20 +0000 (15:20 +0000)]
(Ffind_operation_coding_system): Add usage: string to doc string.

22 years ago(remember_mouse_glyph): New function.
Jason Rumney [Sun, 21 Oct 2001 15:20:03 +0000 (15:20 +0000)]
(remember_mouse_glyph): New function.
(w32_mouse_position): Use it.
(note_mouse_movement): If the mouse moved off the glyph, remember its
new position.

Sync with xterm.c:
(notice_overwritten_cursor): Renamed from note_overwritten_text_cursor.
Rewritten to take glyph widths into account.
(x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
(fast_find_string_pos): New function.
(fast_find_position): Return the correct vpos.  Add parameter STOP.
In the final row, stop before glyphs having STOP as object.
Don't consider glyphs that are not from a buffer.
(fast_find_position) [0]: Add a presumably more correct version for after 21.1.
(expose_window_tree, expose_frame): Don't compute intersections here.
(expose_window): Do it here instead.
(expose_window_tree, expose_window, expose_line): Return 1 when
overwriting mouse-face.
(expose_window): If W is the window currently being updated, mark
the frame garbaged.
(expose_frame): If mouse-face was overwritten, redo it.
(x_use_underline_position_properties): New variable.
(syms_of_xterm): DEFVAR_BOOL it.
(x_draw_glyph_string): Add comment to use it in future.
(x_draw_glyph_string): Restore clipping after drawing box.
Fix a computation of the underline position.
(w32_get_glyph_string_clip_rect): Minor cleanup.
(x_fill_stretch_glyph_string): Remove an assertion.
(x_produce_glyphs): Don't convert multibyte characters
to unibyte characters in unibyte buffers.
(cursor_in_mouse_face_p): New function.
(x_draw_stretch_glyph_string): Use it to choose a different GC
when drawing a cursor within highlighted text.  Don't draw
background again if it has already been drawn.
(x_draw_glyph_string_box): Don't draw a full-width
box just because the glyph row's full_width_p flag is set.
(x_draw_glyphs): Fix computation of rightmost x for full-width rows.
(x_dump_glyph_string): Put in #if GLYPH_DEBUG.
(w32_draw_relief_rect): Extend left shadow to the bottom and left;
change bottom shadow accordingly. Some cleanup.
(x_update_window_end): Handle overwritten mouse face
also for tool bar windows.
(show_mouse_face): Set the glyph row's mouse_face_p flag also when
DRAW is DRAW_IMAGE_RAISED.
(clear_mouse_face): Return 1 if text with mouse face was
actually redrawn.  Make the function static.  Reset
dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
optimize away highlighting if we pass over that same overlay again.
(note_mouse_highlight): Call mouse_face_overlay_overlaps
to detect a case where we have to highlight a different region
despite not having left the currently highlighted region.
Set mouse_face_overlay in the x_display_info.  Avoid changing the
mouse pointer shape when show_mouse_face has already done it, or
there is no need.  Handle mouse-face and help-echo in strings.
(glyph_rect): New function.
(w32_mouse_position): Use it to raise the threshold for mouse
movement event generation.
(w32_initialize_display_info): Initialize the x_display_info's
mouse_face_overlay.
(w32_set_vertical_scroll_bar): Don't clear a zero height or width area.
(w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
a widget to zero height.

22 years ago*** empty log message ***
Miles Bader [Sun, 21 Oct 2001 14:44:58 +0000 (14:44 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Sun, 21 Oct 2001 14:33:15 +0000 (14:33 +0000)]
*** empty log message ***

22 years ago(help-manyarg-func-alist): Remove entries for `insert',
Miles Bader [Sun, 21 Oct 2001 14:23:32 +0000 (14:23 +0000)]
(help-manyarg-func-alist): Remove entries for `insert',
`insert_and_inherit', `insert_before_markers',
`insert-before-markers-and-inherit', `messapge', `message_box',
`message_or_box', `propertize', `format', `encode_time', `append',
`concat', `vconcat', `nconc', `widget_apply', `make_hash_table',
`insert_string', `ml_if', `ml_provide_prefix_argument',
`ml_prefix_argument_loop'.

22 years ago(Finsert_string, Fml_if, Fml_provide_prefix_argument)
Miles Bader [Sun, 21 Oct 2001 14:20:44 +0000 (14:20 +0000)]
(Finsert_string, Fml_if, Fml_provide_prefix_argument)
(Fml_prefix_argument_loop): Add usage: string to doc string.

22 years ago(Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply, Fmake_hash_table):
Miles Bader [Sun, 21 Oct 2001 14:19:57 +0000 (14:19 +0000)]
(Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply, Fmake_hash_table):
Add usage: string to doc string.

22 years ago(Finsert, Finsert_and_inherit, Finsert_before_markers, Fmessage)
Miles Bader [Sun, 21 Oct 2001 14:18:44 +0000 (14:18 +0000)]
(Finsert, Finsert_and_inherit, Finsert_before_markers, Fmessage)
(Fmessage_box, Fmessage_or_box, Fpropertize, Fformat, Fencode_time)
(Finsert_and_inherit_before_markers): Add usage: string to doc string.

22 years ago(struct rcsoc_state): New type.
Miles Bader [Sun, 21 Oct 2001 13:48:16 +0000 (13:48 +0000)]
(struct rcsoc_state): New type.
(read_c_string_or_comment): Use a variable of type `rcsoc_state' to hold
most of our state.
(put_char): Add STATE parameter, and remove all other parameters
except CH.  Use STATE to get access to all needed state.
(scan_keyword_or_put_char): New function.

22 years ago(Finsert_file_contents): Remove unused variable `gap_size'.
Pavel Janík [Sun, 21 Oct 2001 13:28:46 +0000 (13:28 +0000)]
(Finsert_file_contents): Remove unused variable `gap_size'.

22 years ago#
André Spiegel [Sun, 21 Oct 2001 13:26:09 +0000 (13:26 +0000)]
#

22 years ago*** empty log message ***
Pavel Janík [Sun, 21 Oct 2001 12:23:10 +0000 (12:23 +0000)]
*** empty log message ***

22 years ago(vc-cvs-diff-tree): New function.
André Spiegel [Sun, 21 Oct 2001 12:21:29 +0000 (12:21 +0000)]
(vc-cvs-diff-tree): New function.

22 years ago(vc-diff-internal, vc-coding-system-for-diff, vc-default-diff-tree):
André Spiegel [Sun, 21 Oct 2001 12:15:22 +0000 (12:15 +0000)]
(vc-diff-internal, vc-coding-system-for-diff, vc-default-diff-tree):
New functions.
(vc-version-diff): Use them.  As a result, coding systems are now set
up properly for all sorts of diffs, and tree diffs can now also be
done locally.
(vc-diff): With a prefix argument, don't require that it's called from
a buffer under version control.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sun, 21 Oct 2001 12:13:46 +0000 (12:13 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(delete-exited-processes): Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sun, 21 Oct 2001 12:08:54 +0000 (12:08 +0000)]
(delete-exited-processes): Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(Fx_file_dialog): Pass a filter to GetOpenFileName.
Jason Rumney [Sun, 21 Oct 2001 11:45:21 +0000 (11:45 +0000)]
(Fx_file_dialog): Pass a filter to GetOpenFileName.

Sync with xfns.c:
(x_laplace_read_row, x_laplace_write_row): Removed.
(postprocess_image): New function.
(lookup_image): Call it for all image types except PostScript.
(x_kill_gs_process): Call postprocess_image.
(tiff_error_handler, tiff_warning_handler): New functions.
(tiff_load): Install them as handlers.
(x_kill_gs_process): Recognize if someone has cleared the image
cache under us.
(valid_image_p): Protect better against invalid image
specifications.  Previous code could signal an error.
(Fx_hide_tip, Fshow_tip): Doc fix.
(Fv_max_tooltip_size): New variable.
(syns_of_xfns): DEFVAR_LISP it.
(Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
window buffer to *tip* right after creating the frame. Set frame's
window_width.  Use a maximum tooltip size specified by
Vx_max_tooltip_size, if that has valid contents.
(compute_tip_xy): Add parameters WIDTH and HEIGHT.
Make sure the tooltip is completely visible.
(x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
(Fx_create_frame): Adjust the frame's height for presence
of the tool bar before calling x_figure_window_size.
(x_set_tool_bar_lines): Clear the tool bar window's current matrix
when the window gets smaller.
(x_set_foreground_color): Set frame's cursor_pixel.
(x_set_foreground_color, x_set_background_color): Cleaned up.
(x_set_font): Handle case of x_new_fontset returning the same name
as before, although there was a change in fontsets.

22 years ago(single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
Jason Rumney [Sun, 21 Oct 2001 10:54:17 +0000 (10:54 +0000)]
(single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
Protect unibyte stings created by replacing their multibyte
equivalents in menu_items.
(w32_menu_show): Don't overwrite an item's name with its key
description in case the description is a multibyte string.
(single_submenu): Some cleanup.

22 years ago*** empty log message ***
Miles Bader [Sun, 21 Oct 2001 10:25:36 +0000 (10:25 +0000)]
*** empty log message ***

22 years ago(help-manyarg-func-alist): Remove entries for `list', `vector',
Miles Bader [Sun, 21 Oct 2001 10:20:04 +0000 (10:20 +0000)]
(help-manyarg-func-alist): Remove entries for `list', `vector',
`make-byte-code', `call-process', `call-process-region', `string', `+',
`-', `*', `/', `max', `min', `logand', `logior', and `logxor'.

22 years ago(Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):
Miles Bader [Sun, 21 Oct 2001 10:00:33 +0000 (10:00 +0000)]
(Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):
Add usage: string to doc string.

22 years ago(Fstring): Add usage: string to doc string.
Miles Bader [Sun, 21 Oct 2001 09:59:56 +0000 (09:59 +0000)]
(Fstring): Add usage: string to doc string.

22 years ago(Fcall_process_region, Fcall_process): Add usage: string to doc string.
Miles Bader [Sun, 21 Oct 2001 09:53:01 +0000 (09:53 +0000)]
(Fcall_process_region, Fcall_process): Add usage: string to doc string.

22 years ago(Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.
Miles Bader [Sun, 21 Oct 2001 09:51:56 +0000 (09:51 +0000)]
(Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.

22 years ago(read_c_string_or_comment): Add SAW_USAGE parameter, and implement
Miles Bader [Sun, 21 Oct 2001 09:21:46 +0000 (09:21 +0000)]
(read_c_string_or_comment): Add SAW_USAGE parameter, and implement
scanning for a `usage:' keyword.
(scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
Don't output a usage-string if there was one in the doc string.

22 years ago*** empty log message ***
Gerd Moellmann [Sun, 21 Oct 2001 09:04:46 +0000 (09:04 +0000)]
*** empty log message ***

22 years ago(Finsert_abbrev_table_description): Reindent.
Pavel Janík [Sun, 21 Oct 2001 08:52:17 +0000 (08:52 +0000)]
(Finsert_abbrev_table_description): Reindent.

22 years agoReindent DEFUNs and DEFVARs woth doc: keywords.
Pavel Janík [Sun, 21 Oct 2001 08:49:43 +0000 (08:49 +0000)]
Reindent DEFUNs and DEFVARs woth doc: keywords.

22 years agoReindent DEFUNs with doc: keywords.
Pavel Janík [Sun, 21 Oct 2001 08:48:26 +0000 (08:48 +0000)]
Reindent DEFUNs with doc: keywords.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sun, 21 Oct 2001 07:29:22 +0000 (07:29 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sat, 20 Oct 2001 20:56:10 +0000 (20:56 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(invisible_text_between_p): Put prototype inside #if 0 because unused.
Pavel Janík [Sat, 20 Oct 2001 20:52:22 +0000 (20:52 +0000)]
(invisible_text_between_p): Put prototype inside #if 0 because unused.

22 years ago(x_laplace_read_row, x_laplace_write_row): Prototypes removed.
Pavel Janík [Sat, 20 Oct 2001 20:24:29 +0000 (20:24 +0000)]
(x_laplace_read_row, x_laplace_write_row): Prototypes removed.

22 years ago(checkbox): Swap bg/fg colors in images, and invert
Miles Bader [Sat, 20 Oct 2001 15:16:30 +0000 (15:16 +0000)]
(checkbox): Swap bg/fg colors in images, and invert
image bits to compensate.  Use `make-string' instead of
`make-bool-vector' (XBM apparently wants byte-aligned rows).

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sat, 20 Oct 2001 15:11:10 +0000 (15:11 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.
Miles Bader [Sat, 20 Oct 2001 10:33:48 +0000 (10:33 +0000)]
(TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.
(term_init): Don't set them.
Turn off any standout/underline modes that require magic cookies.
(ins_del_lines, highlight_if_desired, background_highlight)
(turn_on_highlight, turn_off_highlight, reset_terminal_modes):
Remove special processing for magic-cookie standout modes.
(turn_off_face, turn_on_face): Remove special processing for
underline magic-cookie glitch.

22 years ago(add-release-logs): Put the log entry in lispref, too.
Gerd Moellmann [Sat, 20 Oct 2001 10:02:06 +0000 (10:02 +0000)]
(add-release-logs): Put the log entry in lispref, too.

22 years ago(IT_reassert_line_highlight, IT_change_line_highlight): Functions removed.
Miles Bader [Sat, 20 Oct 2001 05:55:56 +0000 (05:55 +0000)]
(IT_reassert_line_highlight, IT_change_line_highlight): Functions removed.
(internal_terminal_init): Don't set reassert_line_highlight_hook
or change_line_highlight_hook.
(highlight): Variable removed.
(IT_set_face, IT_update_begin, IT_update_end, IT_set_terminal_modes):
Don't set or use it.

22 years ago(reassert_line_highlight_hook, change_line_highlight_hook): Variables removed.
Miles Bader [Sat, 20 Oct 2001 05:53:04 +0000 (05:53 +0000)]
(reassert_line_highlight_hook, change_line_highlight_hook): Variables removed.
(reassert_line_highlight, change_line_highlight): Functions removed.
(standout_requested): Variable removed.
(update_end, highlight_if_desired): Don't use it.
(chars_wasted, copybuf): Variables removed.
(write_standout_marker): Function removed.
(cursor_to, clear_to_end, clear_frame, clear_end_of_line_raw)
(clear_end_of_line_raw, write_glyphs, ins_del_lines):
Don't use `chars_wasted' or `copybuf'.
(calculate_costs): Don't allocate `chars_wasted' or `copybuf'.
Set `costs_set' to true.
(cursor_to, clear_end_of_line): Test `costs_set' instead of `chars_wasted'.
(clear_end_of_line): Function removed.
(clear_end_of_line_raw): Renamed to `clear_end_of_line'.
(clear_to_end): Call `clear_end_of_line' instead of `clear_end_of_line_raw'.

22 years ago(reassert_line_highlight_hook, change_line_highlight_hook):
Miles Bader [Sat, 20 Oct 2001 05:51:38 +0000 (05:51 +0000)]
(reassert_line_highlight_hook, change_line_highlight_hook):
Declarations removed.

22 years ago(reassert_line_highlight, change_line_highlight): Functions removed.
Miles Bader [Sat, 20 Oct 2001 05:50:33 +0000 (05:50 +0000)]
(reassert_line_highlight, change_line_highlight): Functions removed.
(initialize_w32_display): Don't set reassert_line_highlight_hook
or change_line_highlight_hook.
(hl_mode): Function removed.
(reset_terminal_modes, set_terminal_modes, update_begin)
(update_end, w32_face_attributes, initialize_w32_display):
(clear_frame, ins_del_lines): Don't call it.

22 years ago(x_fix_overlapping_area, x_write_glyphs, expose_area)
Miles Bader [Sat, 20 Oct 2001 05:49:35 +0000 (05:49 +0000)]
(x_fix_overlapping_area, x_write_glyphs, expose_area)
(expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
(w32_reassert_line_highlight, x_change_line_highlight): Functions removed.

22 years ago(dump_glyph_row, display_mode_line): Don't use `inverse_p' field.
Miles Bader [Sat, 20 Oct 2001 05:47:06 +0000 (05:47 +0000)]
(dump_glyph_row, display_mode_line): Don't use `inverse_p' field.

22 years ago(x_fix_overlapping_area, x_write_glyphs, expose_area)
Miles Bader [Sat, 20 Oct 2001 05:44:30 +0000 (05:44 +0000)]
(x_fix_overlapping_area, x_write_glyphs, expose_area)
(expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
(XTreassert_line_highlight, x_change_line_highlight):
Functions removed.
(x_initialize): Don't set reassert_line_highlight_hook or
change_line_highlight_hook.

22 years ago(update_frame_line): Don't call reassert_line_highlight.
Miles Bader [Sat, 20 Oct 2001 05:42:06 +0000 (05:42 +0000)]
(update_frame_line): Don't call reassert_line_highlight.
(line_hash_code, row_equal_p, fake_current_matrices)
(build_frame_matrix_from_leaf_window, update_frame_line)
(update_frame_line, update_frame_line, update_frame_line):
Don't use `inverse_p' field.

22 years ago(struct glyph_row): Remove `inverse_p' field.
Miles Bader [Sat, 20 Oct 2001 05:40:56 +0000 (05:40 +0000)]
(struct glyph_row): Remove `inverse_p' field.
(reassert_line_highlight, change_line_highlight): Declarations removed.

22 years agoClarify previous change.
Richard M. Stallman [Fri, 19 Oct 2001 23:37:53 +0000 (23:37 +0000)]
Clarify previous change.

22 years ago(syms_of_eval): Doc fixes.
Richard M. Stallman [Fri, 19 Oct 2001 23:33:55 +0000 (23:33 +0000)]
(syms_of_eval): Doc fixes.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 19 Oct 2001 23:33:29 +0000 (23:33 +0000)]
*** empty log message ***

22 years agoDon't let kill-ring-save show extent if transient-mark-mode and region
Kim F. Storm [Fri, 19 Oct 2001 23:25:34 +0000 (23:25 +0000)]
Don't let kill-ring-save show extent if transient-mark-mode and region
fully visible.

22 years agoProperly spell the name of Emacs.
Pavel Janík [Fri, 19 Oct 2001 22:12:42 +0000 (22:12 +0000)]
Properly spell the name of Emacs.

22 years agoMinor cleanup.
Richard M. Stallman [Fri, 19 Oct 2001 19:09:32 +0000 (19:09 +0000)]
Minor cleanup.

22 years agoExit if we can't find some variable.
Miles Bader [Fri, 19 Oct 2001 17:21:49 +0000 (17:21 +0000)]
Exit if we can't find some variable.
(AVOID): Add .orig & .rej files.
(get_config_var): Be more liberal about format of config.status sed commands.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 16:33:45 +0000 (16:33 +0000)]
*** empty log message ***

22 years ago(auto-mode-alist): Associate .indent.pro with
Eli Zaretskii [Fri, 19 Oct 2001 16:32:49 +0000 (16:32 +0000)]
(auto-mode-alist): Associate .indent.pro with
Fundamental mode.  Suggested by Samuel Padgett
<spadgett1@nc.rr.com>.

22 years ago*** empty log message ***
Miles Bader [Fri, 19 Oct 2001 15:27:05 +0000 (15:27 +0000)]
*** empty log message ***

22 years ago(configuration): Set from `host' if `host_alias' isn't defined.
Miles Bader [Fri, 19 Oct 2001 15:20:20 +0000 (15:20 +0000)]
(configuration): Set from `host' if `host_alias' isn't defined.

22 years ago(${srcdir}/configure): Don't depend on aclocal.m4.
Andreas Schwab [Fri, 19 Oct 2001 12:33:44 +0000 (12:33 +0000)]
(${srcdir}/configure): Don't depend on aclocal.m4.

22 years agoRegenerated.
Andreas Schwab [Fri, 19 Oct 2001 12:33:10 +0000 (12:33 +0000)]
Regenerated.

22 years agoAll local hacks incorporated into autoconf 2.50.
Andreas Schwab [Fri, 19 Oct 2001 12:32:15 +0000 (12:32 +0000)]
All local hacks incorporated into autoconf 2.50.

22 years agoMake ready for autoconf 2.5x.
Andreas Schwab [Fri, 19 Oct 2001 12:30:52 +0000 (12:30 +0000)]
Make ready for autoconf 2.5x.
(AC_PREREQ): Require autoconf 2.50.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 11:31:35 +0000 (11:31 +0000)]
*** empty log message ***

22 years agoAdd --help option. Add support for building
Gerd Moellmann [Fri, 19 Oct 2001 11:31:22 +0000 (11:31 +0000)]
Add --help option.  Add support for building
in arbitrary source trees.

22 years agoAdd big5 Chinese double spaced alphabet mappings, so that one could
Eli Zaretskii [Fri, 19 Oct 2001 11:19:33 +0000 (11:19 +0000)]
Add big5 Chinese double spaced alphabet mappings, so that one could
type them without leaving the Hanyu Pinyin input method.
Suggested by Kenichi Handa <handa@etl.go.jp>.

22 years ago(redisplay_internal): Don't clear echo area if the
Gerd Moellmann [Fri, 19 Oct 2001 11:04:00 +0000 (11:04 +0000)]
(redisplay_internal): Don't clear echo area if the
mini-window is selected.

22 years agoMore info about wrong UNDERLINE_POSITION in some fonts.
Eli Zaretskii [Fri, 19 Oct 2001 10:28:44 +0000 (10:28 +0000)]
More info about wrong UNDERLINE_POSITION in some fonts.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 08:42:56 +0000 (08:42 +0000)]
*** empty log message ***

22 years ago(text_property_stickiness): Really fix it this time.
Miles Bader [Fri, 19 Oct 2001 07:45:58 +0000 (07:45 +0000)]
(text_property_stickiness): Really fix it this time.

22 years ago(text_property_stickiness): Non-rear-non-stickiness doesn't take
Miles Bader [Fri, 19 Oct 2001 07:08:29 +0000 (07:08 +0000)]
(text_property_stickiness): Non-rear-non-stickiness doesn't take
precedence if the affected property's value is nil.

(Fencode_time): Escape a BOL paren in the doc-string.

22 years ago*** empty log message ***
Miles Bader [Fri, 19 Oct 2001 06:26:06 +0000 (06:26 +0000)]
*** empty log message ***

22 years ago(Fline_beginning_position, Fline_end_position): Clarify documentation.
Miles Bader [Fri, 19 Oct 2001 06:22:46 +0000 (06:22 +0000)]
(Fline_beginning_position, Fline_end_position): Clarify documentation.

22 years ago(Fbeginning_of_line, Fend_of_line): Clarify interaction with fields and
Miles Bader [Fri, 19 Oct 2001 06:19:07 +0000 (06:19 +0000)]
(Fbeginning_of_line, Fend_of_line): Clarify interaction with fields and
suggest using `forward-line' to avoid them.

22 years ago(Text Lines): Mention `inhibit-field-text-motion' too.
Miles Bader [Fri, 19 Oct 2001 06:10:50 +0000 (06:10 +0000)]
(Text Lines): Mention `inhibit-field-text-motion' too.

22 years ago(Text Lines): Describe behavior of `beginning-of-line'/`end-of-line' in
Miles Bader [Fri, 19 Oct 2001 06:01:19 +0000 (06:01 +0000)]
(Text Lines): Describe behavior of `beginning-of-line'/`end-of-line' in
the presence of field properties.

22 years ago(current_minor_maps): `override' only shadows its
Stefan Monnier [Thu, 18 Oct 2001 22:14:45 +0000 (22:14 +0000)]
(current_minor_maps): `override' only shadows its
correspondent in minor-mode-map-alist, not the whole tail.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 18 Oct 2001 22:13:21 +0000 (22:13 +0000)]
*** empty log message ***

22 years agoPut the *Compile-Log* buffer in `compilation-mode'.
Sam Steingold [Thu, 18 Oct 2001 21:05:16 +0000 (21:05 +0000)]
Put the *Compile-Log* buffer in `compilation-mode'.

22 years ago(smtpmail-via-smtp): Use mail-envelope-from if set.
Stefan Monnier [Thu, 18 Oct 2001 20:48:23 +0000 (20:48 +0000)]
(smtpmail-via-smtp): Use mail-envelope-from if set.

22 years ago(xml-parse-tag): Use eq on char-after's return value.
Stefan Monnier [Thu, 18 Oct 2001 20:24:09 +0000 (20:24 +0000)]
(xml-parse-tag): Use eq on char-after's return value.

22 years ago(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
Andrew Innes [Thu, 18 Oct 2001 16:23:14 +0000 (16:23 +0000)]
(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
optimization.  The fontp->encoding array was not being initialized
correctly when compiled with optimizations by MSVC.

22 years ago(isearch-mode-map): Bind `mouse-movement' to nil.
Gerd Moellmann [Thu, 18 Oct 2001 10:06:01 +0000 (10:06 +0000)]
(isearch-mode-map): Bind `mouse-movement' to nil.

22 years ago(hilit-lookup-face-create): Call
Gerd Moellmann [Thu, 18 Oct 2001 09:55:37 +0000 (09:55 +0000)]
(hilit-lookup-face-create): Call
set-face-font only if display-graphic-p.
(toplevel): Remove references to window-system.

22 years ago(Finternal_set_lisp_face_attribute): Follow coding conventions.
Gerd Moellmann [Thu, 18 Oct 2001 09:50:37 +0000 (09:50 +0000)]
(Finternal_set_lisp_face_attribute): Follow coding conventions.

22 years ago(display_line): Indicate empty lines in active
Gerd Moellmann [Thu, 18 Oct 2001 08:47:12 +0000 (08:47 +0000)]
(display_line): Indicate empty lines in active
mini-window.

22 years agoFix last change.
Eli Zaretskii [Thu, 18 Oct 2001 08:04:48 +0000 (08:04 +0000)]
Fix last change.

22 years ago(what-line): Avoid problems with field properties.
Miles Bader [Thu, 18 Oct 2001 01:05:28 +0000 (01:05 +0000)]
(what-line): Avoid problems with field properties.

22 years ago(widget-field-face, widget-single-line-field-face):
Eli Zaretskii [Wed, 17 Oct 2001 18:49:38 +0000 (18:49 +0000)]
(widget-field-face, widget-single-line-field-face):
Define special colors for a tty.