aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bd369af4f24..33071435cee 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -108,6 +108,11 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
108* Changes in Emacs 22.1 108* Changes in Emacs 22.1
109 109
110+++ 110+++
111** In graphical mode, with a C program, GUD Tooltips have been extended to
112display the #define directive associated with an identifier when program is
113not executing.
114
115+++
111** `comint-use-prompt-regexp-instead-of-fields' has been renamed 116** `comint-use-prompt-regexp-instead-of-fields' has been renamed
112`comint-use-prompt-regexp'. The old name has been kept as an alias, 117`comint-use-prompt-regexp'. The old name has been kept as an alias,
113but declared obsolete. 118but declared obsolete.