Mercurial > emacs
comparison lisp/ChangeLog @ 86038:2cb332934e53
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 11 Nov 2007 23:13:48 +0000 |
parents | 94d9a76af84b |
children | 7e4fbb6cb63c |
comparison
equal
deleted
inserted
replaced
86037:53a76ff570bd | 86038:2cb332934e53 |
---|---|
1 2007-11-11 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * international/iso-cvt.el (iso-translate-conventions): Doc fix. | |
4 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab) | |
5 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring. | |
6 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso) | |
7 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso): | |
8 Rewrite in active voice. | |
9 | |
1 2007-11-11 Tassilo Horn <tassilo@member.fsf.org> | 10 2007-11-11 Tassilo Horn <tassilo@member.fsf.org> |
2 | 11 |
3 * doc-view.el: Add comments about isearch support. | 12 * doc-view.el: Add comments about isearch support. |
4 | 13 |
5 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu> | 14 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu> |
6 | 15 |
7 * vc.el (vc-start-entry): Fix setting the in the case the function | 16 * vc.el (vc-start-entry): Fix setting the in the case the function |
8 is called from vc-dired. Use when instead of if where | 17 is called from vc-dired. Use when instead of if where appropriate. |
9 appropriate. | |
10 | 18 |
11 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 19 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
12 | 20 |
13 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches to be a | 21 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches |
14 list. | 22 to be a list. |
15 (ps-begin-job): Error if ps-lpr-switches is not a list. | 23 (ps-begin-job): Error if ps-lpr-switches is not a list. |
16 | 24 |
17 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 25 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
18 | 26 |
19 * faces.el (face-normalize-spec): Remove function. | 27 * faces.el (face-normalize-spec): Remove function. |
97 (describe-syntax, describe-categories): | 105 (describe-syntax, describe-categories): |
98 Use with-help-window instead of with-output-to-temp-buffer. | 106 Use with-help-window instead of with-output-to-temp-buffer. |
99 | 107 |
100 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu> | 108 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu> |
101 | 109 |
102 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize | 110 * emacs-lisp/byte-opt.el (byte-optimize-featurep): |
103 (featurep 'emacs) to t. | 111 Optimize (featurep 'emacs) to t. |
104 | 112 |
105 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New | 113 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): |
106 function. | 114 New function. |
107 (byte-compile-maybe-guarded): Use it to also look for bound | 115 (byte-compile-maybe-guarded): Use it to also look for bound |
108 symbols inside `and' forms. Comment out non-working code that was | 116 symbols inside `and' forms. Comment out non-working code that was |
109 trying to avoid warnings for XEmacs code. | 117 trying to avoid warnings for XEmacs code. |
110 | 118 |
111 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only. | 119 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only. |