diff options
| author | Juanma Barranquero | 2008-07-18 15:42:14 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-07-18 15:42:14 +0000 |
| commit | ba60bd44c7d909fa471f82d3f0477fec6d991751 (patch) | |
| tree | 3f640d99c73add753df2e1789f042be040f8476e /src | |
| parent | 555b0992fdbb6435ad74a22c9f894f9c3f405fda (diff) | |
| download | emacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.tar.gz emacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 74 |
1 files changed, 36 insertions, 38 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7dcca1f5457..9bd4755b9f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -34,15 +34,15 @@ | |||
| 34 | 34 | ||
| 35 | 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change) | 35 | 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change) |
| 36 | 36 | ||
| 37 | * w32inevt.c (change_frame_size): Remove extern declaration. | 37 | * w32inevt.c (change_frame_size): Remove extern declaration. |
| 38 | (resize_event, maybe_generate_resize_event): Pass SAFE arg to | 38 | (resize_event, maybe_generate_resize_event): Pass SAFE arg to |
| 39 | change_frame_size. | 39 | change_frame_size. |
| 40 | 40 | ||
| 41 | 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> | 41 | 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 42 | 42 | ||
| 43 | * getloadavg.c: Revert last change (2008-07-15). | 43 | * getloadavg.c: Revert last change (2008-07-15). |
| 44 | 44 | ||
| 45 | 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> | 45 | 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 46 | 46 | ||
| 47 | * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables | 47 | * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables |
| 48 | set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set | 48 | set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set |
| @@ -69,21 +69,20 @@ | |||
| 69 | 69 | ||
| 70 | * s/darwin.h: Reorganize ifdefs. | 70 | * s/darwin.h: Reorganize ifdefs. |
| 71 | 71 | ||
| 72 | 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> | 72 | 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 73 | 73 | ||
| 74 | * config.in | 74 | * config.in: |
| 75 | * dispextern.h | 75 | * dispextern.h: |
| 76 | * frame.c | 76 | * frame.c: |
| 77 | * image.c | 77 | * image.c: |
| 78 | * nsfns.m | 78 | * nsfns.m: |
| 79 | * nsfont.m | 79 | * nsfont.m: |
| 80 | * nsgui.h | 80 | * nsgui.h: |
| 81 | * nsmenu.m | 81 | * nsmenu.m: |
| 82 | * nsterm.h | 82 | * nsterm.h: |
| 83 | * nsterm.m | 83 | * nsterm.m: |
| 84 | * s/darwin.h | 84 | * s/darwin.h: |
| 85 | * xdisp.c: Change most cases of PENDING to TODO, some to FIXME or | 85 | * xdisp.c: Change most cases of PENDING to TODO, some to FIXME or XXX. |
| 86 | XXX. | ||
| 87 | 86 | ||
| 88 | 2008-07-17 Andreas Schwab <schwab@suse.de> | 87 | 2008-07-17 Andreas Schwab <schwab@suse.de> |
| 89 | 88 | ||
| @@ -121,7 +120,7 @@ | |||
| 121 | * frame.h: Include dispextern.h for Display_Info. | 120 | * frame.h: Include dispextern.h for Display_Info. |
| 122 | (display_x_get_resource): Declare. | 121 | (display_x_get_resource): Declare. |
| 123 | 122 | ||
| 124 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> | 123 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 125 | 124 | ||
| 126 | * syntax.c: Remove stdio.h include accidentally introduced in | 125 | * syntax.c: Remove stdio.h include accidentally introduced in |
| 127 | Emacs.app commit. | 126 | Emacs.app commit. |
| @@ -265,10 +264,10 @@ | |||
| 265 | USER_FULL_NAME with its value. | 264 | USER_FULL_NAME with its value. |
| 266 | * config.in: Regenerate. | 265 | * config.in: Regenerate. |
| 267 | 266 | ||
| 268 | 2008-07-16 David Reitter <david.reitter@gmail.com> | 267 | 2008-07-16 David Reitter <david.reitter@gmail.com> |
| 269 | 268 | ||
| 270 | * Makefile.in: add ns-win, ns-carbon-compat, easy-mmode and | 269 | * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and |
| 271 | easy-menu to SOME_MACHINE_LISP for the new NeXTstep port | 270 | easy-menu to SOME_MACHINE_LISP for the new NeXTstep port. |
| 272 | 271 | ||
| 273 | 2008-07-16 Glenn Morris <rgm@gnu.org> | 272 | 2008-07-16 Glenn Morris <rgm@gnu.org> |
| 274 | 273 | ||
| @@ -279,17 +278,17 @@ | |||
| 279 | * keyboard.c (parse_menu_item): Don't use cachelist, even under NS. | 278 | * keyboard.c (parse_menu_item): Don't use cachelist, even under NS. |
| 280 | If the cache doesn't work, let's fix it, rather than work around it. | 279 | If the cache doesn't work, let's fix it, rather than work around it. |
| 281 | 280 | ||
| 282 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> | 281 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 283 | 282 | ||
| 284 | * Makefile.in: Correct additions for nsfont.o in last commit. | 283 | * Makefile.in: Correct additions for nsfont.o in last commit. |
| 285 | * nsfont.m: New file (forgot last commit). | 284 | * nsfont.m: New file (forgot last commit). |
| 286 | 285 | ||
| 287 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> | 286 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 288 | 287 | ||
| 289 | Changes and additions for NeXTstep windowing system (Cocoa and | 288 | Changes and additions for NeXTstep windowing system (Cocoa and |
| 290 | GNUstep) support. | 289 | GNUstep) support. |
| 291 | 290 | ||
| 292 | * Makefile.in | 291 | * Makefile.in: |
| 293 | * config.in: Support defines and build commands for NS port. | 292 | * config.in: Support defines and build commands for NS port. |
| 294 | * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT) | 293 | * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT) |
| 295 | (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G. | 294 | (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G. |
| @@ -370,12 +369,12 @@ | |||
| 370 | (free_menubar_widget_tree_value, update_submenu_strings) | 369 | (free_menubar_widget_tree_value, update_submenu_strings) |
| 371 | (find_and_call_menu_selection): Treat NS as X and NT. | 370 | (find_and_call_menu_selection): Treat NS as X and NT. |
| 372 | (find_and_return_menu_selection): New function, used for popup menus. | 371 | (find_and_return_menu_selection): New function, used for popup menus. |
| 373 | * nsgui.h | 372 | * nsgui.h: |
| 374 | * nsterm.h | 373 | * nsterm.h: |
| 375 | * nsfns.m | 374 | * nsfns.m: |
| 376 | * nsimage.m | 375 | * nsimage.m: |
| 377 | * nsmenu.m | 376 | * nsmenu.m: |
| 378 | * nsselect.m | 377 | * nsselect.m: |
| 379 | * nsterm.m: New files. | 378 | * nsterm.m: New files. |
| 380 | * process.c (wait_reading_process_output): Under NS, call ns_select() | 379 | * process.c (wait_reading_process_output): Under NS, call ns_select() |
| 381 | instead of plain select(). | 380 | instead of plain select(). |
| @@ -569,8 +568,7 @@ | |||
| 569 | 568 | ||
| 570 | 2008-07-10 Chong Yidong <cyd@stupidchicken.com> | 569 | 2008-07-10 Chong Yidong <cyd@stupidchicken.com> |
| 571 | 570 | ||
| 572 | * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped | 571 | * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line. |
| 573 | line. | ||
| 574 | 572 | ||
| 575 | 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu> | 573 | 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 576 | 574 | ||
| @@ -959,9 +957,9 @@ | |||
| 959 | Add hfont member. | 957 | Add hfont member. |
| 960 | (FONT_COMPAT): Remove obsolete macro. | 958 | (FONT_COMPAT): Remove obsolete macro. |
| 961 | 959 | ||
| 962 | * w32font.c (w32font_close): Remove compat code. Delete hfont member. | 960 | * w32font.c (w32font_close): Remove compat code. Delete hfont member. |
| 963 | (w32font_encode_char, w32font_text_extents): Use new hfont member. | 961 | (w32font_encode_char, w32font_text_extents): Use new hfont member. |
| 964 | (w32font_open_internal): Remove compat code. Set new hfont member. | 962 | (w32font_open_internal): Remove compat code. Set new hfont member. |
| 965 | (Fx_select_font): Use new hfont member. | 963 | (Fx_select_font): Use new hfont member. |
| 966 | 964 | ||
| 967 | * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape) | 965 | * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape) |
| @@ -1123,7 +1121,7 @@ | |||
| 1123 | replacing truncate_partial_width_windows. | 1121 | replacing truncate_partial_width_windows. |
| 1124 | (init_iterator): If Vtruncate_partial_width_windows is an integer, | 1122 | (init_iterator): If Vtruncate_partial_width_windows is an integer, |
| 1125 | truncate only if the window width is below that integer. | 1123 | truncate only if the window width is below that integer. |
| 1126 | (start_display. resize_mini_window, produce_stretch_glyph) | 1124 | (start_display, resize_mini_window, produce_stretch_glyph) |
| 1127 | (display_string, move_it_in_display_line_to): Use line_wrap. | 1125 | (display_string, move_it_in_display_line_to): Use line_wrap. |
| 1128 | (back_to_previous_visible_line_start, reseat_1): Reset | 1126 | (back_to_previous_visible_line_start, reseat_1): Reset |
| 1129 | string_from_display_prop_p. | 1127 | string_from_display_prop_p. |