| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | src/window.c: Fix typos in docstrings. | Juanma Barranquero | 2011-10-27 | 1 | -0/+7 |
| * | | More gnutls memory fixes. | Chong Yidong | 2011-10-27 | 1 | -0/+11 |
| * | | Fix a memory leak in the built-in GnuTLS support. | Chong Yidong | 2011-10-27 | 1 | -0/+9 |
| * | | src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall. | Juanma Barranquero | 2011-10-27 | 1 | -0/+7 |
| * | | Fix typos. | Juanma Barranquero | 2011-10-26 | 1 | -1/+1 |
| * | | * lisp/term/w32-win.el (w32-default-color-map): Declare obsolete. | Juanma Barranquero | 2011-10-26 | 1 | -0/+6 |
| * | | * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2). | Paul Eggert | 2011-10-25 | 1 | -0/+4 |
| * | | Make function-key-map apply when key is bound to `undefined'. | Stefan Monnier | 2011-10-25 | 1 | -0/+5 |
| * | | * sysdep.c (init_sys_modes): Fix the check for the controlling terminal. | Enami Tsugutomo | 2011-10-25 | 1 | -0/+5 |
| * | | Improve the speedup of bidi display introduced in 2011-10-18T16:56:09Z!eliz@g... | Eli Zaretskii | 2011-10-20 | 1 | -0/+13 |
| * | | Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794) | Paul Eggert | 2011-10-19 | 1 | -0/+21 |
| * | | Followup to 2011-10-19T09:48:35Z!eliz@gnu.org. | Eli Zaretskii | 2011-10-19 | 1 | -0/+4 |
| * | | Fix part 2 of bug #9771 with lines that start with a display vector. | Eli Zaretskii | 2011-10-19 | 1 | -0/+6 |
| * | | Have nobreak-char-display handle U+2010 and U+2011. | Chong Yidong | 2011-10-18 | 1 | -0/+5 |
| * | | Fix bug #9771 with slow redisplay in long lines full of control characters. | Eli Zaretskii | 2011-10-18 | 1 | -0/+19 |
| * | | Fix part 1 of bug #9771 with assertion violation in move_it_by_lines. | Eli Zaretskii | 2011-10-17 | 1 | -0/+3 |
| * | | Fix part 4 of bug#9771 with assertion violation when wrap-prefix is used | Eli Zaretskii | 2011-10-17 | 1 | -0/+6 |
| * | | Rewrite and delabelize vertical border check. (Bug#5357) (Bug#9618) | Martin Rudalics | 2011-10-15 | 1 | -0/+5 |
| * | | * src/xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained | Stefan Monnier | 2011-10-14 | 1 | -20/+16 |
| * | | Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun. | Dmitry Antipov | 2011-10-13 | 1 | -0/+5 |
| * | | Fix the change with paragraph_dir initialization. | Eli Zaretskii | 2011-10-13 | 1 | -0/+9 |
| * | | Fix bugs #9738 & 9739 with a display string that ends in 2 newlines. | Eli Zaretskii | 2011-10-12 | 1 | -0/+6 |
| * | | * doc.c (get_doc_string): Encode file name. | Stefan Monnier | 2011-10-12 | 1 | -0/+4 |
| * | | Remove incorrect comments about U+2028 LS character. | Eli Zaretskii | 2011-10-12 | 1 | -0/+4 |
| * | | src/bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR. | Eli Zaretskii | 2011-10-12 | 1 | -0/+4 |
| * | | * alloc.c (Fgc_status): Do not access beyond zombies array | Dmitry Antipov | 2011-10-11 | 1 | -0/+6 |
| * | | * xdisp.c (set_cursor_from_row): Simplify conditionals, | Paul Eggert | 2011-10-11 | 1 | -0/+3 |
| * | | * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff. | Paul Eggert | 2011-10-11 | 1 | -0/+5 |
| * | | * src/lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR) | Andreas Schwab | 2011-10-11 | 1 | -0/+6 |
| * | | * minibuf.c (Finternal_complete_buffer): Fix last change. | Stefan Monnier | 2011-10-11 | 1 | -0/+4 |
| * | | Small callint.c fix. | Glenn Morris | 2011-10-08 | 1 | -0/+5 |
| * | | Fix cursor positioning in hscrolled lines with R2L characters. | Eli Zaretskii | 2011-10-08 | 1 | -0/+2 |
| * | | src/xdisp.c (hscroll_window_tree): Support hscroll in right-to-left lines. | Eli Zaretskii | 2011-10-08 | 1 | -0/+3 |
| * | | Fix bug #4426 with buffer_posn_from_coords when header line is present. | Eli Zaretskii | 2011-10-08 | 1 | -0/+5 |
| * | | * src/buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't | Stefan Monnier | 2011-10-07 | 1 | -14/+19 |
| * | | Fix alignment-related core dump during GC. | Paul Eggert | 2011-10-07 | 1 | -0/+12 |
| * | | * src/keyboard.c (read_key_sequence_remapped): New var. | Stefan Monnier | 2011-10-03 | 1 | -0/+6 |
| * | | * lisp/pcomplete.el: Require comint. | Stefan Monnier | 2011-10-02 | 1 | -5/+9 |
| * | | * src/minibuf.c (Finternal_complete_buffer): Only show internal buffers if | Stefan Monnier | 2011-10-01 | 1 | -0/+5 |
| * | | Merge changes from emacs-23 | Chong Yidong | 2011-10-01 | 1 | -0/+6 |
| |\ \
| |/ |
|
| | * | * src/keymap.c (Fsingle_key_description): Use make_specified_string | Andreas Schwab | 2011-09-19 | 1 | -0/+6 |
| * | | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | Paul Eggert | 2011-09-30 | 1 | -0/+8 |
| * | | Remove dependency on glibc malloc internals. | Paul Eggert | 2011-09-30 | 1 | -0/+16 |
| * | | * nsterm.m (windowDidResize): Call x_set_window_size only when | Jan Djärv | 2011-09-30 | 1 | -0/+6 |
| * | | 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 | 1 | -0/+4 |
| * | | Port --enable-checking=all to Fedora 14 x86. | Paul Eggert | 2011-09-29 | 1 | -0/+20 |
| * | | Fix the MSDOS build. | Eli Zaretskii | 2011-09-29 | 1 | -0/+5 |
| * | | Fix bug #9624 with crashes in Muse mode. | Eli Zaretskii | 2011-09-28 | 1 | -0/+9 |
| * | | Fix typos. | Juanma Barranquero | 2011-09-28 | 1 | -0/+4 |