# HG changeset patch # User Juanma Barranquero # Date 1083358970 0 # Node ID 3b8756f645e96f844318cba4cecde8667b27465c # Parent 3654c6b288e0accd4c3905c02511e5e4b1e9f0c7 *** empty log message *** diff -r 3654c6b288e0 -r 3b8756f645e9 lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 30 21:01:47 2004 +0000 +++ b/lisp/ChangeLog Fri Apr 30 21:02:50 2004 +0000 @@ -1,3 +1,7 @@ +2004-04-30 Mario Lang + + * diff.el (diff-switches): Fix typo in docstring. + 2004-04-30 Alex Schroeder * xml.el (xml-debug-print-internal): Don't add newline and @@ -35,8 +39,8 @@ * help-fns.el (help-C-file-name): Use new subr-name. Prepend `src/' to the file name. (help-C-source-directory, help-subr-name, help-find-C-source): Remove. - (describe-function-1, describe-variable): Only find a C source file name - if DOC is already loaded. + (describe-function-1, describe-variable): Only find a C source file + name if DOC is already loaded. * help-mode.el (help-function-def, help-variable-def): Use the new find-function-search-for-symbol functionality. @@ -46,7 +50,7 @@ (find-function-C-source): New fun. (find-function-search-for-symbol): Use it. -2004-03-15 Michael Mauger +2004-03-29 Michael Mauger * progmodes/sql.el (sql-product-alist): Rename variable `sql-product-support'. Add Postgres login parameters.