summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-12-11Spelling fixes.Paul Eggert
2012-12-11* inotify.c (inotify_callback): Generate an Emacs event for everyMichael Albinus
2012-12-11Fix bug #13084 with crashes during search.Eli Zaretskii
2012-12-11Fix part of bug #13011 with display of lines that have a box face.Eli Zaretskii
2012-12-11* buffer.c (Fset_buffer_multibyte): Do not force redisplayDmitry Antipov
2012-12-11Minor change in variable name in inotify.c.Eli Zaretskii
2012-12-11Consistently use marker_position and marker_byte_position.Dmitry Antipov
2012-12-11(lib-src,src,lib)/makefile.w32-in: Update dependencies.Juanma Barranquero
2012-12-10* fileio.c (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.Paul Eggert
2012-12-10* fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistentPaul Eggert
2012-12-10Fix cygw32 build breakDaniel Colascione
2012-12-10Move fix for bug#12993 to trunkDaniel Colascione
2012-12-10Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie...Daniel Colascione
2012-12-10Per-buffer window counters.Dmitry Antipov
2012-12-10Final cleanups and updated ChangeLog entries.Eli Zaretskii
2012-12-10Merge from trunk + rename the event. Not tested yet.Eli Zaretskii
2012-12-10Support filesystem notification through inotify on GNU/Linux.Rüdiger Sonderfeld
2012-12-09Compile Windows resources into cygw32 EmacsDaniel Colascione
2012-12-09Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris
2012-12-09* fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,Paul Eggert
2012-12-08* nsterm.m (fd_handler:): FD_ZERO fds.Jan Djärv
2012-12-08Fix putenv and unsetenv on MS-Windows.Eli Zaretskii
2012-12-08Use putenv+unsetenv instead of modifying environ directly.Paul Eggert
2012-12-08w32fns.c (emacs_abort): Don't do arithmetics on void pointers.Fabrice Popineau
2012-12-08Fix incompatibilities with 64-bit Windows builds.Fabrice Popineau
2012-12-08Provide unsetenv for MS-Windows and make putenv Posix-compatible.Eli Zaretskii
2012-12-08* src/editfns.c (Finsert_char): Make the error message more informative.Chong Yidong
2012-12-07Simplify get_lim_data.Paul Eggert
2012-12-08* lread.c (Vload_source_file_function): Doc fix.Christopher Schmidt
2012-12-07Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert
2012-12-07* sysdep.c (get_child_status): Abort on internal error (Bug#13086).Paul Eggert
2012-12-07Fix bug #13108 introduced by the fix to bug #12930.Eli Zaretskii
2012-12-07Reword doc-string of Fcompare_buffer_substrings.Martin Rudalics
2012-12-07* frame.c (make_frame): Do not set window's buffer to t.Dmitry Antipov
2012-12-07Convenient macro to check whether the buffer is hidden.Dmitry Antipov
2012-12-06Avoid busy-waiting for child processes on Windows. (Bug#13086)Eli Zaretskii
2012-12-06* frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov
2012-12-05Fix a recently-introduced delete-process race condition.Paul Eggert
2012-12-06Avoid code duplication between prev_frame and next_frame.Dmitry Antipov
2012-12-05Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris
2012-12-05Minor call-process cleanups.Paul Eggert
2012-12-05Don't pass un-encoded file name to mkstemp.Eli Zaretskii
2012-12-05Fix one part of bug #13079 with temporary files in call-process-region.Eli Zaretskii
2012-12-04* callproc.c (Fcall_process): Fix specpdl nesting for asynchronousAndreas Schwab
2012-12-04Fix another instance of bug #12933 with non-ASCII file names on Windows.Eli Zaretskii
2012-12-04* lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov
2012-12-03Don't let call-process be a zombie factory.Paul Eggert
2012-12-03* bytecode.c, lisp.h (Qbytecode): Remove.Paul Eggert
2012-12-03Fix bug #13055 with cursor positioning inside scroll-margin.Eli Zaretskii
2012-12-03* gtkutil.c (my_log_handler): New function.Jan Djärv