summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-27 00:36:16 +0100
committerhut <hut@lavabit.com>2010-03-27 00:36:16 +0100
commitb4ed18002b30bb7df6e4fd564175b5aa3c523e3c (patch)
tree4fa18ef44b4a24ff526bb2674f4f424d6d07d13f
parentfa4fd0a19461bb10864910fbab166f6713c9e8f5 (diff)
downloadranger-b4ed18002b30bb7df6e4fd564175b5aa3c523e3c.tar.gz
gui.ui: corrected docstring
-rw-r--r--ranger/gui/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/ui.py b/ranger/gui/ui.py
index af72ee68..3e8f9e10 100644
--- a/ranger/gui/ui.py
+++ b/ranger/gui/ui.py
@@ -197,7 +197,7 @@ class UI(DisplayableContainer):
 		self.env.termsize = self.win.getmaxyx()
 
 	def draw(self):
-		"""Erase the window, then draw all objects in the container"""
+		"""Draw all objects in the container"""
 		self.win.touchwin()
 		DisplayableContainer.draw(self)
 		if self._draw_title and self.settings.update_title:
/* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Test everything
----------------
- [ ] `make test`
- [ ] `./ranger.py [--clean]`
- [ ] `ranger/ext/rifle.py`
- [ ] `make install`

Make a release commit
---------------------
- [ ] Update the number in the `README`
- [ ] Update `__version__` and `VERSION` in `ranger/__init__.py`
- [ ] Update `__version__` in `ranger/ext/rifle.py`
- [ ] `make man`
- [ ] Write changelog entry
- [ ] Think of a witty commit message
- [ ] Push the commit

Make snapshot and test again
----------------------------
- [ ] Build `.tar.gz` with `make snapshot`
- [ ] `make`
- [ ] `make install`
- [ ] Test the snapshot one last time

Update the website
------------------
- [ ] Add the new version as `ranger-stable.tar.gz`
- [ ] Add the new version as `ranger-X.Y.Z.tar.gz`
- [ ] Update both signatures `gpg --local-user 0x00FB5CDF --sign --detach-sign <file>`
- [ ] Update the changelog
- [ ] Update the man page
- [ ] Rerun `boobies.py`

Make a PyPI release
-------------------
- [ ] `git clean --force -d -x`
- [ ] `python setup.py sdist`
- [ ] `gpg --local-user 0x00000000 --detach-sign --armor dist/*`
- [ ] `twine upload dist/*`

Announce the update
-------------------
- [ ] To the mailing list
- [ ] In the arch linux forum
- [ ] Write a news entry on savannah

Change back to before
---------------------
- [ ] Change `VERSION` in `ranger/__init__.py` back to `master`