Kenichi Handa
67bb7826df
*** empty log message ***
2007-11-12 02:40:22 +00:00
Kenichi Handa
ce9c2e7b3b
(face_for_overlay_string): Call lookup_face with
...
correct arguments (fix of synching with the trunk).
2007-11-12 02:30:30 +00:00
Miles Bader
f23d76bdef
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
2007-11-11 00:56:44 +00:00
Miles Bader
a457417ee5
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927
2007-11-11 00:03:33 +00:00
Juri Linkov
d83e029983
(BASE_PURESIZE): Increase to 1130000.
2007-11-10 22:42:06 +00:00
Stefan Monnier
8383dac799
(load_overlay_strings): Fix copy&paste typo.
2007-11-10 03:06:45 +00:00
Jason Rumney
4b219faa3b
(w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
...
(w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND.
2007-11-09 12:20:55 +00:00
Jason Rumney
ba991a0e56
* keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
...
Remove W32_SCROLL_BAR_CLICK_EVENT.
(lispy_function_keys) [WINDOWSNT]: Add more keys.
(lispy_multimedia_keys) [WINDOWSNT]: New array.
(make_lispy_event) [WINDOWSNT]: Use it to translate
MULTIMEDIA_KEY_EVENT.
2007-11-09 12:19:21 +00:00
Jason Rumney
b2b2591604
(enum event_kind) [WINDOWSNT]: Likewise.
...
Add MULTIMEDIA_KEY_EVENT.
2007-11-09 12:18:43 +00:00
Jason Rumney
addedb8e24
Define USE_TOOLKIT_SCROLL_BARS.
2007-11-09 12:17:57 +00:00
Jason Rumney
0b15176246
(w32_pass_multimedia_buttons_to_system): New user option.
...
(syms_of_w32fns): Export and initialize it.
(w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
2007-11-09 12:17:19 +00:00
Jason Rumney
0fe216b291
(WM_APPCOMMAND): Define if not already.
...
(GET_APPCOMMAND_LPARAM): Likewise.
2007-11-09 12:16:34 +00:00
Miles Bader
c12ecb0af9
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
2007-11-09 09:45:30 +00:00
Jason Rumney
b8ddfbcc6b
Obsolete for some years.
2007-11-08 17:37:29 +00:00
Chong Yidong
566242b78f
(handle_face_prop): Fix last change.
2007-11-07 15:31:20 +00:00
Chong Yidong
ebe7c7e710
(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.
2007-11-07 15:30:51 +00:00
Chong Yidong
d388d2ac7d
* dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
...
twice.
* xdisp.c (handle_face_prop): Fix last change.
2007-11-07 15:29:56 +00:00
Juanma Barranquero
855aae38de
*** empty log message ***
2007-11-07 13:08:20 +00:00
Juanma Barranquero
f16dfa459c
*** empty log message ***
2007-11-07 12:14:15 +00:00
Richard M. Stallman
db3a4b2f77
*** empty log message ***
2007-11-06 16:33:18 +00:00
Kenichi Handa
2354b80b63
(Fdecode_coding_region): Fix typo in docstring.
2007-11-06 13:32:57 +00:00
Jan Djärv
59961aa44f
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
...
abort with a message on unhandled store_type values.
2007-11-06 11:17:38 +00:00
Jan Djärv
e624c3f96c
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
...
abort with a message on unhandled store_type values.
2007-11-06 09:27:17 +00:00
Kenichi Handa
03e0f8bbc6
*** empty log message ***
2007-11-05 12:53:21 +00:00
Kenichi Handa
45eb10fb91
(font_prop_validate_symbol): The argument prop_index is
...
deleted.
(font_prop_validate_style, font_prop_validate_non_neg)
(font_prop_validate_spacing): Likewise.
(font_property_table): Arguments to validater changed. Callers
changed.
(font_lispy_object): Deleted.
(font_at): Use font_find_object instead fo font_lispy_object.
2007-11-05 12:52:51 +00:00
Richard M. Stallman
9cf635a6e2
(handle_face_prop): Test for strings that came from overlays,
...
not just for after-strings and before-strings.
Call face_for_overlay_string and pass the overlay to it.
(handle_display_prop): Determine whether property came from an overlay.
Pass OVERLAY arg to handle_single_display_spec.
(handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
(load_overlay_strings): Fill in it->string_overlays.
(get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
2007-11-04 07:42:21 +00:00
Richard M. Stallman
a193ecf139
(face_for_overlay_string): Function renamed from
...
face_at_buffer_position_no_overlays, and add arg OVERLAY.
2007-11-04 07:32:41 +00:00
Richard M. Stallman
c69a28f1e6
(struct it): New elt string_overlays.
...
New elt from_overlay, also in stack.
Rearrange a few elements.
(face_for_overlay_string): Decl renamed from
face_at_buffer_position_no_overlays, and add argument.
2007-11-04 07:31:56 +00:00
Richard M. Stallman
6519d955f9
Whitespace change.
2007-11-04 06:57:16 +00:00
Richard M. Stallman
17d6c69d11
(handle_face_prop): Use face_at_buffer_position_no_overlays
...
to get the base face for an overlay string.
2007-11-03 03:48:12 +00:00
Richard M. Stallman
490943fe14
(face_at_buffer_position_no_overlays): Add decl.
2007-11-03 03:46:57 +00:00
Richard M. Stallman
03e1d61791
(face_at_buffer_position_no_overlays): New function.
2007-11-03 03:46:22 +00:00
Richard M. Stallman
d85b2f1e85
(handle_stop): Move some code out of loop.
2007-11-03 01:50:31 +00:00
Kenichi Handa
0d5a1b051d
*** empty log message ***
2007-11-02 03:19:28 +00:00
Kenichi Handa
6d060996f1
(Fexpand_file_name): Adjust multibyteness of directory
...
and file names.
2007-11-02 03:18:22 +00:00
Jan Djärv
ac1278c1f0
Remove HAVE_X11R5 and HAVE_X11R4.
2007-11-01 07:42:19 +00:00
Jan Djärv
00b9439af4
Regenerate.
2007-11-01 07:38:58 +00:00
Dan Nicolaescu
04a697fefe
* makefile.w32-in (obj): Remove sunfns.o.
...
* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.
* Makefile.in: Remove references to sunfns.c and sunfns.o.
2007-11-01 07:16:11 +00:00
Glenn Morris
56dad874f3
Johan Bockg� <bojohan at gnu.org>
...
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.
http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html
2007-11-01 03:49:22 +00:00
Glenn Morris
b4a638b358
Johan Bockg� <bojohan at gnu.org>
...
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.
http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html
2007-11-01 03:47:34 +00:00
Dan Nicolaescu
07e5c0b0b7
* cmdargs.texi (Misc Variables): Remove Sun windows info.
...
* MACHINES: Remove Sun windows info.
* term/sun-mouse.el:
* obsolete/sun-fns.el:
* obsolete/sun-curs.el: Remove files.
* term/sun.el (select-previous-complex-command):
* sunfns.c: Remove file
* m/sun386.h:
* m/sun2.h:
* m/sparc.h: Remove Sun windows code.
2007-11-01 03:06:23 +00:00
Stefan Monnier
1bc973c2e4
* keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
...
(init_keyboard): Set current_kboard's window-system to nil.
(tty_read_avail_input): Typo.
* frame.c (make_initial_frame): Don't initialize the initial_kboard.
2007-10-31 19:25:32 +00:00
YAMAMOTO Mitsuharu
7837948ffc
[USE_ATSUI] (Fmac_atsu_font_face_attributes):
...
Fix conversion from Lisp object to ATSUFontID.
2007-10-31 09:40:12 +00:00
Dan Nicolaescu
c22140f676
* s/usg5-4.h:
...
* s/usg5-3.h:
* s/ptx.h:
* m/is386.h:
* m/ibmps2-aix.h:
* Makefile.in: Remove all mentions of X10
* dispnew.c (syms_of_display): Don't mention version 10.
2007-10-31 06:55:00 +00:00
Jason Rumney
63eb134d1e
(Fformat_mode_line): Do nothing when noninteractive.
2007-10-30 22:49:26 +00:00
YAMAMOTO Mitsuharu
ae7c60a92e
(unexec_regions_recorder, unexec_regions_merge):
...
Don't assume regions are aligned to page boundary.
(print_load_command_name): Add LC_UUID if defined.
2007-10-30 08:32:36 +00:00
Richard M. Stallman
e58a672c1d
(syms_of_emacs) <installation-directory>: Reflow docstring.
2007-10-30 08:25:14 +00:00
Jason Rumney
1ccaa71a47
(NSTATICS): Revert spurious change made in last merge.
2007-10-29 23:31:22 +00:00
Ken Raeburn
383b707ece
Comment the ENABLE_CHECKING version of the CHECK macro.
2007-10-29 18:15:02 +00:00
Juanma Barranquero
3888559e6b
(syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
...
<installation-directory>: Reflow docstring.
2007-10-29 00:32:45 +00:00