| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Undo faccessat change. | Paul Eggert | 2012-10-19 | 1 | -29/+0 |
| | * | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-10-19 | 1 | -0/+29 |
| * | | Make face-font-rescale-alist work correctly for non-ASCII fonts. | Kenichi Handa | 2012-10-24 | 1 | -0/+8 |
| |/ |
|
| * | src/ChangeLog: Fix changers name. | Kenichi Handa | 2012-10-19 | 1 | -1/+1 |
| * | font.c (Ffont_at): Fix previous change. | Kenichi Handa | 2012-10-19 | 1 | -0/+4 |
| * | Increase the value of BASE_PURESIZE to avoid pure space overflow. | Eli Zaretskii | 2012-10-19 | 1 | -0/+4 |
| * | Decrease NSTATICS to 0x800. | Eli Zaretskii | 2012-10-19 | 1 | -0/+4 |
| * | * src/fns.c (Fnreverse): Include the problem element when signalling an error. | Stefan Monnier | 2012-10-18 | 1 | -0/+5 |
| * | * nsterm.m (ns_select): Check writefds before call to | Jan Djärv | 2012-10-18 | 1 | -0/+5 |
| * | Increase NSTATICS; tell the user when we run out of static slots. | Daniel Colascione | 2012-10-18 | 1 | -0/+6 |
| * | In window.c fix two flaws reported by Dmitry Antipov. | Martin Rudalics | 2012-10-18 | 1 | -5/+12 |
| * | Fix warnings when compiling on MS-Windows with -std=gnu99. | Eli Zaretskii | 2012-10-17 | 1 | -0/+34 |
| * | Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type. | Eli Zaretskii | 2012-10-17 | 1 | -0/+9 |
| * | merge trunk | Kenichi Handa | 2012-10-17 | 1 | -20/+71 |
| |\ |
|
| | * | Fix ChangeLog typos. | Juanma Barranquero | 2012-10-17 | 1 | -13/+13 |
| | * | * buffer.c (Fkill_buffer): When unchaining the marker, | Dmitry Antipov | 2012-10-17 | 1 | -0/+5 |
| | * | Do not verify indirection counters of killed buffers (Bug#12579). | Dmitry Antipov | 2012-10-17 | 1 | -0/+6 |
| | * | * alloc.c (Fmake_byte_code): Fix typo in comment. | Dmitry Antipov | 2012-10-16 | 1 | -0/+7 |
| | * | * editfns.c (get_system_name): Remove. | Dmitry Antipov | 2012-10-16 | 1 | -0/+7 |
| | * | * lisp/erc/erc.el (erc-log): Make it into a defsubst. | Stefan Monnier | 2012-10-15 | 1 | -8/+7 |
| | * | Add comment for undef of "interface" | Daniel Colascione | 2012-10-15 | 1 | -0/+4 |
| | * | Fix Fwindow_end's handling of cached position (Bug#12600). | Martin Rudalics | 2012-10-15 | 1 | -0/+7 |
| | * | Fix cygw32 build break with dbus compilation | Daniel Colascione | 2012-10-14 | 1 | -0/+6 |
| | * | * image.c (init_tiff_functions, init_imagemagick_functions) | Daniel Colascione | 2012-10-14 | 1 | -0/+6 |
| | * | * nsterm.m (ns_select): Count fd:s in writefs also. | Jan Djärv | 2012-10-14 | 1 | -0/+4 |
| * | | xdisp.c (reseat_1): Make the information stored in it->cmp_it invalidate. | Kenichi Handa | 2012-10-17 | 1 | -0/+5 |
| |/ |
|
| * | ChangeLog fix | Glenn Morris | 2012-10-13 | 1 | -1/+0 |
| * | * gtkutil.c (xg_set_widget_bg): Divide by 65535. | Jan Djärv | 2012-10-13 | 1 | -0/+5 |
| * | merge trunk | Kenichi Handa | 2012-10-13 | 1 | -0/+17 |
| |\ |
|
| | * | * fileio.c: Formatting fixes. | Andreas Schwab | 2012-10-13 | 1 | -0/+4 |
| | * | Fix some stat-related races. | Paul Eggert | 2012-10-12 | 1 | -0/+13 |
| * | | coding.c (detect_coding): Set coding->id before calling this->detector. | Kenichi Handa | 2012-10-13 | 1 | -0/+5 |
| |/ |
|
| * | * src/doc.c (get_doc_string): Don't signal an error if the file is missing. | Stefan Monnier | 2012-10-12 | 1 | -0/+4 |
| * | * nsterm.m (hold_event_q): New static variable. | Jan Djärv | 2012-10-12 | 1 | -0/+11 |
| * | src/makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies. | Juanma Barranquero | 2012-10-12 | 1 | -0/+4 |
| * | Update dependencies in src/makefile.w32-in. | Eli Zaretskii | 2012-10-12 | 1 | -0/+2 |
| * | Fix bug #12587 with slow startup on MS-Windows with Netlogon service. | Eli Zaretskii | 2012-10-12 | 1 | -0/+16 |
| * | * nsfont.m (nsfont_open): Remove font cache, it is not GC correct. | Jan Djärv | 2012-10-12 | 1 | -0/+4 |
| * | * src/buffer.c (Fset_buffer): Doc fix. (Bug#12624) | Glenn Morris | 2012-10-11 | 1 | -0/+4 |
| * | * src/buffer.c (Fkill_buffer): Null out the overlay list(s) as well. | Stefan Monnier | 2012-10-11 | 1 | -0/+2 |
| * | Fix spurious "cl--defsubst-expand might not be defined at runtime" | Stefan Monnier | 2012-10-11 | 1 | -0/+4 |
| * | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -0/+23 |
| * | * editfns.c (save_excursion_save): Use nil if mark points to nowhere. | Dmitry Antipov | 2012-10-11 | 1 | -0/+5 |
| * | * marker.c (cached_modiff): EMACS_INT, not int. | Paul Eggert | 2012-10-10 | 1 | -0/+2 |
| * | * w32select.c (waiting_for_input): Declare by including "keyboard.h" | Paul Eggert | 2012-10-10 | 1 | -0/+2 |
| * | * nsmenu.m (waiting_for_input): Remove wrong decl. | Paul Eggert | 2012-10-10 | 1 | -0/+4 |
| * | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -0/+48 |
| * | * regex.c (immediate_quit) [emacs]: Remove duplicate decl. | Paul Eggert | 2012-10-10 | 1 | -0/+4 |
| * | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-10-10 | 1 | -0/+5 |
| * | * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR. | Dmitry Antipov | 2012-10-10 | 1 | -0/+6 |