]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / lib-src / ChangeLog
index bb28500d68d2a55b8c2b979e6d9162227cd0dfc7..d726ec108a2d325efde7cf5ca7b0f7f42e7522ac 100644 (file)
@@ -1,3 +1,98 @@
+2008-02-27  Yuri Shtil  <yuris@juniper.net>  (tiny change)
+
+       * etags.c (Perl_functions): Fix call to skip_spaces.
+
+2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (NO_SHORTNAMES):
+       * emacsclient.c (NO_SHORTNAMES):
+       * fakemail.c (NO_SHORTNAMES):
+       * make-docfile.c (NO_SHORTNAMES):
+       * movemail.c (NO_SHORTNAMES):
+       * pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
+
+2008-02-23  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
+       (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
+       (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
+       (lisp2): Add new languages.
+       ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
+
+2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el,
+       malayalam.el, and tamil.el.  Add sinhala.el.
+
+2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (main) [WINDOWSNT]: Understand DRIVE:NAME,
+       where NAME is relative to DRIVE'S current directory.
+
+2008-02-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (print_help_and_exit): Show -d option on Windows.
+
+2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * fakemail.c: Undo previous change.
+
+2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
+       (main): Replace MAIL_PROGRAM_NAME with its value.
+
+       * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable.
+
+2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacsclient.c (decode_options): Pass --display implicitly if -c
+       is specified.  Only set tty if -t or -c is specified.
+
+2008-02-04  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (lisp1): Use (), not {}.
+
+2008-02-04  Tom Tromey  <tromey@redhat.com>
+
+       * etags.c: Add "GTY" as synonym for __attribute__.
+       Update gperf output.
+
+2008-02-01  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (obj): Sync with src/Makefile.in
+       (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
+       (WINNT_SUPPORT): Add term/w32-win.elc.
+       (lisp1, lisp2): Sync with lisp in src/Makefile.in.
+
+2008-02-01  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (obj): Add font.o and w32font.o.
+
+2008-02-01  Zhang Wei  <id.brep@gmail.com>  (tiny change)
+
+       * lib-src/makefile.w32-in (lisp1): Delete ucs-tables.elc,
+       utf-8.elc, and latin-*.el.
+
+2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
+       Allow the -d option under w32 again, for those rare cases where it
+       actually does make sense.
+
+2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (set_tcp_socket): Don't send "\n" after
+       the authentication string; there's no need to haste.
+
+2008-01-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * pop.c (pop_stat, pop_last): Fix last fix.
+
+2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * movemail.c: Remove references to XENIX.
+
 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * movemail.c:
 
        * emacsclient.c: Add missing final newlines to message calls.
 
-2008-01-09  Daniel Hackney <dan@haxney.org>  (tiny change)
+2008-01-09  Daniel Hackney  <dan@haxney.org>  (tiny change)
 
        * emacsclient.c (set_socket): Add final newline to socket error message.
 
        * etags.c (suggest_asking_for_help): Provide a
        meaningful help message with and without LONG_OPTIONS.
 
-       * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
+       * etags.c (<io.h>) [MSDOS]: Include it, don't include string.h.
        <stdlib.h, string.h>: Don't test MSDOS when including them.
        (white, nonam, endtk): Like elsewhere, use \r instead of \013.
        (put_entries): Correctly use %ld instead of %d in printf.
 
-       * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
+       * etags.c (<unistd.h>) [HAVE_UNISTD_H]: Include conditionally, else
        declare getcwd if HAVE_GETCWD.
        (consider_token): Dead break instruction removed.
 
        Add support for large files.  Merge glibc 2.1.2.
 
        * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
-       movemail.c, pop.c:
+       movemail.c, pop.c:
        Do not include <stdlib.h>, as <config.h> does this now.
 
        * b2m.c, emacsserver.c, etags.c, profile.c:
        Include <config.h> before any system include files.
 
        * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
-       test-distrib.c:
+       test-distrib.c:
        (read, write, open, close): Do not undef.
 
        * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: