1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00
Commit graph

17094 commits

Author SHA1 Message Date
Jan Djärv
4b1b444335 * gtkutil.c (create_dialog, make_widget_for_menu_item)
(make_menu_item, create_menus, xg_update_menu_item): Don't call
..._with_mnemonic functions for menu items.
2003-05-02 12:20:16 +00:00
Stefan Monnier
04b28167ad (Funwind_protect): Use func = Fprogn rather symbol = Qnil. 2003-05-01 19:38:05 +00:00
Kenichi Handa
b666620cdd (coding_system_accept_latin_extra_p): Delete this
function.
(find_safe_codings): Pay attention to
the property tranlsation-table-for-encode of each codings.
(syms_of_coding): Give Qtranslation_table the extra slot number 2.
2003-05-01 04:34:57 +00:00
Stefan Monnier
32c0622910 (unbind_to): Don't handle symbol = Qnil any more. 2003-05-01 00:43:29 +00:00
Stefan Monnier
6cbe2e289a (CHECK): Wrap args in parenthesis.
(specbind): Fix doc: symbol = Qnil is not supported any more.
2003-05-01 00:36:21 +00:00
Stefan Monnier
ba3fb06394 (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil. 2003-05-01 00:22:31 +00:00
Stefan Monnier
65470b5257 (parse_modifiers_uncached): Parse down', drag',
`double', and `triple' modifiers as well.
2003-04-30 21:04:13 +00:00
Richard M. Stallman
ed3c33148b *** empty log message *** 2003-04-30 12:08:31 +00:00
Richard M. Stallman
2ff4d3d9b8 (echo_char): Don't clear out a dash that follows a space. 2003-04-30 12:08:07 +00:00
Richard M. Stallman
9568459289 (abort_on_gc): Add decl. 2003-04-30 12:06:39 +00:00
Richard M. Stallman
d063129f1e (Fsignal): Clear abort_on_gc. 2003-04-30 12:06:04 +00:00
Richard M. Stallman
67965a9816 (Fformat): Set abort_on_gc during first scan of format.
Reinit FORMAT_START and END before second scan.
2003-04-30 12:05:37 +00:00
Richard M. Stallman
3de0effb43 (abort_on_gc): New variable.
(Fgarbage_collect): Abort if abort_on_gc is set.
2003-04-30 12:04:39 +00:00
Richard M. Stallman
ccbb9ed2e0 (move_it_vertically_backward): Do the final big else even if nlines is 0.
(redisplay_internal): Finish the per-frame loop
even if redisplay is suspended by input.
2003-04-30 12:03:53 +00:00
Andrew Choi
0b325c12a2 * macterm.c (x_list_fonts): Return all fonts that match if maxnames = -1. 2003-04-25 04:32:25 +00:00
Kenichi Handa
4e837cd04f (skip_chars): Fix previous change. 2003-04-24 23:25:09 +00:00
Kenichi Handa
9af7511a2a (skip_chars): Make the code faster by using the common
technique of *p, *stop, and *endp.
2003-04-24 01:28:43 +00:00
Jan Djärv
e3b2c21fc7 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
tool_bar_items so GTK tool bar expose callback does not access items
  being updated.
2003-04-23 17:51:33 +00:00
Richard M. Stallman
0270b8776e Fix comment typo. 2003-04-21 01:39:06 +00:00
Stefan Monnier
96d44c6499 (Fapply): Undo last change and add a comment about why. 2003-04-19 18:58:56 +00:00
Miles Bader
c6464167c6 (Faset): Calculate nbytes earlier, to satisfy the now pickier
PARSE_MULTIBYTE_SEQ.
2003-04-18 01:23:43 +00:00
Stefan Monnier
e509f1689a (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.
(Fdefmacro): Fix docstring.  Use XCAR, XCDR.
(Fapply): Remove unnecessary GCPRO.
2003-04-17 22:27:13 +00:00
Stefan Monnier
8a7bde3e88 (Fsubstitute_command_keys): Remove spurious casts. 2003-04-17 21:58:34 +00:00
Stefan Monnier
304f9d2a3d (PARSE_MULTIBYTE_SEQ): Pretend `length' is used. 2003-04-17 21:55:18 +00:00
Stefan Monnier
d895183d11 Don't hardcode BEG==1. 2003-04-17 21:52:01 +00:00
Stefan Monnier
92cc28b2f8 (Fmake_byte_code): Improve the `usage' string. 2003-04-17 21:49:09 +00:00
Stefan Monnier
52ad5ecc6c (Fdefine_abbrev_table): Use XCAR, XCDR. 2003-04-17 21:44:50 +00:00
Richard M. Stallman
5ceea39819 *** empty log message *** 2003-04-16 05:10:19 +00:00
Richard M. Stallman
86bf3faa7a (try_window, try_window_reusing_current_matrix):
When at end of window, set window_end_pos to Z-ZV.
2003-04-16 05:09:36 +00:00
Richard M. Stallman
c87426c597 (Foverlay_recenter): Doc fix. 2003-04-16 05:07:38 +00:00
Andrew Choi
d243e605a0 * macterm.c (mac_check_for_quit_char): Don't check more often than
once a second.
2003-04-14 17:12:17 +00:00
Stefan Monnier
659d9874ad (Fsit_For): Support XEmacs-style arg list. 2003-04-14 16:29:18 +00:00
Stefan Monnier
6901b111fe (head_table): Use switch-frame as event_kind for select-window. 2003-04-11 23:44:43 +00:00
Stefan Monnier
a4e19f6e86 (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
specially, so that they can't hide an implicit switch-frame event.
(make_lispy_event): Handle SELECT_WINDOW_EVENT.
(keys_of_keyboard): Don't bind [select-window] in special-event-map.
2003-04-11 23:19:50 +00:00
Stefan Monnier
f3ce1df88f (Fformat): Lisp_Object/int mixup.
(format2): Remove unused var numargs.
2003-04-11 23:17:42 +00:00
Kenichi Handa
e301806fbf *** empty log message *** 2003-04-11 11:11:25 +00:00
Kenichi Handa
aa95b71094 *** empty log message *** 2003-04-11 11:03:01 +00:00
Kenichi Handa
2080470e71 (Vafter_insert_file_adjust_coding_function): Delete
this variable.
(Qafter_insert_file_set_coding): New variable.
(syms_of_fileio): Initialize and staticpro it.  Delete declaration
for after-insert-file-adjust-coding-function.
(Finsert_file_contents): Call Qafter_insert_file_set_coding
instead of Vafter_insert_file_adjust_coding_function.
2003-04-11 10:59:02 +00:00
Kenichi Handa
389144243f *** empty log message *** 2003-04-11 02:07:08 +00:00
Kenichi Handa
9f1c8be4ea (temp_echo_area_glyphs): Adjust prototype. 2003-04-11 02:06:34 +00:00
Kenichi Handa
805221da23 (temp_echo_area_glyphs): Change the arg to Lisp
string.  Callers changed.
2003-04-11 02:06:15 +00:00
Kenichi Handa
a288d97973 *** empty log message *** 2003-04-10 12:02:31 +00:00
Kenichi Handa
b6426b0329 * fileio.c (Vafter_insert_file_adjust_coding_function): New
variable.
(syms_of_fileio): Declare it as a lisp variable.
(Finsert_file_contents): Call
Vafter_insert_file_adjust_coding_function before calling
decode-format.
2003-04-10 12:01:10 +00:00
Jan Djärv
f979dc056e * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
get GtkAdjustment as widget now is a GtkRange.

* gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
GtkRange to avoid memory leak.
2003-04-09 16:44:45 +00:00
Kenichi Handa
f8c6b4c23d *** empty log message *** 2003-04-09 07:31:09 +00:00
Kenichi Handa
f70400f256 (Vface_font_rescale_alist): New variable.
(struct font_name): New member rescale_ratio.
(font_rescale_ratio): New function.
(split_font_name): If NUMERIC_P is nonzero, set
font->rescale_ratio.
(better_font_p): On comparing point sized, pay attention to
recale_ratio member of fonts.
(build_scalable_font_name): Reflect font->rescale_ratio in the
font name.
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp
variable.
2003-04-09 07:26:59 +00:00
Kenichi Handa
50ebc53dd0 *** empty log message *** 2003-04-09 07:26:42 +00:00
Kenichi Handa
e613ea97b6 (read1): Before calling index, check if the 2nd
arguemnt is in ASCII range.
2003-04-09 07:12:51 +00:00
Kenichi Handa
cb98871c49 *** empty log message *** 2003-04-09 07:12:32 +00:00
Richard M. Stallman
b0ada1471a *** empty log message *** 2003-04-09 01:41:03 +00:00