diff options
author | TingPing <tngpng@gmail.com> | 2013-05-16 09:07:38 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-05-16 09:07:38 -0700 |
commit | 69c2893234452107b2db67e431868d7400ea25aa (patch) | |
tree | 904233560d5029a472ec6416b4874f55c9b17011 /share | |
parent | 26cefd0587a5ca092a7b4ee442c144eee9e19dc5 (diff) | |
parent | 8ccd11ee4bbf3d4a7a7fc06a872eca6d20544cba (diff) |
Merge pull request #586 from bviktor/authcleanup
Login and network list cleanup
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/hacking.md | 6 | ||||
-rw-r--r-- | share/doc/readme.md | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/doc/hacking.md b/share/doc/hacking.md index 68badd71..a63dc044 100644 --- a/share/doc/hacking.md +++ b/share/doc/hacking.md @@ -2,10 +2,10 @@ Just some tips if you're going to help with HexChat code (patches etc): -* Use tabs, not spaces, to indent code. +* Use tabs, not spaces, to indent and align code. -* Use a tab size of 3 (most editors will let you choose this). - Type :set ts=3 in vim/gvim. +* Use a tab size of 4 (most editors will let you choose this). + Type :set ts=4 in vim/gvim. * Try to stick to the same consistant coding style (vertically aligned braces, a space after if, while, functions etc.): diff --git a/share/doc/readme.md b/share/doc/readme.md index ec2a6d9f..dc66e0ac 100644 --- a/share/doc/readme.md +++ b/share/doc/readme.md @@ -21,8 +21,8 @@ in general. HexChat runs on most BSD and POSIX compliant operating systems. ## Requirements: - * GTK+ 2.14 - * GLib 2.14 + * GTK+ 2.24 + * GLib 2.28 HexChat is known to work on, at least: |