summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-07-23Support LC_FUNCTION_STARTS load command on Darwin.YAMAMOTO Mitsuharu
2011-07-22Fix bug #9149 with mouse highlight of empty lines.Eli Zaretskii
2011-07-22Merge fix for Bug#4238 from trunkChong Yidong
2011-07-22Fix previous change that broke faces in bidirectional text.Eli Zaretskii
2011-07-22Fix --reverse-video on ttys.Chong Yidong
2011-07-21Doc fix for string-to-char (Bug#6576).Chong Yidong
2011-07-20* xml.c (parse_region): Make sure we always return a tree.Lars Magne Ingebrigtsen
2011-07-20* xml.c (parse_region): If a document contains only comments, return that, too.HAMANO Kiyoto
2011-07-20* xml.c (make_dom): Return comments, too.Lars Magne Ingebrigtsen
2011-07-19Use ptrdiff_t for composition IDs.Paul Eggert
2011-07-19Merge from intsign.Paul Eggert
2011-07-19Merge from trunk.Paul Eggert
2011-07-19Speed up cursor motion in large fontified buffers.Eli Zaretskii
2011-07-19Port to OpenBSD.Paul Eggert
2011-07-19* lread.c (syms_of_lread): Clarify when `lexical-binding' is usedLars Magne Ingebrigtsen
2011-07-18Merge from trunk.Paul Eggert
2011-07-18Use ptrdiff_t for hash table indexes.Paul Eggert
2011-07-18* charset.c (Fdefine_charset_internal): Check for integer overflow.Paul Eggert
2011-07-18Don't assume that stated character widths fit in int.Paul Eggert
2011-07-18Don't assume that tab-width fits in int.Paul Eggert
2011-07-18* fileio.c: Integer overflow issues with file modes.Paul Eggert
2011-07-18* fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.Paul Eggert
2011-07-18* alloc.c (valid_pointer_p): Use pipe, not open.Paul Eggert
2011-07-18* fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)Paul Eggert
2011-07-17* charset.c (read_hex): New arg OVERFLOW. All uses changed.Paul Eggert
2011-07-17* src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier
2011-07-17* xterm.c: don't go over XClientMessageEvent limitPaul Eggert
2011-07-17Make read-symbol-positions-list more accurateAndreas Schwab
2011-07-17* src/lread.c (read1): Read `#:' as empty uninterned symbol if noAndreas Schwab
2011-07-16* keyboard.c: Overflow, signedness and related fixes.Paul Eggert
2011-07-16Merge from trunk.Paul Eggert
2011-07-16Merge from trunk.Paul Eggert
2011-07-16* fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)Paul Eggert
2011-07-16Merge from trunk.Paul Eggert
2011-07-16Merge from trunk.Paul Eggert
2011-07-16Overflow, signedness and related fixes for images.Paul Eggert
2011-07-17src/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).Juanma Barranquero
2011-07-17Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...Lars Magne Ingebrigtsen
2011-07-16* fileio.c (Fcopy_file): Don't diagnose fchown failures.Paul Eggert
2011-07-16Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.cLars Magne Ingebrigtsen
2011-07-16Fix a terrible slowdown in large fully fontified buffers.Eli Zaretskii
2011-07-15Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell
2011-07-15* src/doc.c (Fsubstitute_command_keys): Revert last change.Andreas Schwab
2011-07-15Clarify that \= only quotes the next characterLars Magne Ingebrigtsen
2011-07-15`lexical-binding' doc clarificationLars Magne Ingebrigtsen
2011-07-15Fix vertical cursor motion in Speedbar frames under bidi display.Eli Zaretskii
2011-07-14* bidi.c (bidi_cache_ensure_space): Also check that the bidi cache sizePaul Eggert
2011-07-14No need for ChangeLog entry about quickly reverted change.Glenn Morris
2011-07-14* bidi.c: Integer size and overflow fixes.Paul Eggert
2011-07-14Merge from trunk.Paul Eggert