aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAge
* Enter date of release.Nicholas Marriott2017-04-20
|
* Missing :.Nicholas Marriott2017-04-20
|
* Changes to CHANGES.Nicholas Marriott2017-04-20
|
* Update CHANGES fileThomas Adam2017-04-20
|
* Fix typosThomas Adam2016-09-30
|
* Release tmux 2.3Thomas Adam2016-09-29
|
* Spelling, from Josh Soref.Nicholas Marriott2016-06-10
|
* Add CHANGES notes for 2.2 releaseThomas Adam2016-04-11
|
* Update for 2.1 release.Thomas Adam2015-10-18
|
* No $Id$.Nicholas Marriott2015-06-04
|
* CHANGES for tmux 2.0Thomas Adam2015-05-07
|
* Remove LocalWords.Nicholas Marriott2014-04-02
|
* Update CHANGES and configure.ac for 1.9a releaseThomas Adam2014-02-22
|
* Update CHANGES and configure.ac for 1.9 releaseThomas Adam2014-02-20
|
* Trivial typo fixes in changes.Nicholas Marriott2013-03-27
|
* Update CHANGES and configure.ac for 1.8 release.Thomas Adam2013-03-26
|
* Update NOTES, CHANGES, configure.ac for 1.7 releaseThomas Adam2012-10-13
|
* Major changes since the previous version.Tiago Cunha2012-01-23
|
* Changes for 1.5.Tiago Cunha2011-07-09
|
* Expand the Id keyword. Tiago Cunha2011-07-09
|
* Major changes since the previous version.Tiago Cunha2010-12-27
|
* Changes for 1.3.Tiago Cunha2010-07-18
|
* Update CHANGES, and NOTES for the 1.2 release.Tiago Cunha2010-03-10
|
* Update CHANGES, and NOTES for the 1.1 release.Tiago Cunha2009-11-05
|
* 1.0.Nicholas Marriott2009-09-20
|
* Try to make a bit more sense here.Nicholas Marriott2009-07-01
|
* Changes for 0.9.Nicholas Marriott2009-07-01
|
* This file is not going to be used as much any longer, make a note.Nicholas Marriott2009-07-01
|
* stat(2) files before trying to load them to avoid problems, for example with ↵Nicholas Marriott2009-05-21
| | | | | | | "source-file /dev/zero". This commit dedicated to Tom: protecting idiots from their own stupidity for more than 20 years.
* Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide ↵Nicholas Marriott2009-05-19
| | | | character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the terminal, these need to be rethought. Also might be better using a width 1 character rather than width 2.
* If LANG contains "UTF-8", assume the terminal supports UTF-8, on the grounds ↵Nicholas Marriott2009-05-19
| | | | that anyone who configures it probably wants UTF-8. Not certain if this is a perfect idea but let's see if it causes any problems.
* - New window option monitor-content to search for a string in a window, andTiago Cunha2009-05-19
| | | | | | | | | highlight the status line if it matches. - To make this possible, the function cmd_find_window_search from cmd-find-window.c had to be moved to window.c and renamed window_pane_search. - While there use three new functions in server.c to check for bell, activity, and content, to avoid too much nesting.
* main-horizontal layout and main-pane-height option to match vertical.Nicholas Marriott2009-05-18
|
* left-vertical -> main-vertical.Nicholas Marriott2009-05-18
| | | | | Also update CHANGES/TODO.
* select-layout command and some key bindings.Nicholas Marriott2009-05-16
|
* Recreate server socket on SIGUSR1, per SF feature request 2792533.Nicholas Marriott2009-05-16
|
* Keys in status line (p in vi mode, M-y in emacs) to paste the first line of ↵Nicholas Marriott2009-05-14
| | | | the upper paste buffer. Suggested by Dan Colish.
* clear-history command.Nicholas Marriott2009-05-14
|
* Don't force wrapping with \n when asked, let the cursor code figure it out. ↵Nicholas Marriott2009-05-14
| | | | Should fix terminals which use this to detect line breaks.
* Add a changes entry.Nicholas Marriott2009-05-13
|
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
|
* Use ACS for line drawing characters.Nicholas Marriott2009-05-04
|
* Support "neww; neww" as well "neww ; neww".Nicholas Marriott2009-04-30
|
* previous-layout command.Nicholas Marriott2009-04-30
|
* Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkillNicholas Marriott2009-04-30
| | | | | but meh.
* Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott2009-04-30
|
* Some tweaks for Solaris.Nicholas Marriott2009-04-29
| | | | | Get rid of vis.* in favour of a small replacement function.
* Avoid using the prompt history when the server is locked, and prevent anyTiago Cunha2009-04-27
| | | | | input entered from being added to the client's prompt history. From nicm.
* - confirm-before command.Tiago Cunha2009-04-27
| | | | | | - Bound "&" and "x" by default to confirm-before "kill-window" and confirm-before "kill-pane", respectively.
* Support NEL.Nicholas Marriott2009-04-23
|