| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from trunk. | Paul Eggert | 2011-09-30 | 1 | -3/+8 |
| |\ |
|
| | * | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | Paul Eggert | 2011-09-30 | 4 | -6/+14 |
| * | | Merge from trunk. | Paul Eggert | 2011-09-30 | 5 | -52/+122 |
| |\ \
| |/ |
|
| | * | Remove dependency on glibc malloc internals. | Paul Eggert | 2011-09-30 | 4 | -70/+79 |
| | * | * nsterm.m (windowDidResize): Call x_set_window_size only when | Jan Djärv | 2011-09-30 | 2 | -1/+23 |
| | * | src/ChangeLog: Minor typos fixed. | Eli Zaretskii | 2011-09-30 | 1 | -6/+6 |
| | * | Port --enable-checking=all to Fedora 14 x86-64. | Paul Eggert | 2011-09-30 | 2 | -1/+7 |
| | * | Port --enable-checking=all to Fedora 14 x86. | Paul Eggert | 2011-09-29 | 4 | -33/+84 |
| | * | Fix the MSDOS build. | Eli Zaretskii | 2011-09-29 | 2 | -0/+9 |
| * | | * alloc.c: Do not assume sizeof (size_t) is a multiple of 8 | Paul Eggert | 2011-09-29 | 2 | -17/+44 |
| * | | Merge from trunk. | Paul Eggert | 2011-09-28 | 6 | -40/+121 |
| |\ \
| |/ |
|
| | * | Fix bug #9624 with crashes in Muse mode. | Eli Zaretskii | 2011-09-28 | 3 | -4/+38 |
| | * | Fix typos. | Juanma Barranquero | 2011-09-28 | 4 | -3/+7 |
| | * | Fix bug #9610 with slow cursor motion in buffers with invisible text. | Eli Zaretskii | 2011-09-27 | 2 | -32/+75 |
| * | | * coding.c (Ffind_operation_coding_system): Avoid subscript error. | Paul Eggert | 2011-09-27 | 2 | -1/+2 |
| * | | Merge from trunk. | Paul Eggert | 2011-09-27 | 2 | -4/+9 |
| |\ \
| |/ |
|
| | * | * lread.c (readevalloop): Use correct code for NBSP. | Andreas Schwab | 2011-09-27 | 2 | -4/+9 |
| * | | * xdisp.c (handle_display_spec, display_prop_string_p): Use ptrdiff_t, not int. | Paul Eggert | 2011-09-27 | 2 | -2/+3 |
| * | | * print.c (print_object) [0]: Fix printf format int width. | Paul Eggert | 2011-09-27 | 1 | -1/+1 |
| * | | * nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int. | Paul Eggert | 2011-09-27 | 2 | -5/+4 |
| * | | * keymap.c.c (Fdefine_key): Use ptrdiff_t, not int. | Paul Eggert | 2011-09-27 | 1 | -1/+1 |
| * | | * dispnew.c (Fframe_of_buffer_changed_p): Use ptrdiff_t, not int. | Paul Eggert | 2011-09-27 | 2 | -2/+2 |
| * | | * data.c (Faref): Use ptrdiff_t, not int. | Paul Eggert | 2011-09-27 | 1 | -1/+1 |
| * | | * coding.c: Integer and buffer overflow fixes. | Paul Eggert | 2011-09-27 | 2 | -6/+8 |
| * | | * ccl.c (ccl_driver, Fregister_code_conversion_map): Check that Vcode_version... | Paul Eggert | 2011-09-27 | 2 | -5/+16 |
| * | | * eval.c (Fprog2): Simplify and allow C tail recursion. | Paul Eggert | 2011-09-26 | 1 | -2/+2 |
| * | | * floatfns.c (Fexpt): Avoid undefined signed * signed overflow. | Paul Eggert | 2011-09-26 | 2 | -1/+3 |
| * | | * cmds.c (internal_self_insert): Fix EMACS_INT type typo. | Paul Eggert | 2011-09-26 | 2 | -2/+2 |
| * | | Merge from trunk. | Paul Eggert | 2011-09-25 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Bump version to 24.0.90.emacs-pretest-24.0.90 | Chong Yidong | 2011-09-25 | 1 | -1/+1 |
| * | | * eval.c (Fprog1, Fprog2): Don't assume list length fits in int. Simplify. | Paul Eggert | 2011-09-25 | 2 | -36/+9 |
| * | | Merge from trunk. | Paul Eggert | 2011-09-25 | 2 | -7/+6 |
| |\ \
| |/ |
|
| | * | * dbusbind.c (Fdbus_register_signal): When service is not | Michael Albinus | 2011-09-25 | 2 | -7/+6 |
| * | | * lisp.h (XSETSUBR): Revert, as the old version is needed if debugging is ena... | Paul Eggert | 2011-09-25 | 2 | -3/+2 |
| * | | * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts | Paul Eggert | 2011-09-25 | 2 | -0/+6 |
| | | | |
| | \ | |
| *-. \ | Merge from trunk. | Paul Eggert | 2011-09-24 | 10 | -167/+413 |
| |\ \ \
| | |/ |
|
| | | * | * src/buffer.c (truncate-lines): Doc fix. | Glenn Morris | 2011-09-24 | 2 | -1/+7 |
| | |/ |
|
| | * | Minor doc fixes for some window functions. | Chong Yidong | 2011-09-24 | 2 | -11/+14 |
| | * | * src/minibuf.c (read_minibuf): Disable line truncation. (Bug#5715) | Glenn Morris | 2011-09-24 | 2 | -0/+8 |
| | * | Fix minor problems found by static checking. | Paul Eggert | 2011-09-24 | 3 | -2/+8 |
| | |\ |
|
| | | * | * xdisp.c (string_from_display_spec): Don't use int for vector length. | Paul Eggert | 2011-09-24 | 2 | -1/+3 |
| | | * | * indent.c (Fvertical_motion): Fix == vs = typo. | Paul Eggert | 2011-09-24 | 2 | -1/+5 |
| | |/ |
|
| | * | Change the default value of redisplay-dont-pause to t. | Eli Zaretskii | 2011-09-24 | 2 | -2/+5 |
| | * | Fix vertical cursor motion when the newline is covered by a display string. | Eli Zaretskii | 2011-09-24 | 3 | -49/+233 |
| | * | * dbusbind.c (Fdbus_register_signal): Add match rule to | Michael Albinus | 2011-09-24 | 2 | -2/+12 |
| | * | bidi.c: Whitespace changes and a few added parentheses, | Richard M. Stallman | 2011-09-24 | 1 | -78/+82 |
| | * | do not ignore write error for any output size | Jim Meyering | 2011-09-24 | 2 | -1/+16 |
| | * | * src/emacs.c (Fkill_emacs): In noninteractive mode exit | Andreas Schwab | 2011-09-23 | 2 | -1/+10 |
| * | | * coding.c (ENCODE_ISO_CHARACTER): Use unsigned, not int, | Paul Eggert | 2011-09-24 | 2 | -1/+3 |
| * | | * charset.h (DECODE_CHAR): Return int, not unsigned; | Paul Eggert | 2011-09-24 | 2 | -14/+11 |