* make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,
[bpt/emacs.git] / lib-src / ChangeLog
1 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,
4 by removing references to no-longer-existing locals.
5
6 2013-03-26 Eli Zaretskii <eliz@gnu.org>
7
8 Fix incompatibilities between MinGW.org and MinGW64 headers.
9 * ntlib.c (struct timespec) [!_TIMEZONE_DEFINED]: Define the
10 struct only if _TIMEZONE_DEFINED is not defined.
11
12 2013-03-23 cg <chengang31@gmail.com> (tiny change)
13
14 * makefile.w32-in (LIB_SRC): Move before first use.
15
16 2013-03-16 Paul Eggert <eggert@cs.ucla.edu>
17
18 * pop.c: Fix ERRMAX typo (Bug#13925).
19 (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]:
20 Use ERROR_MAX, not ERRMAX.
21
22 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
23
24 File synchronization fixes (Bug#13944).
25 * Makefile.in (LIB_FDATASYNC): New macro.
26 (emacsclient${EXEEXT}): Use it.
27 * emacsclient.c (main): Use fdatasync, not fsync, since we don't
28 care about metadata. Keep trying if interrupted.
29 * movemail.c (main, popmail): Don't worry about BSD_SYSTEM, since
30 fsync is available everywhere (or there is a substitute).
31 Don't report an error if fsync returns EINVAL.
32
33 Static checking by Sun C 5.12.
34 * etags.c (analyse_regex): Omit unreachable code.
35
36 * movemail.c (main): Call umask on all systems.
37 This is OK since Emacs already assumes umask elsewhere.
38 Don't grant more read permissions than necessary.
39 The old 0333 dates back to before we called setuid,
40 so it was needed back then to ensure user-readability,
41 but 0377 should suffice now.
42
43 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
44
45 * movemail.c (getenv): Remove decl (unused since 1994).
46
47 2013-01-15 Paul Eggert <eggert@cs.ucla.edu>
48
49 * make-docfile.c (write_globals): Make it a bit clearer (Bug#13448).
50 This pacifies GCC 4.7.2 when Emacs is configured with
51 --enable-link-time-optimization and --enable-gcc-warnings.
52
53 2013-01-01 Juanma Barranquero <lekktu@gmail.com>
54
55 * makefile.w32-in (lisp1): Add macroexp.elc (bug#13320).
56
57 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
58
59 * makefile.w32-in (SYSWAIT_H): Update dependencies.
60
61 2012-12-10 Eli Zaretskii <eliz@gnu.org>
62
63 * makefile.w32-in (obj): Add w32notify.o. Add missing X and Unix
64 sources.
65
66 2012-12-02 Kevin Ryde <user42@zip.com.au>
67
68 * etags.c (Lisp_functions): Skip (defvar foo) declarations unless
69 the --declarations flag is enabled (Bug#5600).
70 (Lisp_help): Update.
71 (skip_name): New function.
72
73 2012-12-01 Kevin Ryde <user42@zip.com.au>
74
75 * etags.c (Perl_functions): Support "use constant" (Bug#5055).
76
77 2012-11-27 Paul Eggert <eggert@cs.ucla.edu>
78
79 Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968).
80 * movemail.c (main): Assume EAGAIN and EBUSY.
81
82 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
83
84 movemail: treat EACCES etc. failures as permanent
85 * movemail.c (main): Treat any link failure other than EEXIST as a
86 permanent failure, not just EPERM. EACCES, for example.
87
88 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
89
90 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
91 * emacsclient.c (getcwd): Remove decl.
92 (get_current_dir_name): Assume getcwd exists.
93 * etags.c (HAVE_GETCWD): Remove.
94 (getcwd): Remove decl.
95 (NO_LONG_OPTIONS): Remove this. All uses removed.
96 Emacs always has GNU getopt.
97 (etags_getcwd): Assume getcwd exists.
98 * movemail.c (F_OK, X_OK, W_OK, R_OK): Remove.
99
100 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
101
102 * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig)
103 rather than kill (getpid (), sig), as it's simpler and safer.
104
105 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
106
107 * makefile.w32-in (SYSWAIT_H): New macro.
108 ($(BLD)/movemail.$(O)): Update dependencies.
109
110 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
111
112 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
113 * movemail.c, update-game-score.c: Assume <fcntl.h> exists.
114
115 2012-10-26 Glenn Morris <rgm@gnu.org>
116
117 * Makefile.in (uninstall): No INSTALLABLES live in archlibdir.
118
119 * Makefile.in (install, uninstall): Transformations should not be
120 applied to $EXEEXT.
121
122 2012-10-23 Eli Zaretskii <eliz@gnu.org>
123
124 * makefile.w32-in (lisp2): Add cp51932.el and eucjp-ms.el, to
125 follow src/lisp.mk.
126
127 2012-10-21 Glenn Morris <rgm@gnu.org>
128
129 * make-docfile.c (scan_lisp_file): Add cp51932.el and eucjp-ms.el.
130
131 2012-10-20 Eli Zaretskii <eliz@gnu.org>
132
133 * make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros.
134 (scan_lisp_file): Only pass a .el file if its basename matches a
135 known file in its entirety. Use IS_SLASH and DEF_ELISP_FILE.
136
137 2012-10-20 Andreas Schwab <schwab@linux-m68k.org>
138
139 * make-docfile.c (scan_lisp_file): Add bounds checking.
140
141 2012-10-20 Eli Zaretskii <eliz@gnu.org>
142
143 Prevent silent omission of doc strings from uncompiled Lisp files.
144 * make-docfile.c (scan_lisp_file): Barf if called with a .el file
145 other than one of a small list of supported un-compiled files.
146
147 * makefile.w32-in (lisp1, lisp2): Name .elc files wherever they
148 exist. (Bug#12395)
149
150 2012-10-17 Eli Zaretskii <eliz@gnu.org>
151
152 * ntlib.c: Include <mbstring.h>, to avoid compiler warning about
153 _mbspbrk.
154
155 2012-10-08 Eli Zaretskii <eliz@gnu.org>
156
157 * makefile.w32-in (obj): Add cygw32.o.
158
159 2012-10-08 Daniel Colascione <dancol@dancol.org>
160
161 * emacsclient.c: Include windows.h when HAVE_NTGUI.
162 (alt_display): New variable. We send the display held by this
163 variable when the primary display is either unsupported or not
164 present.
165 (longopts): Allow display everywhere.
166 (w32_set_user_model_id): Move lower in file, inside HAVE_NTGUI
167 section.
168 (decode_options): Use alt_display. Explain why.
169 (main): Retry connection with alt_display if connection with main
170 display fails.
171
172 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
173
174 * make-docfile.c (write_globals): Special-case
175 Fexit_recursive_edit and Fabort_recursive_edit as well, as
176 functions that are _Noreturn, to be consistent with
177 src/keyboard.c.
178
179 2012-09-30 Eli Zaretskii <eliz@gnu.org>
180
181 * ntlib.c (gettimeofday): Copy from src/w32.c. lib/gettime.c
182 needs this function.
183
184 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
185
186 * makefile.w32-in (obj): Add profiler.o.
187
188 2012-09-17 Glenn Morris <rgm@gnu.org>
189
190 * ebrowse.c (version):
191 * etags.c (print_version): Use COPYRIGHT.
192
193 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
194
195 * pop.c (socket_connection) [HAVE_GETADDRINFO]:
196 Prefer assignment to memcpy when either will do.
197
198 2012-08-31 Andreas Schwab <schwab@linux-m68k.org>
199
200 * etags.c (consider_token): Always zero-terminate token buffer.
201 (Bug#12306)
202
203 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
204
205 Rely on <config.h> + <unistd.h> to declare 'environ'.
206 * emacsclient.c (environ): Remove decl.
207
208 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
209
210 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
211
212 2012-08-15 Paul Eggert <eggert@cs.ucla.edu>
213
214 * etags.c (Pascal_functions): Fix parenthesization typo.
215
216 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
217
218 * make-docfile.c (enum global_type): Sort values roughly in
219 decreasing alignment, except put functions last.
220 (compare_globals): Use this new property of enum global_type.
221 (write_globals): Use bool, not int, for booleans.
222
223 2012-08-10 Glenn Morris <rgm@gnu.org>
224
225 * make-docfile.c (IF_LINT):
226 * emacsclient.c (IF_LINT): Remove (in config.h now).
227
228 * make-docfile.c (main):
229 (fopen) [!WINDOWSNT]:
230 (chdir) [!DOS_NT]: No more need to undef.
231
232 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP):
233 * make-docfile.c (DIRECTORY_SEP, IS_DIRECTORY_SEP):
234 * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP):
235 Remove (they are in config.h now).
236
237 * ebrowse.c (PATH_LIST_SEPARATOR):
238 Remove, and replace with SEPCHAR from config.h.
239
240 2012-08-03 Juanma Barranquero <lekktu@gmail.com>
241
242 * makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT,
243 they are always defined in config.h.
244
245 2012-08-03 Eli Zaretskii <eliz@gnu.org>
246
247 * ntlib.c (lstat): New function, calls 'stat'.
248
249 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
250
251 Use C99-style 'extern inline' if available.
252 * profile.c (SYSTIME_INLINE): Define.
253
254 2012-08-02 Glenn Morris <rgm@gnu.org>
255
256 * makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
257
258 2012-08-01 Glenn Morris <rgm@gnu.org>
259
260 * Makefile.in (config_h): New variable.
261 Use throughout in place of ../src/config.h.
262
263 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
264
265 * makefile.w32-in (CONFIG_H): Update dependencies.
266 (CONF_POST_H): New macro.
267
268 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
269
270 Update .PHONY listings in makefiles.
271 * Makefile.in (.PHONY): Add all, need-blessmail, maybe-blessmail,
272 install, uninstall, mostlyclean, clean, distclean,
273 maintainer-clean, extraclean, check, tags.
274
275 2012-07-29 Eli Zaretskii <eliz@gnu.org>
276
277 * makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD.
278
279 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
280
281 * movemail.c: Add missing 'defined'.
282 Suggested by Sven Joachim in
283 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>.
284
285 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
286
287 Port 'movemail' again to Solaris and similar hosts.
288 See Susan Cragin's report in
289 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>.
290 * movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS &&
291 !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't
292 need a forward declaration.
293 (main): Rewrite to avoid no-longer-present function 'concat', if
294 !DISABLE_DIRECT_ACCESS && !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK.
295
296 Assume strerror.
297 * emacsclient.c, movemail.c, update-game-score.c (strerror)
298 [!HAVE_STRERROR]: Remove.
299
300 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
301
302 EMACS_TIME simplification (Bug#11875).
303 * profile.c (TV2): Remove no-longer-needed static var.
304
305 Simplify by avoiding confusing use of strncpy etc.
306 * etags.c (write_classname, C_entries):
307 Use sprintf rather than strncpy or strncat.
308 * etags.c (consider_token, C_entries, HTML_labels, Prolog_functions)
309 (Erlang_functions, substitute, readline_internal, savenstr):
310 * movemail.c (mail_spool_name):
311 Use memcpy rather than strncpy or strncat when either will do.
312 * make-docfile.c (write_c_args):
313 Use memcmp rather than strncmp when either will do.
314 * movemail.c (pop_retr):
315 * pop.c (pop_stat, pop_list, pop_multi_first, pop_last)
316 (socket_connection, pop_getline, sendline, getok):
317 Use snprintf rather than strncpy or strncat.
318 * movemail.c (concat): Remove; no longer needed.
319 (xmalloc): Define only if needed, now that concat has gone away.
320 Return void *. All uses changed.
321
322 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
323
324 Add GCC-style 'const' attribute to functions that can use it.
325 * etags.c (number_len): Add ATTRIBUTE_CONST.
326
327 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
328
329 * emacsclient.c (w32_execvp): Declare execvp to silence the compiler.
330
331 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
332
333 * makefile.w32-in ($(BLD)/test-distrib.exe): Use LIB_SRC, not SRC.
334 (LIB_SRC, NT_INC, GNU_LIB, MS_W32_H, CONFIG_H, INTTYPES_H, NTLIB_H)
335 (SYSTIME_H): New macros.
336 (SRC): Redefine to point to src/, not current directory.
337 ($(BLD)/ctags.$(O), $(BLD)/ebrowse.$(O), $(BLD)/emacsclient.$(O))
338 ($(BLD)/etags.$(O), $(BLD)/hexl.$(O), $(BLD)/make-docfile.$(O))
339 ($(BLD)/movemail.$(O), $(BLD)/ntlib.$(O), $(BLD)/pop.$(O))
340 ($(BLD)/profile.$(O), $(BLD)/test-distrib.$(O)): Update dependencies.
341 ($(BLD)/regex.$(O)): New dependency.
342
343 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
344
345 * makefile.w32-in (ALL): Add profile.exe.
346 (PROFILEOBJS): New macro.
347 ($(BLD)/profile.exe): New target.
348 (install): Copy profile.exe.
349 ($(BLD)/alloca.$(O), $(BLD)/tcp.$(O)): Remove, obsolete.
350
351 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
352
353 * makefile.w32-in ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)):
354 Update dependencies.
355
356 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
357
358 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
359 * etags.c: Include c-strcase.h.
360 (etags_strcasecmp, etags_strncasecmp): Remove.
361 All uses replaced with c_strcasecmp and c_strncasecmp.
362
363 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
364
365 * make-docfile.c (write_globals): Warn about duplicate function
366 definitions with differing signatures.
367
368 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
369
370 * make-docfile.c (scan_c_file): Suppress GCC warning.
371
372 2012-06-29 Tom Tromey <tromey@redhat.com>
373
374 * make-docfile.c (enum global_type) <FUNCTION>: New constant.
375 (struct global) <value>: New field.
376 (add_global): Add 'value' argument.
377 (compare_globals): Sort functions at the end.
378 (close_emacs_globals): New function.
379 (write_globals): Handle functions.
380 (scan_c_file): Call add_global for DEFUN.
381
382 2012-06-30 Juanma Barranquero <lekktu@gmail.com>
383
384 * makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME;
385 already defined in ETAGS_CFLAGS.
386
387 2012-06-27 Glenn Morris <rgm@gnu.org>
388
389 * makefile.w32-in (lisp2): Remove paths.el.
390
391 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
392
393 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
394 * Makefile.in (BASE_CFLAGS):
395 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
396 * etags.c, hexl.c, pop.c: Include <config.h> unconditionally.
397 * etags.c (DOS_NT):
398 * pop.c (MAIL_USE_POP, h_errno):
399 Remove code that was conditioned on !HAVE_CONFIG_H.
400
401 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
402
403 * etags.c (etags_strcasecmp, etags_strncasecmp): Define to
404 library functions strcasecmp and strncasecmp if available.
405
406 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
407
408 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
409 * ebrowse.c (usage, version):
410 * emacsclient.c (print_help_and_exit, fail):
411 * etags.c (suggest_asking_for_help, fatal, pfatal):
412 * hexl.c (usage):
413 * make-docfile.c (fatal):
414 * movemail.c (fatal, pfatal_with_name, pfatal_and_delete):
415 * update-game-score.c (usage):
416 * ebrowse.c (usage, version):
417 * emacsclient.c (print_help_and_exit, fail):
418 Use _Noreturn rather than NO_RETURN.
419 No need for separate decl merely because of _Noreturn.
420
421 2012-06-24 Samuel Bronson <naesten@gmail.com> (tiny change)
422
423 * emacsclient.c (set_local_socket): Fix compiler warning (Bug#7838).
424
425 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
426
427 Support higher-resolution time stamps (Bug#9000).
428 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
429 (profile${EXEEXT}): Use it.
430 * profile.c: Include inttypes.h, intprops.h.
431 (time_string): Size conservatively; do not guess size.
432 (get_time): Now prints nanoseconds.
433 (gettimeofday): Remove replacement function; gnulib now does this.
434
435 2012-06-08 Andreas Schwab <schwab@linux-m68k.org>
436
437 * make-docfile.c (search_lisp_doc_at_eol): Unget last read
438 character.
439
440 2012-06-06 Glenn Morris <rgm@gnu.org>
441
442 * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPTS, insrcdir)
443 (stamp-rcs2log, stamp-grep-changelog): Remove.
444 (all, clean): Remove references to stamps.
445
446 * vcdiff: Remove file.
447 * Makefile.in (SCRIPTS, STAMP_SCRIPTS): Remove vcdiff.
448 (stamp-vcdiff): Remove.
449
450 2012-06-05 Glenn Morris <rgm@gnu.org>
451
452 * makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)):
453 ($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)):
454 ($(BLD)/timer.$(O)): Remove cruft.
455
456 2012-06-03 Glenn Morris <rgm@gnu.org>
457
458 * rcs-checkin: Remove file.
459 * Makefile.in (INSTALLABLE_SCRIPTS, STAMP_INST_SCRIPTS):
460 Remove rcs-checkin.
461 (stamp-rcs-checkin): Remove.
462
463 2012-05-31 Eli Zaretskii <eliz@gnu.org>
464
465 * makefile.w32-in ($(BLD)/emacsclientw.exe): Use $(MWINDOWS)
466 instead of a literal -mwindows, which is not supported by MSVC.
467 (Bug#11405)
468
469 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * make-docfile.c: Improve comment style.
472 (search_lisp_doc_at_eol): New function.
473 (scan_lisp_file): Use it.
474
475 2012-05-26 Glenn Morris <rgm@gnu.org>
476
477 * Makefile.in (INSTALL_DATA): Remove; unused.
478
479 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
480
481 Remove src/m/*.
482 * makefile.w32-in: Remove dependencies on
483 $(EMACS_ROOT)/src/m/intel386.h.
484
485 2012-05-22 Glenn Morris <rgm@gnu.org>
486
487 * Makefile.in (install): Remove unneeded chmods.
488
489 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
490
491 Assume C89 or later.
492 * etags.c (static, const): Remove macros.
493 (PTR): Remove; all uses replaced with void *. Omit needless casts.
494
495 2012-05-21 Glenn Morris <rgm@gnu.org>
496
497 * Makefile.in (insrcdir, $(DESTDIR)${archlibdir}):
498 Scrap superfluous subshells.
499
500 2012-05-18 Glenn Morris <rgm@gnu.org>
501
502 * Makefile.in (install): Ensure $bindir exists.
503
504 2012-05-17 Glenn Morris <rgm@gnu.org>
505
506 * Makefile.in (ns_appbindir): New, set by configure.
507
508 2012-05-12 Glenn Morris <rgm@gnu.org>
509
510 * Makefile.in (MKDIR_P): New, set by configure.
511 ($(DESTDIR)${archlibdir}): Use $MKDIR_P.
512
513 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
514
515 etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86
516 * etags.c: Include <stdarg.h>.
517 (error): Declare as printf-style, as that's what it really is.
518 All uses changed.
519 (add_regex): Use single char rather than array-of-one char.
520
521 2012-05-05 Jim Meyering <meyering@redhat.com>
522
523 * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last):
524 NUL-terminate the error buffer (Bug#11372).
525
526 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
527
528 * emacsclient.c (min): Undef before redefining it.
529
530 2012-05-02 Jim Meyering <jim@meyering.net>
531
532 * emacsclient.c (send_to_emacs): Avoid invalid strcpy upon partial
533 send (Bug#11374).
534
535 2012-04-29 Andreas Schwab <schwab@linux-m68k.org>
536
537 * make-docfile.c (scan_lisp_file) [DEBUG]: Also skip if and
538 byte-code forms. (Bug#11380)
539
540 2012-04-20 Chong Yidong <cyd@gnu.org>
541
542 * emacsclient.c (decode_options): Move -t -n corner case handling
543 into server.el (Bug#11102).
544 (main): Send -tty to Emacs under more circumstances (Bug#8314).
545
546 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
547
548 configure: new option --enable-gcc-warnings (Bug#11207)
549 * Makefile.in (C_WARNINGS_SWITCH): Remove.
550 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
551 (BASE_CFLAGS): Use new macros rather than old.
552
553 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
554
555 Assume less-ancient POSIX support.
556 * update-game-score.c: Include <getopt.h> rather than rolling our
557 own decls for optarg, optind, opterr. See
558 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>.
559
560 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
561
562 * emacsclient.c (decode_options) [WINDOWSNT]:
563 Call ttyname instead of passing its address (typo in 2011-12-04T17:13:01Z!lekktu@gmail.com).
564
565 2012-04-07 Eli Zaretskii <eliz@gnu.org>
566
567 * makefile.w32-in (obj): Add xml.o.
568
569 2012-04-07 Eli Zaretskii <eliz@gnu.org>
570
571 * makefile.w32-in (ALL): Now the list of executables, not of phony
572 targets.
573 (.PHONY): Only make-docfile is its prerequisite now.
574 (make-docfile): Don't depend on stamp_BLD. Add a comment about
575 the need in this target.
576 (ctags, etags, ebrowse, hexl, movemail, emacsclient)
577 (test-distrib): Phony targets removed.
578 ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe.
579 (all): Don't depend on stamp_BLD.
580 (ALL): Include $(BLD)/test-distrib.exe.
581
582 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
583
584 * emacsclient.c (main): Handle -print-nonl command.
585
586 * emacsclient.c (main): Handle multiple messages in a single
587 datagram.
588
589 * emacsclient.c (socket_name): Add const.
590 (get_server_config): Add parameter config_file, use it instead of
591 global server_file.
592 (set_tcp_socket): Add parameter local_server_file, pass it down to
593 get_server_config.
594 (set_local_socket): Add parameter local_socket_name, use it
595 instead of global socket_name.
596 (set_socket): Adjust calls to set_local_socket and set_tcp_socket.
597 Don't clobber global server_file or socket_name.
598 (main): No longer reset server_file or socket_name.
599
600 2012-01-05 Glenn Morris <rgm@gnu.org>
601
602 * ebrowse.c (version) <emacs_copyright>:
603 * etags.c (print_version) <emacs_copyright>:
604 * rcs2log (Copyright): Update short copyright year to 2012.
605
606 2011-12-25 Andreas Schwab <schwab@linux-m68k.org>
607
608 * etags.c (C_entries): Properly skip over string and character
609 constants and comments inside brackets. (Bug#10357)
610
611 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
612
613 * emacsclient.c (decode_options) [WINDOWSNT]: Don't force tty = 0;
614 instead, treat both -c and -t as always requesting a new "tty" frame,
615 and let server.el decide which kind is actually required.
616 Reported by Uwe Siart <usenet@siart.de> in this thread:
617 http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html
618
619 2011-11-30 Chong Yidong <cyd@gnu.org>
620
621 * emacsclient.c (main): Condition last change on WINDOWSNT
622 (Bug#10155).
623
624 2011-11-27 Eli Zaretskii <eliz@gnu.org>
625
626 * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS).
627
628 * emacsclient.c (main) <environ>: Remove declaration, already
629 pulled in by unistd.h on POSIX hosts and stdlib.h on MS-Windows.
630
631 2011-11-24 Glenn Morris <rgm@gnu.org>
632
633 * make-docfile.c (scan_lisp_file): Treat defcustom like defvar.
634
635 2011-11-14 Dan Nicolaescu <dann@ics.uci.edu>
636
637 * Makefile.in (all): Make sure "all" is the first target.
638
639 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
640
641 * emacsclient.c (w32_getenv): Silence compiler warnings.
642
643 2011-09-07 Glenn Morris <rgm@gnu.org>
644
645 * etags.c (Fortran_functions): Handle "elemental" functions.
646
647 2011-09-07 Dieter Schuster <didischuster@arcor.de> (tiny change)
648
649 * etags.c (Fortran_functions): Handle "pure" functions. (Bug#9359)
650
651 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
652
653 * Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
654 to build-aux (Bug#9169).
655
656 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
657
658 Integer and memory overflow issues (Bug#9397).
659
660 * emacsclient.c (xmalloc): Accept size_t, not unsigned int, to
661 avoid potential buffer overflow issues on typical 64-bit hosts.
662 Return void *, not long *.
663 (get_current_dir_name): Report a failure, instead of looping
664 forever, if buffer size calculation overflows. Treat malloc
665 failures like realloc failures, as that has better behavior and is
666 more consistent. Do not check whether xmalloc returns NULL, as
667 that's not possible.
668 (message): Do not arbitrarily truncate message to 2048 bytes when
669 sending it to stderr; use vfprintf instead.
670 (get_server_config, set_local_socket)
671 (start_daemon_and_retry_set_socket): Do not alloca
672 arbitrarily-large buffers; that's not safe.
673 (get_server_config, set_local_socket): Do not use sprintf when its
674 result might not fit in 'int'.
675 (set_local_socket): Do not assume uid fits in 'int'.
676
677 * etags.c (xmalloc, xrealloc): Accept size_t, not unsigned int,
678 to avoid potential buffer overflow issues on typical 64-bit hosts.
679 (whatlen_max): New static var.
680 (main): Avoid buffer overflow if subsidiary command length is
681 greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its
682 result might not fit in 'int'.
683
684 * movemail.c (main): Do not use sprintf when its result might not fit
685 in 'int'. Instead, put the possibly-long file name into the
686 output of pfatal_with_name.
687
688 * update-game-score.c: Include <limits.h>
689 (get_user_id): Do not assume uid fits in 'int'. Simplify.
690
691 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
692
693 Assume freestanding C89 headers, string.h, stdlib.h.
694 * ebrowse.c: Include stdlib.h unconditionally.
695 * etags.c, update-game-score.c:
696 Include string.h and stdlib.h unconditionally.
697 * makefile.w32-in (LOCAL_CFLAGS): Don't define STDC_HEADERS.
698 * movemail.c, pop.c: Include string.h unconditionally.
699 * update-game-score.c: No need to include stdarg.h; not used.
700
701 Assume support for memcmp, memcpy, memmove, memset.
702 * etags.c (absolute_filename): Assume memmove exists.
703
704 2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
705
706 * update-game-score.c (usage): Update usage line.
707
708 2011-07-02 Jason Rumney <jasonr@gnu.org>
709
710 * emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on
711 Windows (Bug#5486).
712
713 2011-06-25 Glenn Morris <rgm@gnu.org>
714
715 * emacsclient.c (decode_options) <opt>: Add `F:'.
716 (print_help_and_exit): Mention --frame-parameters.
717
718 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
719
720 * emacsclient.c (longopts, decode_options, main): Add frame-parameters.
721
722 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
723
724 * movemail.c: Fix race condition and related bugs (Bug#8836).
725 (main) [!MAIL_USE_SYSTEM_LOCK]: Prefer mkstemp to mktemp, as this
726 fixes some race conditions. Report mkstemp/mktemp errno rather
727 than a possibly-garbage errno. Reinitialize the template each
728 time through the loop, as earlier mkstemp/mktemp calls could have
729 trashed it. Pass 0600 (not 0666) to mktemp, for consistency
730 with mkstemp; the permissions don't matter anyway.
731
732 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
733
734 * emacsclient.c (socket_status): Use constant pointer.
735
736 2011-05-28 Paul Eggert <eggert@cs.ucla.edu>
737
738 Use 'inline', not 'INLINE'.
739 * etags.c (hash): Now inline unconditionally.
740 * make-docfile.c (put_char): inline, not INLINE.
741
742 2011-05-25 Glenn Morris <rgm@gnu.org>
743
744 * Makefile.in (.c.o): Remove (every .o file has an explicit rule).
745 (insrcdir): New.
746 (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
747 Use $insrcdir to suppress unaesthetic ignored errors.
748 (clean): Simplify list of things to delete.
749 (all, clean): Use $EXE_FILES.
750
751 * Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file.
752
753 * Makefile.in (REGEXPOBJ, REGEXPDEPS): Remove. Replace by expansion.
754 (etags${EXEEXT}): Just depend on regex.o, not regex.h as well.
755
756 2011-05-24 Glenn Morris <rgm@gnu.org>
757
758 * Makefile.in (update-game-score${EXEEXT}): Use a single rule.
759
760 2011-05-19 Glenn Morris <rgm@gnu.org>
761
762 * makefile.w32-in (echolisp): Remove rule that is no longer needed.
763 (clean): No more echolisp.tmp.
764
765 2011-05-18 Glenn Morris <rgm@gnu.org>
766
767 * fakemail.c: Remove file.
768 * makefile.w32-in ($(BLD)/fakemail.exe, fakemail)
769 ($(BLD)/fakemail.$(O)): Remove.
770 * Makefile.in (UTILITIES): Remove fakemail${EXEEXT}.
771 (fakemail${EXEEXT}): Remove rule.
772
773 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
774
775 * makefile.w32-in (obj): Add gnutls.o.
776
777 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
778
779 Static checks with GCC 4.6.0 and non-default toolkits.
780
781 * movemail.c (mail_spool_name): Protoize.
782 (main): Remove unused var. Mark var as initialized.
783 Move locals to avoid shadowing, and use time_t for times.
784
785 * fakemail.c (xmalloc, xreallc): Use standard C prototypes
786 with void *. This avoids warnings about pointer casts.
787
788 * emacsclient.c (main): Don't use uninitialized var.
789 (IS_ANY_SEP): Remove; unused.
790 (get_current_dir_name): Add an extern decl.
791
792 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
793
794 Fix more problems found by GCC 4.6.0's static checks.
795
796 * emacsclient.c (message): Mark it as a printf-like function.
797
798 * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.
799 (write_c_args): Use it to suppress GCC warning.
800
801 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
802
803 Fix a problem found by GCC 4.6.0's static checks.
804 * etags.c (just_read_file): Remove dummy variable and simplify.
805
806 2011-03-27 Glenn Morris <rgm@gnu.org>
807
808 * emacsclient.c: Replace SIGTYPE with void.
809
810 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
811
812 * ntlib.c: Include <ctype.h>.
813
814 2011-03-23 Glenn Morris <rgm@gnu.org>
815
816 * Makefile.in ($(DESTDIR)${archlibdir}):
817 Use `install-sh -d' rather than mkinstalldirs.
818
819 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
820
821 * ebrowse.c: Use size_t, not int, for sizes.
822 This avoids a warning with gcc -Wstrict-overflow, and works
823 better for very large objects.
824 (inbuffer_size): Now size_t. All uses changed.
825 (xmalloc, xrealloc, operator_name, process_file): Use size_t for
826 sizes. Don't bother testing whether a size_t value can be negative.
827
828 * etags.c (Ada_funcs): Redo slightly to avoid overflow warning.
829
830 etags: In Prolog functions, don't assume int fits in size_t.
831 This avoids a warning with gcc -Wstrict-overflow.
832 * etags.c (Prolog_functions, prolog_pr, prolog_atom): Use size_t,
833 not int, to store sizes.
834 (prolog_atom): Return 0, not -1, on error. All callers changed.
835
836 update-game-score: fix bug with -r
837 * update-game-score.c (main): Don't set 'scores' to garbage when
838 -r is specified and scorecount != MAX_SCORES (Bug#8310). This bug
839 was introduced in the 2002-04-10 change, and was found with gcc
840 -Wstrict-overflow (GCC 4.5.2, x86-64).
841
842 fakemail: Remove dependency on ignore-value.
843 This undoes some of the recent fakemail-related changes.
844 It is made possible due to recent changes to gnulib's stdio module.
845 * Makefile.in (fakemail${EXEEXT}): Do not depend on ignore-value.h.
846 * fakemail.c: Do not include ignore-value.h.
847 (put_line): Do not use ignore_value.
848
849 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
850
851 * Version 23.3 released.
852
853 2011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
854
855 * emacsclient.c (longopts): Add quiet.
856 (decode_options): Handle q/quiet.
857 (print_help_and_exit): Add q/quiet.
858 (main): Suppress some messages if quiet option is used.
859
860 2011-02-26 Eli Zaretskii <eliz@gnu.org>
861
862 * Makefile.in (fakemail${EXEEXT}): Depend on lib/ignore-value.h.
863
864 * emacsclient.c (xstrdup) [WINDOWSNT]: Function added back.
865 (w32_getenv): Use xstrdup to return all values in malloc'ed
866 storage.
867
868 2011-02-26 Paul Eggert <eggert@cs.ucla.edu>
869
870 * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear
871 to reader (and to the compiler) that the loop always executes at
872 least once. This prevents a warning with recent GCC.
873 (BROWSE_STRUCT): Remove unused macro.
874
875 * fakemail.c: Include <ignore-value.h>.
876 (put_line): Explicitly ignore fwrite return value, for benefit of
877 recent glibc + gcc.
878 (close_the_streams): Diagnose output errors instead of merely
879 exiting with nonzero status.
880 (my_fclose, main): Diagnose input errors, and exit with nonzero status.
881 Formerly, input errors were silently ignored.
882
883 * ebrowse.c (putstr): Rename from PUTSTR and turn into a function.
884 All callers changed. This is cleaner, and avoids GCC warnings about
885 passing NULL to fputs.
886 (insert_keyword): Rename parameter to avoid shadowing diagnostic.
887
888 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
889
890 * emacsclient.c (main): Avoid dangling 'if'.
891 (xstrdup): Remove; no longer needed.
892 (get_current_dir_name, w32_getenv, get_server_config, find_tty):
893 (set_local_socket, main):
894 Use const char *, not char *, for pointers that are not assigned
895 through.
896 (IF_LINT): New macro.
897 (set_local_socket, main): Use it to suppress warnings with
898 GCC -Wuninitialized.
899
900 * emacsclient.c: Redo local variables to avoid shadowing problems.
901 (message, socket_status, start_daemon_and_retry_set_socket):
902 Rename locals.
903 (main): Move decl of "i".
904
905 * etags.c (ISUPPER): Move to inside the only #ifdef where it's used.
906 This avoids an unused-macro warning with some GCC settings.
907
908 * make-docfile.c (write_globals): Change char * to char const *
909 to avoid a GCC "assignment discards qualifiers" diagnostic
910 in some configurations.
911 (scan_c_file): Refactor local variable decls to make their scope
912 more accurate and to avoid a GCC -Wuninitialized diagnostic.
913
914 2011-02-22 Eli Zaretskii <eliz@gnu.org>
915
916 * etags.c (canonicalize_filename, ISUPPER): Fix last change.
917
918 * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)):
919 Depend on ../lib/min-max.h.
920
921 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
922
923 etags: Downcase drive letters, for consistency with Emacs proper.
924 * etags.c (upcase): Remove; no longer used.
925 (canonicalize_filename): Downcase drive letters.
926
927 Assume S_ISLNK etc. work, since gnulib supports this.
928 * etags.c (S_ISREG): Remove.
929
930 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
931
932 Assume S_ISLNK etc. work, since gnulib supports this.
933 * etags.c (S_ISREG): Remove.
934
935 2011-02-22 Juanma Barranquero <lekktu@gmail.com>
936
937 * makefile.w32-in (obj): Remove filemode.o.
938
939 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
940
941 New file "lib/min-max.h".
942 * ebrowse.c (min, max): Define them by including <min-max.h>
943 instead of defining it ourselves.
944 * pop.c (min): Likewise.
945 * Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h.
946
947 * movemail.c (popmail): Report fchown failure instead of ignoring it.
948 But if the file already has the right ownership, don't worry about it.
949
950 * make-docfile.c (input_buffer): Rename variables to avoid shadowing.
951 * test-distrib.c (buf): Make this local, to avoid shadowing.
952
953 * movemail.c (main, pop_retr): Rename locals to avoid shadowing.
954 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars.
955 (DONE): Remove unused macro.
956 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_FROM_LINE):
957 Define these macros only in the contexts that need them.
958 * pop.c (index): Remove unused macro.
959 (KPOP_PORT): Define only if KERBEROS is defined.
960
961 Declare file-scope functions and variables static if not exported.
962 This is more consistent, and is nicer with gcc -Wstrict-prototypes.
963 * ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c:
964 * profile.c, test-distrib.c, update-game-score.c:
965 Declare non-'main' functions and variables to be static.
966 * ebrowse.c: Omit redundant function prototypes.
967
968 2011-02-21 Eli Zaretskii <eliz@gnu.org>
969
970 * makefile.w32-in ($(BLD)/ctags.$(O), $(BLD)/emacsclient.$(O))
971 ($(BLD)/etags.$(O), $(BLD)/movemail.$(O), $(BLD)/ntlib.$(O)):
972 Depend on $(EMACS_ROOT)/nt/inc/sys/stat.h.
973
974 2011-02-21 Ben Key <bkey76@gmail.com>
975
976 * make-docfile.c (scan_c_file): Adapt DEFVAR_PER_BUFFER case to
977 the new BVAR macro.
978
979 2011-02-20 Juanma Barranquero <lekktu@gmail.com>
980
981 * makefile.w32-in (obj): Remove md5.o.
982
983 2011-02-18 Karl Chen <Karl.Chen@quarl.org>
984
985 * emacsclient.c (main): Loop while `recv' return EINTR.
986
987 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
988
989 * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.
990 This avoids collision with config.h's EMACS_INT on some
991 configurations. All uses changed.
992
993 2011-02-08 Tom Tromey <tromey@redhat.com>
994
995 * make-docfile.c: Unconditionally include stdlib.h.
996 (generate_globals): New global.
997 (xrealloc): New function.
998 (main): Handle '-g'. Call start_globals, write_globals.
999 (scan_file): Conditionally call put_filename.
1000 (start_globals): New function.
1001 (struct global): New.
1002 (num_globals, globals): New globals.
1003 (add_global, compare_globals, write_globals): New functions.
1004 (scan_c_file): Update for "-g".
1005 (scan_lisp_file): Fail if "-g".
1006
1007 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1008
1009 * emacsclient.c: Conform to C89 pointer rules.
1010 (file_name_absolute_p): Accept const char *, not const unsigned
1011 char *, to satisfy C89 rules.
1012
1013 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1014
1015 * makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS):
1016 Add ``-DEMACS_NAME="\"GNU Emacs\""''.
1017 (obj): Remove strftime.o.
1018
1019 2011-01-31 Eli Zaretskii <eliz@gnu.org>
1020
1021 * makefile.w32-in (VERSION): Don't define, defined on nt/config.nt.
1022 (ECLIENT_CFLAGS): Remove -DVERSION.
1023 ($(BLD)/emacsclient.$(O)): Don't depend on makefile.w32-in.
1024
1025 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1026
1027 src/emacs.c now gets version number from configure.in
1028 * ebrowse.c: Adjust comment to say that.
1029
1030 2011-01-30 Jim Meyering <meyering@redhat.com>
1031
1032 make-docfile: don't corrupt heap for an invalid .elc file
1033 "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0
1034 one byte before just-malloc'd saved_string buffer.
1035 * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic
1036 doc string length. Also fix an always-false while-loop test.
1037
1038 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1039
1040 * makefile.w32-in (LOCAL_FLAGS): Add -I../lib.
1041 (GETOPTOBJS, GETOPTDEPS): Remove targets.
1042 (MOVEMAILOBJS): Replace $(GETOPTOBJS) with ../lib/$(BLD)/libgnu.$(A).
1043 ($(BLD)/movemail.exe): Depend on ../lib/getopt.h.
1044 (ECLIENTOBJS, ETAGSOBJ, CTAGSOBJ, EBROWSEOBJ): Replace getopt.o
1045 and getopt1.o with ../lib/$(BLD)/libgnu.$(A).
1046 (clean): Don't remove getopt.h.
1047 (getopt.h, $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)): Remove targets.
1048 ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)): Replace getopt.h with
1049 $(EMACS_ROOT)/lib/getopt.h.
1050
1051 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * ntlib.c (setregid): New stub, renamed from setegid.
1054
1055 * ntlib.h: Update prototype.
1056
1057 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * movemail.c (main): Use setregid instead of setegid, which is
1060 missing on older systems. Suggested by Peter O'Gorman (Bug#6811).
1061
1062 2011-01-23 Paul Eggert <eggert@cs.ucla.edu>
1063
1064 Check return values of some library calls.
1065 * hexl.c (main): Check fread result.
1066 * make-docfile.c (main): Check chdir result.
1067 (scan_c_file): Check fscanf result.
1068 * movemail.c (main): Check ftruncate result.
1069
1070 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
1071
1072 Include <unistd.h> unilaterally.
1073 * emacsclient.c, etags.c, fakemail.c, make-docfile.c, movemail.c:
1074 * pop.c, test-distrib.c, update-game-score.c:
1075 Include <unistd.h> without worrying about HAVE_UNISTD_H, since
1076 unistd.h is always present now, possibly supplied by gnulib.
1077
1078 Include <getopt.h> not "getopt.h".
1079 * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h".
1080 Since getopt.h is no longer in this directory, there's no point
1081 using the form with double-quotes.
1082
1083 Remove unused files.
1084 * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove.
1085 These files are now in ../lib, copied from gnulib.
1086
1087 Use gnulib's getopt-gnu module.
1088 * Makefile.in (mostlyclean): Do not clean getopt.h or getopt.h-t,
1089 as these are now done by gnulib.
1090 (GETOPT_H, getopt.h, GETOPTOBJS, GETOPTDEPS, getopt.o, getopt1.o):
1091 Remove; now done by gnulib. All uses removed.
1092
1093 Automate syncing from gnulib.
1094 * Makefile.in (EXE_FILES): New macro.
1095 (BASE_CFLAGS): Add -I../lib and -I${srcdir}/../lib,
1096 for gnulib's .h files.
1097 (LOADLIBES): Add ../lib/libgnu.a.
1098 ($(EXE_FILES)): Depend on ../lib/libgnu.a.
1099 (../lib/libgnu.a): New rule.
1100
1101 2011-01-08 Paul Eggert <eggert@cs.ucla.edu>
1102
1103 * Makefile.in (EXECUTABLES): Remove; macro unused since 1993.
1104
1105 2011-01-08 Glenn Morris <rgm@gnu.org>
1106
1107 * Makefile.in (EMACSOPT): Add --no-site-lisp.
1108
1109 * Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
1110
1111 2011-01-02 Glenn Morris <rgm@gnu.org>
1112
1113 * ebrowse.c (version) <emacs_copyright>:
1114 * etags.c (print_version) <emacs_copyright>:
1115 * rcs2log (Copyright): Set short copyright year to 2011.
1116
1117 2010-11-27 Joe Matarazzo <joe.matarazzo@gmail.com> (tiny change)
1118
1119 * ebrowse.c (yylex): If end of input buffer encountered while
1120 searching for a newline after "//", return YYEOF. (Bug#7446)
1121
1122 2010-11-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1123
1124 * emacsclient.c (set_local_socket) [DARWIN_OS]: Add fall-back
1125 definition of _CS_DARWIN_USER_TEMP_DIR for Mac OS X 10.4 and older.
1126
1127 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1128
1129 * test-distrib.c: Remove include guards for config.h and fcntl.h.
1130 (O_RDONLY): Do not define.
1131 (cool_read): Fix type for variable "sofar".
1132
1133 2010-10-25 Glenn Morris <rgm@gnu.org>
1134
1135 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc.
1136
1137 2010-10-23 Glenn Morris <rgm@gnu.org>
1138
1139 * digest-doc.c, sorted-doc.c: Remove files.
1140 * Makefile.in (UTILITIES): Remove digest-doc and sorted-doc.
1141 (digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules.
1142 * makefile.w32-in (ALL): Remove digest-doc and sorted-doc.
1143 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc)
1144 ($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules.
1145 (install): Don't install digest-doc.exe or sorted-doc.exe.
1146
1147 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1148
1149 * Makefile.in (PROFILING_LDFLAGS): Remove, not needed.
1150
1151 2010-10-09 Glenn Morris <rgm@gnu.org>
1152
1153 * b2m.c, b2m.pl: Remove files.
1154 * Makefile.in (INSTALLABLES): Remove b2m.
1155 * makefile.w32-in ($(BLD)/b2m.$(O)): Remove.
1156
1157 2010-10-08 Glenn Morris <rgm@gnu.org>
1158
1159 * emacsclient.c (set_local_socket) [DARWIN_OS]: Try as a fall-back
1160 DARWIN_USER_TEMP_DIR. (Bug#3992)
1161
1162 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1163
1164 * test-distrib.c (cool_read):
1165 * movemail.c (main, concat):
1166 * make-docfile.c (scan_file, write_c_args):
1167 * emacsclient.c (get_server_config): Fix -Wconversion warning.
1168 (egetenv): Move conditional definition earlier.
1169 (progname): Use const.
1170 * sorted-doc.c (xstrdup): Use const.
1171
1172 * Makefile.in: Remove ^L, old makes choke on it.
1173
1174 2010-10-02 Wolfgang Schnerring <wosc@wosc.de> (tiny change)
1175
1176 * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an
1177 error string (Bug#6963).
1178
1179 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
1180
1181 * makefile.w32-in (tags): Remove target.
1182
1183 2010-10-01 Eli Zaretskii <eliz@gnu.org>
1184
1185 * makefile.w32-in (tags, TAGS): New targets.
1186
1187 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * emacsclient.c (get_server_config): Don't read Emacs pid from
1190 the authentication file.
1191
1192 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * makefile.w32-in (../src/config.h): Remove target, it is stale.
1195
1196 * emacsclient.c (main): Remove unused variables.
1197 (start_daemon_and_retry_set_socket): Use EXIT_FAILURE.
1198
1199 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
1200
1201 * etags.c (compressors, print_language_names): Support xz compression.
1202
1203 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
1204
1205 * fakemail.c: Include stdlib.h for getenv. Remove declaration of
1206 popen, fclose and pclose.
1207 (my_name, fatal, error, put_line): Use const char*.
1208 (main): Remove extern getenv, mail_program_name is const char*.
1209
1210 * update-game-score.c (get_prefix, write_scores, main): Use const char*.
1211
1212 * sorted-doc.c (error, fatal, states): Use const char *.
1213
1214 * pop.h (pop_multi_first): Use const char *.
1215 (_ARGS): Remove.
1216
1217 * pop.c (pop_multi_first, socket_connection, sendline): Use const char*.
1218
1219 * movemail.c (fatal, error, concat): Use const char *.
1220
1221 * make-docfile.c (error, fatal, scan_c_file, scan_lisp_file):
1222 Use const char *.
1223
1224 * etags.c (compressor, language, Ada_suffix, Ada_help, Asm_suffixes)
1225 (Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes)
1226 (Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes)
1227 (Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help)
1228 (Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help)
1229 (Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help)
1230 (Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help)
1231 (Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters)
1232 (Perl_help, PHP_suffixes, PHP_help, plain_C_suffixses, PS_suffixes)
1233 (PS_help, Prolog_suffixes, Prolog_help, Python_suffixes, Python_help)
1234 (Scheme_suffixes, Scheme_help, TeX_suffixes, TeX_help, Texinfo_suffixes)
1235 (Texinfo_help, Yacc_suffixes, Yacc_help, auto_help, none_help)
1236 (no_lang_help, print_language_names)
1237 (get_language_from_interpreter, get_language_from_filename)
1238 (init, make_tag, struct C_stab_entry, write_classname, TEX_defenv)
1239 (TEX_decode_env, nocase_tail, savestr, savenstr, fatal, pfatal)
1240 (concat): Use const char*.
1241
1242 * emacsclient.c (message, sock_err_message, send_to_emacs)
1243 (quote_argument, set_local_socket)
1244 (start_daemon_and_retry_set_socket): Use const char*.
1245
1246 * ebrowse.c (struct member): filename, def_filename is const.
1247 (struct sym): filename, sfilename is const.
1248 (struct kw): name is const.
1249 (add_sym, yyerror, token_string, insert_keyword, main): Use const char*.
1250
1251 * b2m.c (concat, fatal): Use const char*.
1252 (main): Don't assign labels a string literal.
1253
1254 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
1255
1256 * ebrowse.c (usage, version, mark_virtual):
1257 Remove duplicate declarations.
1258
1259 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1260
1261 * emacsclient.c: Move socket related #includes together with the
1262 rest of the #includes. Move WINDOWSNT includes closer together.
1263 (HAVE_CONFIG_H): Remove.
1264 (NO_RETURN): Remove, defined in config.h.
1265 (main): Convert definition to standard C.
1266
1267 2010-07-29 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * make-docfile.c (write_c_args): Warn for old-style empty arglist ().
1270
1271 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * emacsclient.c (getcwd): Fix previous change: make getcwd
1274 conditional on HAVE_GETCWD and declare with the correct POSIX
1275 profile (for some reason MinGW headers define its 2nd arg as int,
1276 not size_t; but getcwd is not used on Windows nonetheless).
1277
1278 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * emacsclient.c (getcwd, w32_getenv):
1281 * ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes.
1282
1283 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1284
1285 * update-game-score.c (usage): Add NO_RETURN specifier.
1286 * movemail.c (fatal, pfatal_with_name, pfatal_and_delete):
1287 * make-docfile.c (fatal):
1288 * hexl.c (usage):
1289 * fakemail.c (fatal):
1290 * etags.c (fatal, suggest_asking_for_help, pfatal):
1291 * emacsclient.c (fatal):
1292 * b2m.c (fatal): Likewise.
1293
1294 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".
1297
1298 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * emacsclient.c (get_current_dir_name, w32_get_resource)
1301 (w32_getenv, w32_set_user_model_id, w32_window_app, w32_execvp)
1302 (close_winsock, initialize_sockets, w32_find_emacs_process)
1303 (w32_give_focus):
1304 * ntlib.c (getlogin, getuid, getgid, getegid):
1305 Convert definitions to standard C.
1306
1307 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1308
1309 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1310 (PROFILING_LDFLAGS): Set from substitution.
1311 (BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}.
1312 (ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
1313 (LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
1314
1315 2010-07-12 Eli Zaretskii <eliz@gnu.org>
1316
1317 * makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc (see
1318 2010-07-12T05:25:46Z!handa@etlken).
1319
1320 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1321
1322 * emacsclient.c (set_local_socket): Use strchr, strrchr instead of
1323 index, rindex.
1324 * movemail.c (mail_spool_name, popmail): Likewise.
1325 * pop.c (pop_list): Likewise.
1326
1327 2010-07-11 Eli Zaretskii <eliz@gnu.org>
1328
1329 * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscribe.o,
1330 and unexw32.o. (Bug#6603)
1331
1332 2010-07-10 Eli Zaretskii <eliz@gnu.org>
1333
1334 * Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
1335
1336 2010-07-09 Andreas Schwab <schwab@linux-m68k.org>
1337
1338 * make-docfile.c (write_c_args): Restructure scanning loop.
1339
1340 2010-07-09 Dan Nicolaescu <dann@ics.uci.edu>
1341
1342 * make-docfile.c (write_c_args): Deal with type names in DEFUN
1343 arguments.
1344
1345 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 * update-game-score.c (P_): Remove macro.
1348 * ebrowse.c: Remove include guards.
1349 (P_): Remove macro.
1350
1351 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1352
1353 * ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
1354 memcpy, memmove, memset.
1355 * pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
1356
1357 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
1358
1359 * movemail.c: Add MAIL_USE_POP around prototypes.
1360 Include <string.h> if HAVE_STRING_H.
1361 (strerror): Only declare if !HAVE_STRERROR.
1362 (fatal): Make static.
1363 (error): Likewise.
1364 (pfatal_with_name): Likewise.
1365 (pfatal_and_delete): Likewise.
1366 (concat): Likewise.
1367 (xmalloc): Likewise.
1368 (popmail): Likewise.
1369 (pop_retr): Likewise.
1370 (mbx_write): Likewise.
1371 (mbx_delimit_begin): Likewise.
1372 (mbx_delimit_end): Likewise.
1373
1374 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
1375
1376 * fakemail.c (action): Convert function definitions to standard C.
1377 (add_a_stream):
1378 * test-distrib.c (cool_read):
1379 (main): Likewise.
1380
1381 2010-07-03 Andreas Schwab <schwab@linux-m68k.org>
1382
1383 * sorted-doc.c (cmpdoc): Fix signature.
1384 (qsort_compare): Delete.
1385 (main): Remove cast.
1386
1387 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
1388
1389 * ebrowse.c (match_qualified_namespace_alias): Check for null pointer.
1390
1391 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
1392
1393 Fix prototype warnings.
1394
1395 * ebrowse.c (match_qualified_namespace_alias):
1396 Pass sym* to find_namespace, not link*.
1397
1398 * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
1399
1400 * sorted-doc.c (qsort_compare): New typedef.
1401 (main): Use it to cast cmpdoc.
1402
1403 2010-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1404
1405 * update-game-score.c: Convert function definitions to standard C.
1406 * sorted-doc.c:
1407 * profile.c:
1408 * pop.c:
1409 * movemail.c:
1410 * make-docfile.c:
1411 * hexl.c:
1412 * fakemail.c:
1413 * etags.c:
1414 * ebrowse.c:
1415 * digest-doc.c:
1416 * b2m.c: Likewise.
1417
1418 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1419
1420 * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
1421 * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
1422 standard C prototypes.
1423
1424 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1425
1426 * ebrowse.c: Remove P_ and __P.
1427 * etags.c:
1428 * movemail.c:
1429 * pop.c:
1430 * update-game-score.c: Likewise.
1431
1432 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * movemail.c (error): Avoid warning when there are no args.
1435
1436 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
1437
1438 * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
1439 and vc/ediff-hook.elc.
1440
1441 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1442
1443 * ntlib.h: Remove code dealing with BSTRING.
1444
1445 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * emacsclient.c (longopts, decode_options, print_help_and_exit):
1448 New arg `-parent-id'.
1449 (main): Send parent-id to Emacs.
1450
1451 2010-05-27 Glenn Morris <rgm@gnu.org>
1452
1453 * Makefile.in (distclean): No more Makefile.c.
1454
1455 2010-05-22 Jan Djärv <jan.h.d@swipnet.se>
1456
1457 * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPS): New (Bug #6246).
1458 (all): Depend onSTAMP_INST_SCRIPTS, STAMP_SCRIPS (Bug #6246).
1459 (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
1460 New rules (Bug #6246).
1461 (clean): Remove stamp-* (Bug #6246).
1462
1463 2010-05-12 Glenn Morris <rgm@gnu.org>
1464
1465 * Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@.
1466
1467 2010-05-11 Glenn Morris <rgm@gnu.org>
1468
1469 * Makefile.in (.m.o): Remove, there are no .m files.
1470 (BASE_CFLAGS): New variable.
1471 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use $BASE_CFLAGS.
1472 (check): Update the message.
1473 (update-game-score${EXEEXT}): Do not use $MOVE_FLAGS.
1474
1475 * Makefile.in: Convert comments to makefile format.
1476
1477 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1478 (config.h) [MSDOS]: Do not include.
1479
1480 2010-05-10 Glenn Morris <rgm@gnu.org>
1481
1482 * Makefile.in (LIBS_SYSTEM): Set with configure, not cpp.
1483 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1484 (NOT_C_CODE): Remove, no longer used.
1485 (config.h) [!MSDOS]: No longer include.
1486 (LOADLIBES): Use LIBS_SYSTEM as a variable.
1487
1488 * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
1489
1490 2010-05-08 Glenn Morris <rgm@gnu.org>
1491
1492 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1493
1494 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1495
1496 * Version 23.2 released.
1497
1498 2010-05-06 Glenn Morris <rgm@gnu.org>
1499
1500 * Makefile.in: Minimize blessmail-related cpp usage.
1501 (BLESSMAIL_TARGET): New variable.
1502 (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable.
1503 (blessmail): Always define this rule.
1504 (need-blessmail): New rule, split out from maybe-blessmail.
1505 (maybe-blessmail): Use BLESSMAIL_TARGET.
1506
1507 2010-05-04 Glenn Morris <rgm@gnu.org>
1508
1509 * Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
1510 @c_switch_system@, @c_switch_machine@.
1511
1512 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1513
1514 * Makefile.in (LIBS_MACHINE): Remove all uses, unused.
1515
1516 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1517
1518 * Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the
1519 non-cpp section.
1520
1521 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1522
1523 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using
1524 autoconf, not cpp.
1525 (ALL_CFLAGS): Use them as make variables.
1526
1527 2010-04-07 Christoph Scholtes <cschol2112@googlemail.com>
1528
1529 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
1530 for macros for nmake compatibility.
1531
1532 2010-04-03 Juanma Barranquero <lekktu@gmail.com>
1533
1534 Add stubs for Windows, required after CVE-2010-0825 change.
1535 * ntlib.c (getgid, getegid, setegid): New stubs.
1536 * ntlib.h (getgid, getegid, setegid): Declare them.
1537
1538 2010-04-02 Dan Rosenberg <dan.j.rosenberg@gmail.com> (tiny change)
1539
1540 * movemail.c (main): Check return values of setuid.
1541 Avoid possibility of symlink attack when movemail is setgid mail
1542 (CVE-2010-0825).
1543
1544 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1545
1546 Remove extern errno declarations.
1547 * movemail.c:
1548 * etags.c:
1549 * emacsclient.c: Remove extern errno declarations.
1550
1551 2010-03-20 Glenn Morris <rgm@gnu.org>
1552
1553 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
1554 (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by
1555 defining these as Makefile variables.
1556 (LIBS_MOVE): Add LIBS_MAIL into this.
1557 (movemail${EXEEXT}): Just use LIBS_MOVE, not LIBS_MAIL as well.
1558
1559 2010-03-18 Glenn Morris <rgm@gnu.org>
1560
1561 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
1562 (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp.
1563 (BASE_CFLAGS): Remove (identical to CPP_CFLAGS).
1564
1565 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1566
1567 * Makefile.in (uninstall): Handle the case where archlibdir does not
1568 exist. (Bug#5720)
1569
1570 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * Branch for 23.2.
1573
1574 2010-02-20 Kevin Ryde <user42@zip.com.au>
1575
1576 * etags.c (Scheme_functions): Don't loop past a null character
1577 (Bug#5601).
1578
1579 2010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change)
1580
1581 * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).
1582
1583 2010-01-11 Glenn Morris <rgm@gnu.org>
1584
1585 * ebrowse.c (version):
1586 * etags.c (print_version):
1587 * rcs2log (Copyright): Set copyright year to 2010.
1588
1589 2009-12-09 David Robinow <drobinow@gmail.com> (tiny change)
1590
1591 * makefile.w32-in: Use parenthesis for macros for nmake
1592 compatibility.
1593
1594 2009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change)
1595
1596 * etags.c (absolute_filename): Use memmove if we have it for
1597 overlapping copy.
1598
1599 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1600
1601 * make-docfile.c (scan_lisp_file): Also look for `defvaralias'.
1602
1603 2009-10-15 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * .gitignore: Add echolisp.tmp.
1606
1607 2009-10-15 Glenn Morris <rgm@gnu.org>
1608
1609 * emacsclient.c (print_help_and_exit): Fix bug report instructions.
1610
1611 * makefile.w32-in (echolisp): New rule.
1612 (clean): Delete echolisp.tmp.
1613
1614 2009-09-27 Eli Zaretskii <eliz@gnu.org>
1615
1616 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc,
1617 term/pc-win.elc, emacs-lisp/easymenu.elc, and term/ns-win.elc, to
1618 be consistent with src/Makefile.in.
1619
1620 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * update-game-score.c (main): Sort scores before trimming them,
1623 reported by Jason Feng <jfeng@ozbert.com> (bug#4397).
1624
1625 2009-09-09 Glenn Morris <rgm@gnu.org>
1626
1627 * Makefile.in ($(DESTDIR)${archlibdir}): Set umask to world-readable
1628 before creating directories and game score files.
1629
1630 2009-08-19 Glenn Morris <rgm@gnu.org>
1631
1632 * cvtmail.c: Remove file.
1633 * Makefile.in (UTILITIES): Remove cvtmail.
1634 (cvtmail${EXEEXT}): Remove.
1635
1636 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1637
1638 * b2m.c (main): Ensure that each message ends in two newlines.
1639
1640 2009-07-03 Jason Rumney <jasonr@gnu.org>
1641
1642 * emacsclient.c (w32_set_user_model_id): Use standard types.
1643
1644 2009-07-03 Eli Zaretskii <eliz@gnu.org>
1645
1646 * makefile.w32-in (WINNT_SUPPORT): Add common-win.elc, like
1647 src/Makefile.in did.
1648
1649 2009-06-30 Jason Rumney <jasonr@gnu.org>
1650
1651 * emacsclient.c (w32_give_focus): Use GetModuleHandle for library
1652 that is already loaded.
1653 (w32_set_user_model_id): New function.
1654 (main): Use it to associate emacsclient with emacs (bug#1849).
1655
1656 2009-06-29 Jim Meyering <meyering@redhat.com>
1657
1658 Remove useless if-before-free test.
1659 * make-docfile.c (scan_lisp_file): Remove useless test.
1660
1661 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1662
1663 * Makefile.in (movemail.o): Don't pass -Demacs, unused.
1664
1665 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * Branch for 23.1.
1668
1669 2006-06-09 Adrian Robert <Adrian.B.Robert@gmail.com>
1670
1671 * mac-fix-env.m:
1672 * Makefile.in (mac-fix-env): Remove.
1673
1674 2006-06-06 David Reitter <david.reitter@gmail.com>
1675
1676 * Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
1677
1678 2009-04-20 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
1681 spacing is required in the message output, as the comment suggests).
1682
1683 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * emacsclient.c (print_help_and_exit): Clarify argument placement
1686 for short option names.
1687
1688 2009-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1689
1690 * emacsclient.c (print_help_and_exit): Fix typo.
1691
1692 2009-03-21 Eli Zaretskii <eliz@gnu.org>
1693
1694 * ntlib.c (setuid): Argument is now unsigned.
1695 (getuid): Return value is now unsigned.
1696 (getpwuid): Argument is now unsigned.
1697 (fchown): UID and GID arguments are now unsigned.
1698
1699 * ntlib.h (fchown): UID and GID arguments are now unsigned.
1700 (getuid): Return value is now unsigned.
1701 (setuid): Argument is now unsigned.
1702 (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h).
1703
1704 2009-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * emacsclient.c (main): Revert part of last change, so
1707 drive-relative file names again work on Windows.
1708
1709 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * emacsclient.c (main): Always pass cwd via "-dir". Pass the file
1712 names without prepending cwd to them, so Emacs uses its customary
1713 rules to determine how to interpret the file name.
1714
1715 2009-03-04 Glenn Morris <rgm@gnu.org>
1716
1717 * movemail.c (main) [MAIL_USE_POP]: Add -r to usage message.
1718
1719 2009-02-13 Sven Joachim <svenjoac@gmx.de>
1720
1721 * movemail.c: Include time.h unconditionally.
1722 (main): Use time_t for time variables.
1723
1724 2009-02-11 Glenn Morris <rgm@gnu.org>
1725
1726 * movemail.c (mbx_delimit_begin): Also write the current time.
1727
1728 2009-02-10 Glenn Morris <rgm@gnu.org>
1729
1730 * movemail.c (mbx_delimit_begin, mbx_delimit_end): Write mbox rather
1731 than Babyl format. (Bug#2196)
1732
1733 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1734
1735 * emacsclient.c (decode_options): Use a dummy display name under
1736 NS/Cocoa.
1737
1738 2009-01-14 Lars Rasmusson <lars.rasmusson@gmail.com> (tiny change)
1739
1740 * ebrowse.c (matching_regexp): Fix OB1 error.
1741
1742 2009-01-05 Glenn Morris <rgm@gnu.org>
1743
1744 * ebrowse.c (version):
1745 * etags.c (print_version):
1746 * rcs2log (Copyright): Update copyright for 2009.
1747
1748 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
1749
1750 * movemail.c (main): Fatal if hard links cannot be created.
1751
1752 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
1753
1754 * emacsclient.c (start_daemon_and_retry_set_socket): Improve error
1755 checking.
1756
1757 2008-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1758
1759 * emacsclient.c: Include syswait.h instead of sys/types.h.
1760
1761 2008-12-11 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
1762
1763 * emacsclient.c (WCONTINUED): New compatibility define
1764 for older systems.
1765
1766 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * emacsclient.c (main): Fix previous change.
1769
1770 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
1771
1772 * emacsclient.c (main): Fix mindless breakage where emacsclient
1773 does not work *at all* on Windows, even if it *can* connect.
1774
1775 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1776
1777 * emacsclient.c (EMACS_DAEMON): Remove definition.
1778 (decode_options): Do not allow an empty alternate_editor on
1779 WINDOWSNT.
1780 (print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
1781 (start_daemon_and_retry_set_socket): Likewise.
1782 (main): Fail in case of not being able to connect.
1783
1784 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
1787 Changes when EMACS_DAEMON is not defined:
1788 (print_help_and_exit): Don't add daemon information to help.
1789 (start_daemon_and_retry_set_socket): Make a no-op.
1790 (main): Don't set `start_daemon_if_needed' (which is initialized to 0).
1791
1792 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1793
1794 * emacsclient.c (print_help_and_exit): Describe what an empty
1795 string argument does for --alternate-editor.
1796 (set_socket): Make it possible to not exit in case of an error.
1797 (start_daemon_and_retry_set_socket): New function.
1798 (main): Use it. Restore the NULL value for socket_name and
1799 server_file after the set_socket call.
1800
1801 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1802
1803 * emacsclient.c: Include <arpa/inet.h>.
1804
1805 2008-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1806
1807 * make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc.
1808
1809 2008-11-22 Derek Peschel <dpeschel@eskimo.com> (tiny change)
1810
1811 * etags.c (add_regex): Pass correct length to re_compile_pattern.
1812
1813 2008-11-02 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * emacsclient.c (window_system): Delete redundant variable.
1816 (decode_options): Don't use it.
1817 (find_tty): New function.
1818 (main): Use find_tty, and don't use window_system.
1819
1820 2008-11-01 Eli Zaretskii <eliz@gnu.org>
1821
1822 * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to
1823 `ttyname'.
1824 (w32_getenv): Treat $TERM specially: if not found in the
1825 environment and in the Registry, return "w32console".
1826 (ttyname) [WINDOWSNT]: New function.
1827
1828 2008-10-31 Andreas Schwab <schwab@suse.de>
1829
1830 * emacsclient.c (main): Don't force sending tty when in eval mode.
1831
1832 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1833
1834 * emacsclient.c (main): If using the current frame, send tty
1835 information to Emacs in case daemon mode needs to occupy this tty.
1836
1837 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
1838
1839 * emacsclient.c (EXTRA_SPACE): New macro.
1840 (get_server_config, set_local_socket): Use it.
1841
1842 * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.
1843 Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
1844
1845 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
1846
1847 * emacsclient.c (set_local_socket): Use TMPDIR (default /tmp)
1848 instead of hardcoded /tmp.
1849
1850 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1851
1852 * emacsclient.c (longopts, print_help_and_exit): Add -nw.
1853 (decode_options): Use getopt_long_only.
1854
1855 2008-09-30 Eli Zaretskii <eliz@gnu.org>
1856
1857 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and
1858 codepage.elc.
1859
1860 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
1861
1862 * emacsclient.c (main): Use stdout rather than stdin to obtain the
1863 terminal (bug#427).
1864
1865 2008-08-25 Francesco Potortì <pot@gnu.org>
1866
1867 * etags.c (main): Do not use static space for the tagfile string.
1868
1869 2008-08-17 Francesco Potortì <pot@gnu.org>
1870
1871 * etags.c (main): Use canonicalize_filename on tags file name.
1872 (relative_filename): Revert 3.85: do not collapse slashes here.
1873 (absolute_dirname): Remove useless call to canonicalize_filename.
1874 (canonicalize_filename): Collapse multiple slashes here.
1875
1876 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1877
1878 * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES.
1879 Do not special case for NS_IMPL_COCOA.
1880
1881 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1882
1883 * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA.
1884 (.m.o): Dispense with GNUstep-specific flags.
1885
1886 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
1887
1888 * pop.c (socket_connection): Add conditionals for
1889 HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support
1890 compilation with MIT Kerberos and Heimdal, respectively.
1891
1892 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1893
1894 * etags.c:
1895 * emacsclient.c: Remove VMS support.
1896
1897 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1898
1899 Remove support for Mac Carbon.
1900 * makefile.w32-in:
1901 * emacsclient.c: Remove code for Carbon.
1902
1903 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1904
1905 * Makefile.in (mac-fix-env): Remove #ifdef around rule.
1906
1907 2008-07-17 Andreas Schwab <schwab@suse.de>
1908
1909 * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
1910 (LIB_STANDARD_LIBSRC): Don't define.
1911 (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
1912
1913 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1914
1915 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1916 NS_IMPL_COCOA.
1917
1918 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw):
1921 Remove, unused.
1922
1923 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1924
1925 * .cvsignore: Add mac-fix-env.
1926 * mac-fix-env.m: New file, automatically update
1927 ~/.MacOSX/environment.plist on OS X systems to expose environment
1928 variables inside Emacs started from icon.
1929 * Makefile.in: Add -universal to CFLAGS on OS X, add mac-fix-env to
1930 programs to build.
1931 * make-docfile.c: Add .m to list of file extensions.
1932
1933 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1934
1935 * movemail.c (main): Use int instead of WAITTYPE.
1936
1937 2008-07-05 Juanma Barranquero <lekktu@gmail.com>
1938
1939 * makefile.w32-in (OTHER_PLATFORM_SUPPORT):
1940 Remove vmsproc.el and vms-patch.el.
1941
1942 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
1943
1944 * makefile.w32-in (obj): Remove w32bdf.o.
1945
1946 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1947
1948 * fakemail.c: Remove references to obsolete variables.
1949
1950 2008-06-02 Jim Meyering <meyering@redhat.com>
1951
1952 * ebrowse.c (xfree): Remove definition; s/xfree/free/.
1953
1954 Remove useless if-before-free tests.
1955 * ebrowse.c (xfree): Likewise.
1956 * etags.c (process_file_name, free_tree, free_fdesc): Likewise.
1957 (popclass_above, Prolog_functions, Erlang_functions): Likewise.
1958 * pop.c (pop_quit): Likewise.
1959
1960 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
1961
1962 * makefile.w32-in (lisp2): Add minibuffer.elc.
1963
1964 2008-05-29 Tom Tromey <tromey@redhat.com>
1965
1966 * etags.c (relative_filename): Treat "///" like "/" in filenames.
1967
1968 2008-05-09 Eli Zaretskii <eliz@gnu.org>
1969
1970 * ntlib.c: Include sys/types.h, sys/stat.h, and errno.h.
1971 (IS_DIRECTORY_SEP): New macro.
1972 (convert_time, is_exec, stat): New functions.
1973
1974 2008-05-08 Eli Zaretskii <eliz@gnu.org>
1975
1976 * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc.
1977
1978 2008-05-03 Eli Zaretskii <eliz@gnu.org>
1979
1980 * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the
1981 corresponding change in src/Makefile.in.
1982
1983 2008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change)
1984
1985 * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
1986
1987 2008-04-10 Jason Rumney <jasonr@gnu.org>
1988
1989 * makefile.w32-in (CLIENTRES): New variable and target.
1990 (TRES): Remove.
1991 ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
1992
1993 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
1996
1997 2008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)
1998
1999 * vcdiff: Use mktemp (CVE-2008-1694).
2000
2001 2008-04-09 Jason Rumney <jasonr@gnu.org>
2002
2003 * makefile.w32-in (distclean, maintainer-clean): New targets.
2004
2005 2008-03-13 Glenn Morris <rgm@gnu.org>
2006
2007 * makefile.w32-in (VERSION): Set to 23.0.60.
2008
2009 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * .cvsignore: Add oo.
2012
2013 2008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change)
2014
2015 * etags.c (Perl_functions): Fix call to skip_spaces.
2016
2017 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2018
2019 * Makefile.in (NO_SHORTNAMES):
2020 * emacsclient.c (NO_SHORTNAMES):
2021 * fakemail.c (NO_SHORTNAMES):
2022 * make-docfile.c (NO_SHORTNAMES):
2023 * movemail.c (NO_SHORTNAMES):
2024 * pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
2025
2026 2008-02-23 Jason Rumney <jasonr@gnu.org>
2027
2028 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
2029 (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
2030 (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
2031 (lisp2): Add new languages.
2032 ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
2033
2034 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el,
2037 malayalam.el, and tamil.el. Add sinhala.el.
2038
2039 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * emacsclient.c (main) [WINDOWSNT]: Understand DRIVE:NAME,
2042 where NAME is relative to DRIVE'S current directory.
2043
2044 2008-02-15 Juanma Barranquero <lekktu@gmail.com>
2045
2046 * emacsclient.c (print_help_and_exit): Show -d option on Windows.
2047
2048 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2049
2050 * fakemail.c: Undo previous change.
2051
2052 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2053
2054 * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
2055 (main): Replace MAIL_PROGRAM_NAME with its value.
2056
2057 * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable.
2058
2059 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * emacsclient.c (decode_options): Pass --display implicitly if -c
2062 is specified. Only set tty if -t or -c is specified.
2063
2064 2008-02-04 Jason Rumney <jasonr@gnu.org>
2065
2066 * makefile.w32-in (lisp1): Use (), not {}.
2067
2068 2008-02-04 Tom Tromey <tromey@redhat.com>
2069
2070 * etags.c: Add "GTY" as synonym for __attribute__.
2071 Update gperf output.
2072
2073 2008-02-01 Jason Rumney <jasonr@gnu.org>
2074
2075 * makefile.w32-in (obj): Sync with src/Makefile.in.
2076 (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
2077 (WINNT_SUPPORT): Add term/w32-win.elc.
2078 (lisp1, lisp2): Sync with lisp in src/Makefile.in.
2079
2080 2008-02-01 Jason Rumney <jasonr@gnu.org>
2081
2082 * makefile.w32-in (obj): Add font.o and w32font.o.
2083
2084 2008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change)
2085
2086 * makefile.w32-in (lisp1): Delete ucs-tables.elc,
2087 utf-8.elc, and latin-*.el.
2088
2089 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
2092 Allow the -d option under w32 again, for those rare cases where it
2093 actually does make sense.
2094
2095 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
2096
2097 * emacsclient.c (set_tcp_socket): Don't send "\n" after
2098 the authentication string; there's no need to haste.
2099
2100 2008-01-22 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * pop.c (pop_stat, pop_last): Fix last fix.
2103
2104 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
2105
2106 * movemail.c: Remove references to XENIX.
2107
2108 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
2109
2110 * movemail.c:
2111 * make-docfile.c: Remove reference to symbols defined by systems
2112 not supported anymore: MAC_OS8, XENIX and STRIDE.
2113
2114 2008-01-12 Eli Zaretskii <eliz@gnu.org>
2115
2116 * emacsclient.c (decode_options) [WINDOWSNT]: Don't use the value
2117 of DISPLAY in the environment. Don't support -d.
2118 (print_help_and_exit) [WINDOWSNT]: Don't show the --display option.
2119 (longopts) [WINDOWSNT]: Remove --display.
2120
2121 2008-01-10 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * pop.c (pop_stat, pop_last): Check validity of string-to-integer
2124 conversion. Mistakes spotted by Nico Golde.
2125
2126 2008-01-09 Glenn Morris <rgm@gnu.org>
2127
2128 * emacsclient.c: Add missing final newlines to message calls.
2129
2130 2008-01-09 Daniel Hackney <dan@haxney.org> (tiny change)
2131
2132 * emacsclient.c (set_socket): Add final newline to socket error message.
2133
2134 2008-01-04 Glenn Morris <rgm@gnu.org>
2135
2136 * ebrowse.c (version) <emacs_copyright>: New variable.
2137 Just use current year for copyright.
2138
2139 * etags.c (print_version):
2140 * rcs2log (Copyright): Update to 2008.
2141
2142 2007-11-28 Jason Rumney <jasonr@gnu.org>
2143
2144 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
2145
2146 2007-11-27 Jan Djärv <jan.h.d@swipnet.se>
2147
2148 * pop.c (socket_connection): Remove AI_ADDRCONFIG.
2149
2150 2007-11-19 Jan Djärv <jan.h.d@swipnet.se>
2151
2152 * pop.c (socket_connection): Move realhost out of #ifdefs.
2153 Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
2154
2155 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
2156
2157 * pop.c (socket_connection): Use getaddrinfo if available.
2158
2159 2007-11-22 Francesco Potortì <pot@gnu.org>
2160
2161 * etags.c (default_C_help) [CTAGS]: Differentiate the help string,
2162 as the defaults in ctags are different from etags.
2163
2164 2007-11-15 Francesco Potortì <pot@gnu.org>
2165
2166 * etags.c: Make prototypes for extern definitions, and add all
2167 that are needed to quench warnings on 64-bit.
2168 (main): Use the same defaults for ctags as for etags: find
2169 typedefs, structure tags, macro constants, enum constants, struct
2170 members and global variables.
2171 (make_C_tag) [DEBUG]: Add debugging printout.
2172 (C_entries): In case '}' decrement bracelev before testing it.
2173
2174 2007-11-15 Masatake YAMATO <jet@gyve.org>
2175
2176 * etags.c (C_entries): In case '}', set fvdef to fvnone
2177 unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
2178
2179 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2180
2181 * makefile.w32-in (obj): Remove sunfns.o.
2182
2183 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * makefile.w32-in (obj): Remove abbrev.o.
2186
2187 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2188
2189 * emacsclient.c: Add a wrapper for getenv so it also checks the
2190 registry on Windows. Suggestion and algorithm by Eli Zaretskii.
2191 Code partially based on w32_get_resource and init_environment (w32.c).
2192 (egetenv): New wrapper for getenv.
2193 (get_current_dir_name, decode_options, get_server_config)
2194 (set_local_socket, set_socket, main): Use egetenv, not getenv.
2195 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
2196
2197 2007-10-25 Jason Rumney <jasonr@gnu.org>
2198
2199 * emacsclient.c (sock_err_message): New function.
2200 (set_tcp_socket): Use it.
2201
2202 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2203
2204 * emacsclient.c (print_help_and_exit): Fix space to improve
2205 alignment in output messages.
2206
2207 2007-09-27 Jason Rumney <jasonr@gnu.org>
2208
2209 * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32.
2210
2211 * emacsclient.c (w32_window_app): Init common controls when windowed.
2212
2213 2007-09-21 Glenn Morris <rgm@gnu.org>
2214
2215 * emacstool.c: Remove file.
2216 * Makefile.in (emacstool, nemacstool, xvetool, xveterm):
2217 Delete targets built from emacstool.
2218
2219 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * emacsclient.c (decode_options): -t implies -c.
2222
2223 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
2226 (IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME).
2227 (main_argc): Remove.
2228 (strprefix): Use strncmp.
2229
2230 2007-09-20 Jason Rumney <jasonr@gnu.org>
2231
2232 * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
2233
2234 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * emacsclient.c (current_frame): Change the default.
2237 (longopts): Replace --current-frame by --create-frame.
2238 (decode_options): Reverse the meaning of -c.
2239 (print_help_and_exit): Update help text accordingly.
2240 (main): Remove the -version and -good-version messages.
2241
2242 2007-09-12 Glenn Morris <rgm@gnu.org>
2243
2244 * Makefile.in (SOURCES, unlock, relock): Delete.
2245
2246 2007-08-29 Glenn Morris <rgm@gnu.org>
2247
2248 * makefile.w32-in (VERSION): Increase to 23.0.50.
2249
2250 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2251
2252 * emacsclient.c (w32_execvp): Move definition before use.
2253 (decode_options): Don't use a tty on mac carbon or windows.
2254
2255 2007-08-29 Jason Rumney <jasonr@gnu.org>
2256
2257 * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
2258 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
2259 (main): Expand removed macros inline.
2260 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend
2261 option.
2262 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
2263
2264 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
2265
2266 * emacsclient.c (signal.h): New include.
2267 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.
2268 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
2269 Copy definitions here from src/lisp.h.
2270 (main_argc, main_argv, current_frame, window_system, tty): New vars.
2271 (longopts): Add tty, current-frame.
2272 (xmalloc, xstrdup): New functions.
2273 (get_current_dir_name): New function, copied from src/sysdep.c.
2274 (decode_options): Set display from environment. Add tty and
2275 current_frame options. Make --no-wait imply --current-frame,
2276 except when it is the only option given. Make sure no frame is
2277 opened when --current-frame is set.
2278 (print_help_and_exit): Document tty and current-frame options.
2279 (fail): Change arguments to void.
2280 (main): When sockets are not defined, set main_argc, main_argv,
2281 and call fail() with no arguments.
2282 (emacs_socket): New variable (moved out from main `s').
2283 (quote_file_name): Rename to quote_argument.
2284 (quote_argument): New name for old quote_file_name.
2285 (unquote_argument, strprefix, pass_signal_to_emacs)
2286 (handle_sigcont, handle_sigtstp, init_signals): New functions.
2287 (set_local_socket): Initialize saved_errno to 0. If socket-name
2288 is too long, call `fail' rather than `exit'.
2289 (main): Doc update. Set main_argc, main_argv. New var `str'.
2290 Don't need a filename or argument if tty or window_system set.
2291 Call fail with no arguments. Use get_current_dir_name to send
2292 over the current directory. Send version number to Emacs for
2293 verification. If tty is set, check TERM, and pass name and type
2294 to Emacs. Pass window_system to Emacs. Move sending of eval to
2295 optind loop. Send -position, -file to Emacs. Call fsync after
2296 fflush. Check for a client/server version match.
2297 Handle -emacs-pid, -window-system-unsupported, -print, -error, and
2298 -suspend commands. Don't exit prematurely on --no-wait, let Emacs
2299 close the connection for us. When creating a new frame, send
2300 environment and pwd to Emacs. Send current-frame to Emacs.
2301
2302 2007-08-25 Eli Zaretskii <eliz@gnu.org>
2303
2304 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
2305 Prepend "-" to the command, in case srcdir=. and file is copied
2306 into itself.
2307
2308 2007-07-25 Glenn Morris <rgm@gnu.org>
2309
2310 * Relicense all FSF files to GPLv3 or later.
2311
2312 * COPYING: Switch to GPLv3.
2313
2314 2007-07-17 Francesco Potortì <pot@gnu.org>
2315
2316 * etags.c (C_entries): Reset the fvdef machine when out of function.
2317 (PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
2318 (print_help): Use it in if() rather than #if.
2319 (print_help): Conditionally print help about --no-line-directive.
2320
2321 2007-07-16 Eli Zaretskii <eliz@gnu.org>
2322
2323 * makefile.w32-in (clean): Don't delete *~.
2324
2325 2007-06-07 Glenn Morris <rgm@gnu.org>
2326
2327 * etags.c (print_version): Add `emacs_copyright' string, for
2328 easier automatic updating.
2329
2330 2007-05-18 Francesco Potortì <pot@gnu.org>
2331
2332 * etags.c: Extern definitions of some more pointer functions for
2333 standalone compilation, especially important for 64bit platforms.
2334 (main, print_help): --members is now the default for etags.
2335 (C_entries): Parse start of C comment as a space == end of token.
2336 This is not necessary for C++ comment, already parsed as newline.
2337
2338 2007-04-26 Glenn Morris <rgm@gnu.org>
2339
2340 * makefile.w32-in (VERSION): Increase to 22.1.50.
2341
2342 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * Version 22.1 released.
2345
2346 2007-02-26 Francesco Potortì <pot@gnu.org>
2347
2348 * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs".
2349
2350 2007-02-20 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
2351
2352 * Makefile.in (EMACS, EMACSOPT): New variables.
2353 (blessmail): Use `--no-site-file' when compiling.
2354
2355 2007-02-05 Francesco Potortì <pot@gnu.org>
2356
2357 * etags.c (default_C_help, Cplusplus_help, PHP_help, print_help)
2358 (main): Now --members is the default for etags, not for ctags yet.
2359
2360 2007-02-04 Per Cederqvist <ceder@ingate.com> (tiny change)
2361
2362 * etags.c (gperf, in_word_set): Change attribute for Java to
2363 (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was
2364 broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused
2365 import, package, extends, implements and interface to be treated
2366 specially for all kinds of C-style files, not just Java files.
2367
2368 2007-01-02 Francesco Potortì <pot@gnu.org>
2369
2370 * etags.c (longopts): New undocumented option --no-duplicates.
2371 (no_duplicates): Static variables for the above option.
2372 (print_help): Do not print help for --no-warn, now undocumented.
2373 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
2374 (main): Pass the -u option to sort in ctags mode.
2375
2376 2006-12-28 Francesco Potortì <pot@gnu.org>
2377
2378 * etags.c (readline): When creating a relative file name from a
2379 #line directive, leave the file name alone. The previous
2380 behavior was to make it relative to the tags file directory,
2381 under the hypothesis that the #line directive file name was
2382 relative to the directory of the tagged file. That hypothesis is
2383 wrong with Cpp and Lex.
2384 (Makefile_targets): Do not include spaces in tag names.
2385
2386 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2387
2388 * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl)
2389 (movemail, fakemail, sorted-doc, digest-doc, emacsclient)
2390 (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD).
2391 ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
2392 ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
2393 ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
2394 ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
2395 ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
2396 (clean): Delete stamp_BLD.
2397
2398 2006-12-20 Francesco Potortì <pot@gnu.org>
2399
2400 * etags.c (C_entries): DEFUN names were longer by one: corrected.
2401
2402 2006-12-18 Juanma Barranquero <lekktu@gmail.com>
2403
2404 * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables.
2405 [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
2406 (main) [WINDOWSNT]: Remove code to release the focus; call
2407 w32_give_focus instead.
2408
2409 2006-12-15 Juanma Barranquero <lekktu@gmail.com>
2410
2411 * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
2412 (execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
2413 (fail): Remove Windows-specific fix (subsumed into w32_execvp).
2414 Suggestions and comment by Eli Zaretskii.
2415
2416 2006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
2417
2418 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
2419 Use $(USER32) for compatibility with Visual Studio .NET 2003.
2420
2421 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * emacsclient.c (emacs_pid): New variable.
2424 (message): Remove leftover code.
2425 (get_server_config): Set emacs_pid. Don't allow Emacs to grab the
2426 focus yet; emacsclient can still display an informational message
2427 before sending requests to Emacs.
2428 (main): Allow Emacs to grab the focus. Simplify message() call.
2429
2430 2006-11-30 Michael Mauger <mmaug@yahoo.com>
2431
2432 * emacsclient.c (message): Make sure the message is properly
2433 written even if it contains printf escapes, and flush the result.
2434 (set_tcp_socket): Make the message for non-local connections
2435 informational rather than an error.
2436
2437 2006-11-28 Kevin Ryde <user42@zip.com.au>
2438
2439 * etags.c (readline): Check for double quote after #line.
2440
2441 2006-11-28 Jan Djärv <jan.h.d@swipnet.se>
2442
2443 * etags.c (readline): sscanf could in principle return 2.
2444
2445 2006-11-28 Francesco Potortì <pot@gnu.org>
2446
2447 * etags.c (readline): lno is unsigned.
2448 (TeX_commands): Use p++ (rather than *p++) to increment p.
2449 (Lua_functions): Explicitly discard LOOKING_AT's return value.
2450
2451 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).
2454 ($(TRES)): New rule (copied from nt/makefile.w32-in).
2455 ($(BLD)/emacsclientw.exe): Add dependency.
2456
2457 2006-11-27 Eli Zaretskii <eliz@gnu.org>
2458
2459 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.
2460
2461 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * makefile.w32-in (VERSION): New macro.
2464 (ECLIENT_CFLAGS): Add -DVERSION.
2465
2466 2006-11-25 Jason Rumney <jasonr@gnu.org>
2467
2468 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
2469
2470 2006-11-24 Michael Mauger <mmaug@yahoo.com>
2471
2472 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute
2473 file names with forward slashes.
2474
2475 2006-11-23 Juanma Barranquero <lekktu@gmail.com>
2476
2477 * emacsclient.c (print_help_and_exit): Tweak message contents and
2478 tabs/spaces to improve alignment in message boxes.
2479
2480 2006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se>
2481
2482 * emacsclient.c: Include <stdarg.h>.
2483 [WINDOWSNT]: Include <windows.h>.
2484 (w32_check_console_app): New function.
2485 (message): New function.
2486 (decode_options, print_help_and_exit, fail, main)
2487 (initialize_sockets, get_server_config, set_tcp_socket)
2488 (set_local_socket, set_socket): Use message().
2489
2490 2006-11-13 Jason Rumney <jasonr@gnu.org>
2491
2492 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
2493 HAVE_INET_SOCKETS.
2494
2495 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
2496
2497 * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe.
2498 ($(BLD)/emacsclientw.exe): New target.
2499 (install): Install emacsclientw.exe.
2500 ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets.
2501 (ECLIENT_CFLAGS): Remove redundant flags.
2502
2503 * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
2504
2505 2006-11-13 Jason Rumney <jasonr@gnu.org>
2506
2507 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
2508
2509 2006-11-10 David Reitter <david.reitter@gmail.com>
2510
2511 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
2512
2513 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
2516 FARPROC to avoid a compiler warning.
2517
2518 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
2519
2520 * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server
2521 file on APPDATA if it doesn't exist on HOME, even if HOME is defined.
2522
2523 * emacsclient.c (get_server_config): Extract also the Emacs pid
2524 from the server file. On Windows, try to force the Emacs frame to
2525 the foreground.
2526
2527 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
2530 option --socket-name.
2531 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
2532 command line options.
2533 (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
2534 (fail): Don't check for missing arguments, it is now done in set_socket.
2535 (file_name_absolute_p): New function (loosely based on the one in
2536 fileio.c).
2537 (initialize_sockets): Don't check for duplicate loading of Winsock.
2538 (get_server_config): Only try relative paths in the default
2539 directory locations.
2540 (set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to
2541 a remote server.
2542 (set_socket): Call INITIALIZE(). Search explicit command-line
2543 arguments, then environment variable EMACS_SERVER_FILE, then implicit
2544 socket paths, before trying the alternate editor.
2545 (main): Use file_name_absolute_p.
2546
2547 2006-11-04 Eli Zaretskii <eliz@gnu.org>
2548
2549 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
2550 file if it doesn't already exist.
2551
2552 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * emacsclient.c (initialize_sockets): Don't initialize Winsock
2555 more than once.
2556
2557 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
2558
2559 * Makefile.in (INSTALL_SCRIPT): New macro.
2560 ($(DESTDIR)${archlibdir}, install): Use it, instead of INSTALL_PROGRAM.
2561
2562 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * grep-changelog: When called with no arguments (not even a
2565 filter), show help instead of blindingly dumping every single
2566 ChangeLog available. Doc fix. Update version.
2567
2568 2006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
2569
2570 * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS.
2571 [!WINDOWSNT]: Include <netinet/in.h> if available.
2572 [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
2573 (IOCTL, IOCTL_BOOL_ARG): Remove.
2574 (set_tcp_socket): Don't set the socket in blocking mode.
2575 Remove c_arg.
2576
2577 2006-11-01 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
2580 execvp to point to alternate_editor (otherwise .BAT scripts can't run).
2581
2582 2006-10-31 Óscar Fuentes <ofv@wanadoo.es> (tiny change)
2583
2584 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
2585 (close_winsock): Declare as __cdecl.
2586
2587 2006-10-31 Jan Djärv <jan.h.d@swipnet.se>
2588
2589 * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available.
2590 (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO
2591 to set the socket in non-blocking mode.
2592
2593 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
2594
2595 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
2596 (INVALID_SOCKET): Define.
2597 (initialize_sockets): Put #endif at the right place.
2598 (set_local_socket): Use progname, not argv[0].
2599
2600 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * makefile.w32-in (ALL): Add emacsclient.
2603 (ECLIENT_CFLAGS, ECLIENTOBJS): New macros.
2604 (emacsclient, $(BLD)/emacsclient.exe): New targets.
2605 (install): Install emacsclient.
2606
2607 * emacsclient.c: Add support for TCP sockets.
2608 (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL)
2609 (INITIALIZE): New macros.
2610 (IOCTL_BOOL_ARG): New typedef.
2611 (server_file): New global variable.
2612 (longopts): New option --server-file.
2613 (decode_options): Process new option --server-file and environment
2614 variable EMACS_SERVER_FILE.
2615 (print_help_and_exit): Document new option.
2616 (fail): If no connection available and no alternate editor,
2617 suggest using options to make them explicit.
2618 (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants.
2619 (send_buffer, sblen): New variables.
2620 (send_to_emacs): New function to buffer output and send it with `send'.
2621 (quote_file_name): Use SEND_STRING.
2622 (close_winsock, initialize_sockets): New functions to load and
2623 unload Winsock.
2624 (get_server_config, set_tcp_socket): New functions to create and
2625 set up TCP sockets.
2626 (set_local_socket): New function to create and set up Unix
2627 socket (code moved from previous implementation).
2628 (set_socket): New function to choose between TCP and Unix sockets.
2629 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to
2630 set_local_socket. Use set_socket. Get answers from server.el with
2631 recv(), not file stream functions.
2632
2633 2006-10-09 Eli Zaretskii <eliz@gnu.org>
2634
2635 * makefile.w32-in (../src/config.h): Fix error message.
2636
2637 2006-09-30 Eli Zaretskii <eliz@gnu.org>
2638
2639 * .cvsignore: Add blessmail.
2640
2641 2006-09-15 Jay Belanger <belanger@truman.edu>
2642
2643 * COPYING: Replace "Library Public License" by "Lesser Public
2644 License" throughout.
2645
2646 2006-08-09 Jan Djärv <jan.h.d@swipnet.se>
2647
2648 * etags.c (readline): Expect sscanf returns >= 1.
2649 (readline): Change position on %n and \" in sscanf.
2650
2651 2006-08-07 Masatake YAMATO <jet@gyve.org>
2652
2653 * etags.c (readline): Expect sscanf returns 2, not 1.
2654
2655 2006-08-07 Masatake YAMATO <jet@gyve.org>
2656
2657 * etags.c (TEX_mode): Check getc returns EOF.
2658 File ended without newline causes infinite loop.
2659
2660 2006-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
2661
2662 * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
2663
2664 2006-07-30 Francesco Potortì <pot@gnu.org>
2665
2666 * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined.
2667 [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined.
2668 (Objc_suffixes): Suggest using --lang=c for full help.
2669 (C_entries): Initialize savetoken to 0 to shut up the compiler.
2670
2671 2006-07-20 Andreas Schwab <schwab@suse.de>
2672
2673 * fakemail.c (fatal): Drop second parameter and treat first
2674 parameter as a plain string. Callers changed.
2675
2676 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
2677
2678 * ebrowse.c (usage, version): Mark as NO_RETURN.
2679
2680 * emacsclient.c (print_help_and_exit): Likewise.
2681
2682 2006-07-10 Francesco Potortì <pot@gnu.org>
2683
2684 * etags.c (absolute_filename): Free unused space (cosmetic change).
2685 (in_word_set): In C, also tag #undef symbols.
2686
2687 2006-06-09 Eli Zaretskii <eliz@gnu.org>
2688
2689 * yow.c: Remove file.
2690
2691 * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
2692
2693 * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
2694 yow${EXEEXT}: Remove target.
2695
2696 2006-06-04 Masatake YAMATO <jet@gyve.org>
2697
2698 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
2699 doesn't exist, is not seekable, not is failed in ftall.
2700
2701 2006-06-03 Eli Zaretskii <eliz@gnu.org>
2702
2703 * makefile.w32-in (ALL): Add sorted-doc and digest-doc.
2704 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe)
2705 ($(BLD)/test-distrib.exe): New targets.
2706 (sorted-doc, digest-doc, test-distrib): New targets.
2707 (install): Install sorted-doc.exe and digest-doc.exe.
2708 ($(BLD)/sorted-doc.$(O)): Update dependencies.
2709
2710 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
2711 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
2712 terminal device.
2713
2714 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
2715 [WINDOWSNT] <top level>: Don't redeclare malloc.
2716 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
2717 terminal device.
2718 (main): Initialize bp, to avoid compiler warnings.
2719
2720 * makefile.w32-in: Delete traces of leditcfns.c.
2721
2722 * leditcfns.c: Remove file.
2723
2724 2006-05-23 Francesco Potortì <pot@gnu.org>
2725
2726 * pop.c (pop_open, socket_connection, KPOP_SERVICE):
2727 Add comments explaining why the "kpop" service is never used.
2728
2729 2006-05-13 Eli Zaretskii <eliz@gnu.org>
2730
2731 * makefile.w32-in (lisp1): Add fringe.elc.
2732
2733 2006-05-02 Francesco Potortì <pot@gnu.org>
2734
2735 * etags.c (Perl_functions): Free space allocated for var package.
2736 (Erlang_functions): Possibly free space allocated for var last.
2737 (Prolog_functions): Possibly free space allocated for var last.
2738
2739 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2740
2741 * sorted-doc.c (main): Initialize docs to NULL.
2742
2743 * yow.c (yow): Free buf.
2744
2745 * etags.c: Delete c-indentation-style local variable.
2746
2747 2006-04-29 Richard Stallman <rms@gnu.org>
2748
2749 * movemail.c (main): Check for negative value from `read'.
2750
2751 * fakemail.c (read_header): Give fatal error if input has no header.
2752
2753 2006-04-02 Paul Eggert <eggert@cs.ucla.edu>
2754
2755 * b2m.c (main): Don't include <limits.h>.
2756 (TM_YEAR_BASE): New macro.
2757 (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
2758 that s/ files can override this. Use the more-conservative range
2759 1000-9999.
2760 (main): Check for asctime returning NULL.
2761 * fakemail.c: Likewise.
2762
2763 2006-03-27 Paul Eggert <eggert@cs.ucla.edu>
2764
2765 * b2m.c: Include <limits.h>.
2766 (TM_YEAR_IN_ASCTIME_RANGE): New macro.
2767 (main): Check for out-of-range time stamps.
2768 * fakemail.c: Likewise.
2769
2770 2006-03-18 Andre Spiegel <spiegel@gnu.org>
2771
2772 * vcdiff: Use "echo" as a default for $echo, otherwise we'll
2773 execute $DIFF twice, and once with the wrong options.
2774
2775 2006-02-23 Claudio Fontana <claudio@gnu.org>
2776
2777 * Makefile.in (install, uninstall): Add DESTDIR variable to
2778 support staged installations.
2779
2780 2005-12-30 Eli Zaretskii <eliz@gnu.org>
2781
2782 * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc.
2783 (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc,
2784 international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc.
2785 Rearrange the list to be similar to $(shortlisp) in
2786 src/Makefile.in.
2787 (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc,
2788 emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc,
2789 jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in
2790 src/Makefile.in.
2791
2792 2005-12-22 Richard M. Stallman <rms@gnu.org>
2793
2794 * Makefile.in (update-game-score.o): Delete spurious final `\'.
2795
2796 2005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
2797
2798 * etags.c (main): Cxref mode writes to stdout: do not close tagf,
2799 which was never opened.
2800
2801 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
2802
2803 * etags.c: Undef STDIN if defined. (LynxOS defines it in system
2804 header files.)
2805
2806 2005-09-27 Francesco Potortì <pot@gnu.org>
2807
2808 * etags.c: Preliminary Forth support.
2809 (prolog_pr): Cast strlen to int before comparison.
2810 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
2811 the second argument is indeed a literal string.
2812 (main): In append mode, sort the tags file after writing it.
2813
2814 2005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2815
2816 * etags.c (longopts, print_help, main): The -a (--append) option
2817 can be used in ctags also; for one, the Linux make file uses it.
2818
2819 2005-09-20 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * ebrowse.c (add_sym): Compare namespace names instead of
2822 namespace objects. This prevents the parser from incorrectly
2823 treating classes whose superclass is in another namespace.
2824
2825 2005-09-15 Richard M. Stallman <rms@gnu.org>
2826
2827 * Makefile.in (update-game-score.o): New target.
2828 Compile and link this program separately.
2829 (update-game-score${EXEEXT}): Use GETOPTDEPTS.
2830
2831 2005-09-11 Jason Rumney <jasonr@gnu.org>
2832
2833 * makefile.w32-in (../src/config.h): Don't overwrite. Print a
2834 message instead.
2835 (../src/paths.h): Remove.
2836
2837 2005-07-27 Juanma Barranquero <lekktu@gmail.com>
2838
2839 * .cvsignore: Don't ignore fns-* and fns.el, which are no longer
2840 generated. Ignore also ctags.c and getopt.h.
2841
2842 * makefile.w32-in (clean): Delete getopt.h.
2843 (getopt.h): New rule.
2844
2845 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2846
2847 Merge gnulib getopt implementation into Emacs.
2848
2849 * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
2850 (GETOPT_H): New macro, from gnulib.
2851 (getopt.h): New rule, from gnulib.
2852 (GETOPTOBJS): Now autoconfigured.
2853 (GETOPTDEPS): getopt.h is now autoconfigured.
2854 (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
2855 (getopt.o): Depend on ${srcdir}/gettext.h.
2856 (movemail.o): Depend on $(GETOPT_H).
2857 * getopt.c, getopt1.c: Sync from gnulib.
2858 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
2859 * getopt.h: Removed (now is getopt_.h).
2860
2861 2005-07-13 Ken Raeburn <raeburn@gnu.org>
2862
2863 * pop.c: Don't include des.h (or variants thereof); krb.h will do it.
2864 (sendline): Add the \r\n to the line in a temporary buffer, and write
2865 it all at once.
2866
2867 2005-07-04 Lute Kamstra <lute@gnu.org>
2868
2869 Update FSF's address in GPL notices.
2870
2871 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2872
2873 * makefile.w32-in ($(DOC)): Fix last change.
2874
2875 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2876
2877 * makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
2878 temacs.exe, and the preloaded *.elc files. This avoids
2879 unnecessary dumping and DOC rebuilding.
2880
2881 2005-06-04 Eli Zaretskii <eliz@gnu.org>
2882
2883 * ntlib.h (fileno): Don't define if already defined.
2884
2885 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2886
2887 * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found.
2888 (yow): Use EXIT_FAILURE in case of memory error.
2889
2890 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2891
2892 * make-docfile.c (DIRECTORY_SEP): New macro.
2893 (IS_DIRECTORY_SEP): Use it.
2894
2895 2005-03-18 Jan Djärv <jan.h.d@swipnet.se>
2896
2897 * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
2898
2899 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2900
2901 * make-docfile.c: Undo previous change.
2902
2903 2005-02-04 Andreas Schwab <schwab@suse.de>
2904
2905 * movemail.c (fatal): Accept third parameter and pass down to error.
2906 (pfatal_with_name): Pass error string as format parameter instead of
2907 as part of format string.
2908 (pfatal_and_delete): Likewise.
2909 (main): Adjust call to fatal.
2910 (xmalloc): Likewise.
2911
2912 2005-01-29 Richard M. Stallman <rms@gnu.org>
2913
2914 * movemail.c (popmail): Don't use Errmsg as format string.
2915
2916 2004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2917
2918 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
2919
2920 2004-12-15 Andreas Schwab <schwab@suse.de>
2921
2922 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from
2923 preprocessing to compile time constant.
2924
2925 2004-11-17 Kim F. Storm <storm@cua.dk>
2926
2927 * etags.c: Undo last change.
2928
2929 2004-11-09 Kim F. Storm <storm@cua.dk>
2930
2931 * make-docfile.c (scan_c_file): Set defvarperbufferflag to
2932 silence compiler.
2933
2934 * hexl.c (main): Init local var c to silence compiler.
2935
2936 * etags.c (main, consider_token, C_entries): Add misc switch
2937 default targets to silence compiler.
2938
2939 2004-11-09 Jan Djärv <jan.h.d@swipnet.se>
2940
2941 * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
2942 resulting DOC file can be used on Unix/Mac also.
2943
2944 2004-09-13 Francesco Potortì <pot@gnu.org>
2945
2946 * etags.c (main): When relative file names are given as argument,
2947 make them relative to the current working dir, rather than
2948 relative to the output tags file, if the latter is in /dev.
2949
2950 2004-09-13 Francesco Potortì <pot@gnu.org>
2951
2952 * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
2953 <stdlib.h> is available.
2954 (enum sym_type): New st_C_attribute value for parsing
2955 gcc's __attribute__. Deleted st_C_typespec value.
2956 (gperf, in_word_set): Use gperf 3, options changed. Added the
2957 __attribute__ keyword, removed all the st_C_typespec keywords,
2958 changed attribute for Java to (C_JAVA & !C_PLPL).
2959 (inattribute): New global bool, part of the C state machine.
2960 (cblev): Identifier renamed to bracelev throughout.
2961 (consider_token, C_entries): Numerous changes for making the
2962 parser more robust and adding support for __attribute__.
2963
2964 2004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change)
2965
2966 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
2967 Support the Lua scripting language <http://www.lua.org>.
2968
2969 2004-09-08 Francesco Potortì <pot@gnu.org>
2970
2971 * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef)
2972 for ease of use.
2973
2974 2004-07-17 Richard M. Stallman <rms@gnu.org>
2975
2976 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
2977
2978 2004-06-01 Juanma Barranquero <lektu@terra.es>
2979
2980 * makefile.w32-in (obj): Add image.c.
2981
2982 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2983
2984 * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
2985
2986 2004-05-08 Jason Rumney <jasonr@gnu.org>
2987
2988 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
2989 command-lines.
2990
2991 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2992
2993 * cvtmail.c: Throughout, replace 0 destined for `exit' arg
2994 with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'.
2995 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
2996
2997 * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
2998 * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
2999 * test-distrib.c, update-game-score.c, yow.c: Likewise.
3000
3001 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3002
3003 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
3004
3005 2004-05-07 Thien-Thi Nguyen <ttn@gnu.org>
3006
3007 * b2m.c (GOOD, BAD): Delete macros. Throughout,
3008 replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
3009 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
3010
3011 * etags.c: Likewise.
3012
3013 2004-05-03 Jason Rumney <jasonr@gnu.org>
3014
3015 * makefile.nt: Remove.
3016
3017 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3018
3019 * make-docfile.c (IS_DIRECTORY_SEP): New macro.
3020 (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP
3021 instead of a literal '/'.
3022
3023 2004-04-23 Juanma Barranquero <lektu@terra.es>
3024
3025 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3026
3027 2004-04-17 Paul Eggert <eggert@gnu.org>
3028
3029 * rcs2log (Help): Clarify wording of the usage message.
3030 Problem reported by Alan Mackenzie in
3031 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
3032
3033 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * make-docfile.c (xmalloc): Fix return type.
3036 (put_filename): New fun.
3037 (scan_file): Use it.
3038
3039 2004-03-09 Juanma Barranquero <lektu@terra.es>
3040
3041 * grep-changelog: Changes to support ChangeLog.10+.
3042 (main): Tidy up usage string. Fix "Use of uninitialized value"
3043 warning. Set version to 0.2. Parse the directory listing to get
3044 any ChangeLog.n file, not just 1..9.
3045 (header_match_p, entry_match_p, print_log, parse_changelog):
3046 Remove Perl prototypes (their purpose is to help the parser, which
3047 isn't needed here, not declare arguments).
3048 (parse_changelog): Make --reverse faster on big batches by not
3049 modifying the entries list.
3050
3051 2004-03-01 Juanma Barranquero <lektu@terra.es>
3052
3053 * makefile.w32-in (obj): Add fringe.c.
3054
3055 2004-02-14 Paul Eggert <eggert@twinsun.com>
3056
3057 * rcs2log: Work correctly if CVSROOT specifies :fork: or
3058 :local: methods, or omits the colon between the hostname
3059 and the path. Allow :/ in repository path, since CVS does.
3060 Fix typo: "pository" should be set from $CVSROOT, not $repository.
3061 This fixes a bug reported by Wolfgang Scherer in
3062 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
3063 along with some related bugs I discovered by inspecting how
3064 CVS itself parses $CVSROOT.
3065
3066 2004-02-04 Jérôme Marant <jmarant@nerim.net> (tiny change)
3067
3068 * emacsclient.c (decode_options): Fix handling of alternate editor.
3069
3070 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * emacsclient.c (main): Don't use the hostname in the socket name.
3073 Look for relative socket names in the /tmp dir rather than in cwd.
3074
3075 2004-01-24 Richard M. Stallman <rms@gnu.org>
3076
3077 * emacsclient.c (main): Restore errno from saved_errno,
3078 so the error message comes from socket_status.
3079
3080 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * emacsclient.c (main): Stop if socket name too long.
3083 Only try su-fallback if the socket name was not explicit.
3084 Check socket name length in su-fallback case as well.
3085
3086 2004-01-08 Andreas Schwab <schwab@suse.de>
3087
3088 * emacsclient.c (main): Save errno from socket_status.
3089
3090 2004-01-04 Andreas Schwab <schwab@suse.de>
3091
3092 * emacsclient.c (main): Fix socket name when using another user.
3093
3094 2003-12-27 Paul Eggert <eggert@twinsun.com>
3095
3096 * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
3097 a tag, and if the user has not specified an rlog option.
3098 Adapted from a suggestion by Martin Stjernholm in
3099 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
3100 (Copyright): Update to 2003.
3101
3102 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
3103
3104 * make-docfile.c (main): For return code, no longer special-case VMS.
3105 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
3106
3107 2003-09-28 Andreas Büsching <crunchy@tzi.de> (tiny change)
3108
3109 * emacsclient.c (quote_file_name): Print the result instead of
3110 returning it. Fix the return type accordingly.
3111 (main): With --eval, if no file name, read from stdin.
3112 Quote file names.
3113
3114 2003-09-10 Richard M. Stallman <rms@gnu.org>
3115
3116 * emacsclient.c (main): Use socket_name.
3117
3118 2003-09-10 Andreas Büsching <crunchy@tzi.de> (tiny change)
3119
3120 * emacsclient.c (socket_name): New variable.
3121 (longopts, decode_options, print_help_and_exit):
3122 Handle --socket-name argument.
3123
3124 2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3125
3126 * etags.c (consider_token): Check C++ `operator' only when the
3127 token len is long enough.
3128
3129 2003-08-20 Dave Love <fx@gnu.org>
3130
3131 * Makefile.in: Remove obsolete references to alloca.
3132
3133 2003-07-29 Ken Brush <ken@wirex.com>
3134
3135 * emacsclient.c (main)
3136 * etags.c (suggest_asking_for_help)
3137 * movemail.c (main): Fix having macros in a printf statement.
3138
3139 2003-05-31 Juanma Barranquero <lektu@terra.es>
3140
3141 * makefile.w32-in (lisp): Fix references to byte-run.el,
3142 float-sup.el and map-ynp.el, which are now in emacs-lisp.
3143
3144 2003-05-22 Dave Love <fx@gnu.org>
3145
3146 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
3147 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
3148
3149 2003-05-20 Dave Love <fx@gnu.org>
3150
3151 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
3152
3153 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
3154
3155 2003-04-27 Oliver Scholz <alkibiades@gmx.de>
3156
3157 * update-game-score.c (read_scores): Fix corruption of scores on read.
3158
3159 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
3160
3161 * emacsclient.c (main): Use new safe location for socket.
3162
3163 2003-03-12 Tom Tromey <tromey@redhat.com>
3164
3165 * emacsclient.c (print_help_and_exit): Print to stdout.
3166 Exit successfully. Added some blank lines for readability.
3167 (decode_options): Don't call print_help_and_exit in default case.
3168 Print version information to stdout.
3169 (main): Don't call print_help_and_exit.
3170
3171 2003-02-15 Richard M. Stallman <rms@gnu.org>
3172
3173 * cvtmail.c: Cast result of malloc and realloc.
3174 Don't include stdlib.h, because config.h does.
3175 (malloc, realloc): Declarations deleted.
3176
3177 * yow.c (yow): Cast result of malloc and realloc.
3178 (malloc, realloc): Declarations deleted.
3179
3180 2003-02-11 Juanma Barranquero <lektu@terra.es>
3181
3182 * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
3183
3184 2003-02-08 Andreas Schwab <schwab@suse.de>
3185
3186 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
3187 instead of the substitution.
3188
3189 2003-02-04 Richard M. Stallman <rms@gnu.org>
3190
3191 * update-game-score.c (push_score, read_scores): Cast values
3192 of malloc and realloc.
3193 (main, lock_file): Avoid assignment inside if.
3194
3195 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3196
3197 * Makefile.in: Use @EXEEXT@ for Cygwin.
3198
3199 2003-01-21 Dave Love <fx@gnu.org>
3200
3201 * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
3202 column-0 `('.
3203
3204 * yow.c: Don't include string.h.
3205
3206 2003-01-20 Richard M. Stallman <rms@gnu.org>
3207
3208 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
3209 New targets.
3210
3211 2003-01-06 Kim F. Storm <storm@cua.dk>
3212
3213 * pop.c (__P): Rename from _P to avoid problems on Cygwin.
3214 All uses changed.
3215
3216 2002-12-18 Andrew Innes <andrewi@gnu.org>
3217
3218 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
3219 because GNU make doesn't append when using >> redirection.
3220
3221 2002-12-12 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3222
3223 * b2m.pl: Make sure every message ends with a blank line, because
3224 some mbox parsers require a blank line before "From " lines.
3225
3226 2002-12-08 Richard M. Stallman <rms@gnu.org>
3227
3228 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
3229 (_): Test only HAVE_LIBINTL_H to decide what to do.
3230
3231 2002-12-05 Richard M. Stallman <rms@gnu.org>
3232
3233 * getopt.c: Comment out include of libintl.h or gettext.h.
3234
3235 2002-12-04 Richard M. Stallman <rms@gnu.org>
3236
3237 * Update getopt from gnulib version; changes described below.
3238
3239 * getopt1.c: Conditionally find getopt.h.
3240 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
3241
3242 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
3243 (libintl.h): Include this if _LIBC. Otherwise include gettext.h.
3244 (wchar.h): Include, maybe.
3245 (attribute_hidden): Define if not defined.
3246 (__getopt_initialized): Use attribute_hidden.
3247 (__libc_argc, __libc_argv): Rename from original_argc, etc.
3248 (__getopt_nonoption_flags, nonoption_flags_max_len)
3249 (nonoption_flags_len): Conditional on USE_NONOPTION_FLAGS.
3250 (SWAP_FLAGS): New definitions.
3251 (exchange): Test USE_NONOPTION_FLAGS.
3252 (_getopt_initialize): Test USE_NONOPTION_FLAGS.
3253 (_getopt_internal): Error if argc < 1. New local var print_errors.
3254 Improve test for ambiguous long option.
3255 Add LIBIO support for error message output.
3256 (NONOPTION_P): Test USE_NONOPTION_FLAGS.
3257
3258 * getopt.h: Maybe include ctype.h.
3259 Treat __cplusplus like __STDC__.
3260 (decls): Use __ in arg names.
3261
3262 2002-12-02 Stephen Eglen <stephen@gnu.org>
3263
3264 * emacsclient.c (main): Tell user how to start server within Emacs
3265 if socket could not be found.
3266
3267 2002-12-02 Richard M. Stallman <rms@gnu.org>
3268
3269 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
3270
3271 2002-11-19 Ben Key <bkey1@tampabay.rr.com>
3272
3273 * makefile.w32-in: Fixed a bug that caused the documentation for
3274 the built in function play-sound-internal not to be included in
3275 /etc/DOC.
3276
3277 2002-11-18 Dave Love <fx@gnu.org>
3278
3279 * update-game-score.c: Include unistd.h, string.h, stdlib.h,
3280 fcntl.h, stdarg.h conditionally.
3281 (_GNU_SOURCE, __attribute__): Don't define.
3282 (optarg, optind, opterr): Declare.
3283 (lose, lose_syserr): Use NO_RETURN.
3284 (get_user_id): Use P_.
3285
3286 2002-11-17 Richard M. Stallman <rms@gnu.org>
3287
3288 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
3289
3290 2002-11-14 Dave Love <fx@gnu.org>
3291
3292 * movemail.c (pop_retr): Declare comment.
3293
3294 * make-docfile.c (read_c_string_or_comment): Declare msgno.
3295
3296 * Makefile.in (YACC): Delete.
3297
3298 2002-10-19 Andreas Schwab <schwab@suse.de>
3299
3300 * Makefile.in (${archlibdir}): Always create $(gamedir).
3301 (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
3302
3303 2002-10-04 Juanma Barranquero <lektu@terra.es>
3304
3305 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
3306
3307 2002-09-30 Markus Rost <rost@math.ohio-state.edu>
3308
3309 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
3310 completely.
3311
3312 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
3313
3314 * emacsclient.c: Remove SYSV support.
3315 (eval, display): New vars.
3316 (longopts): Add --eval and --display.
3317 (decode_options): Add -e and -d processing.
3318 (print_help_and_exit): Update the usage string.
3319 (main): Add support for --eval and --display.
3320 (main): Always use /tmp and non-qualified hostname.
3321
3322 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
3323
3324 * emacsserver.c: Remove.
3325
3326 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
3327
3328 * emacsclient.c (quote_file_name): Quote \n.
3329 (main): Print a final \n when needed.
3330
3331 2002-09-03 Francesco Potortì <pot@gnu.org>
3332
3333 * etags.c (regex_tag_multiline, readline): Never pass pfnote a
3334 string that cannot be freed.
3335
3336 2002-08-30 Francesco Potortì <pot@gnu.org>
3337
3338 * etags.c (consider_token, C_entries): Switch to C++ parsing when
3339 auto-detection is enabled and the `::' qualifier is met.
3340 (consider_token, C_entries): Several bugs corrected that tagged
3341 some declarations even though --declarations was not used.
3342 (plainc): New macro.
3343 (C_entries): Use it.
3344 (C_entries): Several cosmetic changes.
3345 (C_entries): Invalidate the token is some cases.
3346
3347 2002-08-29 Francesco Potortì <pot@gnu.org>
3348
3349 * etags.c (C_entries): Correct a problem with const C++ funcs.
3350 (ignoreindent): Rename from noindentypedefs.
3351 (cjava, cplpl): They are now macros instead of local vars.
3352
3353 2002-08-28 Francesco Potortì <pot@gnu.org>
3354
3355 * etags.c (HTML_labels): Tag ID= also.
3356
3357 2002-08-27 Francesco Potortì <pot@gnu.org>
3358
3359 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
3360
3361 * etags.c (HTML_labels): New language HTML.
3362 (etags_strcasecmp): Like BSD's, for compatibility.
3363 (strcaseeq): Make it into a macro.
3364
3365 * etags.c (make_tag): Never generate null length tag names.
3366 (linebuffer_init): Rename from initbuffer. All callers changed.
3367 (pattern): Structure renamed to `regexp', member regex renamed to
3368 pattern.
3369 (node_st): Member pat renamed to regex.
3370 (pattern); New member force_explicit_name, for future use.
3371 Now always set to true, cannot be reset.
3372 (add_regex, regex_tag_multiline, readline): Use it.
3373 (main): Free some global structures.
3374 (fdesc): New member `written'.
3375 (readline, process_file): Initialize it.
3376 (put_entries): Set it.
3377 (main): Use it to create entries for files without tags.
3378 (total_size_of_entries): Do not count invalid tags.
3379
3380 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
3381
3382 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
3383 for the function name in the usage info.
3384
3385 2002-07-31 Colin Walters <walters@gnu.org>
3386
3387 * update-game-score.c (P_): New macro. Use it for all prototypes.
3388 (lose): Don't use varargs.
3389 (lose_syserr): New function.
3390
3391 * update-game-score.c: Change all functions to K&R style.
3392
3393 2002-07-30 Andreas Schwab <schwab@suse.de>
3394
3395 * Makefile.in (localstatedir): New variable.
3396
3397 2002-07-29 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3398
3399 * b2m.pl: Fix regexp for finding return address fields.
3400
3401 2002-07-15 Stefan Monnier <monnier@cs.yale.edu>
3402
3403 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
3404
3405 2002-07-05 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3406
3407 * b2m.pl: Obey the rmail file and use the unpruned header properly.
3408
3409 2002-06-26 Pavel Janík <Pavel@Janik.cz>
3410
3411 * b2m.pl: New file.
3412
3413 2002-06-21 Francesco Potortì <pot@gnu.org>
3414
3415 * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels)
3416 (Python_functions, PHP_functions, PHP_functions, PHP_functions)
3417 (PHP_functions, PHP_functions, Cobol_paragraphs)
3418 (Makefile_targets, Postscript_functions, Texinfo_nodes)
3419 (prolog_pr, erlang_func, erlang_attribute)
3420 (Perl_functions, Perl_functions, Pascal_functions)
3421 (TeX_commands, get_tag): Use make_tag instead of pfnote.
3422 (get_tag): Prototype changed, all callers changed.
3423
3424 2002-06-20 Francesco Potortì <pot@gnu.org>
3425
3426 * etags.c: Implement implicit tag names, that is, unnamed tags
3427 whose name is automatically deduced by etags.el. The advantage is
3428 that there is no explicit tag name in most tags, so the size of
3429 the tags file is reduced, yet find-tag is able to do a match as
3430 accurate as with named tags. See the comment in make_tag for details.
3431 (make_tag): New function (was the disabled function new_pfnote).
3432 (make_C_tag): Use it.
3433
3434 2002-06-19 Francesco Potortì <pot@gnu.org>
3435
3436 * etags.c (add_regex): Invalid regexp modifiers are ignored.
3437 (Makefile_targets): Tag variables unless --no-globals.
3438 (LOOP_ON_INPUT_LINES): Serious bug corrected.
3439
3440 2002-06-13 Francesco Potortì <pot@gnu.org>
3441
3442 * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
3443 (invalidate_nodes): Bug corrected.
3444 (print_help): Better help for regexps.
3445
3446 2002-06-13 Juanma Barranquero <lektu@terra.es>
3447
3448 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
3449 font-core.elc.
3450
3451 2002-06-12 Francesco Potortì <pot@gnu.org>
3452
3453 * etags.c: New multi-line regexp and new regexp syntax.
3454 (arg_type): at_icregexp label removed (obsolete).
3455 (pattern): New member multi_line for multi-line regexps.
3456 (filebuf): A global buffer containing the whole file as a string
3457 for multi-line regexp matching.
3458 (need_filebuf): Global flag raised if multi-line regexps used.
3459 (print_help): Document new regexp modifiers, remove references to
3460 obsolete option --ignore-case-regexp.
3461 (main): Do not set regexp syntax and translation table here.
3462 (main): Treat -c option as a backward compatibility hack.
3463 (main, find_entries): Init and free filebuf.
3464 (find_entries): Call regex_tag_multiline after the regular parser.
3465 (scan_separators): Check for unterminated regexp and return NULL.
3466 (analyse_regex, add_regex): Remove the ignore_case argument, which
3467 is now a modifier to the regexp. All callers changed.
3468 (add_regex): Manage the regexp modifiers.
3469 (regex_tag_multiline): New function. Reads from filebuf.
3470 (readline_internal): If necessary, copy the whole file into filebuf.
3471 (readline): Skip multi-line regexps, leave them to regex_tag_multiline.
3472
3473 2002-06-11 Francesco Potortì <pot@gnu.org>
3474
3475 * etags.c (add_regex): Better check for null regexps.
3476 (readline): Check for regex matching null string.
3477 (find_entries): Reorganization.
3478
3479 2002-06-07 Francesco Potortì <pot@gnu.org>
3480
3481 * etags.c (scan_separators): Support all character escape
3482 sequences supported by Gcc.
3483 (find_entries): Rewind unconditionally.
3484 (find_entries): Do not call language functions directly, now calls
3485 itself.
3486 (find_entries): Do general initializations here.
3487 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
3488 (Ada_getit, Pascal_functions, Pascal_functions)
3489 (prolog_skip_comment): Do not do them here.
3490 (readline_internal): Increment lineno here.
3491 (readline): Conditionally undo readline_internal increment.
3492 (readline): Do not return a value.
3493
3494 2002-06-06 Francesco Potortì <pot@gnu.org>
3495
3496 * etags.c: New option --parse-stdin=FILE.
3497 (enum arg_type): New label at_stdin.
3498 (STDIN): New constant.
3499 (parsing_stdin): New flag.
3500 (longopts): New option --parse-stdin=NAME.
3501 (print_help): Document it.
3502 (main): Handle it.
3503 (process_file): Split into process_file and process_file_name.
3504 (process_file_name): New function.
3505
3506 * etags.c: Improvements and bug squashing in TeX handling.
3507 (TeX_commands): Skip comments.
3508 (TEX_defenv): Now contains more constructs.
3509 (TEX_cmt): Make it a static char and move it before TeX_commands.
3510 (TeX_commands): Shorten the tag to the brace after the name.
3511 (TeX_commands): Names now include the initial backslash.
3512 (TeX_commands): Names do not include numeric args #n.
3513 (TeX_commands): Correct line char number in tags.
3514 (TEX_tabent, TEX_token): Delete.
3515 (TeX_commands, TEX_decode_env): Streamlined.
3516
3517 2002-06-05 Francesco Potortì <pot@gnu.org>
3518
3519 * etags.c (main): Avoid a buffer overrun with sprintf.
3520
3521 2002-05-30 Richard M. Stallman <rms@gnu.org>
3522
3523 * Makefile.in (LIBS_MAIL): Rename from LIB_MAIL.
3524 (LIBS_MOVE): Rename from MOVE_LIBS.
3525
3526 2002-05-26 Paul Eggert <eggert@twinsun.com>
3527
3528 Reinstate the following change from 2002-03-22, which was
3529 inadvertently lost on 2002-04-13.
3530
3531 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
3532 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
3533 the latter usage.
3534
3535 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3536
3537 * pop.c (socket_connection): Move the code to resolve the POP
3538 host right before trying to connect with it.
3539
3540 2002-05-05 Eli Zaretskii <eliz@is.elta.co.il>
3541
3542 * tcp.c: Delete file since the TCP emulation is no longer in use on any
3543 platform.
3544
3545 2002-04-28 Colin Walters <walters@verbum.org>
3546
3547 * Makefile.in (${archlibdir}): Don't conditionalize on
3548 HAVE_SHARED_GAME_DIR. Instead, test at installation time whether
3549 or not we have access to the specified game user.
3550
3551 * update-game-score.c (SCORE_FILE_PREFIX): Delete.
3552 (main): New argument -d, for specifying directory.
3553 (usage): Document.
3554 (get_user_id): Compute.
3555 (get_home_dir): Delete.
3556 (get_prefix): New function, taken from main.
3557 (main): Check whether or not we are running setuid. Move prefix
3558 computation to get_prefix. Don't call getpwent; we don't need to
3559 any more. Instead, move it to get_user_id().
3560
3561 2002-04-24 Pavel Janík <Pavel@Janik.cz>
3562
3563 * ebrowse.c (skip_initializer): Return void.
3564
3565 2002-04-23 Colin Walters <walters@verbum.org>
3566
3567 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
3568 space.
3569
3570 2002-04-22 Francesco Potortì <pot@gnu.org>
3571
3572 * etags.c (last_node): Make it a global variable.
3573 (process_file): Print the tags from the nodes as soon as
3574 possible, and delete the nodes. This brings down the memory
3575 occupancy as etags to almost the same level as when the #line
3576 directives were not parsed.
3577 (free_fdesc): New function.
3578 (find_entries): Use it.
3579 (invalidate_nodes): In etags mode, do not just mark the nodes as
3580 invalid, do delete them.
3581
3582 2002-04-21 Gerd Moellmann <gerd@gnu.org>
3583
3584 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
3585
3586 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
3587
3588 * update-game-score.c: Move config.h before the other headers, to
3589 avoid compiler warnings.
3590
3591 2002-04-16 Francesco Potortì <pot@gnu.org>
3592
3593 * etags.c (find_entries): Bug fix in list management.
3594
3595 2002-04-15 Francesco Potortì <pot@gnu.org>
3596
3597 * etags.c (get_language_from_filename): Add one argument.
3598 (strcaseeq): New function.
3599 (get_language_from_filename): Use it to do a case insensitive
3600 comparison if called with appropriate args.
3601 (find_entries): Try with case insensitive match.
3602 (process_file): Bug fixed.
3603
3604 2002-04-13 Francesco Potortì <pot@gnu.org>
3605
3606 * etags.c (find_entries): Delete tags previously obtained from
3607 file xxx.c's #line directives when parsing file xxx.y. This is
3608 generally done for automatically generated files containing
3609 #line directives. This handles the case when xxx.y is tagged
3610 before xxx.c, and the entries of xxx.c pointing to xxx.y should
3611 be discarded.
3612 (language): Add the metasource member. Initializers changed.
3613 (invalidate_nodes): New function.
3614 (readline): Discard lines after having found a #line
3615 directive pointing to an already tagged file. This handles the
3616 case when xxx.y is tagged before xxx.c, and the entries of
3617 xxx.c pointing to xxx.y should be discarded.
3618 (fdesc): New structure for keeping track of input files.
3619 (fdesc): Remove `file' member (a string) and use instead a pointer
3620 to a file description structure.
3621 (curfile, curfiledir, curtagfname, curlang, nocharno)
3622 (forced_lang): Global variables removed in favor of fdhead and
3623 curfdp, pointers to file description structures.
3624 (longopts, main, print_help): Use the CTAGS conditional to include
3625 or exclude options that work on etags or ctags only.
3626 (process_file, find_entries, pfnote, add_node, put_entries)
3627 (readline): Use fdhead and curfdp.
3628 (process_file, find_entries): Do not take an arg string, all
3629 callers changed.
3630
3631 * etags.c (longopts, print_help, main): Test CTAGS to disallow
3632 options that are not right for either etags or ctags.
3633
3634 * etags.c (number_len, total_size_of_entries): Define them also
3635 in CTAGS mode, because gcc does not compile all refs away.
3636
3637 2002-04-14 Colin Walters <walters@debian.org>
3638
3639 * update-game-score.c (lock_file): If the lock file is older than
3640 an hour, delete it. Reset attempts to zero if we have to break
3641 the lock.
3642
3643 2002-04-14 Andreas Schwab <schwab@suse.de>
3644
3645 * update-game-score.c (read_score): Fix type of second parameter
3646 of getdelim to be of type size_t instead of int. Use 0 instead of
3647 ESUCCES.
3648
3649 2002-04-10 Colin Walters <walters@verbum.org>
3650
3651 * update-game-score.c (toplevel): Include stdarg.h.
3652 (MAX_DATA_LEN, MAX_SCORES): New.
3653 (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
3654 default to ~/.emacs.d/games.
3655 (get_user_id): Don't zero uid in the case where we can't get the
3656 username.
3657 (lose): New function.
3658 (main): Actually use `max', and default it to MAX_SCORES.
3659 Correctly handle new default for SCORE_FILE_PREFIX. Use `lose'
3660 function.
3661 (read_score): Handle the case of reading unamelen characters, then
3662 finishing. Use mktemp if mkstemp isn't available.
3663 (lock_file, unlock_file): Delete unused versions.
3664 (lock_file): Always sleep, even if we unlinked the lock file.
3665
3666 * Makefile.in (gamedir, gameuser): New variables.
3667 (toplevel, UTILITIES): Add update-game-score.
3668 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
3669
3670 2002-04-07 Colin Walters <walters@verbum.org>
3671
3672 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
3673 (get_user_id): Take struct passwd as an argument.
3674 (get_home_dir): New function.
3675 (main): Read in user information here. Discover home directory if
3676 necessary.
3677 (read_score): Trim newline only in `getline' case.
3678
3679 2002-04-05 Colin Walters <walters@debian.org>
3680
3681 * update-game-score.c (toplevel): Include pwd.h.
3682 (struct score_entry): Add username field.
3683 (push_score): Use it.
3684 (get_user_id): New function.
3685 (main): Don't malloc excessively.
3686 (main): Use username field.
3687 (read_score): Read it.
3688 (push_score): Handle it.
3689 (write_scores): Write it.
3690 (read_score): Handle arbitrary length data.
3691
3692 2002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3693
3694 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
3695
3696 2002-03-29 Gerd Moellmann <gerd@gnu.org>
3697
3698 * ebrowse.c (add_declarator, skip_initializer): New functions.
3699 (declaration): Use them.
3700
3701 2002-03-28 Jason Rumney <jasonr@gnu.org>
3702
3703 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
3704
3705 2002-03-27 Colin Walters <walters@debian.org>
3706
3707 * update-game-score.c: New file.
3708
3709 2002-03-22 Paul Eggert <eggert@twinsun.com>
3710
3711 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
3712 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
3713 the latter usage.
3714
3715 2002-03-12 Francesco Potortì <pot@gnu.org>
3716
3717 * etags.c (Python_functions): Skip spaces at beginning of lines.
3718 (Python_functions, PHP_functions): Name tags, for ctags' sake.
3719 (TeX_commands): Name tags. Correction of old disabled code.
3720
3721 * etags.c (curfiledir, curtagfname): New global variables.
3722 (process_file): Initialize them.
3723 (readline): Canonicalize the name found in #line directive.
3724
3725 2002-03-06 Jason Rumney <jasonr@gnu.org>
3726
3727 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
3728 compilers that don't optimize out dead code.
3729
3730 2002-03-05 Francesco Potortì <pot@gnu.org>
3731
3732 * etags.c: Honor #line directives.
3733 (no_line_directive): New global var; set it for old behavior.
3734 (main): Remove some #ifdef in the getopt switch.
3735 (add_node, put_entries): Code added to merge different chunks of
3736 nodes referring to the same file. Currently the tags are just
3737 appended, without any check for duplicates.
3738 (Perl_functions): Do not special case ctags.
3739 (readline): Identify #line directives and do the right thing.
3740 (nocharno, invalidcharno): New global vars.
3741 (process_file): Reset nocharno.
3742 (readline): Set nocharno.
3743 (pfnote): Read nocharno and maybe put invalidcharno in node.
3744 (total_size_of_entries, put_entries): Use invalidcharno.
3745
3746 * etags.c: Keep the whole tag table in memory, even in etags mode.
3747 (main): Call put_entries here even in CTAGS mode.
3748 (main, process_file): Check the return values of fclose and pclose.
3749 (process_file): Do not call put_entries after parsing each file.
3750 (process_file): Canonicalize file names even for ctags.
3751 (process_file): Set curfile here...
3752 (find_entries): ... not here any more.
3753 (add_node): In etags mode, build a linked list of entries (on
3754 right pointer) for each file, and link the first entry of each
3755 file on left nodes.
3756 (put_entries): Print here the name of the file.
3757 (put_entries): Print the entries starting from the first file.
3758 (number_len, total_size_of_entries): Define these only in etags
3759 mode, make the second work only on the right nodes.
3760
3761 * etags.c: Make all global variables static.
3762
3763 2002-02-25 Juanma Barranquero <lektu@terra.es>
3764
3765 * makefile.w32-in (lisp): Add missing backslash.
3766
3767 2002-02-24 Jason Rumney <jasonr@gnu.org>
3768
3769 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
3770 using .elc files.
3771 (lisp): Sync with list in src/Makefile.in.
3772 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
3773
3774 2002-02-10 Paul Eggert <eggert@twinsun.com>
3775
3776 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
3777 disallows the old syntax.
3778
3779 2002-02-03 Paul Eggert <eggert@twinsun.com>
3780
3781 * rcs2log (Copyright): Update to 2002.
3782 (AWK, TMPDIR): Work around portability problem in broken shells that
3783 don't understand `: ${VAR=val}'.
3784 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
3785 Prefer the new -k option to the traditional +M -N option.
3786
3787 2002-01-01 Pavel Janík <Pavel@Janik.cz>
3788
3789 * b2m.c (main): Parenthesize assignment when used as truth value
3790 to prevent gcc warnings.
3791
3792 * fakemail.c: Include <config.h>.
3793
3794 2001-12-29 Pavel Janík <Pavel@Janik.cz>
3795
3796 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
3797 * yow.c: Include <config.h>.
3798
3799 2001-12-21 Francesco Potortì <pot@gnu.org>
3800
3801 * etags.c (Perl_functions): Tag packages and use them in sub tags.
3802 (get_tag): Return a pointer to the tag that is found.
3803
3804 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
3805 (F_takeprec): Rename from takeprec. All callers changed.
3806 (F_getit): Rename from getit. All callers changed.
3807 (nocase_tail): Rename from tail. All callers changed.
3808 (Ada_getit): Rename from adagetit. All callers changed.
3809 (L_getit): Simplify by using get_tag.
3810 (Perl_functions, Postscript_functions, erlang_attribute): Use the
3811 modified LOOKING_AT.
3812 (notinname): Remove '[' and added ')' to the recognized chars.
3813 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
3814 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
3815 Clarified, using strneq or notinname.
3816 (L_isdef, L_isquote): Remove.
3817 (Lisp_functions, L_getit): Clarified.
3818
3819 * etags.c (P_): Rename to __P for consistency with config.h.
3820 [HAVE_CONFIG_H]: Let config.h deal with __P.
3821 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
3822 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
3823 gperf code needs it.
3824 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs).
3825 [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs).
3826 (xmalloc, xrealloc): Use PTR instead of long *.
3827 (bool): Make it a define, not a typedef, for C++ compilers.
3828 (pattern): Members renamed to avoid name clash in some C++ compilers.
3829 (get_language_from_langname): Use const argument.
3830
3831 2001-12-22 Pavel Janík <Pavel@Janik.cz>
3832
3833 * makefile.nt, makefile.w32-in: Remove mocklisp files.
3834
3835 2001-12-19 Pavel Janík <Pavel@Janik.cz>
3836
3837 * emacsserver.c: Conditionally include config.h.
3838
3839 * fakemail.c: Likewise.
3840
3841 * emacsclient.c: Include "config.h", not <../src/config.h>.
3842 (main): Parenthesize assignment when used as truth value to
3843 prevent gcc warnings.
3844
3845 * ebrowse.c: Include stdlib.h and string.h conditionally.
3846
3847 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3848
3849 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
3850
3851 2001-12-18 Pavel Janík <Pavel@Janik.cz>
3852
3853 * test-distrib.c: Fix previous change.
3854
3855 2001-12-18 Dave Love <fx@gnu.org>
3856
3857 * test-distrib.c: Conditionally include fcntl.h.
3858
3859 * fakemail.c: Include "config.h", not <../src/config.h>.
3860 (_XOPEN_SOURCE): Define as 500.
3861
3862 * emacsserver.c: Include "config.h", not <../src/config.h>.
3863
3864 * cvtmail.c: Include config.h, stdlib.h.
3865 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
3866
3867 * yow.c: Conditionally include various headers. Use "epaths.h",
3868 not <../src/epaths.h>.
3869 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
3870
3871 2001-12-12 Francesco Potortì <pot@gnu.org>
3872
3873 * etags.c (PHP_functions): New function for parsing PHP.
3874 (LOOKING_AT): New macro.
3875 (Perl_functions, Python_functions, PHP_functions)
3876 (Scheme_functions, Texinfo_nodes): Use it.
3877 (Perl_functions): Use strneq.
3878 (prolog_pred): Rename to prolog_pr.
3879 (prolog_pr): Recognize Prolog rules in addition to predicates.
3880 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
3881 unmodified compile, as Cygwin's regex.h is incompatible with us.
3882 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
3883
3884 2001-12-11 Richard M. Stallman <rms@gnu.org>
3885
3886 * Makefile.in (clean): Don't delete ../etc/DOC*.
3887
3888 2001-12-11 Pavel Janík <Pavel@Janik.cz>
3889
3890 * COPYING: Moved back.
3891
3892 2001-11-30 Andrew Innes <andrewi@gnu.org>
3893
3894 * makefile.w32-in (FACE_SUPPORT):
3895 (MOUSE_SUPPORT):
3896 (FLOAT_SUPPORT):
3897 (WINNT_SUPPORT):
3898 (lisp): Reference .el files instead of .elc files, to simplify
3899 bootstrapping.
3900 ($(DOC)): Change dependency to just `make-docfile'.
3901
3902 2001-11-29 Pavel Janík <Pavel@Janik.cz>
3903
3904 * COPYING: Removed.
3905
3906 2001-11-28 Paul Eggert <eggert@twinsun.com>
3907
3908 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
3909
3910 The following changes are derived from suggestions by Bob Chapman
3911 <rechapman@compuserve.com>.
3912
3913 * rcs2log (printlogline): Also allow tab and newline to separate
3914 '(function):' from the rest of a comment.
3915 (reformat the sorted log entries): Require date and author to
3916 match the clumpname.
3917
3918 2001-11-16 Gerd Moellmann <gerd@gnu.org>
3919
3920 * ebrowse.c (matching_regexp): Escape '\\'.
3921
3922 2001-11-15 Pavel Janík <Pavel@Janik.cz>
3923
3924 * Makefile.in: Add support for --program-prefix, --program-suffix
3925 and --program-transform-name options.
3926
3927 2001-11-03 Richard M. Stallman <rms@gnu.org>
3928
3929 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
3930
3931 * movemail.c (popmail): Always pass two args to `error'.
3932
3933 2001-10-24 Ken Raeburn <raeburn@gnu.org>
3934
3935 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
3936 -lhesiod and maybe -lresolv.
3937 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
3938 support if it's available.
3939
3940 2001-10-21 Miles Bader <miles@gnu.org>
3941
3942 * make-docfile.c (struct rcsoc_state): New type.
3943 (read_c_string_or_comment): Add SAW_USAGE
3944 parameter, and implement scanning for a `usage:' keyword.
3945 Use a variable of type `rcsoc_state' to hold most of our state.
3946 (put_char): Add STATE parameter, and remove all other parameters
3947 except CH. Use STATE to get access to all needed state.
3948 (scan_keyword_or_put_char): New function.
3949 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
3950 Don't output a usage-string if there was one in the doc-string.
3951
3952 2001-10-20 Gerd Moellmann <gerd@gnu.org>
3953
3954 * (Version 21.1 released.)
3955
3956 2001-10-19 Pavel Janík <Pavel@Janik.cz>
3957
3958 * b2m.c: Properly spell the name of Emacs.
3959
3960 2001-10-17 Miles Bader <miles@gnu.org>
3961
3962 * make-docfile.c (put_char): New function.
3963 (read_c_string_or_comment): Strip trailing spaces and newlines.
3964
3965 2001-10-16 Miles Bader <miles@gnu.org>
3966
3967 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
3968 comments [with `doc:' keyword prefix].
3969
3970 2001-10-15 Gerd Moellmann <gerd@gnu.org>
3971
3972 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
3973 in a C doc comment.
3974
3975 2001-10-13 Gerd Moellmann <gerd@gnu.org>
3976
3977 * make-docfile.c (read_c_string_or_comment): Rename from
3978 read_c_string. Add parameter COMMENT. Read C-style comments.
3979 (scan_c_file): Handle doc strings in C comments.
3980
3981 2001-10-12 Andrew Innes <andrewi@gnu.org>
3982
3983 * makefile.nt (ALL): Do not include fakemail.
3984
3985 * makefile.w32-in (install): Do not copy fakemail.
3986
3987 2001-10-10 Jason Rumney <jasonr@gnu.org>
3988
3989 * makefile.w32-in (ALL): Do not include fakemail.
3990
3991 * makefile.nt (install): Ditto.
3992
3993 2001-10-09 Gerd Moellmann <gerd@gnu.org>
3994
3995 * emacsserver.c (main): Cast geteuid in sprintf to int.
3996
3997 * emacsclient.c (main): Cast isdigit argument to unsigned char.
3998
3999 2001-10-07 Pavel Janík <Pavel@Janik.cz>
4000
4001 * profile.c: Include config.h, not ../src/config.h.
4002 Include systime.h, not ../src/systime.h.
4003
4004 2001-10-05 Gerd Moellmann <gerd@gnu.org>
4005
4006 * Branch for 21.1.
4007
4008 2001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
4009
4010 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
4011 ALIASEE to help work with namespace aliases.
4012 (struct sym): Remove struct member NAMESP_ALIASES.
4013 (namespace_alias_table): New variable.
4014 (make_namespace): Add parameter CONTEXT.
4015 (check_namespace): New function.
4016 (find_namespace): Add parameter CONTEXT.
4017 (check_namespace_alias): New function.
4018 (register_namespace_alias): Change type of parameter OLD_NAME.
4019 Search for already defined alias in NAMESPACE_ALIAS_TABLE.
4020 (check_namespace): New function.
4021 (enter_namespace): Call find_namespace with CONTEXT parameter.
4022 (match_qualified_namespace_alias): New function.
4023 (parse_qualified_ident_or_type): Fix typo in comment.
4024 While parsing qualified ident or type update namespace context and
4025 restore it on exit.
4026 (parse_qualified_param_ident_or_type): Fix typo in comment.
4027 (globals): Change handling of namespace aliases.
4028 (version): Add year 2001.
4029
4030 2001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
4031
4032 * etags.c (analyse_regex): If regex_arg is NULL, return
4033 immediately after a call to free_patterns.
4034
4035 2001-09-05 Paul Eggert <eggert@twinsun.com>
4036
4037 * rcs2log (Help, mainline code): Add new option -L FILE.
4038 (Copyright): Update year.
4039 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES)
4040 (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
4041 C locale.
4042 (mainline code): Handle nonstandard -u option differently, by
4043 transforming it to standard form. Check for "Working file: ", not
4044 "Working file:". Allow file names with spaces.
4045 (SOH, rlogfile): New shell vars.
4046 (rlogout): Remove. Its old functionality is mostly migrated to
4047 rlogfile.
4048
4049 Append ';;' to the last arm of every case statement, for
4050 portability to ancient broken BSD shells.
4051
4052 (logins): Fix bug; was not being computed at all, lowering performance.
4053 (pository): New var. This fixes some bugs where repositories are
4054 remote, or have trailing slashes.
4055 (authors): $llogout is never an empty shell var, so don't worry
4056 about that possibility.
4057 (printlogline, mainline code): Fix bug with SOH's being put into
4058 the output.
4059
4060 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
4061
4062 * ebrowse.c (SEEK_END): #define if not defined by system headers.
4063 Suggested by Dave Love <d.love@dl.ac.uk>.
4064
4065 2001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4066
4067 * makefile.nt (lisp): Synchronize with src/Makefile.in.
4068 * makefile.w32-in (lisp): Ditto.
4069
4070 2001-07-25 Juanma Barranquero <lektu@terra.es>
4071
4072 * grep-changelog (parse_changelog): Remove unused local variable.
4073
4074 * grep-changelog (main): Add new option --reverse.
4075 (print_log): Use it.
4076 (parse_changelog): Use it.
4077
4078 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4079
4080 * grep-changelog: Remove RCS Id keyword.
4081
4082 2001-07-20 Juanma Barranquero <lektu@terra.es>
4083
4084 * grep-changelog (parse_changelog): Add tests for defined values
4085 to quiet warning from Perl 5.005 or above.
4086 (entry_match_p, header_match_p): Fix handling of null or empty
4087 argument to prevent duplicate headers.
4088
4089 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
4090
4091 2001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
4092
4093 * emacsclient.c (print_help_and_exit): Fix help message for
4094 +LINE:COLUMN option.
4095
4096 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4097
4098 * emacsclient.c (main): Add support for +LINE:COLUMN command line
4099 argument.
4100
4101 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4102
4103 * ebrowse.c (main): Check that the output file exists and
4104 is non-empty if invoked with `--append'.
4105
4106 2001-05-14 Francesco Potortì <pot@gnu.org>
4107
4108 * etags.c (add_regex): Reset the whole newly allocated pattern
4109 buffer instead of the individual members. It's safer and works
4110 with XEmacs.
4111
4112 * etags.1: Markups corrected.
4113
4114 2001-05-08 Gerd Moellmann <gerd@gnu.org>
4115
4116 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
4117
4118 2001-05-03 Gerd Moellmann <gerd@gnu.org>
4119
4120 * ebrowse.c (globals): Fix handling of namespace aliases.
4121
4122 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
4123
4124 * etags.c (print_help): Enclose the regexp in the help text
4125 example in quotes.
4126
4127 2001-04-05 Dave Love <fx@gnu.org>
4128
4129 * emacsclient.c (fail): Don't return a value.
4130 (main): Cast uid values for sprintf.
4131
4132 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4133
4134 * emacsclient.c (fail, main): Don't use implicit int return type.
4135
4136 * b2m.c (main): Always return a value.
4137
4138 2001-03-02 Gerd Moellmann <gerd@gnu.org>
4139
4140 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
4141 freshly allocated object in *LAST_ID.
4142 (read_line): Accept \r\n line endings.
4143
4144 2001-02-24 Andrew Innes <andrewi@gnu.org>
4145
4146 * makefile.w32-in: Fix copyright notice.
4147
4148 2001-02-23 Francesco Potortì <pot@gnu.org>
4149
4150 * etags.c (enum sym_type): New label st_C_template.
4151 (gperf input): Use it for switching to C++ from C.
4152 (consider_token): Do it.
4153 (C_entries): Initialize typdefcblev to quiet compilers.
4154 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
4155
4156 2001-02-22 Andrew Innes <andrewi@gnu.org>
4157
4158 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
4159 VMS header files.
4160 ($(BLD)\profile.obj): Ditto.
4161
4162 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
4163 VMS header files.
4164 ($(BLD)/profile.$(O)): Ditto.
4165
4166 2001-02-05 Andrew Innes <andrewi@gnu.org>
4167
4168 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
4169 invocation of make-docfile, to work with Windows 2000.
4170
4171 2001-01-31 Dave Love <fx@gnu.org>
4172
4173 * etags.c (in_word_set): Use `static' in definition (for pcc).
4174
4175 2001-01-31 Francesco Potortì <pot@gnu.org>
4176
4177 * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for
4178 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
4179 (C_entries): Tag token renamed to still_in_token because sunos4
4180 pcc wants to expand it as the token() macro even though it has no
4181 arguments.
4182
4183 2001-01-30 Andrew Innes <andrewi@gnu.org>
4184
4185 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
4186 bug in the Mingw32 assert.h header file.
4187
4188 2001-01-30 Francesco Potortì <pot@gnu.org>
4189
4190 * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
4191 #define it for the sake of XEmacs.
4192 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
4193 HAVE_CONFIG_H. This change only affects a standalone etags.
4194 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
4195 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
4196 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
4197 [!HAVE_UNISTD_H]: Use defined(WINDOWSNT) instead of the bare
4198 WINDOWSNT, as this is the correct way to use it.
4199
4200 2001-01-28 Francesco Potortì <pot@gnu.org>
4201
4202 * etags.c: Be capable to parse nested struct-like structures.
4203 (structdef, structtag): Struct state machine revisited.
4204 (struct tok): Revisited.
4205 (cstack, nestlev, instruct): New struct and macros.
4206 (pushclass_above, popclass_above, write_classname): New functions
4207 for dealing with nested class names.
4208 (consider_token, make_C_tag, C_entries): Many changes for dealing
4209 with arbitrarily nested structures.
4210 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
4211 (C_entries): Consider templates in C++.
4212 (sym_type): New constant st_C_class for detecting "class" also in
4213 C mode.
4214 (C_AUTO): New macro for automatic detection of C++.
4215 (consider_token): Automatic set C++ mode.
4216 (C_entries): New security check for yacc.
4217 (print_language_names, print_help): Mention the autodetect
4218 feature, do not show help for the -C option, now mostly useless.
4219 (C_entries): Tag C++ forward declarations if --declarations.
4220 (C_entries): Don't be fooled by things like XDEFUN.
4221 (consider_token): Discard asm pseudo function.
4222
4223 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4224
4225 * etags.c: Add a coding: tag.
4226
4227 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4228
4229 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
4230 New variables.
4231 (matching_regexp): Use them instead of static variables in
4232 function scope.
4233
4234 2001-01-25 Francesco Potortì <pot@gnu.org>
4235
4236 * etags.c (struct tok): Rename from struct token.
4237 (token): Rename from tok.
4238 (structtype): Make it a local variable.
4239 [DEBUG]: Use assert.
4240 (xrnew): Change the synopsis.
4241 (typedefs_or_cplusplus): Rename from typedefs_and_cplusplus.
4242 (grow_linebuffer): Don't call xrnew when not needed.
4243 (token): Buffer renamed to line.
4244 (C_entries): Three calls to inibuffer moved here from main.
4245 (C_entries): Remove all references to var methodlen, delete it.
4246 (linebuffer_setlen): Was grow_buffer, now also sets len.
4247 (consider_token, C_entries, Pascal_functions): Use it.
4248 (C_entries): Preventing problems relative to extern "C".
4249 (C_entries): Can tag more than one variable or func separated by
4250 comma when --declarations is used.
4251 (C_entries): More accurate tagging of members and declarations.
4252 (yacc_rules): Was global, made local to C_entries.
4253 (next_token_is_func): Remove.
4254 (fvdef): New constants fdefunkey, fdefunname.
4255 (consider_token, C_entries): Use them.
4256 (C_entries): Build proper lisp names for Emacs DEFUNs.
4257
4258 2001-01-22 Gerd Moellmann <gerd@gnu.org>
4259
4260 * ebrowse.c (xfree): New function.
4261 (member, declaration, globals): Use xmalloc instead of alloca.
4262
4263 2001-01-15 Francesco Potortì <pot@gnu.org>
4264
4265 * etags.c (print_language_names): Print filenames in addition to
4266 suffixes.
4267
4268 2001-01-14 Francesco Potortì <pot@gnu.org>
4269
4270 * etags.c (get_language_from_langname): Rename from
4271 get_language_from_name.
4272 (get_language_from_filename): Rename from get_language_from_suffix.
4273 Now first looks for the complete file name.
4274 (language): New member char **filenames.
4275 (Makefile_filenames): List of possible filenames for makefiles.
4276 (lang_names): Add a NULL member for every entry, added an entry
4277 for makefiles.
4278 (Makefile_targets): New function.
4279 (Texinfo_nodes): Rename from Texinfo_functions and made
4280 it conformant to the style of the rest of the code.
4281
4282 2001-01-13 Gerd Moellmann <gerd@gnu.org>
4283
4284 * make-docfile.c (write_c_args): Print newlines as spaces.
4285
4286 2001-01-06 Andrew Innes <andrewi@gnu.org>
4287
4288 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
4289 of *.pdb.
4290
4291 2001-01-03 Paul Eggert <eggert@twinsun.com>
4292
4293 * rcs2log: Avoid security hole allowing attacker to
4294 cause user of rcs2log to overwrite arbitrary files, fixing
4295 a bug reported by Morten Welinder.
4296
4297 Don't put "exit 1" at the end of the exit trap; it's
4298 ineffective in POSIX shells.
4299
4300 2001-01-02 Gerd Moellmann <gerd@gnu.org>
4301
4302 * ebrowse.c (yyerror): Change to take two arguments.
4303 Add prototype. Change callers.
4304
4305 2001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4306
4307 * ebrowse.c (enter_namespace, main): Cast variables to shut up
4308 compiler warnings.
4309 (yyerror): Change parameter declarations to be of type long, so
4310 that they can take pointers on 64-bit platforms.
4311
4312 * emacsclient.c (main): Remove unused local variable statbfr.
4313 (main) <homedir>: Make its declaration conditional on
4314 SERVER_HOME_DIR, to avoid compiler warnings.
4315
4316 * emacsserver.c (main) <homedir>: Make its declaration conditional
4317 on SERVER_HOME_DIR, to avoid compiler warnings.
4318
4319 * fakemail.c (readline): Cast buffer to "long *" to pacify
4320 over-zealous compilers.
4321
4322 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4323
4324 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
4325
4326 2000-12-15 Gerd Moellmann <gerd@gnu.org>
4327
4328 * ebrowse.c (operator_name): Cast argument of isalpha to
4329 unsigned char.
4330
4331 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
4332 Use them throughout instead of ctype functions/macros.
4333 (lowcase): Cast to unsigned char.
4334 (UPCASE): New macro.
4335 (canonicalize_filename): Use UPCASE instead toupper.
4336
4337 * fakemail.c (get_keyword): Make sure that isspace and
4338 similar aren't called with a negative argument.
4339
4340 2000-12-13 Dave Love <fx@gnu.org>
4341
4342 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
4343
4344 2000-12-06 Andrew Innes <andrewi@gnu.org>
4345
4346 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
4347 don't know the real version, and I can't seem to get the quoting
4348 right in all circumstances.
4349
4350 * ebrowse.c (VERSION): Provide default definition, like etags.c
4351 does, because Windows build can't snarf this from version.el.
4352
4353 2000-11-30 Andrew Innes <andrewi@gnu.org>
4354
4355 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
4356 (install): Ditto.
4357
4358 2000-11-23 Jason Rumney <jasonr@gnu.org>
4359
4360 * makefile.w32-in: Add targets for ebrowse.exe.
4361 (LOCAL_FLAGS): Add -DVERSION flag.
4362
4363 2000-09-25 Dave Love <fx@gnu.org>
4364
4365 * sorted-doc.c: Include config.h.
4366 [!HAVE_STDLIB_H]: Declare malloc.
4367
4368 2000-09-14 Andrew Innes <andrewi@gnu.org>
4369
4370 * makefile.w32-in: Revert to Unix line endings.
4371
4372 2000-09-04 Dave Love <fx@gnu.org>
4373
4374 * movemail.c (index, rindex): Prototype conditionally.
4375
4376 2000-09-03 Andrew Innes <andrewi@gnu.org>
4377
4378 * makefile.w32-in: Change to DOS line endings.
4379
4380 2000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
4381
4382 * movemail.c (toplevel): Remove redundant fcntl.h.
4383 [!F_OK]: Provide default definitions only after including both
4384 fcntl.h and unistd.h.
4385
4386 2000-08-29 Dave Love <fx@gnu.org>
4387
4388 * movemail.c: Revert previous change.
4389
4390 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4391
4392 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
4393
4394 2000-08-28 Dave Love <fx@gnu.org>
4395
4396 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
4397 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
4398
4399 2000-08-22 Andrew Innes <andrewi@gnu.org>
4400
4401 * ntlib.h (WIN32): Remove unnecessary definition.
4402 (sleep): Make argument unsigned long.
4403 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
4404
4405 * ntlib.c (sleep): Make argument unsigned long.
4406
4407 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
4408
4409 * makefile.w32-in: New file.
4410
4411 2000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
4412
4413 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
4414 letter only if it is a drive letter.
4415
4416 2000-07-14 Gerd Moellmann <gerd@gnu.org>
4417
4418 * ebrowse.c (xrealloc, xmalloc): Rename from yrealloc and ymalloc.
4419
4420 * etags.c (xmalloc, xrealloc): Make externally visible, for use
4421 by alloca.o.
4422
4423 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
4424
4425 2000-07-10 Gerd Moellmann <gerd@gnu.org>
4426
4427 * ebrowse.c (yylex): Accept string literals with newlines in them.
4428 (process_pp_line): Handle case of string literal with newline
4429 in it in replacement text, which counts as continuing the
4430 replacement text in GNU C.
4431
4432 2000-07-02 Gerd Moellmann <gerd@gnu.org>
4433
4434 * ebrowse.c (token_string): Add missing tokens.
4435 (parm_list): Handle case of qualified pointers.
4436
4437 2000-06-23 Dave Love <fx@gnu.org>
4438
4439 * ebrowse.c: Move config.h before other includes (which may use
4440 feature tests).
4441
4442 2000-06-14 Jim Meyering <meyering@lucent.com>
4443
4444 * grep-changelog: Fix typos in comments. Remove trailing blanks.
4445
4446 2000-06-11 Jason Rumney <jasonr@gnu.org>
4447
4448 * makefile.nt: Add targets for ebrowse.
4449
4450 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
4451 compare filenames.
4452
4453 2000-06-06 Gerd Moellmann <gerd@gnu.org>
4454
4455 * ebrowse.c (ymalloc): Rename from xmalloc.
4456 (yrealloc): Rename from xrealloc.
4457
4458 2000-05-21 Dave Love <fx@gnu.org>
4459
4460 * movemail.c: Include config.h, not ../src/config.h.
4461 (Errmsg): Bump length.
4462
4463 * pop.c (ERROR_MAX): Increase to 160.
4464
4465 2000-05-04 Gerd Moellmann <gerd@gnu.org>
4466
4467 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
4468
4469 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
4470
4471 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
4472 Define to semi-colon.
4473 (FILENAME_EQ): New macro, for comparing file names.
4474 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
4475 (process_file): Don't assume that fread always reads as many bytes
4476 as it was told to (DOS-style CR-LF text files fail this logic).
4477 (open_file): Allocate enough space for path->path plus the file
4478 name and the slash.
4479
4480 2000-04-19 Dave Love <fx@gnu.org>
4481
4482 * etags.c (Texinfo_functions): New function.
4483 (lang_names): Install it.
4484 (Texinfo_suffixes): New variable.
4485
4486 2000-04-19 Gerd Moellmann <gerd@gnu.org>
4487
4488 * ebrowse.c (xmalloc, xrealloc): Rewritten.
4489 (declaration): Remove parameter IS_EXTERN.
4490 (class_definition): Remove unused variable.
4491
4492 2000-04-09 Gerd Moellmann <gerd@gnu.org>
4493
4494 * Makefile.in (INSTALLABLES): Add ebrowse.
4495 (ebrowse): New target.
4496
4497 * ebrowse.c: New file.
4498
4499 2000-03-29 Andreas Schwab <schwab@suse.de>
4500
4501 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
4502
4503 2000-03-02 Gerd Moellmann <gerd@gnu.org>
4504
4505 * etags.c (lisp_suffixes): Add `LSP'.
4506
4507 2000-02-10 Francesco Potortì <pot@gnu.org>
4508
4509 * etags.c (iswhite): Redefine not to consider '\0' as white
4510 space, and use it throughout in place of isspace, thus preventing a
4511 potential signed char to int conversion problem.
4512 (MSDOS): #undefine before redefining.
4513
4514 2000-02-04 Francesco Potortì <pot@gnu.org>
4515
4516 * etags.c (many functions): Add prototypes.
4517
4518 2000-02-10 Dave Love <fx@gnu.org>
4519
4520 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
4521 (erlang_func): Add `static' to definitions to keep pcc happy.
4522
4523 2000-01-31 Francesco Potortì <pot@gnu.org>
4524
4525 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
4526 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
4527 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
4528 (getenv, getcwd): Only declare them if necessary.
4529 (EMACS_NAME): New constant macro.
4530 (print_version): Use it.
4531 (P_) [__STDC__]: Macro for defining function prototypes.
4532
4533 2000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
4534
4535 * etags.c [WINDOWSNT]: #include <direct.h>
4536
4537 2000-01-18 Martin Buchholz <martin@xemacs.org>
4538
4539 * etags.c (all functions): Made them static.
4540 (all functions): Write prototypes.
4541
4542 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4543
4544 * movemail.c (main): Improve error message if can't create lock file.
4545
4546 2000-01-28 Eric Hanchrow <offby1@blarg.net>
4547
4548 * emacsclient.c (socket_status): New function.
4549 (main): If $LOGNAME or $USER exist and differ from our euid, look
4550 for a socket based on the UID associated with the name.
4551
4552 2000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4553
4554 * emacsclient.c: Add option -a EDITOR and environment variable
4555 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
4556
4557 1999-12-10 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4558
4559 * movemail.c (popmail): Allow mailbox specifications of the
4560 form `po:username:hostname'.
4561
4562 1999-11-19 Francesco Potortì <pot@gnu.org>
4563
4564 * etags.c (_GNU_SOURCE): Define only if undefined.
4565 (get_scheme): Declaration deleted.
4566 (main): Error was called with an integer as second arg, instead of
4567 a char pointer.
4568 (canonicalize_filename): Bug removed.
4569
4570 1999-11-18 Dave Love <d.love@dl.ac.uk>
4571
4572 * etags.c (C_entries): Rename label `intoken', avoiding K&R
4573 lossage from name clash with macro.
4574
4575 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4576
4577 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
4578
4579 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4580
4581 * etags.c (print_help): Change email address to send bugs to.
4582
4583 1999-11-01 Francesco Potortì <pot@gnu.org>
4584
4585 * etags.c: Add suffix psw for PSWrap.
4586 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
4587 (Postscript_functions): Add code for PSWrap.
4588 (Scheme_functions): Use local pointer and new get_tag function.
4589 (get_tag): New name for old get_scheme.
4590 (process_file): Do not free NULL when file does not exist.
4591 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
4592 (C_entries): Modifications that make --members tag even inside
4593 typedefs and C nested structs (one level only).
4594 (consider_token): Correct a bug which prevented tagging of enum
4595 constants.
4596 (C_stab_entry): Add if, for, while, switch, return as
4597 st_C_ignore. This makes it simpler to work when cblev!=0.
4598
4599 * etags.c (C_entries): Tag member function declarations when
4600 --declarations is used.
4601
4602 * etags.c (C_entries, consider_token): C++ `operator' now is
4603 tagged in most cases.
4604 As before, :: is not recognized if surrounded by spaces.
4605
4606 * etags.c (relative_filename): Account for DOS file names such
4607 that is impossible to make one relative to another.
4608
4609 * etags.c (sym_type): New st_C_extern tag.
4610 (gperf input): Use it for spotting external declarations.
4611 (print_help): Document the new behavior of --declarations.
4612 (fvextern): New global variable.
4613 (consider_token, C_entries): Use it.
4614
4615 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
4616 (etags_getcwd): Remove test for WINDOWSNT.
4617
4618 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
4619 foo.cgz, foo.cz, etc.
4620
4621 * etags.c (declarations): New global switch.
4622 (longopts): Describe it.
4623 (print_help): Document it.
4624 (C_entries): Use it.
4625 (process_file): Don't process a file twice.
4626
4627 * etags.c (Fortran_functions): No tags for "procedure".
4628
4629 1999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4630
4631 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
4632 non-zero, returns a pointer to where the extension begins; callers
4633 changed.
4634 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
4635 were foo.c.gz.
4636
4637 1999-11-01 Francesco Potortì <pot@gnu.org>
4638
4639 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
4640 (fvdev): New constant foperator.
4641 (consider_token): Use it to get "operator" in C++.
4642 (C_entries): Extend length of operator@ function name.
4643 (C_entries): Use foperator when necessary.
4644
4645 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
4646
4647 * etags.c (compressor): New struct for compressed files.
4648 (get_compressor_from_suffix): New function.
4649 (get_language_from_suffix): Use it. Also, semantics changed.
4650 (process_file): Consider compressed files, close file.
4651 (find_entries): Use different call arg for get_language_from_suffix,
4652 don't close file.
4653
4654 * etags.c (main): Call free_tree.
4655 (find_entries): Do not free curfile.
4656 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
4657 (prolog_pred, erlang_func, substitute): Cast strlen to int when
4658 comparing.
4659 (canonicalize_filename): Shut up compiler warning.
4660 (Perl_functions): Make tag significant.
4661
4662 1999-11-01 Dave Love <d.love@dl.ac.uk>
4663
4664 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
4665 (argument_type): New member at_icregexp.
4666 (lc_trans): New global.
4667 (main): Fill lc_trans. Process -c args.
4668 (add_regex): New arg determining whether to use translation table.
4669 (analyse_regex): New arg. Use it for add_regex.
4670
4671 1999-11-01 Francesco Potortì <pot@gnu.org>
4672
4673 * etags.c (init): Cosmetic change: NULL --> '\0'.
4674 (erlang_attribute): Bug corrected (uninitialized variable).
4675 (filename_is_absolute): New function replaces absolutefn macro and
4676 corrects a bug. All callers changed.
4677 (canonicalize_filename): New function.
4678 (process_file, etags_getcwd, absolute_dirname): Use it.
4679 (relative_filename, absolute_filename): Remove var shadowing.
4680 (C_entries, Pascal_functions): Add fake initializations to keep
4681 compilers quiet.
4682 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
4683
4684 * etags.c (xrnew): New macro. All callers of xrealloc changed.
4685 (language): New typedef (was struct lang_entry).
4686 (curlang): New global variable.
4687 (node): Typedef renamed from NODE.
4688 (linebuffer): New typedef (was struct linebuffer).
4689 (pattern): New typedef (was struct pattern). Some members added.
4690 Now used as element of a linked list.
4691 (patterns, num_patterns): Global variables deleted.
4692 (p_head): New global variable.
4693 (forced_lang): New global variable (replaces lang_func).
4694 (get_language_from_name, get_language_from_interpreter)
4695 (get_language_from_suffix): Semantics changed. All callers changed.
4696 (last_node): New global variable.
4697 (free_tree, add_node, put_entries, total_size_of_entries):
4698 Change name of local vars to avoid clashes with typedef node.
4699 (number_len): Rewritten for elegance.
4700 (token): New typedef replaces TOKEN.
4701 (analyse_regex, add_regex): Rewritten for new functionality.
4702 (free_patterns): New function called from main and add_regex.
4703 (initbuffer, readline_internal, readline, grow_linebuffer):
4704 Change name of local vars to avoid clashes with typedef linebuffer.
4705 (readline): Rewritten for new functionality.
4706
4707 * etags.c (Scheme_suffixes): New suffix ".ss".
4708 (print_help): --globals is now used for more than C-type languages.
4709 (Perl_functions): Tag global variables ("my" and "local").
4710
4711 * etags.c (print_help): Some messages clarified.
4712 (LOOP_ON_INPUT_LINES): New macro.
4713 (just_read_file, Fortran_functions, Asm_labels, Perl_functions)
4714 (Python_functions, Cobol_paragraphs, Pascal_functions)
4715 (Lisp_functions, Postscript_functions, Scheme_functions)
4716 (TeX_functions, Prolog_functions, Erlang_functions): Use it.
4717 (Cobol_paragraphs, Postscript_functions, TeX_functions)
4718 (Prolog_functions, Erlang_functions): Use a local variable instead
4719 of the global variable dbp.
4720 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
4721 standard indentation.
4722
4723 * etags.c (Python_suffixes, lang_names, Python_functions):
4724 Python support.
4725 (skip_spaces, skip_non_spaces): Utility functions.
4726 (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
4727 (Python_functions, L_getit, Lisp_functions, Scheme_functions)
4728 (prolog_pred, erlanf_func, erlang_attribute): Use them.
4729 (eat_white): Delete.
4730
4731 * etags.c (CHAR, init): Keep into account non US-ASCII
4732 characters and compilers with default signed chars.
4733 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
4734 constructs.
4735 (C_stab_entry): "interface" in Java behaves like "class".
4736
4737 * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
4738 (main): Put interval syntax here.
4739 (add_regex): And remove it from here.
4740
4741 * etags.c (suggest_asking_for_help): Provide a
4742 meaningful help message with and without LONG_OPTIONS.
4743
4744 * etags.c (<io.h>) [MSDOS]: Include it, don't include string.h.
4745 <stdlib.h, string.h>: Don't test MSDOS when including them.
4746 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
4747 (put_entries): Correctly use %ld instead of %d in printf.
4748
4749 * etags.c (<unistd.h>) [HAVE_UNISTD_H]: Include conditionally, else
4750 declare getcwd if HAVE_GETCWD.
4751 (consider_token): Dead break instruction removed.
4752
4753 1999-10-19 Paul Eggert <eggert@twinsun.com>
4754
4755 Add support for large files. Merge glibc 2.1.2.
4756
4757 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
4758 * movemail.c, pop.c:
4759 Do not include <stdlib.h>, as <config.h> does this now.
4760
4761 * b2m.c, emacsserver.c, etags.c, profile.c:
4762 Include <config.h> before any system include files.
4763
4764 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
4765 * test-distrib.c:
4766 (read, write, open, close): Do not undef.
4767
4768 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
4769 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
4770
4771 * getopt.h: Adopt glibc 2.1.2.
4772
4773 1999-10-15 Dave Love <fx@gnu.org>
4774
4775 * Makefile.in (pop.o): Depend on config.h.
4776
4777 1999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4778
4779 * pop.c: Use "pop3" as the POP service name on all platforms,
4780 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
4781 has been the standard service name since RFC 1340 was published in
4782 July 1992, so I think it's safe to start using it by default.
4783
4784 1999-09-27 Dave Love <fx@gnu.org>
4785
4786 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
4787
4788 1999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4789
4790 * make-docfile.c (scan_lisp_file): Fix previous changes;
4791 swallow CRLF like just CR or just LF.
4792
4793 1999-09-03 Richard Stallman <rms@gnu.org>
4794
4795 * make-docfile.c: Include config.h not ../src/config.h.
4796 (main, fopen, chdir): Add #undef.
4797 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
4798 (scan_lisp_file): Handle \r like \n.
4799
4800 1999-08-30 Andreas Schwab <schwab@gnu.org>
4801
4802 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
4803
4804 * emacsserver.c: Include <stdlib.h> if available. Don't declare
4805 errno if it's a macro.
4806
4807 * test-distrib.c: Include <unistd.h> if available.
4808
4809 1999-08-29 Richard Stallman <rms@gnu.org>
4810
4811 * emacsclient.c (print_help_and_exit): Mention --version.
4812
4813 1999-08-25 Richard M. Stallman <rms@gnu.org>
4814
4815 * emacsclient.c (decode_options): Update version output.
4816 (print_help_and_exit): Update bug report address.
4817
4818 1999-08-13 Richard M. Stallman <rms@gnu.org>
4819
4820 * emacsclient.c (main): Move the dynamic allocation of
4821 system_name outside of the SERVER_HOME_DIR conditional.
4822 * emacsserver.c (main): Likewise.
4823
4824 1999-08-10 Gerd Moellmann <gerd@gnu.org>
4825
4826 * grep-changelog: New.
4827 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
4828
4829 1999-07-12 Richard Stallman <rms@gnu.org>
4830
4831 * Version 20.4 released.
4832
4833 1999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4834
4835 * Makefile.in (clean): Remove fns*.el.
4836
4837 1999-06-23 Dave Love <fx@gnu.org>
4838
4839 * etags.c (erlang_attribute): Fix undefined variable usage (after
4840 Potorti).
4841
4842 1999-05-02 Andrew Innes <andrewi@gnu.org>
4843
4844 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
4845 mapped to _chsize.
4846
4847 1999-04-29 Richard M. Stallman <rms@gnu.org>
4848
4849 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
4850
4851 1999-03-30 Dave Love <fx@gnu.org>
4852
4853 * sorted-doc.c (main): Split up tables. Modify the preamble
4854 somewhat.
4855
4856 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
4857
4858 * makefile.nt: Remove common multiple file compilation commands.
4859
4860 1999-02-26 Richard Stallman <rms@gnu.org>
4861
4862 * Makefile.in (yow): Depend on epaths.h, not paths.h.
4863
4864 * yow.c: Refer to epaths.h.
4865
4866 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
4867
4868 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
4869
4870 1999-01-27 Andrew Innes <andrewi@gnu.org>
4871
4872 * makefile.nt: Do make version comparison as strings.
4873
4874 1999-01-25 Richard Stallman <rms@gnu.org>
4875
4876 * emacsclient.c (xmalloc): Fix previous change.
4877
4878 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
4879
4880 * emacsclient.c (xmalloc): Declare to return long.
4881
4882 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
4883
4884 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
4885 the case of the drive letter.
4886
4887 1999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
4888
4889 * emacsserver.c (main): Eliminate arbitrary limit on
4890 length of system_name.
4891
4892 * emacsclient.c (main): Eliminate arbitrary limit on
4893 length of system_name.
4894 (xmalloc): Define unconditionally.
4895
4896 1999-01-12 Darrin B. Jewell <jewell@mit.edu>
4897
4898 * etags.c (relative_filename): Stop backward search at beginning
4899 of string, since non-Unix systems can have absolute paths with no
4900 initial slash.
4901
4902 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
4903
4904 * makefile.nt: Do string comparison of _NMAKE_VER.
4905
4906 1998-11-03 Theodore Jump <tjump@cais.com>
4907
4908 * makefile.nt: Compile multiple source files when possible.
4909
4910 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
4911
4912 * Makefile.in: Replace tabs with spaces
4913 when they might confuse some Make versions.
4914
4915 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
4916
4917 * emacsclient.c (main): Null-terminate system_name.
4918
4919 * emacsserver.c (main): Null-terminate system_name.
4920
4921 1998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4922
4923 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
4924 an error message from POP, mention that it's from POP, to
4925 distinguish it from local error messages.
4926
4927 1998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4928
4929 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
4930 order of messages downloaded from a POP server (e.g., if the
4931 server stores messages in mailboxes in reverse order).
4932
4933 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4934
4935 * Version 20.3 released.
4936
4937 1998-08-11 Paul Eggert <eggert@twinsun.com>
4938
4939 * rcs2log: Update copyright date and bug report address.
4940 (initialize_fullname): Prefer getent if available.
4941
4942 1998-07-30 Paul Eggert <eggert@twinsun.com>
4943
4944 * Makefile.in (REGEXPDEPS, regex.o):
4945 Prepend $(srcdir)/ to rule dependencies outside this dir.
4946
4947 1998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
4948
4949 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
4950
4951 1998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
4952
4953 * Makefile.in: Properly terminate a comment.
4954
4955 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
4956
4957 * movemail.c (sys_wait): Rename to wait.
4958
4959 * ntlib.h: Undefine _WINSOCKAPI_.
4960
4961 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
4962
4963 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
4964
4965 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
4966
4967 1998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
4968
4969 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS.
4970 Force all file i/o to be in binary mode. Include ntlib.h.
4971
4972 1998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
4973
4974 * make-docfile.c: Include <unistd.h> for chdir.
4975
4976 1998-04-25 Richard Stallman <rms@psilocin.gnu.org>
4977
4978 * etags.c (TEX_decode_env): Don't free the value getenv returns.
4979
4980 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
4981
4982 * makefile.nt (obj): Update with new files in src.
4983 (clean): Delete patch scratch files, optimized compilation dir.
4984
4985 1998-04-08 Dave Love <fx@gnu.org>
4986
4987 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
4988 Irix6, at least.
4989
4990 1998-04-06 Andreas Schwab <schwab@gnu.org>
4991
4992 Silence -Wimplicit:
4993 * movemail.c: Move cancelations up. Include <stdlib.h> if
4994 available.
4995 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
4996 (parse_header): Explicitly declare return type.
4997 * emacsserver.c: Include <unistd.h> if available.
4998 (main, handle_signals, perror_1, fatal_error): Explicitly declare
4999 return types. Add forward declarations.
5000 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
5001 Don't declare geteuid.
5002 (print_help_and_exit): Change return type to void.
5003 Forward declare it.
5004 * b2m.c: Include <stdlib.h> if available.
5005 (main): Explicitly declare return type.
5006
5007 1998-04-03 Richard Stallman <rms@psilocin.gnu.org>
5008
5009 * etags.c (put_entries): Use %ld.
5010
5011 * b2m.c (fatal): Declare the arg.
5012
5013 1998-03-26 Richard Stallman <rms@psilocin.gnu.org>
5014
5015 * pop.c (pop_getline): Rename from getline.
5016
5017 1998-03-05 Richard Stallman <rms@psilocin.gnu.org>
5018
5019 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
5020 for the utilities.
5021
5022 1998-01-23 Dave Love <d.love@dl.ac.uk>
5023
5024 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
5025 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
5026 Always make named tags.
5027 (Fortran_functions): Grok BLOCK DATA.
5028
5029 1998-01-23 Andreas Schwab <schwab@gnu.org>
5030
5031 * movemail.c (main): Fix interwoven brace and cpp conditional
5032 nesting.
5033
5034 1997-12-03 Paul Eggert <eggert@delysid.gnu.org>
5035
5036 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which quotes
5037 with a '>' any lines starting with "From " read from the POP server,
5038 but leave the code in place, wrapped in #ifdef
5039 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
5040 because it turns out that something is depending on it.
5041 Change suggested by Paul Eggert <eggert@twinsun.com>.
5042 Convert the character \037 (^_) at the beginning of a line into
5043 the character '^' followed by the character '_', because otherwise
5044 Emacs can't parse the resulting file as a valid BABYL file.
5045 Change suggested by Paul Eggert <eggert@twinsun.com>.
5046
5047 1997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5048
5049 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
5050 server to contain embedded nulls.
5051
5052 1997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5053
5054 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
5055 quotes with a '>' any lines starting with "From " read from the
5056 POP server, but leave the code in place, wrapped in #ifdef
5057 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
5058 because it turns out that something is depending on it.
5059 Change suggested by Paul Eggert <eggert@twinsun.com>.
5060
5061 Convert the character \037 (^_) at the beginning of a line into
5062 the character '^' followed by the character '_', because otherwise
5063 Emacs can't parse the resulting file as a valid BABYL file.
5064 Change suggested by Paul Eggert <eggert@twinsun.com>.
5065
5066 1997-11-22 Richard Stallman <rms@gnu.org>
5067
5068 * b2m.c: Include getopt.h.
5069 (main): Use getopt_long to handle --version and --help.
5070
5071 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
5072
5073 1997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5074
5075 * pop.c (fullwrite): Get rid of an extra call to write.
5076 Problem pointed out by Chiaki Ishikawa.
5077
5078 1997-10-16 Dave Love <d.love@dl.ac.uk>
5079
5080 * etags.c (L_getit): Always make named tags so that Emacs
5081 completion on symbols containing `:' etc. works.
5082 (get_scheme): Likewise.
5083
5084 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5085
5086 * pop.c: Use system header files instead of declaring C-library
5087 functions explicitly.
5088
5089 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5090
5091 * Version 20.2 released.
5092
5093 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5094
5095 * Version 20.1 released.
5096
5097 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
5098
5099 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
5100
5101 * ntlib.c (getpid): Delete function.
5102
5103 1997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5104
5105 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
5106
5107 1997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5108
5109 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
5110 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
5111
5112 1997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5113
5114 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
5115
5116 1997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
5117
5118 * profile.c (get_time): Cast arg to fprintf.
5119
5120 * hexl.c (main): Use %08lx instead of %08x in printf because the
5121 variable named addresses is long.
5122
5123 1997-08-08 Geoff Voelker <voelker@cs.washington.edu>
5124
5125 * makefile.nt (lisp): Update paths to lisp files that have moved.
5126
5127 1997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
5128
5129 * makefile.nt (ctags.obj): New target.
5130 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
5131
5132 * ntlib.h: Add includes.
5133 Undo definitions of crt routines from config.h.
5134
5135 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5136
5137 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
5138
5139 1997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5140
5141 * pop.c: Support auto-configuration of both Kerberos V4 and
5142 Kerberos V5 for movemail, including detection of V4 and V5 header
5143 files and libraries.
5144 Include <string.h> when STDC_HEADERS is defined, to get
5145 declarations of string functions.
5146 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
5147 V5 API rather than the old one.
5148 [KERBEROS] (socket_connection): Change a constant name from
5149 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
5150 with a constant in a header file.
5151
5152 * Makefile.in: Support auto-configuration of both Kerberos V4 and
5153 Kerberos V5 for movemail, including detection of V4 and V5 header
5154 files and libraries.
5155
5156 1997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5157
5158 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
5159
5160 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
5161
5162 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5163
5164 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
5165
5166 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5167
5168 * movemail.c (rindex): Add declaration.
5169
5170 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
5171
5172 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
5173 (movemail.exe): Depend upon and link with getopt files.
5174 (obj): Include new source files.
5175 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
5176 (lisp): Include new and reorganized elisp files.
5177
5178 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5179
5180 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
5181
5182 1997-06-25 Paul Eggert <eggert@twinsun.com>
5183
5184 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
5185
5186 1997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
5187
5188 * b2m.c (readline): Terminate buffer properly when EOF seen.
5189 Test for valid pointer before dereferencing it.
5190
5191 1997-05-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5192
5193 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
5194 defined inside etags.c if HAVE_CONFIG_H is defined.
5195
5196 1997-05-29 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5197
5198 * etags.c (logical): Type name changed to bool.
5199 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
5200 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
5201 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
5202 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
5203 (longopts): New long options without short counterpart are
5204 globals, members, no-globals, no-members. Regexp options are now
5205 defined conditionally to ETAGS_REGEXPS.
5206 (print_help): Update.
5207
5208 1997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5209
5210 * etags.c (C_entries): Use "." instead of "::" for Java.
5211 (consider_token): is_func renamed to is_func_or_var.
5212 (C_entries): is_func renamed to funorvar.
5213 (C_entries): Initialize tok.named.
5214 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
5215 get rid of "import", "package" and "friend".
5216 (fvdef): Rename from funcdef. Also some constants renamed.
5217 All users changed.
5218 (C_entries): Make separate tags for variables separated by comma.
5219 (globals, members): New flags.
5220 (main, C_entries): Use them.
5221 (make_C_tag, C_entries): Make tok a global variable.
5222
5223 1997-05-16 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5224
5225 * etags.c (funcdef): New vignore constant.
5226 (consider_token, C_entries): Use it to tag global variables.
5227 (print_help): Update for global variables.
5228 (consider_token, C_entries): Set the len member of token_name.
5229 (prolog_pred): Cleanup according to GNU coding standards.
5230 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
5231 (prolog_white, erlang_white): Rename to eat_white, callers changed.
5232
5233 1997-05-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5234
5235 * etags.c (CHARS, CHAR): New constant and macro.
5236 (iswhite, begtoken, intoken, endtoken): Use them.
5237 (notinname, _nin, nonam): New macro, array, string.
5238 (init): Cleanup and init _nin.
5239 (new_pfnote): New function.
5240 (make_C_tag) [traditional_tag_style]: Use it.
5241 (traditional_tag_style): Constant set to TRUE for now.
5242
5243 1997-05-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5244
5245 * etags.c (C_entries, Pascal_functions): Cleanup.
5246 (TeX_functions): NULL as a function arg needs a cast.
5247 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
5248
5249 1997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5250
5251 * etags.c (TeX_functions): Cleaned up.
5252 (tex_getit): Remove.
5253
5254 1997-05-13 Paul Eggert <eggert@twinsun.com>
5255
5256 * rcs2log (files): When computing arguments automatically, ignore
5257 non-files within the RCS subdirectory.
5258
5259 1997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5260
5261 * etags.c (C_JAVA): New #define.
5262 (Cjava_suffixes): .java is Java.
5263 (Cjava_entries): New function.
5264 (lang_names): Add Java.
5265 (sym_type): Add st_C_javastruct for Java.
5266 (C_stab_entry): Add `extends' and `implements' keywords.
5267 (consider_token, C_entries): Recognize Java structures.
5268
5269 1997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5270
5271 * etags.c (Cplusplus_suffixes): .pdb is PostScript with C syntax.
5272 (Postscript_suffixes): .ps is PostScript.
5273 (lang_names): Add postscript.
5274 (Postscript_functions): New function.
5275 (TEX_decode_env): Close minor memory leak.
5276 (just_read_file): Correct the char number of the tag.
5277
5278 1997-05-11 Paul Eggert <eggert@twinsun.com>
5279
5280 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
5281 Don't prepend $nl since this causes some shells to generate the
5282 empty string when IFS is $nl.
5283 (printlogline): Use SOH (octal code 1), not CR, since some
5284 PC-based shells mishandle CR.
5285 (initialize_fullname): Set NIS_PATH to the empty string before invoking
5286 nismatch, in case it's set to some nonstandard value.
5287
5288 1997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5289
5290 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
5291 read in separate blocks.
5292
5293 1997-04-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5294
5295 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
5296 (struct linebuffer): New member `len' is the length of the string.
5297 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
5298 Use it instead of strlen.
5299 (TEX_getit): Declare and define unconditionally as static.
5300 (TeX_functions): Use if instead of #if TeX_named_tokens.
5301 (add_regex): Set RE_INTERVALS flag for regex compilation.
5302 (substitute): Code cleanup.
5303 (readline_internal): Code cleanup, set new member `len'.
5304 (readline): Bug corrected.
5305
5306 1997-04-23 Geoff Voelker <voelker@cs.washington.edu>
5307
5308 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
5309 (obj): Change references of nt*.c files to w32*.c files.
5310
5311 1997-04-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5312
5313 * etags.c (xnew): Add support for debugging with chkmalloc.
5314 (error): Use this instead of printf whenever possible.
5315 (main): Only call xnew after having initialized progname.
5316 (substitute): Bad memory corruption error corrected.
5317
5318 1997-04-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5319
5320 * etags.c (add_regex): Undo previous change.
5321 (relative_filename): Small memory leak closed.
5322 (absolute_filename): Cleaned up the code, possibly closing a bug.
5323 (absolute_dirname): Always return a newly allocated string.
5324
5325 1997-03-21 Paul Eggert <eggert@twinsun.com>
5326
5327 * rcs2log (files): Ignore files in RCS directory whose names are
5328 of the form ,*, or *_; they are probably RCS lock files.
5329 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
5330 they are used by rcsfreeze.
5331
5332 1997-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5333
5334 * etags.c (add_regex): Reset *putbuf before using it.
5335
5336 1997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5337
5338 * movemail.c (popmail): Remove some unnecessary function
5339 declarations.
5340 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
5341 into pop_retr, there's no reason to pass in mbx_write, and the
5342 file argument can be declared FILE * explicitly. This fixes a
5343 compilation problem on systems with 64-bit pointers.
5344
5345 1997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5346
5347 * movemail.c: Delete duplicate inclusion of fcntl.h
5348 and duplicate #undefs of open, read, write, close.
5349
5350 1997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5351
5352 * movemail.c (main): Do not display "[POP-password]" in the usage
5353 message when movemail is compiled without POP support.
5354 (main, popmail): Add the optional "-p" argument, which causes
5355 movemail to leave mail in the inbox after copying it into the
5356 output file.
5357
5358 * Makefile.in (movemail): Link with getopt.
5359
5360 1997-01-20 Paul Eggert <eggert@twinsun.com>
5361
5362 * rcs2log (--help, --version): New options, per GNU coding standards.
5363 (Copyright, Help, Id): New variables, for above.
5364 (rlog): Use -q option with cvs log, to avoid useless chatter.
5365
5366 Treat logs of "Initial revision" (RCS) or "file F was initially added
5367 on branch B." (CVS) as if they said "New file.", for consistency with
5368 change log entries.
5369
5370 1997-01-01 Paul Eggert <eggert@twinsun.com>
5371
5372 * vcdiff (PATH): Add /usr/xpg4/bin,
5373 where XPG4 SCCS hangs out in Solaris 2.5.
5374 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
5375
5376 1996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5377
5378 * etags.c (streq, strneq): Use == NULL rather than !.
5379
5380 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
5381
5382 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
5383 (movemail): Use LIBMAIL, to link against -lmail.
5384
5385 * movemail.c: Include maillock.h (conditionally).
5386 Remove a redundant inclusion of <stdio.h>.
5387 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
5388 (main): Add variable spool_name.
5389 Support the usage of maillock and mailunlock to
5390 lock and unlock mailboxes.
5391 (mail_spool_name): New function.
5392
5393 * movemail.c: Fix an uninitialized variable which could cause
5394 movemail to exit with an error status incorrectly on systems which
5395 use lock files rather than a system locking function to lock
5396 mailboxes.
5397
5398 1996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5399
5400 * pop.c (socket_connection): Free realhost after using it.
5401
5402 1996-12-04 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5403
5404 * etags.c (C_entries): Test tok.valid. This handles some
5405 particular cases involving function declarations that failed.
5406
5407 1996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
5408
5409 * pop.c (socket_connection):
5410 gethostbyname may return a pointer to static data.
5411 krb_realmofhost can clobber it. So copy it.
5412
5413 1996-11-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5414
5415 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
5416 must cast it to (char *) because we have no prototypes.
5417 (make_C_tag): Macro deleted, new function.
5418 (C_entries): Calls to make_C_tag macro changed to call function.
5419
5420 1996-11-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5421
5422 * etags.c (grow_linebuffer): New function.
5423 (GROW_LINEBUFFER): Macro deleted. All callers changed.
5424 (make_tag): Macro renamed to make_C_tag. All callers changed.
5425 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
5426 (Prolog_functions): prolog_skip_comment was called with wrong
5427 number of arguments.
5428 (xrealloc): fatal was called with wrong number of arguments.
5429
5430 1996-11-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5431
5432 * etags.c (relative_filename): Bug corrected.
5433 (etags_getcwd): Avoid warning of unused variable.
5434 (C_entries, consider_token): Add support for enum labels.
5435
5436 1996-11-03 Paul Eggert <eggert@twinsun.com>
5437
5438 * rcs2log: When processing cvs log output, remove `Attic/' from
5439 repository file names.
5440
5441 1996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
5442
5443 * emacsserver.c: Fix 1996-09-02 change.
5444
5445 1996-10-12 Paul Eggert <eggert@twinsun.com>
5446
5447 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
5448 option', since CVS says 'invalid option'.
5449 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
5450 revisions, since some hosts reject 1970-01-01 when east of UTC.
5451 (date): Remove.
5452
5453 1996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5454
5455 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
5456
5457 1996-10-02 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5458
5459 * etags.c (print_version): Print copyright info.
5460
5461 * etags.c (print_help): Print the bug reporting address.
5462 (main): Use return as the last instruction, instead of exit.
5463
5464 * etags.c (main): Don't open the tags file in cxref mode.
5465
5466 1996-09-29 Dave Love <d.love@dl.ac.uk>
5467
5468 * rcs2log (date): Make default format acceptable to CVS post v1.8
5469 as well as earlier CVSs and RCS.
5470
5471 1996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5472
5473 * movemail.c (main): If the lock call fails with EBUSY or
5474 EAGAIN, retry a few times.
5475
5476 1996-09-25 Paul Eggert <eggert@twinsun.com>
5477
5478 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
5479 whether to append -zLT.
5480
5481 1996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5482
5483 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
5484 * emacsclient.c, movemail.c: Likewise.
5485
5486 1996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5487
5488 * emacsclient.c (longopts): Change nowait to no-wait.
5489 (print_help_and_exit): Fix option name; upcase metavars.
5490
5491 1996-09-06 Erik Naggum <erik@naggum.no>
5492
5493 * emacsserver.c (main): Declare `fromlen' as size_t.
5494
5495 1996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5496
5497 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
5498
5499 1996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5500
5501 * emacsclient.c (quote_file_name): Quote with &, not \.
5502 Quote `-' only at start of file name. Terminate the value string.
5503
5504 * emacsserver.c: Include signal.h properly;
5505 delete the duplicate includes for it.
5506
5507 * emacsserver.c: On fatal signal, delete socket-file:
5508 * emacsserver.c: Include signal.h.
5509 (xmalloc, fatal, error): New functions.
5510 (delete_socket, handle_signals): New functions.
5511 (progname, socket_name): New variables.
5512 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
5513
5514 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5515
5516 * emacsclient.c (quote_file_name): New function.
5517 (main, both versions): Use quote_file_name.
5518 (decode_options): Don't return a value.
5519 (main, both versions): Use optind.
5520 Don't check for -nowait here.
5521
5522 * emacsclient.c (decode_options): New function.
5523 (main, both versions): Call decode_options.
5524 (print_help_and_exit): New function.
5525 (VERSION): New macro.
5526
5527 * Makefile.in (emacsclient): Link with getopt.
5528 Add -DVERSION so emacsclient knows its version number.
5529
5530 1996-08-31 Geoff Voelker <voelker@cs.washington.edu>
5531
5532 * makefile.nt (lisp): Include dos-nt.elc.
5533
5534 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5535
5536 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
5537
5538 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5539
5540 * emacsclient.c (both versions): Handle -nowait and --nowait
5541 by sending data to the server.
5542
5543 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5544
5545 * Makefile.in (INSTALL_STRIP): New variable.
5546 (${archlibdir}): Use INSTALL_STRIP.
5547
5548 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
5549 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
5550
5551 * pop.c: Reverse conditional in previous change.
5552
5553 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5554
5555 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
5556
5557 1996-08-24 Paul Eggert <eggert@twinsun.com>
5558
5559 * rcs2log: Use ISO 8601 date format, with time zone appended
5560 if change-log-time-zone-rule is non-nil, instead of
5561 traditional Unix date format.
5562
5563 (datearg): When computing default from ChangeLog, handle ISO format
5564 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
5565 Don't worry about hh:mm:ss since the resolution is now by day.
5566 Use empty datearg, not empty rlog_options, to decide whether to pass
5567 "$datearg" option to $rlog.
5568 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
5569 (month_data): Remove `mo'; no longer needed.
5570 (rlog_options): Use -zLT for localtime output, if `rlog' supports it.
5571
5572 Match `revision' line of rlog output more accurately.
5573
5574 Add -c, -v options.
5575
5576 1996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
5577
5578 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
5579
5580 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5581
5582 * Version 19.33 released.
5583
5584 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5585
5586 * Version 19.32 released.
5587
5588 1996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
5589
5590 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
5591 computing character positions in source files.
5592
5593 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
5594
5595 * makefile.nt (clean): Use OBJDIR macro.
5596
5597 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5598
5599 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
5600
5601 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
5602
5603 * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>.
5604 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
5605 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
5606
5607 1996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
5608
5609 * ntlib.h: Correct return type of getwd.
5610 * ntlib.c (getwd): Correct return type.
5611
5612 1996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5613
5614 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
5615 to infile.
5616
5617 1996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
5618
5619 * makefile.nt: Remove all references to wakeup.
5620
5621 1996-06-28 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5622
5623 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
5624 explicit, mutable, typename.
5625
5626 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5627
5628 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
5629 streams, one for sending and one for reading the reply.
5630
5631 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5632
5633 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
5634 (wakeup): Target deleted.
5635 (UTILITIES): Delete wakeup and timer.
5636
5637 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
5638
5639 1996-06-11 Geoff Voelker <voelker@cs.washington.edu>
5640
5641 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
5642 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
5643
5644 1996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5645
5646 * etags.c (main): Copy cwd when appending slash.
5647
5648 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5649
5650 * Version 19.31 released.
5651
5652 1996-05-17 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5653
5654 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
5655 (Pascal_functions): Increase linecharno by the correct number of
5656 chars, inline the GET_NEW_LINE macro and delete its definition.
5657
5658 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
5659
5660 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
5661
5662 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
5663
5664 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
5665 (movemail.exe, fakemail.exe): Now built under Win32.o.
5666
5667 * ntlib.c: Include ntlib.h.
5668 (nt_sleep): Rename to sleep.
5669 (getwd): Return directory.
5670 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
5671 sys_ctime, sys_fopen): New functions.
5672
5673 * ntlib.h: New file.
5674
5675 1996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5676
5677 * pop.c (SEND, RECV): Rename from send, recv.
5678 (pop_open, pop_trash): Make the trash_started code unconditional.
5679 (socket_connection): Delete casts to void.
5680
5681 1996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5682
5683 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP):
5684 Definitions copied from lisp.h.
5685
5686 1996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
5687
5688 * fakemail.c [WINDOWSNT]: Include ntlib.h.
5689
5690 * hexl.c [DOSNT]: Include fcntl.h.
5691 [WINDOWSNT]: Include io.h.
5692 (main) [MSDOS]: Change conditional to DOS_NT.
5693
5694 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
5695 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
5696 [WINDOWSNT]: Include locking.h.
5697 (main): Update usage message. Use IS_DIRECTORY_SEP.
5698 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
5699 (main) [WINDOWSNT]: Invoke locking instead of flock.
5700 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
5701 (main) [MAIL_USE_POP]: Pass password to popmail if used.
5702 Include winsock.h; don't include unix inet headers.
5703 (popmail): Add password argument and pass it to pop_open.
5704 Open output file in binary mode.
5705
5706 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
5707 Macro SOCKET_ERROR undefined.
5708 Don't declare h_errno.
5709 [!WINDOWSNT]: Define macros recv and send.
5710 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
5711 (pop_open) [WINDOWSNT]: Initialize trash_started.
5712 (have_winsock) [WINDOWSNT]: New variable.
5713 (socket_connection) [WINDOWSNT]: Initialize winsock.
5714 (socket_connection): Use closesocket instead of close.
5715 (getline): Use recv instead of read.
5716 (fullwrite): Use send instead of write.
5717 (pop_trash): Use closesocket instead of close.
5718 (pop_trash) [WINDOWSNT]: Cleanup winsock.
5719 Check if being called recursively by sendline.
5720
5721 * pop.h (struct _popserver): New field trash_started.
5722
5723 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
5724
5725 1996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5726
5727 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
5728
5729 1996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5730
5731 * etags.c [WINDOWSNT]: Include io.h.
5732
5733 1996-04-10 Geoff Voelker <voelker@cs.washington.edu>
5734
5735 * makefile.nt (CTAGSOBJ): Compile with regexp support.
5736
5737 1996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
5738
5739 * hexl.c [DJGPP v2]: Include io.h.
5740 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
5741
5742 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
5743 DJGPP v2.
5744
5745 1996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5746
5747 * etags.c (absolute_filename): Use absolutefn.
5748
5749 1996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
5750
5751 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
5752 letter isn't an alphabetic character.
5753 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
5754 (process_file) [DOS_NT]: Convert all slashes to forward style.
5755 (absolute_filename) [DOS_NT]: Emit error message for relative
5756 paths with a drive letter.
5757 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
5758 DOS/NT drive letters which try to reference the parent of the root.
5759 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
5760
5761 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
5762
5763 * makefile.nt: Change uses of del to $(DEL).
5764
5765 1996-03-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5766
5767 * etags.c (just_read_file): Reset lineno and charno on entry.
5768
5769 1996-03-15 Anders Lindgren <andersl@csd.uu.se>
5770
5771 * etags.c: Prolog language totally rewritten.
5772 (Prolog_functions): Rewritten from scratch.
5773 (skip_comment, prolog_getit): Remove.
5774 (prolog_skip_comment): New function, like old skip_comment.
5775 (prolog_pred, prolog_atom, prolog_white): New functions.
5776 (erlang_func, erlang_attributes): Forward declarations added.
5777 (erlang_atom): Check if backslash ends line inside quoted atom.
5778
5779 1996-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
5780
5781 * etags.c (absolutefn): DOS_NT version corrected.
5782 (main): Append "/" to the dir name only if not already there.
5783 (print_help): Explain the absolute/relative file name issue.
5784
5785 1996-03-08 Anders Lindgren <andersl@csd.uu.se>
5786
5787 * etags.c: New Language Erlang added.
5788 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom)
5789 (erlang_white): New functions.
5790 (Erlang_suffixes): New suffix list.
5791 (lang_names): Erlang entry added.
5792 (prolog_getit): Accepts headers spanning several lines.
5793 Always name tags.
5794 (Prolog_functions): Remove incorrect compensation for
5795 newline characters.
5796 (readline_internal): Zero-terminate last line.
5797
5798 1996-03-20 Mike Long <mike.long@analog.com>
5799
5800 * b2m.c (main): Initialize progname variable before using it.
5801 Quote `username' in From_ header.
5802
5803 1996-03-18 Geoff Voelker <voelker@cs.washington.edu>
5804
5805 * ntlib.c (getpid): New function.
5806
5807 1996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5808
5809 * emacsclient.c (main, both definitions):
5810 Print a newline for normal termination.
5811
5812 1996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
5813
5814 * tcp.c (main): Convert port to network byte order.
5815
5816 1996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
5817
5818 * pop.c (pop_retrieve, getline): Avoid type clashes.
5819
5820 1996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
5821
5822 * etags.c (enum sym_type, anonymous enum): Delete final comma.
5823
5824 1996-01-15 Paul Eggert <eggert@twinsun.com>
5825
5826 * rcs2log (initialize_fullname): Add support for NIS+.
5827 (hostname): Fully qualify the default hostname with the domainname
5828 if the hostname lacks a `.'.
5829
5830 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
5831
5832 * etags.c (consider_token): Fix typo in expression.
5833
5834 1996-01-04 Paul Eggert <eggert@twinsun.com>
5835
5836 * etags.c (substitute): Fix spelling in message.
5837
5838 1996-01-03 George V. Reilly <georger@microcrafts.com>
5839
5840 * makefile.nt (etags, ctags): Compile with regexp support.
5841 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
5842 subdirectory exists before compiling.
5843
5844 1996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
5845
5846 * emacsserver.c (main): Do chmod based on existing permission.
5847
5848 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5849
5850 * Makefile.in (install): Turn on read/execute permission.
5851
5852 1995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5853
5854 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
5855 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
5856
5857 1995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5858
5859 * Makefile.in (THIS_IS_MAKEFILE): Rename from THIS_IS_YMAKEFILE.
5860
5861 1995-12-07 Francesco Potortì <pot@cnuce.cnr.it>
5862
5863 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
5864 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
5865 get_scheme, prolog_getit): Name the tag in ctags mode.
5866 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
5867 (Perl_interpreters): Accept "@PERL@" as an interpreter.
5868 (suggest_asking_for_help): New function.
5869 (main, get_language_from_name): Use suggest_asking_for_help.
5870 (main): Let get_language_from_name make language existence check.
5871 (streq, strneq): Check the arguments #if DEBUG.
5872
5873 1995-12-06 Francesco Potortì <pot@cnuce.cnr.it>
5874
5875 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
5876 (gperf): Add keywords for Objective C and GNU macros.
5877 (sym_type): Add values to account for Objective C and GNU macros.
5878 (begtk): The '@' character can start a token.
5879 (objdef, methodlen, objtag): New variables for Objective C.
5880 (consider_token, C_entries): Add code for Objective C.
5881 (plain_C_suffixes): Add .m and .lm for Objective C.
5882 (Yacc_suffixes): Add .ym for Objective yacc.
5883 (GROW_LINEBUFFER): New macro.
5884 (consider_token, C_entries, Pascal_functions): Use the new macro.
5885 (consider_token): Take one more argument. Caller changed.
5886 (consider_token): Use the hashing function to spot GNU macros.
5887 (C_entries): Consider // as a comment start even in plain C for
5888 the sake of Objective C parsing.
5889
5890 1995-12-04 Francesco Potortì <pot@cnuce.cnr.it>
5891
5892 * Makefile.in (ctags): Depend on etags only for simplicity;
5893 compile with regexp support enabled.
5894
5895 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5896
5897 * Version 19.30 released.
5898
5899 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
5900
5901 * makefile.nt (DOC, clean): Don't use switches to del not
5902 supported by Windows 95.
5903
5904 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5905
5906 * Makefile.in (regex.o): Depend on ../src/config.h.
5907
5908 1995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5909
5910 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
5911 (LOADLIBES): Use LIB_STANDARD.
5912
5913 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
5914
5915 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
5916 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
5917 Windows 95 conditional.
5918
5919 1995-11-06 Francesco Potortì (pot@cnuce.cnr.it)
5920
5921 * etags.c (get_lang_from_name, get_lang_from_interpreter)
5922 (get_lang_from_suffix): New functions.
5923 (get_language): Function deleted.
5924 (lang_entry): Two members added to struct.
5925 (lang_names): Reflect the new layout of lang_entry.
5926 (print_language_names, main, find_entries): Use the new functions.
5927 (find_entries): Look at the first line for #! if no language.
5928 (C_entries): Invalidate the token when funcdef is reset.
5929 (Perl_functions): New function.
5930 (lang_suffixes): .pl and .pm are Perl suffixes.
5931
5932 1995-11-02 Francesco Potortì (pot@cnuce.cnr.it)
5933
5934 * etags.c (lowcase): Use the standard tolower function.
5935 (substitute): Remove some wrong and some useless code related with
5936 escape '\' character in regexp replacement string.
5937 (TEX_defenv): Add part, appendix, entry, index. Remove typeout.
5938 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
5939 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
5940 .prolog for prolog (.pl removed).
5941 (massage_name, etags_getcwd): Use lowcase instead of tolower.
5942 (C_entries, find_entries): Add comments about memory leakage.
5943 (add_node): Dead code removed.
5944
5945 1995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5946
5947 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
5948 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
5949
5950 1995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5951
5952 * test-distrib.c: Add #undef for open, close, read, write.
5953
5954 1995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5955
5956 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
5957 [! O_RDONLY]: Define it to zero.
5958 (main): Use O_RDONLY instead of explicit zero.
5959
5960 1995-08-17 Francesco Potortì (pot@cnuce.cnr.it)
5961
5962 * etags.c (Pascal_functions): Close comment bug corrected.
5963 (add_node): Correctly compare node file names.
5964 (Pascal_functions): Correctly allocate and free memory for tline.
5965 (pfnote): Put the definition of fp in the innermost block.
5966 (NODE): `named' member removed.
5967 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
5968 use the `named' member, check whether `name' is NULL instead.
5969 (pfnote): `named' argument removed, all callers changed.
5970 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
5971 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
5972 removed from pfnote call, some code cleanup.
5973 (relative_filename): Free temporary space allocated by concat.
5974
5975 1995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5976
5977 * Makefile.in (getdate.c): New target.
5978 (getdate.o): Just compile getdate.c.
5979
5980 1995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
5981
5982 * fakemail.c (xrealloc): Change cast to match return type.
5983
5984 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5985
5986 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
5987
5988 1995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5989
5990 * movemail.c (main): Fix previous change.
5991 Add error check for empty OUTNAME.
5992
5993 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5994
5995 * movemail.c (main): Mention lock file name in error message.
5996
5997 1995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5998
5999 * profile.c (gettimeofday): New function, defined if necessary.
6000
6001 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6002
6003 * Makefile.in: Renamed from Makefile.in.in.
6004 (distclean): Delete Makefile.c, not Makefile.in.
6005
6006 1995-07-17 Michael Shields <shields@tembel.org>
6007
6008 * Makefile.in.in (tags): Synonym for `TAGS'.
6009
6010 1995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6011
6012 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
6013 configure has already set $(INSTALL) to the proper relative path.
6014
6015 1995-07-08 Paul Eggert <eggert@twinsun.com>
6016
6017 * rcs2log (datearg): Separate date from time with comma, not space,
6018 to work around CVS 1.5 bug.
6019 (CVSROOT): Don't abort when unset if repository is absolute.
6020
6021 1995-07-07 Paul Eggert <eggert@twinsun.com>
6022
6023 * rcs-checkin, rcs2log, vcdiff:
6024 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
6025 that interpret `#! /' as a 4-byte magic number.
6026
6027 1995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
6028
6029 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
6030 mailbox with "po:mailbox", the mailbox is everything after the
6031 "po:" prefix.
6032
6033 1995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6034
6035 * emacsserver.c: Make all error messages start with `Error: '.
6036 (fatal_error, perror_1): New functions, use throughout.
6037
6038 1995-06-28 Paul Eggert <eggert@twinsun.com>
6039
6040 * rcs2log (CVSROOT, repository):
6041 Allow remote repositories a la CVS 1.4.
6042
6043 1995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
6044
6045 * etags.c (plain_C_entries): New function.
6046 (lowcase): New macro.
6047 (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
6048 (lang_suffixes): New suffix ".pc" for Pro*C files.
6049 (consider_token): Don't tag all tokens beginning with DEFUN & Co..
6050 (tail): Look for the end of the token when comparing.
6051 (takeprec): Since now tail behaves differently, use strneq.
6052
6053 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6054
6055 * movemail.c (main): Add newline in usage message.
6056
6057 1995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6058
6059 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
6060
6061 1995-06-21 Francesco Potortì (pot@cnuce.cnr.it)
6062
6063 * etags.c (find_entries): Rewind before rereading the input file.
6064
6065 1995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6066
6067 * Version 19.29 released.
6068
6069 * make-docfile.c (main) [MSDOS]: Do set _fmode.
6070 This undoes part of the previous change.
6071
6072 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6073
6074 * make-docfile.c (main): On MSDOS, don't change stdout
6075 to binary, and insist on an -o option.
6076
6077 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
6078
6079 * etags.c (process_file,absolute_filename): Handle filenames
6080 starting with a drive letter.
6081
6082 * makefile.nt (install): Copy wakeup.exe properly.
6083
6084 1995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
6085
6086 * make-docfile.c [MSDOS]: #undef chdir.
6087
6088 1995-06-04 Paul Eggert <eggert@twinsun.com>
6089
6090 * rcs2log (output_authors): Allow ':' in time zone,
6091 as per ISO 8601 and RCS 5.6.8 beta.
6092
6093 1995-05-29 Francesco Potortì (pot@cnuce.cnr.it)
6094
6095 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
6096 compatibility problems.
6097
6098 1995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
6099
6100 * etags.c (etags_getcwd): Don't use #elif.
6101 Have just one function body.
6102
6103 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
6104
6105 * makefile.nt (LIBS): Use BASE_LIBS.
6106 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
6107 upon LIBS.
6108 (DOC): Use del instead of rm.
6109 (DOC) [WINDOWS95]: Use DOC.
6110 (clean): Handle MSVC aux files.
6111 (config.h,paths.h): Use $(CP) instead of cp.
6112 (config.h): Use $(CONFIG_H)
6113 (make-docfile.obj): Depend upon config.h.
6114 Clean up comments.
6115
6116 1995-05-23 Francesco Potortì (pot@cnuce.cnr.it)
6117
6118 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
6119 former gives the true path even in the presence of simlinks.
6120
6121 1995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6122
6123 * movemail.c (main): Increase lock timeout to five minutes.
6124
6125 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
6126
6127 * makefile.nt (obj): Use .c files.
6128
6129 1995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6130
6131 * make-docfile.c: Include config.h.
6132 (NO_SHORTNAMES): New definition.
6133 (xmalloc): Return long *.
6134
6135 * etags.c (C_entries): Cast result of xrealloc.
6136 (xmalloc, xrealloc): Declare them to return long *.
6137
6138 * b2m.c (xmalloc, xrealloc): Declare them long *.
6139
6140 * movemail.c (xmalloc): Declare it to return long *.
6141
6142 1995-04-30 Paul Eggert <eggert@twinsun.com>
6143
6144 * rcs2log (datearg): If rlog options are specified explicitly,
6145 omit the implicit '-d>DATE' option.
6146 (repository, rlog): Allow absolute paths to CVS repositories.
6147 Look only at the first line of CVS/Repository.
6148
6149 1995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
6150
6151 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
6152 realclean.
6153
6154 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6155
6156 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
6157 Alternative (empty) definitions.
6158
6159 1995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6160
6161 * emacsclient.c (main): Add argv[0] to an error message.
6162
6163 1995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
6164
6165 * emacsclient.c (main): Improve error handling.
6166 * cvtmail.c (main, skip_to_lf): Improve error handling.
6167 (sysfail): New function.
6168
6169 * b2m.c (main): Check for trailing ", " before trying to delete it.
6170
6171 1995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6172
6173 * Makefile.in.in (all): Build test-distrib and make-docfile.
6174
6175 * make-docfile.c (scan_c_file): At end, restore file name last char
6176 to its original value.
6177
6178 1995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6179
6180 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
6181
6182 1995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6183
6184 * Makefile.in.in (BASE_CFLAGS): Rename from ALLOCA_CFLAGS.
6185 (alloca.o, regex.o): Use BASE_CFLAGS.
6186
6187 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6188
6189 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
6190
6191 1995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
6192
6193 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
6194 (SOURCES, distclean): Remove obsolete references to aixcc.
6195
6196 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6197
6198 * aixcc.lex: File deleted--surely obsolete now.
6199
6200 1995-03-23 Paul Eggert <eggert@twinsun.com>
6201
6202 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
6203 portability to mawk and nawk.
6204
6205 1995-03-21 Paul Eggert <eggert@twinsun.com>
6206
6207 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
6208 -u "login<tab>fullname<tab>mailaddr".
6209
6210 1995-03-21 Paul Eggert <eggert@twinsun.com>
6211
6212 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
6213 replaces the (now obsolescent) -n login fullname mailaddr option.
6214 Add -R option for recursive rlog.
6215 (AWK): New environment variable (default `awk') for awk program name.
6216 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
6217 Quote authors and fullnames correctly.
6218 Don't omit path from repository root when logging CVS files.
6219
6220 1995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6221
6222 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
6223 even if HAVE_SYSVIPC.
6224 * emacsclient.c (main): Use getcwd if not BSD.
6225
6226 1995-03-13 Francesco Potortì (pot@cnuce.cnr.it)
6227
6228 * etags.c (process_file): Free (filename) after using it.
6229 (readline_internal): Do not access the char before start of line.
6230
6231 1995-02-22 Francesco Potortì (pot@cnuce.cnr.it)
6232
6233 * etags.c (C_entries): token_saved removed. Initialize tok.valid and
6234 savetok.valid. Mark token as valid when it is initialized.
6235 (make_tag): Make token only if token is valid and reset validity.
6236 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
6237 (TOKEN): Add a new member: valid.
6238
6239 1995-02-15 Francesco Potortì (pot@cnuce.cnr.it)
6240
6241 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
6242 (main): Do not read twice the last filename in the stdin file list.
6243
6244 1995-02-14 Francesco Potortì (pot@cnuce.cnr.it)
6245
6246 * etags.c (C_entries): Initialize the new members of TOKEN.
6247 (C_entries): Do not allocate a new space for each token found by
6248 consider_token. Let make_tag do that instead.
6249 (make_tag): Since now TOKEN has memory of where it is taken from,
6250 this new macro substitutes both make_tag_from_new_lb and
6251 make_tag_from_oth_lb. All callers changed.
6252 (TOKEN): Add linepos and buffer members.
6253 (main): Initialize token_str.
6254 (lang_extensions): Recognize .c++ and .h++ as C++ file suffixes.
6255 (token_str): New global variable used by C_entries.
6256
6257 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6258
6259 * Makefile.in.in (maintainer-clean): Rename from realclean.
6260
6261 1995-02-01 Francesco Potortì (pot@cnuce.cnr.it)
6262
6263 * etags.c (pfnote): Initialize been_warned in the node.
6264 (C_entries): Remove a speed hack for the sake of clarity.
6265
6266 1995-01-18 Francesco Potortì (pot@cnuce.cnr.it)
6267
6268 * etags.c (longopts, print_help, main): Use -I as abbreviation
6269 for the --ignore-indentation option.
6270 (main): Do not print an error message for unknown options.
6271
6272 1995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
6273
6274 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Delete.
6275 (append_to_tagfile, typedefs, typedefs_and_cplusplus)
6276 (constantypedefs, update, vgrind_style, no_warnings)
6277 (cxref_style, cplusplus, noindentypedefs): Were int, now logical.
6278 (permit_duplicates): Was a var, now a #define.
6279 (filename_lb): Was global, now local to main.
6280 (main): Open the tag file when in cxref mode.
6281 Use a BUFSIZ size buffer for making the shell commands.
6282 Look at the return value from the system routine.
6283 Exit when cannot open the tag file.
6284 (process_file): Open the file and pass the FILE* to find_entries.
6285 (find_entries): Now void, because does not open the file itself.
6286 (pfnote): Recovering from lack of memory does not work. Removed.
6287 Use savenstr and simplify the code.
6288 (free_tree): Only free the name space if node is named.
6289 (structtag): Now a pointer, not a fixed length array of chars.
6290 (consider_token): Don't take a token as argument. Use savenstr
6291 when saving a tag in structtag. Callers changed.
6292 (TOKEN): Structure changed. Now used only in C_entries.
6293 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete.
6294 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
6295 (pfcnt): Delete. Users updated.
6296 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
6297 (TEX_getit, prolog_getit): Use dinamic allocation for storing
6298 the tag instead of a fixed size buffer.
6299
6300 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6301
6302 * movemail.c (main): Skip past the colon in inname.
6303
6304 1995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
6305
6306 * etags.c (pfatal): New function.
6307 (main, etags_getcwd): Use pfatal.
6308 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
6309
6310 1995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
6311
6312 * etags.c (Lang_function): Use void instead to declare the
6313 language functions, because many compilers are buggy.
6314 (etags_getcwd): Fix the previous fix on the #else branch.
6315 (readline_internal): Discard possible \r before \n here.
6316 (C_entries): Do not deal with \r here: undo previous fix.
6317
6318 1995-01-09 Francesco Potortì (pot@fly)
6319
6320 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
6321 functions and a macro that allow the program to work on input
6322 lines of whatever length. Copied from etags.c.
6323 (fatal): Print a fatal error message and exit.
6324 (main): Use the new functions. Fixed a bug that made a \037 char
6325 appear at the end of the output.
6326
6327 1995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6328
6329 * etags.c (C_entries): Ignore carriage return at end of line.
6330
6331 1994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6332
6333 * fakemail.c (xmalloc, xrealloc): Add casts.
6334 (add_field): Handle <...> and "..." syntax.
6335 (setup_files, get_keyword): Clean up parens and line breaks.
6336 (args_size): Likewise.
6337
6338 1994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6339
6340 * yow.c: Include program name in error messages.
6341
6342 1994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6343
6344 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
6345 (xmalloc, fatal, error): New functions.
6346 (progname): New variable.
6347 (main): Set progname.
6348
6349 1994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6350
6351 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
6352 (main): If socket/mqueue name is in home dir, add in the host name.
6353 Rename .emacs_server to .emacs-server....
6354
6355 1994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6356
6357 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
6358
6359 1994-11-22 Francesco Potortì (pot@cnuce.cnr.it)
6360
6361 * etags.c (print_help): Print --regex usage for ctags also.
6362 (main): Use -h in addition to -H as abbreviation for --help.
6363
6364 1994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
6365
6366 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
6367 is compiled if this is defined. The new functions and variables
6368 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
6369 [VMS]: All VMS specific code previously contained in
6370 etags-vmslib.c is now included here, modified for dealing with
6371 language and regex options intermixed with filenames.
6372 (header_file): Global variable deleted.
6373 (Lang_Function): New typedef. All language parser functions
6374 changed to this new type.
6375 (string_numeric_p, substr, prestr): Functions deleted.
6376 (readline_internal): Does the job that readline did previously.
6377 (longopts): --language and --regex options added.
6378 (lang_names, lang_extensions, lang_func, print_language_names):
6379 New structures, variables and functions for choosing languages.
6380 (print_help): Help strings updated. Calls print_language_names.
6381 (argument_type, ARGUMENT): Typedefs for dealing with language and
6382 regex options intermixed with filenames.
6383 (main): Change the way of dealing with arguments on the command
6384 line to deal with language and regex options intermixed with
6385 filenames.
6386 (get_language, default_C_entries, Cplusplus_entries,
6387 Cstar_entries, Yacc_entries, just_read_file): New functions.
6388 (find_entries): Use the new method for choosing the language.
6389 (Pascal_functions): Allow intermixing of comment styles.
6390 (prolog_getit, skip_comment): Rewritten for speed.
6391 (readline): Rewritten to deal with regexps.
6392
6393 1994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
6394
6395 * etags.c (<errno.h>): #include added.
6396 (etags_getcwd): Check return value from getcwd.
6397
6398 1994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6399
6400 * profile.c (TV1, TV2): Use EMACS_TIME as type.
6401 (get_time): Use EMACS_SUB_TIME.
6402
6403 1994-10-30 Geoff Voelker <voelker@cs.washington.edu>
6404
6405 * ntlib.c: New file.
6406 * makefile.nt: New file.
6407
6408 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
6409 [WINDOWSNT]: Include the NT headers.
6410 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
6411
6412 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
6413 [WINDOWSNT]: Include some NT headers.
6414
6415 1994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
6416
6417 * pop.c (getline): When a search of already-read input for CRLF
6418 fails, store the fact that we've searched it and don't search it
6419 again after reading more data.
6420
6421 * pop.c (getline): When determining whether or not it's necessary
6422 to grow the input buffer, take into account the null that's stored
6423 at the end of already-read input in the buffer.
6424
6425 1994-10-21 Francesco Potortì (pot@cnuce.cnr.it)
6426
6427 * etags.c (prestr, substr): Return a logical type.
6428 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
6429 (consider_token): Set funcdef to fignore when a DEFUN is met.
6430 (C_entries): Now we can use Tom Hageman patch for extern "C".
6431
6432 1994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6433
6434 * movemail.c: PopServer renamed to popserver throughout.
6435
6436 1994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6437
6438 * etags.c: Don't declare malloc, since we include config.h.
6439 * fakemail.c: Likewise.
6440
6441 1994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6442
6443 * movemail.c: Don't declare malloc.
6444
6445 1994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6446
6447 * rcs-checkin: Use test -r instead of < to check readability, to
6448 avoid syntax error.
6449
6450 1994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
6451
6452 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
6453 defined, and if HAVE_CONFIG_H isn't defined, define
6454 MAIL_USE_POP always (so that this file can be included in
6455 other programs besides emacs).
6456
6457 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
6458 HAVE_CONFIG_H isn't defined.
6459
6460 * pop.c (find_crlf, getline): Instead of using strstr, use a
6461 custom function for finding CRLF.
6462 (my_strstr): Function deleted.
6463
6464 1994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
6465
6466 * pop.c (getline): Fix a segfault because of passing a
6467 non-null-terminated string into strstr(). Fix from
6468 djm@va.pubnix.com (David J. MacKenzie).
6469
6470 * pop.c: Don't include <string.h> and <strings.h>.
6471
6472 * pop.c: Include <des.h> before <krb.h>, rather than after.
6473 They should be interchangeable, and indeed the inclusion is done in
6474 both orders in various files in the Kerberos 4 library sources,
6475 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
6476 requires that <des.h> be included first, and I don't see any harm
6477 in changing the order.
6478
6479 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
6480 STDC_HEADERS, if they're defined. Undef open, read, write and
6481 close after including it.
6482
6483 1994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6484
6485 * pop.c: Fix mismatch in conditionals.
6486
6487 * make-docfile.c (main): Don't process one input file twice.
6488 Never use exit code > 1.
6489
6490 * pop.c (open, close, read, write): Add #undefs.
6491
6492 * pop.c: Don't declare malloc, realloc, free.
6493 Include ../src/config.h.
6494 Don't include string.h or strings.h.
6495 Include des.h before krb.h.
6496 Do declare my_strstr.
6497 (getline): Really use my_strstr.
6498 Leave one empty place in server->buffer,
6499 and put a null at the end of the data in it.
6500
6501 1994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6502
6503 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well.
6504 Don't call kill with pid 0. Handle EINTR when receiving messages.
6505
6506 1994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
6507
6508 * Makefile.in.in (regex.o): Use full path to find regex.c.
6509
6510 1994-10-17 Francesco Potortì (pot@fly.cnuce.cnr.it)
6511
6512 * Makefile.in.in (etags): Add dependency on regex.o, link with it.
6513 (REGEXPOBJ, REGEXPDEPS, regex.o): Target and macros added.
6514
6515 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
6516
6517 * Makefile.in.in (DONT_INSTALL): Remove make-path.
6518 (${archlibdir}): Use mkinstalldirs instead.
6519
6520 * movemail.c: Make functions that return nothing void, not
6521 implicitly int.
6522 (main): Improve usage message.
6523 (error): Write to stderr, not stdout.
6524
6525 * b2m.c, cvtmail.c, digest-doc.c, emacsclient.c, emacsserver.c:
6526 * etags.c, fakemail.c, hexl.c, make-docfile.c, profile.c, sorted-doc.c:
6527 * test-distrib.c, timer.c, wakeup.c, yow.c: Eliminate some -Wall
6528 warnings from unused variables and implicitly declared functions.
6529
6530 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6531
6532 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
6533 (distclean): Not here.
6534
6535 * Makefile.in.in (libexecdir): Rename from libdir.
6536
6537 1994-10-11 Francesco Potortì (pot@cnuce.cnr.it)
6538
6539 * etags.c (C_entries): Name the #define's that are macros.
6540
6541 1994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6542
6543 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
6544 fd_set arg is a pointer, descriptor arg comes first.
6545
6546 1994-09-29 Francesco Potortì (pot@cnuce.cnr.it)
6547
6548 * etags.c (C_entries): Recognize typedef of ANSI style functions.
6549 (C_entries): Recognize #define inside a struct.
6550 (C_entries): ANSI tells that preprocessor commands do not have to
6551 start on the first column.
6552 (print_help): Documentation corrected for -d and -D.
6553 (white, endtk): ANSI tells the vertical tab is a separator.
6554
6555 1994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6556
6557 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
6558 (pop.o, movemail.o): New targets.
6559 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
6560
6561 * pop.c, pop.h: New files.
6562
6563 * movemail.c: Improve POP code, move most of it into a separate file.
6564 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
6565 (mbx_write): Check for errors and for From line.
6566 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
6567 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
6568 (pop_init): Functions deleted.
6569
6570 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6571
6572 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
6573 Rename path to dirname.
6574
6575 1994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6576
6577 * Makefile.in.in (UTILITIES):
6578 Remove test-distrib, make-docfile, make-path.
6579 (DONT_INSTALL): New variable--list those files here.
6580 (clean): Delete the files in DONT_INSTALL.
6581
6582 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6583
6584 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
6585 (main): Use fgets, not gets.
6586
6587 1994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6588
6589 * timer.c: Don't declare malloc.
6590
6591 1994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6592
6593 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
6594 defined, use simple 32-bit versions of these macros.
6595 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
6596
6597 1994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6598
6599 * etags.c (etags_getcwd): Use getcwd if available.
6600
6601 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6602
6603 * Version 19.27 released.
6604
6605 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6606
6607 * Version 19.26 released.
6608
6609 1994-08-15 Paul Eggert <eggert@twinsun.com>
6610
6611 * rcs2log: Add support for CVS.
6612 Work with `rlog's that output ISO 8601 dates.
6613
6614 1994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
6615
6616 * rcs2log: Use <> to delimit email address.
6617
6618 1994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6619
6620 * emacsserver.c [SYSV_IPC] (main): Make a separate process
6621 so we can listen for multiple requests.
6622
6623 1994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6624
6625 * movemail.c: Include config.h first thing.
6626
6627 1994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6628
6629 * emacsserver.c (main): Add casts to avoid warnings.
6630
6631 1994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6632
6633 * Makefile.in.in (${archlibdir}): Compare the proper dir
6634 before installing the scripts.
6635
6636 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6637
6638 * emacsclient.c (main): New local var progname saves argv[0].
6639
6640 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6641
6642 * emacsclient.c (main): Don't actually modify argv[0].
6643 Modify a copy instead.
6644
6645 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6646
6647 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
6648 (tzp): Var deleted.
6649
6650 * Makefile.in.in: Add #undef alloca.
6651
6652 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6653
6654 * timer.c (xmalloc): New function.
6655
6656 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6657
6658 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
6659 (alloca.o): New target.
6660
6661 1994-07-08 Dave Love (d.love@dl.ac.uk)
6662
6663 * etags.c (takeprec): Recognize `character*(*) function'.
6664
6665 1994-07-08 Francesco Potortì (pot@cnuce.cnr.it)
6666
6667 * etags.c (main): Don't barf on obsolete -t and -T switches.
6668 (main): Print an explicative message when a switch is not known.
6669
6670 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6671
6672 * hexl.c: Don't declare exit or perror.
6673
6674 * emacsserver.c (main): Don't declare geteuid.
6675 Don't declare getenv if convex.
6676
6677 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6678
6679 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
6680
6681 1994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
6682
6683 * etags.c (absolute_filename): Remove infinite loop bug when
6684 accessing files in directories whose name begins with a dot.
6685
6686 1994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
6687
6688 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
6689
6690 1994-06-01 Morten Welinder (terra@diku.dk)
6691
6692 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
6693 location of data directory.
6694
6695 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6696
6697 * Version 19.25 released.
6698
6699 1994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6700
6701 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
6702
6703 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6704
6705 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
6706
6707 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6708
6709 * Version 19.24 released.
6710
6711 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6712
6713 * make-docfile.c (write_c_args): Put `default' in upper case.
6714
6715 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6716
6717 * etags.c (etags_getcwd): Cast result of popen.
6718 (popen): Declaration deleted.
6719
6720 1994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
6721
6722 * etags.c [!MSDOS]: Declare popen.
6723
6724 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6725
6726 * b2m.c (main): Avoid crash if argc is 1.
6727
6728 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6729
6730 * Version 19.23 released.
6731
6732 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
6733
6734 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6735
6736 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
6737
6738 1994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6739
6740 * Makefile.in.in: Fix out of date comment.
6741
6742 1994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6743
6744 * Makefile.in.in: Put in a separator for where to start cpp procssing.
6745 Move all autoconf substitutions above that point.
6746 Above that point, use Make-style comments.
6747 This goes with changes in ../configure.in.
6748
6749 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6750
6751 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
6752 warning message.
6753 (${archlibdir}): Don't do it here. Don't depend on blessmail.
6754
6755 1994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
6756
6757 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
6758
6759 1994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6760
6761 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
6762 print advice to run it, if it has anything significant to do.
6763 And only if MOVEMAIL_NEEDS_BLESSING.
6764 (blessmail): Use emacs, not temacs.
6765 (configuration): Rename from configname.
6766
6767 1994-04-30 Morten Welinder (terra@diku.dk)
6768
6769 * etags.c (find_entries): Treat `*.cpp' as C++ files.
6770
6771 1994-04-30 Morten Welinder (terra@diku.dk)
6772
6773 * etags.c [MSDOS]: #include <sys/param.h> for the following.
6774 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
6775 a shell.
6776
6777 1994-04-29 Morten Welinder (terra@diku.dk)
6778
6779 * hexl.c [MSDOS]: Don't define proto type for exit.
6780
6781 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6782
6783 * b2m.c: Don't include string.h or strings.h.
6784
6785 1994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
6786
6787 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
6788 symbols, not make variables.
6789
6790 1994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6791
6792 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
6793 * etags.c (print_version): Print VERSION as a string.
6794
6795 1994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6796
6797 * fakemail.c (readline): Fix updating of p when buffer grows.
6798
6799 1994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
6800
6801 * Makefile.in.in (blessmail): New target.
6802 ${archlibdir}: Use blessmail when installing movemail.
6803
6804 1994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6805
6806 * fakemail.c (readline): When extending the buffer,
6807 calculate end afresh using the new size.
6808
6809 1994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
6810
6811 * etags.c (main, print_help): Eliminate the -F option.
6812
6813 1994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
6814
6815 * etags.c (absolute_filename): Compare against '\0' instead of NULL.
6816
6817 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6818
6819 * Makefile.in.in: Renamed from Makefile.in.
6820 Makefile.in is now generated from it, and then preprocessed.
6821 Change comments to C syntax.
6822 Include config.h.
6823 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
6824 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
6825
6826 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6827
6828 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
6829
6830 1994-04-12 Francesco Potortì (pot@fly.cnuce.cnr.it)
6831
6832 * etags.c (etags_getcwd): Initialize bufsize.
6833
6834 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6835
6836 * profile.c (gettimeofday): If system doesn't have this, define it
6837 to give a fatal error.
6838
6839 1994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
6840
6841 * movemail.c (main): Use setuid, not seteuid.
6842
6843 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6844
6845 * etags.c: #undef static.
6846
6847 1994-04-08 Francesco Potortì (pot@fly.cnuce.cnr.it)
6848
6849 * etags.c (outf, outfiledir): Rename to tagf, tagfiledir.
6850 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs)
6851 (Scheme_funcs, prolog_funcs): Rename to Fortran_functions,
6852 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
6853 TeX_functions, Prolog_functions.
6854 (inf): No more a global variable.
6855 (C_entries): Take 2nd parameter `inf' instead of using the global one.
6856 (find_entries): Add the cp1 var for optimization.
6857 (find_entries): Add more suffixes for assembler files.
6858 (Asm_funcs): Now finds labels even without an ending colon.
6859
6860 1994-03-30 Francesco Potortì (pot@fly.cnuce.cnr.it)
6861
6862 * etags.c (main): Use etags_getcwd for compatibility.
6863 (etags_getcwd): New function.
6864
6865 1994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6866
6867 * Makefile.in (etags, ctags): Pass -D for VERSION.
6868
6869 1994-03-25 Francesco Potortì (pot@cnuce.cnr.it)
6870
6871 * etags.c (emacs_tags_format, ETAGS): Remove. Use CTAGS instead.
6872 (main): Don't allow the use of -t and -T in etags mode.
6873 (print_help): Don't show options enabled by default.
6874 (print_version): Show the emacs version number if VERSION is #defined.
6875 (find_entries): Add "ss" as suffix for Chez Scheme.
6876
6877 1994-03-23 Francesco Potortì (pot@cnuce.cnr.it)
6878
6879 * etags.c (cwd, outfiledir): Vars added.
6880 (relative_filename, absolute_filename, absolute_dirname):
6881 functions added to compute filenames in tags files.
6882 (process_file): Filenames in tags file are relative to the
6883 directory where the tags file is (useful with the -o option).
6884 (main): Initialize the outfiledir var.
6885 (TYPEDST): Add the `tignore' value.
6886 (C_entries): Corrected various small bugs.
6887
6888 1994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6889
6890 * Makefile.in (UTILITIES): `env' deleted.
6891 (env): Target deleted.
6892 * env.c: File deleted.
6893
6894 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6895
6896 * Makefile.in (install, ${archlibdir}): Switch back to ..
6897 before running INSTALL_PROGRAM.
6898
6899 1994-03-14 Francesco Potortì (pot@cnuce.cnr.it)
6900
6901 * etags.c (TYPEDST): Add the `tignore' value.
6902 (C_entries): Corrected various bugs, now correctly parses the
6903 `extern "C" {' construction (patch by Tom R.Hageman).
6904
6905 1994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6906
6907 * b2m.c: Use <...> to include config.h.
6908 Don't include stdlib.h.
6909
6910 1994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
6911
6912 * b2m.c (main): Change delimiter from "^L" to "^_^L".
6913 Allow for text following "BABYL OPTIONS:".
6914 Add --help option. Use argv[0] in error messages.
6915
6916 1994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6917
6918 * emacsclient.c (main) [HAVE_SYSVIPC]:
6919 Make msgp->mtext longer if necessary.
6920 On HPUX, error if it's more than 512 chars.
6921
6922 1994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6923
6924 * etags-vmslib.c: Use GPL.
6925 * emacstool.c: Use GPL.
6926 * fakemail.c: Update GPL.
6927
6928 * make-path.c (main): Return 1 on error, not -1.
6929 Update GPL.
6930
6931 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
6932 (xmalloc, xrealloc): Return char *, not int.
6933 (error): Write to stderr, not stdout.
6934 Update GPL.
6935
6936 1994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
6937
6938 * profile.c (main, get_time): Don't crash on invalid input.
6939
6940 1994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
6941
6942 * profile.c (get_time): Simplify; avoid calling index.
6943 (main): Exit on EOF.
6944
6945 1994-02-17 Francesco Potortì (pot@cnuce.cnr.it)
6946
6947 * etags.c (--absolute-pathnames): Option removed.
6948
6949 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6950
6951 * fakemail.c (put_line): Don't break the line if it all fits.
6952
6953 1994-02-14 Francesco Potortì (pot@fly)
6954
6955 * etags.c (absolute_pathnames, cwd): Add global vars.
6956 (longopts, print_help, main, process_file): Put absolute filenames
6957 in the tag file if the -A --absolute-pathnames option is used.
6958 (print_help): Alphabetically order the options.
6959 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar.
6960
6961 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6962
6963 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
6964 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
6965
6966 1994-02-07 Christian Lynbech (lynbech@avignon)
6967
6968 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
6969
6970 1994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6971
6972 * Makefile.in (UTILITIES): Mention profile.
6973 (profile): New target.
6974
6975 * profile.c: New file.
6976
6977 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6978
6979 * make-docfile.c: Make the argument list output look more like the
6980 Lisp docstrings do.
6981 (write_c_args): Take new arg FUNC. Make output
6982 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
6983 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
6984
6985 1994-01-14 Francesco Potortì (pot@cnuce.cnr.it)
6986
6987 * etags.c (stab_entry, stab_create, stab_find, stab_search,
6988 stab_type, add_keyword, C_reate_stab, C_create_stabs): Delete.
6989 Use gperf generated hash table instead of linked list.
6990 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Add.
6991 Mostly code generated by gperf.
6992 (consider_token): Remove unused parameter `lp'.
6993 (PF_funcs, getit): Allow subroutine and similar declarations
6994 to span multiple lines.
6995 (C_entries): Check for newline if inchar to avoid bus errors.
6996 (process_file, find_entries): Distinguish among nonexistent
6997 and not regular file.
6998
6999 1994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7000
7001 * timer.c: Include errno.h; don't include fasync.h.
7002 (schedule): Don't return a value.
7003 (sigcatch): Reestablish the handler first.
7004 (getevent): Always call notify at the end.
7005 (notify): Defer alarms around the whole body of function.
7006
7007 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7008
7009 * timer.c (main): Don't request SIGIO, and don't handle it.
7010 Loop calling getevent.
7011 (sigcatch): Delete code to handle SIGIO.
7012 if defer_alarms is set, don't call notify, just set alarm_deferred.
7013 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
7014 Set defer_alarms around realloc and schedule.
7015 If alarm_deferred gets set, call notify.
7016 Likewise if this event is the only pending event.
7017 Make buf and buf_size global variables.
7018 Don't malloc buf if it is already non-zero.
7019 (schedule): Just exit if run out of memory.
7020 Return the number of events.
7021 (signal) [_CX_UX]: Add #undef.
7022
7023 1994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7024
7025 * timer.c [USG] (SIGIO): Define as SIGPOLL.
7026 (main) [USG]: Do ioctl to enable SIGPOLL.
7027
7028 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7029
7030 * timer.c: Don't declare sys_errlist; declare strerror instead.
7031 (schedule, main): Call strerror instead of using sys_errlist.
7032 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
7033 Call strerror instead of using sys_errlist.
7034 * env.c (main): Call strerror instead of using sys_errlist.
7035 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
7036 (main): Call strerror instead of using sys_errlist.
7037 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
7038 * env.c [! HAVE_STRERROR] (strerror): Likewise.
7039 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
7040 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
7041
7042 1994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7043
7044 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
7045
7046 * movemail.c (malloc): Don't declare it.
7047 (xmalloc): Cast result of malloc.
7048 (strcpy): Don't declare it.
7049
7050 1993-11-14 Morten Welinder (terra@diku.dk)
7051
7052 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
7053 (main): Use fclose to close file opened by fopen.
7054
7055 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
7056
7057 * movemail.c [MSDOS]: #undef `access'.
7058
7059 * b2m.c (main) [MSDOS]: Open all files as binary.
7060 * etags.c (main) [MSDOS]: Open all files as binary.
7061
7062 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
7063 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
7064 with.
7065
7066 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7067
7068 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
7069 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
7070 (LINK_CFLAGS): New variable.
7071 (timer): Use LINK_CFLAGS.
7072
7073 1993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7074
7075 * movemail.c: Include syswait.h.
7076 Fork a subprocess and use it to copy the mail file.
7077
7078 1993-12-07 Richard Stallman (rms@srarc2)
7079
7080 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
7081
7082 1993-12-04 Richard Stallman (rms@srarc2)
7083
7084 * movemail.c (main): When making tempname, cast result of xmalloc.
7085 Include room for EXXXXXX in the size.
7086 Don't use result of strcpy.
7087
7088 1993-12-03 Paul Eggert (eggert@twinsun.com)
7089
7090 * vcdiff: Add --brief option.
7091
7092 1993-12-02 Richard Stallman (rms@srarc2)
7093
7094 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
7095 for all executables and scripts.
7096
7097 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7098
7099 * Version 19.22 released.
7100
7101 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7102
7103 * Makefile.in (mostlyclean): Make it distinct from clean.
7104
7105 1993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7106
7107 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
7108
7109 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7110
7111 * Version 19.21 released.
7112
7113 * Makefile.in (install): Don't change mode or group when installing.
7114
7115 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
7116
7117 1993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7118
7119 * make-docfile.c (read_c_string): For "", concatenate the two strings.
7120
7121 * movemail.c (main): Fix error message text.
7122
7123 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7124
7125 * Version 19.20 released.
7126
7127 1993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
7128
7129 * etags.c (C_entries): Keep track of ()-parenthesis level so that
7130 functions returning a pointer to a function, a la `signal', can be
7131 parsed. This also required new state `fstartlist' to `FUNCST'.
7132 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
7133 (C_entries, CNL): Use it to isolate preprocessor directive processing
7134 from the other state engines.
7135 (begtk): Add '~', for C++ class destructors.
7136
7137 1993-11-02 Francesco Potortì (pot@cnuce.cnr.it)
7138
7139 * etags.c (consider_token): Remove unused variable firsttok.
7140 (prolog_getit): Call pfnote with the right number of arguments.
7141
7142 1993-10-19 Paul Eggert (eggert@twinsun.com)
7143
7144 * rcs2log (printlogline): Don't generate lines containing only
7145 white space.
7146
7147 1993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7148
7149 * Makefile.in (${archlibdir}):
7150 Install ${SCRIPTS} from ${srcdir}, not cwd.
7151
7152 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7153
7154 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
7155 the comment character.
7156
7157 1993-10-01 Francesco Potortì (pot@cnuce.cnr.it)
7158
7159 * etags.c (process_file): Dead code removed.
7160 (S_ISREG): #define it using S_IFREG if not defined.
7161 (process_file): Regular files have nothing to do with symlinks.
7162
7163 1993-09-28 Brian J. Fox (bfox@ai.mit.edu)
7164
7165 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
7166 from current directory. Only chmod and chgrp files that we
7167 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
7168 ${bindir}.
7169 (INSTALLFLAGS): Delete definition, since it is an unused variable
7170 now.
7171
7172 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
7173
7174 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA):
7175 Let configure figure out the correct values for these variables.
7176
7177 1993-09-14 Brian J. Fox (bfox@ai.mit.edu)
7178
7179 * Makefile.in (archlibdir): Only install executables internally
7180 used by emacs; don't install bindir binaries here.
7181
7182 1993-09-24 Paul Eggert (eggert@twinsun.com)
7183
7184 * rcs2log: Add -h, -n, -r options.
7185 By default, look for *,v files as well as RCS/*,v files.
7186 Use $TMPDIR (default /tmp) instead of /tmp.
7187
7188 1993-09-20 Francesco Potortì (pot@fly)
7189
7190 * etags.c (C_entries): is_func is initialized here instead of in
7191 consider_token for the sake of the yacc rules section.
7192 (C_entries): Now class, struct, enum, union and typedef produce
7193 named tags.
7194
7195 1993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
7196
7197 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
7198
7199 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7200
7201 * Makefile.in: Support configuring in a different directory when
7202 ${srcdir} has already been configured.
7203 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
7204 -I${srcdir}/../src.
7205 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
7206 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
7207 is already in CPP_FLAGS.
7208 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
7209 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
7210
7211 1993-08-25 Paul Eggert (eggert@twinsun.com)
7212
7213 * rcs2log: Change /{/ to /\{/ for POSIX ERE compatibility;
7214 otherwise, HP awk complains.
7215
7216 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
7217 are common hangouts for SCCS commands.
7218
7219 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7220
7221 * Version 19.19 released.
7222
7223 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7224
7225 * Makefile.in (make-path): Dep on config.h.
7226
7227 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7228
7229 * b2m.c (TRUE, FALSE): Don't define if already defined.
7230
7231 1993-08-09 Paul Eggert (eggert@twinsun.com)
7232
7233 * rcs2log (awkscript):
7234 Some sites put comma-separated junk after the fullname.
7235 Remove it, but leave "Bill Gates, Jr" alone.
7236 Remove the junk from fullnames like "0000-Admin(0000)".
7237
7238 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7239
7240 * Version 19.18 released.
7241
7242 1993-08-04 Francesco Potortì (pot@spiff.gnu.ai.mit.edu)
7243
7244 * etags.c (L_isdef, L_isquote, L_getit): Small optimizations.
7245 (L_funcs): The (foo::defmumble stuff now should work.
7246 (consider_token): Function returned random value--corrected.
7247 (C_entries): Corrected == versus = typo.
7248
7249 1993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7250
7251 * etags.c (put_entries): For NODE->rewritten, put pattern before
7252 \177 and name after, not vice versa.
7253
7254 1993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7255
7256 * timer.c (main): Generate a SIGIO as soon as we've initialized.
7257
7258 1993-07-30 Francesco Potortì (pot@cnuce.cnr.it)
7259
7260 * etags.c (FINCST): Add the fignore status. Means we are
7261 after the parameter list and before the open curly brace.
7262 Allows correct parsing of C++ constructors.
7263 (C_entries, consider_token): Make use of fignore.
7264 (consider_token): Reset funcdef when next_token_is_func: when in
7265 ctags mode makes DEFVAR and others work better.
7266 (L_isquote): Function that recognizes the "(quote" string.
7267 (L_getit): Ignore quoting via "'" or "(quote". Useful for defalias.
7268
7269 1993-07-29 Paul Eggert (eggert@twinsun.com)
7270
7271 * rcs-checkin: Don't check whether a file is readable until we have
7272 decided not to ignore it.
7273
7274 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7275
7276 * Makefile.in (etags): Depend on ../src/config.h.
7277
7278 * emacsserver.c: Include types.h before file.h.
7279
7280 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7281
7282 * Makefile.in (install): Use .n, not .new, for temporary filenames.
7283
7284 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7285
7286 * Version 19.17 released.
7287
7288 1993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7289
7290 * etags.c (print_help): Break up the very long strings containing
7291 the help message into shorter strings, to placate chintzy C
7292 compilers which can't handle strings that long.
7293
7294 * wakeup.c: Use CPP tangle from autoconf manual to #include the
7295 correct combination of <time.h> and <sys/time.h>.
7296
7297 1993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
7298
7299 * etags.c (alloca): Remove all references to it.
7300 (main): Now calls xnew instead of alloca for portability.
7301 (../src/config.h): Included only if HAVE_CONFIG_H.
7302 (const): Void definition removed--config.h takes care of it.
7303
7304 1993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
7305
7306 * etags.c (consider_token): Was `==', now is `='.
7307 (consider_token): DEFUNs now treated like funcs in ctags mode.
7308
7309 * etags.c (LEVEL_OK_FOR_FUNCDEF): Remove.
7310 (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF.
7311 (C_entries): Remove a piece of useless code.
7312 (C_entries): Making typedef tags is delayed until a semicolon
7313 is met. This handles "typedef int X, Y, Z;" correctly.
7314
7315 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7316
7317 * Version 19.16 released.
7318
7319 * b2m.c: #include <sys/types.h>.
7320 (ltoday): Declare this to be time_t.
7321
7322 1993-06-30 Paul Eggert (eggert@twinsun.com)
7323
7324 * vcdiff: Add -q option.
7325
7326 1993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7327
7328 * etags.c: #include "config.h" and the alloca CPP tangle before
7329 #including the system headers and getopt.h. AIX requires the
7330 #pragma to come before any actual C code.
7331
7332 1993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7333
7334 * Makefile.in (ctags): Depend on etags, so that parallel makes
7335 don't write etags.o files on top of each other.
7336
7337 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7338
7339 * version 19.15 released.
7340
7341 1993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7342
7343 * etags.c (add_node): Move var last_node to file scope.
7344
7345 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7346
7347 * Version 19.14 released.
7348
7349 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7350
7351 Bring mumbleclean targets into conformance with GNU coding standards.
7352 * Makefile.in (distclean): Call clean to do most of the work.
7353 Delete aixcc.c and TAGS.
7354 (realclean): Just call distclean.
7355
7356 * Makefile.in: Remember, spaces are not tabs.
7357
7358 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7359
7360 * Makefile.in (CPP_CFLAGS): New variable.
7361 Use it instead of ALL_CFLAGS when compiling a .c file.
7362 (getopt.o, getopt1.o): Add explicit compilation commands.
7363
7364 1993-06-10 Mark D. Baushke (mdb@cisco.com)
7365
7366 * etags.c: Reinstate old -f option as an alias for -o for
7367 installed base uses.
7368
7369 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7370
7371 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
7372 to bind or accept, cast the pointer, to avoid warnings on systems
7373 which declare prototypes for this.
7374 * emacsclient.c (main): Same.
7375
7376 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
7377
7378 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7379
7380 * Version 19.13 released.
7381
7382 * wakeup.c: Include sys/types.h, too; I think that's where time_t
7383 comes from, not sys/time.h.
7384
7385 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7386
7387 * wakeup.c: Include sys/time.h.
7388
7389 * etags.c: #undef static.
7390
7391 * Version 19.12 released.
7392
7393 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
7394
7395 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7396
7397 * Version 19.11 released.
7398
7399 * timer.c [LINUX]: #undef signal.
7400 * emacsserver.c: #undef signal.
7401
7402 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7403
7404 * wakeup.c (main): Make when a time_t.
7405
7406 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7407
7408 * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of
7409 `(cd foo ; pwd)' to get the canonical name of a directory; cd
7410 might fail, and have pwd print out the current directory.
7411
7412 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
7413 string-handling functions.
7414
7415 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7416
7417 * Version 19.10 released.
7418
7419 1993-05-29 Paul Eggert (eggert@twinsun.com)
7420
7421 * rcs2log: When given no file arguments, inspect RCS/.* as well
7422 as RCS/*. Don't report an error if RCS is empty or nonexistent.
7423
7424 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7425
7426 * Makefile.in (timer): Link with $(LOADLIBES).
7427
7428 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7429
7430 * fakemail.c (put_line): Don't output \n\t unless more text follows.
7431
7432 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7433
7434 * etags.c: Replace the CPP tangle for alloca with the one from the
7435 autoconf documentation, since that's working elsewhere.
7436
7437 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7438
7439 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
7440 description files can find their ancestors.
7441
7442 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7443
7444 * Makefile.in (install): Get the scripts from ${srcdir},
7445 unlike the executables.
7446 (ALL_CFLAGS): Add -I../src.
7447
7448 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7449
7450 * Version 19.9 released.
7451
7452 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7453
7454 * Makefile.in (install): Do install the programs listed in
7455 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
7456 INSTALLABLE_SCRIPTS, instead of writing the programs out.
7457
7458 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
7459 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
7460
7461 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7462
7463 * etags.c: Include ../src/config.h.
7464
7465 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
7466 in first loop. Delete files from bindir before installing new ones.
7467 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
7468
7469 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7470
7471 * Version 19.8 released.
7472
7473 * make-docfile.c: Doc fix.
7474
7475 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7476
7477 * tcp.c: Fix comment syntax at top of file.
7478 (main): Don't call htons with the port number.
7479
7480 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7481
7482 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
7483 appropriate.
7484
7485 * Makefile.in (install): Refer to the variables INSTALLABLES and
7486 INSTALLABLE_SCRIPTS, instead of writing them out.
7487
7488 1993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7489
7490 * make-path.c (main): Return 0.
7491
7492 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7493
7494 * Version 19.7 released.
7495
7496 1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7497
7498 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
7499
7500 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7501
7502 * tcp.c: New file.
7503
7504 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7505
7506 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
7507
7508 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7509
7510 * timer.c (notify): Don't call sighold or sigrelse; they're USG
7511 only. We should really fix this later, but let's just make it
7512 compile for now.
7513
7514 Install patches from David J. Mackenzie to make the srcdir option
7515 work.
7516 * Makefile.in (srcdir, VPATH): Get this value from the top-level
7517 Makefile.
7518 (INSTALLABLES): Split this into two lists - INSTALLABLES and
7519 INSTALLABLE_SCRIPTS.
7520 (INSTALLABLE_SCRIPTS): New list.
7521 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
7522 (${archlibdir}): The scripts to be installed live in the source
7523 tree, not in the object tree.
7524 (test-distrib): Note that the data file lives in the source tree,
7525 not the object tree.
7526 (GETOPTDEPS): Note that getopt.h lives in the source tree.
7527 (all other targets): Change references to source files to use
7528 ${srcdir}, except for config.h, which lives in the object dir.
7529 (timer.o): Note that this depends on ../src/config.h.
7530 * make-docfile.c (main): Add a -d option, to tell it where to find
7531 the source files.
7532 * test-distrib.c (main): Take the name of the distribution file to
7533 test from the command line.
7534
7535 * timer.c: Fix misspellings of get_date function's name.
7536
7537 1993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7538
7539 * etags.c (main):
7540 Don't require that there be input files if -i switches were given.
7541
7542 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7543
7544 The GNU coding standards specify that CFLAGS should be left for
7545 users to set.
7546 * Makefile.in (CFLAGS): Put this in the "things configure might
7547 edit" section, and have it default to -g.
7548 (ALL_CFLAGS): New variable, set to all the flags which should be
7549 passed to compilations. Replace all other uses of CFLAGS with
7550 ALL_CFLAGS.
7551 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
7552
7553 * Makefile.in (DEFS): Remove this; it's always just going to be
7554 "-DHAVE_CONFIG_H -Demacs".
7555
7556 1993-05-03 Paul Eggert (eggert@twinsun.com)
7557
7558 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
7559 /[/]/, so change it to /[\/]/. This should work on all
7560 POSIX-compliant awks. It's slightly wrong with traditional awk,
7561 since it matches \ too, but that's a minor problem compared to awk
7562 syntax errors.
7563
7564 1993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7565
7566 * Makefile.in (ALLOCA): New variable, whose value we should
7567 inherit from the top-level makefile.
7568 (etags, ctags): Include ALLOCA in the list of object files that
7569 these executables depend on and link.
7570
7571 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7572
7573 * Makefile.in (DEFS): Rename from CONFIG_CFLAGS.
7574
7575 1993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
7576
7577 * make-docfile.c (write_c_args): Print an argument named "defalt"
7578 as "default".
7579
7580 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7581
7582 * Makefile.in (C_SWITCH_SYSTEM): New variable.
7583 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
7584 compiler.
7585
7586 1993-03-22 Francesco Potortì (pot@cnuce.cnr.it)
7587
7588 * etags.c (YACC): Flag added to c_ext.
7589 (c_ext): No more a synonim for c_ext&C_PLPL because of YACC.
7590 (find_entries): Consistently use streq when reasonable.
7591 (find_entries): A .y file is a yacc file.
7592 (get_C_stab): c_ext becomes c_ext&C_PLPL.
7593 (C_entries): Logical cplpl means c_ext&C_PLPL.
7594 (C_entries): Logical yacc_rules means we are after the first %%.
7595 (C_entries): Add logic for yacc files.
7596
7597 1993-03-16 Francesco Potortì (pot@cnuce.cnr.it)
7598
7599 * etags.c (C_entries): ':' case moved to the second switch.
7600 (C_entries): Do not examine token if structdef==scolonseen.
7601 (consider_token): structtag set to null string for enum.
7602
7603 1993-03-12 Francesco Potortì (pot@cnuce.cnr.it)
7604
7605 * etags.c (GET_COOKIE): And related macros removed.
7606 (logical): Is now int, no more a char.
7607 (reg): Define deleted.
7608 (isgood, _gd, notgd): Delete.
7609 (gotone): Delete.
7610 (TOKEN): Member linestart removed.
7611 (linepos, prev_linepos, lb1): Delete.
7612 (main): Call initbuffer on lbs array instead of lb1.
7613 (init): Remove the initialization of the logical _gd array.
7614 (find_entries): A .sa suffix means assembler file.
7615 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
7616 All C state machines rewritten.
7617 (C_entries): Complete rewrite.
7618 (condider_token): Complete rewrite.
7619 (getline): Delete.
7620
7621 1993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
7622
7623 * etags.c (C_entries): Add the quotednl logical variable.
7624 Used for parsing of #define's spanning multiple lines.
7625
7626 1993-02-23 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
7627
7628 * etags.c (C_entries): Save the definedef status even when a
7629 newline is met inside a string.
7630
7631 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7632
7633 * Makefile.in (EXECUTABLES): Add rcs-checkin.
7634
7635 * Makefile.in (unlock, relock): New productions.
7636
7637 1993-03-16 Paul Eggert (eggert@twinsun.com)
7638
7639 * rcs2log: Some awks don't understand "\r". Code around this.
7640 Unfortunately this requires putting a carriage return in the
7641 source code. Don't assume that rlog will tolerate times like
7642 `10:10:60'; RCS 5.7 won't allow this.
7643
7644 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7645
7646 * timer.c (main): Set the ownership of the stdin file descriptor
7647 to the current process. Print error messages if either of the
7648 fcntl's fails.
7649
7650 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
7651 ../src/config.h), not void.
7652
7653 1993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7654
7655 * b2m.c (main): Don't exit upon reading a blank line.
7656
7657 1993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
7658
7659 * etags.c (C_entries): New local variable quotednl. Used for
7660 parsing of #define's spanning multiple lines.
7661
7662 * etags.c (C_entries): Save the definedef status
7663 even when a newline is met inside a string.
7664
7665 1993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7666
7667 * timer.c (notify): Initialize waitfor properly.
7668
7669 1993-02-22 Francesco Potortì (pot@CNUCE.CNR.IT)
7670
7671 * etags.c (C_entries): Don't reset definedef when a newline inside a
7672 comment is met.
7673
7674 1993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7675
7676 * etags.c (find_entries): If filename ends in .f or .for,
7677 don't try anything but Fortran.
7678
7679 1993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
7680
7681 * timer.c (notify): Flush stdout after writing message to avoid lossage
7682 on terminals.
7683
7684 (notify): Also, write a newline after the token.
7685
7686 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7687
7688 * Makefile.in (exec_prefix): New variable.
7689 (bindir, libdir): Use it instead of `prefix'.
7690
7691 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
7692
7693 * Makefile.in (libdir): Default to ${prefix}/lib.
7694 (archlibdir): Adjust to match.
7695
7696 * Makefile.in (distclean): Don't delete backup or autosave files.
7697 (extraclean): Like realclean, but does delete backup and autosave
7698 files.
7699
7700 * Makefile.in (realclean): Ignore errors from rm.
7701
7702 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
7703 that doesn't exist anymore.
7704
7705 1992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7706
7707 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
7708 described in the top-level Makefile.
7709 (UTILITIES): Add make-path to the list of utility programs.
7710 (../arch-lib): Replaced by the ${archlibdir} target, which places
7711 the executables in their permanent home.
7712 (install, install.sysv, install.xenix): Consolidated into one
7713 target which should work under all circumstances, modulo a few
7714 ignored error messages.
7715
7716 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
7717 a different number of arguments than other DEFVARs, recognize it
7718 specially, and expect the right number of commas.
7719
7720 1992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7721
7722 * make-path.c: New program, to help with the installation process.
7723 * Makefile.in (make-path): New target.
7724
7725 * make-path.c (touchy_mkdir): Remove debugging output.
7726
7727 1992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7728
7729 * Makefile.in (getdate.o): Add explicit target for this, so we
7730 can indicate that it depends on ../src/config.h.
7731
7732 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7733
7734 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
7735 instead of CFLAGS.
7736 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
7737
7738 1992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7739
7740 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
7741 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
7742 that system.
7743
7744 * Makefile.in (arch-lib): Give rm the `-f' option.
7745
7746 1992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7747
7748 * make-docfile.c (write_c_args): Rewritten to correctly print
7749 &optionals before the first identifier, but after the first paren.
7750 This code used to just wait for commas or spaces; now it notices
7751 identifier boundaries.
7752
7753 1992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7754
7755 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
7756
7757 1992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7758
7759 * make-docfile.c (write_c_args): Print the argument lists properly
7760 when the first argument is optional.
7761
7762 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7763
7764 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
7765 Redefine @item. Set catcode of +.
7766
7767 1992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7768
7769 * emacsclient.c (main): Set IPC_CREAT in msgget call.
7770
7771 1992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7772
7773 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
7774 (TEX_decode_env): Make `tab' one element longer.
7775
7776 1992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7777
7778 * etags.c (PF_funcs): Recognize the "entry" keyword.
7779
7780 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7781
7782 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
7783
7784 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7785
7786 * timer.c (events): Rather than having slots marked as in use or
7787 out of use by the `token' field, keep all pending events at the
7788 beginning of the array. When we delete an event in the middle of
7789 the array, we move the last event into its place.
7790 (num_events): New variable.
7791 (schedule): It is now cheaper to find a free event slot;
7792 events[num_events] is the first free slot.
7793 (notify): Scan events[0 .. num_events-1], instead of the whole
7794 array. When an event fires, move the last event in the array into
7795 its spot. Use num_events to determine whether or not there are
7796 any pending events, not wait_for.
7797 (getevent): Delete unused variable `ep'.
7798 (sigcatch): It's now easier to find all the active events.
7799 (main): Initialize num_events.
7800
7801 * etags.c: Rather than fret about which systems have index and
7802 which systems have strchr, and how to tell the difference between
7803 them, we just write out our own versions. Big deal.
7804 (index, rindex): Extern declarations removed.
7805 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
7806 (etags_index, etags_rindex): New declarations.
7807 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
7808 TEX_getit, substr): Use the etags_*index functions, rather than
7809 the native *index functions.
7810 (rindex, index): Rename to etags_rindex and tags_rindex, and
7811 made them unconditionally defined, rather than having them depend
7812 on NEED_*INDEX.
7813
7814 * etags.c (savenstr): Add declaration for this at top of file.
7815 (TEX_decode_env): Don't declare it local to this function.
7816
7817 * b2m.c: #include "../src/config.h", so we can test for the USG
7818 macro, and decide whether to include <string.h> or <strings.h>.
7819 * Makefile.in: Note that b2m.c depends on ../src/config.h.
7820
7821 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7822
7823 * timer.c: Reformatted according to the GNU coding standards.
7824 Removed arbitrary limits on the number of events queued and the
7825 length of the tokens used to identify them.
7826 Removed casts to (void).
7827 Removed debugging printfs; they clutter the code, and the need
7828 can be better filled using a real debugger.
7829
7830 1992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7831
7832 * timer.c: Installed new version from Eric Raymond; this is more
7833 portable, since it doesn't try to use SIGIO.
7834
7835 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7836
7837 * emacsclient.c (main): If we can't find the socket in this
7838 person's home directory, print a message which asks if they've
7839 started the server, instead of just printing the message from
7840 sys_errmsg; Cygnus finds that people are much less confused by
7841 this.
7842
7843 1992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7844
7845 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
7846 so that index and rindex get defined, why don't we actually
7847 control index and rindex using symbols called "NEED_INDEX" and
7848 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
7849 little more readable than defining something whose name implies
7850 that it's not?
7851
7852 1992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7853
7854 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
7855 distribution:
7856 Miscellaneous doc fixes.
7857 (skip_white, read_lisp_symbol): New functions.
7858 (scan_lisp_file): Instead of using long hairy strings of ifs, call
7859 read_lisp_symbol and then see what we got. Call skip_white
7860 instead of writing out a loop to do its job. Correctly extract
7861 docstrings from "defmacro" declarations.
7862
7863 1992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7864
7865 * movemail.c (strcpy): Declare this to return char *.
7866
7867 1992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7868
7869 * etags.c (C_entries): When we find a C++ comment, do actually
7870 skip to the end of the line; do a 'break' instead of a 'continue'.
7871
7872 1992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7873
7874 * etags.c (getit): Add missing parenthesis to expression which
7875 decides if this token is an identifier.
7876
7877 1992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7878
7879 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
7880
7881 1992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7882
7883 * etags.c (put_entries): Always put space between name and line num.
7884
7885 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
7886
7887 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
7888 warning.
7889 (LEVEL_OK_FOR_FUNCDEF): Ditto.
7890
7891 1992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7892
7893 * make-docfile.c (write_c_args): Pass both arguments to putc.
7894
7895 1992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7896
7897 * etags.c (C_entries): Fix reading of "..." strings.
7898 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
7899 the C library source.
7900
7901 * etags.c (C_entries): When we see a backslash inside a quoted
7902 string, skip to the next character. This allows us to correctly
7903 deal with strings containing quotes.
7904
7905 1992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7906
7907 * make-docfile.c (write_c_args): Print the C argument names as
7908 they would be written in Elisp; print '_' as '-'.
7909
7910 1992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7911
7912 * movemail.c [POP]: Get user name via getpwuid.
7913
7914 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7915
7916 * Makefile.in: Flags in CC invocations rearranged for no reason.
7917
7918 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7919
7920 * etags.c (print_help): Remember not to embed raw newlines in
7921 strings - end the lines with `\n\'.
7922
7923 1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7924
7925 * timer.c (getevent): Remove declaration of memcpy; since
7926 different systems have different return types, and we're not even
7927 using the return type anyway, it wasn't doing us any good.
7928
7929 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7930
7931 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
7932 type of this function.
7933
7934 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7935
7936 * ChangeLog: Since the old etc contents have been split into etc
7937 and lib-src, the old etc's ChangeLog has been duplicated in the
7938 new etc and lib-src. That means that each contains complete and
7939 coherent information, although each contains extraneous
7940 information.
7941
7942 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7943
7944 * etags.c: "--no-warning" option renamed to "--no-warn",
7945 to be consistent with other GNU programs, like makeinfo.
7946
7947 * Makefile: Renamed to Makefile.in; the configure script
7948 will edit this to produce Makefile.
7949
7950 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7951
7952 * etags.c (print_help, print_version): New functions.
7953 (main): Options added to support them.
7954
7955 * etags.c (longopts): New array of long names for the options.
7956 (main): Recognize them.
7957
7958 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7959
7960 * etags.c (C_entries): Remove comment saying that \" in a string
7961 isn't recognized as magic, because it is correctly handled.
7962
7963 * getopt.c, getopt.h: New files, from GNU C library.
7964 * etags.c: Rewritten to use getopt.
7965 #include "getopt.h".
7966 (file_num): Variable deleted; its role is now played by getopt's
7967 optind.
7968 (main): Argument processing loop rewritten to call getopt to get
7969 next option. Options which take parameters (-o and -i) rewritten
7970 to get parameter from optarg instead of argv[1].
7971 Filename preprocessing loop and update command changed similarly.
7972 * Makefile (etags, ctags): Depend on and link with getopt.h,
7973 getopt.o, and getopt1.o.
7974 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
7975
7976 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
7977 is non-zero.
7978
7979 (main): In the argument processing loop, the 'goto next_arg'
7980 statements are breaking out of the switch statement in exactly the
7981 same way that a simple 'break' statement would; replace the gotos
7982 with breaks, and remove the label.
7983
7984 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7985
7986 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
7987 (consider_token): Move next_token_is_func to global.
7988
7989 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7990
7991 * Makefile: Conform with GNU coding standards:
7992 (mostlyclean): New target, synonymous with clean.
7993 (TAGS, check): New targets.
7994 (INSTALL, INSTALLFLAGS): New variables.
7995
7996 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7997
7998 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
7999 `config.emacs' to `configure'.
8000
8001 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
8002 * etc/MACHINES: Same.
8003
8004 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8005
8006 * movemail.c (main): Allow tempname to be as long as necessary,
8007 instead of limiting it to 39 characters.
8008
8009 * movemail.c (main): Move declaration of buf from top of function
8010 to local block surrounding the copy loop. This makes it less
8011 likely to be confused with the buf used by the code which checks the
8012 permissions on outname's directory.
8013
8014 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
8015
8016 * SERVICE: Remove my entry.
8017
8018 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8019
8020 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
8021 hardcoded -g.
8022
8023 * movemail.c (xmalloc): Return char *, not int.
8024 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
8025 that is off by default -- normally don't unlink the mail spool
8026 file, just empty it. Pass creat mode 0600, not 0666.
8027
8028 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8029
8030 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
8031 (all): Instead of here.
8032 (install): Don't use the -s option, since people need symbols to
8033 debug code.
8034
8035 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
8036
8037 * etags-vmslib.c (fn_exp): Add type cast.
8038
8039 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8040
8041 * movemail.c: Changes in comments.
8042
8043 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8044
8045 * Makefile: Make the distclean target erase the DOC files from
8046 ../share-lib and the executables from ../arch-lib.
8047
8048 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8049
8050 * emacsclient.c: #include <sys/stat.h>
8051 (main): Do declare statbfr.
8052
8053 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8054
8055 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
8056 for the socket, depending on SERVER_HOME_DIR.
8057 If using /tmp, put host name in the socket name.
8058
8059 * movemail.c (pfatal_and_delete): New function.
8060 (main, popmail): Use it.
8061 (popmail): Close output before deleting messages.
8062 Check for error on close and on fsync.
8063 Use `fatal' where appropriate.
8064 (main): Remove (void).
8065
8066 * aixcc.lex: New file. Not officially part of Emacs.
8067 * Makefile: Rules for that.
8068
8069 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8070
8071 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
8072
8073 * etags.c (main): Properly cast call to alloca that initializes
8074 included_files.
8075
8076 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
8077
8078 * etags.c (files_are_tag_tables): Remove global var.
8079 (process_file): Don't test it. Also remove hack checking for a
8080 file named "TAGS".
8081 (main): -i now takes an arg which is the name of a file to include.
8082 Collect these names and emit include tags for them after processing
8083 all the argument files.
8084
8085 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8086
8087 * wakeup.c: Terminate if parent goes away.
8088
8089 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8090
8091 * etags.c (C_entries): Process token before handling end of line.
8092 When inner loops reach end of line, just back up.
8093 Let the real end of line processing happen in just one place.
8094 (consider_token): Likewise.
8095
8096 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8097
8098 * etags.c (TEX_mode): Skip comments while scanning the text to see
8099 which escape character this file uses.
8100
8101 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8102
8103 * emacsserver.c [USG]: Terminate if msgrcv fails.
8104
8105 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
8106
8107 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
8108
8109 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
8110
8111 * make-docfile: Find the arguments to a C function correctly,
8112 by not ignoring the character that read_c_string returns.
8113 Don't even try to find argument names for functions that take MANY
8114 or UNEVALLED arguments, since they're a figment of the docstring's
8115 imagination.
8116
8117 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
8118
8119 * make-docfile: Read the .elc files generated by the new byte
8120 compiler.
8121
8122 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
8123
8124 * refcard.tex: Use cm fonts, not am, in multi-column mode.
8125
8126 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
8127
8128 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
8129
8130 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
8131
8132 * Makefile (install*): No need to install wakeup.
8133
8134 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
8135
8136 * Makefile (install*): Install emacsclient like etags.
8137
8138 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
8139
8140 * movemail.c (error): Handle 3 args.
8141 (main): Don't check input access if using pop.
8142
8143 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
8144
8145 * etags.c (find_entries): Check for numbers after Scheme suffix.
8146
8147 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
8148
8149 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
8150
8151 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
8152
8153 * Makefile (nemacstool, xvetool): New targets.
8154
8155 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
8156
8157 * emacsclient.c: Include errno.h and define related variables.
8158
8159 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
8160
8161 * emacsclient.c: Change usage message.
8162
8163 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
8164
8165 * emacs.1: Add break before -nw option.
8166
8167 1990-08-19 David J. MacKenzie (djm@apple-gunkies)
8168
8169 * qsort.c: Replace with GNU version.
8170
8171 1990-08-14 David J. MacKenzie (djm@apple-gunkies)
8172
8173 * wakeup.c: New program replacing loadst.c.
8174
8175 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8176
8177 * emacsclient.c [USG]: Pass msgsnd only 4 args.
8178
8179 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
8180
8181 * etags.c: Rename `flag' variables for what they do instead of
8182 which option character sets them.
8183
8184 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8185
8186 * loadst.c (main): Conditional to get load average on Apollo.
8187
8188 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
8189
8190 * emacsserver.c: Set the permission on the socket to 0600.
8191
8192 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8193
8194 * emacsclient.c [BSD]: Print clean message for failing getwd.
8195
8196 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
8197
8198 * getdate.y: Use the getdate.y from GNU tar for timer.
8199
8200 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8201
8202 * emacsclient.c (main): Don't put brackets around "filename" in
8203 usage message. It isn't optional.
8204
8205 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
8206
8207 * etags.c (getit): Recognize '$' as beginning identifiers.
8208
8209 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
8210
8211 * emacsserver.c: Renamed from server.c.
8212 * Makefile: Reference emacsserver rather than server.
8213 * MACHINES: Doc fix for new emacsserver name.
8214
8215 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8216
8217 * emacsclient.c: Print program name in error messages.
8218
8219 1990-01-19 David Lawrence (tale@cocoa-puffs)
8220
8221 * timer.c, getdate.y (new files) and Makefile:
8222 Sub-process support for run-at-time in timer.el.
8223 Doesn't yet work correctly for USG.
8224
8225 1990-01-10 Jim Kingdon (kingdon@pogo)
8226
8227 * MACHINES: Add HP 300 running BSD.
8228
8229 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8230
8231 * yow.c: Dynamically allocate buffer; skip header before random
8232 choice to avoid bias toward first item.
8233
8234 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8235
8236 * etags.c (readline): Separate out init of `pend'.
8237
8238 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8239
8240 * etags.c: Undo changes relating to isgoodhdr.
8241
8242 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
8243
8244 * etags.c (isgoodhdr): New macro.
8245 (_gdh, notgdh): New variable used by that.
8246 (init): Initialize _gdh.
8247 (find_entries): Set header_file.
8248 (consider_token): Use isgoodhdr if in header file.
8249
8250 * etags.c (total_size_of_entries):
8251 Was miscalculating by 1 in rewritten case.
8252
8253 * etags.c (PAS_funcs): One arg to pfnote was missing.
8254
8255 1989-12-05 Joseph Arceneaux (jla@spiff)
8256
8257 * MACHINES: Change for the ULTRIX entry.
8258
8259 1989-11-21 Joseph Arceneaux (jla@spiff)
8260
8261 * etags.c (process_file): If file is not regular, return.
8262
8263 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8264
8265 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
8266
8267 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8268
8269 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
8270 (main): If HAVE_GETLOADAVG, don't call `nlist'.
8271
8272 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8273
8274 * etags.c (consider_token): Allow any number of typespec keywords
8275 after `typedef', before new type name.
8276 (enum sym_type): Add st_C_typespec.
8277 (C_create_stab): Put typespec kwds in table.
8278
8279 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
8280
8281 * etags.c (main): Don't depend on name invoked by.
8282 If CTAGS is not defined, assume it is ETAGS.
8283
8284 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8285
8286 * etags.c (L_funcs): Allow package name in define construct,
8287 as in (foo::defmumble name-defined ...).
8288
8289 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8290
8291 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
8292
8293 * Makefile (yow): Depends on ../src/paths.h.
8294
8295 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
8296
8297 * etags.c: Fix compilation by moving Pascal after Fortran.
8298
8299 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8300
8301 * movemail.c [USG]: Define F_OK, etc., if not found in header.
8302
8303 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8304
8305 * hexl.c: New file, supports hexl-mode.
8306
8307 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8308
8309 * movemail.c: New compilation flag MAIL_USE_MMDF.
8310
8311 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8312
8313 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
8314 * server.c: Likewise.
8315
8316 * make-docfile.c (scan_c_file): Output argument names at end of string.
8317 (write_c_args): New subroutine.
8318
8319 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8320
8321 * movemail.c: Report failure of flock.
8322
8323 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8324
8325 * etags.c (find_entries): Allow multi-letter extensions for fortran.
8326
8327 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8328
8329 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
8330
8331 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
8332
8333 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
8334
8335 * emacstool.1: Update to document environment variables.
8336
8337 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8338
8339 * etags.c (PAS_funcs): New function by Mosur Mohan.
8340
8341 * movemail.c: On sysv, include unistd.h.
8342
8343 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8344
8345 * b2m.c: New file.
8346
8347 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8348
8349 * etags.c: Prolog support from Sunichirou Sugou.
8350
8351 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8352
8353 * Makefile (clean): New target.
8354
8355 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8356
8357 * fakemail.c (put_line): Break header lines at 79 cols.
8358
8359 1989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8360
8361 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
8362 multiple tags per line.
8363
8364 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8365
8366 * movemail.c: Check access before doing real work.
8367 Check that outfile is in a writable directory.
8368 On fatal error, delete the lock file.
8369
8370 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
8371
8372 * env.c: Add decl for my-index
8373 * etags.c (file-entries): .oak => scheme.
8374
8375 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8376
8377 * movemail.c: Use `access' to check input and output files.
8378
8379 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8380
8381 * emacsclient.c (main): Ignore all of CWD before first slash.
8382
8383 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8384
8385 * etags.c (readline): Double linebuffer->size outside the xrealloc.
8386
8387 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8388
8389 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
8390 * server.c: chmod the socket to 0700.
8391
8392 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8393
8394 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
8395 (add_field): Delete comments and turn `<', `>' to spaces
8396 in header lines.
8397 (USE_FAKEMAIL): New customization macro says to make fakemail
8398 not be a no-op even on a BSD system.
8399
8400 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8401
8402 * etags.c (consider_token): Skip comments just like whitespace.
8403 Notice `struct', etc. and set strtag for those tokens.
8404 Return 1 for the token following `struct' if an open-brace follows it.
8405 (C_entries): Special handling of token following `struct'
8406 needed because we have probably advanced to the following line
8407 to find the `{'.
8408 (main): New option `T' sets tflag and strflag.
8409 Set both of them by default if eflags.
8410
8411 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8412
8413 * movemail.c: Do fsync before closing output.
8414
8415 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
8416
8417 * movemail.c: Better error message when can't create tempname.
8418 This file needs a great deal of extra error-checking and lucid reporting...
8419
8420 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8421
8422 * etags.c: Support assembler code for .s and .a files.
8423 (getit): Allow underscore in a tag.
8424
8425 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8426
8427 * movemail.c: Close output and check errors before deleting input.
8428
8429 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
8430
8431 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
8432 whether to prefix it. Handle line number args.
8433
8434 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
8435
8436 * etags.c (main): Default setting of eflag was backwards.
8437
8438 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8439
8440 * etags.c: New option -i. -f renamed -o.
8441 `-' as input file means read input file names from stdin.
8442 -i spec'd or input file named TAGS means the input file is another
8443 tag table; output an "include" line for it.
8444
8445 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8446
8447 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
8448 New targets install, install.sysv, install.xenix.
8449 This makefile is now responsible for installing executables
8450 and documentation from this directory into system directories.
8451
8452 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
8453
8454 * server.c, emacsclient.c (main): Compute socket name from euid.
8455
8456 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8457
8458 * emacsclient.c: Args like +DIGITS are passed through unchanged.
8459
8460 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8461
8462 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
8463 * emacsclient.c: Likewise.
8464 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
8465
8466 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8467
8468 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
8469 (istoken): New string-comparison macro.
8470 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
8471
8472 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8473
8474 * etags.c: Changes for VMS.
8475 Always define ETAGS on VMS.
8476 Define macros GOOD and BAD for success and failure exit codes.
8477 (begtk, intk): Allow `$' in identifiers.
8478 (main): Don't support -B, -F or -u on VMS.
8479 Alternate loop for scanning filename arguments.
8480 (system): Delete definition of this function.
8481
8482 * etags-vmslib.c (system): Undefine this; VMS now provides it.
8483
8484 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8485
8486 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
8487 around include of param.h. (Like fns.c.)
8488
8489 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
8490
8491 * loadst.c (load_average): Move load-average code to this new fn.
8492 Add conditionals to compute load ave on UMAX.
8493
8494 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
8495
8496 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
8497 with opposite sense.
8498
8499 1988-05-13 Chris Hanson (cph@kleph)
8500
8501 * emacsclient.c: Delete references to unused variable `out'.
8502 This caused a bus error when used under hp-ux.
8503
8504 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
8505
8506 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
8507
8508 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
8509
8510 * etags.c (find_entries): `.t' or `.sch' means scheme code.
8511
8512 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
8513
8514 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
8515
8516 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
8517
8518 * movemail.c: #undef close, since config can #define it on V.3.
8519 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
8520
8521 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
8522
8523 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
8524 invalid escape sequences such as `\{'.
8525
8526 * loadst.c: Add `sequent' conditional for file dk.h.
8527
8528 1988-03-20 Richard M. Stallman (rms@wilson)
8529
8530 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
8531
8532 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
8533
8534 ;; Local Variables:
8535 ;; coding: utf-8
8536 ;; End:
8537
8538 Copyright (C) 1988-1999, 2001-2013 Free Software Foundation, Inc.
8539
8540 This file is part of GNU Emacs.
8541
8542 GNU Emacs is free software: you can redistribute it and/or modify
8543 it under the terms of the GNU General Public License as published by
8544 the Free Software Foundation, either version 3 of the License, or
8545 (at your option) any later version.
8546
8547 GNU Emacs is distributed in the hope that it will be useful,
8548 but WITHOUT ANY WARRANTY; without even the implied warranty of
8549 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8550 GNU General Public License for more details.
8551
8552 You should have received a copy of the GNU General Public License
8553 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.