| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean out old termopts cruft. | Paul Eggert | 2012-10-10 | 1 | -1/+0 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -1/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -3/+2 |
* | * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow. | Paul Eggert | 2011-07-28 | 1 | -0/+3 |
* | * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen. | Paul Eggert | 2011-06-21 | 1 | -6/+6 |
* | * xsmfns.c (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define. | Paul Eggert | 2011-04-15 | 1 | -1/+1 |
* | * xsmfns.c: Remove unused var. | Paul Eggert | 2011-04-15 | 1 | -1/+0 |
* | * xsmfns.c (create_client_leader_window): Rename shadowing arg. | Paul Eggert | 2011-04-15 | 1 | -4/+4 |
* | Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3). | Jan D | 2011-03-08 | 1 | -1/+5 |
* | Use add/delete_read_fd in xsmfns to simplify. Also restart with initial_argv. | Jan Djärv | 2011-02-01 | 1 | -82/+63 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -9/+5 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -11/+2 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
|/ / |
|
* | | Merge from emacs-23 | Stefan Monnier | 2010-12-13 | 1 | -3/+18 |
|\ \
| |/ |
|
| * | Move call to Fkill_emacs from signal handler (session event) (Bug#7552). | Jan Djärv | 2010-12-10 | 1 | -7/+18 |
| * | * xsmfns.c (smc_die_CB): Call Fkill_emacs. | Jan Djärv | 2010-12-07 | 1 | -0/+4 |
* | | Apply XAtom revork patches from Julien Danjou. | Jan Djärv | 2010-11-12 | 1 | -2/+2 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -12/+17 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -4/+0 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -2/+1 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -1/+1 |
* | | Fix some bad prototypes and formatting after conversion from K&R declaration. | Jan D | 2010-07-05 | 1 | -8/+14 |
* | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -40/+20 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -30/+13 |
* | | xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd). | Jan Djärv | 2010-05-04 | 1 | -1/+1 |
* | | Run kill-emacs when exiting for display closed or SIGTERM/HUP. | Jan Djärv | 2010-05-02 | 1 | -5/+22 |
|/ |
|
* | Fix for bug#5512, don't rely on SIGIO alone. | Jan Djärv | 2010-02-10 | 1 | -21/+41 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | remove useless if-before-free tests | Jim Meyering | 2008-06-02 | 1 | -2/+1 |
* | Remove includes that are already included by config.h | Jason Rumney | 2008-05-23 | 1 | -11/+0 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code | Dan Nicolaescu | 2008-02-09 | 1 | -7/+0 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+2 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-01-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |