| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | * syntax.c: Integer cleanups. | Paul Eggert | 2013-06-20 | 1 | -0/+34 |
| * | | Yet another attempt at fixing bugs #14602, 14630, 14669. | Eli Zaretskii | 2013-06-20 | 1 | -0/+13 |
| * | | * alloc.c (die): Move "assertion failed" string here ... | Paul Eggert | 2013-06-20 | 1 | -0/+6 |
| * | | Add log2 support and make log10 obsolete for consistency. | Paul Eggert | 2013-06-20 | 1 | -0/+9 |
| * | | Fix typos in ChangeLogs. | Juanma Barranquero | 2013-06-19 | 1 | -1/+1 |
| * | | src/sound.c: Silence some warnings. | Juanma Barranquero | 2013-06-19 | 1 | -0/+5 |
| * | | * sound.c: Integer cleanups. | Paul Eggert | 2013-06-19 | 1 | -0/+11 |
| * | | * syntax.c (skip_chars): Don't use uninitialized storage | Paul Eggert | 2013-06-18 | 1 | -0/+6 |
| * | | * process.c: Include xgselect.h if HAVE_GLIB. Include glib.h | Jan Djärv | 2013-06-18 | 1 | -0/+5 |
| * | | * conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc. | Paul Eggert | 2013-06-18 | 1 | -0/+4 |
| * | | src/ChangeLog: Add bug ID to the previous change. | Kenichi Handa | 2013-06-18 | 1 | -1/+2 |
| * | | merge emacs | Kenichi Handa | 2013-06-18 | 1 | -22924/+45 |
| |\ \ |
|
| | * | | lisp/ChangeLog, src/ChangeLog: Rotate changelogs. | Juanma Barranquero | 2013-06-18 | 1 | -22924/+1 |
| | * | | Porting fixes for merged specpdl and backtrace stacks. | Paul Eggert | 2013-06-18 | 1 | -0/+21 |
| | * | | * frame.c (x_report_frame_params): Cast parent_desc to uintptr_t. | Paul Eggert | 2013-06-17 | 1 | -0/+3 |
| | * | | * nsfont.m (ns_registry_to_script): Parenthesize while expression. | Paul Eggert | 2013-06-17 | 1 | -0/+4 |
| | * | | src/ChangeLog: Rearrange the last 2 entries in correct order. | Eli Zaretskii | 2013-06-17 | 1 | -6/+6 |
| | * | | Possible fix for bug #14630, which continues bug #14062. | Eli Zaretskii | 2013-06-17 | 1 | -0/+6 |
| | * | | Implement new function `add-face-text-property' | Lars Magne Ingebrigtsen | 2013-06-17 | 1 | -0/+10 |
| * | | | font.c (Ffont_spec): Signal an error for an invalid font name. | Kenichi Handa | 2013-06-18 | 1 | -0/+4 |
| |/ / |
|
| * | | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -0/+161 |
| * | | Fix bug #14567 with jumpy scrolling of tall images. | Eli Zaretskii | 2013-06-15 | 1 | -0/+5 |
| * | | * fns.c (Fcopy_sequence): Simplify XTYPE calculation. | Paul Eggert | 2013-06-15 | 1 | -0/+4 |
| * | | * lisp/subr.el (with-eval-after-load): New macro. | Stefan Monnier | 2013-06-13 | 1 | -0/+5 |
| * | | * src/fileio.c (Fdo_auto_save): Trap errors in auto-save-hook (tiny change) | Kelly Dean | 2013-06-12 | 1 | -0/+4 |
| * | | * src/fileio.c (expand_file_name): Doc fix. | Xue Fuqiao | 2013-06-12 | 1 | -0/+4 |
| * | | Tickle glib by waiting for Emacs itself, not for process 0. | Paul Eggert | 2013-06-11 | 1 | -0/+5 |
| * | | * keyboard.c: Don't use PROP (...) as an lvalue. | Paul Eggert | 2013-06-10 | 1 | -0/+6 |
| * | | Fix ChangeLog typos and whitespace. | Juanma Barranquero | 2013-06-10 | 1 | -12/+11 |
| * | | Minor cleanup in last commit in get_it_property. | Eli Zaretskii | 2013-06-10 | 1 | -0/+5 |
| * | | Fix current-bidi-paragraph-direction wrt window pointer. | Eli Zaretskii | 2013-06-09 | 1 | -0/+5 |
| * | | Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix. | Eli Zaretskii | 2013-06-09 | 1 | -0/+6 |
| * | | Fix bug #14575 with window-specific overlays with display props. | Eli Zaretskii | 2013-06-08 | 1 | -0/+20 |
| * | | Fix compilation issues for GNUStep and GLIB conflicts. | Jan Djärv | 2013-06-08 | 1 | -0/+5 |
| * | | * xgselect.c (xg_select): Remove call to window_system_available | Jan Djärv | 2013-06-08 | 1 | -0/+6 |
| * | | Fix "make TAGS" on MS-Windows. | Eli Zaretskii | 2013-06-07 | 1 | -0/+8 |
| * | | Fix bug #14513 with --enable-locallisppath not working on MS-Windows. | Richard Copley | 2013-06-07 | 1 | -0/+4 |
| * | | Fix typos. | Juanma Barranquero | 2013-06-07 | 1 | -12/+12 |
| * | | Improve the fix for bug #14558. | Eli Zaretskii | 2013-06-06 | 1 | -0/+6 |
| * | | A few porting etc. fixes for the new file monitor code. | Paul Eggert | 2013-06-06 | 1 | -0/+20 |
| * | | Fix bug #14558 with turning off mouse-highlight during highlight. | Eli Zaretskii | 2013-06-05 | 1 | -0/+12 |
| * | | * lisp/simple.el: Move all the prog-mode code to prog-mode.el. | Stefan Monnier | 2013-06-05 | 1 | -0/+4 |
| * | | Chain glib's SIGCHLD handler from Emacs's (Bug#14474). | Paul Eggert | 2013-06-05 | 1 | -0/+14 |
| * | | * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify. | Michael Albinus | 2013-06-05 | 1 | -0/+9 |
| * | | * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings): | Stefan Monnier | 2013-06-04 | 1 | -0/+7 |
| * | | Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p. | Eli Zaretskii | 2013-06-04 | 1 | -0/+4 |
| * | | Fix crashes in a text-mode session on Windows. | Eli Zaretskii | 2013-06-03 | 1 | -0/+11 |
| * | | * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS. | Eli Zaretskii | 2013-06-03 | 1 | -0/+11 |
| * | | Add HAVE_GLIB check instead of checking individual libraries that use GLib. | Jan Djärv | 2013-06-03 | 1 | -0/+8 |
| * | | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -0/+22 |