aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,Paul Eggert2013-08-272-1/+6
* Redesign redisplay interface to drop global output_cursor.Dmitry Antipov2013-08-288-124/+75
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-279-44/+46
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-2730-415/+359
* * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)Dmitry Antipov2013-08-275-9/+12
* * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-2712-152/+94
* Fix minor problems found by static checking.Paul Eggert2013-08-269-26/+47
* * src/lread.c (substitute_object_recurse): Handle hash-tables as well.Stefan Monnier2013-08-262-23/+28
* Fix unlikely core dump in init_tty, and simplify terminfo case.Paul Eggert2013-08-263-16/+34
* * frame.c (check_minibuf_window): Initialize 'window' properly,Paul Eggert2013-08-262-1/+6
* Fix ChangeLog typo.Dmitry Antipov2013-08-261-1/+1
* * gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" insteadJan Djärv2013-08-262-2/+7
* * lisp.h (Mouse_HLInfo): Drop set-but-unused membersDmitry Antipov2013-08-263-14/+11
* New function check_minibuf_window to fix bug#15183.Martin Rudalics2013-08-262-32/+55
* * window.h (struct window): Replace last_cursor with last_cursor_vposDmitry Antipov2013-08-264-11/+19
* Fix recovering from possible decompression error. SinceDmitry Antipov2013-08-262-3/+14
* * alloc.c (sweep_vectors): Do not initialize 'block' twice.Dmitry Antipov2013-08-261-1/+1
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-267-32/+14
* Add commentary for the last commit.Eli Zaretskii2013-08-241-0/+2
* Fix bug #15175 with cursor on boxed characters from display tables.Eli Zaretskii2013-08-242-1/+5
* Fix bug #15176 with setting directory times on MS-Windows.Eli Zaretskii2013-08-242-6/+29
* * gtkutil.c (x_wm_set_size_hint): Don't set hints when maximizedJan Djärv2013-08-242-0/+16
* System-dependent integer overflow fixes.Paul Eggert2013-08-233-29/+55
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-236-138/+142
* 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