2007-04-22 19:04:05 +04:00
|
|
|
2007-04-22 David Lawrence Ramsey <pooka109@gmail.com>
|
|
|
|
|
|
|
|
* text.c (backup_lines): Avoid a segfault when the mark begins
|
|
|
|
and ends on the line after the last line of the paragraph.
|
|
|
|
|
2007-04-21 22:23:06 +04:00
|
|
|
2007-04-21 David Lawrence Ramsey <pooka109@gmail.com>
|
|
|
|
|
2007-04-21 22:57:47 +04:00
|
|
|
* files.c (do_writeout): If we're in restricted mode, we're not
|
|
|
|
allowed to write selections to files, so don't display the
|
|
|
|
"Write Selection to File" prompt.
|
2007-04-21 22:23:06 +04:00
|
|
|
* files.c (do_writeout): Simplify.
|
|
|
|
|
2007-04-19 08:12:54 +04:00
|
|
|
2007-04-19 David Lawrence Ramsey <pooka109@gmail.com>
|
|
|
|
|
|
|
|
* files.c (tail): Remove unneeded if statement.
|
|
|
|
|
2007-04-19 03:15:30 +04:00
|
|
|
2007-04-18 John M. Gabriele <jmg3000@gmail.com>
|
|
|
|
|
|
|
|
* doc/faq.html: Add a new section 4.14 (with minor tweaks by
|
|
|
|
David Lawrence Ramsey) to explain how autoindent affects pasted
|
|
|
|
text.
|
|
|
|
|
2007-04-18 17:48:37 +04:00
|
|
|
2007-04-18 David Lawrence Ramsey <pooka109@gmail.com>
|
|
|
|
|
2007-04-18 22:22:13 +04:00
|
|
|
* files.c (open_file): Open files using their full paths
|
|
|
|
whenever possible, so that ~user/file.txt and "~user/file.txt"
|
|
|
|
are treated the same way if ~user is a user's home directory.
|
2007-04-18 21:13:36 +04:00
|
|
|
* files.c (real_dir_from_tilde): Simplify.
|
2007-04-18 23:09:44 +04:00
|
|
|
* files.c (do_writeout): Properly display the warning in all
|
|
|
|
cases if we try to save (a) an existing file under a different
|
|
|
|
name, or (b) a file with no name under an existing file's name.
|
|
|
|
* files.c (do_writeout): Rename variable different_name to
|
|
|
|
do_warning, for clarity.
|
2007-04-18 22:22:13 +04:00
|
|
|
* rcfile.c (parse_include): Open files using their full paths
|
|
|
|
whenever possible, so that ~user/file.txt and "~user/file.txt"
|
|
|
|
are treated the same way if ~user is a user's home directory.
|
|
|
|
* rcfile.c (parse_include): Properly check for the included
|
|
|
|
file's being a directory, a character file, or a block file.
|
|
|
|
* rcfile.c (parse_include): For consistency, display the
|
|
|
|
filename as the user entered it if we can't read the specified
|
|
|
|
file.
|
2007-04-18 18:06:34 +04:00
|
|
|
* winio.c (parse_kbinput): Interpret Cancel and Shift-Cancel.
|
2007-04-18 17:48:37 +04:00
|
|
|
* winio.c (get_escape_seq_kbinput): Add missing comments.
|
|
|
|
|
2007-04-17 08:38:30 +04:00
|
|
|
2007-04-17 David Lawrence Ramsey <pooka109@gmail.com>
|
|
|
|
|
2007-04-18 17:45:57 +04:00
|
|
|
* files.c (real_dir_from_tilde): Fix long-standing problem,
|
|
|
|
found by Justin Fletcher, where directory names that began with
|
|
|
|
"~", but that weren't users' home directories, could be
|
|
|
|
erroneously treated as users' home directories (e.g. "~d/" would
|
|
|
|
be treated as "~daemon/").
|
2007-04-17 22:12:19 +04:00
|
|
|
* files.c (input_tab): Don't bother checking if num_matches is
|
2007-04-18 17:45:57 +04:00
|
|
|
less than zero, as it's a size_t and hence unsigned.
|
2007-04-17 08:38:30 +04:00
|
|
|
|
2007-04-17 07:43:59 +04:00
|
|
|
2007-04-16 David Lawrence Ramsey <pooka109@gmail.com>
|
|
|
|
|
2007-04-18 17:45:57 +04:00
|
|
|
* files.c (real_dir_from_tilde): Fix segfault, found by Justin
|
|
|
|
Fletcher, when dealing with directory names that begin with "~",
|
|
|
|
but that aren't users' home directories.
|
2007-04-17 07:43:59 +04:00
|
|
|
|
2007-04-12 02:18:16 +04:00
|
|
|
2007-04-11 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* doc/syntax/asm.nanorc, doc/syntax/c.nanorc,
|
|
|
|
doc/syntax/sh.nanorc: Copy the regex that highlights trailing
|
2007-04-18 17:45:57 +04:00
|
|
|
whitespace (with minor tweaks by David Lawrence Ramsey) from
|
|
|
|
doc/syntax/java.nanorc to these files, as it's also useful in
|
|
|
|
them.
|
2007-04-12 02:18:16 +04:00
|
|
|
|
2007-04-05 00:00:24 +04:00
|
|
|
2007-04-04 David Lawrence Ramsey <pooka109@gmail.com>
|
|
|
|
|
|
|
|
* AUTHORS, faq.html: Update email address.
|
2007-04-05 00:36:56 +04:00
|
|
|
* winio.c (get_escape_seq_kbinput): Add escape sequences for
|
|
|
|
Terminal.
|
2007-04-05 00:00:24 +04:00
|
|
|
|
2007-02-01 16:40:59 +03:00
|
|
|
2007-02-01 Benno Schulenberg <bensberg@justemail.net>
|
|
|
|
|
|
|
|
* global.c (shortcut_init): Reword the movement shortcut
|
|
|
|
descriptions so that they use "Go to" instead of "Move to",
|
|
|
|
since not all of them move the cursor in the same way.
|
|
|
|
* global.c (shortcut_init): Reword the paragraph movement
|
|
|
|
shortcut descriptions to more accurately describe how they work.
|
2007-02-01 18:25:29 +03:00
|
|
|
* nano.c (usage): Reword the description of the -S/--smooth
|
|
|
|
command line option in order to differentiate it from the
|
|
|
|
associated toggle description.
|
2007-02-01 16:40:59 +03:00
|
|
|
|
2007-01-30 22:48:52 +03:00
|
|
|
2007-01-29 David Lawrence Ramsey <pooka109@cox.net>
|
2007-01-29 18:45:50 +03:00
|
|
|
|
|
|
|
* ChangeLog: Rework the 2.1 branch's changelog to be more
|
|
|
|
readable, per Jordi Mallach's suggestion.
|
|
|
|
* ChangeLog.pre-2.1: Move the 2.0 branch's changelog here, per
|
|
|
|
Jordi Mallach's suggestion.
|
2007-01-29 18:54:21 +03:00
|
|
|
* Makefile.am: Add ChangeLog.pre-2.1 to EXTRA_DIST.
|
2007-01-29 18:45:50 +03:00
|
|
|
* src/help.c (help_init): Add a missing space to the "Execute
|
|
|
|
Command" help text.
|