1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00
Commit graph

14726 commits

Author SHA1 Message Date
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
Richard M. Stallman
830047fdb6 *** empty log message *** 2001-11-05 00:14:46 +00:00
Richard M. Stallman
34368a22c5 (x_display_and_set_cursor): Use buffer-local
value of `cursor-in-non-selected-windows'.
2001-11-05 00:14:31 +00:00
Richard M. Stallman
88d778acfc (Qcursor_in_non_selected_windows): New declaration. 2001-11-05 00:13:53 +00:00
Richard M. Stallman
af79bccb0d (Qcursor_in_non_selected_windows): New variable.
(syms_of_xdisp): Initialize it.
2001-11-05 00:13:37 +00:00
Richard M. Stallman
79aa712d49 (Fbuffer_local_value): New function.
(syms_of_buffer): defsubr it.
2001-11-05 00:10:49 +00:00
Richard M. Stallman
982f6c7e65 *** empty log message *** 2001-11-04 23:39:35 +00:00
Richard M. Stallman
d6e483a4da (current_column_1, Fmove_to_column): Separate the code
for display-table glyphs from the code buffer text, to fix
bugs in the former.
2001-11-04 23:26:52 +00:00
Pavel Janík
4e39768886 (Fx_create_frame): Doc fix. 2001-11-04 17:46:34 +00:00
Pavel Janík
48b0f3aed7 Change doc-string comments to new style' [w/doc:' keyword]. 2001-11-04 17:43:52 +00:00
Pavel Janík
2df5238c1a (top_level_value, top_level_set): Remove commented and #ifdef'd-out code.
(Fdefvar): Fix usage in doc-string.
2001-11-04 10:28:01 +00:00
Richard M. Stallman
203480d952 Whitespace change. 2001-11-04 03:21:13 +00:00
Richard M. Stallman
3ecaf7e54c Include unistd.h, if it exists. 2001-11-04 03:20:48 +00:00