| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Clean out old termopts cruft. | Paul Eggert | 2012-10-10 | 1 | -0/+7 |
| * | * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers. | Dmitry Antipov | 2012-10-10 | 1 | -0/+4 |
| * | * commands.h (immediate_quit): Remove duplicate decl. | Paul Eggert | 2012-10-09 | 1 | -0/+4 |
| * | Remove caching in nsfont.m, the general code does it (I misunderstood). | Jan Djärv | 2012-10-09 | 1 | -0/+7 |
| * | Fix return type of w32_last_error. | Eli Zaretskii | 2012-10-09 | 1 | -0/+4 |
| * | Avoid shadowing a global variable by a local one in frame.c. | Eli Zaretskii | 2012-10-09 | 1 | -0/+5 |
| * | ChangeLog fixes | Glenn Morris | 2012-10-08 | 1 | -12/+12 |
| * | Fix wording in src/ChangeLog entries from last commits. | Eli Zaretskii | 2012-10-08 | 1 | -3/+3 |
| * | * xdisp.c (start_hourglass): Call w32_note_current_window when | Daniel Colascione | 2012-10-08 | 1 | -0/+6 |
| * | Merge into trunk | Daniel Colascione | 2012-10-08 | 1 | -1/+6 |
| |\ |
|
| | * | * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS, | Daniel Colascione | 2012-10-08 | 1 | -0/+7 |
| * | | Fix wide-int related error and cache error in NS font handling. | Jan Djärv | 2012-10-08 | 1 | -0/+7 |
| |/ |
|
| * | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-10-08 | 1 | -0/+3 |
| * | nt/config.nt: Sync with autogen/config.in. | Juanma Barranquero | 2012-10-08 | 1 | -0/+3 |
| * | src/w32term.c: Remove leftover declaration of keyboard_codepage. | Juanma Barranquero | 2012-10-08 | 1 | -0/+4 |
| * | Fix w32 dependencies due to introduction of w32common.h. | Eli Zaretskii | 2012-10-08 | 1 | -0/+7 |
| * | Code cleanup for cygw32 | Daniel Colascione | 2012-10-08 | 1 | -0/+53 |
| * | Update w32 dependencies in the wake of cygw32 changes. | Eli Zaretskii | 2012-10-08 | 1 | -0/+5 |
| * | Avoid compiler warnings on w32, caused by cygw32 changes. | Eli Zaretskii | 2012-10-08 | 1 | -0/+6 |
| * | Improve fix for jpeglib build break | Daniel Colascione | 2012-10-08 | 1 | -0/+5 |
| * | Commit ChangeLog for last change. | Eli Zaretskii | 2012-10-08 | 1 | -0/+2 |
| * | Fix conditional macros in emacs.c, introduced by cygw32 addition. | Eli Zaretskii | 2012-10-08 | 1 | -0/+5 |
| * | Changelog entries for cygw32 | Daniel Colascione | 2012-10-07 | 1 | -0/+138 |
| * | Don't abort when ralloc.c:relinquish cannot return a heap to the system. | Eli Zaretskii | 2012-10-07 | 1 | -0/+6 |
| * | Reformat last entries to fit 80 columns. | Jan Djärv | 2012-10-07 | 1 | -7/+9 |
| * | * nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506). | Jan Djärv | 2012-10-07 | 1 | -1/+2 |
| * | Check for OSX >= 10.4 to match what the maunal says and what we actually supp... | Jan Djärv | 2012-10-07 | 1 | -0/+18 |
| * | * nsfns.m (ns_in_resize): Remove. | Jan Djärv | 2012-10-07 | 1 | -0/+12 |
| * | Improve sys_siglist detection. | Paul Eggert | 2012-10-06 | 1 | -0/+10 |
| * | Handle fullscreen parameter in initial/defult-frame-alist for NS. | Jan Djärv | 2012-10-06 | 1 | -0/+21 |
| * | * keyboard.c (read_char): Remove unnecessary 'volatile's and label. | Paul Eggert | 2012-10-05 | 1 | -0/+4 |
| * | Fix a typo in a w32proc.c declaration. | Eli Zaretskii | 2012-10-05 | 1 | -0/+2 |
| * | Support setting file times of directories on MS-Windows. | Eli Zaretskii | 2012-10-05 | 1 | -0/+10 |
| * | Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-10-05 | 1 | -0/+4 |
| |\ |
|
| | * | * src/minibuf.c (Fcompleting_read): Doc fix (tiny change) | Ikumi Keita | 2012-10-04 | 1 | -0/+4 |
| * | | Fix test for invalid handle in w32.c's 'utime'. | Eli Zaretskii | 2012-10-04 | 1 | -0/+5 |