diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d938bd57fd7..e7ac2d066b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-06-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | Remove obsolete macro BASE_LEADING_CODE_P. | ||
| 4 | * character.h (BASE_LEADING_CODE_P): Remove. | ||
| 5 | * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove. | ||
| 6 | * buffer.c (Fset_buffer_multibyte): | ||
| 7 | * indent.c (scan_for_column, compute_motion): | ||
| 8 | * insdel.c (count_combining_before, count_combining_after): | ||
| 9 | Use LEADING_CODE_P instead of BASE_LEADING_CODE_P. | ||
| 10 | |||
| 1 | 2010-06-04 Juanma Barranquero <lekktu@gmail.com> | 11 | 2010-06-04 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 12 | ||
| 3 | Turn `directory-sep-char' into a noop. | 13 | Turn `directory-sep-char' into a noop. |