Kenichi Handa
06aac9016f
from trunk
2010-02-26 10:22:23 +09:00
Kenichi Handa
7379cfce15
xdisp.c (reseat_to_string): Fix previous change.
2010-02-26 10:17:28 +09:00
Chong Yidong
cf2fdcfbd3
* nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
2010-02-25 19:48:53 -05:00
Kenichi Handa
cc6c7c75bb
xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2010-02-25 11:29:35 +09:00
Jan Djärv
32e737d7ca
Move declarations before statements.
...
* xterm.c (XTflash): Move declarations before statements.
* gtkutil.c (xg_get_gdk_display): Remove (unused).
(xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
(xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
(xg_create_tool_bar): Remove unused variables.
(x_wm_set_size_hint): Move declarations before statements.
(xg_create_frame_widgets): Remove variable grav,
2010-02-24 19:23:48 +01:00
Chong Yidong
676cae9f08
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2010-02-21 08:44:07 -05:00
Eli Zaretskii
e3670e004d
term.c, dispextern.h: Fix stale comments.
2010-02-19 15:57:53 +02:00
Stefan Monnier
886cc2b86a
(fatal): Add a final \n if needed (bug#5596).
2010-02-18 12:02:24 -05:00
Glenn Morris
30f50381ed
* fileio.c: Comment fix.
2010-02-18 01:02:04 -08:00
Chong Yidong
ddb2d8e235
* nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
2010-02-18 02:21:15 -05:00
Glenn Morris
2a4f8d3d57
* callint.c (Finteractive): Doc fix.
2010-02-17 22:35:21 -08:00
Kenichi Handa
ebaf11b608
Fix handling of CODING_RESULT_INSUFFICIENT_DST.
2010-02-18 11:27:25 +09:00
Kenichi Handa
d0396581d5
Fix the ccl decoder for the case that the output buffer is fullfilled.
2010-02-17 15:47:32 +09:00
Juanma Barranquero
737b5223e1
Fix typos in comments.
2010-02-14 18:32:16 +01:00
Jan Djärv
471e4f0440
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
...
overdrawn.
2010-02-13 14:27:32 +01:00
Jan Djärv
98599f74d0
xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
...
bug #5571 .
2010-02-13 13:54:50 +01:00
Juanma Barranquero
ac146f8288
Fix typos.
2010-02-11 01:12:47 +01:00
Jan Djärv
182659ae3c
Fix for bug#5512, don't rely on SIGIO alone.
...
(x_session_initialize): Move initialization of ice_fd and
doing_interact here.
(ice_connection_closed): New function.
(x_session_check_input, smc_die_CB, ice_io_error_handler)
(ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
(x_session_check_input): Call IceCloseConnection if IceProcessMessages
returns I/O error.
(ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
bug #5512 .
2010-02-10 10:29:28 +01:00
Glenn Morris
9be32c4e58
* ChangeLog: Mark tiny change.
2010-02-08 21:43:23 -08:00
Chong Yidong
14a225f9c2
* nsfont.m (nsfont_open): The system's value for the font descent
...
is negative, so round it down to avoid clipping.
2010-02-08 18:39:01 -05:00
Chong Yidong
953d248c55
Credit Vivek Dasmohapatra for suggesting the last change.
2010-02-06 08:29:05 -05:00
Chong Yidong
a2f3eb1962
* charset.c (load_charset_map_from_file)
...
(load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
instead of xmalloc (Bug#5526).
2010-02-06 08:23:33 -05:00
Chong Yidong
3088147c5d
Fix for Bug#5526.
...
* charset.c (load_charset_map_from_file): Allocate large
charset_map_entries structure on the heap rather than the stack.
(Bug#5526).
2010-02-04 22:54:49 -05:00
Kenichi Handa
115e4fd3ca
Add bug#.
2010-01-31 16:01:05 +09:00
Kenichi Handa
a1c65d578c
from trunk
2010-01-31 15:50:30 +09:00
Kenichi Handa
b57d9029b1
font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1.
2010-01-31 15:46:53 +09:00
Chong Yidong
c67d885b46
* nsterm.m (ns_defined_color): Block input. Suggested by Mike
...
<deactivated@gmail.com> (Bug#3605).
2010-01-31 00:23:09 -05:00
Chong Yidong
8fab23622f
* fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).
2010-01-30 23:49:28 -05:00
Chong Yidong
5e4fe3f9cf
src/config.in: Regenerate.
2010-01-30 23:29:06 -05:00
Chong Yidong
cb2a62f242
* nsterm.m (ns_ring_bell): Handle visible bell like X.
2010-01-30 22:36:06 -05:00
Andreas Schwab
944c7a2695
* character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
2010-01-30 11:32:39 +01:00
Chong Yidong
c024ac081d
Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).
...
* frame.c (DEFAULT_ROWS): Change default to 35.
* xfns.c (x_default_font_parameter): Change default XFT font to
monospace-10 (Bug#3643).
2010-01-29 14:02:02 -05:00
Eli Zaretskii
af93af83df
w32inevt.c (key_event): Remove unnecessary comparison of
...
event->uChar.AsciiChar with 128.
2010-01-29 16:03:25 +02:00
Chong Yidong
b242dbfc1b
* fileio.c (Frename_file): Fix last change (Bug#5487).
2010-01-28 12:47:05 -05:00
Chong Yidong
ca0eb7088c
Fixes for NetBSD (Bug#4629, Bug#2072).
...
* m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
* m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2010-01-28 12:33:28 -05:00
Jason Rumney
a292592c13
Add bug number to recent change.
2010-01-28 21:09:25 +08:00
Jan Djärv
45d45af577
xfns.c (Fx_create_frame): Remove window size matching code from
...
2010-01-15.
(x_get_current_desktop, x_get_desktop_workarea): Remove
2010-01-28 08:10:04 +01:00
Jason Rumney
dd5de7c6e4
Fix typos, check for negative ASCII characters.
2010-01-28 00:22:16 +08:00
Jason Rumney
7e23373040
Use Unicode for console keyboard input on Windows.
...
w32inevt.c (w32_kbd_patch_key): Save the unicode character.
(key_event): Use unicode for characters 128 and higher.
2010-01-27 21:59:13 +08:00
Kenichi Handa
c8b96b2a95
Fix src/ChangeLog.
2010-01-27 14:28:39 +09:00
Kenichi Handa
af95a12420
from trunk
2010-01-27 14:23:52 +09:00
Kenichi Handa
86e893e3b6
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
2010-01-27 14:17:35 +09:00
Chong Yidong
8719abec5b
Fix rename-file to handle directory renaming properly (Bug#3353).
...
* fileio.c (Frename_file): Call copy-directory and delete-directory
for directories, in order to handle cross-device renaming.
2010-01-26 23:08:41 -05:00
Jan Djärv
433bdc96cb
Merge from trunk
2010-01-25 08:45:12 +01:00
Jan Djärv
aa3e13b530
Typo fix.
2010-01-25 08:43:29 +01:00
Jan Djärv
844794c855
xfns.c (Fx_create_frame): If frame height i stoo big, try
...
sizes 24 and 10. Bug #3643 .
2010-01-25 08:43:10 +01:00
Stefan Monnier
8dc1adf681
Try and fix bug#788, hopefully for real this time.
2010-01-24 21:52:03 -05:00
Chong Yidong
285d07e27a
Use png_sig_cmp to allow linking with libpng 1.4.0.
...
* image.c (png_load): Use png_sig_cmp instead of the obsolete png_check_sig, which has been removed in libpng 1.4.
2010-01-24 18:03:13 -05:00
Stefan Monnier
bd4b5750a0
* keymap.c (shadow_lookup): Add `remap' arg.
...
(describe_map, describe_vector): Update calls to shadow_lookup.
(Fwhere_is_internal): Fix up handling of `remapped_sequences' and
`remapped' so this flag is applicable to `sequence'. Be careful to
perform remapping during shadow_lookup check of remapped_equences.
2010-01-24 03:42:22 -05:00
Chong Yidong
c6d09b8da9
Account for utmp.h availability.
...
* configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
this header file).
* filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
lacks this header file).
2010-01-23 17:15:22 -05:00