summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-07-14Fix minor problems found by static checking.Paul Eggert
2011-07-14* indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert
2011-07-14* xdisp.c (reseat_to_string): Fix pointer signedness issue.Paul Eggert
2011-07-14Merge from trunk.Paul Eggert
2011-07-14* data.c (Fcdr, Fcar): Revert the last change, since it didn't really clarify...Lars Magne Ingebrigtsen
2011-07-14Mention `case-fold-search' in all the re_search_* functionsLars Magne Ingebrigtsen
2011-07-14* keyboard.c (Fopen_dribble_file): Document when the file is closed.Lars Magne Ingebrigtsen
2011-07-14* data.c (car, cdr): add functionality hints to documentation.Adam Sjøgren
2011-07-14Fix format conversion in bidi.c.Eli Zaretskii
2011-07-14Support bidi reordering of overlay and display strings.Eli Zaretskii
2011-07-14Fix declarations of variables related to bidi cache indices.Eli Zaretskii
2011-07-14* src/bidi.c: Hold off on these changes for now.Paul Eggert
2011-07-14Merge from trunk.Paul Eggert
2011-07-14* alloc.c (__malloc_size_t): Remove.Paul Eggert
2011-07-14* editfns.c (Fdelete_region): Clarify the use of the named parameters.Lars Magne Ingebrigtsen
2011-07-14Fix bugs in vertical-motion and display-buffer-normalize-special.Martin Rudalics
2011-07-14Add Bug#.Paul Eggert
2011-07-13Merge from trunk.Paul Eggert
2011-07-13* image.c: Improve checking for integer overflow.Paul Eggert
2011-07-14Fstring_to_char doc clarificationLars Magne Ingebrigtsen
2011-07-13src/gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).Juanma Barranquero
2011-07-13* gtkutil.c: Omit integer casts.Paul Eggert
2011-07-13src/buffer.c (mmap_find): Fix a typo.Eli Zaretskii
2011-07-12Merge from trunk.Paul Eggert
2011-07-12* image.c (png_load): Don't assume height * row_bytes fits in 'int'.Paul Eggert
2011-07-13Fix execution of x selection hooks.Johan Bockgård
2011-07-12* buffer.c (Fget_buffer_create): Initialized inhibit_shrinking.Paul Eggert
2011-07-12* alloc.c (gc_sweep): Don't read past end of array.Paul Eggert
2011-07-12* src/character.c (Fcharacterp): Don't advertise optional ignoredAndreas Schwab
2011-07-12(syms_of_keymap): Clarify that "modifier" is "modifier key"Lars Magne Ingebrigtsen
2011-07-12window.c doc fixes.Lars Magne Ingebrigtsen
2011-07-12Merge from trunk.Paul Eggert
2011-07-12* bidi.c (bidi_dump_cached_states): Use pD to print ptrdiff_t.Paul Eggert
2011-07-12* xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.Paul Eggert
2011-07-12Merge: Fix minor new problems caught by GCC 4.6.1.Paul Eggert
2011-07-12* xsettings.c (store_monospaced_changed): Define only if used.Paul Eggert
2011-07-12* term.c (init_tty): Remove unused local.Paul Eggert
2011-07-11* xdisp.c (Vresize_mini_windows): Incredibly minor doc fix (Bug#3300).Chong Yidong
2011-07-12Suppress address randomization on Darwin. Do not merge into trunk.YAMAMOTO Mitsuharu
2011-07-11Merge from trunk.Paul Eggert
2011-07-11* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.Paul Eggert
2011-07-11Make it explicit that the mini-windows are the mini-buffer and the echo areaLars Magne Ingebrigtsen
2011-07-11Remove support for supdup, c10 and perq terminals, which are no longer suppor...Lars Magne Ingebrigtsen
2011-07-10Merge from trunk.Paul Eggert
2011-07-10* src/xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.Johan Bockgård
2011-07-10* xmenu.c (menu_highlight_callback): Only pass frame to show_help_eventJan Djärv
2011-07-10ProtoizeAndreas Schwab
2011-07-10ProtoizeAndreas Schwab
2011-07-09Fix ChangeLog to reflect merge better.Paul Eggert
2011-07-09Merge from trunk.Paul Eggert