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