aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-117-23/+40
* | | (lib-src,src,lib)/makefile.w32-in: Update dependencies.Juanma Barranquero2012-12-112-0/+13
* | | Fix cygw32 build breakDaniel Colascione2012-12-103-0/+12
* | | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie...Daniel Colascione2012-12-106-24/+49
|\ \ \ | |/ /
| * | Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-096-24/+49
* | | Per-buffer window counters.Dmitry Antipov2012-12-106-52/+99
* | | Final cleanups and updated ChangeLog entries.Eli Zaretskii2012-12-103-36/+60
* | | Proof-read comments on w32notify.c. Adapt NEWS entry.Eli Zaretskii2012-12-101-15/+20
* | | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-1067-2027/+2585
|\ \ \
| * | | Support filesystem notification through inotify on GNU/Linux.Rüdiger Sonderfeld2012-12-107-1/+502
| * | | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-097-31/+67
| |\ \ \ | | |/ /
| | * | * nsterm.m (fd_handler:): FD_ZERO fds.Jan Djärv2012-12-082-2/+6
| | * | Fix incompatibilities with 64-bit Windows builds.Fabrice Popineau2012-12-083-19/+29
| | * | * lread.c (Vload_source_file_function): Doc fix.Christopher Schmidt2012-12-082-6/+14
| | * | Fix bug #13108 introduced by the fix to bug #12930.Eli Zaretskii2012-12-072-1/+11
| | * | Reword doc-string of Fcompare_buffer_substrings.Martin Rudalics2012-12-072-4/+8
| * | | * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,Paul Eggert2012-12-092-1/+6
| * | | Fix putenv and unsetenv on MS-Windows.Eli Zaretskii2012-12-082-1/+5
| * | | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-087-118/+138
| * | | w32fns.c (emacs_abort): Don't do arithmetics on void pointers.Fabrice Popineau2012-12-082-1/+5
| * | | Provide unsetenv for MS-Windows and make putenv Posix-compatible.Eli Zaretskii2012-12-082-0/+48
| * | | * src/editfns.c (Finsert_char): Make the error message more informative.Chong Yidong2012-12-082-3/+9
| * | | Simplify get_lim_data.Paul Eggert2012-12-072-60/+20
| * | | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-077-173/+70
| * | | * sysdep.c (get_child_status): Abort on internal error (Bug#13086).Paul Eggert2012-12-072-3/+12
| * | | * frame.c (make_frame): Do not set window's buffer to t.Dmitry Antipov2012-12-073-12/+14
| * | | Convenient macro to check whether the buffer is hidden.Dmitry Antipov2012-12-074-16/+30
| * | | Avoid busy-waiting for child processes on Windows. (Bug#13086)Eli Zaretskii2012-12-062-1/+16
| * | | * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-068-50/+18
| * | | Fix a recently-introduced delete-process race condition.Paul Eggert2012-12-054-29/+53
| * | | Avoid code duplication between prev_frame and next_frame.Dmitry Antipov2012-12-062-100/+68
| * | | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-053-6/+42
| |\ \ \ | | |/ /
| | * | Don't pass un-encoded file name to mkstemp.Eli Zaretskii2012-12-052-2/+5
| | * | Fix one part of bug #13079 with temporary files in call-process-region.Eli Zaretskii2012-12-052-0/+14
| | * | Fix another instance of bug #12933 with non-ASCII file names on Windows.Eli Zaretskii2012-12-042-4/+25
| * | | Minor call-process cleanups.Paul Eggert2012-12-052-15/+19
| * | | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronousAndreas Schwab2012-12-042-1/+6
| * | | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-049-37/+26
| * | | Don't let call-process be a zombie factory.Paul Eggert2012-12-037-267/+296
| * | | * bytecode.c, lisp.h (Qbytecode): Remove.Paul Eggert2012-12-033-5/+5
| * | | Fix bug #13055 with cursor positioning inside scroll-margin.Eli Zaretskii2012-12-032-0/+34
| * | | * gtkutil.c (my_log_handler): New function.Jan Djärv2012-12-032-0/+20
| * | | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-036-30/+42
| * | | * alloc.c (free_save_value): New function.Dmitry Antipov2012-12-034-48/+61
| * | | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-026-7/+40
| |\ \ \ | | |/ /
| | * | * fileio.c (Vauto_save_list_file_name): Minor doc fix.Chong Yidong2012-12-012-1/+5
| | * | Fix compilation problems with 64-bit MSVC compiler.Fabrice Popineau2012-11-304-4/+25
| | * | * src/data.c (Fboundp): Doc fix re lexical-binding.Glenn Morris2012-11-272-2/+4
| | * | * src/data.c (Fsymbol_value): Doc fix re lexical-binding.Glenn Morris2012-11-272-1/+7
| * | | Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-024-6/+22