Mercurial > emacs
comparison lisp/ChangeLog @ 55256:3b8756f645e9
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 30 Apr 2004 21:02:50 +0000 |
parents | da40197b136d |
children | 5a03a9eab24e |
comparison
equal
deleted
inserted
replaced
55255:3654c6b288e0 | 55256:3b8756f645e9 |
---|---|
1 2004-04-30 Mario Lang <mlang@delysid.org> | |
2 | |
3 * diff.el (diff-switches): Fix typo in docstring. | |
4 | |
1 2004-04-30 Alex Schroeder <alex@gnu.org> | 5 2004-04-30 Alex Schroeder <alex@gnu.org> |
2 | 6 |
3 * xml.el (xml-debug-print-internal): Don't add newline and | 7 * xml.el (xml-debug-print-internal): Don't add newline and |
4 indentation to text nodes and write empty elements as empty tags | 8 indentation to text nodes and write empty elements as empty tags |
5 instead of opening and closing tags. | 9 instead of opening and closing tags. |
33 * progmodes/compile.el (compilation-last-buffer): Add var alias. | 37 * progmodes/compile.el (compilation-last-buffer): Add var alias. |
34 | 38 |
35 * help-fns.el (help-C-file-name): Use new subr-name. | 39 * help-fns.el (help-C-file-name): Use new subr-name. |
36 Prepend `src/' to the file name. | 40 Prepend `src/' to the file name. |
37 (help-C-source-directory, help-subr-name, help-find-C-source): Remove. | 41 (help-C-source-directory, help-subr-name, help-find-C-source): Remove. |
38 (describe-function-1, describe-variable): Only find a C source file name | 42 (describe-function-1, describe-variable): Only find a C source file |
39 if DOC is already loaded. | 43 name if DOC is already loaded. |
40 | 44 |
41 * help-mode.el (help-function-def, help-variable-def): | 45 * help-mode.el (help-function-def, help-variable-def): |
42 Use the new find-function-search-for-symbol functionality. | 46 Use the new find-function-search-for-symbol functionality. |
43 Allow FILE to be `C-source'. | 47 Allow FILE to be `C-source'. |
44 | 48 |
45 * emacs-lisp/find-func.el (find-function-C-source-directory): New var. | 49 * emacs-lisp/find-func.el (find-function-C-source-directory): New var. |
46 (find-function-C-source): New fun. | 50 (find-function-C-source): New fun. |
47 (find-function-search-for-symbol): Use it. | 51 (find-function-search-for-symbol): Use it. |
48 | 52 |
49 2004-03-15 Michael Mauger <mmaug@yahoo.com> | 53 2004-03-29 Michael Mauger <mmaug@yahoo.com> |
50 | 54 |
51 * progmodes/sql.el (sql-product-alist): Rename variable | 55 * progmodes/sql.el (sql-product-alist): Rename variable |
52 `sql-product-support'. Add Postgres login parameters. | 56 `sql-product-support'. Add Postgres login parameters. |
53 (sql-set-product, sql-product-feature): Update with renamed | 57 (sql-set-product, sql-product-feature): Update with renamed |
54 variable. | 58 variable. |