diff options
| author | Adrian Robert | 2008-07-28 01:41:57 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-28 01:41:57 +0000 |
| commit | bd6ce2baf7e701efdb42df45cf25e1789e9d66f4 (patch) | |
| tree | 2f7021e1b364d067bf726a5db662b29e5c7ad8b5 /src/ChangeLog | |
| parent | 0eafa5a7046ee3f4238a0127aeb8b3d783a8dc30 (diff) | |
| download | emacs-bd6ce2baf7e701efdb42df45cf25e1789e9d66f4.tar.gz emacs-bd6ce2baf7e701efdb42df45cf25e1789e9d66f4.zip | |
code cleanups in NS port
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 49c13b4fdfe..f60633e5183 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 | 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 2 | ||
| 3 | * nsfns.m (x-create-frame): Add copy of parms argument to beginning. | ||
| 4 | Set Vx_resource_name to a fallback. Replace read of 'buffered' | ||
| 5 | parameter with read of 'alpha' one. | ||
| 6 | (Qns_frame_parameter): Remove. | ||
| 7 | * nsselection.m (selection-coding-system) | ||
| 8 | (next-selection-coding-system, Vselection_coding_system) | ||
| 9 | (Vnext_selection_coding_system): Drop. | ||
| 10 | |||
| 11 | 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 12 | |||
| 3 | * nsfns.m (do-applescript, do_applescript): Rename to | 13 | * nsfns.m (do-applescript, do_applescript): Rename to |
| 4 | ns-do-applescript, ns_do_applescript, and move within file. | 14 | ns-do-applescript, ns_do_applescript, and move within file. |
| 5 | 15 | ||