Juanma Barranquero
87da51769e
(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
...
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size,
Fx_server_vendor, Fx_server_version, Fx_display_backing_store,
Fx_display_visual_class, Fx_display_save_under): Fix typos in docstrings.
2007-11-14 17:32:51 +00:00
Juanma Barranquero
02b39a28f9
(Fw32_define_rgb_color, Fw32_load_color_file, Fx_display_save_under):
...
Fix typos in docstrings.
(Fx_server_version): Reflow docstring.
(Fw32_shell_execute): Doc fixes.
2007-11-14 17:13:43 +00:00
Juanma Barranquero
517d7b9f8f
*** empty log message ***
2007-11-14 16:57:56 +00:00
Juanma Barranquero
5bdf7ff7c2
Remove leftover comment.
2007-11-14 15:38:16 +00:00
Juanma Barranquero
7408473147
(Fw32_registered_hot_keys): Don't return the nil values corresponding
...
to deleted entries; they are an implementation detail.
(gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables.
(w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames,
w32_pass_multimedia_buttons_to_system, w32_strict_painting,
Vw32_charset_info_alist, w32_to_x_color, w32_init_class, w32_createscrollbar,
w32_createwindow, my_post_msg, w32_get_modifiers, w32_grabbed_keys,
cancel_all_deferred_msgs): Make static.
(syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>: Fix typo in docstring.
2007-11-14 15:34:37 +00:00
Juanma Barranquero
fb053a1f93
(Fw32_register_hot_key): Don't try to register
...
hot key if w32_parse_hot_key returned nil.
2007-11-13 15:09:34 +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
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
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
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
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
Juanma Barranquero
660a8219cb
(OBJ1): Remove abbrev.$(O).
...
($(BLD)/abbrev.$(O)): Remove.
2007-10-28 14:47:33 +00:00
Stefan Monnier
e047f44883
Rewrite abbrev.c in Elisp.
...
* image.c (Qcount): Don't declare as extern.
(syms_of_image): Initialize and staticpro `Qcount'.
* puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
* emacs.c (main): Don't call syms_of_abbrev.
* Makefile.in (obj): Remove abbrev.o.
(abbrev.o): Remove.
* abbrev.c: Remove.
Rewrite abbrev.c in Elisp.
* abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
(abbrev-table-get, abbrev-table-put, abbrev-get)
(abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
(define-abbrev, abbrev--check-chars, define-global-abbrev)
(define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
(abbrev-expansion, abbrev--before-point, expand-abbrev)
(unexpand-abbrev, abbrev--write, abbrev--describe)
(insert-abbrev-table-description, define-abbrev-table):
New funs, largely transcribed from abbrev.c.
(abbrev-with-wrapper-hook): New macro.
(abbrev-table-name-list, global-abbrev-table)
(abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
(abbrevs-changed, abbrev-all-caps, abbrev-start-location)
(abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
(last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
New vars, largely transcribed from abbrev.c.
* cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
* cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
* loadup.el: Load "abbrev.el" before "lisp-mode.el".
2007-10-28 02:41:00 +00:00
Miles Bader
fdc9061358
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00