diff options
| author | Tom Tromey | 2013-07-12 18:44:13 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-07-12 18:44:13 -0600 |
| commit | b34a529f177a6ea32da5cb1254f91bf9d71838db (patch) | |
| tree | 477131abc15d3107b30b635223d87a22550b480b /admin | |
| parent | e6f63071a3f7721f55220514b6d9a8ee8c1232d8 (diff) | |
| parent | 5e301d7651c0691bb2bc7f3fbe711fdbe26ac471 (diff) | |
| download | emacs-b34a529f177a6ea32da5cb1254f91bf9d71838db.tar.gz emacs-b34a529f177a6ea32da5cb1254f91bf9d71838db.zip | |
Merge from trunk
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 18 | ||||
| -rw-r--r-- | admin/admin.el | 2 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 10 | ||||
| -rw-r--r-- | admin/notes/changelogs | 7 |
4 files changed, 28 insertions, 9 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 592a41968db..cbcd698e8b1 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2013-07-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * admin.el (manual-style-string): Use non-abbreviated url. | ||
| 4 | |||
| 5 | 2013-07-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | Port recent close-on-exec changes to Cygwin (Bug#14821). | ||
| 8 | * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io. | ||
| 9 | |||
| 10 | Handle error numbers a bit more reliably. | ||
| 11 | * merge-gnulib (GNULIB_MODULES): Remove ignore-value. | ||
| 12 | |||
| 13 | 2013-07-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 14 | |||
| 15 | Make file descriptors close-on-exec when possible (Bug#14803). | ||
| 16 | * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2. | ||
| 17 | (GNULIB_TOOL_FLAGS): Avoid binary-io, close. Do not avoid fcntl. | ||
| 18 | |||
| 1 | 2013-07-06 Glenn Morris <rgm@gnu.org> | 19 | 2013-07-06 Glenn Morris <rgm@gnu.org> |
| 2 | 20 | ||
| 3 | * admin.el (manual-misc-manuals): New function. | 21 | * admin.el (manual-misc-manuals): New function. |
diff --git a/admin/admin.el b/admin/admin.el index 927f68e978a..9c0015fc413 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -283,7 +283,7 @@ Optional argument TYPE is type of output (nil means all)." | |||
| 283 | <meta name=\"DC.title\" content=\"gnu.org\">\n\n") | 283 | <meta name=\"DC.title\" content=\"gnu.org\">\n\n") |
| 284 | 284 | ||
| 285 | (defconst manual-style-string "<style type=\"text/css\"> | 285 | (defconst manual-style-string "<style type=\"text/css\"> |
| 286 | @import url('/s/emacs/manual.css');\n</style>\n") | 286 | @import url('/software/emacs/manual.css');\n</style>\n") |
| 287 | 287 | ||
| 288 | (defun manual-misc-html (name root html-node-dir html-mono-dir) | 288 | (defun manual-misc-html (name root html-node-dir html-mono-dir) |
| 289 | ;; Hack to deal with the cases where .texi creates a different .info. | 289 | ;; Hack to deal with the cases where .texi creates a different .info. |
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index c8bfe0dacc3..82e0cd77fca 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -29,11 +29,11 @@ GNULIB_MODULES=' | |||
| 29 | alloca-opt c-ctype c-strcase | 29 | alloca-opt c-ctype c-strcase |
| 30 | careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 | 30 | careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 |
| 31 | dtoastr dtotimespec dup2 environ execinfo faccessat | 31 | dtoastr dtotimespec dup2 environ execinfo faccessat |
| 32 | fcntl-h fdatasync fdopendir filemode fstatat fsync | 32 | fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync |
| 33 | getloadavg getopt-gnu gettime gettimeofday | 33 | getloadavg getopt-gnu gettime gettimeofday |
| 34 | ignore-value intprops largefile lstat | 34 | intprops largefile lstat |
| 35 | manywarnings memrchr mktime | 35 | manywarnings memrchr mktime |
| 36 | pselect pthread_sigmask putenv qacl readlink readlinkat | 36 | pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat |
| 37 | sig2str socklen stat-time stdalign stdarg stdbool stdio | 37 | sig2str socklen stat-time stdalign stdarg stdbool stdio |
| 38 | strftime strtoimax strtoumax symlink sys_stat | 38 | strftime strtoimax strtoumax symlink sys_stat |
| 39 | sys_time time timer-time timespec-add timespec-sub unsetenv utimens | 39 | sys_time time timer-time timespec-add timespec-sub unsetenv utimens |
| @@ -41,8 +41,8 @@ GNULIB_MODULES=' | |||
| 41 | ' | 41 | ' |
| 42 | 42 | ||
| 43 | GNULIB_TOOL_FLAGS=' | 43 | GNULIB_TOOL_FLAGS=' |
| 44 | --avoid=dup | 44 | --avoid=close --avoid=dup |
| 45 | --avoid=fchdir --avoid=fcntl --avoid=fstat | 45 | --avoid=fchdir --avoid=fstat |
| 46 | --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow | 46 | --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow |
| 47 | --avoid=open --avoid=openat-die --avoid=opendir | 47 | --avoid=open --avoid=openat-die --avoid=opendir |
| 48 | --avoid=raise | 48 | --avoid=raise |
diff --git a/admin/notes/changelogs b/admin/notes/changelogs index ae9ce40aa0a..1025cfc217f 100644 --- a/admin/notes/changelogs +++ b/admin/notes/changelogs | |||
| @@ -3,9 +3,10 @@ entry in their name, not yours. | |||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00793.html | 5 | http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00793.html |
| 6 | http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00485.html | 6 | There is no need to make change log entries for files such as NEWS, |
| 7 | There is no need to make trivial change log entries for files such | 7 | MAINTAINERS, and FOR-RELEASE. |
| 8 | as NEWS, MAINTAINERS, and FOR-RELEASE. | 8 | "There is no need" means you don't have to, but you can if you want to. |
| 9 | |||
| 9 | 10 | ||
| 10 | http://lists.gnu.org/archive/html/emacs-devel/2006-12/msg01135.html | 11 | http://lists.gnu.org/archive/html/emacs-devel/2006-12/msg01135.html |
| 11 | There is no need to indicate regeneration of files such as configure | 12 | There is no need to indicate regeneration of files such as configure |