diff options
| author | Miles Bader | 2007-07-18 22:15:15 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-07-18 22:15:15 +0000 |
| commit | 4dacf5c59890f619e2285e6afae1061c763d87fa (patch) | |
| tree | eee51e638782332d75082c4f420708c35ffdd451 /src/ChangeLog | |
| parent | 4bb99e3a15f1e7e13103df4908814294dc974463 (diff) | |
| parent | 6e3aa3f58ef253559ce6416d6aa02885cd944ff1 (diff) | |
| download | emacs-4dacf5c59890f619e2285e6afae1061c763d87fa.tar.gz emacs-4dacf5c59890f619e2285e6afae1061c763d87fa.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 814-815)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-232
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76c8c8ef163..af29937753c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2007-07-17 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (Fdisplay_buffer): If largest or LRU window is the | ||
| 4 | only window, split it even if it is not eligible for splitting. | ||
| 5 | This restores the original behavior broken by the 2007-07-15 | ||
| 6 | change. | ||
| 7 | |||
| 8 | 2007-07-17 Glenn Morris <rgm@gnu.org> | ||
| 9 | |||
| 10 | * abbrev.c (abbrev_check_chars): New function. | ||
| 11 | (Fdefine_global_abbrev, Fdefine_mode_abbrev): Call | ||
| 12 | abbrev_check_chars to check abbrev characters are word | ||
| 13 | constituents. Doc fix. | ||
| 14 | |||
| 15 | 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 16 | |||
| 17 | * process.c (Fstart_process, Fmake_network_process) | ||
| 18 | (read_process_output): Fix up last changes. | ||
| 19 | |||
| 20 | 2007-07-16 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * makefile.w32-in (clean): Don't delete *~. | ||
| 23 | |||
| 24 | 2007-07-16 Andreas Schwab <schwab@suse.de> | ||
| 25 | |||
| 26 | * window.c (Fdisplay_buffer): Use NILP. | ||
| 27 | (Fset_window_scroll_bars): Likewise. | ||
| 28 | |||
| 29 | 2007-07-15 Martin Rudalics <rudalics@gmx.at> | ||
| 30 | |||
| 31 | * window.c (window_min_size_2): New function. | ||
| 32 | (window_min_size_1, size_window, Fdisplay_buffer) | ||
| 33 | (Fsplit_window, adjust_window_trailing_edge): Use it to avoid | ||
| 34 | windows without mode- or header-lines when window-min-height is | ||
| 35 | too small. | ||
| 36 | (size_window): Reset nodelete_p after testing it, following an | ||
| 37 | earlier note by Kim F. Storm. | ||
| 38 | (display_buffer): Do not set split_height_threshold to twice the | ||
| 39 | value of window_min_height to avoid changing the value of a | ||
| 40 | customizable variable. Rather explicitly check whether the | ||
| 41 | height of the window that shall be splitted is at least as large | ||
| 42 | as split_height_threshold. | ||
| 43 | |||
| 1 | 2007-07-14 Jason Rumney <jasonr@gnu.org> | 44 | 2007-07-14 Jason Rumney <jasonr@gnu.org> |
| 2 | 45 | ||
| 3 | * process.c [WINDOWSNT]: Don't undefine AF_INET6. | 46 | * process.c [WINDOWSNT]: Don't undefine AF_INET6. |