~ubuntu-branches/ubuntu/saucy/nano/saucy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2009-12-01 20:59:14 UTC
  • mfrom: (1.2.5 upstream) (17.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091201205914-k0hydhsoysp7tahr
Tags: 2.2.0-1
* The "Televisió Sense Fronteres" release.
* New upstream stable release!
* Remove patch 10_tinybuildfix, applied upstream.
* Update 01_manpage_hyphens, as it's been applied only partially upstream.
* Remove French manpages from nano, until they are back in sync with the
  original versions (§12.1, Policy 3.8.3).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GNU nano 2.2.0 - 2009.11.30
 
2
2009-11-29 Chris Allegretta <chrisa@asty.org>
 
3
        * prompt.c (get_prompt_string) - Universally handle help key when is disabled.  Fixes Savannah
 
4
          bug 28117 by David Lawrence Ramsey <pooka109@gmail.com>.
 
5
        * chars.c, files.c: Add junk vars to silence the compiler.  Sigh.
 
6
 
 
7
2009-11-29 David Lawrence Ramsey <pooka109@gmail.com>
 
8
        * Change several *chars to const char, additional cleanups and casts to make compilers happier.
 
9
        * global.c: Fix replace and insert file initializations for proper compilation options.
 
10
        * nano.c (do_suspend): Update comments to reflect actual code path, bad Chris and thanks for
 
11
          noticing Jordi.
 
12
        * configure.ac: Fix typos
 
13
 
 
14
2009-11-27 Chris Allegretta <chrisa@asty.org>
 
15
        * nano.c (do_suspend): Don't clear the screen but do move the cursor down to the last line
 
16
          first in an effort to not corrupt the screen, which contradicts Pico but is consistent
 
17
          with almost all other text editors.  Fixes Savannah bug 28110/Debian bug 460510
 
18
          reported by Tim Connors <reportbug@rather.puzzling.org>.
 
19
        * doc/dyntax/makefile.nanorc - Sample Makefile highlighting based on wiki.linuxhelp.net version.
 
20
 
 
21
2009-11-26 Chris Allegretta <chrisa@asty.org>
 
22
        * winio.c (edit_scroll): Adjust for long lines when scrolling.
 
23
        * rcfile.c (parse_rcfile), initialize size argument to getline(), fixes crash on FreeBSD 
 
24
          reported by Eitan Adler <eitanadlerlist@gmail.com>.
 
25
 
 
26
2009-11-26 Jordi Mallach <jordi@gnu.org>
 
27
        * doc/man/*: Update all man pages to escape unescaped hyphens.
 
28
 
 
29
2009-11-24 Chris Allegretta <chrisa@asty.org>
 
30
        * move.c (do_page_up, do_page_down): Make these functions work better with soft
 
31
          line wrapping.
 
32
        * winio.c (compute_maxrows): Make maxrows calculation more accurate when all lines are > COLS.
 
33
 
 
34
2009-11-22 Chris Allegretta <chrisa@asty.org>
 
35
        * nano.c (main): Allow edit_refresh_needed to take effect when using --enable-tiny
 
36
          (fixes Savannah bug 28076 reported by David Lawrence Ramsey).
 
37
 
 
38
2009-11-22 David Lawrence Ramsey <pooka109@gmail.com>
 
39
        * nano.c (move_to_filestruct): Fix bug 71 (cut at top of line recenters)
 
40
        * Fix compilation with --enable-tiny
 
41
 
 
42
2009-11-22 Mike Frysinger <vapier@gentoo.org>
 
43
        * doc/syntax/gentoo.nanorc: Tweak comment highlighting.
 
44
 
 
45
GNU nano 2.1.99pre2 - 2009.11.21
 
46
2009-11-21 Chris Allegretta <chrisa@asty.org>
 
47
        * rcfile.c: Add unbinding keyword, fixes Savannah bug 22852 reported by frankd.
 
48
        * prompt.c (update_statusbar_line): Set statusbar_pww when updating the line.
 
49
          Fixes Savannah bug 24957 by Mike Frysinger.
 
50
 
 
51
2009-11-19 Chris Allegretta <chrisa@asty.org>
 
52
        * nano.c (die_save_file) Try nd match the permissions of the file we were
 
53
          editing but only make a minimal effort to do so. Fixes Savannah bug 27273
 
54
          reported by Mike Frysinger.
 
55
 
 
56
2009-11-18 Adrian Bunk <bunk via Savannah>
 
57
        * nano.c (main): Allow --fill and --nowrap to override nanorc entries and each other
 
58
          on the command line.
 
59
 
 
60
2009-11-15 Chris Allegretta <chrisa@asty.org>
 
61
        * winio.c (edit_refresh): Always computer maxsize regardless of whether smooth scrolling
 
62
          is enabled.  Fixes Savannah bug 28024 by Mike Frysinger.
 
63
 
1
64
GNU nano 2.1.99pre1 - 2009.11.15
2
65
2009-11-14 Chris Allegretta <chrisa@asty.org>
3
66
        * move.c (do_first_line, do_last_line): Just set edit_refresh_needed rather than