summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-08-23Fix bug #15155 with ignoring face remapping for strings from prefix properties.Eli Zaretskii
2013-08-23Minor cleanup for redisplay interface and few related functions.Dmitry Antipov
2013-08-23Redesign redisplay interface to drop updated_row and updated_area.Dmitry Antipov
2013-08-22* process.c (flush_pending_output): Remove stub.Paul Eggert
2013-08-21* callproc.c: Fix race that killed background processes.Paul Eggert
2013-08-21Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFOREDmitry Antipov
2013-08-20* process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.Paul Eggert
2013-08-20src/character.c (string_char): Improve commentary.Kenichi Handa
2013-08-19* image.c (SIGNATURE_DIGESTSIZE): Remove.Paul Eggert
2013-08-19* image.c: Shrink memory needed for animation cache.Paul Eggert
2013-08-19(imagemagick_get_animation_cache): Fix memory leak.Lars Magne Ingebrigtsen
2013-08-19* image.c (imagemagick_get_animation_cache): Don't segfault on each invocation.Lars Magne Ingebrigtsen
2013-08-19* image.c: Fix animation cache signature memory leak.Paul Eggert
2013-08-18* process.c (handle_child_signal): Fix crash; deleted pid.Paul Eggert
2013-08-19* image.c (imagemagick_create_cache, imagemagick_get_animation_cache)Dmitry Antipov
2013-08-18* image.c (imagemagick_get_animation_cache): Don't segfault whenLars Magne Ingebrigtsen
2013-08-18Change size of static heap on Cygwin; report maximum usage after dumping.Ken Brown
2013-08-17Fix a minor issue with loading zlib DLL on MS-Windows.Eli Zaretskii
2013-08-17Another doc fix for `buffer-undo-list'.Xue Fuqiao
2013-08-16(imagemagick_load_image): Remove the ping_wand codeLars Magne Ingebrigtsen
2013-08-16(imagemagick_get_animation_cache): Fix a double-free error.Lars Magne Ingebrigtsen
2013-08-16* image.c: Implement an ImageMagick per-image cache.Lars Magne Ingebrigtsen
2013-08-16* src/editfns.c (insert_before_markers): Mention overlay in the doc string.Xue Fuqiao
2013-08-16Remove documentation of undefined behavior.Xue Fuqiao
2013-08-15(imagemagick_compute_animated_image): Allow certain degenerate imagesLars Magne Ingebrigtsen
2013-08-15(imagemagick_compute_animated_image): Fix animated segafaultLars Magne Ingebrigtsen
2013-08-15image.c animation touchupsLars Magne Ingebrigtsen
2013-08-15* nsmenu.m (menuWillOpen:): Fix preprocessor test.Jan Djärv
2013-08-15(imagemagick_compute_animated_image): Respect the GIF disposal methods.Lars Magne Ingebrigtsen
2013-08-15Revert last change to gmalloc.c; update some comments.Ken Brown
2013-08-15Fix minor problems found by static checking.Paul Eggert
2013-08-15(imagemagick_compute_animated_image): Implement a simple cacheLars Magne Ingebrigtsen
2013-08-15Fix infinite frame selection loop (Bug#15025).Dmitry Antipov
2013-08-15Fix bug #15099 with 'box' face attribute in display tables.Eli Zaretskii
2013-08-15Fix bug #15090 with redisplay under linum-mode and visual-line-mode.Eli Zaretskii
2013-08-15* image.c (imagemagick_compute_animated_image): Implement animated images.Lars Magne Ingebrigtsen
2013-08-15* lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov
2013-08-15* term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov
2013-08-14* src/gmalloc.c [CYGWIN]: Rename memalign (Bug#15094).Ken Brown
2013-08-14Utility function and macro to copy Lisp string to C string.Dmitry Antipov
2013-08-14* src/marker.c (set_marker): Reformat documentation.Xue Fuqiao
2013-08-14* image.c (imagemagick_load_image): Make animated pictures work.Lars Magne Ingebrigtsen
2013-08-14* decompress.c (unwind_decompress): Always restore point.Lars Magne Ingebrigtsen
2013-08-14* xdisp.c (redisplay_window): If window_end_valid is cleared due toDmitry Antipov
2013-08-14* xdisp.c (cursor_type_changed): Now static.Paul Eggert
2013-08-14* image.c (imagemagick_filename_hint): New arg HINT_BUFFER.Paul Eggert
2013-08-14* xdisp.c (adjust_window_ends): Move duplicated code to new function.Dmitry Antipov
2013-08-14* window.h (struct window): Convert window_end_pos andDmitry Antipov
2013-08-14Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit.Dmitry Antipov
2013-08-14Cleanup window fringes, margins and scroll bars adjustments.Dmitry Antipov