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
Eli Zaretskii
ac1e417182
(system_process_attributes): Compute Qtime and Qctime and add them to the alist.
2009-01-02 15:06:49 +00:00
Eli Zaretskii
82786952eb
Declare Qtime and Qctime.
2009-01-02 15:06:22 +00:00
Eli Zaretskii
89c874cfd7
(top level) <Qtime, Qctime>: New variables.
...
(syms_of_process): staticpro them.
(Fsystem_process_attributes): Add their documentation to the doc string.
2009-01-02 15:06:02 +00:00
Jason Rumney
df23bf081e
(Qgobject): New symbol.
...
(syms_of_image): Initialize it.
(init_svg_functions): Load some functions from gobject library.
2009-01-02 12:10:06 +00:00
Dan Nicolaescu
5bbdf7aab5
(make_terminal_frame): Remove redundant code and useless
...
block.
2009-01-01 19:58:00 +00:00
Andreas Schwab
63136da6ca
(conv_sockaddr_to_lisp): Add workaround for
...
getsockname bug on BSD.
2009-01-01 15:58:38 +00:00
Chong Yidong
a979dde193
(x_create_tip_frame): Set border width of the X window.
2009-01-01 08:54:46 +00:00
Chong Yidong
d6fafbe02c
* xfns.c (x_create_tip_frame): Set border width of the X window.
2009-01-01 08:54:01 +00:00
Chong Yidong
fe69cf00e0
Remove obsolete comment.
2009-01-01 08:23:02 +00:00
Chong Yidong
e66d536393
(Finternal_set_lisp_face_attribute): Improve error message.
2009-01-01 08:09:32 +00:00
Chong Yidong
9ef6904662
* xfaces.c (Finternal_set_lisp_face_attribute): Improve error
...
message.
2009-01-01 08:09:11 +00:00
Jason Rumney
f9c34147fd
(x_new_font): Return font object, not fontset. (Bug#119)
...
Don't block input, as per earlier xterm.c changes.
2009-01-01 02:06:27 +00:00
Adrian Robert
f5497e458a
(ns_appkit_version_str): Rename from ns_appkit_version. (ns_appkit_version_int): New function. (x-server-version): Use ns_appkit_version_int and follow 21+ convention of returning 3 integers
2008-12-31 14:59:37 +00:00
Kenichi Handa
c19cab20a1
(CHAR_VARIATION_SELECTOR_P): New macro.
...
(CHAR_SURROGATE_PAIR_P): New macro.
2008-12-30 23:42:40 +00:00
Kenichi Handa
78a2f9cd53
(font_range): Don't require a font for a variation
...
selector.
(Ffont_variation_glyphs): New function.
(syms_of_font): Defsubr it.
2008-12-30 23:41:25 +00:00
Kenichi Handa
2b33f1efb5
(ftfont_driver): Set the member get_variation_glyphs to
...
ftfont_variation_glyphs.
(setup_otf_gstring): New function.
(ftfont_drive_otf): Use it.
(ftfont_shape_by_flt): Handle variation selector.
(ftfont_variation_glyphs): New function.
2008-12-30 23:40:16 +00:00
Kenichi Handa
c63715cf35
(struct font_driver): New member get_variation_glyphs.
2008-12-30 23:36:56 +00:00
Martin Rudalics
28cd591f40
(Vemacs_iconified): Remove.
2008-12-30 16:27:32 +00:00
Jason Rumney
7f714baf38
*** empty log message ***
2008-12-30 15:10:39 +00:00
Jason Rumney
a2227e215c
(store_frame_param, x_get_arg): Enable newer code on
...
WINDOWSNT too, as related changes have already been synced.
2008-12-30 15:09:13 +00:00
Chong Yidong
af2be00218
(Fvertical_motion): Don't advance iterator if we have reseated to the
...
desired position.
2008-12-30 15:03:08 +00:00
Chong Yidong
d8abe9d8dd
(move_it_to): Handle GET_FROM_STRETCH method when checking for pos
...
match.
2008-12-30 14:50:19 +00:00
Chong Yidong
9d2d22ab07
* indent.c (Fvertical_motion): Don't advance iterator if we have
...
reseated to the desired position.
* xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
checking for pos match.
2008-12-30 14:49:28 +00:00
Chong Yidong
f039b2d2b0
Minor doc fix.
2008-12-30 13:28:33 +00:00
Kenichi Handa
1ede3eb64b
(copy_text): To convert a non-ASCII char to unibyte,
...
just get the low 8-bit of the code.
2008-12-30 01:48:56 +00:00
Kenichi Handa
545312c251
(font_intern_prop): Validate str as multibyte.
2008-12-30 00:46:13 +00:00
Juanma Barranquero
e3021fe7db
Add bug reference.
2008-12-29 16:56:51 +00:00
Dan Nicolaescu
31e0750eac
(struct face): Move lface and hash from the middle
...
of bitfields.
2008-12-29 04:53:10 +00:00
Dan Nicolaescu
bd7bbf294e
(INTERVALS_H): Rename from INTERVAL_SRC, update all users.
2008-12-29 04:01:06 +00:00
Dan Nicolaescu
b5672e7ca4
(INTERVAL_SRC): Also depend on dispextern.h.
...
(coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
instead of intervals.h.
2008-12-29 03:55:53 +00:00
Andreas Schwab
d704470f14
(map_keymap_char_table_item): Make a copy of KEY if it is a
...
cons.
2008-12-26 14:43:21 +00:00
Martin Rudalics
54b3386843
* textprop.c (Qminibuffer_prompt): New variable.
...
(syms_of_textprop): Initialize it.
* callint.c (Fcall_interactively): For `c', `k', and `K' prompt
in minibuffer-prompt face. (Bug#1662)
2008-12-26 09:39:49 +00:00
Jason Rumney
40b615d6bd
(Fbuffer_swap_text): Use POINTER_TYPE.
2008-12-25 10:33:33 +00:00
Jason Rumney
85f967f90d
Add bug id for recently fixed bugs.
2008-12-25 01:15:03 +00:00
Jason Rumney
747d9d142f
Add comments to explain checks and aborts, to assist future debugging.
2008-12-24 11:37:12 +00:00
Jason Rumney
baae5c2d84
* ralloc.c (r_alloc_reset_variable): New function.
...
* buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
record of what points where.
2008-12-24 11:20:32 +00:00
Martin Rudalics
e2749141d6
In comments, write delete_frame instead of Fdelete_frame.
2008-12-23 07:28:06 +00:00
Dan Nicolaescu
a9051c8850
(read_minibuf): Follow the non-interactive case when
...
running as a daemon, before detaching.
2008-12-22 20:45:52 +00:00
Andreas Schwab
8b1463121e
* buffer.c (init_buffer): Use realloc instead of xrealloc.
...
* gtkutil.c (free_widget_value): Use xfree instead of free.
2008-12-22 09:48:21 +00:00