bpt/emacs.git
22 years ago*** empty log message ***
Gerd Moellmann [Wed, 24 Oct 2001 11:12:23 +0000 (11:12 +0000)]
*** empty log message ***

22 years agoChange #ifdef GLYPH_DEBUG to #if.
Gerd Moellmann [Wed, 24 Oct 2001 11:11:11 +0000 (11:11 +0000)]
Change #ifdef GLYPH_DEBUG to #if.

22 years ago(x-must-resolve-font-name): New
Gerd Moellmann [Wed, 24 Oct 2001 11:06:30 +0000 (11:06 +0000)]
(x-must-resolve-font-name): New
function.
(x-complement-fontset-spec): Use it.

22 years ago(x_insert_glyphs): Remove unused variables `real_end' and `real_start'.
Pavel Janík [Wed, 24 Oct 2001 10:29:11 +0000 (10:29 +0000)]
(x_insert_glyphs): Remove unused variables `real_end' and `real_start'.
(x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
(glyph_rect): Remove unused variable `area'.

22 years agoAdd information about debugging the tty version.
Eli Zaretskii [Wed, 24 Oct 2001 09:50:06 +0000 (09:50 +0000)]
Add information about debugging the tty version.
From Gerd Moellmann.

22 years ago(fast_find_position): Call row_containing_pos
Gerd Moellmann [Wed, 24 Oct 2001 09:12:40 +0000 (09:12 +0000)]
(fast_find_position): Call row_containing_pos
with additional argument.

22 years ago(try_window_reusing_current_matrix): Use
Gerd Moellmann [Wed, 24 Oct 2001 09:11:54 +0000 (09:11 +0000)]
(try_window_reusing_current_matrix): Use
row_containing_pos.
(row_containing_pos): Take additional argument DY.  Treat
rows ending in middle of char differently.
(display_line): Handle tabs on window systems differently.

22 years ago(row_containing_pos): Adjust prototype.
Gerd Moellmann [Wed, 24 Oct 2001 09:10:57 +0000 (09:10 +0000)]
(row_containing_pos): Adjust prototype.

22 years ago(inhibit_try_window_id, inhibit_try_window_reusing)
Gerd Moellmann [Wed, 24 Oct 2001 08:17:14 +0000 (08:17 +0000)]
(inhibit_try_window_id, inhibit_try_window_reusing)
(inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
(try_window_id, try_window_reusing_current_matrix)
(try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
(syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.

22 years agoSpell the name of Emacs properly (GNU Emacs instead of gnuemacs).
Pavel Janík [Wed, 24 Oct 2001 07:10:09 +0000 (07:10 +0000)]
Spell the name of Emacs properly (GNU Emacs instead of gnuemacs).
(HAVE_BOXES): Fix typo in comment.
(push_menu_pane): Fix typo in comment.

22 years ago(display_prop_string_p): Remove unused local declaration
Pavel Janík [Wed, 24 Oct 2001 07:05:01 +0000 (07:05 +0000)]
(display_prop_string_p): Remove unused local declaration
of `Qwhen'.
(single_display_prop_string_p): Remove unused local declarations
of `Qwhen' and `Qmargin'.
(string_buffer_position): Remove unused variable `around'.
(store_frame_title): Remove unused variable `width'.

22 years agoDon't define max.
Pavel Janík [Wed, 24 Oct 2001 06:36:27 +0000 (06:36 +0000)]
Don't define max.
(coordinates_in_window): Remove unused variable `uy'.

22 years agoDon't define max.
Pavel Janík [Wed, 24 Oct 2001 06:32:53 +0000 (06:32 +0000)]
Don't define max.

22 years agoDon't define max.
Pavel Janík [Wed, 24 Oct 2001 06:30:19 +0000 (06:30 +0000)]
Don't define max.
(create_process): Remove unused variable `buffer'.

22 years ago(uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
Stefan Monnier [Tue, 23 Oct 2001 22:01:17 +0000 (22:01 +0000)]
(uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).

22 years ago(srcs): Add gpl.texi and doclicense.texi.
Gerd Moellmann [Tue, 23 Oct 2001 18:55:49 +0000 (18:55 +0000)]
(srcs): Add gpl.texi and doclicense.texi.

22 years ago(Finternal_set_lisp_face_attribute): Fix compilation
Gerd Moellmann [Tue, 23 Oct 2001 18:42:35 +0000 (18:42 +0000)]
(Finternal_set_lisp_face_attribute): Fix compilation
error.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 23 Oct 2001 17:27:23 +0000 (17:27 +0000)]
*** empty log message ***

22 years ago(Finternal_set_lisp_face_attribute)
Eli Zaretskii [Tue, 23 Oct 2001 17:19:21 +0000 (17:19 +0000)]
(Finternal_set_lisp_face_attribute)
[HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
frame is on a windowed display.

22 years ago(compile-mouse-goto-error, compile-goto-error): Turn caadr into caar of cdr.
Stefan Monnier [Tue, 23 Oct 2001 16:57:15 +0000 (16:57 +0000)]
(compile-mouse-goto-error, compile-goto-error): Turn caadr into caar of cdr.

22 years ago(Info-fontify-node): Bind doun-mouse-{1,2} instead
Gerd Moellmann [Tue, 23 Oct 2001 16:24:40 +0000 (16:24 +0000)]
(Info-fontify-node): Bind doun-mouse-{1,2} instead
of mouse-{1,2} since dragging is on the down event.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 Oct 2001 16:16:06 +0000 (16:16 +0000)]
*** empty log message ***

22 years ago(make-doctor-variables): Remove a '($ please)'.
Gerd Moellmann [Tue, 23 Oct 2001 16:15:39 +0000 (16:15 +0000)]
(make-doctor-variables): Remove a '($ please)'.

22 years ago(mh-recenter): Call `recenter' with arg t
Gerd Moellmann [Tue, 23 Oct 2001 15:50:29 +0000 (15:50 +0000)]
(mh-recenter): Call `recenter' with arg t
if ARG is nil.

22 years agomention html-xhtml
Sam Steingold [Tue, 23 Oct 2001 15:46:01 +0000 (15:46 +0000)]
mention html-xhtml

22 years ago(sync_window_with_frame_matrix_rows): Fix
Gerd Moellmann [Tue, 23 Oct 2001 15:14:53 +0000 (15:14 +0000)]
(sync_window_with_frame_matrix_rows): Fix
handling of windows which aren't full-width, fix handling
of marginal areas.

22 years agoUse more descriptive entries.
Pavel Janík [Tue, 23 Oct 2001 15:09:09 +0000 (15:09 +0000)]
Use more descriptive entries.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 Oct 2001 14:09:20 +0000 (14:09 +0000)]
*** empty log message ***

22 years ago(syms_of_lread)<recursive-load-depth-limit>: Raise to
Gerd Moellmann [Tue, 23 Oct 2001 14:08:08 +0000 (14:08 +0000)]
(syms_of_lread)<recursive-load-depth-limit>: Raise to
50.

22 years ago(desktop-last-buffer): New variable.
Gerd Moellmann [Tue, 23 Oct 2001 13:52:45 +0000 (13:52 +0000)]
(desktop-last-buffer): New variable.
(desktop-create-buffer): Set it.
(desktop-read): Bind it and switch to that buffer.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 23 Oct 2001 12:46:40 +0000 (12:46 +0000)]
*** empty log message ***

22 years ago(x_draw_glyphs): Remove parameters READ_START and
Gerd Moellmann [Tue, 23 Oct 2001 12:05:01 +0000 (12:05 +0000)]
(x_draw_glyphs): Remove parameters READ_START and
REAL_END.  Notice if cursor gets overwritten.
(notice_overwritten_cursor): Take X positions as parameters.
(x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
around call to x_draw_glyphs.

22 years ago(modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage.
Pavel Janík [Tue, 23 Oct 2001 12:01:58 +0000 (12:01 +0000)]
(modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage.

22 years ago(Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width'
Pavel Janík [Tue, 23 Oct 2001 12:00:13 +0000 (12:00 +0000)]
(Fx_show_tip): Remove unused variables `buffer', `top', `left', `max_width'
and `max_height'.

22 years ago(char-to-string): Fix argument names (use CHAR instead of C) and usage.
Pavel Janík [Tue, 23 Oct 2001 11:58:29 +0000 (11:58 +0000)]
(char-to-string): Fix argument names (use CHAR instead of C) and usage.

22 years agoRemove remaining obsolete reference to
Andrew Innes [Tue, 23 Oct 2001 10:58:06 +0000 (10:58 +0000)]
Remove remaining obsolete reference to
GETTING.GNU.SOFTWARE.

22 years ago(display_line): For a tab continued to the next line,
Gerd Moellmann [Tue, 23 Oct 2001 10:02:19 +0000 (10:02 +0000)]
(display_line): For a tab continued to the next line,
set row's ends_in_middle_of_char_p.

22 years ago[LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
Eli Zaretskii [Tue, 23 Oct 2001 09:05:27 +0000 (09:05 +0000)]
[LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
From Andreas Schwab <schwab@suse.de>.

22 years agoFix a typo in the value of CPP.
Eli Zaretskii [Tue, 23 Oct 2001 07:24:43 +0000 (07:24 +0000)]
Fix a typo in the value of CPP.

22 years ago(compilation-set-window-height): Select
Gerd Moellmann [Mon, 22 Oct 2001 18:48:09 +0000 (18:48 +0000)]
(compilation-set-window-height): Select
old window only if it's still live.

22 years ago(install-arch-indep): Add -h (follow symlinks)
Gerd Moellmann [Mon, 22 Oct 2001 17:38:17 +0000 (17:38 +0000)]
(install-arch-indep): Add -h (follow symlinks)
to tar options.

22 years agoRemove debugging code. From Stefan Monnier <monnier@cs.yale.edu>.
Pavel Janík [Mon, 22 Oct 2001 17:24:42 +0000 (17:24 +0000)]
Remove debugging code. From Stefan Monnier <monnier@cs.yale.edu>.

22 years agoDocument changes in file-name-sans-extension and file-name-extension.
Eli Zaretskii [Mon, 22 Oct 2001 16:17:29 +0000 (16:17 +0000)]
Document changes in file-name-sans-extension and file-name-extension.

22 years ago*** empty log message ***
Eli Zaretskii [Mon, 22 Oct 2001 16:14:11 +0000 (16:14 +0000)]
*** empty log message ***

22 years ago(File Name Components): Update the description of
Eli Zaretskii [Mon, 22 Oct 2001 16:12:55 +0000 (16:12 +0000)]
(File Name Components): Update the description of
file-name-sans-extension and file-name-extension.

22 years ago(file-name-sans-extension, file-name-extension): Don't
Eli Zaretskii [Mon, 22 Oct 2001 16:11:12 +0000 (16:11 +0000)]
(file-name-sans-extension, file-name-extension): Don't
count the leading dots in file names as signaling an extension.

22 years ago(display_line): Fix computation of continuation lines
Gerd Moellmann [Mon, 22 Oct 2001 14:53:30 +0000 (14:53 +0000)]
(display_line): Fix computation of continuation lines
width for TABs.

22 years ago(build_desired_tool_bar_string): Remove unused variable `Qlaplace'.
Pavel Janík [Mon, 22 Oct 2001 13:24:08 +0000 (13:24 +0000)]
(build_desired_tool_bar_string): Remove unused variable `Qlaplace'.

22 years ago#
André Spiegel [Mon, 22 Oct 2001 12:15:34 +0000 (12:15 +0000)]
#

22 years ago(vc-diff-switches): Doc rewritten.
André Spiegel [Mon, 22 Oct 2001 12:13:29 +0000 (12:13 +0000)]
(vc-diff-switches): Doc rewritten.

22 years ago*** empty log message ***
Kim F. Storm [Mon, 22 Oct 2001 11:06:39 +0000 (11:06 +0000)]
*** empty log message ***

22 years ago(tooltip-set-param): Doc fix.
Eli Zaretskii [Mon, 22 Oct 2001 10:02:41 +0000 (10:02 +0000)]
(tooltip-set-param): Doc fix.

22 years ago(sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.
Eli Zaretskii [Mon, 22 Oct 2001 09:45:39 +0000 (09:45 +0000)]
(sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.
(sgml-name-8bit-mode): Doc fix.
(sgml-char-names-table): New variable.
(sgml-name-char): Support non-ASCII and mule-unicode-* characters.  Doc fix.
(sgml-maybe-name-self): Convert unibyte characters to multibyte.

22 years ago(Which Function): Add a cindex entry.
Eli Zaretskii [Mon, 22 Oct 2001 09:33:59 +0000 (09:33 +0000)]
(Which Function): Add a cindex entry.

22 years ago(tooltip-x-offset, tooltip-y-offset): Mention in the
Eli Zaretskii [Mon, 22 Oct 2001 08:54:13 +0000 (08:54 +0000)]
(tooltip-x-offset, tooltip-y-offset): Mention in the
doc string the effect of `left' and `top' parameters in
tooltip-frame-parameters, the default values, and the units.
(tooltip-frame-parameters): Mention `top' and `left' in the doc
string.
(tooltip-show): Mention in the doc string the `top' and `left'
parameters in tooltip-frame-parameters, and x-max-tooltip-size.

22 years ago#
André Spiegel [Mon, 22 Oct 2001 08:04:33 +0000 (08:04 +0000)]
#

22 years agoNew scaling algorithm for vc-annotate.
André Spiegel [Mon, 22 Oct 2001 07:57:00 +0000 (07:57 +0000)]
New scaling algorithm for vc-annotate.
From JD Smith <jdsmith@astro.cornell.edu>.
(vc-cvs-annotate-difference): Removed to generic
version in vc.el, with
(vc-cvs-annotate-current-time): Added, as override of default.
(vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
`vc-cvs-annotate-difference'.

22 years agoChange scaling algorithm for vc-annotate.
André Spiegel [Mon, 22 Oct 2001 07:54:03 +0000 (07:54 +0000)]
Change scaling algorithm for vc-annotate.
From JD Smith <jdsmith@astro.cornell.edu>.
(vc-annotate-display-default): Accept colormap scaling
ratio (now deprecated).
(vc-annotate-display-autoscale): Added.
(vc-annotate-add-menu): New autoscaling menu options "Span to
Oldest" and "Span Oldest->Newest".  Easymenu support added for
toggle menus driven by customize variable
`vc-annotate-display-mode'.
(vc-annotate-display-select): Added.
(vc-annotate): Changed temp-buffer-show-function to
`vc-annotate-display-select'.
(vc-annotate-display): Removed arguments BUFFER and BACKEND.
Added argument OFFSET.  Instead of backend function, calls now
generic `vc-annotate-difference'.
(vc-annotate-difference): Added as generic function instead of
backend-specific function.  No longer takes argument POINT, but
instead accepts a time OFFSET.
(vc-default-annotate-current-time): Added.

22 years agoRemove unused code.
Pavel Janík [Mon, 22 Oct 2001 06:26:52 +0000 (06:26 +0000)]
Remove unused code.

22 years ago(DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
Miles Bader [Mon, 22 Oct 2001 01:10:13 +0000 (01:10 +0000)]
(DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
(DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
Remove `DOC_STRINGS_IN_COMMENTS' cases.

22 years ago#
André Spiegel [Sun, 21 Oct 2001 23:38:42 +0000 (23:38 +0000)]
#

22 years ago(diff-switches): Remove duplicate definition.
André Spiegel [Sun, 21 Oct 2001 23:31:45 +0000 (23:31 +0000)]
(diff-switches): Remove duplicate definition.

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

22 years ago(save-place): Require `saveplace'.
Gerd Moellmann [Sun, 21 Oct 2001 23:03:27 +0000 (23:03 +0000)]
(save-place): Require `saveplace'.

22 years ago(set-version): Use `s' interactive spec for
Gerd Moellmann [Sun, 21 Oct 2001 22:51:08 +0000 (22:51 +0000)]
(set-version): Use `s' interactive spec for
version number.

22 years ago(cwarn-font-lock-feature-keywords-alist):
Gerd Moellmann [Sun, 21 Oct 2001 22:47:15 +0000 (22:47 +0000)]
(cwarn-font-lock-feature-keywords-alist):
Use `sexp' for :value-type instead of `face'.

22 years ago(x_erase_phys_cursor): Remove inverse_p.
Jason Rumney [Sun, 21 Oct 2001 21:23:03 +0000 (21:23 +0000)]
(x_erase_phys_cursor):  Remove inverse_p.

22 years ago*** empty log message ***
Eli Zaretskii [Sun, 21 Oct 2001 19:20:30 +0000 (19:20 +0000)]
*** empty log message ***

22 years ago(rmail-summary-font-lock-keywords): Fix the
Eli Zaretskii [Sun, 21 Oct 2001 19:08:56 +0000 (19:08 +0000)]
(rmail-summary-font-lock-keywords): Fix the
regexps due to 5-digit message IDs.

22 years ago*** empty log message ***
Jason Rumney [Sun, 21 Oct 2001 18:49:20 +0000 (18:49 +0000)]
*** empty log message ***

22 years agoFix formatting for new function.
Jason Rumney [Sun, 21 Oct 2001 18:35:35 +0000 (18:35 +0000)]
Fix formatting for new function.

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].