Juanma Barranquero
fe0a6f3b4c
Fix typos.
2008-08-21 22:39:03 +00:00
Chong Yidong
8f59f2e77a
(x_delete_display): Don't call XrmDestroyDatabase on GTK+.
2008-08-21 19:37:04 +00:00
Chong Yidong
a3c8694acb
* xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
2008-08-21 19:36:56 +00:00
David Reitter
ed709b896c
ns_draw_window_cursor: fix bug in setting cursor type in inactive
...
windows. No special treatment for hollow cursor when
FRAME_LAST_INACTIVE. Clear w->phys_cursor_on_p if
cursor_type==NO_CURSOR.
2008-08-21 15:49:47 +00:00
Chong Yidong
ba00b2bc59
(temacs${EXEEXT}): On GNUstep, link to appropriate GNUstep library
...
location.
2008-08-21 14:49:28 +00:00
Chong Yidong
e0ce7c500d
* Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
...
GNUstep library location.
2008-08-21 14:49:16 +00:00
Chong Yidong
23888717d0
(x_update_menu_appearance): Check validity of menu font before using
...
it.
2008-08-21 13:53:30 +00:00
Chong Yidong
0a7c662676
(BASE_PURESIZE): Increase to 1250000.
2008-08-21 13:47:37 +00:00
Chong Yidong
2984624d44
* puresize.h (BASE_PURESIZE): Increase to 1250000.
2008-08-21 13:47:20 +00:00
Adrian Robert
a2d3af1ce6
* Makefile.in (temacs): Add plain LDFLAGS to GNUstep CC invocation.
2008-08-21 02:57:36 +00:00
Adrian Robert
f2f7f42c63
* nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly. * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil. * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration. (EmacsApp-cursor_blink_handler): Remove declaration. * nsterm.m (ns_draw_glyph_string): Update first conditional body to match 01 Feb 2008 changes in xterm.c. (ns_read_socket): Add cast to avoid warning. (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on GNUstep.
2008-08-21 02:48:58 +00:00
Chong Yidong
12061f06d7
(x_get_foreign_selection): Return nil if desired selection could not
...
be obtained, instead of signalling an error.
2008-08-20 22:09:56 +00:00
Chong Yidong
1eff4ab33b
* xselect.c (x_get_foreign_selection): Return nil if desired
...
selection could not be obtained, instead of signalling an error.
2008-08-20 22:09:40 +00:00
David Reitter
b8c63ae9ed
get_phys_cursor_geometry: redraw wider pixels on Nextstep, too.
...
ensure_echo_area_buffers: add comment.
2008-08-20 17:53:23 +00:00
David Reitter
595d6a93bf
Clear cursor properly rather than redrawing the area. Respect width of
...
bar cursors. remove ns-specific code for cursor blinking.
2008-08-20 17:46:37 +00:00
David Reitter
06197b17cd
ns_set_cursor_type: replace with generic from xfns.c
2008-08-20 17:39:14 +00:00
Eli Zaretskii
679316788e
Move "#define subprocesses" before config_opsysfile is included.
...
(configure, src/config.in): Regenerated.
2008-08-20 10:59:00 +00:00
Kenichi Handa
86d21abc87
*** empty log message ***
2008-08-19 07:50:37 +00:00
Kenichi Handa
d08189843f
(Vfont_log_deferred): New variable.
...
(font_add_log): Check Vfont_log_deferred.
(font_deferred_log): New funciton.
2008-08-19 07:46:52 +00:00
Kenichi Handa
8996db6213
(font_deferred_log): Extern it.
2008-08-19 07:46:14 +00:00
Kenichi Handa
cd872f08bf
(reorder_font_vector): Use encoding charset of fonts
...
for sorting.
(face_for_char): Use deferred log.
2008-08-19 07:45:55 +00:00
Kenichi Handa
039d3b16fd
*** empty log message ***
2008-08-18 12:12:32 +00:00
Kenichi Handa
303d51903a
(face_for_char): Add font log.
2008-08-18 12:06:33 +00:00
Kenichi Handa
db71664451
(font_add_log): Add the font properties :script, :lang,
...
and :otf in the log.
2008-08-18 12:05:30 +00:00
Chong Yidong
85fd2f9da0
Remove dead code.
...
(handle_invisible_prop, next_overlay_string): Defer call to
setup_for_ellipsis.
(handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
2008-08-17 23:48:30 +00:00
Chong Yidong
e5ac241921
* xdisp.c: Remove dead code.
...
(handle_invisible_prop, next_overlay_string): Defer call to
setup_for_ellipsis.
(handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
2008-08-17 23:48:21 +00:00
Chong Yidong
d8453278d9
(lookup_derived_face): Properly handle possible zero
...
return value of get_lface_attributes.
(merge_faces): Don't tell lookup_derived_face to signal an error
if face is not found.
2008-08-15 21:32:48 +00:00
Chong Yidong
ef1fba8005
* xfaces.c (lookup_derived_face): Properly handle possible zero
...
return value of get_lface_attributes.
(merge_faces): Don't tell lookup_derived_face to signal an error
if face is not found.
2008-08-15 21:32:01 +00:00
Chong Yidong
e933b15ea3
(Fdirectory_files): Doc fix.
2008-08-15 20:17:12 +00:00
Chong Yidong
1c319327be
* dired.c (Fdirectory_files): Doc fix.
2008-08-15 20:17:02 +00:00
Chong Yidong
847c048ea3
(make_process): Initialize kill_without_query struct member.
2008-08-15 20:09:32 +00:00
Chong Yidong
c2e9928d5b
* process.c (make_process): Initialize kill_without_query struct
...
member.
2008-08-15 20:09:19 +00:00
Eli Zaretskii
235661f6d5
(w32_system_process_attributes) [_MSC_VER < 1300]: Alternative calculation
...
of totphys for Visual Studio 6.
2008-08-15 17:36:48 +00:00
Eli Zaretskii
8e764ce06d
[_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
2008-08-15 17:08:58 +00:00
Eli Zaretskii
f8b35b24ae
(CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
...
(equal_sid, get_length_sid, copy_sid): New wrapper functions.
(w32_cached_id, w32_add_to_cache): New functions.
(get_name_and_id): Look account names in the cache before calling
lookup_account_sid.
(g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid): New
initialization flags.
(globals_of_w32): Initialize them to zero.
(w32_system_process_attributes): Use w32_cached_id and w32_add_to_cache.
2008-08-15 16:00:19 +00:00
Eli Zaretskii
a644b2e42c
(stat): Only root directory passed to GetDriveType.
2008-08-15 13:54:14 +00:00
Eli Zaretskii
b8526f6ea4
(_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX): Rename from
...
_MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX. All users changed.
2008-08-15 12:49:09 +00:00
Chong Yidong
66c410cec5
(Fread_char, Fread_char_exclusive): If no character event is read
...
before timeout is reached, return nil, rather than converting to a
number.
2008-08-14 19:24:54 +00:00
Chong Yidong
f581fad699
* lread.c (Fread_char, Fread_char_exclusive): If no character
...
event is read before timeout is reached, return nil, rather than
converting to a number.
2008-08-14 19:24:36 +00:00
Chong Yidong
7e861e0dfc
(use_dialog_box): Doc fix.
2008-08-14 01:14:37 +00:00
Chong Yidong
6988207c40
Fix last change.
2008-08-14 01:14:28 +00:00
Chong Yidong
97aec90a14
* fns.c (syms_of_fns): Doc fix.
2008-08-14 01:14:08 +00:00
Chong Yidong
2a10213c12
Undefine HAVE_RES_INIT, which appears to be harmful on OS X.
2008-08-14 00:51:41 +00:00
Chong Yidong
23c6bdbe4c
* s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful on
...
OS X.
2008-08-14 00:51:20 +00:00
Chong Yidong
dc4db71c23
(Qns_parse_geometry): New var.
...
(Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
2008-08-13 23:43:22 +00:00
Chong Yidong
01623ee7a0
* frame.c (Qns_parse_geometry): New var.
...
(Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
2008-08-13 23:40:17 +00:00
Chong Yidong
0f16b42b13
(x_produce_glyphs): Handle the case when font has no space character
...
in calculating tabs.
2008-08-11 18:50:49 +00:00
Chong Yidong
f00f8cb7e1
* xdisp.c (x_produce_glyphs): Handle the case when font has no
...
space character in calculating tabs.
2008-08-11 18:50:33 +00:00
Dan Nicolaescu
11d8ec4a2c
(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
2008-08-11 02:21:08 +00:00
Glenn Morris
27bef0c8eb
(procfs_system_process_attributes): Use EMACS_INTs to silence gcc
...
"limited range of data type" warnings in some make_fixnum_or_float calls.
2008-08-10 22:44:36 +00:00