summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (encode_coding_string): Don't encode unibyte strings. (Bug#4047)Eli Zaretskii2009-08-222-3/+9
* * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It wasMichael Albinus2009-08-222-12/+10
* * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.Michael Albinus2009-08-221-0/+3
* (ns_get_color): fix typo in last changeAdrian Robert2009-08-211-1/+1
* * nsterm.m (ns_get_color): Update documentation properly for lastAdrian Robert2009-08-211-0/+9
* * nsterm.m (ns_get_color): Update documentation properly for lastAdrian Robert2009-08-211-50/+42
* nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration ofAdrian Robert2009-08-211-0/+1
* (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.Stefan Monnier2009-08-212-1/+5
* * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.Michael Albinus2009-08-202-6/+40
* (ns_get_color): Remove incompatible color formats again.YAMAMOTO Mitsuharu2009-08-202-69/+8
* (Fxw_color_values): Return 3-element list. Doc fix.YAMAMOTO Mitsuharu2009-08-201-11/+4
* (system-type): Doc fix.Glenn Morris2009-08-202-8/+14
* (syms_of_keyboard): Default to 5 buttons, which should beStefan Monnier2009-08-192-11/+14
* * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus): NewMichael Albinus2009-08-182-6/+88
* (Ffontset_font): Fix previous change.Kenichi Handa2009-08-182-3/+3
* *** empty log message ***Kenichi Handa2009-08-182-0/+8
* * process.c (status_notify): Don't perform redisplay.Chong Yidong2009-08-172-9/+21
* * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn2009-08-175-11/+25
* (main): Don't call syms_of_data twice.Ken Raeburn2009-08-172-4/+6
* * dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.Michael Albinus2009-08-162-12/+30
* * dbusbind.c (xd_initialize): Add connection file descriptor toMichael Albinus2009-08-162-0/+12
* * eval.c (Fcalled_interactively_p, Finteractive_p): DocChong Yidong2009-08-152-14/+18
* * keyboard.c (readable_events): Call xd_pending_messages.Michael Albinus2009-08-152-2/+17
* * dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New functions.Michael Albinus2009-08-151-0/+35
* * lisp.h (xd_pending_messages): Declare.Michael Albinus2009-08-151-0/+1
* * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).Chong Yidong2009-08-152-0/+12
* * buffer.c (set_buffer_internal_1)Chong Yidong2009-08-152-14/+25
* Add comment noting that unbound symbols appear as themselves in local_var_alist.Chong Yidong2009-08-151-2/+3
* (create_pty): Fix last change.Eli Zaretskii2009-08-142-1/+10
* Note bug number in last change.Chong Yidong2009-08-131-1/+1
* * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.Chong Yidong2009-08-132-8/+18
* (create_pty): New function.Nick Roberts2009-08-131-68/+158
* *** empty log message ***Nick Roberts2009-08-131-0/+8
* * cmds.c (nonundocount): New global variable.Stefan Monnier2009-08-123-80/+107
* (concat): Don't re-set string length to its current value.Ken Raeburn2009-08-102-1/+3
* (decode_coding_string, encode_coding_string): Use SBYTES macro.Ken Raeburn2009-08-102-2/+5
* * doprnt.c (doprnt_lisp): Unused function deleted.Ken Raeburn2009-08-103-40/+8
* (BASE_PURESIZE): Increase to 1270000.Juri Linkov2009-08-072-1/+5
* (syms_of_print): Undo previous change.Dan Nicolaescu2009-08-072-2/+4
* * lread.c (read1, syms_of_lread): Read hashtables back from theTeodor Zlatanov2009-08-053-0/+170
* * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no fami...Adrian Robert2009-08-022-1/+16
* * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, ...Adrian Robert2009-07-292-5/+13
* (font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.Kenichi Handa2009-07-282-3/+16
* (xfont_list_pattern): Don't ignore the return value ofKenichi Handa2009-07-281-3/+16
* (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.hDan Nicolaescu2009-07-272-2/+4
* (face_with_height): Call font_clear_prop.Kenichi Handa2009-07-272-0/+5
* Better docstring for `called-interactively-p'.Bastien Guerry2009-07-271-1/+1
* * dispnew.c (init_display): Use Qx, Qw32, and Qns.Chong Yidong2009-07-263-5/+9
* Slightly fix the docstring of `select-frame'.Bastien Guerry2009-07-261-3/+3
* * nsfont.m (nsfont_draw): Revert 2009-07-15 change.Chong Yidong2009-07-263-11/+79