diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8214030d4d6..405a3f346e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -90,10 +90,8 @@ | |||
| 90 | * xselect.c (QPRIMARY): Move to keyboard.c. | 90 | * xselect.c (QPRIMARY): Move to keyboard.c. |
| 91 | 91 | ||
| 92 | * keyboard.c (Vselect_active_regions): Move from simple.el. | 92 | * keyboard.c (Vselect_active_regions): Move from simple.el. |
| 93 | (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New | 93 | (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars. |
| 94 | vars. | 94 | (command_loop_1): Set window selection prior to deactivating the mark. |
| 95 | (command_loop_1): Set window selection prior to deactivating the | ||
| 96 | mark. | ||
| 97 | 95 | ||
| 98 | 2010-08-07 Juanma Barranquero <lekktu@gmail.com> | 96 | 2010-08-07 Juanma Barranquero <lekktu@gmail.com> |
| 99 | 97 | ||
| @@ -113,8 +111,8 @@ | |||
| 113 | 111 | ||
| 114 | * keyboard.h (quit_char): Add declaration. | 112 | * keyboard.h (quit_char): Add declaration. |
| 115 | * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) | 113 | * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) |
| 116 | (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add | 114 | (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): |
| 117 | declarations. | 115 | Add declarations. |
| 118 | * sysdep.c: | 116 | * sysdep.c: |
| 119 | * w32.c: Remove the above declarations. | 117 | * w32.c: Remove the above declarations. |
| 120 | 118 | ||