* lisp.h (Mouse_HLInfo): Move from here...
[bpt/emacs.git] / src / ChangeLog
2013-08-27 Dmitry Antipov* lisp.h (Mouse_HLInfo): Move from here...
2013-08-26 Paul EggertFix minor problems found by static checking.
2013-08-26 Stefan Monnier* src/lread.c (substitute_object_recurse): Handle hash...
2013-08-26 Paul EggertFix unlikely core dump in init_tty, and simplify termin...
2013-08-26 Paul Eggert* frame.c (check_minibuf_window): Initialize 'window...
2013-08-26 Dmitry AntipovFix ChangeLog typo.
2013-08-26 Jan Djärv* gtkutil.c (xg_initialize): Set gtk-menu-bar-accel...
2013-08-26 Dmitry Antipov* lisp.h (Mouse_HLInfo): Drop set-but-unused members
2013-08-26 Martin RudalicsNew function check_minibuf_window to fix bug#15183.
2013-08-26 Dmitry Antipov* window.h (struct window): Replace last_cursor with...
2013-08-26 Dmitry AntipovFix recovering from possible decompression error. ...
2013-08-26 Dmitry Antipov* syntax.c (init_syntax_once): Adjust comment and do...
2013-08-24 Eli ZaretskiiFix bug #15175 with cursor on boxed characters from...
2013-08-24 Eli ZaretskiiFix bug #15176 with setting directory times on MS-Windows.
2013-08-24 Jan Djärv* gtkutil.c (x_wm_set_size_hint): Don't set hints when...
2013-08-24 Paul EggertSystem-dependent integer overflow fixes.
2013-08-23 Paul EggertDon't let very long directory names overrun the stack.
2013-08-23 Eli ZaretskiiFix bug #15155 with ignoring face remapping for strings...
2013-08-23 Dmitry AntipovMinor cleanup for redisplay interface and few related...
2013-08-23 Dmitry AntipovRedesign redisplay interface to drop updated_row and...
2013-08-22 Paul Eggert* process.c (flush_pending_output): Remove stub.
2013-08-21 Paul Eggert* callproc.c: Fix race that killed background processes.
2013-08-21 Dmitry AntipovFix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_...
2013-08-21 Paul Eggert* process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOE...
2013-08-20 Kenichi Handasrc/character.c (string_char): Improve commentary.
2013-08-20 Paul Eggert* image.c (SIGNATURE_DIGESTSIZE): Remove.
2013-08-19 Paul Eggert* image.c: Shrink memory needed for animation cache.
2013-08-19 Lars Magne Ingebri... (imagemagick_get_animation_cache): Fix memory leak.
2013-08-19 Lars Magne Ingebri... * image.c (imagemagick_get_animation_cache): Don't...
2013-08-19 Paul Eggert* image.c: Fix animation cache signature memory leak.
2013-08-19 Paul Eggert* process.c (handle_child_signal): Fix crash; deleted...
2013-08-19 Dmitry Antipov* image.c (imagemagick_create_cache, imagemagick_get_an...
2013-08-18 Lars Magne Ingebri... * image.c (imagemagick_get_animation_cache): Don't...
2013-08-18 Ken BrownChange size of static heap on Cygwin; report maximum...
2013-08-17 Eli ZaretskiiFix a minor issue with loading zlib DLL on MS-Windows.
2013-08-16 Xue FuqiaoAnother doc fix for `buffer-undo-list'.
2013-08-16 Lars Magne Ingebri... (imagemagick_load_image): Remove the ping_wand code
2013-08-16 Lars Magne Ingebri... (imagemagick_get_animation_cache): Fix a double-free...
2013-08-16 Lars Magne Ingebri... * image.c: Implement an ImageMagick per-image cache.
2013-08-16 Xue Fuqiao* src/editfns.c (insert_before_markers): Mention overla...
2013-08-16 Xue FuqiaoRemove documentation of undefined behavior.
2013-08-15 Lars Magne Ingebri... (imagemagick_compute_animated_image): Allow certain...
2013-08-15 Lars Magne Ingebri... (imagemagick_compute_animated_image): Fix animated...
2013-08-15 Lars Magne Ingebri... image.c animation touchups
2013-08-15 Jan Djärv* nsmenu.m (menuWillOpen:): Fix preprocessor test.
2013-08-15 Lars Magne Ingebri... (imagemagick_compute_animated_image): Respect the GIF...
2013-08-15 Ken BrownRevert last change to gmalloc.c; update some comments.
2013-08-15 Paul EggertFix minor problems found by static checking.
2013-08-15 Lars Magne Ingebri... (imagemagick_compute_animated_image): Implement a simpl...
2013-08-15 Dmitry AntipovFix infinite frame selection loop (Bug#15025).
2013-08-15 Eli ZaretskiiFix bug #15099 with 'box' face attribute in display...
2013-08-15 Eli ZaretskiiFix bug #15090 with redisplay under linum-mode and...
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.
next