diff options
| -rw-r--r-- | admin/FOR-RELEASE | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 1f8d0fec762..dcc1ff08a82 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -58,6 +58,7 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html | |||
| 58 | http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00385.html | 58 | http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00385.html |
| 59 | 59 | ||
| 60 | ** lekktu@gmail.com, Oct 11: frame-local variables weirdness | 60 | ** lekktu@gmail.com, Oct 11: frame-local variables weirdness |
| 61 | http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00519.html | ||
| 61 | I proposed a patch, which fixed this and seemed right, but the patch | 62 | I proposed a patch, which fixed this and seemed right, but the patch |
| 62 | caused other problems. They are being investigated now. | 63 | caused other problems. They are being investigated now. |
| 63 | 64 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60bd1af0adc..a61ea8afb5f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-10-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Tweak | ||
| 4 | regexp to avoid stack overflow. | ||
| 5 | |||
| 1 | 2007-10-16 Juanma Barranquero <lekktu@gmail.com> | 6 | 2007-10-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change. | 8 | * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change. |