Convert some prototypes to standard C.
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
c532d349
DN
12010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
4 * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
5 standard C prototypes.
6
f57e2426
J
72010-07-02 Jan Djärv <jan.h.d@swipnet.se>
8
9 * ebrowse.c: Remove P_ and __P.
10 * etags.c:
11 * movemail.c:
12 * pop.c:
13 * update-game-score.c: Likewise.
14
3b3807f8
JB
152010-06-24 Juanma Barranquero <lekktu@gmail.com>
16
17 * movemail.c (error): Avoid warning when there are no args.
18
5fee75d4
JB
192010-06-11 Juanma Barranquero <lekktu@gmail.com>
20
21 * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
22 and vc/ediff-hook.elc.
23
3085237c
DN
242010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
25
26 * ntlib.h: Remove code dealing with BSTRING.
27
0191e222
CY
282010-05-29 Chong Yidong <cyd@stupidchicken.com>
29
30 * emacsclient.c (longopts, decode_options, print_help_and_exit):
31 New arg `-parent-id'.
32 (main): Send parent-id to Emacs.
33
81ac4f35
GM
342010-05-27 Glenn Morris <rgm@gnu.org>
35
36 * Makefile.in (distclean): No more Makefile.c.
37
4e3028f8
JD
382010-05-22 Jan Djärv <jan.h.d@swipnet.se>
39
40 * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPS): New (Bug #6246).
41 (all): Depend onSTAMP_INST_SCRIPTS, STAMP_SCRIPS (Bug #6246).
42 (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
43 New rules (Bug #6246).
44 (clean): Remove stamp-* (Bug #6246).
45
44b031a6
GM
462010-05-12 Glenn Morris <rgm@gnu.org>
47
48 * Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@.
49
acddf8ae
GM
502010-05-11 Glenn Morris <rgm@gnu.org>
51
c88b05a9
GM
52 * Makefile.in (.m.o): Remove, there are no .m files.
53 (BASE_CFLAGS): New variable.
54 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use $BASE_CFLAGS.
55 (check): Update the message.
56 (update-game-score${EXEEXT}): Do not use $MOVE_FLAGS.
57
d3b23034
GM
58 * Makefile.in: Convert comments to makefile format.
59
acddf8ae
GM
60 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
61 (config.h) [MSDOS]: Do not include.
62
7490175b
GM
632010-05-10 Glenn Morris <rgm@gnu.org>
64
97efb629
GM
65 * Makefile.in (LIBS_SYSTEM): Set with configure, not cpp.
66 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
67 (NOT_C_CODE): Remove, no longer used.
68 (config.h) [!MSDOS]: No longer include.
69 (LOADLIBES): Use LIBS_SYSTEM as a variable.
70
7490175b
GM
71 * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
72
7b42b29f
GM
732010-05-08 Glenn Morris <rgm@gnu.org>
74
75 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
76
61a808e8
CY
772010-05-07 Chong Yidong <cyd@stupidchicken.com>
78
79 * Version 23.2 released.
80
f6c0ee20
GM
812010-05-06 Glenn Morris <rgm@gnu.org>
82
83 * Makefile.in: Minimize blessmail-related cpp usage.
84 (BLESSMAIL_TARGET): New variable.
85 (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable.
86 (blessmail): Always define this rule.
87 (need-blessmail): New rule, split out from maybe-blessmail.
88 (maybe-blessmail): Use BLESSMAIL_TARGET.
89
49628785
GM
902010-05-04 Glenn Morris <rgm@gnu.org>
91
92 * Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
93 @c_switch_system@, @c_switch_machine@.
94
7e10844c
DN
952010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
96
97 * Makefile.in (LIBS_MACHINE): Remove all uses, unused.
98
4794a582
DN
992010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
100
101 * Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the
102 non-cpp section.
103
76bd8202
DN
1042010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
105
106 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using
107 autoconf, not cpp.
108 (ALL_CFLAGS): Use them as make variables.
109
42d3cab7
C
1102010-04-07 Christoph <cschol2112@googlemail.com> (tiny change)
111
112 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
113 for macros for nmake compatibility.
114
b372fceb
JB
1152010-04-03 Juanma Barranquero <lekktu@gmail.com>
116
117 Add stubs for Windows, required after CVE-2010-0825 change.
118 * ntlib.c (getgid, getegid, setegid): New stubs.
119 * ntlib.h (getgid, getegid, setegid): Declare them.
120
51a91f9d
CY
1212010-04-02 Dan Rosenberg <dan.j.rosenberg@gmail.com> (tiny change)
122
123 * movemail.c (main): Check return values of setuid. Avoid
124 possibility of symlink attack when movemail is setgid mail
125 (CVE-2010-0825).
126
42a2c622
DN
1272010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
128
129 Remove extern errno declarations.
130 * movemail.c:
131 * etags.c:
132 * emacsclient.c: Remove extern errno declarations.
133
5e58e3a4
GM
1342010-03-20 Glenn Morris <rgm@gnu.org>
135
136 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
137 (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by
138 defining these as Makefile variables.
139 (LIBS_MOVE): Add LIBS_MAIL into this.
140 (movemail${EXEEXT}): Just use LIBS_MOVE, not LIBS_MAIL as well.
141
aded53ff
GM
1422010-03-18 Glenn Morris <rgm@gnu.org>
143
144 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
145 (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp.
146 (BASE_CFLAGS): Remove (identical to CPP_CFLAGS).
147
f8388570
TO
1482010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
149
150 * Makefile.in (uninstall): Handle the case where archlibdir does not
151 exist. (Bug#5720)
152
288f9fc0
CY
1532010-03-10 Chong Yidong <cyd@stupidchicken.com>
154
155 * Branch for 23.2.
156
f9b84f9f
CY
1572010-02-20 Kevin Ryde <user42@zip.com.au>
158
159 * etags.c (Scheme_functions): Don't loop past a null character
160 (Bug#5601).
161
c14902e0 1622010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change)
9d77a91f
CY
163
164 * etags.c (Fortran_functions): Handle recursive keyword
165 (Bug#5484).
166
6589a2f9
GM
1672010-01-11 Glenn Morris <rgm@gnu.org>
168
169 * ebrowse.c (version):
170 * etags.c (print_version):
171 * rcs2log (Copyright): Set copyright year to 2010.
172
03dcfe01
CY
1732009-12-09 David Robinow <drobinow@gmail.com> (tiny change)
174
175 * makefile.w32-in: Use parenthesis for macros for nmake
176 compatibility.
177
5ce6e4f4 1782009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change)
46f3381a 179
f7e0618c 180 * etags.c (absolute_filename): Use memmove if we have it for
46f3381a
JD
181 overlapping copy.
182
f6195dfb
DN
1832009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
184
185 * make-docfile.c (scan_lisp_file): Also look for `defvaralias'.
186
b53f6df2
JB
1872009-10-15 Juanma Barranquero <lekktu@gmail.com>
188
189 * .gitignore: Add echolisp.tmp.
190
9fc3db2b
GM
1912009-10-15 Glenn Morris <rgm@gnu.org>
192
5f54cae6
GM
193 * emacsclient.c (print_help_and_exit): Fix bug report instructions.
194
9fc3db2b
GM
195 * makefile.w32-in (echolisp): New rule.
196 (clean): Delete echolisp.tmp.
197
614bd9cf
EZ
1982009-09-27 Eli Zaretskii <eliz@gnu.org>
199
200 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc,
201 term/pc-win.elc, emacs-lisp/easymenu.elc, and term/ns-win.elc, to
202 be consistent with src/Makefile.in.
203
24e9e996
SM
2042009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * update-game-score.c (main): Sort scores before trimming them,
207 reported by Jason Feng <jfeng@ozbert.com> (bug#4397).
208
c5a139ca
GM
2092009-09-09 Glenn Morris <rgm@gnu.org>
210
211 * Makefile.in ($(DESTDIR)${archlibdir}): Set umask to world-readable
212 before creating directories and game score files.
213
a8a8ec61
GM
2142009-08-19 Glenn Morris <rgm@gnu.org>
215
0916a29e 216 * cvtmail.c: Remove file.
a8a8ec61
GM
217 * Makefile.in (UTILITIES): Remove cvtmail.
218 (cvtmail${EXEEXT}): Remove.
219
678bc1f5
CY
2202009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
221
222 * b2m.c (main): Ensure that each message ends in two newlines.
223
0a3472c7
JR
2242009-07-03 Jason Rumney <jasonr@gnu.org>
225
226 * emacsclient.c (w32_set_user_model_id): Use standard types.
227
f2d6b714
EZ
2282009-07-03 Eli Zaretskii <eliz@gnu.org>
229
230 * makefile.w32-in (WINNT_SUPPORT): Add common-win.elc, like
231 src/Makefile.in did.
232
ff90fbde
JR
2332009-06-30 Jason Rumney <jasonr@gnu.org>
234
235 * emacsclient.c (w32_give_focus): Use GetModuleHandle for library
236 that is already loaded.
237 (w32_set_user_model_id): New function.
238 (main): Use it to associate emacsclient with emacs (bug#1849).
239
e0f59195
JM
2402009-06-29 Jim Meyering <meyering@redhat.com>
241
242 Remove useless if-before-free test.
243 * make-docfile.c (scan_lisp_file): Remove useless test.
244
f5f20f6c
DN
2452009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
246
247 * Makefile.in (movemail.o): Don't pass -Demacs, unused.
248
70243478
CY
2492009-06-21 Chong Yidong <cyd@stupidchicken.com>
250
251 * Branch for 23.1.
252
fa44da6e
AR
2532006-06-09 Adrian Robert <Adrian.B.Robert@gmail.com>
254
255 * mac-fix-env.m:
256 * Makefile.in (mac-fix-env): Remove.
257
a7f2b0b1
AR
2582006-06-06 David Reitter <david.reitter@gmail.com>
259
260 * Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
261
9dfda22f
JB
2622009-04-20 Juanma Barranquero <lekktu@gmail.com>
263
264 * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
265 spacing is required in the message output, as the comment suggests).
266
24d5010d
CY
2672009-04-20 Chong Yidong <cyd@stupidchicken.com>
268
269 * emacsclient.c (print_help_and_exit): Clarify argument placement
270 for short option names.
271
6133a1a9
DN
2722009-04-02 Dan Nicolaescu <dann@ics.uci.edu>
273
274 * emacsclient.c (print_help_and_exit): Fix typo.
275
22749e9a
EZ
2762009-03-21 Eli Zaretskii <eliz@gnu.org>
277
278 * ntlib.c (setuid): Argument is now unsigned.
279 (getuid): Return value is now unsigned.
280 (getpwuid): Argument is now unsigned.
281 (fchown): UID and GID arguments are now unsigned.
282
283 * ntlib.h (fchown): UID and GID arguments are now unsigned.
284 (getuid): Return value is now unsigned.
285 (setuid): Argument is now unsigned.
286 (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h).
287
b57ac69d 2882009-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6cde1b21
JB
289
290 * emacsclient.c (main): Revert part of last change, so
291 drive-relative file names again work on Windows.
292
ba528748
SM
2932009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * emacsclient.c (main): Always pass cwd via "-dir". Pass the file
296 names without prepending cwd to them, so Emacs uses its customary
297 rules to determine how to interpret the file name.
298
f213f2c0
GM
2992009-03-04 Glenn Morris <rgm@gnu.org>
300
301 * movemail.c (main) [MAIL_USE_POP]: Add -r to usage message.
302
8ee7d7be
CY
3032009-02-13 Sven Joachim <svenjoac@gmx.de>
304
305 * movemail.c: Include time.h unconditionally.
306 (main): Use time_t for time variables.
307
d228a23c
GM
3082009-02-11 Glenn Morris <rgm@gnu.org>
309
310 * movemail.c (mbx_delimit_begin): Also write the current time.
311
3f32be22
GM
3122009-02-10 Glenn Morris <rgm@gnu.org>
313
314 * movemail.c (mbx_delimit_begin, mbx_delimit_end): Write mbox rather
315 than Babyl format. (Bug#2196)
316
e7534fc4
AR
3172009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
318
319 * emacsclient.c (decode_options): Use a dummy display name under
320 NS/Cocoa.
321
9eb67dd9
CY
3222009-01-14 Lars Rasmusson <lars.rasmusson@gmail.com> (tiny change)
323
324 * ebrowse.c (matching_regexp): Fix OB1 error.
325
b433a991
GM
3262009-01-05 Glenn Morris <rgm@gnu.org>
327
328 * ebrowse.c (version):
329 * etags.c (print_version):
330 * rcs2log (Copyright): Update copyright for 2009.
331
81f82586
CY
3322009-01-01 Chong Yidong <cyd@stupidchicken.com>
333
334 * movemail.c (main): Fatal if hard links cannot be created.
335
fd95644b
DN
3362008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
337
338 * emacsclient.c (start_daemon_and_retry_set_socket): Improve error
339 checking.
340
67c1df01
DN
3412008-12-14 Dan Nicolaescu <dann@ics.uci.edu>
342
343 * emacsclient.c: Include syswait.h instead of sys/types.h.
344
f0131492 3452008-12-11 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
5445ab06 346
d4835507
JB
347 * emacsclient.c (WCONTINUED): New compatibility define
348 for older systems.
5445ab06 349
d50299d5
DN
3502008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
351
352 * emacsclient.c (main): Fix previous change.
353
52016647
JB
3542008-12-10 Juanma Barranquero <lekktu@gmail.com>
355
356 * emacsclient.c (main): Fix mindless breakage where emacsclient
357 does not work *at all* on Windows, even if it *can* connect.
358
802bdb3c
DN
3592008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
360
361 * emacsclient.c (EMACS_DAEMON): Remove definition.
362 (decode_options): Do not allow an empty alternate_editor on
363 WINDOWSNT.
364 (print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
365 (start_daemon_and_retry_set_socket): Likewise.
45ce4570 366 (main): Fail in case of not being able to connect.
802bdb3c 367
c3f995a2
JB
3682008-12-10 Juanma Barranquero <lekktu@gmail.com>
369
370 * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
371 Changes when EMACS_DAEMON is not defined:
372 (print_help_and_exit): Don't add daemon information to help.
373 (start_daemon_and_retry_set_socket): Make a no-op.
374 (main): Don't set `start_daemon_if_needed' (which is initialized to 0).
375
636b507b
DN
3762008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
377
378 * emacsclient.c (print_help_and_exit): Describe what an empty
379 string argument does for --alternate-editor.
380 (set_socket): Make it possible to not exit in case of an error.
381 (start_daemon_and_retry_set_socket): New function.
382 (main): Use it. Restore the NULL value for socket_name and
383 server_file after the set_socket call.
384
448d4085
DN
3852008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
386
7b641241 387 * emacsclient.c: Include <arpa/inet.h>.
448d4085 388
938ebc4f
DN
3892008-12-01 Dan Nicolaescu <dann@ics.uci.edu>
390
391 * make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc.
392
3d864325
GM
3932008-11-22 Derek Peschel <dpeschel@eskimo.com> (tiny change)
394
395 * etags.c (add_regex): Pass correct length to re_compile_pattern.
396
48c2dc68
CY
3972008-11-02 Chong Yidong <cyd@stupidchicken.com>
398
399 * emacsclient.c (window_system): Delete redundant variable.
400 (decode_options): Don't use it.
401 (find_tty): New function.
402 (main): Use find_tty, and don't use window_system.
403
d41784ee
EZ
4042008-11-01 Eli Zaretskii <eliz@gnu.org>
405
406 * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to
407 `ttyname'.
408 (w32_getenv): Treat $TERM specially: if not found in the
409 environment and in the Registry, return "w32console".
410 (ttyname) [WINDOWSNT]: New function.
411
322ca650
AS
4122008-10-31 Andreas Schwab <schwab@suse.de>
413
414 * emacsclient.c (main): Don't force sending tty when in eval mode.
415
8a8a7cd3
CY
4162008-10-30 Chong Yidong <cyd@stupidchicken.com>
417
418 * emacsclient.c (main): If using the current frame, send tty
419 information to Emacs in case daemon mode needs to occupy this tty.
420
f8baa639
JB
4212008-10-29 Juanma Barranquero <lekktu@gmail.com>
422
bc558f3e
JB
423 * emacsclient.c (EXTRA_SPACE): New macro.
424 (get_server_config, set_local_socket): Use it.
425
f8baa639
JB
426 * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.
427 Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
428
f77b11a0
JB
4292008-10-29 Ulrich Mueller <ulm@gentoo.org>
430
431 * emacsclient.c (set_local_socket): Use TMPDIR (default /tmp)
432 instead of hardcoded /tmp.
433
dc1cd5f7
DN
4342008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
435
436 * emacsclient.c (longopts, print_help_and_exit): Add -nw.
437 (decode_options): Use getopt_long_only.
438
7a09249b
EZ
4392008-09-30 Eli Zaretskii <eliz@gnu.org>
440
441 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and
442 codepage.elc.
443
997ec957
CY
4442008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
445
446 * emacsclient.c (main): Use stdout rather than stdin to obtain the
447 terminal (bug#427).
448
0d80bf29
FP
4492008-08-25 Francesco Potortì <pot@gnu.org>
450
451 * etags.c (main): Do not use static space for the tagfile string.
452
34a23e94
FP
4532008-08-17 Francesco Potortì <pot@gnu.org>
454
455 * etags.c (main): Use canonicalize_filename on tags file name.
456 (relative_filename): Revert 3.85: do not collapse slashes here.
457 (absolute_dirname): Remove useless call to canonicalize_filename.
458 (canonicalize_filename): Collapse multiple slashes here.
459
48fad8e8
DN
4602008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
461
10d1d0af
JB
462 * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES.
463 Do not special case for NS_IMPL_COCOA.
48fad8e8 464
6088b51f 4652008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
f4494e84
AR
466
467 * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA.
468 (.m.o): Dispense with GNUstep-specific flags.
469
39b8bb9b
CY
4702008-08-05 Ulrich Mueller <ulm@gentoo.org>
471
472 * pop.c (socket_connection): Add conditionals for
473 HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support
474 compilation with MIT Kerberos and Heimdal, respectively.
475
7c2fb837
DN
4762008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
477
478 * etags.c:
479 * emacsclient.c: Remove VMS support.
480
9e2a2647
DN
4812008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
482
483 Remove support for Mac Carbon.
484 * makefile.w32-in:
485 * emacsclient.c: Remove code for Carbon.
486
7f619bab
DN
4872008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
488
489 * Makefile.in (mac-fix-env): Remove #ifdef around rule.
490
32cc3925
AS
4912008-07-17 Andreas Schwab <schwab@suse.de>
492
493 * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
494 (LIB_STANDARD_LIBSRC): Don't define.
495 (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
496
ba60bd44 4972008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
122e9f8f
AR
498
499 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
500 NS_IMPL_COCOA.
501
50863f58
DN
5022008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
503
ba60bd44
JB
504 * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw):
505 Remove, unused.
50863f58 506
ba60bd44 5072008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
508
509 * .cvsignore: Add mac-fix-env.
510 * mac-fix-env.m: New file, automatically update
511 ~/.MacOSX/environment.plist on OS X systems to expose environment
512 variables inside Emacs started from icon.
513 * Makefile.in: Add -universal to CFLAGS on OS X, add mac-fix-env to
514 programs to build.
515 * make-docfile.c: Add .m to list of file extensions.
516
bba104c1
DN
5172008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
518
519 * movemail.c (main): Use int instead of WAITTYPE.
520
da007124
JB
5212008-07-05 Juanma Barranquero <lekktu@gmail.com>
522
523 * makefile.w32-in (OTHER_PLATFORM_SUPPORT):
524 Remove vmsproc.el and vms-patch.el.
525
c9fc02c7
JB
5262008-06-26 Juanma Barranquero <lekktu@gmail.com>
527
528 * makefile.w32-in (obj): Remove w32bdf.o.
529
f2a77c3a
DN
5302008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
531
532 * fakemail.c: Remove references to obsolete variables.
533
c2cd06e6
JM
5342008-06-02 Jim Meyering <meyering@redhat.com>
535
e914c409 536 * ebrowse.c (xfree): Remove definition; s/xfree/free/.
5c19cd0b 537
e914c409 538 Remove useless if-before-free tests.
70fdbb46
JM
539 * ebrowse.c (xfree): Likewise.
540 * etags.c (process_file_name, free_tree, free_fdesc): Likewise.
c2cd06e6 541 (popclass_above, Prolog_functions, Erlang_functions): Likewise.
70fdbb46 542 * pop.c (pop_quit): Likewise.
c2cd06e6 543
01b996ad
JB
5442008-05-30 Juanma Barranquero <lekktu@gmail.com>
545
546 * makefile.w32-in (lisp2): Add minibuffer.elc.
547
2926947a
SM
5482008-05-29 Tom Tromey <tromey@redhat.com>
549
550 * etags.c (relative_filename): Treat "///" like "/" in filenames.
551
10fea9c4
EZ
5522008-05-09 Eli Zaretskii <eliz@gnu.org>
553
554 * ntlib.c: Include sys/types.h, sys/stat.h, and errno.h.
555 (IS_DIRECTORY_SEP): New macro.
556 (convert_time, is_exec, stat): New functions.
557
86914123
EZ
5582008-05-08 Eli Zaretskii <eliz@gnu.org>
559
560 * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc.
561
58bb7d50
EZ
5622008-05-03 Eli Zaretskii <eliz@gnu.org>
563
564 * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the
565 corresponding change in src/Makefile.in.
566
63b9b605
GM
5672008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change)
568
569 * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
570
4429f88c
JR
5712008-04-10 Jason Rumney <jasonr@gnu.org>
572
573 * makefile.w32-in (CLIENTRES): New variable and target.
574 (TRES): Remove.
575 ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
576
14b11401
SM
5772008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
580
95de358c
RF
5812008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)
582
583 * vcdiff: Use mktemp (CVE-2008-1694).
584
6948400c
JR
5852008-04-09 Jason Rumney <jasonr@gnu.org>
586
587 * makefile.w32-in (distclean, maintainer-clean): New targets.
588
afd27920
GM
5892008-03-13 Glenn Morris <rgm@gnu.org>
590
591 * makefile.w32-in (VERSION): Set to 23.0.60.
592
3d193d0f
JB
5932008-03-04 Juanma Barranquero <lekktu@gmail.com>
594
595 * .cvsignore: Add oo.
596
1797886f
SM
5972008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change)
598
599 * etags.c (Perl_functions): Fix call to skip_spaces.
600
9d2818d6
DN
6012008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
602
603 * Makefile.in (NO_SHORTNAMES):
604 * emacsclient.c (NO_SHORTNAMES):
605 * fakemail.c (NO_SHORTNAMES):
606 * make-docfile.c (NO_SHORTNAMES):
607 * movemail.c (NO_SHORTNAMES):
608 * pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
609
79d48c1a
JR
6102008-02-23 Jason Rumney <jasonr@gnu.org>
611
612 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
613 (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
290afd83 614 (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
79d48c1a
JR
615 (lisp2): Add new languages.
616 ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
617
9c61c734
JB
6182008-02-22 Juanma Barranquero <lekktu@gmail.com>
619
620 * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el,
621 malayalam.el, and tamil.el. Add sinhala.el.
622
50f271cb
JB
6232008-02-20 Juanma Barranquero <lekktu@gmail.com>
624
625 * emacsclient.c (main) [WINDOWSNT]: Understand DRIVE:NAME,
626 where NAME is relative to DRIVE'S current directory.
627
d07529f3
JB
6282008-02-15 Juanma Barranquero <lekktu@gmail.com>
629
630 * emacsclient.c (print_help_and_exit): Show -d option on Windows.
631
45c1955d
DN
6322008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
633
634 * fakemail.c: Undo previous change.
635
deeaffe1
DN
6362008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
637
4624371d
DN
638 * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
639 (main): Replace MAIL_PROGRAM_NAME with its value.
640
d07529f3 641 * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable.
deeaffe1 642
9997dc15
SM
6432008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * emacsclient.c (decode_options): Pass --display implicitly if -c
646 is specified. Only set tty if -t or -c is specified.
647
0c55bf82
JR
6482008-02-04 Jason Rumney <jasonr@gnu.org>
649
650 * makefile.w32-in (lisp1): Use (), not {}.
651
31cdf671
CY
6522008-02-04 Tom Tromey <tromey@redhat.com>
653
d07529f3
JB
654 * etags.c: Add "GTY" as synonym for __attribute__.
655 Update gperf output.
31cdf671 656
9303f985 6572008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
658
659 * makefile.w32-in (obj): Sync with src/Makefile.in
660 (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
661 (WINNT_SUPPORT): Add term/w32-win.elc.
662 (lisp1, lisp2): Sync with lisp in src/Makefile.in.
663
9303f985 6642008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2 665
d07529f3 666 * makefile.w32-in (obj): Add font.o and w32font.o.
aca7a3d2 667
d07529f3 6682008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change)
aca7a3d2 669
290afd83 670 * makefile.w32-in (lisp1): Delete ucs-tables.elc,
aca7a3d2
MB
671 utf-8.elc, and latin-*.el.
672
0ea5797a
SM
6732008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
674
bcc891c2 675 * emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
0ea5797a
SM
676 Allow the -d option under w32 again, for those rare cases where it
677 actually does make sense.
678
5ab73228
JB
6792008-01-25 Juanma Barranquero <lekktu@gmail.com>
680
681 * emacsclient.c (set_tcp_socket): Don't send "\n" after
682 the authentication string; there's no need to haste.
683
702123a8
CY
6842008-01-22 Chong Yidong <cyd@stupidchicken.com>
685
686 * pop.c (pop_stat, pop_last): Fix last fix.
687
76ed5e01
DN
6882008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
689
690 * movemail.c: Remove references to XENIX.
691
e39a993c
DN
6922008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
693
694 * movemail.c:
695 * make-docfile.c: Remove reference to symbols defined by systems
696 not supported anymore: MAC_OS8, XENIX and STRIDE.
697
0ebec7d3
EZ
6982008-01-12 Eli Zaretskii <eliz@gnu.org>
699
700 * emacsclient.c (decode_options) [WINDOWSNT]: Don't use the value
701 of DISPLAY in the environment. Don't support -d.
702 (print_help_and_exit) [WINDOWSNT]: Don't show the --display option.
703 (longopts) [WINDOWSNT]: Remove --display.
704
6eae3ad4
CY
7052008-01-10 Chong Yidong <cyd@stupidchicken.com>
706
707 * pop.c (pop_stat, pop_last): Check validity of string-to-integer
708 conversion. Mistakes spotted by Nico Golde.
709
78da39c6
GM
7102008-01-09 Glenn Morris <rgm@gnu.org>
711
712 * emacsclient.c: Add missing final newlines to message calls.
713
34a14ec9 7142008-01-09 Daniel Hackney <dan@haxney.org> (tiny change)
78da39c6
GM
715
716 * emacsclient.c (set_socket): Add final newline to socket error message.
717
a408ea17
GM
7182008-01-04 Glenn Morris <rgm@gnu.org>
719
07655e62
JB
720 * ebrowse.c (version) <emacs_copyright>: New variable.
721 Just use current year for copyright.
a408ea17
GM
722
723 * etags.c (print_version):
724 * rcs2log (Copyright): Update to 2008.
725
0dc7a8bc
JR
7262007-11-28 Jason Rumney <jasonr@gnu.org>
727
728 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
729
880820fe 7302007-11-27 Jan Djärv <jan.h.d@swipnet.se>
7291159e
JD
731
732 * pop.c (socket_connection): Remove AI_ADDRCONFIG.
733
880820fe 7342007-11-19 Jan Djärv <jan.h.d@swipnet.se>
ee15f312
JD
735
736 * pop.c (socket_connection): Move realhost out of #ifdefs.
737 Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
738
880820fe 7392007-11-18 Jan Djärv <jan.h.d@swipnet.se>
33a2a872
JD
740
741 * pop.c (socket_connection): Use getaddrinfo if available.
742
880820fe 7432007-11-22 Francesco Potortì <pot@gnu.org>
63f018cd 744
65841dd8 745 * etags.c (default_C_help) [CTAGS]: Differentiate the help string,
63f018cd 746 as the defaults in ctags are different from etags.
63f018cd 747
880820fe 7482007-11-15 Francesco Potortì <pot@gnu.org>
21e14641
FP
749
750 * etags.c: Make prototypes for extern definitions, and add all
751 that are needed to quench warnings on 64-bit.
752 (main): Use the same defaults for ctags as for etags: find
753 typedefs, structure tags, macro constants, enum constants, struct
754 members and global variables.
755 (make_C_tag) [DEBUG]: Add debugging printout.
756 (C_entries): In case '}' decrement bracelev before testing it.
757
7455effc
FP
7582007-11-15 Masatake YAMATO <jet@gyve.org>
759
760 * etags.c (C_entries): In case '}', set fvdef to fvnone
761 unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
762
04a697fe
DN
7632007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
764
765 * makefile.w32-in (obj): Remove sunfns.o.
766
a2666217
JB
7672007-10-28 Juanma Barranquero <lekktu@gmail.com>
768
769 * makefile.w32-in (obj): Remove abbrev.o.
770
7ce8671d
JB
7712007-10-26 Juanma Barranquero <lekktu@gmail.com>
772
773 * emacsclient.c: Add a wrapper for getenv so it also checks the
774 registry on Windows. Suggestion and algorithm by Eli Zaretskii.
775 Code partially based on w32_get_resource and init_environment (w32.c).
776 (egetenv): New wrapper for getenv.
777 (get_current_dir_name, decode_options, get_server_config)
778 (set_local_socket, set_socket, main): Use egetenv, not getenv.
779 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
780
d22b00e5
JR
7812007-10-25 Jason Rumney <jasonr@gnu.org>
782
783 * emacsclient.c (sock_err_message): New function.
784 (set_tcp_socket): Use it.
785
c4b858e3
JB
7862007-10-09 Juanma Barranquero <lekktu@gmail.com>
787
788 * emacsclient.c (print_help_and_exit): Fix space to improve
789 alignment in output messages.
790
dbf60b07
JR
7912007-09-27 Jason Rumney <jasonr@gnu.org>
792
793 * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32.
794
795 * emacsclient.c (w32_window_app): Init common controls when windowed.
796
165e85b2
GM
7972007-09-21 Glenn Morris <rgm@gnu.org>
798
799 * emacstool.c: Remove file.
800 * Makefile.in (emacstool, nemacstool, xvetool, xveterm):
801 Delete targets built from emacstool.
802
c1b8e896
SM
8032007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * emacsclient.c (decode_options): -t implies -c.
806
cb06b8dc
SM
8072007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
810 (IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME).
811 (main_argc): Remove.
812 (strprefix): Use strncmp.
813
c801ad51
JR
8142007-09-20 Jason Rumney <jasonr@gnu.org>
815
816 * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
817
31fa6595
SM
8182007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * emacsclient.c (current_frame): Change the default.
821 (longopts): Replace --current-frame by --create-frame.
822 (decode_options): Reverse the meaning of -c.
823 (print_help_and_exit): Update help text accordingly.
824 (main): Remove the -version and -good-version messages.
825
58573230
GM
8262007-09-12 Glenn Morris <rgm@gnu.org>
827
828 * Makefile.in (SOURCES, unlock, relock): Delete.
829
bfd9ce71
GM
8302007-08-29 Glenn Morris <rgm@gnu.org>
831
832 * makefile.w32-in (VERSION): Increase to 23.0.50.
833
8d9cc0b7
MB
8342007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
835
836 * emacsclient.c (w32_execvp): Move definition before use.
837 (decode_options): Don't use a tty on mac carbon or windows.
838
8392007-08-29 Jason Rumney <jasonr@gnu.org>
840
31fa6595 841 * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
8d9cc0b7
MB
842 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
843 (main): Expand removed macros inline.
844 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend
845 option.
846 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
847
880820fe 8482007-08-29 Károly Lőrentey <lorentey@elte.hu>
8d9cc0b7
MB
849
850 * emacsclient.c (signal.h): New include.
851 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.
31fa6595
SM
852 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
853 Copy definitions here from src/lisp.h.
854 (main_argc, main_argv, current_frame, window_system, tty): New vars.
8d9cc0b7
MB
855 (longopts): Add tty, current-frame.
856 (xmalloc, xstrdup): New functions.
857 (get_current_dir_name): New function, copied from src/sysdep.c.
858 (decode_options): Set display from environment. Add tty and
859 current_frame options. Make --no-wait imply --current-frame,
860 except when it is the only option given. Make sure no frame is
861 opened when --current-frame is set.
862 (print_help_and_exit): Document tty and current-frame options.
863 (fail): Change arguments to void.
864 (main): When sockets are not defined, set main_argc, main_argv,
865 and call fail() with no arguments.
866 (emacs_socket): New variable (moved out from main `s').
867 (quote_file_name): Rename to quote_argument.
868 (quote_argument): New name for old quote_file_name.
869 (unquote_argument, strprefix, pass_signal_to_emacs)
870 (handle_sigcont, handle_sigtstp, init_signals): New functions.
871 (set_local_socket): Initialize saved_errno to 0. If socket-name
872 is too long, call `fail' rather than `exit'.
873 (main): Doc update. Set main_argc, main_argv. New var `str'.
874 Don't need a filename or argument if tty or window_system set.
875 Call fail with no arguments. Use get_current_dir_name to send
876 over the current directory. Send version number to Emacs for
877 verification. If tty is set, check TERM, and pass name and type
878 to Emacs. Pass window_system to Emacs. Move sending of eval to
879 optind loop. Send -position, -file to Emacs. Call fsync after
31fa6595
SM
880 fflush. Check for a client/server version match.
881 Handle -emacs-pid, -window-system-unsupported, -print, -error, and
882 -suspend commands. Don't exit prematurely on --no-wait, let Emacs
883 close the connection for us. When creating a new frame, send
8d9cc0b7
MB
884 environment and pwd to Emacs. Send current-frame to Emacs.
885
ca4ea90f
EZ
8862007-08-25 Eli Zaretskii <eliz@gnu.org>
887
888 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
889 Prepend "-" to the command, in case srcdir=. and file is copied
890 into itself.
891
cacc7b51
GM
8922007-07-25 Glenn Morris <rgm@gnu.org>
893
894 * Relicense all FSF files to GPLv3 or later.
895
896 * COPYING: Switch to GPLv3.
897
880820fe 8982007-07-17 Francesco Potortì <pot@gnu.org>
180f5b99
FP
899
900 * etags.c (C_entries): Reset the fvdef machine when out of function.
21b2cdc7
FP
901 (PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
902 (print_help): Use it in if() rather than #if.
903 (print_help): Conditionally print help about --no-line-directive.
180f5b99 904
9724908a
EZ
9052007-07-16 Eli Zaretskii <eliz@gnu.org>
906
907 * makefile.w32-in (clean): Don't delete *~.
908
5cf9ca93
GM
9092007-06-07 Glenn Morris <rgm@gnu.org>
910
911 * etags.c (print_version): Add `emacs_copyright' string, for
912 easier automatic updating.
913
880820fe 9142007-05-18 Francesco Potortì <pot@gnu.org>
cabfc1bc
FP
915
916 * etags.c: Extern definitions of some more pointer functions for
917 standalone compilation, especially important for 64bit platforms.
918 (main, print_help): --members is now the default for etags.
919 (C_entries): Parse start of C comment as a space == end of token.
920 This is not necessary for C++ comment, already parsed as newline.
921
07016031
GM
9222007-04-26 Glenn Morris <rgm@gnu.org>
923
924 * makefile.w32-in (VERSION): Increase to 22.1.50.
925
7dfc4cda
CY
9262007-06-02 Chong Yidong <cyd@stupidchicken.com>
927
928 * Version 22.1 released.
929
880820fe 9302007-02-26 Francesco Potortì <pot@gnu.org>
11d2d983 931
d620ddb3 932 * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs".
11d2d983 933
0971f887
GM
9342007-02-20 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
935
936 * Makefile.in (EMACS, EMACSOPT): New variables.
937 (blessmail): Use `--no-site-file' when compiling.
938
880820fe 9392007-02-05 Francesco Potortì <pot@gnu.org>
933ccc8c
FP
940
941 * etags.c (default_C_help, Cplusplus_help, PHP_help, print_help)
942 (main): Now --members is the default for etags, not for ctags yet.
943
d881944f 9442007-02-04 Per Cederqvist <ceder@ingate.com> (tiny change)
953dea63 945
47dad44f 946 * etags.c (gperf, in_word_set): Change attribute for Java to
953dea63
FP
947 (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was
948 broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused
949 import, package, extends, implements and interface to be treated
950 specially for all kinds of C-style files, not just Java files.
951
880820fe 9522007-01-02 Francesco Potortì <pot@gnu.org>
ed8bbc0e 953
47dad44f 954 * etags.c (longopts): New undocumented option --no-duplicates.
ed8bbc0e
FP
955 (no_duplicates): Static variables for the above option.
956 (print_help): Do not print help for --no-warn, now undocumented.
957 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
56c0d866 958 (main): Pass the -u option to sort in ctags mode.
ed8bbc0e 959
880820fe 9602006-12-28 Francesco Potortì <pot@gnu.org>
18f9bf25
FP
961
962 * etags.c (readline): When creating a relative file name from a
963 #line directive, leave the file name alone. The previous
a7c29764 964 behavior was to make it relative to the tags file directory,
18f9bf25
FP
965 under the hypothesis that the #line directive file name was
966 relative to the directory of the tagged file. That hypothesis is
967 wrong with Cpp and Lex.
17d5f8a6 968 (Makefile_targets): Do not include spaces in tag names.
18f9bf25 969
5e059fc1
EZ
9702006-12-22 Eli Zaretskii <eliz@gnu.org>
971
972 * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl)
973 (movemail, fakemail, sorted-doc, digest-doc, emacsclient)
47dad44f 974 (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD).
5e059fc1
EZ
975 ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
976 ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
977 ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
978 ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
979 ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
6808dce1 980 (clean): Delete stamp_BLD.
5e059fc1 981
880820fe 9822006-12-20 Francesco Potortì <pot@gnu.org>
bd3b41c6
FP
983
984 * etags.c (C_entries): DEFUN names were longer by one: corrected.
985
0e0dced5
JB
9862006-12-18 Juanma Barranquero <lekktu@gmail.com>
987
988 * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables.
989 [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
990 (main) [WINDOWSNT]: Remove code to release the focus; call
991 w32_give_focus instead.
992
4472aef4
JB
9932006-12-15 Juanma Barranquero <lekktu@gmail.com>
994
995 * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
996 (execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
997 (fail): Remove Windows-specific fix (subsumed into w32_execvp).
998 Suggestions and comment by Eli Zaretskii.
999
12f7728e 10002006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
c388769e
JB
1001
1002 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
1003 Use $(USER32) for compatibility with Visual Studio .NET 2003.
1004
310afa17
JB
10052006-11-30 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * emacsclient.c (emacs_pid): New variable.
1008 (message): Remove leftover code.
1009 (get_server_config): Set emacs_pid. Don't allow Emacs to grab the
1010 focus yet; emacsclient can still display an informational message
1011 before sending requests to Emacs.
1012 (main): Allow Emacs to grab the focus. Simplify message() call.
1013
10142006-11-30 Michael Mauger <mmaug@yahoo.com>
1015
1016 * emacsclient.c (message): Make sure the message is properly
1017 written even if it contains printf escapes, and flush the result.
1018 (set_tcp_socket): Make the message for non-local connections
1019 informational rather than an error.
1020
8c57275b 10212006-11-28 Kevin Ryde <user42@zip.com.au>
9b492fad
FP
1022
1023 * etags.c (readline): Check for double quote after #line.
1024
880820fe 10252006-11-28 Jan Djärv <jan.h.d@swipnet.se>
9b492fad
FP
1026
1027 * etags.c (readline): sscanf could in principle return 2.
1028
880820fe 10292006-11-28 Francesco Potortì <pot@gnu.org>
9b492fad
FP
1030
1031 * etags.c (readline): lno is unsigned.
1032 (TeX_commands): Use p++ (rather than *p++) to increment p.
1033 (Lua_functions): Explicitly discard LOOKING_AT's return value.
1034
4d91c8f9
JB
10352006-11-27 Juanma Barranquero <lekktu@gmail.com>
1036
1037 * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).
1038 ($(TRES)): New rule (copied from nt/makefile.w32-in).
1039 ($(BLD)/emacsclientw.exe): Add dependency.
1040
340d34a5
EZ
10412006-11-27 Eli Zaretskii <eliz@gnu.org>
1042
d620ddb3 1043 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.
340d34a5 1044
7dce1990
JB
10452006-11-25 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * makefile.w32-in (VERSION): New macro.
1048 (ECLIENT_CFLAGS): Add -DVERSION.
1049
410797a5 10502006-11-25 Jason Rumney <jasonr@gnu.org>
402767e4
JR
1051
1052 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
1053
410797a5 10542006-11-24 Michael Mauger <mmaug@yahoo.com>
cb0297bb 1055
4472aef4
JB
1056 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute
1057 file names with forward slashes.
cb0297bb 1058
30aa95ce
JB
10592006-11-23 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * emacsclient.c (print_help_and_exit): Tweak message contents and
1062 tabs/spaces to improve alignment in message boxes.
1063
42073bfb
JB
10642006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se>
1065
1066 * emacsclient.c: Include <stdarg.h>.
1067 [WINDOWSNT]: Include <windows.h>.
1068 (w32_check_console_app): New function.
1069 (message): New function.
1070 (decode_options, print_help_and_exit, fail, main)
1071 (initialize_sockets, get_server_config, set_tcp_socket)
1072 (set_local_socket, set_socket): Use message().
1073
32dd9283 10742006-11-13 Jason Rumney <jasonr@gnu.org>
1ac3c910 1075
32dd9283
JR
1076 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
1077 HAVE_INET_SOCKETS.
1078
1bbea9fc
JB
10792006-11-13 Juanma Barranquero <lekktu@gmail.com>
1080
1081 * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe.
1082 ($(BLD)/emacsclientw.exe): New target.
1083 (install): Install emacsclientw.exe.
1084 ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets.
1085 (ECLIENT_CFLAGS): Remove redundant flags.
1086
1087 * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
1088
a48db427
JR
10892006-11-13 Jason Rumney <jasonr@gnu.org>
1090
1091 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
1092
21f89bb7 10932006-11-10 David Reitter <david.reitter@gmail.com>
ed4a3730
JB
1094
1095 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
1096
d5abc12c
JB
10972006-11-08 Juanma Barranquero <lekktu@gmail.com>
1098
ed4a3730
JB
1099 * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
1100 FARPROC to avoid a compiler warning.
d5abc12c 1101
18b8c421
JB
11022006-11-07 Juanma Barranquero <lekktu@gmail.com>
1103
88b46d84
JB
1104 * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server
1105 file on APPDATA if it doesn't exist on HOME, even if HOME is defined.
1106
18b8c421
JB
1107 * emacsclient.c (get_server_config): Extract also the Emacs pid
1108 from the server file. On Windows, try to force the Emacs frame to
1109 the foreground.
1110
b03d27bd
JB
11112006-11-06 Juanma Barranquero <lekktu@gmail.com>
1112
21f89bb7 1113 * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
b03d27bd
JB
1114 option --socket-name.
1115 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
1116 command line options.
21f89bb7 1117 (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
b03d27bd
JB
1118 (fail): Don't check for missing arguments, it is now done in set_socket.
1119 (file_name_absolute_p): New function (loosely based on the one in
1120 fileio.c).
1121 (initialize_sockets): Don't check for duplicate loading of Winsock.
1122 (get_server_config): Only try relative paths in the default
1123 directory locations.
1124 (set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to
1125 a remote server.
1126 (set_socket): Call INITIALIZE(). Search explicit command-line
1127 arguments, then environment variable EMACS_SERVER_FILE, then implicit
1128 socket paths, before trying the alternate editor.
1129 (main): Use file_name_absolute_p.
1130
b20d6154
EZ
11312006-11-04 Eli Zaretskii <eliz@gnu.org>
1132
1133 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
1134 file if it doesn't already exist.
1135
9c92edca
JB
11362006-11-03 Juanma Barranquero <lekktu@gmail.com>
1137
1138 * emacsclient.c (initialize_sockets): Don't initialize Winsock
1139 more than once.
1140
b6ce9c46
JB
11412006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
1142
1143 * Makefile.in (INSTALL_SCRIPT): New macro.
1144 ($(DESTDIR)${archlibdir}, install): Use it, instead of INSTALL_PROGRAM.
1145
4418616b
JB
11462006-11-02 Juanma Barranquero <lekktu@gmail.com>
1147
1148 * grep-changelog: When called with no arguments (not even a
1149 filter), show help instead of blindingly dumping every single
1150 ChangeLog available. Doc fix. Update version.
1151
1e7823d0
JB
11522006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
1153
1154 * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS.
1155 [!WINDOWSNT]: Include <netinet/in.h> if available.
1156 [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
1157 (IOCTL, IOCTL_BOOL_ARG): Remove.
1158 (set_tcp_socket): Don't set the socket in blocking mode.
1159 Remove c_arg.
1160
ebc20ca0
JB
11612006-11-01 Juanma Barranquero <lekktu@gmail.com>
1162
1163 * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
1164 execvp to point to alternate_editor (otherwise .BAT scripts can't run).
1165
880820fe 11662006-10-31 Óscar Fuentes <ofv@wanadoo.es> (tiny change)
411b80a5
JB
1167
1168 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
1169 (close_winsock): Declare as __cdecl.
1170
880820fe 11712006-10-31 Jan Djärv <jan.h.d@swipnet.se>
95d0feaa
JB
1172
1173 * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available.
1174 (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO
1175 to set the socket in non-blocking mode.
1176
e35fc962
JB
11772006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
1178
d4fa60c8 1179 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
e35fc962
JB
1180 (INVALID_SOCKET): Define.
1181 (initialize_sockets): Put #endif at the right place.
1182 (set_local_socket): Use progname, not argv[0].
1183
ecc54057
JB
11842006-10-31 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * makefile.w32-in (ALL): Add emacsclient.
1187 (ECLIENT_CFLAGS, ECLIENTOBJS): New macros.
1188 (emacsclient, $(BLD)/emacsclient.exe): New targets.
1189 (install): Install emacsclient.
1190
1191 * emacsclient.c: Add support for TCP sockets.
1192 (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL)
1193 (INITIALIZE): New macros.
1194 (IOCTL_BOOL_ARG): New typedef.
1195 (server_file): New global variable.
1196 (longopts): New option --server-file.
1197 (decode_options): Process new option --server-file and environment
1198 variable EMACS_SERVER_FILE.
1199 (print_help_and_exit): Document new option.
1200 (fail): If no connection available and no alternate editor,
1201 suggest using options to make them explicit.
1202 (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants.
1203 (send_buffer, sblen): New variables.
31fa6595 1204 (send_to_emacs): New function to buffer output and send it with `send'.
ecc54057
JB
1205 (quote_file_name): Use SEND_STRING.
1206 (close_winsock, initialize_sockets): New functions to load and
1207 unload Winsock.
1208 (get_server_config, set_tcp_socket): New functions to create and
1209 set up TCP sockets.
1210 (set_local_socket): New function to create and set up Unix
1211 socket (code moved from previous implementation).
10d1d0af 1212 (set_socket): New function to choose between TCP and Unix sockets.
ecc54057
JB
1213 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to
1214 set_local_socket. Use set_socket. Get answers from server.el with
1215 recv(), not file stream functions.
1216
70846e2a
EZ
12172006-10-09 Eli Zaretskii <eliz@gnu.org>
1218
1219 * makefile.w32-in (../src/config.h): Fix error message.
1220
e2247cd0
EZ
12212006-09-30 Eli Zaretskii <eliz@gnu.org>
1222
1223 * .cvsignore: Add blessmail.
1224
45a2056c
JB
12252006-09-15 Jay Belanger <belanger@truman.edu>
1226
1227 * COPYING: Replace "Library Public License" by "Lesser Public
1228 License" throughout.
1229
880820fe 12302006-08-09 Jan Djärv <jan.h.d@swipnet.se>
1f4edc37 1231
ecc54057 1232 * etags.c (readline): Expect sscanf returns >= 1.
ea90c5d3 1233 (readline): Change position on %n and \" in sscanf.
1f4edc37 1234
1520a816
JD
12352006-08-07 Masatake YAMATO <jet@gyve.org>
1236
ecc54057
JB
1237 * etags.c (readline): Expect sscanf returns 2, not 1.
1238
867cc23e
JD
12392006-08-07 Masatake YAMATO <jet@gyve.org>
1240
9984b9d5 1241 * etags.c (TEX_mode): Check getc returns EOF.
867cc23e
JD
1242 File ended without newline causes infinite loop.
1243
6088b51f 12442006-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
fc185ae6 1245
ecc54057 1246 * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
fc185ae6 1247
880820fe 12482006-07-30 Francesco Potortì <pot@gnu.org>
fc185ae6
FP
1249
1250 * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined.
1251 [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined.
1252 (Objc_suffixes): Suggest using --lang=c for full help.
1253 (C_entries): Initialise savetoken to 0 to shut up the compiler.
1254
116e754b
AS
12552006-07-20 Andreas Schwab <schwab@suse.de>
1256
1257 * fakemail.c (fatal): Drop second parameter and treat first
1258 parameter as a plain string. Callers changed.
1259
2381d38d
DN
12602006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
1261
1262 * ebrowse.c (usage, version): Mark as NO_RETURN.
1263
1264 * emacsclient.c (print_help_and_exit): Likewise.
1265
880820fe 12662006-07-10 Francesco Potortì <pot@gnu.org>
327891eb
FP
1267
1268 * etags.c (absolute_filename): Free unused space (cosmetic change).
1269 (in_word_set): In C, also tag #undef symbols.
1270
7cb93181
EZ
12712006-06-09 Eli Zaretskii <eliz@gnu.org>
1272
1273 * yow.c: Remove file.
1274
1275 * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
1276
1277 * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
1278 yow${EXEEXT}: Remove target.
1279
0f29c66d
MY
12802006-06-04 Masatake YAMATO <jet@gyve.org>
1281
63fbb644 1282 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
0f29c66d
MY
1283 doesn't exist, is not seekable, not is failed in ftall.
1284
a941b26b
EZ
12852006-06-03 Eli Zaretskii <eliz@gnu.org>
1286
9781fb53
EZ
1287 * makefile.w32-in (ALL): Add sorted-doc and digest-doc.
1288 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe)
1289 ($(BLD)/test-distrib.exe): New targets.
1290 (sorted-doc, digest-doc, test-distrib): New targets.
1291 (install): Install sorted-doc.exe and digest-doc.exe.
1292 ($(BLD)/sorted-doc.$(O)): Update dependencies.
1293
1b178b99
EZ
1294 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
1295 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
1296 terminal device.
1297
ae85efdb
EZ
1298 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
1299 [WINDOWSNT] <top level>: Don't redeclare malloc.
1300 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
1301 terminal device.
6088b51f 1302 (main): Initialize bp, to avoid compiler warnings.
ae85efdb 1303
a941b26b
EZ
1304 * makefile.w32-in: Delete traces of leditcfns.c.
1305
1306 * leditcfns.c: Remove file.
1307
880820fe 13082006-05-23 Francesco Potortì <pot@gnu.org>
8a6d5da7 1309
31fa6595
SM
1310 * pop.c (pop_open, socket_connection, KPOP_SERVICE):
1311 Add comments explaining why the "kpop" service is never used.
8a6d5da7 1312
642c61f3
EZ
13132006-05-13 Eli Zaretskii <eliz@gnu.org>
1314
1315 * makefile.w32-in (lisp1): Add fringe.elc.
1316
880820fe 13172006-05-02 Francesco Potortì <pot@gnu.org>
7e237d24
FP
1318
1319 * etags.c (Perl_functions): Free space allocated for var package.
1320 (Erlang_functions): Possibly free space allocated for var last.
1321 (Prolog_functions): Possibly free space allocated for var last.
1322
7c47913b
DN
13232006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1324
7fe8b491
DN
1325 * sorted-doc.c (main): Initialize docs to NULL.
1326
cdeda579
DN
1327 * yow.c (yow): Free buf.
1328
7c47913b
DN
1329 * etags.c: Delete c-indentation-style local variable.
1330
2ef88a94
RS
13312006-04-29 Richard Stallman <rms@gnu.org>
1332
5e5b35c7
RS
1333 * movemail.c (main): Check for negative value from `read'.
1334
2ef88a94
RS
1335 * fakemail.c (read_header): Give fatal error if input has no header.
1336
d65b4235
PE
13372006-04-02 Paul Eggert <eggert@cs.ucla.edu>
1338
1339 * b2m.c (main): Don't include <limits.h>.
1340 (TM_YEAR_BASE): New macro.
1341 (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
1342 that s/ files can override this. Use the more-conservative range
1343 1000-9999.
1344 (main): Check for asctime returning NULL.
1345 * fakemail.c: Likewise.
1346
f5565804
PE
13472006-03-27 Paul Eggert <eggert@cs.ucla.edu>
1348
1349 * b2m.c: Include <limits.h>.
1350 (TM_YEAR_IN_ASCTIME_RANGE): New macro.
1351 (main): Check for out-of-range time stamps.
1352 * fakemail.c: Likewise.
1353
90c9c343
AS
13542006-03-18 Andre Spiegel <spiegel@gnu.org>
1355
1356 * vcdiff: Use "echo" as a default for $echo, otherwise we'll
1357 execute $DIFF twice, and once with the wrong options.
1358
a6a2b5d4
EZ
13592006-02-23 Claudio Fontana <claudio@gnu.org>
1360
9e2bcc86
EZ
1361 * Makefile.in (install, uninstall): Add DESTDIR variable to
1362 support staged installations.
a6a2b5d4 1363
ef3f69f9
EZ
13642005-12-30 Eli Zaretskii <eliz@gnu.org>
1365
1366 * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc.
fc8dc7cf
EZ
1367 (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc,
1368 international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc.
1369 Rearrange the list to be similar to $(shortlisp) in
1370 src/Makefile.in.
ef3f69f9
EZ
1371 (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc,
1372 emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc,
1373 jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in
1374 src/Makefile.in.
1375
30cfcf7f
RS
13762005-12-22 Richard M. Stallman <rms@gnu.org>
1377
1378 * Makefile.in (update-game-score.o): Delete spurious final `\'.
1379
ecc54057 13802005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
2e0bea68
FP
1381
1382 * etags.c (main): Cxref mode writes to stdout: do not close tagf,
1383 which was never opened.
1384
283879ef 13852005-10-20 Olli Savia <ops@iki.fi> (tiny change)
ce0ae3a9
EZ
1386
1387 * etags.c: Undef STDIN if defined. (LynxOS defines it in system
1388 header files.)
1389
880820fe 13902005-09-27 Francesco Potortì <pot@gnu.org>
55102b5d
FP
1391
1392 * etags.c: Preliminary Forth support.
1393 (prolog_pr): Cast strlen to int before comparison.
1394 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
1395 the second argument is indeed a literal string.
b9509712 1396 (main): In append mode, sort the tags file after writing it.
55102b5d
FP
1397
13982005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1399
1400 * etags.c (longopts, print_help, main): The -a (--append) option
1401 can be used in ctags also; for one, the Linux make file uses it.
1402
41ea4df8
CY
14032005-09-20 Chong Yidong <cyd@stupidchicken.com>
1404
1405 * ebrowse.c (add_sym): Compare namespace names instead of
1406 namespace objects. This prevents the parser from incorrectly
1407 treating classes whose superclass is in another namespace.
1408
5c4757d3
RS
14092005-09-15 Richard M. Stallman <rms@gnu.org>
1410
1411 * Makefile.in (update-game-score.o): New target.
10d1d0af 1412 Compile and link this program separately.
5c4757d3
RS
1413 (update-game-score${EXEEXT}): Use GETOPTDEPTS.
1414
df1b2142
JR
14152005-09-11 Jason Rumney <jasonr@gnu.org>
1416
ecc54057 1417 * makefile.w32-in (../src/config.h): Don't overwrite. Print a
df1b2142 1418 message instead.
31fa6595 1419 (../src/paths.h): Remove.
df1b2142 1420
c638055f
JB
14212005-07-27 Juanma Barranquero <lekktu@gmail.com>
1422
1423 * .cvsignore: Don't ignore fns-* and fns.el, which are no longer
1424 generated. Ignore also ctags.c and getopt.h.
1425
1426 * makefile.w32-in (clean): Delete getopt.h.
1427 (getopt.h): New rule.
1428
9eff9fe3
PE
14292005-07-26 Paul Eggert <eggert@cs.ucla.edu>
1430
1431 Merge gnulib getopt implementation into Emacs.
1432
1433 * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
1434 (GETOPT_H): New macro, from gnulib.
1435 (getopt.h): New rule, from gnulib.
1436 (GETOPTOBJS): Now autoconfigured.
1437 (GETOPTDEPS): getopt.h is now autoconfigured.
1438 (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
1439 (getopt.o): Depend on ${srcdir}/gettext.h.
1440 (movemail.o): Depend on $(GETOPT_H).
1441 * getopt.c, getopt1.c: Sync from gnulib.
1442 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
1443 * getopt.h: Removed (now is getopt_.h).
1444
ec641d50
KR
14452005-07-13 Ken Raeburn <raeburn@gnu.org>
1446
0e0dced5
JB
1447 * pop.c: Don't include des.h (or variants thereof); krb.h will do it.
1448 (sendline): Add the \r\n to the line in a temporary buffer, and write
1449 it all at once.
ec641d50 1450
a0ec7a4a
LK
14512005-07-04 Lute Kamstra <lute@gnu.org>
1452
1453 Update FSF's address in GPL notices.
1454
0e0dddda
EZ
14552005-06-13 Eli Zaretskii <eliz@gnu.org>
1456
1457 * makefile.w32-in ($(DOC)): Fix last change.
1458
5a77c8e2
EZ
14592005-06-12 Eli Zaretskii <eliz@gnu.org>
1460
1461 * makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
1462 temacs.exe, and the preloaded *.elc files. This avoids
1463 unnecessary dumping and DOC rebuilding.
1464
1a8fb426
EZ
14652005-06-04 Eli Zaretskii <eliz@gnu.org>
1466
1467 * ntlib.h (fileno): Don't define if already defined.
1468
7235a58f
TTN
14692005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1470
1471 * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found.
1472 (yow): Use EXIT_FAILURE in case of memory error.
1473
5063dbbf
YM
14742005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1475
1476 * make-docfile.c (DIRECTORY_SEP): New macro.
1477 (IS_DIRECTORY_SEP): Use it.
1478
880820fe 14792005-03-18 Jan Djärv <jan.h.d@swipnet.se>
5b9562c3
JD
1480
1481 * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
1482
ba025f6d
YM
14832005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1484
1485 * make-docfile.c: Undo previous change.
1486
a9eedf40
AS
14872005-02-04 Andreas Schwab <schwab@suse.de>
1488
0e0dced5
JB
1489 * movemail.c (fatal): Accept third parameter and pass down to error.
1490 (pfatal_with_name): Pass error string as format parameter instead of
1491 as part of format string.
a9eedf40
AS
1492 (pfatal_and_delete): Likewise.
1493 (main): Adjust call to fatal.
1494 (xmalloc): Likewise.
1495
5a92a9eb
RS
14962005-01-29 Richard M. Stallman <rms@gnu.org>
1497
1498 * movemail.c (popmail): Don't use Errmsg as format string.
1499
e6973a25
ST
15002004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1501
0e0dced5 1502 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
e6973a25 1503
1bb3da38
AS
15042004-12-15 Andreas Schwab <schwab@suse.de>
1505
1506 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from
1507 preprocessing to compile time constant.
1508
d4a38fdd
KS
15092004-11-17 Kim F. Storm <storm@cua.dk>
1510
1511 * etags.c: Undo last change.
1512
f2eb41c8
KS
15132004-11-09 Kim F. Storm <storm@cua.dk>
1514
1515 * make-docfile.c (scan_c_file): Set defvarperbufferflag to
1516 silence compiler.
1517
1518 * hexl.c (main): Init local var c to silence compiler.
1519
1520 * etags.c (main, consider_token, C_entries): Add misc switch
1521 default targets to silence compiler.
1522
880820fe 15232004-11-09 Jan Djärv <jan.h.d@swipnet.se>
3cf5c994
JD
1524
1525 * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
1526 resulting DOC file can be used on Unix/Mac also.
1527
880820fe 15282004-09-13 Francesco Potortì <pot@gnu.org>
e057dc50
FP
1529
1530 * etags.c (main): When relative file names are given as argument,
1531 make them relative to the current working dir, rather than
1532 relative to the output tags file, if the latter is in /dev.
1533
880820fe 15342004-09-13 Francesco Potortì <pot@gnu.org>
05d9a399
FP
1535
1536 * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
1537 <stdlib.h> is available.
1538 (enum sym_type): New st_C_attribute value for parsing
1539 gcc's __attribute__. Deleted st_C_typespec value.
1540 (gperf, in_word_set): Use gperf 3, options changed. Added the
1541 __attribute__ keyword, removed all the st_C_typespec keywords,
1542 changed attribute for Java to (C_JAVA & !C_PLPL).
1543 (inattribute): New global bool, part of the C state machine.
1544 (cblev): Identifier renamed to bracelev throughout.
1545 (consider_token, C_entries): Numerous changes for making the
1546 parser more robust and adding support for __attribute__.
1547
15482004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change)
1549
ecc54057 1550 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
05d9a399
FP
1551 Support the Lua scripting language <http://www.lua.org>.
1552
880820fe 15532004-09-08 Francesco Potortì <pot@gnu.org>
fba74375 1554
d57727c9 1555 * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef)
fba74375
FP
1556 for ease of use.
1557
3751eb00
RS
15582004-07-17 Richard M. Stallman <rms@gnu.org>
1559
1560 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
1561
86d373e6
JB
15622004-06-01 Juanma Barranquero <lektu@terra.es>
1563
1564 * makefile.w32-in (obj): Add image.c.
1565
80e26b66
TTN
15662004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1567
0e0dced5 1568 * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
80e26b66 1569
e6662c8b
JR
15702004-05-08 Jason Rumney <jasonr@gnu.org>
1571
1572 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
1573 command-lines.
1574
65396510
TTN
15752004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1576
1577 * cvtmail.c: Throughout, replace 0 destined for `exit' arg
1578 with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'.
1579 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
1580
1581 * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
86d373e6
JB
1582 * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
1583 * test-distrib.c, update-game-score.c, yow.c: Likewise.
65396510 1584
c2bcfb19
TTN
15852004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1586
1587 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
1588
3f0656ff
TTN
15892004-05-07 Thien-Thi Nguyen <ttn@gnu.org>
1590
1591 * b2m.c (GOOD, BAD): Delete macros. Throughout,
1592 replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
1593 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
1594
1595 * etags.c: Likewise.
1596
238add5e
JR
15972004-05-03 Jason Rumney <jasonr@gnu.org>
1598
1599 * makefile.nt: Remove.
1600
b09c5608
EZ
16012004-04-26 Eli Zaretskii <eliz@gnu.org>
1602
1603 * make-docfile.c (IS_DIRECTORY_SEP): New macro.
1604 (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP
1605 instead of a literal '/'.
1606
d814862a
JB
16072004-04-23 Juanma Barranquero <lektu@terra.es>
1608
1609 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1610
442a2160
PE
16112004-04-17 Paul Eggert <eggert@gnu.org>
1612
1613 * rcs2log (Help): Clarify wording of the usage message.
1614 Problem reported by Alan Mackenzie in
1615 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
1616
d5d66b7e
SM
16172004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * make-docfile.c (xmalloc): Fix return type.
1620 (put_filename): New fun.
1621 (scan_file): Use it.
1622
bdfd0369
JB
16232004-03-09 Juanma Barranquero <lektu@terra.es>
1624
1625 * grep-changelog: Changes to support ChangeLog.10+.
1626 (main): Tidy up usage string. Fix "Use of uninitialized value"
1627 warning. Set version to 0.2. Parse the directory listing to get
1628 any ChangeLog.n file, not just 1..9.
1629 (header_match_p, entry_match_p, print_log, parse_changelog):
1630 Remove Perl prototypes (their purpose is to help the parser, which
1631 isn't needed here, not declare arguments).
1632 (parse_changelog): Make --reverse faster on big batches by not
1633 modifying the entries list.
1634
a64387ee
JB
16352004-03-01 Juanma Barranquero <lektu@terra.es>
1636
1637 * makefile.w32-in (obj): Add fringe.c.
1638
9766d41b
PE
16392004-02-14 Paul Eggert <eggert@twinsun.com>
1640
1641 * rcs2log: Work correctly if CVSROOT specifies :fork: or
1642 :local: methods, or omits the colon between the hostname
1643 and the path. Allow :/ in repository path, since CVS does.
1644 Fix typo: "pository" should be set from $CVSROOT, not $repository.
1645 This fixes a bug reported by Wolfgang Scherer in
1646 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
1647 along with some related bugs I discovered by inspecting how
1648 CVS itself parses $CVSROOT.
1649
880820fe 16502004-02-04 Jérôme Marant <jmarant@nerim.net> (tiny change)
98c6e531
SM
1651
1652 * emacsclient.c (decode_options): Fix handling of alternate editor.
1653
0734b0d0
SM
16542004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * emacsclient.c (main): Don't use the hostname in the socket name.
1657 Look for relative socket names in the /tmp dir rather than in cwd.
1658
2a6fc2d9
RS
16592004-01-24 Richard M. Stallman <rms@gnu.org>
1660
1661 * emacsclient.c (main): Restore errno from saved_errno,
1662 so the error message comes from socket_status.
1663
0734b0d0
SM
16642004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 * emacsclient.c (main): Stop if socket name too long.
1667 Only try su-fallback if the socket name was not explicit.
1668 Check socket name length in su-fallback case as well.
1669
152b6e83
AS
16702004-01-08 Andreas Schwab <schwab@suse.de>
1671
1672 * emacsclient.c (main): Save errno from socket_status.
1673
e8228824
AS
16742004-01-04 Andreas Schwab <schwab@suse.de>
1675
1676 * emacsclient.c (main): Fix socket name when using another user.
1677
c9140662
PE
16782003-12-27 Paul Eggert <eggert@twinsun.com>
1679
1680 * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
1681 a tag, and if the user has not specified an rlog option.
1682 Adapted from a suggestion by Martin Stjernholm in
1683 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
1684 (Copyright): Update to 2003.
1685
8babaa59
TTN
16862003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
1687
1688 * make-docfile.c (main): For return code, no longer special-case VMS.
1689 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
1690
880820fe 16912003-09-28 Andreas Büsching <crunchy@tzi.de> (tiny change)
14ef7288
EZ
1692
1693 * emacsclient.c (quote_file_name): Print the result instead of
1694 returning it. Fix the return type accordingly.
1ae7cf5e
RS
1695 (main): With --eval, if no file name, read from stdin.
1696 Quote file names.
14ef7288 1697
f387bdea
RS
16982003-09-10 Richard M. Stallman <rms@gnu.org>
1699
07655e62 1700 * emacsclient.c (main): Use socket_name.
f387bdea 1701
880820fe 17022003-09-10 Andreas Büsching <crunchy@tzi.de> (tiny change)
f387bdea
RS
1703
1704 * emacsclient.c (socket_name): New variable.
1705 (longopts, decode_options, print_help_and_exit):
1706 Handle --socket-name argument.
1707
0b7e7337
FP
17082003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1709
783bcffa 1710 * etags.c (consider_token): Check C++ `operator' only when the
0b7e7337
FP
1711 token len is long enough.
1712
ac06b30b
DL
17132003-08-20 Dave Love <fx@gnu.org>
1714
1715 * Makefile.in: Remove obsolete references to alloca.
1716
32b0a3c6
JB
17172003-07-29 Ken Brush <ken@wirex.com>
1718
1719 * emacsclient.c (main)
1720 * etags.c (suggest_asking_for_help)
1721 * movemail.c (main): Fix having macros in a printf statement.
1722
3867c42d
JB
17232003-05-31 Juanma Barranquero <lektu@terra.es>
1724
1725 * makefile.w32-in (lisp): Fix references to byte-run.el,
1726 float-sup.el and map-ynp.el, which are now in emacs-lisp.
1727
7933722a
DL
17282003-05-22 Dave Love <fx@gnu.org>
1729
1730 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
1731 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
1732
463f55ee
DL
17332003-05-20 Dave Love <fx@gnu.org>
1734
1735 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
1736
1737 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
1738
1b7a835b
JB
17392003-04-27 Oliver Scholz <alkibiades@gmx.de>
1740
0e0dced5 1741 * update-game-score.c (read_scores): Fix corruption of scores on read.
1b7a835b 1742
eec54bd7
SM
17432003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1744
1745 * emacsclient.c (main): Use new safe location for socket.
1746
ff4bd681
JB
17472003-03-12 Tom Tromey <tromey@redhat.com>
1748
eec54bd7
SM
1749 * emacsclient.c (print_help_and_exit): Print to stdout.
1750 Exit successfully. Added some blank lines for readability.
ff4bd681
JB
1751 (decode_options): Don't call print_help_and_exit in default case.
1752 Print version information to stdout.
1753 (main): Don't call print_help_and_exit.
1754
dd132e44
RS
17552003-02-15 Richard M. Stallman <rms@gnu.org>
1756
1757 * cvtmail.c: Cast result of malloc and realloc.
10d1d0af 1758 Don't include stdlib.h, because config.h does.
dd132e44 1759 (malloc, realloc): Declarations deleted.
ff4bd681 1760
dd132e44
RS
1761 * yow.c (yow): Cast result of malloc and realloc.
1762 (malloc, realloc): Declarations deleted.
1763
71ffc53a
JB
17642003-02-11 Juanma Barranquero <lektu@terra.es>
1765
1766 * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
1767
0dfd93c0
AS
17682003-02-08 Andreas Schwab <schwab@suse.de>
1769
1770 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
1771 instead of the substitution.
1772
37d1e680
RS
17732003-02-04 Richard M. Stallman <rms@gnu.org>
1774
1775 * update-game-score.c (push_score, read_scores): Cast values
1776 of malloc and realloc.
1777 (main, lock_file): Avoid assignment inside if.
1778
c60ee5e7
JB
17792003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1780
1781 * Makefile.in: Use @EXEEXT@ for Cygwin.
1782
b24e2dc7
DL
17832003-01-21 Dave Love <fx@gnu.org>
1784
1785 * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
1786 column-0 `('.
1787
1788 * yow.c: Don't include string.h.
1789
675d000f
RS
17902003-01-20 Richard M. Stallman <rms@gnu.org>
1791
1792 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
1793 New targets.
1794
207aa3ff
KS
17952003-01-06 Kim F. Storm <storm@cua.dk>
1796
31fa6595 1797 * pop.c (__P): Rename from _P to avoid problems on Cygwin.
207aa3ff
KS
1798 All uses changed.
1799
cf6d30d7
AI
18002002-12-18 Andrew Innes <andrewi@gnu.org>
1801
1802 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
1803 because GNU make doesn't append when using >> redirection.
1804
f0131492 18052002-12-12 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
649fc2c5
PJ
1806
1807 * b2m.pl: Make sure every message ends with a blank line, because
1808 some mbox parsers require a blank line before "From " lines.
1809
85cce843
RS
18102002-12-08 Richard M. Stallman <rms@gnu.org>
1811
1812 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
1813 (_): Test only HAVE_LIBINTL_H to decide what to do.
1814
2ccc4d34
RS
18152002-12-05 Richard M. Stallman <rms@gnu.org>
1816
1817 * getopt.c: Comment out include of libintl.h or gettext.h.
1818
c5992177
RS
18192002-12-04 Richard M. Stallman <rms@gnu.org>
1820
1821 * Update getopt from gnulib version; changes described below.
1822
1823 * getopt1.c: Conditionally find getopt.h.
1824 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
1825
1826 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
1827 (libintl.h): Include this if _LIBC. Otherwise include gettext.h.
c60ee5e7 1828 (wchar.h): Include, maybe.
10d1d0af 1829 (attribute_hidden): Define if not defined.
c5992177
RS
1830 (__getopt_initialized): Use attribute_hidden.
1831 (__libc_argc, __libc_argv): Renamed from original_argc, etc.
d7982012
JB
1832 (__getopt_nonoption_flags, nonoption_flags_max_len)
1833 (nonoption_flags_len): Conditional on USE_NONOPTION_FLAGS.
c5992177
RS
1834 (SWAP_FLAGS): New definitions.
1835 (exchange): Test USE_NONOPTION_FLAGS.
1836 (_getopt_initialize): Test USE_NONOPTION_FLAGS.
1837 (_getopt_internal): Error if argc < 1. New local var print_errors.
1838 Improve test for ambiguous long option.
1839 Add LIBIO support for error message output.
1840 (NONOPTION_P): Test USE_NONOPTION_FLAGS.
1841
1842 * getopt.h: Maybe include ctype.h.
1843 Treat __cplusplus like __STDC__.
1844 (decls): Use __ in arg names.
1845
4b5e69bd
SE
18462002-12-02 Stephen Eglen <stephen@gnu.org>
1847
1848 * emacsclient.c (main): Tell user how to start server within Emacs
1849 if socket could not be found.
1850
19fa03f3
RS
18512002-12-02 Richard M. Stallman <rms@gnu.org>
1852
1853 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
1854
7be215b4
JB
18552002-11-19 Ben Key <bkey1@tampabay.rr.com>
1856
29f538e6
BK
1857 * makefile.w32-in: Fixed a bug that caused the documentation for
1858 the built in function play-sound-internal not to be included in
1859 /etc/DOC.
7be215b4 1860
1998560a
DL
18612002-11-18 Dave Love <fx@gnu.org>
1862
1863 * update-game-score.c: Include unistd.h, string.h, stdlib.h,
1864 fcntl.h, stdarg.h conditionally.
1865 (_GNU_SOURCE, __attribute__): Don't define.
1866 (optarg, optind, opterr): Declare.
1867 (lose, lose_syserr): Use NO_RETURN.
1868 (get_user_id): Use P_.
1869
8b96caf3
RS
18702002-11-17 Richard M. Stallman <rms@gnu.org>
1871
1872 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
1873
59daa29a
DL
18742002-11-14 Dave Love <fx@gnu.org>
1875
1876 * movemail.c (pop_retr): Declare comment.
1877
1878 * make-docfile.c (read_c_string_or_comment): Declare msgno.
9a007cb7
DL
1879
1880 * Makefile.in (YACC): Deleted.
1881
f1b443bf
AS
18822002-10-19 Andreas Schwab <schwab@suse.de>
1883
1884 * Makefile.in (${archlibdir}): Always create $(gamedir).
1885 (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
1886
52402e4f
JB
18872002-10-04 Juanma Barranquero <lektu@terra.es>
1888
1889 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
1890
15dab115
MR
18912002-09-30 Markus Rost <rost@math.ohio-state.edu>
1892
1893 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
1894 completely.
1895
30be2360
SM
18962002-09-27 Stefan Monnier <monnier@cs.yale.edu>
1897
1898 * emacsclient.c: Remove SYSV support.
1899 (eval, display): New vars.
1900 (longopts): Add --eval and --display.
1901 (decode_options): Add -e and -d processing.
1902 (print_help_and_exit): Update the usage string.
1903 (main): Add support for --eval and --display.
3ecdcd59 1904 (main): Always use /tmp and non-qualified hostname.
30be2360 1905
4208da83
SM
19062002-09-25 Stefan Monnier <monnier@cs.yale.edu>
1907
1908 * emacsserver.c: Remove.
1909
3cf8c6aa
SM
19102002-09-17 Stefan Monnier <monnier@cs.yale.edu>
1911
1912 * emacsclient.c (quote_file_name): Quote \n.
1913 (main): Print a final \n when needed.
1914
880820fe 19152002-09-03 Francesco Potortì <pot@gnu.org>
4c6dce51
FP
1916
1917 * etags.c (regex_tag_multiline, readline): Never pass pfnote a
1918 string that cannot be freed.
1919
880820fe 19202002-08-30 Francesco Potortì <pot@gnu.org>
ba88f8eb
FP
1921
1922 * etags.c (consider_token, C_entries): Switch to C++ parsing when
1923 auto-detection is enabled and the `::' qualifier is met.
1924 (consider_token, C_entries): Several bugs corrected that tagged
1925 some declarations even though --declarations was not used.
1926 (plainc): New macro.
1927 (C_entries): Use it.
1928 (C_entries): Several cosmetic changes.
1929 (C_entries): Invalidate the token is some cases.
1930
880820fe 19312002-08-29 Francesco Potortì <pot@gnu.org>
09cd1a74 1932
eec54bd7 1933 * etags.c (C_entries): Correct a problem with const C++ funcs.
09cd1a74
FP
1934 (ignoreindent): Renamed from noindentypedefs.
1935 (cjava, cplpl): They are now macros instead of local vars.
1936
880820fe 19372002-08-28 Francesco Potortì <pot@gnu.org>
09cd1a74
FP
1938
1939 * etags.c (HTML_labels): Tag ID= also.
1940
880820fe 19412002-08-27 Francesco Potortì <pot@gnu.org>
87046df8
FP
1942
1943 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
1944
ecc54057 1945 * etags.c (HTML_labels): New language HTML.
8ee14629
FP
1946 (etags_strcasecmp): Like BSD's, for compatibility.
1947 (strcaseeq): Make it into a macro.
1948
1949 * etags.c (make_tag): Never generate null length tag names.
87046df8
FP
1950 (linebuffer_init): Renamed from initbuffer. All callers changed.
1951 (pattern): Structure renamed to `regexp', member regex renamed to
1952 pattern.
1953 (node_st): Member pat renamed to regex.
eec54bd7
SM
1954 (pattern); New member force_explicit_name, for future use.
1955 Now always set to true, cannot be reset.
87046df8
FP
1956 (add_regex, regex_tag_multiline, readline): Use it.
1957 (main): Free some global structures.
8ee14629 1958 (fdesc): New member `written'.
87046df8
FP
1959 (readline, process_file): Initialise it.
1960 (put_entries): Set it.
1961 (main): Use it to create entries for files without tags.
1962 (total_size_of_entries): Do not count invalid tags.
87046df8 1963
02ce3e80
SM
19642002-08-19 Stefan Monnier <monnier@cs.yale.edu>
1965
1966 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
1967 for the function name in the usage info.
1968
5fba5c21
CW
19692002-07-31 Colin Walters <walters@gnu.org>
1970
1971 * update-game-score.c (P_): New macro. Use it for all prototypes.
1972 (lose): Don't use varargs.
1973 (lose_syserr): New function.
1974
1975 * update-game-score.c: Change all functions to K&R style.
1976
712eaee0
AS
19772002-07-30 Andreas Schwab <schwab@suse.de>
1978
1979 * Makefile.in (localstatedir): New variable.
1980
f0131492 19812002-07-29 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
c89ed6ef
PJ
1982
1983 * b2m.pl: Fix regexp for finding return address fields.
1984
1e042160
SM
19852002-07-15 Stefan Monnier <monnier@cs.yale.edu>
1986
1987 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
1988
f0131492 19892002-07-05 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
e9b60209 1990
02ce3e80 1991 * b2m.pl: Obey the rmail file and use the unpruned header properly.
e9b60209 1992
880820fe 19932002-06-26 Pavel Janík <Pavel@Janik.cz>
9ee028d2
PJ
1994
1995 * b2m.pl: New file.
1996
880820fe 19972002-06-21 Francesco Potortì <pot@gnu.org>
e1af8d40 1998
ecc54057 1999 * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels)
e1af8d40
FP
2000 (Python_functions, PHP_functions, PHP_functions, PHP_functions)
2001 (PHP_functions, PHP_functions, Cobol_paragraphs)
2002 (Makefile_targets, Postscript_functions, Texinfo_nodes)
2003 (prolog_pr, erlang_func, erlang_attribute)
2004 (Perl_functions, Perl_functions, Pascal_functions)
2005 (TeX_commands, get_tag): Use make_tag instead of pfnote.
2006 (get_tag): Prototype changed, all callers changed.
2007
880820fe 20082002-06-20 Francesco Potortì <pot@gnu.org>
ceaeb365 2009
d76132d0
FP
2010 * etags.c: Implement implicit tag names, that is, unnamed tags
2011 whose name is automatically deduced by etags.el. The advantage is
2012 that there is no explicit tag name in most tags, so the size of
2013 the tags file is reduced, yet find-tag is able to do a match as
eec54bd7 2014 accurate as with named tags. See the comment in make_tag for details.
ceaeb365
FP
2015 (make_tag): New function (was the disabled function new_pfnote).
2016 (make_C_tag): Use it.
2017
880820fe 20182002-06-19 Francesco Potortì <pot@gnu.org>
f175bfff
FP
2019
2020 * etags.c (add_regex): Invalid regexp modifiers are ignored.
2021 (Makefile_targets): Tag variables unless --no-globals.
2022 (LOOP_ON_INPUT_LINES): Serious bug corrected.
2023
880820fe 20242002-06-13 Francesco Potortì <pot@gnu.org>
82ef78b3
FP
2025
2026 * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
2027 (invalidate_nodes): Bug corrected.
2028 (print_help): Better help for regexps.
2029
7a8940da
JB
20302002-06-13 Juanma Barranquero <lektu@terra.es>
2031
2032 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
2033 font-core.elc.
2034
880820fe 20352002-06-12 Francesco Potortì <pot@gnu.org>
6861f0e3
FP
2036
2037 * etags.c: New multi-line regexp and new regexp syntax.
2038 (arg_type): at_icregexp label removed (obsolete).
2039 (pattern): New member multi_line for multi-line regexps.
2040 (filebuf): A global buffer containing the whole file as a string
2041 for multi-line regexp matching.
2042 (need_filebuf): Global flag raised if multi-line regexps used.
2043 (print_help): Document new regexp modifiers, remove references to
2044 obsolete option --ignore-case-regexp.
2045 (main): Do not set regexp syntax and translation table here.
2046 (main): Treat -c option as a backward compatibility hack.
2047 (main, find_entries): Init and free filebuf.
2048 (find_entries): Call regex_tag_multiline after the regular parser.
10d1d0af 2049 (scan_separators): Check for unterminated regexp and return NULL.
6861f0e3
FP
2050 (analyse_regex, add_regex): Remove the ignore_case argument, which
2051 is now a modifier to the regexp. All callers changed.
2052 (add_regex): Manage the regexp modifiers.
2053 (regex_tag_multiline): New function. Reads from filebuf.
2054 (readline_internal): If necessary, copy the whole file into filebuf.
2055 (readline): Skip multi-line regexps, leave them to regex_tag_multiline.
2056
880820fe 20572002-06-11 Francesco Potortì <pot@gnu.org>
6861f0e3
FP
2058
2059 * etags.c (add_regex): Better check for null regexps.
2060 (readline): Check for regex matching null string.
6772c8e1 2061 (find_entries): Reorganization.
6861f0e3 2062
880820fe 20632002-06-07 Francesco Potortì <pot@gnu.org>
f0da41a6
FP
2064
2065 * etags.c (scan_separators): Support all character escape
2066 sequences supported by Gcc.
02ce3e80 2067 (find_entries): Rewind unconditionally.
f0da41a6
FP
2068 (find_entries): Do not call language functions directly, now calls
2069 itself.
2070 (find_entries): Do general initialisations here.
2071 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
2072 (Ada_getit, Pascal_functions, Pascal_functions)
2073 (prolog_skip_comment): Do not do them here.
2074 (readline_internal): Increment lineno here.
2075 (readline): Conditionally undo readline_internal increment.
2076 (readline): Do not return a value.
2077
880820fe 20782002-06-06 Francesco Potortì <pot@gnu.org>
5526f1f6 2079
88c71720 2080 * etags.c: New option --parse-stdin=FILE.
97b90b0a
FP
2081 (enum arg_type): New label at_stdin.
2082 (STDIN): New constant.
2083 (parsing_stdin): New flag.
2084 (longopts): New option --parse-stdin=NAME.
2085 (print_help): Document it.
2086 (main): Handle it.
2087 (process_file): Split into process_file and process_file_name.
2088 (process_file_name): New function.
2089
88c71720 2090 * etags.c: Improvements and bug squashing in TeX handling.
97b90b0a 2091 (TeX_commands): Skip comments.
10d1d0af 2092 (TEX_defenv): Now contains more constructs.
5526f1f6
FP
2093 (TEX_cmt): Make it a static char and move it before TeX_commands.
2094 (TeX_commands): Shorten the tag to the brace after the name.
2095 (TeX_commands): Names now include the initial backslash.
2096 (TeX_commands): Names do not include numeric args #n.
2097 (TeX_commands): Correct line char number in tags.
2098 (TEX_tabent, TEX_token): Deleted.
2099 (TeX_commands, TEX_decode_env): Streamlined.
2100
880820fe 21012002-06-05 Francesco Potortì <pot@gnu.org>
50496bd9
FP
2102
2103 * etags.c (main): Avoid a buffer overrun with sprintf.
2104
a71867c5
RS
21052002-05-30 Richard M. Stallman <rms@gnu.org>
2106
2107 * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL.
2108 (LIBS_MOVE): Renamed from MOVE_LIBS.
2109
b7e67db6
PE
21102002-05-26 Paul Eggert <eggert@twinsun.com>
2111
2112 Reinstate the following change from 2002-03-22, which was
2113 inadvertently lost on 2002-04-13.
2114
2115 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
2116 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
2117 the latter usage.
2118
5f226e2c
EZ
21192002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2120
2121 * pop.c (socket_connection): Move the code to resolve the POP
2122 host right before trying to connect with it.
2123
9021bb49
GM
21242002-05-05 Eli Zaretskii <eliz@is.elta.co.il>
2125
2126 * tcp.c: Delete file since the TCP emulation is no longer in use on any
2127 platform.
2128
5167cfda
CW
21292002-04-28 Colin Walters <walters@verbum.org>
2130
2131 * Makefile.in (${archlibdir}): Don't conditionalize on
2132 HAVE_SHARED_GAME_DIR. Instead, test at installation time whether
2133 or not we have access to the specified game user.
50496bd9 2134
5167cfda
CW
2135 * update-game-score.c (SCORE_FILE_PREFIX): Delete.
2136 (main): New argument -d, for specifying directory.
2137 (usage): Document.
02ce3e80 2138 (get_user_id): Compute.
5167cfda
CW
2139 (get_home_dir): Deleted.
2140 (get_prefix): New function, taken from main.
2141 (main): Check whether or not we are running setuid. Move prefix
2142 computation to get_prefix. Don't call getpwent; we don't need to
2143 any more. Instead, move it to get_user_id().
2144
880820fe 21452002-04-24 Pavel Janík <Pavel@Janik.cz>
beedfcf1
PJ
2146
2147 * ebrowse.c (skip_initializer): Return void.
2148
973c3c87
CW
21492002-04-23 Colin Walters <walters@verbum.org>
2150
2151 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
2152 space.
2153
880820fe 21542002-04-22 Francesco Potortì <pot@gnu.org>
8378bcd3 2155
ecc54057 2156 * etags.c (last_node): Make it a global variable.
8378bcd3
FP
2157 (process_file): Print the tags from the nodes as soon as
2158 possible, and delete the nodes. This brings down the memory
2159 occupancy as etags to almost the same level as when the #line
2160 directives were not parsed.
2161 (free_fdesc): New function.
2162 (find_entries): Use it.
2163 (invalidate_nodes): In etags mode, do not just mark the nodes as
2164 invalid, do delete them.
2165
c901ceff
GM
21662002-04-21 Gerd Moellmann <gerd@gnu.org>
2167
2168 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
2169
c42d6dbd
EZ
21702002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
2171
2172 * update-game-score.c: Move config.h before the other headers, to
2173 avoid compiler warnings.
2174
880820fe 21752002-04-16 Francesco Potortì <pot@gnu.org>
090416ca
FP
2176
2177 * etags.c (find_entries): Bug fix in list management.
2178
880820fe 21792002-04-15 Francesco Potortì <pot@gnu.org>
5dab24c1
FP
2180
2181 * etags.c (get_language_from_filename): Add one argument.
2182 (strcaseeq): New function.
10d1d0af 2183 (get_language_from_filename): Use it to do a case insensitive
5dab24c1
FP
2184 comparison if called with appropriate args.
2185 (find_entries): Try with case insensitive match.
2186 (process_file): Bug fixed.
2187
880820fe 21882002-04-13 Francesco Potortì <pot@gnu.org>
c150db23
FP
2189
2190 * etags.c (find_entries): Delete tags previously obtained from
2191 file xxx.c's #line directives when parsing file xxx.y. This is
2192 generally done for automatically generated files containing
2193 #line directives. This handles the case when xxx.y is tagged
2194 before xxx.c, and the entries of xxx.c pointing to xxx.y should
2195 be discarded.
eec54bd7 2196 (language): Add the metasource member. Initializers changed.
c150db23
FP
2197 (invalidate_nodes): New function.
2198 (readline): Discard lines after having found a #line
02ce3e80 2199 directive pointing to an already tagged file. This handles the
c150db23
FP
2200 case when xxx.y is tagged before xxx.c, and the entries of
2201 xxx.c pointing to xxx.y should be discarded.
2202 (fdesc): New structure for keeping track of input files.
2203 (fdesc): Remove `file' member (a string) and use instead a pointer
2204 to a file description structure.
02ce3e80
SM
2205 (curfile, curfiledir, curtagfname, curlang, nocharno)
2206 (forced_lang): Global variables removed in favor of fdhead and
10d1d0af 2207 curfdp, pointers to file description structures.
c150db23
FP
2208 (longopts, main, print_help): Use the CTAGS conditional to include
2209 or exclude options that work on etags or ctags only.
02ce3e80
SM
2210 (process_file, find_entries, pfnote, add_node, put_entries)
2211 (readline): Use fdhead and curfdp.
c150db23
FP
2212 (process_file, find_entries): Do not take an arg string, all
2213 callers changed.
2214
2215 * etags.c (longopts, print_help, main): Test CTAGS to disallow
2216 options that are not right for either etags or ctags.
2217
2218 * etags.c (number_len, total_size_of_entries): Define them also
2219 in CTAGS mode, because gcc does not compile all refs away.
2220
e9d1f248
CW
22212002-04-14 Colin Walters <walters@debian.org>
2222
2223 * update-game-score.c (lock_file): If the lock file is older than
2224 an hour, delete it. Reset attempts to zero if we have to break
2225 the lock.
2226
7605f1bd
AS
22272002-04-14 Andreas Schwab <schwab@suse.de>
2228
2229 * update-game-score.c (read_score): Fix type of second parameter
2230 of getdelim to be of type size_t instead of int. Use 0 instead of
2231 ESUCCES.
2232
e82defd1
CW
22332002-04-10 Colin Walters <walters@verbum.org>
2234
ecc54057 2235 * update-game-score.c (toplevel): Include stdarg.h.
b9b966e0
CW
2236 (MAX_DATA_LEN, MAX_SCORES): New.
2237 (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
2238 default to ~/.emacs.d/games.
2239 (get_user_id): Don't zero uid in the case where we can't get the
2240 username.
2241 (lose): New function.
2242 (main): Actually use `max', and default it to MAX_SCORES.
2243 Correctly handle new default for SCORE_FILE_PREFIX. Use `lose'
2244 function.
2245 (read_score): Handle the case of reading unamelen characters, then
2246 finishing. Use mktemp if mkstemp isn't available.
2247 (lock_file, unlock_file): Delete unused versions.
2248 (lock_file): Always sleep, even if we unlinked the lock file.
2249
e82defd1
CW
2250 * Makefile.in (gamedir, gameuser): New variables.
2251 (toplevel, UTILITIES): Add update-game-score.
2252 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
2253
5795b420
CW
22542002-04-07 Colin Walters <walters@verbum.org>
2255
2256 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
2257 (get_user_id): Take struct passwd as an argument.
2258 (get_home_dir): New function.
2259 (main): Read in user information here. Discover home directory if
2260 necessary.
2261 (read_score): Trim newline only in `getline' case.
2262
cd553ffb 22632002-04-05 Colin Walters <walters@debian.org>
c150db23 2264
cd553ffb
CW
2265 * update-game-score.c (toplevel): Include pwd.h.
2266 (struct score_entry): Add username field.
2267 (push_score): Use it.
2268 (get_user_id): New function.
2269 (main): Don't malloc excessively.
2270 (main): Use username field.
2271 (read_score): Read it.
2272 (push_score): Handle it.
07655e62 2273 (write_scores): Write it.
c150db23
FP
2274 (read_score): Handle arbitrary length data.
2275
b74bd4a3
EZ
22762002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2277
2278 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
2279
fa8bc89d
GM
22802002-03-29 Gerd Moellmann <gerd@gnu.org>
2281
2282 * ebrowse.c (add_declarator, skip_initializer): New functions.
2283 (declaration): Use them.
2284
dd87b4cc
JR
22852002-03-28 Jason Rumney <jasonr@gnu.org>
2286
2287 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
2288
cd553ffb
CW
22892002-03-27 Colin Walters <walters@debian.org>
2290
2291 * update-game-score.c: New file.
2292
dfef6d49
PE
22932002-03-22 Paul Eggert <eggert@twinsun.com>
2294
2295 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
2296 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
2297 the latter usage.
2298
880820fe 22992002-03-12 Francesco Potortì <pot@gnu.org>
a13d6523 2300
4fff90e4 2301 * etags.c (Python_functions): Skip spaces at beginning of lines.
a13d6523
FP
2302 (Python_functions, PHP_functions): Name tags, for ctags' sake.
2303 (TeX_commands): Name tags. Correction of old disabled code.
2304
2305 * etags.c (curfiledir, curtagfname): New global variables.
2306 (process_file): Initialise them.
2307 (readline): Canonicalize the name found in #line directive.
893a741e 2308
4fff90e4 23092002-03-06 Jason Rumney <jasonr@gnu.org>
ca55a1e3 2310
893a741e
JR
2311 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
2312 compilers that don't optimize out dead code.
2313
880820fe 23142002-03-05 Francesco Potortì <pot@gnu.org>
51aeded3
FP
2315
2316 * etags.c: Honour #line directives.
a7c29764 2317 (no_line_directive): New global var; set it for old behavior.
51aeded3
FP
2318 (main): Remove some #ifdef in the getopt switch.
2319 (add_node, put_entries): Code added to merge different chunks of
2320 nodes referring to the same file. Currently the tags are just
2321 appended, without any check for duplicates.
2322 (Perl_functions): Do not special case ctags.
2323 (readline): Identify #line directives and do the right thing.
2324 (nocharno, invalidcharno): New global vars.
2325 (process_file): Reset nocharno.
2326 (readline): Set nocharno.
2327 (pfnote): Read nocharno and maybe put invalidcharno in node.
2328 (total_size_of_entries, put_entries): Use invalidcharno.
2329
2330 * etags.c: Keep the whole tag table in memory, even in etags mode.
2331 (main): Call put_entries here even in CTAGS mode.
2332 (main, process_file): Check the return values of fclose and pclose.
2333 (process_file): Do not call put_entries after parsing each file.
2334 (process_file): Canonicalise file names even for ctags.
2335 (process_file): Set curfile here...
2336 (find_entries): ... not here any more.
2337 (add_node): In etags mode, build a linked list of entries (on
2338 right pointer) for each file, and link the first entry of each
2339 file on left nodes.
2340 (put_entries): Print here the name of the file.
2341 (put_entries): Print the entries starting from the first file.
c150db23 2342 (number_len, total_size_of_entries): Define these only in etags
51aeded3
FP
2343 mode, make the second work only on the right nodes.
2344
2345 * etags.c: Make all global variables static.
2346
50ce1f62
JB
23472002-02-25 Juanma Barranquero <lektu@terra.es>
2348
2349 * makefile.w32-in (lisp): Add missing backslash.
2350
82a399d2
JR
23512002-02-24 Jason Rumney <jasonr@gnu.org>
2352
2353 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
2354 using .elc files.
2355 (lisp): Sync with list in src/Makefile.in
2356 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
2357
a279c920
PE
23582002-02-10 Paul Eggert <eggert@twinsun.com>
2359
2360 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
2361 disallows the old syntax.
2362
0caa685d
PE
23632002-02-03 Paul Eggert <eggert@twinsun.com>
2364
d7982012 2365 * rcs2log (Copyright): Update to 2002.
0caa685d
PE
2366 (AWK, TMPDIR): Work around portability problem in broken shells that
2367 don't understand `: ${VAR=val}'.
2368 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
2369 Prefer the new -k option to the traditional +M -N option.
2370
880820fe 23712002-01-01 Pavel Janík <Pavel@Janik.cz>
03950b5b
PJ
2372
2373 * b2m.c (main): Parenthesize assignment when used as truth value
2374 to prevent gcc warnings.
2375
2376 * fakemail.c: Include <config.h>.
2377
880820fe 23782001-12-29 Pavel Janík <Pavel@Janik.cz>
2f8fe2f4
PJ
2379
2380 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
2381 * yow.c: Include <config.h>.
2382
880820fe 23832001-12-21 Francesco Potortì <pot@gnu.org>
a60e4de9
FP
2384
2385 * etags.c (Perl_functions): Tag packages and use them in sub tags.
2386 (get_tag): Return a pointer to the tag that is found.
2387
2388 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
2389 (F_takeprec): Renamed from takeprec. All callers changed.
2390 (F_getit): Renamed from getit. All callers changed.
2391 (nocase_tail): Renamed from tail. All callers changed.
2392 (Ada_getit): Renamed from adagetit. All callers changed.
eec54bd7 2393 (L_getit): Simplify by using get_tag.
a60e4de9
FP
2394 (Perl_functions, Postscript_functions, erlang_attribute): Use the
2395 modified LOOKING_AT.
2396 (notinname): Removed '[' and added ')' to the recognised chars.
2397 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
2398 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
2399 Clarified, using strneq or notinname.
2400 (L_isdef, L_isquote): Removed.
2401 (Lisp_functions, L_getit): Clarified.
2402
ecc54057 2403 * etags.c (P_): Renamed to __P for consistency with config.h.
a60e4de9
FP
2404 [HAVE_CONFIG_H]: Let config.h deal with __P.
2405 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
2406 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
2407 gperf code needs it.
ecc54057
JB
2408 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs).
2409 [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs).
a60e4de9
FP
2410 (xmalloc, xrealloc): Use PTR instead of long *.
2411 (bool): Make it a define, not a typedef, for C++ compilers.
2412 (pattern): Members renamed to avoid name clash in some C++ compilers.
2413 (get_language_from_langname): Use const argument.
2414
880820fe 24152001-12-22 Pavel Janík <Pavel@Janik.cz>
c95eaa61
PJ
2416
2417 * makefile.nt, makefile.w32-in: Remove mocklisp files.
2418
880820fe 24192001-12-19 Pavel Janík <Pavel@Janik.cz>
69bfc389 2420
b8509940
PJ
2421 * emacsserver.c: Conditionally include config.h.
2422
594aa066
PJ
2423 * fakemail.c: Likewise.
2424
e69233c2
PJ
2425 * emacsclient.c: Include "config.h", not <../src/config.h>.
2426 (main): Parenthesize assignment when used as truth value to
2427 prevent gcc warnings.
2428
69bfc389
PJ
2429 * ebrowse.c: Include stdlib.h and string.h conditionally.
2430
e4e34e31
EZ
24312001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2432
2433 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
2434
880820fe 24352001-12-18 Pavel Janík <Pavel@Janik.cz>
ffb7c9c6
PJ
2436
2437 * test-distrib.c: Fix previous change.
2438
fb5aa7ac
DL
24392001-12-18 Dave Love <fx@gnu.org>
2440
2441 * test-distrib.c: Conditionally include fcntl.h.
2442
2443 * fakemail.c: Include "config.h", not <../src/config.h>.
2444 (_XOPEN_SOURCE): Define as 500.
2445
2446 * emacsserver.c: Include "config.h", not <../src/config.h>.
2447
2448 * cvtmail.c: Include config.h, stdlib.h.
2449 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
2450
2451 * yow.c: Conditionally include various headers. Use "epaths.h",
2452 not <../src/epaths.h>.
2453 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
2454
880820fe 24552001-12-12 Francesco Potortì <pot@gnu.org>
e94a3679 2456
13dc0576 2457 * etags.c (PHP_functions): New function for parsing PHP.
e94a3679
FP
2458 (LOOKING_AT): New macro.
2459 (Perl_functions, Python_functions, PHP_functions)
2460 (Scheme_functions, Texinfo_nodes): Use it.
2461 (Perl_functions): Use strneq.
2462 (prolog_pred): Renamed to prolog_pr.
13dc0576 2463 (prolog_pr): Recognise Prolog rules in addition to predicates.
e94a3679 2464 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
13dc0576 2465 unmodified compile, as Cygwin's regex.h is incompatible with us.
e94a3679
FP
2466 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
2467
34e39c95
RS
24682001-12-11 Richard M. Stallman <rms@gnu.org>
2469
2470 * Makefile.in (clean): Don't delete ../etc/DOC*.
2471
880820fe 24722001-12-11 Pavel Janík <Pavel@Janik.cz>
296071e7
PJ
2473
2474 * COPYING: Moved back.
2475
76054cc8
AI
24762001-11-30 Andrew Innes <andrewi@gnu.org>
2477
e94a3679
FP
2478 * makefile.w32-in (FACE_SUPPORT):
2479 (MOUSE_SUPPORT):
2480 (FLOAT_SUPPORT):
2481 (WINNT_SUPPORT):
76054cc8
AI
2482 (lisp): Reference .el files instead of .elc files, to simplify
2483 bootstrapping.
2484 ($(DOC)): Change dependency to just `make-docfile'.
2485
880820fe 24862001-11-29 Pavel Janík <Pavel@Janik.cz>
0142178a
PJ
2487
2488 * COPYING: Removed.
2489
e8d6a09b
PE
24902001-11-28 Paul Eggert <eggert@twinsun.com>
2491
2492 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
2493
2494 The following changes are derived from suggestions by Bob Chapman
2495 <rechapman@compuserve.com>.
2496
2497 * rcs2log (printlogline): Also allow tab and newline to separate
2498 '(function):' from the rest of a comment.
2499 (reformat the sorted log entries): Require date and author to
2500 match the clumpname.
2501
9a190096
GM
25022001-11-16 Gerd Moellmann <gerd@gnu.org>
2503
2504 * ebrowse.c (matching_regexp): Escape '\\'.
2505
880820fe 25062001-11-15 Pavel Janík <Pavel@Janik.cz>
8ec1b917
PJ
2507
2508 * Makefile.in: Add support for --program-prefix, --program-suffix
2509 and --program-transform-name options.
2510
6d8f7d5d
RS
25112001-11-03 Richard M. Stallman <rms@gnu.org>
2512
2513 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
2514
2515 * movemail.c (popmail): Always pass two args to `error'.
2516
84e70f78
KR
25172001-10-24 Ken Raeburn <raeburn@gnu.org>
2518
2519 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
2520 -lhesiod and maybe -lresolv.
2521 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
2522 support if it's available.
2523
386ca361
MB
25242001-10-21 Miles Bader <miles@gnu.org>
2525
a3b10252
MB
2526 * make-docfile.c (struct rcsoc_state): New type.
2527 (read_c_string_or_comment): Add SAW_USAGE
386ca361 2528 parameter, and implement scanning for a `usage:' keyword.
a3b10252
MB
2529 Use a variable of type `rcsoc_state' to hold most of our state.
2530 (put_char): Add STATE parameter, and remove all other parameters
2531 except CH. Use STATE to get access to all needed state.
2532 (scan_keyword_or_put_char): New function.
386ca361
MB
2533 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
2534 Don't output a usage-string if there was one in the doc-string.
2535
71431a0e
GM
25362001-10-20 Gerd Moellmann <gerd@gnu.org>
2537
6aa97356 2538 * (Version 21.1 released.)
71431a0e 2539
880820fe 25402001-10-19 Pavel Janík <Pavel@Janik.cz>
37a9305e
PJ
2541
2542 * b2m.c: Properly spell the name of Emacs.
2543
945220bd
MB
25442001-10-17 Miles Bader <miles@gnu.org>
2545
2546 * make-docfile.c (put_char): New function.
2547 (read_c_string_or_comment): Strip trailing spaces and newlines.
2548
14242528
MB
25492001-10-16 Miles Bader <miles@gnu.org>
2550
2551 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
2552 comments [with `doc:' keyword prefix].
2553
9f5eb4a3
GM
25542001-10-15 Gerd Moellmann <gerd@gnu.org>
2555
2556 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
2557 in a C doc comment.
2558
e641b454
GM
25592001-10-13 Gerd Moellmann <gerd@gnu.org>
2560
2561 * make-docfile.c (read_c_string_or_comment): Renamed from
2562 read_c_string. Add parameter COMMENT. Read C-style comments.
2563 (scan_c_file): Handle doc strings in C comments.
2564
967d7793
AI
25652001-10-12 Andrew Innes <andrewi@gnu.org>
2566
2567 * makefile.nt (ALL): Do not include fakemail.
2568
2569 * makefile.w32-in (install): Do not copy fakemail.
2570
d682756a
JR
25712001-10-10 Jason Rumney <jasonr@gnu.org>
2572
07655e62 2573 * makefile.w32-in (ALL): Do not include fakemail.
d682756a 2574
07655e62 2575 * makefile.nt (install): Ditto.
d682756a 2576
14a3dff7
GM
25772001-10-09 Gerd Moellmann <gerd@gnu.org>
2578
2579 * emacsserver.c (main): Cast geteuid in sprintf to int.
14a3dff7 2580
95bc7904 2581 * emacsclient.c (main): Cast isdigit argument to unsigned char.
14a3dff7 2582
880820fe 25832001-10-07 Pavel Janík <Pavel@Janik.cz>
f98d41f5
PJ
2584
2585 * profile.c: Include config.h, not ../src/config.h.
2586 Include systime.h, not ../src/systime.h.
2587
ab952a4f
GM
25882001-10-05 Gerd Moellmann <gerd@gnu.org>
2589
2590 * Branch for 21.1.
dff28924 2591
12c64503
GM
25922001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
2593
2594 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
2595 ALIASEE to help work with namespace aliases.
2596 (struct sym): Remove struct member NAMESP_ALIASES.
2597 (namespace_alias_table): New variable.
2598 (make_namespace): Add parameter CONTEXT.
2599 (check_namespace): New function.
2600 (find_namespace): Add parameter CONTEXT.
2601 (check_namespace_alias): New function.
02ce3e80
SM
2602 (register_namespace_alias): Change type of parameter OLD_NAME.
2603 Search for already defined alias in NAMESPACE_ALIAS_TABLE.
12c64503
GM
2604 (check_namespace): New function.
2605 (enter_namespace): Call find_namespace with CONTEXT parameter.
2606 (match_qualified_namespace_alias): New function.
eec54bd7 2607 (parse_qualified_ident_or_type): Fix typo in comment.
02ce3e80 2608 While parsing qualified ident or type update namespace context and
12c64503 2609 restore it on exit.
eec54bd7
SM
2610 (parse_qualified_param_ident_or_type): Fix typo in comment.
2611 (globals): Change handling of namespace aliases.
2612 (version): Add year 2001.
12c64503 2613
990e1190
FP
26142001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
2615
2616 * etags.c (analyse_regex): If regex_arg is NULL, return
2617 immediately after a call to free_patterns.
2618
f2e7e23e
AS
26192001-09-05 Paul Eggert <eggert@twinsun.com>
2620
2621 * rcs2log (Help, mainline code): Add new option -L FILE.
2622 (Copyright): Update year.
02ce3e80
SM
2623 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES)
2624 (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
f2e7e23e
AS
2625 C locale.
2626 (mainline code): Handle nonstandard -u option differently, by
2627 transforming it to standard form. Check for "Working file: ", not
2628 "Working file:". Allow file names with spaces.
2629 (SOH, rlogfile): New shell vars.
dff28924 2630 (rlogout): Remove. Its old functionality is mostly migrated to
f2e7e23e
AS
2631 rlogfile.
2632
2633 Append ';;' to the last arm of every case statement, for
2634 portability to ancient broken BSD shells.
2635
02ce3e80 2636 (logins): Fix bug; was not being computed at all, lowering performance.
f2e7e23e
AS
2637 (pository): New var. This fixes some bugs where repositories are
2638 remote, or have trailing slashes.
02ce3e80 2639 (authors): $llogout is never an empty shell var, so don't worry
f2e7e23e 2640 about that possibility.
dff28924 2641 (printlogline, mainline code): Fix bug with SOH's being put into
f2e7e23e 2642 the output.
dff28924 2643
75c911eb
EZ
26442001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2645
2646 * ebrowse.c (SEEK_END): #define if not defined by system headers.
2647 Suggested by Dave Love <d.love@dl.ac.uk>.
2648
5ae10f4a
EZ
26492001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2650
2651 * makefile.nt (lisp): Synchronize with src/Makefile.in.
2652 * makefile.w32-in (lisp): Ditto.
2653
0e4011d8 26542001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
2655
2656 * grep-changelog (parse_changelog): Remove unused local variable.
2657
2658 * grep-changelog (main): Add new option --reverse.
2659 (print_log): Use it.
2660 (parse_changelog): Use it.
2661
3c88ae74
GM
26622001-07-20 Gerd Moellmann <gerd@gnu.org>
2663
2664 * grep-changelog: Remove RCS Id keyword.
2665
41848daa
GM
26662001-07-20 Juanma Barranquero <lektu@terra.es>
2667
6e07c0a5
GM
2668 * grep-changelog (parse_changelog): Add tests for defined values
2669 to quiet warning from Perl 5.005 or above.
177ab8ce 2670 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
2671 argument to prevent duplicate headers.
2672
2673 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 2674
467f1209
GM
26752001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
2676
2677 * emacsclient.c (print_help_and_exit): Fix help message for
2678 +LINE:COLUMN option.
2679
26802000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 2681
467f1209
GM
2682 * emacsclient.c (main): Add support for +LINE:COLUMN command line
2683 argument.
2684
bb24c64f
GM
26852001-07-16 Gerd Moellmann <gerd@gnu.org>
2686
2687 * ebrowse.c (main): Check that the output file exists and
2688 is non-empty if invoked with `--append'.
2689
880820fe 26902001-05-14 Francesco Potortì <pot@gnu.org>
fa829470 2691
e335b66a
GM
2692 * etags.c (add_regex): Reset the whole newly allocated pattern
2693 buffer instead of the individual members. It's safer and works
ecc54057 2694 with XEmacs.
fa829470 2695
e335b66a 2696 * etags.1: Markups corrected.
fa829470 2697
6da5c7da
GM
26982001-05-08 Gerd Moellmann <gerd@gnu.org>
2699
02ce3e80 2700 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
6da5c7da 2701
efbecf9d
GM
27022001-05-03 Gerd Moellmann <gerd@gnu.org>
2703
2704 * ebrowse.c (globals): Fix handling of namespace aliases.
2705
f4976ebc
EZ
27062001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2707
2708 * etags.c (print_help): Enclose the regexp in the help text
2709 example in quotes.
2710
23431241
DL
27112001-04-05 Dave Love <fx@gnu.org>
2712
2713 * emacsclient.c (fail): Don't return a value.
fa829470 2714 (main): Cast uid values for sprintf.
23431241 2715
476bf681
GM
27162001-04-03 Gerd Moellmann <gerd@gnu.org>
2717
b3f6107b
GM
2718 * emacsclient.c (fail, main): Don't use implicit int return type.
2719
476bf681
GM
2720 * b2m.c (main): Always return a value.
2721
ef53d75e
GM
27222001-03-02 Gerd Moellmann <gerd@gnu.org>
2723
2724 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
2725 freshly allocated object in *LAST_ID.
2726 (read_line): Accept \r\n line endings.
2727
425de386
AI
27282001-02-24 Andrew Innes <andrewi@gnu.org>
2729
2730 * makefile.w32-in: Fix copyright notice.
2731
880820fe 27322001-02-23 Francesco Potortì <pot@gnu.org>
f55ae599
FP
2733
2734 * etags.c (enum sym_type): New label st_C_template.
2735 (gperf input): Use it for switching to C++ from C.
2736 (consider_token): Do it.
c2a642c0
FP
2737 (C_entries): Initialise typdefcblev to quiet compilers.
2738 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 2739
f6839838
AI
27402001-02-22 Andrew Innes <andrewi@gnu.org>
2741
2742 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
2743 VMS header files.
2744 ($(BLD)\profile.obj): Ditto.
2745
2746 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
2747 VMS header files.
2748 ($(BLD)/profile.$(O)): Ditto.
2749
193fba87
AI
27502001-02-05 Andrew Innes <andrewi@gnu.org>
2751
2752 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
2753 invocation of make-docfile, to work with Windows 2000.
2754
30526cc6
DL
27552001-01-31 Dave Love <fx@gnu.org>
2756
2757 * etags.c (in_word_set): Use `static' in definition (for pcc).
2758
880820fe 27592001-01-31 Francesco Potortì <pot@gnu.org>
8f79fe72 2760
ecc54057 2761 * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for
8f79fe72
FP
2762 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
2763 (C_entries): Tag token renamed to still_in_token because sunos4
2764 pcc wants to expand it as the token() macro even though it has no
2765 arguments.
2766
914d7258
AI
27672001-01-30 Andrew Innes <andrewi@gnu.org>
2768
2769 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
2770 bug in the Mingw32 assert.h header file.
2771
880820fe 27722001-01-30 Francesco Potortì <pot@gnu.org>
b28e26be 2773
ecc54057
JB
2774 * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
2775 #define it for the sake of XEmacs.
b28e26be
FP
2776 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
2777 HAVE_CONFIG_H. This change only affects a standalone etags.
2778 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
2779 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
2780 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
2f2c687b 2781 [!HAVE_UNISTD_H]: Use defined(WINDOWSNT) instead of the bare
b28e26be
FP
2782 WINDOWSNT, as this is the correct way to use it.
2783
880820fe 27842001-01-28 Francesco Potortì <pot@gnu.org>
8c463abe
FP
2785
2786 * etags.c: Be capable to parse nested struct-like structures.
2787 (structdef, structtag): Struct state machine revisited.
2788 (struct tok): Revisited.
2789 (cstack, nestlev, instruct): New struct and macros.
2790 (pushclass_above, popclass_above, write_classname): New functions
13dc0576 2791 for dealing with nested class names.
8c463abe
FP
2792 (consider_token, make_C_tag, C_entries): Many changes for dealing
2793 with arbitrarily nested structures.
2794 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
2795 (C_entries): Consider templates in C++.
2796 (sym_type): New constant st_C_class for detecting "class" also in
2797 C mode.
2798 (C_AUTO): New macro for automatic detection of C++.
2799 (consider_token): Automatic set C++ mode.
2800 (C_entries): New security check for yacc.
2801 (print_language_names, print_help): Mention the autodetect
07655e62 2802 feature, do not show help for the -C option, now mostly useless.
8c463abe
FP
2803 (C_entries): Tag C++ forward declarations if --declarations.
2804 (C_entries): Don't be fooled by things like XDEFUN.
2805 (consider_token): Discard asm pseudo function.
2806
e26f9ced
EZ
28072001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * etags.c: Add a coding: tag.
2810
a47b7816
GM
28112001-01-26 Gerd Moellmann <gerd@gnu.org>
2812
8c463abe 2813 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
2814 New variables.
2815 (matching_regexp): Use them instead of static variables in
2816 function scope.
2817
880820fe 28182001-01-25 Francesco Potortì <pot@gnu.org>
d22a24fa
FP
2819
2820 * etags.c (struct tok): Renamed from struct token.
2821 (token): Renamed from tok.
2822 (structtype): Make it a local variable.
2823 [DEBUG]: Use assert.
2824 (xrnew): Change the synopsis.
2825 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
2826 (grow_linebuffer): Don't call xrnew when not needed.
02ce3e80 2827 (token): Buffer renamed to line.
d22a24fa 2828 (C_entries): Three calls to inibuffer moved here from main.
eec54bd7 2829 (C_entries): Remove all references to var methodlen, delete it.
d22a24fa
FP
2830 (linebuffer_setlen): Was grow_buffer, now also sets len.
2831 (consider_token, C_entries, Pascal_functions): Use it.
2832 (C_entries): Preventing problems relative to extern "C".
2833 (C_entries): Can tag more than one variable or func separated by
2834 comma when --declarations is used.
2835 (C_entries): More accurate tagging of members and declarations.
2836 (yacc_rules): Was global, made local to C_entries.
2837 (next_token_is_func): Removed.
2838 (fvdef): New constants fdefunkey, fdefunname.
2839 (consider_token, C_entries): Use them.
2840 (C_entries): Build proper lisp names for Emacs DEFUNs.
2841
21c2bbe0
GM
28422001-01-22 Gerd Moellmann <gerd@gnu.org>
2843
2844 * ebrowse.c (xfree): New function.
2845 (member, declaration, globals): Use xmalloc instead of alloca.
2846
880820fe 28472001-01-15 Francesco Potortì <pot@gnu.org>
83be933c
FP
2848
2849 * etags.c (print_language_names): Print filenames in addition to
2850 suffixes.
2851
880820fe 28522001-01-14 Francesco Potortì <pot@gnu.org>
47df1a5e
EZ
2853
2854 * etags.c (get_language_from_langname): Renamed from
2855 get_language_from_name.
eec54bd7
SM
2856 (get_language_from_filename): Renamed from get_language_from_suffix.
2857 Now first looks for the complete file name.
47df1a5e
EZ
2858 (language): New member char **filenames.
2859 (Makefile_filenames): List of possible filenames for makefiles.
eec54bd7 2860 (lang_names): Add a NULL member for every entry, added an entry
47df1a5e 2861 for makefiles.
13dc0576 2862 (Makefile_targets): New function.
47df1a5e
EZ
2863 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
2864 it conformant to the style of the rest of the code.
2865
291c7e74
GM
28662001-01-13 Gerd Moellmann <gerd@gnu.org>
2867
2868 * make-docfile.c (write_c_args): Print newlines as spaces.
2869
0dac6924
AI
28702001-01-06 Andrew Innes <andrewi@gnu.org>
2871
2872 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
2873 of *.pdb.
2874
3e99d3b4
GM
28752001-01-03 Paul Eggert <eggert@twinsun.com>
2876
290afd83 2877 * rcs2log: Avoid security hole allowing attacker to
3e99d3b4
GM
2878 cause user of rcs2log to overwrite arbitrary files, fixing
2879 a bug reported by Morten Welinder.
2880
2881 Don't put "exit 1" at the end of the exit trap; it's
2882 ineffective in POSIX shells.
2883
d6bb0c0d
GM
28842001-01-02 Gerd Moellmann <gerd@gnu.org>
2885
eec54bd7
SM
2886 * ebrowse.c (yyerror): Change to take two arguments.
2887 Add prototype. Change callers.
d6bb0c0d 2888
d5c00476 28892001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
2890
2891 * ebrowse.c (enter_namespace, main): Cast variables to shut up
2892 compiler warnings.
2893 (yyerror): Change parameter declarations to be of type long, so
2894 that they can take pointers on 64-bit platforms.
2895
2896 * emacsclient.c (main): Remove unused local variable statbfr.
2897 (main) <homedir>: Make its declaration conditional on
2898 SERVER_HOME_DIR, to avoid compiler warnings.
2899
2900 * emacsserver.c (main) <homedir>: Make its declaration conditional
2901 on SERVER_HOME_DIR, to avoid compiler warnings.
2902
2903 * fakemail.c (readline): Cast buffer to "long *" to pacify
2904 over-zealous compilers.
2905
7c89ea61
EZ
29062000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2907
2908 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
2909
a6768cc5
GM
29102000-12-15 Gerd Moellmann <gerd@gnu.org>
2911
2912 * ebrowse.c (operator_name): Cast argument of isalpha to
2913 unsigned char.
2914
2915 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
2916 Use them throughout instead of ctype functions/macros.
2917 (lowcase): Cast to unsigned char.
2918 (UPCASE): New macro.
2919 (canonicalize_filename): Use UPCASE instead toupper.
2920
2921 * fakemail.c (get_keyword): Make sure that isspace and
2922 similar aren't called with a negative argument.
2923
70de49cc
DL
29242000-12-13 Dave Love <fx@gnu.org>
2925
2926 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
2927
4e8b894c
AI
29282000-12-06 Andrew Innes <andrewi@gnu.org>
2929
2930 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
2931 don't know the real version, and I can't seem to get the quoting
2932 right in all circumstances.
2933
2934 * ebrowse.c (VERSION): Provide default definition, like etags.c
2935 does, because Windows build can't snarf this from version.el.
2936
88257bc8
AI
29372000-11-30 Andrew Innes <andrewi@gnu.org>
2938
2939 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
2940 (install): Ditto.
2941
d19249e7
JR
29422000-11-23 Jason Rumney <jasonr@gnu.org>
2943
2944 * makefile.w32-in: Add targets for ebrowse.exe.
2945 (LOCAL_FLAGS): Add -DVERSION flag.
2946
7df6adc3
DL
29472000-09-25 Dave Love <fx@gnu.org>
2948
2949 * sorted-doc.c: Include config.h.
2950 [!HAVE_STDLIB_H]: Declare malloc.
2951
fe83b953
AI
29522000-09-14 Andrew Innes <andrewi@gnu.org>
2953
2954 * makefile.w32-in: Revert to Unix line endings.
2955
517699ca
DL
29562000-09-04 Dave Love <fx@gnu.org>
2957
2958 * movemail.c (index, rindex): Prototype conditionally.
2959
f8803e97
AI
29602000-09-03 Andrew Innes <andrewi@gnu.org>
2961
2962 * makefile.w32-in: Change to DOS line endings.
2963
f72adc12
EZ
29642000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2965
4034f3a8 2966 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
2967 [!F_OK]: Provide default definitions only after including both
2968 fcntl.h and unistd.h.
2969
f678f592
DL
29702000-08-29 Dave Love <fx@gnu.org>
2971
2972 * movemail.c: Revert previous change.
2973
5b671d04
EZ
29742000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
2977
6fa86045
DL
29782000-08-28 Dave Love <fx@gnu.org>
2979
2980 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
2981 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
2982
746d9caf
AI
29832000-08-22 Andrew Innes <andrewi@gnu.org>
2984
2985 * ntlib.h (WIN32): Remove unnecessary definition.
2986 (sleep): Make argument unsigned long.
2987 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
2988
2989 * ntlib.c (sleep): Make argument unsigned long.
2990
2991 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
2992
2993 * makefile.w32-in: New file.
2994
3b541489
EZ
29952000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
2996
2997 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
2998 letter only if it is a drive letter.
2999
e5acf0ca
GM
30002000-07-14 Gerd Moellmann <gerd@gnu.org>
3001
02ce3e80 3002 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and ymalloc.
e5acf0ca
GM
3003
3004 * etags.c (xmalloc, xrealloc): Make externally visible, for use
3005 by alloca.o.
3006
02ce3e80 3007 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
e5acf0ca 3008
4b92c49a
GM
30092000-07-10 Gerd Moellmann <gerd@gnu.org>
3010
3011 * ebrowse.c (yylex): Accept string literals with newlines in them.
3012 (process_pp_line): Handle case of string literal with newline
3013 in it in replacement text, which counts as continuing the
3014 replacement text in GNU C.
3015
831a6cb0
GM
30162000-07-02 Gerd Moellmann <gerd@gnu.org>
3017
3018 * ebrowse.c (token_string): Add missing tokens.
3019 (parm_list): Handle case of qualified pointers.
3020
53245ee2
DL
30212000-06-23 Dave Love <fx@gnu.org>
3022
3023 * ebrowse.c: Move config.h before other includes (which may use
3024 feature tests).
3025
dcbf2cd2
JM
30262000-06-14 Jim Meyering <meyering@lucent.com>
3027
3028 * grep-changelog: Fix typos in comments. Remove trailing blanks.
3029
f1c7754a
JR
30302000-06-11 Jason Rumney <jasonr@gnu.org>
3031
3032 * makefile.nt: Add targets for ebrowse.
3033
3034 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
3035 compare filenames.
3036
5f1aea9a
GM
30372000-06-06 Gerd Moellmann <gerd@gnu.org>
3038
3039 * ebrowse.c (ymalloc): Renamed from xmalloc.
3040 (yrealloc): Renamed from xrealloc.
3041
5bf244f1
DL
30422000-05-21 Dave Love <fx@gnu.org>
3043
3044 * movemail.c: Include config.h, not ../src/config.h.
3045 (Errmsg): Bump length.
3046
3047 * pop.c (ERROR_MAX): Increase to 160.
3048
ec82fb2f
GM
30492000-05-04 Gerd Moellmann <gerd@gnu.org>
3050
3051 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
3052
5c922ea7
EZ
30532000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
3054
02ce3e80
SM
3055 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
3056 Define to semi-colon.
5c922ea7 3057 (FILENAME_EQ): New macro, for comparing file names.
02ce3e80 3058 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
5c922ea7
EZ
3059 (process_file): Don't assume that fread always reads as many bytes
3060 as it was told to (DOS-style CR-LF text files fail this logic).
3061 (open_file): Allocate enough space for path->path plus the file
3062 name and the slash.
3063
6142fdcb 30642000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
3065
3066 * etags.c (Texinfo_functions): New function.
3067 (lang_names): Install it.
3068 (Texinfo_suffixes): New variable.
3069
cb9215e4
GM
30702000-04-19 Gerd Moellmann <gerd@gnu.org>
3071
3072 * ebrowse.c (xmalloc, xrealloc): Rewritten.
3073 (declaration): Remove parameter IS_EXTERN.
3074 (class_definition): Remove unused variable.
3075
be0dbdab
GM
30762000-04-09 Gerd Moellmann <gerd@gnu.org>
3077
3078 * Makefile.in (INSTALLABLES): Add ebrowse.
3079 (ebrowse): New target.
3080
3081 * ebrowse.c: New file.
3082
c5aa0fc2
AS
30832000-03-29 Andreas Schwab <schwab@suse.de>
3084
3085 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
3086
d054101f
GM
30872000-03-02 Gerd Moellmann <gerd@gnu.org>
3088
07e99590 3089 * etags.c (lisp_suffixes): Add `LSP'.
d054101f 3090
880820fe 30912000-02-10 Francesco Potortì <pot@gnu.org>
71cbb895 3092
eec54bd7 3093 * etags.c (iswhite): Redefine not to consider '\0' as white
71cbb895
FP
3094 space, and use it throughout in place of isspace, thus preventing a
3095 potential signed char to int conversion problem.
10d1d0af 3096 (MSDOS): #undefine before redefining.
71cbb895 3097
880820fe 30982000-02-04 Francesco Potortì <pot@gnu.org>
71cbb895
FP
3099
3100 * etags.c (many functions): Add prototypes.
3101
97fa0cc8
DL
31022000-02-10 Dave Love <fx@gnu.org>
3103
3104 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
3105 (erlang_func): Add `static' to definitions to keep pcc happy.
3106
880820fe 31072000-01-31 Francesco Potortì <pot@gnu.org>
e4100b7f
FP
3108
3109 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
3110 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
3111 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
3112 (getenv, getcwd): Only declare them if necessary.
3113 (EMACS_NAME): New constant macro.
3114 (print_version): Use it.
3115 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 3116
19e262bd 31172000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
3118
3119 * etags.c [WINDOWSNT]: #include <direct.h>
3120
19e262bd 31212000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 3122
19e262bd
FP
3123 * etags.c (all functions): Made them static.
3124 (all functions): Write prototypes.
e4100b7f 3125
55e30d2a
RS
31262000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3127
3128 * movemail.c (main): Improve error message if can't create lock file.
3129
c60ee5e7 31302000-01-28 Eric Hanchrow <offby1@blarg.net>
875c1439
GM
3131
3132 * emacsclient.c (socket_status): New function.
02ce3e80 3133 (main): If $LOGNAME or $USER exist and differ from our euid, look
875c1439
GM
3134 for a socket based on the UID associated with the name.
3135
e4936aa9
GM
31362000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3137
3138 * emacsclient.c: Add option -a EDITOR and environment variable
3139 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
3140
f0131492 31411999-12-10 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
791a9087
GM
3142
3143 * movemail.c (popmail): Allow mailbox specifications of the
3144 form `po:username:hostname'.
3145
880820fe 31461999-11-19 Francesco Potortì <pot@gnu.org>
e2081362
FP
3147
3148 * etags.c (_GNU_SOURCE): Define only if undefined.
3149 (get_scheme): Declaration deleted.
02ce3e80 3150 (main): Error was called with an integer as second arg, instead of
e2081362
FP
3151 a char pointer.
3152 (canonicalize_filename): Bug removed.
3153
31541999-11-18 Dave Love <d.love@dl.ac.uk>
3155
3156 * etags.c (C_entries): Rename label `intoken', avoiding K&R
3157 lossage from name clash with macro.
3158
b05d3bee
GM
31591999-11-13 Gerd Moellmann <gerd@gnu.org>
3160
3161 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
3162
cb3a6c48
GM
31631999-11-03 Gerd Moellmann <gerd@gnu.org>
3164
3165 * etags.c (print_help): Change email address to send bugs to.
3166
6088b51f 31671999-11-01 Francesco Potortì <pot@gnu.org>
1c478461
FP
3168
3169 * etags.c: Add suffix psw for PSWrap.
3170 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
3171 (Postscript_functions): Add code for PSWrap.
3172 (Scheme_functions): Use local pointer and new get_tag function.
3173 (get_tag): New name for old get_scheme.
3174 (process_file): Do not free NULL when file does not exist.
3175 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
3176 (C_entries): Modifications that make --members tag even inside
3177 typedefs and C nested structs (one level only).
eec54bd7 3178 (consider_token): Correct a bug which prevented tagging of enum
1c478461 3179 constants.
eec54bd7 3180 (C_stab_entry): Add if, for, while, switch, return as
1c478461
FP
3181 st_C_ignore. This makes it simpler to work when cblev!=0.
3182
02ce3e80 3183 * etags.c (C_entries): Tag member function declarations when
1c478461
FP
3184 --declarations is used.
3185
3186 * etags.c (C_entries, consider_token): C++ `operator' now is
3187 tagged in most cases.
3188 As before, :: is not recognised if surrounded by spaces.
3189
3190 * etags.c (relative_filename): Account for DOS file names such
3191 that is impossible to make one relative to another.
3192
3193 * etags.c (sym_type): New st_C_extern tag.
3194 (gperf input): Use it for spotting external declarations.
a7c29764 3195 (print_help): Document the new behavior of --declarations.
1c478461
FP
3196 (fvextern): New global variable.
3197 (consider_token, C_entries): Use it.
3198
3199 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
3200 (etags_getcwd): Remove test for WINDOWSNT.
3201
3202 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
3203 foo.cgz, foo.cz, etc.
3204
3205 * etags.c (declarations): New global switch.
3206 (longopts): Describe it.
3207 (print_help): Document it.
3208 (C_entries): Use it.
3209 (process_file): Don't process a file twice.
3210
3211 * etags.c (Fortran_functions): No tags for "procedure".
3212
32131999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
3214
3215 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
3216 non-zero, returns a pointer to where the extension begins; callers
3217 changed.
3218 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
3219 were foo.c.gz.
3220
880820fe 32211999-11-01 Francesco Potortì <pot@gnu.org>
1c478461
FP
3222
3223 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
3224 (fvdev): New constant foperator.
3225 (consider_token): Use it to get "operator" in C++.
3226 (C_entries): Extend length of operator@ function name.
3227 (C_entries): Use foperator when necessary.
3228
3229 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
3230
3231 * etags.c (compressor): New struct for compressed files.
3232 (get_compressor_from_suffix): New function.
3233 (get_language_from_suffix): Use it. Also, semantics changed.
3234 (process_file): Consider compressed files, close file.
3235 (find_entries): Use different call arg for get_language_from_suffix,
3236 don't close file.
3237
3238 * etags.c (main): Call free_tree.
3239 (find_entries): Do not free curfile.
3240 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
3241 (prolog_pred, erlang_func, substitute): Cast strlen to int when
3242 comparing.
3243 (canonicalize_filename): Shut up compiler warning.
3244 (Perl_functions): Make tag significant.
3245
32461999-11-01 Dave Love <d.love@dl.ac.uk>
3247
3248 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
3249 (argument_type): New member at_icregexp.
3250 (lc_trans): New global.
3251 (main): Fill lc_trans. Process -c args.
3252 (add_regex): New arg determining whether to use translation table.
3253 (analyse_regex): New arg. Use it for add_regex.
3254
880820fe 32551999-11-01 Francesco Potortì <pot@gnu.org>
1c478461
FP
3256
3257 * etags.c (init): Cosmetic change: NULL --> '\0'.
3258 (erlang_attribute): Bug corrected (uninitialized variable).
3259 (filename_is_absolute): New function replaces absolutefn macro and
02ce3e80 3260 corrects a bug. All callers changed.
1c478461
FP
3261 (canonicalize_filename): New function.
3262 (process_file, etags_getcwd, absolute_dirname): Use it.
3263 (relative_filename, absolute_filename): Removed var shadowing.
3264 (C_entries, Pascal_functions): Add fake initializations to keep
02ce3e80 3265 compilers quiet.
1c478461
FP
3266 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
3267
3268 * etags.c (xrnew): New macro. All callers of xrealloc changed.
3269 (language): New typedef (was struct lang_entry).
3270 (curlang): New global variable.
02ce3e80 3271 (node): Typedef renamed from NODE.
1c478461
FP
3272 (linebuffer): New typedef (was struct linebuffer).
3273 (pattern): New typedef (was struct pattern). Some members added.
3274 Now used as element of a linked list.
3275 (patterns, num_patterns): Global variables deleted.
3276 (p_head): New global variable.
a64387ee 3277 (forced_lang): New global variable (replaces lang_func).
02ce3e80
SM
3278 (get_language_from_name, get_language_from_interpreter)
3279 (get_language_from_suffix): Semantics changed. All callers changed.
1c478461 3280 (last_node): New global variable.
02ce3e80
SM
3281 (free_tree, add_node, put_entries, total_size_of_entries):
3282 Change name of local vars to avoid clashes with typedef node.
1c478461
FP
3283 (number_len): Rewritten for elegance.
3284 (token): New typedef replaces TOKEN.
3285 (analyse_regex, add_regex): Rewritten for new functionality.
3286 (free_patterns): New function called from main and add_regex.
3287 (initbuffer, readline_internal, readline, grow_linebuffer):
02ce3e80 3288 Change name of local vars to avoid clashes with typedef linebuffer.
1c478461
FP
3289 (readline): Rewritten for new functionality.
3290
ecc54057 3291 * etags.c (Scheme_suffixes): New suffix ".ss".
1c478461
FP
3292 (print_help): --globals is now used for more than C-type languages.
3293 (Perl_functions): Tag global variables ("my" and "local").
3294
3295 * etags.c (print_help): Some messages clarified.
3296 (LOOP_ON_INPUT_LINES): New macro.
02ce3e80
SM
3297 (just_read_file, Fortran_functions, Asm_labels, Perl_functions)
3298 (Python_functions, Cobol_paragraphs, Pascal_functions)
3299 (Lisp_functions, Postscript_functions, Scheme_functions)
3300 (TeX_functions, Prolog_functions, Erlang_functions): Use it.
3301 (Cobol_paragraphs, Postscript_functions, TeX_functions)
3302 (Prolog_functions, Erlang_functions): Use a local variable instead
1c478461
FP
3303 of the global variable dbp.
3304 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
3305 standard indentation.
3306
02ce3e80
SM
3307 * etags.c (Python_suffixes, lang_names, Python_functions):
3308 Python support.
1c478461 3309 (skip_spaces, skip_non_spaces): Utility functions.
02ce3e80
SM
3310 (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
3311 (Python_functions, L_getit, Lisp_functions, Scheme_functions)
3312 (prolog_pred, erlanf_func, erlang_attribute): Use them.
1c478461
FP
3313 (eat_white): Deleted.
3314
3315 * etags.c (CHAR, init): Keep into account non US-ASCII
3316 characters and compilers with default signed chars.
3317 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
3318 constructs.
ecc54057 3319 (C_stab_entry): "interface" in Java behaves like "class".
1c478461 3320
ecc54057 3321 * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
1c478461
FP
3322 (main): Put interval syntax here.
3323 (add_regex): And remove it from here.
3324
3325 * etags.c (suggest_asking_for_help): Provide a
3326 meaningful help message with and without LONG_OPTIONS.
3327
d07529f3 3328 * etags.c (<io.h>) [MSDOS]: Include it, don't include string.h.
1c478461
FP
3329 <stdlib.h, string.h>: Don't test MSDOS when including them.
3330 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
3331 (put_entries): Correctly use %ld instead of %d in printf.
3332
d07529f3 3333 * etags.c (<unistd.h>) [HAVE_UNISTD_H]: Include conditionally, else
1c478461
FP
3334 declare getcwd if HAVE_GETCWD.
3335 (consider_token): Dead break instruction removed.
3336
4ee9629e
PE
33371999-10-19 Paul Eggert <eggert@twinsun.com>
3338
3339 Add support for large files. Merge glibc 2.1.2.
1c478461 3340
4ee9629e 3341 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
d07529f3 3342 * movemail.c, pop.c:
4ee9629e
PE
3343 Do not include <stdlib.h>, as <config.h> does this now.
3344
3345 * b2m.c, emacsserver.c, etags.c, profile.c:
3346 Include <config.h> before any system include files.
1c478461 3347
4ee9629e 3348 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
d07529f3 3349 * test-distrib.c:
4ee9629e
PE
3350 (read, write, open, close): Do not undef.
3351
3352 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
3353 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
3354
3355 * getopt.h: Adopt glibc 2.1.2.
1c478461 3356
93c8d183
DL
33571999-10-15 Dave Love <fx@gnu.org>
3358
3359 * Makefile.in (pop.o): Depend on config.h.
3360
b358f91c
GM
33611999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3362
3363 * pop.c: Use "pop3" as the POP service name on all platforms,
3364 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
3365 has been the standard service name since RFC 1340 was published in
3366 July 1992, so I think it's safe to start using it by default.
3367
362bc2da
DL
33681999-09-27 Dave Love <fx@gnu.org>
3369
3370 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
3371
74e4cb59
PR
33721999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3373
3374 * make-docfile.c (scan_lisp_file): Fix previous changes;
3375 swallow CRLF like just CR or just LF.
3376
362bc2da
DL
33771999-09-03 Richard Stallman <rms@gnu.org>
3378
3379 * make-docfile.c: Include config.h not ../src/config.h.
3380 (main, fopen, chdir): Add #undef.
3381 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
3382 (scan_lisp_file): Handle \r like \n.
3383
33841999-08-30 Andreas Schwab <schwab@gnu.org>
3385
3386 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
3387
3388 * emacsserver.c: Include <stdlib.h> if available. Don't declare
3389 errno if it's a macro.
3390
3391 * test-distrib.c: Include <unistd.h> if available.
3392
33931999-08-29 Richard Stallman <rms@gnu.org>
3394
3395 * emacsclient.c (print_help_and_exit): Mention --version.
3396
33971999-08-25 Richard M. Stallman <rms@gnu.org>
3398
3399 * emacsclient.c (decode_options): Update version output.
3400 (print_help_and_exit): Update bug report address.
3401
34021999-08-13 Richard M. Stallman <rms@gnu.org>
3403
3404 * emacsclient.c (main): Move the dynamic allocation of
3405 system_name outside of the SERVER_HOME_DIR conditional.
3406 * emacsserver.c (main): Likewise.
3407
34081999-08-10 Gerd Moellmann <gerd@gnu.org>
3409
3410 * grep-changelog: New.
3411 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
3412
34131999-07-12 Richard Stallman <rms@gnu.org>
3414
3415 * Version 20.4 released.
3416
34171999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3418
1c478461 3419 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
3420
34211999-06-23 Dave Love <fx@gnu.org>
3422
3423 * etags.c (erlang_attribute): Fix undefined variable usage (after
3424 Potorti).
3425
86e888c2 34261999-05-02 Andrew Innes <andrewi@gnu.org>
362bc2da
DL
3427
3428 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
3429 mapped to _chsize.
3430
34311999-04-29 Richard M. Stallman <rms@gnu.org>
3432
3433 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
3434
34351999-03-30 Dave Love <fx@gnu.org>
3436
3437 * sorted-doc.c (main): Split up tables. Modify the preamble
3438 somewhat.
3439
34401999-03-05 Geoff Voelker <voelker@cs.washington.edu>
3441
3442 * makefile.nt: Remove common multiple file compilation commands.
3443
34441999-02-26 Richard Stallman <rms@gnu.org>
3445
362bc2da
DL
3446 * Makefile.in (yow): Depend on epaths.h, not paths.h.
3447
3448 * yow.c: Refer to epaths.h.
3449
34501999-02-22 Simon Josefsson <jas@pdc.kth.se>
3451
3452 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
3453
34541999-01-27 Andrew Innes <andrewi@gnu.org>
3455
3456 * makefile.nt: Do make version comparison as strings.
3457
34581999-01-25 Richard Stallman <rms@gnu.org>
3459
3460 * emacsclient.c (xmalloc): Fix previous change.
3461
34621999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
3463
3464 * emacsclient.c (xmalloc): Declare to return long.
3465
34661999-01-22 Geoff Voelker <voelker@cs.washington.edu>
3467
3468 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
3469 the case of the drive letter.
3470
34711999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
3472
3473 * emacsserver.c (main): Eliminate arbitrary limit on
3474 length of system_name.
3475
3476 * emacsclient.c (main): Eliminate arbitrary limit on
3477 length of system_name.
3478 (xmalloc): Define unconditionally.
3479
34801999-01-12 Darrin B. Jewell <jewell@mit.edu>
3481
3482 * etags.c (relative_filename): Stop backward search at beginning
3483 of string, since non-Unix systems can have absolute paths with no
3484 initial slash.
3485
34861998-12-08 Geoff Voelker <voelker@cs.washington.edu>
3487
3488 * makefile.nt: Do string comparision of _NMAKE_VER.
3489
c60ee5e7 34901998-11-03 Theodore Jump <tjump@cais.com>
362bc2da
DL
3491
3492 * makefile.nt: Compile multiple source files when possible.
3493
34941998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
3495
3496 * Makefile.in: Replace tabs with spaces
3497 when they might confuse some Make versions.
3498
34991998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
3500
3501 * emacsclient.c (main): Null-terminate system_name.
3502
3503 * emacsserver.c (main): Null-terminate system_name.
3504
35051998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3506
3507 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
3508 an error message from POP, mention that it's from POP, to
3509 distinguish it from local error messages.
3510
35111998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3512
3513 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
3514 order of messages downloaded from a POP server (e.g., if the
3515 server stores messages in mailboxes in reverse order).
3516
35171998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
3518
3519 * Version 20.3 released.
3520
35211998-08-11 Paul Eggert <eggert@twinsun.com>
3522
3523 * rcs2log: Update copyright date and bug report address.
3524 (initialize_fullname): Prefer getent if available.
3525
35261998-07-30 Paul Eggert <eggert@twinsun.com>
3527
290afd83 3528 * Makefile.in (REGEXPDEPS, regex.o):
362bc2da 3529 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 3530
362bc2da
DL
35311998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
3532
3533 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
3534
35351998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
3536
3537 * Makefile.in: Properly terminate a comment.
3538
35391998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
3540
3541 * movemail.c (sys_wait): Rename to wait.
3542
3543 * ntlib.h: Undefine _WINSOCKAPI_.
3544
3545 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
3546
35471998-05-30 Geoff Voelker <voelker@cs.washington.edu>
3548
3549 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
3550
35511998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
3552
3553 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
3554 all file i/o to be in binary mode. Include ntlib.h.
3555
35561998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
3557
3558 * make-docfile.c: Include <unistd.h> for chdir.
3559
35601998-04-25 Richard Stallman <rms@psilocin.gnu.org>
3561
3562 * etags.c (TEX_decode_env): Don't free the value getenv returns.
3563
35641998-04-17 Geoff Voelker <voelker@cs.washington.edu>
3565
3566 * makefile.nt (obj): Update with new files in src.
3567 (clean): Delete patch scratch files, optimized compilation dir.
3568
35691998-04-08 Dave Love <fx@gnu.org>
3570
3571 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
3572 Irix6, at least.
3573
35741998-04-06 Andreas Schwab <schwab@gnu.org>
3575
3576 Silence -Wimplicit:
3577 * movemail.c: Move cancelations up. Include <stdlib.h> if
3578 available.
3579 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
3580 (parse_header): Explicitly declare return type.
3581 * emacsserver.c: Include <unistd.h> if available.
3582 (main, handle_signals, perror_1, fatal_error): Explicitly declare
3583 return types. Add forward declarations.
3584 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
3585 Don't declare geteuid.
3586 (print_help_and_exit): Change return type to void. Forward
3587 declare it.
3588 * b2m.c: Include <stdlib.h> if available.
3589 (main): Explicitly declare return type.
3590
362bc2da
DL
35911998-04-03 Richard Stallman <rms@psilocin.gnu.org>
3592
3593 * etags.c (put_entries): Use %ld.
3594
3595 * b2m.c (fatal): Declare the arg.
3596
35971998-03-26 Richard Stallman <rms@psilocin.gnu.org>
3598
3599 * pop.c (pop_getline): Renamed from getline.
3600
36011998-03-05 Richard Stallman <rms@psilocin.gnu.org>
3602
3603 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
3604 for the utilities.
3605
36061998-01-23 Dave Love <d.love@dl.ac.uk>
3607
3608 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
3609 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
3610 Always make named tags.
3611 (Fortran_functions): Grok BLOCK DATA.
3612
36131998-01-23 Andreas Schwab <schwab@gnu.org>
3614
3615 * movemail.c (main): Fix interwoven brace and cpp conditional
3616 nesting.
3617
362bc2da
DL
36181997-12-03 Paul Eggert <eggert@delysid.gnu.org>
3619
cb438d6e
JB
3620 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which quotes
3621 with a '>' any lines starting with "From " read from the POP server,
3622 but leave the code in place, wrapped in #ifdef
362bc2da
DL
3623 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3624 because it turns out that something is depending on it. Change
3625 suggested by Paul Eggert <eggert@twinsun.com>.
3626 Convert the character \037 (^_) at the beginning of a line into
3627 the character '^' followed by the character '_', because otherwise
3628 Emacs can't parse the resulting file as a valid BABYL file.
3629 Change suggested by Paul Eggert <eggert@twinsun.com>.
3630
36311997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3632
3633 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
3634 server to contain embedded nulls.
3635
36361997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 3637
362bc2da
DL
3638 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
3639 quotes with a '>' any lines starting with "From " read from the
3640 POP server, but leave the code in place, wrapped in #ifdef
3641 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3642 because it turns out that something is depending on it. Change
3643 suggested by Paul Eggert <eggert@twinsun.com>.
3644
3645 Convert the character \037 (^_) at the beginning of a line into
3646 the character '^' followed by the character '_', because otherwise
3647 Emacs can't parse the resulting file as a valid BABYL file.
3648 Change suggested by Paul Eggert <eggert@twinsun.com>.
3649
36501997-11-22 Richard Stallman <rms@gnu.org>
3651
3652 * b2m.c: Include getopt.h.
3653 (main): Use getopt_long to handle --version and --help.
3654
3655 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
3656
36571997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3658
3659 * pop.c (fullwrite): Get rid of an extra call to write. Problem
3660 pointed out by Chiaki Ishikawa.
3661
36621997-10-16 Dave Love <d.love@dl.ac.uk>
3663
ecc54057
JB
3664 * etags.c (L_getit): Always make named tags so that Emacs
3665 completion on symbols containing `:' etc. works.
3666 (get_scheme): Likewise.
362bc2da
DL
3667
36681997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3669
3670 * pop.c: Use system header files instead of declaring C-library
3671 functions explicitly.
3672
36731997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3674
3675 * Version 20.2 released.
3676
36771997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3678
3679 * Version 20.1 released.
3680
36811997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
3682
3683 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
3684
3685 * ntlib.c (getpid): Delete function.
3686
36871997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3688
3689 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
3690
36911997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3692
3693 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
3694 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
3695
36961997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3697
3698 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
3699
37001997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
3701
3702 * profile.c (get_time): Cast arg to fprintf.
3703
3704 * hexl.c (main): Use %08lx instead of %08x in printf because the
3705 variable named addresses is long.
3706
37071997-08-08 Geoff Voelker <voelker@cs.washington.edu>
3708
3709 * makefile.nt (lisp): Update paths to lisp files that have moved.
3710
37111997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
3712
3713 * makefile.nt (ctags.obj): New target.
3714 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
3715
3716 * ntlib.h: Add includes.
3717 Undo definitions of crt routines from config.h.
3718
37191997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3720
3721 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
3722
37231997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3724
3725 * pop.c: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
3726 Kerberos V5 for movemail, including detection of V4 and V5 header
3727 files and libraries.
362bc2da 3728 Include <string.h> when STDC_HEADERS is defined, to get
ecc54057 3729 declarations of string functions.
362bc2da 3730 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
ecc54057 3731 V5 API rather than the old one.
362bc2da 3732 [KERBEROS] (socket_connection): Change a constant name from
ecc54057
JB
3733 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
3734 with a constant in a header file.
362bc2da
DL
3735
3736 * Makefile.in: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
3737 Kerberos V5 for movemail, including detection of V4 and V5 header
3738 files and libraries.
362bc2da
DL
3739
37401997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3741
3742 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
3743
3744 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 3745
362bc2da
DL
37461997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3747
3748 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
3749
37501997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3751
3752 * movemail.c (rindex): Add declaration.
3753
d57727c9 37541997-07-01 Geoff Voelker <voelker@cs.washington.edu>
362bc2da
DL
3755
3756 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
3757 (movemail.exe): Depend upon and link with getopt files.
3758 (obj): Include new source files.
3759 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
3760 (lisp): Include new and reorganized elisp files.
3761
37621997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3763
3764 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
3765
37661997-06-25 Paul Eggert <eggert@twinsun.com>
3767
3768 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
3769
37701997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
3771
3772 * b2m.c (readline): Terminate buffer properly when EOF seen.
3773 Test for valid pointer before dereferencing it.
3774
880820fe 37751997-05-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3776
3777 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
3778 defined inside etags.c if HAVE_CONFIG_H is defined.
3779
880820fe 37801997-05-29 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 3781
ecc54057 3782 * etags.c (logical): Type name changed to bool.
362bc2da
DL
3783 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
3784 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
3785 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
3786 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
3787 (longopts): New long options without short counterpart are
3788 globals, members, no-globals, no-members. Regexp options are now
3789 defined conditionally to ETAGS_REGEXPS.
3790 (print_help): Updated.
3791
880820fe 37921997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3793
3794 * etags.c (C_entries): Use "." instead of "::" for Java.
3795 (consider_token): is_func renamed to is_func_or_var.
3796 (C_entries): is_func renamed to funorvar.
3797 (C_entries): Initialise tok.named.
3798 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
3799 get rid of "import", "package" and "friend".
3800 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 3801 users changed.
362bc2da
DL
3802 (C_entries): Make separate tags for variables separated by comma.
3803 (globals, members): New flags.
3804 (main, C_entries): Use them.
3805 (make_C_tag, C_entries): Make tok a global variable.
1c478461 3806
880820fe 38071997-05-16 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3808
3809 * etags.c (funcdef): New vignore constant.
3810 (consider_token, C_entries): Use it to tag global variables.
3811 (print_help): Update for global variables.
3812 (consider_token, C_entries): Set the len member of token_name.
3813 (prolog_pred): Cleanup according to GNU coding standards.
3814 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
3815 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
3816
880820fe 38171997-05-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3818
3819 * etags.c (CHARS, CHAR): New constant and macro.
3820 (iswhite, begtoken, intoken, endtoken): Use them.
3821 (notinname, _nin, nonam): New macro, array, string.
3822 (init): Cleanup and init _nin.
3823 (new_pfnote): New function.
3824 (make_C_tag) [traditional_tag_style]: Use it.
10d1d0af 3825 (traditional_tag_style): Constant set to TRUE for now.
362bc2da 3826
880820fe 38271997-05-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3828
3829 * etags.c (C_entries, Pascal_functions): Cleanup.
3830 (TeX_functions): NULL as a function arg needs a cast.
3831 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
3832
880820fe 38331997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3834
3835 * etags.c (TeX_functions): Cleaned up.
3836 (tex_getit): Removed.
3837
38381997-05-13 Paul Eggert <eggert@twinsun.com>
3839
3840 * rcs2log (files): When computing arguments automatically, ignore
ecc54057 3841 non-files within the RCS subdirectory.
362bc2da 3842
880820fe 38431997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3844
3845 * etags.c (C_JAVA): New #define.
3846 (Cjava_suffixes): .java is Java.
3847 (Cjava_entries): New function.
3848 (lang_names): Add Java.
3849 (sym_type): Add st_C_javastruct for Java.
3850 (C_stab_entry): Add `extends' and `implements' keywords.
3851 (consider_token, C_entries): Recognise Java structures.
3852
880820fe 38531997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 3854
ecc54057 3855 * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax.
362bc2da
DL
3856 (Postscript_suffixes): .ps is Postscript.
3857 (lang_names): Add Postscript.
3858 (Postscript_functions): New function.
3859 (TEX_decode_env): Close minor memory leak.
3860 (just_read_file): Correct the char number of the tag.
3861
38621997-05-11 Paul Eggert <eggert@twinsun.com>
3863
3864 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
ecc54057
JB
3865 Don't prepend $nl since this causes some shells to generate the
3866 empty string when IFS is $nl.
362bc2da 3867 (printlogline): Use SOH (octal code 1), not CR, since some
ecc54057 3868 PC-based shells mishandle CR.
362bc2da
DL
3869 (initialize_fullname): Set NIS_PATH to the empty string before invoking
3870 nismatch, in case it's set to some nonstandard value.
1c478461 3871
362bc2da
DL
38721997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3873
3874 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
3875 read in separate blocks.
3876
880820fe 38771997-04-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3878
3879 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
3880 (struct linebuffer): New member `len' is the length of the string.
3881 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
3882 Use it instead of strlen.
3883 (TEX_getit): Declare and define unconditionally as static.
3884 (TeX_functions): Use if instead of #if TeX_named_tokens.
3885 (add_regex): Set RE_INTERVALS flag for regex compilation.
3886 (substitute): Code cleanup.
3887 (readline_internal): Code cleanup, set new member `len'.
3888 (readline): Bug corrected.
3889
38901997-04-23 Geoff Voelker <voelker@cs.washington.edu>
3891
3892 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
3893 (obj): Change references of nt*.c files to w32*.c files.
3894
880820fe 38951997-04-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3896
3897 * etags.c (xnew): Add support for debugging with chkmalloc.
3898 (error): Use this instead of printf whenever possible.
3899 (main): Only call xnew after having initialised progname.
3900 (substitute): Bad memory corruption error corrected.
3901
880820fe 39021997-04-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3903
3904 * etags.c (add_regex): Undo previous change.
3905 (relative_filename): Small memory leak closed.
3906 (absolute_filename): Cleaned up the code, possibly closing a bug.
3907 (absolute_dirname): Always return a newly allocated string.
1c478461 3908
362bc2da
DL
39091997-03-21 Paul Eggert <eggert@twinsun.com>
3910
3911 * rcs2log (files): Ignore files in RCS directory whose names are
ecc54057
JB
3912 of the form ,*, or *_; they are probably RCS lock files.
3913 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
362bc2da
DL
3914 they are used by rcsfreeze.
3915
880820fe 39161997-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 3917
2f2c687b 3918 * etags.c (add_regex): Reset *putbuf before using it.
362bc2da
DL
3919
39201997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3921
3922 * movemail.c (popmail): Remove some unnecessary function
3923 declarations.
3924 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
3925 into pop_retr, there's no reason to pass in mbx_write, and the
3926 file argument can be declared FILE * explicitly. This fixes a
3927 compilation problem on systems with 64-bit pointers.
3928
39291997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3930
3931 * movemail.c: Delete duplicate inclusion of fcntl.h
3932 and duplicate #undefs of open, read, write, close.
3933
39341997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3935
3936 * movemail.c (main): Do not display "[POP-password]" in the usage
3937 message when movemail is compiled without POP support.
3938 (main, popmail): Add the optional "-p" argument, which causes
3939 movemail to leave mail in the inbox after copying it into the
3940 output file.
1c478461 3941
362bc2da
DL
3942 * Makefile.in (movemail): Link with getopt.
3943
39441997-01-20 Paul Eggert <eggert@twinsun.com>
3945
ecc54057 3946 * rcs2log (--help, --version): New options, per GNU coding standards.
362bc2da
DL
3947 (Copyright, Help, Id): New variables, for above.
3948 (rlog): Use -q option with cvs log, to avoid useless chatter.
3949
3950 Treat logs of "Initial revision" (RCS) or "file F was initially added
3951 on branch B." (CVS) as if they said "New file.", for consistency with
3952 change log entries.
3953
39541997-01-01 Paul Eggert <eggert@twinsun.com>
3955
3956 * vcdiff (PATH): Add /usr/xpg4/bin,
3957 where XPG4 SCCS hangs out in Solaris 2.5.
3958 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
3959
39601996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3961
3962 * etags.c (streq, strneq): Use == NULL rather than !.
3963
39641996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
3965
3966 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
ecc54057 3967 (movemail): Use LIBMAIL, to link against -lmail.
362bc2da
DL
3968
3969 * movemail.c: Include maillock.h (conditionally).
3970 Remove a redundant inclusion of <stdio.h>.
3971 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
3972 (main): Add variable spool_name.
3973 Support the usage of maillock and mailunlock to
ecc54057 3974 lock and unlock mailboxes.
362bc2da
DL
3975 (mail_spool_name): New function.
3976
3977 * movemail.c: Fix an uninitialized variable which could cause
ecc54057
JB
3978 movemail to exit with an error status incorrectly on systems which
3979 use lock files rather than a system locking function to lock
3980 mailboxes.
362bc2da
DL
3981
39821996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3983
3984 * pop.c (socket_connection): Free realhost after using it.
3985
880820fe 39861996-12-04 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3987
3988 * etags.c (C_entries): Test tok.valid. This handles some
3989 particular cases involving function declarations that failed.
3990
39911996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 3992
362bc2da
DL
3993 * pop.c (socket_connection):
3994 gethostbyname may return a pointer to static data.
3995 krb_realmofhost can clobber it. So copy it.
3996
880820fe 39971996-11-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3998
3999 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
4000 must cast it to (char *) because we have no prototypes.
4001 (make_C_tag): Macro deleted, new function.
4002 (C_entries): Calls to make_C_tag macro changed to call function.
4003
880820fe 40041996-11-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4005
4006 * etags.c (grow_linebuffer): New function.
4007 (GROW_LINEBUFFER): Macro deleted. All callers changed.
4008 (make_tag): Macro renamed to make_C_tag. All callers changed.
4009 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
4010 (Prolog_functions): prolog_skip_comment was called with wrong
4011 number of arguments.
6088b51f 4012 (xrealloc): fatal was called with wrong number of arguments.
362bc2da 4013
880820fe 40141996-11-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4015
4016 * etags.c (relative_filename): Bug corrected.
4017 (etags_getcwd): Avoid warning of unused variable.
4018 (C_entries, consider_token): Added support for enum labels.
4019
40201996-11-03 Paul Eggert <eggert@twinsun.com>
4021
4022 * rcs2log: When processing cvs log output, remove `Attic/' from
ecc54057 4023 repository file names.
362bc2da
DL
4024
40251996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
4026
4027 * emacsserver.c: Fix 1996-09-02 change.
4028
40291996-10-12 Paul Eggert <eggert@twinsun.com>
4030
4031 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
ecc54057 4032 option', since CVS says 'invalid option'.
362bc2da
DL
4033 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
4034 revisions, since some hosts reject 1970-01-01 when east of UTC.
4035 (date): Remove.
4036
40371996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4038
4039 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
4040
880820fe 40411996-10-02 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4042
4043 * etags.c (print_version): Print copyright info.
4044
4045 * etags.c (print_help): Print the bug reporting address.
4046 (main): Use return as the last instruction, instead of exit.
4047
4048 * etags.c (main): Don't open the tags file in cxref mode.
4049
40501996-09-29 Dave Love <d.love@dl.ac.uk>
4051
4052 * rcs2log (date): Make default format acceptable to CVS post v1.8
ecc54057 4053 as well as earlier CVSs and RCS.
362bc2da
DL
4054
40551996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4056
4057 * movemail.c (main): If the lock call fails with EBUSY or
4058 EAGAIN, retry a few times.
4059
40601996-09-25 Paul Eggert <eggert@twinsun.com>
4061
4062 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
ecc54057 4063 whether to append -zLT.
362bc2da
DL
4064
40651996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4066
4067 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
4068 * emacsclient.c, movemail.c: Likewise.
4069
40701996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4071
4072 * emacsclient.c (longopts): Change nowait to no-wait.
4073 (print_help_and_exit): Fix option name; upcase metavars.
4074
40751996-09-06 Erik Naggum <erik@naggum.no>
4076
4077 * emacsserver.c (main): Declare `fromlen' as size_t.
4078
40791996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4080
4081 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
4082
40831996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4084
4085 * emacsclient.c (quote_file_name): Quote with &, not \.
4086 Quote `-' only at start of file name. Terminate the value string.
4087
4088 * emacsserver.c: Include signal.h properly;
4089 delete the duplicate includes for it.
4090
4091 * emacsserver.c: On fatal signal, delete socket-file:
4092 * emacsserver.c: Include signal.h.
ecc54057 4093 (xmalloc, fatal, error): New functions.
362bc2da
DL
4094 (delete_socket, handle_signals): New functions.
4095 (progname, socket_name): New variables.
194d44e7 4096 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
362bc2da
DL
4097
40981996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4099
4100 * emacsclient.c (quote_file_name): New function.
4101 (main, both versions): Use quote_file_name.
4102 (decode_options): Don't return a value.
4103 (main, both versions): Use optind.
4104 Don't check for -nowait here.
1c478461 4105
362bc2da
DL
4106 * emacsclient.c (decode_options): New function.
4107 (main, both versions): Call decode_options.
4108 (print_help_and_exit): New function.
4109 (VERSION): New macro.
4110
4111 * Makefile.in (emacsclient): Link with getopt.
4112 Add -DVERSION so emacsclient knows its version number.
4113
41141996-08-31 Geoff Voelker <voelker@cs.washington.edu>
4115
4116 * makefile.nt (lisp): Include dos-nt.elc.
4117
41181996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4119
4120 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
4121
41221996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4123
4124 * emacsclient.c (both versions): Handle -nowait and --nowait
4125 by sending data to the server.
4126
41271996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4128
4129 * Makefile.in (INSTALL_STRIP): New variable.
4130 (${archlibdir}): Use INSTALL_STRIP.
4131
4132 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
4133 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
4134
4135 * pop.c: Reverse conditional in previous change.
4136
41371996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4138
4139 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
4140
41411996-08-24 Paul Eggert <eggert@twinsun.com>
4142
4143 * rcs2log: Use ISO 8601 date format, with time zone appended
4144 if change-log-time-zone-rule is non-nil, instead of
4145 traditional Unix date format.
4146
4147 (datearg): When computing default from ChangeLog, handle ISO format
4148 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
4149 Don't worry about hh:mm:ss since the resolution is now by day.
10d1d0af 4150 Use empty datearg, not empty rlog_options, to decide whether to pass
362bc2da
DL
4151 "$datearg" option to $rlog.
4152 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
4153 (month_data): Remove `mo'; no longer needed.
10d1d0af 4154 (rlog_options): Use -zLT for localtime output, if `rlog' supports it.
362bc2da
DL
4155
4156 Match `revision' line of rlog output more accurately.
4157
4158 Add -c, -v options.
4159
41601996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
4161
4162 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
4163
41641996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4165
4166 * Version 19.33 released.
4167
41681996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4169
4170 * Version 19.32 released.
4171
41721996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
4173
4174 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
4175 computing character positions in source files.
4176
41771996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
4178
4179 * makefile.nt (clean): Use OBJDIR macro.
4180
41811996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4182
4183 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
4184
c60ee5e7 41851996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
362bc2da 4186
ecc54057 4187 * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>.
362bc2da
DL
4188 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
4189 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
4190
41911996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
4192
4193 * ntlib.h: Correct return type of getwd.
4194 * ntlib.c (getwd): Correct return type.
4195
41961996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4197
4198 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
4199 to infile.
4200
42011996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
4202
4203 * makefile.nt: Remove all references to wakeup.
4204
880820fe 42051996-06-28 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4206
4207 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
4208 explicit, mutable, typename.
4209
42101996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4211
4212 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
4213 streams, one for sending and one for reading the reply.
4214
42151996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4216
4217 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
4218 (wakeup): Target deleted.
4219 (UTILITIES): Delete wakeup and timer.
4220
4221 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
4222
42231996-06-11 Geoff Voelker <voelker@cs.washington.edu>
4224
4225 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
4226 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
4227
42281996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4229
4230 * etags.c (main): Copy cwd when appending slash.
4231
42321996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
4233
4234 * Version 19.31 released.
4235
880820fe 42361996-05-17 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4237
4238 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
4239 (Pascal_functions): Increase linecharno by the correct number of
4240 chars, inline the GET_NEW_LINE macro and delete its definition.
4241
c60ee5e7 42421996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
4243
4244 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
4245
c60ee5e7 42461996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
4247
4248 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
6088b51f 4249 (movemail.exe, fakemail.exe): Now built under Win32.o.
362bc2da
DL
4250
4251 * ntlib.c: Include ntlib.h.
4252 (nt_sleep): Rename to sleep.
4253 (getwd): Return directory.
4254 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
4255 sys_ctime, sys_fopen): New functions.
4256
4257 * ntlib.h: New file.
4258
42591996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
4260
4261 * pop.c (SEND, RECV): Renamed from send, recv.
4262 (pop_open, pop_trash): Make the trash_started code unconditional.
4263 (socket_connection): Delete casts to void.
4264
42651996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
4266
4267 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
4268 copied from lisp.h.
4269
42701996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
4271
4272 * fakemail.c [WINDOWSNT]: Include ntlib.h.
4273
4274 * hexl.c [DOSNT]: Include fcntl.h.
4275 [WINDOWSNT]: Include io.h.
4276 (main) [MSDOS]: Change conditional to DOS_NT.
4277
4278 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
4279 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
4280 [WINDOWSNT]: Include locking.h.
4281 (main): Update usage message. Use IS_DIRECTORY_SEP.
4282 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
4283 (main) [WINDOWSNT]: Invoke locking instead of flock.
4284 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
4285 (main) [MAIL_USE_POP]: Pass password to popmail if used.
4286 Include winsock.h; don't include unix inet headers.
4287 (popmail): Add password argument and pass it to pop_open.
4288 Open output file in binary mode.
4289
4290 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 4291 Macro SOCKET_ERROR undefined.
362bc2da
DL
4292 Don't declare h_errno.
4293 [!WINDOWSNT]: Define macros recv and send.
4294 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
4295 (pop_open) [WINDOWSNT]: Initialize trash_started.
4296 (have_winsock) [WINDOWSNT]: New variable.
4297 (socket_connection) [WINDOWSNT]: Initialize winsock.
4298 (socket_connection): Use closesocket instead of close.
4299 (getline): Use recv instead of read.
4300 (fullwrite): Use send instead of write.
4301 (pop_trash): Use closesocket instead of close.
4302 (pop_trash) [WINDOWSNT]: Cleanup winsock.
4303 Check if being called recursively by sendline.
4304
4305 * pop.h (struct _popserver): New field trash_started.
4306
4307 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
4308
43091996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4310
4311 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
4312
43131996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4314
4315 * etags.c [WINDOWSNT]: Include io.h.
4316
43171996-04-10 Geoff Voelker <voelker@cs.washington.edu>
4318
4319 * makefile.nt (CTAGSOBJ): Compile with regexp support.
4320
43211996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
4322
4323 * hexl.c [DJGPP v2]: Include io.h.
4324 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
4325
4326 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
4327 DJGPP v2.
4328
43291996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4330
4331 * etags.c (absolute_filename): Use absolutefn.
4332
43331996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
4334
4335 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
4336 letter isn't an alphabetic character.
4337 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
4338 (process_file) [DOS_NT]: Convert all slashes to forward style.
4339 (absolute_filename) [DOS_NT]: Emit error message for relative
4340 paths with a drive letter.
4341 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
4342 DOS/NT drive letters which try to reference the parent of the root.
4343 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
4344
43451996-03-27 Geoff Voelker <voelker@cs.washington.edu>
4346
4347 * makefile.nt: Change uses of del to $(DEL).
4348
880820fe 43491996-03-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4350
4351 * etags.c (just_read_file): Reset lineno and charno on entry.
4352
43531996-03-15 Anders Lindgren <andersl@csd.uu.se>
4354
4355 * etags.c: Prolog language totaly rewritten.
ecc54057 4356 (Prolog_functions): Rewritten from scratch.
362bc2da 4357 (skip_comment, prolog_getit): Removed.
ecc54057
JB
4358 (prolog_skip_comment): New function, like old skip_comment.
4359 (prolog_pred, prolog_atom, prolog_white): New functions.
4360 (erlang_func, erlang_attributes): Forward declarations added.
4361 (erlang_atom): Check if backslash ends line inside quoted atom.
362bc2da 4362
880820fe 43631996-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4364
4365 * etags.c (absolutefn): DOS_NT version corrected.
4366 (main): Append "/" to the dir name only if not already there.
4367 (print_help): Explain the absolute/relative file name issue.
1c478461 4368
362bc2da
DL
43691996-03-08 Anders Lindgren <andersl@csd.uu.se>
4370
10d1d0af
JB
4371 * etags.c: New Language Erlang added.
4372 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom)
4373 (erlang_white): New functions.
362bc2da
DL
4374 (Erlang_suffixes): New suffix list.
4375 (lang_names): Erlang entry added.
4376 (prolog_getit): Accepts headers spanning several lines.
4377 Always name tags.
4378 (Prolog_functions): Removed incorrect compensation for
4379 newline characters.
4380 (readline_internal): Zero-terminate last line.
4381
43821996-03-20 Mike Long <mike.long@analog.com>
4383
4384 * b2m.c (main): Initialize progname variable before using it.
4385 Quote `username' in From_ header.
4386
43871996-03-18 Geoff Voelker <voelker@cs.washington.edu>
4388
4389 * ntlib.c (getpid): New function.
4390
43911996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4392
4393 * emacsclient.c (main, both definitions):
4394 Print a newline for normal termination.
4395
43961996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
4397
4398 * tcp.c (main): Convert port to network byte order.
4399
44001996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
4401
4402 * pop.c (pop_retrieve, getline): Avoid type clashes.
4403
44041996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
4405
4406 * etags.c (enum sym_type, anonymous enum): Delete final comma.
4407
44081996-01-15 Paul Eggert <eggert@twinsun.com>
4409
4410 * rcs2log (initialize_fullname): Add support for NIS+.
4411 (hostname): Fully qualify the default hostname with the domainname
4412 if the hostname lacks a `.'.
4413
362bc2da
DL
44141996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
4415
4416 * etags.c (consider_token): Fix typo in expression.
4417
44181996-01-04 Paul Eggert <eggert@twinsun.com>
4419
4420 * etags.c (substitute): Fix spelling in message.
4421
44221996-01-03 George V. Reilly <georger@microcrafts.com>
4423
4424 * makefile.nt (etags, ctags): Compile with regexp support.
4425 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
4426 subdirectory exists before compiling.
1c478461 4427
362bc2da
DL
44281996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
4429
4430 * emacsserver.c (main): Do chmod based on existing permission.
4431
44321995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4433
4434 * Makefile.in (install): Turn on read/execute permission.
4435
44361995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4437
4438 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
4439 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
4440
44411995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4442
4443 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
4444
880820fe 44451995-12-07 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da
DL
4446
4447 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
4448 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
4449 get_scheme, prolog_getit): Name the tag in ctags mode.
4450 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
4451 (Perl_interpreters): Accept "@PERL@" as an interpreter.
4452 (suggest_asking_for_help): New function.
4453 (main, get_language_from_name): Use suggest_asking_for_help.
4454 (main): Let get_language_from_name make language existence check.
4455 (streq, strneq): Check the arguments #if DEBUG.
4456
880820fe 44571995-12-06 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da
DL
4458
4459 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
4460 (gperf): Added keywords for Objective C and GNU macros.
4461 (sym_type): Added values to account for Objective C and GNU macros.
4462 (begtk): The '@' character can start a token.
4463 (objdef, methodlen, objtag): New variables for Objective C.
4464 (consider_token, C_entries): Added code for Objective C.
4465 (plain_C_suffixes): Add .m and .lm for Objective C.
4466 (Yacc_suffixes): Add .ym for Objective yacc.
4467 (GROW_LINEBUFFER): New macro.
4468 (consider_token, C_entries, Pascal_functions): Use the new macro.
4469 (consider_token): Take one more argument. Caller changed.
4470 (consider_token): Use the hashing function to spot GNU macros.
4471 (C_entries): Consider // as a comment start even in plain C for
4472 the sake of Objective C parsing.
4473
880820fe 44741995-12-04 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da 4475
2f2c687b 4476 * Makefile.in (ctags): Depend on etags only for simplicity;
ecc54057 4477 compile with regexp support enabled.
362bc2da
DL
4478
44791995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4480
4481 * Version 19.30 released.
4482
44831995-11-22 Geoff Voelker <voelker@cs.washington.edu>
4484
4485 * makefile.nt (DOC, clean): Don't use switches to del not
4486 supported by Windows 95.
4487
44881995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4489
4490 * Makefile.in (regex.o): Depend on ../src/config.h.
4491
44921995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4493
4494 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
4495 (LOADLIBES): Use LIB_STANDARD.
4496
44971995-11-07 Kevin Gallo <kgallo@microsoft.com>
4498
4499 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
4500 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
4501 Windows 95 conditional.
4502
880820fe 45031995-11-06 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4504
4505 * etags.c (get_lang_from_name, get_lang_from_interpreter,
4506 get_lang_from_suffix): New functions.
4507 (get_language): Function deleted.
4508 (lang_entry): Two members added to struct.
4509 (lang_names): Reflect the new layout of lang_entry.
4510 (print_language_names, main, find_entries): Use the new functions.
4511 (find_entries): Look at the first line for #! if no language.
4512 (C_entries): Invalidate the token when funcdef is reset.
4513 (Perl_functions): New function.
4514 (lang_suffixes): .pl and .pm are Perl suffixes.
4515
880820fe 45161995-11-02 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4517
4518 * etags.c (lowcase): Use the standard tolower function.
4519 (substitute): Remove some wrong and some useless code related with
a64387ee 4520 escape '\' character in regexp replacement string.
362bc2da
DL
4521 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
4522 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
4523 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
4524 .prolog for prolog (.pl removed).
4525 (massage_name, etags_getcwd): Use lowcase instead of tolower.
4526 (C_entries, find_entries): Added comments about memory leakage.
4527 (add_node): Dead code removed.
4528
45291995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4530
4531 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
4532 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
4533
45341995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4535
4536 * test-distrib.c: Add #undef for open, close, read, write.
4537
45381995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
4539
4540 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
4541 [! O_RDONLY]: Define it to zero.
4542 (main): Use O_RDONLY instead of explicit zero.
4543
880820fe 45441995-08-17 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4545
4546 * etags.c (Pascal_functions): Close comment bug corrected.
4547 (add_node): Correctly compare node file names.
4548 (Pascal_functions): Correctly allocate and free memory for tline.
4549 (pfnote): Put the definition of fp in the innermost block.
4550 (NODE): `named' member removed.
4551 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 4552 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
4553 (pfnote): `named' argument removed, all callers changed.
4554 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
4555 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 4556 removed from pfnote call, some code cleanup.
362bc2da
DL
4557 (relative_filename): Free temporary space allocated by concat.
4558
45591995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4560
4561 * Makefile.in (getdate.c): New target.
4562 (getdate.o): Just compile getdate.c.
4563
45641995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
4565
4566 * fakemail.c (xrealloc): Change cast to match return type.
4567
45681995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4569
4570 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
4571
45721995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4573
4574 * movemail.c (main): Fix previous change.
4575 Add error check for empty OUTNAME.
4576
45771995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4578
4579 * movemail.c (main): Mention lock file name in error message.
4580
45811995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4582
4583 * profile.c (gettimeofday): New function, defined if necessary.
4584
45851995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4586
4587 * Makefile.in: Renamed from Makefile.in.in.
4588 (distclean): Delete Makefile.c, not Makefile.in.
4589
45901995-07-17 Michael Shields <shields@tembel.org>
4591
4592 * Makefile.in.in (tags): Synonym for `TAGS'.
4593
45941995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4595
4596 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
4597 configure has already set $(INSTALL) to the proper relative path.
4598
362bc2da
DL
45991995-07-08 Paul Eggert <eggert@twinsun.com>
4600
4601 * rcs2log (datearg): Separate date from time with comma, not space,
4602 to work around CVS 1.5 bug.
4603 (CVSROOT): Don't abort when unset if repository is absolute.
4604
46051995-07-07 Paul Eggert <eggert@twinsun.com>
4606
4607 * rcs-checkin, rcs2log, vcdiff:
4608 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
4609 that interpret `#! /' as a 4-byte magic number.
4610
46111995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
4612
4613 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
4614 mailbox with "po:mailbox", the mailbox is everything after the
4615 "po:" prefix.
4616
46171995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4618
4619 * emacsserver.c: Make all error messages start with `Error: '.
ecc54057 4620 (fatal_error, perror_1): New functions, use throughout.
362bc2da
DL
4621
46221995-06-28 Paul Eggert <eggert@twinsun.com>
4623
4624 * rcs2log (CVSROOT, repository):
4625 Allow remote repositories a la CVS 1.4.
4626
880820fe 46271995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4628
2f2c687b
JB
4629 * etags.c (plain_C_entries): New function.
4630 (lowcase): New macro.
4631 (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
4632 (lang_suffixes): New suffix ".pc" for Pro*C files.
4633 (consider_token): Don't tag all tokens beginning with DEFUN & Co..
4634 (tail): Look for the end of the token when comparing.
4635 (takeprec): Since now tail behaves differently, use strneq.
362bc2da
DL
4636
46371995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4638
4639 * movemail.c (main): Add newline in usage message.
4640
46411995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4642
4643 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
4644
880820fe 46451995-06-21 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4646
4647 * etags.c (find_entries): Rewind before rereading the input file.
4648
46491995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4650
4651 * Version 19.29 released.
4652
4653 * make-docfile.c (main) [MSDOS]: Do set _fmode.
4654 This undoes part of the previous change.
4655
46561995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4657
4658 * make-docfile.c (main): On MSDOS, don't change stdout
4659 to binary, and insist on an -o option.
4660
46611995-06-13 Geoff Voelker <voelker@cs.washington.edu>
4662
4663 * etags.c (process_file,absolute_filename): Handle filenames
4664 starting with a drive letter.
4665
4666 * makefile.nt (install): Copy wakeup.exe properly.
4667
46681995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
4669
4670 * make-docfile.c [MSDOS]: #undef chdir.
4671
46721995-06-04 Paul Eggert <eggert@twinsun.com>
4673
4674 * rcs2log (output_authors): Allow ':' in time zone,
4675 as per ISO 8601 and RCS 5.6.8 beta.
4676
880820fe 46771995-05-29 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4678
4679 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
4680 compatibility problems.
4681
46821995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
4683
4684 * etags.c (etags_getcwd): Don't use #elif.
4685 Have just one function body.
4686
46871995-05-25 Geoff Voelker <voelker@cs.washington.edu>
4688
4689 * makefile.nt (LIBS): Use BASE_LIBS.
4690 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
4691 upon LIBS.
4692 (DOC): Use del instead of rm.
4693 (DOC) [WINDOWS95]: Use DOC.
4694 (clean): Handle MSVC aux files.
4695 (config.h,paths.h): Use $(CP) instead of cp.
4696 (config.h): Use $(CONFIG_H)
4697 (make-docfile.obj): Depend upon config.h.
4698 Clean up comments.
4699
880820fe 47001995-05-23 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4701
4702 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
4703 former gives the true path even in the presence of simlinks.
4704
47051995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4706
4707 * movemail.c (main): Increase lock timeout to five minutes.
4708
47091995-05-06 Geoff Voelker <voelker@cs.washington.edu>
4710
4711 * makefile.nt (obj): Use .c files.
4712
47131995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4714
4715 * make-docfile.c: Include config.h.
4716 (NO_SHORTNAMES): New definition.
4717 (xmalloc): Return long *.
4718
4719 * etags.c (C_entries): Cast result of xrealloc.
4720 (xmalloc, xrealloc): Declare them to return long *.
4721
4722 * b2m.c (xmalloc, xrealloc): Declare them long *.
4723
4724 * movemail.c (xmalloc): Declare it to return long *.
4725
47261995-04-30 Paul Eggert <eggert@twinsun.com>
4727
4728 * rcs2log (datearg): If rlog options are specified explicitly,
4729 omit the implicit '-d>DATE' option.
4730 (repository, rlog): Allow absolute paths to CVS repositories.
4731 Look only at the first line of CVS/Repository.
4732
47331995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
4734
4735 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
4736 realclean.
4737
47381995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4739
4740 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
4741 Alternative (empty) definitions.
4742
47431995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4744
4745 * emacsclient.c (main): Add argv[0] to an error message.
4746
47471995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
4748
4749 * emacsclient.c (main): Improve error handling.
4750 * cvtmail.c (main, skip_to_lf): Improve error handling.
4751 (sysfail): New function.
4752
4753 * b2m.c (main): Check for trailing ", " before trying to delete it.
4754
47551995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4756
4757 * Makefile.in.in (all): Build test-distrib and make-docfile.
4758
4759 * make-docfile.c (scan_c_file): At end, restore file name last char
4760 to its original value.
4761
47621995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4763
4764 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
4765
47661995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4767
4768 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
4769 (alloca.o, regex.o): Use BASE_CFLAGS.
4770
47711995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4772
4773 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
4774
47751995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
4776
4777 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
4778 (SOURCES, distclean): Removed obsolete references to aixcc.
4779
47801995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4781
4782 * aixcc.lex: File deleted--surely obsolete now.
4783
47841995-03-23 Paul Eggert <eggert@twinsun.com>
4785
4786 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
4787 portability to mawk and nawk.
4788
47891995-03-21 Paul Eggert <eggert@twinsun.com>
4790
4791 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
4792 -u "login<tab>fullname<tab>mailaddr".
4793
47941995-03-21 Paul Eggert <eggert@twinsun.com>
4795
4796 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
4797 replaces the (now obsolescent) -n login fullname mailaddr option.
4798 Add -R option for recursive rlog.
07655e62 4799 (AWK): New environment variable (default `awk') for awk program name.
362bc2da
DL
4800 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
4801 Quote authors and fullnames correctly.
4802 Don't omit path from repository root when logging CVS files.
4803
48041995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4805
4806 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
4807 even if HAVE_SYSVIPC.
4808 * emacsclient.c (main): Use getcwd if not BSD.
4809
880820fe 48101995-03-13 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4811
2f2c687b 4812 * etags.c (process_file): Free (filename) after using it.
362bc2da
DL
4813 (readline_internal): Do not access the char before start of line.
4814
880820fe 48151995-02-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4816
4817 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
4818 savetok.valid. Mark token as valid when it is initialised.
4819 (make_tag): Make token only if token is valid and reset validity.
4820 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
4821 (TOKEN): Added a new member: valid.
4822
880820fe 48231995-02-15 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4824
4825 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
4826 (main): Do not read twice the last filename in the stdin file list.
4827
880820fe 48281995-02-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4829
4830 * etags.c (C_entries): Initialise the new members of TOKEN.
4831 (C_entries): Do not allocate a new space for each token found by
4832 consider_token. Let make_tag do that instead.
4833 (make_tag): Since now TOKEN has memory of where it is taken from,
4834 this new macro substitutes both make_tag_from_new_lb and
4835 make_tag_from_oth_lb. All callers changed.
4836 (TOKEN): Add linepos and buffer members.
4837 (main): Initialise token_str.
4838 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
4839 (token_str): New global variable used by C_entries.
4840
48411995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
4842
4843 * Makefile.in.in (maintainer-clean): Renamed from realclean.
4844
880820fe 48451995-02-01 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4846
4847 * etags.c (pfnote): Initialise been_warned in the node.
4848 (C_entries): Removed a speed hack for the sake of clarity.
4849
880820fe 48501995-01-18 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4851
4852 * etags.c (longopts, print_help, main): Use -I as abbreviation
4853 for the --ignore-indentation option.
4854 (main): Do not print an error message for unknown options.
4855
880820fe 48561995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4857
4858 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
194d44e7
JB
4859 (append_to_tagfile, typedefs, typedefs_and_cplusplus)
4860 (constantypedefs, update, vgrind_style, no_warnings)
4861 (cxref_style, cplusplus, noindentypedefs): Were int, now logical.
362bc2da
DL
4862 (permit_duplicates): Was a var, now a #define.
4863 (filename_lb): Was global, now local to main.
4864 (main): Open the tag file when in cxref mode.
4865 Use a BUFSIZ size buffer for making the shell commands.
4866 Look at the return value from the system routine.
4867 Exit when cannot open the tag file.
4868 (process_file): Open the file and pass the FILE* to find_entries.
4869 (find_entries): Now void, because does not open the file itself.
4870 (pfnote): Recovering from lack of memory does not work. Removed.
4871 Use savenstr and simplify the code.
4872 (free_tree): Only free the name space if node is named.
4873 (structtag): Now a pointer, not a fixed length array of chars.
4874 (consider_token): Don't take a token as argument. Use savenstr
4875 when saving a tag in structtag. Callers changed.
4876 (TOKEN): Structure changed. Now used only in C_entries.
4877 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
4878 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
4879 (pfcnt): Deleted. Users updated.
194d44e7
JB
4880 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
4881 (TEX_getit, prolog_getit): Use dinamic allocation for storing
362bc2da
DL
4882 the tag instead of a fixed size buffer.
4883
48841995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4885
4886 * movemail.c (main): Skip past the colon in inname.
4887
880820fe 48881995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4889
4890 * etags.c (pfatal): New function.
4891 (main, etags_getcwd): Use pfatal.
4892 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
4893
880820fe 48941995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4895
4896 * etags.c (Lang_function): Use void instead to declare the
4897 language functions, because many compilers are buggy.
4898 (etags_getcwd): Fix the previous fix on the #else branch.
4899 (readline_internal): Discard possible \r before \n here.
4900 (C_entries): Do not deal with \r here: undo previous fix.
4901
880820fe 49021995-01-09 Francesco Potortì (pot@fly)
362bc2da
DL
4903
4904 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
4905 functions and a macro that allow the program to work on input
4906 lines of whatever length. Copied from etags.c.
4907 (fatal): Print a fatal error message and exit.
4908 (main): Use the new functions. Fixed a bug that made a \037 char
4909 appear at the end of the output.
4910
49111995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4912
4913 * etags.c (C_entries): Ignore carriage return at end of line.
4914
49151994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4916
4917 * fakemail.c (xmalloc, xrealloc): Add casts.
4918 (add_field): Handle <...> and "..." syntax.
4919 (setup_files, get_keyword): Clean up parens and line breaks.
4920 (args_size): Likewise.
4921
49221994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
4923
4924 * yow.c: Include program name in error messages.
4925
49261994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4927
4928 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
4929 (xmalloc, fatal, error): New functions.
4930 (progname): New variable.
4931 (main): Set progname.
4932
49331994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4934
4935 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
4936 (main): If socket/mqueue name is in home dir, add in the host name.
4937 Rename .emacs_server to .emacs-server....
4938
49391994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4940
4941 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
4942
880820fe 49431994-11-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4944
2f2c687b
JB
4945 * etags.c (print_help): Print --regex usage for ctags also.
4946 (main): Use -h in addition to -H as abbreviation for --help.
362bc2da 4947
880820fe 49481994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4949
4950 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
4951 is compiled if this is defined. The new functions and variables
4952 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
4953 [VMS]: All VMS specific code previously contained in
4954 etags-vmslib.c is now included here, modified for dealing with
4955 language and regex options intermixed with filenames.
4956 (header_file): Global variable deleted.
4957 (Lang_Function): New typedef. All language parser functions
4958 changed to this new type.
4959 (string_numeric_p, substr, prestr): Functions deleted.
4960 (readline_internal): Does the job that readline did previously.
4961 (longopts): --language and --regex options added.
4962 (lang_names, lang_extensions, lang_func, print_language_names):
4963 New structures, variables and functions for choosing languages.
4964 (print_help): Help strings updated. Calls print_language_names.
4965 (argument_type, ARGUMENT): Typedefs for dealing with language and
4966 regex options intermixed with filenames.
4967 (main): Changed the way of dealing with arguments on the command
4968 line to deal with language and regex options intermixed with
4969 filenames.
4970 (get_language, default_C_entries, Cplusplus_entries,
4971 Cstar_entries, Yacc_entries, just_read_file): New functions.
4972 (find_entries): Use the new method for choosing the language.
4973 (Pascal_functions): Allow intermixing of comment styles.
4974 (prolog_getit, skip_comment): Rewritten for speed.
4975 (readline): Rewritten to deal with regexps.
4976
880820fe 49771994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4978
4979 * etags.c (<errno.h>): #include added.
4980 (etags_getcwd): Check return value from getcwd.
4981
49821994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4983
4984 * profile.c (TV1, TV2): Use EMACS_TIME as type.
4985 (get_time): Use EMACS_SUB_TIME.
4986
d57727c9 49871994-10-30 Geoff Voelker <voelker@cs.washington.edu>
362bc2da
DL
4988
4989 * ntlib.c: New file.
4990 * makefile.nt: New file.
4991
4992 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
4993 [WINDOWSNT]: Include the NT headers.
4994 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
4995
4996 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
4997 [WINDOWSNT]: Include some NT headers.
4998
49991994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
5000
5001 * pop.c (getline): When a search of already-read input for CRLF
5002 fails, store the fact that we've searched it and don't search it
5003 again after reading more data.
5004
5005 * pop.c (getline): When determining whether or not it's necessary
5006 to grow the input buffer, take into account the null that's stored
5007 at the end of already-read input in the buffer.
5008
880820fe 50091994-10-21 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5010
2f2c687b 5011 * etags.c (prestr, substr): Return a logical type.
362bc2da 5012 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2f2c687b 5013 (consider_token): Set funcdef to fignore when a DEFUN is met.
362bc2da
DL
5014 (C_entries): Now we can use Tom Hageman patch for extern "C".
5015
50161994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5017
5018 * movemail.c: PopServer renamed to popserver throughout.
5019
50201994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5021
5022 * etags.c: Don't declare malloc, since we include config.h.
5023 * fakemail.c: Likewise.
5024
50251994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5026
5027 * movemail.c: Don't declare malloc.
5028
50291994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5030
5031 * rcs-checkin: Use test -r instead of < to check readability, to
ecc54057 5032 avoid syntax error.
362bc2da
DL
5033
50341994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
5035
5036 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
5037 defined, and if HAVE_CONFIG_H isn't defined, define
5038 MAIL_USE_POP always (so that this file can be included in
5039 other programs besides emacs).
5040
5041 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
5042 HAVE_CONFIG_H isn't defined.
5043
5044 * pop.c (find_crlf, getline): Instead of using strstr, use a
5045 custom function for finding CRLF.
5046 (my_strstr): Function deleted.
5047
50481994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
5049
5050 * pop.c (getline): Fix a segfault because of passing a
5051 non-null-terminated string into strstr(). Fix from
5052 djm@va.pubnix.com (David J. MacKenzie).
5053
5054 * pop.c: Don't include <string.h> and <strings.h>.
5055
5056 * pop.c: Include <des.h> before <krb.h>, rather than after. They
5057 should be interchangeable, and indeed the inclusion is done in
5058 both orders in various files in the Kerberos 4 library sources,
5059 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
5060 requires that <des.h> be included first, and I don't see any harm
5061 in changing the order.
5062
5063 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
5064 STDC_HEADERS, if they're defined. Undef open, read, write and
5065 close after including it.
5066
50671994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5068
5069 * pop.c: Fix mismatch in conditionals.
5070
5071 * make-docfile.c (main): Don't process one input file twice.
5072 Never use exit code > 1.
5073
5074 * pop.c (open, close, read, write): Add #undefs.
5075
5076 * pop.c: Don't declare malloc, realloc, free.
5077 Include ../src/config.h.
5078 Don't include string.h or strings.h.
5079 Include des.h before krb.h.
5080 Do declare my_strstr.
5081 (getline): Really use my_strstr.
5082 Leave one empty place in server->buffer,
5083 and put a null at the end of the data in it.
5084
50851994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5086
5087 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
5088 call kill with pid 0. Handle EINTR when receiving messages.
5089
50901994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
5091
5092 * Makefile.in.in (regex.o): Use full path to find regex.c.
5093
880820fe 50941994-10-17 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 5095
2f2c687b
JB
5096 * Makefile.in.in (etags): Add dependency on regex.o, link with it.
5097 (REGEXPOBJ, REGEXPDEPS, regex.o): Target and macros added.
362bc2da
DL
5098
50991994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
5100
5101 * Makefile.in.in (DONT_INSTALL): Remove make-path.
5102 (${archlibdir}): Use mkinstalldirs instead.
5103
5104 * movemail.c: Make functions that return nothing void, not
5105 implicitly int.
5106 (main): Improve usage message.
5107 (error): Write to stderr, not stdout.
5108
5109 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
5110 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
5111 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
5112 variables and implicitly declared functions.
5113
51141994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5115
5116 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
5117 (distclean): Not here.
5118
5119 * Makefile.in.in (libexecdir): Renamed from libdir.
5120
880820fe 51211994-10-11 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5122
5123 * etags.c (C_entries): Name the #define's that are macros.
5124
51251994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5126
5127 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
5128 fd_set arg is a pointer, descriptor arg comes first.
5129
880820fe 51301994-09-29 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5131
5132 * etags.c (C_entries): Recognise typedef of ANSI style functions.
5133 (C_entries): Recognise #define inside a struct.
5134 (C_entries): ANSI tells that preprocessor commands do not have to
5135 start on the first column.
5136 (print_help): Documentation corrected for -d and -D.
5137 (white, endtk): ANSI tells the vertical tab is a separator.
5138
51391994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
5140
5141 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
5142 (pop.o, movemail.o): New targets.
5143 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
5144
5145 * pop.c, pop.h: New files.
5146
5147 * movemail.c: Improve POP code, move most of it into a separate file.
5148 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
5149 (mbx_write): Check for errors and for From line.
5150 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
5151 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
5152 (pop_init): Functions deleted.
5153
51541994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
5155
5156 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
5157 Rename path to dirname.
5158
51591994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5160
5161 * Makefile.in.in (UTILITIES):
5162 Remove test-distrib, make-docfile, make-path.
5163 (DONT_INSTALL): New variable--list those files here.
5164 (clean): Delete the files in DONT_INSTALL.
5165
51661994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5167
5168 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
5169 (main): Use fgets, not gets.
5170
51711994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5172
5173 * timer.c: Don't declare malloc.
5174
51751994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5176
5177 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
5178 defined, use simple 32-bit versions of these macros.
5179 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
5180
c60ee5e7 51811994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
362bc2da
DL
5182
5183 * etags.c (etags_getcwd): Use getcwd if available.
5184
51851994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5186
5187 * Version 19.27 released.
5188
51891994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5190
5191 * Version 19.26 released.
5192
51931994-08-15 Paul Eggert <eggert@twinsun.com>
5194
5195 * rcs2log: Add support for CVS.
5196 Work with `rlog's that output ISO 8601 dates.
5197
51981994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
5199
5200 * rcs2log: Use <> to delimit email address.
5201
52021994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5203
5204 * emacsserver.c [SYSV_IPC] (main): Make a separate process
5205 so we can listen for multiple requests.
5206
52071994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5208
5209 * movemail.c: Include config.h first thing.
5210
52111994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5212
5213 * emacsserver.c (main): Add casts to avoid warnings.
5214
52151994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5216
5217 * Makefile.in.in (${archlibdir}): Compare the proper dir
5218 before installing the scripts.
5219
52201994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5221
5222 * emacsclient.c (main): New local var progname saves argv[0].
5223
52241994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5225
5226 * emacsclient.c (main): Don't actually modify argv[0].
5227 Modify a copy instead.
5228
52291994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5230
5231 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
5232 (tzp): Var deleted.
5233
5234 * Makefile.in.in: Add #undef alloca.
5235
52361994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5237
5238 * timer.c (xmalloc): New function.
5239
52401994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5241
5242 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
5243 (alloca.o): New target.
5244
52451994-07-08 Dave Love (d.love@dl.ac.uk)
5246
2f2c687b 5247 * etags.c (takeprec): Recognise `character*(*) function'.
362bc2da 5248
880820fe 52491994-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5250
ecc54057
JB
5251 * etags.c (main): Don't barf on obsolete -t and -T switches.
5252 (main): Print an explicative message when a switch is not known.
362bc2da
DL
5253
52541994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5255
5256 * hexl.c: Don't declare exit or perror.
5257
5258 * emacsserver.c (main): Don't declare geteuid.
5259 Don't declare getenv if convex.
5260
52611994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5262
5263 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
5264
880820fe 52651994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
5266
5267 * etags.c (absolute_filename): Remove infinite loop bug when
5268 accessing files in directories whose name begins with a dot.
5269
880820fe 52701994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
5271
5272 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
5273
52741994-06-01 Morten Welinder (terra@diku.dk)
5275
5276 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
5277 location of data directory.
5278
52791994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5280
5281 * Version 19.25 released.
5282
52831994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5284
5285 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
5286
52871994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5288
5289 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
5290
52911994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5292
5293 * Version 19.24 released.
5294
52951994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5296
5297 * make-docfile.c (write_c_args): Put `default' in upper case.
5298
52991994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5300
5301 * etags.c (etags_getcwd): Cast result of popen.
5302 (popen): Declaration deleted.
5303
53041994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
5305
5306 * etags.c [!MSDOS]: Declare popen.
5307
53081994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5309
5310 * b2m.c (main): Avoid crash if argc is 1.
5311
53121994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5313
5314 * Version 19.23 released.
5315
5316 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
5317
53181994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5319
5320 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
5321
53221994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
5323
5324 * Makefile.in.in: Fix out of date comment.
5325
53261994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5327
5328 * Makefile.in.in: Put in a separator for where to start cpp procssing.
5329 Move all autoconf substitutions above that point.
5330 Above that point, use Make-style comments.
5331 This goes with changes in ../configure.in.
5332
53331994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5334
5335 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
5336 warning message.
5337 (${archlibdir}): Don't do it here. Don't depend on blessmail.
5338
53391994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
5340
5341 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
5342
53431994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5344
5345 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
5346 print advice to run it, if it has anything significant to do.
5347 And only if MOVEMAIL_NEEDS_BLESSING.
5348 (blessmail): Use emacs, not temacs.
5349 (configuration): Renamed from configname.
5350
53511994-04-30 Morten Welinder (terra@diku.dk)
5352
5353 * etags.c (find_entries): Treat `*.cpp' as C++ files.
5354
53551994-04-30 Morten Welinder (terra@diku.dk)
5356
5357 * etags.c [MSDOS]: #include <sys/param.h> for the following.
5358 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
5359 a shell.
5360
53611994-04-29 Morten Welinder (terra@diku.dk)
5362
5363 * hexl.c [MSDOS]: Don't define proto type for exit.
5364
53651994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5366
5367 * b2m.c: Don't include string.h or strings.h.
5368
53691994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
5370
5371 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
5372 symbols, not make variables.
5373
53741994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5375
5376 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
5377 * etags.c (print_version): Print VERSION as a string.
5378
53791994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5380
5381 * fakemail.c (readline): Fix updating of p when buffer grows.
5382
53831994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
5384
5385 * Makefile.in.in (blessmail): New target.
5386 ${archlibdir}: Use blessmail when installing movemail.
5387
53881994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5389
5390 * fakemail.c (readline): When extending the buffer,
5391 calculate end afresh using the new size.
5392
880820fe 53931994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 5394
2f2c687b 5395 * etags.c (main, print_help): Eliminate the -F option.
362bc2da 5396
880820fe 53971994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 5398
2f2c687b 5399 * etags.c (absolute_filename): Compare against '\0' instead of NULL.
362bc2da
DL
5400
54011994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5402
5403 * Makefile.in.in: Renamed from Makefile.in.
5404 Makefile.in is now generated from it, and then preprocessed.
5405 Change comments to C syntax.
5406 Include config.h.
5407 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
5408 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
5409
54101994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5411
5412 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
5413
880820fe 54141994-04-12 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
5415
5416 * etags.c (etags_getcwd): Initialize bufsize.
5417
54181994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5419
5420 * profile.c (gettimeofday): If system doesn't have this, define it
5421 to give a fatal error.
5422
54231994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
5424
5425 * movemail.c (main): Use setuid, not seteuid.
5426
54271994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5428
5429 * etags.c: #undef static.
5430
880820fe 54311994-04-08 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 5432
2f2c687b
JB
5433 * etags.c (outf, outfiledir): Renamed to tagf, tagfiledir.
5434 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs)
5435 (Scheme_funcs, prolog_funcs): Renamed to Fortran_functions,
362bc2da
DL
5436 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
5437 TeX_functions, Prolog_functions.
2f2c687b
JB
5438 (inf): No more a global variable.
5439 (C_entries): Take 2nd parameter `inf' instead of using the global one.
5440 (find_entries): Added the cp1 var for optimisation.
5441 (find_entries): Added more suffixes for assembler files.
362bc2da
DL
5442 (Asm_funcs): Now finds labels even without an ending colon.
5443
880820fe 54441994-03-30 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 5445
2f2c687b
JB
5446 * etags.c (main): Use etags_getcwd for compatibility.
5447 (etags_getcwd): New function.
362bc2da
DL
5448
54491994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5450
5451 * Makefile.in (etags, ctags): Pass -D for VERSION.
5452
880820fe 54531994-03-25 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5454
2f2c687b
JB
5455 * etags.c (emacs_tags_format, ETAGS): Removed. Use CTAGS instead.
5456 (main): Don't allow the use of -t and -T in etags mode.
5457 (print_help): Don't show options enabled by default.
5458 (print_version): Show the emacs version number if VERSION is #defined.
5459 (find_entries): Add "ss" as suffix for Chez Scheme.
362bc2da 5460
880820fe 54611994-03-23 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5462
2f2c687b 5463 * etags.c (cwd, outfiledir): Vars added.
362bc2da
DL
5464 (relative_filename, absolute_filename, absolute_dirname):
5465 functions added to compute filenames in tags files.
2f2c687b 5466 (process_file): Filenames in tags file are relative to the
362bc2da 5467 directory where the tags file is (useful with the -o option).
2f2c687b
JB
5468 (main): Initialise the outfiledir var.
5469 (TYPEDST): Added the `tignore' value.
5470 (C_entries): Corrected various small bugs.
362bc2da
DL
5471
54721994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5473
5474 * Makefile.in (UTILITIES): `env' deleted.
5475 (env): Target deleted.
5476 * env.c: File deleted.
1c478461 5477
362bc2da
DL
54781994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5479
5480 * Makefile.in (install, ${archlibdir}): Switch back to ..
5481 before running INSTALL_PROGRAM.
5482
880820fe 54831994-03-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5484
2f2c687b
JB
5485 * etags.c (TYPEDST): Added the `tignore' value.
5486 (C_entries): Corrected various bugs, now correctly parses the
362bc2da
DL
5487 `extern "C" {' construction (patch by Tom R.Hageman).
5488
54891994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5490
5491 * b2m.c: Use <...> to include config.h.
5492 Don't include stdlib.h.
5493
177c0ea7 54941994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
362bc2da
DL
5495
5496 * b2m.c (main): Change delimiter from "^L" to "^_^L".
5497 Allow for text following "BABYL OPTIONS:".
5498 Add --help option. Use argv[0] in error messages.
5499
55001994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5501
5502 * emacsclient.c (main) [HAVE_SYSVIPC]:
5503 Make msgp->mtext longer if necessary.
5504 On HPUX, error if it's more than 512 chars.
5505
55061994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5507
5508 * etags-vmslib.c: Use GPL.
5509 * emacstool.c: Use GPL.
5510 * fakemail.c: Update GPL.
5511
5512 * make-path.c (main): Return 1 on error, not -1.
5513 Update GPL.
5514
5515 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
5516 (xmalloc, xrealloc): Return char *, not int.
5517 (error): Write to stderr, not stdout.
5518 Update GPL.
5519
55201994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
5521
5522 * profile.c (main, get_time): Don't crash on invalid input.
5523
55241994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
5525
5526 * profile.c (get_time): Simplify; avoid calling index.
2f2c687b 5527 (main): Exit on EOF.
362bc2da 5528
880820fe 55291994-02-17 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5530
a64387ee 5531 * etags.c (--absolute-pathnames): Option removed.
362bc2da
DL
5532
55331994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5534
5535 * fakemail.c (put_line): Don't break the line if it all fits.
5536
880820fe 55371994-02-14 Francesco Potortì (pot@fly)
362bc2da 5538
2f2c687b
JB
5539 * etags.c (absolute_pathnames, cwd): Added global vars.
5540 (longopts, print_help, main, process_file): Put absolute filenames
362bc2da 5541 in the tag file if the -A --absolute-pathnames option is used.
10d1d0af 5542 (print_help): Alphabetically order the options.
2f2c687b 5543 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar.
362bc2da
DL
5544
55451994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5546
5547 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
5548 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
5549
55501994-02-07 Christian Lynbech (lynbech@avignon)
5551
5552 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
5553
55541994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5555
5556 * Makefile.in (UTILITIES): Mention profile.
5557 (profile): New target.
5558
5559 * profile.c: New file.
5560
55611994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
c60ee5e7 5562
88c71720 5563 * make-docfile.c: Make the argument list output look more like the
c60ee5e7 5564 Lisp docstrings do.
88c71720 5565 (write_c_args): Take new arg FUNC. Make output
362bc2da
DL
5566 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
5567 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
5568
880820fe 55691994-01-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5570
5571 * etags.c (stab_entry, stab_create, stab_find, stab_search,
2f2c687b 5572 stab_type, add_keyword, C_reate_stab, C_create_stabs): Deleted.
362bc2da 5573 Use gperf generated hash table instead of linked list.
2f2c687b 5574 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Added.
362bc2da 5575 Mostly code generated by gperf.
2f2c687b
JB
5576 (consider_token): Removed unused parameter `lp'.
5577 (PF_funcs, getit): Allow subroutine and similar declarations
362bc2da 5578 to span multiple lines.
2f2c687b
JB
5579 (C_entries): Check for newline if inchar to avoid bus errors.
5580 (process_file, find_entries): Distinguish among nonexistent
362bc2da
DL
5581 and not regular file.
5582
55831994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5584
5585 * timer.c: Include errno.h; don't include fasync.h.
5586 (schedule): Don't return a value.
5587 (sigcatch): Reestablish the handler first.
5588 (getevent): Always call notify at the end.
5589 (notify): Defer alarms around the whole body of function.
5590
55911994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5592
5593 * timer.c (main): Don't request SIGIO, and don't handle it.
5594 Loop calling getevent.
5595 (sigcatch): Delete code to handle SIGIO.
5596 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 5597 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
5598 Set defer_alarms around realloc and schedule.
5599 If alarm_deferred gets set, call notify.
5600 Likewise if this event is the only pending event.
5601 Make buf and buf_size global variables.
5602 Don't malloc buf if it is already non-zero.
5603 (schedule): Just exit if run out of memory.
5604 Return the number of events.
5605 (signal) [_CX_UX]: Add #undef.
5606
56071994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5608
5609 * timer.c [USG] (SIGIO): Define as SIGPOLL.
5610 (main) [USG]: Do ioctl to enable SIGPOLL.
5611
56121994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5613
5614 * timer.c: Don't declare sys_errlist; declare strerror instead.
5615 (schedule, main): Call strerror instead of using sys_errlist.
5616 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
5617 Call strerror instead of using sys_errlist.
5618 * env.c (main): Call strerror instead of using sys_errlist.
5619 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
5620 (main): Call strerror instead of using sys_errlist.
5621 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
5622 * env.c [! HAVE_STRERROR] (strerror): Likewise.
5623 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
5624 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
5625
56261994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5627
5628 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
5629
5630 * movemail.c (malloc): Don't declare it.
5631 (xmalloc): Cast result of malloc.
5632 (strcpy): Don't declare it.
5633
56341993-11-14 Morten Welinder (terra@diku.dk)
5635
5636 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
5637 (main): Use fclose to close file opened by fopen.
5638
5639 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
5640
5641 * movemail.c [MSDOS]: #undef `access'.
5642
5643 * b2m.c (main) [MSDOS]: Open all files as binary.
5644 * etags.c (main) [MSDOS]: Open all files as binary.
5645
5646 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
5647 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
5648 with.
5649
56501994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5651
5652 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
5653 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
5654 (LINK_CFLAGS): New variable.
5655 (timer): Use LINK_CFLAGS.
5656
56571993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5658
5659 * movemail.c: Include syswait.h.
5660 Fork a subprocess and use it to copy the mail file.
5661
56621993-12-07 Richard Stallman (rms@srarc2)
5663
5664 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
5665
56661993-12-04 Richard Stallman (rms@srarc2)
5667
5668 * movemail.c (main): When making tempname, cast result of xmalloc.
5669 Include room for EXXXXXX in the size.
5670 Don't use result of strcpy.
5671
56721993-12-03 Paul Eggert (eggert@twinsun.com)
5673
5674 * vcdiff: Add --brief option.
5675
56761993-12-02 Richard Stallman (rms@srarc2)
5677
5678 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
5679 for all executables and scripts.
5680
56811993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5682
5683 * Version 19.22 released.
5684
56851993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5686
5687 * Makefile.in (mostlyclean): Make it distinct from clean.
5688
56891993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5690
5691 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
5692
56931993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5694
5695 * Version 19.21 released.
5696
5697 * Makefile.in (install): Don't change mode or group when installing.
5698
5699 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
5700
57011993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5702
5703 * make-docfile.c (read_c_string): For "", concatenate the two strings.
5704
5705 * movemail.c (main): Fix error message text.
5706
57071993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5708
5709 * Version 19.20 released.
5710
177c0ea7 57111993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
362bc2da 5712
ecc54057 5713 * etags.c (C_entries): Keep track of ()-parenthesis level so that
362bc2da
DL
5714 functions returning a pointer to a function, a la `signal', can be
5715 parsed. This also required new state `fstartlist' to `FUNCST'.
5716 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
2f2c687b 5717 (C_entries, CNL): Use it to isolate preprocessor directive processing
362bc2da 5718 from the other state engines.
2f2c687b 5719 (begtk): Add '~', for C++ class destructors.
362bc2da 5720
880820fe 57211993-11-02 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5722
2f2c687b
JB
5723 * etags.c (consider_token): Removed unused variable firsttok.
5724 (prolog_getit): Call pfnote with the right number of arguments.
362bc2da
DL
5725
57261993-10-19 Paul Eggert (eggert@twinsun.com)
5727
5728 * rcs2log (printlogline): Don't generate lines containing only
5729 white space.
5730
57311993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5732
5733 * Makefile.in (${archlibdir}):
5734 Install ${SCRIPTS} from ${srcdir}, not cwd.
5735
57361993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5737
5738 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
5739 the comment character.
5740
880820fe 57411993-10-01 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5742
2f2c687b 5743 * etags.c (process_file): Dead code removed.
362bc2da 5744 (S_ISREG): #define it using S_IFREG if not defined.
2f2c687b 5745 (process_file): Regular files have nothing to do with symlinks.
362bc2da 5746
f0131492 57471993-09-28 Brian J. Fox (bfox@ai.mit.edu)
362bc2da
DL
5748
5749 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
5750 from current directory. Only chmod and chgrp files that we
5751 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
5752 ${bindir}.
5753 (INSTALLFLAGS): Deleted definition, since it is an unused variable
5754 now.
5755
f0131492 57561993-09-27 Brian J. Fox (bfox@ai.mit.edu)
362bc2da
DL
5757
5758 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
5759 configure figure out the correct values for these variables.
5760
f0131492 57611993-09-14 Brian J. Fox (bfox@ai.mit.edu)
362bc2da 5762
10d1d0af 5763 * Makefile.in (archlibdir): Only install executables internally
362bc2da
DL
5764 used by emacs; don't install bindir binaries here.
5765
57661993-09-24 Paul Eggert (eggert@twinsun.com)
5767
5768 * rcs2log: Add -h, -n, -r options.
5769 By default, look for *,v files as well as RCS/*,v files.
5770 Use $TMPDIR (default /tmp) instead of /tmp.
5771
880820fe 57721993-09-20 Francesco Potortì (pot@fly)
362bc2da
DL
5773
5774 * etags.c (C_entries): is_func is initialised here instead of in
5775 consider_token for the sake of the yacc rules section.
5776 (C_entries): Now class, struct, enum, union and typedef produce
5777 named tags.
5778
57791993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
5780
5781 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
5782
57831993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5784
88c71720
KS
5785 * Makefile.in: Support configuring in a different directory when
5786 ${srcdir} has already been configured.
5787 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
5788 -I${srcdir}/../src.
362bc2da
DL
5789 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
5790 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
5791 is already in CPP_FLAGS.
5792 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
5793 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
5794
57951993-08-25 Paul Eggert (eggert@twinsun.com)
5796
5797 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
5798 otherwise, HP awk complains.
5799
5800 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
5801 are common hangouts for SCCS commands.
5802
58031993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5804
5805 * Version 19.19 released.
5806
58071993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5808
5809 * Makefile.in (make-path): Dep on config.h.
5810
58111993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5812
5813 * b2m.c (TRUE, FALSE): Don't define if already defined.
5814
58151993-08-09 Paul Eggert (eggert@twinsun.com)
5816
5817 * rcs2log (awkscript):
5818 Some sites put comma-separated junk after the fullname.
5819 Remove it, but leave "Bill Gates, Jr" alone.
5820 Remove the junk from fullnames like "0000-Admin(0000)".
5821
58221993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5823
5824 * Version 19.18 released.
5825
880820fe 58261993-08-04 Francesco Potortì (pot@spiff.gnu.ai.mit.edu)
362bc2da 5827
2f2c687b
JB
5828 * etags.c (L_isdef, L_isquote, L_getit): Small optimisations.
5829 (L_funcs): The (foo::defmumble stuff now should work.
5830 (consider_token): Function returned random value--corrected.
5831 (C_entries): Corrected == versus = typo.
362bc2da
DL
5832
58331993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5834
5835 * etags.c (put_entries): For NODE->rewritten, put pattern before
5836 \177 and name after, not vice versa.
5837
58381993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5839
5840 * timer.c (main): Generate a SIGIO as soon as we've initialized.
5841
880820fe 58421993-07-30 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5843
ecc54057 5844 * etags.c (FINCST): Added the fignore status. Means we are
362bc2da
DL
5845 after the parameter list and before the open curly brace.
5846 Allows correct parsing of C++ constructors.
2f2c687b
JB
5847 (C_entries, consider_token): Make use of fignore.
5848 (consider_token): Reset funcdef when next_token_is_func: when in
362bc2da 5849 ctags mode makes DEFVAR and others work better.
2f2c687b
JB
5850 (L_isquote): Function that recognises the "(quote" string.
5851 (L_getit): Ignore quoting via "'" or "(quote". Useful for defalias.
362bc2da
DL
5852
58531993-07-29 Paul Eggert (eggert@twinsun.com)
5854
5855 * rcs-checkin: Don't check whether a file is readable until we have
5856 decided not to ignore it.
5857
58581993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5859
5860 * Makefile.in (etags): Depend on ../src/config.h.
5861
5862 * emacsserver.c: Include types.h before file.h.
5863
58641993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5865
5866 * Makefile.in (install): Use .n, not .new, for temporary filenames.
5867
58681993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5869
ecc54057 5870 * Version 19.17 released.
362bc2da
DL
5871
58721993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5873
5874 * etags.c (print_help): Break up the very long strings containing
5875 the help message into shorter strings, to placate chintzy C
5876 compilers which can't handle strings that long.
5877
5878 * wakeup.c: Use CPP tangle from autoconf manual to #include the
5879 correct combination of <time.h> and <sys/time.h>.
5880
880820fe 58811993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5882
2f2c687b
JB
5883 * etags.c (alloca): Removed all references to it.
5884 (main): Now calls xnew instead of alloca for portability.
5885 (../src/config.h): Included only if HAVE_CONFIG_H.
5886 (const): Void definition removed--config.h takes care of it.
362bc2da 5887
880820fe 58881993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5889
2f2c687b 5890 * etags.c (consider_token): Was `==', now is `='.
362bc2da
DL
5891 (consider_token): DEFUNs now treated like funcs in ctags mode.
5892
2f2c687b
JB
5893 * etags.c (LEVEL_OK_FOR_FUNCDEF): Removed.
5894 (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF.
5895 (C_entries): Removed a piece of useless code.
5896 (C_entries): Making typedef tags is delayed until a semicolon
362bc2da
DL
5897 is met. This handles "typedef int X, Y, Z;" correctly.
5898
58991993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5900
5901 * Version 19.16 released.
5902
5903 * b2m.c: #include <sys/types.h>.
5904 (ltoday): Declare this to be time_t.
5905
59061993-06-30 Paul Eggert (eggert@twinsun.com)
5907
5908 * vcdiff: Add -q option.
5909
59101993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5911
5912 * etags.c: #include "config.h" and the alloca CPP tangle before
5913 #including the system headers and getopt.h. AIX requires the
5914 #pragma to come before any actual C code.
5915
59161993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5917
5918 * Makefile.in (ctags): Depend on etags, so that parallel makes
5919 don't write etags.o files on top of each other.
5920
59211993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5922
5923 * version 19.15 released.
5924
59251993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5926
5927 * etags.c (add_node): Move var last_node to file scope.
5928
59291993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5930
5931 * Version 19.14 released.
5932
59331993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5934
ecc54057 5935 Bring mumbleclean targets into conformance with GNU coding standards.
362bc2da
DL
5936 * Makefile.in (distclean): Call clean to do most of the work.
5937 Delete aixcc.c and TAGS.
5938 (realclean): Just call distclean.
1c478461 5939
362bc2da
DL
5940 * Makefile.in: Remember, spaces are not tabs.
5941
59421993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5943
5944 * Makefile.in (CPP_CFLAGS): New variable.
5945 Use it instead of ALL_CFLAGS when compiling a .c file.
5946 (getopt.o, getopt1.o): Add explicit compilation commands.
5947
59481993-06-10 Mark D. Baushke (mdb@cisco.com)
5949
5950 * etags.c: Reinstate old -f option as an alias for -o for
5951 installed base uses.
5952
59531993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5954
5955 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
5956 to bind or accept, cast the pointer, to avoid warnings on systems
5957 which declare prototypes for this.
5958 * emacsclient.c (main): Same.
5959
5960 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
5961
59621993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5963
5964 * Version 19.13 released.
5965
5966 * wakeup.c: Include sys/types.h, too; I think that's where time_t
5967 comes from, not sys/time.h.
5968
59691993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5970
5971 * wakeup.c: Include sys/time.h.
5972
5973 * etags.c: #undef static.
5974
5975 * Version 19.12 released.
5976
5977 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
5978
59791993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5980
5981 * Version 19.11 released.
5982
5983 * timer.c [LINUX]: #undef signal.
5984 * emacsserver.c: #undef signal.
5985
59861993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5987
5988 * wakeup.c (main): Make when a time_t.
5989
59901993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5991
ecc54057 5992 * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of
a64387ee 5993 `(cd foo ; pwd)' to get the canonical name of a directory; cd
362bc2da
DL
5994 might fail, and have pwd print out the current directory.
5995
5996 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
5997 string-handling functions.
5998
59991993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6000
6001 * Version 19.10 released.
6002
60031993-05-29 Paul Eggert (eggert@twinsun.com)
6004
6005 * rcs2log: When given no file arguments, inspect RCS/.* as well
6006 as RCS/*. Don't report an error if RCS is empty or nonexistent.
6007
60081993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6009
6010 * Makefile.in (timer): Link with $(LOADLIBES).
6011
60121993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6013
6014 * fakemail.c (put_line): Don't output \n\t unless more text follows.
6015
60161993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6017
6018 * etags.c: Replace the CPP tangle for alloca with the one from the
6019 autoconf documentation, since that's working elsewhere.
6020
60211993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6022
6023 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
6024 description files can find their ancestors.
6025
60261993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6027
6028 * Makefile.in (install): Get the scripts from ${srcdir},
6029 unlike the executables.
6088b51f 6030 (ALL_CFLAGS): Add -I../src.
362bc2da
DL
6031
60321993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6033
6034 * Version 19.9 released.
6035
60361993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6037
6038 * Makefile.in (install): Do install the programs listed in
6039 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
6040 INSTALLABLE_SCRIPTS, instead of writing the programs out.
6041
6042 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
6043 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
6044
60451993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6046
6047 * etags.c: Include ../src/config.h.
6048
6049 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
6050 in first loop. Delete files from bindir before installing new ones.
6051 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
6052
60531993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6054
6055 * Version 19.8 released.
6056
6057 * make-docfile.c: Doc fix.
6058
60591993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6060
6061 * tcp.c: Fix comment syntax at top of file.
6062 (main): Don't call htons with the port number.
6063
60641993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6065
6066 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 6067 appropriate.
362bc2da
DL
6068
6069 * Makefile.in (install): Refer to the variables INSTALLABLES and
6070 INSTALLABLE_SCRIPTS, instead of writing them out.
6071
60721993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6073
6074 * make-path.c (main): Return 0.
6075
60761993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6077
ecc54057 6078 * Version 19.7 released.
362bc2da
DL
6079
60801993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6081
6082 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
6083
60841993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6085
6086 * tcp.c: New file.
6087
60881993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6089
6090 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
6091
60921993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6093
6094 * timer.c (notify): Don't call sighold or sigrelse; they're USG
6095 only. We should really fix this later, but let's just make it
6096 compile for now.
6097
6098 Install patches from David J. Mackenzie to make the srcdir option
6099 work.
6100 * Makefile.in (srcdir, VPATH): Get this value from the top-level
6101 Makefile.
6102 (INSTALLABLES): Split this into two lists - INSTALLABLES and
6103 INSTALLABLE_SCRIPTS.
6104 (INSTALLABLE_SCRIPTS): New list.
6105 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
6106 (${archlibdir}): The scripts to be installed live in the source
6107 tree, not in the object tree.
6108 (test-distrib): Note that the data file lives in the source tree,
6109 not the object tree.
6110 (GETOPTDEPS): Note that getopt.h lives in the source tree.
6111 (all other targets): Change references to source files to use
6112 ${srcdir}, except for config.h, which lives in the object dir.
6113 (timer.o): Note that this depends on ../src/config.h.
6114 * make-docfile.c (main): Add a -d option, to tell it where to find
6115 the source files.
6116 * test-distrib.c (main): Take the name of the distribution file to
6117 test from the command line.
6118
10d1d0af 6119 * timer.c: Fix misspellings of get_date function's name.
362bc2da
DL
6120
61211993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
6122
6123 * etags.c (main):
6124 Don't require that there be input files if -i switches were given.
6125
61261993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6127
6128 The GNU coding standards specify that CFLAGS should be left for
6129 users to set.
6130 * Makefile.in (CFLAGS): Put this in the "things configure might
6131 edit" section, and have it default to -g.
6132 (ALL_CFLAGS): New variable, set to all the flags which should be
6133 passed to compilations. Replace all other uses of CFLAGS with
6134 ALL_CFLAGS.
6135 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
6136
6137 * Makefile.in (DEFS): Remove this; it's always just going to be
6138 "-DHAVE_CONFIG_H -Demacs".
6139
61401993-05-03 Paul Eggert (eggert@twinsun.com)
6141
6142 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
6143 /[/]/, so change it to /[\/]/. This should work on all
6144 Posix-compliant awks. It's slightly wrong with traditional awk,
6145 since it matches \ too, but that's a minor problem compared to awk
6146 syntax errors.
6147
61481993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6149
6150 * Makefile.in (ALLOCA): New variable, whose value we should
6151 inherit from the top-level makefile.
6152 (etags, ctags): Include ALLOCA in the list of object files that
6153 these executables depend on and link.
6154
61551993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6156
6157 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
6158
61591993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
6160
6161 * make-docfile.c (write_c_args): Print an argument named "defalt"
6162 as "default".
6163
61641993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6165
6166 * Makefile.in (C_SWITCH_SYSTEM): New variable.
6167 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
6168 compiler.
6169
880820fe 61701993-03-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6171
2f2c687b
JB
6172 * etags.c (YACC): Flag added to c_ext.
6173 (c_ext): No more a synonim for c_ext&C_PLPL because of YACC.
6174 (find_entries): Consistently use streq when reasonable.
6175 (find_entries): A .y file is a yacc file.
362bc2da 6176 (get_C_stab): c_ext becomes c_ext&C_PLPL.
2f2c687b
JB
6177 (C_entries): Logical cplpl means c_ext&C_PLPL.
6178 (C_entries): Logical yacc_rules means we are after the first %%.
6179 (C_entries): Added logic for yacc files.
362bc2da 6180
880820fe 61811993-03-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
6182
6183 * etags.c (C_entries): ':' case moved to the second switch.
2f2c687b 6184 (C_entries): Do not examine token if structdef==scolonseen.
362bc2da
DL
6185 (consider_token): structtag set to null string for enum.
6186
880820fe 61871993-03-12 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6188
2f2c687b
JB
6189 * etags.c (GET_COOKIE): And related macros removed.
6190 (logical): Is now int, no more a char.
6191 (reg): Define deleted.
6192 (isgood, _gd, notgd): Deleted.
6193 (gotone): Deleted.
6194 (TOKEN): Member linestart removed.
6195 (linepos, prev_linepos, lb1): Deleted.
6196 (main): Call initbuffer on lbs array instead of lb1.
6197 (init): Removed the initialisation of the logical _gd array;
6198 (find_entries): A .sa suffix means assembler file.
362bc2da
DL
6199 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
6200 All C state machines rewritten.
2f2c687b
JB
6201 (C_entries): Complete rewrite.
6202 (condider_token): Complete rewrite.
6203 (getline): Deleted.
362bc2da 6204
880820fe 62051993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
6206
6207 * etags.c (C_entries): Added the quotednl logical variable.
6208 Used for parsing of #define's spanning multiple lines.
6209
880820fe 62101993-02-23 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
6211
6212 * etags.c (C_entries): Save the definedef status even when a
6213 newline is met inside a string.
6214
62151993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
6216
2f2c687b 6217 * Makefile.in (EXECUTABLES): Added rcs-checkin.
362bc2da
DL
6218
6219 * Makefile.in (unlock, relock): New productions.
6220
62211993-03-16 Paul Eggert (eggert@twinsun.com)
6222
6223 * rcs2log: Some awks don't understand "\r". Code around this.
6224 Unfortunately this requires putting a carriage return in the
6225 source code. Don't assume that rlog will tolerate times like
6226 `10:10:60'; RCS 5.7 won't allow this.
6227
62281993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6229
6230 * timer.c (main): Set the ownership of the stdin file descriptor
6231 to the current process. Print error messages if either of the
6232 fcntl's fails.
6233
6234 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
6235 ../src/config.h), not void.
6236
62371993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6238
6239 * b2m.c (main): Don't exit upon reading a blank line.
6240
880820fe 62411993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
6242
6243 * etags.c (C_entries): New local variable quotednl. Used for
6244 parsing of #define's spanning multiple lines.
6245
6246 * etags.c (C_entries): Save the definedef status
6247 even when a newline is met inside a string.
6248
62491993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6250
6251 * timer.c (notify): Initialize waitfor properly.
6252
880820fe 62531993-02-22 Francesco Potortì (pot@CNUCE.CNR.IT)
362bc2da
DL
6254
6255 * etags.c (C_entries): Don't reset definedef when a newline inside a
6256 comment is met.
6257
62581993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6259
6260 * etags.c (find_entries): If filename ends in .f or .for,
6261 don't try anything but Fortran.
6262
62631993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
6264
6265 * timer.c (notify): Flush stdout after writing message to avoid lossage
6266 on terminals.
6267
6268 (notify): Also, write a newline after the token.
6269
62701992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6271
6272 * Makefile.in (exec_prefix): New variable.
6273 (bindir, libdir): Use it instead of `prefix'.
6274
6275 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
6276
6277 * Makefile.in (libdir): Default to ${prefix}/lib.
6278 (archlibdir): Adjusted to match.
6279
6280 * Makefile.in (distclean): Don't delete backup or autosave files.
6281 (extraclean): Like realclean, but does delete backup and autosave
6282 files.
6283
6284 * Makefile.in (realclean): Ignore errors from rm.
6285
6286 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
6287 that doesn't exist anymore.
6288
62891992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6290
6291 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
6292 described in the top-level Makefile.
6293 (UTILITIES): Add make-path to the list of utility programs.
6294 (../arch-lib): Replaced by the ${archlibdir} target, which places
6295 the executables in their permanent home.
6296 (install, install.sysv, install.xenix): Consolidated into one
6297 target which should work under all circumstances, modulo a few
6298 ignored error messages.
6299
6300 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
6301 a different number of arguments than other DEFVARs, recognize it
6302 specially, and expect the right number of commas.
6303
63041992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6305
6306 * make-path.c: New program, to help with the installation process.
6307 * Makefile.in (make-path): New target.
6308
6309 * make-path.c (touchy_mkdir): Remove debugging output.
6310
63111992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6312
6313 * Makefile.in (getdate.o): Added explicit target for this, so we
6314 can indicate that it depends on ../src/config.h.
6315
63161992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6317
6318 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
6319 instead of CFLAGS.
6320 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
6321
63221992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6323
6324 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
6325 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
6326 that system.
6327
6328 * Makefile.in (arch-lib): Give rm the `-f' option.
6329
63301992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6331
6332 * make-docfile.c (write_c_args): Rewritten to correctly print
6333 &optionals before the first identifier, but after the first paren.
6334 This code used to just wait for commas or spaces; now it notices
6335 identifier boundaries.
6336
63371992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6338
6339 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
6340
63411992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6342
6343 * make-docfile.c (write_c_args): Print the argument lists properly
6344 when the first argument is optional.
6345
63461992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6347
6348 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
6349 Redefine @item. Set catcode of +.
6350
63511992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6352
6353 * emacsclient.c (main): Set IPC_CREAT in msgget call.
6354
63551992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6356
6357 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
6358 (TEX_decode_env): Make `tab' one element longer.
6359
63601992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6361
6362 * etags.c (PF_funcs): Recognize the "entry" keyword.
6363
63641992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6365
6366 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
6367
63681992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6369
6370 * timer.c (events): Rather than having slots marked as in use or
6371 out of use by the `token' field, keep all pending events at the
6372 beginning of the array. When we delete an event in the middle of
6373 the array, we move the last event into its place.
6374 (num_events): New variable.
6375 (schedule): It is now cheaper to find a free event slot;
6376 events[num_events] is the first free slot.
6377 (notify): Scan events[0 .. num_events-1], instead of the whole
6378 array. When an event fires, move the last event in the array into
6379 its spot. Use num_events to determine whether or not there are
6380 any pending events, not wait_for.
6381 (getevent): Deleted unused variable `ep'.
6382 (sigcatch): It's now easier to find all the active events.
6383 (main): Initialize num_events.
6384
6385 * etags.c: Rather than fret about which systems have index and
6386 which systems have strchr, and how to tell the difference between
6387 them, we just write out our own versions. Big deal.
6388 (index, rindex): Extern declarations removed.
6389 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
6390 (etags_index, etags_rindex): New declarations.
6391 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
6392 TEX_getit, substr): Use the etags_*index functions, rather than
6393 the native *index functions.
6394 (rindex, index): Renamed to etags_rindex and tags_rindex, and
6395 made them unconditionally defined, rather than having them depend
6396 on NEED_*INDEX.
6397
6398 * etags.c (savenstr): Add declaration for this at top of file.
6399 (TEX_decode_env): Don't declare it local to this function.
6400
6401 * b2m.c: #include "../src/config.h", so we can test for the USG
6402 macro, and decide whether to include <string.h> or <strings.h>.
6403 * Makefile.in: Note that b2m.c depends on ../src/config.h.
6404
64051992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6406
6407 * timer.c: Reformatted according to the GNU coding standards.
6408 Removed arbitrary limits on the number of events queued and the
6409 length of the tokens used to identify them.
6410 Removed casts to (void).
6411 Removed debugging printfs; they clutter the code, and the need
6412 can be better filled using a real debugger.
6413
64141992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6415
6416 * timer.c: Installed new version from Eric Raymond; this is more
6417 portable, since it doesn't try to use SIGIO.
6418
64191992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6420
6421 * emacsclient.c (main): If we can't find the socket in this
6422 person's home directory, print a message which asks if they've
6423 started the server, instead of just printing the message from
6424 sys_errmsg; Cygnus finds that people are much less confused by
6425 this.
6426
64271992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6428
6429 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
6430 so that index and rindex get defined, why don't we actually
6431 control index and rindex using symbols called "NEED_INDEX" and
6432 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
6433 little more readable than defining something whose name implies
6434 that it's not?
6435
64361992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6437
6438 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
6439 distribution:
6440 Miscellaneous doc fixes.
1c478461 6441 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
6442 (scan_lisp_file): Instead of using long hairy strings of ifs, call
6443 read_lisp_symbol and then see what we got. Call skip_white
6444 instead of writing out a loop to do its job. Correctly extract
6445 docstrings from "defmacro" declarations.
6446
64471992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6448
6449 * movemail.c (strcpy): Declare this to return char *.
6450
64511992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6452
6453 * etags.c (C_entries): When we find a C++ comment, do actually
6454 skip to the end of the line; do a 'break' instead of a 'continue'.
6455
64561992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6457
6458 * etags.c (getit): Add missing parenthesis to expression which
6459 decides if this token is an identifier.
6460
64611992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
6462
6463 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
6464
64651992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6466
6467 * etags.c (put_entries): Always put space between name and line num.
6468
64691992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
6470
6471 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
6472 warning.
6473 (LEVEL_OK_FOR_FUNCDEF): Ditto.
6474
64751992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6476
6477 * make-docfile.c (write_c_args): Pass both arguments to putc.
6478
64791992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
6480
6481 * etags.c (C_entries): Fixed reading of "..." strings.
6482 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
6483 the C library source.
6484
6485 * etags.c (C_entries): When we see a backslash inside a quoted
6486 string, skip to the next character. This allows us to correctly
6487 deal with strings containing quotes.
6488
64891992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6490
6491 * make-docfile.c (write_c_args): Print the C argument names as
6492 they would be written in Elisp; print '_' as '-'.
6493
64941992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6495
6496 * movemail.c [POP]: Get user name via getpwuid.
6497
64981992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6499
2f2c687b 6500 * Makefile.in: Flags in CC invocations rearranged for no reason.
362bc2da
DL
6501
65021992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6503
10d1d0af 6504 * etags.c (print_help): Remember not to embed raw newlines in
362bc2da
DL
6505 strings - end the lines with `\n\'.
6506
65071992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6508
6509 * timer.c (getevent): Removed declaration of memcpy; since
6510 different systems have different return types, and we're not even
6511 using the return type anyway, it wasn't doing us any good.
6512
65131992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6514
6515 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
6516 type of this function.
6517
65181992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6519
6520 * ChangeLog: Since the old etc contents have been split into etc
6521 and lib-src, the old etc's ChangeLog has been duplicated in the
6522 new etc and lib-src. That means that each contains complete and
6523 coherent information, although each contains extraneous
1c478461 6524 information.
362bc2da
DL
6525
65261992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6527
290afd83 6528 * etags.c: "--no-warning" option renamed to "--no-warn",
362bc2da
DL
6529 to be consistent with other GNU programs, like makeinfo.
6530
290afd83 6531 * Makefile: Renamed to Makefile.in; the configure script
362bc2da
DL
6532 will edit this to produce Makefile.
6533
65341992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6535
6536 * etags.c (print_help, print_version): New functions.
6537 (main): Options added to support them.
6538
6539 * etags.c (longopts): New array of long names for the options.
6540 (main): Recognize them.
6541
65421992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6543
6544 * etags.c (C_entries): Removed comment saying that \" in a string
6545 isn't recognized as magic, because it is correctly handled.
6546
6547 * getopt.c, getopt.h: New files, from GNU C library.
6548 * etags.c: Rewritten to use getopt.
6549 #include "getopt.h".
6550 (file_num): Variable deleted; its role is now played by getopt's
6551 optind.
6552 (main): Argument processing loop rewritten to call getopt to get
6553 next option. Options which take parameters (-o and -i) rewritten
6554 to get parameter from optarg instead of argv[1]. Filename
6555 preprocessing loop and update command changed similarly.
6556 * Makefile (etags, ctags): Depend on and link with getopt.h,
6557 getopt.o, and getopt1.o.
6558 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
6559
6560 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
6561 is non-zero.
6562
6563 (main): In the argument processing loop, the 'goto next_arg'
6564 statements are breaking out of the switch statement in exactly the
6565 same way that a simple 'break' statement would; replace the gotos
6566 with breaks, and remove the label.
6567
65681992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6569
6570 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
6571 (consider_token): Move next_token_is_func to global.
6572
65731992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6574
6575 * Makefile: Conform with GNU coding standards:
6576 (mostlyclean): New target, synonymous with clean.
6577 (TAGS, check): New targets.
6578 (INSTALL, INSTALLFLAGS): New variables.
6579
65801992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6581
ecc54057 6582 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
362bc2da
DL
6583 `config.emacs' to `configure'.
6584
6585 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
6586 * etc/MACHINES: Same.
6587
65881992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6589
6590 * movemail.c (main): Allow tempname to be as long as necessary,
6591 instead of limiting it to 39 characters.
6592
6593 * movemail.c (main): Move declaration of buf from top of function
6594 to local block surrounding the copy loop. This makes it less
6595 likely to be confused with the buf used by the code which checks the
6596 permissions on outname's directory.
6597
65981992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
6599
6600 * SERVICE: Remove my entry.
6601
66021992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6603
6604 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
6605 hardcoded -g.
6606
6607 * movemail.c (xmalloc): Return char *, not int.
6608 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
6609 that is off by default -- normally don't unlink the mail spool
6610 file, just empty it. Pass creat mode 0600, not 0666.
6611
dff28924 66121992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
6613
6614 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
6615 (all): Instead of here.
6616 (install): Don't use the -s option, since people need symbols to
6617 debug code.
6618
dff28924 66191992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
362bc2da
DL
6620
6621 * etags-vmslib.c (fn_exp): Add type cast.
6622
66231992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6624
6625 * movemail.c: Changes in comments.
6626
dff28924 66271992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
6628
6629 * Makefile: Make the distclean target erase the DOC files from
6630 ../share-lib and the executables from ../arch-lib.
6631
dff28924 66321992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
6633
6634 * emacsclient.c: #include <sys/stat.h>
6635 (main): Do declare statbfr.
6636
dff28924 66371991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6638
6639 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
6640 for the socket, depending on SERVER_HOME_DIR.
6641 If using /tmp, put host name in the socket name.
6642
6643 * movemail.c (pfatal_and_delete): New function.
6644 (main, popmail): Use it.
6645 (popmail): Close output before deleting messages.
6646 Check for error on close and on fsync.
6647 Use `fatal' where appropriate.
6648 (main): Remove (void).
6649
6650 * aixcc.lex: New file. Not officially part of Emacs.
6651 * Makefile: Rules for that.
6652
dff28924 66531991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
362bc2da
DL
6654
6655 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
6656
6657 * etags.c (main): Properly cast call to alloca that initializes
6658 included_files.
6659
66601991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
6661
6662 * etags.c (files_are_tag_tables): Remove global var.
6663 (process_file): Don't test it. Also remove hack checking for a
6664 file named "TAGS".
6665 (main): -i now takes an arg which is the name of a file to include.
6666 Collect these names and emit include tags for them after processing
6667 all the argument files.
6668
dff28924 66691991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6670
6671 * wakeup.c: Terminate if parent goes away.
6672
dff28924 66731991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6674
6675 * etags.c (C_entries): Process token before handling end of line.
6676 When inner loops reach end of line, just back up.
6677 Let the real end of line processing happen in just one place.
a64387ee 6678 (consider_token): Likewise.
362bc2da 6679
dff28924 66801991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
362bc2da
DL
6681
6682 * etags.c (TEX_mode): Skip comments while scanning the text to see
6683 which escape character this file uses.
6684
dff28924 66851991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6686
6687 * emacsserver.c [USG]: Terminate if msgrcv fails.
6688
dff28924 66891991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6690
6691 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
6692
dff28924 66931991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
6694
6695 * make-docfile: Find the arguments to a C function correctly,
6696 by not ignoring the character that read_c_string returns. Don't
6697 even try to find argument names for functions that take MANY
6698 or UNEVALLED arguments, since they're a figment of the docstring's
6699 imagination.
6700
dff28924 67011991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
6702
6703 * make-docfile: Read the .elc files generated by the new byte
6704 compiler.
6705
dff28924 67061990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6707
6708 * refcard.tex: Use cm fonts, not am, in multi-column mode.
6709
dff28924 67101990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6711
6712 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
6713
dff28924 67141990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6715
6716 * Makefile (install*): No need to install wakeup.
6717
dff28924 67181990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6719
6720 * Makefile (install*): Install emacsclient like etags.
6721
dff28924 67221990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6723
6724 * movemail.c (error): Handle 3 args.
6725 (main): Don't check input access if using pop.
6726
dff28924 67271990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6728
6729 * etags.c (find_entries): Check for numbers after Scheme suffix.
6730
dff28924 67311990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6732
6733 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
6734
dff28924 67351990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6736
6737 * Makefile (nemacstool, xvetool): New targets.
6738
dff28924 67391990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6740
6741 * emacsclient.c: Include errno.h and define related variables.
6742
dff28924 67431990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6744
6745 * emacsclient.c: Change usage message.
6746
dff28924 67471990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da 6748
ecc54057 6749 * emacs.1: Add break before -nw option.
362bc2da 6750
dff28924 67511990-08-19 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
6752
6753 * qsort.c: Replace with GNU version.
6754
dff28924 67551990-08-14 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
6756
6757 * wakeup.c: New program replacing loadst.c.
6758
dff28924 67591990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6760
6761 * emacsclient.c [USG]: Pass msgsnd only 4 args.
6762
dff28924 67631990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
362bc2da
DL
6764
6765 * etags.c: Rename `flag' variables for what they do instead of
6766 which option character sets them.
6767
dff28924 67681990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6769
6770 * loadst.c (main): Conditional to get load average on Apollo.
6771
dff28924 67721990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
6773
6774 * emacsserver.c: Set the permission on the socket to 0600.
6775
dff28924 67761990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6777
6778 * emacsclient.c [BSD]: Print clean message for failing getwd.
6779
dff28924 67801990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
6781
6782 * getdate.y: Use the getdate.y from GNU tar for timer.
6783
dff28924 67841990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
362bc2da
DL
6785
6786 * emacsclient.c (main): Don't put brackets around "filename" in
6787 usage message. It isn't optional.
6788
dff28924 67891990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da 6790
a64387ee 6791 * etags.c (getit): Recognize '$' as beginning identifiers.
362bc2da 6792
dff28924 67931990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
6794
6795 * emacsserver.c: Renamed from server.c.
6796 * Makefile: Reference emacsserver rather than server.
6797 * MACHINES: Doc fix for new emacsserver name.
6798
dff28924 67991990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6800
6801 * emacsclient.c: Print program name in error messages.
6802
dff28924 68031990-01-19 David Lawrence (tale@cocoa-puffs)
362bc2da
DL
6804
6805 * timer.c, getdate.y (new files) and Makefile:
194d44e7
JB
6806 Sub-process support for run-at-time in timer.el.
6807 Doesn't yet work correctly for USG.
362bc2da 6808
dff28924 68091990-01-10 Jim Kingdon (kingdon@pogo)
362bc2da
DL
6810
6811 * MACHINES: Add HP 300 running BSD.
6812
dff28924 68131990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6814
6815 * yow.c: Dynamically allocate buffer; skip header before random
6816 choice to avoid bias toward first item.
6817
dff28924 68181989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6819
6820 * etags.c (readline): Separate out init of `pend'.
6821
dff28924 68221989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6823
6824 * etags.c: Undo changes relating to isgoodhdr.
6825
dff28924 68261989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6827
6828 * etags.c (isgoodhdr): New macro.
6829 (_gdh, notgdh): New variable used by that.
6830 (init): Initialize _gdh.
6831 (find_entries): Set header_file.
6832 (consider_token): Use isgoodhdr if in header file.
6833
6834 * etags.c (total_size_of_entries):
6835 Was miscalculating by 1 in rewritten case.
6836
6837 * etags.c (PAS_funcs): One arg to pfnote was missing.
6838
dff28924 68391989-12-05 Joseph Arceneaux (jla@spiff)
362bc2da
DL
6840
6841 * MACHINES: Change for the ULTRIX entry.
6842
dff28924 68431989-11-21 Joseph Arceneaux (jla@spiff)
362bc2da
DL
6844
6845 * etags.c (process_file): If file is not regular, return.
6846
dff28924 68471989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6848
6849 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
6850
dff28924 68511989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6852
6853 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
6854 (main): If HAVE_GETLOADAVG, don't call `nlist'.
6855
dff28924 68561989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6857
6858 * etags.c (consider_token): Allow any number of typespec keywords
6859 after `typedef', before new type name.
6860 (enum sym_type): Add st_C_typespec.
6861 (C_create_stab): Put typespec kwds in table.
6862
dff28924 68631989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
6864
6865 * etags.c (main): Don't depend on name invoked by.
6866 If CTAGS is not defined, assume it is ETAGS.
6867
dff28924 68681989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6869
6870 * etags.c (L_funcs): Allow package name in define construct,
6871 as in (foo::defmumble name-defined ...).
6872
dff28924 68731989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6874
6875 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
6876
6877 * Makefile (yow): Depends on ../src/paths.h.
6878
dff28924 68791989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
6880
6881 * etags.c: Fix compilation by moving Pascal after Fortran.
6882
dff28924 68831989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6884
6885 * movemail.c [USG]: Define F_OK, etc., if not found in header.
6886
dff28924 68871989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6888
6889 * hexl.c: New file, supports hexl-mode.
6890
dff28924 68911989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6892
6893 * movemail.c: New compilation flag MAIL_USE_MMDF.
6894
dff28924 68951989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6896
6897 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
6898 * server.c: Likewise.
6899
6900 * make-docfile.c (scan_c_file): Output argument names at end of string.
6901 (write_c_args): New subroutine.
6902
dff28924 69031989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6904
6905 * movemail.c: Report failure of flock.
6906
dff28924 69071989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6908
6909 * etags.c (find_entries): Allow multi-letter extensions for fortran.
6910
dff28924 69111989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da 6912
2f2c687b 6913 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
362bc2da 6914
dff28924 69151989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6916
6917 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
6918
30a7ee9f 6919 * emacstool.1: Update to document environment variables.
362bc2da 6920
dff28924 69211989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6922
6923 * etags.c (PAS_funcs): New function by Mosur Mohan.
6924
6925 * movemail.c: On sysv, include unistd.h.
6926
dff28924 69271989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6928
6929 * b2m.c: New file.
6930
dff28924 69311989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da 6932
6088b51f 6933 * etags.c: Prolog support from Sunichirou Sugou.
362bc2da 6934
dff28924 69351989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6936
6937 * Makefile (clean): New target.
6938
dff28924 69391989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6940
6941 * fakemail.c (put_line): Break header lines at 79 cols.
6942
dff28924 69431989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6944
6945 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
6946 multiple tags per line.
6947
dff28924 69481989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6949
6950 * movemail.c: Check access before doing real work.
6951 Check that outfile is in a writable directory.
6952 On fatal error, delete the lock file.
6953
dff28924 69541988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
362bc2da 6955
ecc54057 6956 * env.c: Add decl for my-index
6088b51f 6957 * etags.c (file-entries): .oak => scheme.
362bc2da 6958
dff28924 69591988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6960
6961 * movemail.c: Use `access' to check input and output files.
6962
dff28924 69631988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6964
6965 * emacsclient.c (main): Ignore all of CWD before first slash.
6966
dff28924 69671988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6968
6969 * etags.c (readline): Double linebuffer->size outside the xrealloc.
6970
dff28924 69711988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6972
6973 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
6974 * server.c: chmod the socket to 0700.
6975
dff28924 69761988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6977
6978 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
6979 (add_field): Delete comments and turn `<', `>' to spaces
6980 in header lines.
6981 (USE_FAKEMAIL): New customization macro says to make fakemail
6982 not be a no-op even on a BSD system.
6983
dff28924 69841988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6985
6986 * etags.c (consider_token): Skip comments just like whitespace.
6987 Notice `struct', etc. and set strtag for those tokens.
6988 Return 1 for the token following `struct' if an open-brace follows it.
6989 (C_entries): Special handling of token following `struct'
6990 needed because we have probably advanced to the following line
6991 to find the `{'.
6992 (main): New option `T' sets tflag and strflag.
6993 Set both of them by default if eflags.
6994
dff28924 69951988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6996
6997 * movemail.c: Do fsync before closing output.
6998
dff28924 69991988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
362bc2da 7000
ecc54057
JB
7001 * movemail.c: Better error message when can't create tempname.
7002 This file needs a great deal of extra error-checking and lucid reporting...
362bc2da 7003
dff28924 70041988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7005
7006 * etags.c: Support assembler code for .s and .a files.
7007 (getit): Allow underscore in a tag.
7008
dff28924 70091988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7010
7011 * movemail.c: Close output and check errors before deleting input.
7012
dff28924 70131988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
7014
7015 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
7016 whether to prefix it. Handle line number args.
7017
dff28924 70181988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
362bc2da 7019
2f2c687b 7020 * etags.c (main): Default setting of eflag was backwards.
362bc2da 7021
dff28924 70221988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7023
7024 * etags.c: New option -i. -f renamed -o.
7025 `-' as input file means read input file names from stdin.
7026 -i spec'd or input file named TAGS means the input file is another
7027 tag table; output an "include" line for it.
7028
dff28924 70291988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7030
7031 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
7032 New targets install, install.sysv, install.xenix.
7033 This makefile is now responsible for installing executables
7034 and documentation from this directory into system directories.
7035
dff28924 70361988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
362bc2da
DL
7037
7038 * server.c, emacsclient.c (main): Compute socket name from euid.
7039
dff28924 70401988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7041
7042 * emacsclient.c: Args like +DIGITS are passed through unchanged.
7043
dff28924 70441988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7045
7046 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
7047 * emacsclient.c: Likewise.
7048 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
7049
dff28924 70501988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7051
7052 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
07655e62 7053 (istoken): New string-comparison macro.
362bc2da
DL
7054 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
7055
dff28924 70561988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7057
7058 * etags.c: Changes for VMS.
7059 Always define ETAGS on VMS.
7060 Define macros GOOD and BAD for success and failure exit codes.
7061 (begtk, intk): Allow `$' in identifiers
7062 (main): Don't support -B, -F or -u on VMS.
7063 Alternate loop for scanning filename arguments.
7064 (system): Delete definition of this function.
7065
7066 * etags-vmslib.c (system): Undefine this; VMS now provides it.
7067
dff28924 70681988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7069
7070 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
7071 around include of param.h. (Like fns.c.)
7072
dff28924 70731988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
7074
7075 * loadst.c (load_average): Move load-average code to this new fn.
7076 Add conditionals to compute load ave on UMAX.
7077
dff28924 70781988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
7079
7080 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
7081 with opposite sense.
7082
dff28924 70831988-05-13 Chris Hanson (cph@kleph)
362bc2da
DL
7084
7085 * emacsclient.c: Delete references to unused variable `out'. This
7086 caused a bus error when used under hp-ux.
7087
dff28924 70881988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
7089
7090 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
7091
dff28924 70921988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
362bc2da
DL
7093
7094 * etags.c (find_entries): `.t' or `.sch' means scheme code.
7095
dff28924 70961988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
7097
7098 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
7099
dff28924 71001988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
7101
7102 * movemail.c: #undef close, since config can #define it on V.3.
2f2c687b 7103 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
362bc2da 7104
dff28924 71051988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
7106
7107 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
7108 invalid escape sequences such as `\{'.
7109
7110 * loadst.c: Add `sequent' conditional for file dk.h.
7111
dff28924 71121988-03-20 Richard M. Stallman (rms@wilson)
362bc2da 7113
2f2c687b 7114 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
362bc2da 7115
2f2c687b 7116 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
6922b018
KH
7117
7118;; Local Variables:
880820fe 7119;; coding: utf-8
33462dfa 7120;; add-log-time-zone-rule: t
6922b018 7121;; End:
2a34a036 7122
9766d41b 7123 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
294981c7 7124 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
114f9c96 7125 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5b87ad55
GM
7126
7127 This file is part of GNU Emacs.
7128
294981c7 7129 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 7130 it under the terms of the GNU General Public License as published by
294981c7
GM
7131 the Free Software Foundation, either version 3 of the License, or
7132 (at your option) any later version.
5b87ad55
GM
7133
7134 GNU Emacs is distributed in the hope that it will be useful,
7135 but WITHOUT ANY WARRANTY; without even the implied warranty of
7136 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7137 GNU General Public License for more details.
7138
7139 You should have received a copy of the GNU General Public License
294981c7 7140 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9
MB
7141
7142;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc