aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <pedro@palves.net>2021-06-04 17:12:41 +0100
committerPedro Alves <pedro@palves.net>2021-07-02 16:31:20 +0100
commit90b044ef102df5bf7929c71fc9465f23279eabdd (patch)
treea65083f9f836ab2968a488fc9b259e874be55591 /gdb/ChangeLog
parent49910fd88dcd2ec3d0d9e56120ceb56a6a64b7b8 (diff)
downloadgdb-90b044ef102df5bf7929c71fc9465f23279eabdd.zip
gdb-90b044ef102df5bf7929c71fc9465f23279eabdd.tar.gz
gdb-90b044ef102df5bf7929c71fc9465f23279eabdd.tar.bz2
Document TUI improvements in the manual & NEWS
gdb/ChangeLog: yyyy-mm-dd Pedro Alves <pedro@palves.net> Hannes Domani <ssbssa@yahoo.de> * NEWS: Add new "TUI Improvements" section and mention mouse support and that unrecognized special keys are now passed to GDB. Mention Python Window.click in the Python improvements section. gdb/doc/ChangeLog: yyyy-mm-dd Pedro Alves <pedro@palves.net> * gdb.texinfo (TUI): <TUI Mouse Support>: New node/section. Co-Authored-By: Hannes Domani <ssbssa@yahoo.de> Change-Id: I0d79a795d8ac561fd28cdc5184bff029ba28bc64
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d109179..6febad5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2021-07-02 Pedro Alves <pedro@palves.net>
+ Hannes Domani <ssbssa@yahoo.de>
+
+ * NEWS: Add new "TUI Improvements" section and mention mouse
+ support and that unrecognized special keys are now passed to
+ GDB. Mention Python Window.click in the Python improvements
+ section.
+
2021-07-01 Pedro Alves <pedro@palves.net>
PR mi/15729