# HG changeset patch # User Juanma Barranquero # Date 1059510611 0 # Node ID b49a4e9995099a7f574971745d4f43ed7251e24f # Parent 5468f0e299c42b98985e104723a3fb94021a852e *** empty log message *** diff -r 5468f0e299c4 -r b49a4e999509 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 29 20:28:09 2003 +0000 +++ b/lisp/ChangeLog Tue Jul 29 20:30:11 2003 +0000 @@ -1,3 +1,8 @@ +2003-07-29 Jesper Harder (tiny change) + + * comint.el (comint-read-noecho): Use `clear-string' instead of + `fillarray'. + 2003-07-29 Thomas W Murphy (tiny change) * outline.el (outline-mode-hook): Add defvar. @@ -6,7 +11,7 @@ * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): Restore assembler in source window if that is what has been selected. - (menu): Add gdb-restore-windows to menu. Make gdba + (menu): Add gdb-restore-windows to menu. Make gdba specific menus only visible from gdba. 2003-07-28 Tak Ota (tiny change) @@ -18,7 +23,7 @@ * progmodes/gud.el (gdb-script-font-lock-keywords): Put `font-lock-function-name-face' on a symbol which includes - `-' like `hook-run'. Put font-lock-variable-name-face + `-' like `hook-run'. Put font-lock-variable-name-face on a symbol starting with $. 2003-07-27 Markus Rost