Mercurial > emacs
comparison lisp/ChangeLog @ 81864:2fb3e18fa954
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 14 Jul 2007 11:11:43 +0000 |
parents | 29ac3696d5de |
children | cf95931559f7 |
comparison
equal
deleted
inserted
replaced
81863:885122f2f146 | 81864:2fb3e18fa954 |
---|---|
1 2007-07-14 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * subr.el (when, unless): Doc fix. | |
4 | |
1 2007-07-13 Eli Zaretskii <eliz@gnu.org> | 5 2007-07-13 Eli Zaretskii <eliz@gnu.org> |
2 | 6 |
3 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets. | 7 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets. |
4 (install): Use them to copy all *.el files before *.elc. | 8 (install): Use them to copy all *.el files before *.elc. |
5 | 9 |
23 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. | 27 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. |
24 | 28 |
25 2007-07-13 Carsten Dominik <dominik@science.uva.nl> | 29 2007-07-13 Carsten Dominik <dominik@science.uva.nl> |
26 | 30 |
27 * textmodes/org.el: Bug fixes. | 31 * textmodes/org.el: Bug fixes. |
28 (org-end-of-line): Move to end of line if in headline without | 32 (org-end-of-line): Move to end of line if in headline without tags. |
29 tags. | |
30 | 33 |
31 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca> | 34 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca> |
32 | 35 |
33 * vc-hooks.el: Remove spurious * in docstrings. | 36 * vc-hooks.el: Remove spurious * in docstrings. |
34 (vc-handled-backends): Add BZR. | 37 (vc-handled-backends): Add BZR. |
295 | 298 |
296 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e) | 299 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e) |
297 (math-approx-gamma-const): Add docstrings. | 300 (math-approx-gamma-const): Add docstrings. |
298 | 301 |
299 * calc/calc-forms.el (math-julian-date-beginning) | 302 * calc/calc-forms.el (math-julian-date-beginning) |
300 (math-julian-date-beginning-int) New constants. | 303 (math-julian-date-beginning-int): New constants. |
301 (math-format-date-part, math-parse-standard-date, calcFunc-julian): | 304 (math-format-date-part, math-parse-standard-date, calcFunc-julian): |
302 Use the new constants. | 305 Use the new constants. |
303 | 306 |
304 * calc/calc-funcs.el (math-gammap1-raw): Add docstring. | 307 * calc/calc-funcs.el (math-gammap1-raw): Add docstring. |
305 | 308 |