aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-04 10:58:55 -0700
committerPaul Eggert2012-07-04 10:58:55 -0700
commit4e71fd8903e237cd2b45797bb1315f2699e1569e (patch)
treeed69ae887c429193f4ec1b334a866140ca32877b /src/ChangeLog
parent0566bc954097aae81a0efda950c4567be3139c23 (diff)
downloademacs-4e71fd8903e237cd2b45797bb1315f2699e1569e.tar.gz
emacs-4e71fd8903e237cd2b45797bb1315f2699e1569e.zip
* window.c (set_window_hscroll): Revert the 100000 hscroll limit.
This should be fixed in a better way; see Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>. (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6493d9eab05..d55b2474717 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12012-07-04 Paul Eggert <eggert@cs.ucla.edu> 12012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
4 This should be fixed in a better way; see Eli Zaretskii in
5 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
6 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
7
3 * fileio.c (time_error_value): Rename from special_mtime. 8 * fileio.c (time_error_value): Rename from special_mtime.
4 The old name's problems were noted by Eli Zaretskii in 9 The old name's problems were noted by Eli Zaretskii in
5 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>. 10 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.