Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
09_make_all_callbacks_return_void.patch | hnb (1.9.18-3) * Make all callbacks return void*. (Closes: #325645, #267438) | no | ||||
10_cursor_bug.patch | hnb (1.9.18-4) * Fix broken cursor. This bug was introduced with the previous patch which made all callbacks return void* and made hnb work on architectures where size of pointer is not equal to the size of integer, e.g. many 64-bit architectures. (Closes: #339613) |
no | ||||
00_fix_man_section.patch | hnb (1.9.1?-?) * Put man page in proper section. | no | ||||
01_quotations_instead_of_quotes.patch | hnb (1.9.17-3) * Use quotations instead of quotes. | no | ||||
02_recrusive_expand_collapse.patch | hnb (1.9.17-4) * Add recursive expand/collapse. (Closes: #248798) | no | ||||
03_hnbrc.patch | hnb (1.9.17-4) * Add recursive expand/collapse to hnbrc. (Closes: #248798) hnb (1.9.17-4) * Provide an alternate hnbrc file. (Closes: #228413) hnb (1.9.18-4) * Workaround for missing new nodes in search mode. (See: #405117) hnb (1.9.18-5) * Merge hnbrc.vi into hnbrc and add some macros which change e.g. the keybindings. Also improve the vi-like keybindings. (Closes: #292889) hnb (1.9.18-5) * Enable some additional editing commands in hnbrc, e.g. ^B, ^F and ^D. hnb (1.9.18-5) * Update alternative color scheme so that it does not assume a terminal with dark background color anymore. hnb (1.9.18-7) * Add an alternative bullet style to default hnbrc and reformat hnbrc. The alternative style uses less columns than the original style. hnb (1.9.18-8) * Adapt search key bindings to be more intuitive (at least for vi users, others presumably don't try these keys): - "N" does now search backwards instead of forward in context search. - The key binding for "P" in context search has been removed. * Do some whitespace fixes, hnb is very fussy about whitespaces in ascii mode, which is the recommended way to edit this file. * Change symbol for undone todo entries in alternative bullet style from "!" to "_". |
no | ||||
04_unset_done_when_toggeling_todo.patch | hnb (1.9.17-4) * Unset 'done' flag when toggling off a todo item. (Closes: #231256) |
no | ||||
05_return_null_if_node_is_null.patch | hnb (1.9.17-4) * Return NULL if node is NULL in node_get. (Closes: #245875) | no | ||||
07_postscript_todo.patch | hnb (1.9.18-1) * Add todo markup to postscript output. (Closes: #268968) | no | ||||
08_fix_implicitly_converted_pointer.patch | hnb (1.9.18-2) * Fix implicitly converted pointer. (Closes: #325352) | no | ||||
11_makefile_doc.patch | hnb (1.9.18-4) * Add doc/Makefile. It is used to generate the user documentation and can also be used to generate some graphs for developers. |
no | ||||
12_makefiles_cflags.patch | hnb (1.9.18-4) * Correctly handle CFLAGS. Normally CPPFLAGS should be used for preprocessor options, but this would require more lines to be patched. |
no | ||||
14_binary_autosave.patch | hnb (1.9.18-4) * Save recovery files in hnb's native format and choose a different naming scheme. Thanks to Steve Pomeroy. (Closes: #340061) |
no | ||||
15_document_export.patch | hnb (1.9.18-4) * Document exporting via shell command. (Closes: #223268) | no | ||||
16_refer_to_documentation_in_man.patch | hnb (1.9.18-4) * Refer to documentation in man page. | no | ||||
17_wrap_long_words.patch | hnb (1.9.18-5) * Wrap words that are longer than one line. This patch has been written by Tomáš Janoušek <tomi@nomi.cz> in 2007. hnb (1.9.18-6) * Fixed a character lost bug in word wrapping. Thanks to Tomáš Janoušek for the patch. |
no | ||||
18_todo_bullet_configurable.patch | hnb (1.9.18-7) * Make appearance of todo bullets configurable, this patch has been merged from lhnb. |
no | ||||
19_decouple_cursor.patch | hnb (1.9.18-8) * Make drawing the cursor independent from *data, this eases adding wide character support to hnb. Since we don't have full wide-character support yet, this patch uses addch() and inch() instead of add_wch() and in_wch(). |
no | ||||
20_call_setlocale.patch | hnb (1.9.18-8) * Call setlocale("LC_ALL") on startup of hnb. | no | ||||
21_link_against_ncursesw.patch | hnb (1.9.18-8) * Link against the wide character variant of libncurses. | no | ||||
22_set_encoding_to_utf-8_in_exported_files.patch | hnb (1.9.18-8) * Set encoding to UTF-8 in exported files. | no | ||||
23_fix_spelling_errors_in_man_page.patch | hnb (1.9.18-8) * Fix spelling errors in man page. | no | ||||
24_mark_node_as_not_temporary.patch | hnb (1.9.18-9) commit 5a1585ae74aabd6e08f1b55e3d587630049f2779 Mark node as not temporary when finishing an edit. |
Tomas Janousek <tomi@nomi.cz> | no | 2011-05-31 | ||
25_cli_format-security.patch | Fix wrong printf usage in cli.c to make it compile with -Werror=format-security =================================================================== |
Axel Beckert <abe@debian.org> | no | |||
26_makefile_ldflags.patch | Pass $LDFLAGS to linker =================================================================== |
Axel Beckert <abe@debian.org> | no | |||
27_fix_segfault_on_unset_$HOME.patch | =================================================================== | Axel Beckert <abe@debian.org> | no | |||
50_debian_use_sensible-browser_instead_of_w3m.patch | hnb (1.9.18-4) * Use sensible-browser instead of w3m. (Closes: #396370) | no | ||||
28_fix_spelling_error_in_binary.patch | Fix spelling error in binary Issue found by lintian (spelling-error-in-binary). | Axel Beckert <abe@debian.org> | no |