diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 618a1819c19..a59b8740094 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuf.c (get_minibuffer, read_minibuf_unwind): | ||
| 4 | Call minibuffer-inactive-mode. | ||
| 5 | |||
| 1 | 2011-05-31 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-05-31 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)): | 8 | * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)): |
| @@ -181,7 +186,7 @@ | |||
| 181 | 186 | ||
| 182 | merge count_size_as_multibyte, parse_str_to_multibyte | 187 | merge count_size_as_multibyte, parse_str_to_multibyte |
| 183 | * character.c, character.h (count_size_as_multibyte): | 188 | * character.c, character.h (count_size_as_multibyte): |
| 184 | Renamed from parse_str_to_multibyte; all uses changed. | 189 | Rename from parse_str_to_multibyte; all uses changed. |
| 185 | Check for integer overflow. | 190 | Check for integer overflow. |
| 186 | * insdel.c, lisp.h (count_size_as_multibyte): Remove, | 191 | * insdel.c, lisp.h (count_size_as_multibyte): Remove, |
| 187 | since it's now a duplicate of the other. This is more of | 192 | since it's now a duplicate of the other. This is more of |