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

7706 commits

Author SHA1 Message Date
Richard M. Stallman
3609a53bf6 (current_lock_owner, lock_file_1): Add casts. 1997-07-10 03:03:10 +00:00
Richard M. Stallman
fe27f88d3a (x_load_font): Get value of fontp->height from
ascent and descent members of structure font->max_bounds.
(dumpglyphs): Draw background by FillSolid if a font is too short.
1997-07-10 02:15:40 +00:00
Richard M. Stallman
5d7cc324ad (x_term_init): Don't use initializer for null_bits.
(XTread_socket) <KeyPress>: Call XFilterEvent.
1997-07-10 02:13:26 +00:00
Richard M. Stallman
8b32d88564 (redisplay_internal): Fix previous change. 1997-07-10 01:03:05 +00:00
Richard M. Stallman
b3bd5cbcdb (C_SWITCH_SYSTEM): Add -Wf,-XNh option. 1997-07-09 23:08:42 +00:00
Richard M. Stallman
e9687ee8a2 (Fdelete_frame): Always err for deleting the only frame. 1997-07-09 08:03:08 +00:00
Kenichi Handa
e397ee4108 (Ffont_info): Make vector of correct size. 1997-07-09 06:54:54 +00:00
Richard M. Stallman
1eb569c521 (syms_of_fns): Fix previous change. 1997-07-09 00:33:33 +00:00
Richard M. Stallman
f13c925f62 (decode_mode_spec) <z,Z>: Display buffer coding system
last of the three.
1997-07-09 00:28:25 +00:00
Richard M. Stallman
d0381a7fa3 (main) [__NetBSD__]: Round up new stack limit to page bdry. 1997-07-09 00:07:19 +00:00
Richard M. Stallman
cf09633a19 Use #ifdef to test STDC_HEADERS. 1997-07-08 23:57:43 +00:00
Richard M. Stallman
d32515cd1e (shortlisp): Fix typo. 1997-07-08 23:52:18 +00:00
Richard M. Stallman
71312b68cf (Finsert_file_contents): Give up match-end only if
coding requires conversion.  Adjust end of non-matching text area
to multibyte character boundary if enable_multibyte_character is non-nil.
1997-07-08 11:37:32 +00:00
Richard M. Stallman
e2d8d746de (struct gl_state_s): New field `offset'.
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Set offset field.
(SETUP_SYNTAX_TABLE): Clear offset field.
(UPDATE_SYNTAX_TABLE, UPDATE_SYNTAX_TABLE_FORWARD):
(UPDATE_SYNTAX_TABLE_BACKWARD): Use the offset field.
1997-07-08 11:12:53 +00:00
Richard M. Stallman
21e989e3f5 (decode_mode_spec_coding): Really don't display
EOL indicator when eol_flag is 0.
(echo_area_display): Use proper width when scroll bars on left.
1997-07-08 11:12:13 +00:00
Richard M. Stallman
5604f9a3e7 (LIBS_SYSTEM): Add -lkvm and -lelf. 1997-07-08 04:28:20 +00:00
Miles Bader
697654edd9 automatically generated from GPLed version 1997-07-08 01:06:53 +00:00
Paul Eggert
6385ec2bd4 automatically generated from GPLed version 1997-07-08 01:02:06 +00:00
Richard M. Stallman
9f910b506e [sigmask] (SIGEMPTYMASK): Define to use sigmask. 1997-07-07 19:05:34 +00:00
Richard M. Stallman
0a27e8edcb Rename macro __P to PP. 1997-07-07 19:04:35 +00:00
Richard M. Stallman
ce4200f679 (Ffile_attributes): Use cast to avoid warnings. 1997-07-07 19:00:51 +00:00
Richard M. Stallman
4b104c4137 (Vpreloaded_file_list): New variable.
(syms_of_lread): Set up Lisp variable.
(Fload): Add to Vpreloaded_file_list, if dumping.
1997-07-07 19:00:25 +00:00
Richard M. Stallman
b0e92acdd6 (Fuser_full_name): Declare p, q and r as unsigned char *. 1997-07-07 08:27:34 +00:00
Richard M. Stallman
825e7e55be (ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX. 1997-07-07 06:48:01 +00:00
Richard M. Stallman
0dc57298fd (ospeed): Declare as short unless HAVE_TERMIOS_H and LINUX. 1997-07-07 06:42:35 +00:00
Richard M. Stallman
d2b352346d Include blockinput.h.
(Fset_window_configuration): Block input around frobbing the frame.
Preseve point in the current buffer if we do not switch to a different one.
1997-07-07 05:32:01 +00:00
Richard M. Stallman
e88dcae1bf (echo_area_display): Use proper vpos when clearing extra minibuf lines. 1997-07-07 03:38:35 +00:00
Richard M. Stallman
11c52c4f41 (display_menu_bar): Always pass W to display_string.
(redisplay_internal): At the end, if more frames have
become visible, repeat the redisplay.
(decode_mode_spec): Don't display subprocess coding systems.
Don't display EOL for keyboard and terminal coding systems.
1997-07-07 02:39:39 +00:00
Kenichi Handa
beacaab334 (Fcall_process): If enable-multibyte-characters is
nil, do not encode arguments for process, and decode output of
process by emacs-mule.
(Fcall_process_region): If enable-multibyte-characters is nil, do
not encode text to be given to process, and decode output of
process by emacs-mule.
1997-07-07 00:59:44 +00:00
Kenichi Handa
9ce27fde6a (Qemacs_mule, inhibit_eol_conversion): New variables.
(setup_coding_system): If inhibit_eol_conversion is 0, set
coding->eol_type to CODING_EOL_LF.
(syms_of_coding): Initialize and staticpro Qemacs_mule.  Change
error-message property of coding-system-error.  Declare
inhibit-eol-conversion as Lisp variable.
(system_eol_type): New variable.
(init_coding_once): Initialize it.
(ENCODE_SJIS_BIG5_CHARACTER): Bug in encoding a BIG5 character
fixed.
1997-07-07 00:59:44 +00:00
Kenichi Handa
3f356e65a0 (Qemacs_mule): Extern it. 1997-07-07 00:59:44 +00:00
Kenichi Handa
11f84d7d6d (Fstart_process): If enable-multibyte-characters is
nil, set coding system for decoding output of process to
emacs-mule, and set coding system for encoding to nil.
(Fopen_network_stream): If enable-multibyte-characters is nil, set
coding systems for decoding and encoding to nil.
1997-07-07 00:59:44 +00:00
Kenichi Handa
cbc64b2ac6 (Finsert_file_contents): If enable-multibyte-characters
is nil, decode character code by emacs-mule.
(Fwrite_region): Use buffer-file-coding-system for encoding if
enable-multibyte-characters is nil.
1997-07-07 00:59:44 +00:00
Kenichi Handa
1348f1a4fc (x_list_fonts): Initialize the variable LIST to Qnil. 1997-07-07 00:59:44 +00:00
Richard M. Stallman
e3cbb35e67 [OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h. 1997-07-06 23:43:39 +00:00
Richard M. Stallman
2881ec96d6 (update_dynamic_symbols): Add cast when setting reladdr. 1997-07-06 23:24:28 +00:00
Richard M. Stallman
1ea9dec483 (Fsignal, find_handler_clause): If ERROR_SYMBOL
is nil, assume it's in the car of DATA.
1997-07-05 19:58:21 +00:00
Richard M. Stallman
a367641fe0 (x_set_font): Funcall Qface_set_after_frame_default.
(Qface_set_after_frame_default): New variable.
(syms_of_xfns): Initialize and staticpro it.
1997-07-05 08:26:04 +00:00
Richard M. Stallman
4d3f5d9ab7 (x_make_frame_visible): Don't move the frame
if it was iconified--only if it was invisible.
1997-07-05 08:23:34 +00:00
Richard M. Stallman
523e929122 Include float.h before lisp.h. 1997-07-05 03:27:25 +00:00
Richard M. Stallman
0d3573ee67 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer. 1997-07-05 02:41:45 +00:00
Richard M. Stallman
74d8433449 (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.
Fix bugs with inappropriate mixing of Lisp_Object with int.
1997-07-05 00:22:54 +00:00
Richard M. Stallman
1d1142ea2e (RE_TRANSLATE): Define default assuming simple integers. 1997-07-04 20:46:51 +00:00
Richard M. Stallman
bc192b5b1a (TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):
Use RE_TRANSLATE instead of accessing translate	array directly.
1997-07-04 20:46:22 +00:00
Richard M. Stallman
2e34157cd9 Fix bugs with inappropriate mixing of Lisp_Object with int. 1997-07-04 20:44:52 +00:00
Richard M. Stallman
8c239ac3ed Fix bugs with inappropriate mixing of Lisp_Object with int.
Update copyright year.
1997-07-04 20:43:49 +00:00
Richard M. Stallman
247422ce73 (Fformat): Add second argument in call to Ftruncate. 1997-07-04 18:41:53 +00:00
Richard M. Stallman
7c801356cf (init_system_name): Don't accept "(none)" as domain. 1997-07-04 18:38:36 +00:00
Richard M. Stallman
9f4d7cde2c (overlay_strings): Finish up previous change. 1997-07-04 18:36:58 +00:00
Richard M. Stallman
de732ea746 (lisp, shortlisp): Some files moved to subdirs. 1997-07-04 05:05:10 +00:00