| Commit message (Expand) | Author | Age | Files | Lines |
* | Add .gitignore rules for in-place builds. | Juanma Barranquero | 2009-03-03 | 1 | -21/+3 |
* | (Fcall_process): Bind inhibit-modification-hooks to t when decoding | Eli Zaretskii | 2009-03-02 | 2 | -0/+13 |
* | Fix typos. | Juanma Barranquero | 2009-03-02 | 1 | -1/+1 |
* | (DATA_SEG_BITS, XUINT, XSET): Definitions disabled. | Richard M. Stallman | 2009-03-01 | 2 | -1/+14 |
* | (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0. | Richard M. Stallman | 2009-03-01 | 1 | -1/+1 |
* | (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule, | Eli Zaretskii | 2009-02-28 | 2 | -13/+31 |
* | *** empty log message *** | Eli Zaretskii | 2009-02-28 | 1 | -1/+1 |
* | (detect_coding_charset): Fix last change for non-latin charsets. | Jason Rumney | 2009-02-28 | 1 | -6/+7 |
* | *** empty log message *** | Jason Rumney | 2009-02-28 | 1 | -0/+5 |
* | (detect_coding_charset): If not checking latin extra, | Jason Rumney | 2009-02-28 | 1 | -2/+2 |
* | (detect_coding_charset): Fix change from 2008-10-21. | Eli Zaretskii | 2009-02-28 | 2 | -1/+9 |
* | (Finteractive): Doc fix. | Glenn Morris | 2009-02-27 | 2 | -1/+5 |
* | (read_escape): Signal an error for invalid \UXXXXXXXX. | Kenichi Handa | 2009-02-27 | 2 | -2/+7 |
* | Fix last entry. | Chong Yidong | 2009-02-27 | 1 | -3/+2 |
* | (font_style_to_value): Set value for unknown symbols to | Chong Yidong | 2009-02-27 | 1 | -5/+5 |
* | * font.c (font_style_to_value): Set value for unknown symbols to 100 | Chong Yidong | 2009-02-27 | 1 | -0/+8 |
* | * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring. | Juanma Barranquero | 2009-02-26 | 2 | -1/+5 |
* | Fix typo in comment. | Juanma Barranquero | 2009-02-26 | 1 | -21/+21 |
* | Comment (don't hard-code bug address). | Glenn Morris | 2009-02-26 | 1 | -2/+1 |
* | Bump version to 23.0.91.emacs-pretest-23.0.91 | Chong Yidong | 2009-02-26 | 1 | -1/+4 |
* | Remove local setting of bug-reference-url-format since it's in dir-locals now. | Glenn Morris | 2009-02-25 | 1 | -1/+0 |
* | Fix previous entry. | Juanma Barranquero | 2009-02-25 | 1 | -2/+2 |
* | * lread.c (Fload): Stop checking Vloads_in_progress and signal | Juanma Barranquero | 2009-02-25 | 2 | -8/+11 |
* | * nsterm.m (ns_ring_bell): Convert rect to window coordinates | Adrian Robert | 2009-02-24 | 2 | -4/+7 |
* | (fontset_find_font): Fix the condition for checking | Kenichi Handa | 2009-02-24 | 1 | -1/+1 |
* | *** empty log message *** | Kenichi Handa | 2009-02-24 | 1 | -0/+5 |
* | Fix comment. | Juanma Barranquero | 2009-02-24 | 1 | -5/+5 |
* | correct minor typo in comments | Adrian Robert | 2009-02-24 | 1 | -1/+1 |
* | (Finternal_set_font_selection_order): Remove leading whitespace that | Glenn Morris | 2009-02-24 | 2 | -1/+6 |
* | *** empty log message *** | Kenichi Handa | 2009-02-24 | 1 | -6/+5 |
* | Add bug reference. | Juanma Barranquero | 2009-02-23 | 1 | -1/+1 |
* | Rename `system-process-attributes' to `process-attributes' | Miles Bader | 2009-02-23 | 2 | -10/+14 |
* | * coding.h (struct coding_system): Make safe_charsets a pointer to | Andreas Schwab | 2009-02-22 | 3 | -18/+32 |
* | (del_range_2): Don't modify gap contents when called | Andreas Schwab | 2009-02-22 | 2 | -1/+9 |
* | Define Qfont_spec, Qfont_entity, Qfont_object extern. | Chong Yidong | 2009-02-21 | 1 | -0/+2 |
* | (Qfont_spec, Qfont_entity, Qfont_object): Definitions | Chong Yidong | 2009-02-21 | 1 | -6/+0 |
* | (syms_of_data): Define Qfont_spec, Qfont_entity, and | Chong Yidong | 2009-02-21 | 1 | -0/+12 |
* | * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and | Chong Yidong | 2009-02-21 | 1 | -0/+11 |
* | Remove duplicate words. | Juanma Barranquero | 2009-02-20 | 1 | -2/+2 |
* | * nsterm.m (x_make_frame_invisible): Unset async_visible, | Adrian Robert | 2009-02-20 | 2 | -1/+11 |
* | (Fskip_chars_forward): Fix doc typo. | Glenn Morris | 2009-02-20 | 2 | -1/+5 |
* | (Fkeymap_parent): Doc fix (Bug#2391). | Chong Yidong | 2009-02-20 | 1 | -1/+2 |
* | * keymap.c (Fkeymap_parent): Doc fix (Bug#2391). | Chong Yidong | 2009-02-20 | 1 | -0/+4 |
* | (detect_coding): Don't overflow coding->carryover. | Kenichi Handa | 2009-02-19 | 2 | -0/+3 |
* | (Fx_create_frame): Give Xft driver a higher priority. | Chong Yidong | 2009-02-19 | 1 | -1/+1 |
* | * xfns.c (Fx_create_frame): Give Xft driver a higher priority. | Chong Yidong | 2009-02-19 | 1 | -0/+4 |
* | (detect_coding): Preserve coding->mode. | Kenichi Handa | 2009-02-19 | 2 | -0/+6 |
* | (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23. | Dan Nicolaescu | 2009-02-18 | 2 | -0/+7 |
* | (struct font_driver): Fix typo. | Kenichi Handa | 2009-02-18 | 1 | -3/+3 |
* | (Ffont_spec): Fix typo. | Kenichi Handa | 2009-02-18 | 1 | -1/+1 |