aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Stallman2015-04-05 08:36:56 -0400
committerRichard Stallman2015-04-05 08:42:43 -0400
commit4e23cd0ccde4ad1e14fe2870ccf140487af649b2 (patch)
treeb709ac1e92a892f6ec1faa85eb59a9e5960c25dd /ChangeLog
parentdca743f0941909a80e3f28c023977120b6203e20 (diff)
parent16eec6fc55dcc05d1d819f18998e84a9580b2521 (diff)
downloademacs-4e23cd0ccde4ad1e14fe2870ccf140487af649b2.tar.gz
emacs-4e23cd0ccde4ad1e14fe2870ccf140487af649b2.zip
* mail/rmail.el (rmail-show-message-1): When displaying a mime message,
indicate start and finish in the echo area. * mail/rmail.el (rmail-epa-decrypt): Disregard <pre> before armor. Ignore more kinds of whitespace in mime headers. Modify the decrypted mime part's mime type so it will be displayed by default when visiting this message again. * net/browse-url.el (browse-url-firefox-program): Prefer IceCat, doc. (browse-url-firefox-arguments) (browse-url-firefox-startup-arguments): Doc fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog127
1 files changed, 123 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c2e53eb493..7746605c4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,125 @@
12015-02-01 Joakim Verona <joakim@verona.se> 12015-04-03 Paul Eggert <eggert@cs.ucla.edu>
2 Support for the new Xwidget feature. 2
3 * configure.ac: 3 Port 'configure' to clang 3.5
4 * configure.ac: Add -Wno-unknown-attributes if clang; otherwise
5 clang 3.5.0 (Fedora 21 x86-64) complains
6 "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
7 '__alloc_size__' ignored". Use -Werror when checking for -nopie;
8 otherwise clang warns about -nopie instead of failing, and then
9 later it warns everytime the build uses -nopie.
10
112015-04-03 Ulrich Müller <ulm@gentoo.org>
12
13 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it
14 is supported, in order to avoid segfaults in temacs. (Bug#18784)
15
162015-03-27 Pete Williamson <petewil@chromium.org> (tiny change)
17
18 Add NaCl target
19 * configure.ac: Add a target for Chromium Native Client (NaCl).
20
212015-03-29 Eli Zaretskii <eliz@gnu.org>
22
23 * build-aux/dir_top (File): Fix the description of selecting a
24 menu item by its number. (Bug#20213)
25
262015-03-29 Paul Eggert <eggert@cs.ucla.edu>
27
28 Fix 'commit-msg' to cite 'CONTRIBUTE'
29 As suggested in:
30 http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
31 Also, have the two files match better.
32 * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
33 * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
34
352015-03-23 Andreas Schwab <schwab@suse.de>
36
37 * configure.ac: Fix jpeg version check to work with gcc >= 5.
38
392015-03-21 Samer Masterson <samer@samertm.com>
40
41 * CONTRIBUTE (Test your changes.): New section.
42 (Document your changes.): Add doc tips.
43
442015-03-19 Paul Eggert <eggert@cs.ucla.edu>
45
46 Better port of pthread usage to FreeBSD
47 * configure.ac (ac_func_list): Omit pthread_sigmask, since
48 we check for that ourselves rather than relying on gnulib.
49 (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD,
50 by also checking for pthread_create, pthread_self, pthread_sigmask.
51 Tighten the test for pthread_atfork while we're at it.
52 Fixes: bug#20136
53
54 Merge from gnulib
55 This incorporates:
56 2015-03-19 fdopendir: port better to MinGW
57 2015-03-18 fdopendir: fix typo in comment
58 2015-02-24 glob, etc.: port to MSVC v18 on MS-Windows 8.1
59 * lib/dirent.in.h, lib/fdopendir.c: Update from gnulib.
60 * lib/dirfd.c, m4/dirfd.m4: New files from gnulib.
61 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
62
632015-03-02 Robert Pluim <rpluim@gmail.com> (tiny change)
64
65 * configure.ac: Error out if with-file-notification=w32 is
66 specified on Cygwin. (Bug#19909)
67
682015-02-27 Paul Eggert <eggert@cs.ucla.edu>
69
70 Don't require GNU putenv
71 * configure.ac: Use system putenv even if it lacks GNU features, as
72 we don't need them. This works around a bug in FreeBSD 10.1 getenv.
73 Fixes: bug#19874
74
752015-02-25 Paul Eggert <eggert@cs.ucla.edu>
76
77 Merge from gnulib
78 * lib/getdtablesize.c, m4/dup2.m4, m4/fcntl.m4:
79 Update from gnulib, incorporating:
80 2015-02-23 dup2: doc and test for Android bug
81 2015-02-23 Replace dup2() on Android
82 2015-02-22 Android doesn't define RLIM_SAVED_*
83
842015-02-21 Paul Eggert <eggert@cs.ucla.edu>
85
86 Merge from gnulib
87 * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c:
88 * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4:
89 Update from gnulib, incorporating:
90 2015-02-20 getdtablesize: port better for Android
91 2015-02-19 fcntl: Fix cross compiling
92 2015-02-18 dup2, fcntl: cross-compile better for Android
93 2015-02-18 getopt: don't crash on memory exhaustion
94 2015-02-17 tempname: allow compilation with C++ (trivial)
95 2015-02-17 dup2, fcntl: port to AIX
96 2015-02-16 getdtablesize, dup2, fcntl: port to Android
97 2015-02-11 getdtablesize, signal_h: Fix Android build
98 2015-02-11 maint: various whitespace cleanups in tempname
99
1002015-02-13 Jan Djärv <jan.h.d@swipnet.se>
101
102 * configure.ac: Set locallisppath to empty for NS self contained,
103 unless --enable-loadllisppath was given (Bug#19850).
104
1052015-02-09 Paul Eggert <eggert@cs.ucla.edu>
106
107 * configure.ac (HAVE_LIBXML2): Add missing comma.
108
1092015-02-08 Paul Eggert <eggert@cs.ucla.edu>
110
111 Port to platforms lacking test -a and -o
112 * configure.ac (HAVE_LIBXML2):
113 Prefer '&&' and '||' to 'test -a' and 'test -o'.
114
1152015-02-08 Ulrich Müller <ulm@gentoo.org>
116
117 * configure.ac (--with-gameuser): Default to 'games' group instead
118 of 'games' user.
119
1202015-02-04 Paul Eggert <eggert@cs.ucla.edu>
121
122 * .gitattributes: Ignore blanks at EOL in texinfo.tex.
4 123
52015-01-28 Paul Eggert <eggert@cs.ucla.edu> 1242015-01-28 Paul Eggert <eggert@cs.ucla.edu>
6 125
@@ -337,7 +456,7 @@
337 456
3382014-11-25 Glenn Morris <rgm@gnu.org> 4572014-11-25 Glenn Morris <rgm@gnu.org>
339 458
340 * configure.ac: Fix yesterday's use of uninitialised $version. 459 * configure.ac: Fix yesterday's use of uninitialized $version.
341 460
3422014-11-25 Oscar Fuentes <ofv@wanadoo.es> 4612014-11-25 Oscar Fuentes <ofv@wanadoo.es>
343 462