- 22 Dec, 2008 3 commits
-
-
Dan Nicolaescu authored
running as a daemon, before detaching.
-
Andreas Schwab authored
* gtkutil.c (free_widget_value): Use xfree instead of free.
-
Martin Rudalics authored
Fdelete_frame to handle Qnoelisp value for FORCE argument. Delete last frame iff FORCE equals Qnoelisp. (Bug#1450) (Fdelete_frame): Call delete_frame. Remove line from doc-string saying that FORCE non-nil doesn't run `delete-frame-functions'. * frame.h: Extern delete_frame. * window.c (window_loop): * terminal.c (delete_terminal): * xterm.c (x_connection_closed): * xfns.c (Fx_hide_tip): * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
-
- 21 Dec, 2008 2 commits
-
-
Jason Rumney authored
when character maps to .notdef character.
-
Stefan Monnier authored
-
- 20 Dec, 2008 5 commits
-
-
Jason Rumney authored
a graphical frame on Windows.
-
Jason Rumney authored
-
Jan Djärv authored
-
Chong Yidong authored
-
Jason Rumney authored
-
- 19 Dec, 2008 7 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
Fsystem_process_attributes. No functional changes. * process.c: Don't #include pwd.h, grp.h and limits.h. (Flist_system_processes): Just call list_system_processes. (Fsystem_process_attributes): Just call system_process_attributes. (procfs_list_system_processes, time_from_jiffies) (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR) (procfs_get_total_memory, procfs_system_process_attributes): Move ... * sysdep.c: ... here. Include pwd.h, grp.h and limits.h. (list_system_processes): Rename from procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS. Provide a do nothing implementation. (system_process_attributes): Rename from procfs_list_system_processes. (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR) (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX. * w32.c (list_system_processes): Rename from w32_list_system_processes. (system_process_attributes): Rename from w32_system_process_attributes. * s/gnu-linux.h (LISTPROC, PROCATTR): Remove. * process.h (w32_list_system_processes) (w32_system_process_attributes): Remove. (list_system_processes, system_process_attributes): New prototypes. * config.nt (LISTPROC, PROCATTR): Remove.
-
Kenichi Handa authored
(xfont_encode_coding_xlfd): New function. (xfont_list_pattern): Decode XLFD by iso-8859-1. (xfont_list): Decode and encode XLFD by iso-8859-1. (xfont_match): Likewise. (xfont_list_family): Likewise. (xfont_open): Likewise.
-
Glenn Morris authored
-
Juanma Barranquero authored
-
- 18 Dec, 2008 3 commits
-
-
Jan Djärv authored
changed. (xg_tool_bar_proxy_callback): Put focus on the frame after we have clicked on a detached tool bar button.
-
Jan Djärv authored
changed.
-
Dan Nicolaescu authored
from the pipe. * startup.el (command-line): Do not mention the server name in case the user has not mentioned it, print a more explicit message. * emacsclient.c (start_daemon_and_retry_set_socket): Improve error checking.
-
- 17 Dec, 2008 2 commits
-
-
Juanma Barranquero authored
-
Jason Rumney authored
-
- 16 Dec, 2008 3 commits
-
-
Kenichi Handa authored
-
Dan Nicolaescu authored
-
Chong Yidong authored
driver list. * font.c (font_clear_cache): Fix format of font cache data.
-
- 15 Dec, 2008 1 commit
-
-
Chong Yidong authored
XftFontOpenPattern fails. * xterm.c (x_free_frame_resources): Remove extraneous call to free_frame_faces.
-
- 13 Dec, 2008 7 commits
-
-
Chong Yidong authored
x_delete_terminal. (x_delete_terminal): Call xim_close_dpy.
-
Jason Rumney authored
(add_font_name_to_list, w32_enumfont_pattern_entity): Use it. (w32font_open_internal, Fx_select_font): Decode font name. (fill_in_logfont, list_all_matching_fonts): Encode font name. * w32font.h (intern_font_name): Declare new function. * w32uniscribe.c (add_opentype_font_name_to_list): Use intern_font_name.
-
Chong Yidong authored
* font.c (free_font_driver_list): Implement missing function.
-
Chong Yidong authored
-
Chong Yidong authored
here; it will be done in init_frame_faces. * xterm.h (struct xim_inst_t): Definition moved from xterm.c. (struct x_display_info): Remove unused member null_pixel. New member xim_callback_data. * xterm.c (struct xim_inst_t): Definition moved to xterm.h. (xim_initialize): Save pointer to callback function data. (xim_close_dpy): Free callback function data. Call XCloseIM, reverting 2008-11-04 change by David Smith. (x_term_init): Don't initialize the image cache here; it will be done in init_frame_faces. Remove ancient "null_pixel" cruft. (x_delete_display): Free x_dnd_atoms member.
-
Kenichi Handa authored
-
Chong Yidong authored
-
- 12 Dec, 2008 1 commit
-
-
Dan Nicolaescu authored
potential user: maybe_fatal.
-
- 11 Dec, 2008 6 commits
-
-
Chong Yidong authored
all callers changed. Call free_frame_faces to free the face cache.
-
Jason Rumney authored
-
Jason Rumney authored
-
Juanma Barranquero authored
* src/w32proc.c (Fw32_get_locale_info): Decode long form of locale name. * lisp/w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change; decoding of long locale info is now done in `w32-get-locale-info'.
-
Juanma Barranquero authored
Fix typo in name of Ssystem_process_attributes. Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
-
Juanma Barranquero authored
-