aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83ac7fa86ef..ddbb1c2d3df 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (read-passwd): Allow use from a minibuffer.
4
12012-08-14 Eli Zaretskii <eliz@gnu.org> 52012-08-14 Eli Zaretskii <eliz@gnu.org>
2 6
3 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens 7 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
@@ -13,8 +17,8 @@
13 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error 17 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
14 messages from GDB, pop them up in a tooltip to give feedback to 18 messages from GDB, pop them up in a tooltip to give feedback to
15 user. 19 user.
16 (gdb-tooltip-print-1): Quote the expression to evaluate. This 20 (gdb-tooltip-print-1): Quote the expression to evaluate.
17 allows to evaluate expressions with embedded whitespace. 21 This allows to evaluate expressions with embedded whitespace.
18 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command 22 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
19 if the TTY name is nil or empty (which happens when communicating 23 if the TTY name is nil or empty (which happens when communicating
20 with the inferior via pipes, e.g. on MS-Windows). 24 with the inferior via pipes, e.g. on MS-Windows).