aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #15155 with ignoring face remapping for strings from prefix properties.Eli Zaretskii2013-08-232-3/+12
* * window.c (struct save_window_data): Fix typo.Dmitry Antipov2013-08-231-1/+1
* Minor cleanup for redisplay interface and few related functions.Dmitry Antipov2013-08-237-47/+51
* Redesign redisplay interface to drop updated_row and updated_area.Dmitry Antipov2013-08-234-55/+59
* * process.c (flush_pending_output): Remove stub.Paul Eggert2013-08-224-25/+9
* * callproc.c: Fix race that killed background processes.Paul Eggert2013-08-212-17/+36
* Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFOREDmitry Antipov2013-08-212-3/+18
* * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.Paul Eggert2013-08-202-0/+15
* src/character.c (string_char): Improve commentary.Kenichi Handa2013-08-202-2/+16
* * image.c (SIGNATURE_DIGESTSIZE): Remove.Paul Eggert2013-08-192-9/+13
* * image.c: Shrink memory needed for animation cache.Paul Eggert2013-08-192-18/+34
* (imagemagick_get_animation_cache): Fix memory leak.Lars Magne Ingebrigtsen2013-08-192-1/+4
* * image.c: Space before paren.Paul Eggert2013-08-191-2/+2
* Fix previous commit.Lars Magne Ingebrigtsen2013-08-191-18/+16
* * image.c (imagemagick_get_animation_cache): Don't segfault on each invocation.Lars Magne Ingebrigtsen2013-08-192-12/+21
* * image.c: Fix animation cache signature memory leak.Paul Eggert2013-08-192-34/+39
* * process.c (handle_child_signal): Fix crash; deleted pid.Paul Eggert2013-08-182-1/+9
* * image.c (imagemagick_create_cache, imagemagick_get_animation_cache)Dmitry Antipov2013-08-192-5/+10
* * image.c (imagemagick_get_animation_cache): Don't segfault whenLars Magne Ingebrigtsen2013-08-182-1/+7
* Change size of static heap on Cygwin; report maximum usage after dumping.Ken Brown2013-08-182-3/+23
* Fix a minor issue with loading zlib DLL on MS-Windows.Eli Zaretskii2013-08-172-1/+8
* Another doc fix for `buffer-undo-list'.Xue Fuqiao2013-08-172-1/+3
* (imagemagick_load_image): Remove the ping_wand codeLars Magne Ingebrigtsen2013-08-162-33/+13
* image.c: Fix debugging code accidentally checked inLars Magne Ingebrigtsen2013-08-161-1/+1
* (imagemagick_get_animation_cache): Fix a double-free error.Lars Magne Ingebrigtsen2013-08-162-7/+9
* * image.c: Implement an ImageMagick per-image cache.Lars Magne Ingebrigtsen2013-08-162-11/+101
* Spelling fixes.Paul Eggert2013-08-153-3/+3
* * src/editfns.c (insert_before_markers): Mention overlay in the doc string.Xue Fuqiao2013-08-162-0/+6
* Remove documentation of undefined behavior.Xue Fuqiao2013-08-162-5/+6
* Add comment.Lars Magne Ingebrigtsen2013-08-151-0/+1
* Whitespace fixup.Lars Magne Ingebrigtsen2013-08-151-1/+1
* (imagemagick_compute_animated_image): Allow certain degenerate imagesLars Magne Ingebrigtsen2013-08-152-13/+15
* (imagemagick_compute_animated_image): Fix animated segafaultLars Magne Ingebrigtsen2013-08-152-1/+4
* image.c animation touchupsLars Magne Ingebrigtsen2013-08-152-2/+36
* * nsmenu.m (menuWillOpen:): Fix preprocessor test.Jan Djärv2013-08-152-1/+5
* (imagemagick_compute_animated_image): Clean up code slightlyLars Magne Ingebrigtsen2013-08-151-10/+5
* (imagemagick_compute_animated_image): Respect the GIF disposal methods.Lars Magne Ingebrigtsen2013-08-152-3/+19
* Revert last change to gmalloc.c; update some comments.Ken Brown2013-08-153-10/+8
* Fix minor problems found by static checking.Paul Eggert2013-08-154-44/+59
* Further image.c compilation warning fixesLars Magne Ingebrigtsen2013-08-151-1/+1
* (imagemagick_compute_animated_image): Implement a simple cacheLars Magne Ingebrigtsen2013-08-152-4/+20
* Fix infinite frame selection loop (Bug#15025).Dmitry Antipov2013-08-152-2/+14
* Fix bug #15099 with 'box' face attribute in display tables.Eli Zaretskii2013-08-152-0/+42
* Fix bug #15090 with redisplay under linum-mode and visual-line-mode.Eli Zaretskii2013-08-152-1/+28
* * image.c (imagemagick_compute_animated_image): Implement animated images.Lars Magne Ingebrigtsen2013-08-152-4/+80
* * lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov2013-08-154-30/+38
* * term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov2013-08-154-41/+20
* * src/gmalloc.c [CYGWIN]: Rename memalign (Bug#15094).Ken Brown2013-08-142-0/+14
* Utility function and macro to copy Lisp string to C string.Dmitry Antipov2013-08-149-32/+42
* Refine previous change.Xue Fuqiao2013-08-141-2/+5