diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index f3f244c7e39..aa788275256 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-09-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Give more-useful info on a fatal error (Bug#12328). | ||
| 4 | * NEWS: Document the change. | ||
| 5 | |||
| 1 | 2012-09-01 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Better seeds for (random). | 8 | Better seeds for (random). |
| @@ -97,6 +97,11 @@ machines. Other functions that use this format, such as | |||
| 97 | file-attributes and format-time-string, have been changed accordingly. | 97 | file-attributes and format-time-string, have been changed accordingly. |
| 98 | Old-format time stamps are still accepted. | 98 | Old-format time stamps are still accepted. |
| 99 | 99 | ||
| 100 | ** Emacs now generates backtraces on fatal errors. | ||
| 101 | On encountering a fatal error, Emacs now outputs a textual description | ||
| 102 | of the fatal signal, and a short backtrace on platforms like glibc | ||
| 103 | that support backtraces. | ||
| 104 | |||
| 100 | ** New functions `system-users', `system-groups' return lists of the user | 105 | ** New functions `system-users', `system-groups' return lists of the user |
| 101 | name, group names known to the system (where possible). | 106 | name, group names known to the system (where possible). |
| 102 | 107 | ||