| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -1/+1 |
* | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -1/+2 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -13/+14 |
* | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -1/+1 |
* | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -6/+6 |
|\ |
|
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -6/+6 |
* | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -2/+2 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -0/+4 |
|/ |
|
* | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -14/+3 |
* | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -2/+1 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -1/+1 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -3/+2 |
* | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first | Andreas Schwab | 2012-06-30 | 1 | -4/+6 |
* | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -1/+1 |
* | * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence): | Andreas Schwab | 2012-06-25 | 1 | -6/+12 |
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -37/+37 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -34/+37 |
|/ |
|
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
* | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -0/+3 |
* | [ChangeLog] | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
* | Last commit was missing updated source file. | Christoph Scholtes | 2011-05-17 | 1 | -0/+1 |
* | Be more systematic about user-interface timestamps. | Paul Eggert | 2011-05-12 | 1 | -2/+2 |
* | * menu.c (grow_menu_items): Check for int overflow. | Paul Eggert | 2011-05-11 | 1 | -0/+2 |
* | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t. | Paul Eggert | 2011-04-29 | 1 | -3/+3 |
* | Prefer intptr_t/uintptr_t for integers the same widths as pointers. | Paul Eggert | 2011-04-29 | 1 | -4/+4 |
* | * menu.c (push_submenu_start, push_submenu_end): Do not define unless | Paul Eggert | 2011-04-16 | 1 | -9/+14 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats. | Paul Eggert | 2011-04-05 | 1 | -1/+1 |
* | * menu.c (digest_single_submenu): Omit unused local var. | Paul Eggert | 2011-03-28 | 1 | -2/+1 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -4/+3 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | 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 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -1/+1 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -1/+1 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -6/+0 |
* | | * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS". | Juanma Barranquero | 2010-07-23 | 1 | -0/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -2/+1 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -41/+23 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -8/+8 |