aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-10 08:53:30 +0000
committerJuanma Barranquero2007-10-10 08:53:30 +0000
commitc86f737748a087266c607c9bc0a0d79809c6b8f8 (patch)
tree409e1d6251c4a5ac80c9ec0d39b6c9d431f80d71 /src/ChangeLog
parent0f011df0d134243fadf4751b0ad6e83f8e1310ed (diff)
downloademacs-c86f737748a087266c607c9bc0a0d79809c6b8f8.tar.gz
emacs-c86f737748a087266c607c9bc0a0d79809c6b8f8.zip
(indent_tabs_mode, last_known_column, last_known_column_modified): Make static.
(syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ab4065907dc..385fb503af3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12007-10-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * indent.c (indent_tabs_mode, last_known_column)
4 (last_known_column_modified): Make static.
5 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
6
12007-10-10 Katsumi Yamaoka <yamaoka@jpl.org> 72007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
2 8
3 * puresize.h (BASE_PURESIZE): Increase to 1170000. 9 * puresize.h (BASE_PURESIZE): Increase to 1170000.
@@ -86,7 +92,7 @@
86 92
872007-10-09 Stefan Monnier <monnier@iro.umontreal.ca> 932007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
88 94
89 Add new `input-decode-map' keymap and use it for temrinal 95 Add new `input-decode-map' keymap and use it for terminal
90 escape sequences. 96 escape sequences.
91 * keyboard.h (struct kboard): Add Vinput_decode_map. 97 * keyboard.h (struct kboard): Add Vinput_decode_map.
92 Remove Vlocal_key_translation_map. 98 Remove Vlocal_key_translation_map.