* make-docfile.c (write_c_args): Restructure scanning loop.
[emacs.git] / lib-src / ChangeLog
blob9477811fe3c96d6d82db371422c95bad0af46834
1 2010-07-09  Andreas Schwab  <schwab@linux-m68k.org>
3         * make-docfile.c (write_c_args): Restructure scanning loop.
5 2010-07-09  Dan Nicolaescu  <dann@ics.uci.edu>
7         * make-docfile.c (write_c_args): Deal with type names in DEFUN
8         arguments.
10 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
12         * update-game-score.c (P_): Remove macro.
13         * ebrowse.c: Remove include guards.
14         (P_): Remove macro.
16 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
18         * ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
19         memcpy, memmove, memset.
20         * pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
22 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
24         * movemail.c: Add MAIL_USE_POP around prototypes.
25         Include <string.h> if HAVE_STRING_H.
26         (strerror): Only declare if !HAVE_STRERROR.
27         (fatal): Make static.
28         (error): Likewise.
29         (pfatal_with_name): Likewise.
30         (pfatal_and_delete). Likewise.
31         (concat): Likewise.
32         (xmalloc): Likewise.
33         (popmail): Likewise.
34         (pop_retr): Likewise.
35         (mbx_write): Likewise.
36         (mbx_delimit_begin): Likewise.
37         (mbx_delimit_end): Likewise.
39 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
41         * fakemail.c (action): Convert function definitions to standard C.
42         (add_a_stream):
43         * test-distrib.c (cool_read):
44         (main): Likewise.
46 2010-07-03  Andreas Schwab  <schwab@linux-m68k.org>
48         * sorted-doc.c (cmpdoc): Fix signature.
49         (qsort_compare): Delete.
50         (main): Remove cast.
52 2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
54         * ebrowse.c (match_qualified_namespace_alias): Check for null pointer.
56 2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
58         Fix prototype warnings.
60         * ebrowse.c (match_qualified_namespace_alias):
61         Pass sym* to find_namespace, not link*.
63         * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
65         * sorted-doc.c (qsort_compare): New typedef.
66         (main): Use it to cast cmpdoc.
68 2010-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
70         * update-game-score.c: Convert function definitions to standard C.
71         * sorted-doc.c:
72         * profile.c:
73         * pop.c:
74         * movemail.c:
75         * make-docfile.c:
76         * hexl.c:
77         * fakemail.c:
78         * etags.c:
79         * ebrowse.c:
80         * digest-doc.c:
81         * b2m.c: Likewise.
83 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
85         * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
86         * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
87         standard C prototypes.
89 2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
91         * ebrowse.c: Remove P_ and __P.
92         * etags.c:
93         * movemail.c:
94         * pop.c:
95         * update-game-score.c: Likewise.
97 2010-06-24  Juanma Barranquero  <lekktu@gmail.com>
99         * movemail.c (error): Avoid warning when there are no args.
101 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
103         * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
104         and vc/ediff-hook.elc.
106 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
108         * ntlib.h: Remove code dealing with BSTRING.
110 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
112         * emacsclient.c (longopts, decode_options, print_help_and_exit):
113         New arg `-parent-id'.
114         (main): Send parent-id to Emacs.
116 2010-05-27  Glenn Morris  <rgm@gnu.org>
118         * Makefile.in (distclean): No more Makefile.c.
120 2010-05-22  Jan Djärv  <jan.h.d@swipnet.se>
122         * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPS): New (Bug #6246).
123         (all): Depend onSTAMP_INST_SCRIPTS, STAMP_SCRIPS (Bug #6246).
124         (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
125         New rules (Bug #6246).
126         (clean): Remove stamp-* (Bug #6246).
128 2010-05-12  Glenn Morris  <rgm@gnu.org>
130         * Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@.
132 2010-05-11  Glenn Morris  <rgm@gnu.org>
134         * Makefile.in (.m.o): Remove, there are no .m files.
135         (BASE_CFLAGS): New variable.
136         (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use $BASE_CFLAGS.
137         (check): Update the message.
138         (update-game-score${EXEEXT}): Do not use $MOVE_FLAGS.
140         * Makefile.in: Convert comments to makefile format.
142         * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
143         (config.h) [MSDOS]: Do not include.
145 2010-05-10  Glenn Morris  <rgm@gnu.org>
147         * Makefile.in (LIBS_SYSTEM): Set with configure, not cpp.
148         (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
149         (NOT_C_CODE): Remove, no longer used.
150         (config.h) [!MSDOS]: No longer include.
151         (LOADLIBES): Use LIBS_SYSTEM as a variable.
153         * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
155 2010-05-08  Glenn Morris  <rgm@gnu.org>
157         * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
159 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
161         * Version 23.2 released.
163 2010-05-06  Glenn Morris  <rgm@gnu.org>
165         * Makefile.in: Minimize blessmail-related cpp usage.
166         (BLESSMAIL_TARGET): New variable.
167         (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable.
168         (blessmail): Always define this rule.
169         (need-blessmail): New rule, split out from maybe-blessmail.
170         (maybe-blessmail): Use BLESSMAIL_TARGET.
172 2010-05-04  Glenn Morris  <rgm@gnu.org>
174         * Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
175         @c_switch_system@, @c_switch_machine@.
177 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
179         * Makefile.in (LIBS_MACHINE): Remove all uses, unused.
181 2010-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
183         * Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the
184         non-cpp section.
186 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
188         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using
189         autoconf, not cpp.
190         (ALL_CFLAGS): Use them as make variables.
192 2010-04-07  Christoph  <cschol2112@googlemail.com>  (tiny change)
194         * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
195         for macros for nmake compatibility.
197 2010-04-03  Juanma Barranquero  <lekktu@gmail.com>
199         Add stubs for Windows, required after CVE-2010-0825 change.
200         * ntlib.c (getgid, getegid, setegid): New stubs.
201         * ntlib.h (getgid, getegid, setegid): Declare them.
203 2010-04-02  Dan Rosenberg  <dan.j.rosenberg@gmail.com>  (tiny change)
205         * movemail.c (main): Check return values of setuid.  Avoid
206         possibility of symlink attack when movemail is setgid mail
207         (CVE-2010-0825).
209 2010-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
211         Remove extern errno declarations.
212         * movemail.c:
213         * etags.c:
214         * emacsclient.c: Remove extern errno declarations.
216 2010-03-20  Glenn Morris  <rgm@gnu.org>
218         * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
219         (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by
220         defining these as Makefile variables.
221         (LIBS_MOVE): Add LIBS_MAIL into this.
222         (movemail${EXEEXT}): Just use LIBS_MOVE, not LIBS_MAIL as well.
224 2010-03-18  Glenn Morris  <rgm@gnu.org>
226         * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
227         (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp.
228         (BASE_CFLAGS): Remove (identical to CPP_CFLAGS).
230 2010-03-18  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
232         * Makefile.in (uninstall): Handle the case where archlibdir does not
233         exist.  (Bug#5720)
235 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
237         * Branch for 23.2.
239 2010-02-20  Kevin Ryde  <user42@zip.com.au>
241         * etags.c (Scheme_functions): Don't loop past a null character
242         (Bug#5601).
244 2010-01-29  Kester Habermann  <kester@linuxtag.org>  (tiny change)
246         * etags.c (Fortran_functions): Handle recursive keyword
247         (Bug#5484).
249 2010-01-11  Glenn Morris  <rgm@gnu.org>
251         * ebrowse.c (version):
252         * etags.c (print_version):
253         * rcs2log (Copyright): Set copyright year to 2010.
255 2009-12-09  David Robinow  <drobinow@gmail.com>  (tiny change)
257         * makefile.w32-in: Use parenthesis for macros for nmake
258         compatibility.
260 2009-11-23  Tobias Ringström  <tobias@ringis.se>  (tiny change)
262         * etags.c (absolute_filename): Use memmove if we have it for
263         overlapping copy.
265 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
267         * make-docfile.c (scan_lisp_file): Also look for `defvaralias'.
269 2009-10-15  Juanma Barranquero  <lekktu@gmail.com>
271         * .gitignore: Add echolisp.tmp.
273 2009-10-15  Glenn Morris  <rgm@gnu.org>
275         * emacsclient.c (print_help_and_exit): Fix bug report instructions.
277         * makefile.w32-in (echolisp): New rule.
278         (clean): Delete echolisp.tmp.
280 2009-09-27  Eli Zaretskii  <eliz@gnu.org>
282         * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc,
283         term/pc-win.elc, emacs-lisp/easymenu.elc, and term/ns-win.elc, to
284         be consistent with src/Makefile.in.
286 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
288         * update-game-score.c (main): Sort scores before trimming them,
289         reported by Jason Feng <jfeng@ozbert.com> (bug#4397).
291 2009-09-09  Glenn Morris  <rgm@gnu.org>
293         * Makefile.in ($(DESTDIR)${archlibdir}): Set umask to world-readable
294         before creating directories and game score files.
296 2009-08-19  Glenn Morris  <rgm@gnu.org>
298         * cvtmail.c: Remove file.
299         * Makefile.in (UTILITIES): Remove cvtmail.
300         (cvtmail${EXEEXT}): Remove.
302 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
304         * b2m.c (main): Ensure that each message ends in two newlines.
306 2009-07-03  Jason Rumney  <jasonr@gnu.org>
308         * emacsclient.c (w32_set_user_model_id): Use standard types.
310 2009-07-03  Eli Zaretskii  <eliz@gnu.org>
312         * makefile.w32-in (WINNT_SUPPORT): Add common-win.elc, like
313         src/Makefile.in did.
315 2009-06-30  Jason Rumney  <jasonr@gnu.org>
317         * emacsclient.c (w32_give_focus): Use GetModuleHandle for library
318         that is already loaded.
319         (w32_set_user_model_id): New function.
320         (main): Use it to associate emacsclient with emacs (bug#1849).
322 2009-06-29  Jim Meyering  <meyering@redhat.com>
324         Remove useless if-before-free test.
325         * make-docfile.c (scan_lisp_file): Remove useless test.
327 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
329         * Makefile.in (movemail.o): Don't pass -Demacs, unused.
331 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
333         * Branch for 23.1.
335 2006-06-09  Adrian Robert  <Adrian.B.Robert@gmail.com>
337         * mac-fix-env.m:
338         * Makefile.in (mac-fix-env): Remove.
340 2006-06-06  David Reitter  <david.reitter@gmail.com>
342         * Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
344 2009-04-20  Juanma Barranquero  <lekktu@gmail.com>
346         * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
347         spacing is required in the message output, as the comment suggests).
349 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
351         * emacsclient.c (print_help_and_exit): Clarify argument placement
352         for short option names.
354 2009-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
356         * emacsclient.c (print_help_and_exit): Fix typo.
358 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
360         * ntlib.c (setuid): Argument is now unsigned.
361         (getuid): Return value is now unsigned.
362         (getpwuid): Argument is now unsigned.
363         (fchown): UID and GID arguments are now unsigned.
365         * ntlib.h (fchown): UID and GID arguments are now unsigned.
366         (getuid): Return value is now unsigned.
367         (setuid): Argument is now unsigned.
368         (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h).
370 2009-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
372         * emacsclient.c (main): Revert part of last change, so
373         drive-relative file names again work on Windows.
375 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * emacsclient.c (main): Always pass cwd via "-dir".  Pass the file
378         names without prepending cwd to them, so Emacs uses its customary
379         rules to determine how to interpret the file name.
381 2009-03-04  Glenn Morris  <rgm@gnu.org>
383         * movemail.c (main) [MAIL_USE_POP]: Add -r to usage message.
385 2009-02-13  Sven Joachim  <svenjoac@gmx.de>
387         * movemail.c: Include time.h unconditionally.
388         (main): Use time_t for time variables.
390 2009-02-11  Glenn Morris  <rgm@gnu.org>
392         * movemail.c (mbx_delimit_begin): Also write the current time.
394 2009-02-10  Glenn Morris  <rgm@gnu.org>
396         * movemail.c (mbx_delimit_begin, mbx_delimit_end): Write mbox rather
397         than Babyl format.  (Bug#2196)
399 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
401         * emacsclient.c (decode_options): Use a dummy display name under
402         NS/Cocoa.
404 2009-01-14  Lars Rasmusson  <lars.rasmusson@gmail.com>  (tiny change)
406         * ebrowse.c (matching_regexp): Fix OB1 error.
408 2009-01-05  Glenn Morris  <rgm@gnu.org>
410         * ebrowse.c (version):
411         * etags.c (print_version):
412         * rcs2log (Copyright): Update copyright for 2009.
414 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
416         * movemail.c (main): Fatal if hard links cannot be created.
418 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
420         * emacsclient.c (start_daemon_and_retry_set_socket): Improve error
421         checking.
423 2008-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
425         * emacsclient.c: Include syswait.h instead of sys/types.h.
427 2008-12-11  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
429         * emacsclient.c (WCONTINUED): New compatibility define
430         for older systems.
432 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
434         * emacsclient.c (main): Fix previous change.
436 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
438         * emacsclient.c (main): Fix mindless breakage where emacsclient
439         does not work *at all* on Windows, even if it *can* connect.
441 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
443         * emacsclient.c (EMACS_DAEMON): Remove definition.
444         (decode_options): Do not allow an empty alternate_editor on
445         WINDOWSNT.
446         (print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
447         (start_daemon_and_retry_set_socket): Likewise.
448         (main): Fail in case of not being able to connect.
450 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
452         * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
453         Changes when EMACS_DAEMON is not defined:
454         (print_help_and_exit): Don't add daemon information to help.
455         (start_daemon_and_retry_set_socket): Make a no-op.
456         (main): Don't set `start_daemon_if_needed' (which is initialized to 0).
458 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
460         * emacsclient.c (print_help_and_exit): Describe what an empty
461         string argument does for --alternate-editor.
462         (set_socket): Make it possible to not exit in case of an error.
463         (start_daemon_and_retry_set_socket): New function.
464         (main): Use it.  Restore the NULL value for socket_name and
465         server_file after the set_socket call.
467 2008-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
469         * emacsclient.c: Include <arpa/inet.h>.
471 2008-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
473         * make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc.
475 2008-11-22  Derek Peschel  <dpeschel@eskimo.com>  (tiny change)
477         * etags.c (add_regex): Pass correct length to re_compile_pattern.
479 2008-11-02  Chong Yidong  <cyd@stupidchicken.com>
481         * emacsclient.c (window_system): Delete redundant variable.
482         (decode_options): Don't use it.
483         (find_tty): New function.
484         (main): Use find_tty, and don't use window_system.
486 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
488         * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to
489         `ttyname'.
490         (w32_getenv): Treat $TERM specially: if not found in the
491         environment and in the Registry, return "w32console".
492         (ttyname) [WINDOWSNT]: New function.
494 2008-10-31  Andreas Schwab  <schwab@suse.de>
496         * emacsclient.c (main): Don't force sending tty when in eval mode.
498 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
500         * emacsclient.c (main): If using the current frame, send tty
501         information to Emacs in case daemon mode needs to occupy this tty.
503 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
505         * emacsclient.c (EXTRA_SPACE): New macro.
506         (get_server_config, set_local_socket): Use it.
508         * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.
509         Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
511 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
513         * emacsclient.c (set_local_socket): Use TMPDIR (default /tmp)
514         instead of hardcoded /tmp.
516 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
518         * emacsclient.c (longopts, print_help_and_exit): Add -nw.
519         (decode_options): Use getopt_long_only.
521 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
523         * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and
524         codepage.elc.
526 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
528         * emacsclient.c (main): Use stdout rather than stdin to obtain the
529         terminal (bug#427).
531 2008-08-25  Francesco Potortì  <pot@gnu.org>
533         * etags.c (main): Do not use static space for the tagfile string.
535 2008-08-17  Francesco Potortì  <pot@gnu.org>
537         * etags.c (main): Use canonicalize_filename on tags file name.
538         (relative_filename): Revert 3.85: do not collapse slashes here.
539         (absolute_dirname): Remove useless call to canonicalize_filename.
540         (canonicalize_filename): Collapse multiple slashes here.
542 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
544         * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES.
545         Do not special case for NS_IMPL_COCOA.
547 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
549         * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA.
550         (.m.o): Dispense with GNUstep-specific flags.
552 2008-08-05  Ulrich Mueller  <ulm@gentoo.org>
554         * pop.c (socket_connection): Add conditionals for
555         HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support
556         compilation with MIT Kerberos and Heimdal, respectively.
558 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
560         * etags.c:
561         * emacsclient.c: Remove VMS support.
563 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
565         Remove support for Mac Carbon.
566         * makefile.w32-in:
567         * emacsclient.c: Remove code for Carbon.
569 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
571         * Makefile.in (mac-fix-env): Remove #ifdef around rule.
573 2008-07-17  Andreas Schwab  <schwab@suse.de>
575         * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
576         (LIB_STANDARD_LIBSRC): Don't define.
577         (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
579 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
581         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
582         NS_IMPL_COCOA.
584 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
586         * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw):
587         Remove, unused.
589 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
591         * .cvsignore: Add mac-fix-env.
592         * mac-fix-env.m: New file, automatically update
593         ~/.MacOSX/environment.plist on OS X systems to expose environment
594         variables inside Emacs started from icon.
595         * Makefile.in: Add -universal to CFLAGS on OS X, add mac-fix-env to
596         programs to build.
597         * make-docfile.c: Add .m to list of file extensions.
599 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
601         * movemail.c (main): Use int instead of WAITTYPE.
603 2008-07-05  Juanma Barranquero  <lekktu@gmail.com>
605         * makefile.w32-in (OTHER_PLATFORM_SUPPORT):
606         Remove vmsproc.el and vms-patch.el.
608 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
610         * makefile.w32-in (obj): Remove w32bdf.o.
612 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
614         * fakemail.c: Remove references to obsolete variables.
616 2008-06-02  Jim Meyering  <meyering@redhat.com>
618         * ebrowse.c (xfree): Remove definition; s/xfree/free/.
620         Remove useless if-before-free tests.
621         * ebrowse.c (xfree): Likewise.
622         * etags.c (process_file_name, free_tree, free_fdesc): Likewise.
623         (popclass_above, Prolog_functions, Erlang_functions): Likewise.
624         * pop.c (pop_quit): Likewise.
626 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
628         * makefile.w32-in (lisp2): Add minibuffer.elc.
630 2008-05-29  Tom Tromey  <tromey@redhat.com>
632         * etags.c (relative_filename): Treat "///" like "/" in filenames.
634 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
636         * ntlib.c: Include sys/types.h, sys/stat.h, and errno.h.
637         (IS_DIRECTORY_SEP): New macro.
638         (convert_time, is_exec, stat): New functions.
640 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
642         * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc.
644 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
646         * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the
647         corresponding change in src/Makefile.in.
649 2008-04-24  Adam Gołębiowski  <adamg@pld-linux.org>  (tiny change)
651         * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
653 2008-04-10  Jason Rumney  <jasonr@gnu.org>
655         * makefile.w32-in (CLIENTRES): New variable and target.
656         (TRES): Remove.
657         ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
659 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
663 2008-04-18  Steve Grubb  <sgrubb@redhat.com>  (tiny change)
665         * vcdiff: Use mktemp (CVE-2008-1694).
667 2008-04-09  Jason Rumney  <jasonr@gnu.org>
669         * makefile.w32-in (distclean, maintainer-clean): New targets.
671 2008-03-13  Glenn Morris  <rgm@gnu.org>
673         * makefile.w32-in (VERSION): Set to 23.0.60.
675 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
677         * .cvsignore: Add oo.
679 2008-02-27  Yuri Shtil  <yuris@juniper.net>  (tiny change)
681         * etags.c (Perl_functions): Fix call to skip_spaces.
683 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
685         * Makefile.in (NO_SHORTNAMES):
686         * emacsclient.c (NO_SHORTNAMES):
687         * fakemail.c (NO_SHORTNAMES):
688         * make-docfile.c (NO_SHORTNAMES):
689         * movemail.c (NO_SHORTNAMES):
690         * pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
692 2008-02-23  Jason Rumney  <jasonr@gnu.org>
694         * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
695         (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
696         (OTHER_PLATFORM_SUPPORT): Replace above.  Add X specific files too.
697         (lisp2): Add new languages.
698         ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
700 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
702         * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el,
703         malayalam.el, and tamil.el.  Add sinhala.el.
705 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
707         * emacsclient.c (main) [WINDOWSNT]: Understand DRIVE:NAME,
708         where NAME is relative to DRIVE'S current directory.
710 2008-02-15  Juanma Barranquero  <lekktu@gmail.com>
712         * emacsclient.c (print_help_and_exit): Show -d option on Windows.
714 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
716         * fakemail.c: Undo previous change.
718 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
720         * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
721         (main): Replace MAIL_PROGRAM_NAME with its value.
723         * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable.
725 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * emacsclient.c (decode_options): Pass --display implicitly if -c
728         is specified.  Only set tty if -t or -c is specified.
730 2008-02-04  Jason Rumney  <jasonr@gnu.org>
732         * makefile.w32-in (lisp1): Use (), not {}.
734 2008-02-04  Tom Tromey  <tromey@redhat.com>
736         * etags.c: Add "GTY" as synonym for __attribute__.
737         Update gperf output.
739 2008-02-01  Jason Rumney  <jasonr@gnu.org>
741         * makefile.w32-in (obj): Sync with src/Makefile.in
742         (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
743         (WINNT_SUPPORT): Add term/w32-win.elc.
744         (lisp1, lisp2): Sync with lisp in src/Makefile.in.
746 2008-02-01  Jason Rumney  <jasonr@gnu.org>
748         * makefile.w32-in (obj): Add font.o and w32font.o.
750 2008-02-01  Zhang Wei  <id.brep@gmail.com>  (tiny change)
752         * makefile.w32-in (lisp1): Delete ucs-tables.elc,
753         utf-8.elc, and latin-*.el.
755 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
758         Allow the -d option under w32 again, for those rare cases where it
759         actually does make sense.
761 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
763         * emacsclient.c (set_tcp_socket): Don't send "\n" after
764         the authentication string; there's no need to haste.
766 2008-01-22  Chong Yidong  <cyd@stupidchicken.com>
768         * pop.c (pop_stat, pop_last): Fix last fix.
770 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
772         * movemail.c: Remove references to XENIX.
774 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
776         * movemail.c:
777         * make-docfile.c: Remove reference to symbols defined by systems
778         not supported anymore: MAC_OS8, XENIX and STRIDE.
780 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
782         * emacsclient.c (decode_options) [WINDOWSNT]: Don't use the value
783         of DISPLAY in the environment.  Don't support -d.
784         (print_help_and_exit) [WINDOWSNT]: Don't show the --display option.
785         (longopts) [WINDOWSNT]: Remove --display.
787 2008-01-10  Chong Yidong  <cyd@stupidchicken.com>
789         * pop.c (pop_stat, pop_last): Check validity of string-to-integer
790         conversion.  Mistakes spotted by Nico Golde.
792 2008-01-09  Glenn Morris  <rgm@gnu.org>
794         * emacsclient.c: Add missing final newlines to message calls.
796 2008-01-09  Daniel Hackney  <dan@haxney.org>  (tiny change)
798         * emacsclient.c (set_socket): Add final newline to socket error message.
800 2008-01-04  Glenn Morris  <rgm@gnu.org>
802         * ebrowse.c (version) <emacs_copyright>: New variable.
803         Just use current year for copyright.
805         * etags.c (print_version):
806         * rcs2log (Copyright): Update to 2008.
808 2007-11-28  Jason Rumney  <jasonr@gnu.org>
810         * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
812 2007-11-27  Jan Djärv  <jan.h.d@swipnet.se>
814         * pop.c (socket_connection): Remove AI_ADDRCONFIG.
816 2007-11-19  Jan Djärv  <jan.h.d@swipnet.se>
818         * pop.c (socket_connection): Move realhost out of #ifdefs.
819         Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
821 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
823         * pop.c (socket_connection): Use getaddrinfo if available.
825 2007-11-22  Francesco Potortì  <pot@gnu.org>
827         * etags.c (default_C_help) [CTAGS]: Differentiate the help string,
828         as the defaults in ctags are different from etags.
830 2007-11-15  Francesco Potortì  <pot@gnu.org>
832         * etags.c: Make prototypes for extern definitions, and add all
833         that are needed to quench warnings on 64-bit.
834         (main): Use the same defaults for ctags as for etags: find
835         typedefs, structure tags, macro constants, enum constants, struct
836         members and global variables.
837         (make_C_tag) [DEBUG]: Add debugging printout.
838         (C_entries): In case '}' decrement bracelev before testing it.
840 2007-11-15  Masatake YAMATO  <jet@gyve.org>
842         * etags.c (C_entries): In case '}', set fvdef to fvnone
843         unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
845 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
847         * makefile.w32-in (obj): Remove sunfns.o.
849 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
851         * makefile.w32-in (obj): Remove abbrev.o.
853 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
855         * emacsclient.c: Add a wrapper for getenv so it also checks the
856         registry on Windows.  Suggestion and algorithm by Eli Zaretskii.
857         Code partially based on w32_get_resource and init_environment (w32.c).
858         (egetenv): New wrapper for getenv.
859         (get_current_dir_name, decode_options, get_server_config)
860         (set_local_socket, set_socket, main): Use egetenv, not getenv.
861         (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
863 2007-10-25  Jason Rumney  <jasonr@gnu.org>
865         * emacsclient.c (sock_err_message): New function.
866         (set_tcp_socket): Use it.
868 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
870         * emacsclient.c (print_help_and_exit): Fix space to improve
871         alignment in output messages.
873 2007-09-27  Jason Rumney  <jasonr@gnu.org>
875         * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32.
877         * emacsclient.c (w32_window_app): Init common controls when windowed.
879 2007-09-21  Glenn Morris  <rgm@gnu.org>
881         * emacstool.c: Remove file.
882         * Makefile.in (emacstool, nemacstool, xvetool, xveterm):
883         Delete targets built from emacstool.
885 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * emacsclient.c (decode_options): -t implies -c.
889 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
892         (IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME).
893         (main_argc): Remove.
894         (strprefix): Use strncmp.
896 2007-09-20  Jason Rumney  <jasonr@gnu.org>
898         * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
900 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacsclient.c (current_frame): Change the default.
903         (longopts): Replace --current-frame by --create-frame.
904         (decode_options): Reverse the meaning of -c.
905         (print_help_and_exit): Update help text accordingly.
906         (main): Remove the -version and -good-version messages.
908 2007-09-12  Glenn Morris  <rgm@gnu.org>
910         * Makefile.in (SOURCES, unlock, relock): Delete.
912 2007-08-29  Glenn Morris  <rgm@gnu.org>
914         * makefile.w32-in (VERSION): Increase to 23.0.50.
916 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
918         * emacsclient.c (w32_execvp): Move definition before use.
919         (decode_options): Don't use a tty on mac carbon or windows.
921 2007-08-29  Jason Rumney  <jasonr@gnu.org>
923         * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
924         (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
925         (main): Expand removed macros inline.
926         (main) [WINDOWSNT]: Don't call ttyname.  Don't recognize -suspend
927         option.
928         (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
930 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
932         * emacsclient.c (signal.h): New include.
933         (sys/stat.h, errno.h): Always include, even on WINDOWSNT.
934         (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
935         Copy definitions here from src/lisp.h.
936         (main_argc, main_argv, current_frame, window_system, tty): New vars.
937         (longopts): Add tty, current-frame.
938         (xmalloc, xstrdup): New functions.
939         (get_current_dir_name): New function, copied from src/sysdep.c.
940         (decode_options): Set display from environment.  Add tty and
941         current_frame options.  Make --no-wait imply --current-frame,
942         except when it is the only option given.  Make sure no frame is
943         opened when --current-frame is set.
944         (print_help_and_exit): Document tty and current-frame options.
945         (fail): Change arguments to void.
946         (main): When sockets are not defined, set main_argc, main_argv,
947         and call fail() with no arguments.
948         (emacs_socket): New variable (moved out from main `s').
949         (quote_file_name): Rename to quote_argument.
950         (quote_argument): New name for old quote_file_name.
951         (unquote_argument, strprefix, pass_signal_to_emacs)
952         (handle_sigcont, handle_sigtstp, init_signals): New functions.
953         (set_local_socket): Initialize saved_errno to 0.  If socket-name
954         is too long, call `fail' rather than `exit'.
955         (main): Doc update.  Set main_argc, main_argv.  New var `str'.
956         Don't need a filename or argument if tty or window_system set.
957         Call fail with no arguments.  Use get_current_dir_name to send
958         over the current directory.  Send version number to Emacs for
959         verification.  If tty is set, check TERM, and pass name and type
960         to Emacs.  Pass window_system to Emacs.  Move sending of eval to
961         optind loop.  Send -position, -file to Emacs.  Call fsync after
962         fflush.  Check for a client/server version match.
963         Handle -emacs-pid, -window-system-unsupported, -print, -error, and
964         -suspend commands.  Don't exit prematurely on --no-wait, let Emacs
965         close the connection for us.  When creating a new frame, send
966         environment and pwd to Emacs.  Send current-frame to Emacs.
968 2007-08-25  Eli Zaretskii  <eliz@gnu.org>
970         * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
971         Prepend "-" to the command, in case srcdir=. and file is copied
972         into itself.
974 2007-07-25  Glenn Morris  <rgm@gnu.org>
976         * Relicense all FSF files to GPLv3 or later.
978         * COPYING: Switch to GPLv3.
980 2007-07-17  Francesco Potortì  <pot@gnu.org>
982         * etags.c (C_entries): Reset the fvdef machine when out of function.
983         (PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
984         (print_help): Use it in if() rather than #if.
985         (print_help): Conditionally print help about --no-line-directive.
987 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
989         * makefile.w32-in (clean): Don't delete *~.
991 2007-06-07  Glenn Morris  <rgm@gnu.org>
993         * etags.c (print_version): Add `emacs_copyright' string, for
994         easier automatic updating.
996 2007-05-18  Francesco Potortì  <pot@gnu.org>
998         * etags.c: Extern definitions of some more pointer functions for
999         standalone compilation, especially important for 64bit platforms.
1000         (main, print_help): --members is now the default for etags.
1001         (C_entries): Parse start of C comment as a space == end of token.
1002         This is not necessary for C++ comment, already parsed as newline.
1004 2007-04-26  Glenn Morris  <rgm@gnu.org>
1006         * makefile.w32-in (VERSION): Increase to 22.1.50.
1008 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1010         * Version 22.1 released.
1012 2007-02-26  Francesco Potortì  <pot@gnu.org>
1014         * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs".
1016 2007-02-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>  (tiny change)
1018         * Makefile.in (EMACS, EMACSOPT): New variables.
1019         (blessmail): Use `--no-site-file' when compiling.
1021 2007-02-05  Francesco Potortì  <pot@gnu.org>
1023         * etags.c (default_C_help, Cplusplus_help, PHP_help, print_help)
1024         (main): Now --members is the default for etags, not for ctags yet.
1026 2007-02-04  Per Cederqvist  <ceder@ingate.com>  (tiny change)
1028         * etags.c (gperf, in_word_set): Change attribute for Java to
1029         (C_JAVA & ~C_PLPL).  The previous change introduced 2004-09-13 was
1030         broken, as (C_JAVA & !C_PLPL) always evaluates to 0.  This caused
1031         import, package, extends, implements and interface to be treated
1032         specially for all kinds of C-style files, not just Java files.
1034 2007-01-02  Francesco Potortì  <pot@gnu.org>
1036         * etags.c (longopts): New undocumented option --no-duplicates.
1037         (no_duplicates): Static variables for the above option.
1038         (print_help): Do not print help for --no-warn, now undocumented.
1039         (add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
1040         (main): Pass the -u option to sort in ctags mode.
1042 2006-12-28  Francesco Potortì  <pot@gnu.org>
1044         * etags.c (readline): When creating a relative file name from a
1045         #line directive, leave the file name alone.  The previous
1046         behavior was to make it relative to the tags file directory,
1047         under the hypothesis that the #line directive file name was
1048         relative to the directory of the tagged file.  That hypothesis is
1049         wrong with Cpp and Lex.
1050         (Makefile_targets): Do not include spaces in tag names.
1052 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1054         * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl)
1055         (movemail, fakemail, sorted-doc, digest-doc, emacsclient)
1056         (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD).
1057         ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
1058         ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
1059         ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
1060         ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
1061         ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
1062         (clean): Delete stamp_BLD.
1064 2006-12-20  Francesco Potortì  <pot@gnu.org>
1066         * etags.c (C_entries): DEFUN names were longer by one: corrected.
1068 2006-12-18  Juanma Barranquero  <lekktu@gmail.com>
1070         * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables.
1071         [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
1072         (main) [WINDOWSNT]: Remove code to release the focus; call
1073         w32_give_focus instead.
1075 2006-12-15  Juanma Barranquero  <lekktu@gmail.com>
1077         * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
1078         (execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
1079         (fail): Remove Windows-specific fix (subsumed into w32_execvp).
1080         Suggestions and comment by Eli Zaretskii.
1082 2006-12-06  Christoph Conrad  <christoph.conrad@gmx.de>
1084         * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
1085         Use $(USER32) for compatibility with Visual Studio .NET 2003.
1087 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
1089         * emacsclient.c (emacs_pid): New variable.
1090         (message): Remove leftover code.
1091         (get_server_config): Set emacs_pid.  Don't allow Emacs to grab the
1092         focus yet; emacsclient can still display an informational message
1093         before sending requests to Emacs.
1094         (main): Allow Emacs to grab the focus.  Simplify message() call.
1096 2006-11-30  Michael Mauger  <mmaug@yahoo.com>
1098         * emacsclient.c (message): Make sure the message is properly
1099         written even if it contains printf escapes, and flush the result.
1100         (set_tcp_socket): Make the message for non-local connections
1101         informational rather than an error.
1103 2006-11-28  Kevin Ryde  <user42@zip.com.au>
1105         * etags.c (readline): Check for double quote after #line.
1107 2006-11-28  Jan Djärv  <jan.h.d@swipnet.se>
1109         * etags.c (readline): sscanf could in principle return 2.
1111 2006-11-28  Francesco Potortì  <pot@gnu.org>
1113         * etags.c (readline): lno is unsigned.
1114         (TeX_commands): Use p++ (rather than *p++) to increment p.
1115         (Lua_functions): Explicitly discard LOOKING_AT's return value.
1117 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
1119         * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).
1120         ($(TRES)): New rule (copied from nt/makefile.w32-in).
1121         ($(BLD)/emacsclientw.exe): Add dependency.
1123 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
1125         * makefile.w32-in ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.
1127 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1129         * makefile.w32-in (VERSION): New macro.
1130         (ECLIENT_CFLAGS): Add -DVERSION.
1132 2006-11-25  Jason Rumney  <jasonr@gnu.org>
1134         * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
1136 2006-11-24  Michael Mauger  <mmaug@yahoo.com>
1138         * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute
1139         file names with forward slashes.
1141 2006-11-23  Juanma Barranquero  <lekktu@gmail.com>
1143         * emacsclient.c (print_help_and_exit): Tweak message contents and
1144         tabs/spaces to improve alignment in message boxes.
1146 2006-11-22  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1148         * emacsclient.c: Include <stdarg.h>.
1149         [WINDOWSNT]: Include <windows.h>.
1150         (w32_check_console_app): New function.
1151         (message): New function.
1152         (decode_options, print_help_and_exit, fail, main)
1153         (initialize_sockets, get_server_config, set_tcp_socket)
1154         (set_local_socket, set_socket): Use message().
1156 2006-11-13  Jason Rumney  <jasonr@gnu.org>
1158         * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
1159         HAVE_INET_SOCKETS.
1161 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
1163         * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe.
1164         ($(BLD)/emacsclientw.exe): New target.
1165         (install): Install emacsclientw.exe.
1166         ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets.
1167         (ECLIENT_CFLAGS): Remove redundant flags.
1169         * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
1171 2006-11-13  Jason Rumney  <jasonr@gnu.org>
1173         * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
1175 2006-11-10  David Reitter  <david.reitter@gmail.com>
1177         * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
1179 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
1181         * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
1182         FARPROC to avoid a compiler warning.
1184 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
1186         * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server
1187         file on APPDATA if it doesn't exist on HOME, even if HOME is defined.
1189         * emacsclient.c (get_server_config): Extract also the Emacs pid
1190         from the server file.  On Windows, try to force the Emacs frame to
1191         the foreground.
1193 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
1195         * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
1196         option --socket-name.
1197         (decode_options): Don't get EMACS_SERVER_FILE here, it could override
1198         command line options.
1199         (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
1200         (fail): Don't check for missing arguments, it is now done in set_socket.
1201         (file_name_absolute_p): New function (loosely based on the one in
1202         fileio.c).
1203         (initialize_sockets): Don't check for duplicate loading of Winsock.
1204         (get_server_config): Only try relative paths in the default
1205         directory locations.
1206         (set_tcp_socket): Don't call INITIALIZE().  Warn when connecting to
1207         a remote server.
1208         (set_socket): Call INITIALIZE().  Search explicit command-line
1209         arguments, then environment variable EMACS_SERVER_FILE, then implicit
1210         socket paths, before trying the alternate editor.
1211         (main): Use file_name_absolute_p.
1213 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
1215         * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
1216         file if it doesn't already exist.
1218 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1220         * emacsclient.c (initialize_sockets): Don't initialize Winsock
1221         more than once.
1223 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
1225         * Makefile.in (INSTALL_SCRIPT): New macro.
1226         ($(DESTDIR)${archlibdir}, install): Use it, instead of INSTALL_PROGRAM.
1228 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
1230         * grep-changelog: When called with no arguments (not even a
1231         filter), show help instead of blindingly dumping every single
1232         ChangeLog available.  Doc fix.  Update version.
1234 2006-11-02  Tim Van Holder  <tim.vanholder@gmail.com>  (tiny change)
1236         * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS.
1237         [!WINDOWSNT]: Include <netinet/in.h> if available.
1238         [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
1239         (IOCTL, IOCTL_BOOL_ARG): Remove.
1240         (set_tcp_socket): Don't set the socket in blocking mode.
1241         Remove c_arg.
1243 2006-11-01  Juanma Barranquero  <lekktu@gmail.com>
1245         * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
1246         execvp to point to alternate_editor (otherwise .BAT scripts can't run).
1248 2006-10-31  Óscar Fuentes  <ofv@wanadoo.es>  (tiny change)
1250         * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
1251         (close_winsock): Declare as __cdecl.
1253 2006-10-31  Jan Djärv  <jan.h.d@swipnet.se>
1255         * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available.
1256         (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO
1257         to set the socket in non-blocking mode.
1259 2006-10-31  Tim Van Holder  <tim.vanholder@gmail.com>  (tiny change)
1261         * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
1262         (INVALID_SOCKET): Define.
1263         (initialize_sockets): Put #endif at the right place.
1264         (set_local_socket): Use progname, not argv[0].
1266 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
1268         * makefile.w32-in (ALL): Add emacsclient.
1269         (ECLIENT_CFLAGS, ECLIENTOBJS): New macros.
1270         (emacsclient, $(BLD)/emacsclient.exe): New targets.
1271         (install): Install emacsclient.
1273         * emacsclient.c: Add support for TCP sockets.
1274         (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL)
1275         (INITIALIZE): New macros.
1276         (IOCTL_BOOL_ARG): New typedef.
1277         (server_file): New global variable.
1278         (longopts): New option --server-file.
1279         (decode_options): Process new option --server-file and environment
1280         variable EMACS_SERVER_FILE.
1281         (print_help_and_exit): Document new option.
1282         (fail): If no connection available and no alternate editor,
1283         suggest using options to make them explicit.
1284         (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants.
1285         (send_buffer, sblen): New variables.
1286         (send_to_emacs): New function to buffer output and send it with `send'.
1287         (quote_file_name): Use SEND_STRING.
1288         (close_winsock, initialize_sockets): New functions to load and
1289         unload Winsock.
1290         (get_server_config, set_tcp_socket): New functions to create and
1291         set up TCP sockets.
1292         (set_local_socket): New function to create and set up Unix
1293         socket (code moved from previous implementation).
1294         (set_socket): New function to choose between TCP and Unix sockets.
1295         (main): Use SEND_STRING and SEND_QUOTED.  Most code moved to
1296         set_local_socket.  Use set_socket.  Get answers from server.el with
1297         recv(), not file stream functions.
1299 2006-10-09  Eli Zaretskii  <eliz@gnu.org>
1301         * makefile.w32-in (../src/config.h): Fix error message.
1303 2006-09-30  Eli Zaretskii  <eliz@gnu.org>
1305         * .cvsignore: Add blessmail.
1307 2006-09-15  Jay Belanger  <belanger@truman.edu>
1309         * COPYING: Replace "Library Public License" by "Lesser Public
1310         License" throughout.
1312 2006-08-09  Jan Djärv  <jan.h.d@swipnet.se>
1314         * etags.c (readline): Expect sscanf returns >= 1.
1315         (readline): Change position on %n and \" in sscanf.
1317 2006-08-07  Masatake YAMATO  <jet@gyve.org>
1319         * etags.c (readline): Expect sscanf returns 2, not 1.
1321 2006-08-07  Masatake YAMATO  <jet@gyve.org>
1323         * etags.c (TEX_mode): Check getc returns EOF.
1324         File ended without newline causes infinite loop.
1326 2006-07-30  Adrian Aichner  <adrian@xemacs.org>  (tiny change)
1328         * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
1330 2006-07-30  Francesco Potortì  <pot@gnu.org>
1332         * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined.
1333         [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined.
1334         (Objc_suffixes): Suggest using --lang=c for full help.
1335         (C_entries): Initialise savetoken to 0 to shut up the compiler.
1337 2006-07-20  Andreas Schwab  <schwab@suse.de>
1339         * fakemail.c (fatal): Drop second parameter and treat first
1340         parameter as a plain string.  Callers changed.
1342 2006-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
1344         * ebrowse.c (usage, version): Mark as NO_RETURN.
1346         * emacsclient.c (print_help_and_exit): Likewise.
1348 2006-07-10  Francesco Potortì  <pot@gnu.org>
1350         * etags.c (absolute_filename): Free unused space (cosmetic change).
1351         (in_word_set): In C, also tag #undef symbols.
1353 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
1355         * yow.c: Remove file.
1357         * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
1359         * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
1360         yow${EXEEXT}: Remove target.
1362 2006-06-04  Masatake YAMATO  <jet@gyve.org>
1364         * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
1365         doesn't exist, is not seekable, not is failed in ftall.
1367 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
1369         * makefile.w32-in (ALL): Add sorted-doc and digest-doc.
1370         ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe)
1371         ($(BLD)/test-distrib.exe): New targets.
1372         (sorted-doc, digest-doc, test-distrib): New targets.
1373         (install): Install sorted-doc.exe and digest-doc.exe.
1374         ($(BLD)/sorted-doc.$(O)): Update dependencies.
1376         * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
1377         (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
1378         terminal device.
1380         * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
1381         [WINDOWSNT] <top level>: Don't redeclare malloc.
1382         (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
1383         terminal device.
1384         (main): Initialize bp, to avoid compiler warnings.
1386         * makefile.w32-in: Delete traces of leditcfns.c.
1388         * leditcfns.c: Remove file.
1390 2006-05-23  Francesco Potortì  <pot@gnu.org>
1392         * pop.c (pop_open, socket_connection, KPOP_SERVICE):
1393         Add comments explaining why the "kpop" service is never used.
1395 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
1397         * makefile.w32-in (lisp1): Add fringe.elc.
1399 2006-05-02  Francesco Potortì  <pot@gnu.org>
1401         * etags.c (Perl_functions): Free space allocated for var package.
1402         (Erlang_functions): Possibly free space allocated for var last.
1403         (Prolog_functions): Possibly free space allocated for var last.
1405 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
1407         * sorted-doc.c (main): Initialize docs to NULL.
1409         * yow.c (yow): Free buf.
1411         * etags.c: Delete c-indentation-style local variable.
1413 2006-04-29  Richard Stallman  <rms@gnu.org>
1415         * movemail.c (main): Check for negative value from `read'.
1417         * fakemail.c (read_header): Give fatal error if input has no header.
1419 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1421         * b2m.c (main): Don't include <limits.h>.
1422         (TM_YEAR_BASE): New macro.
1423         (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
1424         that s/ files can override this.  Use the more-conservative range
1425         1000-9999.
1426         (main): Check for asctime returning NULL.
1427         * fakemail.c: Likewise.
1429 2006-03-27  Paul Eggert  <eggert@cs.ucla.edu>
1431         * b2m.c: Include <limits.h>.
1432         (TM_YEAR_IN_ASCTIME_RANGE): New macro.
1433         (main): Check for out-of-range time stamps.
1434         * fakemail.c: Likewise.
1436 2006-03-18  Andre Spiegel  <spiegel@gnu.org>
1438         * vcdiff: Use "echo" as a default for $echo, otherwise we'll
1439         execute $DIFF twice, and once with the wrong options.
1441 2006-02-23  Claudio Fontana  <claudio@gnu.org>
1443         * Makefile.in (install, uninstall): Add DESTDIR variable to
1444         support staged installations.
1446 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
1448         * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc.
1449         (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc,
1450         international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc.
1451         Rearrange the list to be similar to $(shortlisp) in
1452         src/Makefile.in.
1453         (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc,
1454         emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc,
1455         jit-lock.elc.  Rearrange the list to be similar to $(shortlisp) in
1456         src/Makefile.in.
1458 2005-12-22  Richard M. Stallman  <rms@gnu.org>
1460         * Makefile.in (update-game-score.o): Delete spurious final `\'.
1462 2005-11-18  Hideki IWAMOTO  <h-iwamoto@kit.hi-ho.ne.jp>  (tiny change)
1464         * etags.c (main): Cxref mode writes to stdout: do not close tagf,
1465         which was never opened.
1467 2005-10-20  Olli Savia  <ops@iki.fi>  (tiny change)
1469         * etags.c: Undef STDIN if defined.  (LynxOS defines it in system
1470         header files.)
1472 2005-09-27  Francesco Potortì  <pot@gnu.org>
1474         * etags.c: Preliminary Forth support.
1475         (prolog_pr): Cast strlen to int before comparison.
1476         (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
1477         the second argument is indeed a literal string.
1478         (main): In append mode, sort the tags file after writing it.
1480 2005-09-27  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
1482         * etags.c (longopts, print_help, main): The -a (--append) option
1483         can be used in ctags also; for one, the Linux make file uses it.
1485 2005-09-20  Chong Yidong  <cyd@stupidchicken.com>
1487         * ebrowse.c (add_sym): Compare namespace names instead of
1488         namespace objects.  This prevents the parser from incorrectly
1489         treating classes whose superclass is in another namespace.
1491 2005-09-15  Richard M. Stallman  <rms@gnu.org>
1493         * Makefile.in (update-game-score.o): New target.
1494         Compile and link this program separately.
1495         (update-game-score${EXEEXT}): Use GETOPTDEPTS.
1497 2005-09-11  Jason Rumney  <jasonr@gnu.org>
1499         * makefile.w32-in (../src/config.h): Don't overwrite.  Print a
1500         message instead.
1501         (../src/paths.h): Remove.
1503 2005-07-27  Juanma Barranquero  <lekktu@gmail.com>
1505         * .cvsignore: Don't ignore fns-* and fns.el, which are no longer
1506         generated.  Ignore also ctags.c and getopt.h.
1508         * makefile.w32-in (clean): Delete getopt.h.
1509         (getopt.h): New rule.
1511 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
1513         Merge gnulib getopt implementation into Emacs.
1515         * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
1516         (GETOPT_H): New macro, from gnulib.
1517         (getopt.h): New rule, from gnulib.
1518         (GETOPTOBJS): Now autoconfigured.
1519         (GETOPTDEPS): getopt.h is now autoconfigured.
1520         (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
1521         (getopt.o): Depend on ${srcdir}/gettext.h.
1522         (movemail.o): Depend on $(GETOPT_H).
1523         * getopt.c, getopt1.c: Sync from gnulib.
1524         * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
1525         * getopt.h: Removed (now is getopt_.h).
1527 2005-07-13  Ken Raeburn  <raeburn@gnu.org>
1529         * pop.c: Don't include des.h (or variants thereof); krb.h will do it.
1530         (sendline): Add the \r\n to the line in a temporary buffer, and write
1531         it all at once.
1533 2005-07-04  Lute Kamstra  <lute@gnu.org>
1535         Update FSF's address in GPL notices.
1537 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
1539         * makefile.w32-in ($(DOC)): Fix last change.
1541 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
1543         * makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
1544         temacs.exe, and the preloaded *.elc files.  This avoids
1545         unnecessary dumping and DOC rebuilding.
1547 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
1549         * ntlib.h (fileno): Don't define if already defined.
1551 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1553         * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found.
1554         (yow): Use EXIT_FAILURE in case of memory error.
1556 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1558         * make-docfile.c (DIRECTORY_SEP): New macro.
1559         (IS_DIRECTORY_SEP): Use it.
1561 2005-03-18  Jan Djärv  <jan.h.d@swipnet.se>
1563         * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
1565 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1567         * make-docfile.c: Undo previous change.
1569 2005-02-04  Andreas Schwab  <schwab@suse.de>
1571         * movemail.c (fatal): Accept third parameter and pass down to error.
1572         (pfatal_with_name): Pass error string as format parameter instead of
1573         as part of format string.
1574         (pfatal_and_delete): Likewise.
1575         (main): Adjust call to fatal.
1576         (xmalloc): Likewise.
1578 2005-01-29  Richard M. Stallman  <rms@gnu.org>
1580         * movemail.c (popmail): Don't use Errmsg as format string.
1582 2004-12-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1584         * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
1586 2004-12-15  Andreas Schwab  <schwab@suse.de>
1588         * etags.c (main): Fix typo in conversion of LONG_OPTIONS from
1589         preprocessing to compile time constant.
1591 2004-11-17  Kim F. Storm  <storm@cua.dk>
1593         * etags.c: Undo last change.
1595 2004-11-09  Kim F. Storm  <storm@cua.dk>
1597         * make-docfile.c (scan_c_file): Set defvarperbufferflag to
1598         silence compiler.
1600         * hexl.c (main): Init local var c to silence compiler.
1602         * etags.c (main, consider_token, C_entries): Add misc switch
1603         default targets to silence compiler.
1605 2004-11-09  Jan Djärv  <jan.h.d@swipnet.se>
1607         * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
1608         resulting DOC file can be used on Unix/Mac also.
1610 2004-09-13  Francesco Potortì  <pot@gnu.org>
1612         * etags.c (main): When relative file names are given as argument,
1613         make them relative to the current working dir, rather than
1614         relative to the output tags file, if the latter is in /dev.
1616 2004-09-13  Francesco Potortì  <pot@gnu.org>
1618         * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
1619         <stdlib.h> is available.
1620         (enum sym_type): New st_C_attribute value for parsing
1621         gcc's __attribute__.  Deleted st_C_typespec value.
1622         (gperf, in_word_set): Use gperf 3, options changed.  Added the
1623         __attribute__ keyword, removed all the st_C_typespec keywords,
1624         changed attribute for Java to (C_JAVA & !C_PLPL).
1625         (inattribute): New global bool, part of the C state machine.
1626         (cblev): Identifier renamed to bracelev throughout.
1627         (consider_token, C_entries): Numerous changes for making the
1628         parser more robust and adding support for __attribute__.
1630 2004-09-13  David A. Capello  <dacap@users.sourceforge.net>  (tiny change)
1632         * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
1633         Support the Lua scripting language <http://www.lua.org>.
1635 2004-09-08  Francesco Potortì  <pot@gnu.org>
1637         * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef)
1638         for ease of use.
1640 2004-07-17  Richard M. Stallman  <rms@gnu.org>
1642         * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
1644 2004-06-01  Juanma Barranquero  <lektu@terra.es>
1646         * makefile.w32-in (obj): Add image.c.
1648 2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
1650         * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
1652 2004-05-08  Jason Rumney  <jasonr@gnu.org>
1654         * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
1655         command-lines.
1657 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1659         * cvtmail.c: Throughout, replace 0 destined for `exit' arg
1660         with `EXIT_SUCCESS'.  Likewise, replace 1 with `EXIT_FAILURE'.
1661         (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
1663         * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
1664         * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
1665         * test-distrib.c, update-game-score.c, yow.c: Likewise.
1667 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1669         * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
1671 2004-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
1673         * b2m.c (GOOD, BAD): Delete macros.  Throughout,
1674         replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
1675         (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
1677         * etags.c: Likewise.
1679 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1681         * makefile.nt: Remove.
1683 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
1685         * make-docfile.c (IS_DIRECTORY_SEP): New macro.
1686         (put_filename): Remove unused variable len.  Use IS_DIRECTORY_SEP
1687         instead of a literal '/'.
1689 2004-04-23  Juanma Barranquero  <lektu@terra.es>
1691         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1693 2004-04-17  Paul Eggert  <eggert@gnu.org>
1695         * rcs2log (Help): Clarify wording of the usage message.
1696         Problem reported by Alan Mackenzie in
1697         <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
1699 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1701         * make-docfile.c (xmalloc): Fix return type.
1702         (put_filename): New fun.
1703         (scan_file): Use it.
1705 2004-03-09  Juanma Barranquero  <lektu@terra.es>
1707         * grep-changelog: Changes to support ChangeLog.10+.
1708         (main): Tidy up usage string.  Fix "Use of uninitialized value"
1709         warning.  Set version to 0.2.  Parse the directory listing to get
1710         any ChangeLog.n file, not just 1..9.
1711         (header_match_p, entry_match_p, print_log, parse_changelog):
1712         Remove Perl prototypes (their purpose is to help the parser, which
1713         isn't needed here, not declare arguments).
1714         (parse_changelog): Make --reverse faster on big batches by not
1715         modifying the entries list.
1717 2004-03-01  Juanma Barranquero  <lektu@terra.es>
1719         * makefile.w32-in (obj): Add fringe.c.
1721 2004-02-14  Paul Eggert  <eggert@twinsun.com>
1723         * rcs2log: Work correctly if CVSROOT specifies :fork: or
1724         :local: methods, or omits the colon between the hostname
1725         and the path.  Allow :/ in repository path, since CVS does.
1726         Fix typo: "pository" should be set from $CVSROOT, not $repository.
1727         This fixes a bug reported by Wolfgang Scherer in
1728         <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
1729         along with some related bugs I discovered by inspecting how
1730         CVS itself parses $CVSROOT.
1732 2004-02-04  Jérôme Marant  <jmarant@nerim.net>  (tiny change)
1734         * emacsclient.c (decode_options): Fix handling of alternate editor.
1736 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1738         * emacsclient.c (main): Don't use the hostname in the socket name.
1739         Look for relative socket names in the /tmp dir rather than in cwd.
1741 2004-01-24  Richard M. Stallman  <rms@gnu.org>
1743         * emacsclient.c (main): Restore errno from saved_errno,
1744         so the error message comes from socket_status.
1746 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1748         * emacsclient.c (main): Stop if socket name too long.
1749         Only try su-fallback if the socket name was not explicit.
1750         Check socket name length in su-fallback case as well.
1752 2004-01-08  Andreas Schwab  <schwab@suse.de>
1754         * emacsclient.c (main): Save errno from socket_status.
1756 2004-01-04  Andreas Schwab  <schwab@suse.de>
1758         * emacsclient.c (main): Fix socket name when using another user.
1760 2003-12-27  Paul Eggert  <eggert@twinsun.com>
1762         * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
1763         a tag, and if the user has not specified an rlog option.
1764         Adapted from a suggestion by Martin Stjernholm in
1765         <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
1766         (Copyright): Update to 2003.
1768 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
1770         * make-docfile.c (main): For return code, no longer special-case VMS.
1771         Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
1773 2003-09-28  Andreas Büsching  <crunchy@tzi.de>  (tiny change)
1775         * emacsclient.c (quote_file_name): Print the result instead of
1776         returning it.  Fix the return type accordingly.
1777         (main): With --eval, if no file name, read from stdin.
1778         Quote file names.
1780 2003-09-10  Richard M. Stallman  <rms@gnu.org>
1782         * emacsclient.c (main): Use socket_name.
1784 2003-09-10  Andreas Büsching  <crunchy@tzi.de>  (tiny change)
1786         * emacsclient.c (socket_name): New variable.
1787         (longopts, decode_options, print_help_and_exit):
1788         Handle --socket-name argument.
1790 2003-08-25  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1792         * etags.c (consider_token): Check C++ `operator' only when the
1793         token len is long enough.
1795 2003-08-20  Dave Love  <fx@gnu.org>
1797         * Makefile.in: Remove obsolete references to alloca.
1799 2003-07-29  Ken Brush  <ken@wirex.com>
1801         * emacsclient.c (main)
1802         * etags.c (suggest_asking_for_help)
1803         * movemail.c (main): Fix having macros in a printf statement.
1805 2003-05-31  Juanma Barranquero  <lektu@terra.es>
1807         * makefile.w32-in (lisp): Fix references to byte-run.el,
1808         float-sup.el and map-ynp.el, which are now in emacs-lisp.
1810 2003-05-22  Dave Love  <fx@gnu.org>
1812         * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
1813         (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
1815 2003-05-20  Dave Love  <fx@gnu.org>
1817         * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
1819         * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
1821 2003-04-27  Oliver Scholz  <alkibiades@gmx.de>
1823         * update-game-score.c (read_scores): Fix corruption of scores on read.
1825 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
1827         * emacsclient.c (main): Use new safe location for socket.
1829 2003-03-12  Tom Tromey  <tromey@redhat.com>
1831         * emacsclient.c (print_help_and_exit): Print to stdout.
1832         Exit successfully.  Added some blank lines for readability.
1833         (decode_options): Don't call print_help_and_exit in default case.
1834         Print version information to stdout.
1835         (main): Don't call print_help_and_exit.
1837 2003-02-15  Richard M. Stallman  <rms@gnu.org>
1839         * cvtmail.c: Cast result of malloc and realloc.
1840         Don't include stdlib.h, because config.h does.
1841         (malloc, realloc): Declarations deleted.
1843         * yow.c (yow): Cast result of malloc and realloc.
1844         (malloc, realloc): Declarations deleted.
1846 2003-02-11  Juanma Barranquero  <lektu@terra.es>
1848         * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
1850 2003-02-08  Andreas Schwab  <schwab@suse.de>
1852         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
1853         instead of the substitution.
1855 2003-02-04  Richard M. Stallman  <rms@gnu.org>
1857         * update-game-score.c (push_score, read_scores): Cast values
1858         of malloc and realloc.
1859         (main, lock_file): Avoid assignment inside if.
1861 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1863         * Makefile.in: Use @EXEEXT@ for Cygwin.
1865 2003-01-21  Dave Love  <fx@gnu.org>
1867         * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
1868         column-0 `('.
1870         * yow.c: Don't include string.h.
1872 2003-01-20  Richard M. Stallman  <rms@gnu.org>
1874         * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
1875         New targets.
1877 2003-01-06  Kim F. Storm  <storm@cua.dk>
1879         * pop.c (__P): Rename from _P to avoid problems on Cygwin.
1880         All uses changed.
1882 2002-12-18  Andrew Innes  <andrewi@gnu.org>
1884         * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
1885         because GNU make doesn't append when using >> redirection.
1887 2002-12-12  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1889         * b2m.pl: Make sure every message ends with a blank line, because
1890         some mbox parsers require a blank line before "From " lines.
1892 2002-12-08  Richard M. Stallman  <rms@gnu.org>
1894         * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
1895         (_): Test only HAVE_LIBINTL_H to decide what to do.
1897 2002-12-05  Richard M. Stallman  <rms@gnu.org>
1899         * getopt.c: Comment out include of libintl.h or gettext.h.
1901 2002-12-04  Richard M. Stallman  <rms@gnu.org>
1903         * Update getopt from gnulib version; changes described below.
1905         * getopt1.c: Conditionally find getopt.h.
1906         [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
1908         * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
1909         (libintl.h): Include this if _LIBC.  Otherwise include gettext.h.
1910         (wchar.h): Include, maybe.
1911         (attribute_hidden): Define if not defined.
1912         (__getopt_initialized): Use attribute_hidden.
1913         (__libc_argc, __libc_argv): Renamed from original_argc, etc.
1914         (__getopt_nonoption_flags, nonoption_flags_max_len)
1915         (nonoption_flags_len): Conditional on USE_NONOPTION_FLAGS.
1916         (SWAP_FLAGS): New definitions.
1917         (exchange): Test USE_NONOPTION_FLAGS.
1918         (_getopt_initialize): Test USE_NONOPTION_FLAGS.
1919         (_getopt_internal): Error if argc < 1.  New local var print_errors.
1920         Improve test for ambiguous long option.
1921         Add LIBIO support for error message output.
1922         (NONOPTION_P): Test USE_NONOPTION_FLAGS.
1924         * getopt.h: Maybe include ctype.h.
1925         Treat __cplusplus like __STDC__.
1926         (decls): Use __ in arg names.
1928 2002-12-02  Stephen Eglen  <stephen@gnu.org>
1930         * emacsclient.c (main): Tell user how to start server within Emacs
1931         if socket could not be found.
1933 2002-12-02  Richard M. Stallman  <rms@gnu.org>
1935         * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
1937 2002-11-19  Ben Key  <bkey1@tampabay.rr.com>
1939         * makefile.w32-in: Fixed a bug that caused the documentation for
1940         the built in function play-sound-internal not to be included in
1941         /etc/DOC.
1943 2002-11-18  Dave Love  <fx@gnu.org>
1945         * update-game-score.c: Include unistd.h, string.h, stdlib.h,
1946         fcntl.h, stdarg.h conditionally.
1947         (_GNU_SOURCE, __attribute__): Don't define.
1948         (optarg, optind, opterr): Declare.
1949         (lose, lose_syserr): Use NO_RETURN.
1950         (get_user_id): Use P_.
1952 2002-11-17  Richard M. Stallman  <rms@gnu.org>
1954         * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
1956 2002-11-14  Dave Love  <fx@gnu.org>
1958         * movemail.c (pop_retr): Declare comment.
1960         * make-docfile.c (read_c_string_or_comment): Declare msgno.
1962         * Makefile.in (YACC): Deleted.
1964 2002-10-19  Andreas Schwab  <schwab@suse.de>
1966         * Makefile.in (${archlibdir}): Always create $(gamedir).
1967         (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
1969 2002-10-04  Juanma Barranquero  <lektu@terra.es>
1971         * makefile.w32-in (lisp): Load devanagari.el, not .elc.
1973 2002-09-30  Markus Rost  <rost@math.ohio-state.edu>
1975         * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
1976         completely.
1978 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
1980         * emacsclient.c: Remove SYSV support.
1981         (eval, display): New vars.
1982         (longopts): Add --eval and --display.
1983         (decode_options): Add -e and -d processing.
1984         (print_help_and_exit): Update the usage string.
1985         (main): Add support for --eval and --display.
1986         (main): Always use /tmp and non-qualified hostname.
1988 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
1990         * emacsserver.c: Remove.
1992 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
1994         * emacsclient.c (quote_file_name): Quote \n.
1995         (main): Print a final \n when needed.
1997 2002-09-03  Francesco Potortì  <pot@gnu.org>
1999         * etags.c (regex_tag_multiline, readline): Never pass pfnote a
2000         string that cannot be freed.
2002 2002-08-30  Francesco Potortì  <pot@gnu.org>
2004         * etags.c (consider_token, C_entries): Switch to C++ parsing when
2005         auto-detection is enabled and the `::' qualifier is met.
2006         (consider_token, C_entries): Several bugs corrected that tagged
2007         some declarations even though --declarations was not used.
2008         (plainc): New macro.
2009         (C_entries): Use it.
2010         (C_entries): Several cosmetic changes.
2011         (C_entries): Invalidate the token is some cases.
2013 2002-08-29  Francesco Potortì  <pot@gnu.org>
2015         * etags.c (C_entries): Correct a problem with const C++ funcs.
2016         (ignoreindent): Renamed from noindentypedefs.
2017         (cjava, cplpl): They are now macros instead of local vars.
2019 2002-08-28  Francesco Potortì  <pot@gnu.org>
2021         * etags.c (HTML_labels): Tag ID= also.
2023 2002-08-27  Francesco Potortì  <pot@gnu.org>
2025         * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
2027         * etags.c (HTML_labels): New language HTML.
2028         (etags_strcasecmp): Like BSD's, for compatibility.
2029         (strcaseeq): Make it into a macro.
2031         * etags.c (make_tag): Never generate null length tag names.
2032         (linebuffer_init): Renamed from initbuffer.  All callers changed.
2033         (pattern): Structure renamed to `regexp', member regex renamed to
2034         pattern.
2035         (node_st): Member pat renamed to regex.
2036         (pattern); New member force_explicit_name, for future use.
2037         Now always set to true, cannot be reset.
2038         (add_regex, regex_tag_multiline, readline): Use it.
2039         (main): Free some global structures.
2040         (fdesc): New member `written'.
2041         (readline, process_file): Initialise it.
2042         (put_entries): Set it.
2043         (main): Use it to create entries for files without tags.
2044         (total_size_of_entries): Do not count invalid tags.
2046 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
2048         * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
2049         for the function name in the usage info.
2051 2002-07-31  Colin Walters  <walters@gnu.org>
2053         * update-game-score.c (P_): New macro.  Use it for all prototypes.
2054         (lose): Don't use varargs.
2055         (lose_syserr): New function.
2057         * update-game-score.c: Change all functions to K&R style.
2059 2002-07-30  Andreas Schwab  <schwab@suse.de>
2061         * Makefile.in (localstatedir): New variable.
2063 2002-07-29  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
2065         * b2m.pl: Fix regexp for finding return address fields.
2067 2002-07-15  Stefan Monnier  <monnier@cs.yale.edu>
2069         * make-docfile.c (scan_c_file): Warn about missing `usage' info.
2071 2002-07-05  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
2073         * b2m.pl: Obey the rmail file and use the unpruned header properly.
2075 2002-06-26  Pavel Janík  <Pavel@Janik.cz>
2077         * b2m.pl: New file.
2079 2002-06-21  Francesco Potortì  <pot@gnu.org>
2081         * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels)
2082         (Python_functions, PHP_functions, PHP_functions, PHP_functions)
2083         (PHP_functions, PHP_functions, Cobol_paragraphs)
2084         (Makefile_targets, Postscript_functions, Texinfo_nodes)
2085         (prolog_pr, erlang_func, erlang_attribute)
2086         (Perl_functions, Perl_functions, Pascal_functions)
2087         (TeX_commands, get_tag): Use make_tag instead of pfnote.
2088         (get_tag): Prototype changed, all callers changed.
2090 2002-06-20  Francesco Potortì  <pot@gnu.org>
2092         * etags.c: Implement implicit tag names, that is, unnamed tags
2093         whose name is automatically deduced by etags.el.  The advantage is
2094         that there is no explicit tag name in most tags, so the size of
2095         the tags file is reduced, yet find-tag is able to do a match as
2096         accurate as with named tags.  See the comment in make_tag for details.
2097         (make_tag): New function (was the disabled function new_pfnote).
2098         (make_C_tag): Use it.
2100 2002-06-19  Francesco Potortì  <pot@gnu.org>
2102         * etags.c (add_regex): Invalid regexp modifiers are ignored.
2103         (Makefile_targets): Tag variables unless --no-globals.
2104         (LOOP_ON_INPUT_LINES): Serious bug corrected.
2106 2002-06-13  Francesco Potortì  <pot@gnu.org>
2108         * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
2109         (invalidate_nodes): Bug corrected.
2110         (print_help): Better help for regexps.
2112 2002-06-13  Juanma Barranquero  <lektu@terra.es>
2114         * makefile.w32-in (lisp): Add international/ucs-tables.elc and
2115         font-core.elc.
2117 2002-06-12  Francesco Potortì  <pot@gnu.org>
2119         * etags.c: New multi-line regexp and new regexp syntax.
2120         (arg_type): at_icregexp label removed (obsolete).
2121         (pattern): New member multi_line for multi-line regexps.
2122         (filebuf): A global buffer containing the whole file as a string
2123         for multi-line regexp matching.
2124         (need_filebuf): Global flag raised if multi-line regexps used.
2125         (print_help): Document new regexp modifiers, remove references to
2126         obsolete option --ignore-case-regexp.
2127         (main): Do not set regexp syntax and translation table here.
2128         (main): Treat -c option as a backward compatibility hack.
2129         (main, find_entries): Init and free filebuf.
2130         (find_entries): Call regex_tag_multiline after the regular parser.
2131         (scan_separators): Check for unterminated regexp and return NULL.
2132         (analyse_regex, add_regex): Remove the ignore_case argument, which
2133         is now a modifier to the regexp.  All callers changed.
2134         (add_regex): Manage the regexp modifiers.
2135         (regex_tag_multiline): New function.  Reads from filebuf.
2136         (readline_internal): If necessary, copy the whole file into filebuf.
2137         (readline): Skip multi-line regexps, leave them to regex_tag_multiline.
2139 2002-06-11  Francesco Potortì  <pot@gnu.org>
2141         * etags.c (add_regex): Better check for null regexps.
2142         (readline): Check for regex matching null string.
2143         (find_entries): Reorganization.
2145 2002-06-07  Francesco Potortì  <pot@gnu.org>
2147         * etags.c (scan_separators): Support all character escape
2148         sequences supported by Gcc.
2149         (find_entries): Rewind unconditionally.
2150         (find_entries): Do not call language functions directly, now calls
2151         itself.
2152         (find_entries): Do general initialisations here.
2153         (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
2154         (Ada_getit, Pascal_functions, Pascal_functions)
2155         (prolog_skip_comment): Do not do them here.
2156         (readline_internal): Increment lineno here.
2157         (readline): Conditionally undo readline_internal increment.
2158         (readline): Do not return a value.
2160 2002-06-06  Francesco Potortì  <pot@gnu.org>
2162         * etags.c: New option --parse-stdin=FILE.
2163         (enum arg_type): New label at_stdin.
2164         (STDIN): New constant.
2165         (parsing_stdin): New flag.
2166         (longopts): New option --parse-stdin=NAME.
2167         (print_help): Document it.
2168         (main): Handle it.
2169         (process_file): Split into process_file and process_file_name.
2170         (process_file_name): New function.
2172         * etags.c: Improvements and bug squashing in TeX handling.
2173         (TeX_commands): Skip comments.
2174         (TEX_defenv): Now contains more constructs.
2175         (TEX_cmt): Make it a static char and move it before TeX_commands.
2176         (TeX_commands): Shorten the tag to the brace after the name.
2177         (TeX_commands): Names now include the initial backslash.
2178         (TeX_commands): Names do not include numeric args #n.
2179         (TeX_commands): Correct line char number in tags.
2180         (TEX_tabent, TEX_token): Deleted.
2181         (TeX_commands, TEX_decode_env): Streamlined.
2183 2002-06-05  Francesco Potortì  <pot@gnu.org>
2185         * etags.c (main): Avoid a buffer overrun with sprintf.
2187 2002-05-30  Richard M. Stallman  <rms@gnu.org>
2189         * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL.
2190         (LIBS_MOVE): Renamed from MOVE_LIBS.
2192 2002-05-26  Paul Eggert  <eggert@twinsun.com>
2194         Reinstate the following change from 2002-03-22, which was
2195         inadvertently lost on 2002-04-13.
2197         * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
2198         `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
2199         the latter usage.
2201 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
2203         * pop.c (socket_connection): Move the code to resolve the POP
2204         host right before trying to connect with it.
2206 2002-05-05  Eli Zaretskii  <eliz@is.elta.co.il>
2208         * tcp.c: Delete file since the TCP emulation is no longer in use on any
2209         platform.
2211 2002-04-28  Colin Walters  <walters@verbum.org>
2213         * Makefile.in (${archlibdir}): Don't conditionalize on
2214         HAVE_SHARED_GAME_DIR.  Instead, test at installation time whether
2215         or not we have access to the specified game user.
2217         * update-game-score.c (SCORE_FILE_PREFIX): Delete.
2218         (main): New argument -d, for specifying directory.
2219         (usage): Document.
2220         (get_user_id): Compute.
2221         (get_home_dir): Deleted.
2222         (get_prefix): New function, taken from main.
2223         (main): Check whether or not we are running setuid.  Move prefix
2224         computation to get_prefix.  Don't call getpwent; we don't need to
2225         any more.  Instead, move it to get_user_id().
2227 2002-04-24  Pavel Janík  <Pavel@Janik.cz>
2229         * ebrowse.c (skip_initializer): Return void.
2231 2002-04-23  Colin Walters  <walters@verbum.org>
2233         * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
2234         space.
2236 2002-04-22  Francesco Potortì  <pot@gnu.org>
2238         * etags.c (last_node): Make it a global variable.
2239         (process_file): Print the tags from the nodes as soon as
2240         possible, and delete the nodes.  This brings down the memory
2241         occupancy as etags to almost the same level as when the #line
2242         directives were not parsed.
2243         (free_fdesc): New function.
2244         (find_entries): Use it.
2245         (invalidate_nodes): In etags mode, do not just mark the nodes as
2246         invalid, do delete them.
2248 2002-04-21  Gerd Moellmann  <gerd@gnu.org>
2250         * ebrowse.c (add_declarator): Test *CLS instead of CLS.
2252 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
2254         * update-game-score.c: Move config.h before the other headers, to
2255         avoid compiler warnings.
2257 2002-04-16  Francesco Potortì  <pot@gnu.org>
2259         * etags.c (find_entries): Bug fix in list management.
2261 2002-04-15  Francesco Potortì  <pot@gnu.org>
2263         * etags.c (get_language_from_filename): Add one argument.
2264         (strcaseeq): New function.
2265         (get_language_from_filename): Use it to do a case insensitive
2266         comparison if called with appropriate args.
2267         (find_entries): Try with case insensitive match.
2268         (process_file): Bug fixed.
2270 2002-04-13  Francesco Potortì  <pot@gnu.org>
2272         * etags.c (find_entries): Delete tags previously obtained from
2273         file xxx.c's #line directives when parsing file xxx.y.  This is
2274         generally done for automatically generated files containing
2275         #line directives.  This handles the case when xxx.y is tagged
2276         before xxx.c, and the entries of xxx.c pointing to xxx.y should
2277         be discarded.
2278         (language): Add the metasource member.  Initializers changed.
2279         (invalidate_nodes): New function.
2280         (readline): Discard lines after having found a #line
2281         directive pointing to an already tagged file.  This handles the
2282         case when xxx.y is tagged before xxx.c, and the entries of
2283         xxx.c pointing to xxx.y should be discarded.
2284         (fdesc): New structure for keeping track of input files.
2285         (fdesc): Remove `file' member (a string) and use instead a pointer
2286         to a file description structure.
2287         (curfile, curfiledir, curtagfname, curlang, nocharno)
2288         (forced_lang): Global variables removed in favor of fdhead and
2289         curfdp, pointers to file description structures.
2290         (longopts, main, print_help): Use the CTAGS conditional to include
2291         or exclude options that work on etags or ctags only.
2292         (process_file, find_entries, pfnote, add_node, put_entries)
2293         (readline): Use fdhead and curfdp.
2294         (process_file, find_entries): Do not take an arg string, all
2295         callers changed.
2297         * etags.c (longopts, print_help, main): Test CTAGS to disallow
2298         options that are not right for either etags or ctags.
2300         * etags.c (number_len, total_size_of_entries): Define them also
2301         in CTAGS mode, because gcc does not compile all refs away.
2303 2002-04-14  Colin Walters  <walters@debian.org>
2305         * update-game-score.c (lock_file): If the lock file is older than
2306         an hour, delete it.  Reset attempts to zero if we have to break
2307         the lock.
2309 2002-04-14  Andreas Schwab  <schwab@suse.de>
2311         * update-game-score.c (read_score): Fix type of second parameter
2312         of getdelim to be of type size_t instead of int.  Use 0 instead of
2313         ESUCCES.
2315 2002-04-10  Colin Walters  <walters@verbum.org>
2317         * update-game-score.c (toplevel): Include stdarg.h.
2318         (MAX_DATA_LEN, MAX_SCORES): New.
2319         (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
2320         default to ~/.emacs.d/games.
2321         (get_user_id): Don't zero uid in the case where we can't get the
2322         username.
2323         (lose): New function.
2324         (main): Actually use `max', and default it to MAX_SCORES.
2325         Correctly handle new default for SCORE_FILE_PREFIX.  Use `lose'
2326         function.
2327         (read_score): Handle the case of reading unamelen characters, then
2328         finishing.  Use mktemp if mkstemp isn't available.
2329         (lock_file, unlock_file): Delete unused versions.
2330         (lock_file): Always sleep, even if we unlinked the lock file.
2332         * Makefile.in (gamedir, gameuser): New variables.
2333         (toplevel, UTILITIES): Add update-game-score.
2334         (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
2336 2002-04-07  Colin Walters  <walters@verbum.org>
2338         * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
2339         (get_user_id): Take struct passwd as an argument.
2340         (get_home_dir): New function.
2341         (main): Read in user information here.  Discover home directory if
2342         necessary.
2343         (read_score): Trim newline only in `getline' case.
2345 2002-04-05  Colin Walters  <walters@debian.org>
2347         * update-game-score.c (toplevel): Include pwd.h.
2348         (struct score_entry): Add username field.
2349         (push_score): Use it.
2350         (get_user_id): New function.
2351         (main): Don't malloc excessively.
2352         (main): Use username field.
2353         (read_score): Read it.
2354         (push_score): Handle it.
2355         (write_scores): Write it.
2356         (read_score): Handle arbitrary length data.
2358 2002-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2360         * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
2362 2002-03-29  Gerd Moellmann  <gerd@gnu.org>
2364         * ebrowse.c (add_declarator, skip_initializer): New functions.
2365         (declaration): Use them.
2367 2002-03-28  Jason Rumney  <jasonr@gnu.org>
2369         * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
2371 2002-03-27  Colin Walters  <walters@debian.org>
2373         * update-game-score.c: New file.
2375 2002-03-22  Paul Eggert  <eggert@twinsun.com>
2377         * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
2378         `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
2379         the latter usage.
2381 2002-03-12  Francesco Potortì  <pot@gnu.org>
2383         * etags.c (Python_functions): Skip spaces at beginning of lines.
2384         (Python_functions, PHP_functions): Name tags, for ctags' sake.
2385         (TeX_commands): Name tags.  Correction of old disabled code.
2387         * etags.c (curfiledir, curtagfname): New global variables.
2388         (process_file): Initialise them.
2389         (readline): Canonicalize the name found in #line directive.
2391 2002-03-06  Jason Rumney  <jasonr@gnu.org>
2393         * etags.c (put_entries): Use #if !CTAGS, to fix link error on
2394         compilers that don't optimize out dead code.
2396 2002-03-05  Francesco Potortì  <pot@gnu.org>
2398         * etags.c: Honour #line directives.
2399         (no_line_directive): New global var; set it for old behavior.
2400         (main): Remove some #ifdef in the getopt switch.
2401         (add_node, put_entries): Code added to merge different chunks of
2402         nodes referring to the same file.  Currently the tags are just
2403         appended, without any check for duplicates.
2404         (Perl_functions): Do not special case ctags.
2405         (readline): Identify #line directives and do the right thing.
2406         (nocharno, invalidcharno): New global vars.
2407         (process_file): Reset nocharno.
2408         (readline): Set nocharno.
2409         (pfnote): Read nocharno and maybe put invalidcharno in node.
2410         (total_size_of_entries, put_entries): Use invalidcharno.
2412         * etags.c: Keep the whole tag table in memory, even in etags mode.
2413         (main): Call put_entries here even in CTAGS mode.
2414         (main, process_file): Check the return values of fclose and pclose.
2415         (process_file): Do not call put_entries after parsing each file.
2416         (process_file): Canonicalise file names even for ctags.
2417         (process_file): Set curfile here...
2418         (find_entries): ... not here any more.
2419         (add_node): In etags mode, build a linked list of entries (on
2420         right pointer) for each file, and link the first entry of each
2421         file on left nodes.
2422         (put_entries): Print here the name of the file.
2423         (put_entries): Print the entries starting from the first file.
2424         (number_len, total_size_of_entries): Define these only in etags
2425         mode, make the second work only on the right nodes.
2427         * etags.c: Make all global variables static.
2429 2002-02-25  Juanma Barranquero  <lektu@terra.es>
2431         * makefile.w32-in (lisp): Add missing backslash.
2433 2002-02-24  Jason Rumney  <jasonr@gnu.org>
2435         * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
2436         using .elc files.
2437         (lisp): Sync with list in src/Makefile.in
2438         (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
2440 2002-02-10  Paul Eggert  <eggert@twinsun.com>
2442         * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
2443         disallows the old syntax.
2445 2002-02-03  Paul Eggert  <eggert@twinsun.com>
2447         * rcs2log (Copyright): Update to 2002.
2448         (AWK, TMPDIR): Work around portability problem in broken shells that
2449         don't understand `: ${VAR=val}'.
2450         (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
2451         Prefer the new -k option to the traditional +M -N option.
2453 2002-01-01  Pavel Janík  <Pavel@Janik.cz>
2455         * b2m.c (main): Parenthesize assignment when used as truth value
2456         to prevent gcc warnings.
2458         * fakemail.c: Include <config.h>.
2460 2001-12-29  Pavel Janík  <Pavel@Janik.cz>
2462         * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
2463         * yow.c: Include <config.h>.
2465 2001-12-21  Francesco Potortì  <pot@gnu.org>
2467         * etags.c (Perl_functions): Tag packages and use them in sub tags.
2468         (get_tag): Return a pointer to the tag that is found.
2470         * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
2471         (F_takeprec): Renamed from takeprec.  All callers changed.
2472         (F_getit): Renamed from getit.  All callers changed.
2473         (nocase_tail): Renamed from tail.  All callers changed.
2474         (Ada_getit): Renamed from adagetit.  All callers changed.
2475         (L_getit): Simplify by using get_tag.
2476         (Perl_functions, Postscript_functions, erlang_attribute): Use the
2477         modified LOOKING_AT.
2478         (notinname): Removed '[' and added ')' to the recognised chars.
2479         (LOOKING_AT, get_tag, PHP_functions): Use notinname.
2480         (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
2481         Clarified, using strneq or notinname.
2482         (L_isdef, L_isquote): Removed.
2483         (Lisp_functions, L_getit): Clarified.
2485         * etags.c (P_): Renamed to __P for consistency with config.h.
2486         [HAVE_CONFIG_H]: Let config.h deal with __P.
2487         [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
2488         [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
2489         gperf code needs it.
2490         [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs).
2491         [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs).
2492         (xmalloc, xrealloc): Use PTR instead of long *.
2493         (bool): Make it a define, not a typedef, for C++ compilers.
2494         (pattern): Members renamed to avoid name clash in some C++ compilers.
2495         (get_language_from_langname): Use const argument.
2497 2001-12-22  Pavel Janík  <Pavel@Janik.cz>
2499         * makefile.nt, makefile.w32-in: Remove mocklisp files.
2501 2001-12-19  Pavel Janík  <Pavel@Janik.cz>
2503         * emacsserver.c: Conditionally include config.h.
2505         * fakemail.c: Likewise.
2507         * emacsclient.c: Include "config.h", not <../src/config.h>.
2508         (main): Parenthesize assignment when used as truth value to
2509         prevent gcc warnings.
2511         * ebrowse.c: Include stdlib.h and string.h conditionally.
2513 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
2515         * yow.c (main): Use time_t, not long, to avoid a compiler warning.
2517 2001-12-18  Pavel Janík  <Pavel@Janik.cz>
2519         * test-distrib.c: Fix previous change.
2521 2001-12-18  Dave Love  <fx@gnu.org>
2523         * test-distrib.c: Conditionally include fcntl.h.
2525         * fakemail.c: Include "config.h", not <../src/config.h>.
2526         (_XOPEN_SOURCE): Define as 500.
2528         * emacsserver.c: Include "config.h", not <../src/config.h>.
2530         * cvtmail.c: Include config.h, stdlib.h.
2531         (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
2533         * yow.c: Conditionally include various headers.  Use "epaths.h",
2534         not <../src/epaths.h>.
2535         (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
2537 2001-12-12  Francesco Potortì  <pot@gnu.org>
2539         * etags.c (PHP_functions): New function for parsing PHP.
2540         (LOOKING_AT): New macro.
2541         (Perl_functions, Python_functions, PHP_functions)
2542         (Scheme_functions, Texinfo_nodes): Use it.
2543         (Perl_functions): Use strneq.
2544         (prolog_pred): Renamed to prolog_pr.
2545         (prolog_pr): Recognise Prolog rules in addition to predicates.
2546         [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
2547         unmodified compile, as Cygwin's regex.h is incompatible with us.
2548         [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
2550 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2552         * Makefile.in (clean): Don't delete ../etc/DOC*.
2554 2001-12-11  Pavel Janík  <Pavel@Janik.cz>
2556         * COPYING: Moved back.
2558 2001-11-30  Andrew Innes  <andrewi@gnu.org>
2560         * makefile.w32-in (FACE_SUPPORT):
2561         (MOUSE_SUPPORT):
2562         (FLOAT_SUPPORT):
2563         (WINNT_SUPPORT):
2564         (lisp): Reference .el files instead of .elc files, to simplify
2565         bootstrapping.
2566         ($(DOC)): Change dependency to just `make-docfile'.
2568 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
2570         * COPYING: Removed.
2572 2001-11-28  Paul Eggert  <eggert@twinsun.com>
2574         * rcs2log (Copyright): Add '(C)' as per coding guidelines.
2576         The following changes are derived from suggestions by Bob Chapman
2577         <rechapman@compuserve.com>.
2579         * rcs2log (printlogline): Also allow tab and newline to separate
2580         '(function):' from the rest of a comment.
2581         (reformat the sorted log entries): Require date and author to
2582         match the clumpname.
2584 2001-11-16  Gerd Moellmann  <gerd@gnu.org>
2586         * ebrowse.c (matching_regexp): Escape '\\'.
2588 2001-11-15  Pavel Janík  <Pavel@Janik.cz>
2590         * Makefile.in: Add support for --program-prefix, --program-suffix
2591         and --program-transform-name options.
2593 2001-11-03  Richard M. Stallman  <rms@gnu.org>
2595         * cvtmail.c (xrealloc): Always pass two args to `fatal'.
2597         * movemail.c (popmail): Always pass two args to `error'.
2599 2001-10-24  Ken Raeburn  <raeburn@gnu.org>
2601         * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
2602         -lhesiod and maybe -lresolv.
2603         (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
2604         support if it's available.
2606 2001-10-21  Miles Bader  <miles@gnu.org>
2608         * make-docfile.c (struct rcsoc_state): New type.
2609         (read_c_string_or_comment): Add SAW_USAGE
2610         parameter, and implement scanning for a `usage:' keyword.
2611         Use a variable of type `rcsoc_state' to hold most of our state.
2612         (put_char): Add STATE parameter, and remove all other parameters
2613         except CH.  Use STATE to get access to all needed state.
2614         (scan_keyword_or_put_char): New function.
2615         (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
2616         Don't output a usage-string if there was one in the doc-string.
2618 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2620         * (Version 21.1 released.)
2622 2001-10-19  Pavel Janík  <Pavel@Janik.cz>
2624         * b2m.c: Properly spell the name of Emacs.
2626 2001-10-17  Miles Bader  <miles@gnu.org>
2628         * make-docfile.c (put_char): New function.
2629         (read_c_string_or_comment): Strip trailing spaces and newlines.
2631 2001-10-16  Miles Bader  <miles@gnu.org>
2633         * make-docfile.c (scan_c_file): Handle `new style' doc strings in
2634         comments [with `doc:' keyword prefix].
2636 2001-10-15  Gerd Moellmann  <gerd@gnu.org>
2638         * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
2639         in a C doc comment.
2641 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
2643         * make-docfile.c (read_c_string_or_comment): Renamed from
2644         read_c_string.  Add parameter COMMENT.  Read C-style comments.
2645         (scan_c_file): Handle doc strings in C comments.
2647 2001-10-12  Andrew Innes  <andrewi@gnu.org>
2649         * makefile.nt (ALL): Do not include fakemail.
2651         * makefile.w32-in (install): Do not copy fakemail.
2653 2001-10-10  Jason Rumney  <jasonr@gnu.org>
2655         * makefile.w32-in (ALL): Do not include fakemail.
2657         * makefile.nt (install): Ditto.
2659 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
2661         * emacsserver.c (main): Cast geteuid in sprintf to int.
2663         * emacsclient.c (main): Cast isdigit argument to unsigned char.
2665 2001-10-07  Pavel Janík  <Pavel@Janik.cz>
2667         * profile.c: Include config.h, not ../src/config.h.
2668         Include systime.h, not ../src/systime.h.
2670 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2672         * Branch for 21.1.
2674 2001-10-01  Alexander Zhuckov  <zuav@int.spb.ru>
2676         * ebrowse.c (struct alias): Add two new struct members: NAMESP and
2677         ALIASEE to help work with namespace aliases.
2678         (struct sym): Remove struct member NAMESP_ALIASES.
2679         (namespace_alias_table): New variable.
2680         (make_namespace): Add parameter CONTEXT.
2681         (check_namespace): New function.
2682         (find_namespace): Add parameter CONTEXT.
2683         (check_namespace_alias): New function.
2684         (register_namespace_alias): Change type of parameter OLD_NAME.
2685         Search for already defined alias in NAMESPACE_ALIAS_TABLE.
2686         (check_namespace): New function.
2687         (enter_namespace): Call find_namespace with CONTEXT parameter.
2688         (match_qualified_namespace_alias): New function.
2689         (parse_qualified_ident_or_type): Fix typo in comment.
2690         While parsing qualified ident or type update namespace context and
2691         restore it on exit.
2692         (parse_qualified_param_ident_or_type): Fix typo in comment.
2693         (globals): Change handling of namespace aliases.
2694         (version): Add year 2001.
2696 2001-09-15  Eli Zaretskii  <eliz@is.elta.co.il>
2698         * etags.c (analyse_regex): If regex_arg is NULL, return
2699         immediately after a call to free_patterns.
2701 2001-09-05  Paul Eggert  <eggert@twinsun.com>
2703         * rcs2log (Help, mainline code): Add new option -L FILE.
2704         (Copyright): Update year.
2705         (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES)
2706         (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
2707         C locale.
2708         (mainline code): Handle nonstandard -u option differently, by
2709         transforming it to standard form.  Check for "Working file: ", not
2710         "Working file:".  Allow file names with spaces.
2711         (SOH, rlogfile): New shell vars.
2712         (rlogout): Remove.  Its old functionality is mostly migrated to
2713         rlogfile.
2715         Append ';;' to the last arm of every case statement, for
2716         portability to ancient broken BSD shells.
2718         (logins): Fix bug; was not being computed at all, lowering performance.
2719         (pository): New var.  This fixes some bugs where repositories are
2720         remote, or have trailing slashes.
2721         (authors): $llogout is never an empty shell var, so don't worry
2722         about that possibility.
2723         (printlogline, mainline code): Fix bug with SOH's being put into
2724         the output.
2726 2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
2728         * ebrowse.c (SEEK_END): #define if not defined by system headers.
2729         Suggested by Dave Love <d.love@dl.ac.uk>.
2731 2001-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
2733         * makefile.nt (lisp): Synchronize with src/Makefile.in.
2734         * makefile.w32-in (lisp): Ditto.
2736 2001-07-25  Juanma Barranquero  <lektu@terra.es>
2738         * grep-changelog (parse_changelog): Remove unused local variable.
2740         * grep-changelog (main): Add new option --reverse.
2741         (print_log): Use it.
2742         (parse_changelog): Use it.
2744 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
2746         * grep-changelog: Remove RCS Id keyword.
2748 2001-07-20  Juanma Barranquero  <lektu@terra.es>
2750         * grep-changelog (parse_changelog): Add tests for defined values
2751         to quiet warning from Perl 5.005 or above.
2752         (entry_match_p, header_match_p): Fix handling of null or empty
2753         argument to prevent duplicate headers.
2755         * grep-changelog (main, parse_changelog): Make "use strict"-clean.
2757 2001-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2759         * emacsclient.c (print_help_and_exit): Fix help message for
2760         +LINE:COLUMN option.
2762 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2764         * emacsclient.c (main): Add support for +LINE:COLUMN command line
2765         argument.
2767 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
2769         * ebrowse.c (main): Check that the output file exists and
2770         is non-empty if invoked with `--append'.
2772 2001-05-14  Francesco Potortì  <pot@gnu.org>
2774         * etags.c (add_regex): Reset the whole newly allocated pattern
2775         buffer instead of the individual members.  It's safer and works
2776         with XEmacs.
2778         * etags.1: Markups corrected.
2780 2001-05-08  Gerd Moellmann  <gerd@gnu.org>
2782         * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
2784 2001-05-03  Gerd Moellmann  <gerd@gnu.org>
2786         * ebrowse.c (globals): Fix handling of namespace aliases.
2788 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
2790         * etags.c (print_help): Enclose the regexp in the help text
2791         example in quotes.
2793 2001-04-05  Dave Love  <fx@gnu.org>
2795         * emacsclient.c (fail): Don't return a value.
2796         (main): Cast uid values for sprintf.
2798 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2800         * emacsclient.c (fail, main): Don't use implicit int return type.
2802         * b2m.c (main): Always return a value.
2804 2001-03-02  Gerd Moellmann  <gerd@gnu.org>
2806         * ebrowse.c (parse_qualified_param_ident_or_type): Return a
2807         freshly allocated object in *LAST_ID.
2808         (read_line): Accept \r\n line endings.
2810 2001-02-24  Andrew Innes  <andrewi@gnu.org>
2812         * makefile.w32-in: Fix copyright notice.
2814 2001-02-23  Francesco Potortì  <pot@gnu.org>
2816         * etags.c (enum sym_type): New label st_C_template.
2817         (gperf input): Use it for switching to C++ from C.
2818         (consider_token): Do it.
2819         (C_entries): Initialise typdefcblev to quiet compilers.
2820         [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
2822 2001-02-22  Andrew Innes  <andrewi@gnu.org>
2824         * makefile.nt ($(BLD)\movemail.obj): Remove reference to
2825         VMS header files.
2826         ($(BLD)\profile.obj): Ditto.
2828         * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
2829         VMS header files.
2830         ($(BLD)/profile.$(O)): Ditto.
2832 2001-02-05  Andrew Innes  <andrewi@gnu.org>
2834         * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
2835         invocation of make-docfile, to work with Windows 2000.
2837 2001-01-31  Dave Love  <fx@gnu.org>
2839         * etags.c (in_word_set): Use `static' in definition (for pcc).
2841 2001-01-31  Francesco Potortì  <pot@gnu.org>
2843         * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for
2844         the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
2845         (C_entries): Tag token renamed to still_in_token because sunos4
2846         pcc wants to expand it as the token() macro even though it has no
2847         arguments.
2849 2001-01-30  Andrew Innes  <andrewi@gnu.org>
2851         * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
2852         bug in the Mingw32 assert.h header file.
2854 2001-01-30  Francesco Potortì  <pot@gnu.org>
2856         * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
2857         #define it for the sake of XEmacs.
2858         [WINDOWSNT]: #undef HAVE_NTGUI even if built without
2859         HAVE_CONFIG_H.  This change only affects a standalone etags.
2860         [WINDOWSNT]: #undef DOS_NT and #define it even if built with
2861         HAVE_CONFIG_H.  This change does nothing in Emacs, as DOS_NT is
2862         always defined when HAVE_CONFIG_H and WINDOWS are both defined.
2863         [!HAVE_UNISTD_H]: Use defined(WINDOWSNT) instead of the bare
2864         WINDOWSNT, as this is the correct way to use it.
2866 2001-01-28  Francesco Potortì  <pot@gnu.org>
2868         * etags.c: Be capable to parse nested struct-like structures.
2869         (structdef, structtag): Struct state machine revisited.
2870         (struct tok): Revisited.
2871         (cstack, nestlev, instruct): New struct and macros.
2872         (pushclass_above, popclass_above, write_classname): New functions
2873         for dealing with nested class names.
2874         (consider_token, make_C_tag, C_entries): Many changes for dealing
2875         with arbitrarily nested structures.
2876         (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
2877         (C_entries): Consider templates in C++.
2878         (sym_type): New constant st_C_class for detecting "class" also in
2879         C mode.
2880         (C_AUTO): New macro for automatic detection of C++.
2881         (consider_token): Automatic set C++ mode.
2882         (C_entries): New security check for yacc.
2883         (print_language_names, print_help): Mention the autodetect
2884         feature, do not show help for the -C option, now mostly useless.
2885         (C_entries): Tag C++ forward declarations if --declarations.
2886         (C_entries): Don't be fooled by things like XDEFUN.
2887         (consider_token): Discard asm pseudo function.
2889 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
2891         * etags.c: Add a coding: tag.
2893 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
2895         * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
2896         New variables.
2897         (matching_regexp): Use them instead of static variables in
2898         function scope.
2900 2001-01-25  Francesco Potortì  <pot@gnu.org>
2902         * etags.c (struct tok): Renamed from struct token.
2903         (token): Renamed from tok.
2904         (structtype): Make it a local variable.
2905         [DEBUG]: Use assert.
2906         (xrnew): Change the synopsis.
2907         (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
2908         (grow_linebuffer): Don't call xrnew when not needed.
2909         (token): Buffer renamed to line.
2910         (C_entries): Three calls to inibuffer moved here from main.
2911         (C_entries): Remove all references to var methodlen, delete it.
2912         (linebuffer_setlen): Was grow_buffer, now also sets len.
2913         (consider_token, C_entries, Pascal_functions): Use it.
2914         (C_entries): Preventing problems relative to extern "C".
2915         (C_entries): Can tag more than one variable or func separated by
2916         comma when --declarations is used.
2917         (C_entries): More accurate tagging of members and declarations.
2918         (yacc_rules): Was global, made local to C_entries.
2919         (next_token_is_func): Removed.
2920         (fvdef): New constants fdefunkey, fdefunname.
2921         (consider_token, C_entries): Use them.
2922         (C_entries): Build proper lisp names for Emacs DEFUNs.
2924 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
2926         * ebrowse.c (xfree): New function.
2927         (member, declaration, globals): Use xmalloc instead of alloca.
2929 2001-01-15  Francesco Potortì  <pot@gnu.org>
2931         * etags.c (print_language_names): Print filenames in addition to
2932         suffixes.
2934 2001-01-14  Francesco Potortì  <pot@gnu.org>
2936         * etags.c (get_language_from_langname): Renamed from
2937         get_language_from_name.
2938         (get_language_from_filename): Renamed from get_language_from_suffix.
2939         Now first looks for the complete file name.
2940         (language): New member char **filenames.
2941         (Makefile_filenames): List of possible filenames for makefiles.
2942         (lang_names): Add a NULL member for every entry, added an entry
2943         for makefiles.
2944         (Makefile_targets): New function.
2945         (Texinfo_nodes): Renamed from Texinfo_fuctions and made
2946         it conformant to the style of the rest of the code.
2948 2001-01-13  Gerd Moellmann  <gerd@gnu.org>
2950         * make-docfile.c (write_c_args): Print newlines as spaces.
2952 2001-01-06  Andrew Innes  <andrewi@gnu.org>
2954         * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
2955         of *.pdb.
2957 2001-01-03  Paul Eggert  <eggert@twinsun.com>
2959         * rcs2log: Avoid security hole allowing attacker to
2960         cause user of rcs2log to overwrite arbitrary files, fixing
2961         a bug reported by Morten Welinder.
2963         Don't put "exit 1" at the end of the exit trap; it's
2964         ineffective in POSIX shells.
2966 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
2968         * ebrowse.c (yyerror): Change to take two arguments.
2969         Add prototype.  Change callers.
2971 2001-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2973         * ebrowse.c (enter_namespace, main): Cast variables to shut up
2974         compiler warnings.
2975         (yyerror): Change parameter declarations to be of type long, so
2976         that they can take pointers on 64-bit platforms.
2978         * emacsclient.c (main): Remove unused local variable statbfr.
2979         (main) <homedir>: Make its declaration conditional on
2980         SERVER_HOME_DIR, to avoid compiler warnings.
2982         * emacsserver.c (main) <homedir>: Make its declaration conditional
2983         on SERVER_HOME_DIR, to avoid compiler warnings.
2985         * fakemail.c (readline): Cast buffer to "long *" to pacify
2986         over-zealous compilers.
2988 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2990         * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
2992 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
2994         * ebrowse.c (operator_name): Cast argument of isalpha to
2995         unsigned char.
2997         * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
2998         Use them throughout instead of ctype functions/macros.
2999         (lowcase): Cast to unsigned char.
3000         (UPCASE): New macro.
3001         (canonicalize_filename): Use UPCASE instead toupper.
3003         * fakemail.c (get_keyword): Make sure that isspace and
3004         similar aren't called with a negative argument.
3006 2000-12-13  Dave Love  <fx@gnu.org>
3008         * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
3010 2000-12-06  Andrew Innes  <andrewi@gnu.org>
3012         * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
3013         don't know the real version, and I can't seem to get the quoting
3014         right in all circumstances.
3016         * ebrowse.c (VERSION): Provide default definition, like etags.c
3017         does, because Windows build can't snarf this from version.el.
3019 2000-11-30  Andrew Innes  <andrewi@gnu.org>
3021         * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
3022         (install): Ditto.
3024 2000-11-23  Jason Rumney  <jasonr@gnu.org>
3026         * makefile.w32-in: Add targets for ebrowse.exe.
3027         (LOCAL_FLAGS): Add -DVERSION flag.
3029 2000-09-25  Dave Love  <fx@gnu.org>
3031         * sorted-doc.c: Include config.h.
3032         [!HAVE_STDLIB_H]: Declare malloc.
3034 2000-09-14  Andrew Innes  <andrewi@gnu.org>
3036         * makefile.w32-in: Revert to Unix line endings.
3038 2000-09-04  Dave Love  <fx@gnu.org>
3040         * movemail.c (index, rindex): Prototype conditionally.
3042 2000-09-03  Andrew Innes  <andrewi@gnu.org>
3044         * makefile.w32-in: Change to DOS line endings.
3046 2000-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
3048         * movemail.c (toplevel): Remove redundant fcntl.h.
3049         [!F_OK]: Provide default definitions only after including both
3050         fcntl.h and unistd.h.
3052 2000-08-29  Dave Love  <fx@gnu.org>
3054         * movemail.c: Revert previous change.
3056 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
3058         * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
3060 2000-08-28  Dave Love  <fx@gnu.org>
3062         * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
3063         (toplevel) [HAVE_STRINGS_H]: Include strings.h.
3065 2000-08-22  Andrew Innes  <andrewi@gnu.org>
3067         * ntlib.h (WIN32): Remove unnecessary definition.
3068         (sleep): Make argument unsigned long.
3069         (_WINSOCK_H): Undefine so normal winsock definitions can be used.
3071         * ntlib.c (sleep): Make argument unsigned long.
3073         * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
3075         * makefile.w32-in: New file.
3077 2000-08-20  Eli Zaretskii  <eliz@is.elta.co.il>
3079         * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
3080         letter only if it is a drive letter.
3082 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
3084         * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and ymalloc.
3086         * etags.c (xmalloc, xrealloc): Make externally visible, for use
3087         by alloca.o.
3089         * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
3091 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
3093         * ebrowse.c (yylex): Accept string literals with newlines in them.
3094         (process_pp_line): Handle case of string literal with newline
3095         in it in replacement text, which counts as continuing the
3096         replacement text in GNU C.
3098 2000-07-02  Gerd Moellmann  <gerd@gnu.org>
3100         * ebrowse.c (token_string): Add missing tokens.
3101         (parm_list): Handle case of qualified pointers.
3103 2000-06-23  Dave Love  <fx@gnu.org>
3105         * ebrowse.c: Move config.h before other includes (which may use
3106         feature tests).
3108 2000-06-14  Jim Meyering  <meyering@lucent.com>
3110         * grep-changelog: Fix typos in comments.  Remove trailing blanks.
3112 2000-06-11  Jason Rumney  <jasonr@gnu.org>
3114         * makefile.nt: Add targets for ebrowse.
3116         * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
3117         compare filenames.
3119 2000-06-06  Gerd Moellmann  <gerd@gnu.org>
3121         * ebrowse.c (ymalloc): Renamed from xmalloc.
3122         (yrealloc): Renamed from xrealloc.
3124 2000-05-21  Dave Love  <fx@gnu.org>
3126         * movemail.c: Include config.h, not ../src/config.h.
3127         (Errmsg): Bump length.
3129         * pop.c (ERROR_MAX): Increase to 160.
3131 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
3133         * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
3135 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
3137         * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
3138         Define to semi-colon.
3139         (FILENAME_EQ): New macro, for comparing file names.
3140         (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
3141         (process_file): Don't assume that fread always reads as many bytes
3142         as it was told to (DOS-style CR-LF text files fail this logic).
3143         (open_file): Allocate enough space for path->path plus the file
3144         name and the slash.
3146 2000-04-19  Dave Love  <fx@gnu.org>
3148         * etags.c (Texinfo_functions): New function.
3149         (lang_names): Install it.
3150         (Texinfo_suffixes): New variable.
3152 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
3154         * ebrowse.c (xmalloc, xrealloc): Rewritten.
3155         (declaration): Remove parameter IS_EXTERN.
3156         (class_definition): Remove unused variable.
3158 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
3160         * Makefile.in (INSTALLABLES): Add ebrowse.
3161         (ebrowse): New target.
3163         * ebrowse.c: New file.
3165 2000-03-29  Andreas Schwab  <schwab@suse.de>
3167         * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
3169 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3171         * etags.c (lisp_suffixes): Add `LSP'.
3173 2000-02-10  Francesco Potortì  <pot@gnu.org>
3175         * etags.c (iswhite): Redefine not to consider '\0' as white
3176         space, and use it throughout in place of isspace, thus preventing a
3177         potential signed char to int conversion problem.
3178         (MSDOS): #undefine before redefining.
3180 2000-02-04  Francesco Potortì  <pot@gnu.org>
3182         * etags.c (many functions): Add prototypes.
3184 2000-02-10  Dave Love  <fx@gnu.org>
3186         * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
3187         (erlang_func): Add `static' to definitions to keep pcc happy.
3189 2000-01-31  Francesco Potortì  <pot@gnu.org>
3191         * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
3192         (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
3193         (etags_strchr, etags_strrchr): Use const char * and int as arguments.
3194         (getenv, getcwd): Only declare them if necessary.
3195         (EMACS_NAME): New constant macro.
3196         (print_version): Use it.
3197         (P_) [__STDC__]: Macro for defining function prototypes.
3199 2000-01-18  Fabrice Popineau  <Fabrice.Popineau@supelec.fr>
3201         * etags.c [WINDOWSNT]: #include <direct.h>
3203 2000-01-18  Martin Buchholz  <martin@xemacs.org>
3205         * etags.c (all functions): Made them static.
3206         (all functions): Write prototypes.
3208 2000-01-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3210         * movemail.c (main): Improve error message if can't create lock file.
3212 2000-01-28  Eric Hanchrow  <offby1@blarg.net>
3214         * emacsclient.c (socket_status): New function.
3215         (main): If $LOGNAME or $USER exist and differ from our euid, look
3216         for a socket based on the UID associated with the name.
3218 2000-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3220         * emacsclient.c: Add option -a EDITOR and environment variable
3221         ALTERNATE_EDITOR.  Exec this editor if we fail to contact Emacs.
3223 1999-12-10  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3225         * movemail.c (popmail): Allow mailbox specifications of the
3226         form `po:username:hostname'.
3228 1999-11-19  Francesco Potortì  <pot@gnu.org>
3230         * etags.c (_GNU_SOURCE): Define only if undefined.
3231         (get_scheme): Declaration deleted.
3232         (main): Error was called with an integer as second arg, instead of
3233         a char pointer.
3234         (canonicalize_filename): Bug removed.
3236 1999-11-18  Dave Love  <d.love@dl.ac.uk>
3238         * etags.c (C_entries): Rename label `intoken', avoiding K&R
3239         lossage from name clash with macro.
3241 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
3243         * Makefile.in (b2m): Add dependency on GETOPTDEPS.
3245 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
3247         * etags.c (print_help): Change email address to send bugs to.
3249 1999-11-01  Francesco Potortì  <pot@gnu.org>
3251         * etags.c: Add suffix psw for PSWrap.
3252         (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
3253         (Postscript_functions): Add code for PSWrap.
3254         (Scheme_functions): Use local pointer and new get_tag function.
3255         (get_tag): New name for old get_scheme.
3256         (process_file): Do not free NULL when file does not exist.
3257         (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
3258         (C_entries): Modifications that make --members tag even inside
3259         typedefs and C nested structs (one level only).
3260         (consider_token): Correct a bug which prevented tagging of enum
3261         constants.
3262         (C_stab_entry): Add if, for, while, switch, return as
3263         st_C_ignore.  This makes it simpler to work when cblev!=0.
3265         * etags.c (C_entries): Tag member function declarations when
3266         --declarations is used.
3268         * etags.c (C_entries, consider_token): C++ `operator' now is
3269         tagged in most cases.
3270         As before, :: is not recognised if surrounded by spaces.
3272         * etags.c (relative_filename): Account for DOS file names such
3273         that is impossible to make one relative to another.
3275         * etags.c (sym_type): New st_C_extern tag.
3276         (gperf input): Use it for spotting external declarations.
3277         (print_help): Document the new behavior of --declarations.
3278         (fvextern): New global variable.
3279         (consider_token, C_entries): Use it.
3281         * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
3282         (etags_getcwd): Remove test for WINDOWSNT.
3284         * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
3285         foo.cgz, foo.cz, etc.
3287         * etags.c (declarations): New global switch.
3288         (longopts): Describe it.
3289         (print_help): Document it.
3290         (C_entries): Use it.
3291         (process_file): Don't process a file twice.
3293         * etags.c (Fortran_functions): No tags for "procedure".
3295 1999-11-01  Eli Zaretskii  <eliz@is.elta.co.il>
3297         * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
3298         non-zero, returns a pointer to where the extension begins; callers
3299         changed.
3300         [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
3301         were foo.c.gz.
3303 1999-11-01  Francesco Potortì  <pot@gnu.org>
3305         * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
3306         (fvdev): New constant foperator.
3307         (consider_token): Use it to get "operator" in C++.
3308         (C_entries): Extend length of operator@ function name.
3309         (C_entries): Use foperator when necessary.
3311         * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
3313         * etags.c (compressor): New struct for compressed files.
3314         (get_compressor_from_suffix): New function.
3315         (get_language_from_suffix): Use it.  Also, semantics changed.
3316         (process_file): Consider compressed files, close file.
3317         (find_entries): Use different call arg for get_language_from_suffix,
3318         don't close file.
3320         * etags.c (main): Call free_tree.
3321         (find_entries): Do not free curfile.
3322         (pfnote): Cosmetic change: NULL and '\0' where appropriate.
3323         (prolog_pred, erlang_func, substitute): Cast strlen to int when
3324         comparing.
3325         (canonicalize_filename): Shut up compiler warning.
3326         (Perl_functions): Make tag significant.
3328 1999-11-01  Dave Love  <d.love@dl.ac.uk>
3330         * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
3331         (argument_type): New member at_icregexp.
3332         (lc_trans): New global.
3333         (main): Fill lc_trans.  Process -c args.
3334         (add_regex): New arg determining whether to use translation table.
3335         (analyse_regex): New arg.  Use it for add_regex.
3337 1999-11-01  Francesco Potortì  <pot@gnu.org>
3339         * etags.c (init): Cosmetic change: NULL --> '\0'.
3340         (erlang_attribute): Bug corrected (uninitialized variable).
3341         (filename_is_absolute): New function replaces absolutefn macro and
3342         corrects a bug.  All callers changed.
3343         (canonicalize_filename): New function.
3344         (process_file, etags_getcwd, absolute_dirname): Use it.
3345         (relative_filename, absolute_filename): Removed var shadowing.
3346         (C_entries, Pascal_functions): Add fake initializations to keep
3347         compilers quiet.
3348         (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
3350         * etags.c (xrnew): New macro.  All callers of xrealloc changed.
3351         (language): New typedef (was struct lang_entry).
3352         (curlang): New global variable.
3353         (node): Typedef renamed from NODE.
3354         (linebuffer): New typedef (was struct linebuffer).
3355         (pattern): New typedef (was struct pattern).  Some members added.
3356         Now used as element of a linked list.
3357         (patterns, num_patterns): Global variables deleted.
3358         (p_head): New global variable.
3359         (forced_lang): New global variable (replaces lang_func).
3360         (get_language_from_name, get_language_from_interpreter)
3361         (get_language_from_suffix): Semantics changed.  All callers changed.
3362         (last_node): New global variable.
3363         (free_tree, add_node, put_entries, total_size_of_entries):
3364         Change name of local vars to avoid clashes with typedef node.
3365         (number_len): Rewritten for elegance.
3366         (token): New typedef replaces TOKEN.
3367         (analyse_regex, add_regex): Rewritten for new functionality.
3368         (free_patterns): New function called from main and add_regex.
3369         (initbuffer, readline_internal, readline, grow_linebuffer):
3370         Change name of local vars to avoid clashes with typedef linebuffer.
3371         (readline): Rewritten for new functionality.
3373         * etags.c (Scheme_suffixes): New suffix ".ss".
3374         (print_help): --globals is now used for more than C-type languages.
3375         (Perl_functions): Tag global variables ("my" and "local").
3377         * etags.c (print_help): Some messages clarified.
3378         (LOOP_ON_INPUT_LINES): New macro.
3379         (just_read_file, Fortran_functions, Asm_labels, Perl_functions)
3380         (Python_functions, Cobol_paragraphs, Pascal_functions)
3381         (Lisp_functions, Postscript_functions, Scheme_functions)
3382         (TeX_functions, Prolog_functions, Erlang_functions): Use it.
3383         (Cobol_paragraphs, Postscript_functions, TeX_functions)
3384         (Prolog_functions, Erlang_functions): Use a local variable instead
3385         of the global variable dbp.
3386         (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
3387         standard indentation.
3389         * etags.c (Python_suffixes, lang_names, Python_functions):
3390         Python support.
3391         (skip_spaces, skip_non_spaces): Utility functions.
3392         (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
3393         (Python_functions, L_getit, Lisp_functions, Scheme_functions)
3394         (prolog_pred, erlanf_func, erlang_attribute): Use them.
3395         (eat_white): Deleted.
3397         * etags.c (CHAR, init): Keep into account non US-ASCII
3398         characters and compilers with default signed chars.
3399         (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
3400         constructs.
3401         (C_stab_entry): "interface" in Java behaves like "class".
3403         * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
3404         (main): Put interval syntax here.
3405         (add_regex): And remove it from here.
3407         * etags.c (suggest_asking_for_help): Provide a
3408         meaningful help message with and without LONG_OPTIONS.
3410         * etags.c (<io.h>) [MSDOS]: Include it, don't include string.h.
3411         <stdlib.h, string.h>: Don't test MSDOS when including them.
3412         (white, nonam, endtk): Like elsewhere, use \r instead of \013.
3413         (put_entries): Correctly use %ld instead of %d in printf.
3415         * etags.c (<unistd.h>) [HAVE_UNISTD_H]: Include conditionally, else
3416         declare getcwd if HAVE_GETCWD.
3417         (consider_token): Dead break instruction removed.
3419 1999-10-19  Paul Eggert  <eggert@twinsun.com>
3421         Add support for large files.  Merge glibc 2.1.2.
3423         * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
3424         * movemail.c, pop.c:
3425         Do not include <stdlib.h>, as <config.h> does this now.
3427         * b2m.c, emacsserver.c, etags.c, profile.c:
3428         Include <config.h> before any system include files.
3430         * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
3431         * test-distrib.c:
3432         (read, write, open, close): Do not undef.
3434         * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
3435         (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
3437         * getopt.h: Adopt glibc 2.1.2.
3439 1999-10-15  Dave Love  <fx@gnu.org>
3441         * Makefile.in (pop.o): Depend on config.h.
3443 1999-10-11  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3445         * pop.c: Use "pop3" as the POP service name on all platforms,
3446         instead of using "pop" on Unix and "pop3" on Windows NT.  "pop3"
3447         has been the standard service name since RFC 1340 was published in
3448         July 1992, so I think it's safe to start using it by default.
3450 1999-09-27  Dave Love  <fx@gnu.org>
3452         * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
3454 1999-09-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3456         * make-docfile.c (scan_lisp_file): Fix previous changes;
3457         swallow CRLF like just CR or just LF.
3459 1999-09-03  Richard Stallman  <rms@gnu.org>
3461         * make-docfile.c: Include config.h not ../src/config.h.
3462         (main, fopen, chdir): Add #undef.
3463         (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
3464         (scan_lisp_file): Handle \r like \n.
3466 1999-08-30  Andreas Schwab  <schwab@gnu.org>
3468         * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
3470         * emacsserver.c: Include <stdlib.h> if available.  Don't declare
3471         errno if it's a macro.
3473         * test-distrib.c: Include <unistd.h> if available.
3475 1999-08-29  Richard Stallman  <rms@gnu.org>
3477         * emacsclient.c (print_help_and_exit): Mention --version.
3479 1999-08-25  Richard M. Stallman  <rms@gnu.org>
3481         * emacsclient.c (decode_options): Update version output.
3482         (print_help_and_exit): Update bug report address.
3484 1999-08-13  Richard M. Stallman  <rms@gnu.org>
3486         * emacsclient.c (main): Move the dynamic allocation of
3487         system_name outside of the SERVER_HOME_DIR conditional.
3488         * emacsserver.c (main): Likewise.
3490 1999-08-10  Gerd Moellmann  <gerd@gnu.org>
3492         * grep-changelog: New.
3493         * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
3495 1999-07-12  Richard Stallman  <rms@gnu.org>
3497         * Version 20.4 released.
3499 1999-06-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3501         * Makefile.in (clean): Remove fns*.el.
3503 1999-06-23  Dave Love  <fx@gnu.org>
3505         * etags.c (erlang_attribute): Fix undefined variable usage (after
3506         Potorti).
3508 1999-05-02  Andrew Innes  <andrewi@gnu.org>
3510         * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
3511         mapped to _chsize.
3513 1999-04-29  Richard M. Stallman  <rms@gnu.org>
3515         * emacsclient.c (main, both versions): Use quote_file_name on cwd.
3517 1999-03-30  Dave Love  <fx@gnu.org>
3519         * sorted-doc.c (main): Split up tables.  Modify the preamble
3520         somewhat.
3522 1999-03-05  Geoff Voelker  <voelker@cs.washington.edu>
3524         * makefile.nt: Remove common multiple file compilation commands.
3526 1999-02-26  Richard Stallman  <rms@gnu.org>
3528         * Makefile.in (yow): Depend on epaths.h, not paths.h.
3530         * yow.c: Refer to epaths.h.
3532 1999-02-22  Simon Josefsson  <jas@pdc.kth.se>
3534         * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
3536 1999-01-27  Andrew Innes  <andrewi@gnu.org>
3538         * makefile.nt: Do make version comparison as strings.
3540 1999-01-25  Richard Stallman  <rms@gnu.org>
3542         * emacsclient.c (xmalloc): Fix previous change.
3544 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
3546         * emacsclient.c (xmalloc): Declare to return long.
3548 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
3550         * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
3551         the case of the drive letter.
3553 1999-01-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
3555         * emacsserver.c (main): Eliminate arbitrary limit on
3556         length of system_name.
3558         * emacsclient.c (main): Eliminate arbitrary limit on
3559         length of system_name.
3560         (xmalloc): Define unconditionally.
3562 1999-01-12  Darrin B. Jewell  <jewell@mit.edu>
3564         * etags.c (relative_filename): Stop backward search at beginning
3565         of string, since non-Unix systems can have absolute paths with no
3566         initial slash.
3568 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
3570         * makefile.nt: Do string comparision of _NMAKE_VER.
3572 1998-11-03  Theodore Jump  <tjump@cais.com>
3574         * makefile.nt: Compile multiple source files when possible.
3576 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
3578         * Makefile.in: Replace tabs with spaces
3579         when they might confuse some Make versions.
3581 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
3583         * emacsclient.c (main): Null-terminate system_name.
3585         * emacsserver.c (main): Null-terminate system_name.
3587 1998-09-21  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3589         * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
3590         an error message from POP, mention that it's from POP, to
3591         distinguish it from local error messages.
3593 1998-09-04  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3595         * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
3596         order of messages downloaded from a POP server (e.g., if the
3597         server stores messages in mailboxes in reverse order).
3599 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
3601         * Version 20.3 released.
3603 1998-08-11  Paul Eggert  <eggert@twinsun.com>
3605         * rcs2log: Update copyright date and bug report address.
3606         (initialize_fullname): Prefer getent if available.
3608 1998-07-30  Paul Eggert  <eggert@twinsun.com>
3610         * Makefile.in (REGEXPDEPS, regex.o):
3611         Prepend $(srcdir)/ to rule dependencies outside this dir.
3613 1998-06-09  Andrew Innes  <andrewi@harlequin.co.uk>
3615         * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
3617 1998-06-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
3619         * Makefile.in: Properly terminate a comment.
3621 1998-06-01  Andrew Innes  <andrewi@mescaline.gnu.org>
3623         * movemail.c (sys_wait): Rename to wait.
3625         * ntlib.h: Undefine _WINSOCKAPI_.
3627         * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
3629 1998-05-30  Geoff Voelker  <voelker@cs.washington.edu>
3631         * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
3633 1998-05-01  Andrew Innes  <andrewi@harlequin.co.uk>
3635         * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS.  Force
3636         all file i/o to be in binary mode.  Include ntlib.h.
3638 1998-04-27  Andreas Schwab  <schwab@delysid.gnu.org>
3640         * make-docfile.c: Include <unistd.h> for chdir.
3642 1998-04-25  Richard Stallman  <rms@psilocin.gnu.org>
3644         * etags.c (TEX_decode_env): Don't free the value getenv returns.
3646 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
3648         * makefile.nt (obj): Update with new files in src.
3649         (clean): Delete patch scratch files, optimized compilation dir.
3651 1998-04-08  Dave Love  <fx@gnu.org>
3653         * emacsclient.c: Move inclusion of unistd.h to top, else fails on
3654         Irix6, at least.
3656 1998-04-06  Andreas Schwab  <schwab@gnu.org>
3658         Silence -Wimplicit:
3659         * movemail.c: Move cancelations up.  Include <stdlib.h> if
3660         available.
3661         * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
3662         (parse_header): Explicitly declare return type.
3663         * emacsserver.c: Include <unistd.h> if available.
3664         (main, handle_signals, perror_1, fatal_error): Explicitly declare
3665         return types.  Add forward declarations.
3666         * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
3667         Don't declare geteuid.
3668         (print_help_and_exit): Change return type to void.  Forward
3669         declare it.
3670         * b2m.c: Include <stdlib.h> if available.
3671         (main): Explicitly declare return type.
3673 1998-04-03  Richard Stallman  <rms@psilocin.gnu.org>
3675         * etags.c (put_entries): Use %ld.
3677         * b2m.c (fatal): Declare the arg.
3679 1998-03-26  Richard Stallman  <rms@psilocin.gnu.org>
3681         * pop.c (pop_getline): Renamed from getline.
3683 1998-03-05  Richard Stallman  <rms@psilocin.gnu.org>
3685         * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
3686         for the utilities.
3688 1998-01-23  Dave Love  <d.love@dl.ac.uk>
3690         * etags.c (getit, Cobol_paragraphs, Pascal_functions,
3691         Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
3692         Always make named tags.
3693         (Fortran_functions): Grok BLOCK DATA.
3695 1998-01-23  Andreas Schwab  <schwab@gnu.org>
3697         * movemail.c (main): Fix interwoven brace and cpp conditional
3698         nesting.
3700 1997-12-03  Paul Eggert  <eggert@delysid.gnu.org>
3702         * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which quotes
3703         with a '>' any lines starting with "From " read from the POP server,
3704         but leave the code in place, wrapped in #ifdef
3705         MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3706         because it turns out that something is depending on it.  Change
3707         suggested by Paul Eggert <eggert@twinsun.com>.
3708         Convert the character \037 (^_) at the beginning of a line into
3709         the character '^' followed by the character '_', because otherwise
3710         Emacs can't parse the resulting file as a valid BABYL file.
3711         Change suggested by Paul Eggert <eggert@twinsun.com>.
3713 1997-12-03  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3715         * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
3716         server to contain embedded nulls.
3718 1997-12-02  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3720         * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
3721         quotes with a '>' any lines starting with "From " read from the
3722         POP server, but leave the code in place, wrapped in #ifdef
3723         MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3724         because it turns out that something is depending on it.  Change
3725         suggested by Paul Eggert <eggert@twinsun.com>.
3727         Convert the character \037 (^_) at the beginning of a line into
3728         the character '^' followed by the character '_', because otherwise
3729         Emacs can't parse the resulting file as a valid BABYL file.
3730         Change suggested by Paul Eggert <eggert@twinsun.com>.
3732 1997-11-22  Richard Stallman  <rms@gnu.org>
3734         * b2m.c: Include getopt.h.
3735         (main): Use getopt_long to handle --version and --help.
3737         * Makefile.in (b2m): Define VERSION.  Link with $(GETOPTOBJS).
3739 1997-10-31  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3741         * pop.c (fullwrite): Get rid of an extra call to write.  Problem
3742         pointed out by Chiaki Ishikawa.
3744 1997-10-16  Dave Love  <d.love@dl.ac.uk>
3746         * etags.c (L_getit): Always make named tags so that Emacs
3747         completion on symbols containing `:' etc. works.
3748         (get_scheme): Likewise.
3750 1997-09-24  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3752         * pop.c: Use system header files instead of declaring C-library
3753         functions explicitly.
3755 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3757         * Version 20.2 released.
3759 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3761         * Version 20.1 released.
3763 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
3765         * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
3767         * ntlib.c (getpid): Delete function.
3769 1997-08-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3771         * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
3773 1997-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3775         * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
3776         (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
3778 1997-08-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3780         * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
3782 1997-08-13  Kazushi (Jam) Marukawa  <jam@poboxes.com>
3784         * profile.c (get_time): Cast arg to fprintf.
3786         * hexl.c (main): Use %08lx instead of %08x in printf because the
3787         variable named addresses is long.
3789 1997-08-08  Geoff Voelker  <voelker@cs.washington.edu>
3791         * makefile.nt (lisp): Update paths to lisp files that have moved.
3793 1997-08-08  Andrew Innes  <andrewi@harlequin.co.uk>
3795         * makefile.nt (ctags.obj): New target.
3796         (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
3798         * ntlib.h: Add includes.
3799         Undo definitions of crt routines from config.h.
3801 1997-08-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3803         * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
3805 1997-07-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3807         * pop.c: Support auto-configuration of both Kerberos V4 and
3808         Kerberos V5 for movemail, including detection of V4 and V5 header
3809         files and libraries.
3810         Include <string.h> when STDC_HEADERS is defined, to get
3811         declarations of string functions.
3812         [KERBEROS5] (socket_connection): Support the current MIT Kerberos
3813         V5 API rather than the old one.
3814         [KERBEROS] (socket_connection): Change a constant name from
3815         SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
3816         with a constant in a header file.
3818         * Makefile.in: Support auto-configuration of both Kerberos V4 and
3819         Kerberos V5 for movemail, including detection of V4 and V5 header
3820         files and libraries.
3822 1997-07-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3824         * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
3826         * etags.c [HAVE_UNISTD_H]: Include unistd.h.
3828 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3830         * emacsclient.c [C_ALLOCA] (xmalloc): New function.
3832 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3834         * movemail.c (rindex): Add declaration.
3836 1997-07-01  Geoff Voelker  <voelker@cs.washington.edu>
3838         * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
3839         (movemail.exe): Depend upon and link with getopt files.
3840         (obj): Include new source files.
3841         (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
3842         (lisp): Include new and reorganized elisp files.
3844 1997-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
3846         * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
3848 1997-06-25  Paul Eggert  <eggert@twinsun.com>
3850         * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
3852 1997-06-14  Karl Heuer  <kwzh@gnu.ai.mit.edu>
3854         * b2m.c (readline): Terminate buffer properly when EOF seen.
3855         Test for valid pointer before dereferencing it.
3857 1997-05-30  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3859         * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
3860         defined inside etags.c if HAVE_CONFIG_H is defined.
3862 1997-05-29  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3864         * etags.c (logical): Type name changed to bool.
3865         (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
3866         (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
3867         (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
3868         (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
3869         (longopts): New long options without short counterpart are
3870         globals, members, no-globals, no-members.  Regexp options are now
3871         defined  conditionally to ETAGS_REGEXPS.
3872         (print_help): Updated.
3874 1997-05-22  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3876         * etags.c (C_entries): Use "." instead of "::" for Java.
3877         (consider_token): is_func renamed to is_func_or_var.
3878         (C_entries): is_func renamed to funorvar.
3879         (C_entries): Initialise tok.named.
3880         (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
3881         get rid of "import", "package" and "friend".
3882         (fvdef): Renamed from funcdef.  Also some constants renamed.  All
3883         users changed.
3884         (C_entries): Make separate tags for variables separated by comma.
3885         (globals, members): New flags.
3886         (main, C_entries): Use them.
3887         (make_C_tag, C_entries): Make tok a global variable.
3889 1997-05-16  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3891         * etags.c (funcdef): New vignore constant.
3892         (consider_token, C_entries): Use it to tag global variables.
3893         (print_help): Update for global variables.
3894         (consider_token, C_entries): Set the len member of token_name.
3895         (prolog_pred): Cleanup according to GNU coding standards.
3896         (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
3897         (prolog_white, erlang_white): Renamed to eat_white, callers changed.
3899 1997-05-15  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3901         * etags.c (CHARS, CHAR): New constant and macro.
3902         (iswhite, begtoken, intoken, endtoken): Use them.
3903         (notinname, _nin, nonam): New macro, array, string.
3904         (init): Cleanup and init _nin.
3905         (new_pfnote): New function.
3906         (make_C_tag) [traditional_tag_style]: Use it.
3907         (traditional_tag_style): Constant set to TRUE for now.
3909 1997-05-14  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3911         * etags.c (C_entries, Pascal_functions): Cleanup.
3912         (TeX_functions): NULL as a function arg needs a cast.
3913         (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
3915 1997-05-13  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3917         * etags.c (TeX_functions): Cleaned up.
3918         (tex_getit): Removed.
3920 1997-05-13  Paul Eggert  <eggert@twinsun.com>
3922         * rcs2log (files): When computing arguments automatically, ignore
3923         non-files within the RCS subdirectory.
3925 1997-05-13  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3927         * etags.c (C_JAVA): New #define.
3928         (Cjava_suffixes): .java is Java.
3929         (Cjava_entries): New function.
3930         (lang_names): Add Java.
3931         (sym_type): Add st_C_javastruct for Java.
3932         (C_stab_entry): Add `extends' and `implements' keywords.
3933         (consider_token, C_entries): Recognise Java structures.
3935 1997-05-12  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3937         * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax.
3938         (Postscript_suffixes): .ps is Postscript.
3939         (lang_names): Add Postscript.
3940         (Postscript_functions): New function.
3941         (TEX_decode_env): Close minor memory leak.
3942         (just_read_file): Correct the char number of the tag.
3944 1997-05-11  Paul Eggert  <eggert@twinsun.com>
3946         * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
3947         Don't prepend $nl since this causes some shells to generate the
3948         empty string when IFS is $nl.
3949         (printlogline): Use SOH (octal code 1), not CR, since some
3950         PC-based shells mishandle CR.
3951         (initialize_fullname): Set NIS_PATH to the empty string before invoking
3952         nismatch, in case it's set to some nonstandard value.
3954 1997-05-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
3956         * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
3957         read in separate blocks.
3959 1997-04-30  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3961         * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
3962         (struct linebuffer): New member `len' is the length of the string.
3963         (find_entries, Pascal_functions, TeX_functions, TEX_getit):
3964         Use it instead of strlen.
3965         (TEX_getit): Declare and define unconditionally as static.
3966         (TeX_functions): Use if instead of #if TeX_named_tokens.
3967         (add_regex): Set RE_INTERVALS flag for regex compilation.
3968         (substitute): Code cleanup.
3969         (readline_internal): Code cleanup, set new member `len'.
3970         (readline): Bug corrected.
3972 1997-04-23  Geoff Voelker  <voelker@cs.washington.edu>
3974         * makefile.nt: Change references of windowsnt.h to ms-w32.h.
3975         (obj): Change references of nt*.c files to w32*.c files.
3977 1997-04-15  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3979         * etags.c (xnew): Add support for debugging with chkmalloc.
3980         (error): Use this instead of printf whenever possible.
3981         (main): Only call xnew after having initialised progname.
3982         (substitute): Bad memory corruption error corrected.
3984 1997-04-08  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3986         * etags.c (add_regex): Undo previous change.
3987         (relative_filename): Small memory leak closed.
3988         (absolute_filename): Cleaned up the code, possibly closing a bug.
3989         (absolute_dirname): Always return a newly allocated string.
3991 1997-03-21  Paul Eggert  <eggert@twinsun.com>
3993         * rcs2log (files): Ignore files in RCS directory whose names are
3994         of the form ,*, or *_; they are probably RCS lock files.
3995         Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
3996         they are used by rcsfreeze.
3998 1997-03-14  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4000         * etags.c (add_regex): Reset *putbuf before using it.
4002 1997-02-23  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
4004         * movemail.c (popmail): Remove some unnecessary function
4005         declarations.
4006         (popmail, pop_retr): Since popmail always passes mbx_write and mbf
4007         into pop_retr, there's no reason to pass in mbx_write, and the
4008         file argument can be declared FILE * explicitly.  This fixes a
4009         compilation problem on systems with 64-bit pointers.
4011 1997-02-13  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
4013         * movemail.c: Delete duplicate inclusion of fcntl.h
4014         and duplicate #undefs of open, read, write, close.
4016 1997-01-20  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
4018         * movemail.c (main): Do not display "[POP-password]" in the usage
4019         message when movemail is compiled without POP support.
4020         (main, popmail): Add the optional "-p" argument, which causes
4021         movemail to leave mail in the inbox after copying it into the
4022         output file.
4024         * Makefile.in (movemail): Link with getopt.
4026 1997-01-20  Paul Eggert  <eggert@twinsun.com>
4028         * rcs2log (--help, --version): New options, per GNU coding standards.
4029         (Copyright, Help, Id): New variables, for above.
4030         (rlog): Use -q option with cvs log, to avoid useless chatter.
4032         Treat logs of "Initial revision" (RCS) or "file F was initially added
4033         on branch B." (CVS) as if they said "New file.", for consistency with
4034         change log entries.
4036 1997-01-01  Paul Eggert  <eggert@twinsun.com>
4038         * vcdiff (PATH): Add /usr/xpg4/bin,
4039         where XPG4 SCCS hangs out in Solaris 2.5.
4040         (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
4042 1996-12-19  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4044         * etags.c (streq, strneq): Use == NULL rather than !.
4046 1996-12-18  Jonathan I. Kamens  <jik@annex-1-slip-jik.cam.ov.com>
4048         * Makefile.in (LIBMAIL): New macro.  Conditionally includes -lmail.
4049         (movemail): Use LIBMAIL, to link against -lmail.
4051         * movemail.c: Include maillock.h (conditionally).
4052         Remove a redundant inclusion of <stdio.h>.
4053         (MAIL_USE_MAILLOCK): New macro, conditionally defined.
4054         (main): Add variable spool_name.
4055         Support the usage of maillock and mailunlock to
4056         lock and unlock mailboxes.
4057         (mail_spool_name): New function.
4059         * movemail.c: Fix an uninitialized variable which could cause
4060         movemail to exit with an error status incorrectly on systems which
4061         use lock files rather than a system locking function to lock
4062         mailboxes.
4064 1996-12-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4066         * pop.c (socket_connection): Free realhost after using it.
4068 1996-12-04  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4070         * etags.c (C_entries): Test tok.valid.  This handles some
4071         particular cases involving function declarations that failed.
4073 1996-11-22  Charles Hannum  <mycroft@gnu.ai.mit.edu>
4075         * pop.c (socket_connection):
4076         gethostbyname may return a pointer to static data.
4077         krb_realmofhost can clobber it.  So copy it.
4079 1996-11-14  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4081         * etags.c (pfnote, fatal, error): Callers using a NULL pointer
4082         must cast it to (char *) because we have no prototypes.
4083         (make_C_tag): Macro deleted, new function.
4084         (C_entries): Calls to make_C_tag macro changed to call function.
4086 1996-11-13  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4088         * etags.c (grow_linebuffer): New function.
4089         (GROW_LINEBUFFER): Macro deleted.  All callers changed.
4090         (make_tag): Macro renamed to make_C_tag.  All callers changed.
4091         (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
4092         (Prolog_functions): prolog_skip_comment was called with wrong
4093         number of arguments.
4094         (xrealloc): fatal was called with wrong number of arguments.
4096 1996-11-08  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4098         * etags.c (relative_filename): Bug corrected.
4099         (etags_getcwd): Avoid warning of unused variable.
4100         (C_entries, consider_token): Added support for enum labels.
4102 1996-11-03  Paul Eggert  <eggert@twinsun.com>
4104         * rcs2log: When processing cvs log output, remove `Attic/' from
4105         repository file names.
4107 1996-10-22  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4109         * emacsserver.c: Fix 1996-09-02 change.
4111 1996-10-12  Paul Eggert  <eggert@twinsun.com>
4113         * rcs2log (rlog_options): Look for ' option' rather than 'unknown
4114         option', since CVS says 'invalid option'.
4115         (datearg): Use the empty string, not '-d>1970-01-01', to extract all
4116         revisions, since some hosts reject 1970-01-01 when east of UTC.
4117         (date): Remove.
4119 1996-10-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4121         * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
4123 1996-10-02  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4125         * etags.c (print_version): Print copyright info.
4127         * etags.c (print_help): Print the bug reporting address.
4128         (main): Use return as the last instruction, instead of exit.
4130         * etags.c (main): Don't open the tags file in cxref mode.
4132 1996-09-29  Dave Love  <d.love@dl.ac.uk>
4134         * rcs2log (date): Make default format acceptable to CVS post v1.8
4135         as well as earlier CVSs and RCS.
4137 1996-09-29  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4139         * movemail.c (main): If the lock call fails with EBUSY or
4140         EAGAIN, retry a few times.
4142 1996-09-25  Paul Eggert  <eggert@twinsun.com>
4144         * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
4145         whether to append -zLT.
4147 1996-09-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4149         * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
4150         * emacsclient.c, movemail.c: Likewise.
4152 1996-09-09  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4154         * emacsclient.c (longopts): Change nowait to no-wait.
4155         (print_help_and_exit): Fix option name; upcase metavars.
4157 1996-09-06  Erik Naggum  <erik@naggum.no>
4159         * emacsserver.c (main): Declare `fromlen' as size_t.
4161 1996-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4163         * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
4165 1996-09-02  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4167         * emacsclient.c (quote_file_name): Quote with &, not \.
4168         Quote `-' only at start of file name.  Terminate the value string.
4170         * emacsserver.c: Include signal.h properly;
4171         delete the duplicate includes for it.
4173         * emacsserver.c: On fatal signal, delete socket-file:
4174         * emacsserver.c: Include signal.h.
4175         (xmalloc, fatal, error): New functions.
4176         (delete_socket, handle_signals): New functions.
4177         (progname, socket_name): New variables.
4178         [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
4180 1996-09-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4182         * emacsclient.c (quote_file_name): New function.
4183         (main, both versions): Use quote_file_name.
4184         (decode_options): Don't return a value.
4185         (main, both versions): Use optind.
4186         Don't check for -nowait here.
4188         * emacsclient.c (decode_options): New function.
4189         (main, both versions): Call decode_options.
4190         (print_help_and_exit): New function.
4191         (VERSION): New macro.
4193         * Makefile.in (emacsclient): Link with getopt.
4194         Add -DVERSION so emacsclient knows its version number.
4196 1996-08-31  Geoff Voelker  <voelker@cs.washington.edu>
4198         * makefile.nt (lisp): Include dos-nt.elc.
4200 1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4202         * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
4204 1996-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4206         * emacsclient.c (both versions): Handle -nowait and --nowait
4207         by sending data to the server.
4209 1996-08-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4211         * Makefile.in (INSTALL_STRIP): New variable.
4212         (${archlibdir}): Use INSTALL_STRIP.
4214         * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
4215         HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
4217         * pop.c: Reverse conditional in previous change.
4219 1996-08-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
4221         * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
4223 1996-08-24  Paul Eggert  <eggert@twinsun.com>
4225         * rcs2log: Use ISO 8601 date format, with time zone appended
4226         if change-log-time-zone-rule is non-nil, instead of
4227         traditional Unix date format.
4229         (datearg): When computing default from ChangeLog, handle ISO format
4230         dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
4231         Don't worry about hh:mm:ss since the resolution is now by day.
4232         Use empty datearg, not empty rlog_options, to decide whether to pass
4233         "$datearg" option to $rlog.
4234         (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
4235         (month_data): Remove `mo'; no longer needed.
4236         (rlog_options): Use -zLT for localtime output, if `rlog' supports it.
4238         Match `revision' line of rlog output more accurately.
4240         Add -c, -v options.
4242 1996-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
4244         * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
4246 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4248         * Version 19.33 released.
4250 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4252         * Version 19.32 released.
4254 1996-07-23  Andrew Innes  <andrewi@harlequin.co.uk>
4256         * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
4257         computing character positions in source files.
4259 1996-07-16  Andrew Innes  <andrewi@harlequin.co.uk>
4261         * makefile.nt (clean): Use OBJDIR macro.
4263 1996-07-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4265         * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
4267 1996-07-15  David Mosberger-Tang  <davidm@AZStarNet.com>
4269         * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>.
4270         * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
4271         * etags.c, fakemail.c, profile.c: Declare main as int, not void.
4273 1996-07-15  Andrew Innes  <andrewi@harlequin.co.uk>
4275         * ntlib.h: Correct return type of getwd.
4276         * ntlib.c (getwd): Correct return type.
4278 1996-07-02  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
4280         * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
4281         to infile.
4283 1996-07-01  Andrew Innes  <andrewi@harlequin.co.uk>
4285         * makefile.nt: Remove all references to wakeup.
4287 1996-06-28  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4289         * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
4290         explicit, mutable, typename.
4292 1996-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4294         * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
4295         streams, one for sending and one for reading the reply.
4297 1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4299         * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
4300         (wakeup): Target deleted.
4301         (UTILITIES): Delete wakeup and timer.
4303         * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
4305 1996-06-11  Geoff Voelker  <voelker@cs.washington.edu>
4307         * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
4308         * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
4310 1996-06-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4312         * etags.c (main): Copy cwd when appending slash.
4314 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4316         * Version 19.31 released.
4318 1996-05-17  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4320         * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
4321         (Pascal_functions): Increase linecharno by the correct number of
4322         chars, inline the GET_NEW_LINE macro and delete its definition.
4324 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
4326         * makefile.nt (OBJDIR, BLD): Remove macro definitions.
4328 1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
4330         * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
4331         (movemail.exe, fakemail.exe): Now built under Win32.o.
4333         * ntlib.c: Include ntlib.h.
4334         (nt_sleep): Rename to sleep.
4335         (getwd): Return directory.
4336         (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
4337         sys_ctime, sys_fopen): New functions.
4339         * ntlib.h: New file.
4341 1996-04-29  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
4343         * pop.c (SEND, RECV): Renamed from send, recv.
4344         (pop_open, pop_trash): Make the trash_started code unconditional.
4345         (socket_connection): Delete casts to void.
4347 1996-04-28  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
4349         * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
4350         copied from lisp.h.
4352 1996-04-22  Andrew Innes  <andrewi@harlequin.co.uk>
4354         * fakemail.c [WINDOWSNT]: Include ntlib.h.
4356         * hexl.c [DOSNT]: Include fcntl.h.
4357         [WINDOWSNT]: Include io.h.
4358         (main) [MSDOS]: Change conditional to DOS_NT.
4360         * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
4361         (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
4362         [WINDOWSNT]: Include locking.h.
4363         (main): Update usage message.  Use IS_DIRECTORY_SEP.
4364         (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
4365         (main) [WINDOWSNT]: Invoke locking instead of flock.
4366         (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
4367         (main) [MAIL_USE_POP]: Pass password to popmail if used.
4368         Include winsock.h; don't include unix inet headers.
4369         (popmail): Add password argument and pass it to pop_open.
4370         Open output file in binary mode.
4372         * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
4373         Macro SOCKET_ERROR undefined.
4374         Don't declare h_errno.
4375         [!WINDOWSNT]: Define macros recv and send.
4376         [!WINDOWSNT] (POP_SERVICE): Change to pop3.
4377         (pop_open) [WINDOWSNT]: Initialize trash_started.
4378         (have_winsock) [WINDOWSNT]: New variable.
4379         (socket_connection) [WINDOWSNT]: Initialize winsock.
4380         (socket_connection): Use closesocket instead of close.
4381         (getline): Use recv instead of read.
4382         (fullwrite): Use send instead of write.
4383         (pop_trash): Use closesocket instead of close.
4384         (pop_trash) [WINDOWSNT]: Cleanup winsock.
4385         Check if being called recursively by sendline.
4387         * pop.h (struct _popserver): New field trash_started.
4389         * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
4391 1996-04-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4393         * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
4395 1996-04-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4397         * etags.c [WINDOWSNT]: Include io.h.
4399 1996-04-10  Geoff Voelker  <voelker@cs.washington.edu>
4401         * makefile.nt (CTAGSOBJ): Compile with regexp support.
4403 1996-04-09  Eli Zaretskii  <eliz@is.elta.co.il>
4405         * hexl.c [DJGPP v2]: Include io.h.
4406         (main) [DJGPP v2]: Switch standard streams to binary with setmode.
4408         * b2m.c (main) [MSDOS]: Switch standard streams to binary under
4409         DJGPP v2.
4411 1996-04-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4413         * etags.c (absolute_filename): Use absolutefn.
4415 1996-03-31  Eli Zaretskii  <eliz@is.elta.co.il>
4417         * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
4418         letter isn't an alphabetic character.
4419         (main) [DOS_NT]: Use binary mode on redirected `stdout'.
4420         (process_file) [DOS_NT]: Convert all slashes to forward style.
4421         (absolute_filename) [DOS_NT]: Emit error message for relative
4422         paths with a drive letter.
4423         (absolute_filename) [DOS_NT]: Handle absolute pathnames with
4424         DOS/NT drive letters which try to reference the parent of the root.
4425         (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
4427 1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
4429         * makefile.nt: Change uses of del to $(DEL).
4431 1996-03-22  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4433         * etags.c (just_read_file): Reset lineno and charno on entry.
4435 1996-03-15  Anders Lindgren  <andersl@csd.uu.se>
4437         * etags.c: Prolog language totaly rewritten.
4438         (Prolog_functions): Rewritten from scratch.
4439         (skip_comment, prolog_getit): Removed.
4440         (prolog_skip_comment): New function, like old skip_comment.
4441         (prolog_pred, prolog_atom, prolog_white): New functions.
4442         (erlang_func, erlang_attributes): Forward declarations added.
4443         (erlang_atom): Check if backslash ends line inside quoted atom.
4445 1996-03-14  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
4447         * etags.c (absolutefn): DOS_NT version corrected.
4448         (main): Append "/" to the dir name only if not already there.
4449         (print_help): Explain the absolute/relative file name issue.
4451 1996-03-08  Anders Lindgren  <andersl@csd.uu.se>
4453         * etags.c: New Language Erlang added.
4454         (Erlang_functions, erlang_func, erlang_attribute, erlang_atom)
4455         (erlang_white): New functions.
4456         (Erlang_suffixes): New suffix list.
4457         (lang_names): Erlang entry added.
4458         (prolog_getit): Accepts headers spanning several lines.
4459         Always name tags.
4460         (Prolog_functions): Removed incorrect compensation for
4461         newline characters.
4462         (readline_internal): Zero-terminate last line.
4464 1996-03-20  Mike Long  <mike.long@analog.com>
4466         * b2m.c (main): Initialize progname variable before using it.
4467         Quote `username' in From_ header.
4469 1996-03-18  Geoff Voelker  <voelker@cs.washington.edu>
4471         * ntlib.c (getpid): New function.
4473 1996-02-21  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
4475         * emacsclient.c (main, both definitions):
4476         Print a newline for normal termination.
4478 1996-02-21  Noah Friedman  <friedman@prep.ai.mit.edu>
4480         * tcp.c (main): Convert port to network byte order.
4482 1996-01-20  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4484         * pop.c (pop_retrieve, getline): Avoid type clashes.
4486 1996-01-19  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4488         * etags.c (enum sym_type, anonymous enum): Delete final comma.
4490 1996-01-15  Paul Eggert  <eggert@twinsun.com>
4492         * rcs2log (initialize_fullname): Add support for NIS+.
4493         (hostname): Fully qualify the default hostname with the domainname
4494         if the hostname lacks a `.'.
4496 1996-01-10  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4498         * etags.c (consider_token): Fix typo in expression.
4500 1996-01-04  Paul Eggert  <eggert@twinsun.com>
4502         * etags.c (substitute): Fix spelling in message.
4504 1996-01-03  George V. Reilly  <georger@microcrafts.com>
4506         * makefile.nt (etags, ctags): Compile with regexp support.
4507         (make-docfile, wakeup, etags, ctags, hexl): Ensure build
4508         subdirectory exists before compiling.
4510 1996-01-02  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4512         * emacsserver.c (main): Do chmod based on existing permission.
4514 1995-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4516         * Makefile.in (install): Turn on read/execute permission.
4518 1995-12-03  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
4520         * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
4521         (LOADLIBES): Use LIB_STANDARD_LIBSRC.
4523 1995-12-01  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
4525         * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
4527 1995-12-07  Francesco Potortì  <pot@cnuce.cnr.it>
4529         * etags.c (pfnote): Don't make a tag for ctags if there is no name.
4530         (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
4531         get_scheme, prolog_getit): Name the tag in ctags mode.
4532         (pfnote): Truncate ctags lines to 50 chars, like it worked once.
4533         (Perl_interpreters): Accept "@PERL@" as an interpreter.
4534         (suggest_asking_for_help): New function.
4535         (main, get_language_from_name): Use suggest_asking_for_help.
4536         (main): Let get_language_from_name make language existence check.
4537         (streq, strneq): Check the arguments #if DEBUG.
4539 1995-12-06  Francesco Potortì  <pot@cnuce.cnr.it>
4541         * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
4542         (gperf): Added keywords for Objective C and GNU macros.
4543         (sym_type): Added values to account for Objective C and GNU macros.
4544         (begtk): The '@' character can start a token.
4545         (objdef, methodlen, objtag): New variables for Objective C.
4546         (consider_token, C_entries): Added code for Objective C.
4547         (plain_C_suffixes): Add .m and .lm for Objective C.
4548         (Yacc_suffixes): Add .ym for Objective yacc.
4549         (GROW_LINEBUFFER): New macro.
4550         (consider_token, C_entries, Pascal_functions): Use the new macro.
4551         (consider_token): Take one more argument.  Caller changed.
4552         (consider_token): Use the hashing function to spot GNU macros.
4553         (C_entries): Consider // as a comment start even in plain C for
4554         the sake of Objective C parsing.
4556 1995-12-04  Francesco Potortì  <pot@cnuce.cnr.it>
4558         * Makefile.in (ctags): Depend on etags only for simplicity;
4559         compile with regexp support enabled.
4561 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4563         * Version 19.30 released.
4565 1995-11-22  Geoff Voelker  <voelker@cs.washington.edu>
4567         * makefile.nt (DOC, clean): Don't use switches to del not
4568         supported by Windows 95.
4570 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4572         * Makefile.in (regex.o): Depend on ../src/config.h.
4574 1995-11-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4576         * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
4577         (LOADLIBES): Use LIB_STANDARD.
4579 1995-11-07  Kevin Gallo  <kgallo@microsoft.com>
4581         * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
4582         w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
4583         Windows 95 conditional.
4585 1995-11-06  Francesco Potortì  (pot@cnuce.cnr.it)
4587         * etags.c (get_lang_from_name, get_lang_from_interpreter,
4588         get_lang_from_suffix): New functions.
4589         (get_language): Function deleted.
4590         (lang_entry): Two members added to struct.
4591         (lang_names): Reflect the new layout of lang_entry.
4592         (print_language_names, main, find_entries): Use the new functions.
4593         (find_entries): Look at the first line for #! if no language.
4594         (C_entries): Invalidate the token when funcdef is reset.
4595         (Perl_functions): New function.
4596         (lang_suffixes): .pl and .pm are Perl suffixes.
4598 1995-11-02  Francesco Potortì  (pot@cnuce.cnr.it)
4600         * etags.c (lowcase): Use the standard tolower function.
4601         (substitute): Remove some wrong and some useless code related with
4602         escape '\' character in regexp replacement string.
4603         (TEX_defenv): Added part, appendix, entry, index.  Removed typeout.
4604         (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
4605         .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
4606         .prolog for prolog (.pl removed).
4607         (massage_name, etags_getcwd): Use lowcase instead of tolower.
4608         (C_entries, find_entries): Added comments about memory leakage.
4609         (add_node): Dead code removed.
4611 1995-10-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4613         * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
4614         (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
4616 1995-08-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4618         * test-distrib.c: Add #undef for open, close, read, write.
4620 1995-08-23  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4622         * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
4623         [! O_RDONLY]: Define it to zero.
4624         (main): Use O_RDONLY instead of explicit zero.
4626 1995-08-17  Francesco Potortì  (pot@cnuce.cnr.it)
4628         * etags.c (Pascal_functions): Close comment bug corrected.
4629         (add_node): Correctly compare node file names.
4630         (Pascal_functions): Correctly allocate and free memory for tline.
4631         (pfnote): Put the definition of fp in the innermost block.
4632         (NODE): `named' member removed.
4633         (pfnote, free_tree, put_entries, total_size_of_entries): Do not
4634         use the `named' member, check whether `name' is NULL instead.
4635         (pfnote): `named' argument removed, all callers changed.
4636         (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
4637         TeX_functions, TEX_getit, prolog_getit): Useless string allocation
4638         removed from pfnote call, some code cleanup.
4639         (relative_filename): Free temporary space allocated by concat.
4641 1995-08-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4643         * Makefile.in (getdate.c): New target.
4644         (getdate.o): Just compile getdate.c.
4646 1995-08-12  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4648         * fakemail.c (xrealloc): Change cast to match return type.
4650 1995-08-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4652         * fakemail.c (xmalloc, xrealloc): Use return-type long *.
4654 1995-08-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4656         * movemail.c (main): Fix previous change.
4657         Add error check for empty OUTNAME.
4659 1995-08-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4661         * movemail.c (main): Mention lock file name in error message.
4663 1995-07-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4665         * profile.c (gettimeofday): New function, defined if necessary.
4667 1995-07-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4669         * Makefile.in: Renamed from Makefile.in.in.
4670         (distclean): Delete Makefile.c, not Makefile.in.
4672 1995-07-17  Michael Shields  <shields@tembel.org>
4674         * Makefile.in.in (tags): Synonym for `TAGS'.
4676 1995-07-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4678         * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
4679         configure has already set $(INSTALL) to the proper relative path.
4681 1995-07-08  Paul Eggert  <eggert@twinsun.com>
4683         * rcs2log (datearg): Separate date from time with comma, not space,
4684         to work around CVS 1.5 bug.
4685         (CVSROOT): Don't abort when unset if repository is absolute.
4687 1995-07-07  Paul Eggert  <eggert@twinsun.com>
4689         * rcs-checkin, rcs2log, vcdiff:
4690         Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
4691         that interpret `#! /' as a 4-byte magic number.
4693 1995-06-29  Jonathan I. Kamens  <jik@cam.ov.com>
4695         * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
4696         mailbox with "po:mailbox", the mailbox is everything after the
4697         "po:" prefix.
4699 1995-06-28  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4701         * emacsserver.c: Make all error messages start with `Error: '.
4702         (fatal_error, perror_1): New functions, use throughout.
4704 1995-06-28  Paul Eggert  <eggert@twinsun.com>
4706         * rcs2log (CVSROOT, repository):
4707         Allow remote repositories a la CVS 1.4.
4709 1995-06-27  Francesco Potortì  (pot@cnuce.cnr.it)
4711         * etags.c (plain_C_entries): New function.
4712         (lowcase): New macro.
4713         (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
4714         (lang_suffixes): New suffix ".pc" for Pro*C files.
4715         (consider_token): Don't tag all tokens beginning with DEFUN & Co..
4716         (tail): Look for the end of the token when comparing.
4717         (takeprec): Since now tail behaves differently, use strneq.
4719 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4721         * movemail.c (main): Add newline in usage message.
4723 1995-06-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4725         * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
4727 1995-06-21  Francesco Potortì  (pot@cnuce.cnr.it)
4729         * etags.c (find_entries): Rewind before rereading the input file.
4731 1995-06-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4733         * Version 19.29 released.
4735         * make-docfile.c (main) [MSDOS]: Do set _fmode.
4736         This undoes part of the previous change.
4738 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4740         * make-docfile.c (main): On MSDOS, don't change stdout
4741         to binary, and insist on an -o option.
4743 1995-06-13  Geoff Voelker  <voelker@cs.washington.edu>
4745         * etags.c (process_file,absolute_filename): Handle filenames
4746         starting with a drive letter.
4748         * makefile.nt (install): Copy wakeup.exe properly.
4750 1995-06-08  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4752         * make-docfile.c [MSDOS]: #undef chdir.
4754 1995-06-04  Paul Eggert  <eggert@twinsun.com>
4756         * rcs2log (output_authors): Allow ':' in time zone,
4757         as per ISO 8601 and RCS 5.6.8 beta.
4759 1995-05-29  Francesco Potortì  (pot@cnuce.cnr.it)
4761         * etags.c (etags_getcwd): Undo the /bin/pwd change.  It may raise
4762         compatibility problems.
4764 1995-05-26  Richard Stallman  <rms@gnu.ai.mit.edu>
4766         * etags.c (etags_getcwd): Don't use #elif.
4767         Have just one function body.
4769 1995-05-25  Geoff Voelker  <voelker@cs.washington.edu>
4771         * makefile.nt (LIBS): Use BASE_LIBS.
4772         (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
4773         upon LIBS.
4774         (DOC): Use del instead of rm.
4775         (DOC) [WINDOWS95]: Use DOC.
4776         (clean): Handle MSVC aux files.
4777         (config.h,paths.h): Use $(CP) instead of cp.
4778         (config.h): Use $(CONFIG_H)
4779         (make-docfile.obj): Depend upon config.h.
4780         Clean up comments.
4782 1995-05-23  Francesco Potortì  (pot@cnuce.cnr.it)
4784         * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
4785         former gives the true path even in the presence of simlinks.
4787 1995-05-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4789         * movemail.c (main): Increase lock timeout to five minutes.
4791 1995-05-06  Geoff Voelker  <voelker@cs.washington.edu>
4793         * makefile.nt (obj): Use .c files.
4795 1995-05-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4797         * make-docfile.c: Include config.h.
4798         (NO_SHORTNAMES): New definition.
4799         (xmalloc): Return long *.
4801         * etags.c (C_entries): Cast result of xrealloc.
4802         (xmalloc, xrealloc): Declare them to return long *.
4804         * b2m.c (xmalloc, xrealloc): Declare them long *.
4806         * movemail.c (xmalloc): Declare it to return long *.
4808 1995-04-30  Paul Eggert  <eggert@twinsun.com>
4810         * rcs2log (datearg): If rlog options are specified explicitly,
4811         omit the implicit '-d>DATE' option.
4812         (repository, rlog): Allow absolute paths to CVS repositories.
4813         Look only at the first line of CVS/Repository.
4815 1995-04-26  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4817         * Makefile.in.in (extraclean): Depend on maintainer-clean, not
4818         realclean.
4820 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4822         * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
4823         Alternative (empty) definitions.
4825 1995-04-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4827         * emacsclient.c (main): Add argv[0] to an error message.
4829 1995-04-13  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4831         * emacsclient.c (main): Improve error handling.
4832         * cvtmail.c (main, skip_to_lf): Improve error handling.
4833         (sysfail): New function.
4835         * b2m.c (main): Check for trailing ", " before trying to delete it.
4837 1995-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4839         * Makefile.in.in (all): Build test-distrib and make-docfile.
4841         * make-docfile.c (scan_c_file): At end, restore file name last char
4842         to its original value.
4844 1995-04-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4846         * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
4848 1995-04-08  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4850         * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
4851         (alloca.o, regex.o): Use BASE_CFLAGS.
4853 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4855         * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
4857 1995-04-04  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4859         * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
4860         (SOURCES, distclean): Removed obsolete references to aixcc.
4862 1995-04-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4864         * aixcc.lex: File deleted--surely obsolete now.
4866 1995-03-23  Paul Eggert  <eggert@twinsun.com>
4868         * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
4869         portability to mawk and nawk.
4871 1995-03-21  Paul Eggert  <eggert@twinsun.com>
4873         * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
4874         -u "login<tab>fullname<tab>mailaddr".
4876 1995-03-21  Paul Eggert  <eggert@twinsun.com>
4878         * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
4879         replaces the (now obsolescent) -n login fullname mailaddr option.
4880         Add -R option for recursive rlog.
4881         (AWK): New environment variable (default `awk') for awk program name.
4882         (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
4883         Quote authors and fullnames correctly.
4884         Don't omit path from repository root when logging CVS files.
4886 1995-03-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4888         * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
4889         even if HAVE_SYSVIPC.
4890         * emacsclient.c (main): Use getcwd if not BSD.
4892 1995-03-13  Francesco Potortì  (pot@cnuce.cnr.it)
4894         * etags.c (process_file): Free (filename) after using it.
4895         (readline_internal): Do not access the char before start of line.
4897 1995-02-22  Francesco Potortì  (pot@cnuce.cnr.it)
4899         * etags.c (C_entries): token_saved removed.  Initialise tok.valid and
4900         savetok.valid.  Mark token as valid when it is initialised.
4901         (make_tag): Make token only if token is valid and reset validity.
4902         (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
4903         (TOKEN): Added a new member: valid.
4905 1995-02-15  Francesco Potortì  (pot@cnuce.cnr.it)
4907         * etags.c (C_entries): Bug corrected in xrealloc of token_str.
4908         (main): Do not read twice the last filename in the stdin file list.
4910 1995-02-14  Francesco Potortì  (pot@cnuce.cnr.it)
4912         * etags.c (C_entries): Initialise the new members of TOKEN.
4913         (C_entries): Do not allocate a new space for each token found by
4914         consider_token.  Let make_tag do that instead.
4915         (make_tag): Since now TOKEN has memory of where it is taken from,
4916         this new macro substitutes both make_tag_from_new_lb and
4917         make_tag_from_oth_lb.  All callers changed.
4918         (TOKEN): Add linepos and buffer members.
4919         (main): Initialise token_str.
4920         (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
4921         (token_str): New global variable used by C_entries.
4923 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
4925         * Makefile.in.in (maintainer-clean): Renamed from realclean.
4927 1995-02-01  Francesco Potortì  (pot@cnuce.cnr.it)
4929         * etags.c (pfnote): Initialise been_warned in the node.
4930         (C_entries): Removed a speed hack for the sake of clarity.
4932 1995-01-18  Francesco Potortì  (pot@cnuce.cnr.it)
4934         * etags.c (longopts, print_help, main): Use -I as abbreviation
4935         for the --ignore-indentation option.
4936         (main): Do not print an error message for unknown options.
4938 1995-01-12  Francesco Potortì  (pot@cnuce.cnr.it)
4940         * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
4941         (append_to_tagfile, typedefs, typedefs_and_cplusplus)
4942         (constantypedefs, update, vgrind_style, no_warnings)
4943         (cxref_style, cplusplus, noindentypedefs): Were int, now logical.
4944         (permit_duplicates): Was a var, now a #define.
4945         (filename_lb): Was global, now local to main.
4946         (main): Open the tag file when in cxref mode.
4947         Use a BUFSIZ size buffer for making the shell commands.
4948         Look at the return value from the system routine.
4949         Exit when cannot open the tag file.
4950         (process_file): Open the file and pass the FILE* to find_entries.
4951         (find_entries): Now void, because does not open the file itself.
4952         (pfnote): Recovering from lack of memory does not work.  Removed.
4953         Use savenstr and simplify the code.
4954         (free_tree): Only free the name space if node is named.
4955         (structtag): Now a pointer, not a fixed length array of chars.
4956         (consider_token): Don't take a token as argument.  Use savenstr
4957         when saving a tag in structtag.  Callers changed.
4958         (TOKEN): Structure changed.  Now used only in C_entries.
4959         (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
4960         (C_entries): nameb and savenameb deleted.  Use dinamic allocation.
4961         (pfcnt): Deleted.  Users updated.
4962         (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
4963         (TEX_getit, prolog_getit): Use dinamic allocation for storing
4964         the tag instead of a fixed size buffer.
4966 1995-01-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4968         * movemail.c (main): Skip past the colon in inname.
4970 1995-01-10  Francesco Potortì  (pot@cnuce.cnr.it)
4972         * etags.c (pfatal): New function.
4973         (main, etags_getcwd): Use pfatal.
4974         (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
4976 1995-01-10  Francesco Potortì  (pot@cnuce.cnr.it)
4978         * etags.c (Lang_function): Use void instead to declare the
4979         language functions, because many compilers are buggy.
4980         (etags_getcwd): Fix the previous fix on the #else branch.
4981         (readline_internal): Discard possible \r before \n here.
4982         (C_entries): Do not deal with \r here: undo previous fix.
4984 1995-01-09  Francesco Potortì  (pot@fly)
4986         * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
4987         functions and a macro that allow the program to work on input
4988         lines of whatever length.  Copied from etags.c.
4989         (fatal): Print a fatal error message and exit.
4990         (main): Use the new functions.  Fixed a bug that made a \037 char
4991         appear at the end of the output.
4993 1995-01-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4995         * etags.c (C_entries): Ignore carriage return at end of line.
4997 1994-12-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4999         * fakemail.c (xmalloc, xrealloc): Add casts.
5000         (add_field): Handle <...> and "..." syntax.
5001         (setup_files, get_keyword): Clean up parens and line breaks.
5002         (args_size): Likewise.
5004 1994-12-21  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
5006         * yow.c: Include program name in error messages.
5008 1994-12-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5010         * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
5011         (xmalloc, fatal, error): New functions.
5012         (progname): New variable.
5013         (main): Set progname.
5015 1994-12-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5017         * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
5018         (main): If socket/mqueue name is in home dir, add in the host name.
5019         Rename .emacs_server to .emacs-server....
5021 1994-12-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5023         * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
5025 1994-11-22  Francesco Potortì  (pot@cnuce.cnr.it)
5027         * etags.c (print_help): Print --regex usage for ctags also.
5028         (main): Use -h in addition to -H as abbreviation for --help.
5030 1994-11-16  Francesco Potortì  (pot@cnuce.cnr.it)
5032         * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
5033         is compiled if this is defined.  The new functions and variables
5034         added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
5035         [VMS]: All VMS specific code previously contained in
5036         etags-vmslib.c is now included here, modified for dealing with
5037         language and regex options intermixed with filenames.
5038         (header_file): Global variable deleted.
5039         (Lang_Function): New typedef.  All language parser functions
5040         changed to this new type.
5041         (string_numeric_p, substr, prestr): Functions deleted.
5042         (readline_internal): Does the job that readline did previously.
5043         (longopts): --language and --regex options added.
5044         (lang_names, lang_extensions, lang_func, print_language_names):
5045         New structures, variables and functions for choosing languages.
5046         (print_help): Help strings updated.  Calls print_language_names.
5047         (argument_type, ARGUMENT): Typedefs for dealing with language and
5048         regex options intermixed with filenames.
5049         (main): Changed the way of dealing with arguments on the command
5050         line to deal with language and regex options intermixed with
5051         filenames.
5052         (get_language, default_C_entries, Cplusplus_entries,
5053         Cstar_entries, Yacc_entries, just_read_file): New functions.
5054         (find_entries): Use the new method for choosing the language.
5055         (Pascal_functions): Allow intermixing of comment styles.
5056         (prolog_getit, skip_comment): Rewritten for speed.
5057         (readline): Rewritten to deal with regexps.
5059 1994-11-16  Francesco Potortì  (pot@cnuce.cnr.it)
5061         * etags.c (<errno.h>): #include added.
5062         (etags_getcwd): Check return value from getcwd.
5064 1994-11-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5066         * profile.c (TV1, TV2): Use EMACS_TIME as type.
5067         (get_time): Use EMACS_SUB_TIME.
5069 1994-10-30  Geoff Voelker  <voelker@cs.washington.edu>
5071         * ntlib.c: New file.
5072         * makefile.nt: New file.
5074         * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
5075         [WINDOWSNT]: Include the NT headers.
5076         (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
5078         * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
5079         [WINDOWSNT]: Include some NT headers.
5081 1994-10-24  Jonathan I. Kamens  (jik@cam.ov.com)
5083         * pop.c (getline): When a search of already-read input for CRLF
5084         fails, store the fact that we've searched it and don't search it
5085         again after reading more data.
5087         * pop.c (getline): When determining whether or not it's necessary
5088         to grow the input buffer, take into account the null that's stored
5089         at the end of already-read input in the buffer.
5091 1994-10-21  Francesco Potortì  (pot@cnuce.cnr.it)
5093         * etags.c (prestr, substr): Return a logical type.
5094         (consider_token): Comment out "EXFUN".  Use "DEFUN" instead of "DEF".
5095         (consider_token): Set funcdef to fignore when a DEFUN is met.
5096         (C_entries): Now we can use Tom Hageman patch for extern "C".
5098 1994-10-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5100         * movemail.c: PopServer renamed to popserver throughout.
5102 1994-10-20  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
5104         * etags.c: Don't declare malloc, since we include config.h.
5105         * fakemail.c: Likewise.
5107 1994-10-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5109         * movemail.c: Don't declare malloc.
5111 1994-10-19  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
5113         * rcs-checkin: Use test -r instead of < to check readability, to
5114         avoid syntax error.
5116 1994-10-19  Jonathan I. Kamens  (jik@cam.ov.com)
5118         * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
5119         defined, and if HAVE_CONFIG_H isn't defined, define
5120         MAIL_USE_POP always (so that this file can be included in
5121         other programs besides emacs).
5123         * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
5124         HAVE_CONFIG_H isn't defined.
5126         * pop.c (find_crlf, getline): Instead of using strstr, use a
5127         custom function for finding CRLF.
5128         (my_strstr): Function deleted.
5130 1994-10-17  Jonathan I. Kamens  (jik@cam.ov.com)
5132         * pop.c (getline): Fix a segfault because of passing a
5133         non-null-terminated string into strstr().  Fix from
5134         djm@va.pubnix.com (David J. MacKenzie).
5136         * pop.c: Don't include <string.h> and <strings.h>.
5138         * pop.c: Include <des.h> before <krb.h>, rather than after.  They
5139         should be interchangeable, and indeed the inclusion is done in
5140         both orders in various files in the Kerberos 4 library sources,
5141         but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
5142         requires that <des.h> be included first, and I don't see any harm
5143         in changing the order.
5145         * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
5146         STDC_HEADERS, if they're defined.  Undef open, read, write and
5147         close after including it.
5149 1994-10-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5151         * pop.c: Fix mismatch in conditionals.
5153         * make-docfile.c (main): Don't process one input file twice.
5154         Never use exit code > 1.
5156         * pop.c (open, close, read, write): Add #undefs.
5158         * pop.c: Don't declare malloc, realloc, free.
5159         Include ../src/config.h.
5160         Don't include string.h or strings.h.
5161         Include des.h before krb.h.
5162         Do declare my_strstr.
5163         (getline): Really use my_strstr.
5164         Leave one empty place in server->buffer,
5165         and put a null at the end of the data in it.
5167 1994-10-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5169         * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well.  Don't
5170         call kill with pid 0.  Handle EINTR when receiving messages.
5172 1994-10-17  Karl Heuer  <kwzh@gnu.ai.mit.edu>
5174         * Makefile.in.in (regex.o): Use full path to find regex.c.
5176 1994-10-17  Francesco Potortì  (pot@fly.cnuce.cnr.it)
5178         * Makefile.in.in (etags): Add dependency on regex.o, link with it.
5179         (REGEXPOBJ, REGEXPDEPS, regex.o): Target and macros added.
5181 1994-10-12  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
5183         * Makefile.in.in (DONT_INSTALL): Remove make-path.
5184         (${archlibdir}): Use mkinstalldirs instead.
5186         * movemail.c: Make functions that return nothing void, not
5187         implicitly int.
5188         (main): Improve usage message.
5189         (error): Write to stderr, not stdout.
5191         * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
5192         fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
5193         timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
5194         variables and implicitly declared functions.
5196 1994-10-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5198         * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
5199         (distclean): Not here.
5201         * Makefile.in.in (libexecdir): Renamed from libdir.
5203 1994-10-11  Francesco Potortì  (pot@cnuce.cnr.it)
5205         * etags.c (C_entries): Name the #define's that are macros.
5207 1994-10-10  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5209         * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
5210         fd_set arg is a pointer, descriptor arg comes first.
5212 1994-09-29  Francesco Potortì  (pot@cnuce.cnr.it)
5214         * etags.c (C_entries): Recognise typedef of ANSI style functions.
5215         (C_entries): Recognise #define inside a struct.
5216         (C_entries): ANSI tells that preprocessor commands do not have to
5217         start on the first column.
5218         (print_help): Documentation corrected for -d and -D.
5219         (white, endtk): ANSI tells the vertical tab is a separator.
5221 1994-09-24  Jonathan I. Kamens  (jik@gza-client1.aktis.com)
5223         * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
5224         (pop.o, movemail.o): New targets.
5225         (movemail): Link in pop.o and movemail.o.  Use MOVE_LIBS, MOVE_FLAGS.
5227         * pop.c, pop.h: New files.
5229         * movemail.c: Improve POP code, move most of it into a separate file.
5230         (mbx_delimit_end, mbx_delimit_begin): Check for errors.
5231         (mbx_write): Check for errors and for From line.
5232         (pop_retr, popmail): Use subroutines in pop.c to do the real work.
5233         (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
5234         (pop_init): Functions deleted.
5236 1994-09-23  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
5238         * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
5239         Rename path to dirname.
5241 1994-09-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5243         * Makefile.in.in (UTILITIES):
5244         Remove test-distrib, make-docfile, make-path.
5245         (DONT_INSTALL): New variable--list those files here.
5246         (clean): Delete the files in DONT_INSTALL.
5248 1994-09-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5250         * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
5251         (main): Use fgets, not gets.
5253 1994-09-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5255         * timer.c: Don't declare malloc.
5257 1994-09-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
5259         * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
5260         defined, use simple 32-bit versions of these macros.
5261         (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
5263 1994-09-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5265         * etags.c (etags_getcwd): Use getcwd if available.
5267 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5269         * Version 19.27 released.
5271 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5273         * Version 19.26 released.
5275 1994-08-15  Paul Eggert  <eggert@twinsun.com>
5277         * rcs2log: Add support for CVS.
5278         Work with `rlog's that output ISO 8601 dates.
5280 1994-08-09  Lawrence R. Dodd  <dodd@roebling.poly.edu>
5282         * rcs2log: Use <> to delimit email address.
5284 1994-08-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5286         * emacsserver.c [SYSV_IPC] (main): Make a separate process
5287         so we can listen for multiple requests.
5289 1994-08-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5291         * movemail.c: Include config.h first thing.
5293 1994-08-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5295         * emacsserver.c (main): Add casts to avoid warnings.
5297 1994-07-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5299         * Makefile.in.in (${archlibdir}): Compare the proper dir
5300         before installing the scripts.
5302 1994-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5304         * emacsclient.c (main): New local var progname saves argv[0].
5306 1994-07-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5308         * emacsclient.c (main): Don't actually modify argv[0].
5309         Modify a copy instead.
5311 1994-07-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
5313         * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
5314         (tzp): Var deleted.
5316         * Makefile.in.in: Add #undef alloca.
5318 1994-07-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5320         * timer.c (xmalloc): New function.
5322 1994-07-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5324         * Makefile.in.in (ALLOCA_CFLAGS): New variable.
5325         (alloca.o): New target.
5327 1994-07-08  Dave Love  (d.love@dl.ac.uk)
5329         * etags.c (takeprec): Recognise `character*(*) function'.
5331 1994-07-08  Francesco Potortì  (pot@cnuce.cnr.it)
5333         * etags.c (main): Don't barf on obsolete -t and -T switches.
5334         (main): Print an explicative message when a switch is not known.
5336 1994-06-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5338         * hexl.c: Don't declare exit or perror.
5340         * emacsserver.c (main): Don't declare geteuid.
5341         Don't declare getenv if convex.
5343 1994-06-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5345         * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
5347 1994-06-03  Francesco Potortì  (pot@fly.cnuce.cnr.it)
5349         * etags.c (absolute_filename): Remove infinite loop bug when
5350         accessing files in directories whose name begins with a dot.
5352 1994-06-03  Francesco Potortì  (pot@fly.cnuce.cnr.it)
5354         * etags.c (etags_getcwd): Delete the trailing newline from cwd.
5356 1994-06-01  Morten Welinder  (terra@diku.dk)
5358         * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
5359         location of data directory.
5361 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5363         * Version 19.25 released.
5365 1994-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5367         * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
5369 1994-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5371         * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
5373 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5375         * Version 19.24 released.
5377 1994-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5379         * make-docfile.c (write_c_args): Put `default' in upper case.
5381 1994-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5383         * etags.c (etags_getcwd): Cast result of popen.
5384         (popen): Declaration deleted.
5386 1994-05-17  Karl Heuer  (kwzh@gnu.ai.mit.edu)
5388         * etags.c [!MSDOS]: Declare popen.
5390 1994-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5392         * b2m.c (main): Avoid crash if argc is 1.
5394 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5396         * Version 19.23 released.
5398         * Makefile.in.in (blessmail): Specify directory for blessmail.el.
5400 1994-05-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5402         * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
5404 1994-05-05  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
5406         * Makefile.in.in: Fix out of date comment.
5408 1994-05-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5410         * Makefile.in.in: Put in a separator for where to start cpp procssing.
5411         Move all autoconf substitutions above that point.
5412         Above that point, use Make-style comments.
5413         This goes with changes in ../configure.in.
5415 1994-05-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5417         * Makefile.in.in (maybe-blessmail): New target to print the blessmail
5418         warning message.
5419         (${archlibdir}): Don't do it here.  Don't depend on blessmail.
5421 1994-05-02  Karl Heuer  (kwzh@gnu.ai.mit.edu)
5423         * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
5425 1994-05-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5427         * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
5428         print advice to run it, if it has anything significant to do.
5429         And only if MOVEMAIL_NEEDS_BLESSING.
5430         (blessmail): Use emacs, not temacs.
5431         (configuration): Renamed from configname.
5433 1994-04-30  Morten Welinder  (terra@diku.dk)
5435         * etags.c (find_entries): Treat `*.cpp' as C++ files.
5437 1994-04-30  Morten Welinder  (terra@diku.dk)
5439         * etags.c [MSDOS]: #include <sys/param.h> for the following.
5440         [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
5441         a shell.
5443 1994-04-29  Morten Welinder  (terra@diku.dk)
5445         * hexl.c [MSDOS]: Don't define proto type for exit.
5447 1994-04-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5449         * b2m.c: Don't include string.h or strings.h.
5451 1994-04-27  Karl Heuer  (kwzh@gnu.ai.mit.edu)
5453         * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
5454         symbols, not make variables.
5456 1994-04-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5458         * Makefile.in.in (etags, ctags): Make VERSION a string constant.
5459         * etags.c (print_version): Print VERSION as a string.
5461 1994-04-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5463         * fakemail.c (readline): Fix updating of p when buffer grows.
5465 1994-04-20  Karl Heuer  (kwzh@gnu.ai.mit.edu)
5467         * Makefile.in.in (blessmail): New target.
5468         ${archlibdir}: Use blessmail when installing movemail.
5470 1994-04-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5472         * fakemail.c (readline): When extending the buffer,
5473         calculate end afresh using the new size.
5475 1994-04-18  Francesco Potortì  (pot@fly.cnuce.cnr.it)
5477         * etags.c (main, print_help): Eliminate the -F option.
5479 1994-04-18  Francesco Potortì  (pot@fly.cnuce.cnr.it)
5481         * etags.c (absolute_filename): Compare against '\0' instead of NULL.
5483 1994-04-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5485         * Makefile.in.in: Renamed from Makefile.in.
5486         Makefile.in is now generated from it, and then preprocessed.
5487         Change comments to C syntax.
5488         Include config.h.
5489         (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
5490         (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
5492 1994-04-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5494         * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
5496 1994-04-12  Francesco Potortì  (pot@fly.cnuce.cnr.it)
5498         * etags.c (etags_getcwd): Initialize bufsize.
5500 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5502         * profile.c (gettimeofday): If system doesn't have this, define it
5503         to give a fatal error.
5505 1994-04-11  Karl Heuer  (kwzh@gnu.ai.mit.edu)
5507         * movemail.c (main): Use setuid, not seteuid.
5509 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5511         * etags.c: #undef static.
5513 1994-04-08  Francesco Potortì  (pot@fly.cnuce.cnr.it)
5515         * etags.c (outf, outfiledir): Renamed to tagf, tagfiledir.
5516         (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs)
5517         (Scheme_funcs, prolog_funcs): Renamed to Fortran_functions,
5518         Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
5519         TeX_functions, Prolog_functions.
5520         (inf): No more a global variable.
5521         (C_entries): Take 2nd parameter `inf' instead of using the global one.
5522         (find_entries): Added the cp1 var for optimisation.
5523         (find_entries): Added more suffixes for assembler files.
5524         (Asm_funcs): Now finds labels even without an ending colon.
5526 1994-03-30  Francesco Potortì  (pot@fly.cnuce.cnr.it)
5528         * etags.c (main): Use etags_getcwd for compatibility.
5529         (etags_getcwd): New function.
5531 1994-03-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5533         * Makefile.in (etags, ctags): Pass -D for VERSION.
5535 1994-03-25  Francesco Potortì  (pot@cnuce.cnr.it)
5537         * etags.c (emacs_tags_format, ETAGS): Removed.  Use CTAGS instead.
5538         (main): Don't allow the use of -t and -T in etags mode.
5539         (print_help): Don't show options enabled by default.
5540         (print_version): Show the emacs version number if VERSION is #defined.
5541         (find_entries): Add "ss" as suffix for Chez Scheme.
5543 1994-03-23  Francesco Potortì  (pot@cnuce.cnr.it)
5545         * etags.c (cwd, outfiledir): Vars added.
5546         (relative_filename, absolute_filename, absolute_dirname):
5547         functions added to compute filenames in tags files.
5548         (process_file): Filenames in tags file are relative to the
5549         directory where the tags file is (useful with the -o option).
5550         (main): Initialise the outfiledir var.
5551         (TYPEDST): Added the `tignore' value.
5552         (C_entries): Corrected various small bugs.
5554 1994-03-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5556         * Makefile.in (UTILITIES): `env' deleted.
5557         (env): Target deleted.
5558         * env.c: File deleted.
5560 1994-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5562         * Makefile.in (install, ${archlibdir}): Switch back to ..
5563         before running INSTALL_PROGRAM.
5565 1994-03-14  Francesco Potortì  (pot@cnuce.cnr.it)
5567         * etags.c (TYPEDST): Added the `tignore' value.
5568         (C_entries): Corrected various bugs, now correctly parses the
5569         `extern "C" {' construction (patch by Tom R.Hageman).
5571 1994-03-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5573         * b2m.c: Use <...> to include config.h.
5574         Don't include stdlib.h.
5576 1994-03-03  Heiko Muenkel  (muenkel@tnt.uni-hannover.de)
5578         * b2m.c (main): Change delimiter from "^L" to "^_^L".
5579         Allow for text following "BABYL OPTIONS:".
5580         Add --help option.  Use argv[0] in error messages.
5582 1994-03-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5584         * emacsclient.c (main) [HAVE_SYSVIPC]:
5585         Make msgp->mtext longer if necessary.
5586         On HPUX, error if it's more than 512 chars.
5588 1994-02-26  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
5590         * etags-vmslib.c: Use GPL.
5591         * emacstool.c: Use GPL.
5592         * fakemail.c: Update GPL.
5594         * make-path.c (main): Return 1 on error, not -1.
5595         Update GPL.
5597         * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
5598         (xmalloc, xrealloc): Return char *, not int.
5599         (error): Write to stderr, not stdout.
5600         Update GPL.
5602 1994-02-23  Karl Heuer  (kwzh@gnu.ai.mit.edu)
5604         * profile.c (main, get_time): Don't crash on invalid input.
5606 1994-02-22  Karl Heuer  (kwzh@gnu.ai.mit.edu)
5608         * profile.c (get_time): Simplify; avoid calling index.
5609         (main): Exit on EOF.
5611 1994-02-17  Francesco Potortì  (pot@cnuce.cnr.it)
5613         * etags.c (--absolute-pathnames): Option removed.
5615 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5617         * fakemail.c (put_line): Don't break the line if it all fits.
5619 1994-02-14  Francesco Potortì  (pot@fly)
5621         * etags.c (absolute_pathnames, cwd): Added global vars.
5622         (longopts, print_help, main, process_file): Put absolute filenames
5623         in the tag file if the -A --absolute-pathnames option is used.
5624         (print_help): Alphabetically order the options.
5625         (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar.
5627 1994-02-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5629         * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
5630         (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
5632 1994-02-07  Christian Lynbech  (lynbech@avignon)
5634         * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
5636 1994-02-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5638         * Makefile.in (UTILITIES): Mention profile.
5639         (profile): New target.
5641         * profile.c: New file.
5643 1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5645         * make-docfile.c: Make the argument list output look more like the
5646         Lisp docstrings do.
5647         (write_c_args): Take new arg FUNC.  Make output
5648         look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
5649         (scan_c_file): Pass BUF to write_c_args for FUNC arg.
5651 1994-01-14  Francesco Potortì  (pot@cnuce.cnr.it)
5653         * etags.c (stab_entry, stab_create, stab_find, stab_search,
5654         stab_type, add_keyword, C_reate_stab, C_create_stabs): Deleted.
5655         Use gperf generated hash table instead of linked list.
5656         (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Added.
5657         Mostly code generated by gperf.
5658         (consider_token): Removed unused parameter `lp'.
5659         (PF_funcs, getit): Allow subroutine and similar declarations
5660         to span multiple lines.
5661         (C_entries): Check for newline if inchar to avoid bus errors.
5662         (process_file, find_entries): Distinguish among nonexistent
5663         and not regular file.
5665 1994-01-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5667         * timer.c: Include errno.h; don't include fasync.h.
5668         (schedule): Don't return a value.
5669         (sigcatch): Reestablish the handler first.
5670         (getevent): Always call notify at the end.
5671         (notify): Defer alarms around the whole body of function.
5673 1994-01-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5675         * timer.c (main): Don't request SIGIO, and don't handle it.
5676         Loop calling getevent.
5677         (sigcatch): Delete code to handle SIGIO.
5678         if defer_alarms is set, don't call notify, just set alarm_deferred.
5679         (getevent): Use read, not getchar.  Handle EINTR and EAGAIN.
5680         Set defer_alarms around realloc and schedule.
5681         If alarm_deferred gets set, call notify.
5682         Likewise if this event is the only pending event.
5683         Make buf and buf_size global variables.
5684         Don't malloc buf if it is already non-zero.
5685         (schedule): Just exit if run out of memory.
5686         Return the number of events.
5687         (signal) [_CX_UX]: Add #undef.
5689 1994-01-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5691         * timer.c [USG] (SIGIO): Define as SIGPOLL.
5692         (main) [USG]: Do ioctl to enable SIGPOLL.
5694 1994-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5696         * timer.c: Don't declare sys_errlist; declare strerror instead.
5697         (schedule, main): Call strerror instead of using sys_errlist.
5698         * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
5699         Call strerror instead of using sys_errlist.
5700         * env.c (main): Call strerror instead of using sys_errlist.
5701         * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
5702         (main): Call strerror instead of using sys_errlist.
5703         * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
5704         * env.c [! HAVE_STRERROR] (strerror): Likewise.
5705         * timer.c [! HAVE_STRERROR] (strerror): Likewise.
5706         * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
5708 1994-01-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5710         * hexl.c: Fix up whitespace.  Get rid of spurious casts to void.
5712         * movemail.c (malloc): Don't declare it.
5713         (xmalloc): Cast result of malloc.
5714         (strcpy): Don't declare it.
5716 1993-11-14  Morten Welinder  (terra@diku.dk)
5718         * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
5719         (main): Use fclose to close file opened by fopen.
5721         * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
5723         * movemail.c [MSDOS]: #undef `access'.
5725         * b2m.c (main) [MSDOS]: Open all files as binary.
5726         * etags.c (main) [MSDOS]: Open all files as binary.
5728         * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
5729         (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
5730         with.
5732 1994-01-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5734         * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
5735         Use ALL_CFLAGS in all the rules that compile and link with one cmd.
5736         (LINK_CFLAGS): New variable.
5737         (timer): Use LINK_CFLAGS.
5739 1993-12-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5741         * movemail.c: Include syswait.h.
5742         Fork a subprocess and use it to copy the mail file.
5744 1993-12-07  Richard Stallman  (rms@srarc2)
5746         * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
5748 1993-12-04  Richard Stallman  (rms@srarc2)
5750         * movemail.c (main): When making tempname, cast result of xmalloc.
5751         Include room for EXXXXXX in the size.
5752         Don't use result of strcpy.
5754 1993-12-03  Paul Eggert  (eggert@twinsun.com)
5756         * vcdiff: Add --brief option.
5758 1993-12-02  Richard Stallman  (rms@srarc2)
5760         * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
5761         for all executables and scripts.
5763 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5765         * Version 19.22 released.
5767 1993-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5769         * Makefile.in (mostlyclean): Make it distinct from clean.
5771 1993-11-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5773         * Makefile.in (${archlibdir}): Don't do chown or chgrp.
5775 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5777         * Version 19.21 released.
5779         * Makefile.in (install): Don't change mode or group when installing.
5781         * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
5783 1993-11-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5785         * make-docfile.c (read_c_string): For "", concatenate the two strings.
5787         * movemail.c (main): Fix error message text.
5789 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5791         * Version 19.20 released.
5793 1993-11-08  Tom Hageman  (tom@basil.icce.rug.nl)
5795         * etags.c (C_entries): Keep track of ()-parenthesis level so that
5796         functions returning a pointer to a function, a la `signal', can be
5797         parsed.  This also required new state `fstartlist' to `FUNCST'.
5798         (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
5799         (C_entries, CNL): Use it to isolate preprocessor directive processing
5800         from the other state engines.
5801         (begtk): Add '~', for C++ class destructors.
5803 1993-11-02  Francesco Potortì  (pot@cnuce.cnr.it)
5805         * etags.c (consider_token): Removed unused variable firsttok.
5806         (prolog_getit): Call pfnote with the right number of arguments.
5808 1993-10-19  Paul Eggert  (eggert@twinsun.com)
5810         * rcs2log (printlogline): Don't generate lines containing only
5811         white space.
5813 1993-10-04  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5815         * Makefile.in (${archlibdir}):
5816         Install ${SCRIPTS} from ${srcdir}, not cwd.
5818 1993-10-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5820         * Makefile.in: Fixed typos or brainos of whoever thought `@' was
5821         the comment character.
5823 1993-10-01  Francesco Potortì  (pot@cnuce.cnr.it)
5825         * etags.c (process_file): Dead code removed.
5826         (S_ISREG): #define it using S_IFREG if not defined.
5827         (process_file): Regular files have nothing to do with symlinks.
5829 1993-09-28  Brian J. Fox  (bfox@ai.mit.edu)
5831         * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
5832         from current directory.  Only chmod and chgrp files that we
5833         installed, which excludes ${INSTALLABLE_SCRIPTS}.  They go in
5834         ${bindir}.
5835         (INSTALLFLAGS): Deleted definition, since it is an unused variable
5836         now.
5838 1993-09-27  Brian J. Fox  (bfox@ai.mit.edu)
5840         * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
5841         configure figure out the correct values for these variables.
5843 1993-09-14  Brian J. Fox  (bfox@ai.mit.edu)
5845         * Makefile.in (archlibdir): Only install executables internally
5846         used by emacs; don't install bindir binaries here.
5848 1993-09-24  Paul Eggert  (eggert@twinsun.com)
5850         * rcs2log: Add -h, -n, -r options.
5851         By default, look for *,v files as well as RCS/*,v files.
5852         Use $TMPDIR (default /tmp) instead of /tmp.
5854 1993-09-20  Francesco Potortì  (pot@fly)
5856         * etags.c (C_entries): is_func is initialised here instead of in
5857         consider_token for the sake of the yacc rules section.
5858         (C_entries): Now class, struct, enum, union and typedef produce
5859         named tags.
5861 1993-09-11  Roland McGrath  (roland@baalperazim.gnu.ai.mit.edu)
5863         * yow.c: Include <src/paths.h>, instead of "src/paths.h".
5865 1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5867         * Makefile.in: Support configuring in a different directory when
5868         ${srcdir} has already been configured.
5869         (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
5870         -I${srcdir}/../src.
5871         (b2m, movemail, fakemail, env, emacsserver, emacsclient,
5872         getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
5873         is already in CPP_FLAGS.
5874         * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
5875         movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
5877 1993-08-25  Paul Eggert  (eggert@twinsun.com)
5879         * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
5880         otherwise, HP awk complains.
5882         * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
5883         are common hangouts for SCCS commands.
5885 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5887         * Version 19.19 released.
5889 1993-08-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5891         * Makefile.in (make-path): Dep on config.h.
5893 1993-08-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5895         * b2m.c (TRUE, FALSE): Don't define if already defined.
5897 1993-08-09  Paul Eggert  (eggert@twinsun.com)
5899         * rcs2log (awkscript):
5900         Some sites put comma-separated junk after the fullname.
5901         Remove it, but leave "Bill Gates, Jr" alone.
5902         Remove the junk from fullnames like "0000-Admin(0000)".
5904 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5906         * Version 19.18 released.
5908 1993-08-04  Francesco Potortì  (pot@spiff.gnu.ai.mit.edu)
5910         * etags.c (L_isdef, L_isquote, L_getit): Small optimisations.
5911         (L_funcs): The (foo::defmumble stuff now should work.
5912         (consider_token): Function returned random value--corrected.
5913         (C_entries): Corrected == versus = typo.
5915 1993-08-01  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5917         * etags.c (put_entries): For NODE->rewritten, put pattern before
5918         \177 and name after, not vice versa.
5920 1993-08-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5922         * timer.c (main): Generate a SIGIO as soon as we've initialized.
5924 1993-07-30  Francesco Potortì  (pot@cnuce.cnr.it)
5926         * etags.c (FINCST): Added the fignore status.  Means we are
5927         after the parameter list and before the open curly brace.
5928         Allows correct parsing of C++ constructors.
5929         (C_entries, consider_token): Make use of fignore.
5930         (consider_token): Reset funcdef when next_token_is_func: when in
5931         ctags mode makes DEFVAR and others work better.
5932         (L_isquote): Function that recognises the "(quote" string.
5933         (L_getit): Ignore quoting via "'" or "(quote".  Useful for defalias.
5935 1993-07-29  Paul Eggert  (eggert@twinsun.com)
5937         * rcs-checkin: Don't check whether a file is readable until we have
5938         decided not to ignore it.
5940 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5942         * Makefile.in (etags): Depend on ../src/config.h.
5944         * emacsserver.c: Include types.h before file.h.
5946 1993-07-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5948         * Makefile.in (install): Use .n, not .new, for temporary filenames.
5950 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
5952         * Version 19.17 released.
5954 1993-07-15  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
5956         * etags.c (print_help): Break up the very long strings containing
5957         the help message into shorter strings, to placate chintzy C
5958         compilers which can't handle strings that long.
5960         * wakeup.c: Use CPP tangle from autoconf manual to #include the
5961         correct combination of <time.h> and <sys/time.h>.
5963 1993-07-08  Francesco Potortì  (pot@cnuce.cnr.it)
5965         * etags.c (alloca): Removed all references to it.
5966         (main): Now calls xnew instead of alloca for portability.
5967         (../src/config.h): Included only if HAVE_CONFIG_H.
5968         (const): Void definition removed--config.h takes care of it.
5970 1993-07-08  Francesco Potortì  (pot@cnuce.cnr.it)
5972         * etags.c (consider_token): Was `==', now is `='.
5973         (consider_token): DEFUNs now treated like funcs in ctags mode.
5975         * etags.c (LEVEL_OK_FOR_FUNCDEF): Removed.
5976         (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF.
5977         (C_entries): Removed a piece of useless code.
5978         (C_entries): Making typedef tags is delayed until a semicolon
5979         is met.  This handles "typedef int X, Y, Z;" correctly.
5981 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
5983         * Version 19.16 released.
5985         * b2m.c: #include <sys/types.h>.
5986         (ltoday): Declare this to be time_t.
5988 1993-06-30  Paul Eggert  (eggert@twinsun.com)
5990         * vcdiff: Add -q option.
5992 1993-06-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
5994         * etags.c: #include "config.h" and the alloca CPP tangle before
5995         #including the system headers and getopt.h.  AIX requires the
5996         #pragma to come before any actual C code.
5998 1993-06-21  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6000         * Makefile.in (ctags): Depend on etags, so that parallel makes
6001         don't write etags.o files on top of each other.
6003 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6005         * version 19.15 released.
6007 1993-06-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6009         * etags.c (add_node): Move var last_node to file scope.
6011 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6013         * Version 19.14 released.
6015 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6017         Bring mumbleclean targets into conformance with GNU coding standards.
6018         * Makefile.in (distclean): Call clean to do most of the work.
6019         Delete aixcc.c and TAGS.
6020         (realclean): Just call distclean.
6022         * Makefile.in: Remember, spaces are not tabs.
6024 1993-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6026         * Makefile.in (CPP_CFLAGS): New variable.
6027         Use it instead of ALL_CFLAGS when compiling a .c file.
6028         (getopt.o, getopt1.o): Add explicit compilation commands.
6030 1993-06-10  Mark D. Baushke  (mdb@cisco.com)
6032         * etags.c: Reinstate old -f option as an alias for -o for
6033         installed base uses.
6035 1993-06-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6037         * emacsserver.c (main): When we're passing a `struct sockaddr_un'
6038         to bind or accept, cast the pointer, to avoid warnings on systems
6039         which declare prototypes for this.
6040         * emacsclient.c (main): Same.
6042         * Makefile.in (YACC): New variable, to be set by top-level Makefile.
6044 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6046         * Version 19.13 released.
6048         * wakeup.c: Include sys/types.h, too; I think that's where time_t
6049         comes from, not sys/time.h.
6051 1993-06-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6053         * wakeup.c: Include sys/time.h.
6055         * etags.c: #undef static.
6057         * Version 19.12 released.
6059         * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
6061 1993-06-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6063         * Version 19.11 released.
6065         * timer.c [LINUX]: #undef signal.
6066         * emacsserver.c: #undef signal.
6068 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6070         * wakeup.c (main): Make when a time_t.
6072 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6074         * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of
6075         `(cd foo ; pwd)' to get the canonical name of a directory; cd
6076         might fail, and have pwd print out the current directory.
6078         * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
6079         string-handling functions.
6081 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6083         * Version 19.10 released.
6085 1993-05-29  Paul Eggert  (eggert@twinsun.com)
6087         * rcs2log: When given no file arguments, inspect RCS/.* as well
6088         as RCS/*.  Don't report an error if RCS is empty or nonexistent.
6090 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6092         * Makefile.in (timer): Link with $(LOADLIBES).
6094 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6096         * fakemail.c (put_line): Don't output \n\t unless more text follows.
6098 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
6100         * etags.c: Replace the CPP tangle for alloca with the one from the
6101         autoconf documentation, since that's working elsewhere.
6103 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
6105         * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
6106         description files can find their ancestors.
6108 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6110         * Makefile.in (install): Get the scripts from ${srcdir},
6111         unlike the executables.
6112         (ALL_CFLAGS): Add -I../src.
6114 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
6116         * Version 19.9 released.
6118 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6120         * Makefile.in (install): Do install the programs listed in
6121         INSTALLABLE_SCRIPTS.  Make the renaming loop use INSTALLABLES and
6122         INSTALLABLE_SCRIPTS, instead of writing the programs out.
6124         * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
6125         (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
6127 1993-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6129         * etags.c: Include ../src/config.h.
6131         * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
6132         in first loop.  Delete files from bindir before installing new ones.
6133         (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
6135 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6137         * Version 19.8 released.
6139         * make-docfile.c: Doc fix.
6141 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6143         * tcp.c: Fix comment syntax at top of file.
6144         (main): Don't call htons with the port number.
6146 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6148         * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
6149         appropriate.
6151         * Makefile.in (install): Refer to the variables INSTALLABLES and
6152         INSTALLABLE_SCRIPTS, instead of writing them out.
6154 1993-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6156         * make-path.c (main): Return 0.
6158 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
6160         * Version 19.7 released.
6162 1993-05-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6164         * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
6166 1993-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6168         * tcp.c: New file.
6170 1993-05-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6172         * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
6174 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
6176         * timer.c (notify): Don't call sighold or sigrelse; they're USG
6177         only.  We should really fix this later, but let's just make it
6178         compile for now.
6180         Install patches from David J. Mackenzie to make the srcdir option
6181         work.
6182         * Makefile.in (srcdir, VPATH): Get this value from the top-level
6183         Makefile.
6184         (INSTALLABLES): Split this into two lists - INSTALLABLES and
6185         INSTALLABLE_SCRIPTS.
6186         (INSTALLABLE_SCRIPTS): New list.
6187         (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
6188         (${archlibdir}): The scripts to be installed live in the source
6189         tree, not in the object tree.
6190         (test-distrib): Note that the data file lives in the source tree,
6191         not the object tree.
6192         (GETOPTDEPS): Note that getopt.h lives in the source tree.
6193         (all other targets): Change references to source files to use
6194         ${srcdir}, except for config.h, which lives in the object dir.
6195         (timer.o): Note that this depends on ../src/config.h.
6196         * make-docfile.c (main): Add a -d option, to tell it where to find
6197         the source files.
6198         * test-distrib.c (main): Take the name of the distribution file to
6199         test from the command line.
6201         * timer.c: Fix misspellings of get_date function's name.
6203 1993-05-12  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6205         * etags.c (main):
6206         Don't require that there be input files if -i switches were given.
6208 1993-05-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6210         The GNU coding standards specify that CFLAGS should be left for
6211         users to set.
6212         * Makefile.in (CFLAGS): Put this in the "things configure might
6213         edit" section, and have it default to -g.
6214         (ALL_CFLAGS): New variable, set to all the flags which should be
6215         passed to compilations.  Replace all other uses of CFLAGS with
6216         ALL_CFLAGS.
6217         (.c.o): New rule, to pass ALL_CFLAGS to compilations.
6219         * Makefile.in (DEFS): Remove this; it's always just going to be
6220         "-DHAVE_CONFIG_H -Demacs".
6222 1993-05-03  Paul Eggert  (eggert@twinsun.com)
6224         * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
6225         /[/]/, so change it to /[\/]/.  This should work on all
6226         Posix-compliant awks.  It's slightly wrong with traditional awk,
6227         since it matches \ too, but that's a minor problem compared to awk
6228         syntax errors.
6230 1993-05-01  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
6232         * Makefile.in (ALLOCA): New variable, whose value we should
6233         inherit from the top-level makefile.
6234         (etags, ctags): Include ALLOCA in the list of object files that
6235         these executables depend on and link.
6237 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6239         * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
6241 1993-04-07  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
6243         * make-docfile.c (write_c_args): Print an argument named "defalt"
6244         as "default".
6246 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
6248         * Makefile.in (C_SWITCH_SYSTEM): New variable.
6249         (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
6250         compiler.
6252 1993-03-22  Francesco Potortì  (pot@cnuce.cnr.it)
6254         * etags.c (YACC): Flag added to c_ext.
6255         (c_ext): No more a synonim for c_ext&C_PLPL because of YACC.
6256         (find_entries): Consistently use streq when reasonable.
6257         (find_entries): A .y file is a yacc file.
6258         (get_C_stab): c_ext becomes c_ext&C_PLPL.
6259         (C_entries): Logical cplpl means c_ext&C_PLPL.
6260         (C_entries): Logical yacc_rules means we are after the first %%.
6261         (C_entries): Added logic for yacc files.
6263 1993-03-16  Francesco Potortì  (pot@cnuce.cnr.it)
6265         * etags.c (C_entries): ':' case moved to the second switch.
6266         (C_entries): Do not examine token if structdef==scolonseen.
6267         (consider_token): structtag set to null string for enum.
6269 1993-03-12  Francesco Potortì  (pot@cnuce.cnr.it)
6271         * etags.c (GET_COOKIE): And related macros removed.
6272         (logical): Is now int, no more a char.
6273         (reg): Define deleted.
6274         (isgood, _gd, notgd): Deleted.
6275         (gotone): Deleted.
6276         (TOKEN): Member linestart removed.
6277         (linepos, prev_linepos, lb1): Deleted.
6278         (main): Call initbuffer on lbs array instead of lb1.
6279         (init): Removed the initialisation of the logical _gd array;
6280         (find_entries): A .sa suffix means assembler file.
6281         (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
6282         All C state machines rewritten.
6283         (C_entries): Complete rewrite.
6284         (condider_token): Complete rewrite.
6285         (getline): Deleted.
6287 1993-03-01  Francesco Potortì  (pot@fly.CNUCE.CNR.IT)
6289         * etags.c (C_entries): Added the quotednl logical variable.
6290         Used for parsing of #define's spanning multiple lines.
6292 1993-02-23  Francesco Potortì  (pot@fly.CNUCE.CNR.IT)
6294         * etags.c (C_entries): Save the definedef status even when a
6295         newline is met inside a string.
6297 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
6299         * Makefile.in (EXECUTABLES): Added rcs-checkin.
6301         * Makefile.in (unlock, relock): New productions.
6303 1993-03-16  Paul Eggert  (eggert@twinsun.com)
6305         * rcs2log: Some awks don't understand "\r".  Code around this.
6306         Unfortunately this requires putting a carriage return in the
6307         source code.  Don't assume that rlog will tolerate times like
6308         `10:10:60'; RCS 5.7 won't allow this.
6310 1993-03-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6312         * timer.c (main): Set the ownership of the stdin file descriptor
6313         to the current process.  Print error messages if either of the
6314         fcntl's fails.
6316         * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
6317         ../src/config.h), not void.
6319 1993-03-06  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6321         * b2m.c (main): Don't exit upon reading a blank line.
6323 1993-03-01  Francesco Potortì  (pot@fly.CNUCE.CNR.IT)
6325         * etags.c (C_entries): New local variable quotednl.  Used for
6326         parsing of #define's spanning multiple lines.
6328         * etags.c (C_entries): Save the definedef status
6329         even when a newline is met inside a string.
6331 1993-02-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6333         * timer.c (notify): Initialize waitfor properly.
6335 1993-02-22  Francesco Potortì  (pot@CNUCE.CNR.IT)
6337         * etags.c (C_entries): Don't reset definedef when a newline inside a
6338         comment is met.
6340 1993-01-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6342         * etags.c (find_entries): If filename ends in .f or .for,
6343         don't try anything but Fortran.
6345 1993-01-08  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
6347         * timer.c (notify): Flush stdout after writing message to avoid lossage
6348         on terminals.
6350         (notify): Also, write a newline after the token.
6352 1992-12-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6354         * Makefile.in (exec_prefix): New variable.
6355         (bindir, libdir): Use it instead of `prefix'.
6357         * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
6359         * Makefile.in (libdir): Default to ${prefix}/lib.
6360         (archlibdir): Adjusted to match.
6362         * Makefile.in (distclean): Don't delete backup or autosave files.
6363         (extraclean): Like realclean, but does delete backup and autosave
6364         files.
6366         * Makefile.in (realclean): Ignore errors from rm.
6368         * Makefile.in (distclean): Don't bother to delete ../arch-lib;
6369         that doesn't exist anymore.
6371 1992-12-11  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6373         * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
6374         described in the top-level Makefile.
6375         (UTILITIES): Add make-path to the list of utility programs.
6376         (../arch-lib): Replaced by the ${archlibdir} target, which places
6377         the executables in their permanent home.
6378         (install, install.sysv, install.xenix): Consolidated into one
6379         target which should work under all circumstances, modulo a few
6380         ignored error messages.
6382         * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
6383         a different number of arguments than other DEFVARs, recognize it
6384         specially, and expect the right number of commas.
6386 1992-12-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6388         * make-path.c: New program, to help with the installation process.
6389         * Makefile.in (make-path): New target.
6391         * make-path.c (touchy_mkdir): Remove debugging output.
6393 1992-11-05  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6395         * Makefile.in (getdate.o): Added explicit target for this, so we
6396         can indicate that it depends on ../src/config.h.
6398 1992-11-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
6400         * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
6401         instead of CFLAGS.
6402         (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
6404 1992-09-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6406         * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
6407         9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
6408         that system.
6410         * Makefile.in (arch-lib): Give rm the `-f' option.
6412 1992-09-28  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6414         * make-docfile.c (write_c_args): Rewritten to correctly print
6415         &optionals before the first identifier, but after the first paren.
6416         This code used to just wait for commas or spaces; now it notices
6417         identifier boundaries.
6419 1992-09-26  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6421         * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
6423 1992-09-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6425         * make-docfile.c (write_c_args): Print the argument lists properly
6426         when the first argument is optional.
6428 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6430         * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
6431         Redefine @item.  Set catcode of +.
6433 1992-08-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6435         * emacsclient.c (main): Set IPC_CREAT in msgget call.
6437 1992-08-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6439         * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
6440         (TEX_decode_env): Make `tab' one element longer.
6442 1992-08-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6444         * etags.c (PF_funcs): Recognize the "entry" keyword.
6446 1992-08-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6448         * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
6450 1992-08-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6452         * timer.c (events): Rather than having slots marked as in use or
6453         out of use by the `token' field, keep all pending events at the
6454         beginning of the array.  When we delete an event in the middle of
6455         the array, we move the last event into its place.
6456         (num_events): New variable.
6457         (schedule): It is now cheaper to find a free event slot;
6458         events[num_events] is the first free slot.
6459         (notify): Scan events[0 .. num_events-1], instead of the whole
6460         array.  When an event fires, move the last event in the array into
6461         its spot.  Use num_events to determine whether or not there are
6462         any pending events, not wait_for.
6463         (getevent): Deleted unused variable `ep'.
6464         (sigcatch): It's now easier to find all the active events.
6465         (main): Initialize num_events.
6467         * etags.c: Rather than fret about which systems have index and
6468         which systems have strchr, and how to tell the difference between
6469         them, we just write out our own versions.  Big deal.
6470         (index, rindex): Extern declarations removed.
6471         (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
6472         (etags_index, etags_rindex): New declarations.
6473         (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
6474         TEX_getit, substr): Use the etags_*index functions, rather than
6475         the native *index functions.
6476         (rindex, index): Renamed to etags_rindex and tags_rindex, and
6477         made them unconditionally defined, rather than having them depend
6478         on NEED_*INDEX.
6480         * etags.c (savenstr): Add declaration for this at top of file.
6481         (TEX_decode_env): Don't declare it local to this function.
6483         * b2m.c: #include "../src/config.h", so we can test for the USG
6484         macro, and decide whether to include <string.h> or <strings.h>.
6485         * Makefile.in: Note that b2m.c depends on ../src/config.h.
6487 1992-08-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6489         * timer.c: Reformatted according to the GNU coding standards.
6490         Removed arbitrary limits on the number of events queued and the
6491         length of the tokens used to identify them.
6492         Removed casts to (void).
6493         Removed debugging printfs; they clutter the code, and the need
6494         can be better filled using a real debugger.
6496 1992-08-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6498         * timer.c: Installed new version from Eric Raymond; this is more
6499         portable, since it doesn't try to use SIGIO.
6501 1992-07-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6503         * emacsclient.c (main): If we can't find the socket in this
6504         person's home directory, print a message which asks if they've
6505         started the server, instead of just printing the message from
6506         sys_errmsg; Cygnus finds that people are much less confused by
6507         this.
6509 1992-07-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6511         * etags.c: Rather than defining "notdef" when "hpux" is #defined,
6512         so that index and rindex get defined, why don't we actually
6513         control index and rindex using symbols called "NEED_INDEX" and
6514         "NEED_RINDEX", and define them if hpux is defined?  Isn't that a
6515         little more readable than defining something whose name implies
6516         that it's not?
6518 1992-07-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6520         * movemail.c: Merged changes from Jamie Zawinski's byte compiler
6521         distribution:
6522         Miscellaneous doc fixes.
6523         (skip_white, read_lisp_symbol): New functions.
6524         (scan_lisp_file): Instead of using long hairy strings of ifs, call
6525         read_lisp_symbol and then see what we got.  Call skip_white
6526         instead of writing out a loop to do its job.  Correctly extract
6527         docstrings from "defmacro" declarations.
6529 1992-06-25  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6531         * movemail.c (strcpy): Declare this to return char *.
6533 1992-06-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6535         * etags.c (C_entries): When we find a C++ comment, do actually
6536         skip to the end of the line; do a 'break' instead of a 'continue'.
6538 1992-06-11  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6540         * etags.c (getit): Add missing parenthesis to expression which
6541         decides if this token is an identifier.
6543 1992-06-04  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6545         * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
6547 1992-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6549         * etags.c (put_entries): Always put space between name and line num.
6551 1992-05-28  Ken Raeburn  (Raeburn@Cygnus.COM)
6553         * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
6554         warning.
6555         (LEVEL_OK_FOR_FUNCDEF): Ditto.
6557 1992-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
6559         * make-docfile.c (write_c_args): Pass both arguments to putc.
6561 1992-05-10  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
6563         * etags.c (C_entries): Fixed reading of "..." strings.
6564         (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
6565         the C library source.
6567         * etags.c (C_entries): When we see a backslash inside a quoted
6568         string, skip to the next character.  This allows us to correctly
6569         deal with strings containing quotes.
6571 1992-05-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6573         * make-docfile.c (write_c_args): Print the C argument names as
6574         they would be written in Elisp; print '_' as '-'.
6576 1992-05-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6578         * movemail.c [POP]: Get user name via getpwuid.
6580 1992-05-04  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6582         * Makefile.in: Flags in CC invocations rearranged for no reason.
6584 1992-04-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6586         * etags.c (print_help): Remember not to embed raw newlines in
6587         strings - end the lines with `\n\'.
6589 1992-04-17  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6591         * timer.c (getevent): Removed declaration of memcpy; since
6592         different systems have different return types, and we're not even
6593         using the return type anyway, it wasn't doing us any good.
6595 1992-04-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6597         * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
6598         type of this function.
6600 1992-04-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6602         * ChangeLog: Since the old etc contents have been split into etc
6603         and lib-src, the old etc's ChangeLog has been duplicated in the
6604         new etc and lib-src.  That means that each contains complete and
6605         coherent information, although each contains extraneous
6606         information.
6608 1992-04-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6610         * etags.c: "--no-warning" option renamed to "--no-warn",
6611         to be consistent with other GNU programs, like makeinfo.
6613         * Makefile: Renamed to Makefile.in; the configure script
6614         will edit this to produce Makefile.
6616 1992-04-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6618         * etags.c (print_help, print_version): New functions.
6619         (main): Options added to support them.
6621         * etags.c (longopts): New array of long names for the options.
6622         (main): Recognize them.
6624 1992-04-06  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6626         * etags.c (C_entries): Removed comment saying that \" in a string
6627         isn't recognized as magic, because it is correctly handled.
6629         * getopt.c, getopt.h: New files, from GNU C library.
6630         * etags.c: Rewritten to use getopt.
6631         #include "getopt.h".
6632         (file_num): Variable deleted; its role is now played by getopt's
6633         optind.
6634         (main): Argument processing loop rewritten to call getopt to get
6635         next option.  Options which take parameters (-o and -i) rewritten
6636         to get parameter from optarg instead of argv[1].  Filename
6637         preprocessing loop and update command changed similarly.
6638         * Makefile (etags, ctags): Depend on and link with getopt.h,
6639         getopt.o, and getopt1.o.
6640         (getopt.o, getopt1.o): New targets for the GNU getopt routines.
6642         * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
6643         is non-zero.
6645         (main): In the argument processing loop, the 'goto next_arg'
6646         statements are breaking out of the switch statement in exactly the
6647         same way that a simple 'break' statement would; replace the gotos
6648         with breaks, and remove the label.
6650 1992-04-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6652         * etags.c (C_entries): Clear tydef and next_token_is_func at start.
6653         (consider_token): Move next_token_is_func to global.
6655 1992-04-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6657         * Makefile: Conform with GNU coding standards:
6658         (mostlyclean): New target, synonymous with clean.
6659         (TAGS, check): New targets.
6660         (INSTALL, INSTALLFLAGS): New variables.
6662 1992-03-31  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6664         * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
6665         `config.emacs' to `configure'.
6667         * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
6668         * etc/MACHINES: Same.
6670 1992-03-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6672         * movemail.c (main): Allow tempname to be as long as necessary,
6673         instead of limiting it to 39 characters.
6675         * movemail.c (main): Move declaration of buf from top of function
6676         to local block surrounding the copy loop.  This makes it less
6677         likely to be confused with the buf used by the code which checks the
6678         permissions on outname's directory.
6680 1992-03-20  Jim Kingdon  (kingdon@albert.gnu.ai.mit.edu)
6682         * SERVICE: Remove my entry.
6684 1992-03-09  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
6686         * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
6687         hardcoded -g.
6689         * movemail.c (xmalloc): Return char *, not int.
6690         (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
6691         that is off by default -- normally don't unlink the mail spool
6692         file, just empty it.  Pass creat mode 0600, not 0666.
6694 1992-02-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6696         * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
6697         (all): Instead of here.
6698         (install): Don't use the -s option, since people need symbols to
6699         debug code.
6701 1992-01-19  Eric Youngdale  (youngdale@v6550c.nrl.navy.mil)
6703         * etags-vmslib.c (fn_exp): Add type cast.
6705 1992-01-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6707         * movemail.c: Changes in comments.
6709 1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6711         * Makefile: Make the distclean target erase the DOC files from
6712         ../share-lib and the executables from ../arch-lib.
6714 1992-01-09  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6716         * emacsclient.c: #include <sys/stat.h>
6717         (main): Do declare statbfr.
6719 1991-12-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6721         * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
6722         for the socket, depending on SERVER_HOME_DIR.
6723         If using /tmp, put host name in the socket name.
6725         * movemail.c (pfatal_and_delete): New function.
6726         (main, popmail): Use it.
6727         (popmail): Close output before deleting messages.
6728         Check for error on close and on fsync.
6729         Use `fatal' where appropriate.
6730         (main): Remove (void).
6732         * aixcc.lex: New file.  Not officially part of Emacs.
6733         * Makefile: Rules for that.
6735 1991-12-04  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
6737         * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
6739         * etags.c (main): Properly cast call to alloca that initializes
6740         included_files.
6742 1991-08-17  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
6744         * etags.c (files_are_tag_tables): Remove global var.
6745         (process_file): Don't test it.  Also remove hack checking for a
6746         file named "TAGS".
6747         (main): -i now takes an arg which is the name of a file to include.
6748         Collect these names and emit include tags for them after processing
6749         all the argument files.
6751 1991-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6753         * wakeup.c: Terminate if parent goes away.
6755 1991-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6757         * etags.c (C_entries): Process token before handling end of line.
6758         When inner loops reach end of line, just back up.
6759         Let the real end of line processing happen in just one place.
6760         (consider_token): Likewise.
6762 1991-04-11  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
6764         * etags.c (TEX_mode): Skip comments while scanning the text to see
6765         which escape character this file uses.
6767 1991-03-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6769         * emacsserver.c [USG]: Terminate if msgrcv fails.
6771 1991-03-03  Richard Stallman  (rms@mole.ai.mit.edu)
6773         * emacsserver.c [BSD]: Check for errors on stdin after scanf.
6775 1991-01-25  Jim Blandy  (jimb@churchy.ai.mit.edu)
6777         * make-docfile: Find the arguments to a C function correctly,
6778         by not ignoring the character that read_c_string returns.  Don't
6779         even try to find argument names for functions that take MANY
6780         or UNEVALLED arguments, since they're a figment of the docstring's
6781         imagination.
6783 1991-01-14  Jim Blandy  (jimb@churchy.ai.mit.edu)
6785         * make-docfile: Read the .elc files generated by the new byte
6786         compiler.
6788 1990-12-31  Richard Stallman  (rms@mole.ai.mit.edu)
6790         * refcard.tex: Use cm fonts, not am, in multi-column mode.
6792 1990-11-29  Richard Stallman  (rms@mole.ai.mit.edu)
6794         * movemail.c (mbx_delimit_begin): Put space before `unseen'.
6796 1990-11-27  Richard Stallman  (rms@mole.ai.mit.edu)
6798         * Makefile (install*): No need to install wakeup.
6800 1990-11-26  Richard Stallman  (rms@mole.ai.mit.edu)
6802         * Makefile (install*): Install emacsclient like etags.
6804 1990-11-13  Richard Stallman  (rms@mole.ai.mit.edu)
6806         * movemail.c (error): Handle 3 args.
6807         (main): Don't check input access if using pop.
6809 1990-10-16  Richard Stallman  (rms@mole.ai.mit.edu)
6811         * etags.c (find_entries): Check for numbers after Scheme suffix.
6813 1990-10-14  Richard Stallman  (rms@mole.ai.mit.edu)
6815         * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
6817 1990-10-09  Richard Stallman  (rms@mole.ai.mit.edu)
6819         * Makefile (nemacstool, xvetool): New targets.
6821 1990-09-26  Richard Stallman  (rms@mole.ai.mit.edu)
6823         * emacsclient.c: Include errno.h and define related variables.
6825 1990-09-23  Richard Stallman  (rms@mole.ai.mit.edu)
6827         * emacsclient.c: Change usage message.
6829 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
6831         * emacs.1: Add break before -nw option.
6833 1990-08-19  David J. MacKenzie  (djm@apple-gunkies)
6835         * qsort.c: Replace with GNU version.
6837 1990-08-14  David J. MacKenzie  (djm@apple-gunkies)
6839         * wakeup.c: New program replacing loadst.c.
6841 1990-08-14  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6843         * emacsclient.c [USG]: Pass msgsnd only 4 args.
6845 1990-08-09  David J. MacKenzie  (djm@pogo.ai.mit.edu)
6847         * etags.c: Rename `flag' variables for what they do instead of
6848         which option character sets them.
6850 1990-05-28  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6852         * loadst.c (main): Conditional to get load average on Apollo.
6854 1990-05-22  Joseph Arceneaux  (jla@churchy.ai.mit.edu)
6856         * emacsserver.c: Set the permission on the socket to 0600.
6858 1990-03-27  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6860         * emacsclient.c [BSD]: Print clean message for failing getwd.
6862 1990-03-20  David Lawrence  (tale@pogo.ai.mit.edu)
6864         * getdate.y: Use the getdate.y from GNU tar for timer.
6866 1990-03-18  Jim Kingdon  (kingdon@pogo.ai.mit.edu)
6868         * emacsclient.c (main): Don't put brackets around "filename" in
6869         usage message.  It isn't optional.
6871 1990-03-14  Joseph Arceneaux  (jla@churchy.ai.mit.edu)
6873         * etags.c (getit): Recognize '$' as beginning identifiers.
6875 1990-02-22  David Lawrence  (tale@pogo.ai.mit.edu)
6877         * emacsserver.c: Renamed from server.c.
6878         * Makefile: Reference emacsserver rather than server.
6879         * MACHINES: Doc fix for new emacsserver name.
6881 1990-01-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6883         * emacsclient.c: Print program name in error messages.
6885 1990-01-19  David Lawrence  (tale@cocoa-puffs)
6887         * timer.c, getdate.y (new files) and Makefile:
6888         Sub-process support for run-at-time in timer.el.
6889         Doesn't yet work correctly for USG.
6891 1990-01-10  Jim Kingdon  (kingdon@pogo)
6893         * MACHINES: Add HP 300 running BSD.
6895 1990-01-02  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6897         * yow.c: Dynamically allocate buffer; skip header before random
6898         choice to avoid bias toward first item.
6900 1989-12-24  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6902         * etags.c (readline): Separate out init of `pend'.
6904 1989-12-17  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6906         * etags.c: Undo changes relating to isgoodhdr.
6908 1989-12-16  Mosur Mohan  (rms@sugar-bombs.ai.mit.edu)
6910         * etags.c (isgoodhdr): New macro.
6911         (_gdh, notgdh): New variable used by that.
6912         (init): Initialize _gdh.
6913         (find_entries): Set header_file.
6914         (consider_token): Use isgoodhdr if in header file.
6916         * etags.c (total_size_of_entries):
6917         Was miscalculating by 1 in rewritten case.
6919         * etags.c (PAS_funcs): One arg to pfnote was missing.
6921 1989-12-05  Joseph Arceneaux  (jla@spiff)
6923         * MACHINES: Change for the ULTRIX entry.
6925 1989-11-21  Joseph Arceneaux  (jla@spiff)
6927         * etags.c (process_file): If file is not regular, return.
6929 1989-11-06  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6931         * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
6933 1989-10-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6935         * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
6936         (main): If HAVE_GETLOADAVG, don't call `nlist'.
6938 1989-10-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6940         * etags.c (consider_token): Allow any number of typespec keywords
6941         after `typedef', before new type name.
6942         (enum sym_type): Add st_C_typespec.
6943         (C_create_stab): Put typespec kwds in table.
6945 1989-08-27  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
6947         * etags.c (main): Don't depend on name invoked by.
6948         If CTAGS is not defined, assume it is ETAGS.
6950 1989-07-31  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6952         * etags.c (L_funcs): Allow package name in define construct,
6953         as in (foo::defmumble name-defined ...).
6955 1989-07-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6957         * etags.c (find_entries): Stupid bug testing for C filename suffixes.
6959         * Makefile (yow): Depends on ../src/paths.h.
6961 1989-07-04  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
6963         * etags.c: Fix compilation by moving Pascal after Fortran.
6965 1989-06-15  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6967         * movemail.c [USG]: Define F_OK, etc., if not found in header.
6969 1989-05-27  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6971         * hexl.c: New file, supports hexl-mode.
6973 1989-05-14  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6975         * movemail.c: New compilation flag MAIL_USE_MMDF.
6977 1989-05-08  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6979         * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
6980         * server.c: Likewise.
6982         * make-docfile.c (scan_c_file): Output argument names at end of string.
6983         (write_c_args): New subroutine.
6985 1989-04-27  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6987         * movemail.c: Report failure of flock.
6989 1989-04-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6991         * etags.c (find_entries): Allow multi-letter extensions for fortran.
6993 1989-04-18  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
6995         * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
6997 1989-03-15  Jeff Peck  (rms@sugar-bombs.ai.mit.edu)
6999         * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
7001         * emacstool.1: Update to document environment variables.
7003 1989-02-21  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7005         * etags.c (PAS_funcs): New function by Mosur Mohan.
7007         * movemail.c: On sysv, include unistd.h.
7009 1989-02-18  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7011         * b2m.c: New file.
7013 1989-02-15  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7015         * etags.c: Prolog support from Sunichirou Sugou.
7017 1989-02-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7019         * Makefile (clean): New target.
7021 1989-01-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7023         * fakemail.c (put_line): Break header lines at 79 cols.
7025 1989-01-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7027         * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
7028         multiple tags per line.
7030 1989-01-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7032         * movemail.c: Check access before doing real work.
7033         Check that outfile is in a writable directory.
7034         On fatal error, delete the lock file.
7036 1988-12-31  Richard Mlynarik  (mly@rice-chex.ai.mit.edu)
7038         * env.c: Add decl for my-index
7039         * etags.c (file-entries): .oak => scheme.
7041 1988-12-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7043         * movemail.c: Use `access' to check input and output files.
7045 1988-12-28  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7047         * emacsclient.c (main): Ignore all of CWD before first slash.
7049 1988-12-27  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7051         * etags.c (readline): Double linebuffer->size outside the xrealloc.
7053 1988-12-22  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7055         * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
7056         * server.c: chmod the socket to 0700.
7058 1988-12-09  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7060         * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
7061         (add_field): Delete comments and turn `<', `>' to spaces
7062         in header lines.
7063         (USE_FAKEMAIL): New customization macro says to make fakemail
7064         not be a no-op even on a BSD system.
7066 1988-12-01  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7068         * etags.c (consider_token): Skip comments just like whitespace.
7069         Notice `struct', etc. and set strtag for those tokens.
7070         Return 1 for the token following `struct' if an open-brace follows it.
7071         (C_entries): Special handling of token following `struct'
7072         needed because we have probably advanced to the following line
7073         to find the `{'.
7074         (main): New option `T' sets tflag and strflag.
7075         Set both of them by default if eflags.
7077 1988-11-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7079         * movemail.c: Do fsync before closing output.
7081 1988-11-29  Richard Mlynarik  (mly@pickled-brain.ai.mit.edu)
7083         * movemail.c: Better error message when can't create tempname.
7084         This file needs a great deal of extra error-checking and lucid reporting...
7086 1988-11-16  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7088         * etags.c: Support assembler code for .s and .a files.
7089         (getit): Allow underscore in a tag.
7091 1988-11-15  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7093         * movemail.c: Close output and check errors before deleting input.
7095 1988-10-01  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
7097         * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
7098         whether to prefix it.  Handle line number args.
7100 1988-09-24  Richard Stallman  (rms@gluteus.ai.mit.edu)
7102         * etags.c (main): Default setting of eflag was backwards.
7104 1988-09-23  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7106         * etags.c: New option -i.  -f renamed -o.
7107         `-' as input file means read input file names from stdin.
7108         -i spec'd or input file named TAGS means the input file is another
7109         tag table; output an "include" line for it.
7111 1988-09-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7113         * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
7114         New targets install, install.sysv, install.xenix.
7115         This makefile is now responsible for installing executables
7116         and documentation from this directory into system directories.
7118 1988-09-16  Richard Stallman  (rms@corn-chex.ai.mit.edu)
7120         * server.c, emacsclient.c (main): Compute socket name from euid.
7122 1988-08-04  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7124         * emacsclient.c: Args like +DIGITS are passed through unchanged.
7126 1988-07-12  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7128         * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
7129         * emacsclient.c: Likewise.
7130         In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
7132 1988-06-23  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7134         * etags.c: Handle `typedef struct foo {' (price@mcc.com).
7135         (istoken): New string-comparison macro.
7136         (consider_token): New arg `level'.  New state `tag_ok' in `tydef'.
7138 1988-06-14  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7140         * etags.c: Changes for VMS.
7141         Always define ETAGS on VMS.
7142         Define macros GOOD and BAD for success and failure exit codes.
7143         (begtk, intk): Allow `$' in identifiers
7144         (main): Don't support -B, -F or -u on VMS.
7145         Alternate loop for scanning filename arguments.
7146         (system): Delete definition of this function.
7148         * etags-vmslib.c (system): Undefine this; VMS now provides it.
7150 1988-06-08  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
7152         * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
7153         around include of param.h.  (Like fns.c.)
7155 1988-05-16  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
7157         * loadst.c (load_average): Move load-average code to this new fn.
7158         Add conditionals to compute load ave on UMAX.
7160 1988-05-14  Richard Stallman  (rms@lucky-charms.ai.mit.edu)
7162         * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
7163         with opposite sense.
7165 1988-05-13  Chris Hanson  (cph@kleph)
7167         * emacsclient.c: Delete references to unused variable `out'.  This
7168         caused a bus error when used under hp-ux.
7170 1988-05-06  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
7172         * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
7174 1988-05-04  Richard Stallman  (rms@rice-krispies.ai.mit.edu)
7176         * etags.c (find_entries): `.t' or `.sch' means scheme code.
7178 1988-04-29  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
7180         * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
7182 1988-04-28  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
7184         * movemail.c: #undef close, since config can #define it on V.3.
7185         * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
7187 1988-04-26  Richard Stallman  (rms@lucky-charms.ai.mit.edu)
7189         * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
7190         invalid escape sequences such as `\{'.
7192         * loadst.c: Add `sequent' conditional for file dk.h.
7194 1988-03-20  Richard M. Stallman  (rms@wilson)
7196         * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
7198         * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
7200 ;; Local Variables:
7201 ;; coding: utf-8
7202 ;; add-log-time-zone-rule: t
7203 ;; End:
7205     Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
7206         1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
7207         2007, 2008, 2009, 2010 Free Software Foundation, Inc.
7209   This file is part of GNU Emacs.
7211   GNU Emacs is free software: you can redistribute it and/or modify
7212   it under the terms of the GNU General Public License as published by
7213   the Free Software Foundation, either version 3 of the License, or
7214   (at your option) any later version.
7216   GNU Emacs is distributed in the hope that it will be useful,
7217   but WITHOUT ANY WARRANTY; without even the implied warranty of
7218   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7219   GNU General Public License for more details.
7221   You should have received a copy of the GNU General Public License
7222   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7224 ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc