| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | (syms_of_lread) <force_load_messages>: New variable. | Eli Zaretskii | 2009-07-25 | 2 | -6/+22 |
| * | * coding.h (decode_coding_string, encode_coding_string): Use | Ken Raeburn | 2009-07-25 | 2 | -2/+5 |
| * | * lread.c: Rewrite 2009-07-21 changes. | Ken Raeburn | 2009-07-25 | 2 | -8/+14 |
| * | * nsfont.m (ns_findfonts): Correctly return fallback in match case. | Adrian Robert | 2009-07-24 | 2 | -1/+9 |
| * | * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep. | Adrian Robert | 2009-07-23 | 2 | -0/+9 |
| * | * nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color):... | Adrian Robert | 2009-07-23 | 2 | -2/+9 |
| * | * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger. | Adrian Robert | 2009-07-23 | 2 | -1/+7 |
| * | * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position | Jason Rumney | 2009-07-22 | 3 | -0/+58 |
| * | * fileio.c: Revert 2009-07-16 changes. | Chong Yidong | 2009-07-21 | 2 | -12/+24 |
| * | * xdisp.c (move_it_to): For continued lines ending in a tab, take | Chong Yidong | 2009-07-21 | 2 | -4/+14 |
| * | (load_depth): New variable. | Ken Raeburn | 2009-07-21 | 2 | -2/+15 |
| * | * nsfont.m (ns_has_attribute): Remove. | Adrian Robert | 2009-07-20 | 1 | -0/+5 |
| * | * nsfont.m (ns_attribute_value): Remove. | Adrian Robert | 2009-07-20 | 1 | -12/+5 |