diff options
| author | Chong Yidong | 2009-08-09 02:43:50 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-08-09 02:43:50 +0000 |
| commit | 1c292fc7de79735fdea7f6df03a6b2ce7100b285 (patch) | |
| tree | e56ff349ee31dc3d025f5a177c50f6e71d3aa0dc /lisp/ChangeLog | |
| parent | 2db0ae07bce8513db2975836d6e20bfdee9c5f1c (diff) | |
| download | emacs-1c292fc7de79735fdea7f6df03a6b2ce7100b285.tar.gz emacs-1c292fc7de79735fdea7f6df03a6b2ce7100b285.zip | |
* progmodes/hideshow.el (hs-special-modes-alist): Don't use
hs-c-like-adjust-block-beginning.
(hs-hide-block-at-point): Stop hiding at the beginning of
hs-block-end-regexp (Bug#700).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58a607bc505..2b0dab0028c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-08-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * progmodes/hideshow.el (hs-special-modes-alist): Don't use | ||
| 4 | hs-c-like-adjust-block-beginning. | ||
| 5 | (hs-hide-block-at-point): Stop hiding at the beginning of | ||
| 6 | hs-block-end-regexp (Bug#700). | ||
| 7 | |||
| 1 | 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru> | 8 | 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru> |
| 2 | 9 | ||
| 3 | * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be | 10 | * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be |