Make file descriptors close-on-exec when possible.
[bpt/emacs.git] / src / ChangeLog
2013-07-07 Paul EggertMake file descriptors close-on-exec when possible.
2013-07-07 Jan Djärv*** empty log message ***
2013-07-07 Paul EggertFix openp errno handling.
2013-07-06 Jan Djärv* lisp/files.el (write-file): Do not display confirm...
2013-07-06 Eli ZaretskiiFix bug #14771 with scroll-step = 1 and non-nil line...
2013-07-06 Eli ZaretskiiClarify documentation of multibyte-string-p.
2013-07-06 Paul EggertUse emacs_open more consistently when opening files.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-05 Paul EggertRemove duplicate #include directives.
2013-07-04 Paul EggertScale ImageMagick images more carefully.
2013-07-04 YAMAMOTO MitsuharuAdd multi-monitor support on W32.
2013-07-04 Michael Albinus* fileio.c (Qfile_notify_error): New error symbol.
2013-07-04 Paul EggertTry again to fix FreeBSD bug re multithreaded memory...
2013-07-04 Juanma Barranquerosrc/image: Remove unused variables.
2013-07-04 Paul EggertTry to fix FreeBSD bug re multithreaded memory allocation.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-07-02 Paul EggertRemove some unused macros from 'configure'.
2013-07-02 Eli ZaretskiiFix bug #2749 with overflow-newline-into-fringe in...
2013-07-02 Jan Djärv* process.c (handle_child_signal): Call catch_child_sig...
2013-07-02 Paul EggertDon't convert function pointers to void * and back.
2013-07-02 Paul EggertSimplify buildobj processing.
2013-07-01 Paul EggertRemove duplicate ChangeLog entry, again.
2013-07-01 Paul EggertFix bug re noninteractive multithreaded memory allocation.
2013-07-01 Juanma Barranquerosrc/emacs.c (Fkill_emacs): Expand Vauto_save_list_file_...
2013-06-30 Michal NazarewiczAdd `remember-notes' function to store random notes...
2013-06-30 Jan Djärv* nsfns.m (handlePanelKeys): Don't process Command...
2013-06-30 Paul EggertFix minor problems found by static checking.
2013-06-30 Paul EggertRemove duplicate ChangeLog entry.
2013-06-30 Paul EggertDo not use GTK 3 if it exists but cannot be compiled.
2013-06-30 Paul Eggert* intervals.c (get_local_map): Actually clip POSITION
2013-06-30 Eli ZaretskiiA possible fix for bug #14753 with aborts in get_local_map.
2013-06-30 Eli ZaretskiiDon't call sit-for in right-char and left-char for...
2013-06-29 Juanma BarranqueroFix typos in ChangeLogs.
2013-06-29 Eli ZaretskiiFix typo in src/ChangeLog.
2013-06-29 Paul EggertFix minor problems found by static checking.
2013-06-29 Eli ZaretskiiImplement visual-order cursor motion.
2013-06-29 Kenichi Handamerge trunk
2013-06-29 Kenichi Handamerge trunk
2013-06-28 Kenichi Handacoding.h (define_coding_undecided_arg_index): New enum.
2013-06-28 Paul Eggert* image.c (x_from_xcolors): Remove unused local.
2013-06-28 YAMAMOTO MitsuharuFix typo in ChangeLog for last commit.
2013-06-28 YAMAMOTO MitsuharuDefer image data transfer between X client and server...
2013-06-27 Paul EggertDo not tickle glib SIGCHLD handling if Cygwin.
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-24 Paul EggertA more-conservative workaround for Cygwin SIGCHLD issues.
2013-06-23 Lars Magne Ingebri... Implement :max-width/:max-height for (ImageMagic) images
2013-06-23 Paul EggertTry to avoid malloc SEGVs on Cygwin.
2013-06-22 Paul EggertClean up SIGCHLD handling a bit.
2013-06-22 Paul Eggert* process.c (wait_reading_process_output): Avoid int...
2013-06-21 Paul Eggert* process.c (create_process): Handle a couple more...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-21 Andreas Schwab* process.c (create_process): Mark PROCESS volatile.
2013-06-21 Paul EggertUse C99-style flexible array members if available.
2013-06-21 Stephen BermanMerge from trunk.
2013-06-20 Paul Eggert* syntax.c: Integer cleanups.
2013-06-20 Eli ZaretskiiYet another attempt at fixing bugs #14602, 14630, 14669.
2013-06-20 Paul Eggert* alloc.c (die): Move "assertion failed" string here ...
2013-06-20 Paul EggertAdd log2 support and make log10 obsolete for consistency.
2013-06-19 Juanma BarranqueroFix typos in ChangeLogs.
2013-06-19 Juanma Barranquerosrc/sound.c: Silence some warnings.
2013-06-19 Paul Eggert* sound.c: Integer cleanups.
2013-06-19 Paul Eggert* syntax.c (skip_chars): Don't use uninitialized storage
2013-06-18 Jan Djärv* process.c: Include xgselect.h if HAVE_GLIB. Include...
2013-06-18 Paul Eggert* conf_post.h: Add comments for INLINE, EXTERN_INLINE...
2013-06-18 Kenichi Handasrc/ChangeLog: Add bug ID to the previous change.
2013-06-18 Kenichi Handamerge emacs
2013-06-18 Kenichi Handafont.c (Ffont_spec): Signal an error for an invalid...
2013-06-18 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Rotate changelogs.
2013-06-18 Paul EggertPorting fixes for merged specpdl and backtrace stacks.
2013-06-17 Paul Eggert* frame.c (x_report_frame_params): Cast parent_desc...
2013-06-17 Paul Eggert* nsfont.m (ns_registry_to_script): Parenthesize while...
2013-06-17 Eli Zaretskiisrc/ChangeLog: Rearrange the last 2 entries in correct...
2013-06-17 Eli ZaretskiiPossible fix for bug #14630, which continues bug #14062.
2013-06-17 Lars Magne Ingebri... Implement new function `add-face-text-property'
2013-06-17 Paul EggertUse functions, not macros, for XINT etc.
2013-06-15 Eli ZaretskiiFix bug #14567 with jumpy scrolling of tall images.
2013-06-15 Paul Eggert* fns.c (Fcopy_sequence): Simplify XTYPE calculation.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-13 Stefan Monnier* lisp/subr.el (with-eval-after-load): New macro.
2013-06-13 Kelly Dean* src/fileio.c (Fdo_auto_save): Trap errors in auto...
2013-06-12 Xue FuqiaoMerge from mainline.
2013-06-12 Xue Fuqiao* src/fileio.c (expand_file_name): Doc fix.
2013-06-11 Paul EggertTickle glib by waiting for Emacs itself, not for process 0.
2013-06-11 Paul Eggert* keyboard.c: Don't use PROP (...) as an lvalue.
2013-06-10 Juanma BarranqueroFix ChangeLog typos and whitespace.
2013-06-10 Eli ZaretskiiMinor cleanup in last commit in get_it_property.
2013-06-09 Eli ZaretskiiFix current-bidi-paragraph-direction wrt window pointer.
2013-06-09 Eli ZaretskiiFix bug #14575 with window-specific overlays with line...
2013-06-08 Eli ZaretskiiFix bug #14575 with window-specific overlays with displ...
2013-06-08 Jan DjärvFix compilation issues for GNUStep and GLIB conflicts.
2013-06-08 Jan Djärv* xgselect.c (xg_select): Remove call to window_system_...
2013-06-07 Eli ZaretskiiFix "make TAGS" on MS-Windows.
2013-06-07 Richard CopleyFix bug #14513 with --enable-locallisppath not working...
2013-06-07 Juanma BarranqueroFix typos.
2013-06-06 Eli ZaretskiiImprove the fix for bug #14558.
2013-06-06 Paul EggertA few porting etc. fixes for the new file monitor code.
2013-06-05 Eli ZaretskiiFix bug #14558 with turning off mouse-highlight during...
2013-06-05 Stefan Monnier* lisp/simple.el: Move all the prog-mode code to prog...
2013-06-05 Paul EggertChain glib's SIGCHLD handler from Emacs's (Bug#14474).
2013-06-05 Michael Albinus* emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gf...
next