1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
Commit graph

34673 commits

Author SHA1 Message Date
Gerd Moellmann
dffde83fdb (Fwindow_end): Doc fix. 2001-01-03 12:52:06 +00:00
Gerd Moellmann
0a974c854d (Ffile_attributes): Fix last change, removing BSD4_3
kluge.
2001-01-03 12:43:54 +00:00
Gerd Moellmann
bafb434cc5 (try_window_reusing_current_matrix): Fix bug setting
the enabled_p flag of the glyph row at window_end_vpos to 0.
(handle_single_display_prop): Fix last change.
2001-01-03 12:33:35 +00:00
Gerd Moellmann
38186d678f Avoid security hole allowing attacker to
cause user of rcs2log to overwrite arbitrary files, fixing
a bug reported by Morten Welinder.

Don't put "exit 1" at the end of the exit trap; it's
ineffective in POSIX shells.
2001-01-03 12:04:06 +00:00
Richard M. Stallman
04212fcbbd (Frecenter): Doc fix. 2001-01-03 00:31:18 +00:00
Richard M. Stallman
5297fb001f *** empty log message *** 2001-01-03 00:30:59 +00:00
Dave Love
ac6857fb16 (cperl-invalid-face): Don't double-quote
value.
(cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2001-01-03 00:19:28 +00:00
Richard M. Stallman
67ecad4e09 Do highlighting of alternative matches all at once,
but only do it in the text that's visible in the selected window.

(isearch-lazy-highlight-cleanup): Arg now says
to remove all the current alternative-match highlighting.
If nil, remove only what's outside the current window.
(isearch-lazy-highlight-remove-overlays): Take optional
region within which NOT to remove them.
(isearch-lazy-highlight-new-loop): Greatly simplified.
(isearch-lazy-highlight-update): Find all the other occurrences
visible in the window, in just one call.

(isearch-lazy-highlight-start): Now holds start of region to scan.
(isearch-lazy-highlight-end): Now holds end of region to scan.
(isearch-lazy-highlight-wrapped): Variable deleted.
(isearch-lazy-highlight-search): Function deleted.
2001-01-03 00:18:53 +00:00
Dave Love
eff409bad3 (ls-lisp) <defgroup>: Add :version. 2001-01-02 23:39:40 +00:00
Dave Love
8166ffd5c6 *** empty log message *** 2001-01-02 23:31:00 +00:00
Dave Love
4577e8cc56 Add `radio' type. User variable doc strings and backquote in
defcustom.
2001-01-02 23:23:24 +00:00
Dave Love
9fbe132705 (browse-url-filename-alist): Avoid backquote
read syntax.
2001-01-02 23:17:24 +00:00
Andrew Innes
13d6a61c28 *** empty log message *** 2001-01-02 22:57:41 +00:00
Andrew Innes
ddbe13894c (Fredraw_frame): Call set_terminal_modes for
w32_console frames.
2001-01-02 22:55:49 +00:00
Andrew Innes
9010e6b15d (handle_single_display_prop): Return if frame is
w32_console.
(init_iterator) [WINDOWSNT]: Initialize frame face cache if
necessary, even if running interactively.
2001-01-02 22:54:34 +00:00
Andrew Innes
959e5b0e37 (realize_default_face): Set face foreground and
background to unspecified for w32_console frames.
(realize_face): Realize face cache for w32_console frames.
(realize_tty_face): Accept w32_console frames.
2001-01-02 22:51:58 +00:00
Andrew Innes
4ec0d3c13b (make_terminal_frame) [WINDOWSNT]: Make terminal frames
use output_w32_console method.
(Qw32_console): New Lisp_Object.
(Fframep): Return it.
(syms_of_frame): Init it.
(Fframe_parameters): Report w32console as font for w32_console
frames.
2001-01-02 22:50:34 +00:00
Andrew Innes
c513fb07a3 (output_method): Add output_w32_console method.
(FRAME_W32_CONSOLE_P): New macro.
2001-01-02 22:49:42 +00:00
Andrew Innes
ad54b02528 (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition. 2001-01-02 22:48:57 +00:00
Andrew Innes
7e6ac5b91d (x_update_begin):
(x_update_end):
(x_clear_frame):
(x_ins_del_lines):
(x_change_line_highlight):
(x_delete_glyphs):
(w32_ring_bell):
(x_update_begin):
(x_update_end):
(w32_reassert_line_highlight):
(w32_frame_rehighlight):
(w32_frame_raise_lower): Do nothing if not w32 frame.
2001-01-02 22:47:48 +00:00
Andrew Innes
56c1632162 (get_frame_dc): Abort if called on a non-w32 frame. 2001-01-02 22:45:32 +00:00
Andrew Innes
abf8c61b62 (Fx_display_color_cells): Determine correct value, when
system doesn't tell us directly.
(Fx_display_visual_class): Implement properly.
2001-01-02 22:44:52 +00:00
Andrew Innes
f82f26babc (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
than the function.
2001-01-02 22:41:07 +00:00
Andrew Innes
82d5a7b2a6 (convert-standard-filename): Do length check on name
before aref.
2001-01-02 22:38:06 +00:00
Dave Love
064866e7f5 *** empty log message *** 2001-01-02 20:34:49 +00:00
Eli Zaretskii
69e5e747e8 Minor style and punctuation changes from Kim Storm. 2001-01-02 17:05:30 +00:00
Eli Zaretskii
d5c00476b2 Fix email address of my last entry. 2001-01-02 15:39:32 +00:00
Gerd Moellmann
d6bb0c0d88 *** empty log message *** 2001-01-02 15:32:59 +00:00
Gerd Moellmann
6df47b592a (Frecenter): Handle centering in graphical frames
specially.  Centering on the basis of line counts doesn't work
reliably with variable-height lines.
2001-01-02 15:32:31 +00:00
Gerd Moellmann
e6a0814f18 (yyerror): Changed to take two arguments. Prototype
added.  Callers changed.
2001-01-02 14:32:37 +00:00
Eli Zaretskii
315f5865d4 *** empty log message *** 2001-01-02 14:27:49 +00:00
Eli Zaretskii
da55a2b79a (detect_coding_iso2022, setup_coding_system): Remove
unused variable `i'.
(detect_coding_mask): Remove unused variable `idx'.
(detect_coding): Remove unused variable `i'.
(ccl_coding_driver): Remove unused variable `result'.
(run_pre_post_conversion_on_str): Remove unused variable `prev'.
(decode_coding_string): Remove unused variables `to' and
`gcpro1'.
(encode_coding_string): Remove unused variables `gcpro1' and
`saved_coding_symbol'.
(Ffind_coding_systems_region_internal): Remove function-local
variable args[], leave only the block-local one.
(code_convert_region1): Remove unused variable `len'.
2001-01-02 14:26:22 +00:00
Eli Zaretskii
478d746bab (make_cursor_line_fully_visible): Remove unused variable
`header_line_height'.
(append_space, extend_face_to_end_of_line): Declare `saved_what'
enum display_element_type.
2001-01-02 14:24:29 +00:00
Eli Zaretskii
57328c1f51 (size_window): Remove block-local variable `min_size'. 2001-01-02 14:23:43 +00:00
Eli Zaretskii
8ebae00c64 (char_printable_p): Remove unused variable `chars'.
(Fsplit_char, Fchar_bytes): Remove unused variable `val'.
(str_to_multibyte): Remove unused variable `c'.
2001-01-02 14:22:57 +00:00
Eli Zaretskii
a303d6bee9 (Fcategory_docstring): Remove unused variable `doc'.
(Fget_unused_category): Remove unused variable
`docstring_vector'.
(Fchar_category_set): Remove unused variables `val', `charset',
`c1' and `c2'.
2001-01-02 14:21:33 +00:00
Gerd Moellmann
6dde6abc96 *** empty log message *** 2001-01-02 14:20:32 +00:00
Eli Zaretskii
b428fdfdc1 (Fccl_execute): Cast ccl_driver parameters to `unsigned
char *' instead of `char *'.
2001-01-02 14:20:09 +00:00
Gerd Moellmann
1883b2c6c0 *** empty log message *** 2001-01-02 14:19:53 +00:00
Eli Zaretskii
5ab05323cc (face_fontset, realize_default_face): Remove unused
variable `fontset'.
(face_at_buffer_position): Remove unused variable `multibyte_p'.
2001-01-02 14:19:26 +00:00
Gerd Moellmann
fe5d5d8c2b *** empty log message *** 2001-01-02 14:19:19 +00:00
Eli Zaretskii
3378b2e450 (XTread_socket): Remove unused variables `p' and
`pend'.
(XTread_socket) <LeaveNotify>: Remove unused variable `frame',
leave only the one in the inner block.
2001-01-02 14:17:49 +00:00
Gerd Moellmann
0fddb84c10 (comint-input-history-ignore): New variable.
(comint-read-input-ring): Ignore entries matching
comint-input-history-ignore.
2001-01-02 14:15:22 +00:00
Eli Zaretskii
9b207e8ed2 (x_display_info_for_name): Cast 0 to "char *" in the call
to x_term_init.
(lookup_image): Remove unused variable `file'.
(xbm_load): Remove unused variables `bitmap_data', `height', and
`width'.  Remove function-local variable `i', leave the
block-local one.
(gif_load): Remove unused variable `inc'.
2001-01-02 14:12:28 +00:00
Eli Zaretskii
1337ac7772 (fontset_ref): Remove unused variable `i'.
(fontset_set): Remove unused variables `j' and `tmp'.
(make_fontset): Remove unused variables `i', `j', `elt' and
`base_elt'.
(make_fontset_for_ascii_face): Remove unused variable `name'.
(fs_load_font): Remove unused variable `font_idx'.
(fs_query_fontset): Remove unused function-local variable
`fontset'.
(list_fontsets): Remove unused variable `tail'.
(Fnew_fontset): Remove unused variables `family' and `registry'.
(accumulate_font_info): Remove unused variable `tmp'.
(Ffontset_font): Remove unused variable `id'.
(syms_of_fontset): Remove unused variable `i'.
2001-01-02 14:11:36 +00:00
Eli Zaretskii
87ba0a6bc7 (make_gap): Remove unused variable `result'. 2001-01-02 14:10:36 +00:00
Eli Zaretskii
aebfea6874 (record_char): Remove unused function-scope variable
`help'.
(kbd_buffer_get_event): Remove unused block-scope variable `idx'.
(menu_bar_items): Remove unused function-scope variable `tem'.
2001-01-02 14:09:59 +00:00
Eli Zaretskii
4644f58940 (Fmarker_position): Remove unused variables pos', i',
and `buf'.
(Fmarker_insertion_type): Remove unused variable `buf'.
2001-01-02 14:08:59 +00:00
Eli Zaretskii
959064c4ed (e_write): Remove unused variable `require_encoding_p'. 2001-01-02 14:08:14 +00:00
Eli Zaretskii
b3edfc9b59 (directory_files_internal): Fix a typo in a comment.
Remove an unused variable `handler'.
(file_name_completion): Remove unused function-scope variable
`dp'.
(Ffile_attributes) <dirname, sdir>: Make declarations conditioned
on BSD4_2.
2001-01-02 14:07:22 +00:00