* frame.c (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring.
[bpt/emacs.git] / src / ChangeLog
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...
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...
next