diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ce4afdfec1e..28f3403b369 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port 'movemail' again to Solaris and similar hosts. | ||
| 4 | See Susan Cragin's report in | ||
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>. | ||
| 6 | * movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS && | ||
| 7 | !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't | ||
| 8 | need a forward declaration. | ||
| 9 | (main): Rewrite to avoid no-longer-present function 'concat', if | ||
| 10 | !DISABLE_DIRECT_ACCESS && !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. | ||
| 11 | |||
| 3 | Assume strerror. | 12 | Assume strerror. |
| 4 | * emacsclient.c, movemail.c, update-game-score.c (strerror) | 13 | * emacsclient.c, movemail.c, update-game-score.c (strerror) |
| 5 | [!HAVE_STRERROR]: Remove. | 14 | [!HAVE_STRERROR]: Remove. |