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

18173 commits

Author SHA1 Message Date
Juanma Barranquero
aa7094ba0f *** empty log message *** 2004-05-10 18:18:23 +00:00
Juanma Barranquero
bc0018148a (Fget_unused_iso_final_char): Fix typos in docstring.
(Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction, Fsplit_char)
(Fchar_charset): Make argument names match their use in docstring.
2004-05-10 17:51:27 +00:00
Juanma Barranquero
553acde508 (Fstart_process): Fix docstring. 2004-05-10 17:47:38 +00:00
Richard M. Stallman
e109331ade *** empty log message *** 2004-05-10 16:56:13 +00:00
Richard M. Stallman
c113267187 (print_preprocess): Use being_printed, loop_count and
halftail to detect overdeep nesting and cyclic cdr chains.
2004-05-10 16:55:38 +00:00
Kenichi Handa
a57e815925 *** empty log message *** 2004-05-10 12:58:20 +00:00
Kenichi Handa
d28eab19f9 (temp_output_buffer_setup): Bind inhibit-read-only and
inhibit-modification-hooks to t temporarily before calling
Ferase_buffer.
2004-05-10 12:09:08 +00:00
Kenichi Handa
5c2a995dc9 (x_create_tip_frame): Bind inhibit-read-only and
inhibit-modification-hooks to t temporarily before calling
Ferase_buffer.
2004-05-10 12:08:32 +00:00
Andreas Schwab
9a28b92124 *** empty log message *** 2004-05-10 12:00:20 +00:00
Andreas Schwab
f59abab94a (Frename_file): Remove extra argument in call to
Fmake_symbolic_link.
2004-05-10 11:55:18 +00:00
Andreas Schwab
453d8ee93f Declare Fmake_symbolic_link. 2004-05-10 11:54:54 +00:00
Kim F. Storm
7e1704d0a9 (calc_line_height_property): Use string position when
object is a string.
2004-05-10 11:16:37 +00:00
Kim F. Storm
e2c02c1a1d *** empty log message *** 2004-05-10 11:15:55 +00:00
Kenichi Handa
cfe9d13e24 *** empty log message *** 2004-05-10 04:15:14 +00:00
Kenichi Handa
a54ad22035 (count_combining): Delete it.
(concat): Don't check combining bytes.
2004-05-10 03:56:43 +00:00
Jason Rumney
ceb96489dd *** empty log message *** 2004-05-09 15:49:26 +00:00
Jason Rumney
4bf9153503 (Vw32_ansi_code_page): New Lisp variable.
(globals_of_w32fns): Set it.
2004-05-09 15:02:14 +00:00
Juanma Barranquero
b1c661c724 *** empty log message *** 2004-05-09 00:50:52 +00:00
Juanma Barranquero
7ef9805349 (Fquo): Simplify. 2004-05-09 00:49:06 +00:00
Juanma Barranquero
88214ef69e *** empty log message *** 2004-05-08 16:27:59 +00:00
Juanma Barranquero
f3d9532b1a (Fwaiting_for_user_input_p, Fmake_network_process)
(Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
Fix spelling of Emacs on docstring.
(Fset_process_coding_system, Fprocess_coding_system)
(Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
Make argument names match their use in docstring.
(Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
Fix docstring.
2004-05-08 16:11:42 +00:00
Juanma Barranquero
28712a2124 (Fquo): If any argument is float, do the computation in floating point. 2004-05-08 15:00:20 +00:00
Juanma Barranquero
0f0af7a8f8 *** empty log message *** 2004-05-07 22:42:56 +00:00
Juanma Barranquero
658ec670ab (Finsert_buffer_substring): Make argument names match their use in
docstring.
2004-05-07 22:27:57 +00:00
Juanma Barranquero
d7ee9fab39 (Fmodify_syntax_entry): Fix docstring. 2004-05-07 22:26:29 +00:00
Steven Tamm
2a316a84d5 macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
around call to ReceiveEvent to avoid certain crashes.
(mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
(mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
(mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
Save/restore the current graphics port and device handle when
drawing into an offscreen graphics world.
image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
(gif_load): Likewise.
2004-05-07 17:46:50 +00:00
Juanma Barranquero
ab80314baa (Fset_window_buffer): Fix docstring. 2004-05-07 00:45:53 +00:00
Thien-Thi Nguyen
70646bb5c5 (main) [VMS]: Fix var ref. 2004-05-06 19:48:50 +00:00
Juanma Barranquero
b03a4fdde7 *** empty log message *** 2004-05-06 00:46:57 +00:00
Juanma Barranquero
948d29955e (Fsetq_default): Fix docstring. 2004-05-06 00:10:15 +00:00
Jason Rumney
279d3293d3 (Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash. 2004-05-05 23:22:41 +00:00
Jan Djärv
440c7d00c4 fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK. 2004-05-04 19:23:31 +00:00
Jan Djärv
f72b5416b9 * fileio.c (barf_or_query_if_file_exists): Use lstat.
(Frename_file): Handle renaming of symlinks across file systems.
2004-05-04 13:54:50 +00:00
Kim F. Storm
6ab6679999 *** empty log message *** 2004-05-04 13:45:52 +00:00
Kim F. Storm
17b01ffc96 (Qtotal): New var.
(syms_of_xdisp): Intern and staticpro it.
(calc_line_height_property): New arg total.  Set it if
line-spacing property has format (total . VALUE).
(x_produce_glyphs): Ignore line-spacing if line-height is 0.
Handle total line-spacing property.
2004-05-04 12:51:45 +00:00
Jan Djärv
ab2d724b88 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
"under" scroll bar when size/position changes.
2004-05-03 15:27:48 +00:00
Jason Rumney
238add5e58 Remove files related to old msvc only windows build. 2004-05-03 14:19:40 +00:00
Eli Zaretskii
05fdbeb881 *** empty log message *** 2004-05-02 18:55:11 +00:00
Eli Zaretskii
06a18d94f7 (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid
compiler warnings.
2004-05-02 18:46:39 +00:00
Eli Zaretskii
1644f4e408 (region-cache.o): Depend on config.h 2004-05-02 17:46:46 +00:00
Stefan Monnier
6cbc951e92 (compute_motion): Save vpos in prev_vpos when dealing
with continuation lines, too.
2004-05-02 16:57:32 +00:00
Thien-Thi Nguyen
2b98b08872 (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'. 2004-05-02 16:01:50 +00:00
Stefan Monnier
d9bf7950c2 (calc_line_height_property): YAILOM (yet another int/Lisp_Object mixup). 2004-05-01 21:19:31 +00:00
Eli Zaretskii
affa509c00 (top-level): Add "#pragma pack(0)" after <dir.h>, to
undo bad effect of pack(4) in some versions of system headers.
2004-05-01 17:39:43 +00:00
Jason Rumney
07c07cfe9a (x_draw_hollow_cursor): Sync with xterm.c 2004-05-01 10:10:36 +00:00
Kim F. Storm
038c748875 (syms_of_buffer) <cursor-type>: Doc fix. 2004-04-30 22:53:40 +00:00
Kim F. Storm
b2b55d030d *** empty log message *** 2004-04-30 22:53:12 +00:00
Kim F. Storm
6431cf0d5f (syms_of_buffer) <cursor-type>: Add hbar value. 2004-04-30 22:49:49 +00:00
Kim F. Storm
e71caa4ed9 *** empty log message *** 2004-04-29 22:41:05 +00:00
Kim F. Storm
a9e5c93275 (init_iterator): Handle line-spacing float value.
Initialize override_ascent member.
(append_space_for_newline): Reset override_ascent.
Remove use_default_face.
(calc_line_height_property): New function to calculate value of
line-height and line-spacing properties.  Look at overlays, too.
Set override_ascent, override_descent, override_boff members when
using another face than the current face.  Float values are now
relative to the frame default font, by default; accept a cons
of ratio and face name to specify value relative to a specific face.
(x_produce_glyphs): Use calc_line_height_property.
Use override_ascent etc. when set to handle different face heights.
A negative line-spacing property value is interpreted as a total
line height, rather than inter-line spacing.
(note_mouse_highlight): Allocate room for 40 overlays initially.
2004-04-29 22:37:52 +00:00