| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve NS dialogs. Add close button, remove ugly casts. | Jan Djärv | 2012-08-28 | 3 | -39/+79 |
* | Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-08-28 | 3 | -18/+45 |
|\ |
|
| * | Update release logsemacs-24.2 | Chong Yidong | 2012-08-24 | 1 | -4/+4 |
| * | Fix bug #12242 with crashes in ralloc.c on OpenBSD. | Eli Zaretskii | 2012-08-24 | 2 | -13/+37 |
| * | Bump version to 24.2 | Chong Yidong | 2012-08-16 | 1 | -0/+4 |
| * | * src/eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747) | Glenn Morris | 2012-08-14 | 2 | -5/+8 |
| * | * systime.h (EMACS_TIME_CMP): Don't cast time_t values to long. | Ulrich Mueller | 2012-08-14 | 2 | -7/+9 |
| * | Backport: Don't disable Unicode menus on Windows NT and later. | Eli Zaretskii | 2012-08-13 | 3 | -2/+15 |
| * | Backport fix for Bug#11677 from trunk | Chong Yidong | 2012-08-13 | 2 | -17/+29 |
| * | Backports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995-05-03T21:38:13Z!rms@gnu... | Jan Djärv | 2012-08-12 | 3 | -34/+92 |
* | | In Fset_window_configuration install revison of reverted fix. | Martin Rudalics | 2012-08-28 | 2 | -1/+17 |
* | | Remove handling of auto-buffer-name window parameter. | Martin Rudalics | 2012-08-28 | 2 | -15/+6 |
* | | Do not allow to set major mode for a dead buffer. | Dmitry Antipov | 2012-08-28 | 2 | -4/+12 |
* | | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 17 | -24/+37 |
* | | Fix usage of set_buffer_internal. | Dmitry Antipov | 2012-08-28 | 10 | -38/+40 |
* | | * dispnew.c: Use bool for boolean. | Paul Eggert | 2012-08-27 | 7 | -166/+189 |
* | | In Fset_window_configuration revert first part of last change. | Martin Rudalics | 2012-08-27 | 2 | -18/+5 |
* | | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize | Jan Djärv | 2012-08-27 | 3 | -4/+39 |
* | | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 10 | -73/+89 |
* | | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 7 | -266/+208 |
* | | Fix spare memory change. | Dmitry Antipov | 2012-08-27 | 2 | -0/+8 |
* | | Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208). | Martin Rudalics | 2012-08-27 | 2 | -2/+36 |
* | | Special MEM_TYPE_SPARE to denote reserved memory. | Dmitry Antipov | 2012-08-27 | 2 | -7/+17 |
* | | Spelling fixes. | Paul Eggert | 2012-08-26 | 4 | -4/+7 |
* | | Remove unused external symbols. | Paul Eggert | 2012-08-26 | 5 | -9/+16 |
* | | * fns.c (Fstring_to_unibyte): Adjust to str_to_unibyte change. | Paul Eggert | 2012-08-26 | 1 | -1/+1 |
* | | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert | 2012-08-26 | 6 | -56/+74 |
* | | * lisp.h (ASET): Remove attempt to detect side effects. | Paul Eggert | 2012-08-25 | 2 | -3/+9 |
* | | * src/lisp.h (functionp): New function (extracted from Ffunctionp). | Barry O'Reilly | 2012-08-25 | 3 | -33/+43 |
* | | * xgselect.c (xg_select): Use auto storage for the GPollFD buffer | Paul Eggert | 2012-08-25 | 4 | -37/+27 |
* | | * emacs.c (fatal_error_signal_hook): Remove. | Paul Eggert | 2012-08-24 | 2 | -8/+3 |
* | | * casefiddle.c, casetab.c, category.c: Use bool for boolean. | Paul Eggert | 2012-08-24 | 5 | -18/+28 |
* | | MS-Windows adaptations for 2012-08-25T04:04:08Z!eggert@cs.ucla.edu and 2012-0... | Eli Zaretskii | 2012-08-25 | 2 | -0/+5 |
* | | On assertion failure, print backtrace if available. | Paul Eggert | 2012-08-24 | 3 | -0/+17 |
* | | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert | 2012-08-24 | 6 | -30/+43 |
* | | * buffer.c, buffer.h: Use bool for boolean. | Paul Eggert | 2012-08-23 | 4 | -78/+86 |
* | | * bidi.c: Use bool for boolean. | Paul Eggert | 2012-08-23 | 3 | -35/+51 |
* | | In Fposn_at_x_y do not allow internal window as argument. | Martin Rudalics | 2012-08-23 | 2 | -1/+6 |
* | | * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean. | Paul Eggert | 2012-08-23 | 3 | -2/+8 |
* | | * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to | Dan Nicolaescu | 2012-08-22 | 3 | -3/+20 |
* | | * nsterm.m (insertText:): Don't clear modifiers if code is space. | Jan Djärv | 2012-08-22 | 2 | -1/+6 |
* | | * fontset.c (FONTSET_ADD): Return void, not Lisp_Object. | Paul Eggert | 2012-08-22 | 2 | -6/+12 |
* | | * alloc.c: Use bool for booleans. | Paul Eggert | 2012-08-21 | 9 | -67/+95 |
* | | Make recently-introduced setters macros. | Paul Eggert | 2012-08-21 | 2 | -34/+68 |
* | | * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in | Jan Djärv | 2012-08-21 | 2 | -0/+9 |
* | | * lisp.h (vcopy): Use memcpy rather than our own loop. | Paul Eggert | 2012-08-21 | 2 | -5/+10 |
* | | Fix bug #11860 with displaying composite RTL characters on MS-Windows. | Eli Zaretskii | 2012-08-21 | 2 | -7/+60 |
* | | * dbusbind.c (xd_remove_watch): Do not assume C99 comments. | Paul Eggert | 2012-08-21 | 2 | -2/+8 |
* | | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov | 2012-08-21 | 9 | -64/+86 |
* | | For selected window have (set-)window-point always operate on buffer's point. | Martin Rudalics | 2012-08-21 | 2 | -21/+38 |