~ubuntu-branches/ubuntu/trusty/nano/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2010-01-20 00:18:38 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100120001838-ems2ygzxhnl60qan
Tags: 2.2.2-1
* The "Cabanyal" release.
* New upstream release.
* Switch to dpkg source 3.0 (quilt). Remove quilt patching support and
  README.source from the packaging, and drop quilt from Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-01-17 Chris Allegretta <chrisa@asty.org>
 
2
        * nano.c (main), prompt.c (do_statusbar_input): Handle problems with an unmapped 
 
3
          function due to key rebinding, fixes crashes on FreeBSD repoted by Eitan 
 
4
          Adler <eitanadlerlist@gmail.com>.
 
5
 
 
6
2010-01-14 Chris Allegretta <chrisa@asty.org>
 
7
        * files.c (do_writeout): Fix for crash / incorrect external modification warning
 
8
          due to earlier fix in r4467.
 
9
 
 
10
2010-01-12 Chris Allegretta <chrisa@asty.org>
 
11
        * move.c (do_page_up, do_page_down): Fix issues with not enough scrolling down/up
 
12
          and cursor centering.
 
13
        * winio.c (edit_scroll): Remove lots of needless checking of line length for 
 
14
          soft wrapping code.
 
15
        * winio.c (edit_update) - Remove extra code for when updating with old_current outside
 
16
          of the new buffer boundary and centering issues.
 
17
 
 
18
2010-01-05 Tito <farmatito@tiscali.it>
 
19
        * search.c (update_history): Fix bad length check causing search crash on armel platform.
 
20
 
 
21
2010-01-04 Chris Allegretta <chrisa@asty.org>
 
22
        * winio.c: edit_update, edit_redraw: Fix search not scrolling to the middle of the screen
 
23
          (reported by alpha@qzx.com) and places where we rely on maxrows but should not.
 
24
 
 
25
2009-12-26 Jordi Mallach <jordi@gnu.org>
 
26
        * doc/man/nano.1: Avoid a groff warning by prepending a zero-width
 
27
        space to a line starting with '.
 
28
 
 
29
2009-12-22 Chris Allegretta <chrisa@asty.org>
 
30
        * files.c (write_file): Fix compatibility with previous stat fix and tiny mode.
 
31
 
 
32
2009-12-22 David Lawrence Ramsey <pooka109@gmail.com>
 
33
        * global.c: Add new strings for forward/back in the file browser.  New variables
 
34
          nano_forwardfile_msg and nano_backfile_msg.
 
35
 
 
36
2009-12-20 Chris Allegretta <chrisa@asty.org>
 
37
        * files.c (is_file_writable): remove assert check for f, since it's not
 
38
          initialized at the time.  Fixes Savannah bug 28309, reported by Zoltan Kovacs.
 
39
 
 
40
2009-12-20 Brian Szymanski <skibrianski via Savannah>
 
41
        * src/files.c (write_file): Check stat struct exists, and if not use just obtained stat data.
 
42
          Fixes Ubuntu bug 471568, "reproducible crash in nano on trying to save to a file 
 
43
          different than the one specified on the command line".
 
44
 
 
45
2009-12-15 Chris Allegretta <chrisa@asty.org>
 
46
        * doc/nanorc.sample.in - Remove erroneous 'set suspendenable' as it's actually a 
 
47
          key binding (e.g. 'bind M-Z suspendenable all') and not a settable flag.  Fixes
 
48
          Savannah bug 28299 reported by Mike Frysinger.
 
49
 
1
50
GNU nano 2.2.1 - 2009.12.12
2
51
2009-12-12 Chris Allegretta <chrisa@asty.org>
3
52
        * text.c (do_delete), nano.c (do_output): Add check for length of current line