Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
[bpt/emacs.git] / lib-src / ChangeLog
index fcdc009..e58d8ef 100644 (file)
@@ -1,6 +1,69 @@
+2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
+       (PROFILING_LDFLAGS): Set from substitution.
+       (BASE_CFLAGS): Add  ${C_WARNINGS_SWITCH}.
+       (ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
+       (LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
+
+2010-07-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc (see
+       2010-07-12T05:25:46Z!handa@etlken).
+
+2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * emacsclient.c (set_local_socket): Use strchr, strrchr instead of
+       index, rindex.
+       * movemail.c (mail_spool_name, popmail): Likewise.
+       * pop.c (pop_list): Likewise.
+
+2010-07-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscrobe.o,
+       and unexw32.o.  (Bug#6603)
+
+2010-07-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
+
+2010-07-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * make-docfile.c (write_c_args): Restructure scanning loop.
+
+2010-07-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * make-docfile.c (write_c_args): Deal with type names in DEFUN
+       arguments.
+
+2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * update-game-score.c (P_): Remove macro.
+       * ebrowse.c: Remove include guards.
+       (P_): Remove macro.
+
+2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
+       memcpy, memmove, memset.
+       * pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
+
 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
 
        * movemail.c: Add MAIL_USE_POP around prototypes.
+       Include <string.h> if HAVE_STRING_H.
+       (strerror): Only declare if !HAVE_STRERROR.
+       (fatal): Make static.
+       (error): Likewise.
+       (pfatal_with_name): Likewise.
+       (pfatal_and_delete). Likewise.
+       (concat): Likewise.
+       (xmalloc): Likewise.
+       (popmail): Likewise.
+       (pop_retr): Likewise.
+       (mbx_write): Likewise.
+       (mbx_delimit_begin): Likewise.
+       (mbx_delimit_end): Likewise.
 
 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>