bpt/emacs.git
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].

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.