Mercurial > emacs
comparison src/ChangeLog @ 93325:38e4e1858d46
(enum fullscreen_type): Give it a name. Move it before use.
(struct frame): Use bit fields for boolean vars.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 27 Mar 2008 21:15:21 +0000 |
parents | 41f9d37301a2 |
children | f6e488e577db |
comparison
equal
deleted
inserted
replaced
93324:41f9d37301a2 | 93325:38e4e1858d46 |
---|---|
1 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * frame.h (enum fullscreen_type): Give it a name. Move it before use. | |
4 (struct frame): Use bit fields for boolean vars. | |
2 | 5 |
3 * process.c (server_accept_connection): Simplify naming. | 6 * process.c (server_accept_connection): Simplify naming. |
4 (emacs_get_tty_pgrp): Use SDATA. | 7 (emacs_get_tty_pgrp): Use SDATA. |
5 | 8 |
6 * coding.c (decode_coding_object): Fix last change. | 9 * coding.c (decode_coding_object): Fix last change. |