aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix infinite frame selection loop (Bug#15025).Dmitry Antipov2013-08-151-0/+5
* | Fix bug #15099 with 'box' face attribute in display tables.Eli Zaretskii2013-08-151-0/+2
* | Fix bug #15090 with redisplay under linum-mode and visual-line-mode.Eli Zaretskii2013-08-151-0/+9
* | * image.c (imagemagick_compute_animated_image): Implement animated images.Lars Magne Ingebrigtsen2013-08-151-0/+5
* | * lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov2013-08-151-0/+9
* | * term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov2013-08-151-0/+9
* | * src/gmalloc.c [CYGWIN]: Rename memalign (Bug#15094).Ken Brown2013-08-141-0/+5
* | Utility function and macro to copy Lisp string to C string.Dmitry Antipov2013-08-141-0/+14
* | * src/marker.c (set_marker): Reformat documentation.Xue Fuqiao2013-08-141-0/+4
* | * image.c (imagemagick_load_image): Make animated pictures work.Lars Magne Ingebrigtsen2013-08-141-0/+4
* | * decompress.c (unwind_decompress): Always restore point.Lars Magne Ingebrigtsen2013-08-141-0/+4
* | * xdisp.c (redisplay_window): If window_end_valid is cleared due toDmitry Antipov2013-08-141-0/+3
* | * xdisp.c (cursor_type_changed): Now static.Paul Eggert2013-08-141-0/+2
* | * image.c (imagemagick_filename_hint): New arg HINT_BUFFER.Paul Eggert2013-08-141-0/+6
* | * xdisp.c (adjust_window_ends): Move duplicated code to new function.Dmitry Antipov2013-08-141-0/+5
* | * window.h (struct window): Convert window_end_pos andDmitry Antipov2013-08-141-0/+16
* | Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit.Dmitry Antipov2013-08-141-0/+6
* | Cleanup window fringes, margins and scroll bars adjustments.Dmitry Antipov2013-08-141-0/+8
* | * window.h (struct window): Convert scroll_bar_widthDmitry Antipov2013-08-141-0/+14
* | * decompress.c: Minor simplifications.Paul Eggert2013-08-131-0/+8
* | Fix OSX 10.4 compiler errors.Jan Djärv2013-08-131-0/+5
* | * image.c (imagemagick_filename_hint): Check for errors in the alist structure.Lars Magne Ingebrigtsen2013-08-131-0/+5
* | Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru.Eli Zaretskii2013-08-131-0/+12
* | Enable giving hints to ImageMagick via :content-typeLars Magne Ingebrigtsen2013-08-131-0/+6
* | Fail zlib-decompress-region if loading zlib on Windows failed.Eli Zaretskii2013-08-131-0/+5
* | Fix NS compile breakage.Jan Djärv2013-08-131-0/+4
* | * nsterm.h: Fix CGFloat for OSX 10.4.Jan Djärv2013-08-131-0/+4
* | * window.h (WINDOW_FRINGE_EXTENDED_P): New macro.Dmitry Antipov2013-08-131-0/+14
* | * decompress.c (Fzlib_decompress_region): Try to clarify 'avail_out'.Paul Eggert2013-08-131-0/+4
* | * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-131-0/+20
* | Doc fix for forward-word and backward-word.Xue Fuqiao2013-08-131-0/+1
* | * src/cmds.c (forward_char, backward_char): Mention the optional argument.Xue Fuqiao2013-08-131-0/+4
* | * window.h (struct window): Convert left_fringe_widthDmitry Antipov2013-08-131-0/+16
* | * nsfns.m (x_set_cursor_type):Dmitry Antipov2013-08-131-0/+4
* | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.Dmitry Antipov2013-08-131-0/+4
* | * font.c (clear_font_cache): New function, stripped from...Dmitry Antipov2013-08-131-0/+8
* | * window.c (Fset_window_start): Compare `w', not `window' becauseDmitry Antipov2013-08-131-0/+5
* | * process.c (deactivate_process): Reset fds to -1.Paul Eggert2013-08-121-0/+6
* | Fix zlib support on MS-Windows.Eli Zaretskii2013-08-121-0/+6
* | Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.Lars Magne Ingebrigtsen2013-08-121-0/+5
* | Minor zlib configuration tweaks.Paul Eggert2013-08-121-0/+6
* | Add the zlib prefix to `decompress-gzipped-region'Lars Magne Ingebrigtsen2013-08-121-0/+5
* | Fix build with zlib on MS-Windows.Eli Zaretskii2013-08-121-0/+14
* | Avoid looping over all frame windows to freeze and unfreeze.Dmitry Antipov2013-08-121-0/+14
* | Fix some fd issues when running subprocesses.Paul Eggert2013-08-121-0/+79
* | * decompress.c: Fix bugs with large buffers and weird inputs.Paul Eggert2013-08-111-0/+11
* | Fix decompress gap handling bugLars Magne Ingebrigtsen2013-08-111-0/+3
* | Add zlib support via the `decompress-gzipped-region' functionLars Magne Ingebrigtsen2013-08-111-0/+8
* | Fix crash on OSX >= 10.7.Jan Djärv2013-08-111-0/+9
* | Fix memory leak warning.Jan Djärv2013-08-111-0/+3