1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00
Commit graph

18077 commits

Author SHA1 Message Date
Dave Love
e714d5dc90 (Fminibuffer_complete_word): Remove unused var. 2003-09-29 18:07:03 +00:00
Dave Love
f69559dd10 (Fset_keymap_parent, map_keymap, Fcopy_keymap)
(Faccessible_keymaps, where_is_internal): Remove unused vars.
2003-09-29 18:06:24 +00:00
Dave Love
3a0ae1f3b0 (cancel_hourglass_unwind): Return Qnil. 2003-09-29 18:04:28 +00:00
Dave Love
0432e6a171 (frame_name_fnn_p): Make len EMACS_INT. 2003-09-29 18:03:38 +00:00
Dave Love
a25ec3f954 (Fwrite_region): Remove unused var. 2003-09-29 18:02:39 +00:00
Dave Love
21fa63fde6 (adjust_frame_glyphs_for_frame_redisplay)
(adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
2003-09-29 18:01:37 +00:00
Dave Love
ea058d2c62 (Fremove_list_of_text_properties): Declare. 2003-09-29 18:00:28 +00:00
Dave Love
3e13962556 (inhibit_pre_post_conversion): Removed (unused).
(alloc_destination, produce_chars): Use EMACS_INT for byte/char
counts.
(coding_inherit_eol_type): Remove unused attrs.
(detect_coding): Cast arg of detect_eol.
2003-09-29 17:59:52 +00:00
Dave Love
42ca828e0c (syms_of_charset): Remove unused var p.
(find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
byte/char counts.
2003-09-29 17:58:09 +00:00
Dave Love
e0c697cb27 (set_case_table): Remove unused var. 2003-09-29 17:55:29 +00:00
Dave Love
7ab8da680b (Fdisplay_buffer, Fframe_selected_window): Remove
unsued vars.
2003-09-29 17:55:05 +00:00
Kenichi Handa
7f04a736ad *** empty log message *** 2003-09-28 23:57:00 +00:00
Kenichi Handa
cc6dfd2abc (char_string): Use ASCII_CHAR_P instead of SINGLE_BYTE_CHAR_P. 2003-09-28 23:54:27 +00:00
Dave Love
871d3c7e0f *** empty log message *** 2003-09-26 17:36:12 +00:00
Dave Love
3c5034e96b (x_bitmap_mask): Declare. 2003-09-26 17:28:30 +00:00
Kenichi Handa
a4c2acb380 *** empty log message *** 2003-09-26 12:01:49 +00:00
Kenichi Handa
47cb11b343 (concat): Don't change multibyteness of the result by
concatenating an 8-bit character.
2003-09-26 11:21:21 +00:00
Kenichi Handa
d9130605c6 (Faset): Check newelt by CHECK_CHARACTER. Don't change
multibyteness of the result when newelt is an 8-bit character.
2003-09-26 11:20:13 +00:00
Dave Love
7a2b3b13b3 *** empty log message *** 2003-09-17 19:29:34 +00:00
Dave Love
0bc6bafd7e (ccl_driver): Fix arg of CHARACTERP. 2003-09-17 19:26:25 +00:00
Dave Love
be41d5d001 (x_term_init): Fix type error. 2003-09-17 19:23:44 +00:00
Dave Love
e3432aa4ae Add Funibyte_char_to_multibyte. 2003-09-17 19:23:19 +00:00
Dave Love
a31810840d (Fread_coding_system): Fix arg of XSETSTRING.
(Fset_coding_system_priority): Doc fix.
2003-09-17 19:21:10 +00:00
Dave Love
005ca5c730 Sync with HEAD version. 2003-09-17 19:16:27 +00:00
Dave Love
48d49eacee Don't include varargs.h. 2003-09-17 19:12:26 +00:00
Dave Love
49f42e83c9 *** empty log message *** 2003-09-17 13:54:36 +00:00
Dave Love
ca5a9b6c7b (get_property_and_range): Make start and end EMACS_INT. 2003-09-17 13:53:56 +00:00
Dave Love
2b95772c09 (adjust_point_for_property): Make beg and end
EMACS_INT.
2003-09-17 13:53:03 +00:00
Dave Love
72ac5ed65b (find_composition, update_compositions): Make
position args EMACS_INT.
2003-09-17 13:52:42 +00:00
Dave Love
575d807531 (handle_composition_prop, check_point_in_composition):
Make buffer positions EMACS_INT.
2003-09-17 13:52:05 +00:00
Dave Love
f4bc0685e1 (lisp_string_width): Make ignore and end EMACS_INT. 2003-09-17 13:51:40 +00:00
Dave Love
6ff5635622 (check_composition): Make start and end EMACS_INT. 2003-09-17 13:51:20 +00:00
Dave Love
aaefca9731 (find_composition, run_composition_function)
(update_compositions, Ffind_composition_internal): Make buffer
positions EMACS_INT.
2003-09-17 13:50:54 +00:00
Dave Love
2f08449e64 *** empty log message *** 2003-09-16 17:34:00 +00:00
Dave Love
6e907cad58 (gtkutil.o): Depend on coding.h. 2003-09-16 17:31:26 +00:00
Dave Love
b3a208b0fa (ENCODE_UTF_8): New. 2003-09-16 17:31:04 +00:00
Kenichi Handa
e7da3a9384 *** empty log message *** 2003-09-16 00:24:41 +00:00
Kenichi Handa
5560aecd3e (Finsert_file_contents): Call setup_coding_system in
the case of auto saving.
2003-09-16 00:24:21 +00:00
Andreas Schwab
26132fb535 (map_char_table): Protect `range' from GC.
(map_char_table_for_charset): Likewise.
2003-09-10 10:53:23 +00:00
Kenichi Handa
8f924df7df *** empty log message *** 2003-09-08 12:53:41 +00:00
Kenichi Handa
463f5630a5 New directory 2003-09-08 11:56:09 +00:00
Kim F. Storm
a57dd8b157 (get_window_cursor_type): Partially undo 2002-03-01 change (superseded
by 2002-08-30 change); the default blink-off cursor is now again "no
cursor".
2003-09-03 07:50:46 +00:00
Kim F. Storm
ed159bbf70 *** empty log message *** 2003-09-03 07:50:16 +00:00
Miles Bader
8e5331fe84 Correct some arch-tag: comment types 2003-09-02 06:06:59 +00:00
Jason Rumney
fe64a394bd *** empty log message *** 2003-09-01 21:36:56 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Dave Love
c0175e247b (alloca.o): Remove commands.
(coding.o): Depend on intervals.h composite.h window.h.
(emacs.o): Depend on window.h keyboard.h keymap.h.
(gtkutil.o): Depend on keyboard.h charset.h coding.h.
(bytecode.o): Depend on window.h.
2003-09-01 14:38:33 +00:00
Jason Rumney
e9eee23e17 Document last change. 2003-08-31 22:22:29 +00:00
Jason Rumney
4bc2315e9e (w32_per_char_metric): Allow cached metrics to be
returned even when font_type is unknown.
2003-08-31 22:15:15 +00:00
Jason Rumney
a24d4cb27a (init_iterator): Remove old WINDOWSNT conditional. 2003-08-31 21:38:07 +00:00