Chong Yidong
c8bcd18afb
(x_make_gc): Don't allocate stipple member for gc_values; it is not
...
even used.
2009-01-16 15:10:28 +00:00
Chong Yidong
e7abcdfba9
* xfns.c (x_make_gc): Don't allocate stipple member for gc_values; it
...
is not even used.
2009-01-16 15:09:39 +00:00
Glenn Morris
b60861e61f
(Ffont_variation_glyphs): Silence compiler.
2009-01-16 03:26:29 +00:00
Juanma Barranquero
8db52afe7b
* sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
...
Reported by David Robinow <drobinow@gmail.com>.
2009-01-15 18:04:34 +00:00
Kenichi Handa
4cddb209b4
(detect_coding_system): Fix handling of null_byte_fount.
2009-01-15 07:13:39 +00:00
Jason Rumney
f247f67bc0
*** empty log message ***
2009-01-14 13:18:58 +00:00
Kenichi Handa
220eeac9e4
Fix previous changes.
2009-01-14 12:51:06 +00:00
Kenichi Handa
f56a445091
(TWO_MORE_BYTES): New macro.
...
(detect_coding_utf_16): Use TWO_MORE_BYTES instead of
ONE_MORE_BYTE.
2009-01-14 12:19:44 +00:00
Jason Rumney
97d42150b4
(x_set_font): Always store a font to the font parameter,
...
never a fontset. (Bug#1562)
2009-01-14 12:08:49 +00:00
Chong Yidong
156302e85f
(Finternal_set_lisp_face_attribute): Revert last change.
2009-01-13 20:03:08 +00:00
Chong Yidong
962e8aa92a
(font_clear_prop): If clearing the family, clear the font width index
...
too.
2009-01-13 20:02:59 +00:00
Chong Yidong
4e99855e0f
* font.c (font_clear_prop): If clearing the family, clear the font
...
width index too.
* xfaces.c (Finternal_set_lisp_face_attribute): Revert last
change.
2009-01-13 20:02:34 +00:00
Juanma Barranquero
24f0147080
* sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
...
(do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
functions, use sizeof.
2009-01-12 16:18:31 +00:00
Martin Rudalics
a41240a3ab
(read_char): Fix case where last_nonmenu_event
...
returned a bad value with submenus. (Bug#447)
2009-01-12 09:21:15 +00:00
Chong Yidong
5e5e80fb43
(Finternal_set_lisp_face_attribute): If setting the family, clear the
...
font width index too.
2009-01-12 02:32:08 +00:00
Chong Yidong
944636b8cf
* xfaces.c (Finternal_set_lisp_face_attribute): If setting the
...
family, clear the font width index too.
2009-01-12 02:31:52 +00:00
Jason Rumney
0dad7c6f11
(cmd_error_internal): Exit when errors occur before
...
frame creation and not in daemon mode. (Bug#1836)
2009-01-11 13:26:39 +00:00
Glenn Morris
aa129567fc
Comment (fix header format).
2009-01-10 23:46:13 +00:00
Glenn Morris
d36c097a86
Comment (add Author:, based on authors.el).
2009-01-10 23:45:36 +00:00
Glenn Morris
0a9dd3a754
Comment (add Author:, based on ack.texi).
2009-01-10 23:42:02 +00:00
Glenn Morris
8deda4af97
Comment (fix header format).
2009-01-10 23:04:53 +00:00
Glenn Morris
8f3a3ac21e
Fix typo.
2009-01-10 22:57:52 +00:00
Glenn Morris
9032435905
Comment (add Author:, based on authors.el).
2009-01-10 22:53:08 +00:00
Glenn Morris
d089407f04
Comment (add author based on authors.el).
2009-01-10 22:22:38 +00:00
Chong Yidong
f4f5d85948
(pos_visible_p): When iterator stops on the last glyph
...
of a display vector, backtrack.
(try_window_reusing_current_matrix): Check glyph type before
referencing charpos member.
2009-01-10 18:41:07 +00:00
Chong Yidong
7c2363af44
* xdisp.c (pos_visible_p): When iterator stops on the last glyph
...
of a display vector, backtrack.
(try_window_reusing_current_matrix): Check glyph type before
referencing charpos member.
2009-01-10 18:40:52 +00:00
Eli Zaretskii
97b1b294af
Fix Bug #876 :
...
(inhibit_null_byte_detection): New variable.
(detect_coding, detect_coding_system): Don't pay attention to null bytes if
inhibit_null_byte_detection is non-zero.
(syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
<inhibit-iso-escape-detection>: Doc fix.
2009-01-10 10:41:23 +00:00
Jason Rumney
4624b6e34c
(add_font_entity_to_list): Don't report unknown
...
Windows charset as any unrecognized registry. (Bug#1548)
Only report Unicode Plane 2 fonts as unicode-sip.
2009-01-09 18:32:21 +00:00
Jason Rumney
e227e0c8ea
Remove unused header
2009-01-09 18:08:41 +00:00
Chong Yidong
13bf758b40
(Ffont_family_list): Return a list of strings, not symbols.
2009-01-09 14:12:04 +00:00
Chong Yidong
058f0a510f
(Fx_font_family_list): Function deleted. Compatibility version moved
...
to faces.el.
2009-01-09 14:11:38 +00:00
Chong Yidong
323b840cde
* xfaces.c (Fx_font_family_list): Function deleted. Compatibility
...
version moved to faces.el.
* font.c (Ffont_family_list): Return a list of strings, not
symbols.
2009-01-09 14:11:22 +00:00
Martin Rudalics
eba7400d38
(x_set_frame_parameters): Remember requested value for
...
fullscreen before it's reset by the parameter handler.
2009-01-09 07:44:00 +00:00
Glenn Morris
4b09796d42
(last_command_char): For clarity, rename to...
...
(last_command-event): ... and update all users.
(last_input_char): For clarity, rename to...
(last_input_event): ... and update all users.
(last-command-char, last-input-char): Move to subr.el as aliases.
2009-01-09 03:30:02 +00:00
Glenn Morris
a31e445edb
Update for last_command_char rename.
2009-01-09 03:29:39 +00:00
Chong Yidong
50b0cd29f7
(font_open_for_lface): Handle unspecified height attribute.
2009-01-08 13:34:44 +00:00
Chong Yidong
14ccea62ca
* font.c (font_open_for_lface): Handle unspecified height attribute.
2009-01-08 13:34:35 +00:00
Jason Rumney
5f00471125
(Vx_pointer_shape, Vx_nontext_pointer_shape)
...
(Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
(Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
Don't declare.
(syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
(x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
2009-01-08 13:13:12 +00:00
Glenn Morris
29f1f001ac
Add 2009 to copyright years.
2009-01-08 05:49:41 +00:00
Glenn Morris
0a64641e5b
Revert copyright year changes for files that are not part of Emacs.
2009-01-08 03:52:24 +00:00
Glenn Morris
76b6f70759
Add 2009 to copyright years.
2009-01-08 03:15:17 +00:00
Kenichi Handa
50b0622194
(Finsert_file_contents): In the case of replace,
...
remeber the coding system used for decoding in coding_system.
2009-01-07 12:28:19 +00:00
Juanma Barranquero
79a972175a
Add bug reference.
2009-01-07 09:34:18 +00:00
Kenichi Handa
b71f6f7303
(decode_coding_utf_8): Check byte_after_cr before breaking the loop.
...
(decode_coding_utf_16, decode_coding_emacs_mule)
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
(decode_coding_charset): Likewise.
2009-01-07 06:49:50 +00:00
Martin Rudalics
56f668f7ea
(x_set_frame_parameters): Make sure height (width) get
...
applied when fullwidth (fullheight) is set. (Bug#1522)
2009-01-05 10:29:41 +00:00
Juanma Barranquero
6dec9044ca
Add bug reference.
2009-01-04 20:14:13 +00:00
Juanma Barranquero
d66c024143
Fix typos.
2009-01-04 19:06:23 +00:00
Juanma Barranquero
5da9424d14
* w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
...
(utc_base): Declare as ULONGLONG, not long double.
(convert_time_raw): Delete.
(FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
(initialize_utc_base): New function.
(convert_time): Use FILETIME_TO_U64, initialize_utc_base.
(convert_from_time_t): Use initialize_utc_base; compute result with
64-bit arithmetic.
(process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
2009-01-04 11:30:13 +00:00
Juanma Barranquero
9acef61c4e
Fix typos.
2009-01-04 00:10:09 +00:00
Eli Zaretskii
3799447ca4
Fix copyright years.
2009-01-03 15:09:53 +00:00