aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-10 20:37:11 +0000
committerRichard M. Stallman2001-12-10 20:37:11 +0000
commit4febb0e77dda289b2a2f19cc4b4239eb8685d8d4 (patch)
tree10ed22cc05cf0837d003806383d9610309ee087a
parent19a0baf79c376cee76278e29991be180695296ef (diff)
downloademacs-4febb0e77dda289b2a2f19cc4b4239eb8685d8d4.tar.gz
emacs-4febb0e77dda289b2a2f19cc4b4239eb8685d8d4.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d9d38ccd099..7f295e14586 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -44,6 +44,9 @@ width which is the minimum number of pixels necessary to display any
44of the currently defined fringe bitmaps. The width of the built-in 44of the currently defined fringe bitmaps. The width of the built-in
45fringe bitmaps is 8 pixels. 45fringe bitmaps is 8 pixels.
46 46
47** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program
48counter to the specified source line (the one where point is).
49
47** hide-ifdef-mode now uses overlays rather than selective-display 50** hide-ifdef-mode now uses overlays rather than selective-display
48to hide its text. This should be mostly transparent but slightly 51to hide its text. This should be mostly transparent but slightly
49changes the behavior of motion commands line C-e and C-p. 52changes the behavior of motion commands line C-e and C-p.