diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-10 20:37:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-10 20:37:11 +0000 |
commit | 4febb0e77dda289b2a2f19cc4b4239eb8685d8d4 (patch) | |
tree | 10ed22cc05cf0837d003806383d9610309ee087a /etc | |
parent | 19a0baf79c376cee76278e29991be180695296ef (diff) | |
download | emacs-4febb0e77dda289b2a2f19cc4b4239eb8685d8d4.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ width which is the minimum number of pixels necessary to display any of the currently defined fringe bitmaps. The width of the built-in fringe bitmaps is 8 pixels. +** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program +counter to the specified source line (the one where point is). + ** hide-ifdef-mode now uses overlays rather than selective-display to hide its text. This should be mostly transparent but slightly changes the behavior of motion commands line C-e and C-p. |