| Commit message (Expand) | Author | Age | Files | Lines |
* | Signal-handler cleanup.... | Paul Eggert | 2012-09-06 | 1 | -5/+0 |
* | Simplify redefinition of 'abort' (Bug#12316).... | Paul Eggert | 2012-09-04 | 1 | -13/+13 |
* | * frame.h (FSET): Remove (Bug#12215).... | Paul Eggert | 2012-08-17 | 1 | -3/+3 |
* | Drop WGET and revert read access to Lisp_Objects slots of struct window.... | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame.... | Dmitry Antipov | 2012-08-07 | 1 | -3/+3 |
* | Separate read and write access to Lisp_Object slots of struct window.... | Dmitry Antipov | 2012-08-06 | 1 | -2/+2 |
* | Separate read and write access to Lisp_Object slots of struct frame.... | Dmitry Antipov | 2012-08-06 | 1 | -6/+6 |
* | Generalize common compile-time constants.... | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v".... | Paul Eggert | 2012-08-01 | 1 | -5/+4 |
* | Use INTERNAL_FIELD for windows.... | Dmitry Antipov | 2012-08-01 | 1 | -1/+1 |
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames.... | Dmitry Antipov | 2012-07-31 | 1 | -4/+4 |
* | * lisp/emacs-lisp/chart.el: Use lexical-binding.... | Stefan Monnier | 2012-07-19 | 1 | -8/+6 |
* | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead... | Andreas Schwab | 2012-07-11 | 1 | -2/+2 |
* | Use XCAR and XCDR instead of Fcar and Fcdr where possible.... | Dmitry Antipov | 2012-07-10 | 1 | -2/+1 |
* | More xmalloc and related cleanup.... | Paul Eggert | 2012-07-05 | 1 | -9/+9 |
* | Cleanup xmalloc.... | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | * xmenu.c (xmenu_show, xdialog_show): Explicit cast from... | Dmitry Antipov | 2012-06-25 | 1 | -2/+2 |
* | * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select. | Chong Yidong | 2012-06-23 | 1 | -5/+4 |
* | Support higher-resolution time stamps.... | Paul Eggert | 2012-06-22 | 1 | -5/+3 |
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:... | Dmitry Antipov | 2012-06-19 | 1 | -42/+42 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.... | Andreas Schwab | 2012-06-16 | 1 | -0/+1 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -3/+22 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus... | Jan Djärv | 2011-12-26 | 1 | -2/+21 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -1/+1 |
|\| |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -4/+27 |
|\| |
|
| * | Merge from emacs-23; up to 2010-06-22T07:41:10Z!rgm@gnu.org | Glenn Morris | 2011-11-06 | 1 | -4/+27 |
| |\ |
|
| | * | Fix memory leak by y-or-n-p-with-timeout with GUI (Bug#9830).... | YAMAMOTO Mitsuharu | 2011-10-31 | 1 | -4/+27 |
| | * | * xmenu.c (set_frame_menubar): Fix submenu loops. | Andreas Schwab | 2011-05-09 | 1 | -9/+8 |
| | * | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...... | Eli Zaretskii | 2011-05-09 | 1 | -7/+9 |
* | | | Merge from trunk. | Paul Eggert | 2011-09-21 | 1 | -1/+1 |
|\| | |
|
| * | | Fix typos. | Juanma Barranquero | 2011-09-17 | 1 | -1/+1 |
* | | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):... | Paul Eggert | 2011-09-21 | 1 | -7/+7 |
|/ / |
|
* | | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
* | | * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event... | Jan Djärv | 2011-07-10 | 1 | -4/+7 |
* | | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -2/+1 |
* | | * xmenu.c (x_menu_set_in_use): Fix incorrect assumption. | Paul Eggert | 2011-06-11 | 1 | -0/+2 |
* | | * buffer.c (Qclone_number): Remove for now, as it's unused.... | Paul Eggert | 2011-06-11 | 1 | -4/+6 |
* | | Be more systematic about user-interface timestamps.... | Paul Eggert | 2011-05-12 | 1 | -6/+7 |
* | | * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes... | Paul Eggert | 2011-05-12 | 1 | -5/+5 |
* | | * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils. | Paul Eggert | 2011-05-11 | 1 | -3/+2 |
* | | * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times). | Paul Eggert | 2011-05-02 | 1 | -3/+3 |
* | | * 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 |
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.... | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
* | | lisp.h: Fix a problem with aliasing and vector headers.... | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
* | | * xmenu.c (xmenu_show): Don't use uninitialized vars. | Paul Eggert | 2011-04-16 | 1 | -8/+8 |
* | | * xmenu.c (menu_help_callback): Pointer type fixes.... | Paul Eggert | 2011-04-16 | 1 | -14/+8 |
* | | * xmenu.c (xmenu_show): Rename parm to avoid shadowing. | Paul Eggert | 2011-04-15 | 1 | -7/+7 |