aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-04 10:11:11 -0700
committerPaul Eggert2012-07-04 10:11:11 -0700
commitf094125348fa8512392cc315b16de957c4f35458 (patch)
tree3c0c2d436e6c87965fd8a8c703646f40c0e0207d /src/ChangeLog
parent065c9eb405d6b80fa96630a6f4b9c76dc6ab0486 (diff)
downloademacs-f094125348fa8512392cc315b16de957c4f35458.tar.gz
emacs-f094125348fa8512392cc315b16de957c4f35458.zip
* fileio.c (time_error_value): Rename from special_mtime.
The old name's problems were noted by Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 06f9f9370a0..6493d9eab05 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-07-04 Paul Eggert <eggert@cs.ucla.edu> 12012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * fileio.c (time_error_value): Rename from special_mtime.
4 The old name's problems were noted by Eli Zaretskii in
5 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
6
3 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type. 7 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
4 This variable's comment says Emacs needs at least one GDB-visible 8 This variable's comment says Emacs needs at least one GDB-visible
5 symbol of type enum pvec_type, to work around GDB problems. 9 symbol of type enum pvec_type, to work around GDB problems.