Package: nedit / 1:5.6~cvs20081118-9

Metadata

Package Version Patches format
nedit 1:5.6~cvs20081118-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_EOF_Parser_error.patch | (download)

ReleaseNotes | 4 3 + 1 - 0 !
source/tags.c | 6 3 + 3 - 0 !
2 files changed, 6 insertions(+), 4 deletions(-)

 fix source/tags.c to properly parse eof
30_off_by_one.patch | (download)

ReleaseNotes | 2 2 + 0 - 0 !
source/regularExp.c | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 fix for off-by-one error, potentially causing a crash
40_Pointer_to_Integer.patch | (download)

Xlt/SlideC.c | 11 6 + 5 - 0 !
source/file.c | 3 2 + 1 - 0 !
source/highlight.c | 3 2 + 1 - 0 !
source/macro.c | 13 7 + 6 - 0 !
source/preferences.c | 9 5 + 4 - 0 !
source/regularExp.c | 3 2 + 1 - 0 !
source/userCmds.c | 5 3 + 2 - 0 !
util/prefFile.c | 5 3 + 2 - 0 !
8 files changed, 30 insertions(+), 22 deletions(-)

 fix warning: cast from pointer to integer of different size
50_ChangeNCinMan.patch | (download)

doc/nc.pod | 60 30 + 30 - 0 !
1 file changed, 30 insertions(+), 30 deletions(-)

 nedit-nc is upstream called nc, adjusted the man
90_build_no_ask.patch | (download)

util/check_lin_tif.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not ask questions at build time; would interrup auto builds


92_format_string.patch | (download)

source/nc.c | 2 1 + 1 - 0 !
source/preferences.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix format strings for hardedned build flags
fix_typo_in_help.patch | (download)

doc/help.etx | 2 1 + 1 - 0 !
source/help_data.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix two typo's in help text (thanks lintian)
language mode detection.patch | (download)

source/preferences.c | 30 15 + 15 - 0 !
1 file changed, 15 insertions(+), 15 deletions(-)

 change order of language mode detection.
 Now first use the file extension and then look in its contents. The former
 order prevented correct language detection due to ambigous recognition
 patterns.
multiple tabrows.patch | (download)

Microline/XmL/Folder.c | 10 10 + 0 - 0 !
source/window.c | 2 1 + 1 - 0 !
2 files changed, 11 insertions(+), 1 deletion(-)

 enable more than one tab row.
 The Microline folder widget is able to arrange tabs in more than one row.
 Useful when a lot of tabs (=open files) exist.
 .
 This patch disables the rotation of tab rows. The default behaviour would be
 to rotate the stack of tab rows so the active is in the lowest row.
show filename.patch | (download)

Microline/XmL/Folder.c | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 make filenames more visible on tabs if one has many open files.
 With this patch (longer parts of) filenames will be showed on tabs. 
 Unfortunately it is still not sufficient. TODO: Improve long filenames.
ewmh raise.patch | (download)

source/server.c | 5 4 + 1 - 0 !
util/misc.c | 30 30 + 0 - 0 !
util/misc.h | 4 4 + 0 - 0 !
3 files changed, 38 insertions(+), 1 deletion(-)

 raise a (partially) hidden nedit window when opening a new file.
 .
 This patch sets an EWMH hint before XMapRaised is called to raise a window 
 from within nedit (or nedit-server).
 .
 This is useful for nedit in non-tabbed mode or nc when trying to access/raise
 an already opened, but (partially) hidden nedit window, especially when the 
 "focus stealing prevention" of the window manager cannot be configured to 
 allow nedit to raise its windows.
 (Or more drastically: it makes nc usable again for those window managers)
 .
 The code for this patch is borrowed from wmctrl (1.0.7).
drag move v1_5.patch | (download)

source/Makefile.common | 1 1 + 0 - 0 !
source/menu.c | 2 2 + 0 - 0 !
source/preferences.c | 39 39 + 0 - 0 !
source/preferences.h | 6 6 + 0 - 0 !
source/tabDragDrop.c | 713 713 + 0 - 0 !
source/tabDragDrop.h | 37 37 + 0 - 0 !
source/window.c | 17 15 + 2 - 0 !
source/window.h | 1 1 + 0 - 0 !
8 files changed, 814 insertions(+), 2 deletions(-)

 move tabs by drag and drop