1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

18045 commits

Author SHA1 Message Date
Stefan Monnier
d0abdf7e83 (scan_lists): Simplify backward string scan.
Fix off-by-one boundary check for string and comment fences.
2004-04-13 21:45:13 +00:00
Kim F. Storm
cb9d4a9f65 (get_glyph_string_clip_rect): Fix reduction of cursor
height to glyph height when cursor row is not fully visible.
(make_cursor_line_fully_visible): Add FORCE_P arg to return
failure in case row is higher than window.  Callers changed.
(try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
Try to scroll partially visible, higher-than-window cursor row.
(redisplay_window): Always try to scroll partially visible,
higher-than-window cursor row - both initially and again with
centering_position = 0.
Clear desired matrix before retrying with centering_position = 0.
2004-04-13 21:31:23 +00:00
Kim F. Storm
ed8226ea41 (update_window): Only set changed_p if
scrolling_window actually did scroll.
(scrolling_window): Only return 1 if we actually did scroll.
2004-04-13 21:30:56 +00:00
Kim F. Storm
d68de522ca (Fformat): Fix allocation size of precision array. 2004-04-13 21:30:16 +00:00
Stefan Monnier
5fc16e8e03 *** empty log message *** 2004-04-13 20:21:43 +00:00
Stefan Monnier
3e62da9572 New file. 2004-04-13 20:08:53 +00:00
Stefan Monnier
40899d7b75 *** empty log message *** 2004-04-13 16:06:38 +00:00
Luc Teirlinck
c9aac8e688 (Fmake_indirect_buffer): Throw an error if the intended base buffer
has been killed.  Correct the error message if the base buffer does
not exist.
2004-04-13 01:16:22 +00:00
Stefan Monnier
1e88a355b5 *** empty log message *** 2004-04-12 19:43:37 +00:00
Stefan Monnier
d845b2f364 Link changes for Cygwin unexec() support. 2004-04-12 19:43:10 +00:00
Stefan Monnier
451f03a04f Changes for Cygwin unexec() support, changes in Cygwin itself.
Add support for Xaw3d scrollbars.
2004-04-12 19:42:52 +00:00
Stefan Monnier
ef6d103984 (__default_morecore): Use bss_sbrk(), not __sbrk(), before Cygwin unexec. 2004-04-12 19:41:56 +00:00
Stefan Monnier
eff277312d Define my_endbss[] for Cygwin unexec() support. 2004-04-12 19:40:35 +00:00
Stefan Monnier
6d0da1a350 Set up PURE_P() for Cygwin unexec() support. 2004-04-12 19:40:10 +00:00
Andreas Schwab
8dbff9a058 . 2004-04-12 12:13:37 +00:00
Andreas Schwab
ab53e06559 (Fmake_indirect_buffer): Check that NAME is a string. 2004-04-12 12:13:03 +00:00
Luc Teirlinck
54dffe35a5 (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argument
equals NAME.  Doc fix.
2004-04-11 15:44:38 +00:00
Masatake YAMATO
99a72bdf23 (fix_start_end_in_overlays): make overlays empty if they are backwards. 2004-04-10 20:21:50 +00:00
Stefan Monnier
066a4c6b91 (face_color_supported_p): Fix compilation without X11. 2004-04-09 16:15:08 +00:00
Stefan Monnier
f8f853ded2 *** empty log message *** 2004-04-07 19:39:45 +00:00
Stefan Monnier
a12a9bd6ab (Fsnarf_documentation): Ignore new file name entries. 2004-04-07 19:17:36 +00:00
Kim F. Storm
661e85c1eb *** empty log message *** 2004-04-05 22:03:26 +00:00
Kim F. Storm
40d0e2815a (handle_one_xevent): Set mouse_face_hidden after clearing highlight. 2004-04-05 21:55:16 +00:00
Kim F. Storm
867756d80a (clear_mouse_face): Only clear mouse highlight if not hidden. 2004-04-05 21:54:43 +00:00
Kim F. Storm
7292c311e8 (w32_read_socket): Set mouse_face_hidden after clearing highlight. 2004-04-05 21:54:17 +00:00
Kim F. Storm
fbb6cd8c99 (clear_mouse_face): Only clear mouse highlight if not hidden.
(dos_rawgetc): Set mouse_face_hidden after clearing highlight.
2004-04-05 21:54:02 +00:00
Kim F. Storm
7b8339b603 (vmotion): Do not reserve one column for continuation
marks on window frames.
2004-04-05 21:41:08 +00:00
Kim F. Storm
c953fe1bac *** empty log message *** 2004-04-05 21:40:02 +00:00
Eli Zaretskii
a6eeaa811c Update my email address. 2004-04-04 21:38:56 +00:00
Eli Zaretskii
c19942680d *** empty log message *** 2004-04-04 21:32:05 +00:00
Eli Zaretskii
6f1a3d53d7 (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC. 2004-04-04 21:00:49 +00:00
Stefan Monnier
9f691b0dd9 Useless now that .gdbinit works with USE_LISP_UNION as well. 2004-04-03 05:36:26 +00:00
Stefan Monnier
329aa18857 Make it work for USE_LSB_TAG and !NO_LISP_UNION.
(xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
($nonvalbits): Remove.
($valmask): Set it by calling xreload to avoid redundancy.
2004-04-03 05:34:11 +00:00
Stefan Monnier
0dda8fd8d5 (gdb_use_union, gdb_use_lsb): New vars.
(gdb_emacs_intbits): Remove.
2004-04-03 05:31:24 +00:00
Jan Djärv
7a8560d7d7 data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes. 2004-03-31 12:42:43 +00:00
Kenichi Handa
3c8111fcc5 (Fformat): Fix initialization of the array info. 2004-03-30 06:16:29 +00:00
Kim F. Storm
ccf1626aa7 (x_initialize): Initialize ignore_next_mouse_click_timeout. 2004-03-29 22:53:14 +00:00
Kim F. Storm
0666d82cff (x_mouse_click_focus_ignore_position): New var.
(syms_of_xterm): DEFVAR_BOOL it.
(ignore_next_mouse_click_timeout): New var.
(handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
Use it to filter mouse clicks following focus event.
2004-03-29 22:49:15 +00:00
Kim F. Storm
48a0bce4b5 *** empty log message *** 2004-03-29 22:37:09 +00:00
Kim F. Storm
f817f028ec (Fcall_interactively): Fix last change.
From David Ponce  <david@dponce.com>
2004-03-29 11:45:11 +00:00
Kim F. Storm
1cd0066c73 *** empty log message *** 2004-03-29 11:44:36 +00:00
Stefan Monnier
adb3b3532f *** empty log message *** 2004-03-29 00:53:28 +00:00
Stefan Monnier
ed16fb98ca (Fcommandp): Simplify. 2004-03-29 00:51:43 +00:00
Stefan Monnier
1e0b36be0a (Fcall_interactively): Use Finteractive_form. 2004-03-29 00:49:00 +00:00
Stefan Monnier
c2f562eefa (Finteractive_form): Declare. 2004-03-29 00:48:39 +00:00
Stefan Monnier
f52a3ca37e (Finteractive_form): Rename from Fsubr_interactive_form.
Extend to handle all kinds of functions.
2004-03-29 00:48:32 +00:00
Kim F. Storm
be21b92592 (syms_of_xdisp): Include `void-variable' in list_of_error
to catch errors in calc_pixel_width_or_height during redisplay.
2004-03-26 00:33:18 +00:00
Kim F. Storm
6fc4c9c950 *** empty log message *** 2004-03-26 00:32:56 +00:00
Kim F. Storm
b17856dd34 *** empty log message *** 2004-03-25 23:52:28 +00:00
Masatake YAMATO
abdb9b8306 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
* buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
* editfns.c (Ftranspose_regions): Likewise.
* lisp.h (top_level): Likewise.
2004-03-25 18:05:29 +00:00