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
Eli Zaretskii
c4605e09f3
(list_system_processes, system_process_attributes) [MSDOS]: Don't use the
...
default (no-op) implementation.
2009-01-03 15:09:27 +00:00
Eli Zaretskii
ec06ec19fd
(ret_lim_data) [MSDOS]: New function.
2009-01-03 15:04:25 +00:00
Eli Zaretskii
6a1bab0e5c
(Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
...
(Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
(Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
(Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime) [!subprocesses]: Define.
(syms_of_process) [!subprocesses]: Intern and staticpro them.
(Flist_system_processes, Fsystem_process_attributes) [!subprocesses]: Call
list_system_processes and system_process_attributes instead of returning Qnil.
2009-01-03 15:03:59 +00:00
Eli Zaretskii
e5c9f94c66
(system_process_attributes, list_system_processes): New functions.
2009-01-03 15:02:30 +00:00
Jason Rumney
a6d46bc12c
(parse_modifiers_uncached): Wheel events are clicks (bug#687).
2009-01-03 14:54:52 +00:00
Jason Rumney
8b7d0a16b2
* w32term.c (x_query_colors, x_query_color): New functions.
...
* image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
(svg_load_image): Cast returned pointers from dynamically loaded
functions. Eliminate W32 specific code.
2009-01-03 11:16:32 +00:00
Dan Nicolaescu
89e2438a03
* nsfns.m (x_set_foreground_color, x_set_background_color)
...
(x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
(x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
x_ prefix instead of ns_. Update references.
(syms_of_nsfns): Add a FIXME comment.
* nsterm.m (x_set_cursor_type): New prototype.
(setValuesFromPanel): Use it instead of the old ns_ prefixed name.
2009-01-02 18:58:49 +00:00
Dan Nicolaescu
bfe11752df
(system_process_attributes): Provide Qtime and Qctime
...
for Solaris instead of incorrectly providing Qutime and Qcutime.
2009-01-02 18:35:15 +00:00
Eli Zaretskii
031da700f0
(process_times): Compute sum of utime and stime.
...
(system_process_attributes): Add Qtime to the alist.
2009-01-02 15:08:57 +00:00