Mercurial > emacs
comparison src/ChangeLog @ 100520:ef7469bad806
Format and file name fixes, for AUTHORS.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 19 Dec 2008 03:07:25 +0000 |
parents | ce4ce31aa65a |
children | d4d66858815a |
comparison
equal
deleted
inserted
replaced
100519:3c5c56135963 | 100520:ef7469bad806 |
---|---|
1859 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of | 1859 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of |
1860 f->output_data.x. | 1860 f->output_data.x. |
1861 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new | 1861 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new |
1862 terminal devices. | 1862 terminal devices. |
1863 | 1863 |
1864 * msdos.h Remove definition of struct x_display_info and struct | 1864 * msdos.h: Remove definition of struct x_display_info and struct |
1865 x_output. | 1865 x_output. |
1866 (FRAME_FONT): Use output_data.tty. | 1866 (FRAME_FONT): Use output_data.tty. |
1867 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define. | 1867 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define. |
1868 (struct x_display_info): Rename from display_info. Update all users in | 1868 (struct x_display_info): Rename from display_info. Update all users in |
1869 msdos.c. | 1869 msdos.c. |
2493 | 2493 |
2494 * nsfns.m (x-create-frame): Add copy of parms argument to beginning. | 2494 * nsfns.m (x-create-frame): Add copy of parms argument to beginning. |
2495 Set Vx_resource_name to a fallback. Replace read of 'buffered' | 2495 Set Vx_resource_name to a fallback. Replace read of 'buffered' |
2496 parameter with read of 'alpha' one. | 2496 parameter with read of 'alpha' one. |
2497 (Qns_frame_parameter): Remove. | 2497 (Qns_frame_parameter): Remove. |
2498 * nsselection.m (selection-coding-system) | 2498 * nsselect.m (selection-coding-system) |
2499 (next-selection-coding-system, Vselection_coding_system) | 2499 (next-selection-coding-system, Vselection_coding_system) |
2500 (Vnext_selection_coding_system): Drop. | 2500 (Vnext_selection_coding_system): Drop. |
2501 | 2501 |
2502 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com> | 2502 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com> |
2503 | 2503 |