diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2748eab612..377d32e3ca9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-12-19 Juanma Barranquero <lekktu@gmail.com> + + * image.el (image-type-header-regexps): Be more specific detecting `pbm' + and `png' files. Use non-capturing parenthesis for `tiff' regexp. + 2006-12-19 Kim F. Storm <storm@cua.dk> * bindings.el: Bind sigusr1 and sigusr2 in special-event-map diff --git a/src/ChangeLog b/src/ChangeLog index 6f78d7f686c..95e2ee842a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2006-12-19 Juanma Barranquero <lekktu@gmail.com> + + * keyboard.c (syms_of_keyboard) <double-click-time>: + * mac.c (Fmac_code_convert_string): + * search.c (Fsearch_forward): Doc fixes. + 2006-12-19 Kim F. Storm <storm@cua.dk> Rework 2006-12-04 change. A SIGUSR1 (SIGUSR2) signal now generates |
