1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

2438 commits

Author SHA1 Message Date
Fred Pierresteguy
bc20ebbfef (x_make_frame_invisible): Add USE_X_TOOLKIT conditional. 1994-02-07 18:25:41 +00:00
Richard M. Stallman
71cc5cf396 (single_keymap_panes): Use internal_condition_case_1.
(single_keymap_panes_1): New function.
1994-02-07 01:05:06 +00:00
Richard M. Stallman
047a8ea77d (menu_bar_item): Use internal_condition_case_1.
(menu_bar_item_1): New function.
1994-02-07 01:03:39 +00:00
Richard M. Stallman
d227775c81 (internal_condition_case_1): New function. 1994-02-07 01:02:05 +00:00
Richard M. Stallman
fffc2367a5 (init_frame_faces): Clear FRAME_N_COMPUTED_FACES
and FRAME_SIZE_COMPUTED_FACES.

(compute_glyph_face): New arg CURRENT_FACE specifies face to merge with.
1994-02-06 08:05:58 +00:00
Richard M. Stallman
278feba9ce (fix_glyph): New function.
(display_text_line, display_string): Use fix_glyph.

(copy_rope): Function deleted.
(copy_part_of_rope): Merge the glyph's face using compute_glyph_face.
Take frame as additional arg.
(display_text_line): Use copy_part_of_rope always, not copy_rope.
Pass the frame as arg.
(display_string): Likewise.

(display_count_lines): Pass new arg to scan_buffer.

(display_menu_bar): Pass explicit max arg to display_string.
(display_string): New arg OBEY_WINDOW_WIDTH.  All callers changed.
1994-02-06 08:04:54 +00:00
Richard M. Stallman
56e034fa7d (main) [AIX]: Don't handle signal 20, 21 or 22.
Call signal 24 by name (SIGXCPU).
1994-02-05 22:42:49 +00:00
Richard M. Stallman
a965608992 (internal_condition_case_1): Declared. 1994-02-05 07:19:04 +00:00
Richard M. Stallman
f0148b5e8a (Fwhere_is_internal): Take just one keymap arg.
(where_is_string): Pass Voverriding_local_map for that arg.
1994-02-04 23:11:34 +00:00
Richard M. Stallman
9a425dcb39 (Fsubstitute_command_keys): Pass keymap as that arg
to Fwhere_is_internal.  Init keymap from Voverriding_local_map.
1994-02-04 23:09:25 +00:00
Karl Heuer
3e76261f9b (verify_interval_modification): When checking read-only, allow for the case
that stickiness might be t instead of a list.
1994-02-04 20:51:16 +00:00
Richard M. Stallman
bedae5a588 (kbd_buffer_get_event): Pass 1 to read_avail_input. 1994-02-04 20:41:54 +00:00
Karl Heuer
1d66a5fabb (fmod): Implement it on systems where it's missing, using drem if available. 1994-02-04 20:18:59 +00:00
Fred Pierresteguy
399703f129 (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to
avoid the flickering of the menubar.
1994-02-04 17:13:26 +00:00
Karl Heuer
45d82bdc5d Add comments describing the rules used by the merge algorithm. 1994-02-04 01:18:01 +00:00
Richard M. Stallman
07f4d1231f (init_cmdargs): Set Vinstallation_directory.
(syms_of_emacs): staticpro it.
1994-02-03 19:51:07 +00:00
Richard M. Stallman
0736cafe0d (record_first_change): Check for buffer-undo-list = t.
Make an undo boundary if appropriate.  Set last_undo_buffer.
(record_property_change): Use BUFFER, not current_buffer,
when testing undo_list.
1994-02-03 19:39:21 +00:00
Karl Heuer
550bd63a2c (merge_properties_sticky): Preserve original order of properties. 1994-02-03 18:54:04 +00:00
Richard M. Stallman
03ef66853f (X_IO_BUG): Defined. 1994-02-03 06:07:47 +00:00
Richard M. Stallman
b56ad927c4 (Fwrite_region): If FILENAME has no handler, see if VISIT has one. 1994-02-03 05:56:36 +00:00
Richard M. Stallman
087a5f816b (scan_buffer): New arg ALLOW_QUIT.
(find_next_newline): Pass new arg.
1994-02-03 05:06:01 +00:00
Richard M. Stallman
45eb8d9d68 (find_defun_start): Pass new arg to scan_buffer. 1994-02-03 05:05:42 +00:00
Richard M. Stallman
0132c70c04 (Fforward_line): Pass new arg to scan_buffer. 1994-02-03 05:05:12 +00:00
Richard M. Stallman
502add23f1 (XTread_socket): Add X_IO_BUG conditional. 1994-02-02 23:47:57 +00:00
Karl Heuer
8c002a25f4 (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT. 1994-02-02 07:34:08 +00:00
Karl Heuer
6a1dc7ac28 (try_window_id): Don't pass value beyond ZV to compute_motion. 1994-02-02 07:25:37 +00:00
Karl Heuer
33eb4ede43 (Fpos_visible_in_window_p): Return nil if POS > ZV. 1994-02-02 07:16:51 +00:00
Karl Heuer
8c86eccda4 (x_term_init): Use get_system_name instead of gethostname. 1994-02-02 06:32:28 +00:00
Karl Heuer
352b6a9e76 (get_system_name): Declared. 1994-02-02 06:31:26 +00:00
Karl Heuer
e29ad34213 (x_get_customization_string): Use get_system_name instead of gethostname. 1994-02-02 06:26:21 +00:00
Karl Heuer
67004ffb7a (get_system_name): Remove restriction on hostname size. 1994-02-02 06:20:58 +00:00
Karl Heuer
d9f082ecca (Fmod): Use HAVE_FMOD. 1994-02-01 23:21:22 +00:00
Karl Heuer
8fdeec3721 (HAVE_FMOD): Add another #undef. 1994-02-01 23:18:34 +00:00
Richard M. Stallman
4feadcc08e (SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions. 1994-02-01 18:24:12 +00:00
Fred Pierresteguy
e021605ff3 (x_set_menu_bar_lines): Test also menubar_widget before calling
XtDestroyWidget.
1994-02-01 17:33:14 +00:00
Richard M. Stallman
a07d4bc524 (dumpglyphs): Don't crash for invalid face code. 1994-02-01 06:49:18 +00:00
Richard M. Stallman
345a94f994 *** empty log message *** 1994-01-31 05:35:36 +00:00
Richard M. Stallman
01492d1b7c *** empty log message *** 1994-01-30 03:17:32 +00:00
Richard M. Stallman
cdee26965a entered into RCS 1994-01-30 03:04:13 +00:00
Richard M. Stallman
64116ad5e7 Whitespace changes. 1994-01-30 01:09:58 +00:00
Richard M. Stallman
2735b685b4 Whitespace change. 1994-01-30 01:03:56 +00:00
Richard M. Stallman
87833fb6f9 (configuration): Change # comment to C comment. 1994-01-30 00:50:32 +00:00
Karl Heuer
e58077c893 Scale by sizeof when allocating objects. 1994-01-29 02:09:41 +00:00
Karl Heuer
0237d897f6 (kill-all-local-variables): follow symbol forwarding. 1994-01-29 02:03:55 +00:00
Richard M. Stallman
0af6a8312e Include stdio.h.
(init_callproc): Put non-ex-dir warnings on stderr.
1994-01-29 01:16:17 +00:00
Richard M. Stallman
3917910ac2 (init_lread): Put non-ex-dir warnings on stderr. 1994-01-29 01:15:53 +00:00
Fred Pierresteguy
80fd1fe20c (x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSize and return. 1994-01-28 17:34:46 +00:00
Fred Pierresteguy
5c94b90b10 * xterm.c (x_term_init): Cast to (char **) before assignment to argv. 1994-01-28 14:28:51 +00:00
Fred Pierresteguy
bb936752e9 * keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional and
test FRAME_EXTERNAL_MENU_BAR.
        (map_event_to_object) [USE_X_TOOLKIT]: Declare and use it.
1994-01-27 11:01:59 +00:00
Richard M. Stallman
4466efa553 (x_set_mouse_position): Don't raise the frame. 1994-01-26 21:09:54 +00:00