Gerd Moellmann
b5b8059998
(syms_of_composite): Renamed from
...
syms_of_composition.
2001-07-19 11:20:40 +00:00
Ken Raeburn
c1fd92320c
* fns.c (Fset_char_table_default): Check that a charset is defined before checking its dimension.
2001-07-18 20:42:40 +00:00
Gerd Moellmann
e0300d338f
Fix a typo.
2001-07-18 10:40:57 +00:00
Ken Raeburn
232e274c6e
* lisp.h (XVECTOR): Verify correct object type before returning a pointer.
2001-07-17 16:44:16 +00:00
Ken Raeburn
928a85c1ba
* coding.c (setup_coding_system): Don't do any designation based on reg_bits if
...
charset is not yet defined.
2001-07-17 16:29:39 +00:00
Gerd Moellmann
467f120972
*** empty log message ***
2001-07-17 10:57:38 +00:00
Gerd Moellmann
5333e22e4f
(USAGE1): Add +LINE:COLUMN option help.
2001-07-17 10:33:06 +00:00
Gerd Moellmann
de11c1eaf3
(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
...
to 4096 because of paste problems reported on GNU/Linux.
2001-07-17 09:35:27 +00:00
Gerd Moellmann
c1d61a7dfa
*** empty log message ***
2001-07-16 16:00:02 +00:00
Gerd Moellmann
1b9781296a
(unwind_read): Function removed.
...
(read_non_regular, read_non_regular_quit): New functions.
(Finsert_file_contents): When reading from non-regular files,
arrange to catch a `quit' and terminate the loop. Rearrange
code so that a `quit' when reading from a regular file doesn't
insert text in the buffer.
2001-07-16 15:59:43 +00:00
Gerd Moellmann
c3d6be34f6
*** empty log message ***
2001-07-16 13:00:54 +00:00
Gerd Moellmann
4cba8c0bdc
Comment fix.
2001-07-16 12:22:17 +00:00
Gerd Moellmann
d5641fc560
(clear_face_cache): Clear fonts on a display basis.
...
Clear faces afterwards.
(clear_font_table): Take a x_display_info parameter. Don't free
fonts being the default font of any frame on the given display.
2001-07-16 12:21:02 +00:00
Gerd Moellmann
e06aa1f90f
(CHAR_STRING_NO_SIGNAL): New macro.
2001-07-13 09:31:16 +00:00
Gerd Moellmann
12bcae0584
(char_to_string_1): Extracted from char_to_string.
...
Return -1 instead of signaling an error.
(char_to_string): Use it.
2001-07-13 09:30:42 +00:00
Gerd Moellmann
ea9dd0918a
(get_next_display_element): Use CHAR_STRING_NO_SIGNAL
...
instead of CHAR_STRING which can signal an error.
2001-07-13 09:30:21 +00:00
Stefan Monnier
176c92e68f
(Ffind_coding_systems_region_internal): If safe_codings
...
is t, don't try to append anything to it.
2001-07-12 20:28:45 +00:00
Eli Zaretskii
1c56232f0d
(file_name_completion): Pass dp->d_name to
...
Fstring_match, not elt, which is alays nil here.
2001-07-12 16:29:51 +00:00
Gerd Moellmann
1d2b226835
(XTread_socket) <PropertyNotify>: Put the code
...
ignoring events on foreign windows in #if 0. Always dispatch
the event after checking it with x_handle_property_notify.
2001-07-12 14:39:45 +00:00
Gerd Moellmann
d9c0d4a31a
(x_decline_selection_request): Handle errors
...
caused by receivers that have vanished.
(TRACE0, TRACE1, TRACE2): New macros, defined
depending on TRACE_SELECTION. Replace fprintfs in #if 0 with
TRACE macros to facilitate debugging. Add additional trace
statements.
(toplevel): Add prototypes for file-local functions.
(x_atom_to_symbol): Remove DPYINFO parameter.
2001-07-12 14:38:51 +00:00
Stefan Monnier
fe5a01629a
(menubar_selection_callback, w32_menu_show): Initialize `entry' to nil.
...
(w32_dialog_show): Remove unused `save_wv' variable.
(name_is_separator): Recognize "--:foo" and "--foo-bar".
2001-07-11 18:31:41 +00:00
Gerd Moellmann
8ee5b6a396
(try_cursor_movement): Prevent a warning from GCC 3.0.
2001-07-11 15:45:24 +00:00
Gerd Moellmann
d0e2444ef8
(unwind_read): Print a message when discarding inserted
...
text or switching the buffer to unibyte. Change parameter.
(Finsert_file_contents): Don't pass VISIT to unwind_read.
2001-07-11 15:42:26 +00:00
Gerd Moellmann
5078c8abf3
(Finsert_file_contents): Comment fix.
2001-07-11 12:07:27 +00:00
Gerd Moellmann
a777242c10
*** empty log message ***
2001-07-11 12:04:31 +00:00
Gerd Moellmann
55587f8a5c
(unwind_read): New function.
...
(Finsert_file_contents): Record it as unwind-function for
the case that reading is interrupted by C-g.
2001-07-11 12:04:09 +00:00
Gerd Moellmann
58f8612a80
(update_window): Don't skip the header-line
...
update when scrolling_window returns 0.
2001-07-10 16:18:15 +00:00
Gerd Moellmann
6b05fae3af
*** empty log message ***
2001-07-10 12:57:08 +00:00
Gerd Moellmann
30a7ac224f
(unload_color): Do nothing if PIXEL is -1.
2001-07-10 12:20:02 +00:00
Gerd Moellmann
cefecbcf1d
(Fx_create_frame): Initialize frame colors to -1,
...
for the case that x_decode_colors signals an error.
2001-07-10 12:19:10 +00:00
Gerd Moellmann
ae794295d6
(add_to_log): Do nothing if called asynchronously.
2001-07-10 10:44:40 +00:00
Gerd Moellmann
bb6e8cee92
(toplevel): Include <signal.h> and "syssignal.h".
...
(vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO
around ioctls.
2001-07-09 17:15:48 +00:00
Eli Zaretskii
24b97d4bf8
*** empty log message ***
2001-07-06 16:51:41 +00:00
Eli Zaretskii
21457453c9
(syms_of_dosfns): Add \n\ at the end of a line in the
...
doc string line for dos-timezone-offset.
2001-07-06 16:47:26 +00:00
Eli Zaretskii
36b40a8aa8
(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
2001-07-06 15:38:42 +00:00
Eli Zaretskii
7677c808b4
(do_visible_bell): Add \n\ at the end of each line of
...
inline assembly, to avoid compiler warnings.
(syms_of_msdos): Add \n\ at the end of a doc string line for
dos-unsupported-char-glyph.
2001-07-06 15:31:47 +00:00
Ken Raeburn
ad78255132
properly mark Attic files as deleted
2001-07-06 08:41:36 +00:00
Gerd Moellmann
f25cfe5395
*** empty log message ***
2001-07-05 14:08:30 +00:00
Gerd Moellmann
53fab6e220
Include Emacs' header files with #include "...".
2001-07-05 14:07:53 +00:00
Gerd Moellmann
0967b4b07b
(specbind): Additionally record the buffer that was
...
current when a buffer-local or frame-local variable was bound.
2001-07-05 09:25:36 +00:00
Gerd Moellmann
2d160521ef
Change comment.
2001-07-05 09:24:35 +00:00
Gerd Moellmann
c347a1c319
(x_produce_glyphs): Don't convert multibyte characters
...
to unibyte characters in unibyte buffers.
2001-07-04 07:42:36 +00:00
Gerd Moellmann
38472d441b
*** empty log message ***
2001-07-03 15:41:14 +00:00
Gerd Moellmann
eb700b824d
(specbind): If SYMBOL has a frame-local binding, record
...
the frame on the binding stack. Change format of entries for
local bindings on the binding stack to '(SYMBOL . WHERE)'.
(unbind_to): Handle unbinding a frame-local variable.
2001-07-03 15:30:06 +00:00
Gerd Moellmann
3326dc20c5
Improve comment.
2001-07-03 15:28:40 +00:00
Gerd Moellmann
6332ca8abf
Improve a comment.
2001-07-03 10:30:08 +00:00
Gerd Moellmann
33ea6c4d30
(compute_line_metrics): On ttys, subtract continuation
...
glyphs and truncation glyphs at the end of a row from its pixel
width.
(dump_glyph_row): Print row's continuation_lines_width.
(try_window_id): Take the shortcut if ZV is visible in the
window, but there are actually no changes at ZV.
2001-07-03 10:29:22 +00:00
Gerd Moellmann
4c175203a0
(x_free_dpy_colors): Add prototype.
2001-07-02 12:44:09 +00:00
Gerd Moellmann
97762eb7d3
* xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
...
right number of arguments.
* xterm.c (x_list_fonts): Make sure XFreeFont is called
with input blocked.
2001-07-02 12:42:56 +00:00
Gerd Moellmann
0b54ce286c
*** empty log message ***
2001-07-02 11:51:56 +00:00