Mercurial > emacs
changeset 69656:e704de29521a
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 24 Mar 2006 13:28:11 +0000 |
parents | b1e3b0da5945 |
children | f58d58756723 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 24 13:26:36 2006 +0000 +++ b/lisp/ChangeLog Fri Mar 24 13:28:11 2006 +0000 @@ -1,10 +1,14 @@ +2006-03-24 Kim F. Storm <storm@cua.dk> + + * apropos.el (apropos-synonyms): Add selection => region. + 2006-03-25 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-var-create-regexp) (gdb-var-list-children-regexp, gdb-var-update-regexp) (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1) (gdb-data-list-register-values-regexp) - (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler): + (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler): Future proof against new fields being added to MI output. (gdb-send): Don't treat backslashes for program input as continuations.
--- a/src/ChangeLog Fri Mar 24 13:26:36 2006 +0000 +++ b/src/ChangeLog Fri Mar 24 13:28:11 2006 +0000 @@ -1,3 +1,7 @@ +2006-03-24 Kim F. Storm <storm@cua.dk> + + * fns.c (sxhash_list): Include last non-nil CDR in hash. + 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * macmenu.c (enum mac_menu_kind): New enum.