Mercurial > emacs
comparison lisp/ChangeLog @ 75837:eac5c0e77b34
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 13 Feb 2007 12:13:16 +0000 |
parents | 770406986ce8 |
children | d8cb8b355d6d |
comparison
equal
deleted
inserted
replaced
75836:6a3bdbdc77a5 | 75837:eac5c0e77b34 |
---|---|
1 2007-02-13 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-dest-file) | |
4 (byte-compile-file): Doc fixes. | |
5 | |
1 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 7 |
3 * term/mac-win.el: Change all uses of | 8 * term/mac-win.el: Change all uses of |
4 mac-set-font-panel-visibility to mac-set-font-panel-visible-p. | 9 mac-set-font-panel-visibility to mac-set-font-panel-visible-p. |
5 (mac-ae-number): Return integer 0 if coerced result is float 0.0. | 10 (mac-ae-number): Return integer 0 if coerced result is float 0.0. |
11 | 16 |
12 * international/characters.el: Fix documentation of category `a'. | 17 * international/characters.el: Fix documentation of category `a'. |
13 | 18 |
14 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu> | 19 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu> |
15 | 20 |
16 * progmodes/grep.el (grep): Mention lgrep and rgrep in the | 21 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring. |
17 docstring. | |
18 | 22 |
19 2007-02-12 Michael Albinus <michael.albinus@gmx.de> | 23 2007-02-12 Michael Albinus <michael.albinus@gmx.de> |
20 | 24 |
21 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command) | 25 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command) |
22 (tramp-get-remote-ln): Handle error case. Reported by Chris Moore | 26 (tramp-get-remote-ln): Handle error case. Reported by Chris Moore |
44 (org-agenda-change-all-lines, org-scan-tags): Rename text property | 48 (org-agenda-change-all-lines, org-scan-tags): Rename text property |
45 from `category' to `org-category'. | 49 from `category' to `org-category'. |
46 | 50 |
47 2007-02-11 Kenichi Handa <handa@m17n.org> | 51 2007-02-11 Kenichi Handa <handa@m17n.org> |
48 | 52 |
49 * international/titdic-cnv.el (titdic-convert): Force files be | 53 * international/titdic-cnv.el (titdic-convert): Force files be written |
50 written with Unix-like eol format. Read files under CXTERM-DIC by | 54 with Unix-like eol format. Read files under CXTERM-DIC by raw-text. |
51 raw-text. | 55 (miscdic-convert): Force files be written with Unix-like eol format. |
52 (miscdic-convert): Force files be written with Unix-like eol | |
53 format. | |
54 | 56 |
55 2007-02-11 Juanma Barranquero <lekktu@gmail.com> | 57 2007-02-11 Juanma Barranquero <lekktu@gmail.com> |
56 | 58 |
57 * files.el (change-major-mode-with-file-name): Fix typo in docstring. | 59 * files.el (change-major-mode-with-file-name): Fix typo in docstring. |
58 | 60 |