aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * * make-dist: Do not distribute generated admin/grammars/Makefile.Glenn Morris2014-04-101-0/+4
| |
| * Revert most of the recent change involving manifests on Cygwin. (Bug#17176)Ken Brown2014-04-091-0/+5
| | | | | | | | | | | | | | * configure.ac (EMACS_MANIFEST): Revert last change (but leave UPDATE_MANIFEST empty). * nt/emacs.rc: Revert last change. * src/Makefile.in (EMACS_MANIFEST): Revert last change.
* | ChangeLog fixesGlenn Morris2014-04-071-1/+1
| | | | | | | | | | | | Merged entries get today's date. May as well combine consecutive separate entries by same author into one. Backported entries should not appear twice.
* | Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.eduDaniel Colascione2014-04-071-0/+5
|\ \ | |/
| * Don't use manifest on Cygwin. (Bug#17176)Ken Brown2014-04-031-0/+5
| | | | | | | | | | | | | | * nt/emacs.rc: Don't use manifest on Cygwin. * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these variables empty on Cygwin. * src/Makefile.in (EMACS_MANIFEST): Update comment.
* | * make-dist: Further update AC_INIT regexp.Glenn Morris2014-04-021-0/+4
| |
* | Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.orgJuanma Barranquero2014-04-021-0/+5
|\ \ | |/
| * * configure.ac: Make the final "Does Emacs use Gsettings" messageGlenn Morris2014-03-311-0/+5
| | | | | | | | consistent with src/config.h.
| * * configure.ac: Fix errors from previous checkin (GSettings check).Jan Djärv2014-03-311-0/+5
| | | | | | | | Backport from trunk.
| * * configure.ac: Include GFILENOTIFY objects in glib check (backport from trunk)Daniel Colascione2014-03-301-0/+4
| | | | | | | | Fixes: debbugs:17069
| * * configure.ac: Add check that GSettings is in libgio. Backport from trunk.Jan Djärv2014-03-301-0/+5
| | | | | | | | Fixes: debbugs:17118
* | * configure.ac: Fix errors from previous checkin (GSettings check).Jan Djärv2014-03-311-0/+4
| |
* | * configure.ac: Add check that GSettings is in libgio.Jan Djärv2014-03-291-0/+4
| | | | | | | | Fixes: debbugs:17118
* | * (make-dist): Update AC_INIT regexp.Glenn Morris2014-03-281-0/+1
| |
* | Improve usage of AC_INITGlenn Morris2014-03-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (AC_INIT): Add "GNU" in package, add bug address. (PACKAGE_BUGREPORT): Use it. * src/emacs.c (emacs_version): Use PACKAGE_VERSION rather than VERSION. (emacs_bugreport): New variable. (usage_message): Use PACKAGE_BUGREPORT. (syms_of_emacs) <report-emacs-bug-address>: New variable. * lisp/cus-start.el (report-emacs-bug-address): Set custom properties. * lisp/mail/emacsbug.el (report-emacs-bug-address): Variable is now defined in emacs.c.
* | Add system-configuration-features, summarising some configure resultsGlenn Morris2014-03-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency. (EMACS_CONFIG_FEATURES): New define. * src/emacs.c (syms_of_emacs) <system-configuration-features>: New var. * lisp/mail/emacsbug.el (report-emacs-bug): Include system-configuration-features. * etc/NEWS: Mention this.
* | * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.Paul Eggert2014-03-271-0/+6
| | | | | | | | | | This tends to work better than 'MAKE=gmake ./configure' if later builds run config.status etc.
* | Require GNU make to build EmacsGlenn Morris2014-03-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Ref: http://debbugs.gnu.org/16717#45 If no-one objects, we can then start getting rid of some of the convoluted Makefile hacks that exist to support non-GNU makes. * configure.ac: Require GNU make. (HAVE_GNU_MAKE): Remove. * INSTALL, etc/NEWS, etc/PROBLEMS: Update for this change. * Makefile.in: Comment.
* | Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero2014-03-261-0/+6
|\ \ | |/
| * Merge from gnulib.Paul Eggert2014-03-251-0/+6
| | | | | | | | | | | | This incorporates: 2014-03-26 strftime: wrap macros in "do {...} while(0)" * lib/strftime.c, doc/misc/texinfo.tex: Update from gnulib.
* | Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-251-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Every platform supports it, and the runtime option `create-lockfiles' replaces it. * configure.ac (CLASH_DETECTION): Remove option. * lisp/files.el (lock-buffer, unlock-buffer, file-locked-p): Remove fallback aliases, since they are always defined now. * src/buffer.c (Frestore_buffer_modified_p, Fkill_buffer): * src/emacs.c (shut_down_emacs): * src/fileio.c (Finsert_file_contents, write_region): * src/filelock.c (top-level, syms_of_filelock): * src/insdel.c (prepare_to_modify_buffer_1): CLASH_DETECTION is always defined now. * admin/CPP-DEFINES: Remove CLASH_DETECTION.
* | Notice when gfilenotify depends on glibDaniel Colascione2014-03-231-0/+5
| |
* | Remove lib-src/test-distrib.c and relatedGlenn Morris2014-03-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The class of problems that this was designed to detect, namely .elc files getting corrupted by being passed around by email via uuencode or somesuch, has not been a relevant concern for many years. * lib-src/test-distrib.c, lib-src/testfile: Remove. * lib-src/Makefile.in (DONT_INSTALL): Remove test-distrib. (test-distrib${EXEEXT}): Remove rule. * make-dist: Do not distribute lib-src/testfile. * admin/quick-install-emacs (AVOID): Remove testfile and test-distrib. * INSTALL, etc/PROBLEMS, admin/notes/unicode: Remove references to test-distrib and testfile.
* | Bump trunk version to 24.4.50.Eli Zaretskii2014-03-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | modified files: ChangeLog README configure.ac doc/emacs/emacsver.texi doc/man/emacs.1 msdos/sed2v2.inp nt/config.nt nt/emacs.rc nt/emacsclient.rc nt/makefile.w32-in
* | * Makefile.in (all): Depend on `info'.Glenn Morris2014-03-201-0/+4
|/ | | | Fixes: debbugs:16626
* Merge from gnulib.Paul Eggert2014-03-071-0/+9
| | | | | | | | | | | | This incorporates: 2014-03-04 stdint: fix missing SIZE_MAX on Android 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4: Update from gnulib. Fix oversight preventing lib/sys/types.h from being generated. * admin/merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid sys_types.
* * configure.ac: Tweak the "unported" error message.Glenn Morris2014-03-051-0/+4
| | | | | "Has not been ported to" usually isn't quite correct these days. Eg it could be an old platform that we dropped support for.
* Fix ChangeLog bug# typoGlenn Morris2014-03-051-1/+1
|
* Fix configuration bug on Solaris 2.5.1.Paul Eggert2014-03-041-0/+6
| | | | | | | * configure.ac: Fix a bug in shell pattern matching that caused 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later. Fixes: debbugs:16896
* */ChangeLog: Trivial fixes.Juanma Barranquero2014-03-031-12/+12
|
* Merge from gnulib.Paul Eggert2014-02-251-0/+5
| | | | | | 2014-02-25 unistd: port readlink to Mac OS X 10.3.9 Fixes: debbugs:16825
* Merge from gnulib.Paul Eggert2014-02-231-0/+6
| | | | | | 2014-02-21 timer: fix uClibc detection of threading 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf * texinfo.tex: Update from gnulib.
* * configure.ac [HAVE_W32]: Test for ImageMagick.Mirek Kaim2014-02-171-0/+4
| | | | Fixes: debbugs:16754
* * Makefile.in (install-arch-indep): Allow ' ' in destdir.Paul Eggert2014-02-141-0/+6
| | | | | | | This fixes a bug in the previous change. Also, use $(SHELL) rather than sh, as that's more likely to be portable. Fixes: debbugs:16717
* * Makefile.in (install-arch-indep): Simplify.Paul Eggert2014-02-131-0/+6
| | | | | | | This should make it more reliable, and hopefully more portable to non-GNU 'make' implementations such as HP-UX 'make'. Fixes: debbugs:16717
* Copy README.W32 when installing Windows build (bug#14757).Juanma Barranquero2014-02-131-0/+4
| | | | | | | | * Makefile.in (install-nt): Also pass datadir. * nt/Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare. (install): Copy README.W32 to $(datadir)/emacs/$(version). (uninstall): Remove README.W32.
* Merge from gnulib.Paul Eggert2014-02-051-0/+6
| | | | | | | | | This incorporates: 2014-01-23 pthread: work around winpthread header pollution on mingw * lib/time.in.h: Update from gnulib. * doc/misc/texinfo.tex: Update from texinfo.
* Merge from gnulib.Paul Eggert2014-01-221-0/+6
| | | | | | This incorporates: 2014-01-22 qacl: check for fchmod * m4/acl.m4: Update from gnulib.
* Fix miscellaneous update-game-score bugs.Paul Eggert2014-01-221-0/+5
| | | | | | | | | | | | * configure.ac (difftime): Remove. * lib/update-game-score.c (difftime) [!HAVE_DIFFTIME]: Remove. (read_score) [HAVE_GETDELIM]: Don't access uninitialized storage. (read_scores, write_scores): Check for fclose failure. (write_scores): Use fchmod, not chmod, to avoid a race. (lock_file): Fix test for out-of-date lock file; it was reversed. Use ordinary subtraction rather than difftime; since we're already assuming POSIX we don't need to worry about the possibility of time_t being a magic cookie.
* ChangeLog fixesGlenn Morris2014-01-211-1/+0
|
* ChangeLog fixesGlenn Morris2014-01-211-16/+7
|
* ChangeLog fixesGlenn Morris2014-01-201-14/+3
|
* Merge from gnulib.Paul Eggert2014-01-201-0/+9
| | | | | | | | | This incorporates: 2014-01-20 stdalign: port to HP-UX compilers 2014-01-16 strtoimax: port to platforms lacking 'long long' 2014-01-16 update from texinfo * doc/misc/texinfo.tex, lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
* Remove ChangeLog entry of a reverted commit in Makefile.in.Eli Zaretskii2014-01-121-4/+0
|
* Revert part of 2014-01-12T14:54:50Z!esr@thyrsus.com and fix the VCSWITNESS ↵Eli Zaretskii2014-01-121-3/+2
| | | | | | thingy. Makefile.in (src): Fix the computation of $vcswitness.
* Revert last commit.Eli Zaretskii2014-01-121-3/+0
|
* Remove more references unnecessarily specific to VCS.Eric S. Raymond2014-01-121-0/+3
|
* Remove broken VCSWITNESS code, and explain the problem.Eric S. Raymond2014-01-121-0/+5
|
* Replace doc references to deleted etc/ filesGlenn Morris2014-01-111-0/+4
| | | | | | | | | | * README: Replace reference to etc/MAILINGLISTS. * doc/man/emacs.1: Replace reference to etc/MAILINGLISTS. * doc/misc/efaq.texi (Guidelines for newsgroup postings) (Informational files for Emacs): Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
* /etc cleanupEric S. Raymond2014-01-111-6/+0
| | | | | * COOKIES, copying.paper, INTERVIEW, MAILINGLISTS, MOTIVATION, publicsuffix.txt SERVICE: More deletions suggested by RMS.