| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Merge from trunk. | Paul Eggert | 2011-10-14 | 2 | -21/+26 |
| |\ \ \
| |/ / |
|
| | * | | * src/xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained | Stefan Monnier | 2011-10-14 | 2 | -20/+25 |
| * | | | * editfns.c (Fformat_time_string): Remove now-unnecessary check. | Paul Eggert | 2011-10-13 | 2 | -2/+3 |
| * | | | Merge from trunk. | Paul Eggert | 2011-10-13 | 4 | -2/+16 |
| |\ \ \
| |/ / |
|
| | * | | Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun. | Dmitry Antipov | 2011-10-13 | 2 | -1/+6 |
| | * | | Fix the change with paragraph_dir initialization. | Eli Zaretskii | 2011-10-13 | 3 | -1/+10 |
| * | | | Merge from trunk. | Paul Eggert | 2011-10-13 | 3 | -6/+23 |
| |\ \ \
| |/ / |
|
| | * | | Fix bugs #9738 & 9739 with a display string that ends in 2 newlines. | Eli Zaretskii | 2011-10-12 | 2 | -2/+13 |
| | * | | * doc.c (get_doc_string): Encode file name. | Stefan Monnier | 2011-10-12 | 2 | -3/+9 |
| * | | | * process.c (Fsignal_process): Check for process-ids out of pid_t range rathe... | Paul Eggert | 2011-10-13 | 2 | -18/+4 |
| * | | | * editfns.c (Fuser_login_name, Fuser_full_name): Signal an error | Paul Eggert | 2011-10-12 | 2 | -2/+6 |
| * | | | Merge from trunk. | Paul Eggert | 2011-10-12 | 9 | -91/+175 |
| |\ \ \
| |/ / |
|
| | * | | Remove incorrect comments about U+2028 LS character. | Eli Zaretskii | 2011-10-12 | 3 | -3/+5 |
| | * | | src/bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR. | Eli Zaretskii | 2011-10-12 | 2 | -0/+5 |
| | * | | * alloc.c (Fgc_status): Do not access beyond zombies array | Dmitry Antipov | 2011-10-11 | 2 | -2/+8 |
| | * | | * xdisp.c (set_cursor_from_row): Simplify conditionals, | Paul Eggert | 2011-10-11 | 2 | -21/+26 |
| | * | | * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff. | Paul Eggert | 2011-10-11 | 2 | -2/+9 |
| | * | | * src/lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR) | Andreas Schwab | 2011-10-11 | 2 | -58/+64 |
| | * | | * minibuf.c (Finternal_complete_buffer): Fix last change. | Stefan Monnier | 2011-10-11 | 2 | -3/+8 |
| | * | | Small callint.c fix. | Glenn Morris | 2011-10-08 | 2 | -0/+7 |
| | * | | Fix cursor positioning in hscrolled lines with R2L characters. | Eli Zaretskii | 2011-10-08 | 2 | -1/+7 |
| | * | | src/xdisp.c (hscroll_window_tree): Support hscroll in right-to-left lines. | Eli Zaretskii | 2011-10-08 | 2 | -6/+32 |
| | * | | Fix bug #4426 with buffer_posn_from_coords when header line is present. | Eli Zaretskii | 2011-10-08 | 2 | -0/+9 |
| * | | | * process.c (Fsignal_process): Simplify by avoiding a goto. | Paul Eggert | 2011-10-10 | 2 | -33/+33 |
| * | | | * charset.c (encode_char): Remove unnecessary difference from trunk. | Paul Eggert | 2011-10-09 | 1 | -2/+3 |
| * | | | Tidy up ChangeLog a bit. | Paul Eggert | 2011-10-07 | 1 | -5/+5 |
| * | | | * bytecode.c (exec_byte_code): Do not unnecessarily grow ptrdiff_t to EMACS_INT. | Paul Eggert | 2011-10-07 | 1 | -3/+3 |
| * | | | Merge from trunk. | Paul Eggert | 2011-10-07 | 3 | -17/+25 |
| |\ \ \
| |/ / |
|
| | * | | * alloc.c: Add comment. | Paul Eggert | 2011-10-07 | 1 | -0/+5 |
| | * | | * src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't | Stefan Monnier | 2011-10-07 | 2 | -17/+20 |
| * | | | Merge from trunk. | Paul Eggert | 2011-10-07 | 1 | -7/+14 |
| |\ \ \
| |/ / |
|
| | * | | Fix alignment-related core dump during GC. | Paul Eggert | 2011-10-07 | 2 | -20/+29 |
| * | | | Merge from trunk. | Paul Eggert | 2011-10-06 | 2 | -11/+20 |
| |\ \ \
| |/ / |
|
| | * | | * src/keyboard.c (read_key_sequence_remapped): New var. | Stefan Monnier | 2011-10-03 | 2 | -7/+19 |
| * | | | * alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed. | Paul Eggert | 2011-10-06 | 2 | -13/+22 |
| * | | | [ChangeLog] | Paul Eggert | 2011-10-06 | 2 | -9/+6 |
| * | | | * floatfns.c (Fexpt): Avoid unnecessary multiplications. | Paul Eggert | 2011-10-06 | 1 | -18/+5 |
| * | | | Merge from trunk. | Paul Eggert | 2011-10-01 | 4 | -12/+29 |
| |\ \ \
| |/ / |
|
| | * | | * lisp/pcomplete.el: Require comint. | Stefan Monnier | 2011-10-02 | 2 | -6/+11 |
| | * | | * src/minibuf.c (Finternal_complete_buffer): Only show internal buffers if | Stefan Monnier | 2011-10-01 | 2 | -2/+7 |
| | * | | Merge changes from emacs-23 | Chong Yidong | 2011-10-01 | 2 | -3/+10 |
| | |\ \
| | |/ |
|
| | | * | * src/keymap.c (Fsingle_key_description): Use make_specified_string | Andreas Schwab | 2011-09-19 | 2 | -3/+10 |
| * | | | * bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int. | Paul Eggert | 2011-09-30 | 2 | -9/+12 |
| * | | | * buffer.c (Fmove_overlay): Delete an evaporating overlay | Paul Eggert | 2011-09-30 | 2 | -19/+20 |
| * | | | 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 |