Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fcall_process): Bind inhibit-modification-hooks to t when decoding | Eli Zaretskii | 2009-03-02 | 2 | -0/+13 |
| | | | | process output. | ||||
* | 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 |
| | | | | | | | decode_coding_iso_2022, encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5, decode_coding_raw_text, decode_coding_charset, setup_coding_system, decode_eol, decode_coding, consume_chars): Honor inhibit-eol-conversion. (Bug #2186) | ||||
* | *** 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 |
| | | | | fail on characters between 0x80 and 0xA0. (Bug#2354) | ||||
* | (detect_coding_charset): Fix change from 2008-10-21. | Eli Zaretskii | 2009-02-28 | 2 | -1/+9 |
| | | | | Also, check iso-latin-*, not only iso-8859-*. | ||||
* | (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 |
| | | | | | | 100 instead of 255. (weight_table, slant_table, width_table): Treat "unspecified" as the default value. | ||||
* | * font.c (font_style_to_value): Set value for unknown symbols to 100 | Chong Yidong | 2009-02-27 | 1 | -0/+8 |
| | | | | | | | instead of 255. * font.h (weight_table, slant_table, width_table): Treat "unspecified" as the default value. | ||||
* | * 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 |
| | | | | error as soon as a recursive load is detected. | ||||
* | * nsterm.m (ns_ring_bell): Convert rect to window coordinates | Adrian Robert | 2009-02-24 | 2 | -4/+7 |
| | | | | before caching. | ||||
* | (fontset_find_font): Fix the condition for checking | Kenichi Handa | 2009-02-24 | 1 | -1/+1 |
| | | | | unavailable font. | ||||
* | *** 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 |
| | | | | confuses documentation. | ||||
* | *** 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 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1553 | ||||
* | * coding.h (struct coding_system): Make safe_charsets a pointer to | Andreas Schwab | 2009-02-22 | 3 | -18/+32 |
| | | | | | | | | | | | | | unsigned char. * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content being 255. (SAFE_CHARSET_P): Likewise. (setup_iso_safe_charsets): Properly setup safe_charsets. (Fdefine_coding_system_internal): Likewise. (setup_coding_system): Likewise. Remove unneeded casts. (detect_coding_iso_2022): Compare Viso_2022_charset_list with CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove unneeded casts. | ||||
* | (del_range_2): Don't modify gap contents when called | Andreas Schwab | 2009-02-22 | 2 | -1/+9 |
| | | | | from decode_coding_object. (Bug#1809) | ||||
* | 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 |
| | | | | moved to data.c. | ||||
* | (syms_of_data): Define Qfont_spec, Qfont_entity, and | Chong Yidong | 2009-02-21 | 1 | -0/+12 |
| | | | | | Qfont_object. (Ftype_of): Recognize font objects. | ||||
* | * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and | Chong Yidong | 2009-02-21 | 1 | -0/+11 |
| | | | | | | | | | | Qfont_object. (Ftype_of): Recognize font objects. * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions moved to data.c. | ||||
* | 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 |
| | | | | | | async_iconified. Based on a patch by Christian Lynbech <christian.lynbech@tieto.com>. (EmacsView-windowDidMiniaturize:): Unset async_visible. | ||||
* | (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 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2009-02-18 | 1 | -5/+25 |
| |