*** empty log message ***
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
b20d6154
EZ
12006-11-04 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
4 file if it doesn't already exist.
5
9c92edca
JB
62006-11-03 Juanma Barranquero <lekktu@gmail.com>
7
8 * emacsclient.c (initialize_sockets): Don't initialize Winsock
9 more than once.
10
b6ce9c46
JB
112006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
12
13 * Makefile.in (INSTALL_SCRIPT): New macro.
14 ($(DESTDIR)${archlibdir}, install): Use it, instead of INSTALL_PROGRAM.
15
4418616b
JB
162006-11-02 Juanma Barranquero <lekktu@gmail.com>
17
18 * grep-changelog: When called with no arguments (not even a
19 filter), show help instead of blindingly dumping every single
20 ChangeLog available. Doc fix. Update version.
21
1e7823d0
JB
222006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
23
24 * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS.
25 [!WINDOWSNT]: Include <netinet/in.h> if available.
26 [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
27 (IOCTL, IOCTL_BOOL_ARG): Remove.
28 (set_tcp_socket): Don't set the socket in blocking mode.
29 Remove c_arg.
30
ebc20ca0
JB
312006-11-01 Juanma Barranquero <lekktu@gmail.com>
32
33 * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
34 execvp to point to alternate_editor (otherwise .BAT scripts can't run).
35
411b80a5
JB
362006-10-31 \e,bS\e(Bscar Fuentes <ofv@wanadoo.es> (tiny change)
37
38 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
39 (close_winsock): Declare as __cdecl.
40
95d0feaa
JB
412006-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
42
43 * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available.
44 (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO
45 to set the socket in non-blocking mode.
46
e35fc962
JB
472006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
48
d4fa60c8 49 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
e35fc962
JB
50 (INVALID_SOCKET): Define.
51 (initialize_sockets): Put #endif at the right place.
52 (set_local_socket): Use progname, not argv[0].
53
ecc54057
JB
542006-10-31 Juanma Barranquero <lekktu@gmail.com>
55
56 * makefile.w32-in (ALL): Add emacsclient.
57 (ECLIENT_CFLAGS, ECLIENTOBJS): New macros.
58 (emacsclient, $(BLD)/emacsclient.exe): New targets.
59 (install): Install emacsclient.
60
61 * emacsclient.c: Add support for TCP sockets.
62 (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL)
63 (INITIALIZE): New macros.
64 (IOCTL_BOOL_ARG): New typedef.
65 (server_file): New global variable.
66 (longopts): New option --server-file.
67 (decode_options): Process new option --server-file and environment
68 variable EMACS_SERVER_FILE.
69 (print_help_and_exit): Document new option.
70 (fail): If no connection available and no alternate editor,
71 suggest using options to make them explicit.
72 (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants.
73 (send_buffer, sblen): New variables.
74 (send_to_emacs): New function to buffer output and send it with
75 send().
76 (quote_file_name): Use SEND_STRING.
77 (close_winsock, initialize_sockets): New functions to load and
78 unload Winsock.
79 (get_server_config, set_tcp_socket): New functions to create and
80 set up TCP sockets.
81 (set_local_socket): New function to create and set up Unix
82 socket (code moved from previous implementation).
83 (set_socket): New function to chose between TCP and Unix sockets.
84 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to
85 set_local_socket. Use set_socket. Get answers from server.el with
86 recv(), not file stream functions.
87
70846e2a
EZ
882006-10-09 Eli Zaretskii <eliz@gnu.org>
89
90 * makefile.w32-in (../src/config.h): Fix error message.
91
e2247cd0
EZ
922006-09-30 Eli Zaretskii <eliz@gnu.org>
93
94 * .cvsignore: Add blessmail.
95
45a2056c
JB
962006-09-15 Jay Belanger <belanger@truman.edu>
97
98 * COPYING: Replace "Library Public License" by "Lesser Public
99 License" throughout.
100
1f4edc37
JD
1012006-08-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
102
ecc54057 103 * etags.c (readline): Expect sscanf returns >= 1.
ea90c5d3 104 (readline): Change position on %n and \" in sscanf.
1f4edc37 105
1520a816
JD
1062006-08-07 Masatake YAMATO <jet@gyve.org>
107
ecc54057
JB
108 * etags.c (readline): Expect sscanf returns 2, not 1.
109
867cc23e
JD
1102006-08-07 Masatake YAMATO <jet@gyve.org>
111
9984b9d5 112 * etags.c (TEX_mode): Check getc returns EOF.
867cc23e
JD
113 File ended without newline causes infinite loop.
114
fc185ae6
FP
1152002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
116
ecc54057 117 * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
fc185ae6
FP
118
1192006-07-30 Francesco Potort\e,Al\e(B <pot@gnu.org>
120
121 * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined.
122 [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined.
123 (Objc_suffixes): Suggest using --lang=c for full help.
124 (C_entries): Initialise savetoken to 0 to shut up the compiler.
125
116e754b
AS
1262006-07-20 Andreas Schwab <schwab@suse.de>
127
128 * fakemail.c (fatal): Drop second parameter and treat first
129 parameter as a plain string. Callers changed.
130
2381d38d
DN
1312006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
132
133 * ebrowse.c (usage, version): Mark as NO_RETURN.
134
135 * emacsclient.c (print_help_and_exit): Likewise.
136
327891eb
FP
1372006-07-10 Francesco Potort\e,Al\e(B <pot@gnu.org>
138
139 * etags.c (absolute_filename): Free unused space (cosmetic change).
140 (in_word_set): In C, also tag #undef symbols.
141
7cb93181
EZ
1422006-06-09 Eli Zaretskii <eliz@gnu.org>
143
144 * yow.c: Remove file.
145
146 * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
147
148 * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
149 yow${EXEEXT}: Remove target.
150
0f29c66d
MY
1512006-06-04 Masatake YAMATO <jet@gyve.org>
152
63fbb644 153 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
0f29c66d
MY
154 doesn't exist, is not seekable, not is failed in ftall.
155
a941b26b
EZ
1562006-06-03 Eli Zaretskii <eliz@gnu.org>
157
9781fb53
EZ
158 * makefile.w32-in (ALL): Add sorted-doc and digest-doc.
159 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe)
160 ($(BLD)/test-distrib.exe): New targets.
161 (sorted-doc, digest-doc, test-distrib): New targets.
162 (install): Install sorted-doc.exe and digest-doc.exe.
163 ($(BLD)/sorted-doc.$(O)): Update dependencies.
164
1b178b99
EZ
165 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
166 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
167 terminal device.
168
ae85efdb
EZ
169 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
170 [WINDOWSNT] <top level>: Don't redeclare malloc.
171 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
172 terminal device.
1b178b99 173 (main): Initialize bp, to avoid compiler warnings
ae85efdb 174
a941b26b
EZ
175 * makefile.w32-in: Delete traces of leditcfns.c.
176
177 * leditcfns.c: Remove file.
178
8a6d5da7
FP
1792006-05-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
180
181 * pop.c (pop_open, socket_connection, KPOP_SERVICE): Added
182 comments explaining why the "kpop" service is never used.
183
642c61f3
EZ
1842006-05-13 Eli Zaretskii <eliz@gnu.org>
185
186 * makefile.w32-in (lisp1): Add fringe.elc.
187
7e237d24
FP
1882006-05-02 Francesco Potort\e,Al\e(B <pot@gnu.org>
189
190 * etags.c (Perl_functions): Free space allocated for var package.
191 (Erlang_functions): Possibly free space allocated for var last.
192 (Prolog_functions): Possibly free space allocated for var last.
193
7c47913b
DN
1942006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
195
7fe8b491
DN
196 * sorted-doc.c (main): Initialize docs to NULL.
197
cdeda579
DN
198 * yow.c (yow): Free buf.
199
7c47913b
DN
200 * etags.c: Delete c-indentation-style local variable.
201
2ef88a94
RS
2022006-04-29 Richard Stallman <rms@gnu.org>
203
5e5b35c7
RS
204 * movemail.c (main): Check for negative value from `read'.
205
2ef88a94
RS
206 * fakemail.c (read_header): Give fatal error if input has no header.
207
d65b4235
PE
2082006-04-02 Paul Eggert <eggert@cs.ucla.edu>
209
210 * b2m.c (main): Don't include <limits.h>.
211 (TM_YEAR_BASE): New macro.
212 (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
213 that s/ files can override this. Use the more-conservative range
214 1000-9999.
215 (main): Check for asctime returning NULL.
216 * fakemail.c: Likewise.
217
f5565804
PE
2182006-03-27 Paul Eggert <eggert@cs.ucla.edu>
219
220 * b2m.c: Include <limits.h>.
221 (TM_YEAR_IN_ASCTIME_RANGE): New macro.
222 (main): Check for out-of-range time stamps.
223 * fakemail.c: Likewise.
224
90c9c343
AS
2252006-03-18 Andre Spiegel <spiegel@gnu.org>
226
227 * vcdiff: Use "echo" as a default for $echo, otherwise we'll
228 execute $DIFF twice, and once with the wrong options.
229
a6a2b5d4
EZ
2302006-02-23 Claudio Fontana <claudio@gnu.org>
231
9e2bcc86
EZ
232 * Makefile.in (install, uninstall): Add DESTDIR variable to
233 support staged installations.
a6a2b5d4 234
ef3f69f9
EZ
2352005-12-30 Eli Zaretskii <eliz@gnu.org>
236
237 * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc.
fc8dc7cf
EZ
238 (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc,
239 international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc.
240 Rearrange the list to be similar to $(shortlisp) in
241 src/Makefile.in.
ef3f69f9
EZ
242 (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc,
243 emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc,
244 jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in
245 src/Makefile.in.
246
30cfcf7f
RS
2472005-12-22 Richard M. Stallman <rms@gnu.org>
248
249 * Makefile.in (update-game-score.o): Delete spurious final `\'.
250
ecc54057 2512005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
2e0bea68
FP
252
253 * etags.c (main): Cxref mode writes to stdout: do not close tagf,
254 which was never opened.
255
283879ef 2562005-10-20 Olli Savia <ops@iki.fi> (tiny change)
ce0ae3a9
EZ
257
258 * etags.c: Undef STDIN if defined. (LynxOS defines it in system
259 header files.)
260
55102b5d
FP
2612005-09-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
262
263 * etags.c: Preliminary Forth support.
264 (prolog_pr): Cast strlen to int before comparison.
265 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
266 the second argument is indeed a literal string.
b9509712 267 (main): In append mode, sort the tags file after writing it.
55102b5d
FP
268
2692005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
270
271 * etags.c (longopts, print_help, main): The -a (--append) option
272 can be used in ctags also; for one, the Linux make file uses it.
273
41ea4df8
CY
2742005-09-20 Chong Yidong <cyd@stupidchicken.com>
275
276 * ebrowse.c (add_sym): Compare namespace names instead of
277 namespace objects. This prevents the parser from incorrectly
278 treating classes whose superclass is in another namespace.
279
5c4757d3
RS
2802005-09-15 Richard M. Stallman <rms@gnu.org>
281
282 * Makefile.in (update-game-score.o): New target.
283 Compile and link this progranm separately.
284 (update-game-score${EXEEXT}): Use GETOPTDEPTS.
285
df1b2142
JR
2862005-09-11 Jason Rumney <jasonr@gnu.org>
287
ecc54057 288 * makefile.w32-in (../src/config.h): Don't overwrite. Print a
df1b2142
JR
289 message instead.
290 (../src/paths.h): Removed.
291
c638055f
JB
2922005-07-27 Juanma Barranquero <lekktu@gmail.com>
293
294 * .cvsignore: Don't ignore fns-* and fns.el, which are no longer
295 generated. Ignore also ctags.c and getopt.h.
296
297 * makefile.w32-in (clean): Delete getopt.h.
298 (getopt.h): New rule.
299
9eff9fe3
PE
3002005-07-26 Paul Eggert <eggert@cs.ucla.edu>
301
302 Merge gnulib getopt implementation into Emacs.
303
304 * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
305 (GETOPT_H): New macro, from gnulib.
306 (getopt.h): New rule, from gnulib.
307 (GETOPTOBJS): Now autoconfigured.
308 (GETOPTDEPS): getopt.h is now autoconfigured.
309 (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
310 (getopt.o): Depend on ${srcdir}/gettext.h.
311 (movemail.o): Depend on $(GETOPT_H).
312 * getopt.c, getopt1.c: Sync from gnulib.
313 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
314 * getopt.h: Removed (now is getopt_.h).
315
ec641d50
KR
3162005-07-13 Ken Raeburn <raeburn@gnu.org>
317
318 * pop.c: Don't include des.h (or variants thereof); krb.h will do
319 it.
320 (sendline): Add the \r\n to the line in a temporary buffer, and
321 write it all at once.
322
a0ec7a4a
LK
3232005-07-04 Lute Kamstra <lute@gnu.org>
324
325 Update FSF's address in GPL notices.
326
0e0dddda
EZ
3272005-06-13 Eli Zaretskii <eliz@gnu.org>
328
329 * makefile.w32-in ($(DOC)): Fix last change.
330
5a77c8e2
EZ
3312005-06-12 Eli Zaretskii <eliz@gnu.org>
332
333 * makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
334 temacs.exe, and the preloaded *.elc files. This avoids
335 unnecessary dumping and DOC rebuilding.
336
1a8fb426
EZ
3372005-06-04 Eli Zaretskii <eliz@gnu.org>
338
339 * ntlib.h (fileno): Don't define if already defined.
340
7235a58f
TTN
3412005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
342
343 * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found.
344 (yow): Use EXIT_FAILURE in case of memory error.
345
5063dbbf
YM
3462005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
347
348 * make-docfile.c (DIRECTORY_SEP): New macro.
349 (IS_DIRECTORY_SEP): Use it.
350
5b9562c3
JD
3512005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
352
353 * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
354
ba025f6d
YM
3552005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
356
357 * make-docfile.c: Undo previous change.
358
a9eedf40
AS
3592005-02-04 Andreas Schwab <schwab@suse.de>
360
361 * movemail.c (fatal): Accept third parameter and pass down to
362 error.
363 (pfatal_with_name): Pass error string as format parameter instead
364 of as part of format string.
365 (pfatal_and_delete): Likewise.
366 (main): Adjust call to fatal.
367 (xmalloc): Likewise.
368
5a92a9eb
RS
3692005-01-29 Richard M. Stallman <rms@gnu.org>
370
371 * movemail.c (popmail): Don't use Errmsg as format string.
372
e6973a25
ST
3732004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
374
375 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not
376 defined.
377
1bb3da38
AS
3782004-12-15 Andreas Schwab <schwab@suse.de>
379
380 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from
381 preprocessing to compile time constant.
382
d4a38fdd
KS
3832004-11-17 Kim F. Storm <storm@cua.dk>
384
385 * etags.c: Undo last change.
386
f2eb41c8
KS
3872004-11-09 Kim F. Storm <storm@cua.dk>
388
389 * make-docfile.c (scan_c_file): Set defvarperbufferflag to
390 silence compiler.
391
392 * hexl.c (main): Init local var c to silence compiler.
393
394 * etags.c (main, consider_token, C_entries): Add misc switch
395 default targets to silence compiler.
396
3cf5c994
JD
3972004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
398
399 * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
400 resulting DOC file can be used on Unix/Mac also.
401
e057dc50
FP
4022004-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
403
404 * etags.c (main): When relative file names are given as argument,
405 make them relative to the current working dir, rather than
406 relative to the output tags file, if the latter is in /dev.
407
05d9a399
FP
4082004-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
409
410 * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
411 <stdlib.h> is available.
412 (enum sym_type): New st_C_attribute value for parsing
413 gcc's __attribute__. Deleted st_C_typespec value.
414 (gperf, in_word_set): Use gperf 3, options changed. Added the
415 __attribute__ keyword, removed all the st_C_typespec keywords,
416 changed attribute for Java to (C_JAVA & !C_PLPL).
417 (inattribute): New global bool, part of the C state machine.
418 (cblev): Identifier renamed to bracelev throughout.
419 (consider_token, C_entries): Numerous changes for making the
420 parser more robust and adding support for __attribute__.
421
4222004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change)
423
ecc54057 424 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
05d9a399
FP
425 Support the Lua scripting language <http://www.lua.org>.
426
fba74375
FP
4272004-09-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
428
ecc54057 429 * etags.c [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef)
fba74375
FP
430 for ease of use.
431
3751eb00
RS
4322004-07-17 Richard M. Stallman <rms@gnu.org>
433
434 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
435
86d373e6
JB
4362004-06-01 Juanma Barranquero <lektu@terra.es>
437
438 * makefile.w32-in (obj): Add image.c.
439
80e26b66
TTN
4402004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
441
86d373e6
JB
442 * test-distrib.c (main): For failing cases, exit with
443 `EXIT_FAILURE'.
80e26b66 444
e6662c8b
JR
4452004-05-08 Jason Rumney <jasonr@gnu.org>
446
447 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
448 command-lines.
449
65396510
TTN
4502004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
451
452 * cvtmail.c: Throughout, replace 0 destined for `exit' arg
453 with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'.
454 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
455
456 * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
86d373e6
JB
457 * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
458 * test-distrib.c, update-game-score.c, yow.c: Likewise.
65396510 459
c2bcfb19
TTN
4602004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
461
462 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
463
3f0656ff
TTN
4642004-05-07 Thien-Thi Nguyen <ttn@gnu.org>
465
466 * b2m.c (GOOD, BAD): Delete macros. Throughout,
467 replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
468 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
469
470 * etags.c: Likewise.
471
238add5e
JR
4722004-05-03 Jason Rumney <jasonr@gnu.org>
473
474 * makefile.nt: Remove.
475
b09c5608
EZ
4762004-04-26 Eli Zaretskii <eliz@gnu.org>
477
478 * make-docfile.c (IS_DIRECTORY_SEP): New macro.
479 (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP
480 instead of a literal '/'.
481
d814862a
JB
4822004-04-23 Juanma Barranquero <lektu@terra.es>
483
484 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
485
442a2160
PE
4862004-04-17 Paul Eggert <eggert@gnu.org>
487
488 * rcs2log (Help): Clarify wording of the usage message.
489 Problem reported by Alan Mackenzie in
490 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
491
d5d66b7e
SM
4922004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * make-docfile.c (xmalloc): Fix return type.
495 (put_filename): New fun.
496 (scan_file): Use it.
497
bdfd0369
JB
4982004-03-09 Juanma Barranquero <lektu@terra.es>
499
500 * grep-changelog: Changes to support ChangeLog.10+.
501 (main): Tidy up usage string. Fix "Use of uninitialized value"
502 warning. Set version to 0.2. Parse the directory listing to get
503 any ChangeLog.n file, not just 1..9.
504 (header_match_p, entry_match_p, print_log, parse_changelog):
505 Remove Perl prototypes (their purpose is to help the parser, which
506 isn't needed here, not declare arguments).
507 (parse_changelog): Make --reverse faster on big batches by not
508 modifying the entries list.
509
a64387ee
JB
5102004-03-01 Juanma Barranquero <lektu@terra.es>
511
512 * makefile.w32-in (obj): Add fringe.c.
513
9766d41b
PE
5142004-02-14 Paul Eggert <eggert@twinsun.com>
515
516 * rcs2log: Work correctly if CVSROOT specifies :fork: or
517 :local: methods, or omits the colon between the hostname
518 and the path. Allow :/ in repository path, since CVS does.
519 Fix typo: "pository" should be set from $CVSROOT, not $repository.
520 This fixes a bug reported by Wolfgang Scherer in
521 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
522 along with some related bugs I discovered by inspecting how
523 CVS itself parses $CVSROOT.
524
a64387ee 5252004-02-04 J\e,bi\e(Br\e,bt\e(Bme Marant <jmarant@nerim.net> (tiny change)
98c6e531
SM
526
527 * emacsclient.c (decode_options): Fix handling of alternate editor.
528
0734b0d0
SM
5292004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * emacsclient.c (main): Don't use the hostname in the socket name.
532 Look for relative socket names in the /tmp dir rather than in cwd.
533
2a6fc2d9
RS
5342004-01-24 Richard M. Stallman <rms@gnu.org>
535
536 * emacsclient.c (main): Restore errno from saved_errno,
537 so the error message comes from socket_status.
538
0734b0d0
SM
5392004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * emacsclient.c (main): Stop if socket name too long.
542 Only try su-fallback if the socket name was not explicit.
543 Check socket name length in su-fallback case as well.
544
152b6e83
AS
5452004-01-08 Andreas Schwab <schwab@suse.de>
546
547 * emacsclient.c (main): Save errno from socket_status.
548
e8228824
AS
5492004-01-04 Andreas Schwab <schwab@suse.de>
550
551 * emacsclient.c (main): Fix socket name when using another user.
552
c9140662
PE
5532003-12-27 Paul Eggert <eggert@twinsun.com>
554
555 * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
556 a tag, and if the user has not specified an rlog option.
557 Adapted from a suggestion by Martin Stjernholm in
558 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
559 (Copyright): Update to 2003.
560
8babaa59
TTN
5612003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
562
563 * make-docfile.c (main): For return code, no longer special-case VMS.
564 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
565
14ef7288
EZ
5662003-09-28 Andreas B\e,A|\e(Bsching <crunchy@tzi.de> (tiny change)
567
568 * emacsclient.c (quote_file_name): Print the result instead of
569 returning it. Fix the return type accordingly.
1ae7cf5e
RS
570 (main): With --eval, if no file name, read from stdin.
571 Quote file names.
14ef7288 572
f387bdea
RS
5732003-09-10 Richard M. Stallman <rms@gnu.org>
574
575 * emacsclient.c (main): Use socket_name.
576
14ef7288 5772003-09-10 Andreas B\e,A|\e(Bsching <crunchy@tzi.de> (tiny change)
f387bdea
RS
578
579 * emacsclient.c (socket_name): New variable.
580 (longopts, decode_options, print_help_and_exit):
581 Handle --socket-name argument.
582
0b7e7337
FP
5832003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
584
783bcffa 585 * etags.c (consider_token): Check C++ `operator' only when the
0b7e7337
FP
586 token len is long enough.
587
ac06b30b
DL
5882003-08-20 Dave Love <fx@gnu.org>
589
590 * Makefile.in: Remove obsolete references to alloca.
591
32b0a3c6
JB
5922003-07-29 Ken Brush <ken@wirex.com>
593
594 * emacsclient.c (main)
595 * etags.c (suggest_asking_for_help)
596 * movemail.c (main): Fix having macros in a printf statement.
597
3867c42d
JB
5982003-05-31 Juanma Barranquero <lektu@terra.es>
599
600 * makefile.w32-in (lisp): Fix references to byte-run.el,
601 float-sup.el and map-ynp.el, which are now in emacs-lisp.
602
7933722a
DL
6032003-05-22 Dave Love <fx@gnu.org>
604
605 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
606 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
607
463f55ee
DL
6082003-05-20 Dave Love <fx@gnu.org>
609
610 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
611
612 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
613
1b7a835b
JB
6142003-04-27 Oliver Scholz <alkibiades@gmx.de>
615
616 * update-game-score.c (read_scores): Fix corruption of scores on
617 read.
618
eec54bd7
SM
6192003-04-12 Stefan Monnier <monnier@cs.yale.edu>
620
621 * emacsclient.c (main): Use new safe location for socket.
622
ff4bd681
JB
6232003-03-12 Tom Tromey <tromey@redhat.com>
624
eec54bd7
SM
625 * emacsclient.c (print_help_and_exit): Print to stdout.
626 Exit successfully. Added some blank lines for readability.
ff4bd681
JB
627 (decode_options): Don't call print_help_and_exit in default case.
628 Print version information to stdout.
629 (main): Don't call print_help_and_exit.
630
dd132e44
RS
6312003-02-15 Richard M. Stallman <rms@gnu.org>
632
633 * cvtmail.c: Cast result of malloc and realloc.
634 Don't include stdlib.h, becuase config.h does.
635 (malloc, realloc): Declarations deleted.
ff4bd681 636
dd132e44
RS
637 * yow.c (yow): Cast result of malloc and realloc.
638 (malloc, realloc): Declarations deleted.
639
71ffc53a
JB
6402003-02-11 Juanma Barranquero <lektu@terra.es>
641
642 * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
643
0dfd93c0
AS
6442003-02-08 Andreas Schwab <schwab@suse.de>
645
646 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
647 instead of the substitution.
648
37d1e680
RS
6492003-02-04 Richard M. Stallman <rms@gnu.org>
650
651 * update-game-score.c (push_score, read_scores): Cast values
652 of malloc and realloc.
653 (main, lock_file): Avoid assignment inside if.
654
c60ee5e7
JB
6552003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
656
657 * Makefile.in: Use @EXEEXT@ for Cygwin.
658
b24e2dc7
DL
6592003-01-21 Dave Love <fx@gnu.org>
660
661 * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
662 column-0 `('.
663
664 * yow.c: Don't include string.h.
665
675d000f
RS
6662003-01-20 Richard M. Stallman <rms@gnu.org>
667
668 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
669 New targets.
670
207aa3ff
KS
6712003-01-06 Kim F. Storm <storm@cua.dk>
672
673 * pop.c (__P): Renamed from _P to avoid problems on Cygwin.
674 All uses changed.
675
cf6d30d7
AI
6762002-12-18 Andrew Innes <andrewi@gnu.org>
677
678 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
679 because GNU make doesn't append when using >> redirection.
680
649fc2c5
PJ
6812002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us>
682
683 * b2m.pl: Make sure every message ends with a blank line, because
684 some mbox parsers require a blank line before "From " lines.
685
85cce843
RS
6862002-12-08 Richard M. Stallman <rms@gnu.org>
687
688 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
689 (_): Test only HAVE_LIBINTL_H to decide what to do.
690
2ccc4d34
RS
6912002-12-05 Richard M. Stallman <rms@gnu.org>
692
693 * getopt.c: Comment out include of libintl.h or gettext.h.
694
c5992177
RS
6952002-12-04 Richard M. Stallman <rms@gnu.org>
696
697 * Update getopt from gnulib version; changes described below.
698
699 * getopt1.c: Conditionally find getopt.h.
700 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
701
702 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
703 (libintl.h): Include this if _LIBC. Otherwise include gettext.h.
c60ee5e7 704 (wchar.h): Include, maybe.
c5992177
RS
705 (attribute_hidden): Define if not defind.
706 (__getopt_initialized): Use attribute_hidden.
707 (__libc_argc, __libc_argv): Renamed from original_argc, etc.
708 (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
709 Conditional on USE_NONOPTION_FLAGS.
710 (SWAP_FLAGS): New definitions.
711 (exchange): Test USE_NONOPTION_FLAGS.
712 (_getopt_initialize): Test USE_NONOPTION_FLAGS.
713 (_getopt_internal): Error if argc < 1. New local var print_errors.
714 Improve test for ambiguous long option.
715 Add LIBIO support for error message output.
716 (NONOPTION_P): Test USE_NONOPTION_FLAGS.
717
718 * getopt.h: Maybe include ctype.h.
719 Treat __cplusplus like __STDC__.
720 (decls): Use __ in arg names.
721
4b5e69bd
SE
7222002-12-02 Stephen Eglen <stephen@gnu.org>
723
724 * emacsclient.c (main): Tell user how to start server within Emacs
725 if socket could not be found.
726
19fa03f3
RS
7272002-12-02 Richard M. Stallman <rms@gnu.org>
728
729 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
730
7be215b4
JB
7312002-11-19 Ben Key <bkey1@tampabay.rr.com>
732
29f538e6
BK
733 * makefile.w32-in: Fixed a bug that caused the documentation for
734 the built in function play-sound-internal not to be included in
735 /etc/DOC.
7be215b4 736
1998560a
DL
7372002-11-18 Dave Love <fx@gnu.org>
738
739 * update-game-score.c: Include unistd.h, string.h, stdlib.h,
740 fcntl.h, stdarg.h conditionally.
741 (_GNU_SOURCE, __attribute__): Don't define.
742 (optarg, optind, opterr): Declare.
743 (lose, lose_syserr): Use NO_RETURN.
744 (get_user_id): Use P_.
745
8b96caf3
RS
7462002-11-17 Richard M. Stallman <rms@gnu.org>
747
748 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
749
59daa29a
DL
7502002-11-14 Dave Love <fx@gnu.org>
751
752 * movemail.c (pop_retr): Declare comment.
753
754 * make-docfile.c (read_c_string_or_comment): Declare msgno.
9a007cb7
DL
755
756 * Makefile.in (YACC): Deleted.
757
f1b443bf
AS
7582002-10-19 Andreas Schwab <schwab@suse.de>
759
760 * Makefile.in (${archlibdir}): Always create $(gamedir).
761 (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
762
52402e4f
JB
7632002-10-04 Juanma Barranquero <lektu@terra.es>
764
765 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
766
15dab115
MR
7672002-09-30 Markus Rost <rost@math.ohio-state.edu>
768
769 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
770 completely.
771
30be2360
SM
7722002-09-27 Stefan Monnier <monnier@cs.yale.edu>
773
774 * emacsclient.c: Remove SYSV support.
775 (eval, display): New vars.
776 (longopts): Add --eval and --display.
777 (decode_options): Add -e and -d processing.
778 (print_help_and_exit): Update the usage string.
779 (main): Add support for --eval and --display.
3ecdcd59 780 (main): Always use /tmp and non-qualified hostname.
30be2360 781
4208da83
SM
7822002-09-25 Stefan Monnier <monnier@cs.yale.edu>
783
784 * emacsserver.c: Remove.
785
3cf8c6aa
SM
7862002-09-17 Stefan Monnier <monnier@cs.yale.edu>
787
788 * emacsclient.c (quote_file_name): Quote \n.
789 (main): Print a final \n when needed.
790
ecc54057 7912002-09-03 Francesco Potort\e,Al\e(B <pot@gnu.org>
4c6dce51
FP
792
793 * etags.c (regex_tag_multiline, readline): Never pass pfnote a
794 string that cannot be freed.
795
ecc54057 7962002-08-30 Francesco Potort\e,Al\e(B <pot@gnu.org>
ba88f8eb
FP
797
798 * etags.c (consider_token, C_entries): Switch to C++ parsing when
799 auto-detection is enabled and the `::' qualifier is met.
800 (consider_token, C_entries): Several bugs corrected that tagged
801 some declarations even though --declarations was not used.
802 (plainc): New macro.
803 (C_entries): Use it.
804 (C_entries): Several cosmetic changes.
805 (C_entries): Invalidate the token is some cases.
806
ecc54057 8072002-08-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
09cd1a74 808
eec54bd7 809 * etags.c (C_entries): Correct a problem with const C++ funcs.
09cd1a74
FP
810 (ignoreindent): Renamed from noindentypedefs.
811 (cjava, cplpl): They are now macros instead of local vars.
812
ecc54057 8132002-08-28 Francesco Potort\e,Al\e(B <pot@gnu.org>
09cd1a74
FP
814
815 * etags.c (HTML_labels): Tag ID= also.
816
ecc54057 8172002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
87046df8
FP
818
819 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
820
ecc54057 821 * etags.c (HTML_labels): New language HTML.
8ee14629
FP
822 (etags_strcasecmp): Like BSD's, for compatibility.
823 (strcaseeq): Make it into a macro.
824
825 * etags.c (make_tag): Never generate null length tag names.
87046df8
FP
826 (linebuffer_init): Renamed from initbuffer. All callers changed.
827 (pattern): Structure renamed to `regexp', member regex renamed to
828 pattern.
829 (node_st): Member pat renamed to regex.
eec54bd7
SM
830 (pattern); New member force_explicit_name, for future use.
831 Now always set to true, cannot be reset.
87046df8
FP
832 (add_regex, regex_tag_multiline, readline): Use it.
833 (main): Free some global structures.
8ee14629 834 (fdesc): New member `written'.
87046df8
FP
835 (readline, process_file): Initialise it.
836 (put_entries): Set it.
837 (main): Use it to create entries for files without tags.
838 (total_size_of_entries): Do not count invalid tags.
87046df8 839
02ce3e80
SM
8402002-08-19 Stefan Monnier <monnier@cs.yale.edu>
841
842 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
843 for the function name in the usage info.
844
5fba5c21
CW
8452002-07-31 Colin Walters <walters@gnu.org>
846
847 * update-game-score.c (P_): New macro. Use it for all prototypes.
848 (lose): Don't use varargs.
849 (lose_syserr): New function.
850
851 * update-game-score.c: Change all functions to K&R style.
852
712eaee0
AS
8532002-07-30 Andreas Schwab <schwab@suse.de>
854
855 * Makefile.in (localstatedir): New variable.
856
c89ed6ef
PJ
8572002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us>
858
859 * b2m.pl: Fix regexp for finding return address fields.
860
1e042160
SM
8612002-07-15 Stefan Monnier <monnier@cs.yale.edu>
862
863 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
864
c60ee5e7 8652002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us>
e9b60209 866
02ce3e80 867 * b2m.pl: Obey the rmail file and use the unpruned header properly.
e9b60209 868
9ee028d2
PJ
8692002-06-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
870
871 * b2m.pl: New file.
872
ecc54057 8732002-06-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
e1af8d40 874
ecc54057 875 * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels)
e1af8d40
FP
876 (Python_functions, PHP_functions, PHP_functions, PHP_functions)
877 (PHP_functions, PHP_functions, Cobol_paragraphs)
878 (Makefile_targets, Postscript_functions, Texinfo_nodes)
879 (prolog_pr, erlang_func, erlang_attribute)
880 (Perl_functions, Perl_functions, Pascal_functions)
881 (TeX_commands, get_tag): Use make_tag instead of pfnote.
882 (get_tag): Prototype changed, all callers changed.
883
ecc54057 8842002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
ceaeb365 885
d76132d0
FP
886 * etags.c: Implement implicit tag names, that is, unnamed tags
887 whose name is automatically deduced by etags.el. The advantage is
888 that there is no explicit tag name in most tags, so the size of
889 the tags file is reduced, yet find-tag is able to do a match as
eec54bd7 890 accurate as with named tags. See the comment in make_tag for details.
ceaeb365
FP
891 (make_tag): New function (was the disabled function new_pfnote).
892 (make_C_tag): Use it.
893
ecc54057 8942002-06-19 Francesco Potort\e,Al\e(B <pot@gnu.org>
f175bfff
FP
895
896 * etags.c (add_regex): Invalid regexp modifiers are ignored.
897 (Makefile_targets): Tag variables unless --no-globals.
898 (LOOP_ON_INPUT_LINES): Serious bug corrected.
899
ecc54057 9002002-06-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
82ef78b3
FP
901
902 * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
903 (invalidate_nodes): Bug corrected.
904 (print_help): Better help for regexps.
905
7a8940da
JB
9062002-06-13 Juanma Barranquero <lektu@terra.es>
907
908 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
909 font-core.elc.
910
ecc54057 9112002-06-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
6861f0e3
FP
912
913 * etags.c: New multi-line regexp and new regexp syntax.
914 (arg_type): at_icregexp label removed (obsolete).
915 (pattern): New member multi_line for multi-line regexps.
916 (filebuf): A global buffer containing the whole file as a string
917 for multi-line regexp matching.
918 (need_filebuf): Global flag raised if multi-line regexps used.
919 (print_help): Document new regexp modifiers, remove references to
920 obsolete option --ignore-case-regexp.
921 (main): Do not set regexp syntax and translation table here.
922 (main): Treat -c option as a backward compatibility hack.
923 (main, find_entries): Init and free filebuf.
924 (find_entries): Call regex_tag_multiline after the regular parser.
925 (scan_separators): Check for untermintaed regexp and return NULL.
926 (analyse_regex, add_regex): Remove the ignore_case argument, which
927 is now a modifier to the regexp. All callers changed.
928 (add_regex): Manage the regexp modifiers.
929 (regex_tag_multiline): New function. Reads from filebuf.
930 (readline_internal): If necessary, copy the whole file into filebuf.
931 (readline): Skip multi-line regexps, leave them to regex_tag_multiline.
932
ecc54057 9332002-06-11 Francesco Potort\e,Al\e(B <pot@gnu.org>
6861f0e3
FP
934
935 * etags.c (add_regex): Better check for null regexps.
936 (readline): Check for regex matching null string.
937 (find_entries): Reorganisation.
938
ecc54057 9392002-06-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
f0da41a6
FP
940
941 * etags.c (scan_separators): Support all character escape
942 sequences supported by Gcc.
02ce3e80 943 (find_entries): Rewind unconditionally.
f0da41a6
FP
944 (find_entries): Do not call language functions directly, now calls
945 itself.
946 (find_entries): Do general initialisations here.
947 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
948 (Ada_getit, Pascal_functions, Pascal_functions)
949 (prolog_skip_comment): Do not do them here.
950 (readline_internal): Increment lineno here.
951 (readline): Conditionally undo readline_internal increment.
952 (readline): Do not return a value.
953
ecc54057 9542002-06-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
5526f1f6 955
88c71720 956 * etags.c: New option --parse-stdin=FILE.
97b90b0a
FP
957 (enum arg_type): New label at_stdin.
958 (STDIN): New constant.
959 (parsing_stdin): New flag.
960 (longopts): New option --parse-stdin=NAME.
961 (print_help): Document it.
962 (main): Handle it.
963 (process_file): Split into process_file and process_file_name.
964 (process_file_name): New function.
965
88c71720 966 * etags.c: Improvements and bug squashing in TeX handling.
97b90b0a 967 (TeX_commands): Skip comments.
5526f1f6
FP
968 (TEX_defenv): Now contains more contructs.
969 (TEX_cmt): Make it a static char and move it before TeX_commands.
970 (TeX_commands): Shorten the tag to the brace after the name.
971 (TeX_commands): Names now include the initial backslash.
972 (TeX_commands): Names do not include numeric args #n.
973 (TeX_commands): Correct line char number in tags.
974 (TEX_tabent, TEX_token): Deleted.
975 (TeX_commands, TEX_decode_env): Streamlined.
976
ecc54057 9772002-06-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
50496bd9
FP
978
979 * etags.c (main): Avoid a buffer overrun with sprintf.
980
a71867c5
RS
9812002-05-30 Richard M. Stallman <rms@gnu.org>
982
983 * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL.
984 (LIBS_MOVE): Renamed from MOVE_LIBS.
985
b7e67db6
PE
9862002-05-26 Paul Eggert <eggert@twinsun.com>
987
988 Reinstate the following change from 2002-03-22, which was
989 inadvertently lost on 2002-04-13.
990
991 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
992 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
993 the latter usage.
994
5f226e2c
EZ
9952002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * pop.c (socket_connection): Move the code to resolve the POP
998 host right before trying to connect with it.
999
5167cfda
CW
10002002-04-28 Colin Walters <walters@verbum.org>
1001
1002 * Makefile.in (${archlibdir}): Don't conditionalize on
1003 HAVE_SHARED_GAME_DIR. Instead, test at installation time whether
1004 or not we have access to the specified game user.
50496bd9 1005
5167cfda
CW
1006 * update-game-score.c (SCORE_FILE_PREFIX): Delete.
1007 (main): New argument -d, for specifying directory.
1008 (usage): Document.
02ce3e80 1009 (get_user_id): Compute.
5167cfda
CW
1010 (get_home_dir): Deleted.
1011 (get_prefix): New function, taken from main.
1012 (main): Check whether or not we are running setuid. Move prefix
1013 computation to get_prefix. Don't call getpwent; we don't need to
1014 any more. Instead, move it to get_user_id().
1015
beedfcf1
PJ
10162002-04-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1017
1018 * ebrowse.c (skip_initializer): Return void.
1019
973c3c87
CW
10202002-04-23 Colin Walters <walters@verbum.org>
1021
1022 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
1023 space.
1024
ecc54057 10252002-04-22 Francesco Potort\e,Al\e(B <pot@gnu.org>
8378bcd3 1026
ecc54057 1027 * etags.c (last_node): Make it a global variable.
8378bcd3
FP
1028 (process_file): Print the tags from the nodes as soon as
1029 possible, and delete the nodes. This brings down the memory
1030 occupancy as etags to almost the same level as when the #line
1031 directives were not parsed.
1032 (free_fdesc): New function.
1033 (find_entries): Use it.
1034 (invalidate_nodes): In etags mode, do not just mark the nodes as
1035 invalid, do delete them.
1036
c901ceff
GM
10372002-04-21 Gerd Moellmann <gerd@gnu.org>
1038
1039 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
1040
c42d6dbd
EZ
10412002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1042
1043 * update-game-score.c: Move config.h before the other headers, to
1044 avoid compiler warnings.
1045
ecc54057 10462002-04-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
090416ca
FP
1047
1048 * etags.c (find_entries): Bug fix in list management.
1049
ecc54057 10502002-04-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
5dab24c1
FP
1051
1052 * etags.c (get_language_from_filename): Add one argument.
1053 (strcaseeq): New function.
1054 (get_language_from_filename): Use it to do a case insenstitive
1055 comparison if called with appropriate args.
1056 (find_entries): Try with case insensitive match.
1057 (process_file): Bug fixed.
1058
ecc54057 10592002-04-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
c150db23
FP
1060
1061 * etags.c (find_entries): Delete tags previously obtained from
1062 file xxx.c's #line directives when parsing file xxx.y. This is
1063 generally done for automatically generated files containing
1064 #line directives. This handles the case when xxx.y is tagged
1065 before xxx.c, and the entries of xxx.c pointing to xxx.y should
1066 be discarded.
eec54bd7 1067 (language): Add the metasource member. Initializers changed.
c150db23
FP
1068 (invalidate_nodes): New function.
1069 (readline): Discard lines after having found a #line
02ce3e80 1070 directive pointing to an already tagged file. This handles the
c150db23
FP
1071 case when xxx.y is tagged before xxx.c, and the entries of
1072 xxx.c pointing to xxx.y should be discarded.
1073 (fdesc): New structure for keeping track of input files.
1074 (fdesc): Remove `file' member (a string) and use instead a pointer
1075 to a file description structure.
02ce3e80
SM
1076 (curfile, curfiledir, curtagfname, curlang, nocharno)
1077 (forced_lang): Global variables removed in favor of fdhead and
c150db23
FP
1078 curfdp, pointers to file description strucures.
1079 (longopts, main, print_help): Use the CTAGS conditional to include
1080 or exclude options that work on etags or ctags only.
02ce3e80
SM
1081 (process_file, find_entries, pfnote, add_node, put_entries)
1082 (readline): Use fdhead and curfdp.
c150db23
FP
1083 (process_file, find_entries): Do not take an arg string, all
1084 callers changed.
1085
1086 * etags.c (longopts, print_help, main): Test CTAGS to disallow
1087 options that are not right for either etags or ctags.
1088
1089 * etags.c (number_len, total_size_of_entries): Define them also
1090 in CTAGS mode, because gcc does not compile all refs away.
1091
e9d1f248
CW
10922002-04-14 Colin Walters <walters@debian.org>
1093
1094 * update-game-score.c (lock_file): If the lock file is older than
1095 an hour, delete it. Reset attempts to zero if we have to break
1096 the lock.
1097
7605f1bd
AS
10982002-04-14 Andreas Schwab <schwab@suse.de>
1099
1100 * update-game-score.c (read_score): Fix type of second parameter
1101 of getdelim to be of type size_t instead of int. Use 0 instead of
1102 ESUCCES.
1103
e82defd1
CW
11042002-04-10 Colin Walters <walters@verbum.org>
1105
ecc54057 1106 * update-game-score.c (toplevel): Include stdarg.h.
b9b966e0
CW
1107 (MAX_DATA_LEN, MAX_SCORES): New.
1108 (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
1109 default to ~/.emacs.d/games.
1110 (get_user_id): Don't zero uid in the case where we can't get the
1111 username.
1112 (lose): New function.
1113 (main): Actually use `max', and default it to MAX_SCORES.
1114 Correctly handle new default for SCORE_FILE_PREFIX. Use `lose'
1115 function.
1116 (read_score): Handle the case of reading unamelen characters, then
1117 finishing. Use mktemp if mkstemp isn't available.
1118 (lock_file, unlock_file): Delete unused versions.
1119 (lock_file): Always sleep, even if we unlinked the lock file.
1120
e82defd1
CW
1121 * Makefile.in (gamedir, gameuser): New variables.
1122 (toplevel, UTILITIES): Add update-game-score.
1123 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
1124
5795b420
CW
11252002-04-07 Colin Walters <walters@verbum.org>
1126
1127 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
1128 (get_user_id): Take struct passwd as an argument.
1129 (get_home_dir): New function.
1130 (main): Read in user information here. Discover home directory if
1131 necessary.
1132 (read_score): Trim newline only in `getline' case.
1133
cd553ffb 11342002-04-05 Colin Walters <walters@debian.org>
c150db23 1135
cd553ffb
CW
1136 * update-game-score.c (toplevel): Include pwd.h.
1137 (struct score_entry): Add username field.
1138 (push_score): Use it.
1139 (get_user_id): New function.
1140 (main): Don't malloc excessively.
1141 (main): Use username field.
1142 (read_score): Read it.
1143 (push_score): Handle it.
1144 (write_scores) Write it.
c150db23
FP
1145 (read_score): Handle arbitrary length data.
1146
b74bd4a3
EZ
11472002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1148
1149 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
1150
fa8bc89d
GM
11512002-03-29 Gerd Moellmann <gerd@gnu.org>
1152
1153 * ebrowse.c (add_declarator, skip_initializer): New functions.
1154 (declaration): Use them.
1155
dd87b4cc
JR
11562002-03-28 Jason Rumney <jasonr@gnu.org>
1157
1158 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
1159
cd553ffb
CW
11602002-03-27 Colin Walters <walters@debian.org>
1161
1162 * update-game-score.c: New file.
1163
dfef6d49
PE
11642002-03-22 Paul Eggert <eggert@twinsun.com>
1165
1166 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
1167 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
1168 the latter usage.
1169
ecc54057 11702002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
a13d6523 1171
4fff90e4 1172 * etags.c (Python_functions): Skip spaces at beginning of lines.
a13d6523
FP
1173 (Python_functions, PHP_functions): Name tags, for ctags' sake.
1174 (TeX_commands): Name tags. Correction of old disabled code.
1175
1176 * etags.c (curfiledir, curtagfname): New global variables.
1177 (process_file): Initialise them.
1178 (readline): Canonicalize the name found in #line directive.
893a741e 1179
4fff90e4 11802002-03-06 Jason Rumney <jasonr@gnu.org>
ca55a1e3 1181
893a741e
JR
1182 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
1183 compilers that don't optimize out dead code.
1184
ecc54057 11852002-03-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
51aeded3
FP
1186
1187 * etags.c: Honour #line directives.
1188 (no_line_directive): New global var; set it for old behaviour.
1189 (main): Remove some #ifdef in the getopt switch.
1190 (add_node, put_entries): Code added to merge different chunks of
1191 nodes referring to the same file. Currently the tags are just
1192 appended, without any check for duplicates.
1193 (Perl_functions): Do not special case ctags.
1194 (readline): Identify #line directives and do the right thing.
1195 (nocharno, invalidcharno): New global vars.
1196 (process_file): Reset nocharno.
1197 (readline): Set nocharno.
1198 (pfnote): Read nocharno and maybe put invalidcharno in node.
1199 (total_size_of_entries, put_entries): Use invalidcharno.
1200
1201 * etags.c: Keep the whole tag table in memory, even in etags mode.
1202 (main): Call put_entries here even in CTAGS mode.
1203 (main, process_file): Check the return values of fclose and pclose.
1204 (process_file): Do not call put_entries after parsing each file.
1205 (process_file): Canonicalise file names even for ctags.
1206 (process_file): Set curfile here...
1207 (find_entries): ... not here any more.
1208 (add_node): In etags mode, build a linked list of entries (on
1209 right pointer) for each file, and link the first entry of each
1210 file on left nodes.
1211 (put_entries): Print here the name of the file.
1212 (put_entries): Print the entries starting from the first file.
c150db23 1213 (number_len, total_size_of_entries): Define these only in etags
51aeded3
FP
1214 mode, make the second work only on the right nodes.
1215
1216 * etags.c: Make all global variables static.
1217
50ce1f62
JB
12182002-02-25 Juanma Barranquero <lektu@terra.es>
1219
1220 * makefile.w32-in (lisp): Add missing backslash.
1221
82a399d2
JR
12222002-02-24 Jason Rumney <jasonr@gnu.org>
1223
1224 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
1225 using .elc files.
1226 (lisp): Sync with list in src/Makefile.in
1227 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
1228
a279c920
PE
12292002-02-10 Paul Eggert <eggert@twinsun.com>
1230
1231 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
1232 disallows the old syntax.
1233
0caa685d
PE
12342002-02-03 Paul Eggert <eggert@twinsun.com>
1235
1236 * rcs2log(Copyright): Update to 2002.
1237 (AWK, TMPDIR): Work around portability problem in broken shells that
1238 don't understand `: ${VAR=val}'.
1239 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
1240 Prefer the new -k option to the traditional +M -N option.
1241
03950b5b
PJ
12422002-01-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1243
1244 * b2m.c (main): Parenthesize assignment when used as truth value
1245 to prevent gcc warnings.
1246
1247 * fakemail.c: Include <config.h>.
1248
2f8fe2f4
PJ
12492001-12-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1250
1251 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
1252 * yow.c: Include <config.h>.
1253
ecc54057 12542001-12-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
a60e4de9
FP
1255
1256 * etags.c (Perl_functions): Tag packages and use them in sub tags.
1257 (get_tag): Return a pointer to the tag that is found.
1258
1259 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
1260 (F_takeprec): Renamed from takeprec. All callers changed.
1261 (F_getit): Renamed from getit. All callers changed.
1262 (nocase_tail): Renamed from tail. All callers changed.
1263 (Ada_getit): Renamed from adagetit. All callers changed.
eec54bd7 1264 (L_getit): Simplify by using get_tag.
a60e4de9
FP
1265 (Perl_functions, Postscript_functions, erlang_attribute): Use the
1266 modified LOOKING_AT.
1267 (notinname): Removed '[' and added ')' to the recognised chars.
1268 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
1269 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
1270 Clarified, using strneq or notinname.
1271 (L_isdef, L_isquote): Removed.
1272 (Lisp_functions, L_getit): Clarified.
1273
ecc54057 1274 * etags.c (P_): Renamed to __P for consistency with config.h.
a60e4de9
FP
1275 [HAVE_CONFIG_H]: Let config.h deal with __P.
1276 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
1277 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
1278 gperf code needs it.
ecc54057
JB
1279 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs).
1280 [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs).
a60e4de9
FP
1281 (xmalloc, xrealloc): Use PTR instead of long *.
1282 (bool): Make it a define, not a typedef, for C++ compilers.
1283 (pattern): Members renamed to avoid name clash in some C++ compilers.
1284 (get_language_from_langname): Use const argument.
1285
c95eaa61
PJ
12862001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1287
1288 * makefile.nt, makefile.w32-in: Remove mocklisp files.
1289
69bfc389
PJ
12902001-12-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1291
b8509940
PJ
1292 * emacsserver.c: Conditionally include config.h.
1293
594aa066
PJ
1294 * fakemail.c: Likewise.
1295
e69233c2
PJ
1296 * emacsclient.c: Include "config.h", not <../src/config.h>.
1297 (main): Parenthesize assignment when used as truth value to
1298 prevent gcc warnings.
1299
69bfc389
PJ
1300 * ebrowse.c: Include stdlib.h and string.h conditionally.
1301
e4e34e31
EZ
13022001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1303
1304 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
1305
ffb7c9c6
PJ
13062001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1307
1308 * test-distrib.c: Fix previous change.
1309
fb5aa7ac
DL
13102001-12-18 Dave Love <fx@gnu.org>
1311
1312 * test-distrib.c: Conditionally include fcntl.h.
1313
1314 * fakemail.c: Include "config.h", not <../src/config.h>.
1315 (_XOPEN_SOURCE): Define as 500.
1316
1317 * emacsserver.c: Include "config.h", not <../src/config.h>.
1318
1319 * cvtmail.c: Include config.h, stdlib.h.
1320 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
1321
1322 * yow.c: Conditionally include various headers. Use "epaths.h",
1323 not <../src/epaths.h>.
1324 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
1325
ecc54057 13262001-12-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
e94a3679 1327
13dc0576 1328 * etags.c (PHP_functions): New function for parsing PHP.
e94a3679
FP
1329 (LOOKING_AT): New macro.
1330 (Perl_functions, Python_functions, PHP_functions)
1331 (Scheme_functions, Texinfo_nodes): Use it.
1332 (Perl_functions): Use strneq.
1333 (prolog_pred): Renamed to prolog_pr.
13dc0576 1334 (prolog_pr): Recognise Prolog rules in addition to predicates.
e94a3679 1335 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
13dc0576 1336 unmodified compile, as Cygwin's regex.h is incompatible with us.
e94a3679
FP
1337 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
1338
34e39c95
RS
13392001-12-11 Richard M. Stallman <rms@gnu.org>
1340
1341 * Makefile.in (clean): Don't delete ../etc/DOC*.
1342
296071e7
PJ
13432001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1344
1345 * COPYING: Moved back.
1346
76054cc8
AI
13472001-11-30 Andrew Innes <andrewi@gnu.org>
1348
e94a3679
FP
1349 * makefile.w32-in (FACE_SUPPORT):
1350 (MOUSE_SUPPORT):
1351 (FLOAT_SUPPORT):
1352 (WINNT_SUPPORT):
76054cc8
AI
1353 (lisp): Reference .el files instead of .elc files, to simplify
1354 bootstrapping.
1355 ($(DOC)): Change dependency to just `make-docfile'.
1356
0142178a
PJ
13572001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1358
1359 * COPYING: Removed.
1360
e8d6a09b
PE
13612001-11-28 Paul Eggert <eggert@twinsun.com>
1362
1363 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
1364
1365 The following changes are derived from suggestions by Bob Chapman
1366 <rechapman@compuserve.com>.
1367
1368 * rcs2log (printlogline): Also allow tab and newline to separate
1369 '(function):' from the rest of a comment.
1370 (reformat the sorted log entries): Require date and author to
1371 match the clumpname.
1372
9a190096
GM
13732001-11-16 Gerd Moellmann <gerd@gnu.org>
1374
1375 * ebrowse.c (matching_regexp): Escape '\\'.
1376
8ec1b917
PJ
13772001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1378
1379 * Makefile.in: Add support for --program-prefix, --program-suffix
1380 and --program-transform-name options.
1381
6d8f7d5d
RS
13822001-11-03 Richard M. Stallman <rms@gnu.org>
1383
1384 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
1385
1386 * movemail.c (popmail): Always pass two args to `error'.
1387
84e70f78
KR
13882001-10-24 Ken Raeburn <raeburn@gnu.org>
1389
1390 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
1391 -lhesiod and maybe -lresolv.
1392 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
1393 support if it's available.
1394
386ca361
MB
13952001-10-21 Miles Bader <miles@gnu.org>
1396
a3b10252
MB
1397 * make-docfile.c (struct rcsoc_state): New type.
1398 (read_c_string_or_comment): Add SAW_USAGE
386ca361 1399 parameter, and implement scanning for a `usage:' keyword.
a3b10252
MB
1400 Use a variable of type `rcsoc_state' to hold most of our state.
1401 (put_char): Add STATE parameter, and remove all other parameters
1402 except CH. Use STATE to get access to all needed state.
1403 (scan_keyword_or_put_char): New function.
386ca361
MB
1404 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
1405 Don't output a usage-string if there was one in the doc-string.
1406
71431a0e
GM
14072001-10-20 Gerd Moellmann <gerd@gnu.org>
1408
6aa97356 1409 * (Version 21.1 released.)
71431a0e 1410
37a9305e
PJ
14112001-10-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1412
1413 * b2m.c: Properly spell the name of Emacs.
1414
945220bd
MB
14152001-10-17 Miles Bader <miles@gnu.org>
1416
1417 * make-docfile.c (put_char): New function.
1418 (read_c_string_or_comment): Strip trailing spaces and newlines.
1419
14242528
MB
14202001-10-16 Miles Bader <miles@gnu.org>
1421
1422 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
1423 comments [with `doc:' keyword prefix].
1424
9f5eb4a3
GM
14252001-10-15 Gerd Moellmann <gerd@gnu.org>
1426
1427 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
1428 in a C doc comment.
1429
e641b454
GM
14302001-10-13 Gerd Moellmann <gerd@gnu.org>
1431
1432 * make-docfile.c (read_c_string_or_comment): Renamed from
1433 read_c_string. Add parameter COMMENT. Read C-style comments.
1434 (scan_c_file): Handle doc strings in C comments.
1435
967d7793
AI
14362001-10-12 Andrew Innes <andrewi@gnu.org>
1437
1438 * makefile.nt (ALL): Do not include fakemail.
1439
1440 * makefile.w32-in (install): Do not copy fakemail.
1441
d682756a
JR
14422001-10-10 Jason Rumney <jasonr@gnu.org>
1443
1444 * makefile.w32-in (ALL) Do not include fakemail.
1445
1446 * makefile.nt (install) Ditto.
1447
14a3dff7
GM
14482001-10-09 Gerd Moellmann <gerd@gnu.org>
1449
1450 * emacsserver.c (main): Cast geteuid in sprintf to int.
14a3dff7 1451
95bc7904 1452 * emacsclient.c (main): Cast isdigit argument to unsigned char.
14a3dff7 1453
f98d41f5
PJ
14542001-10-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1455
1456 * profile.c: Include config.h, not ../src/config.h.
1457 Include systime.h, not ../src/systime.h.
1458
ab952a4f
GM
14592001-10-05 Gerd Moellmann <gerd@gnu.org>
1460
1461 * Branch for 21.1.
dff28924 1462
12c64503
GM
14632001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
1464
1465 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
1466 ALIASEE to help work with namespace aliases.
1467 (struct sym): Remove struct member NAMESP_ALIASES.
1468 (namespace_alias_table): New variable.
1469 (make_namespace): Add parameter CONTEXT.
1470 (check_namespace): New function.
1471 (find_namespace): Add parameter CONTEXT.
1472 (check_namespace_alias): New function.
02ce3e80
SM
1473 (register_namespace_alias): Change type of parameter OLD_NAME.
1474 Search for already defined alias in NAMESPACE_ALIAS_TABLE.
12c64503
GM
1475 (check_namespace): New function.
1476 (enter_namespace): Call find_namespace with CONTEXT parameter.
1477 (match_qualified_namespace_alias): New function.
eec54bd7 1478 (parse_qualified_ident_or_type): Fix typo in comment.
02ce3e80 1479 While parsing qualified ident or type update namespace context and
12c64503 1480 restore it on exit.
eec54bd7
SM
1481 (parse_qualified_param_ident_or_type): Fix typo in comment.
1482 (globals): Change handling of namespace aliases.
1483 (version): Add year 2001.
12c64503 1484
990e1190
FP
14852001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
1486
1487 * etags.c (analyse_regex): If regex_arg is NULL, return
1488 immediately after a call to free_patterns.
1489
f2e7e23e
AS
14902001-09-05 Paul Eggert <eggert@twinsun.com>
1491
1492 * rcs2log (Help, mainline code): Add new option -L FILE.
1493 (Copyright): Update year.
02ce3e80
SM
1494 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES)
1495 (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
f2e7e23e
AS
1496 C locale.
1497 (mainline code): Handle nonstandard -u option differently, by
1498 transforming it to standard form. Check for "Working file: ", not
1499 "Working file:". Allow file names with spaces.
1500 (SOH, rlogfile): New shell vars.
dff28924 1501 (rlogout): Remove. Its old functionality is mostly migrated to
f2e7e23e
AS
1502 rlogfile.
1503
1504 Append ';;' to the last arm of every case statement, for
1505 portability to ancient broken BSD shells.
1506
02ce3e80 1507 (logins): Fix bug; was not being computed at all, lowering performance.
f2e7e23e
AS
1508 (pository): New var. This fixes some bugs where repositories are
1509 remote, or have trailing slashes.
02ce3e80 1510 (authors): $llogout is never an empty shell var, so don't worry
f2e7e23e 1511 about that possibility.
dff28924 1512 (printlogline, mainline code): Fix bug with SOH's being put into
f2e7e23e 1513 the output.
dff28924 1514
75c911eb
EZ
15152001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
1516
1517 * ebrowse.c (SEEK_END): #define if not defined by system headers.
1518 Suggested by Dave Love <d.love@dl.ac.uk>.
1519
5ae10f4a
EZ
15202001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
1521
1522 * makefile.nt (lisp): Synchronize with src/Makefile.in.
1523 * makefile.w32-in (lisp): Ditto.
1524
0e4011d8 15252001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
1526
1527 * grep-changelog (parse_changelog): Remove unused local variable.
1528
1529 * grep-changelog (main): Add new option --reverse.
1530 (print_log): Use it.
1531 (parse_changelog): Use it.
1532
3c88ae74
GM
15332001-07-20 Gerd Moellmann <gerd@gnu.org>
1534
1535 * grep-changelog: Remove RCS Id keyword.
1536
41848daa
GM
15372001-07-20 Juanma Barranquero <lektu@terra.es>
1538
6e07c0a5
GM
1539 * grep-changelog (parse_changelog): Add tests for defined values
1540 to quiet warning from Perl 5.005 or above.
177ab8ce 1541 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
1542 argument to prevent duplicate headers.
1543
1544 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 1545
467f1209
GM
15462001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
1547
1548 * emacsclient.c (print_help_and_exit): Fix help message for
1549 +LINE:COLUMN option.
1550
15512000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 1552
467f1209
GM
1553 * emacsclient.c (main): Add support for +LINE:COLUMN command line
1554 argument.
1555
bb24c64f
GM
15562001-07-16 Gerd Moellmann <gerd@gnu.org>
1557
1558 * ebrowse.c (main): Check that the output file exists and
1559 is non-empty if invoked with `--append'.
1560
ecc54057 15612001-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
fa829470 1562
e335b66a
GM
1563 * etags.c (add_regex): Reset the whole newly allocated pattern
1564 buffer instead of the individual members. It's safer and works
ecc54057 1565 with XEmacs.
fa829470 1566
e335b66a 1567 * etags.1: Markups corrected.
fa829470 1568
6da5c7da
GM
15692001-05-08 Gerd Moellmann <gerd@gnu.org>
1570
02ce3e80 1571 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
6da5c7da 1572
efbecf9d
GM
15732001-05-03 Gerd Moellmann <gerd@gnu.org>
1574
1575 * ebrowse.c (globals): Fix handling of namespace aliases.
1576
f4976ebc
EZ
15772001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * etags.c (print_help): Enclose the regexp in the help text
1580 example in quotes.
1581
23431241
DL
15822001-04-05 Dave Love <fx@gnu.org>
1583
1584 * emacsclient.c (fail): Don't return a value.
fa829470 1585 (main): Cast uid values for sprintf.
23431241 1586
476bf681
GM
15872001-04-03 Gerd Moellmann <gerd@gnu.org>
1588
b3f6107b
GM
1589 * emacsclient.c (fail, main): Don't use implicit int return type.
1590
476bf681
GM
1591 * b2m.c (main): Always return a value.
1592
ef53d75e
GM
15932001-03-02 Gerd Moellmann <gerd@gnu.org>
1594
1595 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
1596 freshly allocated object in *LAST_ID.
1597 (read_line): Accept \r\n line endings.
1598
425de386
AI
15992001-02-24 Andrew Innes <andrewi@gnu.org>
1600
1601 * makefile.w32-in: Fix copyright notice.
1602
ecc54057 16032001-02-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
f55ae599
FP
1604
1605 * etags.c (enum sym_type): New label st_C_template.
1606 (gperf input): Use it for switching to C++ from C.
1607 (consider_token): Do it.
c2a642c0
FP
1608 (C_entries): Initialise typdefcblev to quiet compilers.
1609 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 1610
f6839838
AI
16112001-02-22 Andrew Innes <andrewi@gnu.org>
1612
1613 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
1614 VMS header files.
1615 ($(BLD)\profile.obj): Ditto.
1616
1617 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
1618 VMS header files.
1619 ($(BLD)/profile.$(O)): Ditto.
1620
193fba87
AI
16212001-02-05 Andrew Innes <andrewi@gnu.org>
1622
1623 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
1624 invocation of make-docfile, to work with Windows 2000.
1625
30526cc6
DL
16262001-01-31 Dave Love <fx@gnu.org>
1627
1628 * etags.c (in_word_set): Use `static' in definition (for pcc).
1629
ecc54057 16302001-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
8f79fe72 1631
ecc54057 1632 * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for
8f79fe72
FP
1633 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
1634 (C_entries): Tag token renamed to still_in_token because sunos4
1635 pcc wants to expand it as the token() macro even though it has no
1636 arguments.
1637
914d7258
AI
16382001-01-30 Andrew Innes <andrewi@gnu.org>
1639
1640 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
1641 bug in the Mingw32 assert.h header file.
1642
ecc54057 16432001-01-30 Francesco Potort\e,Al\e(B <pot@gnu.org>
b28e26be 1644
ecc54057
JB
1645 * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
1646 #define it for the sake of XEmacs.
b28e26be
FP
1647 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
1648 HAVE_CONFIG_H. This change only affects a standalone etags.
1649 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
1650 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
1651 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
1652 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
1653 WINDOWSNT, as this is the correct way to use it.
1654
ecc54057 16552001-01-28 Francesco Potort\e,Al\e(B <pot@gnu.org>
8c463abe
FP
1656
1657 * etags.c: Be capable to parse nested struct-like structures.
1658 (structdef, structtag): Struct state machine revisited.
1659 (struct tok): Revisited.
1660 (cstack, nestlev, instruct): New struct and macros.
1661 (pushclass_above, popclass_above, write_classname): New functions
13dc0576 1662 for dealing with nested class names.
8c463abe
FP
1663 (consider_token, make_C_tag, C_entries): Many changes for dealing
1664 with arbitrarily nested structures.
1665 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
1666 (C_entries): Consider templates in C++.
1667 (sym_type): New constant st_C_class for detecting "class" also in
1668 C mode.
1669 (C_AUTO): New macro for automatic detection of C++.
1670 (consider_token): Automatic set C++ mode.
1671 (C_entries): New security check for yacc.
1672 (print_language_names, print_help): Mention the autodetect
1673 feature, do not show help for the -C option, now mostly useless.
1674 (C_entries): Tag C++ forward declarations if --declarations.
1675 (C_entries): Don't be fooled by things like XDEFUN.
1676 (consider_token): Discard asm pseudo function.
1677
e26f9ced
EZ
16782001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * etags.c: Add a coding: tag.
1681
a47b7816
GM
16822001-01-26 Gerd Moellmann <gerd@gnu.org>
1683
8c463abe 1684 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
1685 New variables.
1686 (matching_regexp): Use them instead of static variables in
1687 function scope.
1688
ecc54057 16892001-01-25 Francesco Potort\e,Al\e(B <pot@gnu.org>
d22a24fa
FP
1690
1691 * etags.c (struct tok): Renamed from struct token.
1692 (token): Renamed from tok.
1693 (structtype): Make it a local variable.
1694 [DEBUG]: Use assert.
1695 (xrnew): Change the synopsis.
1696 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
1697 (grow_linebuffer): Don't call xrnew when not needed.
02ce3e80 1698 (token): Buffer renamed to line.
d22a24fa 1699 (C_entries): Three calls to inibuffer moved here from main.
eec54bd7 1700 (C_entries): Remove all references to var methodlen, delete it.
d22a24fa
FP
1701 (linebuffer_setlen): Was grow_buffer, now also sets len.
1702 (consider_token, C_entries, Pascal_functions): Use it.
1703 (C_entries): Preventing problems relative to extern "C".
1704 (C_entries): Can tag more than one variable or func separated by
1705 comma when --declarations is used.
1706 (C_entries): More accurate tagging of members and declarations.
1707 (yacc_rules): Was global, made local to C_entries.
1708 (next_token_is_func): Removed.
1709 (fvdef): New constants fdefunkey, fdefunname.
1710 (consider_token, C_entries): Use them.
1711 (C_entries): Build proper lisp names for Emacs DEFUNs.
1712
21c2bbe0
GM
17132001-01-22 Gerd Moellmann <gerd@gnu.org>
1714
1715 * ebrowse.c (xfree): New function.
1716 (member, declaration, globals): Use xmalloc instead of alloca.
1717
ecc54057 17182001-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
83be933c
FP
1719
1720 * etags.c (print_language_names): Print filenames in addition to
1721 suffixes.
1722
ecc54057 17232001-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
47df1a5e
EZ
1724
1725 * etags.c (get_language_from_langname): Renamed from
1726 get_language_from_name.
eec54bd7
SM
1727 (get_language_from_filename): Renamed from get_language_from_suffix.
1728 Now first looks for the complete file name.
47df1a5e
EZ
1729 (language): New member char **filenames.
1730 (Makefile_filenames): List of possible filenames for makefiles.
eec54bd7 1731 (lang_names): Add a NULL member for every entry, added an entry
47df1a5e 1732 for makefiles.
13dc0576 1733 (Makefile_targets): New function.
47df1a5e
EZ
1734 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
1735 it conformant to the style of the rest of the code.
1736
291c7e74
GM
17372001-01-13 Gerd Moellmann <gerd@gnu.org>
1738
1739 * make-docfile.c (write_c_args): Print newlines as spaces.
1740
0dac6924
AI
17412001-01-06 Andrew Innes <andrewi@gnu.org>
1742
1743 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
1744 of *.pdb.
1745
3e99d3b4
GM
17462001-01-03 Paul Eggert <eggert@twinsun.com>
1747
1748 * lib-src/rcs2log: Avoid security hole allowing attacker to
1749 cause user of rcs2log to overwrite arbitrary files, fixing
1750 a bug reported by Morten Welinder.
1751
1752 Don't put "exit 1" at the end of the exit trap; it's
1753 ineffective in POSIX shells.
1754
d6bb0c0d
GM
17552001-01-02 Gerd Moellmann <gerd@gnu.org>
1756
eec54bd7
SM
1757 * ebrowse.c (yyerror): Change to take two arguments.
1758 Add prototype. Change callers.
d6bb0c0d 1759
d5c00476 17602001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
1761
1762 * ebrowse.c (enter_namespace, main): Cast variables to shut up
1763 compiler warnings.
1764 (yyerror): Change parameter declarations to be of type long, so
1765 that they can take pointers on 64-bit platforms.
1766
1767 * emacsclient.c (main): Remove unused local variable statbfr.
1768 (main) <homedir>: Make its declaration conditional on
1769 SERVER_HOME_DIR, to avoid compiler warnings.
1770
1771 * emacsserver.c (main) <homedir>: Make its declaration conditional
1772 on SERVER_HOME_DIR, to avoid compiler warnings.
1773
1774 * fakemail.c (readline): Cast buffer to "long *" to pacify
1775 over-zealous compilers.
1776
7c89ea61
EZ
17772000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1778
1779 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
1780
a6768cc5
GM
17812000-12-15 Gerd Moellmann <gerd@gnu.org>
1782
1783 * ebrowse.c (operator_name): Cast argument of isalpha to
1784 unsigned char.
1785
1786 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
1787 Use them throughout instead of ctype functions/macros.
1788 (lowcase): Cast to unsigned char.
1789 (UPCASE): New macro.
1790 (canonicalize_filename): Use UPCASE instead toupper.
1791
1792 * fakemail.c (get_keyword): Make sure that isspace and
1793 similar aren't called with a negative argument.
1794
70de49cc
DL
17952000-12-13 Dave Love <fx@gnu.org>
1796
1797 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
1798
4e8b894c
AI
17992000-12-06 Andrew Innes <andrewi@gnu.org>
1800
1801 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
1802 don't know the real version, and I can't seem to get the quoting
1803 right in all circumstances.
1804
1805 * ebrowse.c (VERSION): Provide default definition, like etags.c
1806 does, because Windows build can't snarf this from version.el.
1807
88257bc8
AI
18082000-11-30 Andrew Innes <andrewi@gnu.org>
1809
1810 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
1811 (install): Ditto.
1812
d19249e7
JR
18132000-11-23 Jason Rumney <jasonr@gnu.org>
1814
1815 * makefile.w32-in: Add targets for ebrowse.exe.
1816 (LOCAL_FLAGS): Add -DVERSION flag.
1817
7df6adc3
DL
18182000-09-25 Dave Love <fx@gnu.org>
1819
1820 * sorted-doc.c: Include config.h.
1821 [!HAVE_STDLIB_H]: Declare malloc.
1822
fe83b953
AI
18232000-09-14 Andrew Innes <andrewi@gnu.org>
1824
1825 * makefile.w32-in: Revert to Unix line endings.
1826
517699ca
DL
18272000-09-04 Dave Love <fx@gnu.org>
1828
1829 * movemail.c (index, rindex): Prototype conditionally.
1830
f8803e97
AI
18312000-09-03 Andrew Innes <andrewi@gnu.org>
1832
1833 * makefile.w32-in: Change to DOS line endings.
1834
f72adc12
EZ
18352000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
1836
4034f3a8 1837 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
1838 [!F_OK]: Provide default definitions only after including both
1839 fcntl.h and unistd.h.
1840
f678f592
DL
18412000-08-29 Dave Love <fx@gnu.org>
1842
1843 * movemail.c: Revert previous change.
1844
5b671d04
EZ
18452000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
1846
1847 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
1848
6fa86045
DL
18492000-08-28 Dave Love <fx@gnu.org>
1850
1851 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
1852 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
1853
746d9caf
AI
18542000-08-22 Andrew Innes <andrewi@gnu.org>
1855
1856 * ntlib.h (WIN32): Remove unnecessary definition.
1857 (sleep): Make argument unsigned long.
1858 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
1859
1860 * ntlib.c (sleep): Make argument unsigned long.
1861
1862 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
1863
1864 * makefile.w32-in: New file.
1865
3b541489
EZ
18662000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
1867
1868 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
1869 letter only if it is a drive letter.
1870
e5acf0ca
GM
18712000-07-14 Gerd Moellmann <gerd@gnu.org>
1872
02ce3e80 1873 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and ymalloc.
e5acf0ca
GM
1874
1875 * etags.c (xmalloc, xrealloc): Make externally visible, for use
1876 by alloca.o.
1877
02ce3e80 1878 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
e5acf0ca 1879
4b92c49a
GM
18802000-07-10 Gerd Moellmann <gerd@gnu.org>
1881
1882 * ebrowse.c (yylex): Accept string literals with newlines in them.
1883 (process_pp_line): Handle case of string literal with newline
1884 in it in replacement text, which counts as continuing the
1885 replacement text in GNU C.
1886
831a6cb0
GM
18872000-07-02 Gerd Moellmann <gerd@gnu.org>
1888
1889 * ebrowse.c (token_string): Add missing tokens.
1890 (parm_list): Handle case of qualified pointers.
1891
53245ee2
DL
18922000-06-23 Dave Love <fx@gnu.org>
1893
1894 * ebrowse.c: Move config.h before other includes (which may use
1895 feature tests).
1896
dcbf2cd2
JM
18972000-06-14 Jim Meyering <meyering@lucent.com>
1898
1899 * grep-changelog: Fix typos in comments. Remove trailing blanks.
1900
f1c7754a
JR
19012000-06-11 Jason Rumney <jasonr@gnu.org>
1902
1903 * makefile.nt: Add targets for ebrowse.
1904
1905 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
1906 compare filenames.
1907
5f1aea9a
GM
19082000-06-06 Gerd Moellmann <gerd@gnu.org>
1909
1910 * ebrowse.c (ymalloc): Renamed from xmalloc.
1911 (yrealloc): Renamed from xrealloc.
1912
5bf244f1
DL
19132000-05-21 Dave Love <fx@gnu.org>
1914
1915 * movemail.c: Include config.h, not ../src/config.h.
1916 (Errmsg): Bump length.
1917
1918 * pop.c (ERROR_MAX): Increase to 160.
1919
ec82fb2f
GM
19202000-05-04 Gerd Moellmann <gerd@gnu.org>
1921
1922 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
1923
5c922ea7
EZ
19242000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1925
02ce3e80
SM
1926 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
1927 Define to semi-colon.
5c922ea7 1928 (FILENAME_EQ): New macro, for comparing file names.
02ce3e80 1929 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
5c922ea7
EZ
1930 (process_file): Don't assume that fread always reads as many bytes
1931 as it was told to (DOS-style CR-LF text files fail this logic).
1932 (open_file): Allocate enough space for path->path plus the file
1933 name and the slash.
1934
6142fdcb 19352000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
1936
1937 * etags.c (Texinfo_functions): New function.
1938 (lang_names): Install it.
1939 (Texinfo_suffixes): New variable.
1940
cb9215e4
GM
19412000-04-19 Gerd Moellmann <gerd@gnu.org>
1942
1943 * ebrowse.c (xmalloc, xrealloc): Rewritten.
1944 (declaration): Remove parameter IS_EXTERN.
1945 (class_definition): Remove unused variable.
1946
be0dbdab
GM
19472000-04-09 Gerd Moellmann <gerd@gnu.org>
1948
1949 * Makefile.in (INSTALLABLES): Add ebrowse.
1950 (ebrowse): New target.
1951
1952 * ebrowse.c: New file.
1953
c5aa0fc2
AS
19542000-03-29 Andreas Schwab <schwab@suse.de>
1955
1956 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
1957
d054101f
GM
19582000-03-02 Gerd Moellmann <gerd@gnu.org>
1959
1960 * etags.c (lisp_suffixes) Add `LSP'.
1961
ecc54057 19622000-02-10 Francesco Potort\e,Al\e(B <pot@gnu.org>
71cbb895 1963
eec54bd7 1964 * etags.c (iswhite): Redefine not to consider '\0' as white
71cbb895
FP
1965 space, and use it throughout in place of isspace, thus preventing a
1966 potential signed char to int conversion problem.
1967 (MSDOS): #undefine befere redefining
1968
ecc54057 19692000-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
71cbb895
FP
1970
1971 * etags.c (many functions): Add prototypes.
1972
97fa0cc8
DL
19732000-02-10 Dave Love <fx@gnu.org>
1974
1975 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
1976 (erlang_func): Add `static' to definitions to keep pcc happy.
1977
ecc54057 19782000-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
e4100b7f
FP
1979
1980 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
1981 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
1982 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
1983 (getenv, getcwd): Only declare them if necessary.
1984 (EMACS_NAME): New constant macro.
1985 (print_version): Use it.
1986 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 1987
19e262bd 19882000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
1989
1990 * etags.c [WINDOWSNT]: #include <direct.h>
1991
19e262bd 19922000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 1993
19e262bd
FP
1994 * etags.c (all functions): Made them static.
1995 (all functions): Write prototypes.
e4100b7f 1996
55e30d2a
RS
19972000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1998
1999 * movemail.c (main): Improve error message if can't create lock file.
2000
c60ee5e7 20012000-01-28 Eric Hanchrow <offby1@blarg.net>
875c1439
GM
2002
2003 * emacsclient.c (socket_status): New function.
02ce3e80 2004 (main): If $LOGNAME or $USER exist and differ from our euid, look
875c1439
GM
2005 for a socket based on the UID associated with the name.
2006
e4936aa9
GM
20072000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2008
2009 * emacsclient.c: Add option -a EDITOR and environment variable
2010 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
2011
c60ee5e7 20121999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
791a9087
GM
2013
2014 * movemail.c (popmail): Allow mailbox specifications of the
2015 form `po:username:hostname'.
2016
ecc54057 20171999-11-19 Francesco Potort\e,Al\e(B <pot@gnu.org>
e2081362
FP
2018
2019 * etags.c (_GNU_SOURCE): Define only if undefined.
2020 (get_scheme): Declaration deleted.
02ce3e80 2021 (main): Error was called with an integer as second arg, instead of
e2081362
FP
2022 a char pointer.
2023 (canonicalize_filename): Bug removed.
2024
20251999-11-18 Dave Love <d.love@dl.ac.uk>
2026
2027 * etags.c (C_entries): Rename label `intoken', avoiding K&R
2028 lossage from name clash with macro.
2029
b05d3bee
GM
20301999-11-13 Gerd Moellmann <gerd@gnu.org>
2031
2032 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
2033
cb3a6c48
GM
20341999-11-03 Gerd Moellmann <gerd@gnu.org>
2035
2036 * etags.c (print_help): Change email address to send bugs to.
2037
ecc54057 20381999-11-01 Francesco Potort\e,Al\e(B <pot@gnu.org>>
1c478461
FP
2039
2040 * etags.c: Add suffix psw for PSWrap.
2041 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
2042 (Postscript_functions): Add code for PSWrap.
2043 (Scheme_functions): Use local pointer and new get_tag function.
2044 (get_tag): New name for old get_scheme.
2045 (process_file): Do not free NULL when file does not exist.
2046 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
2047 (C_entries): Modifications that make --members tag even inside
2048 typedefs and C nested structs (one level only).
eec54bd7 2049 (consider_token): Correct a bug which prevented tagging of enum
1c478461 2050 constants.
eec54bd7 2051 (C_stab_entry): Add if, for, while, switch, return as
1c478461
FP
2052 st_C_ignore. This makes it simpler to work when cblev!=0.
2053
02ce3e80 2054 * etags.c (C_entries): Tag member function declarations when
1c478461
FP
2055 --declarations is used.
2056
2057 * etags.c (C_entries, consider_token): C++ `operator' now is
2058 tagged in most cases.
2059 As before, :: is not recognised if surrounded by spaces.
2060
2061 * etags.c (relative_filename): Account for DOS file names such
2062 that is impossible to make one relative to another.
2063
2064 * etags.c (sym_type): New st_C_extern tag.
2065 (gperf input): Use it for spotting external declarations.
2066 (print_help): Document the new behaviour of --declarations.
2067 (fvextern): New global variable.
2068 (consider_token, C_entries): Use it.
2069
2070 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
2071 (etags_getcwd): Remove test for WINDOWSNT.
2072
2073 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
2074 foo.cgz, foo.cz, etc.
2075
2076 * etags.c (declarations): New global switch.
2077 (longopts): Describe it.
2078 (print_help): Document it.
2079 (C_entries): Use it.
2080 (process_file): Don't process a file twice.
2081
2082 * etags.c (Fortran_functions): No tags for "procedure".
2083
20841999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
2085
2086 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
2087 non-zero, returns a pointer to where the extension begins; callers
2088 changed.
2089 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
2090 were foo.c.gz.
2091
ecc54057 20921999-11-01 Francesco Potort\e,Al\e(B <pot@gnu.org>
1c478461
FP
2093
2094 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
2095 (fvdev): New constant foperator.
2096 (consider_token): Use it to get "operator" in C++.
2097 (C_entries): Extend length of operator@ function name.
2098 (C_entries): Use foperator when necessary.
2099
2100 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
2101
2102 * etags.c (compressor): New struct for compressed files.
2103 (get_compressor_from_suffix): New function.
2104 (get_language_from_suffix): Use it. Also, semantics changed.
2105 (process_file): Consider compressed files, close file.
2106 (find_entries): Use different call arg for get_language_from_suffix,
2107 don't close file.
2108
2109 * etags.c (main): Call free_tree.
2110 (find_entries): Do not free curfile.
2111 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
2112 (prolog_pred, erlang_func, substitute): Cast strlen to int when
2113 comparing.
2114 (canonicalize_filename): Shut up compiler warning.
2115 (Perl_functions): Make tag significant.
2116
21171999-11-01 Dave Love <d.love@dl.ac.uk>
2118
2119 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
2120 (argument_type): New member at_icregexp.
2121 (lc_trans): New global.
2122 (main): Fill lc_trans. Process -c args.
2123 (add_regex): New arg determining whether to use translation table.
2124 (analyse_regex): New arg. Use it for add_regex.
2125
ecc54057 21261999-11-01 Francesco Potort\e,Al\e(B <pot@gnu.org>
1c478461
FP
2127
2128 * etags.c (init): Cosmetic change: NULL --> '\0'.
2129 (erlang_attribute): Bug corrected (uninitialized variable).
2130 (filename_is_absolute): New function replaces absolutefn macro and
02ce3e80 2131 corrects a bug. All callers changed.
1c478461
FP
2132 (canonicalize_filename): New function.
2133 (process_file, etags_getcwd, absolute_dirname): Use it.
2134 (relative_filename, absolute_filename): Removed var shadowing.
2135 (C_entries, Pascal_functions): Add fake initializations to keep
02ce3e80 2136 compilers quiet.
1c478461
FP
2137 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
2138
2139 * etags.c (xrnew): New macro. All callers of xrealloc changed.
2140 (language): New typedef (was struct lang_entry).
2141 (curlang): New global variable.
02ce3e80 2142 (node): Typedef renamed from NODE.
1c478461
FP
2143 (linebuffer): New typedef (was struct linebuffer).
2144 (pattern): New typedef (was struct pattern). Some members added.
2145 Now used as element of a linked list.
2146 (patterns, num_patterns): Global variables deleted.
2147 (p_head): New global variable.
a64387ee 2148 (forced_lang): New global variable (replaces lang_func).
02ce3e80
SM
2149 (get_language_from_name, get_language_from_interpreter)
2150 (get_language_from_suffix): Semantics changed. All callers changed.
1c478461 2151 (last_node): New global variable.
02ce3e80
SM
2152 (free_tree, add_node, put_entries, total_size_of_entries):
2153 Change name of local vars to avoid clashes with typedef node.
1c478461
FP
2154 (number_len): Rewritten for elegance.
2155 (token): New typedef replaces TOKEN.
2156 (analyse_regex, add_regex): Rewritten for new functionality.
2157 (free_patterns): New function called from main and add_regex.
2158 (initbuffer, readline_internal, readline, grow_linebuffer):
02ce3e80 2159 Change name of local vars to avoid clashes with typedef linebuffer.
1c478461
FP
2160 (readline): Rewritten for new functionality.
2161
ecc54057 2162 * etags.c (Scheme_suffixes): New suffix ".ss".
1c478461
FP
2163 (print_help): --globals is now used for more than C-type languages.
2164 (Perl_functions): Tag global variables ("my" and "local").
2165
2166 * etags.c (print_help): Some messages clarified.
2167 (LOOP_ON_INPUT_LINES): New macro.
02ce3e80
SM
2168 (just_read_file, Fortran_functions, Asm_labels, Perl_functions)
2169 (Python_functions, Cobol_paragraphs, Pascal_functions)
2170 (Lisp_functions, Postscript_functions, Scheme_functions)
2171 (TeX_functions, Prolog_functions, Erlang_functions): Use it.
2172 (Cobol_paragraphs, Postscript_functions, TeX_functions)
2173 (Prolog_functions, Erlang_functions): Use a local variable instead
1c478461
FP
2174 of the global variable dbp.
2175 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
2176 standard indentation.
2177
02ce3e80
SM
2178 * etags.c (Python_suffixes, lang_names, Python_functions):
2179 Python support.
1c478461 2180 (skip_spaces, skip_non_spaces): Utility functions.
02ce3e80
SM
2181 (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
2182 (Python_functions, L_getit, Lisp_functions, Scheme_functions)
2183 (prolog_pred, erlanf_func, erlang_attribute): Use them.
1c478461
FP
2184 (eat_white): Deleted.
2185
2186 * etags.c (CHAR, init): Keep into account non US-ASCII
2187 characters and compilers with default signed chars.
2188 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
2189 constructs.
ecc54057 2190 (C_stab_entry): "interface" in Java behaves like "class".
1c478461 2191
ecc54057 2192 * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
1c478461
FP
2193 (main): Put interval syntax here.
2194 (add_regex): And remove it from here.
2195
2196 * etags.c (suggest_asking_for_help): Provide a
2197 meaningful help message with and without LONG_OPTIONS.
2198
2199 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
2200 <stdlib.h, string.h>: Don't test MSDOS when including them.
2201 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
2202 (put_entries): Correctly use %ld instead of %d in printf.
2203
2204 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
2205 declare getcwd if HAVE_GETCWD.
2206 (consider_token): Dead break instruction removed.
2207
4ee9629e
PE
22081999-10-19 Paul Eggert <eggert@twinsun.com>
2209
2210 Add support for large files. Merge glibc 2.1.2.
1c478461 2211
4ee9629e
PE
2212 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
2213 movemail.c, pop.c:
2214 Do not include <stdlib.h>, as <config.h> does this now.
2215
2216 * b2m.c, emacsserver.c, etags.c, profile.c:
2217 Include <config.h> before any system include files.
1c478461 2218
4ee9629e
PE
2219 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
2220 test-distrib.c:
2221 (read, write, open, close): Do not undef.
2222
2223 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
2224 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
2225
2226 * getopt.h: Adopt glibc 2.1.2.
1c478461 2227
93c8d183
DL
22281999-10-15 Dave Love <fx@gnu.org>
2229
2230 * Makefile.in (pop.o): Depend on config.h.
2231
b358f91c
GM
22321999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2233
2234 * pop.c: Use "pop3" as the POP service name on all platforms,
2235 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
2236 has been the standard service name since RFC 1340 was published in
2237 July 1992, so I think it's safe to start using it by default.
2238
362bc2da
DL
22391999-09-27 Dave Love <fx@gnu.org>
2240
2241 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
2242
74e4cb59
PR
22431999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2244
2245 * make-docfile.c (scan_lisp_file): Fix previous changes;
2246 swallow CRLF like just CR or just LF.
2247
362bc2da
DL
22481999-09-03 Richard Stallman <rms@gnu.org>
2249
2250 * make-docfile.c: Include config.h not ../src/config.h.
2251 (main, fopen, chdir): Add #undef.
2252 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
2253 (scan_lisp_file): Handle \r like \n.
2254
22551999-08-30 Andreas Schwab <schwab@gnu.org>
2256
2257 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
2258
2259 * emacsserver.c: Include <stdlib.h> if available. Don't declare
2260 errno if it's a macro.
2261
2262 * test-distrib.c: Include <unistd.h> if available.
2263
22641999-08-29 Richard Stallman <rms@gnu.org>
2265
2266 * emacsclient.c (print_help_and_exit): Mention --version.
2267
22681999-08-25 Richard M. Stallman <rms@gnu.org>
2269
2270 * emacsclient.c (decode_options): Update version output.
2271 (print_help_and_exit): Update bug report address.
2272
22731999-08-13 Richard M. Stallman <rms@gnu.org>
2274
2275 * emacsclient.c (main): Move the dynamic allocation of
2276 system_name outside of the SERVER_HOME_DIR conditional.
2277 * emacsserver.c (main): Likewise.
2278
22791999-08-10 Gerd Moellmann <gerd@gnu.org>
2280
2281 * grep-changelog: New.
2282 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
2283
22841999-07-12 Richard Stallman <rms@gnu.org>
2285
2286 * Version 20.4 released.
2287
22881999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2289
1c478461 2290 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
2291
22921999-06-23 Dave Love <fx@gnu.org>
2293
2294 * etags.c (erlang_attribute): Fix undefined variable usage (after
2295 Potorti).
2296
22971999-05-2 Andrew Innes <andrewi@gnu.org>
2298
2299 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
2300 mapped to _chsize.
2301
23021999-04-29 Richard M. Stallman <rms@gnu.org>
2303
2304 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
2305
23061999-03-30 Dave Love <fx@gnu.org>
2307
2308 * sorted-doc.c (main): Split up tables. Modify the preamble
2309 somewhat.
2310
23111999-03-05 Geoff Voelker <voelker@cs.washington.edu>
2312
2313 * makefile.nt: Remove common multiple file compilation commands.
2314
23151999-02-26 Richard Stallman <rms@gnu.org>
2316
2317 * Version 20.4 released.
2318
2319 * Makefile.in (yow): Depend on epaths.h, not paths.h.
2320
2321 * yow.c: Refer to epaths.h.
2322
23231999-02-22 Simon Josefsson <jas@pdc.kth.se>
2324
2325 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
2326
23271999-01-27 Andrew Innes <andrewi@gnu.org>
2328
2329 * makefile.nt: Do make version comparison as strings.
2330
23311999-01-25 Richard Stallman <rms@gnu.org>
2332
2333 * emacsclient.c (xmalloc): Fix previous change.
2334
23351999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
2336
2337 * emacsclient.c (xmalloc): Declare to return long.
2338
23391999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2340
2341 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
2342 the case of the drive letter.
2343
23441999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
2345
2346 * emacsserver.c (main): Eliminate arbitrary limit on
2347 length of system_name.
2348
2349 * emacsclient.c (main): Eliminate arbitrary limit on
2350 length of system_name.
2351 (xmalloc): Define unconditionally.
2352
23531999-01-12 Darrin B. Jewell <jewell@mit.edu>
2354
2355 * etags.c (relative_filename): Stop backward search at beginning
2356 of string, since non-Unix systems can have absolute paths with no
2357 initial slash.
2358
23591998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2360
2361 * makefile.nt: Do string comparision of _NMAKE_VER.
2362
c60ee5e7 23631998-11-03 Theodore Jump <tjump@cais.com>
362bc2da
DL
2364
2365 * makefile.nt: Compile multiple source files when possible.
2366
23671998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
2368
2369 * Makefile.in: Replace tabs with spaces
2370 when they might confuse some Make versions.
2371
23721998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
2373
2374 * emacsclient.c (main): Null-terminate system_name.
2375
2376 * emacsserver.c (main): Null-terminate system_name.
2377
23781998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2379
2380 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
2381 an error message from POP, mention that it's from POP, to
2382 distinguish it from local error messages.
2383
23841998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2385
2386 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
2387 order of messages downloaded from a POP server (e.g., if the
2388 server stores messages in mailboxes in reverse order).
2389
23901998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2391
2392 * Version 20.3 released.
2393
23941998-08-11 Paul Eggert <eggert@twinsun.com>
2395
2396 * rcs2log: Update copyright date and bug report address.
2397 (initialize_fullname): Prefer getent if available.
2398
23991998-07-30 Paul Eggert <eggert@twinsun.com>
2400
2401 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
2402 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 2403
362bc2da
DL
24041998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
2405
2406 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
2407
24081998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
2409
2410 * Makefile.in: Properly terminate a comment.
2411
24121998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
2413
2414 * movemail.c (sys_wait): Rename to wait.
2415
2416 * ntlib.h: Undefine _WINSOCKAPI_.
2417
2418 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
2419
24201998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2421
2422 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
2423
24241998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
2425
2426 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
2427 all file i/o to be in binary mode. Include ntlib.h.
2428
24291998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
2430
2431 * make-docfile.c: Include <unistd.h> for chdir.
2432
24331998-04-25 Richard Stallman <rms@psilocin.gnu.org>
2434
2435 * etags.c (TEX_decode_env): Don't free the value getenv returns.
2436
24371998-04-17 Geoff Voelker <voelker@cs.washington.edu>
2438
2439 * makefile.nt (obj): Update with new files in src.
2440 (clean): Delete patch scratch files, optimized compilation dir.
2441
24421998-04-08 Dave Love <fx@gnu.org>
2443
2444 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
2445 Irix6, at least.
2446
24471998-04-06 Andreas Schwab <schwab@gnu.org>
2448
2449 Silence -Wimplicit:
2450 * movemail.c: Move cancelations up. Include <stdlib.h> if
2451 available.
2452 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
2453 (parse_header): Explicitly declare return type.
2454 * emacsserver.c: Include <unistd.h> if available.
2455 (main, handle_signals, perror_1, fatal_error): Explicitly declare
2456 return types. Add forward declarations.
2457 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
2458 Don't declare geteuid.
2459 (print_help_and_exit): Change return type to void. Forward
2460 declare it.
2461 * b2m.c: Include <stdlib.h> if available.
2462 (main): Explicitly declare return type.
2463
24641998-04-03 Richard Stallman <rms@delysid.gnu.org>
2465
2466 * etags.c (put_entries): Use %ld.
2467
2468 * b2m.c (fatal): Declare the arg.
2469
24701998-04-03 Richard Stallman <rms@psilocin.gnu.org>
2471
2472 * etags.c (put_entries): Use %ld.
2473
2474 * b2m.c (fatal): Declare the arg.
2475
24761998-03-26 Richard Stallman <rms@psilocin.gnu.org>
2477
2478 * pop.c (pop_getline): Renamed from getline.
2479
24801998-03-05 Richard Stallman <rms@psilocin.gnu.org>
2481
2482 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
2483 for the utilities.
2484
24851998-01-23 Dave Love <d.love@dl.ac.uk>
2486
2487 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
2488 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
2489 Always make named tags.
2490 (Fortran_functions): Grok BLOCK DATA.
2491
24921998-01-23 Andreas Schwab <schwab@gnu.org>
2493
2494 * movemail.c (main): Fix interwoven brace and cpp conditional
2495 nesting.
2496
24971997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
2498
2499 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
2500 server to contain embedded nulls.
2501
25021997-12-03 Paul Eggert <eggert@delysid.gnu.org>
2503
2504 * movemail.c:
2505 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
2506 '>' any lines starting with "From " read from the POP server, but
2507 leave the code in place, wrapped in #ifdef
2508 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
2509 because it turns out that something is depending on it. Change
2510 suggested by Paul Eggert <eggert@twinsun.com>.
2511 Convert the character \037 (^_) at the beginning of a line into
2512 the character '^' followed by the character '_', because otherwise
2513 Emacs can't parse the resulting file as a valid BABYL file.
2514 Change suggested by Paul Eggert <eggert@twinsun.com>.
2515
25161997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2517
2518 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
2519 server to contain embedded nulls.
2520
25211997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 2522
362bc2da
DL
2523 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
2524 quotes with a '>' any lines starting with "From " read from the
2525 POP server, but leave the code in place, wrapped in #ifdef
2526 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
2527 because it turns out that something is depending on it. Change
2528 suggested by Paul Eggert <eggert@twinsun.com>.
2529
2530 Convert the character \037 (^_) at the beginning of a line into
2531 the character '^' followed by the character '_', because otherwise
2532 Emacs can't parse the resulting file as a valid BABYL file.
2533 Change suggested by Paul Eggert <eggert@twinsun.com>.
2534
25351997-11-22 Richard Stallman <rms@gnu.org>
2536
2537 * b2m.c: Include getopt.h.
2538 (main): Use getopt_long to handle --version and --help.
2539
2540 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
2541
25421997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2543
2544 * pop.c (fullwrite): Get rid of an extra call to write. Problem
2545 pointed out by Chiaki Ishikawa.
2546
25471997-10-16 Dave Love <d.love@dl.ac.uk>
2548
ecc54057
JB
2549 * etags.c (L_getit): Always make named tags so that Emacs
2550 completion on symbols containing `:' etc. works.
2551 (get_scheme): Likewise.
362bc2da
DL
2552
25531997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2554
2555 * pop.c: Use system header files instead of declaring C-library
2556 functions explicitly.
2557
25581997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2559
2560 * Version 20.2 released.
2561
25621997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2563
2564 * Version 20.1 released.
2565
25661997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
2567
2568 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
2569
2570 * ntlib.c (getpid): Delete function.
2571
25721997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2573
2574 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
2575
25761997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2577
2578 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
2579 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
2580
25811997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2582
2583 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
2584
25851997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
2586
2587 * profile.c (get_time): Cast arg to fprintf.
2588
2589 * hexl.c (main): Use %08lx instead of %08x in printf because the
2590 variable named addresses is long.
2591
25921997-08-08 Geoff Voelker <voelker@cs.washington.edu>
2593
2594 * makefile.nt (lisp): Update paths to lisp files that have moved.
2595
25961997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
2597
2598 * makefile.nt (ctags.obj): New target.
2599 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
2600
2601 * ntlib.h: Add includes.
2602 Undo definitions of crt routines from config.h.
2603
26041997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2605
2606 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
2607
26081997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2609
2610 * pop.c: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
2611 Kerberos V5 for movemail, including detection of V4 and V5 header
2612 files and libraries.
362bc2da 2613 Include <string.h> when STDC_HEADERS is defined, to get
ecc54057 2614 declarations of string functions.
362bc2da 2615 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
ecc54057 2616 V5 API rather than the old one.
362bc2da 2617 [KERBEROS] (socket_connection): Change a constant name from
ecc54057
JB
2618 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
2619 with a constant in a header file.
362bc2da
DL
2620
2621 * Makefile.in: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
2622 Kerberos V5 for movemail, including detection of V4 and V5 header
2623 files and libraries.
362bc2da
DL
2624
26251997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2626
2627 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
2628
2629 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 2630
362bc2da
DL
26311997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2632
2633 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
2634
26351997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2636
2637 * movemail.c (rindex): Add declaration.
2638
2639Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
2640
2641 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
2642 (movemail.exe): Depend upon and link with getopt files.
2643 (obj): Include new source files.
2644 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
2645 (lisp): Include new and reorganized elisp files.
2646
26471997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2648
2649 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
2650
26511997-06-25 Paul Eggert <eggert@twinsun.com>
2652
2653 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
2654
26551997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
2656
2657 * b2m.c (readline): Terminate buffer properly when EOF seen.
2658 Test for valid pointer before dereferencing it.
2659
ecc54057 26601997-05-30 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2661
2662 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
2663 defined inside etags.c if HAVE_CONFIG_H is defined.
2664
ecc54057 26651997-05-29 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da 2666
ecc54057 2667 * etags.c (logical): Type name changed to bool.
362bc2da
DL
2668 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
2669 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
2670 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
2671 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
2672 (longopts): New long options without short counterpart are
2673 globals, members, no-globals, no-members. Regexp options are now
2674 defined conditionally to ETAGS_REGEXPS.
2675 (print_help): Updated.
2676
ecc54057 26771997-05-22 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2678
2679 * etags.c (C_entries): Use "." instead of "::" for Java.
2680 (consider_token): is_func renamed to is_func_or_var.
2681 (C_entries): is_func renamed to funorvar.
2682 (C_entries): Initialise tok.named.
2683 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
2684 get rid of "import", "package" and "friend".
2685 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 2686 users changed.
362bc2da
DL
2687 (C_entries): Make separate tags for variables separated by comma.
2688 (globals, members): New flags.
2689 (main, C_entries): Use them.
2690 (make_C_tag, C_entries): Make tok a global variable.
1c478461 2691
ecc54057 26921997-05-16 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2693
2694 * etags.c (funcdef): New vignore constant.
2695 (consider_token, C_entries): Use it to tag global variables.
2696 (print_help): Update for global variables.
2697 (consider_token, C_entries): Set the len member of token_name.
2698 (prolog_pred): Cleanup according to GNU coding standards.
2699 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
2700 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
2701
ecc54057 27021997-05-15 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2703
2704 * etags.c (CHARS, CHAR): New constant and macro.
2705 (iswhite, begtoken, intoken, endtoken): Use them.
2706 (notinname, _nin, nonam): New macro, array, string.
2707 (init): Cleanup and init _nin.
2708 (new_pfnote): New function.
2709 (make_C_tag) [traditional_tag_style]: Use it.
2710 (traditional_tag_style): Costant set to TRUE for now.
2711
ecc54057 27121997-05-14 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2713
2714 * etags.c (C_entries, Pascal_functions): Cleanup.
2715 (TeX_functions): NULL as a function arg needs a cast.
2716 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
2717
ecc54057 27181997-05-13 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2719
2720 * etags.c (TeX_functions): Cleaned up.
2721 (tex_getit): Removed.
2722
27231997-05-13 Paul Eggert <eggert@twinsun.com>
2724
2725 * rcs2log (files): When computing arguments automatically, ignore
ecc54057 2726 non-files within the RCS subdirectory.
362bc2da 2727
ecc54057 27281997-05-13 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2729
2730 * etags.c (C_JAVA): New #define.
2731 (Cjava_suffixes): .java is Java.
2732 (Cjava_entries): New function.
2733 (lang_names): Add Java.
2734 (sym_type): Add st_C_javastruct for Java.
2735 (C_stab_entry): Add `extends' and `implements' keywords.
2736 (consider_token, C_entries): Recognise Java structures.
2737
ecc54057 27381997-05-12 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da 2739
ecc54057 2740 * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax.
362bc2da
DL
2741 (Postscript_suffixes): .ps is Postscript.
2742 (lang_names): Add Postscript.
2743 (Postscript_functions): New function.
2744 (TEX_decode_env): Close minor memory leak.
2745 (just_read_file): Correct the char number of the tag.
2746
27471997-05-11 Paul Eggert <eggert@twinsun.com>
2748
2749 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
ecc54057
JB
2750 Don't prepend $nl since this causes some shells to generate the
2751 empty string when IFS is $nl.
362bc2da 2752 (printlogline): Use SOH (octal code 1), not CR, since some
ecc54057 2753 PC-based shells mishandle CR.
362bc2da
DL
2754 (initialize_fullname): Set NIS_PATH to the empty string before invoking
2755 nismatch, in case it's set to some nonstandard value.
1c478461 2756
362bc2da
DL
27571997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2758
2759 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
2760 read in separate blocks.
2761
ecc54057 27621997-04-30 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2763
2764 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
2765 (struct linebuffer): New member `len' is the length of the string.
2766 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
2767 Use it instead of strlen.
2768 (TEX_getit): Declare and define unconditionally as static.
2769 (TeX_functions): Use if instead of #if TeX_named_tokens.
2770 (add_regex): Set RE_INTERVALS flag for regex compilation.
2771 (substitute): Code cleanup.
2772 (readline_internal): Code cleanup, set new member `len'.
2773 (readline): Bug corrected.
2774
27751997-04-23 Geoff Voelker <voelker@cs.washington.edu>
2776
2777 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
2778 (obj): Change references of nt*.c files to w32*.c files.
2779
ecc54057 27801997-04-15 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2781
2782 * etags.c (xnew): Add support for debugging with chkmalloc.
2783 (error): Use this instead of printf whenever possible.
2784 (main): Only call xnew after having initialised progname.
2785 (substitute): Bad memory corruption error corrected.
2786
ecc54057 27871997-04-08 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2788
2789 * etags.c (add_regex): Undo previous change.
2790 (relative_filename): Small memory leak closed.
2791 (absolute_filename): Cleaned up the code, possibly closing a bug.
2792 (absolute_dirname): Always return a newly allocated string.
1c478461 2793
362bc2da
DL
27941997-03-21 Paul Eggert <eggert@twinsun.com>
2795
2796 * rcs2log (files): Ignore files in RCS directory whose names are
ecc54057
JB
2797 of the form ,*, or *_; they are probably RCS lock files.
2798 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
362bc2da
DL
2799 they are used by rcsfreeze.
2800
ecc54057 28011997-03-14 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2802
2803 * etags.c (add_regex): reset *putbuf before using it.
2804
28051997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2806
2807 * movemail.c (popmail): Remove some unnecessary function
2808 declarations.
2809 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
2810 into pop_retr, there's no reason to pass in mbx_write, and the
2811 file argument can be declared FILE * explicitly. This fixes a
2812 compilation problem on systems with 64-bit pointers.
2813
28141997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2815
2816 * movemail.c: Delete duplicate inclusion of fcntl.h
2817 and duplicate #undefs of open, read, write, close.
2818
28191997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2820
2821 * movemail.c (main): Do not display "[POP-password]" in the usage
2822 message when movemail is compiled without POP support.
2823 (main, popmail): Add the optional "-p" argument, which causes
2824 movemail to leave mail in the inbox after copying it into the
2825 output file.
1c478461 2826
362bc2da
DL
2827 * Makefile.in (movemail): Link with getopt.
2828
28291997-01-20 Paul Eggert <eggert@twinsun.com>
2830
ecc54057 2831 * rcs2log (--help, --version): New options, per GNU coding standards.
362bc2da
DL
2832 (Copyright, Help, Id): New variables, for above.
2833 (rlog): Use -q option with cvs log, to avoid useless chatter.
2834
2835 Treat logs of "Initial revision" (RCS) or "file F was initially added
2836 on branch B." (CVS) as if they said "New file.", for consistency with
2837 change log entries.
2838
28391997-01-01 Paul Eggert <eggert@twinsun.com>
2840
2841 * vcdiff (PATH): Add /usr/xpg4/bin,
2842 where XPG4 SCCS hangs out in Solaris 2.5.
2843 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
2844
28451996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2846
2847 * etags.c (streq, strneq): Use == NULL rather than !.
2848
28491996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
2850
2851 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
ecc54057 2852 (movemail): Use LIBMAIL, to link against -lmail.
362bc2da
DL
2853
2854 * movemail.c: Include maillock.h (conditionally).
2855 Remove a redundant inclusion of <stdio.h>.
2856 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
2857 (main): Add variable spool_name.
2858 Support the usage of maillock and mailunlock to
ecc54057 2859 lock and unlock mailboxes.
362bc2da
DL
2860 (mail_spool_name): New function.
2861
2862 * movemail.c: Fix an uninitialized variable which could cause
ecc54057
JB
2863 movemail to exit with an error status incorrectly on systems which
2864 use lock files rather than a system locking function to lock
2865 mailboxes.
362bc2da
DL
2866
28671996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2868
2869 * pop.c (socket_connection): Free realhost after using it.
2870
ecc54057 28711996-12-04 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2872
2873 * etags.c (C_entries): Test tok.valid. This handles some
2874 particular cases involving function declarations that failed.
2875
28761996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 2877
362bc2da
DL
2878 * pop.c (socket_connection):
2879 gethostbyname may return a pointer to static data.
2880 krb_realmofhost can clobber it. So copy it.
2881
ecc54057 28821996-11-14 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2883
2884 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
2885 must cast it to (char *) because we have no prototypes.
2886 (make_C_tag): Macro deleted, new function.
2887 (C_entries): Calls to make_C_tag macro changed to call function.
2888
ecc54057 28891996-11-13 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2890
2891 * etags.c (grow_linebuffer): New function.
2892 (GROW_LINEBUFFER): Macro deleted. All callers changed.
2893 (make_tag): Macro renamed to make_C_tag. All callers changed.
2894 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
2895 (Prolog_functions): prolog_skip_comment was called with wrong
2896 number of arguments.
2897 (xrealloc): fatal was called with wrong number of arguments
2898
ecc54057 28991996-11-08 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2900
2901 * etags.c (relative_filename): Bug corrected.
2902 (etags_getcwd): Avoid warning of unused variable.
2903 (C_entries, consider_token): Added support for enum labels.
2904
29051996-11-03 Paul Eggert <eggert@twinsun.com>
2906
2907 * rcs2log: When processing cvs log output, remove `Attic/' from
ecc54057 2908 repository file names.
362bc2da
DL
2909
29101996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
2911
2912 * emacsserver.c: Fix 1996-09-02 change.
2913
29141996-10-12 Paul Eggert <eggert@twinsun.com>
2915
2916 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
ecc54057 2917 option', since CVS says 'invalid option'.
362bc2da
DL
2918 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
2919 revisions, since some hosts reject 1970-01-01 when east of UTC.
2920 (date): Remove.
2921
29221996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2923
2924 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
2925
ecc54057 29261996-10-02 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
2927
2928 * etags.c (print_version): Print copyright info.
2929
2930 * etags.c (print_help): Print the bug reporting address.
2931 (main): Use return as the last instruction, instead of exit.
2932
2933 * etags.c (main): Don't open the tags file in cxref mode.
2934
29351996-09-29 Dave Love <d.love@dl.ac.uk>
2936
2937 * rcs2log (date): Make default format acceptable to CVS post v1.8
ecc54057 2938 as well as earlier CVSs and RCS.
362bc2da
DL
2939
29401996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2941
2942 * movemail.c (main): If the lock call fails with EBUSY or
2943 EAGAIN, retry a few times.
2944
29451996-09-25 Paul Eggert <eggert@twinsun.com>
2946
2947 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
ecc54057 2948 whether to append -zLT.
362bc2da
DL
2949
29501996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2951
2952 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
2953 * emacsclient.c, movemail.c: Likewise.
2954
29551996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2956
2957 * emacsclient.c (longopts): Change nowait to no-wait.
2958 (print_help_and_exit): Fix option name; upcase metavars.
2959
29601996-09-06 Erik Naggum <erik@naggum.no>
2961
2962 * emacsserver.c (main): Declare `fromlen' as size_t.
2963
29641996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2965
2966 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
2967
29681996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2969
2970 * emacsclient.c (quote_file_name): Quote with &, not \.
2971 Quote `-' only at start of file name. Terminate the value string.
2972
2973 * emacsserver.c: Include signal.h properly;
2974 delete the duplicate includes for it.
2975
2976 * emacsserver.c: On fatal signal, delete socket-file:
2977 * emacsserver.c: Include signal.h.
ecc54057 2978 (xmalloc, fatal, error): New functions.
362bc2da
DL
2979 (delete_socket, handle_signals): New functions.
2980 (progname, socket_name): New variables.
2981 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
2982
29831996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2984
2985 * emacsclient.c (quote_file_name): New function.
2986 (main, both versions): Use quote_file_name.
2987 (decode_options): Don't return a value.
2988 (main, both versions): Use optind.
2989 Don't check for -nowait here.
1c478461 2990
362bc2da
DL
2991 * emacsclient.c (decode_options): New function.
2992 (main, both versions): Call decode_options.
2993 (print_help_and_exit): New function.
2994 (VERSION): New macro.
2995
2996 * Makefile.in (emacsclient): Link with getopt.
2997 Add -DVERSION so emacsclient knows its version number.
2998
29991996-08-31 Geoff Voelker <voelker@cs.washington.edu>
3000
3001 * makefile.nt (lisp): Include dos-nt.elc.
3002
30031996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3004
3005 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
3006
30071996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3008
3009 * emacsclient.c (both versions): Handle -nowait and --nowait
3010 by sending data to the server.
3011
30121996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3013
3014 * Makefile.in (INSTALL_STRIP): New variable.
3015 (${archlibdir}): Use INSTALL_STRIP.
3016
3017 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
3018 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
3019
3020 * pop.c: Reverse conditional in previous change.
3021
30221996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3023
3024 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
3025
30261996-08-24 Paul Eggert <eggert@twinsun.com>
3027
3028 * rcs2log: Use ISO 8601 date format, with time zone appended
3029 if change-log-time-zone-rule is non-nil, instead of
3030 traditional Unix date format.
3031
3032 (datearg): When computing default from ChangeLog, handle ISO format
3033 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
3034 Don't worry about hh:mm:ss since the resolution is now by day.
3035 Use emtpy datearg, not empty rlog_options, to decide whether to pass
3036 "$datearg" option to $rlog.
3037 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
3038 (month_data): Remove `mo'; no longer needed.
3039 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
3040
3041 Match `revision' line of rlog output more accurately.
3042
3043 Add -c, -v options.
3044
30451996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3046
3047 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
3048
30491996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3050
3051 * Version 19.33 released.
3052
30531996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3054
3055 * Version 19.32 released.
3056
30571996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
3058
3059 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
3060 computing character positions in source files.
3061
30621996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
3063
3064 * makefile.nt (clean): Use OBJDIR macro.
3065
30661996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3067
3068 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
3069
c60ee5e7 30701996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
362bc2da 3071
ecc54057 3072 * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>.
362bc2da
DL
3073 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
3074 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
3075
30761996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
3077
3078 * ntlib.h: Correct return type of getwd.
3079 * ntlib.c (getwd): Correct return type.
3080
30811996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3082
3083 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
3084 to infile.
3085
30861996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
3087
3088 * makefile.nt: Remove all references to wakeup.
3089
ecc54057 30901996-06-28 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3091
3092 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
3093 explicit, mutable, typename.
3094
30951996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3096
3097 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
3098 streams, one for sending and one for reading the reply.
3099
31001996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3101
3102 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
3103 (wakeup): Target deleted.
3104 (UTILITIES): Delete wakeup and timer.
3105
3106 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
3107
31081996-06-11 Geoff Voelker <voelker@cs.washington.edu>
3109
3110 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
3111 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
3112
31131996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3114
3115 * etags.c (main): Copy cwd when appending slash.
3116
31171996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3118
3119 * Version 19.31 released.
3120
ecc54057 31211996-05-17 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3122
3123 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
3124 (Pascal_functions): Increase linecharno by the correct number of
3125 chars, inline the GET_NEW_LINE macro and delete its definition.
3126
c60ee5e7 31271996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
3128
3129 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
3130
c60ee5e7 31311996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
3132
3133 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
3134 (movemail.exe, fakemail.exe): Now built under Win32.o
3135
3136 * ntlib.c: Include ntlib.h.
3137 (nt_sleep): Rename to sleep.
3138 (getwd): Return directory.
3139 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
3140 sys_ctime, sys_fopen): New functions.
3141
3142 * ntlib.h: New file.
3143
31441996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3145
3146 * pop.c (SEND, RECV): Renamed from send, recv.
3147 (pop_open, pop_trash): Make the trash_started code unconditional.
3148 (socket_connection): Delete casts to void.
3149
31501996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3151
3152 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
3153 copied from lisp.h.
3154
31551996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
3156
3157 * fakemail.c [WINDOWSNT]: Include ntlib.h.
3158
3159 * hexl.c [DOSNT]: Include fcntl.h.
3160 [WINDOWSNT]: Include io.h.
3161 (main) [MSDOS]: Change conditional to DOS_NT.
3162
3163 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
3164 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
3165 [WINDOWSNT]: Include locking.h.
3166 (main): Update usage message. Use IS_DIRECTORY_SEP.
3167 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
3168 (main) [WINDOWSNT]: Invoke locking instead of flock.
3169 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
3170 (main) [MAIL_USE_POP]: Pass password to popmail if used.
3171 Include winsock.h; don't include unix inet headers.
3172 (popmail): Add password argument and pass it to pop_open.
3173 Open output file in binary mode.
3174
3175 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 3176 Macro SOCKET_ERROR undefined.
362bc2da
DL
3177 Don't declare h_errno.
3178 [!WINDOWSNT]: Define macros recv and send.
3179 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
3180 (pop_open) [WINDOWSNT]: Initialize trash_started.
3181 (have_winsock) [WINDOWSNT]: New variable.
3182 (socket_connection) [WINDOWSNT]: Initialize winsock.
3183 (socket_connection): Use closesocket instead of close.
3184 (getline): Use recv instead of read.
3185 (fullwrite): Use send instead of write.
3186 (pop_trash): Use closesocket instead of close.
3187 (pop_trash) [WINDOWSNT]: Cleanup winsock.
3188 Check if being called recursively by sendline.
3189
3190 * pop.h (struct _popserver): New field trash_started.
3191
3192 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
3193
31941996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3195
3196 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
3197
31981996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3199
3200 * etags.c [WINDOWSNT]: Include io.h.
3201
32021996-04-10 Geoff Voelker <voelker@cs.washington.edu>
3203
3204 * makefile.nt (CTAGSOBJ): Compile with regexp support.
3205
32061996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
3207
3208 * hexl.c [DJGPP v2]: Include io.h.
3209 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
3210
3211 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
3212 DJGPP v2.
3213
32141996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3215
3216 * etags.c (absolute_filename): Use absolutefn.
3217
32181996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
3219
3220 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
3221 letter isn't an alphabetic character.
3222 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
3223 (process_file) [DOS_NT]: Convert all slashes to forward style.
3224 (absolute_filename) [DOS_NT]: Emit error message for relative
3225 paths with a drive letter.
3226 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
3227 DOS/NT drive letters which try to reference the parent of the root.
3228 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
3229
32301996-03-27 Geoff Voelker <voelker@cs.washington.edu>
3231
3232 * makefile.nt: Change uses of del to $(DEL).
3233
ecc54057 32341996-03-22 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3235
3236 * etags.c (just_read_file): Reset lineno and charno on entry.
3237
32381996-03-15 Anders Lindgren <andersl@csd.uu.se>
3239
3240 * etags.c: Prolog language totaly rewritten.
ecc54057 3241 (Prolog_functions): Rewritten from scratch.
362bc2da 3242 (skip_comment, prolog_getit): Removed.
ecc54057
JB
3243 (prolog_skip_comment): New function, like old skip_comment.
3244 (prolog_pred, prolog_atom, prolog_white): New functions.
3245 (erlang_func, erlang_attributes): Forward declarations added.
3246 (erlang_atom): Check if backslash ends line inside quoted atom.
362bc2da 3247
ecc54057 32481996-03-14 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3249
3250 * etags.c (absolutefn): DOS_NT version corrected.
3251 (main): Append "/" to the dir name only if not already there.
3252 (print_help): Explain the absolute/relative file name issue.
1c478461 3253
362bc2da
DL
32541996-03-08 Anders Lindgren <andersl@csd.uu.se>
3255
3256 * etags.c: New Languange Erlang added.
3257 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
3258 erlang_white): New functions.
3259 (Erlang_suffixes): New suffix list.
3260 (lang_names): Erlang entry added.
3261 (prolog_getit): Accepts headers spanning several lines.
3262 Always name tags.
3263 (Prolog_functions): Removed incorrect compensation for
3264 newline characters.
3265 (readline_internal): Zero-terminate last line.
3266
32671996-03-20 Mike Long <mike.long@analog.com>
3268
3269 * b2m.c (main): Initialize progname variable before using it.
3270 Quote `username' in From_ header.
3271
32721996-03-18 Geoff Voelker <voelker@cs.washington.edu>
3273
3274 * ntlib.c (getpid): New function.
3275
32761996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3277
3278 * emacsclient.c (main, both definitions):
3279 Print a newline for normal termination.
3280
32811996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
3282
3283 * tcp.c (main): Convert port to network byte order.
3284
32851996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
3286
3287 * pop.c (pop_retrieve, getline): Avoid type clashes.
3288
32891996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
3290
3291 * etags.c (enum sym_type, anonymous enum): Delete final comma.
3292
32931996-01-15 Paul Eggert <eggert@twinsun.com>
3294
3295 * rcs2log (initialize_fullname): Add support for NIS+.
3296 (hostname): Fully qualify the default hostname with the domainname
3297 if the hostname lacks a `.'.
3298
32991996-01-15 Paul Eggert <eggert@twinsun.com>
3300
3301 * rcs2log (initialize_fullname): Add support for NIS+.
3302 (hostname): Fully qualify the default hostname with the domainname
3303 if the hostname lacks a `.'.
3304
33051996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
3306
3307 * etags.c (consider_token): Fix typo in expression.
3308
33091996-01-04 Paul Eggert <eggert@twinsun.com>
3310
3311 * etags.c (substitute): Fix spelling in message.
3312
33131996-01-03 George V. Reilly <georger@microcrafts.com>
3314
3315 * makefile.nt (etags, ctags): Compile with regexp support.
3316 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
3317 subdirectory exists before compiling.
1c478461 3318
362bc2da
DL
33191996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
3320
3321 * emacsserver.c (main): Do chmod based on existing permission.
3322
33231995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3324
3325 * Makefile.in (install): Turn on read/execute permission.
3326
33271995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3328
3329 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
3330 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
3331
33321995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3333
3334 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
3335
ecc54057 33361995-12-07 Francesco Potort\e,Al\e(B <pot@cnuce.cnr.it>
362bc2da
DL
3337
3338 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
3339 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
3340 get_scheme, prolog_getit): Name the tag in ctags mode.
3341 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
3342 (Perl_interpreters): Accept "@PERL@" as an interpreter.
3343 (suggest_asking_for_help): New function.
3344 (main, get_language_from_name): Use suggest_asking_for_help.
3345 (main): Let get_language_from_name make language existence check.
3346 (streq, strneq): Check the arguments #if DEBUG.
3347
ecc54057 33481995-12-06 Francesco Potort\e,Al\e(B <pot@cnuce.cnr.it>
362bc2da
DL
3349
3350 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
3351 (gperf): Added keywords for Objective C and GNU macros.
3352 (sym_type): Added values to account for Objective C and GNU macros.
3353 (begtk): The '@' character can start a token.
3354 (objdef, methodlen, objtag): New variables for Objective C.
3355 (consider_token, C_entries): Added code for Objective C.
3356 (plain_C_suffixes): Add .m and .lm for Objective C.
3357 (Yacc_suffixes): Add .ym for Objective yacc.
3358 (GROW_LINEBUFFER): New macro.
3359 (consider_token, C_entries, Pascal_functions): Use the new macro.
3360 (consider_token): Take one more argument. Caller changed.
3361 (consider_token): Use the hashing function to spot GNU macros.
3362 (C_entries): Consider // as a comment start even in plain C for
3363 the sake of Objective C parsing.
3364
ecc54057 33651995-12-04 Francesco Potort\e,Al\e(B <pot@cnuce.cnr.it>
362bc2da
DL
3366
3367 * Makefile.in (ctags): depend on etags only for simplicity;
ecc54057 3368 compile with regexp support enabled.
362bc2da
DL
3369
33701995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3371
3372 * Version 19.30 released.
3373
33741995-11-22 Geoff Voelker <voelker@cs.washington.edu>
3375
3376 * makefile.nt (DOC, clean): Don't use switches to del not
3377 supported by Windows 95.
3378
33791995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3380
3381 * Makefile.in (regex.o): Depend on ../src/config.h.
3382
33831995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3384
3385 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
3386 (LOADLIBES): Use LIB_STANDARD.
3387
33881995-11-07 Kevin Gallo <kgallo@microsoft.com>
3389
3390 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
3391 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
3392 Windows 95 conditional.
3393
ecc54057 33941995-11-06 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3395
3396 * etags.c (get_lang_from_name, get_lang_from_interpreter,
3397 get_lang_from_suffix): New functions.
3398 (get_language): Function deleted.
3399 (lang_entry): Two members added to struct.
3400 (lang_names): Reflect the new layout of lang_entry.
3401 (print_language_names, main, find_entries): Use the new functions.
3402 (find_entries): Look at the first line for #! if no language.
3403 (C_entries): Invalidate the token when funcdef is reset.
3404 (Perl_functions): New function.
3405 (lang_suffixes): .pl and .pm are Perl suffixes.
3406
ecc54057 34071995-11-02 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3408
3409 * etags.c (lowcase): Use the standard tolower function.
3410 (substitute): Remove some wrong and some useless code related with
a64387ee 3411 escape '\' character in regexp replacement string.
362bc2da
DL
3412 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
3413 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
3414 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
3415 .prolog for prolog (.pl removed).
3416 (massage_name, etags_getcwd): Use lowcase instead of tolower.
3417 (C_entries, find_entries): Added comments about memory leakage.
3418 (add_node): Dead code removed.
3419
34201995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3421
3422 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
3423 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
3424
34251995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3426
3427 * test-distrib.c: Add #undef for open, close, read, write.
3428
34291995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3430
3431 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
3432 [! O_RDONLY]: Define it to zero.
3433 (main): Use O_RDONLY instead of explicit zero.
3434
ecc54057 34351995-08-17 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3436
3437 * etags.c (Pascal_functions): Close comment bug corrected.
3438 (add_node): Correctly compare node file names.
3439 (Pascal_functions): Correctly allocate and free memory for tline.
3440 (pfnote): Put the definition of fp in the innermost block.
3441 (NODE): `named' member removed.
3442 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 3443 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
3444 (pfnote): `named' argument removed, all callers changed.
3445 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
3446 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 3447 removed from pfnote call, some code cleanup.
362bc2da
DL
3448 (relative_filename): Free temporary space allocated by concat.
3449
34501995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3451
3452 * Makefile.in (getdate.c): New target.
3453 (getdate.o): Just compile getdate.c.
3454
34551995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
3456
3457 * fakemail.c (xrealloc): Change cast to match return type.
3458
34591995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3460
3461 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
3462
34631995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3464
3465 * movemail.c (main): Fix previous change.
3466 Add error check for empty OUTNAME.
3467
34681995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3469
3470 * movemail.c (main): Mention lock file name in error message.
3471
34721995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3473
3474 * profile.c (gettimeofday): New function, defined if necessary.
3475
34761995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3477
3478 * Makefile.in: Renamed from Makefile.in.in.
3479 (distclean): Delete Makefile.c, not Makefile.in.
3480
34811995-07-17 Michael Shields <shields@tembel.org>
3482
3483 * Makefile.in.in (tags): Synonym for `TAGS'.
3484
34851995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3486
3487 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
3488 configure has already set $(INSTALL) to the proper relative path.
3489
ecc54057 34901995-06-27 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3491
3492 * etags.c (plain_C_entries): new function.
3493 (lowcase): new macro.
3494 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
3495 (lang_suffixes): new suffix ".pc" for Pro*C files.
3496 (consider_token): don't tag all tokens beginning with DEFUN & Co..
3497 (tail): look for the end of the token when comparing.
3498 (takeprec): since now tail behaves differently, use strneq.
3499
35001995-07-08 Paul Eggert <eggert@twinsun.com>
3501
3502 * rcs2log (datearg): Separate date from time with comma, not space,
3503 to work around CVS 1.5 bug.
3504 (CVSROOT): Don't abort when unset if repository is absolute.
3505
35061995-07-07 Paul Eggert <eggert@twinsun.com>
3507
3508 * rcs-checkin, rcs2log, vcdiff:
3509 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
3510 that interpret `#! /' as a 4-byte magic number.
3511
35121995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
3513
3514 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
3515 mailbox with "po:mailbox", the mailbox is everything after the
3516 "po:" prefix.
3517
35181995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3519
3520 * emacsserver.c: Make all error messages start with `Error: '.
ecc54057 3521 (fatal_error, perror_1): New functions, use throughout.
362bc2da
DL
3522
35231995-06-28 Paul Eggert <eggert@twinsun.com>
3524
3525 * rcs2log (CVSROOT, repository):
3526 Allow remote repositories a la CVS 1.4.
3527
ecc54057 35281995-06-27 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3529
3530 * etags.c (plain_C_entries): new function.
3531 (lowcase): new macro.
3532 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
3533 (lang_suffixes): new suffix ".pc" for Pro*C files.
3534 (consider_token): don't tag all tokens beginning with DEFUN & Co..
3535 (tail): look for the end of the token when comparing.
3536 (takeprec): since now tail behaves differently, use strneq.
3537
35381995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3539
3540 * movemail.c (main): Add newline in usage message.
3541
35421995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3543
3544 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
3545
ecc54057 35461995-06-21 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3547
3548 * etags.c (find_entries): Rewind before rereading the input file.
3549
35501995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3551
3552 * Version 19.29 released.
3553
3554 * make-docfile.c (main) [MSDOS]: Do set _fmode.
3555 This undoes part of the previous change.
3556
35571995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3558
3559 * make-docfile.c (main): On MSDOS, don't change stdout
3560 to binary, and insist on an -o option.
3561
35621995-06-13 Geoff Voelker <voelker@cs.washington.edu>
3563
3564 * etags.c (process_file,absolute_filename): Handle filenames
3565 starting with a drive letter.
3566
3567 * makefile.nt (install): Copy wakeup.exe properly.
3568
35691995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
3570
3571 * make-docfile.c [MSDOS]: #undef chdir.
3572
35731995-06-04 Paul Eggert <eggert@twinsun.com>
3574
3575 * rcs2log (output_authors): Allow ':' in time zone,
3576 as per ISO 8601 and RCS 5.6.8 beta.
3577
ecc54057 35781995-05-29 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3579
3580 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
3581 compatibility problems.
3582
35831995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
3584
3585 * etags.c (etags_getcwd): Don't use #elif.
3586 Have just one function body.
3587
35881995-05-25 Geoff Voelker <voelker@cs.washington.edu>
3589
3590 * makefile.nt (LIBS): Use BASE_LIBS.
3591 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
3592 upon LIBS.
3593 (DOC): Use del instead of rm.
3594 (DOC) [WINDOWS95]: Use DOC.
3595 (clean): Handle MSVC aux files.
3596 (config.h,paths.h): Use $(CP) instead of cp.
3597 (config.h): Use $(CONFIG_H)
3598 (make-docfile.obj): Depend upon config.h.
3599 Clean up comments.
3600
ecc54057 36011995-05-23 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3602
3603 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
3604 former gives the true path even in the presence of simlinks.
3605
36061995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3607
3608 * movemail.c (main): Increase lock timeout to five minutes.
3609
36101995-05-06 Geoff Voelker <voelker@cs.washington.edu>
3611
3612 * makefile.nt (obj): Use .c files.
3613
36141995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3615
3616 * make-docfile.c: Include config.h.
3617 (NO_SHORTNAMES): New definition.
3618 (xmalloc): Return long *.
3619
3620 * etags.c (C_entries): Cast result of xrealloc.
3621 (xmalloc, xrealloc): Declare them to return long *.
3622
3623 * b2m.c (xmalloc, xrealloc): Declare them long *.
3624
3625 * movemail.c (xmalloc): Declare it to return long *.
3626
36271995-04-30 Paul Eggert <eggert@twinsun.com>
3628
3629 * rcs2log (datearg): If rlog options are specified explicitly,
3630 omit the implicit '-d>DATE' option.
3631 (repository, rlog): Allow absolute paths to CVS repositories.
3632 Look only at the first line of CVS/Repository.
3633
36341995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
3635
3636 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
3637 realclean.
3638
36391995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3640
3641 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
3642 Alternative (empty) definitions.
3643
36441995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3645
3646 * emacsclient.c (main): Add argv[0] to an error message.
3647
36481995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
3649
3650 * emacsclient.c (main): Improve error handling.
3651 * cvtmail.c (main, skip_to_lf): Improve error handling.
3652 (sysfail): New function.
3653
3654 * b2m.c (main): Check for trailing ", " before trying to delete it.
3655
36561995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3657
3658 * Makefile.in.in (all): Build test-distrib and make-docfile.
3659
3660 * make-docfile.c (scan_c_file): At end, restore file name last char
3661 to its original value.
3662
36631995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3664
3665 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
3666
36671995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3668
3669 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
3670 (alloca.o, regex.o): Use BASE_CFLAGS.
3671
36721995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3673
3674 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
3675
36761995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
3677
3678 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
3679 (SOURCES, distclean): Removed obsolete references to aixcc.
3680
36811995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3682
3683 * aixcc.lex: File deleted--surely obsolete now.
3684
36851995-03-23 Paul Eggert <eggert@twinsun.com>
3686
3687 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
3688 portability to mawk and nawk.
3689
36901995-03-21 Paul Eggert <eggert@twinsun.com>
3691
3692 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
3693 -u "login<tab>fullname<tab>mailaddr".
3694
36951995-03-21 Paul Eggert <eggert@twinsun.com>
3696
3697 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
3698 replaces the (now obsolescent) -n login fullname mailaddr option.
3699 Add -R option for recursive rlog.
3700 (AWK): New environment variable (default `awk') for awk program name.
3701 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
3702 Quote authors and fullnames correctly.
3703 Don't omit path from repository root when logging CVS files.
3704
37051995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3706
3707 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
3708 even if HAVE_SYSVIPC.
3709 * emacsclient.c (main): Use getcwd if not BSD.
3710
ecc54057 37111995-03-13 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3712
3713 * etags.c (process_file): free (filename) after using it.
3714 (readline_internal): Do not access the char before start of line.
3715
ecc54057 37161995-02-22 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3717
3718 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
3719 savetok.valid. Mark token as valid when it is initialised.
3720 (make_tag): Make token only if token is valid and reset validity.
3721 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
3722 (TOKEN): Added a new member: valid.
3723
ecc54057 37241995-02-15 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3725
3726 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
3727 (main): Do not read twice the last filename in the stdin file list.
3728
ecc54057 37291995-02-14 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3730
3731 * etags.c (C_entries): Initialise the new members of TOKEN.
3732 (C_entries): Do not allocate a new space for each token found by
3733 consider_token. Let make_tag do that instead.
3734 (make_tag): Since now TOKEN has memory of where it is taken from,
3735 this new macro substitutes both make_tag_from_new_lb and
3736 make_tag_from_oth_lb. All callers changed.
3737 (TOKEN): Add linepos and buffer members.
3738 (main): Initialise token_str.
3739 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
3740 (token_str): New global variable used by C_entries.
3741
37421995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
3743
3744 * Makefile.in.in (maintainer-clean): Renamed from realclean.
3745
ecc54057 37461995-02-01 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3747
3748 * etags.c (pfnote): Initialise been_warned in the node.
3749 (C_entries): Removed a speed hack for the sake of clarity.
3750
ecc54057 37511995-01-18 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3752
3753 * etags.c (longopts, print_help, main): Use -I as abbreviation
3754 for the --ignore-indentation option.
3755 (main): Do not print an error message for unknown options.
3756
ecc54057 37571995-01-12 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3758
3759 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
3760 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
3761 constantypedefs, update, vgrind_style, no_warnings,
3762 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
3763 (permit_duplicates): Was a var, now a #define.
3764 (filename_lb): Was global, now local to main.
3765 (main): Open the tag file when in cxref mode.
3766 Use a BUFSIZ size buffer for making the shell commands.
3767 Look at the return value from the system routine.
3768 Exit when cannot open the tag file.
3769 (process_file): Open the file and pass the FILE* to find_entries.
3770 (find_entries): Now void, because does not open the file itself.
3771 (pfnote): Recovering from lack of memory does not work. Removed.
3772 Use savenstr and simplify the code.
3773 (free_tree): Only free the name space if node is named.
3774 (structtag): Now a pointer, not a fixed length array of chars.
3775 (consider_token): Don't take a token as argument. Use savenstr
3776 when saving a tag in structtag. Callers changed.
3777 (TOKEN): Structure changed. Now used only in C_entries.
3778 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
3779 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
3780 (pfcnt): Deleted. Users updated.
3781 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
3782 TEX_getit, prolog_getit): Use dinamic allocation for storing
3783 the tag instead of a fixed size buffer.
3784
37851995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3786
3787 * movemail.c (main): Skip past the colon in inname.
3788
ecc54057 37891995-01-10 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3790
3791 * etags.c (pfatal): New function.
3792 (main, etags_getcwd): Use pfatal.
3793 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
3794
ecc54057 37951995-01-10 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3796
3797 * etags.c (Lang_function): Use void instead to declare the
3798 language functions, because many compilers are buggy.
3799 (etags_getcwd): Fix the previous fix on the #else branch.
3800 (readline_internal): Discard possible \r before \n here.
3801 (C_entries): Do not deal with \r here: undo previous fix.
3802
ecc54057 38031995-01-09 Francesco Potort\e,Al\e(B (pot@fly)
362bc2da
DL
3804
3805 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
3806 functions and a macro that allow the program to work on input
3807 lines of whatever length. Copied from etags.c.
3808 (fatal): Print a fatal error message and exit.
3809 (main): Use the new functions. Fixed a bug that made a \037 char
3810 appear at the end of the output.
3811
38121995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3813
3814 * etags.c (C_entries): Ignore carriage return at end of line.
3815
38161994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3817
3818 * fakemail.c (xmalloc, xrealloc): Add casts.
3819 (add_field): Handle <...> and "..." syntax.
3820 (setup_files, get_keyword): Clean up parens and line breaks.
3821 (args_size): Likewise.
3822
38231994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
3824
3825 * yow.c: Include program name in error messages.
3826
38271994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3828
3829 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
3830 (xmalloc, fatal, error): New functions.
3831 (progname): New variable.
3832 (main): Set progname.
3833
38341994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3835
3836 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
3837 (main): If socket/mqueue name is in home dir, add in the host name.
3838 Rename .emacs_server to .emacs-server....
3839
38401994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3841
3842 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
3843
ecc54057 38441994-11-22 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3845
3846 * etags.c (print_help): print --regex usage for ctags also.
3847 (main): use -h in addition to -H as abbreviation for --help.
3848
ecc54057 38491994-11-16 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3850
3851 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
3852 is compiled if this is defined. The new functions and variables
3853 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
3854 [VMS]: All VMS specific code previously contained in
3855 etags-vmslib.c is now included here, modified for dealing with
3856 language and regex options intermixed with filenames.
3857 (header_file): Global variable deleted.
3858 (Lang_Function): New typedef. All language parser functions
3859 changed to this new type.
3860 (string_numeric_p, substr, prestr): Functions deleted.
3861 (readline_internal): Does the job that readline did previously.
3862 (longopts): --language and --regex options added.
3863 (lang_names, lang_extensions, lang_func, print_language_names):
3864 New structures, variables and functions for choosing languages.
3865 (print_help): Help strings updated. Calls print_language_names.
3866 (argument_type, ARGUMENT): Typedefs for dealing with language and
3867 regex options intermixed with filenames.
3868 (main): Changed the way of dealing with arguments on the command
3869 line to deal with language and regex options intermixed with
3870 filenames.
3871 (get_language, default_C_entries, Cplusplus_entries,
3872 Cstar_entries, Yacc_entries, just_read_file): New functions.
3873 (find_entries): Use the new method for choosing the language.
3874 (Pascal_functions): Allow intermixing of comment styles.
3875 (prolog_getit, skip_comment): Rewritten for speed.
3876 (readline): Rewritten to deal with regexps.
3877
ecc54057 38781994-11-16 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3879
3880 * etags.c (<errno.h>): #include added.
3881 (etags_getcwd): Check return value from getcwd.
3882
38831994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3884
3885 * profile.c (TV1, TV2): Use EMACS_TIME as type.
3886 (get_time): Use EMACS_SUB_TIME.
3887
38881994-10-30 voelker <voelker@cs.washington.edu>
3889
3890 * ntlib.c: New file.
3891 * makefile.nt: New file.
3892
3893 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
3894 [WINDOWSNT]: Include the NT headers.
3895 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
3896
3897 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
3898 [WINDOWSNT]: Include some NT headers.
3899
39001994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
3901
3902 * pop.c (getline): When a search of already-read input for CRLF
3903 fails, store the fact that we've searched it and don't search it
3904 again after reading more data.
3905
3906 * pop.c (getline): When determining whether or not it's necessary
3907 to grow the input buffer, take into account the null that's stored
3908 at the end of already-read input in the buffer.
3909
ecc54057 39101994-10-21 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3911
3912 * etags.c (prestr, substr): return a logical type.
3913 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
3914 (consider_token): set funcdef to fignore when a DEFUN is met.
3915 (C_entries): Now we can use Tom Hageman patch for extern "C".
3916
39171994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3918
3919 * movemail.c: PopServer renamed to popserver throughout.
3920
39211994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3922
3923 * etags.c: Don't declare malloc, since we include config.h.
3924 * fakemail.c: Likewise.
3925
39261994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3927
3928 * movemail.c: Don't declare malloc.
3929
39301994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3931
3932 * rcs-checkin: Use test -r instead of < to check readability, to
ecc54057 3933 avoid syntax error.
362bc2da
DL
3934
39351994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
3936
3937 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
3938 defined, and if HAVE_CONFIG_H isn't defined, define
3939 MAIL_USE_POP always (so that this file can be included in
3940 other programs besides emacs).
3941
3942 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
3943 HAVE_CONFIG_H isn't defined.
3944
3945 * pop.c (find_crlf, getline): Instead of using strstr, use a
3946 custom function for finding CRLF.
3947 (my_strstr): Function deleted.
3948
39491994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
3950
3951 * pop.c (getline): Fix a segfault because of passing a
3952 non-null-terminated string into strstr(). Fix from
3953 djm@va.pubnix.com (David J. MacKenzie).
3954
3955 * pop.c: Don't include <string.h> and <strings.h>.
3956
3957 * pop.c: Include <des.h> before <krb.h>, rather than after. They
3958 should be interchangeable, and indeed the inclusion is done in
3959 both orders in various files in the Kerberos 4 library sources,
3960 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
3961 requires that <des.h> be included first, and I don't see any harm
3962 in changing the order.
3963
3964 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
3965 STDC_HEADERS, if they're defined. Undef open, read, write and
3966 close after including it.
3967
39681994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3969
3970 * pop.c: Fix mismatch in conditionals.
3971
3972 * make-docfile.c (main): Don't process one input file twice.
3973 Never use exit code > 1.
3974
3975 * pop.c (open, close, read, write): Add #undefs.
3976
3977 * pop.c: Don't declare malloc, realloc, free.
3978 Include ../src/config.h.
3979 Don't include string.h or strings.h.
3980 Include des.h before krb.h.
3981 Do declare my_strstr.
3982 (getline): Really use my_strstr.
3983 Leave one empty place in server->buffer,
3984 and put a null at the end of the data in it.
3985
39861994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3987
3988 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
3989 call kill with pid 0. Handle EINTR when receiving messages.
3990
39911994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
3992
3993 * Makefile.in.in (regex.o): Use full path to find regex.c.
3994
ecc54057 39951994-10-17 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
3996
3997 * Makefile.in.in (etags): add dependency on regex.o, link with it.
3998 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
3999
40001994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
4001
4002 * Makefile.in.in (DONT_INSTALL): Remove make-path.
4003 (${archlibdir}): Use mkinstalldirs instead.
4004
4005 * movemail.c: Make functions that return nothing void, not
4006 implicitly int.
4007 (main): Improve usage message.
4008 (error): Write to stderr, not stdout.
4009
4010 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
4011 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
4012 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
4013 variables and implicitly declared functions.
4014
40151994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4016
4017 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
4018 (distclean): Not here.
4019
4020 * Makefile.in.in (libexecdir): Renamed from libdir.
4021
ecc54057 40221994-10-11 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4023
4024 * etags.c (C_entries): Name the #define's that are macros.
4025
40261994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
4027
4028 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
4029 fd_set arg is a pointer, descriptor arg comes first.
4030
ecc54057 40311994-09-29 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4032
4033 * etags.c (C_entries): Recognise typedef of ANSI style functions.
4034 (C_entries): Recognise #define inside a struct.
4035 (C_entries): ANSI tells that preprocessor commands do not have to
4036 start on the first column.
4037 (print_help): Documentation corrected for -d and -D.
4038 (white, endtk): ANSI tells the vertical tab is a separator.
4039
40401994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
4041
4042 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
4043 (pop.o, movemail.o): New targets.
4044 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
4045
4046 * pop.c, pop.h: New files.
4047
4048 * movemail.c: Improve POP code, move most of it into a separate file.
4049 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
4050 (mbx_write): Check for errors and for From line.
4051 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
4052 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
4053 (pop_init): Functions deleted.
4054
40551994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
4056
4057 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
4058 Rename path to dirname.
4059
40601994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4061
4062 * Makefile.in.in (UTILITIES):
4063 Remove test-distrib, make-docfile, make-path.
4064 (DONT_INSTALL): New variable--list those files here.
4065 (clean): Delete the files in DONT_INSTALL.
4066
40671994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4068
4069 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
4070 (main): Use fgets, not gets.
4071
40721994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4073
4074 * timer.c: Don't declare malloc.
4075
40761994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4077
4078 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
4079 defined, use simple 32-bit versions of these macros.
4080 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
4081
c60ee5e7 40821994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
362bc2da
DL
4083
4084 * etags.c (etags_getcwd): Use getcwd if available.
4085
40861994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4087
4088 * Version 19.27 released.
4089
40901994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4091
4092 * Version 19.26 released.
4093
40941994-08-15 Paul Eggert <eggert@twinsun.com>
4095
4096 * rcs2log: Add support for CVS.
4097 Work with `rlog's that output ISO 8601 dates.
4098
40991994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
4100
4101 * rcs2log: Use <> to delimit email address.
4102
41031994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4104
4105 * emacsserver.c [SYSV_IPC] (main): Make a separate process
4106 so we can listen for multiple requests.
4107
41081994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4109
4110 * movemail.c: Include config.h first thing.
4111
41121994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4113
4114 * emacsserver.c (main): Add casts to avoid warnings.
4115
41161994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4117
4118 * Makefile.in.in (${archlibdir}): Compare the proper dir
4119 before installing the scripts.
4120
41211994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4122
4123 * emacsclient.c (main): New local var progname saves argv[0].
4124
41251994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4126
4127 * emacsclient.c (main): Don't actually modify argv[0].
4128 Modify a copy instead.
4129
41301994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4131
4132 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
4133 (tzp): Var deleted.
4134
4135 * Makefile.in.in: Add #undef alloca.
4136
41371994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4138
4139 * timer.c (xmalloc): New function.
4140
41411994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4142
4143 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
4144 (alloca.o): New target.
4145
41461994-07-08 Dave Love (d.love@dl.ac.uk)
4147
ecc54057 4148 * etags.c (takeprec): recognise `character*(*) function'
362bc2da 4149
ecc54057 41501994-07-08 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4151
ecc54057
JB
4152 * etags.c (main): Don't barf on obsolete -t and -T switches.
4153 (main): Print an explicative message when a switch is not known.
362bc2da
DL
4154
41551994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4156
4157 * hexl.c: Don't declare exit or perror.
4158
4159 * emacsserver.c (main): Don't declare geteuid.
4160 Don't declare getenv if convex.
4161
41621994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4163
4164 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
4165
ecc54057 41661994-06-03 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4167
4168 * etags.c (absolute_filename): Remove infinite loop bug when
4169 accessing files in directories whose name begins with a dot.
4170
ecc54057 41711994-06-03 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4172
4173 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
4174
41751994-06-01 Morten Welinder (terra@diku.dk)
4176
4177 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
4178 location of data directory.
4179
41801994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4181
4182 * Version 19.25 released.
4183
41841994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4185
4186 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
4187
41881994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4189
4190 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
4191
41921994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4193
4194 * Version 19.24 released.
4195
41961994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4197
4198 * make-docfile.c (write_c_args): Put `default' in upper case.
4199
42001994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4201
4202 * etags.c (etags_getcwd): Cast result of popen.
4203 (popen): Declaration deleted.
4204
42051994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
4206
4207 * etags.c [!MSDOS]: Declare popen.
4208
42091994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4210
4211 * b2m.c (main): Avoid crash if argc is 1.
4212
42131994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4214
4215 * Version 19.23 released.
4216
4217 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
4218
42191994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4220
4221 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
4222
42231994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4224
4225 * Makefile.in.in: Fix out of date comment.
4226
42271994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4228
4229 * Makefile.in.in: Put in a separator for where to start cpp procssing.
4230 Move all autoconf substitutions above that point.
4231 Above that point, use Make-style comments.
4232 This goes with changes in ../configure.in.
4233
42341994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4235
4236 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
4237 warning message.
4238 (${archlibdir}): Don't do it here. Don't depend on blessmail.
4239
42401994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
4241
4242 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
4243
42441994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4245
4246 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
4247 print advice to run it, if it has anything significant to do.
4248 And only if MOVEMAIL_NEEDS_BLESSING.
4249 (blessmail): Use emacs, not temacs.
4250 (configuration): Renamed from configname.
4251
42521994-04-30 Morten Welinder (terra@diku.dk)
4253
4254 * etags.c (find_entries): Treat `*.cpp' as C++ files.
4255
42561994-04-30 Morten Welinder (terra@diku.dk)
4257
4258 * etags.c [MSDOS]: #include <sys/param.h> for the following.
4259 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
4260 a shell.
4261
42621994-04-29 Morten Welinder (terra@diku.dk)
4263
4264 * hexl.c [MSDOS]: Don't define proto type for exit.
4265
42661994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4267
4268 * b2m.c: Don't include string.h or strings.h.
4269
42701994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
4271
4272 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
4273 symbols, not make variables.
4274
42751994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4276
4277 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
4278 * etags.c (print_version): Print VERSION as a string.
4279
42801994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4281
4282 * fakemail.c (readline): Fix updating of p when buffer grows.
4283
42841994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
4285
4286 * Makefile.in.in (blessmail): New target.
4287 ${archlibdir}: Use blessmail when installing movemail.
4288
42891994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4290
4291 * fakemail.c (readline): When extending the buffer,
4292 calculate end afresh using the new size.
4293
ecc54057 42941994-04-18 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4295
4296 * etags.c (main, print_help): eliminate the -F option.
4297
ecc54057 42981994-04-18 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4299
4300 * etags.c (absolute_filename): compare against '\0' instead of NULL.
4301
43021994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4303
4304 * Makefile.in.in: Renamed from Makefile.in.
4305 Makefile.in is now generated from it, and then preprocessed.
4306 Change comments to C syntax.
4307 Include config.h.
4308 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
4309 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
4310
43111994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4312
4313 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
4314
ecc54057 43151994-04-12 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4316
4317 * etags.c (etags_getcwd): Initialize bufsize.
4318
43191994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4320
4321 * profile.c (gettimeofday): If system doesn't have this, define it
4322 to give a fatal error.
4323
43241994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
4325
4326 * movemail.c (main): Use setuid, not seteuid.
4327
43281994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4329
4330 * etags.c: #undef static.
4331
ecc54057 43321994-04-08 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4333
4334 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
4335 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
4336 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
4337 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
4338 TeX_functions, Prolog_functions.
4339 (inf): no more a global variable.
4340 (C_entries): take 2nd parameter `inf' instead of using the global one.
4341 (find_entries): added the cp1 var for optimisation.
4342 (find_entries): added more suffixes for assembler files.
4343 (Asm_funcs): Now finds labels even without an ending colon.
4344
ecc54057 43451994-03-30 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4346
4347 * etags.c (main): use etags_getcwd for compatibility.
4348 (etags_getcwd): new function.
4349
43501994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4351
4352 * Makefile.in (etags, ctags): Pass -D for VERSION.
4353
ecc54057 43541994-03-25 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4355
4356 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
4357 (main): don't allow the use of -t and -T in etags mode.
4358 (print_help): don't show options enabled by default.
4359 (print_version): show the emacs version number if VERSION is #defined.
4360 (find_entries): add "ss" as suffix for Chez Scheme.
4361
ecc54057 43621994-03-23 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4363
4364 * etags.c (cwd, outfiledir): vars added.
4365 (relative_filename, absolute_filename, absolute_dirname):
4366 functions added to compute filenames in tags files.
4367 (process_file): filenames in tags file are relative to the
4368 directory where the tags file is (useful with the -o option).
4369 (main): initialise the outfiledir var.
4370 (TYPEDST): added the `tignore' value.
4371 (C_entries): corrected various small bugs.
4372
43731994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4374
4375 * Makefile.in (UTILITIES): `env' deleted.
4376 (env): Target deleted.
4377 * env.c: File deleted.
1c478461 4378
362bc2da
DL
43791994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4380
4381 * Makefile.in (install, ${archlibdir}): Switch back to ..
4382 before running INSTALL_PROGRAM.
4383
ecc54057 43841994-03-14 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4385
4386 * etags.c (TYPEDST): added the `tignore' value.
4387 (C_entries): corrected various bugs, now correctly parses the
4388 `extern "C" {' construction (patch by Tom R.Hageman).
4389
43901994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4391
4392 * b2m.c: Use <...> to include config.h.
4393 Don't include stdlib.h.
4394
177c0ea7 43951994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
362bc2da
DL
4396
4397 * b2m.c (main): Change delimiter from "^L" to "^_^L".
4398 Allow for text following "BABYL OPTIONS:".
4399 Add --help option. Use argv[0] in error messages.
4400
44011994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4402
4403 * emacsclient.c (main) [HAVE_SYSVIPC]:
4404 Make msgp->mtext longer if necessary.
4405 On HPUX, error if it's more than 512 chars.
4406
44071994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
4408
4409 * etags-vmslib.c: Use GPL.
4410 * emacstool.c: Use GPL.
4411 * fakemail.c: Update GPL.
4412
4413 * make-path.c (main): Return 1 on error, not -1.
4414 Update GPL.
4415
4416 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
4417 (xmalloc, xrealloc): Return char *, not int.
4418 (error): Write to stderr, not stdout.
4419 Update GPL.
4420
44211994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
4422
4423 * profile.c (main, get_time): Don't crash on invalid input.
4424
44251994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
4426
4427 * profile.c (get_time): Simplify; avoid calling index.
4428 (main): exit on EOF.
4429
ecc54057 44301994-02-17 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4431
a64387ee 4432 * etags.c (--absolute-pathnames): Option removed.
362bc2da
DL
4433
44341994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4435
4436 * fakemail.c (put_line): Don't break the line if it all fits.
4437
ecc54057 44381994-02-14 Francesco Potort\e,Al\e(B (pot@fly)
362bc2da
DL
4439
4440 * etags.c (absolute_pathnames, cwd): added global vars.
4441 (longopts, print_help, main, process_file): put absolute filenames
4442 in the tag file if the -A --absolute-pathnames option is used.
4443 (print_help): alfabetically order the options.
4444 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
4445
44461994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4447
4448 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
4449 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
4450
44511994-02-07 Christian Lynbech (lynbech@avignon)
4452
4453 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
4454
44551994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4456
4457 * Makefile.in (UTILITIES): Mention profile.
4458 (profile): New target.
4459
4460 * profile.c: New file.
4461
44621994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
c60ee5e7 4463
88c71720 4464 * make-docfile.c: Make the argument list output look more like the
c60ee5e7 4465 Lisp docstrings do.
88c71720 4466 (write_c_args): Take new arg FUNC. Make output
362bc2da
DL
4467 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
4468 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
4469
ecc54057 44701994-01-14 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4471
4472 * etags.c (stab_entry, stab_create, stab_find, stab_search,
4473 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
4474 Use gperf generated hash table instead of linked list.
4475 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
4476 Mostly code generated by gperf.
4477 (consider_token): removed unused parameter `lp'.
4478 (PF_funcs, getit): allow subroutine and similar declarations
4479 to span multiple lines.
4480 (C_entries): check for newline if inchar to avoid bus errors.
4481 (process_file, find_entries): distinguish among nonexistent
4482 and not regular file.
4483
44841994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4485
4486 * timer.c: Include errno.h; don't include fasync.h.
4487 (schedule): Don't return a value.
4488 (sigcatch): Reestablish the handler first.
4489 (getevent): Always call notify at the end.
4490 (notify): Defer alarms around the whole body of function.
4491
44921994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4493
4494 * timer.c (main): Don't request SIGIO, and don't handle it.
4495 Loop calling getevent.
4496 (sigcatch): Delete code to handle SIGIO.
4497 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 4498 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
4499 Set defer_alarms around realloc and schedule.
4500 If alarm_deferred gets set, call notify.
4501 Likewise if this event is the only pending event.
4502 Make buf and buf_size global variables.
4503 Don't malloc buf if it is already non-zero.
4504 (schedule): Just exit if run out of memory.
4505 Return the number of events.
4506 (signal) [_CX_UX]: Add #undef.
4507
45081994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4509
4510 * timer.c [USG] (SIGIO): Define as SIGPOLL.
4511 (main) [USG]: Do ioctl to enable SIGPOLL.
4512
45131994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4514
4515 * timer.c: Don't declare sys_errlist; declare strerror instead.
4516 (schedule, main): Call strerror instead of using sys_errlist.
4517 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
4518 Call strerror instead of using sys_errlist.
4519 * env.c (main): Call strerror instead of using sys_errlist.
4520 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
4521 (main): Call strerror instead of using sys_errlist.
4522 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
4523 * env.c [! HAVE_STRERROR] (strerror): Likewise.
4524 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
4525 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
4526
45271994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4528
4529 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
4530
4531 * movemail.c (malloc): Don't declare it.
4532 (xmalloc): Cast result of malloc.
4533 (strcpy): Don't declare it.
4534
45351993-11-14 Morten Welinder (terra@diku.dk)
4536
4537 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
4538 (main): Use fclose to close file opened by fopen.
4539
4540 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
4541
4542 * movemail.c [MSDOS]: #undef `access'.
4543
4544 * b2m.c (main) [MSDOS]: Open all files as binary.
4545 * etags.c (main) [MSDOS]: Open all files as binary.
4546
4547 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
4548 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
4549 with.
4550
45511994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4552
4553 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
4554 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
4555 (LINK_CFLAGS): New variable.
4556 (timer): Use LINK_CFLAGS.
4557
45581993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4559
4560 * movemail.c: Include syswait.h.
4561 Fork a subprocess and use it to copy the mail file.
4562
45631993-12-07 Richard Stallman (rms@srarc2)
4564
4565 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
4566
45671993-12-04 Richard Stallman (rms@srarc2)
4568
4569 * movemail.c (main): When making tempname, cast result of xmalloc.
4570 Include room for EXXXXXX in the size.
4571 Don't use result of strcpy.
4572
45731993-12-03 Paul Eggert (eggert@twinsun.com)
4574
4575 * vcdiff: Add --brief option.
4576
45771993-12-02 Richard Stallman (rms@srarc2)
4578
4579 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
4580 for all executables and scripts.
4581
45821993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4583
4584 * Version 19.22 released.
4585
45861993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4587
4588 * Makefile.in (mostlyclean): Make it distinct from clean.
4589
45901993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4591
4592 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
4593
45941993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4595
4596 * Version 19.21 released.
4597
4598 * Makefile.in (install): Don't change mode or group when installing.
4599
4600 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
4601
46021993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4603
4604 * make-docfile.c (read_c_string): For "", concatenate the two strings.
4605
4606 * movemail.c (main): Fix error message text.
4607
46081993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4609
4610 * Version 19.20 released.
4611
177c0ea7 46121993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
362bc2da 4613
ecc54057 4614 * etags.c (C_entries): Keep track of ()-parenthesis level so that
362bc2da
DL
4615 functions returning a pointer to a function, a la `signal', can be
4616 parsed. This also required new state `fstartlist' to `FUNCST'.
4617 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
4618 (C_entries, CNL): use it to isolate preprocessor directive processing
4619 from the other state engines.
4620 (begtk): add '~', for C++ class destructors.
4621
ecc54057 46221993-11-02 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4623
4624 * etags.c (consider_token): removed unused variable firsttok.
4625 (prolog_getit): call pfnote with the right number of arguments.
4626
46271993-10-19 Paul Eggert (eggert@twinsun.com)
4628
4629 * rcs2log (printlogline): Don't generate lines containing only
4630 white space.
4631
46321993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4633
4634 * Makefile.in (${archlibdir}):
4635 Install ${SCRIPTS} from ${srcdir}, not cwd.
4636
46371993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4638
4639 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
4640 the comment character.
4641
ecc54057 46421993-10-01 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4643
4644 * etags.c (process_file): dead code removed.
4645 (S_ISREG): #define it using S_IFREG if not defined.
4646 (process_file): regular files have nothing to do with symlinks.
4647
46481993-09-28 Brian Fox (bfox@ai.mit.edu)
4649
4650 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
4651 from current directory. Only chmod and chgrp files that we
4652 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
4653 ${bindir}.
4654 (INSTALLFLAGS): Deleted definition, since it is an unused variable
4655 now.
4656
46571993-09-27 Brian Fox (bfox@ai.mit.edu)
4658
4659 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
4660 configure figure out the correct values for these variables.
4661
46621993-09-14 Brian Fox (bfox@ai.mit.edu)
4663
4664 * Makefile.in (archlibdir): Only install execuatables internally
4665 used by emacs; don't install bindir binaries here.
4666
46671993-09-24 Paul Eggert (eggert@twinsun.com)
4668
4669 * rcs2log: Add -h, -n, -r options.
4670 By default, look for *,v files as well as RCS/*,v files.
4671 Use $TMPDIR (default /tmp) instead of /tmp.
4672
ecc54057 46731993-09-20 Francesco Potort\e,Al\e(B (pot@fly)
362bc2da
DL
4674
4675 * etags.c (C_entries): is_func is initialised here instead of in
4676 consider_token for the sake of the yacc rules section.
4677 (C_entries): Now class, struct, enum, union and typedef produce
4678 named tags.
4679
46801993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
4681
4682 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
4683
46841993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4685
88c71720
KS
4686 * Makefile.in: Support configuring in a different directory when
4687 ${srcdir} has already been configured.
4688 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
4689 -I${srcdir}/../src.
362bc2da
DL
4690 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
4691 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
4692 is already in CPP_FLAGS.
4693 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
4694 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
4695
46961993-08-25 Paul Eggert (eggert@twinsun.com)
4697
4698 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
4699 otherwise, HP awk complains.
4700
4701 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
4702 are common hangouts for SCCS commands.
4703
47041993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4705
4706 * Version 19.19 released.
4707
47081993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4709
4710 * Makefile.in (make-path): Dep on config.h.
4711
47121993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4713
4714 * b2m.c (TRUE, FALSE): Don't define if already defined.
4715
47161993-08-09 Paul Eggert (eggert@twinsun.com)
4717
4718 * rcs2log (awkscript):
4719 Some sites put comma-separated junk after the fullname.
4720 Remove it, but leave "Bill Gates, Jr" alone.
4721 Remove the junk from fullnames like "0000-Admin(0000)".
4722
47231993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4724
4725 * Version 19.18 released.
4726
ecc54057 47271993-08-04 Francesco Potort\e,Al\e(B (pot@spiff.gnu.ai.mit.edu)
362bc2da
DL
4728
4729 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
4730 (L_funcs): the (foo::defmumble stuff now should work.
4731 (consider_token): function returned random value--corrected.
4732 (C_entries): corrected == versus = typo.
4733
47341993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4735
4736 * etags.c (put_entries): For NODE->rewritten, put pattern before
4737 \177 and name after, not vice versa.
4738
47391993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4740
4741 * timer.c (main): Generate a SIGIO as soon as we've initialized.
4742
ecc54057 47431993-07-30 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4744
ecc54057 4745 * etags.c (FINCST): Added the fignore status. Means we are
362bc2da
DL
4746 after the parameter list and before the open curly brace.
4747 Allows correct parsing of C++ constructors.
4748 (C_entries, consider_token): make use of fignore.
4749 (consider_token): reset funcdef when next_token_is_func: when in
4750 ctags mode makes DEFVAR and others work better.
4751 (L_isquote): function that recognises the "(quote" string.
4752 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
4753
47541993-07-29 Paul Eggert (eggert@twinsun.com)
4755
4756 * rcs-checkin: Don't check whether a file is readable until we have
4757 decided not to ignore it.
4758
47591993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4760
4761 * Makefile.in (etags): Depend on ../src/config.h.
4762
4763 * emacsserver.c: Include types.h before file.h.
4764
47651993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4766
4767 * Makefile.in (install): Use .n, not .new, for temporary filenames.
4768
47691993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4770
ecc54057 4771 * Version 19.17 released.
362bc2da
DL
4772
47731993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4774
4775 * etags.c (print_help): Break up the very long strings containing
4776 the help message into shorter strings, to placate chintzy C
4777 compilers which can't handle strings that long.
4778
4779 * wakeup.c: Use CPP tangle from autoconf manual to #include the
4780 correct combination of <time.h> and <sys/time.h>.
4781
ecc54057 47821993-07-08 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4783
4784 * etags.c (alloca): removed all references to it.
4785 (main): now calls xnew instead of alloca for portability.
4786 (../src/config.h): included only if HAVE_CONFIG_H.
4787 (const): void definition removed--config.h takes care of it.
4788
ecc54057 47891993-07-08 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4790
4791 * etags.c (consider_token): was `==', now is `='.
4792 (consider_token): DEFUNs now treated like funcs in ctags mode.
4793
4794 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
4795 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
4796 (C_entries): removed a piece of useless code.
4797 (C_entries): making typedef tags is delayed until a semicolon
4798 is met. This handles "typedef int X, Y, Z;" correctly.
4799
48001993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4801
4802 * Version 19.16 released.
4803
4804 * b2m.c: #include <sys/types.h>.
4805 (ltoday): Declare this to be time_t.
4806
48071993-06-30 Paul Eggert (eggert@twinsun.com)
4808
4809 * vcdiff: Add -q option.
4810
48111993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4812
4813 * etags.c: #include "config.h" and the alloca CPP tangle before
4814 #including the system headers and getopt.h. AIX requires the
4815 #pragma to come before any actual C code.
4816
48171993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4818
4819 * Makefile.in (ctags): Depend on etags, so that parallel makes
4820 don't write etags.o files on top of each other.
4821
48221993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4823
4824 * version 19.15 released.
4825
48261993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4827
4828 * etags.c (add_node): Move var last_node to file scope.
4829
48301993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4831
4832 * Version 19.14 released.
4833
48341993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4835
ecc54057 4836 Bring mumbleclean targets into conformance with GNU coding standards.
362bc2da
DL
4837 * Makefile.in (distclean): Call clean to do most of the work.
4838 Delete aixcc.c and TAGS.
4839 (realclean): Just call distclean.
1c478461 4840
362bc2da
DL
4841 * Makefile.in: Remember, spaces are not tabs.
4842
48431993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4844
4845 * Makefile.in (CPP_CFLAGS): New variable.
4846 Use it instead of ALL_CFLAGS when compiling a .c file.
4847 (getopt.o, getopt1.o): Add explicit compilation commands.
4848
48491993-06-10 Mark D. Baushke (mdb@cisco.com)
4850
4851 * etags.c: Reinstate old -f option as an alias for -o for
4852 installed base uses.
4853
48541993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4855
4856 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
4857 to bind or accept, cast the pointer, to avoid warnings on systems
4858 which declare prototypes for this.
4859 * emacsclient.c (main): Same.
4860
4861 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
4862
48631993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4864
4865 * Version 19.13 released.
4866
4867 * wakeup.c: Include sys/types.h, too; I think that's where time_t
4868 comes from, not sys/time.h.
4869
48701993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4871
4872 * wakeup.c: Include sys/time.h.
4873
4874 * etags.c: #undef static.
4875
4876 * Version 19.12 released.
4877
4878 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
4879
48801993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4881
4882 * Version 19.11 released.
4883
4884 * timer.c [LINUX]: #undef signal.
4885 * emacsserver.c: #undef signal.
4886
48871993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4888
4889 * wakeup.c (main): Make when a time_t.
4890
48911993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4892
ecc54057 4893 * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of
a64387ee 4894 `(cd foo ; pwd)' to get the canonical name of a directory; cd
362bc2da
DL
4895 might fail, and have pwd print out the current directory.
4896
4897 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
4898 string-handling functions.
4899
49001993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4901
4902 * Version 19.10 released.
4903
49041993-05-29 Paul Eggert (eggert@twinsun.com)
4905
4906 * rcs2log: When given no file arguments, inspect RCS/.* as well
4907 as RCS/*. Don't report an error if RCS is empty or nonexistent.
4908
49091993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4910
4911 * Makefile.in (timer): Link with $(LOADLIBES).
4912
49131993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4914
4915 * fakemail.c (put_line): Don't output \n\t unless more text follows.
4916
49171993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4918
4919 * etags.c: Replace the CPP tangle for alloca with the one from the
4920 autoconf documentation, since that's working elsewhere.
4921
49221993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4923
4924 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
4925 description files can find their ancestors.
4926
49271993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4928
4929 * Makefile.in (install): Get the scripts from ${srcdir},
4930 unlike the executables.
4931 (ALL_CFLAGS): Add -I../src
4932
49331993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4934
4935 * Version 19.9 released.
4936
49371993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4938
4939 * Makefile.in (install): Do install the programs listed in
4940 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
4941 INSTALLABLE_SCRIPTS, instead of writing the programs out.
4942
4943 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
4944 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
4945
49461993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4947
4948 * etags.c: Include ../src/config.h.
4949
4950 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
4951 in first loop. Delete files from bindir before installing new ones.
4952 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
4953
49541993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4955
4956 * Version 19.8 released.
4957
4958 * make-docfile.c: Doc fix.
4959
49601993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4961
4962 * tcp.c: Fix comment syntax at top of file.
4963 (main): Don't call htons with the port number.
4964
49651993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4966
4967 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 4968 appropriate.
362bc2da
DL
4969
4970 * Makefile.in (install): Refer to the variables INSTALLABLES and
4971 INSTALLABLE_SCRIPTS, instead of writing them out.
4972
49731993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4974
4975 * make-path.c (main): Return 0.
4976
49771993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4978
ecc54057 4979 * Version 19.7 released.
362bc2da
DL
4980
49811993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4982
4983 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
4984
49851993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4986
4987 * tcp.c: New file.
4988
49891993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4990
4991 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
4992
49931993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4994
4995 * timer.c (notify): Don't call sighold or sigrelse; they're USG
4996 only. We should really fix this later, but let's just make it
4997 compile for now.
4998
4999 Install patches from David J. Mackenzie to make the srcdir option
5000 work.
5001 * Makefile.in (srcdir, VPATH): Get this value from the top-level
5002 Makefile.
5003 (INSTALLABLES): Split this into two lists - INSTALLABLES and
5004 INSTALLABLE_SCRIPTS.
5005 (INSTALLABLE_SCRIPTS): New list.
5006 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
5007 (${archlibdir}): The scripts to be installed live in the source
5008 tree, not in the object tree.
5009 (test-distrib): Note that the data file lives in the source tree,
5010 not the object tree.
5011 (GETOPTDEPS): Note that getopt.h lives in the source tree.
5012 (all other targets): Change references to source files to use
5013 ${srcdir}, except for config.h, which lives in the object dir.
5014 (timer.o): Note that this depends on ../src/config.h.
5015 * make-docfile.c (main): Add a -d option, to tell it where to find
5016 the source files.
5017 * test-distrib.c (main): Take the name of the distribution file to
5018 test from the command line.
5019
5020 * timer.c: Fix mispellings of get_date function's name.
5021
50221993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5023
5024 * etags.c (main):
5025 Don't require that there be input files if -i switches were given.
5026
50271993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5028
5029 The GNU coding standards specify that CFLAGS should be left for
5030 users to set.
5031 * Makefile.in (CFLAGS): Put this in the "things configure might
5032 edit" section, and have it default to -g.
5033 (ALL_CFLAGS): New variable, set to all the flags which should be
5034 passed to compilations. Replace all other uses of CFLAGS with
5035 ALL_CFLAGS.
5036 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
5037
5038 * Makefile.in (DEFS): Remove this; it's always just going to be
5039 "-DHAVE_CONFIG_H -Demacs".
5040
50411993-05-03 Paul Eggert (eggert@twinsun.com)
5042
5043 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
5044 /[/]/, so change it to /[\/]/. This should work on all
5045 Posix-compliant awks. It's slightly wrong with traditional awk,
5046 since it matches \ too, but that's a minor problem compared to awk
5047 syntax errors.
5048
50491993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5050
5051 * Makefile.in (ALLOCA): New variable, whose value we should
5052 inherit from the top-level makefile.
5053 (etags, ctags): Include ALLOCA in the list of object files that
5054 these executables depend on and link.
5055
50561993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5057
5058 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
5059
50601993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
5061
5062 * make-docfile.c (write_c_args): Print an argument named "defalt"
5063 as "default".
5064
50651993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5066
5067 * Makefile.in (C_SWITCH_SYSTEM): New variable.
5068 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
5069 compiler.
5070
ecc54057 50711993-03-22 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
5072
5073 * etags.c (YACC): flag added to c_ext.
5074 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
5075 (find_entries): consistently use streq when reasonable.
5076 (find_entries): a .y file is a yacc file.
5077 (get_C_stab): c_ext becomes c_ext&C_PLPL.
5078 (C_entries): logical cplpl means c_ext&C_PLPL.
5079 (C_entries): logical yacc_rules means we are after the first %%.
5080 (C_entries): added logic for yacc files.
5081
ecc54057 50821993-03-16 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
5083
5084 * etags.c (C_entries): ':' case moved to the second switch.
5085 (C_entries): do not examine token if structdef==scolonseen.
5086 (consider_token): structtag set to null string for enum.
5087
ecc54057 50881993-03-12 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
5089
5090 * etags.c (GET_COOKIE): and related macros removed.
5091 (logical): is now int, no more a char.
5092 (reg): define deleted.
5093 (isgood, _gd, notgd): deleted.
5094 (gotone): deleted.
5095 (TOKEN): member linestart removed.
5096 (linepos, prev_linepos, lb1): deleted.
5097 (main): call initbuffer on lbs array instead of lb1.
5098 (init): removed the initialisation of the logical _gd array;
5099 (find_entries): a .sa suffix means assembler file.
5100 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
5101 All C state machines rewritten.
5102 (C_entries): complete rewrite.
5103 (condider_token): complete rewrite.
5104 (getline): deleted.
5105
ecc54057 51061993-03-01 Francesco Potort\e,Al\e(B (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
5107
5108 * etags.c (C_entries): Added the quotednl logical variable.
5109 Used for parsing of #define's spanning multiple lines.
5110
ecc54057 51111993-02-23 Francesco Potort\e,Al\e(B (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
5112
5113 * etags.c (C_entries): Save the definedef status even when a
5114 newline is met inside a string.
5115
51161993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5117
ecc54057 5118 * Makefile.in (EXECUTABLES): added rcs-checkin.
362bc2da
DL
5119
5120 * Makefile.in (unlock, relock): New productions.
5121
51221993-03-16 Paul Eggert (eggert@twinsun.com)
5123
5124 * rcs2log: Some awks don't understand "\r". Code around this.
5125 Unfortunately this requires putting a carriage return in the
5126 source code. Don't assume that rlog will tolerate times like
5127 `10:10:60'; RCS 5.7 won't allow this.
5128
51291993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5130
5131 * timer.c (main): Set the ownership of the stdin file descriptor
5132 to the current process. Print error messages if either of the
5133 fcntl's fails.
5134
5135 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
5136 ../src/config.h), not void.
5137
51381993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5139
5140 * b2m.c (main): Don't exit upon reading a blank line.
5141
ecc54057 51421993-03-01 Francesco Potort\e,Al\e(B (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
5143
5144 * etags.c (C_entries): New local variable quotednl. Used for
5145 parsing of #define's spanning multiple lines.
5146
5147 * etags.c (C_entries): Save the definedef status
5148 even when a newline is met inside a string.
5149
51501993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5151
5152 * timer.c (notify): Initialize waitfor properly.
5153
ecc54057 51541993-02-22 Francesco Potort\e,Al\e(B (pot@CNUCE.CNR.IT)
362bc2da
DL
5155
5156 * etags.c (C_entries): Don't reset definedef when a newline inside a
5157 comment is met.
5158
51591993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5160
5161 * etags.c (find_entries): If filename ends in .f or .for,
5162 don't try anything but Fortran.
5163
51641993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
5165
5166 * timer.c (notify): Flush stdout after writing message to avoid lossage
5167 on terminals.
5168
5169 (notify): Also, write a newline after the token.
5170
51711992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5172
5173 * Makefile.in (exec_prefix): New variable.
5174 (bindir, libdir): Use it instead of `prefix'.
5175
5176 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
5177
5178 * Makefile.in (libdir): Default to ${prefix}/lib.
5179 (archlibdir): Adjusted to match.
5180
5181 * Makefile.in (distclean): Don't delete backup or autosave files.
5182 (extraclean): Like realclean, but does delete backup and autosave
5183 files.
5184
5185 * Makefile.in (realclean): Ignore errors from rm.
5186
5187 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
5188 that doesn't exist anymore.
5189
51901992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5191
5192 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
5193 described in the top-level Makefile.
5194 (UTILITIES): Add make-path to the list of utility programs.
5195 (../arch-lib): Replaced by the ${archlibdir} target, which places
5196 the executables in their permanent home.
5197 (install, install.sysv, install.xenix): Consolidated into one
5198 target which should work under all circumstances, modulo a few
5199 ignored error messages.
5200
5201 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
5202 a different number of arguments than other DEFVARs, recognize it
5203 specially, and expect the right number of commas.
5204
52051992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5206
5207 * make-path.c: New program, to help with the installation process.
5208 * Makefile.in (make-path): New target.
5209
5210 * make-path.c (touchy_mkdir): Remove debugging output.
5211
52121992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5213
5214 * Makefile.in (getdate.o): Added explicit target for this, so we
5215 can indicate that it depends on ../src/config.h.
5216
52171992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5218
5219 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
5220 instead of CFLAGS.
5221 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
5222
52231992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5224
5225 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
5226 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
5227 that system.
5228
5229 * Makefile.in (arch-lib): Give rm the `-f' option.
5230
52311992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5232
5233 * make-docfile.c (write_c_args): Rewritten to correctly print
5234 &optionals before the first identifier, but after the first paren.
5235 This code used to just wait for commas or spaces; now it notices
5236 identifier boundaries.
5237
52381992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5239
5240 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
5241
52421992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5243
5244 * make-docfile.c (write_c_args): Print the argument lists properly
5245 when the first argument is optional.
5246
52471992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5248
5249 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
5250 Redefine @item. Set catcode of +.
5251
52521992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5253
5254 * emacsclient.c (main): Set IPC_CREAT in msgget call.
5255
52561992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5257
5258 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
5259 (TEX_decode_env): Make `tab' one element longer.
5260
52611992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5262
5263 * etags.c (PF_funcs): Recognize the "entry" keyword.
5264
52651992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5266
5267 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
5268
52691992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5270
5271 * timer.c (events): Rather than having slots marked as in use or
5272 out of use by the `token' field, keep all pending events at the
5273 beginning of the array. When we delete an event in the middle of
5274 the array, we move the last event into its place.
5275 (num_events): New variable.
5276 (schedule): It is now cheaper to find a free event slot;
5277 events[num_events] is the first free slot.
5278 (notify): Scan events[0 .. num_events-1], instead of the whole
5279 array. When an event fires, move the last event in the array into
5280 its spot. Use num_events to determine whether or not there are
5281 any pending events, not wait_for.
5282 (getevent): Deleted unused variable `ep'.
5283 (sigcatch): It's now easier to find all the active events.
5284 (main): Initialize num_events.
5285
5286 * etags.c: Rather than fret about which systems have index and
5287 which systems have strchr, and how to tell the difference between
5288 them, we just write out our own versions. Big deal.
5289 (index, rindex): Extern declarations removed.
5290 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
5291 (etags_index, etags_rindex): New declarations.
5292 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
5293 TEX_getit, substr): Use the etags_*index functions, rather than
5294 the native *index functions.
5295 (rindex, index): Renamed to etags_rindex and tags_rindex, and
5296 made them unconditionally defined, rather than having them depend
5297 on NEED_*INDEX.
5298
5299 * etags.c (savenstr): Add declaration for this at top of file.
5300 (TEX_decode_env): Don't declare it local to this function.
5301
5302 * b2m.c: #include "../src/config.h", so we can test for the USG
5303 macro, and decide whether to include <string.h> or <strings.h>.
5304 * Makefile.in: Note that b2m.c depends on ../src/config.h.
5305
53061992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5307
5308 * timer.c: Reformatted according to the GNU coding standards.
5309 Removed arbitrary limits on the number of events queued and the
5310 length of the tokens used to identify them.
5311 Removed casts to (void).
5312 Removed debugging printfs; they clutter the code, and the need
5313 can be better filled using a real debugger.
5314
53151992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5316
5317 * timer.c: Installed new version from Eric Raymond; this is more
5318 portable, since it doesn't try to use SIGIO.
5319
53201992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5321
5322 * emacsclient.c (main): If we can't find the socket in this
5323 person's home directory, print a message which asks if they've
5324 started the server, instead of just printing the message from
5325 sys_errmsg; Cygnus finds that people are much less confused by
5326 this.
5327
53281992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5329
5330 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
5331 so that index and rindex get defined, why don't we actually
5332 control index and rindex using symbols called "NEED_INDEX" and
5333 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
5334 little more readable than defining something whose name implies
5335 that it's not?
5336
53371992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5338
5339 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
5340 distribution:
5341 Miscellaneous doc fixes.
1c478461 5342 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
5343 (scan_lisp_file): Instead of using long hairy strings of ifs, call
5344 read_lisp_symbol and then see what we got. Call skip_white
5345 instead of writing out a loop to do its job. Correctly extract
5346 docstrings from "defmacro" declarations.
5347
53481992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5349
5350 * movemail.c (strcpy): Declare this to return char *.
5351
53521992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5353
5354 * etags.c (C_entries): When we find a C++ comment, do actually
5355 skip to the end of the line; do a 'break' instead of a 'continue'.
5356
53571992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5358
5359 * etags.c (getit): Add missing parenthesis to expression which
5360 decides if this token is an identifier.
5361
53621992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5363
5364 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
5365
53661992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5367
5368 * etags.c (put_entries): Always put space between name and line num.
5369
53701992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
5371
5372 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
5373 warning.
5374 (LEVEL_OK_FOR_FUNCDEF): Ditto.
5375
53761992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5377
5378 * make-docfile.c (write_c_args): Pass both arguments to putc.
5379
53801992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
5381
5382 * etags.c (C_entries): Fixed reading of "..." strings.
5383 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
5384 the C library source.
5385
5386 * etags.c (C_entries): When we see a backslash inside a quoted
5387 string, skip to the next character. This allows us to correctly
5388 deal with strings containing quotes.
5389
53901992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5391
5392 * make-docfile.c (write_c_args): Print the C argument names as
5393 they would be written in Elisp; print '_' as '-'.
5394
53951992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5396
5397 * movemail.c [POP]: Get user name via getpwuid.
5398
53991992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5400
5401 * Makefile.in: flags in CC invocations rearranged for no reason.
5402
54031992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5404
5405 * etags.c (print_help): Remember not to imbed raw newlines in
5406 strings - end the lines with `\n\'.
5407
54081992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5409
5410 * timer.c (getevent): Removed declaration of memcpy; since
5411 different systems have different return types, and we're not even
5412 using the return type anyway, it wasn't doing us any good.
5413
54141992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5415
5416 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
5417 type of this function.
5418
54191992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5420
5421 * ChangeLog: Since the old etc contents have been split into etc
5422 and lib-src, the old etc's ChangeLog has been duplicated in the
5423 new etc and lib-src. That means that each contains complete and
5424 coherent information, although each contains extraneous
1c478461 5425 information.
362bc2da
DL
5426
54271992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5428
5429 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
5430 to be consistent with other GNU programs, like makeinfo.
5431
5432 * lib-src/Makefile: Renamed to Makefile.in; the configure script
5433 will edit this to produce Makefile.
5434
54351992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5436
5437 * etags.c (print_help, print_version): New functions.
5438 (main): Options added to support them.
5439
5440 * etags.c (longopts): New array of long names for the options.
5441 (main): Recognize them.
5442
54431992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5444
5445 * etags.c (C_entries): Removed comment saying that \" in a string
5446 isn't recognized as magic, because it is correctly handled.
5447
5448 * getopt.c, getopt.h: New files, from GNU C library.
5449 * etags.c: Rewritten to use getopt.
5450 #include "getopt.h".
5451 (file_num): Variable deleted; its role is now played by getopt's
5452 optind.
5453 (main): Argument processing loop rewritten to call getopt to get
5454 next option. Options which take parameters (-o and -i) rewritten
5455 to get parameter from optarg instead of argv[1]. Filename
5456 preprocessing loop and update command changed similarly.
5457 * Makefile (etags, ctags): Depend on and link with getopt.h,
5458 getopt.o, and getopt1.o.
5459 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
5460
5461 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
5462 is non-zero.
5463
5464 (main): In the argument processing loop, the 'goto next_arg'
5465 statements are breaking out of the switch statement in exactly the
5466 same way that a simple 'break' statement would; replace the gotos
5467 with breaks, and remove the label.
5468
54691992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5470
5471 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
5472 (consider_token): Move next_token_is_func to global.
5473
54741992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5475
5476 * Makefile: Conform with GNU coding standards:
5477 (mostlyclean): New target, synonymous with clean.
5478 (TAGS, check): New targets.
5479 (INSTALL, INSTALLFLAGS): New variables.
5480
54811992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5482
ecc54057 5483 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
362bc2da
DL
5484 `config.emacs' to `configure'.
5485
5486 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
5487 * etc/MACHINES: Same.
5488
54891992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5490
5491 * movemail.c (main): Allow tempname to be as long as necessary,
5492 instead of limiting it to 39 characters.
5493
5494 * movemail.c (main): Move declaration of buf from top of function
5495 to local block surrounding the copy loop. This makes it less
5496 likely to be confused with the buf used by the code which checks the
5497 permissions on outname's directory.
5498
54991992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
5500
5501 * SERVICE: Remove my entry.
5502
55031992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
5504
5505 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
5506 hardcoded -g.
5507
5508 * movemail.c (xmalloc): Return char *, not int.
5509 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
5510 that is off by default -- normally don't unlink the mail spool
5511 file, just empty it. Pass creat mode 0600, not 0666.
5512
dff28924 55131992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
5514
5515 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
5516 (all): Instead of here.
5517 (install): Don't use the -s option, since people need symbols to
5518 debug code.
5519
dff28924 55201992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
362bc2da
DL
5521
5522 * etags-vmslib.c (fn_exp): Add type cast.
5523
55241992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5525
5526 * movemail.c: Changes in comments.
5527
dff28924 55281992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
5529
5530 * Makefile: Make the distclean target erase the DOC files from
5531 ../share-lib and the executables from ../arch-lib.
5532
dff28924 55331992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
5534
5535 * emacsclient.c: #include <sys/stat.h>
5536 (main): Do declare statbfr.
5537
dff28924 55381991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
5539
5540 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
5541 for the socket, depending on SERVER_HOME_DIR.
5542 If using /tmp, put host name in the socket name.
5543
5544 * movemail.c (pfatal_and_delete): New function.
5545 (main, popmail): Use it.
5546 (popmail): Close output before deleting messages.
5547 Check for error on close and on fsync.
5548 Use `fatal' where appropriate.
5549 (main): Remove (void).
5550
5551 * aixcc.lex: New file. Not officially part of Emacs.
5552 * Makefile: Rules for that.
5553
dff28924 55541991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
362bc2da
DL
5555
5556 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
5557
5558 * etags.c (main): Properly cast call to alloca that initializes
5559 included_files.
5560
55611991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5562
5563 * etags.c (files_are_tag_tables): Remove global var.
5564 (process_file): Don't test it. Also remove hack checking for a
5565 file named "TAGS".
5566 (main): -i now takes an arg which is the name of a file to include.
5567 Collect these names and emit include tags for them after processing
5568 all the argument files.
5569
dff28924 55701991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
5571
5572 * wakeup.c: Terminate if parent goes away.
5573
dff28924 55741991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
5575
5576 * etags.c (C_entries): Process token before handling end of line.
5577 When inner loops reach end of line, just back up.
5578 Let the real end of line processing happen in just one place.
a64387ee 5579 (consider_token): Likewise.
362bc2da 5580
dff28924 55811991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
362bc2da
DL
5582
5583 * etags.c (TEX_mode): Skip comments while scanning the text to see
5584 which escape character this file uses.
5585
dff28924 55861991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
5587
5588 * emacsserver.c [USG]: Terminate if msgrcv fails.
5589
dff28924 55901991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5591
5592 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
5593
dff28924 55941991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
5595
5596 * make-docfile: Find the arguments to a C function correctly,
5597 by not ignoring the character that read_c_string returns. Don't
5598 even try to find argument names for functions that take MANY
5599 or UNEVALLED arguments, since they're a figment of the docstring's
5600 imagination.
5601
dff28924 56021991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
5603
5604 * make-docfile: Read the .elc files generated by the new byte
5605 compiler.
5606
dff28924 56071990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5608
5609 * refcard.tex: Use cm fonts, not am, in multi-column mode.
5610
dff28924 56111990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5612
5613 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
5614
dff28924 56151990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5616
5617 * Makefile (install*): No need to install wakeup.
5618
dff28924 56191990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5620
5621 * Makefile (install*): Install emacsclient like etags.
5622
dff28924 56231990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5624
5625 * movemail.c (error): Handle 3 args.
5626 (main): Don't check input access if using pop.
5627
dff28924 56281990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5629
5630 * etags.c (find_entries): Check for numbers after Scheme suffix.
5631
dff28924 56321990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5633
5634 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
5635
dff28924 56361990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5637
5638 * Makefile (nemacstool, xvetool): New targets.
5639
dff28924 56401990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5641
5642 * emacsclient.c: Include errno.h and define related variables.
5643
dff28924 56441990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
5645
5646 * emacsclient.c: Change usage message.
5647
dff28924 56481990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da 5649
ecc54057 5650 * emacs.1: Add break before -nw option.
362bc2da 5651
dff28924 56521990-08-19 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
5653
5654 * qsort.c: Replace with GNU version.
5655
dff28924 56561990-08-14 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
5657
5658 * wakeup.c: New program replacing loadst.c.
5659
dff28924 56601990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5661
5662 * emacsclient.c [USG]: Pass msgsnd only 4 args.
5663
dff28924 56641990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
362bc2da
DL
5665
5666 * etags.c: Rename `flag' variables for what they do instead of
5667 which option character sets them.
5668
dff28924 56691990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5670
5671 * loadst.c (main): Conditional to get load average on Apollo.
5672
dff28924 56731990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
5674
5675 * emacsserver.c: Set the permission on the socket to 0600.
5676
dff28924 56771990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5678
5679 * emacsclient.c [BSD]: Print clean message for failing getwd.
5680
dff28924 56811990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
5682
5683 * getdate.y: Use the getdate.y from GNU tar for timer.
5684
dff28924 56851990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
362bc2da
DL
5686
5687 * emacsclient.c (main): Don't put brackets around "filename" in
5688 usage message. It isn't optional.
5689
dff28924 56901990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da 5691
a64387ee 5692 * etags.c (getit): Recognize '$' as beginning identifiers.
362bc2da 5693
dff28924 56941990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
5695
5696 * emacsserver.c: Renamed from server.c.
5697 * Makefile: Reference emacsserver rather than server.
5698 * MACHINES: Doc fix for new emacsserver name.
5699
dff28924 57001990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5701
5702 * emacsclient.c: Print program name in error messages.
5703
dff28924 57041990-01-19 David Lawrence (tale@cocoa-puffs)
362bc2da
DL
5705
5706 * timer.c, getdate.y (new files) and Makefile:
5707 Sub-process support for run-at-time in timer.el.
1c478461 5708 Doesn't yet work correctly for USG.
362bc2da 5709
dff28924 57101990-01-10 Jim Kingdon (kingdon@pogo)
362bc2da
DL
5711
5712 * MACHINES: Add HP 300 running BSD.
5713
dff28924 57141990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5715
5716 * yow.c: Dynamically allocate buffer; skip header before random
5717 choice to avoid bias toward first item.
5718
dff28924 57191989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5720
5721 * etags.c (readline): Separate out init of `pend'.
5722
dff28924 57231989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5724
5725 * etags.c: Undo changes relating to isgoodhdr.
5726
dff28924 57271989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5728
5729 * etags.c (isgoodhdr): New macro.
5730 (_gdh, notgdh): New variable used by that.
5731 (init): Initialize _gdh.
5732 (find_entries): Set header_file.
5733 (consider_token): Use isgoodhdr if in header file.
5734
5735 * etags.c (total_size_of_entries):
5736 Was miscalculating by 1 in rewritten case.
5737
5738 * etags.c (PAS_funcs): One arg to pfnote was missing.
5739
dff28924 57401989-12-05 Joseph Arceneaux (jla@spiff)
362bc2da
DL
5741
5742 * MACHINES: Change for the ULTRIX entry.
5743
dff28924 57441989-11-21 Joseph Arceneaux (jla@spiff)
362bc2da
DL
5745
5746 * etags.c (process_file): If file is not regular, return.
5747
dff28924 57481989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5749
5750 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
5751
dff28924 57521989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5753
5754 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
5755 (main): If HAVE_GETLOADAVG, don't call `nlist'.
5756
dff28924 57571989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5758
5759 * etags.c (consider_token): Allow any number of typespec keywords
5760 after `typedef', before new type name.
5761 (enum sym_type): Add st_C_typespec.
5762 (C_create_stab): Put typespec kwds in table.
5763
dff28924 57641989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
5765
5766 * etags.c (main): Don't depend on name invoked by.
5767 If CTAGS is not defined, assume it is ETAGS.
5768
dff28924 57691989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5770
5771 * etags.c (L_funcs): Allow package name in define construct,
5772 as in (foo::defmumble name-defined ...).
5773
dff28924 57741989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5775
5776 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
5777
5778 * Makefile (yow): Depends on ../src/paths.h.
5779
dff28924 57801989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
5781
5782 * etags.c: Fix compilation by moving Pascal after Fortran.
5783
dff28924 57841989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5785
5786 * movemail.c [USG]: Define F_OK, etc., if not found in header.
5787
dff28924 57881989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5789
5790 * hexl.c: New file, supports hexl-mode.
5791
dff28924 57921989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5793
5794 * movemail.c: New compilation flag MAIL_USE_MMDF.
5795
dff28924 57961989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5797
5798 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
5799 * server.c: Likewise.
5800
5801 * make-docfile.c (scan_c_file): Output argument names at end of string.
5802 (write_c_args): New subroutine.
5803
dff28924 58041989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5805
5806 * movemail.c: Report failure of flock.
5807
dff28924 58081989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5809
5810 * etags.c (find_entries): Allow multi-letter extensions for fortran.
5811
dff28924 58121989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5813
5814 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
5815
dff28924 58161989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5817
5818 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
5819
5820 * emacsstool.1: update to document environment variables.
5821
dff28924 58221989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5823
5824 * etags.c (PAS_funcs): New function by Mosur Mohan.
5825
5826 * movemail.c: On sysv, include unistd.h.
5827
dff28924 58281989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5829
5830 * b2m.c: New file.
5831
dff28924 58321989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5833
5834 * etags.c: Prolog support from Sunichirou Sugou
5835
dff28924 58361989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5837
5838 * Makefile (clean): New target.
5839
dff28924 58401989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5841
5842 * fakemail.c (put_line): Break header lines at 79 cols.
5843
dff28924 58441989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5845
5846 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
5847 multiple tags per line.
5848
dff28924 58491989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5850
5851 * movemail.c: Check access before doing real work.
5852 Check that outfile is in a writable directory.
5853 On fatal error, delete the lock file.
5854
dff28924 58551988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
362bc2da 5856
ecc54057
JB
5857 * env.c: Add decl for my-index
5858 * etags.c (file-entries): .oak => scheme
362bc2da 5859
dff28924 58601988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5861
5862 * movemail.c: Use `access' to check input and output files.
5863
dff28924 58641988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5865
5866 * emacsclient.c (main): Ignore all of CWD before first slash.
5867
dff28924 58681988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5869
5870 * etags.c (readline): Double linebuffer->size outside the xrealloc.
5871
dff28924 58721988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5873
5874 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
5875 * server.c: chmod the socket to 0700.
5876
dff28924 58771988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5878
5879 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
5880 (add_field): Delete comments and turn `<', `>' to spaces
5881 in header lines.
5882 (USE_FAKEMAIL): New customization macro says to make fakemail
5883 not be a no-op even on a BSD system.
5884
dff28924 58851988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5886
5887 * etags.c (consider_token): Skip comments just like whitespace.
5888 Notice `struct', etc. and set strtag for those tokens.
5889 Return 1 for the token following `struct' if an open-brace follows it.
5890 (C_entries): Special handling of token following `struct'
5891 needed because we have probably advanced to the following line
5892 to find the `{'.
5893 (main): New option `T' sets tflag and strflag.
5894 Set both of them by default if eflags.
5895
dff28924 58961988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5897
5898 * movemail.c: Do fsync before closing output.
5899
dff28924 59001988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
362bc2da 5901
ecc54057
JB
5902 * movemail.c: Better error message when can't create tempname.
5903 This file needs a great deal of extra error-checking and lucid reporting...
362bc2da 5904
dff28924 59051988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5906
5907 * etags.c: Support assembler code for .s and .a files.
5908 (getit): Allow underscore in a tag.
5909
dff28924 59101988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5911
5912 * movemail.c: Close output and check errors before deleting input.
5913
dff28924 59141988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
5915
5916 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
5917 whether to prefix it. Handle line number args.
5918
dff28924 59191988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
362bc2da
DL
5920
5921 * etags.c (main): default setting of eflag was backwards.
5922
dff28924 59231988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5924
5925 * etags.c: New option -i. -f renamed -o.
5926 `-' as input file means read input file names from stdin.
5927 -i spec'd or input file named TAGS means the input file is another
5928 tag table; output an "include" line for it.
5929
dff28924 59301988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5931
5932 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
5933 New targets install, install.sysv, install.xenix.
5934 This makefile is now responsible for installing executables
5935 and documentation from this directory into system directories.
5936
dff28924 59371988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
362bc2da
DL
5938
5939 * server.c, emacsclient.c (main): Compute socket name from euid.
5940
dff28924 59411988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5942
5943 * emacsclient.c: Args like +DIGITS are passed through unchanged.
5944
dff28924 59451988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5946
5947 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
5948 * emacsclient.c: Likewise.
5949 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
5950
dff28924 59511988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5952
5953 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
5954 (istoken) New string-comparison macro.
5955 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
5956
dff28924 59571988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5958
5959 * etags.c: Changes for VMS.
5960 Always define ETAGS on VMS.
5961 Define macros GOOD and BAD for success and failure exit codes.
5962 (begtk, intk): Allow `$' in identifiers
5963 (main): Don't support -B, -F or -u on VMS.
5964 Alternate loop for scanning filename arguments.
5965 (system): Delete definition of this function.
5966
5967 * etags-vmslib.c (system): Undefine this; VMS now provides it.
5968
dff28924 59691988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
5970
5971 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
5972 around include of param.h. (Like fns.c.)
5973
dff28924 59741988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
5975
5976 * loadst.c (load_average): Move load-average code to this new fn.
5977 Add conditionals to compute load ave on UMAX.
5978
dff28924 59791988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
5980
5981 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
5982 with opposite sense.
5983
dff28924 59841988-05-13 Chris Hanson (cph@kleph)
362bc2da
DL
5985
5986 * emacsclient.c: Delete references to unused variable `out'. This
5987 caused a bus error when used under hp-ux.
5988
dff28924 59891988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
5990
5991 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
5992
dff28924 59931988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
362bc2da
DL
5994
5995 * etags.c (find_entries): `.t' or `.sch' means scheme code.
5996
dff28924 59971988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
5998
5999 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
6000
dff28924 60011988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6002
6003 * movemail.c: #undef close, since config can #define it on V.3.
6004 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
6005
dff28924 60061988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
6007
6008 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
6009 invalid escape sequences such as `\{'.
6010
6011 * loadst.c: Add `sequent' conditional for file dk.h.
6012
dff28924 60131988-03-20 Richard M. Stallman (rms@wilson)
362bc2da
DL
6014
6015 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
6016
6017 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
6922b018
KH
6018
6019;; Local Variables:
d19249e7 6020;; coding: iso-2022-7bit
6922b018 6021;; End:
2a34a036 6022
9766d41b 6023 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
273dc16a
TTN
6024 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
6025 2006 Free Software Foundation, Inc.
2a34a036
GM
6026 Copying and distribution of this file, with or without modification,
6027 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
6028
6029;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc