]> code.delx.au - gnu-emacs/history - src/ChangeLog
Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.at
[gnu-emacs] / src / ChangeLog
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...
2013-07-19 Paul EggertFix obscure porting bug with varargs functions.
2013-07-19 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Fix typos.
2013-07-18 Paul Eggert* keyboard.c: Try to fix typos in previous change.
2013-07-18 Juanma BarranqueroFollowup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.
2013-07-18 Paul Eggert* filelock.c: Fix unlikely file descriptor leaks.
2013-07-18 Paul Eggert* doc.c: Fix minor memory and file descriptor leaks.
2013-07-18 Paul Eggert* term.c: Fix minor fdopen-related file descriptor...
2013-07-18 Paul Eggert* charset.c: Fix file descriptor leaks and errno issues.
2013-07-17 Paul Eggert* lread.c: Fix file descriptor leaks and errno issues.
2013-07-17 Paul EggertA few more minor file errno-reporting bugs.
2013-07-16 Juanma Barranquerosrc/w32fns.c (unwind_create_tip_frame): Fix declaration.
2013-07-16 Paul EggertFix w32 bug with call-process-region.
2013-07-16 Paul EggertFix bug where insert-file-contents closes a file twice.
2013-07-16 Paul EggertNew unwind-protect flavors to better type-check C callb...
2013-07-16 Paul EggertBe simpler and more consistent about reporting I/O...
2013-07-16 Paul Eggert* fileio.c (report_file_errno): Fix errno reporting...
2013-07-16 Paul EggertFix minor problems found by --enable-gcc-warnings.
2013-07-16 Jan DjärvStop cursor blink after blink-cursor-blinks (10), stop...
2013-07-16 Paul EggertFix porting bug to older POSIXish platforms.
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 Glenn Morris* src/image.c (Fimage_flush): Fix doc typo.
2013-07-15 Paul Eggert* callproc.c (Fcall_process_region): Fix minor race...
2013-07-14 Paul Eggert* filelock.c (create_lock_file) [!HAVE_MKOSTEMP &&...
2013-07-14 Paul Eggert* callproc.c (child_setup, relocate_fd) [!DOS_NT]:
2013-07-13 Eli ZaretskiiPrevent leak in GDI objects (bug #14850).
2013-07-13 Eli ZaretskiiFix bug #14822 with decoding when inhibit-null-byte...
2013-07-13 Paul Eggert* deps.mk (sysdep.o): Remove dependency on ../lib/ignor...
2013-07-13 Paul EggertDon't lose top specpdl entry when memory is exhausted.
2013-07-12 Paul EggertClean up errno reporting and fix some errno-reporting...
2013-07-12 Paul EggertMinor EBADF fixes.
2013-07-12 Andreas Schwab* image.c (x_find_image_file): Don't close a remote...
2013-07-12 Paul EggertFix races with threads and file descriptors.
2013-07-11 Paul Eggert* inotify.c (uninitialized): Remove. All uses replaced...
2013-07-11 Paul Eggert* eval.c (backtrace_function, backtrace_args): Now...
2013-07-11 Paul Eggert* sysdep.c, term.c, termcap.c, terminal.c: Integer...
2013-07-10 Paul EggertPort to C89.
2013-07-10 Paul EggertSyntax cleanup, mostly replacing macros with functions.
2013-07-10 Jan Djärv* emacs.c (main): Fix syntax error.
2013-07-10 Paul EggertTimestamp fixes for undo.
2013-07-09 Ken Brown* src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase...
2013-07-09 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep...
2013-07-09 Paul EggertHandle errno and exit status a bit more carefully.
2013-07-08 Jan Djärvconfigure.ac (HAVE_IMAGEMAGICK): Check on NS also.
2013-07-07 Paul EggertPort to Ubuntu 10.
2013-07-07 Juanma BarranqueroChangeLog fixes.
2013-07-07 Eli ZaretskiiMS-Windows followup for 2013-07-07T18:00:14Z!eggert...
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...
next