Mercurial > emacs
comparison lisp/ChangeLog @ 58245:0dbdaa78cac7
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 15 Nov 2004 23:10:38 +0000 |
parents | d1148cd7ee88 |
children | a88bf92c239d |
comparison
equal
deleted
inserted
replaced
58244:1c84cc19e954 | 58245:0dbdaa78cac7 |
---|---|
1 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/compile.el (compilation-move-to-column): New fun. | |
4 (compilation-internal-error-properties) | |
5 (compilation-next-error-function): Use it to make sure we don't go past | |
6 the end of line. | |
7 | |
1 2004-11-15 John Paul Wallington <jpw@gnu.org> | 8 2004-11-15 John Paul Wallington <jpw@gnu.org> |
2 | 9 |
3 * autoinsert.el (auto-insert-alist): Insert the user's name in | 10 * autoinsert.el (auto-insert-alist): Insert the user's name in |
4 copyright notice, rather than Free Software Foundation, for the | 11 copyright notice, rather than Free Software Foundation, for the |
5 Emacs Lisp header case too. | 12 Emacs Lisp header case too. |
13 (pr-call-process): Message if calling process returns an error, that | 20 (pr-call-process): Message if calling process returns an error, that |
14 is, the exit status is different of zero. | 21 is, the exit status is different of zero. |
15 | 22 |
16 2004-11-15 Jay Belanger <belanger@truman.edu> | 23 2004-11-15 Jay Belanger <belanger@truman.edu> |
17 | 24 |
18 * calc/calcalg2.el (math-integrate-by-parts): Removed unused | 25 * calc/calcalg2.el (math-integrate-by-parts): Remove unused |
19 variable var-thing. | 26 variable var-thing. |
20 | 27 |
21 (math-integ-depth, math-integ-level, math-integral-limit) | 28 (math-integ-depth, math-integ-level, math-integral-limit) |
22 (math-enable-subst, math-any-substs, math-integ-msg) | 29 (math-enable-subst, math-any-substs, math-integ-msg) |
23 (math-prev-parts-v, math-good-parts, math-max-integral-limit) | 30 (math-prev-parts-v, math-good-parts, math-max-integral-limit) |
24 (math-int-threshold, math-int-factors, math-double-roots) | 31 (math-int-threshold, math-int-factors, math-double-roots) |
25 (math-solve-simplifying, var-IntegLimit, math-solve-sign) | 32 (math-solve-simplifying, var-IntegLimit, math-solve-sign) |
26 (var-GenCount): Declare these variables. | 33 (var-GenCount): Declare these variables. |
27 (calcFunc-integ): Don't check if var-IntegLimit is bound. | 34 (calcFunc-integ): Don't check if var-IntegLimit is bound. |
28 | 35 |
29 (math-integral-cache, math-integral-cache-state): Move | 36 (math-integral-cache, math-integral-cache-state): |
30 declarations to earlier in the file. | 37 Move declarations to earlier in the file. |
31 | 38 |
32 (math-deriv-var, math-deriv-total, math-deriv-symb) | 39 (math-deriv-var, math-deriv-total, math-deriv-symb) |
33 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3) | 40 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3) |
34 (math-so-far, math-integ-expr, math-expr-parts, calc-low) | 41 (math-so-far, math-integ-expr, math-expr-parts, calc-low) |
35 (calc-high, math-solve-var, math-solve-full, math-solve-vars) | 42 (calc-high, math-solve-var, math-solve-full, math-solve-vars) |
37 (math-solve-res): New variables | 44 (math-solve-res): New variables |
38 (math-derivative, calcFunc-deriv, calcFunc-tderiv) | 45 (math-derivative, calcFunc-deriv, calcFunc-tderiv) |
39 (math-integral, math-replace-integral-parts) | 46 (math-integral, math-replace-integral-parts) |
40 (math-integrate-by-parts, calc-dump-integral-cache) | 47 (math-integrate-by-parts, calc-dump-integral-cache) |
41 (math-try-integral, math-do-integral, math-do-integral) | 48 (math-try-integral, math-do-integral, math-do-integral) |
42 (math-do-integral-methods, math-try-solve-for) | 49 (math-do-integral-methods, math-try-solve-for) |
43 (math-try-solve-prod, math-solve-poly-funny-powers) | 50 (math-try-solve-prod, math-solve-poly-funny-powers) |
44 (math-solve-crunch-poly, math-decompose-poly) | 51 (math-solve-crunch-poly, math-decompose-poly) |
45 (math-solve-find-root-term, math-find-root-in-prod) | 52 (math-solve-find-root-term, math-find-root-in-prod) |
46 (math-integ-try-linear-substitutions) | 53 (math-integ-try-linear-substitutions) |
47 (math-integ-try-substitutions, math-expr-rational-in) | 54 (math-integ-try-substitutions, math-expr-rational-in) |
48 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits) | 55 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits) |
49 (math-solve-prod, math-solve-quartic, math-poly-all-roots) | 56 (math-solve-prod, math-solve-quartic, math-poly-all-roots) |
50 (math-solve-for, math-solve-system, math-solve-system-rec) | 57 (math-solve-for, math-solve-system, math-solve-system-rec) |
51 (math-solve-get-sign, math-solve-get-int) | 58 (math-solve-get-sign, math-solve-get-int) |
52 (math-solve-system-subst): Replace undeclared variables with newly | 59 (math-solve-system-subst): Replace undeclared variables with newly |
53 declared variables. | 60 declared variables. |
56 | 63 |
57 * files.el (convert-standard-filename): Doc fix. | 64 * files.el (convert-standard-filename): Doc fix. |
58 | 65 |
59 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org> | 66 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org> |
60 | 67 |
61 * files.el (auto-mode-alist): handle .gtkrc, and under /etc | 68 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc |
62 passwd, group, shadow, default/* and pam.d/*. | 69 passwd, group, shadow, default/* and pam.d/*. |
63 | 70 |
64 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 71 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
65 | 72 |
66 * printing.el (pr-menu-spec): Adjust menu specification. | 73 * printing.el (pr-menu-spec): Adjust menu specification. |
309 math-exp-keep-spaces. | 316 math-exp-keep-spaces. |
310 (math-read-brackets, math-read-vector, math-read-matrix): | 317 (math-read-brackets, math-read-vector, math-read-matrix): |
311 Use declared variable math-exp-token. | 318 Use declared variable math-exp-token. |
312 | 319 |
313 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | 320 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca> |
321 | |
322 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case | |
323 where the keymap is a symbol. | |
324 (easy-menu-add-item): Use keymap-prompt. Simplify. | |
314 | 325 |
315 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp. | 326 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp. |
316 | 327 |
317 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun. | 328 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun. |
318 (sgml-parse-tag-backward): Use it to skip spurious < or >. | 329 (sgml-parse-tag-backward): Use it to skip spurious < or >. |