Fix some fd issues when running subprocesses.
[bpt/emacs.git] / src / ChangeLog
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...
2013-07-30 Dmitry Antipov* xfaces.c (make_face_cache): For struct face_cache...
2013-07-30 Dmitry Antipov* fringe.c (draw_window_fringes, update_window_fringes)
2013-07-30 Dmitry Antipov* frame.c (Fmodify_frame_parameters): Always check...
2013-07-30 Xue FuqiaoMerge from mainline.
2013-07-29 David EngsterMerge CEDET upstream (rev. 8579)
2013-07-29 Dmitry Antipov* fns.c (toplevel): Remove comment before Fsafe_length...
2013-07-28 Paul Eggert* frame.c (delete_frame): Avoid unnecessary 'this_f...
2013-07-28 Eli ZaretskiiFix bug #14970 with crashes when deleting many frames...
2013-07-27 Eli ZaretskiiFix focus-out events on MS-Windows.
2013-07-26 Eli ZaretskiiFix documentation of list-processes and process-list.
2013-07-26 Eli ZaretskiiFix bug #14841 with invisible frames on MS-Windows.
2013-07-26 Paul EggertFix minor problems found by static checking.
2013-07-26 Stefan MonnierAdd support for lexical variables to the debugger's...
2013-07-25 Paul Eggert* fileio.c (Finsert_file_contents): Avoid double-close.
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-24 Eli ZaretskiiFix bug #14780 with unreachable lines near end of buffer.
2013-07-24 Ken Brown* src/alloc.c (make_save_ptr): Define if HAVE_NTGUI...
2013-07-24 Xue FuqiaoMerge from mainline.
2013-07-24 Paul Eggert* src/eval.c (Fprogn): Do not check that BODY is a...
2013-07-23 Glenn MorrisNo need for configure to create etc/ and lisp/ any...
2013-07-23 Paul EggertPort to GNU/Linux systems with tinfo but not ncurses.
2013-07-23 Paul Eggert* eval.c (Fprogn): Check that BODY is a proper list.
2013-07-23 Paul EggertTune UNEVALLED functions by using XCAR instead of Fcar...
2013-07-23 Paul Eggert* emacsgtkfixed.c: Port to GCC 4.6.
2013-07-23 Juanma Barranquerosrc/callproc.c (child_setup): Silence compiler warnings.
2013-07-22 Paul Eggert* sysdep.c (frame) [__FreeBSD__]: #define to freebsd_frame
2013-07-21 Paul Eggert* alloc.c (make_save_ptr_ptr): Define this function.
2013-07-21 Jan Djärv* nsterm.m (sendEvent:): Skip mouse moved if no dialog...
2013-07-21 Paul EggertAvoid vfork-related deadlock more cleanly.
2013-07-21 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Fix typos.
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-20 Paul EggertFix array bounds violation when pty allocation fails.
2013-07-20 Paul Eggert* lread.c (Fload): Avoid initialization only when lint...
2013-07-20 Kenichi Handamerge trunk
2013-07-20 Andreas Schwab* lread.c (Fload): Avoid uninitialized warning.
2013-07-20 Kenichi Handa* coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.
2013-07-19 Paul EggertFix some minor file descriptor leaks and related glitches.
2013-07-19 Paul Eggert* alloc.c (staticpro): Avoid buffer overrun on repeated...
2013-07-19 Richard M. Stallman(decode_coding_utf_8): Add simple loop for fast process...
2013-07-19 Paul Eggert* conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete...
2013-07-19 Eli ZaretskiiFix the fix for bug #14901.
2013-07-19 Paul Eggert* sysdep.c [GNU_LINUX]: Fix fd and memory leaks and...
next