| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #13553 with usage of IS_DIRECTORY_SEP on MS-Windows under DBCS. | Eli Zaretskii | 2013-01-26 | 2 | -22/+158 |
* | Use file-name-coding-system when decoding symlinks on MS-Windows. | Eli Zaretskii | 2013-01-25 | 2 | -6/+7 |
* | Support MS-Windows file names encoded in multibyte encodings. | Eli Zaretskii | 2013-01-25 | 2 | -12/+33 |
* | Fix bug #13515 with processing DBCS file names on MS-Windows. | Eli Zaretskii | 2013-01-23 | 2 | -11/+104 |
* | Fix bug #13065 with file selector dialog on Windows 7. | Eli Zaretskii | 2013-01-22 | 2 | -1/+10 |
* | Fixes: debbugs:13505 | Andreas Schwab | 2013-01-20 | 2 | -14/+20 |
* | * src/fns.c (Frandom): Doc fix. | Glenn Morris | 2013-01-16 | 2 | -1/+8 |
* | Fix spelling error. | Jan Djärv | 2013-01-13 | 1 | -1/+1 |
* | * nsfont.m (LCD_SMOOTHING_MARGIN): New define. | Jan Djärv | 2013-01-13 | 2 | -3/+11 |
* | ChangeLog fix (no need to merge to trunk) | Glenn Morris | 2013-01-12 | 1 | -1/+1 |
* | * gtkutil.c (xg_initialize): Backport from trunk. | Jan Djärv | 2013-01-11 | 2 | -0/+7 |
* | Backport typo fix from trunk, for AIX. | Paul Eggert | 2013-01-10 | 2 | -1/+7 |
* | Fix SIGDANGER handlers, for AIX. | Paul Eggert | 2013-01-10 | 3 | -19/+25 |
* | Improve display of glyph matrix by dump-glyph-matrix. | Eli Zaretskii | 2013-01-05 | 2 | -22/+52 |
* | Don't use previous underline thickness or position if previous underline type... | YAMAMOTO Mitsuharu | 2013-01-04 | 4 | -2/+10 |
* | Make underwave look more triangular and also degrade gracefully for small fon... | YAMAMOTO Mitsuharu | 2013-01-04 | 4 | -10/+17 |
* | Add 2013 to more copyright years | Glenn Morris | 2013-01-02 | 1 | -2/+2 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 194 | -234/+265 |
* | * src/keymap.c (Fkey_description): Doc fix. | Glenn Morris | 2012-12-31 | 2 | -1/+5 |
* | Use URLs, not Boston addresses, in copyright notices. | Paul Eggert | 2012-12-31 | 6 | -42/+14 |
* | Properly configure GNUstep libraries | Andreas Schwab | 2012-12-29 | 2 | -5/+12 |
* | More improvements in 'struct glyph' comments. | Eli Zaretskii | 2012-12-29 | 1 | -3/+3 |
* | Fix bug #13277 with TTY cursor positioning in a line with overlay arrow. | Eli Zaretskii | 2012-12-27 | 3 | -5/+21 |
* | Document cygwin-convert-file-name-{to|from}-windows | Glenn Morris | 2012-12-26 | 2 | -8/+15 |
* | Fix bug #13262 with crashes in completion on MS-Windows with non-ASCII filena... | Eli Zaretskii | 2012-12-24 | 2 | -47/+124 |
* | Reword doc and doc-string of select-window (Bug#13248). | Martin Rudalics | 2012-12-22 | 2 | -3/+9 |
* | src/fileio.c (Finsert_file_contents): Doc fix. | Eli Zaretskii | 2012-12-21 | 2 | -1/+6 |
* | Possibly fix bug #13086 with losing track of subprocesses on MS-Windows. | Eli Zaretskii | 2012-12-21 | 2 | -4/+17 |
* | * buffer.c (Fset_buffer_major_mode): Doc fix. | Chong Yidong | 2012-12-21 | 2 | -1/+5 |
* | * fns.c (Fcompare_strings): Doc fix. | Chong Yidong | 2012-12-15 | 2 | -6/+16 |
* | search.c (search_buffer): Improve a comment. | Kenichi Handa | 2012-12-15 | 1 | -1/+3 |
* | search.c (search_buffer): Improve a comment. | Kenichi Handa | 2012-12-15 | 1 | -2/+3 |
* | Fix bug #12621 with crashes on MS-Windows in LookupAccountSid. | Eli Zaretskii | 2012-12-14 | 2 | -29/+19 |
* | Fix bug #13084 with crashes during search. | Eli Zaretskii | 2012-12-11 | 2 | -1/+21 |
* | * fileio.c (Fverify_visited_file_modtime): Don't read uninitialized st.st_size. | Paul Eggert | 2012-12-10 | 2 | -2/+3 |
* | * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent | Paul Eggert | 2012-12-10 | 2 | -1/+14 |
* | Move fix for bug#12993 to trunk | Daniel Colascione | 2012-12-10 | 6 | -49/+24 |
* | Compile Windows resources into cygw32 Emacs | Daniel Colascione | 2012-12-09 | 6 | -24/+49 |
* | * nsterm.m (fd_handler:): FD_ZERO fds. | Jan Djärv | 2012-12-08 | 2 | -2/+6 |
* | Fix incompatibilities with 64-bit Windows builds. | Fabrice Popineau | 2012-12-08 | 3 | -19/+29 |
* | * lread.c (Vload_source_file_function): Doc fix. | Christopher Schmidt | 2012-12-08 | 2 | -6/+14 |
* | Fix bug #13108 introduced by the fix to bug #12930. | Eli Zaretskii | 2012-12-07 | 2 | -1/+11 |
* | Reword doc-string of Fcompare_buffer_substrings. | Martin Rudalics | 2012-12-07 | 2 | -4/+8 |
* | Don't pass un-encoded file name to mkstemp. | Eli Zaretskii | 2012-12-05 | 2 | -2/+5 |
* | Fix one part of bug #13079 with temporary files in call-process-region. | Eli Zaretskii | 2012-12-05 | 2 | -0/+14 |
* | Fix another instance of bug #12933 with non-ASCII file names on Windows. | Eli Zaretskii | 2012-12-04 | 2 | -4/+25 |
* | * fileio.c (Vauto_save_list_file_name): Minor doc fix. | Chong Yidong | 2012-12-01 | 2 | -1/+5 |
* | Fix compilation problems with 64-bit MSVC compiler. | Fabrice Popineau | 2012-11-30 | 4 | -4/+25 |
* | * src/data.c (Fboundp): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 2 | -2/+4 |
* | * src/data.c (Fsymbol_value): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 2 | -1/+7 |