summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-07-12* image.c (x_find_image_file): Don't close a remote file handle.Andreas Schwab
2013-07-11Fix races with threads and file descriptors.Paul Eggert
2013-07-11* inotify.c (uninitialized): Remove. All uses replaced by -1.Paul Eggert
2013-07-11* eval.c (backtrace_function, backtrace_args): Now EXTERNALLY_VISIBLE.Paul Eggert
2013-07-10* sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert
2013-07-10Port to C89.Paul Eggert
2013-07-10Syntax cleanup, mostly replacing macros with functions.Paul Eggert
2013-07-10* emacs.c (main): Fix syntax error.Jan Djärv
2013-07-09Timestamp fixes for undo.Paul Eggert
2013-07-09* src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase to 18MB.Ken Brown
2013-07-09src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update.Juanma Barranquero
2013-07-09Handle errno and exit status a bit more carefully.Paul Eggert
2013-07-08configure.ac (HAVE_IMAGEMAGICK): Check on NS also.Jan Djärv
2013-07-07Port to Ubuntu 10.Paul Eggert
2013-07-08ChangeLog fixes.Juanma Barranquero
2013-07-07MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.Eli Zaretskii
2013-07-07Make file descriptors close-on-exec when possible.Paul Eggert
2013-07-07*** empty log message ***Jan Djärv
2013-07-07Fix openp errno handling.Paul Eggert
2013-07-06* lisp/files.el (write-file): Do not display confirm dialog for NS,Jan Djärv
2013-07-06Fix bug #14771 with scroll-step = 1 and non-nil line-spacing.Eli Zaretskii
2013-07-06Clarify documentation of multibyte-string-p.Eli Zaretskii
2013-07-05Use emacs_open more consistently when opening files.Paul Eggert
2013-07-05Remove duplicate #include directives.Paul Eggert
2013-07-04Scale ImageMagick images more carefully.Paul Eggert
2013-07-04Add multi-monitor support on W32.YAMAMOTO Mitsuharu
2013-07-04* fileio.c (Qfile_notify_error): New error symbol.Michael Albinus
2013-07-03Try again to fix FreeBSD bug re multithreaded memory alloc.Paul Eggert
2013-07-04src/image: Remove unused variables.Juanma Barranquero
2013-07-03Try to fix FreeBSD bug re multithreaded memory allocation.Paul Eggert
2013-07-02Remove some unused macros from 'configure'.Paul Eggert
2013-07-02Fix bug #2749 with overflow-newline-into-fringe in visual-line-mode.Eli Zaretskii
2013-07-02* process.c (handle_child_signal): Call catch_child_signal if NS_IMPL_GNUSTEP.Jan Djärv
2013-07-01Don't convert function pointers to void * and back.Paul Eggert
2013-07-01Simplify buildobj processing.Paul Eggert
2013-07-01Remove duplicate ChangeLog entry, again.Paul Eggert
2013-07-01Fix bug re noninteractive multithreaded memory allocation.Paul Eggert
2013-07-01src/emacs.c (Fkill_emacs): Expand Vauto_save_list_file_name before unlinking it.Juanma Barranquero
2013-06-30Add `remember-notes' function to store random notes across EmacsMichal Nazarewicz
2013-06-30* nsfns.m (handlePanelKeys): Don't process Command+Function keys.Jan Djärv
2013-06-30Fix minor problems found by static checking.Paul Eggert
2013-06-30Remove duplicate ChangeLog entry.Paul Eggert
2013-06-30Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert
2013-06-30* intervals.c (get_local_map): Actually clip POSITIONPaul Eggert
2013-06-30A possible fix for bug #14753 with aborts in get_local_map.Eli Zaretskii
2013-06-30Don't call sit-for in right-char and left-char for visual cursor motion.Eli Zaretskii
2013-06-29Fix typos in ChangeLogs.Juanma Barranquero
2013-06-29Fix typo in src/ChangeLog.Eli Zaretskii
2013-06-29Fix minor problems found by static checking.Paul Eggert
2013-06-29Implement visual-order cursor motion.Eli Zaretskii