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

11995 commits

Author SHA1 Message Date
Gerd Moellmann
5af47d5f73 (Fstring_width): Doc fix. 2000-08-08 12:38:01 +00:00
Gerd Moellmann
49ad1d991e (x_draw_image_foreground): Avoid drawing outside
of the clip area when image doesn't have a mask.
2000-08-07 21:54:31 +00:00
Gerd Moellmann
b28cb6ed7a (start_display): WHen starting display on a continuation
line, clear ascent and descent members of the iterator structure;
the height of the continued line does not affect the height of the
continuation line.
(make_cursor_line_fully_visible): Do nothing if cursor is on a
line taller than the window.
(redisplay_window) <forced window start>: Handle case that the
middle of the window is not found in any row.
(dump_glyph_row): Show more information.
(compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
first text line in a glyph matrix.
2000-08-07 21:52:14 +00:00
Gerd Moellmann
70fc58b397 *** empty log message *** 2000-08-07 13:12:43 +00:00
Gerd Moellmann
728c5d9df9 (sweep_weak_table): Fix survival conditions for
key-or-value and key-and-value weakness.
2000-08-07 12:32:04 +00:00
Gerd Moellmann
3266f62b07 (xhashtable): New command. 2000-08-07 12:31:50 +00:00
Gerd Moellmann
ac0e96eefc (sweep_weak_hash_tables): Fix the code taking unmarked
tables out of the list of all weak hash tables.
2000-08-07 12:04:06 +00:00
Gerd Moellmann
ff3d95733d (ensure_echo_area_buffers): If a buffer was killed and a
new buffer is created, make sure make sure echo_area_buffer[]
references the new buffer.
2000-08-07 10:34:08 +00:00
Eli Zaretskii
e0d8827bbe *** empty log message *** 2000-08-07 07:51:40 +00:00
Eli Zaretskii
84968b32fd (Fmsdos_set_mouse_buttons): Add missing backslashes in
the doc string.
2000-08-07 07:47:53 +00:00
Kenichi Handa
e39091b6dd * syntax.c (skip_chars): Fix previous change. Make the handling of
unibyte string consistent with that of regex search.
2000-08-07 05:57:08 +00:00
Kenichi Handa
c6f353786b *** empty log message *** 2000-08-07 05:44:37 +00:00
Gerd Moellmann
e49aa397e8 *** empty log message *** 2000-08-05 20:10:32 +00:00
Gerd Moellmann
38b74a2e47 (run_mac_command, closedir): Use xfree' instead of free'. 2000-08-05 19:29:39 +00:00
Gerd Moellmann
9ae6734f00 (error): Use xfree instead of free. 2000-08-05 19:27:14 +00:00
Gerd Moellmann
9731fda59f (current_minor_maps): Use xmalloc instead of malloc. 2000-08-05 19:27:01 +00:00
Gerd Moellmann
7f77dbe3b0 (opendir, GetTempDirName, run_mac_command): Use xmalloc
instead of malloc.
(run_mac_command, closedir): Use `xfree' instead of `free'.
2000-08-05 19:26:46 +00:00
Gerd Moellmann
a3f0666ff7 (child_setup): Use xfree instead of free. 2000-08-05 19:26:30 +00:00
Gerd Moellmann
afd74e2569 (Ftranspose_regions): Use xfree instead of free. 2000-08-05 19:26:20 +00:00
Gerd Moellmann
9318456051 (Finsert_file_contents): Use xfree instead of free. 2000-08-05 19:26:04 +00:00
Gerd Moellmann
36cc2d3834 (popup_get_selection): Use xfree instead of free. 2000-08-05 19:25:41 +00:00
Gerd Moellmann
1fd4c450e5 Replace illegal' with invalid'.
(Fmake_hash_table, amke_hash_table): Allow table size of 0.
2000-08-05 15:48:22 +00:00
Gerd Moellmann
1a948b1794 Replace illegal' with invalid'. 2000-08-05 15:47:13 +00:00
Noah Friedman
59f953a285 (Fmake_hash_table): Add missing `\n\' to end of line in docstring. 2000-08-05 03:01:49 +00:00
Kenichi Handa
82d497fc5c (skip_chars): Fix handling of multibyte<->unibyte conversion. 2000-08-05 01:45:10 +00:00
Gerd Moellmann
688351f25d (skip_chars): Fix typo in error message. 2000-08-04 15:07:44 +00:00
Andreas Schwab
2dad51cce6 * m/ia64.h: Moved from s/ia64.h. 2000-08-04 08:48:52 +00:00
Kenichi Handa
082a1df2db *** empty log message *** 2000-08-04 05:53:39 +00:00
Kenichi Handa
78108bcdcc (coding_restore_composition): Pay attention to the case that
cmp_data is not set properly (because of invalid code in the
source text).
(run_pre_post_conversion_on_str): Include text properties in the
resulting string.
(decode_coding_string): Set members of coding correctly.
2000-08-04 05:53:01 +00:00
Kenichi Handa
ed7a4b2d60 (read_process_output): Big simplification. Handle
composition and post-read-conversion of coding system correctly.
(send_process): Handle composition correctly.
2000-08-04 02:26:32 +00:00
Kenichi Handa
f778b157f4 (Fcall_process): Handle post-read-conversion of coding system if any. 2000-08-04 02:12:39 +00:00
Kenichi Handa
e7046a1877 (decode_coding_iso2022): More strict check for handling single
shifting.
2000-08-04 02:05:39 +00:00
Kenichi Handa
99bb2c6002 *** empty log message *** 2000-08-04 02:05:08 +00:00
Gerd Moellmann
f4988be716 *** empty log message *** 2000-08-03 20:24:26 +00:00
Gerd Moellmann
c52e7aa6e2 (set_frame_size, update_wm_hints, EmacsFrameSetValues):
Use NULL instead of 0 at the end of variable argument list of
XtVaGetValues and XtVaSetValues, because 0 fails on systems where
sizeof (int) < sizeof (void *).
2000-08-03 20:22:34 +00:00
Gerd Moellmann
6a2bfc8478 (update_frame_menubar): Use NULL instead of 0 at the end
of variable argument lists of XtVaGetValues and XtVaSetValues.
2000-08-03 20:22:17 +00:00
Gerd Moellmann
d16700638b (Fx_file_dialog): Use NULL instead of 0 at the end of
variable argument lists of XtVaGetValues and XtVaSetValues.
2000-08-03 20:21:52 +00:00
Gerd Moellmann
ead534947f *** empty log message *** 2000-08-02 20:23:23 +00:00
Gerd Moellmann
9c3da604d1 (display_buffer_reuse_frames): New variable.
(Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
frames displaying BUFFER.
(syms_of_window): Define Lisp variable
display-buffer-reuse-frames.
2000-08-02 20:17:01 +00:00
Gerd Moellmann
c1848a97e5 (Fsingle_key_description): Add parameter NO_ANGLES.
Callers changed.
2000-08-02 20:16:40 +00:00
Gerd Moellmann
efff6e49a9 (read_char_minibuf_menu_prompt): Add new parameter
in call to Fsingle_key_description.
2000-08-02 20:16:22 +00:00
Gerd Moellmann
675d513090 (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
(xrealloc, xmalloc): Use size_t.
2000-08-02 20:15:51 +00:00
Gerd Moellmann
f66aa8f2c1 (Fsingle_key_description, xmalloc, xrealloc): Change
prototype.
2000-08-02 20:15:09 +00:00
Miles Bader
10b0f752ea (Fconstrain_to_field): Fix the conditions for deciding when to constrain
NEW_POS (they were pretty screwed up before).
2000-08-01 12:56:24 +00:00
Eli Zaretskii
da288c1402 *** empty log message *** 2000-07-31 06:45:34 +00:00
Eli Zaretskii
8f190436ea (Fmsdos_set_mouse_buttons, syms_of_msdos): New functions.
(syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
2000-07-31 06:38:19 +00:00
Eli Zaretskii
16425c4a98 (child_setup) [MSDOS]: malloc pwd_var instead of
using alloca; free it after run_msdos_command returns
2000-07-31 06:33:58 +00:00
Eli Zaretskii
74c07fafcf (run_msdos_command): Save and restore the master
environment, for the case that child_setup signals an error.
When mirroring slashes in DOS shell commands, don't fail if
argv[2] has embedded blanks.
2000-07-31 06:24:21 +00:00
Gerd Moellmann
3ab82477c7 *** empty log message *** 2000-07-27 15:51:12 +00:00
Gerd Moellmann
e517f19dd4 (Fdelete): Make it work on vectors and strings in addition to lists. 2000-07-27 15:44:20 +00:00