diff options
| author | Glenn Morris | 2014-10-20 18:02:40 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-20 18:02:40 -0400 |
| commit | d9a72916e54b1bef8ad2322e6833f643473877b6 (patch) | |
| tree | d4cd6994eac2ea3d706d39d182e213b695272784 /src/ChangeLog | |
| parent | 1fc82d89a8a603754d17a35be1ce78e66d0b6fd6 (diff) | |
| download | emacs-d9a72916e54b1bef8ad2322e6833f643473877b6.tar.gz emacs-d9a72916e54b1bef8ad2322e6833f643473877b6.zip | |
* src/minibuf.c (history-length): Increase default from 30 to 100.
* lisp/cus-start.el (history-length): Bump :version. [Backport]
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 39e94a85a0e..ec904da39bb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-10-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * minibuf.c (history-length): Increase default from 30 to 100. | ||
| 4 | [Backport] | ||
| 5 | |||
| 1 | 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * xdisp.c (redisplay_window): Re-run pre-redisplay-function after we | 8 | * xdisp.c (redisplay_window): Re-run pre-redisplay-function after we |
| @@ -52,8 +57,7 @@ | |||
| 52 | array of 2 values specifying the coordinates of the frame's | 57 | array of 2 values specifying the coordinates of the frame's |
| 53 | top-left corner. Use these values instead of calling x_get_arg, | 58 | top-left corner. Use these values instead of calling x_get_arg, |
| 54 | which can cons Lisp objects, and therefore cannot be called except | 59 | which can cons Lisp objects, and therefore cannot be called except |
| 55 | from the main thread. Remove redundant tests for the default | 60 | from the main thread. Remove redundant tests for the default values. |
| 56 | values. | ||
| 57 | (my_create_window): Move the calculation of the coordinates of the | 61 | (my_create_window): Move the calculation of the coordinates of the |
| 58 | frame's top-left edge here. Pass them to the input thread via the | 62 | frame's top-left edge here. Pass them to the input thread via the |
| 59 | second parameter of the WM_EMACS_CREATEWINDOW message. | 63 | second parameter of the WM_EMACS_CREATEWINDOW message. |