comparison lisp/ChangeLog @ 81777:6306681bf3b4

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 09 Jul 2007 20:49:25 +0000
parents 7fa3928586ff
children cd3e38bb3dc7
comparison
equal deleted inserted replaced
81776:7fa3928586ff 81777:6306681bf3b4
11 after the search. 11 after the search.
12 12
13 2007-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 13 2007-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
14 14
15 * window.el (fit-window-to-buffer): Remove setting of window-min-height 15 * window.el (fit-window-to-buffer): Remove setting of window-min-height
16 to 1 as enlarge-window uses the value to resize/shrink windows other than 16 to 1 as enlarge-window uses the value to resize/shrink windows other
17 WINDOW if needed. 17 than WINDOW if needed.
18 18
19 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org> 19 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
20 20
21 * cus-start.el (file-coding-system-alist): Fix custom type. 21 * cus-start.el (file-coding-system-alist): Fix custom type.
22 22
76 76
77 * calc/calc-bin.el (math-bignum-logb-digit-size) 77 * calc/calc-bin.el (math-bignum-logb-digit-size)
78 (math-bignum-digit-power-of-two): Evaluate when compiled. 78 (math-bignum-digit-power-of-two): Evaluate when compiled.
79 79
80 * calc/calc-comb.el (math-small-factorial-table) 80 * calc/calc-comb.el (math-small-factorial-table)
81 (math-init-random-base,math-prime-test): Remove unnecessary calls 81 (math-init-random-base, math-prime-test): Remove unnecessary calls
82 to `math-read-number-simple'. 82 to `math-read-number-simple'.
83 83
84 * calc/calc-ext.el (math-approx-pi,math-approx-sqrt-e) 84 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
85 (math-approx-gamma-const): Add docstrings. 85 (math-approx-gamma-const): Add docstrings.
86 86
87 * calc/calc-forms.el (math-julian-date-beginning) 87 * calc/calc-forms.el (math-julian-date-beginning)
88 (math-julian-date-beginning-int) New constants. 88 (math-julian-date-beginning-int) New constants.
89 (math-format-date-part,math-parse-standard-date,calcFunc-julian): 89 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
90 Use the new constants. 90 Use the new constants.
91 91
92 * calc/calc-funcs.el (math-gammap1-raw): Add docstring. 92 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
93 93
94 * calc/calc-math.el (math-approx-ln-10,math-approx-ln-2): Add docstrings. 94 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
95 Add docstrings.
95 96
96 2007-07-07 Tom Tromey <tromey@redhat.com> 97 2007-07-07 Tom Tromey <tromey@redhat.com>
97 98
98 * vc.el (vc-annotate): Jump to line and output message only after the 99 * vc.el (vc-annotate): Jump to line and output message only after the
99 process is really all done. 100 process is really all done.
166 `math-random-three-digit-number'. 167 `math-random-three-digit-number'.
167 (math-random-digits): Don't depend on representation of integer. 168 (math-random-digits): Don't depend on representation of integer.
168 169
169 * calc/calc-bin.el (math-bignum-logb-digit-size) 170 * calc/calc-bin.el (math-bignum-logb-digit-size)
170 (math-bignum-digit-power-of-two): New constants. 171 (math-bignum-digit-power-of-two): New constants.
171 (math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum) 172 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
172 (math-not-bignum,math-clip-bignum): Use the constants 173 (math-not-bignum, math-clip-bignum): Use the constants
173 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size' 174 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
174 instead of their values. 175 instead of their values.
175 (math-clip): Use math-small-integer-size instead of its value. 176 (math-clip): Use math-small-integer-size instead of its value.
176 177
177 * calc/calc.el (math-add-bignum): Replace number by constant. 178 * calc/calc.el (math-add-bignum): Replace number by constant.
321 (org-table-eval-formula): New argument untouchable. 322 (org-table-eval-formula): New argument untouchable.
322 (org-table-put-field-property): New function. 323 (org-table-put-field-property): New function.
323 324
324 2007-07-02 Martin Rudalics <rudalics@gmx.at> 325 2007-07-02 Martin Rudalics <rudalics@gmx.at>
325 326
326 * help-mode.el (help-make-xrefs): Skip spaces too when 327 * help-mode.el (help-make-xrefs): Skip spaces too when
327 skipping tabs. 328 skipping tabs.
328 329
329 * ffap.el (dired-at-point-prompter): Improve prompt in 330 * ffap.el (dired-at-point-prompter): Improve prompt in
330 list-directory case. 331 list-directory case.
331 332
377 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca> 378 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
378 379
379 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\) 380 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
380 syntax as well. Reported by Juri Linkov <juri@jurta.org>. 381 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
381 382
382 >>>>>>> 1.11328
383 2007-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 383 2007-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
384 384
385 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to 385 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
386 replace-regexp-in-string. 386 replace-regexp-in-string.
387 387