2010-09-04 |
Eli Zaretskii |
Update config.bat due to lisp/gnus/.dir-locals.el.
|
2010-08-23 |
Andreas Schwab |
Fix configure checks
|
2010-08-21 |
Glenn Morris |
ChangeLog fixes.
|
2010-08-20 |
joakim |
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
|
2010-08-18 |
Joakim |
documentation changes
|
2010-08-10 |
Dan Nicolaescu |
* configure.in (AC_PREREQ): Require autoconf 2.65.
|
2010-08-09 |
Dan Nicolaescu |
* configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
|
2010-08-09 |
Andreas Schwab |
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
|
2010-08-09 |
Dan Nicolaescu |
* configure.in (ORDINARY_LINK): Use on hpux* too.
|
2010-08-06 |
Jan D |
More undeclared function fixes and add -Wimplicit-function-declaration.
|
2010-08-06 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
2010-08-05 |
Eli Zaretskii |
Rename src/unexec.c => src/unexcoff.c.
|
2010-08-04 |
Andreas Schwab |
* configure.in: Restore accidentally removed use of
|
2010-07-29 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
2010-07-29 |
Jan D |
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
|
2010-07-29 |
Dan Nicolaescu |
* configure.in: Remove reference to usg5-4, unused.
|
2010-07-25 |
Andreas Schwab |
Use __executable_start to find start of text segment for profiling
|
2010-07-24 |
Ken Brown |
* configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
|
2010-07-24 |
Juanma Barranquero |
* .bzrignore, .gitignore: Ignore README.W32 on the root directory.
|
2010-07-24 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
2010-07-24 |
Chong Yidong |
* configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
|
2010-07-20 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
2010-07-12 |
Andreas Schwab |
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
|
2010-07-11 |
Andreas Schwab |
Use strchr, strrchr instead of index, rindex
|
2010-07-10 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-06-23 |
Glenn Morris |
* info/dir: Start descriptions in column 32, per Texinfo convention.
|
2010-07-08 |
Dan Nicolaescu |
* configure.in: Use -Wold-style-definition if available.
|
2010-07-08 |
Dan Nicolaescu |
Remove src/prefix-args.c.
|
2010-07-08 |
Dan Nicolaescu |
* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-07-07 |
Dan Nicolaescu |
* configure.in (getenv): Remove K&R declaration.
|
2010-07-02 |
Jan D |
Remove __P.
|
2010-07-02 |
Dan Nicolaescu |
Define USE_LISP_UNION_TYPE using autoconf.
|
2010-06-30 |
Dan Nicolaescu |
Fix CFLAGS for non-GCC compilers.
|
2010-06-30 |
Glenn Morris |
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
|
2010-06-30 |
Glenn Morris |
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
|
2010-06-30 |
Glenn Morris |
Remove some cpp that is internal to configure.in.
|
2010-06-28 |
Jan D |
Mention bug number
|
2010-06-28 |
Jan D |
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
|
2010-06-26 |
Eli Zaretskii |
Fix the MS-DOS build due to changes in configury.
|
2010-06-16 |
Stefan Monnier |
Merge from emacs-23
|
2010-06-12 |
Chong Yidong |
* INSTALL: Update font information (Bug#6389).
|
2010-06-10 |
Glenn Morris |
* INSTALL: General update.
|
2010-06-12 |
Glenn Morris |
* Makefile.in (install-arch-indep): Delete any old info .gz files first.
|
2010-06-11 |
Glenn Morris |
Make compressing the info files optional.
|
2010-06-10 |
Glenn Morris |
* Makefile.in (install-arch-indep): Gzip the info files too.
|
2010-06-10 |
Glenn Morris |
* make-dist: Remove references to non-existent directories and files.
|
2010-06-08 |
Dan Nicolaescu |
Include <strings.h> and <string.h> instead of
|
2010-06-06 |
Dan Nicolaescu |
Remove BSTRING related code, all platforms define it.
|
2010-06-03 |
Dan Nicolaescu |
* configure.in (AC_PREREQ): Require autoconf 2.65.
|
2010-06-03 |
Dan Nicolaescu |
Move UNEXEC definition to autoconf.
|
2010-06-03 |
Glenn Morris |
NOT_C_CODE is always true now.
|
2010-06-02 |
Dan Nicolaescu |
Fix alloca definition when using gcc on non-gnu systems.
|
2010-06-01 |
Stefan Monnier |
Merge from emacs-23
|
2010-05-28 |
Glenn Morris |
Move some old ChangeLog entries to the right files.
|
2010-05-28 |
Glenn Morris |
* configure.in: Simplify some of the $canonical tests.
|
2010-05-27 |
Glenn Morris |
Do not preprocess src/Makefile.in.
|
2010-05-26 |
Glenn Morris |
Replace YMF_PASS_LDFLAGS with autoconf.
|
2010-05-26 |
Glenn Morris |
Add GNUSTEP_LOCAL_HEADERS/LIBRARIES to build flags.
|
2010-05-26 |
Glenn Morris |
Remove some NS_IMPL_GNUSTEP build dead code.
|