| Commit message (Expand) | Author | Age | Files | Lines |
| * | * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". | Michael Albinus | 2010-09-27 | 1 | -1/+1 |
| * | * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". | Michael Albinus | 2010-09-27 | 2 | -2/+4 |
| * | * dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS. | Michael Albinus | 2010-09-27 | 2 | -0/+7 |
| * | * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds. | Jan D | 2010-09-26 | 2 | -0/+11 |
| * | * src/syntax.c (back_comment): Detect the case where a 1-char comment | Stefan Monnier | 2010-09-21 | 2 | -4/+12 |
| * | Make sure detached tool bar menu isn't blank. | Jan D | 2010-09-17 | 2 | -0/+6 |
| * | Fix bug 7013, only do send event if wanted state != current state. | Jan D | 2010-09-12 | 2 | -60/+104 |
| * | Update name of <emacs-bugs-7626@cbane.org> | Stefan Monnier | 2010-09-12 | 1 | -1/+1 |
| * | * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). | Anonymous | 2010-09-11 | 2 | -11/+14 |
| * | coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de... | Kenichi Handa | 2010-09-08 | 2 | -1/+9 |
| * | coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ... | Kenichi Handa | 2010-09-07 | 2 | -1/+6 |
| * | Fix handling of 8-bit characters in a display table. | Kenichi Handa | 2010-08-31 | 4 | -251/+160 |
| * | term.c (encode_terminal_code): Encode byte chars to the correspnding bytes. | Kenichi Handa | 2010-08-29 | 2 | -1/+11 |
| * | * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP | Andreas Schwab | 2010-08-17 | 2 | -9/+10 |
| * | Avoid stack overflow in let, eval, and apply (Bug#6214). | Chong Yidong | 2010-08-17 | 2 | -9/+27 |
| * | * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S. | Jan D | 2010-08-14 | 2 | -13/+20 |
| * | * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test. | Jan D | 2010-08-13 | 2 | -0/+6 |
| * | * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New | Peter O'Gorman | 2010-08-09 | 2 | -5/+9 |
| * | Improve the encoding by compound-text-with-extensions. | Kenichi Handa | 2010-08-06 | 3 | -12/+87 |
| * | * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring. | Juanma Barranquero | 2010-08-01 | 3 | -7/+12 |
| * | fns.c: Doc fixes. | Juanma Barranquero | 2010-07-30 | 2 | -12/+17 |
| * | Document arguments passed to `read-buffer-function' (bug#5625). | Juanma Barranquero | 2010-07-28 | 2 | -1/+7 |
| * | * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS defini... | Ken Brown | 2010-07-27 | 2 | -2/+6 |
| * | * minibuf.c (Fread_buffer): Doc fix (bug#6528). | Christoph Scholtes | 2010-07-26 | 2 | -1/+5 |
| * | * window.c (Fwindow_height): Doc fix (bug#6518). | Christoph Scholtes | 2010-07-23 | 2 | -1/+8 |
| * | * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix. | Juanma Barranquero | 2010-07-21 | 2 | -4/+8 |
| * | * gtkutil.c (xg_event_is_for_menubar): Also check that event window | Jan D | 2010-07-17 | 2 | -3/+25 |
| * | Fix menus as per bug 6499 and 6608. | Jan D | 2010-07-14 | 7 | -25/+60 |
| * | Fix bug #6609. | Eli Zaretskii | 2010-07-14 | 2 | -1/+9 |
| * | * xfaces.c (realize_face): Garbage the frame if a face is removed | Chong Yidong | 2010-07-10 | 2 | -0/+6 |
| * | Remove obsolete volatile | Andreas Schwab | 2010-07-05 | 2 | -25/+29 |
| * | Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325). | YAMAMOTO Mitsuharu | 2010-07-05 | 6 | -107/+244 |
| * | src/w32fns.c (Qtooltip): Declare. | Juanma Barranquero | 2010-07-04 | 2 | -1/+10 |
| * | Fix hang for mouse press on menubar but not on an item (Bug#6499). | Jan D | 2010-07-03 | 2 | -0/+13 |
| * | Fix faulty `if' statement in delete_frame. | Chong Yidong | 2010-07-02 | 4 | -10/+25 |
| * | Check FC_DUAL too. For such fonts, check width one by one (Bug#4129). | Naohiro Aota | 2010-06-30 | 3 | -2/+9 |
| * | * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517). | Andreas Schwab | 2010-06-26 | 2 | -1/+6 |
| * | Fix after-string and image interaction bug (Bug#1336). | Chong Yidong | 2010-06-24 | 2 | -0/+6 |
| * | * lread.c (read1): Signal error if #s is not followed by paren. | Andreas Schwab | 2010-06-23 | 2 | -10/+16 |
| * | * image.c (free_image): Mark frame as garbaged (Bug#6426). | Chong Yidong | 2010-06-19 | 2 | -0/+6 |
| * | * keymap.c (Fdefine_key): Doc fix (Bug#6460). | Chong Yidong | 2010-06-19 | 2 | -4/+10 |
| * | Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler. | Glenn Morris | 2010-06-14 | 2 | -4/+10 |
| * | * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string. | Stefan Monnier | 2010-06-09 | 3 | -32/+53 |
| * | * minibuf.c (Fall_completions): Add more checks. | Andreas Schwab | 2010-06-08 | 1 | -3/+4 |
| * | * minibuf.c (Fall_completions): Add more checks. | Andreas Schwab | 2010-06-08 | 2 | -2/+8 |
| * | * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378). | Juanma Barranquero | 2010-06-08 | 2 | -1/+5 |
| * | Add bug number | Andreas Schwab | 2010-06-04 | 1 | -1/+1 |
| * | * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 | Andreas Schwab | 2010-06-04 | 2 | -1/+8 |
| * | Fix typos. | Juanma Barranquero | 2010-06-03 | 8 | -68/+72 |
| * | * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread | Stefan Monnier | 2010-05-31 | 2 | -14/+27 |