- 17 May, 2015 1 commit
-
-
Glenn Morris authored
* src/Makefile.in (lisp.mk): New rule to generate from loadup.el. (shortlisp_filter): New variable. (emacs$(EXEEXT), $(etc)/DOC): Depend on lisp.mk. (distclean): Remove lisp.mk. * Makefile.in ($(MAKEFILE_NAME)): No longer depend on src/lisp.mk. * lisp/loadup.el: Tweak layout to make it easier to parse. * make-dist: Do not distribute src/lisp.mk.
-
- 12 May, 2015 1 commit
-
-
Eli Zaretskii authored
* test/etags/: New test suite, adapted from http://fly.isti.cnr.it/pub/software/unix/etags-regression-test.tar.bz2, whose original author is Francesco Potortì <pot@gnu.org>.
-
- 11 Apr, 2015 1 commit
-
-
Paul Eggert authored
-
- 07 Apr, 2015 1 commit
-
-
Paul Eggert authored
* .gitignore: Add 'ChangeLog'. * build-aux/gitlog-to-changelog: New file, from Gnulib. * build-aux/gitlog-to-emacslog: New file. * CONTRIBUTE: Document the revised workflow. * Makefile.in (clean): Remove *.tmp and etc/*.tmp* instead of just special cases. (CHANGELOG_HISTORY_INDEX_MAX, CHANGELOG_N, gen_origin): New vars. (ChangeLog, unchanged-history-files, change-history) (change-history-commit): New rules. * admin/admin.el (make-manuals-dist--1): Don't worry about doc/ChangeLog. * admin/authors.el: Add a FIXME. * admin/make-tarball.txt: * lisp/calendar/icalendar.el: * lisp/gnus/deuglify.el: * lisp/obsolete/gulp.el: * lwlib/README: Adjust to renamed ChangeLog history files. * admin/merge-gnulib (GNULIB_MODULES): Add gitlog-to-changelog. * admin/notes/repo: Call it 'master' a la Git, not 'trunk' a la Bzr. Remove obsolete discussion of merging ChangeLog files. New section "Maintaining ChangeLog history". * build-aux/git-hooks/pre-commit: Reject attempts to commit files named 'ChangeLog'. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * make-dist: Make and distribute top-level ChangeLog if there's a .git directory. Distribute the new ChangeLog history files instead of scattered ChangeLog files. Distribute the new files gitlog-to-changelog and gitlog-to-emacslog. Fixes: bug#19113
-
- 01 Jan, 2015 2 commits
-
-
Paul Eggert authored
Run admin/update-copyright.
-
Paul Eggert authored
Run admin/update-copyright.
-
- 17 Dec, 2014 1 commit
-
-
Paul Eggert authored
-
- 16 Dec, 2014 1 commit
-
-
Glenn Morris authored
* test/automated/flymake-tests.el (flymake-tests-data-directory): Change from flymake/warnpred to more standard data/flymake. * .gitignore: Update for relocated flymake test data.
-
- 13 Dec, 2014 1 commit
-
-
Ted Zlatanov authored
bd6c4418 * simple.el (password-word-equivalents): Add "passcode", used for numeric secrets like PINs or RSA tokens. 16d4c1cd A better fix for bug#19346 82ec808f * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files. 3cf7629f Git ignore lib/std*.h 301a4014 Always define `gnutls-available-p' even if GnuTLS is not available. d76b9b2a Don't break example string between 2 lines (bug#19257) 75b4857e Port commit-msg to mawk 9ac03320 Improve commit-msg messages and autosquash 0c2f254b Support overflow-newline-into-fringe together with word-wrap (bug#19300) 935ee05f * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in order to determine `tramp-own-remote-path'. c2db9393 python.el: Support interpreter paths with spaces d83f3299 ChangeLog fix 0f9fbb92 Port commit-message checking to FreeBSD 9. 3db1adac admin/MAINTAINERS: Update my interests and responsibilities. 6382f241 * .gitignore: Ignore autosave files. Conflicts: ChangeLog lisp/progmodes/python.el src/gnutls.c
-
- 12 Dec, 2014 2 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
* .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and stddef.h. Remove subsumed entries.
-
- 05 Dec, 2014 2 commits
-
-
Stefan Monnier authored
-
Eli Zaretskii authored
-
- 01 Dec, 2014 3 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
Lars Magne Ingebrigtsen authored
-
- 28 Nov, 2014 1 commit
-
-
Stefan Monnier authored
-
- 22 Nov, 2014 1 commit
-
-
Glenn Morris authored
-
- 21 Nov, 2014 2 commits
-
-
Paul Eggert authored
Plus a few more .gitignore improvements. * .gitignore: Add copyright notice, since it's big enough. Put exceptions immediately after the patterns they're exceptions to, to make them easier to follow. Give four exceptions for the Makefile pattern. Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS, GTAGS, ID, *.exe, some nextstep-related files, jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/, /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/, /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/. Ignore /configure.lineno, since POSIX requires LINENO only with the User Portability Utilities option. Ignore *cust-load.el and *loaddefs.el only under lisp. Ignore core files of various flavors. Do not ignore etc/refcards/gnus-logo.pdf.
-
Eli Zaretskii authored
.gitignore: Add back src/_gdbinit, which is a temporary file created by the MS-DOS build.
-
- 20 Nov, 2014 1 commit
-
-
Paul Eggert authored
Suggested by Lee Duhem in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html * .gitignore: Add a.out. Move *.log next to *.tmp, since it's generic. Put *.exe before non-generics.
-
- 19 Nov, 2014 2 commits
-
-
Eli Zaretskii authored
-
Paul Eggert authored
-
- 18 Nov, 2014 2 commits
-
-
Ivan Andrus authored
-
Paul Eggert authored
* .gitignore: Merge contents of subsidiary files and organize the result so as to avoid duplication. Remove no-longer needed entries. * admin/charsets/.gitignore, admin/unidata/.gitignore: * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore: * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore: * lisp/calc/.gitignore, lisp/calendar/.gitignore: * lisp/cedet/.gitignore, lisp/emulation/.gitignore: * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore: * lisp/international/.gitignore, lisp/language/.gitignore: * lisp/leim/.gitignore, lisp/leim/quail/.gitignore: * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore: * lisp/nxml/.gitignore, lisp/obsolete/.gitignore: * lisp/play/.gitignore, lisp/progmodes/.gitignore: * lisp/term/.gitignore, lisp/textmodes/.gitignore: * lisp/url/.gitignore, nt/.gitignore, src/.gitignore: Remove; no longer needed.
-
- 17 Nov, 2014 1 commit
-
-
Paul Eggert authored
This fixes some unwanted 'git status' output after 'make docs'. * .gitignore: Add **/Makefile, **/makefile. Remove Makefile, makefile. Add doc/*/*.xxx rules for the usual kinds of documentation outputs and temporaries. Add doc/misc/cc-mode.ss. * doc/emacs/.gitignore, doc/lispref/.gitignore, doc/misc/.gitignore: * lwlib/.gitignore, oldXMenu/.gitignore: Remove, as these .gitignore files are no longer needed. * doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
-
- 15 Nov, 2014 4 commits
-
-
Andreas Schwab authored
Local attributes belong to .git/info/attributes.
-
Christoph Scholtes authored
-
Teemu Likonen authored
-
Stefan Monnier authored
-
- 14 Nov, 2014 1 commit
-
-
Lars Magne Ingebrigtsen authored
-
- 13 Nov, 2014 3 commits
-
-
Eli Zaretskii authored
-
Lars Magne Ingebrigtsen authored
.gitignore: Copy over sufficient ignorable files from the old .bzrignore that a simple build doesn't list lots of unregistered files.
-
Lars Magne Ingebrigtsen authored
* .gitignore: Copy over sufficient ignorable files from the old .bzrignore that a simple build doesn't list lots of unregistered files.
-
- 12 Oct, 2014 1 commit
-
-
Eli Zaretskii authored
-
- 22 Dec, 2013 1 commit
-
-
Andreas Schwab authored
-
- 19 Dec, 2013 1 commit
-
-
Rüdiger Sonderfeld authored
It should probably be kept better in sync with .bzrignore. * .gitignore: Ignore refcard temporaries and info/*.info files.
-
- 12 Jun, 2013 1 commit
-
-
Andreas Schwab authored
-
- 25 Mar, 2011 1 commit
-
-
Andreas Schwab authored
install-sh, missing.
-
- 22 Mar, 2011 1 commit
-
-
Andreas Schwab authored
-