aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix OSX 10.4 compiler errors.Jan Djärv2013-08-132-0/+9
* Rename :content-type to :format in `create-image'Lars Magne Ingebrigtsen2013-08-131-7/+5
* White-space cleanup.Lars Magne Ingebrigtsen2013-08-131-1/+1
* * image.c (imagemagick_filename_hint): Check for errors in the alist structure.Lars Magne Ingebrigtsen2013-08-132-5/+18
* Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru.Eli Zaretskii2013-08-134-4/+18
* Enable giving hints to ImageMagick via :content-typeLars Magne Ingebrigtsen2013-08-132-0/+49
* Fail zlib-decompress-region if loading zlib on Windows failed.Eli Zaretskii2013-08-132-0/+7
* Fix NS compile breakage.Jan Djärv2013-08-132-2/+6
* * nsterm.h: Fix CGFloat for OSX 10.4.Jan Djärv2013-08-132-15/+22
* * window.h (WINDOW_FRINGE_EXTENDED_P): New macro.Dmitry Antipov2013-08-137-50/+49
* * decompress.c (Fzlib_decompress_region): Try to clarify 'avail_out'.Paul Eggert2013-08-132-3/+10
* * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-136-102/+76
* Doc fix for forward-word and backward-word.Xue Fuqiao2013-08-132-0/+2
* * src/cmds.c (forward_char, backward_char): Mention the optional argument.Xue Fuqiao2013-08-132-0/+6
* * window.h (struct window): Convert left_fringe_widthDmitry Antipov2013-08-133-41/+50
* * nsfns.m (x_set_cursor_type):Dmitry Antipov2013-08-135-12/+9
* * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.Dmitry Antipov2013-08-132-2/+4
* * font.c (clear_font_cache): New function, stripped from...Dmitry Antipov2013-08-134-30/+39
* * window.c (Fset_window_start): Compare `w', not `window' becauseDmitry Antipov2013-08-132-1/+6
* * process.c (deactivate_process): Reset fds to -1.Paul Eggert2013-08-122-0/+8
* Fix zlib support on MS-Windows.Eli Zaretskii2013-08-122-3/+16
* Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.Lars Magne Ingebrigtsen2013-08-122-6/+12
* Minor zlib configuration tweaks.Paul Eggert2013-08-122-4/+10
* Add the zlib prefix to `decompress-gzipped-region'Lars Magne Ingebrigtsen2013-08-122-3/+8
* Fix build with zlib on MS-Windows.Eli Zaretskii2013-08-122-3/+91
* Avoid looping over all frame windows to freeze and unfreeze.Dmitry Antipov2013-08-125-48/+58
* Fix some fd issues when running subprocesses.Paul Eggert2013-08-128-524/+650
* * decompress.c: Fix bugs with large buffers and weird inputs.Paul Eggert2013-08-112-47/+64
* Fix decompress gap handling bugLars Magne Ingebrigtsen2013-08-112-6/+7
* Add zlib support via the `decompress-gzipped-region' functionLars Magne Ingebrigtsen2013-08-115-2/+160
* Fix crash on OSX >= 10.7.Jan Djärv2013-08-113-8/+20
* Fix memory leak warning.Jan Djärv2013-08-112-3/+10
* * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:setDelegate.Jan Djärv2013-08-114-30/+57
* Omit some unnecessary casts.Paul Eggert2013-08-1025-163/+177
* Minor string-length refactoring.Paul Eggert2013-08-103-4/+12
* * xterm.c (x_error_handler): Also ignore BadWindow for X_SetInputFocus,Jan Djärv2013-08-102-3/+7
* Fix bug #15064 with assertion violation due to mouse face.Eli Zaretskii2013-08-102-7/+11
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-0912-48/+36
* Define a few variables of obscure types to aid debugging exceptions on Windows.Eli Zaretskii2013-08-092-0/+23
* * nsterm.m (ns_update_begin): Don't change clip path if it would beJan Djärv2013-08-082-5/+19
* Redesign redisplay interface to drop global variable updated_window.Dmitry Antipov2013-08-087-121/+98
* Do not reset window modification event counters excessively.Dmitry Antipov2013-08-085-33/+17
* Fix typo in ChangeLog entry.Dmitry Antipov2013-08-071-1/+1
* * xselect.c (x_send_client_event): Set send_event and serial, memsetJan Djärv2013-08-072-4/+12
* xdisp.c: Fix a typo in a comment for the last commit.Eli Zaretskii2013-08-071-1/+1
* Fix bug #14616 with unnecessary redrawing of TTY frames.Eli Zaretskii2013-08-072-1/+18
* In w32fullscreen_hook really maximize frame when asked for (Bug#14841).Martin Rudalics2013-08-072-1/+8
* Prefer selected_window to Fselected_window, likewise for frames.Dmitry Antipov2013-08-075-14/+15
* Be more careful if selected window shows the buffer other than current,Dmitry Antipov2013-08-074-65/+71
* * window.c (window_scroll, window_scroll_pixel_based)Dmitry Antipov2013-08-062-7/+12