aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-08-09 02:43:50 +0000
committerChong Yidong2009-08-09 02:43:50 +0000
commit1c292fc7de79735fdea7f6df03a6b2ce7100b285 (patch)
treee56ff349ee31dc3d025f5a177c50f6e71d3aa0dc /lisp/ChangeLog
parent2db0ae07bce8513db2975836d6e20bfdee9c5f1c (diff)
downloademacs-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/ChangeLog7
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 @@
12009-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
12009-08-09 Dmitry Dzhus <dima@sphinx.net.ru> 82009-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