1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 08:31:09 -08:00
Commit graph

8709 commits

Author SHA1 Message Date
Kenichi Handa
c2c8997eb3 (FONT_ENCODING_NOT_DECIDED): The value is changed to 255.
(find_ccl_program_func): Extern it.
(Fquery_fontset): Args number changed to 2.
1998-04-15 07:12:49 +00:00
Kenichi Handa
6ae21908b0 Typo in comments fixed.
(Qccl_program_idx, Qunification_table, Qunification_table_id): New
variables.
(syms_of_ccl): Initialize and staticpro them.
(CCL_ReadMultibyteChar2): Macro name changed from
CCL_ReadMultibyteCharacter.
(CCL_WriteMultibyteChar2): Macro name changed from
CCL_WriteMultibyteChar2.
(CCL_
(MAX_TABLE_SET_LEVEL): New macro.
(tr_stack): New type.
(translate_stack, translate_stack_pointer): New variables.
(PUSH_TRANSLATE_STACK, POP_TRANSLATE_STACK): New macros.
(ccl_driver): Adjusted for the above changes.
(resolve_symbol_ccl_program): New function.
(Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
program.  If CCL-PRGRAM is a vector, convert symbols in it to ID
numbers by resolve_symbol_ccl_program.
(Fccl_execute_on_string): Likewise.
(Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
convert symbols in it to ID numbers by resolve_symbol_ccl_program.
1998-04-15 07:12:49 +00:00
Kenichi Handa
1cfae2bf37 (Vccl_program_table, Qccl_program_idx): Extern them. 1998-04-15 07:12:49 +00:00
Kenichi Handa
bc1958c4cb (syms_of_xfns): Initialize find_ccl_program_func. 1998-04-15 07:12:49 +00:00
Kenichi Handa
a65826769e (x_find_ccl_program): New function. 1998-04-15 07:12:49 +00:00
Kenichi Handa
d7fcdd913e (x_find_ccl_program): Extern it. 1998-04-15 07:12:49 +00:00
Karl Heuer
154a307db3 (file_name_as_directory): For empty arg, return `./'. 1998-04-15 06:12:48 +00:00
Dave Love
055234ef11 Revert erroneous 1998-04-08 change. 1998-04-14 21:02:17 +00:00
Karl Heuer
968b123401 (x_destroy_bitmap): Declare as void, not int.
(x_report_frame_params, x_set_border_pixel): Likewise.
(x_set_internal_border_width): widget_store_internal_border takes
just one arg, not two.
1998-04-14 18:59:48 +00:00
Andreas Schwab
975d21ea0c (try_window): Fix mixing of Lisp_Object and int. 1998-04-14 13:12:18 +00:00
Andreas Schwab
f8ad443a57 (Fset_window_configuration): Fix mixing of Lisp_Object
and int.
1998-04-14 13:11:34 +00:00
Andreas Schwab
a61e51f0d2 (init_sys_modes): Fix mixing of Lisp_Object and int 1998-04-14 13:10:35 +00:00
Andreas Schwab
59fab36902 (compile_pattern, compile_pattern_1): Fix mixing of
Lisp_Object and int.
1998-04-14 13:09:08 +00:00
Andreas Schwab
e6d6dff2d0 (read_process_output): Fix mixing of Lisp_Object and
int.
1998-04-14 13:05:38 +00:00
Andreas Schwab
dab3ab3ce5 (Fself_insert_and_exit): Fix mixing of Lisp_Object and
int.
1998-04-14 13:03:30 +00:00
Andreas Schwab
6acce4eaa2 (set_marker_both): Remove bogus checks on charpos. 1998-04-14 13:02:50 +00:00
Andreas Schwab
d52a7a9263 (parse_menu_item): Don't GCPRO non-lisp variables. 1998-04-14 13:01:59 +00:00
Andreas Schwab
d6b81c0f2f (signal_after_change): Fix mixing of Lisp_Object and
int.
1998-04-14 13:01:05 +00:00
Andreas Schwab
d5d6f7060f (indented_beyond_p): Fix mixing of Lisp_Object and int. 1998-04-14 13:00:27 +00:00
Andreas Schwab
d4d76014dc (Fset_mouse_position, Fset_mouse_pixel_position): Fix
mixing of Lisp_Object and int.
1998-04-14 13:00:00 +00:00
Andreas Schwab
21ab867fb9 (Fsubstring, substring_both, Fchar_table_range,
Fset_char_table_range): Fix mixing of Lisp_Object and int.
1998-04-14 12:59:32 +00:00
Andreas Schwab
b266ae04d7 (Fwrite_region): Fix mixing of Lisp_Object and int. 1998-04-14 12:58:24 +00:00
Andreas Schwab
b98ef0dcdb (Fchar_after, Fchar_before): Fix mixing of Lisp_Object
and int
1998-04-14 12:56:53 +00:00
Andreas Schwab
b39f748c48 (code_convert_region): Fix mixing of Lisp_Object and
int.
1998-04-14 12:55:11 +00:00
Andreas Schwab
a8c21066b7 (Fchars_in_region): Fix mixing of Lisp_Object and int. 1998-04-14 12:53:36 +00:00
Andreas Schwab
d387866ae5 (ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object and
int.
1998-04-14 12:52:08 +00:00
Andreas Schwab
0120348b59 Update return types of declarations. 1998-04-14 12:34:43 +00:00
Andreas Schwab
ec5d8db72d Add more prototypes. 1998-04-14 12:33:47 +00:00
Andreas Schwab
dfcf069d56 Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
Andreas Schwab
70e7711955 (Fset_buffer_multibyte): Do nothing if nothing actually
changes.
1998-04-14 10:27:32 +00:00
Andreas Schwab
68e3a8f141 (code_convert_region): Call adjust_after_insert also
in unibyte mode.
1998-04-14 10:21:04 +00:00
Andreas Schwab
e9cea9474c (Finsert_file_contents): Call adjust_after_insert also
in unibyte mode.
1998-04-14 10:20:03 +00:00
Kenichi Handa
f30cc6122e (code_convert_string): Give decode_coding correct byte
length of source text.
1998-04-14 01:06:44 +00:00
Ulrich Drepper
06bd27fdf5 automatically generated from GPLed version 1998-04-14 00:02:53 +00:00
Karl Heuer
4ad8bb205e (strout): Convert old echo area to multibyte, like printchar.
(printchar, strout): If echo area text converted to multibyte
does not all fit, truncate it at char boundary.
1998-04-13 18:58:10 +00:00
Karl Heuer
b8f477cbd2 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
When calling set_marker_both, pass the right buffer.
1998-04-13 18:56:44 +00:00
Karl Heuer
9fdae274dd (Fcompute_motion): Check that TO and FROM are in range. 1998-04-13 18:56:00 +00:00
Eli Zaretskii
40437cf549 (dosv_refresh_virtual_screen): Do not use negative arguments.
(dos_direct_output): Fix the offset passed to dosv_refresh_virtual_screen.
(IT_display_cursor): Don't call dosv_refresh_virtual_screen.
(IT_reset_terminal_modes): Don't call dosv_refresh_virtual_screen
when setting cursor.
1998-04-13 06:42:31 +00:00
Karl Heuer
c5c6d57c7c (temp_output_buffer_setup): Clear out overlays,
visited file, undo list, etc.
1998-04-12 18:08:02 +00:00
Karl Heuer
cc9b4df2b4 (re_match_2, re_search_2): Convert position to a charpos,
before calling SETUP_SYNTAX_TABLE_FOR_OBJECT.
1998-04-12 06:57:47 +00:00
Karl Heuer
f79b4b7ee2 (SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars.
(SYNTAX_TABLE_BYTE_TO_CHAR): Handle the offset properly
both before and after conversion.

(UPDATE_SYNTAX_TABLE_FORWARD): Arg renamed to charpos.
(UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE): Likewise.
1998-04-12 06:51:58 +00:00
Karl Heuer
1b62edd6ba (print) <Lisp_String>: Fix "\ " handling. 1998-04-12 06:49:26 +00:00
Karl Heuer
b5231eda99 (display_text_line): When handling selective > 0,
update pos and pos_byte with results of calling scan_newline.
1998-04-12 06:45:08 +00:00
Karl Heuer
120821e11c (set_internal, Fmakunbound): Fix previous change. 1998-04-12 06:41:01 +00:00
Karl Heuer
ad61e7bc25 (LINKER): Add definition.
(LD_SWITCH_SYSTEM): Undo previous change.
1998-04-11 18:16:01 +00:00
Karl Heuer
b087d86605 (set_internal, Fmakunbound): No error if setting
a keyword to itself.
1998-04-11 18:04:12 +00:00
Karl Heuer
34e4751f89 (Fbuffer_has_markers_at): Fix termination condition. 1998-04-09 19:40:19 +00:00
Karl Heuer
67ce527d26 (min, max): Make these macros, not functions.
(scan_buffer, boyer_moore): Simplify args to those macros.
1998-04-09 18:50:53 +00:00
Karl Heuer
03887dd388 (min, max): Define as macros. 1998-04-09 18:12:46 +00:00
Karl Heuer
f4fe72d542 * print.c (print): Avoid min'/max' as variable names. 1998-04-09 17:58:28 +00:00