| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | (Fset_process_query_on_exit_flag): Mention killing | Juri Linkov | 2009-07-18 | 2 | -1/+6 |
| * | Fix last change. | Chong Yidong | 2009-07-17 | 1 | -1/+0 |
| * | (shuffle): Fix the logic of setting up the cycle. | Kenichi Handa | 2009-07-17 | 2 | -6/+10 |
| * | (ns_get_color): Remove incompatible color formats. | YAMAMOTO Mitsuharu | 2009-07-16 | 2 | -73/+13 |
| * | (Fns_set_alpha): Remove function. | YAMAMOTO Mitsuharu | 2009-07-16 | 1 | -27/+0 |
| * | * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2. | Richard M. Stallman | 2009-07-16 | 4 | -8/+27 |
| * | * xterm.c (Qx_gtk_map_stock): New var. | Chong Yidong | 2009-07-16 | 3 | -5/+18 |
| * | (ns_maybe_dumpglyphs_background): Remove code for stippling, which actually | YAMAMOTO Mitsuharu | 2009-07-15 | 2 | -0/+11 |
| * | (nsfont_draw): Remove code for stippling, which actually | YAMAMOTO Mitsuharu | 2009-07-15 | 1 | -0/+4 |
| * | (font_vconcat_entity_vectors): New function. | Kenichi Handa | 2009-07-14 | 2 | -98/+177 |
| * | (ftfont_spec_pattern): New arg langname. Caller | Kenichi Handa | 2009-07-14 | 2 | -9/+28 |
| * | (directory_files_internal) [WINDOWSNT]: Don't make a local copy | Eli Zaretskii | 2009-07-13 | 2 | -6/+6 |
| * | *** empty log message *** | Kenichi Handa | 2009-07-13 | 1 | -0/+3 |
| * | (sub_char_table_ref_and_range): Fix the range check against max_char. | Kenichi Handa | 2009-07-13 | 1 | -1/+1 |
| * | (internal_self_insert): Check sym by SYMBOLP before | Kenichi Handa | 2009-07-13 | 2 | -1/+6 |
| * | (stat): Fix last change. | Eli Zaretskii | 2009-07-11 | 1 | -1/+1 |
| * | (directory_files_internal_w32_unwind) [WINDOWSNT]: New function. | Eli Zaretskii | 2009-07-11 | 2 | -0/+59 |
| * | (logon_network_drive): Don't assume PATH is an absolute file name. | Eli Zaretskii | 2009-07-11 | 1 | -17/+37 |
| * | xfns.c (Fx_select_font): Remember last font selected in | Jan Djärv | 2009-07-10 | 2 | -7/+27 |
| * | (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE. | Kenichi Handa | 2009-07-10 | 1 | -4/+3 |