| Commit message (Expand) | Author | Age | Files | Lines |
| * | Makefile improvements. | Paul Eggert | 2013-09-03 | 1 | -8/+6 |
| * | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | Paul Eggert | 2013-08-27 | 1 | -1/+1 |
| * | Add zlib support via the `decompress-gzipped-region' function | Lars Magne Ingebrigtsen | 2013-08-11 | 1 | -2/+4 |
| * | No need for configure to create etc/ and lisp/ any more | Glenn Morris | 2013-07-23 | 1 | -0/+6 |
| * | Use a @configure_input@ comment at the start of generated Makefiles | Glenn Morris | 2013-07-23 | 1 | -1/+1 |
| * | Simplify buildobj processing. | Paul Eggert | 2013-07-01 | 1 | -5/+8 |
| * | Fix "make TAGS" on MS-Windows. | Eli Zaretskii | 2013-06-07 | 1 | -4/+7 |
| * | * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS. | Eli Zaretskii | 2013-06-03 | 1 | -2/+4 |
| * | Add HAVE_GLIB check instead of checking individual libraries that use GLib. | Jan Djärv | 2013-06-03 | 1 | -2/+5 |
| * | * configure.ac (file-notification): New option, replaces inotify option. | Michael Albinus | 2013-06-03 | 1 | -1/+6 |
| * | Remove *.res files in mostlyclean, to avoid problems with out-of-tree builds. | Eli Zaretskii | 2013-05-29 | 1 | -0/+1 |
| * | Merge from trunk. | Eli Zaretskii | 2013-05-16 | 1 | -1/+1 |
| |\ |
|
| | * | Use just DOC instead of DOC-nn.mm. | Stefan Monnier | 2013-05-15 | 1 | -1/+1 |
| * | | Merge from trunk, configury not fixed yet. | Eli Zaretskii | 2013-05-15 | 1 | -6/+11 |
| |\ \
| |/ |
|
| | * | Use Gnulib ACL implementation, for benefit of Solaris etc. | Paul Eggert | 2013-05-07 | 1 | -4/+3 |
| | * | Add multi-monitor support on X11. | YAMAMOTO Mitsuharu | 2013-05-07 | 1 | -2/+8 |
| | | | |
| | \ | |
| *-. \ | Merge from trunk. | Eli Zaretskii | 2013-04-23 | 1 | -1/+1 |
| |\ \ \
| | |/ |
|
| | | * | * Makefile.in (bootstrap-clean): Remove stamp-h1 too. | Paul Eggert | 2013-04-21 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge from trunk, resolve conflicts. | Eli Zaretskii | 2013-04-14 | 1 | -4/+4 |
| |\ \
| |/ |
|
| | * | Fix --enable-profiling bug introduced by 2013-02-25 change. | Paul Eggert | 2013-04-06 | 1 | -3/+3 |
| * | | Fixed linking with the resource file. | Eli Zaretskii | 2013-04-14 | 1 | -4/+4 |
| * | | Fixed misc compilation warnings and errors. Dumping errors out. | Eli Zaretskii | 2013-04-01 | 1 | -1/+4 |
| * | | Fixed nt/Makefile.in and top-level Makefile.in. | Eli Zaretskii | 2013-04-01 | 1 | -1/+2 |
| * | | Added nt/Makefile.in and appropriate tweaks to configure.ac. | Eli Zaretskii | 2013-04-01 | 1 | -8/+22 |
| |/ |
|
| * | File synchronization fixes. | Paul Eggert | 2013-03-13 | 1 | -1/+2 |
| * | Simplify data_start configuration. | Paul Eggert | 2013-02-24 | 1 | -23/+11 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | | Merge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka@jpl.org | Glenn Morris | 2012-12-30 | 1 | -5/+5 |
| |\ \
| |/ |
|
| | * | Properly configure GNUstep libraries | Andreas Schwab | 2012-12-29 | 1 | -5/+5 |
| | * | Move fix for bug#12993 to trunk | Daniel Colascione | 2012-12-10 | 1 | -17/+4 |
| * | | Add support for preserving ACL entries of files. | Romain Francoise | 2012-12-16 | 1 | -1/+3 |
| * | | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie... | Daniel Colascione | 2012-12-10 | 1 | -4/+17 |
| |\ \
| |/ |
|
| | * | Compile Windows resources into cygw32 Emacs | Daniel Colascione | 2012-12-09 | 1 | -4/+17 |
| * | | Merge from trunk + rename the event. Not tested yet. | Eli Zaretskii | 2012-12-10 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Support filesystem notification through inotify on GNU/Linux. | Rüdiger Sonderfeld | 2012-12-10 | 1 | -1/+1 |
| * | | | Merge from trunk. | Eli Zaretskii | 2012-11-17 | 1 | -1/+2 |
| |\ \ \
| |/ / |
|
| | * | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -1/+2 |
| | |/ |
|
| * | | Add w32notify.o to SOME_MACHINE_OBJECTS in src/Makefile.in. | Eli Zaretskii | 2012-10-08 | 1 | -1/+1 |
| |/ |
|
| * | Code cleanup for cygw32 | Daniel Colascione | 2012-10-08 | 1 | -1/+1 |
| * | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -1/+4 |
| |\ |
|
| | * | Link with LIB_TIMER_TIME as needed. | Paul Eggert | 2012-09-27 | 1 | -2/+3 |
| | * | Merge profiler branch | Stefan Monnier | 2012-09-26 | 1 | -0/+1 |
| | |\ |
|
| | | * | Add emacs native profiler. | Tomohiro Matsuyama | 2012-08-22 | 1 | -0/+1 |
| * | | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -7/+4 |
| |\ \ \
| |/ / |
|
| | * | | * src/Makefile.in (clean): No longer run nextstep's clean. | Glenn Morris | 2012-09-16 | 1 | -1/+0 |
| | * | | Increase compartmentalization of Nextstep builds rules, | Glenn Morris | 2012-09-16 | 1 | -6/+4 |
| | * | | * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS) | Paul Eggert | 2012-09-02 | 1 | -1/+1 |
| * | | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -10/+15 |
| |/ / |
|
| * | | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -4/+7 |