aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey2012-12-17 07:56:22 -0700
committerTom Tromey2012-12-17 07:56:22 -0700
commit3d6eced1ae51ffd0a782130e7c334052277e2724 (patch)
tree5d1d2ad7cd3374f922886c4a72062511a035c168 /lib-src/ChangeLog
parentbf69f522a9e135f9aa483cedd53e71e915f2bf75 (diff)
parent7c3d167f48d6262ee4e5512aa50a07ee96bc1509 (diff)
downloademacs-3d6eced1ae51ffd0a782130e7c334052277e2724.tar.gz
emacs-3d6eced1ae51ffd0a782130e7c334052277e2724.zip
merge from trunk
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog143
1 files changed, 142 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 35190fd2a8f..866e76ad24f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,144 @@
12012-12-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (SYSWAIT_H): Update dependencies.
4
52012-12-10 Eli Zaretskii <eliz@gnu.org>
6
7 * makefile.w32-in (obj): Add w32notify.o. Add missing X and Unix
8 sources.
9
102012-12-02 Kevin Ryde <user42@zip.com.au>
11
12 * etags.c (Lisp_functions): Skip (defvar foo) declarations unless
13 the --declarations flag is enabled (Bug#5600).
14 (Lisp_help): Update.
15 (skip_name): New function.
16
172012-12-01 Kevin Ryde <user42@zip.com.au>
18
19 * etags.c (Perl_functions): Support "use constant" (Bug#5055).
20
212012-11-27 Paul Eggert <eggert@cs.ucla.edu>
22
23 Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968).
24 * movemail.c (main): Assume EAGAIN and EBUSY.
25
262012-11-23 Paul Eggert <eggert@cs.ucla.edu>
27
28 movemail: treat EACCES etc. failures as permanent
29 * movemail.c (main): Treat any link failure other than EEXIST as a
30 permanent failure, not just EPERM. EACCES, for example.
31
322012-11-21 Paul Eggert <eggert@cs.ucla.edu>
33
34 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
35 * emacsclient.c (getcwd): Remove decl.
36 (get_current_dir_name): Assume getcwd exists.
37 * etags.c (HAVE_GETCWD): Remove.
38 (getcwd): Remove decl.
39 (NO_LONG_OPTIONS): Remove this. All uses removed.
40 Emacs always has GNU getopt.
41 (etags_getcwd): Assume getcwd exists.
42 * movemail.c (F_OK, X_OK, W_OK, R_OK): Remove.
43
442012-11-20 Paul Eggert <eggert@cs.ucla.edu>
45
46 * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig)
47 rather than kill (getpid (), sig), as it's simpler and safer.
48
492012-11-17 Juanma Barranquero <lekktu@gmail.com>
50
51 * makefile.w32-in (SYSWAIT_H): New macro.
52 ($(BLD)/movemail.$(O)): Update dependencies.
53
542012-11-17 Paul Eggert <eggert@cs.ucla.edu>
55
56 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
57 * movemail.c, update-game-score.c: Assume <fcntl.h> exists.
58
592012-10-26 Glenn Morris <rgm@gnu.org>
60
61 * Makefile.in (uninstall): No INSTALLABLES live in archlibdir.
62
63 * Makefile.in (install, uninstall): Transformations should not be
64 applied to $EXEEXT.
65
662012-10-23 Eli Zaretskii <eliz@gnu.org>
67
68 * makefile.w32-in (lisp2): Add cp51932.el and eucjp-ms.el, to
69 follow src/lisp.mk.
70
712012-10-21 Glenn Morris <rgm@gnu.org>
72
73 * make-docfile.c (scan_lisp_file): Add cp51932.el and eucjp-ms.el.
74
752012-10-20 Eli Zaretskii <eliz@gnu.org>
76
77 * make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros.
78 (scan_lisp_file): Only pass a .el file if its basename matches a
79 known file in its entirety. Use IS_SLASH and DEF_ELISP_FILE.
80
812012-10-20 Andreas Schwab <schwab@linux-m68k.org>
82
83 * make-docfile.c (scan_lisp_file): Add bounds checking.
84
852012-10-20 Eli Zaretskii <eliz@gnu.org>
86
87 Prevent silent omission of doc strings from uncompiled Lisp files.
88 * make-docfile.c (scan_lisp_file): Barf if called with a .el file
89 other than one of a small list of supported un-compiled files.
90
91 * makefile.w32-in (lisp1, lisp2): Name .elc files wherever they
92 exist. (Bug#12395)
93
942012-10-17 Eli Zaretskii <eliz@gnu.org>
95
96 * ntlib.c: Include <mbstring.h>, to avoid compiler warning about
97 _mbspbrk.
98
992012-10-08 Eli Zaretskii <eliz@gnu.org>
100
101 * makefile.w32-in (obj): Add cygw32.o.
102
1032012-10-08 Daniel Colascione <dancol@dancol.org>
104
105 * emacsclient.c: Include windows.h when HAVE_NTGUI.
106 (alt_display): New variable. We send the display held by this
107 variable when the primary display is either unsupported or not
108 present.
109 (longopts): Allow display everywhere.
110 (w32_set_user_model_id): Move lower in file, inside HAVE_NTGUI
111 section.
112 (decode_options): Use alt_display. Explain why.
113 (main): Retry connection with alt_display if connection with main
114 display fails.
115
1162012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
117
118 * make-docfile.c (write_globals): Special-case
119 Fexit_recursive_edit and Fabort_recursive_edit as well, as
120 functions that are _Noreturn, to be consistent with
121 src/keyboard.c.
122
1232012-09-30 Eli Zaretskii <eliz@gnu.org>
124
125 * ntlib.c (gettimeofday): Copy from src/w32.c. lib/gettime.c
126 needs this function.
127
1282012-09-26 Juanma Barranquero <lekktu@gmail.com>
129
130 * makefile.w32-in (obj): Add profiler.o.
131
1322012-09-17 Glenn Morris <rgm@gnu.org>
133
134 * ebrowse.c (version):
135 * etags.c (print_version): Use COPYRIGHT.
136
1372012-09-11 Paul Eggert <eggert@cs.ucla.edu>
138
139 * pop.c (socket_connection) [HAVE_GETADDRINFO]:
140 Prefer assignment to memcpy when either will do.
141
12012-08-31 Andreas Schwab <schwab@linux-m68k.org> 1422012-08-31 Andreas Schwab <schwab@linux-m68k.org>
2 143
3 * etags.c (consider_token): Always zero-terminate token buffer. 144 * etags.c (consider_token): Always zero-terminate token buffer.
@@ -1028,7 +1169,7 @@
1028 (Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes) 1169 (Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes)
1029 (Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes) 1170 (Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes)
1030 (Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help) 1171 (Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help)
1031 (Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help) 1172 (Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help)
1032 (Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help) 1173 (Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help)
1033 (Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help) 1174 (Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help)
1034 (Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters) 1175 (Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters)