| Commit message (Expand) | Author | Age | Files | Lines |
* | (encode_coding_string): Don't encode unibyte strings. (Bug#4047) | Eli Zaretskii | 2009-08-22 | 2 | -3/+9 |
* | * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was | Michael Albinus | 2009-08-22 | 2 | -12/+10 |
* | * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add. | Michael Albinus | 2009-08-22 | 1 | -0/+3 |
* | (ns_get_color): fix typo in last change | Adrian Robert | 2009-08-21 | 1 | -1/+1 |
* | * nsterm.m (ns_get_color): Update documentation properly for last | Adrian Robert | 2009-08-21 | 1 | -0/+9 |
* | * nsterm.m (ns_get_color): Update documentation properly for last | Adrian Robert | 2009-08-21 | 1 | -50/+42 |
* | nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of | Adrian Robert | 2009-08-21 | 1 | -0/+1 |
* | (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el. | Stefan Monnier | 2009-08-21 | 2 | -1/+5 |
* | * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro. | Michael Albinus | 2009-08-20 | 2 | -6/+40 |
* | (ns_get_color): Remove incompatible color formats again. | YAMAMOTO Mitsuharu | 2009-08-20 | 2 | -69/+8 |
* | (Fxw_color_values): Return 3-element list. Doc fix. | YAMAMOTO Mitsuharu | 2009-08-20 | 1 | -11/+4 |
* | (system-type): Doc fix. | Glenn Morris | 2009-08-20 | 2 | -8/+14 |
* | (syms_of_keyboard): Default to 5 buttons, which should be | Stefan Monnier | 2009-08-19 | 2 | -11/+14 |
* | * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus): New | Michael Albinus | 2009-08-18 | 2 | -6/+88 |
* | (Ffontset_font): Fix previous change. | Kenichi Handa | 2009-08-18 | 2 | -3/+3 |
* | *** empty log message *** | Kenichi Handa | 2009-08-18 | 2 | -0/+8 |
* | * process.c (status_notify): Don't perform redisplay. | Chong Yidong | 2009-08-17 | 2 | -9/+21 |
* | * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value. | Ken Raeburn | 2009-08-17 | 5 | -11/+25 |
* | (main): Don't call syms_of_data twice. | Ken Raeburn | 2009-08-17 | 2 | -4/+6 |
* | * dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER. | Michael Albinus | 2009-08-16 | 2 | -12/+30 |
* | * dbusbind.c (xd_initialize): Add connection file descriptor to | Michael Albinus | 2009-08-16 | 2 | -0/+12 |
* | * eval.c (Fcalled_interactively_p, Finteractive_p): Doc | Chong Yidong | 2009-08-15 | 2 | -14/+18 |
* | * keyboard.c (readable_events): Call xd_pending_messages. | Michael Albinus | 2009-08-15 | 2 | -2/+17 |
* | * dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New functions. | Michael Albinus | 2009-08-15 | 1 | -0/+35 |
* | * lisp.h (xd_pending_messages): Declare. | Michael Albinus | 2009-08-15 | 1 | -0/+1 |
* | * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131). | Chong Yidong | 2009-08-15 | 2 | -0/+12 |
* | * buffer.c (set_buffer_internal_1) | Chong Yidong | 2009-08-15 | 2 | -14/+25 |
* | Add comment noting that unbound symbols appear as themselves in local_var_alist. | Chong Yidong | 2009-08-15 | 1 | -2/+3 |
* | (create_pty): Fix last change. | Eli Zaretskii | 2009-08-14 | 2 | -1/+10 |
* | Note bug number in last change. | Chong Yidong | 2009-08-13 | 1 | -1/+1 |
* | * image.c (xbm_read_bitmap_data): New arg inhibit_image_error. | Chong Yidong | 2009-08-13 | 2 | -8/+18 |
* | (create_pty): New function. | Nick Roberts | 2009-08-13 | 1 | -68/+158 |
* | *** empty log message *** | Nick Roberts | 2009-08-13 | 1 | -0/+8 |
* | * cmds.c (nonundocount): New global variable. | Stefan Monnier | 2009-08-12 | 3 | -80/+107 |
* | (concat): Don't re-set string length to its current value. | Ken Raeburn | 2009-08-10 | 2 | -1/+3 |
* | (decode_coding_string, encode_coding_string): Use SBYTES macro. | Ken Raeburn | 2009-08-10 | 2 | -2/+5 |
* | * doprnt.c (doprnt_lisp): Unused function deleted. | Ken Raeburn | 2009-08-10 | 3 | -40/+8 |
* | (BASE_PURESIZE): Increase to 1270000. | Juri Linkov | 2009-08-07 | 2 | -1/+5 |
* | (syms_of_print): Undo previous change. | Dan Nicolaescu | 2009-08-07 | 2 | -2/+4 |
* | * lread.c (read1, syms_of_lread): Read hashtables back from the | Teodor Zlatanov | 2009-08-05 | 3 | -0/+170 |
* | * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no fami... | Adrian Robert | 2009-08-02 | 2 | -1/+16 |
* | * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, ... | Adrian Robert | 2009-07-29 | 2 | -5/+13 |
* | (font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly. | Kenichi Handa | 2009-07-28 | 2 | -3/+16 |
* | (xfont_list_pattern): Don't ignore the return value of | Kenichi Handa | 2009-07-28 | 1 | -3/+16 |
* | (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h | Dan Nicolaescu | 2009-07-27 | 2 | -2/+4 |
* | (face_with_height): Call font_clear_prop. | Kenichi Handa | 2009-07-27 | 2 | -0/+5 |
* | Better docstring for `called-interactively-p'. | Bastien Guerry | 2009-07-27 | 1 | -1/+1 |
* | * dispnew.c (init_display): Use Qx, Qw32, and Qns. | Chong Yidong | 2009-07-26 | 3 | -5/+9 |
* | Slightly fix the docstring of `select-frame'. | Bastien Guerry | 2009-07-26 | 1 | -3/+3 |
* | * nsfont.m (nsfont_draw): Revert 2009-07-15 change. | Chong Yidong | 2009-07-26 | 3 | -11/+79 |