comparison etc/NEWS @ 53116:45df8b9582de

Fix typo for hide-ifdef-mode entry: "line" -> "like".
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 22 Nov 2003 07:34:51 +0000
parents be7088df924d
children af9d80359323
comparison
equal deleted inserted replaced
53115:988e1d16a971 53116:45df8b9582de
780 *** Do not allow debugger output history variable to grow without bounds. 780 *** Do not allow debugger output history variable to grow without bounds.
781 781
782 +++ 782 +++
783 ** hide-ifdef-mode now uses overlays rather than selective-display 783 ** hide-ifdef-mode now uses overlays rather than selective-display
784 to hide its text. This should be mostly transparent but slightly 784 to hide its text. This should be mostly transparent but slightly
785 changes the behavior of motion commands line C-e and C-p. 785 changes the behavior of motion commands like C-e and C-p.
786 786
787 +++ 787 +++
788 ** In Dired's ! command (dired-do-shell-command), `*' and `?' now 788 ** In Dired's ! command (dired-do-shell-command), `*' and `?' now
789 control substitution of the file names only when they are surrounded 789 control substitution of the file names only when they are surrounded
790 by whitespace. This means you can now use them as shell wildcards 790 by whitespace. This means you can now use them as shell wildcards