| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | | | Fix some stat-related races. | Paul Eggert | 2012-10-12 | 4 | -63/+27 |
| | * | | | | coding.c (detect_coding): Set coding->id before calling this->detector. | Kenichi Handa | 2012-10-13 | 2 | -0/+8 |
| | |/ / / |
|
| | * | | | * src/doc.c (get_doc_string): Don't signal an error if the file is missing. | Stefan Monnier | 2012-10-12 | 5 | -18/+20 |
| | * | | | * lisp/emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo. | Stefan Monnier | 2012-10-12 | 2 | -4/+8 |
| | * | | | * lisp/ldefs-boot.el: Update to reflect earlier fix in autoload.el | Stefan Monnier | 2012-10-12 | 1 | -966/+980 |
| | * | | | * nsterm.m (hold_event_q): New static variable. | Jan Djärv | 2012-10-12 | 2 | -2/+48 |
| | * | | | src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies. | Juanma Barranquero | 2012-10-12 | 2 | -1/+6 |
| | * | | | Fix typo in last change. | Eli Zaretskii | 2012-10-12 | 1 | -1/+1 |
| | * | | | Update dependencies in src/makefile.w32-in. | Eli Zaretskii | 2012-10-12 | 2 | -0/+3 |
| | * | | | Fix bug #12587 with slow startup on MS-Windows with Netlogon service. | Eli Zaretskii | 2012-10-12 | 5 | -12/+45 |
| | * | | | Add comments about how non-GUI input works on MS-Windows. | Eli Zaretskii | 2012-10-12 | 2 | -1/+35 |
| | * | | | Auto-commit of loaddefs files. | Glenn Morris | 2012-10-12 | 1 | -1/+1 |
| | * | | | * nsfont.m (nsfont_open): Remove font cache, it is not GC correct. | Jan Djärv | 2012-10-12 | 2 | -32/+6 |
| | * | | | * src/buffer.c (Fset_buffer): Doc fix. (Bug#12624) | Glenn Morris | 2012-10-11 | 2 | -1/+5 |
| | * | | | rmail-header-summary fix for bug#12625 | Glenn Morris | 2012-10-11 | 2 | -1/+6 |
| | * | | | * progmodes/python.el (python-mode-map): Replace | Fabián Ezequiel Gallina | 2012-10-11 | 2 | -10/+10 |
| | * | | | * lisp/emacs-lisp/cl-lib.el (cl--defsubst-expand): Undo last change. | Stefan Monnier | 2012-10-11 | 3 | -5/+4 |
| | * | | | * src/buffer.c (Fkill_buffer): Null out the overlay list(s) as well. | Stefan Monnier | 2012-10-11 | 2 | -11/+22 |
| | * | | | * lisp/help-fns.el (describe-function-1): Handle autoloads w/o docstrings. | Stefan Monnier | 2012-10-11 | 4 | -4/+8 |
| | * | | | Fix spurious "cl--defsubst-expand might not be defined at runtime" | Stefan Monnier | 2012-10-11 | 4 | -8/+15 |
| | * | | | * lisp/international/mule-cmds.el (read-char-by-name): Move let-binding of | Stefan Monnier | 2012-10-11 | 2 | -9/+15 |
| | * | | | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 11 | -148/+161 |
| | * | | | * editfns.c (save_excursion_save): Use nil if mark points to nowhere. | Dmitry Antipov | 2012-10-11 | 2 | -4/+18 |
| * | | | | Add more mappings for the charset japanese-jisx0208-1978. | Kenichi Handa | 2012-10-14 | 4 | -4/+27 |
| |/ / / |
|
| * | | | merge trunk | Kenichi Handa | 2012-10-11 | 131 | -1851/+3596 |
| |\ \ \ |
|
| | * | | | * marker.c (cached_modiff): EMACS_INT, not int. | Paul Eggert | 2012-10-10 | 2 | -1/+3 |
| | * | | | * w32select.c (waiting_for_input): Declare by including "keyboard.h" | Paul Eggert | 2012-10-10 | 2 | -1/+3 |
| | * | | | * nsmenu.m (waiting_for_input): Remove wrong decl. | Paul Eggert | 2012-10-10 | 2 | -1/+4 |
| | * | | | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 12 | -305/+319 |
| | * | | | * regex.c (immediate_quit) [emacs]: Remove duplicate decl. | Paul Eggert | 2012-10-10 | 2 | -1/+4 |
| | * | | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-10-10 | 2 | -3/+5 |
| | * | | | * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR. | Dmitry Antipov | 2012-10-10 | 3 | -8/+10 |
| | * | | | Clean out old termopts cruft. | Paul Eggert | 2012-10-10 | 8 | -16/+10 |
| | * | | | merge trunk | Kenichi Handa | 2012-10-10 | 2 | -9/+8 |
| | |\ \ \ |
|
| | | * | | | * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers. | Dmitry Antipov | 2012-10-10 | 2 | -9/+8 |
| | * | | | | select.el (xselect--encode-string): If a coding is specified for selection, a... | Kenichi Handa | 2012-10-10 | 2 | -1/+16 |
| | |/ / / |
|
| | * | | | In switch-to-buffer optionally restore window point (Bug#4041). | Martin Rudalics | 2012-10-10 | 2 | -1/+43 |
| | * | | | * commands.h (immediate_quit): Remove duplicate decl. | Paul Eggert | 2012-10-09 | 2 | -3/+4 |
| | * | | | * doc/emacs/basic.texi (Arguments): Fix typos. | Dani Moncayo | 2012-10-10 | 3 | -10/+15 |
| | * | | | Remove caching in nsfont.m, the general code does it (I misunderstood). | Jan Djärv | 2012-10-09 | 2 | -6/+7 |
| | * | | | Fix return type of w32_last_error. | Eli Zaretskii | 2012-10-09 | 2 | -2/+8 |
| | * | | | Avoid shadowing a global variable by a local one in frame.c. | Eli Zaretskii | 2012-10-09 | 2 | -4/+9 |
| | * | | | * lisp/newcomment.el (comment-start-skip, comment-end-skip, comment-end): | Stefan Monnier | 2012-10-09 | 2 | -10/+15 |
| | * | | | Revert incorrect doc fix from 2012-10-09T07:06:54Z!rgm@gnu.org | Glenn Morris | 2012-10-09 | 2 | -3/+1 |
| | * | | | * trampver.texi: Update release number. | Michael Albinus | 2012-10-09 | 2 | -1/+5 |
| | * | | | * net/tramp.el (tramp-debug-message): Remove | Michael Albinus | 2012-10-09 | 7 | -113/+131 |
| | * | | | Auto-commit of generated files. | Glenn Morris | 2012-10-09 | 2 | -2/+2 |
| | * | | | Update some function declarations | Glenn Morris | 2012-10-09 | 3 | -2/+5 |
| | * | | | * lisp/newcomment.el (comment-normalize-vars): Doc fix (presumably). | Glenn Morris | 2012-10-09 | 2 | -1/+5 |
| | * | | | Make cusver handle options moved from C to lisp | Glenn Morris | 2012-10-09 | 2 | -7/+25 |