- 01 Jan, 2022 1 commit
-
-
Eli Zaretskii authored
-
- 09 Dec, 2021 1 commit
-
-
Stefan Kangas authored
-
- 01 Jan, 2021 2 commits
-
-
Paul Eggert authored
Run "TZ=UTC0 admin/update-copyright".
-
Paul Eggert authored
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
-
- 09 Oct, 2020 1 commit
-
-
Stefan Kangas authored
-
- 03 Oct, 2020 1 commit
-
-
Stefan Kangas authored
-
- 01 Jan, 2020 1 commit
-
-
Paul Eggert authored
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
-
- 01 Jan, 2019 1 commit
-
-
Paul Eggert authored
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
-
- 01 Jan, 2018 1 commit
-
-
Paul Eggert authored
Run admin/update-copyright.
-
- 26 Nov, 2017 1 commit
-
-
- 02 Oct, 2017 1 commit
-
-
Paul Eggert authored
This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:.
-
- 30 Sep, 2017 1 commit
-
-
Paul Eggert authored
This catches some URLs I missed in my previous scan, or perhaps were added after the scan.
-
- 01 Jan, 2017 1 commit
-
-
Paul Eggert authored
Run admin/update-copyright.
-
- 01 Jan, 2016 1 commit
-
-
Paul Eggert authored
Run admin/update-copyright.
-
- 23 May, 2015 1 commit
-
-
Paul Eggert authored
-
- 19 Apr, 2015 1 commit
-
-
Paul Eggert authored
-
- 15 Apr, 2015 1 commit
-
-
Paul Eggert authored
This more clearly distingiushes pre-April-7 ChangeLog entries (which are for top-level files only) from post-April-7 entries (which are about files at all levels. Problem reported by Glenn Morris in: http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00678.html * ChangeLog.1: Move post-April-7 entries from here ... * ChangeLog.2: ... to this new file. * Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump to 2.
-
- 10 Apr, 2015 1 commit
-
-
Dmitry Gutov authored
-
- 09 Apr, 2015 2 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
- 07 Apr, 2015 2 commits
-
-
Paul Eggert authored
This patch was implemented via the following shell commands: find * -name ChangeLog | sed 's,.*,git mv & &.1, s, lisp/ChangeLog\.1$, lisp/ChangeLog.17, s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09, s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3, s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2, s, src/ChangeLog\.1$, src/ChangeLog.13,' | sh git commit -am"[this commit message]"
-
Paul Eggert authored
* lib/stddef.in.h: Update from gnulib, incorporating: 2015-04-02 stddef: port to pre-C11 GCC on x86
-
- 05 Apr, 2015 3 commits
-
-
Paul Eggert authored
-
Jan D authored
* configure.ac: Allow rsvg with cairo. Move back HAVE_RSVG. * src/dispextern.h (struct image): add cr_data2 if cairo. * src/image.c: #undef COLOR_TABLE_SUPPORT when USE_CAIRO. (x_clear_image): Free cr_data and cr_data2 if set. (xpm_load): Assign data to cr_data2. (svg_load_image): Convert from GdkPixbuf to CAIRO_FORMAT_ARGB32.
-
NicolasPetton authored
-
- 03 Apr, 2015 3 commits
-
-
Paul Eggert authored
* configure.ac: Add -Wno-unknown-attributes if clang; otherwise clang 3.5.0 (Fedora 21 x86-64) complains "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute '__alloc_size__' ignored". Use -Werror when checking for -nopie; otherwise clang warns about -nopie instead of failing, and then later it warns everytime the build uses -nopie.
-
Jan D authored
* configure.ac (HAVE_RSVG): Move after cairo. (USE_CAIRO): Disable rsvg, don't disable Xpm. * src/image.c (prepare_image_for_display): Don't load if USE_CAIRO. (x_clear_image): If USE_CAIRO, also free possible img->ximg->obdata and don't return early. (ALLOC_XPM_COLORS): Don't define when USE_CAIRO. (xpm_load): Convert simple Xpms (32 bit ZPixmap) to CAIRO_FORMAT_ARGB32 and create a surface.
-
Ulrich Müller authored
* configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it is supported, in order to avoid segfaults in temacs. (Bug#18784)
-
- 31 Mar, 2015 1 commit
-
-
Simen Heggestøyl authored
Add NaCl target * configure.ac: Add a target for Chromium Native Client (NaCl).
-
- 29 Mar, 2015 2 commits
-
-
Paul Eggert authored
As suggested in: http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html Also, have the two files match better. * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg. * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
-
Eli Zaretskii authored
build-aux/dir_top (File): Fix the description of selecting a menu item by its number.
-
- 27 Mar, 2015 1 commit
-
-
NicolasPetton authored
-
- 23 Mar, 2015 1 commit
-
-
Andreas Schwab authored
-
- 21 Mar, 2015 1 commit
-
-
Samer Masterson authored
CONTRIBUTE (Test your changes.): New section. (Document your changes.): Add doc tips.
-
- 20 Mar, 2015 1 commit
-
-
Paul Eggert authored
-
- 19 Mar, 2015 2 commits
-
-
Paul Eggert authored
* configure.ac (ac_func_list): Omit pthread_sigmask, since we check for that ourselves rather than relying on gnulib. (HAVE_PTHREAD, LIB_PTHREAD, _THREAD_SAFE): Port better to FreeBSD, by also checking for pthread_create, pthread_self, pthread_sigmask. Tighten the test for pthread_atfork while we're at it. Fixes: bug#20136
-
Paul Eggert authored
This incorporates: 2015-03-19 fdopendir: port better to MinGW 2015-03-18 fdopendir: fix typo in comment 2015-02-24 glob, etc.: port to MSVC v18 on MS-Windows 8.1 * lib/dirent.in.h, lib/fdopendir.c: Update from gnulib. * lib/dirfd.c, m4/dirfd.m4: New files from gnulib. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
-
- 10 Mar, 2015 1 commit
-
-
Paul Eggert authored
* lisp/progmodes/js.el (js-indent-first-init): Rename from js-indent-first-initialiser, to avoid worrying about American vs British spelling. All uses changed. * test/indent/js-indent-init-t.js: Rename from indent/js-indent-first-initialiser-t.js. * test/indent/js-indent-init-dynamic.js: Rename from test/indent/js-indent-first-initialiser-dynamic.js.
-
- 02 Mar, 2015 1 commit
-
-
Robert Pluim authored
Fixes: 19909 Copyright-paperwork-exempt: yes
-
- 27 Feb, 2015 1 commit
-
-
Paul Eggert authored
* configure.ac: Use system putenv even if it lacks GNU features, as we don't need them. This works around a bug in FreeBSD 10.1 getenv. Fixes: bug#19874
-