diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.10 | 8 | ||||
| -rw-r--r-- | src/ChangeLog.3 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.4 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.6 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.7 | 10 | ||||
| -rw-r--r-- | src/lread.c | 2 | ||||
| -rw-r--r-- | src/w32.c | 4 | ||||
| -rw-r--r-- | src/w32fns.c | 2 | ||||
| -rw-r--r-- | src/w32inevt.c | 2 | ||||
| -rw-r--r-- | src/w32proc.c | 4 | ||||
| -rw-r--r-- | src/w32term.c | 6 |
11 files changed, 22 insertions, 22 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index e166cdeb3e4..76029bd44fc 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -5561,7 +5561,7 @@ | |||
| 5561 | 5561 | ||
| 5562 | 2006-01-26 Lőrentey Károly <lorentey@elte.hu> | 5562 | 2006-01-26 Lőrentey Károly <lorentey@elte.hu> |
| 5563 | 5563 | ||
| 5564 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. | 5564 | * editfns.c (Fconstrain_to_field): Fix behavior on field boundaries. |
| 5565 | (find_field): Set before_field to after_field when pos is at BEGV. | 5565 | (find_field): Set before_field to after_field when pos is at BEGV. |
| 5566 | (Fline_beginning_position, Fline_end_position): | 5566 | (Fline_beginning_position, Fline_end_position): |
| 5567 | Clarify confusing doc string. | 5567 | Clarify confusing doc string. |
| @@ -11188,7 +11188,7 @@ | |||
| 11188 | 11188 | ||
| 11189 | 2004-12-23 Jason Rumney <jasonr@gnu.org> | 11189 | 2004-12-23 Jason Rumney <jasonr@gnu.org> |
| 11190 | 11190 | ||
| 11191 | * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour | 11191 | * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behavior |
| 11192 | of JPEG library. | 11192 | of JPEG library. |
| 11193 | 11193 | ||
| 11194 | 2004-12-22 Richard M. Stallman <rms@gnu.org> | 11194 | 2004-12-22 Richard M. Stallman <rms@gnu.org> |
| @@ -16570,7 +16570,7 @@ | |||
| 16570 | Use non-text cursor when mouse pointer is outside editable text, | 16570 | Use non-text cursor when mouse pointer is outside editable text, |
| 16571 | i.e. in the void after end-of-line or end-of-buffer; this was | 16571 | i.e. in the void after end-of-line or end-of-buffer; this was |
| 16572 | already done for W32, but is now standard for all systems -- | 16572 | already done for W32, but is now standard for all systems -- |
| 16573 | user can toggle show-text-cursor-in-void to get old behaviour. | 16573 | user can toggle show-text-cursor-in-void to get old behavior. |
| 16574 | (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and | 16574 | (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and |
| 16575 | Vdisplay_pixels_per_inch. | 16575 | Vdisplay_pixels_per_inch. |
| 16576 | 16576 | ||
| @@ -20827,7 +20827,7 @@ | |||
| 20827 | 2003-01-13 Francesco Potortì <pot@gnu.org> | 20827 | 2003-01-13 Francesco Potortì <pot@gnu.org> |
| 20828 | 20828 | ||
| 20829 | * fileio.c (Fdelete_directory, Fdelete_file): Document the | 20829 | * fileio.c (Fdelete_directory, Fdelete_file): Document the |
| 20830 | behaviour in front of symlinks. | 20830 | behavior in front of symlinks. |
| 20831 | (Fdelete_file): Raise an error on directories. | 20831 | (Fdelete_file): Raise an error on directories. |
| 20832 | 20832 | ||
| 20833 | 2003-01-13 Dave Love <fx@gnu.org> | 20833 | 2003-01-13 Dave Love <fx@gnu.org> |
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index be24f9c8b05..fbd3dfc8696 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -12709,7 +12709,7 @@ | |||
| 12709 | free_screen_glyphs now takes screen argument. | 12709 | free_screen_glyphs now takes screen argument. |
| 12710 | 12710 | ||
| 12711 | * window.c (Fnext_window, Fprevious_window): Fixed typo. New | 12711 | * window.c (Fnext_window, Fprevious_window): Fixed typo. New |
| 12712 | behaviour: mini non-nil implies all_screens if global mini screen | 12712 | behavior: mini non-nil implies all_screens if global mini screen |
| 12713 | exists, implies current screen only if not. | 12713 | exists, implies current screen only if not. |
| 12714 | (Fdisplay_buffer): Simplification of multi-screen code. | 12714 | (Fdisplay_buffer): Simplification of multi-screen code. |
| 12715 | 12715 | ||
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index b83aa2d06ae..826e5e406df 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 | |||
| @@ -4274,7 +4274,7 @@ | |||
| 4274 | 4274 | ||
| 4275 | * systty.h (EMACS_GETPGRP): New macro hides argument passing to | 4275 | * systty.h (EMACS_GETPGRP): New macro hides argument passing to |
| 4276 | system getpgrp. Reinstate some semblance of control over this | 4276 | system getpgrp. Reinstate some semblance of control over this |
| 4277 | macros behaviour by paying attention to GETPGRP_NO_ARG. | 4277 | macros behavior by paying attention to GETPGRP_NO_ARG. |
| 4278 | * sysdep.c (sys_suspend): Use EMACS_GETPGRP macro. | 4278 | * sysdep.c (sys_suspend): Use EMACS_GETPGRP macro. |
| 4279 | * emacs.c (main): Use EMACS_GETPGRP macro. | 4279 | * emacs.c (main): Use EMACS_GETPGRP macro. |
| 4280 | (shut_down_emacs): Use EMACS_GETPGRP macro. | 4280 | (shut_down_emacs): Use EMACS_GETPGRP macro. |
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index bc97cd8464a..ce56be659a9 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -1578,7 +1578,7 @@ | |||
| 1578 | 1578 | ||
| 1579 | * msdos.c (check_timer): Removed; use gettime instead. | 1579 | * msdos.c (check_timer): Removed; use gettime instead. |
| 1580 | (sys_select): Call __dpmi_yield while waiting for input to | 1580 | (sys_select): Call __dpmi_yield while waiting for input to |
| 1581 | improve multitasking behaviour. | 1581 | improve multitasking behavior. |
| 1582 | Do not check timer when no timeout. | 1582 | Do not check timer when no timeout. |
| 1583 | 1583 | ||
| 1584 | 1996-04-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 1584 | 1996-04-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 8e5f480523d..f02d38459e4 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -124,7 +124,7 @@ | |||
| 124 | 124 | ||
| 125 | 1998-08-13 Andrew Innes <andrewi@harlequin.co.uk> | 125 | 1998-08-13 Andrew Innes <andrewi@harlequin.co.uk> |
| 126 | 126 | ||
| 127 | * w32.c (stat): Fall-back to default behaviour when we cannot get | 127 | * w32.c (stat): Fall-back to default behavior when we cannot get |
| 128 | accurate information on file attributes. | 128 | accurate information on file attributes. |
| 129 | 129 | ||
| 130 | 1998-08-12 Richard Stallman <rms@psilocin.ai.mit.edu> | 130 | 1998-08-12 Richard Stallman <rms@psilocin.ai.mit.edu> |
| @@ -3309,17 +3309,17 @@ | |||
| 3309 | 3309 | ||
| 3310 | 1998-02-19 Kenichi Handa <handa@etl.go.jp> | 3310 | 1998-02-19 Kenichi Handa <handa@etl.go.jp> |
| 3311 | 3311 | ||
| 3312 | * buffer.c (advance_to_char_boundary): Make the behaviour | 3312 | * buffer.c (advance_to_char_boundary): Make the behavior |
| 3313 | consistent with INC_POS. | 3313 | consistent with INC_POS. |
| 3314 | 3314 | ||
| 3315 | * ccl.c (Fccl_execute_on_string): Add new arg UNIBYTE-P. | 3315 | * ccl.c (Fccl_execute_on_string): Add new arg UNIBYTE-P. |
| 3316 | 3316 | ||
| 3317 | * charset.h (INC_POS): Use macro BASE_LEADING_CODE_P. | 3317 | * charset.h (INC_POS): Use macro BASE_LEADING_CODE_P. |
| 3318 | (DEC_POS): Make the behaviour consistent with INC_POS. | 3318 | (DEC_POS): Make the behavior consistent with INC_POS. |
| 3319 | (BUF_INC_POS, BUF_DEC_POS): Likewise. | 3319 | (BUF_INC_POS, BUF_DEC_POS): Likewise. |
| 3320 | 3320 | ||
| 3321 | * charset.c (invalid_character): New function. | 3321 | * charset.c (invalid_character): New function. |
| 3322 | (chars_in_text): Make the behaviour consistent with INC_POS. | 3322 | (chars_in_text): Make the behavior consistent with INC_POS. |
| 3323 | (multibyte_chars_in_text): Likewise. | 3323 | (multibyte_chars_in_text): Likewise. |
| 3324 | (str_cmpchar_id): Likewise. | 3324 | (str_cmpchar_id): Likewise. |
| 3325 | (non_ascii_char_to_string): Call invalid_character. | 3325 | (non_ascii_char_to_string): Call invalid_character. |
| @@ -3368,7 +3368,7 @@ | |||
| 3368 | * search.c (search_buffer): Update POS_BYTE for regexp search. | 3368 | * search.c (search_buffer): Update POS_BYTE for regexp search. |
| 3369 | 3369 | ||
| 3370 | * xdisp.c (display_text_line): Handling of a wide-column character | 3370 | * xdisp.c (display_text_line): Handling of a wide-column character |
| 3371 | fixed. Make the behaviour consistent with INC_POS. | 3371 | fixed. Make the behavior consistent with INC_POS. |
| 3372 | 3372 | ||
| 3373 | 1998-02-18 Richard Stallman <rms@gnu.org> | 3373 | 1998-02-18 Richard Stallman <rms@gnu.org> |
| 3374 | 3374 | ||
diff --git a/src/lread.c b/src/lread.c index 9e543f88fae..6415448c0bc 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -2034,7 +2034,7 @@ read_escape (readcharfun, stringp) | |||
| 2034 | { | 2034 | { |
| 2035 | register int c = READCHAR; | 2035 | register int c = READCHAR; |
| 2036 | /* \u allows up to four hex digits, \U up to eight. Default to the | 2036 | /* \u allows up to four hex digits, \U up to eight. Default to the |
| 2037 | behaviour for \u, and change this value in the case that \U is seen. */ | 2037 | behavior for \u, and change this value in the case that \U is seen. */ |
| 2038 | int unicode_hex_count = 4; | 2038 | int unicode_hex_count = 4; |
| 2039 | 2039 | ||
| 2040 | switch (c) | 2040 | switch (c) |
| @@ -1265,7 +1265,7 @@ init_environment (char ** argv) | |||
| 1265 | profile_result = get_folder_path (NULL, CSIDL_APPDATA, NULL, | 1265 | profile_result = get_folder_path (NULL, CSIDL_APPDATA, NULL, |
| 1266 | 0, default_home); | 1266 | 0, default_home); |
| 1267 | 1267 | ||
| 1268 | /* If we can't get the appdata dir, revert to old behaviour. */ | 1268 | /* If we can't get the appdata dir, revert to old behavior. */ |
| 1269 | if (profile_result == S_OK) | 1269 | if (profile_result == S_OK) |
| 1270 | env_vars[0].def_value = default_home; | 1270 | env_vars[0].def_value = default_home; |
| 1271 | } | 1271 | } |
| @@ -2514,7 +2514,7 @@ sys_rename (const char * oldname, const char * newname) | |||
| 2514 | return -1; | 2514 | return -1; |
| 2515 | } | 2515 | } |
| 2516 | 2516 | ||
| 2517 | /* Emulate Unix behaviour - newname is deleted if it already exists | 2517 | /* Emulate Unix behavior - newname is deleted if it already exists |
| 2518 | (at least if it is a file; don't do this for directories). | 2518 | (at least if it is a file; don't do this for directories). |
| 2519 | 2519 | ||
| 2520 | Since we mustn't do this if we are just changing the case of the | 2520 | Since we mustn't do this if we are just changing the case of the |
diff --git a/src/w32fns.c b/src/w32fns.c index 9a22601dbd4..df229789d55 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -6841,7 +6841,7 @@ Value is t if tooltip was open, nil otherwise. */) | |||
| 6841 | ***********************************************************************/ | 6841 | ***********************************************************************/ |
| 6842 | extern Lisp_Object Qfile_name_history; | 6842 | extern Lisp_Object Qfile_name_history; |
| 6843 | 6843 | ||
| 6844 | /* Callback for altering the behaviour of the Open File dialog. | 6844 | /* Callback for altering the behavior of the Open File dialog. |
| 6845 | Makes the Filename text field contain "Current Directory" and be | 6845 | Makes the Filename text field contain "Current Directory" and be |
| 6846 | read-only when "Directories" is selected in the filter. This | 6846 | read-only when "Directories" is selected in the filter. This |
| 6847 | allows us to work around the fact that the standard Open File | 6847 | allows us to work around the fact that the standard Open File |
diff --git a/src/w32inevt.c b/src/w32inevt.c index 460565d61c5..54d958f1667 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -154,7 +154,7 @@ w32_kbd_mods_to_emacs (DWORD mods, WORD key) | |||
| 154 | if (mods & SCROLLLOCK_ON) | 154 | if (mods & SCROLLLOCK_ON) |
| 155 | retval |= w32_key_to_modifier (VK_SCROLL); | 155 | retval |= w32_key_to_modifier (VK_SCROLL); |
| 156 | 156 | ||
| 157 | /* Just in case someone wanted the original behaviour, make it | 157 | /* Just in case someone wanted the original behavior, make it |
| 158 | optional by setting w32-capslock-is-shiftlock to t. */ | 158 | optional by setting w32-capslock-is-shiftlock to t. */ |
| 159 | if (NILP (Vw32_capslock_is_shiftlock) | 159 | if (NILP (Vw32_capslock_is_shiftlock) |
| 160 | /* Keys that should _not_ be affected by CapsLock. */ | 160 | /* Keys that should _not_ be affected by CapsLock. */ |
diff --git a/src/w32proc.c b/src/w32proc.c index 91722df87ae..33981445c7c 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -71,7 +71,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD); | |||
| 71 | 71 | ||
| 72 | /* Control whether spawnve quotes arguments as necessary to ensure | 72 | /* Control whether spawnve quotes arguments as necessary to ensure |
| 73 | correct parsing by child process. Because not all uses of spawnve | 73 | correct parsing by child process. Because not all uses of spawnve |
| 74 | are careful about constructing argv arrays, we make this behaviour | 74 | are careful about constructing argv arrays, we make this behavior |
| 75 | conditional (off by default). */ | 75 | conditional (off by default). */ |
| 76 | Lisp_Object Vw32_quote_process_args; | 76 | Lisp_Object Vw32_quote_process_args; |
| 77 | 77 | ||
| @@ -973,7 +973,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp) | |||
| 973 | #if 0 | 973 | #if 0 |
| 974 | /* This version does not escape quotes if they occur at the | 974 | /* This version does not escape quotes if they occur at the |
| 975 | beginning or end of the arg - this could lead to incorrect | 975 | beginning or end of the arg - this could lead to incorrect |
| 976 | behaviour when the arg itself represents a command line | 976 | behavior when the arg itself represents a command line |
| 977 | containing quoted args. I believe this was originally done | 977 | containing quoted args. I believe this was originally done |
| 978 | as a hack to make some things work, before | 978 | as a hack to make some things work, before |
| 979 | `w32-quote-process-args' was added. */ | 979 | `w32-quote-process-args' was added. */ |
diff --git a/src/w32term.c b/src/w32term.c index 28861eea902..52c78b0558a 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -5401,7 +5401,7 @@ x_set_window_size (f, change_gravity, cols, rows) | |||
| 5401 | resize will happen asynchronously. But on Windows, the menu bar | 5401 | resize will happen asynchronously. But on Windows, the menu bar |
| 5402 | automatically wraps when the frame is too narrow to contain it, | 5402 | automatically wraps when the frame is too narrow to contain it, |
| 5403 | and that causes any calculations made here to come out wrong. The | 5403 | and that causes any calculations made here to come out wrong. The |
| 5404 | end is some nasty buggy behaviour, including the potential loss | 5404 | end is some nasty buggy behavior, including the potential loss |
| 5405 | of the minibuffer. | 5405 | of the minibuffer. |
| 5406 | 5406 | ||
| 5407 | Disabling this code is either not sufficient to fix the problems | 5407 | Disabling this code is either not sufficient to fix the problems |
| @@ -5524,9 +5524,9 @@ x_raise_frame (f) | |||
| 5524 | BLOCK_INPUT; | 5524 | BLOCK_INPUT; |
| 5525 | 5525 | ||
| 5526 | /* Strictly speaking, raise-frame should only change the frame's Z | 5526 | /* Strictly speaking, raise-frame should only change the frame's Z |
| 5527 | order, leaving input focus unchanged. This is reasonable behaviour | 5527 | order, leaving input focus unchanged. This is reasonable behavior |
| 5528 | on X where the usual policy is point-to-focus. However, this | 5528 | on X where the usual policy is point-to-focus. However, this |
| 5529 | behaviour would be very odd on Windows where the usual policy is | 5529 | behavior would be very odd on Windows where the usual policy is |
| 5530 | click-to-focus. | 5530 | click-to-focus. |
| 5531 | 5531 | ||
| 5532 | On X, if the mouse happens to be over the raised frame, it gets | 5532 | On X, if the mouse happens to be over the raised frame, it gets |