* image.c (imagemagick_compute_animated_image): Implement animated images.
[bpt/emacs.git] / src / ChangeLog
2013-08-15 Lars Magne Ingebri... * image.c (imagemagick_compute_animated_image): Impleme...
2013-08-15 Dmitry Antipov* lisp.h (FOR_EACH_ALIST_VALUE): New macro
2013-08-15 Dmitry Antipov* term.c (get_named_tty, create_tty_output, tty_free_fr...
2013-08-14 Ken Brown* src/gmalloc.c [CYGWIN]: Rename memalign (Bug#15094).
2013-08-14 Dmitry AntipovUtility function and macro to copy Lisp string to C...
2013-08-14 Xue Fuqiao* src/marker.c (set_marker): Reformat documentation.
2013-08-14 Lars Magne Ingebri... * image.c (imagemagick_load_image): Make animated pictu...
2013-08-14 Lars Magne Ingebri... * decompress.c (unwind_decompress): Always restore...
2013-08-14 Dmitry Antipov* xdisp.c (redisplay_window): If window_end_valid is...
2013-08-14 Paul Eggert* xdisp.c (cursor_type_changed): Now static.
2013-08-14 Paul Eggert* image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
2013-08-14 Dmitry Antipov* xdisp.c (adjust_window_ends): Move duplicated code...
2013-08-14 Dmitry Antipov* window.h (struct window): Convert window_end_pos and
2013-08-14 Dmitry AntipovFix --enable-gcc-warnings errors introduced in 2013...
2013-08-14 Dmitry AntipovCleanup window fringes, margins and scroll bars adjustm...
2013-08-14 Dmitry Antipov* window.h (struct window): Convert scroll_bar_width
2013-08-13 Paul Eggert* decompress.c: Minor simplifications.
2013-08-13 Jan DjärvFix OSX 10.4 compiler errors.
2013-08-13 Lars Magne Ingebri... * image.c (imagemagick_filename_hint): Check for errors...
2013-08-13 Eli ZaretskiiFix the Windows build broken by 2013-08-13T15:29:25Z...
2013-08-13 Lars Magne Ingebri... Enable giving hints to ImageMagick via :content-type
2013-08-13 Eli ZaretskiiFail zlib-decompress-region if loading zlib on Windows...
2013-08-13 Jan DjärvFix NS compile breakage.
2013-08-13 Jan Djärv* nsterm.h: Fix CGFloat for OSX 10.4.
2013-08-13 Dmitry Antipov* window.h (WINDOW_FRINGE_EXTENDED_P): New macro.
2013-08-13 Paul Eggert* decompress.c (Fzlib_decompress_region): Try to clarif...
2013-08-13 Dmitry Antipov* window.h (struct window): Convert left_margin_cols and
2013-08-13 Xue FuqiaoDoc fix for forward-word and backward-word.
2013-08-13 Xue Fuqiao* src/cmds.c (forward_char, backward_char): Mention...
2013-08-13 Dmitry Antipov* window.h (struct window): Convert left_fringe_width
2013-08-13 Dmitry Antipov* nsfns.m (x_set_cursor_type):
2013-08-13 Dmitry Antipov* keyboard.c (Fdiscard_input): Do not increment update_...
2013-08-13 Dmitry Antipov* font.c (clear_font_cache): New function, stripped...
2013-08-13 Dmitry Antipov* window.c (Fset_window_start): Compare `w', not `windo...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Paul Eggert* process.c (deactivate_process): Reset fds to -1.
2013-08-12 Eli ZaretskiiFix zlib support on MS-Windows.
2013-08-12 Lars Magne Ingebri... Rename `zlib-decompress-gzipped-region' to `zlib-decomp...
2013-08-12 Paul EggertMinor zlib configuration tweaks.
2013-08-12 Lars Magne Ingebri... Add the zlib prefix to `decompress-gzipped-region'
2013-08-12 Eli ZaretskiiFix build with zlib on MS-Windows.
2013-08-12 Dmitry AntipovAvoid looping over all frame windows to freeze and...
2013-08-12 Paul EggertFix some fd issues when running subprocesses.
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Paul Eggert* decompress.c: Fix bugs with large buffers and weird...
2013-08-11 Lars Magne Ingebri... Fix decompress gap handling bug
2013-08-11 Lars Magne Ingebri... Add zlib support via the `decompress-gzipped-region...
2013-08-11 Jan DjärvFix crash on OSX >= 10.7.
2013-08-11 Jan DjärvFix memory leak warning.
2013-08-11 Jan Djärv* nsmenu.m (ns_update_menubar): Call fillWithWidgetValu...
2013-08-11 Paul EggertOmit some unnecessary casts.
2013-08-10 Paul EggertMinor string-length refactoring.
2013-08-10 Jan Djärv* xterm.c (x_error_handler): Also ignore BadWindow...
2013-08-09 Eli ZaretskiiFix bug #15064 with assertion violation due to mouse...
2013-08-09 Dmitry AntipovUse xstrdup and build_unibyte_string where applicable.
2013-08-09 Eli ZaretskiiDefine a few variables of obscure types to aid debuggin...
2013-08-08 Jan Djärv* nsterm.m (ns_update_begin): Don't change clip path...
2013-08-08 Dmitry AntipovRedesign redisplay interface to drop global variable...
2013-08-08 Dmitry AntipovDo not reset window modification event counters excessi...
2013-08-07 Dmitry AntipovFix typo in ChangeLog entry.
2013-08-07 Jan Djärv* xselect.c (x_send_client_event): Set send_event and...
2013-08-07 Eli ZaretskiiFix bug #14616 with unnecessary redrawing of TTY frames.
2013-08-07 Martin RudalicsIn w32fullscreen_hook really maximize frame when asked...
2013-08-07 Dmitry AntipovPrefer selected_window to Fselected_window, likewise...
2013-08-07 Dmitry AntipovBe more careful if selected window shows the buffer...
2013-08-06 Dmitry Antipov* window.c (window_scroll, window_scroll_pixel_based)
2013-08-06 Paul Eggert* process.c: Fix minor off-by-one issues in descriptor...
2013-08-06 Dmitry AntipovUse region cache to speedup bidi_find_paragraph_start.
2013-08-06 Dmitry AntipovInvalidate region caches only if buffer text is going...
2013-08-05 Stefan MonnierRevert introduction of isearch-filter-predicates.
2013-08-05 Dmitry AntipovNew macro to iterate over live buffers similar to frames.
2013-08-04 Paul EggertFix some minor races in hosts lacking mkostemp.
2013-08-04 Eli ZaretskiiMinor fix of the last commit.
2013-08-04 Eli ZaretskiiImplement mkostemp for MS-Windows.
2013-08-04 Dmitry Antipov* dispnew.c (glyph_matrix_count, glyph_pool_count):
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-03 Paul Eggert* composite.h: Minor fixups.
2013-08-03 Dmitry Antipov* composite.h (compose_region): Remove the leftover.
2013-08-03 Dmitry AntipovDo not use global Lisp_Object in composition macros.
2013-08-03 Dmitry AntipovDrop FRAME_PTR typedef.
2013-08-02 Stefan MonnierMake defvar affect the default binding outside of any...
2013-08-02 Dmitry AntipovFix X GC leak in GTK and raw (no toolkit) X ports.
2013-08-02 Jan Djärv* nsterm.h (EmacsView): Add maximizing_resize, put...
2013-08-02 Dmitry Antipov* insdel.c (adjust_after_replace, replace_range, del_ra...
2013-08-02 Dmitry Antipov* w32term.c (x_unfocus_frame): Remove unused dummy...
2013-08-02 Dmitry Antipov* xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_b...
2013-08-01 Juanma BarranqueroFix typos in ChangeLogs.
2013-08-01 Paul Eggert* fileio.c, fns.c (merge): Move extern decl from here ...
2013-08-01 Dmitry AntipovFix last font-related change.
2013-08-01 Dmitry Antipov* frame.h (FRAME_MOUSE_UPDATE):
2013-08-01 Dmitry AntipovAvoid redundant Lisp_Object <-> struct frame conversion...
2013-08-01 Dmitry Antipov* xterm.c (any_help_event_p, x_draw_glyph_string_backgr...
2013-08-01 Dmitry AntipovDo not use pure Xism x_wm_set_icon_position in non...
2013-08-01 Dmitry Antipov* xterm.c (x_flush): Call XFlush once per each X displa...
2013-08-01 Dmitry Antipov* xterm.c (last_mouse_press_frame): Remove the
2013-07-31 Dmitry AntipovDrop unnecessary functions that deals with frame pixel...
2013-07-31 Dmitry Antipov* frame.c (Fset_frame_height, Fset_frame_width): Mentio...
2013-07-31 Dmitry Antipov* frame.c (Fmake_terminal_frame): Use store_in_alist...
2013-07-31 Dmitry Antipov* frame.c (make_frame, x_set_frame_parameters): Use...
2013-07-30 Paul EggertFix tempfile bug on platforms lacking mkostemp and...
next