Merge from gnulib.
[bpt/emacs.git] / src / ChangeLog
2011-07-28 Paul EggertMerge from trunk.
2011-07-28 Paul Eggert* image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
2011-07-28 Andreas Schwab* regex.c (re_iswctype): Convert return values to boolean.
2011-07-28 Eli ZaretskiiFix bug #9184 with org-agenda crashing under bidi redis...
2011-07-28 Paul Eggert* callproc.c (Fcall_process): Use 'volatile' to avoid...
2011-07-28 Paul EggertMerge: Integer signedness and overflow and related...
2011-07-28 Paul EggertMerge from trunk.
2011-07-27 Lars Magne Ingebri... Silence error message we get in gnutls when the peer...
2011-07-25 Jan Djärv* nsmenu.m (ns_popup_dialog): Add an "ok" button if...
2011-07-25 Paul EggertAdd Bug#.
2011-07-25 Paul EggertMerge from trunk.
2011-07-25 Paul Eggert* bidi.c (bidi_dump_cached_states): Fix printf format...
2011-07-25 Paul EggertMerge from trunk.
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-24 Paul EggertMerge from trunk.
2011-07-24 Paul EggertMerge from gnulib, using build-aux to remove clutter.
2011-07-24 Eli ZaretskiiFix cursor motion slowdown at the beginning of buffer.
2011-07-24 Eli ZaretskiiFix crash at startup under XASSERTS.
2011-07-23 Paul Eggert* xml.c (parse_region): Remove unused local
2011-07-23 Eli ZaretskiiFix compilation with GLYPH_DEBUG.
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay when...
2011-07-23 Jan DjärvFix title and toolbar not shown in OSX 10.7.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-22 Eli ZaretskiiFix bug #9149 with mouse highlight of empty lines.
2011-07-22 Eli ZaretskiiFix previous change that broke faces in bidirectional...
2011-07-22 Chong YidongFix --reverse-video on ttys.
2011-07-21 Chong YidongDoc fix for string-to-char (Bug#6576).
2011-07-20 Lars Magne Ingebri... * xml.c (parse_region): Make sure we always return...
2011-07-20 HAMANO Kiyoto* xml.c (parse_region): If a document contains only...
2011-07-20 Lars Magne Ingebri... * xml.c (make_dom): Return comments, too.
2011-07-20 Paul EggertMerge from trunk.
2011-07-19 Paul EggertMerge from trunk.
2011-07-19 Eli ZaretskiiSpeed up cursor motion in large fontified buffers.
2011-07-19 Paul EggertPort to OpenBSD.
2011-07-19 Lars Magne Ingebri... * lread.c (syms_of_lread): Clarify when `lexical-bindin...
2011-07-18 Paul Eggert* fileio.c (Fcopy_file) [!MSDOS]: Tighten created file...
2011-07-18 Paul Eggert* alloc.c (valid_pointer_p): Use pipe, not open.
2011-07-18 Paul Eggert* fileio.c (Fcopy_file): Adjust mode if fchown fails...
2011-07-18 Stefan Monnier* src/xdisp.c (next_element_from_string, next_element_f...
2011-07-17 Andreas SchwabMake read-symbol-positions-list more accurate
2011-07-17 Andreas Schwab* src/lread.c (read1): Read `#:' as empty uninterned...
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul Eggert* fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug...
2011-07-17 Paul EggertMerge from trunk.
2011-07-16 Juanma Barranquerosrc/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c...
2011-07-16 Lars Magne Ingebri... Move the defintion of `gnutls-log-level' to the C level...
2011-07-16 Paul Eggert* fileio.c (Fcopy_file): Don't diagnose fchown failures.
2011-07-16 Lars Magne Ingebri... Use the same condition for POLL_FOR_INPUT in both keybo...
2011-07-16 Eli ZaretskiiFix a terrible slowdown in large fully fontified buffers.
2011-07-15 Lawrence MitchellAllow controlling how many prime bits to use during...
2011-07-15 Andreas Schwab* src/doc.c (Fsubstitute_command_keys): Revert last...
2011-07-15 Lars Magne Ingebri... Clarify that \= only quotes the next character
2011-07-15 Lars Magne Ingebri... `lexical-binding' doc clarification
2011-07-15 Eli ZaretskiiFix vertical cursor motion in Speedbar frames under...
2011-07-15 Paul Eggert* bidi.c (bidi_cache_ensure_space): Also check that...
2011-07-15 Glenn MorrisNo need for ChangeLog entry about quickly reverted...
2011-07-14 Paul Eggert* bidi.c: Integer size and overflow fixes.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul EggertFix minor problems found by static checking.
2011-07-14 Paul Eggert* indent.c (Fvertical_motion): Mark locals as initialized.
2011-07-14 Paul Eggert* xdisp.c (reseat_to_string): Fix pointer signedness...
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Lars Magne Ingebri... * data.c (Fcdr, Fcar): Revert the last change, since...
2011-07-14 Lars Magne Ingebri... Mention `case-fold-search' in all the re_search_* functions
2011-07-14 Lars Magne Ingebri... * keyboard.c (Fopen_dribble_file): Document when the...
2011-07-14 Adam Sjøgren* data.c (car, cdr): add functionality hints to documen...
2011-07-14 Eli ZaretskiiFix format conversion in bidi.c.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-14 Eli ZaretskiiFix declarations of variables related to bidi cache...
2011-07-14 Paul Eggert* src/bidi.c: Hold off on these changes for now.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul Eggert* alloc.c (__malloc_size_t): Remove.
2011-07-14 Lars Magne Ingebri... * editfns.c (Fdelete_region): Clarify the use of the...
2011-07-14 Martin RudalicsFix bugs in vertical-motion and display-buffer-normaliz...
2011-07-14 Paul EggertAdd Bug#.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul Eggert* image.c: Improve checking for integer overflow.
2011-07-13 Lars Magne Ingebri... Fstring_to_char doc clarification
2011-07-13 Juanma Barranquerosrc/gnutls.c (init_gnutls_functions): Honor gnutls_log_...
2011-07-13 Paul Eggert* gtkutil.c: Omit integer casts.
2011-07-13 Eli Zaretskiisrc/buffer.c (mmap_find): Fix a typo.
2011-07-13 Paul EggertMerge from trunk.
2011-07-13 Paul Eggert* image.c (png_load): Don't assume height * row_bytes...
2011-07-13 Johan BockgårdFix execution of x selection hooks.
2011-07-13 Paul Eggert* buffer.c (Fget_buffer_create): Initialized inhibit_sh...
2011-07-13 Paul Eggert* alloc.c (gc_sweep): Don't read past end of array.
2011-07-12 Andreas Schwab* src/character.c (Fcharacterp): Don't advertise option...
2011-07-12 Lars Magne Ingebri... (syms_of_keymap): Clarify that "modifier" is "modifier...
2011-07-12 Lars Magne Ingebri... window.c doc fixes.
2011-07-12 Paul EggertMerge from trunk.
2011-07-12 Paul Eggert* bidi.c (bidi_dump_cached_states): Use pD to print...
2011-07-12 Paul Eggert* xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
2011-07-12 Paul EggertMerge: Fix minor new problems caught by GCC 4.6.1.
2011-07-12 Paul Eggert* xsettings.c (store_monospaced_changed): Define only...
2011-07-12 Paul Eggert* term.c (init_tty): Remove unused local.
2011-07-12 Chong Yidong* xdisp.c (Vresize_mini_windows): Incredibly minor...
2011-07-11 Paul EggertMerge from trunk.
2011-07-11 Paul Eggert* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
2011-07-11 Lars Magne Ingebri... Make it explicit that the mini-windows are the mini...
next