Eli Zaretskii
c54fb9ef13
*** empty log message ***
2006-02-11 13:56:14 +00:00
Eli Zaretskii
9d56e0da1f
(Venable_disabled_menus_and_buttons): New variable.
...
(syms_of_keyboard): DEVFAR_LISP and initialize it.
(parse_tool_bar_item, parse_menu_item): If that variable is
non-nil, don't disable menu items and tool-bar buttons.
2006-02-11 13:50:29 +00:00
Juanma Barranquero
ac6a9b5549
*** empty log message ***
2006-02-11 00:07:16 +00:00
Juanma Barranquero
04bf678313
(Fsubstitute_command_keys): Doc fix.
2006-02-11 00:04:32 +00:00
Thien-Thi Nguyen
0ddb0ae836
(Findirect_function): Rewrite docstring.
...
Fix omission bug: Declare new arg NOERROR.
2006-02-10 22:36:01 +00:00
YAMAMOTO Mitsuharu
cbd488c46a
*** empty log message ***
2006-02-10 08:35:43 +00:00
YAMAMOTO Mitsuharu
b465419fdf
(mac_define_frame_cursor): Don't change pointer shape
...
for unfocused frame.
(x_raise_frame): Call BringToFront instead of SelectWindow.
(x_lower_frame): Use NULL instead of nil.
(x_make_frame_visible): Don't call SelectWindow.
(XTread_socket): Increment handling_signal at the start, decrement
it at the end.
[USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
2006-02-10 08:22:12 +00:00
YAMAMOTO Mitsuharu
7d53d6786c
(x_set_mouse_color): Don't call rif->define_frame_cursor
...
if window_desc is not set yet.
(Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
parameter `visibility' is `icon'.
(Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
instead of "fontset-mac".
(Fx_focus_frame): New defun.
(syms_of_macfns): Defsubr it.
2006-02-10 08:21:47 +00:00
Kim F. Storm
a7f96a358b
* data.c (Findirect_function): Add NOERROR arg. All callers changed
...
to pass Qnil for NOERROR.
* keymap.c (current_minor_maps_error): Remove.
(current_minor_maps): Pass Qt for NOERROR to Findirect_function
instead of using internal_condition_case_1+current_minor_maps_error.
2006-02-10 00:00:31 +00:00
Jan Djärv
1834d8e7d5
* xterm.c (handle_one_xevent): Must note mouse movement even for nil
...
frames for GTK, in that case it is the tool bar. This is so that
highlighted text get reset properly.
2006-02-09 15:56:43 +00:00
Jan Djärv
a8f116e700
handle_one_xevent: Must note mouse movement even for nil frames for GTK,
...
in that case it is the tool bar.
2006-02-09 15:54:56 +00:00
Juanma Barranquero
cffc347298
*** empty log message ***
2006-02-09 10:58:39 +00:00
Juanma Barranquero
909e3b3323
(Fmake_bool_vector, Fpurecopy): Doc fixes.
2006-02-09 10:49:59 +00:00
Jan Djärv
e99c752190
* window.c (adjust_window_trailing_edge): Check that shrinking
...
does not set a window to size zero or less.
2006-02-08 13:39:52 +00:00
Kim F. Storm
e1a67366be
*** empty log message ***
2006-02-07 09:22:56 +00:00
Miles Bader
42ab8e36ac
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51
...
Make constrain-to-field notice overlays
2006-02-08 Miles Bader <miles@gnu.org>
* src/editfns.c (Fconstrain_to_field): Use Fget_char_property instead
of Fget_text_property (other field functions word with overlays as
well as text-properties).
2006-02-07 09:08:53 +00:00
Kenichi Handa
6a80c3badc
(unibyte_display_via_language_environment): Delete
...
extern.
2006-02-07 08:01:08 +00:00
Kenichi Handa
502b312859
(unibyte_display_via_language_environment): Extern
...
it.
2006-02-07 07:58:19 +00:00
Kenichi Handa
d2b4c17d26
(append_glyph): Refer to it->char_to_display instead of
...
it->c.
(produce_glyphs): Set the character to print in
it->char_to_display. Handle
unibyte-display-via-language-environment.
(produce_stretch_glyph): Set the character to print in
it->char_to_display.
2006-02-07 01:19:06 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Kenichi Handa
8b9d426ab7
(openp): Initialized encoded_fn before GCPRO it.
2006-02-06 12:36:25 +00:00
Ken Raeburn
0cf366568e
(malloc, realloc, free) [emacs]: Undefine macros before defining.
2006-02-05 13:45:35 +00:00
Ken Raeburn
98950fd6ba
(XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield
...
value to EMACS_INT, to suppress gcc warning.
2006-02-05 12:21:40 +00:00
Ken Raeburn
d63b401895
(Fconstrain_to_field): Fix int/Lisp_Object mixup.
2006-02-05 12:15:02 +00:00
Kim F. Storm
a7684151a8
Cache last merged escape glyph face.
...
(last_escape_glyph_frame, last_escape_glyph_face_id)
(last_escape_glyph_merged_face_id): New variables.
(get_next_display_element): Use/update them.
(redisplay_internal): Reset them before redisplay.
(set_iterator_to_next): Optimize 2004-12-13 fix.
Only recheck faces after displaying ellipsis.
2006-02-03 13:14:43 +00:00
Kim F. Storm
ad02d7ea94
*** empty log message ***
2006-02-03 13:14:23 +00:00
Kenichi Handa
999a0fe581
(decode_composition_emacs_mule): Fix handling of
...
incorrect format data.
2006-02-02 12:47:04 +00:00
Jan Djärv
cd7cd4ac23
* gtkutil.c (update_frame_tool_bar): Use new tool bar functions
...
(gtk_toolbar_insert) so we can have tool bars of different sizes.
2006-01-31 15:31:50 +00:00
Luc Teirlinck
4cdcdcc9ce
(Flistp): Doc fix.
2006-01-30 23:40:49 +00:00
Luc Teirlinck
4cf7e99c28
*** empty log message ***
2006-01-30 23:39:36 +00:00
Juanma Barranquero
a3bc032f5c
*** empty log message ***
2006-01-30 16:15:20 +00:00
Juanma Barranquero
8cd0d6614d
(Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings.
2006-01-30 16:11:29 +00:00
Luc Teirlinck
da46c5bec7
(Fcar, Fcdr): Doc fixes.
2006-01-29 02:19:33 +00:00
Luc Teirlinck
1f2907eea7
*** empty log message ***
2006-01-28 23:21:34 +00:00
Luc Teirlinck
9701c742ad
(Fcar, Fcdr): Add links to Elisp manual to the docstrings.
2006-01-28 23:16:35 +00:00
Luc Teirlinck
6badf38c8a
*** empty log message ***
2006-01-28 23:15:09 +00:00
Chong Yidong
e2984df0ef
* alloc.c (make_interval, allocate_string)
...
(allocate_string_data, make_float, Fcons, allocate_vectorlike)
(Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
global variables.
2006-01-27 22:14:57 +00:00
Eli Zaretskii
dc86c16d44
*** empty log message ***
2006-01-27 20:45:13 +00:00
Eli Zaretskii
8f7f8c6539
(DIRENTRY_NONEMPTY) [__CYGWIN__]: Use the MSDOS definition.
2006-01-27 20:44:10 +00:00
Richard M. Stallman
57436ee745
*** empty log message ***
2006-01-26 18:00:41 +00:00
Richard M. Stallman
2aee5ca377
(check_pure_size): Make overflow message an "error message".
2006-01-26 17:51:42 +00:00
Richard M. Stallman
bb9c8a997a
(Fmap_keymap): Doc fix.
2006-01-26 17:50:50 +00:00
Richard M. Stallman
5fa98fcf92
(Fx_create_frame): Put all specified parms into f->param_alist
...
unless they were cleared out.
2006-01-26 17:49:48 +00:00
Richard M. Stallman
d00368cf26
(x_get_arg): "Clear out" the parm in ALIST if found there.
2006-01-26 17:48:52 +00:00
Károly Lőrentey
e477bb0420
(Fconstrain_to_field): Fix behaviour on field boundaries.
...
(find_field): Set before_field to after_field when pos is at BEGV.
2006-01-26 06:43:33 +00:00
Károly Lőrentey
13c42cc53a
(Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.
2006-01-26 03:40:13 +00:00
Károly Lőrentey
2cb3aec40b
(Fconstrain_to_field): Use get_pos_property, not Fget_char_property,
...
to fix handling of field boundaries. Fix bogus comment.
(Fline_beginning_position, Fline_end_position): Clarify confusing doc
string.
2006-01-26 03:12:45 +00:00
Károly Lőrentey
27806b2030
(Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.
2006-01-26 03:05:15 +00:00
Kenichi Handa
34b8768930
(Fcall_process): GCPRO error_file. Encode infile,
...
current_dir, and error_file. On reporting an error, decode them
back.
2006-01-26 00:40:12 +00:00
Stefan Monnier
1cee1e272f
(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
...
(re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
Don't check for quit, since any loop will go through fail or jump.
2006-01-24 19:14:58 +00:00