| Commit message (Expand) | Author | Age | Files | Lines |
| * | * search.c (Freplace_match): Treat \? in the replacement text literally. | Lawrence Mitchell | 2012-08-05 | 1 | -0/+5 |
| * | Docfix for kill-buffer-hook and others. | Chong Yidong | 2012-08-05 | 1 | -0/+6 |
| * | Fix compilation --with-x-toolkit=no. | Eli Zaretskii | 2012-08-04 | 1 | -0/+6 |
| * | Doc fixes and improvements for syntax tables. | Chong Yidong | 2012-08-04 | 1 | -0/+4 |
| * | Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. | Eli Zaretskii | 2012-08-04 | 1 | -0/+28 |
| * | Fix Sed scripts and msdos.c as fallout of latest changes. | Eli Zaretskii | 2012-08-04 | 1 | -0/+6 |
| * | Export DEFAULT_REHASH_* to GDB. | Paul Eggert | 2012-08-03 | 1 | -0/+6 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -0/+24 |
| * | Improve fix for macroexp crash with debugging. | Paul Eggert | 2012-08-03 | 1 | -0/+12 |
| * | Support symlinks on latest versions of MS-Windows. | Eli Zaretskii | 2012-08-03 | 1 | -0/+33 |
| * | Fix macroexp crash on Windows with debugging. | Paul Eggert | 2012-08-02 | 1 | -0/+7 |
| * | * lisp.h (VALMASK) [!USE_LSB_TAG]: Now a macro | Paul Eggert | 2012-08-02 | 1 | -0/+1 |
| * | * xfaces.c (face_for_overlay_string): Remove unused local. | Paul Eggert | 2012-08-02 | 1 | -3/+2 |
| * | * xfaces.c: Don't assume buffer size fits in 'int'. | Paul Eggert | 2012-08-02 | 1 | -0/+2 |
| * | * xfaces.c (face_at_buffer_position): Remove unused local. | Paul Eggert | 2012-08-02 | 1 | -0/+2 |
| * | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -0/+30 |
| * | * src/s/: Remove empty directory. | Glenn Morris | 2012-08-01 | 1 | -0/+2 |
| * | Move NT-specific include file to the NT include directory | Glenn Morris | 2012-08-01 | 1 | -0/+6 |
| * | Port to Solaris 8. | Paul Eggert | 2012-08-01 | 1 | -0/+5 |
| * | * src/nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR | Glenn Morris | 2012-08-01 | 1 | -0/+5 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -0/+16 |
| * | * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar) | Alp Aker | 2012-08-01 | 1 | -0/+9 |
| * | Fix typo in src/ChangeLog. | Eli Zaretskii | 2012-08-01 | 1 | -1/+1 |
| * | Fix .gdbinit for latest INTERNAL_FIELD uses. | Eli Zaretskii | 2012-08-01 | 1 | -0/+4 |
| * | Fix fallout from 2012-08-01T05:11:36Z!dmantipov@yandex.ru that introduced WVAR. | Eli Zaretskii | 2012-08-01 | 1 | -0/+4 |
| * | Remove src/s/msdos.h | Glenn Morris | 2012-08-01 | 1 | -0/+7 |
| * | Sync Windows port with autogen/config.in changes. | Juanma Barranquero | 2012-08-01 | 1 | -0/+5 |
| * | Use INTERNAL_FIELD for conses and overlays. | Dmitry Antipov | 2012-08-01 | 1 | -0/+9 |
| * | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -0/+7 |
| * | Use INTERNAL_FIELD for processes. | Dmitry Antipov | 2012-08-01 | 1 | -0/+7 |
| * | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -3/+14 |
| * | * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work. | Paul Eggert | 2012-07-31 | 1 | -0/+4 |
| * | ChangeLog fixes | Glenn Morris | 2012-07-31 | 1 | -2/+2 |
| * | Move definitions of directory and device separators to configure | Glenn Morris | 2012-07-31 | 1 | -0/+5 |
| * | Adapt Windows port to recent changes in autogen/config.in. | Juanma Barranquero | 2012-08-01 | 1 | -0/+7 |
| * | * configure.ac (S_FILE): Remove output variable. | Glenn Morris | 2012-07-31 | 1 | -0/+2 |
| * | Minor rearrangement for src/conf_post.h | Glenn Morris | 2012-07-31 | 1 | -0/+4 |
| * | * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src. | Glenn Morris | 2012-07-31 | 1 | -0/+4 |
| * | * src/s/README, src/s/template.h: Remove files. | Glenn Morris | 2012-07-31 | 1 | -0/+2 |
| * | * src/conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT. | Glenn Morris | 2012-07-31 | 1 | -0/+2 |
| * | Move AMPERSAND_FULL_NAME, subprocesses from conf_post.h to configure.ac | Glenn Morris | 2012-07-31 | 1 | -0/+5 |
| * | Fix 'xframe' in .gdbinit. | Eli Zaretskii | 2012-07-31 | 1 | -0/+3 |
| * | Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yande... | Eli Zaretskii | 2012-07-31 | 1 | -0/+7 |
| * | Fix compiler and run time warnings in nsmenu.m and nsterm.m | Jan Djärv | 2012-07-31 | 1 | -0/+6 |
| * | * nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes. | Jan Djärv | 2012-07-31 | 1 | -0/+4 |
| * | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -0/+15 |
| * | Miscellaneous fixes for non-default X toolkits. | Dmitry Antipov | 2012-07-31 | 1 | -0/+9 |
| * | Fix error in ChangeLog entry. | Jan Djärv | 2012-07-31 | 1 | -1/+1 |
| * | Remove src/s/usg5-4-common.h | Glenn Morris | 2012-07-30 | 1 | -0/+4 |
| * | Move wait3, WRETCODE from src/s to configure | Glenn Morris | 2012-07-30 | 1 | -0/+2 |