1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 00:10:48 -08:00
Commit graph

14888 commits

Author SHA1 Message Date
Richard M. Stallman
140d664344 Undo unintended change in #if 0 code. 2001-11-12 22:55:02 +00:00
Pavel Janík
a89f435d63 Change macros to use do-while block instead of if-else.
Use braces to follow GNU Coding Standards.
2001-11-12 07:30:02 +00:00
Richard M. Stallman
2c850e26ce (XTread_socket): Don't update focus for EnterNotify or
LeaveNotify events.  Only FocusIn and FocusOut do that now.
(x_display_and_set_cursor): Do display hollow cursors in active
minibuffer windows when they are not selected.
2001-11-12 05:35:02 +00:00
Richard M. Stallman
eafb659ab4 *** empty log message *** 2001-11-11 20:15:03 +00:00
Richard M. Stallman
a4cd0cd738 *** empty log message *** 2001-11-11 20:13:41 +00:00
Richard M. Stallman
5a04bfa984 (child_setup_tty): Don't clear ICRNL or INLCR. 2001-11-11 20:11:14 +00:00
Richard M. Stallman
da3b886d00 (read_escape): Use end_of_file_error for reporting eof. 2001-11-11 20:10:28 +00:00
Richard M. Stallman
0542e206fe Declare set_text_properties and set_text_properties_1. 2001-11-11 20:05:05 +00:00
Richard M. Stallman
048a0fbbb1 (replace_range): Use adjust_markers_for_replace
instead of adjust_markers_for_delete and adjust_markers_for_insert.
2001-11-11 20:04:45 +00:00
Richard M. Stallman
886ed6ec12 (Freplace_match): Use replace_range to insert and delete.
Don't request property inheritance from surrounding text.
2001-11-11 20:04:04 +00:00
Richard M. Stallman
78ff4175b9 (set_text_properties_1): New subroutine, broken out of set_text_properties.
(set_text_properties): Use set_text_properties_1.
2001-11-11 20:03:24 +00:00
Richard M. Stallman
34e096ed98 (graft_intervals_into_buffer):
Use set_text_properties_1 to clear out properties.
2001-11-11 20:02:58 +00:00
Jason Rumney
91823618eb *** empty log message *** 2001-11-10 13:55:34 +00:00
Jason Rumney
66895301ef (enum_font_cb2): Use leading @ on face name to detect
vertical fonts. Allow them if face name is explicitly specified.
Do not give up if we find a font that cannot be converted to an
xlfd.
2001-11-10 13:51:02 +00:00
Gerd Moellmann
958c95e4b1 Add copyright 2001. 2001-11-10 11:43:07 +00:00
Gerd Moellmann
86928dfb6f (unexec): Use mmap/munmap to allocate buffers
instead of malloc/free.
2001-11-10 11:40:04 +00:00
Pavel Janík
fabf4a91cf (encode_coding): Use precomputed value of `src'.
(encode_coding): Remove unused variable `src_end'.
(code_convert_region): Remove unused variables `count'.
2001-11-09 08:02:08 +00:00
Pavel Janík
a78e0303c9 (Fbury_buffer): Use braces to follow GNU Coding Standards. 2001-11-09 06:49:41 +00:00
Pavel Janík
ab8469eb87 (merge_face_vectors): Use braces to follow GNU Coding Standards.
(Finternal_set_lisp_face_attribute): Likewise.
2001-11-09 06:47:21 +00:00
Pavel Janík
40ef1eda44 (current_column_1): Remove unused variable `prev_col'. 2001-11-09 06:22:21 +00:00
Richard M. Stallman
4fa23df572 *** empty log message *** 2001-11-09 03:29:12 +00:00
Jason Rumney
0c99b13927 *** empty log message *** 2001-11-07 21:19:28 +00:00
Jason Rumney
1f41b196a3 (x_display_and_set_cursor): Do not move system caret
if cursor_glyph is NULL.
2001-11-07 21:11:00 +00:00
Stefan Monnier
c191d13c1f *** empty log message *** 2001-11-07 17:17:44 +00:00
Pavel Janík
830ddd7780 (access_keymap): Fix compilation error. 2001-11-07 08:47:21 +00:00
Miles Bader
55c6d64573 *** empty log message *** 2001-11-07 08:41:55 +00:00
Miles Bader
c7e609d511 (x_set_frame_parameters): Avoid infinite recursion. 2001-11-07 08:33:33 +00:00
Pavel Janík
7a4564a4b4 (graft_intervals_into_buffer): Remove #ifdef'd-out code.
(graft_intervals_into_buffer): Remove unused variable `middle'.
2001-11-07 06:26:29 +00:00
Pavel Janík
5de38842f4 (Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer).
Change doc-string comments to `new style' [w/`doc:' keyword].
2001-11-07 06:24:06 +00:00
Richard M. Stallman
efb916453f (access_keymap): Don't use initializers on Lisp_Object. 2001-11-07 03:35:05 +00:00
Stefan Monnier
0ffbbdeb44 (read1): Fix behavior with nested backquoting. 2001-11-06 18:48:03 +00:00
Stefan Monnier
7a6a97d7b9 (make_lispy_event): Check integerness and fix Lisp_Object/int mixup. 2001-11-06 15:07:31 +00:00
Pavel Janík
4d994a7910 (current_column_1): Remove unused variable `prev_col'. 2001-11-06 13:22:01 +00:00
Pavel Janík
17893c65bd (fontset_font_pattern): Remove unused variable `family_registry'. 2001-11-06 13:19:01 +00:00
Pavel Janík
44dc78e04a (copy_hash_table): Remove unused variable `v'. 2001-11-06 13:16:43 +00:00
Richard M. Stallman
79563e7982 (BROKEN_PROTOTYPES): Defined. 2001-11-06 04:50:55 +00:00
Richard M. Stallman
d5360cc79c *** empty log message *** 2001-11-06 04:48:24 +00:00
Richard M. Stallman
9cf712eb57 (Fkill_buffer): Don't delete auto save file if buffer is modified. 2001-11-06 04:48:15 +00:00
Andrew Innes
96238a5ae7 *** empty log message *** 2001-11-05 23:20:02 +00:00
Andrew Innes
f45320928a (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
CHECK_NUMBER_CDR.
2001-11-05 23:15:36 +00:00
Richard M. Stallman
d9d54213bc (unexec): Minor changes; clean up comments. 2001-11-05 22:17:49 +00:00
Sam Steingold
b116830bc0 (x_display_and_set_cursor): Fix w32 compilation error. 2001-11-05 15:02:13 +00:00
Andreas Schwab
3297e2a11e (sound_perror): Save errno from being clobbered. 2001-11-05 14:09:32 +00:00
Eli Zaretskii
9212319ff0 Fix the format of the last entry. 2001-11-05 11:55:58 +00:00
Eli Zaretskii
6fb8339ca8 (unexec): mmap() has problems on nfs-mounted file
systems.  Don't use it anymore.
2001-11-05 11:48:48 +00:00
Pavel Janík
7dd73b78d0 (Fbuffer_local_value): Add prototype. 2001-11-05 07:39:33 +00:00
Richard M. Stallman
d31053f96f (read_char): Use Fcar and Fcdr, not Fnth.
(record_char): Likewise.

(make_lispy_event): Don't insist a drag event must move to a different
buffer position.  Instead, check for moving at least double_click_fuzz.
2001-11-05 04:20:14 +00:00
Richard M. Stallman
ae69175b09 (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER. 2001-11-05 04:04:09 +00:00
Richard M. Stallman
c1dd95fcc1 (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. 2001-11-05 03:52:23 +00:00
Richard M. Stallman
cf24f894b0 (echo-area-clear-hook): Undo Oct 29 change. 2001-11-05 03:40:14 +00:00