diff options
| author | Pavel Janík | 2001-10-14 15:59:20 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-14 15:59:20 +0000 |
| commit | d19be8a9e3598e07f3736310e6ffc50e9a9c32da (patch) | |
| tree | 7cbe5fb5dcc68d7b45bcfefefa356c801fd47e02 /src/ChangeLog | |
| parent | ecdbe16a1f6d0f6002cb0dc2a5659ef98c0e970b (diff) | |
| download | emacs-d19be8a9e3598e07f3736310e6ffc50e9a9c32da.tar.gz emacs-d19be8a9e3598e07f3736310e6ffc50e9a9c32da.zip | |
(Fset_mouse_position): Improve style of comment to follow other comments.
(Fset_mouse_pixel_position): Improve style of comment to follow other
comments.
(Fmake_frame_visible): Doc fix and typo in comment.
(Fmake_frame_invisible): Doc fix and typo in comment.
(Ficonify_frame): Fix typo in comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c2f027c6347..ae9f01609d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * frame.c (Fset_mouse_position): Improve style of comment to | ||
| 4 | follow other comments. | ||
| 5 | (Fset_mouse_pixel_position): Improve style of comment to follow | ||
| 6 | other comments. | ||
| 7 | (Fmake_frame_visible): Doc fix and typo in comment. | ||
| 8 | (Fmake_frame_invisible): Doc fix and typo in comment. | ||
| 9 | (Ficonify_frame): Fix typo in comment. | ||
| 10 | |||
| 1 | 2001-10-14 Gerd Moellmann <gerd@gnu.org> | 11 | 2001-10-14 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * xfns.c, dispnew.c, xterm.c, xdisp.c, xfaces.c, xmenu.c | 13 | * xfns.c, dispnew.c, xterm.c, xdisp.c, xfaces.c, xmenu.c |