do_replace_loop() to do the checks. It really should not be
done here, as some function in winio.c should handle this,
but I can't seem to find a good place to put this check.
+ - Updated all copyright notices to say 2003 rather than 2002, as
+ nearly all the source files have been worked on this year
+ (DLR).
- configure.ac:
- Added tr and eu to ALL_LINGUAS (Jordi).
- Fix now inaccurate description of --enable-tiny's effects; it
/**************************************************************************
* color.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* cut.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* files.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* global.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* move.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
current = current->next;
current_x = actual_x(current, placewewant);
- /* Note current_y is zero-based. This test checks for the cursor
+ /* Note current_y is zero-based. This test checks for the cursor's
* being on the last row of the edit window. */
if (current_y == editwinrows - 1) {
#ifndef NANO_SMALL
/**************************************************************************
* nano.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
break;
#endif
+ case -1: /* Stuff that we don't want to do squat */
case 0: /* Erg */
case 29: /* Ctrl-] */
- case -1: /* Stuff that we don't want to do squat */
case 410: /* Must ignore this, it's sent when we resize */
#ifdef PDCURSES
case 541: /* ???? */
/**************************************************************************
* nano.h *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* proto.h *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* rcfile.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* search.c *
* *
- * Copyright (C) 2000-2002 Chris Allegretta *
+ * Copyright (C) 2000-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* utils.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
/**************************************************************************
* winio.c *
* *
- * Copyright (C) 1999-2002 Chris Allegretta *
+ * Copyright (C) 1999-2003 Chris Allegretta *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *