- 04 Feb, 2016 1 commit
-
-
Paul Eggert authored
* lisp/emacs-lisp/bytecomp.el (byte-compile-setq, byte-compile-funcall): * lisp/gnus/mml-smime.el (mml-smime-get-dns-cert) (mml-smime-get-ldap-cert): Follow user style preference when quoting diagnostics.
-
- 01 Feb, 2016 1 commit
-
-
Karl Fogel authored
* admin/notes/git-workflow: Recommend setting transfer.fsckObjects. This is related to the autogen.sh changes made by Paul Eggert in commit d766ca8f (2016-02-01) and commit cedd7cad (2016-02-01), and to my edits today to http://www.emacswiki.org/emacs/GitForEmacsDevs and to emacswiki.org/emacs/GitQuickStartForEmacsDevs. See also the thread "Recommend these .gitconfig settings for git integrity." at https://lists.gnu.org/archive/html/emacs-devel/2016-01/threads.html#01802.
-
- 30 Jan, 2016 1 commit
-
-
NicolasPetton authored
* admin/authors.el (authors-renamed-files-alist): Additions.
-
- 25 Jan, 2016 1 commit
-
-
Paul Eggert authored
In http://lists.gnu.org/archive/html/bug-autoconf/2015-12/msg00000.html Pavel Raiskup reports that ${1+"$@"} runs afoul of a bug in /bin/sh (derived from ksh 93t+ 2010-03-05). ${1+"$@"} works around an ancient bug in long-dead shells, so remove the workaround. * admin/check-doc-strings, configure.ac, lib-src/rcs2log: Use plain "$@" rather than ${1+"$@"}.
-
- 24 Jan, 2016 1 commit
-
-
NicolasPetton authored
* admin/authors.el (authors-ignored-files, authors-renamed-files-alist): Additions.
-
- 08 Jan, 2016 1 commit
-
-
Glenn Morris authored
-
- 05 Jan, 2016 1 commit
-
-
Xue Fuqiao authored
; Lack of time.
-
- 03 Jan, 2016 1 commit
-
-
Paul Eggert authored
* admin/merge-gnulib (GNULIB_MODULES): Add ignore-value. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * lib/ignore-value.h: New file, from gnulib. * src/keyboard.c: Include it. (write_stdout, read_stdin): New functions. (handle_interrupt): Use them instead of printf and getchar, and avoid fflush when handling signals.
-
- 02 Jan, 2016 1 commit
-
-
Glenn Morris authored
-
- 01 Jan, 2016 1 commit
-
-
Paul Eggert authored
Run admin/update-copyright.
-
- 18 Nov, 2015 4 commits
-
-
Eli Zaretskii authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* admin/notes/versioning: Add information about RC releases. * admin/release-process: Document the release process. * admin/authors.el (authors-ignored-files): * admin/README: Change FOR-RELEASE to release-process. * CONTRIBUTE: * admin/notes/bugtracker: Don't mention FOR-RELEASE. (cherry picked from commit 9a4aa0f5)
-
Xue Fuqiao authored
(cherry picked from commit f8cc14b5)
-
- 06 Nov, 2015 1 commit
-
-
Juanma Barranquero authored
-
- 03 Nov, 2015 3 commits
-
-
NicolasPetton authored
-
NicolasPetton authored
-
Jay Belanger authored
* lisp/calc/calc (calc-bug-address): Change address.
-
- 15 Oct, 2015 1 commit
-
-
Paul Eggert authored
* admin/FOR-RELEASE: Procedure for etc/HISTORY. * etc/HISTORY: New file. * etc/NEWS: Mention it.
-
- 11 Oct, 2015 1 commit
-
-
Paul Eggert authored
POSIX says that ‘echo FOO’ produces implementation-defined output if FOO contains leading ‘-’, or ‘\’ anywhere, so don’t assume GNU behavior in that case. * Makefile.in (removenullpaths): Remove. (epaths-force): Rewrite to avoid the need for ‘echo’. (install-etc): Be clearer about escaping the shell metacharacters ‘\’ and ‘$’. * Makefile.in (install-arch-indep, install-etcdoc): * admin/charsets/mapconv, admin/merge-gnulib, admin/merge-pkg-config: * admin/quick-install-emacs, build-aux/gitlog-to-emacslog: * configure.ac, lib-src/rcs2log, make-dist: * src/Makefile.in (lisp.mk): Don’t assume ‘echo’ outputs ‘\’ and leading ‘-’ unscathed. For example, use ‘printf '%s\n' "$foo"’ rather than ‘echo "$foo"’ if $foo can contain arbitrary characters. * lisp/Makefile.in (TAGS): Use ‘ls’, not ‘echo’, to avoid ‘\’ issues. * doc/lispref/two-volume.make (vol1.pdf): * test/etags/make-src/Makefile (web ftp publish): Use ‘printf’ rather than ‘echo -e’.
-
- 10 Oct, 2015 1 commit
-
-
Eli Zaretskii authored
-
- 07 Oct, 2015 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
- 03 Oct, 2015 1 commit
-
-
Ulf Jasper authored
-
- 30 Sep, 2015 3 commits
-
-
Michael Albinus authored
-
Vibhav Pant authored
* Add entries for Vibhav Pant. * Add entries for files in lisp/net that don't have a maintainer.
-
Dmitry Gutov authored
Author:
-
- 28 Sep, 2015 3 commits
-
-
Dmitry Gutov authored
-
Tassilo Horn authored
-
Tassilo Horn authored
* admin/MAINTAINERS: Add entries for AUCTeX team and myself.
-
- 27 Sep, 2015 2 commits
-
-
Eli Zaretskii authored
-
Xue Fuqiao authored
-
- 26 Sep, 2015 6 commits
-
-
NicolasPetton authored
-
Simen Heggestøyl authored
-
Michael Albinus authored
-
Paul Eggert authored
-
Artur Malabarba authored
-
Eli Zaretskii authored
-
- 17 Sep, 2015 1 commit
-
-
Paul Eggert authored
-