Skip to content

Commit 1b083aa

Browse files
committed
Update CHANGES and configure.ac for 1.8 release.
1 parent 399a15b commit 1b083aa

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGES

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
CHANGES FROM 1.7 to 1.8, 26 March 2013
2+
3+
Incompatible Changes
4+
====================
5+
6+
* layout redo/undo has been removed.
7+
8+
Normal Changes
9+
==============
10+
11+
* Add halfpage up/down bindings to copy mode.
12+
* Session choosing fixed to work with unattached sessions.
13+
* New window options window-status-last-{attr,bg,fg} to denote the last
14+
window which was active.
15+
* Scrolling in copy-mode now scrolls the region without moving the mouse
16+
cursor.
17+
* run-shell learnt '-t' to specify the pane to use when displaying output.
18+
* Support for middle-click pasting.
19+
* choose-tree learns '-u' to start uncollapsed.
20+
* select-window learnt '-T; to toggle to the last window if it's already
21+
current.
22+
* New session option 'assume-paste-time' for pasting text versus key-binding
23+
actions.
24+
* choose-* commands now work outside of an attached client.
25+
* Aliases are now shown for list-commands command.
26+
* Status learns about formats.
27+
* Free-form options can be set with set-option if prepended with an '@'
28+
sign.
29+
* capture-pane learnt '-p' to send to stdout, and '-e' for capturing escape
30+
sequences, and '-a' to capture the alternate screen, and '-P' to dump
31+
pending output.
32+
* Many new formats added (client_session, client_last_session, etc.)
33+
* Control mode, which is a way for a client to send tmux commands.
34+
Currently more useful to users of iterm2.
35+
* resize-pane learnt '-x' and '-y' for absolute pane sizing.
36+
* Config file loading now reports errors from all files which are loaded via
37+
the 'source-file' command.
38+
* 'copy-pipe' mode command to copy selection and pipe the selection to a
39+
command.
40+
* Changes panes can now emit focus notifications for certain applications
41+
which use those.
42+
* run-shell and if-shell now accept format placeholders.
43+
* resize-pane learnt '-Z' for zooming a pane temporarily.
44+
* new-session learnt '-A' to make it behave like attach-session.
45+
* set-option learnt '-o' to prevent setting an option which is already set.
46+
* capture-pane and show-options learns '-q' to silence errors.
47+
* New command 'wait-for' which blocks a client until woken up again.
48+
* Resizing panes will now reflow the text inside them.
49+
* Lots and lots of bug fixes, fixing memory-leaks, etc.
50+
* Various manpage improvements.
51+
152
CHANGES FROM 1.6 to 1.7, 13 October 2012
253

354
* tmux configuration files now support line-continuation with a "\" at the

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AC_CHECK_HEADERS(
4141
)
4242

4343
# Is this a debug build?
44-
found_debug=yes
44+
#found_debug=yes
4545
AC_ARG_ENABLE(
4646
debug,
4747
AC_HELP_STRING(--enable-debug, create a debug build),

0 commit comments

Comments
 (0)